@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


/*
font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
*/

.whats a{
position: fixed;
bottom: 15px;
left: 30px;
background: #26c281;
z-index: 999;
box-shadow: 0 0 4px #666;
font-size: 22px;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
 color:#fff;
}

.whats a::after {
  content: "";
  top: -25px;
  left: -25px;
  background-color: rgba(38, 194, 129, 0.68);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-animation: jumper2 2.5s 0.66666s ease-out infinite;
  -moz-animation: jumper2 2.5s 0.66666s ease-out infinite;
  box-shadow: 0 0 14px rgba(0, 0, 0, .5);
}


@-webkit-keyframes jumper2{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

}


@-webkit-keyframes jumper2{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    opacity: 0;
}

}


.call-back{
  position: fixed;
  bottom: 80px;
  left: 30px;
  background:#e31e24;
  z-index: 999;
  box-shadow: 0 0 4px #666;
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.call-back a{
  color: #fff;
  cursor: pointer;
}

.call-back a::after{
  content: "";
top: -25px;
left: -25px;
background-color:rgba(227, 30, 36, 0.68);
width: 100px;
height: 100px;
border-radius: 100%;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
opacity: 0;
z-index: -1;
-webkit-animation: jumper 2.5s 0.66666s ease-out infinite;
-moz-animation: jumper 2.5s 0.66666s ease-out infinite;
box-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.tooltip.top{
  background:none;
  width: 60px; 
  top: -75px !important;
}

.tooltip-inner{
font-family: 'Open Sans', sans-serif;

}

@-webkit-keyframes jumper{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

}


@-webkit-keyframes jumper{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    opacity: 0;
}

}


.top{
background:#21e052;
padding: 6px 0;
font-family: 'Poppins', sans-serif;
position: relative;
}

.top::before{
position: absolute;
content: '';
top: 0;
right: 0;
bottom: 0;
background: #222;
width: 36%;
}

.top-left ul{
padding-left: 0;
margin: 0;
}

.top-left ul li{
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.top-left ul li a{
  color: #fff;
  text-decoration: none;
  border-right:1px solid rgba(255,255,255, 0.3);
  padding-right: 6px; 
  margin-right: 6px;
}

.top-left ul li a span{
  padding-right: 5px;
}

.top-right ul{
padding-left: 0;
margin: 0;
float: right;
}

.top-right ul li{
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.top-right ul li:nth-child(1){
  border-right: 1px solid rgba(255,255,255, 0.3);
padding-right: 6px;
margin-right: 6px;
}

.top-right ul li a{
  color: #fff;
  text-decoration: none;
  padding: 0 6px;
}

header{
padding: 16px 0;
}

.pad0{
padding: 0;
}

.c-name img{
  width: 100%;
}

/*.c-name img{ 
float: left;
width: 30%;
border-right: 1px solid #ececec;
padding-right: 8px;
margin-right: 8px;
}*/

.c-name h1{
font-family: 'Oswald', sans-serif;
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
line-height: 0.8;
padding-top: 2px;
}

.c-name h1 span{
font-size: 17.4px;
letter-spacing: 0.7px;
color: #cb0000;
}

.c-name p{
font-family: 'Poppins', sans-serif;
font-size: 13px;
color: #666;
margin: 0;
display: inline-block;
border-top: 1px solid #e1e1e1;  
}


word{ 
    display:inline-block; 
}

letter{ 
    display:inline-block; 
    white-space:pre; 
    background:none; 
    transition:.4s; 
}

letter.initial{ 
    opacity:0; 
    text-shadow:0 0 9px; 
    color:#FFF; 
    -webkit-transform:scale(8); 
    -webkit-transform-origin:150% 50%; 
    transform:scale(8); 
    transform-origin:150% 50%; 
}


.container-fluid{
padding: 0px 50px;
}

.help-bx{
padding-top:22px;
}


.help-bx span{
  float: left;
  font-size: 40px;
  margin-right: 8px;
  color:#21e052;
}

.help-bx h4{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-bottom: 3px;
}

.help-bx p{
font-family: 'Montserrat', sans-serif;
font-size: 15px;
margin: 0;
}

.help-bx p a{
  text-decoration: none;
  color: #666;
}

.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;
  padding-top: 14px;
}
.ast_menu ul {
  padding: 0;
  margin: 0;
}

.ast_menu ul li {
  list-style:none;
  float:left;
  margin-right:0px;
  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;
}
.ast_menu ul li:last-child{
 margin-right:0px;
}

.ast_menu ul li a {
  display: block;
  color: #555;
text-transform: uppercase;
font-size: 15px;
  position: relative;
  font-weight: 500;
  padding:15px 6px;
  margin: 0px 12px;
  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-family: 'Poppins', sans-serif;
}
.ast_menu ul li a:hover {
  color:#21e052;
  text-decoration: none;
}

.ast_menu ul li.active a {
color: #21e052;
}

.ast_menu ul li ul.submenu{
  position:absolute;
  top:100%;
  left:-150px;
  width:675px;
  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:49%;
    padding: 0px 0px;
}
.ast_menu ul li ul.submenu li a{
  margin: 0px;
}

.ast_menu ul li ul.submenu li a::before, .ast_menu ul li ul.submenu li a::after{
display: none;
}

.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;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
font-size: 14px;
}
.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
 color:#21e052;
  -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:before,.ast_menu ul li a:after {
  height: 2px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #de2021;
  width: 0;
}*/


.ast_menu ul li a:before {
position: absolute;
left: 0;
bottom: 4px;
height: 1px;
width: 40px;
content: "";
background-color: #21e052;
transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
transform: translate3d(50px, 0, 0);
opacity: 0;
visibility: hidden;
}
.ast_menu ul li a:after {
position: absolute;
left: 0;
bottom: 0px;
height: 1px;
width: 20px;
content: "";
background-color: #21e052;
transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
transform: translate3d(50px, 0, 0);
opacity: 0;
visibility: hidden;
}



.ast_menu ul li a:hover:before,
.ast_menu ul li.active a:before,
.ast_menu ul li a:hover:after,
.ast_menu ul li.active a:after {
opacity: 1;
transform: translate3d(0px, 0, 0);
visibility: visible;
}


.ban1{
text-align: left;
top: 25%;
left: 13%;
right: 53%;
}

.ban1 h6{
color: #21e052;
font-family: 'Montserrat', sans-serif; 
}

.ban1 h2{
font-family: 'Oswald', sans-serif;
font-weight: 600;
font-size: 38px;
}

.ban1 p{
font-family: 'Poppins', sans-serif;
line-height: 26px;
font-size: 14px; 
}

.ban1 a, .ban2 a {
  background: #21e052;
  display: inline-block;
  color: #fff;
  padding: 12px 20px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #21e052;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  margin-right: 10px;
}


.ban2{
  left: 55%;
  top: 28%;
  right: 12%;
  text-align: left;

}

.ban2 h2{
font-family: 'Oswald', sans-serif;
font-weight: 600;
font-size: 38px;
color: #222;
position: relative;
}

.ban2 h2::before {
position: absolute;
content: '';
left: 0;
width: 45%;
bottom: 3px;
background: #21e052;
height: 6px;
z-index: -1;
}

.ban2 p{
font-family: 'Poppins', sans-serif;
line-height: 26px;
font-size: 14px; 
color: #555;
}



.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 2s ease-in-out 500ms both;
  animation: fadeInLeft 2s ease-in-out 500ms both;
}
.carousel-caption{
  transition: opacity 100ms;
  text-shadow: none;
}
.carousel .carousel-item img{
  width: 100%;
}
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


