@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=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
/*a:hover{
  color: #6fb936 !important;
}*/
p {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
button{
  border: none;
}
.topbar{
  padding-top: 20px;
  padding-bottom: 10px;
}
.logo img{
  width: 190px;
  background-color: #000000;
  padding: 10px;
}
.res-logo{
  display: none;
}
.header2 .res-logo{
  display: block;
}
.header2 .res-logo img{
  width: 190px;
  padding: 20px 0;
}
.topbar .contact-info-topbar .contact-part{
  display: inline-block;
 padding-right: 9px;
    padding-left: 14px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.topbar .contact-info-topbar .contact-part i{
  float: left;
  margin-right: 15px;
  line-height: 38px;
  color: #6fb936;
  font-size: 26px;
}
.topbar .contact-info-topbar .contact-part .contact-info{
  float: left;
  text-align: left;
  display: block;
}
.topbar .contact-info-topbar .contact-part .contact-info span{
  color: #0a0a0a;
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
#top-search{
  background-color: #6fb936;
  padding: 0px 5%;
  height: 0;
}
.input-box{
  position: relative;
}
#top-search .search{
  width: 100%;
  height: 40px;
  padding: 0px 30px 0px 30px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}
#top-search .search::placeholder{
  font-size: 17px;
   color: #fff;
}
#top-search .search:focus{
  outline: none;
}
.topser-icon {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 0;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  border: none;
}
#topsercross-icon{
  position: absolute;
  right: 0;
  top: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.header{
  position: relative;
  background-color: #0b021e;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.navbar{
  position: unset;
}
.navbar ul{
  list-style: none;
  z-index: 999;
}
.navbar>ul{
  display: flex;
  flex-direction: row;
}
.navbar ul li{
  position: relative;
}
.navbar ul li a{
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
.navbar ul li a.active ,.navbar ul li a:hover{
  color: #6fb936;
}
.ser-btn ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.ser-btn ul li a{
  text-decoration: none;
}
.ser-btn #ser-btn-icon{
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.ser-btn .login-btn a{
  padding: 6px 18px;
  color: #fff;
  font-size: 14px;
  display: block;
  background-color: #6fb936;
  border: 2px solid #6fb936;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
/*  border-radius: 4px;*/
  transition: all 0.5s;
}
.ser-btn .login-btn a:hover{
  color: #152733;
  background-color: #fff;
  border: 2px solid #152733;
}
#bar-icon{
  display: none;
}
.down-arrow{
  position: absolute;
  right: 0;
  top: 16px;
  display: inline-block;
  font-size: 12px;
}
.navbar ul ul li a .down-arrow{
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
}
@media(min-width:992px){
  .navbar ul li ul{
    position: absolute;
    border-top: 3px solid #6fb936;
    list-style: none;
    min-width: 250px;
    background-color: #0b021e;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 20%);
    transition: all 0.3s;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
  }
  .navbar ul>li:hover>ul{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .navbar ul ul li{
    position: relative;
  }
  .navbar ul ul li a{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 10px;
    line-height: 1.8rem;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s;
  }
  .navbar ul ul li a:hover{
    color: #fff;
    background-color: #6fb936;
    border-color: transparent;
    padding-left: 25px;
  }
  .navbar ul li ul ul{
    position: absolute;
    left: 100%;
    top: 0;
  }

}

@media(max-width:1200px){
  .logo a{
    font-size: 20px;

  }
  .navbar ul li a{
    font-size: 15px;
    padding: 22px 16px;
  }
  .ser-btn .enquiry-btn{
    padding: 10px 3px;
    font-size: 12px;

  }
}

@media(max-width:992px){
  .navbar>ul{
    position: absolute;
    background-color: #152733;
    left: 0;
    right: 0;
    top: 60px;
    width: 90%;
    margin: auto;
    flex-direction: column;
    border-top: 8px solid #6fb936;

  }
  .header{
    height: 60px;
  }
  .ser-btn .enquiry-btn{
    display: none;
  }
  .ser-btn #bar-icon{
    display: block;
  }
  .ser-btn #bar-icon a{
    background-color: #6fb936;
    color: #fff;
    font-size: 27px;
    padding: 1px 5px;
  }
  .logo a{
    font-size: 30px;
    font-weight: 800;
  }
  .navbar ul li {
    border-top: 1px solid #e6e6e6;
  }
  .navbar ul li a{
    padding: 15px 16px;
  }
  .navbar ul li>ul{
    background-color: #2b5570;
  }
  .navbar ul li>ul li a{
    font-size: 13px;
    padding: 10px 25px;
  }
  .navbar ul ul li a .down-arrow{
    font-size: 18px;
    transform: rotate(90deg);
  }
  .navbar ul li a .down-arrow{
    right: 10px;
    top: 18px;
    font-size: 16px;
  }
  .navbar ul li ul li>ul{
    background-color: #0162cA;
  }

  #menu{
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  #menu.show{
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
  }
  .dropdown{
    display: none;
  }
  .dropdownshow{
    display: block;
  }
}
.backvideo{
  width: 100%;
  height: auto;
}
@media(min-aspect-ratio: 16/9){
  .backvideo{
    width: 100%;
    height: auto;
  }
}
@media(max-aspect-ratio: 16/9){
  .backvideo{
    width: auto;
    height: 100%;
  }
}
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}
.menu-sticky.sticky{
  background: #fff;
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  border: none;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  animation-duration: .5s;
  animation-name: sticky-animation;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.slider{
  position: relative;
}
.slider .slider-bg-video{
  position: relative;
  height: 513px;
}
.slider .slider-items{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
}
.slider-caption{
  width: 50%;
  max-width: 100%;
}
.slider-text-1{
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  padding-left: 50px;
}
.slider-text-2{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.slider-text-3{
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-right: 50px;
}
.slider-caption .head{
  position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 7px 80px;
   /* padding-left: 80px;*/
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    background-color: rgba(255, 255, 255, 0.1);
    font-family: 'Jost', sans-serif;
}
.slider-caption .head:before{
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 40px;
    background-color: #6fb936;
    content: "";
}
.slider-caption .head:after{
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 40px;
    background-color: #6fb936;
    content: "";
}
.slider-caption h1{
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  font-family: 'Jost', sans-serif;
  margin-top: 20px;
}
.slider-caption p{
  color:#ffffff;
  letter-spacing: 1px; 
  margin: 20px 0;
}

/*.slides .owl-dots{
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slides .owl-dots button{
  display: inline-block;
  border: 10px solid #506a85 !important;
  border-radius: 50%;
  margin: 0 5px;
}
.slides .owl-dots button.active{
  border-color: #6fb936 !important;
}*/
.slider .owl-carousel .owl-nav button.owl-prev {
    background-color: #6fb936 !important;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff !important;
    font-size: 20px !important;
    margin: -40px 0 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
    transition: all 0.5s;
}
.slider .owl-carousel .owl-nav button.owl-next {
    background-color: #6fb936 !important;
    position: absolute !important;
    right: 0;
    top: 50%;
    color: #fff !important;
    font-size: 20px !important;
    margin: -40px 0 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
    transition: all 0.5s;
}
.slider .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    background-color: #ffffff !important;
    color: #6fb936 !important;
}
.site-btn1{
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #6fb936;
  background: #ffffff;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
  margin-right: 10px;
}
.site-btn1:before{
    backface-visibility: hidden;
    background-color: #6fb936;
    clip-path: polygon(-1% 0,0 0,-25% 100%,-1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: clip-path .5s cubic-bezier(.165,.84,.44,1),-webkit-clip-path .5s cubic-bezier(.165,.84,.44,1);
    width: 100%;
}
.site-btn1:hover{
  color:#ffffff;
}
.site-btn1:hover:before {
    clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
    color: #ffffff !important;
    border: 2px solid #ffffff;
}
.site-btn1 span{
    z-index: 1;
    position: relative;
}
.site-btn1 span:hover{
  color: #ffffff;
}
.site-btn2{
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #6fb936;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
  margin-right: 10px;
}
.site-btn2:before{
    backface-visibility: hidden;
    background-color: #ffffff;
    clip-path: polygon(-1% 0,0 0,-25% 100%,-1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: clip-path .5s cubic-bezier(.165,.84,.44,1),-webkit-clip-path .5s cubic-bezier(.165,.84,.44,1);
    width: 100%;
}
.site-btn2:hover{
  color:#6fb936;
}
.site-btn2:hover:before {
    clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
    color: #6fb936 !important;
    border: 2px solid #6fb936;
}
.site-btn2 span{
    z-index: 1;
    position: relative;
}
.site-btn2 span:hover{
  color: #6fb936;
}
.section-heading{
  text-align: center;
  transition: all .3s ease-out 0s;
}
.section-heading h4{
  padding: 10px 18px;
  font-size: 14px;
  color: #ffffff;
  background-color: #6fb936;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.section-heading h2{
  font-weight: 700;
  font-size: 46px;
  line-height: 1.1;
  padding-bottom: 10px;
  font-family: 'Jost', sans-serif;
}
.services{
  background: #f4f8fb;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.service-item{
  padding: 30px 20px;
  background-color: #ffffff;
  position: relative;
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}
.service-item:before{
  content: "";
  height: 24px;
  width: 24px;
  background-color: #6fb936;
  top: 0;
  right: 0;
  position: absolute;
  transition: .4s;
}
.service-item:hover::before{
  height: 100%;
  width: 100%;
}
.service-top-iocn{
  margin-bottom: 32px;
  position: relative;
  z-index: 99;
}
.service-top-iocn span {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 27px;
    color: #ffffff;
    background-color: #6fb936;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: .3s;
}
.service-top-iocn span img{
  width: 40px;
}
.service-top-iocn span:before{
  content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #e7eff7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
}
.service-item:hover .service-top-iocn span {
    background-color: #ffffff;
    color: #6fb936;
}
.service-content{
  position: relative;
  z-index: 2;
}
.service-content h4 a{
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  transition: .3s;
  color: #101010;
  font-family: 'Jost', sans-serif;
}
.service-item:hover .service-content h4 a{
    color: #ffffff;
}
.service-content p{
  padding-bottom: 10px;
  transition: .3s;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.service-item:hover .service-content p{
    color: #ffffff;
}
.service-bottom-icon{
  position: relative;
  z-index: 2;
}
.service-bottom-icon a{
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #ffffff;
  background-color: #0b021e;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.service-bottom-icon a i {
    transition: .3s;
}
.service-item:hover .service-bottom-icon a i {
    color: #6fb936;
}
.about-us{
  background: url(../../assets/img/about-bg1.jpg);
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.about-shape-1{
  left: 1%;
  top: 35%;
  position: absolute;
  display: block;
}
.about-shape-2{
  top: 80%;
  left: 23%;
  position: absolute;
  display: block;
}
.about-left-box{
  padding-right: 40px;
  position: relative;
  text-align: right!important;
}
.about-img-2{
  position: absolute;
  bottom: -30%;
  left: 0;
  display: block;
}
.about-experince-text{
  background-color: #6fb936;
  display: inline-block;
  padding: 30px;
  position: absolute;
  bottom: -15%;
  right: 18%;
  z-index: 5;
  text-align: center;
  transition: all .3s ease-out 0s;
}
.about-experince-text h4{
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
}
.about-experince-text{
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.about-content-bottom{
  background-color: #e5eef6;
  padding: 30px;
  border-left: 6px solid #6fb936;
  margin-bottom: 30px;
}
.about-content-bottom p{
  margin-bottom: 0;
}
.trusted-source{
  position: relative;
  display: block;
  z-index: 2;
}
.trusted-source-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color:#6fb936;
  padding: 58px 100px 58px; 
}
.trusted-source-left{
  position: relative;
  display: flex;
  align-items: center;
}
.trusted-source-left h3{
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 35px;
  font-family: 'Jost', sans-serif;
}
.trusted-source-icon{
  position: relative;
  height: 94px;
  width: 94px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 140px;
  transition: all 500ms ease;
}
.trusted-source-icon img{
  width: 50px;
}
.trusted-source-icon:before{
  position: absolute;
  top: 50%;
  left: -67px;
  width: 55px;
  height: 2px;
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
}
.trusted-source-icon:after{
  position: absolute;
  top: 50%;
  right: -67px;
  width: 55px;
  height: 2px;
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
}
.trusted-source-right{
  position: relative;
  display: block;
}
.helping {
    position: relative;
    display: block;
    margin-top: -105px;
    background-color: #1b1525;
    z-index: 1;
}
.helping-left{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 640px;
}
.helping-left-bg{
  background: url(../../assets/img/helping.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.helping-right{
  position: relative;
  display: block;
  float: right;
  width: 100%;
  background-color: #152733;
  /*min-height: 794px;*/
}
.helping-right-content{
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin-left: 47px;
  padding-top: 142px;
  padding-bottom: 30px;
}
.helping-points{
  position: relative;
  display: block;
}
.helping-points .icon i{
  font-size: 50px;
  color: #6fb936;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.helping-points:hover .icon i{
  transform: scale(0.9);
  color: #ffffff;
} 
.helping-points h3{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 29px;
}
.helping-points h3:before{
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.process{
   background-color: #f4f8fb;
   padding: 100px 0;
   position: relative;
   z-index: 1;
}
.process-wrap{
    background-color: #6fb936;
    margin: 0px 31px 0px 0px;
    padding: 80px 40px 75px 40px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px 10px 10px 10px;
}
.process-wrap .section-heading h4{
  color: #6fb936 !important;
  background-color: #ffffff;
}
.process-wrap .section-heading h2{
  font-size: 38px;
}
.process-box{
  padding: 20px;
  transition: all 0.3s ease-in-out ;
  background: #ffffff;
  margin-bottom: 30px;
}
.process-box:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  background-color: #f4f8fb;
}
.process-box span{
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #6fb936;
  font-family: 'Jost', sans-serif;
}
.process-box h4{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 10px;
  font-family: 'Jost', sans-serif;
}
.blogs{
  padding: 100px 0;
  background: #f4f8fb;
  position: relative;
  z-index: 1;
}
.blog-item{
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.blog-item .blog-img{
  position: relative;
}
.blog-item .post-categories{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.blog-item .post-categories span{
  border-radius: 30px;
  color: #ffffff;
  background: #6fb936;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.blog-item .blog-content{
  padding: 30px 15px 18px 15px;
  background: #fff;
}
.blog-item .blog-content .blog-meta{
  margin-bottom: 10px;
  display: flex;
}
.blog-item .blog-content .blog-meta .date{
    font-size: 14px;
    color: #454545;
}
.blog-item .blog-content .blog-meta .admin{
  font-size: 15px;
    font-weight: 500;
    color: #454545;
    margin-left: 25px;
}
.blog-item .blog-content .blog-meta .date i{
  padding-right: 5px;
  color: #6fb936;
}
.blog-item .blog-content .blog-meta .admin i{
  padding-right: 5px;
  color: #6fb936;
}
.blog-content h3{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #101010;
}
.blog-content h3 a{
  color: #101010;
}
.blog-content .blog-btn a{
  position: relative;
  display: inline-block;
  color: #061340;
  font-size: 16px;
  font-weight: 600;
  transition: all ease .4s;
}
.blog-content .blog-btn a:hover{
  color: #6fb936;
}
.blog-content .blog-btn a:after{
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  position: relative;
  right: 0;
  top: 0;
  left: 6px;
  display: inline-block;
  margin-left: 8px;
  transition: all ease .4s;
  color: #101010;
}
.blog-btn a:hover:after {
    transform: translateX(10px);
    color: #6fb936;
}
.footer-area{
  background: url(../../assets/img/footer-bg.jpg);
  padding-bottom: 40px;
  padding-top: 110px;
}
.footer-widget-2{
  padding-left: 50px;
}
.footer-widget{
  margin-bottom: 30px;
}
.footer-content h4{
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 30px;
  font-family: 'Jost', sans-serif;
}
.footer-content p{
  color: #d7d7d7;
  padding-bottom: 15px;
  font-size: 15px;
}
.footer-social a{
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background-color: #162b3b;
  display: inline-block;
  /*border-radius: 50%;*/
  margin-right: 10px;
  transition: all .3s ease-in-out;
  font-size: 17px;
}
.footer-social a:hover{
  background-color: #6fb936;
}
.footer-menu ul li{
  margin-bottom: 15px;
}
.footer-menu ul li a{
  font-size: 15px;
  color: #d7d7d7;
  transition: all 0.5s;
}
.footer-menu ul li a:hover{
  -webkit-transform: translateX(2px);
    transform: translateX(2px);
  color: #6fb936;
}
.footer-menu ul li a i{
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #6FB935;
  position: relative;

}
.footer-address ul li{
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.footer-address ul li a{
  font-size: 15px;
  color: #d7d7d7;
  line-height: 1.3;
  transition: all 0.3s ease-in
}
.footer-address ul li a:hover{
   color: #6fb936;
}
.footer-address ul li a i{
  position: absolute;
  top: 5px;
  left: 0;
  color: #6fb936;
  font-size: 16px;
}
.footer-content .inner{
  padding-bottom: 15px;
}
.footer-input{
  position: relative;
  padding-bottom: 20px;
}
.footer-input input{
  width: 100%;
  background-color: #162b3b;
  border: 0;
  padding-left: 20px;
  padding-right: 70px;
  height: 55px;
  color: #ffffff;
}
.footer-input input:focus{
  outline: none;
}
.footer-input button{
  height: 55px;
  width: 55px;
  background-color:#6fb936;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
}
.footer-contact{
  display: flex;
  align-items: center;
}
.footer-contact .icon i{
  font-size: 40px;
    color: #6fb936;
    margin-right: 20px;
}
.contact-no a{
  font-size: 18px;
  display: block;
  font-weight: 600;
  padding-bottom: 8px;
  color: #ffffff;
  transition: 0.3s all ease;
}
.contact-no a:hover{
  color:#6fb936;
}
.contact-no span{
  font-size: 15px;
  color: #d7d7d7;
}
.copyright{
  background-color: #162b3b;
  padding: 20px 0;
}
.copyright-text span{
  font-size: 16px;
  color: #d7d7d7;
}
.animation-box{
  position: relative;
  padding: 30px;
}
.animation-box::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: border-box;
  transition: all 2s ease;
}
.animation-box::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  transition: all 2s ease;
}
.animation-box:hover::after, .animation-box:hover::before{
  border-color: #6fb936;
  width: 100%;
  height: 100%;
}
.breadcrumb{
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  z-index: 1;
  background-color: #0b021e;
  overflow: hidden;
}
.breadcrumb:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/breadcrumb-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: FocuS 1s linear 1s infinite;
}
@keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.breadcrumb .inner{
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
  z-index: 10;
}
.breadcrumb h2{
  font-size: 64px;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-weight: 900;
}
.breadcrumb ul li{
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumb ul li a{
  color: #ffffff;
}
.breadcrumb ul li a.active{
  color: #6fb936;
  font-weight: 700;
  font-size: 16px;
}
.breadcrumb ul li:after {
    position: absolute;
    content: "\f101";
    right: -6px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
}
.breadcrumb ul li:last-child::after{
  display: none;
}
.about-us.page{
  background: transparent;
}
.counter-section{
  position: relative;
  z-index: 1;
}
.counter-box{
  position: relative;
  margin-top: 75px;
  margin-bottom: 50px
}
.counter-box .inner{
  position: relative;
  min-height: 200px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 5px 40px 40px;
  transition: all 300ms ease;
  background-image: url(../../assets/img/counter.png);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 5px 40px rgb(0 0 0 / 5%);
}
.counter-box .inner:hover{
  transform: translateY(-5px);
}
.counter-box .inner i{
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  width: 115px;
  margin: -75px auto 0;
  background-color: #6fb936;
  color: #ffffff;
  font-size: 62px;
  font-weight: 600;
  transition: all 300ms ease;
  z-index: 1;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.counter-box .inner:hover i{
  background-color: #ffffff;
  color: #6fb936;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.counter-box .inner .counter{
  font-size: 46px;
  color: #222429;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
}
.counter-box .inner .counter-title{
  display: block;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  background-color: #6fb936;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 15px;
}
.vision-mission{
  margin: 100px;
}
.vision-mission .nav-tabs .nav-link{
  font-size: 20px;
  font-weight: 700;
  color: #000e29;
  padding: 30px 50px;
  border: 1px solid #f1f3f6;
  position: relative;
  transition: 0.4s;
  line-height: 1;
  border-top: 0;
  border-radius: 0;
}
.vision-mission .nav-tabs .nav-link:after{
  position: absolute;
  height: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #6fb936;
}
.vision-mission .nav-tabs .nav-link.active{
  background-color: #6fb936;
  color: #ffffff;
}
.vision-mission .nav-tabs .nav-link.active:after{
  opacity: 1;
  visibility: visible;
}
.vision-mission .tab-content h4{
  padding-bottom: 25px;
  color: #000e29;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  font-family: 'Jost', sans-serif;
}
.vision-mission .tab-content ul li{
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #1C1C1C;
  padding-left: 40px;
  position: relative;
  padding-bottom: 15px;
}
.vision-mission .tab-content ul li i{
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #6fb936;
  border-radius: 50%;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.vision-mission .tab-img img{
  border-radius: 10px;
}
.testimonial{
  position: relative;
  z-index: 1;
  background-color: #15163b;
  padding: 100px 0;
}
.testimonial:after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../../assets/img/testimonial-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-box{
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  padding: 30px 40px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.testimonial-box:before{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: .5;
  border-radius: 10px;
}
.testimonial-box .content {
    padding-left: 110px;
    position: relative;
    margin-bottom: 30px;
}
.testimonial-box .content img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: unset!important;
    width: 85px!important;
    height: 85px!important;
}
.testimonial-box .content i {
    position: absolute;
    bottom: 10px;
    left: 60px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #6fb936;
    color: #fff;
    text-align: center;
}
.testimonial-box .content h3{
  padding-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #252525;
  line-height: 1.2;
  font-size: 22px;
}
.testimonial-box p{
  font-size: 15px;
  font-family: 'Jost', sans-serif;
}
.testimonial .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2%;
  font-size: 25px!important;
  transition: .7s;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 47px!important;
  background-color: #6fb936!important;
  color: #ffffff!important;
  border: 1px solid #6fb936!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2%;
    color: #444!important;
    font-size: 25px!important;
    transition: .7s;
    width: 45px;
    height: 45px;
    line-height: 47px!important;
    border-radius: 50px;
    background-color: #6fb936!important;
    color: #ffffff!important;
    border: 1px solid #6fb936!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial .owl-nav .owl-prev i , .testimonial .owl-nav .owl-next i{
  font-size: 14px;
}
.testimonial .owl-nav .owl-prev:hover , .testimonial .owl-nav .owl-next:hover{
  background-color: #ffffff !important;
  color: #6fb936 !important;
}
.contact-area{
  padding: 100px 0;
}
.contact-form .form-control{
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
  height: 60px;
}
.contact-area .contact-form textarea{
  height: 150px;
}
.contact-area .contact-form .site-btn2{
  width: 100%;
}
.locations{
  margin-top: -250px;
  transform: translateY(250px);
}
.location-box{
  background: white;
  border-radius: 7px;
  margin-bottom: 30px;
  box-shadow: 10px 0 60px rgb(64 64 64 / 10%);
}
.location-box .top-part {
    padding-top: 40px;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 102, 255, 0.1);
}
.location-box .top-part h5{
  font-size: 20px;
  margin-top: 35px;
  line-height: 1.5;
  font-weight: 700;
  color: #293043;
}
.location-box .bottom-part{
  padding: 25px 45px 35px;
}
.location-box .bottom-part ul li{
  margin-bottom: 10px;
}
.location-box .bottom-part ul li i{
  font-size: 18px;
  margin-right: 10px;
  color: #6fb936;
}
.faq{
  padding: 100px 0;
}
.faq .accordion-item{
  margin-bottom: 20px;
  border: none;
}
.faq .accordion-button{
    padding: 20px 60px 17px 25px;
    color: #0b021e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: unset;
}
.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%6fb936' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%6fb936' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed){
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%) !important;
  background-color: transparent;
}
.team{
  padding: 100px 0;
}
.team-box{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s;
}
.team-box:hover{
  transform: translateY(-5px);
}
.team-box .image{
  position: relative;
}
.team-box:hover .image::before {
  width: 100%;
  left: 0;
  right: auto;
}
.team-box .image:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to bottom right, #6fb936, #99f553);
  opacity: 0.50;
  transition: all 0.5s;
}
.team-box .image .social {
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.team-box .image .social li{
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}
.team-box:hover .image .social li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.team-box .image .social li a{
  display: block;
  width: 35px;
  height: 35px;
  background-color: #0b021e;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.5s;
}
.team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #6fb936;
}
.team-box .image .social li a i{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.team-box .content{
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  padding: 30px;
  position: relative;
  margin: -30px auto 0;
  max-width: 235px;
  transition: all 0.5s;
}
.team-box:hover .content {
    max-width: 100%;
}
.team-box .content h3{
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #0b021e;
}
.team-box .content span{
  display: block;
  color: #6fb936;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
}
.blog-list{
  padding: 100px 0;
}
.widget-area .search-widget{
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
  border-radius: 10px;
  margin-bottom: 50px;
}
.widget-area .search-widget .search-wrap{
  position: relative;
}
.widget-area .search-widget .search-wrap input{
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  outline: none;
}
.widget-area .search-widget .search-wrap button{
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px
}
.widget-area .search-widget .search-wrap button:hover{
  color: #6fb936;
}
.widget-area .latest-post{
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
  border-radius: 10px;
  margin-bottom: 50px;
}
.widget-area .title h3{
  color: #101010;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
  font-family: 'Jost', sans-serif;
}
.widget-area .title h3:before{
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #6fb936;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.widget-area .latest-post .latest-post-widget{
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.widget-area .latest-post .latest-post-widget:first-child{
  margin-top: 15px;
}
.widget-area .latest-post .latest-post-widget .post-img{
  width: 100px;
  height: 100px;
  float: left;
  padding-right: 15px;
}
.widget-area .latest-post .latest-post-widget .post-img img{
  min-height: 70px;
}
.widget-area .latest-post .latest-post-widget .post-content{
  display: block;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  font-family: 'Jost', sans-serif;
}
.widget-area .latest-post .latest-post-widget .post-content h4 a{
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
}
.widget-area .latest-post .latest-post-widget .post-content h4 a:hover{
  color: #6fb936;
}
.categories{
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
  border-radius: 10px;
}
.categories ul li{
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.categories ul li a{
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}
.categories ul li a:hover{
  color: #6fb936;
}
.career{
  padding-top: 50px;
  padding-bottom: 100px;
}
.career-form{
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
  border-radius: 10px;
}
.career-form h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #101010;
  font-family: 'Jost', sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.career-form .form-control{
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
  padding: 10px 15px;
}
.career-form .form-control:focus{
  box-shadow: none;
}
.career-form textarea{
  height: 150px;
}
.work-process{
  z-index: 1;
  position: relative;
}
.work-process-wrap{
  z-index: 1;
  position: relative;
}
.work-process-box{
  text-align: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  animation-delay: 0.2s;
}
.work-process-box .icon{
  z-index: 1;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.work-process-box .icon:before{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0);
  border: 2px dashed #6fb936;
}
.work-process-box:hover .icon:before {
    transform: scale(1);
    animation: rotated_circle 5s linear infinite;
    animation-delay: 0.5s;
}
@keyframes rotated_circle{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.work-process-box .icon .number{
  z-index: -1;
    opacity: 0.45;
    line-height: 1;
    font-size: 85px;
    transition: 0.5s;
    font-weight: 700;
    position: absolute;
    color: #6fb936;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #293043;
    transform: translate(-70%, -60%) rotate(-50deg);
}
.work-process-box .icon i{
  color: #ffffff;
  font-size: 65px;
  transition: 0.5s;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #6fb936;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
}
.work-process-shape{
  position: absolute;
  width: 110%;
  top: -10%;
  left: -5%;
  z-index: -1;
}
.service-detail{
  padding: 100px 0;
}
.service-sidebar-single{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar-single .service-list #ser-menu li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-sidebar-single .service-list #ser-menu .active a{
  padding-left: 80px;
  color: #ffffff;
  background-color: #0b021e;
}
.service-sidebar-single .service-list #ser-menu li a{
  position: relative;
  display: block;
  font-size: 18px;
  color: #222429;
  font-weight: 600;
  background-color: #ffffff;
  padding: 17px 20px 17px 50px;
  box-shadow: 20px 5px 20px 0px rgb(0 0 0 / 5%);
  font-family: 'Jost', sans-serif;
}
.service-sidebar-single .service-list #ser-menu li a:hover{
  color: #ffffff;
  background-color: #0b021e;
  padding-left: 80px;
}
.service-sidebar-single .service-list #ser-menu .active a i{
  width: 60px;
  color: #ffffff;
  background-color: #6fb936;
}
.service-sidebar-single .service-list #ser-menu li a i{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  transition: all 500ms ease;
}
.service-sidebar-single .service-list #ser-menu li a:hover i{
  width: 60px;
  color: #ffffff;
  background-color: #6fb936;
}
.service-sidebar-banner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
}
.service-sidebar-banner .widget-content{
  background-image: url(../../assets/img/service-sidebar.jpg);
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar-banner .widget-content .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar-banner .widget-content .content-box{
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar-banner .widget-content .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: #6fb936;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar-banner .widget-content .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: 'Jost', sans-serif;
}
.service-detail-content h2{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #222429;
  margin-top: 40px;
  font-family: 'Jost', sans-serif;
}
.service-detail-content ul li{
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #222429;
  padding-left: 40px;
  position: relative;
  padding-bottom: 15px;
}
.service-detail-content ul li i{
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #6fb936;
  border-radius: 50%;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.jobs{
  padding-bottom: 100px;
}
.search-filter{
  margin: 70px 0;
}
.search-filter .form-control{
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
  padding: 16px 10px;
}
.search-filter .form-control:focus{
  box-shadow: none;
}
.job-list{
  position: relative;
}
.job-box{
  /*display: flex;*/
  width: 100%;
  clear: both;
  padding: 20px;
  transition: .4s;
  margin-top: 25px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgb(12 12 12 / 25%);
  align-items: center;
  position: relative;
}
.job-box:hover{
  border-left: 4px solid #03a84e;
}
.jobs .job-box .tag{
  top: 7px;
  left: -5px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  background: #ff526c;
  padding: 5px 3px 3px 10px;
  text-transform: uppercase;
}
.tag:after {
    top: 100%;
    left: 0;
    border-top: 5px solid #eb344f;
    border-left: 5px solid transparent;
}
.jobs .job-box .item{
  width: 100%;
  display: flex;
  align-items: center;
}
.jobs .job-box .item .company-img{
  width: 100px;
    margin: 0;
    margin-right: 15px;
    height: 100px;
    display: table;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 100px;
    background: #000;
}
.jobs .job-box .item .job-postion h3{
  margin-bottom: 0;
  line-height: 0;
}
.jobs .job-box .item .job-postion h3 a{
  font-size: 30px;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
  width: auto;
  display: inline-block;
  color: #272f46;
   font-family: 'Jost', sans-serif;
}
.jobs .job-box .item .job-postion ul{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.jobs .job-box .item .job-postion ul li{
  margin-left: 15px;
  font-size: 14px;
}
.jobs .job-box .item .job-postion ul li:first-child{
  margin-left: 0;
}
.jobs .job-box .item .job-postion ul li i{
  color: #6fb936;
  margin-right: 5px;
  font-size: 14px;
}
.jobs .admin{
  background: rgba(255,152,0,0.12)!important;
  padding: 3px 12px;
  color: #ff9800 !important;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 13px;
  margin-top: 12px;
  font-family: 'Jost', sans-serif;
}
.jobs .job-type{
  background: rgba(15,183,107,0.12)!important;
  padding: 3px 12px;
  color: #11b719 !important;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 13px;
  margin-top: 12px;
  font-family: 'Jost', sans-serif;
}
.jobs .job-box .item .job-postion ul li span{
  color: #6fb936;
  font-weight: 600;
  font-size: 16px;
  margin-right: 5px;
  font-family: 'Jost', sans-serif;
}
.job-box .site-btn1{
  box-shadow: 0 2px 8px rgb(102 103 107 / 15%);
}
.jobs .job-box .item .job-postion  p{
  font-size: 14px;
}
.jobs .job-box .item .job-postion  p i{
  color: #6fb936;
  margin-right: 5px;
  font-size: 14px;
}
.jobs .job-box .item .job-postion p span{
  color: #6fb936;
  font-weight: 600;
  font-size: 16px;
  margin-right: 5px;
}
.job-list .tag{
  top: 7px;
  left: -5px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  background: #ff526c;
  padding: 5px 3px 3px 10px;
  text-transform: uppercase;
}
.job-list .tag:before{
  top: 100%;
  left: 0;
  border-top: 5px solid #eb344f;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}
.job-list .tag:after{
  top: 0;
  left: 100%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #ff526c;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}
.job-detail{
  padding: 100px 0;
}
.job-sidebar .job-sidebar-widgets{
  width: 100%;
  display: block;
  position: relative;
  padding: 0 2em 1.5em;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.job-sidebar .job-sidebar-widgets h4{
  padding: 18px 0 10px;
  border-bottom: 1px solid #e0dfe6;
  margin-bottom: 1.5em;
  font-size: 22px;
  color: #272f46;
  margin-top: 0;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
}
.job-sidebar .job-sidebar-widgets ul li{
  margin-bottom: 15px;
  position: relative;
  display: block;
  padding-left: 50px;
}
.job-sidebar .job-sidebar-widgets ul li i{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 27px;
  float: left;
  margin-right: 10px;
  color: #6fb936;
}
.job-sidebar .job-sidebar-widgets ul li h5{
  margin-bottom: 2px;
  color: #272f46;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}
.job-detail-content{
  margin-bottom: 40px;
}
.job-detail-content .detail-title{
  font-size: 18px;
  background: #f5f6f7;
  padding: 8px 20px;
  margin-bottom: 16px;
  line-height: 1.6;
  border-radius: 2px;
  color: #252d40;
  border-left: 3px solid #6fb936;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
}
.job-detail-content p{
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 15px;
  padding: 0 20px;
  text-align: justify;
}
.job-detail-content ul li{
  line-height: 1.9;
  font-size: 15px;
  padding: 0 20px;
  padding-left: 40px;
  position: relative;
  padding-bottom: 15px;
  margin:0 20px;
}
.job-detail-content ul li i{
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #6fb936;
  border-radius: 50%;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.technology-partners{
  padding: 100px 0;
}
.flip-box{
  background-color: transparent;
  width: 356px;
  height: 260px;
  perspective: 1000px;
  box-shadow: 0px 0px 2px 2px #000000;
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 40px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
    transition: all 0.9 ease-in-out;
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-back {
    background-color: #0b021e;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip-box-back h2 {
  font-size: 30px;
  font-size: 700;
  font-family: 'Jost', sans-serif;
}
.go-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 85%;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 85%;
    right: -10%;
    background-color: #6fb936;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: .9s;
}
.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0b021e;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}
.lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 25%;
    background-color: rgba(0, 0, 0, .1);
    overflow: hidden;
}
.lines .line:nth-child(1) {
    margin-left: -25%;
}
.lines .line:nth-child(3) {
    margin-left: 25%;
}
.lines .line:nth-child(4) {
    margin-left: 50%;
}
.lines .line:nth-child(5) {
    margin-left: 75%;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #6fb936;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 5s linear infinite;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line:nth-child(4)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.custom-tooltip {
  --bs-tooltip-bg: #6fb936;
  --bs-tooltip-font-size: 10px;
  --bs-tooltip-color: #fff;
  --bs-tooltip-border-radius: 0;
  font-weight: 600;
  padding: 4px 2px;
  border-radius: unset;
  letter-spacing: 1px;
}

