 

/************************************/
/***** 	   01. General css		 ****/
/************************************/

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: #0672b6;
	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;
}

.customers_image {
	margin: 0 0 60px 0;
}
.mob {
	display: none !important;
}
/************************************/
/***** 02. Navigation area css  *****/
/************************************/

nav.navbar.bootsnav{
	 
	border-bottom: 1px solid rgba(255,255,255,0.05);
	background: rgba(0,0,0,0.6);
}

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: #0672b6; /* Old browsers */
background: -moz-linear-gradient(top,  #0672b6 0%, #0672b6 50%, #0098d9 100%, #eb4c00 100%, #0672b6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0672b6 0%,#0672b6 50%,#0098d9 100%,#eb4c00 100%,#0672b6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0672b6 0%,#0672b6 50%,#0098d9 100%,#eb4c00 100%,#0672b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0672b6', endColorstr='#0672b6',GradientType=0 ); /* IE6-9 */
}

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;
background-position: 0 center;
	padding: 170px 0 80px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

.banner .row{
	position: relative;
	z-index: 1;
}
.header-bullets  {
	display: flex;
	flex-direction: column;
	height: 400px;
	justify-content: center;
	
	
}

.header-bullets div{
	
	align-items: center;
	display: flex;
	margin: 10px 0;

}

.header-bullets img {
	max-width: 40px;
}
 
.header-content h2{
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 55px;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	color: #ed5209;
}

.second_head {
	font-size:35px !important;
	font-weight:500 !important;
	color: #0b619a !important;
}
.text-blue{
	color: #00edf5;
}

.text-lightblue{
	color: #4e638d;
}

.text-white{
	color: #fff;
}

.btn-booknow{
	display: inline-block;
	background: #F26522;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 30px 8px;
	border: 2px solid #F26522;
	border-radius: 40px; 
	margin-top: 20px;
	transition: all 0.3s ease-in-out;
	text-align:center;
 
	position: relative;
}

.btn-booknow:hover{
	background: none;
	color: #F26522;
}

/**************************************/
/*****   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: #464646;
	font-weight: 700;
	margin-bottom: 0;
}

.section-title p{
	color: #464646;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin: 0;
}

.aboutus{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb4c00+0,f26522+50,eb4c00+100,207cca+100 */
background: #eb4c00; /* Old browsers */
background: -moz-linear-gradient(top,  #eb4c00 0%, #f26522 50%, #eb4c00 100%, #207cca 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eb4c00 0%,#f26522 50%,#eb4c00 100%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eb4c00 0%,#f26522 50%,#eb4c00 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4c00', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */

	padding: 80px 0;
}

.aboutus h2, .aboutus p  {
	color: #fff !important;
	
}

.aboutus .section-title{
	text-align: left;
	margin-bottom: 40px;
	background: url(../images/blue-left-divider.png) no-repeat bottom left;	
}

.about-entry p{
	color: #fff;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 1.5em;
}

.about-image{
	
	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: #F26522;
	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;
}
.ways {
	background: #fff;
	padding: 50px 0 0;
}

.ways_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ways_box img {
	max-width: 130px;
}
.ways_box p {
	width: 200px;
	text-align: center;
}
.padding div.col-md-6:first-child {
	padding-left: 175px;
}

.padding div.col-md-6:last-child {
	padding-right: 175px;
}

.overflow_auto {
	overflow: auto;
}
/****************************************/
/***** 06. Related Product area css *****/
/****************************************/
.boxes {
	display: flex;
	justify-content: center;

}

.anchor {
	display: block;
    position: relative;
    top: -87px;
    visibility: hidden;
}
.related-product{
	padding: 80px 0;
	 
}

.related-single{
	margin-bottom: 80px;
}

.related-product-info{
	padding-top: 30px;
}

.related-product-info h3{
	font-size: 35px;
	color: #464646;
	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;
	z-index: 2;
}

/****************************************/
/*****   07. Testimonial area css   *****/*
/****************************************/

.testimonial{
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0672b6+0,0672b6+50,0098d9+100,eb4c00+100,0672b6+100 */
background: #0672b6; /* Old browsers */
background: -moz-linear-gradient(top,  #0672b6 0%, #0672b6 50%, #0098d9 100%, #eb4c00 100%, #0672b6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0672b6 0%,#0672b6 50%,#0098d9 100%,#eb4c00 100%,#0672b6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0672b6 0%,#0672b6 50%,#0098d9 100%,#eb4c00 100%,#0672b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0672b6', endColorstr='#0672b6',GradientType=0 ); /* IE6-9 */

}

.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     *****/
/****************************************/

.old_price {
	color: #FF084A !important;
	text-decoration:line-through;
}

.new_price {
	color:#12c630 !important;
	font-size: 22px !important;
}

.products {
	background:#f2f6f6;
	padding:20px 0;
}

.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;
	margin: 0 10px;
	text-align:center;
	width: 33%;
}

