/* basic css */

html {
	font-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
html {
	-ms-overflow-style:scrollbar;
	-webkit-tap-highlight-color:transparent
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	color:#3c4f56;
}
a {
	color: #4d4cf3;
 -webkit-transition: all .35s;
 transition: all .35s;
}
a:hover, a:focus {
	color: #4d4cf3;
	text-decoration:none;
}
hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
	border-color: white;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 1.3;
}
p {
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 35px;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:26px; color:#383838;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
section {
	padding: 100px 0;
}
.light {
	font-weight:400;
}
.group-btns {
	margin-top:50px;
}
.group-btns .btn + .btn {
	margin: 0 10px;
}
ul {
	margin:0;
	padding:0;
}
.form-control {
	padding: 12px 20px;
	font-size: 18px;
	border:none;
	border-bottom:2px solid #eee;
	background-color:#fff;
	margin-bottom: 20px;
	height: inherit;
}
.form-control:focus {
	box-shadow: inherit;
	-o-box-shadow:inherit;
	-webkit-box-shadow: inherit;
}
.btn.btn-sm {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 58px;
}
button:focus, a:focus {
	outline: none;
	outline: none;
}

/* navbar css */
.navbar-shrink {
	background-color:#000;
}
.top-bar {padding:10px 0;}
.top-bar a {color:#202529;}
.top-bar a i {margin-right:10px;}
#mainNav {
	border-color: rgba(34, 34, 34, 0.05);
 -webkit-transition: all .35s;
 transition: all .35s;
	font-weight: 200;
	top:50px;
	letter-spacing: 1px;
}
#mainNav .navbar-brand {
	color: #4d4cf3;
	width:160px;
}

#mainNav.fixed-top.navbar-shrink {top:0;}

.section-heading h2:before {
    background-color: #2c50b1;
    height: 3px;
    width: 100px;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -10px;
}

.section-heading h4 {
    color: #2c50b1;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-heading h2 {
    font-size: 30px;
    position: relative;
}
.section-heading.text-center h2:before {
    left: 45%;
}


#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
	color: #fcbd20;
}
#mainNav .navbar-toggler {
	font-size: 12px;
	padding: 8px 10px;
	color: #222222;
}
#mainNav .navbar-nav > li > a {
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	padding:0 0 10px;
	border-bottom:3px solid transparent;
}
#mainNav .navbar-nav > li {
	padding: 0;
}
#mainNav .navbar-nav > li.active a{border-color:#fff;}
#mainNav .navbar-nav > li {
	padding:8px  14px;
}
#mainNav .navbar-nav > li:last-child {padding:0;}
#mainNav .navbar-nav > li:last-child a{padding:8px  14px;}
.navbar {
	padding:0 1rem;
}
.navbar-brand {
	padding:15px 0;
}
#mainNav .navbar-nav > li > a.active {
	color: #fff;
	border-color:#fff;
}
#mainNav .navbar-brand h1 {
	color:#fff;
}
#mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
	color: #222222;
}
#mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus:hover {
	color: #fff;
}

/* banner css */
header.masthead {
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 100px;
	color: white;
}
.banner-slider  {position:relative;}
.banner-slider .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
header.masthead .header-content {
	text-align: center;
	position:relative;
	z-index:5;
}
header.masthead .header-content h1 {
	font-size: 60px;
	font-weight:700;
}
.bg-light-grey {
	background-color:#f4f4f4;
}
/* pricing box */
.pricing-box {
	text-align:center;
	border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	max-width:390px;
	margin:30px auto 0;
	background-color:#fff;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.pricing-box:hover {
	margin-top:20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}
