@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: "Inter", 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;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}	
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}


/*-----------------------
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: 17px;
    max-width: 230px;
	}
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;
	font-family: "Roboto Slab", serif;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1898cb;}
.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 #00b641;
	font-weight:bold;
	border-radius:8px;
	background:#34b13f;
	margin-top:15px;
	font-family: "Roboto Slab", serif;
	}
	
	
/*=====Banner-Section=======*/
.bnr-sec{
	float:left;
	width:100%;
	height:679px;
	background:url(../images/bnr-bg.jpg) #043d34 no-repeat center top;
	padding:115px 0 0px;
	position:relative;
	overflow:hidden;
	}
	
/*========Banner-Left=======*/	
.bnr-left{
	float: left;
    width: 54%;
    text-align: left;
    margin-top: 0;
	}
.bnr-rating-txt{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
	}
.bnr-star{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}
.bnr-hdg{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 42px;
    line-height: 55px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Roboto Slab", serif;
	}
.bnr-hdg span{color:#01c0ff;}
.bnr-para{
	display: inline-block;
    width:90%;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    margin-top: 18px;
	}
.bnr-img{
	    position: absolute;
    top: -6px;
    right: 0;
    border-radius: 25px;
	}
	
/*=======Logos Section======*/	
.logos-sec{
	float:left;
	width:100%;
	padding:40px 0;
	border-bottom:1px solid #ddd;
	}	
.logos-hdg{
    font-size:15px;
	line-height:24px;	
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.4px;
	}
ul.logos-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
ul.logos-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px
	}
ul.logos-list li img{
	display:inline-block;
	vertical-align:middle;
	filter:grayscale(1);
	width:150px;
	}	
ul.logos-list li:nth-child(2) img{ width:100px;}
ul.logos-list li:nth-child(3) img{ width:120px;}	
ul.logos-list li:hover img{filter:grayscale(0);}
	
/*========Common-CSS========*/
.commn-hdg{
	color: #043d34;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    display: inline-block;
    width: 100%;
	}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	color: #000;
    font-size: 18px;
    line-height: 30px;
    /* letter-spacing: 0.5px; */
    margin-top: 18px;
    font-weight: 300;
	}
.commn-para.white-txt{color:#fff;}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:300px;
	width:100%;
	margin-top:40px;
	}
.commn-btn{
	    margin-top: 25px;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    border-radius: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    background: #34b13f;
    font-family: "Roboto Slab", serif;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
	}
.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;
	}
/*========strip========*/
.strip{
	float:left;
	width:100%;
	padding:0 0 0px;
	}	
ul.strp-list{
    float: left;
    width: 100%;
    margin-top: -70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    padding: 30px 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);

}
ul.strp-list li{
        float: left;
    width: 32%;
    padding: 0px 0px 0px 68px;
    position: relative;
    text-align: left;
    font-size: 17px;
    line-height: 26px;
    color: #2d2d2d;
}
ul.strp-list li p{}
ul.strp-list li span{
	display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 6px;
    font-family: "Roboto Slab", serif;
	}
ul.strp-list li img{
    position: absolute;
    top: 4px;
    left: 0px;
	max-width:60px;
}	
/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:0 0 65px;
	overflow:hidden;
	}
.s1-contnt{
	display:inline-block;
	width:100%;
	position:relative;
	margin-top:55px;
	}
.s1-left{
	float:left;
	width:44%;
	}
.s1-img{
	display: inline-block;
	max-width:100%;
	}
.s1-rgt{
	float: right;
    width: 53.44%;
    text-align: left;
    padding: 25px 0px;
	}
.sec1-prodt{
	    position: absolute;
    right: 50px;
    top: 200px;
    max-width: 220px;
	}	
.s1-bx{
	display:inline-block;
    width: 100%;
	}
ul.s1-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	float:left;
	}
ul.s1-list li{
	float:left;
	width:25%;
	text-align:left;
	padding:0 0 0 74px;
	position: relative;
	}
ul.s1-list li img{
	position:absolute;
	left:0;
	top:0;
	}	
.s1-list-txt1{
	    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
	margin-top:10px;
	}   
.s1-list-txt2{
	color: #000;
    font-size: 18px;
    line-height: 69px;
    font-weight: 400;
	}
	