.sec-1{
padding: 40px 0;
}

.sec1-bx{
padding: 35px;
box-shadow: 0 4px 40px rgb(0 0 0/.1);
background-color: #fff;
}

.sec1-bx span{
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
background: #f1fff5;
color: #21e052;
font-size: 25px;
float: left;
margin-right: 20px;
position: relative;
transition: all .31s ease-in-out;
-webkit-transition: all .31s ease-in-out;
-moz-transition: all .31s ease-in-out;
}

.sec1-bx span::after{
position: absolute;
content: "";
top: 0;
height: 3px;
width: 20px;
background-color: #21e052;
transition: all .31s ease-in-out;
-webkit-transition: all .31s ease-in-out;
-moz-transition: all .31s ease-in-out;
left: 25px;
}

.sec1-bx:hover span{
background-color: #21e052;
color: #fff;
}

.sec1-bx:hover span::after{
background-color: #fff; 
}

.sec1-bx h4{
font-family: 'Montserrat', sans-serif;
font-size: 19px;
font-weight: 600;
}

.sec1-bx h4 em{
  display: block;
font-style: normal;
}

.sec1-bx p{
font-family: 'Poppins', sans-serif;  
font-size: 14px;
color: #666;
margin: 0;
padding-left: 90px;
}


.sec-2{
padding: 50px 0;
}

