@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: "DM Sans", sans-serif;
	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;}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top:-80px;
	top:80px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	border-bottom:1px solid #ddd;
	background:#fff;
	margin-top:0;
	top:0;
	}		
.logo{
	float: left;
    margin-top: 20px;
    max-width: 160px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:top;
    margin-top:30px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1898cb;}
a.nav-btn{
       float: right;
    width: 170px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #196fa8;
    font-weight: bold;
    border-radius: 0;
    background: #196fa8;
    margin-top: 15px;
	}
	
/*=====Banner-Section=======*/
.bnr-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:20px 0;
	position:relative;
	}
.bnr-bg{
	    background: url(../images/bnr-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 30px 40px;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
	}	
/*========Banner-Left=======*/	
.bnr-left{
	    position: relative;
    float: left;
    width: 68%;
    text-align: left;
    margin-top: 0;
    background: rgba(253, 253, 253, 0.9);
    padding: 80px 20px;
    border: 2px solid #e5e5e5;
	}
.bnr-hdg1{
	font-family: "DM Sans", sans-serif;
    float: left;
    width: 100%;
    color: #1d776b;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
	}
.bnr-hdg{
	font-family: "Prata", serif;
    float: left;
    width: 100%;
    color: #373737;
    font-size: 56px;
    font-weight: 700;
    line-height: 76px;
    margin-top: 15px;
	}
.bnr-hdg span{color:#1d776b;}
.bnr-para{
	float: left;
    width: 100%;
    color: #373737;
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 400;
	}
.bnr-img{
	position: absolute;
    right: 20px;
    top: 285px;
	}
	
/*=======Logos Section======*/	
.logos-sec{
	float:left;
	width:100%;
	padding:40px 0;
	background:#f4f4f4;
	text-align:center;
	}	
ul.logos-list{
	float:left;
	width:100%;
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}	
ul.logos-list li{
	float: left;
    width: 32%;
    padding: 20px 30px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #000000;
    font-weight: 400;
    border: 1px solid #ededed;
	}
ul.logos-list li span{
	display:block;
	font-weight:700;
	font-size:26px;
	line-height:35px;
	margin-bottom:10px;
	}	
	
ul.logos-list li img{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}	
	
/*========Common-CSS========*/
.commn-hdg1{
	letter-spacing: 4px;
    color: #1d776b;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
	}
.commn-hdg{
	    font-family: "Prata", serif;
    color: #000000;
    font-size: 38px;
    line-height: 55px;
    font-weight: 700;
	}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
	}
.commn-para.white-txt{color:#fff;}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:200px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.btn-bx{
	display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    width: 100%;
    margin-top: 40px;
	}
.commn-btn, .add-to-btn{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 53px;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    background: #196fa8;
    height: 53px;
}
.btn-txt{
	color:#000;
	font-size:11px;
	line-height:22px;
	margin-top:8px;
	letter-spacing:0.5px;
	}
.btn-txt.white-txt{color:#fff;}
.btn-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
	
/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:50px 0;
	}
.s1-contnt{
	position:relative;
	float:left;
	width:100%;
	}
.s1-left{
	    float: left;
    width: 48%;
    text-align: left;
    margin: 0 0 0 0;
	}
.s1-img1{
	float:right;
	margin:0 0 0 0;
	max-width:100%;
	}

/*========Section-2========*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:left;
	}
.btm-brd{ border-bottom:2px solid #1d776b; padding-bottom:10px;}

.s2-row{
	display: flex;
    flex-wrap: wrap;
    row-gap: 22px;
    justify-content: center;
	column-gap: 15px;
	margin-top:20px;
	}
.s2-col{
	border: 1px solid #ececec;
    background: #fff;
    width: 43%;
    margin-top: 20px;
    position: relative;
	}
.prd-bx{
	background:#f7f7f7;
	border-bottom:1px solid #ececec;
	padding:10px;}	
.s2-bx-img{
	    display: block;
    margin: 0 auto;
    max-width: 200px;
	}
.s2-bx{
	float:left;
	width:100%;
	text-align:center;
	padding: 20px 10px 20px;
	}
.s2-bx-txt1{
	    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    min-height: 60px;
	}
.s2-bx-txt2{
	color: #196fa8;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    font-weight: 700;
	}
.s2-col .commn-btn{ margin-top:20px;width: 100%;}

.strip{
	background: url(../images/strip.jpg) center top no-repeat;
    background-size: cover;
    padding: 100px 40px 20px;
    float: left;
    width: 100%;
    height: 500px;
    margin-top: 80px;
	}
.strip-rgt{
	float:right;
	width:70%;
	background:#fff;
	text-align:left;
	padding:30px;
	}		
/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:left;
	}
ul.s3-list {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.s3-list li{
	width:32%;
	text-align:left;
	}
.s3-list-bx{
	background: #1d776b;
    padding: 25px 15px 25px 100px;
    text-align: left;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
	}
.s3-list-bx img{
	position:absolute;
	top:6px;
	left:15px;
	}			
.s3-list-txt{
	    width: 92%;
    font-size: 20px;
    line-height: 30px;
    /* letter-spacing: 0.5px; */
    color: #000000;
    font-weight: 400;
    margin-top: 15px;
	}
/*========Section-3========*/
.sec4{
	float:left;
	width:100%;
	padding:20px 0;
text-align: center;
	}								
