/* About us CSS */
.about {
  position: relative;
}
.about ul li {
  list-style-type: none;
}
.about ul li p {
  display: inline-block;
}
.about ul li::before {
  font-family: "fontAwesome";
  content: "\f00c";
  display: inline-block;
  color: #009444;
  margin-right: 8px;
}

/* TRUSTBAR CSS */
.trustbar-single-item {
  position: relative;
  padding: 0px 25px 0px 128px;
  /* margin-bottom: 48px; */
}
.trustbar-single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 98px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  border: 1px solid #eeeeee;
  transition: all 500ms ease;
  font-size: 46px;
  color: #009444;
}
.trustbar-single-item:hover .icon-box{
  border-color: #009444;
}
.trustbar-single-item .title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.trustbar-single-item .title::before {
  position: absolute;
  content: '';
  background: #009444;
  width: 30px;
  height: 1px;
  left: 0px;
  bottom: -11px;
}


/* PROCESS CSS */
.process-wrapper h2 span.over {
  color: #fff;
}
.process-wrapper .single-process-box {
  padding: 0 0 0;
  text-align: center;
  margin-bottom: 30px;
}
.process-wrapper .process-thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 143px;
  height: 143px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.process-wrapper .process-thumb i {
  font-size: 40px;
  line-height: 143px;
  color: #009444;
}
.process-wrapper .process-thumb::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  left: -8px;
  top: -8px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border: 2px dashed #fff;
  opacity: 0;
  transition: .5s;
}
.process-wrapper .process-number {
  position: absolute;
  right: -14px;
  top: 53px;
  transition: .5s;
}
.process-wrapper .process-number span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #222;
  border-radius: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}
.process-wrapper .single-process-box:hover .process-thumb::before {
  opacity: 1;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
}
.process-wrapper .single-process-box:hover .process-number {
  right: 0;
  top: 5px;
}

.process-wrapper .process-content p {
  color: #fff;
}
/*rotateme animation*/

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* NEXT STEPS CSS */
.next-steps-icon {
  text-align: center;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 36px;
}

@media (min-width: 767px) {
  .next-steps-icon {
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}

/* Gallery Slider V2 */ 
.gallery-prev,
.gallery-next
{
    width: 50px;
    height: 50px;
    background-color: #009444 !important;     
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.gallery-prev:hover,
.gallery-prev:focus,
.gallery-next:hover,
.gallery-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.gallery-prev:hover:before,
.gallery-prev:focus:before,
.gallery-next:hover:before,
.gallery-next:focus:before
{
    opacity: 1;
}
.gallery-prev.slick-disabled:before,
.gallery-next.slick-disabled:before
{
    opacity: .25;
}


.gallery-prev {
  left: -10px;
  z-index: 1; 
  box-shadow: -2px 0px 8px 4px rgba(0, 0, 0, .2);

}
.gallery-next {
  right: -10px;
  box-shadow: 2px 0px 8px 4px rgba(0, 0, 0, .2);
}
@media (max-width: 991px){
  .gallery-prev {
      left: 15px;
  }
  .gallery-next {
    right: 15px;
  }
  .gallery-prev,
  .gallery-next{
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
  }
}
.gallery-prev:before,
.gallery-next:before {
  font-family: 'Font Awesome 6 Pro'; 
  font-weight: 900; 
  color: #fff;
  font-size: 42px; 
  display: block;
  line-height: 20px; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .gallery-prev:before,
.gallery-next:before {
  font-size: 27px;
}
}


.gallery-prev:hover:before,
.gallery-next:hover:before {
  color: #222;  
}

.gallery-prev:before {
  content: '\f053'; /* Unicode for fa-chevron-left */
}
.gallery-next:before {
  content: '\f054'; /* Unicode for fa-chevron-right */
}
.top-image-container {
    aspect-ratio: 5 / 3; 
    overflow: hidden;   
}

.nav-image-container {
    aspect-ratio: 5 / 3; 
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}

.nav-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 8px solid #FFFFFF;
    box-sizing: border-box;
}

.top-image-container img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery-col-2 {
    width: 400px;
}

/* Gallery Slider V2 END*/
 


/* Footer CTA BAR */    
.cta-one {
  position: relative;
  display: block;
  background: #009444;
  padding: 81px 0px 78px;
  z-index: 1;
}
.cta-one .shape1 {
  position: absolute;
  top: -40px;
  left: 680px;
  border-bottom: 40px solid #151518;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
}
.cta-one__bg {
  position: absolute;
  top: -40px;
  left: 0;
  bottom: 0;
  width: 700px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .cta-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    content: "";
    z-index: -1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:  rgba(0,0,0,0.7);
    content: "";
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:  rgba(0,0,0,0.7);
    content: "";
    z-index: -1;
  }
}
.cta-one__inner {
  position: relative;
  display: block;
}
.cta-one__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 780px;
  width: 100%;
  float: right;
}
.cta-one__content .text-box {
  position: relative;
  display: block;
}
.cta-one__content .text-box p {
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cta-one__content .text-box h2 {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 1px;
}
.cta-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}
.cta-one__content .btn-box .btn {
  margin: 0;
  padding: 20px 40px;
}
.cta-one__content .btn-box .btn:hover,
.cta-one__content .btn-box .btn:focus {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cta-one .shape1 {
    display: none;
  }
  .cta-one__bg {
    display: none;
  }
  .cta-one__content {
    display: block;
    max-width: none;
    width: 100%;
    float: none;
    text-align: center;
  }
  .cta-one__content .btn-box .btn {
    width: auto;
  }
}

