@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');


body{
font-family: 'Poppins', sans-serif;	
overflow-x: hidden;
}


.cat-download{
position: fixed;
right: 20px;
bottom: 20px;
z-index: 99;
width: 200px;
}

html, body{
    position : relative;
    overflow-x : clip;
}
header{
padding: 6px 0px;
position: absolute;
width:100%;
top: 0px;
z-index: 999;
}

.pad0{
padding: 0px;
}

.c-name{
padding-top: 23px;
}

.c-name h1{
font-family: 'Anton', sans-serif;
text-transform: uppercase;
color:#00a400;
font-size: 38px;
margin-bottom: 0px;
}

.c-name p{
color: #666;
text-align: right;
padding-right: 20px;
margin: 0;
font-weight: 300;
letter-spacing: 2px;
font-size: 15px;
position: relative;
}

.c-name p::after{
content: '';
position: absolute;
left: 0px;
height: 2px;
width: 100px;
background: #979797;
top: 11px;
}

.top-links{
float: right;
margin-bottom: 0px;
padding-left: 0px;
position: relative;
z-index: 9;
}

.top-links::before{
content: '';
position: absolute;
width: 900px;
height: 36px;
background: #00cc00;
z-index: -1;
top: -7px;
left: -15px;
border-bottom-left-radius: 8px;
}

.top-links li{
	display: inline-block;
	font-size: 15px;
	padding-right:10px;
}
.top-links li a{
	color: #fff;
	text-decoration: none;
}

.top-links li a span{
	padding-right: 5px;
}

.ast_header_bottom {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  margin-top: 0;
  z-index: 10;
  background:#e4ded4;
}

.ast_header_bottom.style_2{
    background-color: rgba(0, 0, 0, 0);
    margin-top: 21px;
    padding: 0px 50px;
}

.ast_menu {
    float: right;
  position: relative;
}
.ast_menu ul {
  padding: 0;
  margin: 0;
}

.ast_menu ul li {
  list-style:none;
  float:left;
  position:relative;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  padding: 12px 0px 0px;
}



.ast_menu ul li a {
  display: block;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding:15px 0px;
  margin: 0px 15px;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 15px;
}

.ast_menu ul li a:hover {
  color:#00a400;
  text-decoration: none;
}

.ast_menu ul li.active a {
color: #00a400;
}

.ast_menu ul li ul.submenu{
  position:absolute;
  top:100%;
  left:0px;
  width:220px;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px 11px;
border-radius: 4px;
}

.ast_menu ul li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ast_menu ul li ul.submenu li{
  float:left;
  width:100%;
    padding: 0px 0px;
}

.ast_menu ul li ul.submenu li a{
    padding:10px;
    border-right: 0px solid #222;
    width: 100%;
    border-top: 0px;
border-bottom:1px solid #f1f1f1;
    color: #333;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0px;
}

.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
 color:#00a400;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ast_menu ul li ul.submenu li ul.submenu{
  position:absolute;
  top:0px;
  left:auto;
  right:100%;
  width:140px;
  opacity:0;
  visibility:hidden;
  background-color:#333333;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ast_menu_btn{
  display:none;
}

.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.menu_fixed.ast_header_bottom {
  margin-top:0px;
    background-color:#e4ded4;
}

.menu_fixed .ast_menu ul li ul.submenu {
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}

.ast_menu ul li a:after {
  height: 2px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #00a400;
  width: 0;
}



.ast_menu ul li a:after {
  bottom: 0;
  right: 0;
}


.ast_menu ul li a:hover:after,
.ast_menu ul li.active a:after {
  width: 100%;
}


.carousel .carousel-inner .carousel-item .slide1 {
    background: url(../images/slide-bg.jpg);
    height: 99.75vh;
    background-size: cover;
}

.carousel-item.banner1 .slide-img{
	position: absolute;
	bottom: -30px;
	width: 630px;
	left: 100px;
}

.banner1 .carousel-caption{
	right: 0%;
	left: 40%;
	top: 18%;
	color: #222;
}


/*.carousel-item.banner1::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #daffda;
    margin: 0 auto;
    opacity: 1;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-bottom-right-radius: 70px;
    border-bottom-right-radius: 70px;
    top: 0;
}*/

.banner1 h4{
	color: #0c0;
	font-size: 18px;
	margin-top: 15px;
}

