a.nav-item.nav-link {
    font-size:25px;
    color: #3f3e40 !important; 
}
.who-we-are {
    background-color: #217048;
    color: white;
    padding: 6%;
    
}

ul {
  display: block;
  list-style-type: none;
  padding-left: 0 !important;
  font-size: 30px;
}

.services {
    background-color: #3f3e40;
    padding: 5%;
    color: white;
}
.services-2 {
    text-align: center;
    padding: 5%;
}
.services-2-all {
    background-color: #28a956;
    color: white;
}

.strategic {
    background-color: #231f20;
    color: white;
    padding: 5%;
    text-align: center;
}

.swiper-button-prev, .swiper-button-next {
    background-color: #7f7d7d !important;
    padding: 30px !important;
   
}

.video  {
    background-color: #00a651;
    padding: 25px;
}
.video-wrapper {
    position: relative;
    border-radius: 30px;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(transparent, #000);
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.video-text{
  position: relative;  
}

 .video-text::after{
  content: "";
  position: absolute;
  border-top: 4px solid white;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
  width: 40px;
  height: 0px;  
  
}

iframe {
    border-radius: 30px;
}

input, textarea{
    border: 1px solid #28a956 !important;
    border-radius: 15px !important;
    padding: 10px !important;
}

footer {
    background-color: #080908;
    padding: 30px 15px;
    color: white;
}
.theme-col {
    color: #28a956 !important;
}

.socials {
    background-color: #28a956 ;
    color: white;
    border-radius: 50%;
    padding: 15px;
}

.slider {
    position: relative;
  text-align: center;

}

.centered {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.whatsapp-button {
    position: fixed;
    bottom: 10px;
    right: -18px;
    z-index: 9999;
}

body {
    padding-top: 75px;
}

@media only screen and (max-width: 992px) {
    .header-h2 {
        font-size: 17px;
        
    }

    .header-h4 {
        font-size: 15px;
       
    }

    .header-btn {
        font-size: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .header-h2 {
        font-size: 10px;
       
    }

    .header-h4 {
        font-size: 8px;
        
    }

    .header-btn {
        font-size: 8px;
    }
}

@media only screen and (min-width: 600px) {
    .header-h2 {
       
        padding-bottom: 10px;
    }

    .header-h4 {
       
        padding-bottom: 10px;
    }


}
.bottom-copyright {
    text-align: center;
    padding: 15px;
   
}