/*========footer==========*/
.footer{
	    border-top: 1px solid #969191;
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 40px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt{
	color:#000;
	font-size:17px;
	line-height:28px;
	}
.ftr-txt.margin-top{margin-top:8px;}
.ftr-txt a{ padding:0 3px;}				   

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.bnr-bg {
    padding: 30px 20px;
}
.bnr-left {
    padding: 56px 20px;
}
.bnr-hdg1 {
    font-size: 24px;
    line-height: 30px;
}
.bnr-hdg {
    font-size: 55px;
    line-height: 64px;
}
.bnr-img {
    top: 232px;
}

ul.logos-list li {
    padding: 30px 23px;
}
.commn-hdg {
    font-size: 36px;
    line-height: 50px;
}
.commn-para {
    font-size: 22px;
    line-height: 35px;
    margin-top: 20px;
}
.s1-img1 {
    margin: 16px 0 0 0;
    width: 500px;
}

.s2-row {
    column-gap: 13px;
}
.s2-bx-txt1{    font-size: 18px;  line-height: 28px;}

.s3-list-bx {
    font-size: 20px;
}
.s3-list-txt{width: 100%; font-size: 18px; line-height: 30px;}
.strip {
    background-size: 100%;
    padding: 30px 30px 43px;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.strip-rgt {
    width: 74%;
    padding: 23px;
}
.sec4 {
    padding: 30px 0;
}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
	
/*=====Common-CSS====*/
.commn-hdg{font-size:32px; line-height:40px;}
.commn-para{margin-top:20px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:70px;}
.header{height:70px; margin-top:-70px; top:70px;}
.logo{ width: 170px; margin-top: 15px;}
.mobimenu-top{top:69px;}
ul.topMenu{margin-top: 25px;}
ul.topMenu li{padding: 0 10px;}
a.nav-btn{ margin-top: 10px;}

/*=====Banner-Section======*/
.bnr-hdg1 {
    font-size: 17px;
    line-height: 21px;
}
.bnr-hdg {   font-size: 40px;line-height: 56px; margin-top: 5px;}
.bnr-para { font-size: 17px; line-height: 27px;  margin-top: 10px;}
.bnr-img {top: 261px; width: 336px;}
ul.logos-list li { padding: 17px 15px;font-size: 18px;line-height: 28px;}
ul.logos-list li span {
    font-size: 22px;
        line-height: 31px;
        margin-bottom: 4px;
}
/*====Section-1=====*/
.s1-left {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}

.s1-img1 {
    margin: 20px auto 1px;
    width: 400px;
    float: none;
}
.strip-rgt {
    width: 100%;
    padding: 20px;
	text-align:center;
}
.commn-para {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
}

.strip {
    background-size:cover;
    padding: 21px 25px 30px;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
/*====Section-2=====*/
.sec2{padding:35px 0;}
.s2-para{padding:0;}
.s2-col{ width: 48%;}
.s2-bx-txt3{padding:16px 15px 20px;}
.sec2 .commn-para{ width:100%; max-width:100%;}

/*====Section-3=====*/
.sec3 {
    padding: 40px 0;
}
.s3-list-bx {
    font-size: 21px;
}
.s3-list-txt {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
}
/*====Footer=====*/
.footer{padding:40px 0 30px;}
.ftr-logo{margin:0 auto 20px;}
.ftr-txt{font-size:14px; 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;}


.pop-innr {

    width: calc(100% - 10px);
}
/*=====Common-CSS====*/
.commn-hdg{font-size: 26px;line-height: 36px;}
.commn-para{font-size:18px;line-height: 27px; margin-top: 15px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:60px;}
.header{height:60px; margin-top:-60px; top:60px;     border-bottom:1px solid #ddd;}
.logo{width: 130px;
        margin-top: 15px;}
.mob-mnu-ic{right:15px; top:17px;}
.mobilemenu{top:59px;}
.mobimenu-top{top:59px;}

/*=====Banner-Section======*/
.bnr-bg {
    padding: 20px 10px;
}
.bnr-left {
    width: 100%;
    padding: 20px 15px;
    text-align: center;
}
.bnr-hdg1 {
    font-size: 17px;
    line-height: 18px;
}
.bnr-hdg {
	font-size: 24px;
        line-height: 38px;
        margin-top: 11px;
}
ul.logos-list{ max-width:330px; float:none; margin:15px auto 0;}
ul.logos-list li {
    width: 100%;
	
}
.strip {
	background:#dfeaff;
	padding:20px;
    margin-top: 30px;
}
.mob-bnr-img{
	margin:20px auto 0;
	width:300px;}
	
/*====Section-1=====*/
.sec1 {
    padding: 30px 0;
}

/*====Section-2=====*/
.sec2{padding:30px 0; text-align:center;}
.s2-row{justify-content:center; padding:0 10px; margin-top:10px;}
.s2-col{max-width:367px; width:100%; margin-top:20px;}
.s2-bx-txt2{}
.s2-bx-txt3{padding:16px 15px 20px;}
.s2-bx-txt1{ min-height:auto;}

/*====Section-3=====*/
.sec3 {
    padding: 30px 0;
}
ul.s3-list {
    float: none;
	max-width:330px;
    margin: 0 auto 0;
}
ul.s3-list li {
    width: 100%;
    text-align: left;
	margin-top:20px;
}
.s3-list-txt {
    width: 100%;
}

/*====Footer=====*/
.footer{ padding:0 0 30px 0;}
.ftr-logo{ width:140px; margin:30px auto 15px;}
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
        background: #0c426d;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	

@media only screen and (max-width:767px){
.pop-innr {

    width: calc(100% - 10px);
}

}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}
.error-hed {
    color: red;
    font-size: 32px;
}