.banner1 h3{
font-family: 'Anton', sans-serif;
font-size: 50px;
text-transform: uppercase;
letter-spacing: 1px;
color: #222;
}

.banner1 ul{
padding-left: 0px;
}

.banner1 ul li{
display: inline-block;
background: #222;
padding: 20px 10px;
text-align: center;
border: 1px dashed #fff;
margin: 20px 5px 30px;
position: relative;
transition: .4s;
width: 130px;
}


.banner1 ul li::after {
    border-right: 15px solid transparent;
    border-top: 15px solid #00b700;
    top: 2px;
    left: 2px;
    content: "";
    z-index: 0;
    position: absolute;
    transition: .4s;
}
.banner1 ul li span{
color: #fff;
font-size: 25px;
transition: .4s;
}

.banner1 ul li h5{
font-size: 15px;
  margin-top: 8px;
 margin-bottom: 0px;
color: #fff;
}

.carousel-caption a{
background: transparent;
padding: 10px 35px;
color: #00b700;
font-size: 16px;
border: 1px solid #00b700;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
transition: all 0.3s ease-in-out;
text-decoration: none;
margin-right: 10px;
}

.carousel-caption a:hover{
	background: #222;
	color:#fff;
	border: 1px solid #222;
}


.carousel-item.banner2 .slide-img{
	position: absolute;
	bottom: -30px;
	width: 630px;
	right: 100px;
}

.banner2 .carousel-caption{
	left: 10%;
	right: 40%;
	top: 18%;
	color: #222;
	text-align: left;
}

/*.carousel-item.banner2::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fed9d9;
    background: #f1f1f1;
    margin: 0 auto;
    opacity: 1;
    -webkit-border-bottom-left-radius: 70px;
    -moz-border-bottom-left-radius: 70px;
    border-bottom-left-radius: 70px;
    top: 0;
}
*/
.banner2 .evv{
  margin-bottom: 15px;
}

.banner2 h1{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 50px;
color: #222;
margin-bottom: 25px;
}

.banner2 p{
font-style: italic;
font-size: 60px;
line-height: 1;
font-weight: 200;
color: #999;
}

.banner2 h4{
font-size: 75px;
font-style: italic;
font-weight: 800;
color: #00a400;
text-transform: uppercase;
line-height: 0.8;
margin-bottom: 50px;
}

.banner2 h4 span{
	display: block;
}


.carousel-item.banner3 .slide-img{
  position: absolute;
  bottom: -30px;
  width: 630px;
  left: 100px;
}

.banner3 .carousel-caption{
  right: 5%;
  left: 50%;
  top: 18%;
  color: #222;
}


/*.carousel-item.banner3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #f1f1f1;
    margin: 0 auto;
    opacity: 1;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-bottom-right-radius: 70px;
    border-bottom-right-radius: 70px;
    top: 0;
}*/


.banner3 h4
 {
    font-size: 55px;
    font-style: italic;
    font-weight: 800;
    color: #ef2134;
    text-transform: uppercase;
    line-height: 0.8;
}

.banner3 .evv{
  margin-bottom: 15px;
}

.banner3 .evv2{
  margin: 10px 0px 50px;
}

.carousel-item.banner4 .slide-img{
  position: absolute;
  bottom: -30px;
  width: 630px;
  right: 100px;
}

.banner4 .carousel-caption{
  left: 10%;
  right: 40%;
  top: 20%;
  color: #222;
  text-align: left;
}

/*.carousel-item.banner4::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fed9d9;
    margin: 0 auto;
    opacity: 1;
    -webkit-border-bottom-left-radius: 70px;
    -moz-border-bottom-left-radius: 70px;
    border-bottom-left-radius: 70px;
    top: 0;
}
*/
.banner4 h1{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 50px;
color: #222;
margin-bottom: 25px;
}

.banner4 h4{
font-size: 55px;
font-style: italic;
font-weight: 800;
color: #ef2134;
text-transform: uppercase;
line-height: 0.8;
}


.banner3 a, .banner4 a, .banner5 a{
  border:1px solid #222;
color: #222;
}

.banner4 .evv{
  margin-bottom: 15px;
}

.banner4 .evv2{
  margin: 10px 0px 50px;
}



