body{
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 500;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #06122c;
	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;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

nav.navbar.bootsnav{
	background: none !important;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

nav.navbar.bootsnav .navbar-nav{
	padding-top: 22px;
	transition: all 0.3s ease-in-out;
}

.navbar-brand{
	height: auto;
	padding: 17px 15px;
	transition: all 0.3s ease-in-out;
}

.navbar-brand img{
	height: 60px;
	transition: all 0.3s ease-in-out;
}

.navbar-right{
	margin-right: 0;
}

nav.navbar.bootsnav ul.nav > li > a{
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 20px;
	line-height: 1em;
	letter-spacing: 0.05em;
	transition: all 0.3s ease-in-out;
}

nav.navbar.bootsnav ul.nav > li.active > a{
	color: #ffc600;
}

nav.navbar.bootsnav.sticky-header{
	background: #06122c !important;
}

nav.navbar.bootsnav.sticky-header .navbar-brand{
	padding-top: 10px;
	padding-bottom: 10px;
}

nav.navbar.bootsnav.sticky-header .navbar-nav{
	padding-top: 8px;
}

nav.navbar.bootsnav.sticky-header .navbar-brand img{
	height: 46px;
}


/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);
	background: -webkit-radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);
	background: -moz-radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);
	background: -o-radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);
	background-size: cover;
	padding: 140px 0 100px;
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-content h2{
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 116px;
	font-weight: 700;
	font-style: italic;
	margin: 0;
}

.text-blue{
	color: #00edf5;
}

.text-lightblue{
	color: #4e638d;
}

.text-white{
	color: #fff;
}

.btn-booknow{
	display: inline-block;
	background: #ffc600;
	color: #06122c;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 30px 8px;
	border: 2px solid #ffc600;
	border-radius: 40px; 
	margin-top: 20px;
	transition: all 0.3s ease-in-out;
}

.btn-booknow:hover{
	background: none;
	color: #ffc600;
}

/**************************************/
/*****   04. About us area css    *****/
/**************************************/

.section-title{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 60px;
	background: url(../images/blue-divider.png) no-repeat bottom center;
}

.section-title h2{
	font-size: 60px;
	color: #06122c;
	font-weight: 700;
	margin-bottom: 0;
}

.section-title p{
	color: #06122c;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin: 0;
}

.aboutus{
	background: #00edf5;
	padding: 80px 0;
}

.aboutus .section-title{
	text-align: left;
	margin-bottom: 40px;
	background: url(../images/blue-left-divider.png) no-repeat bottom left;	
}

.about-entry p{
	color: #06122c;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 1.5em;
}

.about-image{
	padding-top: 60px;
	text-align: right;
}

/**************************************/
/*****   05. Features area css    *****/
/**************************************/

.features{
	padding: 80px 0;
	background: #ecf4f4;
}

.features-image{
	text-align: center;
	margin-bottom: 100px;
}

.feature-single h3{
	font-size: 96px;
	color: #ffc600;
	font-weight: 600;
	margin-bottom: 0;
}

.feature-single h4{
	font-size: 26px;
	color: #040e27;
	font-weight: 300;
	margin-bottom: 20px;
}

.feature-single p{
	font-size: 14px;
	color: #818282;
	font-weight: 300;
}

/****************************************/
/***** 06. Related Product area css *****/
/****************************************/

.related-product{
	padding: 80px 0 220px;
	background: #f2f6f6 url(../images/waves.png) no-repeat bottom center;
	background-size: contain;
}

.related-single{
	margin-bottom: 80px;
}

.related-product-info{
	padding-top: 30px;
}

.related-product-info h3{
	font-size: 35px;
	color: #06122c;
	font-weight: 700;
	margin-bottom: 1em;
}

.related-product-info p{
	font-size: 14px;
	color: #818282;
	font-weight: 300;
	margin-bottom: 1.5em;
}

.related-product-info .btn-booknow{
	margin-top: 10px;
}

/****************************************/
/*****   07. Testimonial area css   *****/
/****************************************/

.testimonial{
	padding: 80px 0;
	background: #06122c;
}

.testimonial .section-title{
	background: url(../images/white-divider.png) no-repeat bottom center;
}

.testimonial .section-title p{
	color: #ffc600;
}

.testimonial .section-title h2{
	color: #fefefe;
}

.testimonial-single{
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}

.testimonial-single p{
	color: #fff;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
}

.ratting{
	color: #ffc600;
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
}

.ratting:before{
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	background: rgba(255,255,255,0.2);
	margin-left: -40px;
}

.testimonial-single h3{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}

.testimonial-single h3 span{
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	padding-top: 6px;
}

.testimonial-pagination{
	text-align: center;
	padding-top: 20px;
}

.testimonial-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	background: #ffc600;
}

/****************************************/
/*****     08. Product area css     *****/
/****************************************/

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.products .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.product-single{
	position: relative;
}

.product-image{
	position: relative;
}

.product-image img{
	width: 100%;
}

.product-image:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #06122c;
	opacity: 0.4;
}

.product-info{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	transition: all 0.3s ease-in-out;
}

.product-info h3{
	color: #fff;
	font-size: 26px;
	margin-bottom: 4px;
}