.sec2-right h6{
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
display: inline-block;
position: relative;
color: #21e052;
}

.sec2-right h6::before{
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
background: #f1fff5;
height: 6px;
z-index: -1; 
}

.sec2-right h1{
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 38px;
margin-bottom: 15px;
}


.sec2-right h1 span{
display: block;
font-size: 23px;
font-weight: 400;
color: #21e052;
}

.sec2-right p{
font-family: 'Poppins', sans-serif;  
font-size: 14px;
color: #666;
line-height: 28px;
}


.sec2-right a{
position: relative;
background-color: #1ae44a;
color: #fff;
font-family: 'Poppins', sans-serif;  
font-size: 15px;
font-weight: 500;
padding: 14px 22px;
display: inline-block;
overflow: hidden;
z-index: 1;
text-decoration: none;
transition: height .35s ease-in-out;
}

.sec2-right a span{
  position: relative;
  top: 1px;
  padding-left: 4px;
}

.sec2-right a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  border-radius: 50% 50% 0 0/75% 75% 0 0;
  transition: height .35s ease-in-out;
  background-color: #222;
}

.sec2-right a:hover::before {
  height: 400%;
}

.wel-bx span{
  background:#f1fff5;
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
}

.wel-bx span img{
width: 50px;
display: inline-block;
}

.wel-bx h4{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 20px;
}

.sec2-exp {
text-align: center;
background: #fff;
border: 1px solid #ececec;
padding: 12px;
}

.sec2-exp img {
  width: 70px;
  display: inline-block;
  padding-bottom: 10px;
}

.sec2-exp h2 {
  color: #222;
 font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 45px;
}

.sec2-exp p {
  font-size: 15px;
 color: #666;
  margin: 0;
}


.sec-3{
padding: 70px 0 0;
background: url(../images/sec3-bg.jpg) center;
position: relative;
background-size: cover;
}

.sec-3::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.8);
}

.outter-sec3{
margin-bottom: -150px;
}

.sec3-title{
text-align: center;
}

.sec3-title h6{
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
display: inline-block;
position: relative;
color: #21e052;
z-index: 99;
}

.sec3-title h6::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 6px;
  z-index: -1;
}

.sec3-title h2{
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.sec3-title h2::before{
position: absolute;
content: '';
left: 47%;
bottom: -9px;
background: #21e052;
height: 2px;
width: 50px;
}

.sec3-title p {
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #f1f1f1;
line-height: 26px;
padding: 0 300px;
margin-bottom: 40px;
}



.sec3-left{
background: url(../images/sec3-left.jpg);
position: relative;
padding:50px 30px;
z-index: 99;
background-size: cover;
height: 100%;
}

.sec3-left::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 224, 82, 0.9);
  z-index: -1;
}

.padl0{
padding-left: 0;
}

.padr0{
padding-right: 0;
}

.sec3-left h4{
color: #fff;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: 700;
}

.sec3-left p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #f1f1f1;
  line-height: 26px;
}

.sec3-left ul{
  padding-left: 0;
}

.sec3-left ul li{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #f1f1f1;
  line-height: 26px;
  list-style: none;
  width: 48%;
  display: inline-block;
}

.sec3-left ul li i{
  padding-right: 3px;
}