.banner5 h4{
font-size: 75px;
font-style: italic;
font-weight: 800;
color: #ef2134;
text-transform: uppercase;
line-height: 0.8;
margin-bottom: 30px;
}

.banner5 h4 span{
  display: block;
}

.carousel-item.banner5 .slide-img{
  position: absolute;
  bottom: -30px;
  width: 630px;
  left: 100px;
}

.banner5 .carousel-caption{
  right: 0%;
  left: 45%;
  top: 18%;
  color: #222;
}


/*.carousel-item.banner5::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fed9d9;
    margin: 0 auto;
    opacity: 1;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-bottom-right-radius: 70px;
    border-bottom-right-radius: 70px;
    top: 0;
}
*/
.banner5 p {
    font-style: italic;
    font-size: 60px;
    line-height: 1;
    font-weight: 200;
    color: #999;
}

.banner5 .evv2{
  margin: 0px 0px 30px;
}


.sec-1{
padding: 50px 0px;
background: #fbfbfb;
}

.sec1-box{
text-align: center;
padding: 60px 25px;
background: #222;
position: relative;
height: 310px;
margin-bottom: 30px;
}

.sec1-box span{
position: relative;
}

.sec1-box span::before{
    position: absolute;
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
 right: -36px;
top: -53px;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #fff;
color: #222;
font-size: 14px;
border-radius: 100%;
}

.sec1-box span i{
font-size: 60px;
margin-bottom: 20px;
color: #00b700;
}

.sec1-box h4{
font-family: 'Rajdhani', sans-serif;
font-size: 28px;
font-weight: 700;
color: #fff;
}

.sec1-box p{
	font-size: 15px;
	color: #fff;
	line-height: 26px;
}


.sec1-box2{
background: #00b700;
}

.sec1-box2 span i{
	color: #fff;
}


.sec1-box3{
background: #e8e8e8;
}

.sec1-box3 span i{
	color: #222;
}

.sec1-box3 h4{
color: #222;
}

.sec1-box3 p{
color: #555;
}

.sec1-box3 span::before{
background: #00b700;
color: #fff;
}

.sec1-box2 span::before{
background: #222;
color: #fff;
}



.sec1-box a{
position: absolute;
width: 100%;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
padding: 17px 40px;
visibility: hidden;
box-shadow:  0 1px 6px 0 rgba(32, 33, 36, .28);
-webkit-box-shadow:  0 1px 6px 0 rgba(32, 33, 36, .28);
color: #fff;
text-decoration: none;
background: #00a400;
text-transform: uppercase;
font-weight: 600;
}

.sec1-box a i{
	padding-left: 5px;
}

.sec1-box:hover a {
    bottom: -58px;
    opacity: 1;
    visibility: visible;
}


.sec-2{
padding: 40px 0px;
background:url(../images/sec2-bg.png);
position: relative;
overflow: hidden;
}


.wel-left{
position: relative;
overflow: hidden;
}

.wel-left img{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
padding-bottom: 5px;
}

.wel-left:hover img{
-webkit-transform: scale(1.1) translateX(13px);
-ms-transform: scale(1.1) translateX(13px);
transform: scale(1.1) translateX(13px);
}

.sec2-mid h6{
text-transform: uppercase;
color: #00b700;
padding-left: 20px;
}

.sec2-mid h6::before {
position: absolute;
content: '';
background-color: #00b700;
height: 15px;
bottom: 0px;
top: 2px;
transform: skew(-20deg);
left: 18px;
width: 2px;
box-shadow: 6px 0px 0px #00b700;
}

.sec2-mid h2{
font-family: 'Rajdhani', sans-serif;
font-size: 42px;
font-weight: 700;
color: #222;
}

.sec-2 p{
font-size: 14px;
color: #555;
line-height: 28px;
}

.sec-2 a{
font-family: 'Rajdhani', sans-serif;
background: #00b700;
padding: 10px 20px;
display: inline-block;
color: #fff;
font-weight: 600;
border-radius: 30px;
position: relative;
text-transform: uppercase;
text-decoration: none;
}

.sec-2  a i{
position: absolute;
right: -15px;
top: 10px;
color: #222;
font-size: 24px;
}

.animated-text{
position: absolute;
top: 40%;
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
/*color:rgba(0, 183, 0, 0.15);*/
color:#f1f1f1;
font-size: 180px;
left: -20%;
z-index: -1;

}