.pricing-box .price-title {
	padding:15px;
	border-bottom:1px solid #f4f4f4;
	font-weight:400;
}
.pricing-box ul li {
	list-style:none;
	border-bottom:1px solid #f4f4f4;
	padding:20px 15px;
}
.price-details {
	padding:30px 15px;
	border-bottom:1px solid #f4f4f4;
}
.price-details h1 {
	font-size:90px;
	font-weight:600;
	line-height:1;
}
.price-details span {
	color:#8e9496;
}
.pricing-box .buy-plan {
	padding:30px 15px;
	text-align:center;
}
.price-details p {
	font-size:14px;
}
.section-heading {
	max-width:970px;
	margin:auto;
	margin-bottom:60px;
}
.pricing-box a.btn-secondary:hover {
	background-color:transparents;
	    border-color: #ee4b3f;
}
.pricing-box a.btn-primary:hover {
	background-color:transparents;
	    border-color:#3a39e8;
}
.parallax-service{background-image:url(../images/bg-service-parallax.jpg); background-color:#2a499a; background-repeat:no-repeat;}

.overlap-service {position:relative; top:-130px;}


/* responsive css */
 @media (min-width: 1200px) {
.container {
 max-width: 1170px;
}
}

/* responsive css */
 @media (min-width: 992px) {
 #mainNav {
 border-color: transparent;
}
 #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
 color: white;
}
 #mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
 color: #ffffff;
}
 #mainNav.navbar-shrink .navbar-brand {
 color: #222222;
}
 #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
 color: #4d4cf3;
}

 #mainNav.navbar-shrink .navbar-nav > li > a.active {
 color:#6fcff5;
 border-color:#6fcff5;
}
}
 @media (min-width: 992px) {
 header.masthead {
 height: 100vh;
 min-height: 650px;
 padding-top: 0;
 padding-bottom: 0;
 
}
 header.masthead .header-content {
 margin-bottom: 0;
 text-align: left;
}
 header.masthead .header-content h1 {
 font-size: 60px;
}
 header.masthead .device-container {
 max-width: 325px;
}
}
section.download {
	position: relative;
	padding: 150px 0;
}
section.download h2 {
	font-size: 50px;
	margin-top: 0;
}
section.download .badges .badge-link {
	display: block;
	margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
	margin-bottom: 0;
}
section.download .badges .badge-link img {
	height: 60px;
}

