

@import 'bootstrap.min.css';
@import 'owl.css';
@import 'swiper.min.css';
@import 'jquery.fancybox.min.css';
@import 'icomoon.css';
@import 'flexslider.css';
@import 'font-awesome.min.css';
@import 'style.css';

#video-page {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

#video-page video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#video-page .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.header, .default_sickty_heaad {
    position: relative;
    background: #1E2D3B!important;
    padding: 20px 0px 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.bg-logos {
    background-color: #186835;
    height: 136px;
    position: absolute;
    width: 18%;
    margin-left: -70px;
    margin-top: -30px;
}
.navbar_nav li a span {
    color: #fff;
}
.header, .default_sickty_heaad {

    padding: 0px 0px 0px!important;
}
.navigation_menu {
    margin-top: -55px !important;
    display: block;
}
.navbar_nav {
    text-align: right;
}
.bg-logos {
    background-color: #186835;
    height: 116px;
    position: absolute;
    width: 18%;
    margin-left: -70px;
    margin-top: -30px;
}
.header .header_logo_box .logo_default {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-logos {
    background-color: #186835;
    height: 136px;
    position: absolute;
    width: 18%;
    margin-left: -70px;
    margin-top: -30px;
}

.single_banner.style_one .slider_content h1 {
    font-size: 66px;
    line-height: 82px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #186835 !important;
}
.single_banner.style_one .d_inline_block li.vd_bx {
    position: relative;
    top: 25px;
    margin-bottom: 0px;
    margin-top: 100px;
}

.navbar_nav {
    text-align: right;
    background: #1E2D3B;
    padding-right: 20px !important;
}
.navbar_nav li a span {
    text-transform: uppercase;
}
.services-boxes img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.services-boxes {
   background: #F7F7F7;
}
.services-boxes h2 {
    padding: 30px 30px 10px 30px;
    font-size: 25px;
    line-height: 1.2;

    color: #186835;
}
.services-boxes p {
    padding: 35px;  
}

.services-boxes p {
    padding: 0px 30px 30px 30px;
}
.statistic-infos {
    text-align: center;
    border-right: 2px solid #fff;
}
.statistic-infos h3 {
    color: #fff;
}
.statistic-infos p {
    color: #fff;
}
.statistic-infos h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}
.image img {
    height: 100px;
    object-fit: contain;
}

.contact-infos {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-infos h3 {
    margin-bottom: 30px;
}


.contact_form_box_all.type_three .contact_form_box_inner.simple_form label {
    color: #000!important;
    text-transform: capitalize!important;
    font-size: 16px!important;
    font-family: var(--creote-family-one);
    font-weight: 500;
    width: 100%;
    position: relative;
}
input, input[type=text], input[type=email], input[type=number], textarea, select {
    position: relative;
    height: 36px!important;
    line-height: 26px;
    border-radius: 0!important;
    border: 1px solid #5d5d5d!important;
    width: 100%;
    padding: 4px 15px 0px 15px;
    display: block;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    margin-bottom: 20px;
    color: var(--text-color-dark);
    background: #F7F7F7;
}

.social_media_v_one.style_two ul li a {
    background-color: #000000!important;
    color: #ffffff!important;
}
.social_media_v_one ul li a span {
    opacity: 1!important;
}

.bg-logos {
    background-color: #186835;
    height: 111.5px;
    position: absolute;
    width: 16.5%;
    margin-left: -70px;
    margin-top: -30px;
}


.imagess {
    position: relative;
 
}

.image__img {
    display: block;
    width: 100%;
}

.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image__overlay--blur {
    backdrop-filter: blur(5px);
}

.image__overlay--primary {
    background: #186835;
}

.image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 1;
}

.image__overlay:hover > * {
    transform: translateY(0);
}

.image__title {
    font-size: 2em;
    font-weight: bold;
}

.image__description {
    font-size: 1.25em;
    margin-top: 0.25em;
   
}
.image__overlay {
    padding: 20px;
}

.header .hamburger_menu .line, .default_sickty_heaad .hamburger_menu .line {
    background-color: #fff!important;
}
.navbar_togglers  {
    right: 21px;
    position: absolute!important;
    margin-top: 20px!important;
}

@media only screen and (max-width: 600px) {
.bg-logos {
    background-color: #186835;
    height: 101px;
    position: absolute;
    width: 46.5%;
    margin-left: -70px;
    margin-top: -30px;
}}