.animated-text span{
  display: inline-block;
}

.sec-2 h4{
	font-weight: 600;
	color: #222;
}

.sec-2 h4 span{
	color: #00b700;
	padding-right: 10px;
}

.sec-3{
background: #00b700 url("../images/sec3-bg.png");
background-size: cover;
}

.sec3-left{
	padding: 50px 30px;
}

.sec3-left h4{
text-transform: uppercase;
font-size: 17px;
font-weight: 500;
letter-spacing: 2px;
color: #e8ffe8;
padding-left: 20px;
position: relative;
}

.sec3-left h4::before {
    position: absolute;
    content: '';
    background-color: #e8ffe8;
    height: 15px;
    bottom: 0px;
    top: 2px;
    transform: skew(-20deg);
    left: 0px;
    width: 2px;
    box-shadow: 6px 0px 0px #e8ffe8;
}

.sec3-left h2{
	font-family: 'Rajdhani', sans-serif;
font-weight: 700;
color: #fff;
font-size: 45px;
}

.sec3-left p{
font-size: 14px;
color: #b9ffb9;
line-height: 28px;
}

.sec3-left h5{
text-align: center;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
font-size: 25px;
color: #fff;
position: relative;
}

.sec3-left h5::before{
	content: '';
	position: absolute;
	left: 15%;
	width: 40px;
	background: #fff;
	height: 2px;
	top: 14px;
}

.sec3-left h5::after{
	content: '';
	position: absolute;
	right: 15%;
	width: 40px;
	background: #fff;
	height: 2px;
	top: 14px;
}

.bst-pr{
padding: 12px 0px;
}

.bst-pr span{
	float: left;
}

.bst-pr span img{
width: 60px;
margin-right: 15px;
}

.bst-pr h6{
font-weight: 700;
font-size: 20px;
color: #fff;
margin-bottom: 0px;
}

.bst-pr p{
margin: 0px;
line-height: 22px
}


.segment-b{
background: #004200;
color: #fff;
padding: 10px 15px;
text-align: center;
margin-top: 20px;
clip-path: polygon(100% 0, 100% 85%, 92% 100%, 0 100%, 0 0);
-webkit-clip-path: polygon(100% 0, 100% 85%, 92% 100%, 0 100%, 0 0);
-moz-clip-path: polygon(100% 0, 100% 85%, 92% 100%, 0 100%, 0 0);
}

.segment-b p{
color: #fff;
margin: 0;
line-height: 22px;
text-transform: uppercase;	
}

.sec-4{
padding: 40px 0px;
}

.sec4-title{
text-align: center;
}

.sec4-title h5{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color:#00b700;
    position: relative;
    display: inline-block;
}

.sec4-title h5::before {
    position: absolute;
    content: '';
    background-color: #00b700;
    height: 15px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
    left: -25px;
    width: 2px;
    box-shadow: 6px 0px 0px #00b700;
}

.sec4-title h5::after {
    position: absolute;
    content: '';
    background-color: #00b700;
    height: 15px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
    right: -18px;
    width: 2px;
    box-shadow: 6px 0px 0px #00b700;
}

.sec4-title h2{
font-family: 'Rajdhani', sans-serif;
font-size: 38px;
font-weight: 700;
color: #222;
}

.sec4-box{
text-align: center;
margin: 20px 10px 0px 10px;
}

.sec4-box img{
  display: inline-block !important;
}

.slick-pre{
display: inline-block;
position: absolute;
background: #00b700;
height: 40px;
width: 40px;
line-height: 41px !important;
text-align: center;
color: #fff;
cursor: pointer;
top: 38%;
left: -25px
}

.slick-nxt{
display: inline-block;
position: absolute;
background: #00b700;
height: 40px;
width: 40px;
line-height: 41px !important;
text-align: center;
color: #fff;
cursor: pointer;
top: 38%;
right: -25px
}

.sec4-box h6{
color: #00b700;
margin-top: 15px;
}

.sec4-box h5{
font-family: 'Rajdhani', sans-serif;
color: #222;
margin-bottom: 0px;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
font-size: 25px;
}

.sec4-box ul{
padding-left: 0px;
display: inline-block;
}

.sec4-box ul li{
display: inline-block;
font-size: 14px;
color: #777;
border-right: 1px solid #e1e1e1;
padding: 0px 5px;
margin-top: 8px;
}