section.features .device-container, section.features .feature-item {
	max-width: 325px;
	margin: 0 auto;
}
section.features .device-container {
	margin-bottom: 100px;
}
section.features .feature-item {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
section.features .feature-item h3 {
	font-size: 30px;
}
section.features .feature-item i {
	font-size: 80px;
	display: block;
	margin-bottom: 15px;
	background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
	background: linear-gradient(to left, #7b4397, #dc2430);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* footer css */
footer {
	padding: 25px 0;
	color:#fff;
	background-color: #222222;
}
footer .widget {
	margin:25px 0;
}
footer ul {
	margin-bottom: 0;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
	text-decoration: none;
}
.bg-primary {
	background: #4d4cf3;
	background: -webkit-gradient(linear, left top, left bottom, from(#4d4cf3), to(#fdc539));
	background: linear-gradient(#4d4cf3, #fdc539);
}
.text-primary {
	color: #4d4cf3;
}
 .no-gutter > [class*='col-'] {
 padding-right: 0;
 padding-left: 0;
}
.btn-outline {
	color: white;
	border: 1px solid;
	border-color: white;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	color: white;
	border-color: #4d4cf3;
	background-color: #4d4cf3;
}
/* button css */
.btn {
	border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
	font-size:16px;
	font-weight:400;
	position:relative;
	padding:8px 30px;
	overflow:hidden;
	border-width: 2px;
}
.btn:hover > i {
	right:25px;
}
.btn > i {
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:-25px;
	top:20px;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-secondary, .btn-red {
	color: #fff;
	background-color: #ee4b3f;
	border-color: #ee4b3f;
	
}
.btn-secondary:hover {
    color: #ee4b3f;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-primary, .btn-blue {
	color: #fff;
	background-color: #2c50b1;
	border-color: #2c50b1;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #6fcff5;
    border-color: #6fcff5;
}
.btn-default {
	color: #fff;
	background-color: #3c4f56;
	border-color: #3c4f56;
}
.btn-default:hover {
	color: #fff;
	background-color: #4d4cf3;
	border-color: #4d4cf3;
}
p:last-child {
	margin-bottom:0;
}
.btn.btn-blue, .btn.btn-red{color:#fff;}

/* text color css */
.text-blue {
	color:#6fcff5;
}
.text-red {
	color:#ee4b3f;
}
.img-responsive {
	max-width:100%;
	display:block;
	border-radius:10px;
}

/* feature block css */
.feature-block {
	text-align:center;
	padding:30px;
	text-align:center;
	margin:30px auto 0;
	cursor:pointer;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
}
.feature-block:hover {
	margin-top: 25px;
	background-color:#f3f2f8;
}
.feature-block h4 {
	font-weight:500;
}
.feature-block i {
	font-size:36px;
	width:100px;
	background-color:#ffffff;
	height:100px;
	border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	line-height:100px;
	border:1px solid #2c50b1;
	margin:20px 0;
	color:#4d4cf3;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;

}
.feature-block:hover i {
	background-color:#4d4cf3;
	color:#fff;
}
.feature-block:hover h4 {
	color:#4d4cf3;
}
.list-style li {
	list-style:none;
}

/* socia icons */
.social-links a {
	color:#222222;
	width:30px;
	height:30px;
	display:inline-block;
	text-decoration:none;
	line-height:30px;
	background-color:#fff;
	border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	margin:0 5px;
}
.social-links a:hover {
	background-color:#4d4cf3;
	color:#fff;
}

/* footer css */
footer .widget p > i {
	margin-right:15px;
}
footer .widget h3 {
	margin-bottom:15px;
}
footer p {
	margin-bottom:10px;
}
footer p a {
	color:#fff;
}
.social-links {
	margin-bottom:15px;
}

/* owl slider */
.owl-nav {
	position: relative;
	right: 0;
	width: 160px;
	margin:0 auto;
	top:30px;
	text-align: center;
}
.owl-nav > button {
	display:inline-table;
	background:transparent;
	border:none;
	padding:0;
	font-size:22px;
	color:#999999;
	margin:0 10px;
-webkit-transition: all .35s;
 transition: all .35s;
	cursor:pointer;
}
.owl-nav > button:hover {
	color:#4d4cf3;
}
.owl-nav .owl-prev {
	left:0;
}
.owl-nav .owl-next {
	right:0;
}
.owl-carousel .owl-dots {
	display:none;
}
.owl-carousel.testimonial .owl-nav {
	display:none;
}
.owl-carousel.testimonial .owl-dots {
	display:block;
}
.owl-carousel.testimonial .owl-dots {
	text-align:center;
	margin-top:20px;
}
.owl-carousel.testimonial .owl-dots .owl-dot {
	width:12px;
	height:12px;
	border:none;
	background-color:#FFFFFF;
	border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	margin:5px;
}
.owl-carousel.testimonial .owl-dots .owl-dot.active {
	background-color: #ee4b3f;
}



/* modal css */
.middle-open {
	margin-top:15%;
}
.modal-content {
	padding:30px;
}
.modal-content .close {
	font-size:14px;
	position:absolute;
	right:-10px;
	top:-10px;
	opacity:1;
	background-color:#fff;
	padding:10px;
	display:inline-block;
	border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow:0 2px 2px #eee;
	-o-box-shadow:0 2px 2px #eee;
	-webkit-box-shadow:0 2px 2px #eee;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
 opacity: 1;
}
.modal-content .close:hover {
	background-color:#f3f3f3;
}

/* ## scroller css ## */
.scrollup {
	width: 35px;
	height: 35px;
	z-index:99;
	position: fixed;
	bottom: 50px;
	color:#fff;
	right:30px;
	border:2px solid #fff;
	display: none;
	background-color:#333;
	line-height:30px;
	border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
}
a.scrollup i {
	margin-left:0;
	line-height:35px;
}
.scrollup:hover, .scrollup:focus {
	background-color:#4d4cf3;
	color:#fff;
	text-decoration:none;
}

/* footer item css */
.list-item {
	padding:10px;
	margin-bottom:0;
	position:relative;
	padding-left:45px;
}
.list-item i {
	position:absolute;
	color:#4d4cf3;
	font-size:24px;
	left:0;
	top:20px;
}
.copyright {
	color:#ccc;
}

.white-block {background-color:#fff; padding:5px 15px; border-radius:5px;}
.address p {font-size:14px;}

header .text-blue {}

/* gallery css */
.gallery .gallery-item {
	position: relative;
	width: 25%;
	overflow: hidden;
}
.gallery-menu li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	margin: 2px 0;
}
.gallery-menu {
	margin: 50px 0 30px;
}
.gallery-menu li {
	padding: 6px 10px;
}
.gallery-menu li a {
	display: block;
	font-size:16px;
	color:#222222;
	border-bottom:3px solid transparent;
}
.gallery-menu li a:hover {
	color: #ee4b3f;
}
.gallery-menu li.active a {
	border-color: #4d4cf3;
	color:#4d4cf3;
}
.gallery .gallery-item .overlay {
	width: 100%;
	height: 100%;
	display: block;
	background: 0 0;
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	line-height: 100%;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.gallery .gallery-item:hover .overlay {
	background:rgba(77, 76, 243, .8);
}
.gallery .gallery-item .overlay i {
	top: 60%;
	margin-top: -15px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size:24px;
	color: transparent;
 -webkit-transition: all .5s;
 transition: all .5s;
	transform: rotate(0deg);
}
.gallery .gallery-item:hover .overlay i {
	color:#fff;
	margin-top: -40px;
	transform: rotate(90deg);
}

/* gradient css */
.bg-gradient {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(106, 17, 203, .76)), to(rgba(37, 117, 252, .77)));
	background-image: -webkit-linear-gradient(left, rgba(106, 17, 203, .76) 0, rgba(37, 117, 252, .77) 100%);
	background-image: -o-linear-gradient(left, rgba(106, 17, 203, .76) 0, rgba(37, 117, 252, .77) 100%);
	background-image: linear-gradient(to right, rgba(106, 17, 203, .76) 0, rgba(37, 117, 252, .77) 100%);
}
.bg-gradient .section-heading h2 {
	color:#ffffff !important;
}
.bg-gradient p {
	color:#ffffff !important;
}

/* testimonial slider css */
.owl-carousel.testimonial .item {
	border:#fff 1px solid;
	border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	padding:80px 50px 50px;
	text-align:center;
	color:#fff;
}
.owl-carousel.testimonial .item h3 {
	font-weight:300;
	margin-bottom:30px;
}
.owl-carousel.testimonial .owl-nav span {
	color:#fff;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.owl-carousel.testimonial .owl-nav span:hover {
	color:#333;
}
.client-img {
	width:120px;
	height:120px;
	display:inline-block;
	border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom:30px;
	overflow:hidden;
	    position: absolute;
        left: 39%;
    top:0;
}

.owl-carousel.owl-drag.testimonial  .owl-item {padding-top:70px;}

.client-img img {
	max-width:100%;
}

/* video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:50px 0 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* team css */
.team-overlay {
	position:absolute;
	bottom:-90px;
	width:100%;
	padding:15px;
	background-color:rgba(245, 245, 245, .95);
 -webkit-transition: all .35s;
 transition: all .35s;
}
.team-block {
	margin:30px auto 0;
	text-align:center;
	max-width:390px;
	position:relative;
	box-shadow:0px 2px 0 #fd8981;
	-o-box-shadow:0px 2px 0 #fd8981;
	-webkit-box-shadow:0px 2px 0 #fd8981;
	overflow:hidden;
}
.team-block:hover .team-overlay {
	bottom:0;
}
.team-block h4 {
	margin-bottom:5px;
}
.team-block p {
	margin-bottom:10px;
}
.social-links a {
	background-color: #4d4cf3;
	color: #fff;
	text-align:center;
}
.social-links a:hover {
	background-color:#ee4b3f;
}
footer ul li {
	display:inline-table;
	list-style:none;
	width:45%;
}
.pr-6 {
	padding-right:100px;
}

/* banner animation */

.banner-slider .owl-item  .item{
	height: 100vh;
    min-height: 650px;
	padding-top: 18%;
}
.owl-carousel.banner .owl-nav {display:none;}
.owl-carousel.banner .owl-dots{    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20%;}
.owl-carousel.banner .owl-dots .owl-dot{
	width: 12px;
    height: 12px;
    border: none;
    background-color: #FFFFFF;
    border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 5px;
}
.owl-carousel.banner  .owl-dots .owl-dot.active {
    background-color: #6fcff5;
}

/*slide 1*/
.banner-slider .owl-item .item.slide1 h1{
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide1 h1{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.banner-slider .owl-item .item.slide1  h3 {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide1 h3 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.banner-slider .owl-item .item.slide1  .btn-blue {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide1 .btn-blue {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.banner-slider .owl-item .item.slide1  .btn-red {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide1 .btn-red {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

/*slide 2*/
.banner-slider .owl-item .item.slide2 h1{
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide2 h1{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.banner-slider .owl-item .item.slide2  h3 {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide2 h3 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.banner-slider .owl-item .item.slide2  .btn-blue {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide2 .btn-blue {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.banner-slider .owl-item .item.slide2  .btn-red {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
}
.banner-slider .owl-item.active .item.slide2 .btn-red {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

/* keyword animation */
.banner-slider .owl-item h1{
	 transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
.banner-slider .owl-item h3{
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
}
.banner-slider .owl-item .btn-blue{
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
.banner-slider .owl-item .btn-red{
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}

.banner-slider .item.slide1 {
	background-image: url(../images/bg-banner.jpg);
}
.banner-slider  .item.slide2 {
	background-image: url(../images/bg-banner-top.jpg);
}

/* customer logos */
.owl-carousel.customers .owl-item img {
	width:auto;
	transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	display:inline-block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.owl-carousel.customers .owl-item {
	text-align:center;
}
.owl-carousel.customers .owl-item img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

/* porftolio */
.portfolio-dt .port-content {
    background-color: #ffffff;
    padding: 30px;
	text-align:center;
}


.bg-parallex-client {background-image:url(../images/bg-testimonial.jpg); background-repeat:no-repeat; background-size:cover;}

.inner-banner {background-image:url(../images/bg-banner.jpg); background-repeat:no-repeat; background-size:cover;padding-top: 18%; height:500px;}
.breadcrumb {background-color:transparent; padding:0;}
.breadcrumb a {color:#fff;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #4d4cf3;
	border-width: 2px;
    border-color: #4d4cf3;
	background-color:transparent;
}
.nav-pills .nav-link {
    border-radius: 0;
	border-bottom:1px solid #ccc;
	color:#616161;
	font-size:18px;
	padding:.5rem 2rem ;
}
.border-shadow {padding:15px; box-shadow:0 0 15px rgba(0,0,0,.10); background-color:#fff;}
.tab-content-block{padding:30px;}

.bg-parallax-counters:before {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(106, 17, 203, .76)), to(rgba(37, 117, 252, .77)));
	background-image: -webkit-linear-gradient(left, rgba(106, 17, 203, .76) 0, rgba(37, 117, 252, .77) 100%);
	background-image: -o-linear-gradient(left, rgba(106, 17, 203, .76) 0, rgba(37, 117, 252, .77) 100%);
	background-image: linear-gradient(to right, rgba(106, 17, 203, .76) 0, rgba(37, 117, 252, .77) 100%);
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.bg-parallax-counters {background-image:url(../images/bg-parallax-about.jpg); background-repeat:no-repeat; background-size:cover; position:relative;}
.circle .figure{font-size:40px; font-weight:bold; display:block;}
.circle {margin:50px  0 0;}
.circle span {background-color:#fff; padding:5px 10px; color:#000; display:inline-block;}
.portfolio-dt {margin:15px 0;}
.bg-porftolio-circle {background-image:url(../images/bg-portfolio-circle.png); background-repeat:no-repeat; background-size:cover;}
.bg-rock-vector {background-image:url(../images/bg-rock-vector.png); background-repeat:no-repeat; background-position:center;}

.content-box {
    position: relative;
    padding: 40px;
	margin-bottom:50px;
    background-color:#2c50b1;
}
.content-box h4 {
    color: #ffffff;
    margin-bottom: 25px;
}
.content-box .title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
    padding-right: 20px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.list-style-three li {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.7em;
}
.list-style-three li .fa {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #ffffff;
    font-size: 20px;
}
.social-boxed {
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
}
.social-boxed li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}
.social-boxed li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
}
.list-style-three li span {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #ffffff;
    font-size: 20px;
}

/* blogs */
/* ## blog css ## */
.blog-widget h5 {
	padding:30px 30px 0;
}
.blog-widget h5 a.blue:hover {
	color: #e84e0e;
}
.blog-post-meta {
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:30px;
}
.blog-title.bg-orange {
	background-color:#e84e0e;
}
.blog-title {
	margin-bottom:15px;
	display:inline-block;
}
.post-info-wrapper {
	position:relative;
	padding-top: 15px;
}
.blog-post-meta dt, .blog-post-meta .post-by {
	display:inline-block;
	font-size:14px;
}
.blog-post-meta .post-by {
	padding-left:10px;
}
.blog-social a {
	color:#808589;
	font-size:22px;
	margin-left:5px;
}
.blog-social {
	float:right;
}
article.blog-post {
	margin-bottom:15px;
	padding-bottom:22px;
}
article.blog-post:last-child {
	padding-bottom:0;
	margin-bottom:0;
}
.blue a {
	color: #0067a2;
}
.blue a:hover {
	color: #e84e0e;
}
.blog-title.bg-green {
	background-color:#43ac35;
}
.category-bl {
	height:120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
	text-align:center;
	margin-bottom:15px;
}
.category-bl.sanitair {
	background-image:url(../images/bg-category-sanitair.jpg);
	background-repeat:no-repeat;
}
.category-bl.vermarming {
	background-image:url(../images/bg-category-verwarming.jpg);
	background-repeat:no-repeat;
}
.category-bl.ecologie {
	background-image:url(../images/bg-category-ecologie.jpg);
	background-repeat:no-repeat;
}
.side-widget {
	margin-bottom:50px;
}
.rel-blog .content {
	display: table;
}
.rel-blog .image {
	float: left;
	margin-right: 20px;
}
.rel-blog li {
	list-style: none;
    margin-bottom: 15px;
    min-height: 80px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.rel-blog li span {
	font-size:13px;
}
.rel-blog li h6 {
	font-size:12px;
	line-height:1.2;
}
.side-widget .photos {
	margin: -5px;
	overflow: hidden;
}
.side-widget h5 {
	margin-bottom:15px;
}
.side-widget .photos li {
	list-style: none;
	float: left;
	padding: 7px;
	width: 33.33%;
}
.side-widget .photos li a:hover {
	opacity:.5;
}
.blog-post:first-child {
	margin-top:5px;
}
.rel-blog li img{width:58px; border-radius: 8px;}

.side-widget h3 {font-weight:normal; margin-bottom:15px;}

.comment-form {
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
}
.comment-form h3 {margin-top:30px;}
.mbtm20 {
    margin-bottom: 20px;
    display: inline-block;
}
.comment-form form .form-field {
    background-color: #eef2f5;
    font-size: 13px;
	border:none;
    padding: 10px 15px;
	margin-bottom:15px;
	border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
    width: 100%;
}

/* responsive css */
@media (min-width: 1199.98px) {
}

 @media (min-width: 992px) {
.image-col {
padding-right:20px;
}
}

/* tablet css */
 @media (max-width: 991.98px) {
 .banner-slider .owl-item .item{min-height: 500px;}
 header.masthead {padding-top:0;}
 .nav-pills .nav-link {padding: .5rem 1rem;}
 #mainNav  {top:0;}
 .inner-banner {height:350px; padding-top: 150px;}
 .top-bar {display:none;}
#mainNav .navbar-nav > li > a {
 padding: 10px 14px;
 font-size:14px;
 color:#fff;
}
 .image-col {
padding-right:0;
}
.navbar-collapse {
background-color:#3c4f56;
margin-bottom:15px;
}
.navbar-toggler i {
font-size:20px;
}
.navbar-toggler.navbar-toggler-right[aria-expanded="true"] {
background-color:#4d4cf3;
color:#ffffff !Important;
}
.navbar-toggler.navbar-toggler-right[aria-expanded="false"] {
background-color:#ffffff;
color:#3c4f56;
}
 header.masthead .header-content h1 {
font-size:42px;
}
header.masthead .header-content h3 {
font-size:18px;
}
section {
 padding: 50px 0;
}
.btn {
font-size:16px;
}
.btn > i {
top:18px;
font-size:12px;
}
h1 {
 font-size: 32px;
}
.owl-carousel .owl-nav {
top:0;
}
.owl-carousel .owl-stage-outer {
margin-bottom:20px;
}
#mainNav .navbar-nav > li {
padding:0;
}
#mainNav .navbar-nav > li > a.active {
background-color:#4d4cf3;
}
}

/* mobile css */
 @media (max-width: 767.98px) {
.gallery .gallery-item {
width:50%;
}
}



form.example input[type=text] {
  padding: 20px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 100%;
  background: #2c50b1;
  color:#FFF;
  border-radius:10px;
  margin-bottom:10px;
}
