body{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

p {
    line-height: 1.8;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #3d91cf;
	z-index: 9999;
}

.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover{
	background: none;
	color: #fff;
}


.wrap-sticky{
	height: auto !important;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked{
	left: 0;
}

.navbar{
	margin-bottom: 0;
}

.navbar-brand{
	padding: 18px 15px;
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img{
	transition: all 0.3s;
	height: 140px;
}

nav.navbar.bootsnav{
	background: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	z-index: 101;
	padding: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.navbar-nav li{
	padding: 30px 0;
	margin:0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.nav li{
    position: relative;
}

.navbar-default .navbar-nav>li>a{
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 10px 4px; 
	position: relative;
	border: 1px solid transparent;
}

.attr-nav > ul > li > a{
	padding: 32px 15px 0;
	transition: all 0.3s ease-in-out;
}

.nav ul{
	display: none;
	padding: 0;
	min-width: 214px;
	list-style: none;
    position: absolute;
	top: 100%;
	left: 0;
	background: #16c9f6;
	background: linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -webkit-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -moz-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -o-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	margin-top: 0px;
}

.nav ul li{
	transition: all 0.4s;
	margin: 0;
}

.nav ul li:hover{
	background: rgba(255,255,255,0.14);
}

.nav ul li a:hover{
	color: #000;
}

.nav ul li a{
	border: none !important;
}

.nav .active a{
	background: none !important;
	color: #ffc600 !important;
	transition: all 0.3s;
}

.nav ul li a{
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.nav .active ul li a{
	border: none !important;
}

.nav ul ul{
	left: 100%;
	top: 0;
	margin-top: -1px;
}

.nav ul li{
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.nav ul li:last-child{
	border-bottom: none;
}

.wrap-sticky nav.navbar.bootsnav{
	position: fixed;
}

.wrap-sticky nav.navbar.bootsnav.sticked{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-header .navbar-brand{
	padding-top: 12px;
}

.sticked .navbar-brand{
	padding: 12px 15px;
}

.sticked .attr-nav > ul > li > a{
	padding-top: 24px;
}

.sticked .attr-nav > ul > li > a img{
	-webkit-filter: invert(100%);
}

.sticked .navbar-brand img{
	height: 46px;
}

.sticky-header .navbar-nav>li{
	padding: 18px 0;
}

.sticky-header .navbar-brand h1{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #000;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header .navbar-nav>li>a{
	color: #fff;
}

.side{
	background: #2c2c2c;
	padding: 0;
}

.side .close-side{
	position: absolute;
	top: 10px;
	right: 20px;
}

.side-logo{
	text-align: center;
	padding: 50px 30px;
}

.side .widget ul.link li a{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 30px;
	border-bottom: 1px dashed #3c3c3c;
}

.side .widget ul.link li a i{
	padding-right: 10px;
}

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/main-image.jpg) no-repeat bottom left;
	background-size: 80% auto;
	padding: 50px 0 76px;
}

.banner:after{
	content: '';
	display: block;
	width: 46%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #3d91cf;
}

.banner:before{
	content: '';
	display: block;
	width: 20%;
	position: absolute;
	top: 0;
	right: 32%;
	bottom: 0;
	background: #3d91cf;
	transform: skewX(-14deg);
	
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-content h3{
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.header-content h2{
	color: #413f3f;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	/*margin-bottom: 20px;*/
}

.header-content p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.btn-shopnow{
	display: inline-block;
	background: #413f3f;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.25em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 20px;
	margin-top: 10px;
	transition: all 0.3s;
}

.btn-shopnow:hover{
	background: #000;
	color: #fff;
}


.facility-button{
	background: #f7f7f7;
	padding: 20px 0;
}

.facility-single{
	position: relative;
}

.facility-single .icon-box{
	font-size: 50px;
	color: #3d91cf;
	position: absolute;
	top: 0;
	left: 0;
}

.facility-single p{
	margin: 0;
	color: #413f3f;
	font-size: 18px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	letter-spacing: 0.10em;
	padding: 24px 0 24px 80px;
}


.section-title{
	margin-bottom: 60px;
}

.section-title p{
	color: #413f3f;
	position: relative;
	font-size: 14px;
	padding-left: 70px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.section-title p:before{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 9px;
	left: 0;
	background: #413f3f;
}

.section-title h2{
	color: #413f3f;
	font-size: 38px;
	font-weight: 700;
}

.aboutus{
	padding: 80px 0;
}

.aboutus .section-title{
	margin-bottom: 40px;
}

.about-entry p{
	font-weight: 500;
    font-size: 16px;
	color: #413f3f;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.btn-video{
	display: inline-block;
	color: #413f3f;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	padding: 22px 0 22px 60px;
}

.btn-video i{
	color: #FF0000;
	font-size: 46px;
	position: absolute;
	top: 0;
	left: 0;
}

.btn-video:hover{
	color: #000;
}

.certificate-wrapper{
	background: #f7f7f7;
	padding: 30px 50px;
}

.certificate-entry{
	padding-top: 24px;
}

.certificate-entry h3{
	color: #413f3f;
	font-size: 26px;
	font-weight: 600;
}

.certificate-entry p{
	color: #1e5cb1;
	font-size: 16px;
	font-weight: 500;
}

.certificate-entry .btn-shopnow{
	background: #3d91cf;
}

.certificate-entry .btn-shopnow:hover{
	background: #000;
}


.features{
	padding: 80px 0;
}

.features .section-title{
	margin-bottom: 40px;
}

.feature-entry p{
	font-size: 15px;
	color: #413f3f;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.feature-entry ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.feature-entry ul:after{
	content: '';
	display: block;
	clear: both;
}

.feature-entry ul li{
	width: 48%;
	float: left;
	position: relative;
	color: #413f3f;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 6px 6px 20px;
}

.feature-entry ul li:before{
	content: '\f00c';
	font-family: FontAwesome;
	color: #3d91cf;
	position: absolute;
	top: 4px;
	left: 0;
}

.feature-image{
	padding-top: 20px;
}


.products{
	background: #f2f6f9;
	padding: 80px 0;
}

.product-single{
	text-align: center;
}

.product-single figure{
	margin-bottom: 30px;
}

.product-single h3{
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.product-single p{
	color: #3d91cf;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}


.contactus{
	background: #f2f6f9;
	padding: 80px 0;
}

.contact-note{
	margin-top: 14px;
}

.contact-note p{
	font-size: 14px;
	color: #413f3f;
	line-height: 1.5em;
}

.contact-form{
	max-width: 768px;
	margin: 20px auto 0;
}

.contact-form .form-control{
	box-shadow: none;
	border-radius: 0;
	border: none;
	font-size: 14px;
	color: #413f3f;
	height: auto;
	padding: 12px 16px;
	resize: none;
}

.btn-contact{
	display: inline-block;
	border: none;
    background: #3d91cf;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: all 0.3s;
}

.btn-contact:focus,
.btn-contact:hover{
	outline: 0;
	background: #413f3f;
}


footer{
	padding: 60px 0 40px;
	background: #2c2c2c;
}

.footer-mega{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-about img{
	margin-bottom: 30px;
}

.footer-about p,
.footer-contact p,
.footer-siteinfo p{
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.footer-social{
	margin-bottom: 30px;
}

.footer-social a{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #ffffff;
	color: #3d91cf;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin-right: 6px;
}

.footer-social a:hover{
	background: #3d91cf;
	color: #fff;
}

.need-help,
.footer-menu{
	margin-top: 40px;
}

.need-help p{
	color: #413f3f;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
}

.footer-menu ul li{
	display: inline-block;
}

.footer-menu ul li a{
	display: block;
	padding: 0 5px;
	color: #413f3f;
	font-size: 14px;
}

.footer-menu ul li a:hover{
	color: #3d91cf;
}


@media only screen and (max-width: 1200px){
	.banner{
		background-size: contain;
	}
}

@media only screen and (max-width: 991px){
    .banner{
        background: url(../images/main-image-mobile.jpg) no-repeat bottom left !important;
    }

	nav.navbar.bootsnav .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	
	nav.navbar.bootsnav .navbar-brand{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.section-title h2{
		font-size: 32px;
	}
	
	.banner{
		background-size: cover;
	}
	
	.banner:before{
		display: none;
	}
	
	.banner:after{
		width: 100%;
		/*background: rgba(0,216,101,0.8);*/
        background: rgba(61,145,207,0.8);
	}
	
	.certificate-wrapper{
		text-align: center;
	}
	
	.certificate-entry{
		margin-bottom: 30px;
	}
	
	.product-single{
		margin-bottom: 30px;
	}
	
	.testimonial-slider{
		padding: 0 80px;
	}
	
	.design-single{
		margin-bottom: 30px;
	}
	
	.showcase-slider{
		margin: 30px 0;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
    .banner{
        background: url(../images/main-image-mobile.jpg) no-repeat bottom left !important;
    }

	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-title h2{
		font-size: 26px;
	}
	
	.header-content h2{
		font-size: 28px;
	}
	
	.facility-single p{
		font-size: 14px;
		padding: 10px 10px 10px 52px;
	}
	
	.facility-single .icon-box{
		font-size: 36px;
	}
	
	.aboutus,
	.features,
	.contactus{
		padding: 60px 0;
	}
	
	.products{
		padding: 60px 0 30px;
	}
	
	.about-entry{
		margin-bottom: 30px;
	}
	
	.about-image img{
		width: 100%;
	}
	
	.certificate-entry h3{
		font-size: 22px;
	}
	
	.feature-image{
		text-align: center;
		margin-bottom: 40px;
	}
	
	.design-single{
		padding-left: 0;
		padding-top: 50px;
	}
	
	.design-single h3{
		font-size: 18px;
	}
	
	.slider>.navContainer>.leftClass:after,
	.slider>.navContainer>.rightClass:after{
		width: 60px;
	}
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
    .banner{
        background: url(../images/main-image-mobile.jpg) no-repeat bottom left !important;
    }
    
	.section-title{
		margin-bottom: 40px;
	}
	
	.section-title h2{
		font-size: 22px;
        line-height: 28px;
	}
	
	.btn-video{
		font-size: 14px;
	}
	
	.certificate-wrapper{
		padding: 20px;
	}
	
	.feature-entry ul li{
		width: 100%;
	}
	
}