.sec4-box ul li span{
	padding-right: 5px;
	color: #00b700;
}

.sec4-box ul li:last-child{
border: none;
}

.sec-5{
background: #00b700;
margin-left: 30px;
border-radius: 60px 0px 0px 0px;
}

.sec5-box1{
border-radius: 60px 0px 0px 0px;
}

.sec5-box{
background: #00b700;
padding: 50px 15px;
position: relative;
height: 270px;
}

.sec5-box a{
	text-decoration: none;
}

.sec5-box h4{
font-size: 25px;
color: #fff;
}

.sec5-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    padding: 20px 108px 20px 0;
}

.sec5-box::before {
    content: "";
    width: 133px;
    height: 35px;
    position: absolute;
    right: 425px;
    background: url(../images/step-arrow.png) no-repeat;
    top: 0px;
}
.sec5-box img{
position: absolute;
right: 15px;
bottom: 78px;
}

/*inner pages start*/

.inner-banner{
padding: 180px 0px 0px;
background: url(../images/slide-bg.jpg);
background-size: cover;
}


.inner-banner h1{
font-family: 'Rajdhani', sans-serif;
font-size: 45px;
font-weight: 700;
color: #fff;
background: #0c0;
display: inline-block;
padding: 40px 35px;
margin-bottom: -20px;
position: relative;
}

.inner-banner h1::after{
position: absolute;
content: '';
left: -20px;
bottom: 40px;
width: 180px;
height: 1px;
background: #0f800f;
}

.inner-banner h1::before{
position: absolute;
content: '';
left: 22px;
bottom: -10px;
width: 1px;
height: 100px;
background: #0f800f;
}

.inner-matter{
  padding: 40px 0px;
}

.inner-matter p {
  font-size: 15px;
  color: #555;
  line-height: 28px;
}

.abt-miss{
  background: #059d05;
  padding: 40px 30px;
  position: relative;
  height: 220px;
  margin: 20px 0;
}

.abt-miss h3{
color: #fff;
}

.abt-miss p {
  color: #fff;
  font-size: 15px;
}

.abt-miss span{
font-size: 80px;
color: rgba(255,255,255,0.2);
position: absolute;
right: 12px;
bottom: 12px;
transition: 0.9s;
}

.abt-miss:hover span{
  transform: scale(1.15);
transition: 0.4s;
}


.about-mid{
text-align: center;
}

.about-mid img{
  display: inline-block;
}

.abt-eco{
padding: 40px 0px;
background: #f5f6f6;
text-align: center;
}

.abt-eco h2{
 font-size: 45px;
   color: #00b700;
}

.abt-eco h3{
  font-weight: 300;
  font-size: 30px;
}

.abt-eco p{
margin: 20px 0px;
color: #444;
font-weight: 300;
padding: 0px 180px;
}

.eco-box{
  margin: 15px 0;
}

.eco-box img{
  margin-bottom: 15px;
}

.eco-box h4{
  font-size: 22px;
  font-weight: 300;
}

.abt-sec2{
padding: 40px 0px;
}

.abt-sec2 h2{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 38px;
color: #00b700;
}

.abt-sec2 p{
color: #666;
font-weight: 300;
}

.abt-sec2-box{
background: #059d05;
padding: 30px;
margin: 20px 0px;
height: 190px;
position: relative;
overflow:hidden;
}

.abt-sec2-box img{
 position: absolute;
right: 5px;
opacity: 0.2;
bottom: 5px;
transition: 0.9s;
}

.abt-sec2-box:hover img {
  transform: scale(1.15);
  transition: 0.4s;
}

.abt-sec2-box h3{
  color: #fff;
}

.abt-sec2-box p{
  color: #fff;
}

.product-img{
padding: 25px 0px;
}

.product-right{
padding: 25px 0px;
}

.product-right ul{
padding-left: 0px;
}

.product-right ul li{
  display: flex;
  align-items: center;
  border-bottom:1px solid #ececec;
  padding:15px 0px;
}

.product-right ul li span img {
  width: 84px;
  margin-right: 15px;
}


.product-right ul li h6{
  font-weight: 700;
font-size: 30px;
}

.product-right ul li p{
color: #777;
margin: 0;
}