footer .floated-list{
  padding-left: 0;
}

footer .sm-icon-container ul.floated-list li a{
  margin: 5px;
}


/* GATE ANIMATIONS */
.gates-item {
  position: relative;
}

.gates-item img {
  transition: all 0.7s ease-in-out;
}

.gates-item .on-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}

.gates-item:hover .on-hover {
  opacity: 1;
  visibility: visible;
}

.gates-item:hover > img {
  opacity: 0;
  visibility: hidden;
}
/* GATE ANIMATIONS END*/



/* Pulsating V4  */

.features-text-popup {
  position: relative;
  background: #fff;
  padding: 15px;
  width: auto;
  max-width: 850px;
  margin: 20px auto;
  transition: 1s all;
  overflow-y: auto;
  height: auto;
  max-height: calc(80vh - 20px);
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .features-text-popup {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* .features-text-popup img {
  max-width: 100%;
} */

.pulsating-variant-v4.product-features .feature-img {
  position: relative;
  display: table;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .pulsating-variant-v4.product-features .feature-img {
    margin: 0;
  }
}

.pulsating-variant-v4.product-features .feature-show,
.pulsating-variant-v4.product-features .feature-dot {
  position: absolute;
  width: 40px;
  height: 40px;
}

.pulsating-variant-v4.product-features .feature-dot:before,
.pulsating-variant-v4.product-features .feature-dot:after,
.pulsating-variant-v4.product-features .feature-show {
  background-color: #009444;
  border-radius: 50%;
}

.pulsating-variant-v4.product-features .feature-dot:before,
.pulsating-variant-v4.product-features .feature-dot:after {
  position: relative;
  content: "";
  display: block;
}

.pulsating-variant-v4.product-features .feature-dot:before {
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  animation: pulse-ring 3s cubic-bezier(0.1, 0.61, 0.255, 1) infinite;
}

.pulsating-variant-v4.product-features .feature-dot:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.pulsating-variant-v4.product-features .feature-dot span {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  left: 13px;
  line-height: 40px;
}

.pulsating-variant-v4.product-features .feature-show:before,
.pulsating-variant-v4.product-features .feature-show:after {
  display: none;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* .mfp-close-btn-in .mfp-close {
  background: #009444;
  opacity: 1;
  color: #fff !important;
  font-size: 32px;
} */


.f-hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, rgba(50, 168, 82, 0), #009444, rgba(50, 168, 82, 0));
  margin: 20px 0;
  display: block;
}

/* CONTAINER-FLUID */
  @media (max-width: 768px) {
    .container-fluid .row [class*='col-'] {
      padding-left: 0;
      padding-right: 0;
    }
    
    .container-fluid p,
    .container-fluid h1,
    .container-fluid h2,
    .container-fluid .lead {
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-left: 15px !important;
      margin-right: 15px !important;
    }
  }




/* .mfp-close-btn-in .mfp-close {
  background: #009444;
  opacity: 1;
  color: #fff !important;
  font-size: 32px;
} */

/* Pulsating V4 END  */


.well-custom {
  background-color: rgba(0, 0, 0, 0.7);  
  padding: 30px; 
  /* border-radius: 40px;  */
  margin: 20px 0; 
  position: relative; 
 
}