/*========Section-2========*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s2-para{padding:0 40px;}
.s2-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    row-gap: 20px;
    width: 100%;
    float: left;
    margin-top: 30px;
	}
.s2-col{
	float: left;
    width: 32%;
    background: #fafafa;
    border: 1px solid #e4ece3;
    position: relative;
	}
.s2-col:hover{ background:#043d34;}	
.s2-bx-img{
	position: absolute;
    right: 4%;
    top: 15px;
    max-width: 140px;
	}
.s2-bx{
	float: left;
    width: 62%;
    text-align: left;
    padding: 20px 0px 20px 15px;
	}
.s2-bx-txt1{
	color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    min-height: 90px;
	}
.s2-bx-txt2{
	color: #000;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    font-weight: 700;
	}
.s2-bx-txt3{
	float:left;
	width:100%;
	margin-top:15px;
	text-decoration:underline #34b13f;
	}
.s2-bx-txt3 span{
	font-size: 20px;
    line-height:30px;
    color: #34b13f;
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Roboto Slab", serif;
	}
.s2-col:hover .s2-bx-txt1{ color:#fff;}
.s2-col:hover .s2-bx-txt2{ color:#fff;}
.s2-bx-arw{
	float:right;
	margin:4px;
	display:none;
	}
	
/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	background:#fff;
	padding:0 0 60px;
	}
.s3_mid{
	display:inline-block;
	width:100%;
	}
.s3_mid_row{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    margin-top: 35px;
	}
.s3_row_inner{
	float:left;
	width:33.33%;
	font-size:17px;
	line-height:25px;
	color:#000;
	text-align:center;
	padding:0 20px;
	position:relative;
	}
.s3_row_inner img{
	display:block;
	max-width:100%;
	margin:0 auto 15px;}	
.s3_row_inner span{
	    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
	color: #34b13f;
	}
/*========Section-4========*/
.sec4{
	float:left;
	width:100%;
	height:451px;
	background:url(../images/sec4-bg.jpg) no-repeat center top;
	padding:70px 0 0;
	}
.s4-lft{
	float:left;
	width:550px;
	text-align:left;
	}
.s4-lft .commn-hdg{ color:#fff;}
.s4-lft .commn-para{ color:#fff;}		
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	padding:40px 0 40px;
	background:#000;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt{
	color:#fff;
	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: 1187px){
.container{width:1004px;}

.bnr-sec{background-position: 40% top;}
.bnr-left {width: 59%;}
.bnr-hdg{}
.bnr-img{right: 0; width: 570px; top: 36px;}
ul.logos-list li{ padding:0 13px;}
.s1-rgt{width:55%; padding:0;}
.commn-hdg{}
.sec1-prodt {right: -9%;top: 185px;}
.s1-bx{ }
ul.s1-list li{}
.s2-col{width:32%;}
.s5-col{width:32%;}

.s2-bx {width: 60%;padding: 20px 0px 20px 10px;}
.s2-bx-txt1 {font-size: 18px;}
.s2-bx-img {
    right: 2%;
    max-width: 130px;
}

.s3_row_inner {padding: 0 15px;}

.sec4{ background-position:44% top;}

}

@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:35px; line-height:45px;}
.commn-para{ font-size:17px; line-height:27px; margin-top:15px;}
.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-sec{background-position: 37% top;}
.bnr-left{width: 70%; margin-top: 0px;}
.bnr-hdg{font-size:40px; line-height:50px;}
.bnr-img{ top: 22px; right: -50px; width: 396px;}
.bnr-para{width: 100%;
    font-size: 17px;
    line-height: 28px;
    margin-top: 16px;}
.bnr-sec .commn-btn{}

.logos-sec{ padding:30px 0;}
ul.logos-list{ margin-top:0;}
ul.logos-list li{ padding:0 15px; margin-top:20px;}

ul.strp-list {padding: 25px 5px;}
ul.strp-list li {
    padding:0 10px;
    font-size: 17px;
    line-height: 25px;
	text-align:center;}
ul.strp-list li img{
	position:static; margin:0 auto 5px;}	
/*====Section-1=====*/
.sec1{padding:0 0 50px;}
.s1-contnt {margin-top: 35px;}
.s1-left {
    width: 56%;
    margin: 0 0 0 -120px;
}
.s1-rgt{width: 58%;}
.s1-bx{}
.sec1-prodt {
    right: -20%;
    top: 190px;
    max-width: 270px;
}
.s1-list-txt1{}
.s1-list-txt2{font-size: 17px;line-height: 25px;}
ul.s1-list li { text-align:center; padding:0 0;}
ul.s1-list li img {position: static;margin: 0 auto -3px;}
/*====Section-2=====*/
.sec2{padding:50px 0;}
.s2-para{padding:0;}
.s2-col{ width: 48%;}
.s2-bx-txt3{}