.key-feature h3, .speci-table h3, .others-feature h3, .choose-color h3{
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
color: #333;
position: relative;
}

.key-feature h3::before, .speci-table h3::before, .others-feature h3::before, .choose-color h3::before{
position: absolute;
content: '';
left: 0px;
width: 15px;
height: 2px;
background: #00b700;
bottom: -5px; 
}

.key-feature h3::after, .speci-table h3::after, .others-feature h3::after, .choose-color h3::after{
position: absolute;
content: '';
left: 20px;
width: 50px;
height: 2px;
background: #00b700;
bottom: -5px;
}

.key-box{
display: flex;
align-items: center;
position: relative;
background: #f7f7f7;
padding: 15px 20px;
margin: 15px 0;
}

.key-box::before{
border-top: 10px solid transparent;
border-right: 10px solid #e3e3e3;
content: "";
display: block;
height: 0px;
right: 5px;
position: absolute;
bottom: 5px;
width: 10px;
}

.key-box span{
  margin-right: 15px;
}

.key-box h4{
font-size: 22px;
font-weight: 300;
color: #555;
}

.battery-box{
  margin: 40px 0px;
}

.battery-box h5{
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
letter-spacing: 2px;
font-size: 17px;
margin-top: 80px;
}

.battery-box h3{
  font-weight: 600;
color: #00b802;
}

.battery-box ul{
  padding-left: 0px;
}

.battery-box ul li{
  list-style: none;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  position: relative;
padding: 25px 20px 25px 40px
}

.battery-box ul li::before{
position: absolute;
content: '';
left: 6px;
top: 45px;
height: 2px;
width: 25px;
background: #00b802;
}

.battery-box ul li span{
  display: block;
  font-weight: 300;
  color: #666;
}


.others-feature, .choose-color{
background: #f7f7f7;
padding: 25px;
margin: 30px 0px;
height: 375px;
}

.others-feature ul{
padding-left: 0px;
}

.others-feature ul li{
list-style: none;
color: #555;
padding: 10px 0px 10px 20px;
position: relative;
}

.others-feature ul li::before{
position: absolute;
content: '';
background-color: #01b801;
height: 15px;
bottom: 0px;
top: 14px;
transform: skew(-20deg);
left: 0px;
width: 2px;
box-shadow: 6px 0px 0px #01b801;
}

.choose-color ul{
padding-left: 0px;
}

.choose-color ul li{
list-style: none;
color: #555;
padding: 10px 0;
position: relative;
display: inline-flex;
align-items: center;
font-size: 15px;
width: 48%;
}

.choose-color ul.m9-color li{
display: flex;
width: 100%;
}

.choose-color ul li span{
height: 30px;
width: 50px;
display: inline-block;
margin-right: 12px;
position: relative;
border: 1px solid #222;
}

.choose-color ul li .blk::before{
display: inline-block;
content: "";
height: 100%;
width: 25px;
background: #000;
top: 0;
left: 0;
position: absolute;
}

.choose-color ul li .wth::before{
display: inline-block;
content: "";
height: 100%;
width: 25px;
background: #fff;
top: 0;
right: 0;
position: absolute;
}

.choose-color ul li .b-red::after{
display: inline-block;
content: "";
height: 100%;
width: 8px;
background: #eb0000;
top: 0;
left: 22px;
position: absolute;
}

.product-slider{
margin: 30px 0px;
border:1px solid #f1f1f1;
}


.carousel-indicators .active{
 background: rgba(0,183,0);
}

.carousel-indicators li {
  background: rgba(0,183,0, 0.2);
}

.speci-table table{
  width: 100%;
}

.speci-table tr th{
border-bottom: 1px solid #e8e8e8;
padding: 12px 10px;
font-weight: 600;
}


.speci-table tr td{
border-bottom: 1px solid #e8e8e8;
padding: 12px 10px;
color: #555;
}

.waty-title{

}

.waty-title h4{
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
color: #333;
position: relative;
font-size: 1.75rem;
margin-top: 25px;
}

.waty-title h4::before {
  position: absolute;
  content: '';
  left: 0px;
  width: 15px;
  height: 2px;
  background: #00b700;
  bottom: -5px;
}

.waty-title h4::after{
  position: absolute;
  content: '';
  left: 20px;
  width: 50px;
  height: 2px;
  background: #00b700;
  bottom: -5px;
}