.sec3-left a{
position: relative;
background-color: #222;
color: #fff;
font-family: 'Poppins', sans-serif;  
font-size: 15px;
font-weight: 500;
padding: 14px 22px;
display: inline-block;
overflow: hidden;
z-index: 1;
text-decoration: none;
transition: height .35s ease-in-out;
}

.sec3-left a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  border-radius: 50% 50% 0 0/75% 75% 0 0;
  transition: height .35s ease-in-out;
  background-color: #fff;
}

.sec3-left a:hover::before {
  height: 400%;
}

.sec3-left a:hover{
color: #21e052;
}

.sec3-left a span{
padding-right: 5px;
}

.sec3-right{
background: #fff;
padding: 50px;
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.sec3-right h3{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.sec3-right p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.skill-header {
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
}

.skill-header h5 {
float: left;
font-size: 16px;
margin-bottom: 0px;
color: #222;
font-family: 'Montserrat', sans-serif;
}

.skill-header span {
  float: right;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.6;
  color: #222;
   font-family: 'Poppins', sans-serif;
}


.progress {
  background-color: #eee;
  border-radius: 0px;
  height: 5px;
}

.sec-4{
padding:200px 0 50px;
background: #f9f9f9;
}

.counter{
text-align: center;
}

.counter h3{
font-family: 'Oswald', sans-serif;
font-size: 45px;
font-weight: 600;
color: #222;
}

.counter p {
font-family: 'Montserrat', sans-serif;
  color: #666;
  line-height: 28px;
}

.counter-brder{
border-left: 1px solid #e6e8ea;
}

.counter .add::after {
  content: "\f067";
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  top: -7px;
  font-weight: 400;
}



.sec-5{
padding: 50px 0;
background: #f9f9f9;
}

.sec5-title{
text-align: center;
}

.sec5-title h6{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #21e052;
  z-index: 99;
}

.sec5-title h6::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background:#f1fff5;
  height: 6px;
  z-index: -1;
}

.sec5-title h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 15px;
}


.sec5-box {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  margin: 20px 18px;
}

.sec5-box::before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 97px;
  height: 150px;
  background: #21e052;
  content: "";
  z-index: -1;
}

.sec5-box a{
  text-decoration: none;
}

.sec5-box h6{
font-family: 'Montserrat', sans-serif;
text-decoration: none;
color: #919191;
margin: 0;
letter-spacing: 4px;
font-size: 15px;
padding-bottom: 4px;
position: relative;
}

.sec5-box h6::before{
position: absolute;
content: '';
left: 65px;
bottom: 12px;
height: 2px;
background: #e8e8e8;
width: 40px;
}

.sec5-box h4{
font-family: 'Oswald', sans-serif;
text-decoration: none;
color: #212529;
}



.sec5-box .sec5-details{
padding: 18px 20px;
}


.link-round-text.round-text {
  position: absolute;
  right: 20px;
  bottom:12px;
  width: 70px;
  background:#21e052;
  border-radius: 50%;
  height: 70px;
}

.round-text svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 -webkit-animation-name: rotate; 
  -moz-animation-name: rotate; 
 -ms-animation-name: rotate; 
 -o-animation-name: rotate; 
 animation-name: rotate; 
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.link-round-text.round-text text {
  font-size: 26px;
  letter-spacing: 3px;
  fill: #fff;
   font-family: 'Poppins', sans-serif;
}



.link-round-text.round-text .text-btn-icon {
font-size: 20px;
width: auto;
height: auto;
background: none;
color: rgba(255,255,255,0.7);
text-align: center;
line-height: 70px;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
  50% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg);
  }
  100% { 
    -webkit-transform: rotate(720deg); 
    -moz-transform: rotate(720deg);
  }
}


.slick-pre{
  display: inline-block;
  position: absolute;
  left: -36px;
  background: #222;
  height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px !important;
  border-radius: 50%;
  top: 42%;
  font-size: 15px;
  cursor: pointer;
}


.slick-nxt{
  display: inline-block;
  position: absolute;
  right: -36px;
  background: #222;
  height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px !important;
  border-radius: 50%;
  top: 42%;
  font-size: 15px;
  cursor: pointer;
}