.product-info p{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.product-info p span{
	color: #ffc600;
}

.product-info .btn-booknow{
	padding: 6px 20px 5px;
	font-size: 16px;
	margin-top: 8px;
}

.product-single:hover .product-info{
	padding-bottom: 50px;
}

/**************************************/
/*****     09. Brand area css     *****/
/**************************************/

.brand{
	padding: 30px 0;
	background: #f2f6f6;
}

.brand-single{
	text-align: center;
}

/*******************************************/
/*****     10. Contact us area css     *****/
/*******************************************/

.contactus{
	padding: 80px 0;
}

.contact-about{
	padding-bottom: 30px;
}

.contact-about p{
	color: #bbbbbb;
	font-weight: 300;
	line-height: 1.5em;
}

.contact-info-single h3{
	color: #06122c;
	font-size: 18px;
}

.contact-info-single p{
	color: #bbbbbb;
	font-weight: 300;
	line-height: 1.5em;
}

.contact-form .form-control{
	box-shadow: none;
	border-radius: 0;
	height: auto;
	padding: 10px 14px;
	background: #f3f3f3;
	border: none;
	outline: 0;
	resize: none;
}

.btn-contact{
	display: inline-block;
    background: #ffc600;
    color: #06122c;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px 8px;
    border: 2px solid #ffc600;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}

.btn-contact:hover{
	background: none;
	color: #ffc600;
}

/***************************************/
/*****     11. Footer area css     *****/
/***************************************/

footer{
	background: #06122c;
	padding: 80px 0;
	text-align: center;
}

.footer-logo{

}

.footer-menu{
	margin-top: 30px;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li{
	display: inline-block;
	text-transform: uppercase;
}

.footer-menu ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.04em;
	padding: 0 6px;
}

.footer-menu ul li a:hover{
	color: #ffc600;
}

.footer-social{
	margin-top: 30px;
}

.footer-social a{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #fff;
	text-align: center;
	color: #06122c;
	font-size: 20px;
	padding-top: 5px;
	border-radius: 50%;
	margin: 0 4px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover{
	background: #ffc600;
}

.footer-siteinfo{
	margin-top: 30px;
}

.footer-siteinfo p{
	color: #fff;
	font-weight: 300;
}

/************************************/
/*****    12. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.navbar-default .navbar-nav>li>a:after{
		padding: 0 12px 0 14px;
	}
	
	.header-content h2{
		font-size: 94px;
	}
}

@media only screen and (max-width: 991px){
	
	nav.navbar.bootsnav .navbar-header{
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	
	nav.navbar.bootsnav.sticky-header .navbar-brand,
	nav.navbar.bootsnav .navbar-brand{
		display: block;
		padding: 14px 0 13px;
	}
	
	nav.navbar.bootsnav .navbar-collapse{
		background: #06122c;
		padding: 0 15px;
		margin: 0;
	}
	
	nav.navbar.bootsnav .navbar-toggle{
		background: none;
		height: 36px;
		width: 36px;
		color: #fff;
		margin: 0;
		border: 1px solid #fff;
		border-radius: 0;
		position: absolute;
		right: 0;
		top: 26px;
		transition: all 0.3s ease-in-out;
	}

	nav.navbar.bootsnav.sticky-header .navbar-toggle{
		top: 20px;
	}
	
	nav.navbar.bootsnav .navbar-nav{
		margin: 0;
		padding: 0;
	}
	
	nav.navbar.bootsnav.sticky-header ul.nav > li > a,
	nav.navbar.bootsnav ul.nav > li > a{
		padding: 14px 0;
		border: none;
		margin: 0;
	}
	
	nav.navbar.bootsnav ul.nav > li > a:after{
		display: none;
	}
	
	.header-content h2{
		font-size: 64px;
	}
	
	.section-title h2{
		font-size: 46px;
	}
	
	.section-title p{
		font-size: 18px;
	}
	
	.related-product-info{
		padding-top: 0;
	}
	
	.contact-info-single{
		margin-bottom: 30px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	nav.navbar.bootsnav.sticky-header .navbar-brand,
	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-toggle{
		right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-collapse{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.slider-image{
		text-align: center;
		margin-bottom: 40px;
	}
	
	.header-content{
		text-align: center;
	}
	
	.header-content h2{
		font-size: 36px;
		line-height: 1.2em;
	}
	
	.banner{
		padding: 140px 0 60px;
	}
	
	.section-title h2{
		font-size: 28px;
	}
	
	.section-title p{
		font-size: 14px;
	}
	
	.aboutus,
	.related-product,
	.testimonial,
	.contactus,
	footer{
		padding: 60px 0;
	}
	
	.features{
		padding: 60px 0 30px;
	}
	
	.about-image{
		text-align: center;
	}
	
	.features-image{
		margin-bottom: 40px;
	}
	
	.feature-single{
		margin-bottom: 30px;
	}
	
	.feature-single h3{
		font-size: 60px;
	}
	
	.related-product-info{
		margin-bottom: 40px;
	}
	
	.related-product-image{
		text-align: center;
	}
	
	.related-product-info h3{
		font-size: 24px;
	}
}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
	.testimonial-single p{
		font-size: 16px;
	}
	
	.testimonial-single h3{
		font-size: 16px;
	}
}