.waty-box{
margin: 30px 0 0 15px;
border-left: 3px solid #e6e6e6;
padding-left: 25px;
}

.waty-box h4{
font-size: 20px;
margin-bottom: 5px;
}

.waty-box p{
color: #00b700;
font-family: 'Rajdhani', sans-serif;
font-size: 18px;
font-weight: 500;
}


.img-pro {
  margin-top: 50px;
  position: relative;
}

.img-pro::before{
position: absolute;
border-radius: 20px;
border: 1px solid #0c0;
width: 100%;
height: 100%;
content: '';
top: 20px;
left: 18px;
z-index: -1;
}

.img-pro img{
  border-radius: 20px;

}



.con-box{
 /* border: 1px solid #ececec;*/
  padding: 10px;
  text-align: center;
  position: relative;
  height: 200px;
margin-top: 50px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
transition: all 0.35s ease;
}
.con-box i{
  font-size: 20px;
  border: 2px dotted  #0c0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 45px;
  position: absolute;
  color: #0c0;
top: -22px;
left: 150px;
transition: all 0.35s ease;
}
.con-box:hover i{
  background: #0c0;
  color: #fff;
}
.con-box h3{
  font-family: 'Rajdhani', sans-serif;
font-weight: 500;
margin-top: 30px;
position: relative;
}

.con-box h3::before{
background: #0c0;
position: absolute;
content: '';
width: 80px;
height: 1px;
bottom: 0;
left: 123px;

}

.con-box h3::after{
background: #0c0;
position: absolute;
content: '';
width: 10px;
height: 10px;
bottom: -4px;
left: 160px;
border-radius: 50%;

}


/*.con-side{
  position: relative;
}
.con-side::before{
     content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0px;
    background: url(../images/con-side.jpg) no-repeat;
    top: 0px;
}*/
.form .form-control{
transition: border linear .2s,box-shadow linear .2s;
width: 100%;
color: #8093a8;
padding: 10px 35px 10px;
border-radius: 0;
font-weight: 400;
background-color: #f8f8f8;
border: 1px solid rgba(0, 43, 92, 0.08);
font-size: 14px;
margin-top: 20px;
font-family: 'Rajdhani', sans-serif;

}

.form .btn{
  transition: border linear .2s,box-shadow linear .2s;
color: #fFf;
padding: 13px 15px 14px;
border-radius: 0;
font-weight: 400;
background-color: #0c0;
border: 1px solid rgba(0, 43, 92, 0.08);
font-size: 18px;
margin-top: 20px;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
width: 20%;
}
.form button{
  text-align: center;
}

form .form-group{
margin-bottom: 15px;
position: relative;
}
form .form-group::after {
    content: '';
    font-family: FontAwesome;
    position: absolute;
    top: 22px;
     left: 10px;
    margin-top: -12px;
    color: #0c0;
    font-size: 18px;
}
form .user::after {
    content: '\f007';
}
 form .phone::after {
    content: '\f095';
}
form .address::after {
    content: '\f1ad';
}
form .email::after {
    content: '\f0e0';
}
form .add::after {
    content: '\f041';
}
form .mess::after {
    content: '\f27a';
}

form .loc::after {
    content: '\f124';
}





/*inner pages end*/

footer{
background: #222 url("../images/map.png") center;
padding: 40px 0px;
}

.f-about{
text-align: center;
}
.f-about img{
	width: 50%;
	display: inline-block;
}

.f-about h2{
color: #00b700;
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 28px;
}

.f-about p{
font-size: 14px;
color: #888;
line-height: 26px;
text-align: justify;
}

.social-links{
display: inline-block;
padding-left: 0px;
}

.social-links li{
	display: inline-block;
}

.social-links li a{
text-decoration: none;
color: #00b700;
padding: 0px 10px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.social-links li a:hover{
opacity: 0.8;
}

footer h4{
	margin-top: 20px;
margin-bottom: 20px;
font-size: 20px;
font-weight: 500;
color: #fff;
}

footer h4::before{
display: inline-block;
width: 20px;
height: 2px;
margin-right: 15px;
content: '';
vertical-align: middle;
background: #00b700;
}

.f-links ul {
padding-left: 0px;
}

.f-links ul li{
list-style: none;
}

.f-links ul li a{
color: #888;
display: block;
line-height: 32px;
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
font-size: 15px;
}
.f-links ul li a span{
padding-right: 5px;
}

.f-links ul li a:hover{
color:  #00b700;
text-decoration: none;
}

.f-cnt p{
color: #888;
font-size: 15px;
}
.f-cnt b{
  color: #fff;
font-size: 15px;
}

.f-cnt p span{
padding-right: 5px;
color: #00b700;
}


@media (min-width:667px) and (max-width:768px) {
.ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 32px;
  right: 15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #1d1d1d;
  background-color: #e4ded4;
  border-radius: 3px;
  z-index: 99;
}

}