.selectedBox, .product-single:hover  {
	-webkit-box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);
	-moz-box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);
	box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);
	background:#fff;
	transition: all 0.3s ease-in-out;
	border-radius: 20px;
	cursor:pointer;
}


.product-image{
	position: relative;
	max-width:360px;
	display:block;
	margin:0 auto;
}

.product-image img{
	width: 100%;
}


.product-info {
 
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	 
	border-radius: 0 0 20px 20px;
}
.product-info h3{
	color: #000;
	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 10px 5px;
	font-size: 16px;
	margin-top: 8px;
 
}

.btn-booknow:first-letter {
	text-transform:uppercase;
}


.product-single:hover .product-info, .selectedBox .product-info {
	padding-top: 50px;
}

.save { 
	padding: 9px;
	border-radius: 20px 20px 0 0;
	color: #FFF;
	background: #01a2e0;
	background: -moz-linear-gradient(top, #01a2e0 0%, #105888 100%);
	background: -webkit-linear-gradient(top, #01a2e0 0%,#105888 100%);
	background: linear-gradient(to bottom, #01a2e0 0%,#105888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2e0', endColorstr='#105888',GradientType=0 );
}

/**************************************/
/*****     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-info-single p img {
	float:left;
	margin-right:10px;
}

.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{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0672b6+0,0672b6+50,0098d9+100,eb4c00+100,0672b6+100 */
background: #0672b6; /* Old browsers */
background: -moz-linear-gradient(top,  #0672b6 0%, #0672b6 50%, #0098d9 100%, #eb4c00 100%, #0672b6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0672b6 0%,#0672b6 50%,#0098d9 100%,#eb4c00 100%,#0672b6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0672b6 0%,#0672b6 50%,#0098d9 100%,#eb4c00 100%,#0672b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0672b6', endColorstr='#0672b6',GradientType=0 ); /* IE6-9 */

	padding: 80px 0;
	text-align: center;
	clear: both;
}

.fa-facebook-official, .fa-instagram {
	color:#fff;
	font-size: 22px !important;
	cursor: pointer;
	margin:10px 5px;
}
.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, .fa-facebook-official:hover, .fa-instagram: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;
	}
x
	
	/* .header-content h2{
		font-size: 94px;
	}*/
}

@media only screen and (max-width: 991px){
		.ways_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ways_box img {
	max-width: 80px;
}
.ways_box p {
	    width: 100%;
	max-width: 200px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1;

	 
}
.padding div.col-md-6:first-child, .padding div.col-md-6:last-child  {
	padding:0 !important;
}

	
	
	.mob  {
		display: block !important;
	}
	.desk {
		display: none;
	}
	.header-bullets  {
		height: auto;
		max-width: 380px;
		margin: 0 auto;
		text-align: left;
	}
	
	.customers_image {
		max-width: 640px;
		margin: 0 auto 20px;
		width: 100%;
	}
	
	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: 15px;
		transition: all 0.3s ease-in-out;
	}

	nav.navbar.bootsnav.sticky-header .navbar-toggle{
		top: 20px;
	}
	.navbar-brand img {
		height: 40px;
	}
	
	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;
		 
	}
	
	.slider-image img {
		max-width:40%;
	}
	
	.header-content{
		text-align: center;
		margin-left: 0;
	}
	
	.header-content h2{
		font-size: 35px;
		line-height: 1.2em;
	}
	
	.second_head {
		font-size:20px !important;
	}
	
	.header-bullets {
		font-size: 14px;
	}
	
	.banner{
		padding: 60px 0 60px;
	}
	
	.section-title h2{
		font-size: 33px;
	}
	
	.section-title p{
		font-size: 14px;
	}
	
	.aboutus,
	.related-product,
	.testimonial,
	.contactus,
	footer{
		padding: 60px 0;
	}
	
	.aboutus .section-title {
		text-align:center;
		background: url(../images/blue-divider.png) no-repeat bottom center;
	}
	
	
	.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;
	}
	
	.product-single {
		margin: 20px 10px;
}
}

/* Small Mobile Layout */
	
@media only screen and (max-width: 640px) {	
	.mob  {
		display: block;
	}
	.desk {
		display: none;
	}
	
	.product-info h3 {
		font-size: 20px;
		min-height: 70px;
	}
	
	.product-single:hover .product-info, .selectedBox .product-info {
		padding-top:10px !important;
	}
	.product-info p {
		font-size: 16px;
	}
	.testimonial-single h3{
		 
		min-height: 70px;
	}
}

@media only screen and (max-width: 480px) {
	.testimonial-single p{
		font-size: 16px;
	}
	
	.testimonial-single h3{
		font-size: 16px;
		min-height: 50px;
	}
	
	.product-single {
		margin: 20px 5px;
	}
}

@media only screen and (max-width: 420px) {
	.product-single {
		width: 32%;
	}
	
	.product-info .btn-booknow, .product-info h3, .product-info p, .new_price, .save {
		font-size: 13px !important;
	}
	
	.product-info h3 {
		min-height: 50px;
	}
	 
}