body {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.slider-banner {
    position: relative;
    /* display: contents; */
    overflow: hidden;
}

.slider_about_text {
       position: absolute;
    top: 40%;
    width: 60%;
    left: 0;
    z-index: 1;
    color: white;
}

.slider_about .container {
    position: relative;
}

.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-left: 60px;
    position: relative;
    text-align: left;
}

.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    left: -60px;
    top: 10px;
    bottom: 0;
}

.slider_about_text p {
        color: #ffffff;
    font-weight: 700;
    width: 80%;
    line-height: 1.5;
    font-size: 42px;
    float: left;
    text-align: left;
    text-transform: capitalize;
}

.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}

.slider_about_text p b {
    color: #e5b73b;
}

.slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 90vh;
}


.slider_about::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* adjust opacity */
    z-index: 1;
        height: 90%;
}

.videoembed {
    height:90vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}

/* .slider-banner-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    z-index: 1;
} */

@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .slider_about_text {
        top: 60%;
    }
}

@media screen and (min-width: 576px) {
    .slider_about_pc {
        display: block;
    }

    .slider_about_media {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 20px;
        color: white;
    }

    .slider_about_text {
                top: 50%;
        left: 20px;
           width: 90%;
    }

    .slider_about_pc {
        display: none;
    }

    .slider_about_media {
        display: block;
    }
}

.slider-banner-text h2 {
       font-size: 42px;
    position: relative;
    z-index: 2;
}

.contact-about {
    margin-bottom: 80px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

/* .contact-about-box {
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    background: #fff;
    padding: 10px 0;
    border-radius: 20px;
} */

.contact-about-text {
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}

.contact-about-text:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(13 92 99 / 0.05);
    border-radius: 50%;
    left: auto;
    right: -80px;
    top: -80px;
}

.contact-about-text:hover {
    transform: translateY(-20px);
}

.contact-icon {
    padding: 14px 17px;
    background: rgb(9 87 99 / 30%);
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
}

.contact-icon svg {
    fill: #1665b4;
    width: 20px;
    height: 20px;
}

.contact-about-text h2 {
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}

.contact-about-text a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin: 0 20px;
    display: block;
}

.contact-about-text .social-media a {
    background: #e9f0f4;
    padding: 13px;
    border-radius: 5px;
    margin: 0 10px;
}

.contact-about-box .col-sm-4:nth-child(2) {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.contact-about-text ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-about-text a svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.contact-address-heading {
    margin-bottom: 30px;
}
.contact-address-heading h2 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    color: #1665b4;
    font-weight: 700;
}
.contact-address-heading p {
    color: #64748b;
    font-size: 15px;
}
.contact-address {
    margin-bottom: 130px;
}

.Office-address h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1665b4;
    font-size: 34px;
}

.contact-address-text {
    background: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    height: 100%;
    padding: 40px 14px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.col-md-4:nth-child(1) .contact-address-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5rem;
    top: 0;
    left: 0;
    background: #0d5c63;
    border-radius: 4px 4px 0 0;
}

.col-md-4:nth-child(2) .contact-address-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5rem;
    top: 0;
    left: 0;
    background: #d4af37;
    border-radius: 4px 4px 0 0;
}

.col-md-4:nth-child(3) .contact-address-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5rem;
    top: 0;
    left: 0;
    background: #cbd5e1;
    border-radius: 4px 4px 0 0;
}

.Office-location {
    position: relative;
}

.Office-location a:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #1665b4;
    left: auto;
    right: -28px;
    bottom: -75px;
}

.Office-location-style a:before {
    bottom: -60px;
}

.Office-location a svg {
    width: 30px;
    height: 30px;
    position: absolute;
    fill: #fff;
    left: auto;
    right: -4px;
    margin-top: 20px;
}

.Office-location-style a svg {
    margin-top: 5px;
}

.contact-address-text h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 15px;
}

.contact-address-text h2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #1665b4;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact-address-text span {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
}

.career-form {
    margin-bottom: 50px;
}

#contactForm {
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
    padding: 40px 20px;
    border-radius: 20px;
}

.career-form .contact-image{
    width: 100%;
    height: 600px;
}

.career-form .contact-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.career-form .form-control {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    height: 50px;
    border-radius: 10px;
    font-weight: 600;
    padding: 30px;
}

.career-form .form-control#your-message {
    height: 100px;
    padding: 15px 30px;
}

.career-form h1 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 60px;
    position: relative;
    padding: 0;
        text-align: center;
    color: #1665b4;
    font-weight: 700;
}

.career-form h1:before,.contact-address-heading h2:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 5px;
    background: #000;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.apply_now_submit h2 {
    font-size: 18px;
    padding: 10px 15px;
}

.captcha-box button.refresh-btn {
    font-size: 18px;
    padding: 10px 17px;
    margin-left: 10px;
    background: #1665b4;
    color: #fff;
    font-weight: 600;
}

#contactForm .apply_now_submit {
    margin: auto;
    width: 100%;
    text-align: center;
}

#contactForm .apply_now_submit button#sub {
    background: #1665b4;
    color: #fff;
    font-size: 16px;
    border-color: #1665b4;
}

@media screen and (max-width: 1235px) {
    .Office-location a:before {
        bottom: -75px;
    }

    .Office-location a svg {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .contact-about-text a {
        font-size: 14px;
        margin: 0 10px;
    }

    .contact-address-text h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .contact-address-text span {
        font-size: 16px;
    }

    .contact-address-text p {
        font-size: 14px;
    }

    .Office-location a:before {
        bottom: -60px;
    }

    .Office-location a svg {
        margin-top: 0;
    }

    .Office-location-style a:before {
        bottom: -65px;
    }

    .Office-location-style a svg {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .contact-about-box {
        box-shadow: none;
    }

    .contact-address .col-md-4 {
        margin-bottom: 20px;
    }
    #contactForm {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {

    .contact-about {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .contact-address {
        margin-bottom: 70px;
    }

    .career-form h1 {
        margin-bottom: 70px;
    }

    .career-form h1:before {
        bottom: -30px;
    }

    .career-form {
        margin-bottom: 70px;
    }
    .career-form .contact-image {
    width: 100%;
    height: 320px;
}
}


/* ------ back-to-top ------*/
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #1665b4;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}