@media (max-width:991px){
  .ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 18px;
  right:15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #fff;
  background-color:#00b700;
  border-radius: 3px;
  z-index: 99;
  cursor: pointer;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
  outline:none;
  border:none;
  box-shadow:none;
  text-shadow:none;
}
.ast_main_menu_wrapper{
  z-index: 2;
  position:fixed;
    left: 0px;
    top: 0px;
  bottom:0px;
    background-color:#333333;
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
  -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu {
    overflow-y: scroll;
    height: 100%;
}
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
  background-color: #ff1515;
  outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
.ast_menu ul li {
    width: 100%;
    border-bottom: 1px solid #535353;
}
.ast_menu ul li a:hover, .ast_menu ul li a.active{
  background-color:#f48034;
  color:#fff;
  border-top: 0px;
}
.ast_menu ul li a{
    padding: 0 10px;
    border-top: 0px;
    color: #ffffff;
}
.ast_menu ul li ul.submenu {
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;

}
.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
  padding-left:25px;
  font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
  padding-left:40px;
}

}


@media (max-width: 320px) {
.ast_main_menu_wrapper {
    width: 210px;
}
}


@media (min-width:320px) and (max-width:414px){

header {
  position: relative;
}

.logo{
  text-align: center;
}

.logo img{
width: 25%;
display: inline-block;
}

.c-name {
  text-align: center;
}

.c-name h1{
font-size: 35px;
}

.c-name p {
  padding-right: 37px;
  font-size: 14px;
}

.c-name p::after {
  left: 45px;
  width: 80px;
}

.top-links {
  float: none;
  margin: 15px 0px;
  text-align: center;
  border-radius: 8px;
  background: #00b700;
}

.top-links::before {
  background:none;
}

.top-links li a {
  display: block;
  padding: 6px 0px;
}

.ast_menu ul li ul.submenu{
height: 340px;
}



.ast_menu ul li a {
margin: 0px;
  padding: 12px 20px;
}

.ast_menu ul li a:hover, .ast_menu ul li a.active {
background: none;
color: #00a400;
  }

.sec1-box h4 {
font-size: 24px;
}


.sec1-box {
 margin-bottom: 70px;
}


.wel-left {
  margin-bottom: 20px;
}

.sec2-mid h6 {
font-size: 13px;
}

.sec2-mid h6::before {
height: 12px;
}
.sec2-mid h2 {
  font-size: 26px;
}

.sec-2 h4 {
  font-size: 18px;
}

.sec3-left h4 {
font-size: 14px;
}

.sec3-left h4::before {
height: 12px;
}

.sec3-left h2 {
  font-size: 30px;
}

.sec3-left h5::before, .sec3-left h5::after {
display: none;
}

.segment-b p {
font-size: 15px;
}

.sec4-title h2 {
font-size: 28px;
}

.sec4-title h5 {
font-size: 12px;
}


.slick-nxt {
right: -5px;
z-index: 99;
}

.slick-pre {
left: -5px;
z-index: 99;
}


.inner-banner {
  padding: 80px 0px 0px;
}

.inner-banner h1 {
  font-size: 30px;
  padding: 30px 25px;
}


.inner-banner h1::after {
  left: -3px;
  bottom: 29px;
  width: 80px;
}

.inner-banner h1::before {
  left: 13px;
  bottom: 20px;
  height: 50px;
}


.abt-miss {
height: auto;
}

.abt-eco h2 {
  font-size: 25px;
}

.abt-eco h3 {
  font-size: 20px;
}

.abt-eco p {
  padding: 0px;
  font-size: 14px;
}

.eco-box h4 {
font-size: 18px;
}

.f-about img {
  width: 25%;
  padding-bottom: 8px;
}

}