.sec-6{
padding: 70px 0 120px;
}


.sec6-left h6{
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
display: inline-block;
position: relative;
color: #21e052;
}

.sec6-left h6::before{
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
background: #f1fff5;
height: 6px;
z-index: -1;  
}

.sec6-left h2{
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 38px;
margin-bottom: 15px;
}

.sec6-left p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}


.sec6-box {
border-bottom: 2px solid #222;
padding: 0px 10px;
position: relative;
cursor: pointer;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
margin: 15px 0px;
display: flex;
align-items: center;
}


.sec6-box i img{
width: 40px;
margin-right: 15px;
padding: 15px 0;
}

.sec6-box h5 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.sec6-box:hover {
  border-bottom: 2px solid #21e052;
}

.sec6-img{
margin-top:100px; 
}


.inner-ban{
padding: 50px 0;
background: url(../images/in-banner.jpg);
background-size: cover;
position: relative;
}

.inner-ban::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.7);
}

.ban-tit{
text-align: center;
}

.ban-tit h1{
font-family: 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 42px;
}

.ban-tit ul {
display: inline-block;
background: #21e052;
padding: 2px 10px 4px;
margin: 0;
}

.ban-tit ul li{
font-family: 'Montserrat', sans-serif;
display: inline-block;
color: #0d6023;
font-size: 14px;
}

.ban-tit ul li a{
  color: #0d6023;
  text-decoration: none;
}
.ban-tit ul li a span{
padding: 0 4px;
position: relative;
top: 1px;
}


.inner-matter{
padding: 50px 0 100px;
}

.abt-pge h3{
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 38px;
color: #21e052;
margin-bottom: 15px;
}

.inner-matter p{
  font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #666;
line-height: 28px;
}


.inner-matter h2{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #029528;
  margin-bottom: 15px;
  position: relative;
}


.inner-matter h2::before{
position: absolute;
content: '';
left: 0;
bottom: -9px;
background: #e6e6e6;
height: 6px;
width: 6px;
}

.inner-matter h2::after{
position: absolute;
content: '';
left: 12px;
bottom: -7px;
background: #e6e6e6;
height: 2px;
width: 50px;
}


.abt-img{
position: relative;
}

.abt-img::before{
  position: absolute;
  content: '';
  left: 30%;
  top: 50%;
  right: -30px;
  bottom: -30px;
  background: rgba(33, 224, 82, 0.1);
  z-index: -1;
}


.side-list h4{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
color: #222;
position: relative;
margin-bottom: 20px;
}

.side-list h4::before{
position: absolute;
content: '';
left: 65px;
bottom: -7px;
background: #e6e6e6;
height: 2px;
width: 80%;
}

.side-list h4::after{
position: absolute;
content: '';
left: 0px;
bottom: -7px;
background: #21e052;
height: 2px;
width: 50px;
}



.side-list ul{
padding-left: 0;
}

.side-list ul li{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  list-style: none;
}

.side-list ul li a{
text-decoration: none;
display: flex;
padding: 12px 10px;
color: #555;
border-bottom: 1px solid #ececee;
transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
}

.side-list ul li a span{
color:#21e052;
padding-right: 10px;
position: relative;
top: 2px;
transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
left: 0;
}

.side-list ul li a:hover span{
  left: 5px;
  transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
}

.side-list ul li a:hover{
  color: #333;
}


 

.pro-page table{
  width: 100%;
  margin: 15px 0;
}

.pro-page table tr:nth-child(2n+1) {
  background: #fff;
}

.pro-page table tr th{
  padding: 10px;
  font-size: 15px;
  color: #21e052;
}

.pro-page table tr td {
  padding: 10px;
  font-size: 15px;
  color: #666;
}

.pro-page table tr:nth-child(2n) {
  background: #f1f1f1;
}

.pro-page img{
  width: 100%;
}

.pro-page h5{
font-family: 'Montserrat', sans-serif;
color: #21e052;
font-weight: 500;
}

.pro-list ul{
padding-left: 8px;
}

