@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'PT Sans';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'PT Sans';
	src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
	url('../fonts/PTSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
	url('../fonts/BrandonGrotesque-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
	url('../fonts/BrandonGrotesque-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
	url('../fonts/BrandonGrotesque-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:40px;
	}
.top-caption{
	float:left;
	width:100%;
	height:40px;
	background:#000000;
	margin-top:-40px;
	top:40px;
	position:relative;
	padding:10px 0;
	}
.fixed-nav .top-caption{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	}
.top-caption p{
	display:inline-block;
	vertical-align:top;
	color:#fff;
    font-size:20px;
    line-height:20px;
	text-transform:uppercase;
	position:relative;
	letter-spacing:0.5px;
	}

/*-------Header-------*/	
.header{
	float:left;
	width:100%;
	height:65px;
	background:#fff;
	padding:16px 0;
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	}	
	
/*-------Banner-------*/
.hero-image{
	float:left;
	width:100%;
	height:400px;
	background:url(../images/bnr-bg.jpg)no-repeat center top;
	position:relative;
	background-size:cover;
	}
.bnr-sec{
	float:left;
	width:100%;
	background:#03888b;
	height:230px;
	position:relative;
	padding-top:45px;
	}
.bnr-hdg{
	color:#fff;
    font-size:50px;
    line-height:60px;
	font-weight:bold;
	font-family: 'Brandon Grotesque';
	}	
.bnr-arrw{
	display:block;
	margin:42px auto 0;
	z-index:1;
    position:relative;
	}
	
/*--------Section-1--------*/	
.sec1{
	float:left;
	width:100%;
	}
.section_white{
	float:left;
    width:100%;
    background:#fff;
	}
.section_blue{
    float:left;
    width:100%;
	background:#f0ffff;
	}
.s1-bx{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	}
.s1-bx.reverse{
	flex-direction: row-reverse;
	}	
.s1-left{width:50%;}
.left-img{
	width:100%;
	display:block;
	object-fit: cover;
	height:500px;
	}
.main-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.s1-rgt{
	width:50%;
	text-align:left;
	padding:40px 3%;
	}

.stp-txt{
	position:absolute;
	left:0;
	top:0;
	}
.common-head{
	float:left;
	width:100%;
	color:#03888b;
	font-size:35px;
	line-height:43px;
	font-weight:bold;
	letter-spacing:0.4px;
	font-family: 'Brandon Grotesque';
	padding-left:40px;
	position:relative;
	}
.common-para{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	margin-top:20px;
	}
	
/*--------Section-6--------*/	
.sec6{
    float:left;
    width:100%;
	padding:60px 0 70px;
	}	
.s6-bx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background: url(../images/s6-bg.jpg)no-repeat center top;
	background-size:cover;
	border:3px solid #03888b;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	padding:30px 0;
	}
.s6-left{
	float:left;
    width:48%;
	padding:0 30px;
	position:relative;
	}
.s6-prd{
	display:block;
	margin:65px auto 0;
	}
.offr-txt{
	position:absolute;
	top:20px;
	right:72px;
	width:110px;
	height:110px;
	background:#ffbf14;
	border-radius:50%;
	color:#000;
	font-size:34px;
	line-height:34px;
	font-family: 'Brandon Grotesque';
	font-weight:900;
	text-transform:uppercase;
	padding-top:25px;
	}
.s6-rgt{
	float:right;
    width:52%;
	text-align:left;
	border-left:1px solid #dedede;
	padding:0 22px 0 45px;
	position:relative;
	}
.s6-txt1{
	float:left;
	width:100%;
	color:#03888b;
	font-size:40px;
	line-height:44px;
	letter-spacing:0.3px;
	font-family: 'Brandon Grotesque';
	font-weight:900;
	}
.s6-txt2{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.3px;
	margin-top:8px;
	}
ul.s6-list{
	display:inline-block;
	vertical-align:middle;
	max-width:300px;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
ul.s6-list li{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:28px;
	font-weight:500;
	font-family: 'Brandon Grotesque';
	background:url(../images/bullet.png)no-repeat left 8px;
	padding-left:28px;
	margin-top:10px;
	position:relative;
	}
	
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:515px;
	width:100%;
	text-align:center;
	margin-top:25px;
	}
.comn-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#fff;
	font-size:29px;
	line-height:29px;
	font-weight:bold;
	background:#ff7714;
	font-family: 'Brandon Grotesque';
	border-radius:5px;
	text-transform:uppercase;
	padding:18px 0;
	position:relative;
	overflow:hidden;
	}
.comn-btn span{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:50px;
	background:#eb6606;
	}
.comn-btn span:after{
	position:absolute;
	content:'';
	top:50%;
	left:20px;
	margin-top:-10px;
	border-left:10px solid #ffffff;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	}
.btnTxt{
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
	line-height:22px;
	font-family: 'Brandon Grotesque';
	font-weight:500;
	text-transform:uppercase;
	margin-top:10px;
	}
.btnTxt p{
	display:inline-block;
	vertical-align:top;
	padding:0 4px;
	letter-spacing:0.3px;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 8px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
.btnText1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -8px 8px 0 0;
    width: 10px;
    height: 10px;
    background: #35cf06;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
    }

/*========footer==========*/
.footer {
    float:left;
    width:100%;
	background:#f4f4f4;
	padding:30px 0;
	}
.ftr-txt{
	color:#232323;
	font-size:17px;
	line-height:23px;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.ftr-txt.margin-top-0{margin-top:0;}
.ftr-txt a{padding:0 8px;}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.common-head{font-size:34px; line-height:42px;}
.s6-rgt{width:52%; padding:0 22px;}
ul.s6-list li{margin-top:6px;}
.s6-prd{margin:95px auto 0;}
.offr-txt{top:52px;}
.btn-bx{margin-top:20px;}
.btnTxt{font-size:12px; line-height:20px;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}


.hero-image{height: 300px;}
.common-head{ font-size:24px; line-height:34px; padding-left:25px;}
.common-para{font-size:17px; line-height:25px; margin-top:15px;}

.top-caption p{font-size:18px; line-height:18px;}

.bnr-sec{height:165px; padding-top:35px;}
.bnr-hdg{font-size:36px; line-height:44px;}
.bnr-arrw{margin:22px auto 0;}

.sec6{padding:20px 0 50px;}
.s6-rgt{width:100%; text-align:center; border-left:none; padding:0 10px;}
.s6-prd-bx{float:left; width:100%; position:relative;}
.s6-prd{width:320px; margin:25px auto 0;}
.s6-txt1{font-size:30px; line-height:36px;margin-top:0px;}
.s6-txt2{font-size:17px;}
.offr-txt{top:20px; right:165px; width:90px; height:90px;font-size:26px; line-height:26px; padding-top:24px;}
ul.s6-list{margin-top:10px;}

.ftr-txt{font-size:16px; line-height:22px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.top-fix-bar{margin-bottom:32px;}
.top-caption{height:32px; margin-top:-32px; top:32px; padding:5px 0 4px;}
.top-caption p{font-size:13px; line-height:23px; letter-spacing:0;}

.header{height:55px;}
.logo{width:150px;}

.hero-image{height:160px;}
.bnr-sec{padding:20px 0 0; height:145px;}
.bnr-hdg{font-size:28px; line-height:32px; letter-spacing:0.5px;}
.bnr-arrw{margin:16px auto 0; width:25px;}

.section_blue{width:calc(100% + 30px); margin-left:-15px;}
.s1-left{width:100%;}
.left-img{height:300px;}
.main-imgmob{display:block; margin:0 auto; max-width:100%;}
.s1-rgt, .s1-bx.reverse .s1-rgt{width:100%; padding:20px 20px 30px 20px;}
.common-head{font-size:26px; line-height:32px; padding-left:25px;}
.common-para{font-size:17px; line-height:26px; margin-top:10px;}

.sec6{padding:30px 0;}
.s6-bx {max-width:100%; padding:20px 15px;}
.s6-rgt{padding:0 0px;}
.s6-txt1{font-size:25px; line-height:34px;}
.s6-prd-bx{float:none; display:inline-block; vertical-align:middle; max-width:300px; width:100%;}
.s6-prd{width:270px;}
ul.s6-list li{font-size:17px; line-height:25px;}
.offr-txt{top:0px; right:10px; width:70px; height:70px; font-size:21px; line-height:21px; padding-top:18px;}

.comn-btn{font-size:18px; line-height:18px;padding:18px 0;}
.comn-btn span{width:35px;}
.comn-btn span:after{left:13px; margin-top:-5px; border-left:7px solid #ffffff; border-top:7px solid transparent; border-bottom:7px solid transparent;}

.footer{padding:25px 0}
.ftr-txt{font-size:13px; line-height:21px; margin-top:6px;}
.ftr-txt a{padding:0 5px;}

}




@media only screen and (max-width: 360px){
.ftr-txt a, p.ftr-txt{
    font-size: 11px;
}
}

@media only screen and (max-width: 340px){
.top-caption p {
    font-size: 12px;
}
.bnr-hdg {
    font-size: 25px;
    }
}












.footer-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-modal {
  background: white;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
/*  overflow: hidden;*/
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.footer-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  background: #03888b;
  color: #fff;
  border: none;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.footer-modal-body {
  overflow-y: auto;
  max-height: 75vh;
  padding-top: 10px;
}


.footer-modal .container {
	max-width: 100%;
}