/*====Section-3=====*/
.sec3{padding:0 0 50px;}
.s3_mid{}
.s2-row {justify-content: center;column-gap: 20px;row-gap: 20px;margin-top: 25px;}
.s3_mid_row{margin-top: 25px;}
.s3_row_inner {padding: 0 8px;}
.s2-bx {width: 62%;padding: 25px 0px 25px 16px;}
.s3_row_inner:after{top:-10px;}
.s3_row_inner span{font-size:22px; line-height:30px;}
.s2-bx-txt1 {}
.s2-bx-img {
    top: 10px;
    right: 6%;
    max-width: 145px;
}
.sec3 .btn-bx{margin-top:15px;}

.sec4 {background-position: 47% top;}
.s4-lft {width: 52%;}
/*====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 10px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

/*=====Common-CSS====*/
.commn-hdg{    font-size: 22px;   line-height: 32px;}
.commn-para{font-size:17px;line-height: 25px; margin-top:12px;}
.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: 100%;  max-width: 160px;}
.mob-mnu-ic{right:15px; top:17px;}
.mobilemenu{top:59px;}
.mobimenu-top{top:59px;}

/*=====Banner-Section======*/
.bnr-sec{padding:30px 0; background:#043d34; height:auto;}
.bnr-left{
	float:none;
	display:inline-block;
	width:100%;
	text-align:center;
	}
.bnr-rating-txt{font-size:18px;}
.bnr-hdg{font-size:24px; line-height:35px;}
.mob-bnr-img{max-width: none;
    width: calc(100% + 20px);
    margin: 15px 0 0px -10px;
    display: inline-block;
    background: unset;}
.bnr-para{padding-top: 0px; margin-top: 10px; border: none; width: 100%;}
.bnr-sec .commn-btn{margin-top:25px;}

ul.strp-list {
	row-gap: 25px;
    margin-top: 30px;
    padding: 25px 10px;
}
ul.strp-list li { width:100%; max-width:355px;}
/*====Section-1=====*/
.sec1{padding:0 0 30px;}
.s1-left {display: none;}
.s1-rgt{width:100%; text-align:center;}
.mob-s1-img{display: block;max-width: 100%;margin: 15px auto 70px;}
.s1-bx{ max-width:355px;}
ul.s1-list {justify-content: center;row-gap: 16px;}
ul.s1-list li{width: 50%;margin-top: 0;}
.s1-list-txt1{}
.s1-list-txt2{}
.s1-contnt {
    margin-top: 25px;
    max-width: 355px;
}
.sec1-prodt {
    right: 3%;
    top: 222px;
    max-width: 190px;
}
/*====Section-2=====*/
.sec2{padding:30px 0; text-align:center;}
.s2-row{justify-content:center; padding:0 0px; margin-top:25px;}
.s2-col{max-width:355px; width:100%;padding: 15px 0 0;}
.s2-bx {
    width: 100%;
    padding: 15px 20px 20px;
    text-align: center;
}
.s2-bx-txt2{margin-top: 12px;}
.s2-bx-txt3{}
.s2-bx-txt1{ min-height:auto;font-size: 20px;}
.s2-bx-img {
    position: static;
    max-width: 170px;
}
/*====Section-3=====*/
.sec3{padding:0px 0 30px;}
.s3_mid{ max-width:355px;}
.s3_mid_row{margin-top: 20px;row-gap: 22px;}
.s3_row_inner, .s3_row_inner.fl, .s3_row_inner.fr{width:100%; padding:0 10px;}
.s3_row_inner img {margin: 0 auto 12px;}
.s3_row_inner span{font-size:22px; line-height:28px;}
.s3_row_inner p{margin-top: 10px; font-size: 17px; line-height: 27px;}

.sec4 {
    height: auto;
    padding: 30px 0;
    background: #043d34;}
.s4-lft {
	float:none;
	display:inline-block;
	width:100%;
	text-align:center;
	}	
.sec4-img{
	display: inline-block;
    max-width: inherit;
    margin: 15px auto 0 -10px;
    width: calc(100% + 20px);
	}	
/*====Footer=====*/
.footer{ padding:0 0 30px 0;}
.ftr-logo{ width:140px; margin:30px auto 15px;}
}