.pro-list ul li{
 font-family: 'Poppins', sans-serif;
font-size: 14px;
list-style:none;
color: #666;
line-height: 28px; 
}

.pro-list ul li i{
  color: #21e052;
  padding-right: 4px;
}

.cnt-title{
text-align: center;
}

.cnt-title h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #21e052;
}

.cnt-title h6::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1fff5;
  height: 6px;
  z-index: -1;
}

.cnt-title h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 15px;
}

.cnt-bx{
text-align: left;
padding: 35px 35px 25px 35px;
transition: all .4s ease;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
margin: 30px 0 40px;
height: 250px;
}

.cnt-bx:hover{
transform: translateY(-8px);
}

.cnt-bx span{
  font-size: 42px;
  margin-bottom: 20px;
  display: inline-block;
}


.cnt-bx h4{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
}

.cnt-enq{
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
padding: 35px;
margin: 0px;
}

.cnt-enq h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #21e052;
}

.cnt-enq h6::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1fff5;
  height: 6px;
  z-index: -1;
}

.cnt-enq h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 15px;
}

.cnt-enq label{
 font-family: 'Poppins', sans-serif;
 font-size: 15px;
 color: #444;
font-weight: 500;
}

.cnt-enq .form-control{
 font-family: 'Poppins', sans-serif;
  font-size: 15px;
  padding: 15px 20px 15px 20px;
  margin-bottom: 15px;
  border-radius: 0;
  border:1px solid #e6e8ea;
}

.cnt-enq textarea.form-control{
  height: auto;
}


.cnt-enq .btn {
  position: relative;
  background-color: #21e052;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 14px 22px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  z-index: 1;
  text-decoration: none;
  transition: height .35s ease-in-out;
}

.cnt-enq .btn::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  border-radius: 50% 50% 0 0/75% 75% 0 0;
  transition: height .35s ease-in-out;
  background-color: #222;
}

.cnt-enq .btn:hover::before {
  height: 400%;
}


.padr0{
padding-right: 0;
}

.padl0{
padding-left: 0;
}


.chatbox{ position: fixed !important;
    bottom: 0px;
    right: 0px;
    z-index: 999;
}

.chatbox a{
color: #c6050e;
}

.chatbox a:hover, .chatbox a:focus{
color: #c6050e;
  }

  

.chatbox .panel-group {
    margin-bottom: 0px !important;
}

.chatbox .panel-default > .panel-heading {
    background-color: #c6050e !important;
    border: none !important;
    border-radius: 6px 6px 0 0;
    padding: 2px 5px;
}

.chatbox .panel-heading a {
    color: #fff !important;
  text-decoration: none!important;
}

.chatbox .panel-heading a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

.chatbox .panel-heading a {
font-family: 'Poppins', sans-serif;
font-size: 18px;
}

.chatbox .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px !important;
  border: 0px !important;
}

.chatbox .form-chat {
    height: 38px !important;
    padding-top: 3px !important;
    padding-right: 2px !important;
    padding-bottom: 0px !important;
    padding-left: 2px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.chatbox .list-group {
    margin-bottom: 0px !important;
}

.chatbox .list-group-item {
    border-radius: 0 !important;
}
  
.chatbox .chatbtn{
width: 100% !important;
padding: 7px 9px !important;
font-size: 16px !important;
font-family: 'Poppins', sans-serif;
background: #222;
border:none;
font-size: 15px;
} 

.chatbox .panel-heading {

}

.chatbox .panel-title {
    margin: 0;
}

.chatbox .panel-title img{
  position: absolute;
bottom: 22px;
width: 70px;
right: 54px;
}

.chatbox .panel-heading a {
    display: block;
    padding: 5px 15px !important;
    border-radius: 4px 0 4px 0;
}

.chatbox .panel-heading a i{
  float: right;
  font-size: 21px;
}


footer{
  position: relative;
}


.fotter-overlay{
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
 background-image: url("../images/footer-overlay.jpg");
background-repeat: no-repeat;
background-size: cover;
opacity: 0.2;
mix-blend-mode: darken;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
height: 100%;
width: 100%;
top: 30px;
left: 0;
position: absolute;
}


footer .row{
background: #111;
padding: 60px 40px;
margin: -50px 20px 20px;
}

.f-about h2{
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 28px;
text-transform: uppercase;
font-weight: 700;
}

.f-about p {
    color: rgba(255,255,255, 0.7);
  line-height: 26px;
font-family: 'Poppins', sans-serif;
  font-size: 14px;
}


.f-about h4{
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
}



.f-links h3 {
  color: #fff;
    font-family: 'Oswald', sans-serif;
  font-size: 25px;
  position: relative;
  text-transform: uppercase;
  padding-left: 22px;
}

.f-links h3 span {
font-size: 15px;
position: absolute;
left: 0px;
top: 9px;
color: #21e052;
animation: rotate 5s ease-in-out infinite;
}

.f-links ul {
  padding-left: 0px;
}

.f-links li {
  list-style: none;
}

.f-links li a {
  color: rgba(255,255,255, 0.7);
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
 font-family: 'Poppins', sans-serif;
  line-height: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.f-links li a span{
color: #21e052;
font-size: 12px;
padding-right: 4px;
}

.f-links li a:hover{
  color: #21e052;
}

.f-cnt p {
  color: rgba(255,255,255, 0.7);
 font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.fttr-bx span{
  height: 50px;
  width: 50px;
  background: #21e052;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 23px;
  float: left;
  margin-right: 10px;
}

.fttr-bx h6{
font-family: 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
font-size: 18px;
}




.bottom p{
text-align: center;
font-family: 'Montserrat', sans-serif;
margin: 0;
font-size: 14px;
}







@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:-20px;
  border: none;
  width: 40px;
  height: 36px;
  font-size: 21px;
  color: #fff;
  background-color:#212529;
  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 {
    border-bottom: 1px solid #535353;
}*/
.ast_menu ul li a:hover, .ast_menu ul li a.active{
  background-color:#de2021;
  color:#fff;
  border-top: 0px;
}
.ast_menu ul li a{
    padding:10px 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 (min-width:320px) and (max-width:414px){

.top{
  text-align: center;
}

.top::before {
  background:none;
}

.top-right ul li:nth-child(1) {
  display: block;
    border-right: 0px solid rgba(255,255,255, 0.3);
}

.top-right ul {
  float: none;
}

.top-left ul li a {
  border-right: 0px solid rgba(255,255,255, 0.3);
  padding-right: 0px;
  margin-right: 0px;
}

.ast_menu {
  float: none;
}

.ast_menu ul li {
  float: none;
}

.ast_menu ul li ul.submenu {
  width: 100%;
  left: 20px;
}

.ast_menu ul li ul.submenu li {
  float: none;
  width: 100%;
}

.ast_menu ul li ul.submenu li a:hover{
  color: #fff;
}

.sec1-bx {
  margin-bottom: 20px;
}

.sec2-right h1 {
  font-size: 26px;
}

.sec2-right h6 {
  font-size: 12px;
}

.sec2-right h1 span {
  font-size: 18px;
}

.sec2-right a {
margin-top: 15px;
}

.sec3-title h6 {
font-size: 14px;
}

.sec3-title h2 {
  font-size: 24px;
}

.sec3-title p {
  padding: 0;
}
.sec3-left h4 {
  font-size: 17px;
}

.padr0 {
  padding-left: 0;
}

.padl0 {
  padding-right: 0;
}

.sec3-right h3 {
  font-size: 17px;
}

.sec5-box h6 {
  font-size: 12px;
}

.sec5-box h4 {
  font-size: 16px;
}

.link-round-text.round-text {
  width: 50px;
  height: 50px;
}

.link-round-text.round-text .text-btn-icon {
  font-size: 15px;
  line-height: 50px;
}

footer .row {
  margin: -50px 0px 20px;
  padding: 40px 25px;
}

.f-about h2 {
  font-size: 18px;
}

.f-about h4 {
font-size: 20px;
}

.f-links h3 {
  font-size: 20px;
}

.f-links h3 span {
  font-size: 12px;
  top: 8px;
}


}
