.text-darkblue{
    color: #00455c;
}
.text-tealblue{
    color: #639399;
}
.text-limegreen{
    color: #9DB53D;
}
.text-olivegreen{
    color: #596A29;
}
.text-darknavy{
    color: #0F1F26;
}
.text-lightgray{
    color: #CBCECC;
}
.logowidth{
    width: 170px;
}
.custom-bg-gradient{
    background: linear-gradient(
        135deg,
        #0F1F26 0%,
        #1A5766 25%,
        #639399 50%,
        #596A29 75%,
        #98AA1C 100%
    );
}

.ftrlogoclass{
    width: 150px;
    border-radius: 12px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.fs-35{
    font-size: 35px;
}
.cntcticnwidth{
    width: 30px;
}
.decor-none{
    text-decoration: none;
}
.checkwidthclass{
    width: 25px;
}
.mb-16{
    margin-bottom: 16px;
}
.mb-20{
    margin-bottom: 20px;
}
.cntrwidth{
    width: 60px;
}
.workwidth{
    width: 50px;
}

@media (min-width: 1800px) {
    .team-details-img {
        max-width: 666px;
    }
}

@media (min-width: 1380px) {
    .team-details-img {
        max-width: 590px;
    }
}

@media (min-width: 1380px) {
    .team-details-img {
        max-width: 590px;
    }
}

@media (min-width: 1800px) {
    .team-details-img {
        max-width: 666px;
    }
}

.pb-30{
    padding-bottom: 30px;
}

.pb-40{
    padding-bottom: 40px;
}

.video-popup {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(.9);
    width: 370px;
    max-width: 92vw;
    background: #fff;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    z-index: 999999;
}

.video-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 12px;
}

.popup-header img {
    height: 45px;
}

#closePopup {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(
    135deg,
    #43737D 0%,
    #9DB53D 100%
);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.popup-body {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 8px;
}

.popup-body video {
    display: block;
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
    border-radius: 4px;
    background: #000;
}

@media(max-width:991px) {

    .video-popup {
        width: 340px;
        right: 15px;
    }

}

@media(max-width:768px) {

    .video-popup {
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%) scale(.9);
        width: 88vw;
        max-width: 380px;
        padding: 10px;
    }

    .video-popup.show {
        transform: translate(-50%, -50%) scale(1);
    }

    .popup-header img {
        height: 40px;
    }

    .popup-body {
        padding: 10px;
    }

}

@media(max-width:480px) {

    .video-popup {
        width: 92vw;
        border-radius: 16px;
    }

    .popup-header img {
        height: 34px;
    }

    #closePopup {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .popup-body {
        padding: 8px;
    }

}

.popup-title h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.popup-title p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.arrowicon img{
    filter: invert(1);
}

.sidelogowidth{
    width: 180px;
}

.firstbanner{
    background: url('../new-images/banner/banner-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.secondbanner{
    background: url('../new-images/banner/banner-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .logowidth {
        width: 140px;
    }
    .mblptbforty{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mblmbfifteen{
        margin-bottom: 15px;
    }
    .mblmtthirty{
        margin-top: 28px;
    }
    .about-img-four img {
        border-radius: 20px;
        width: 100%;
    }
    .monogram {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #4c7a76;
        font-size: 32px;
    }
    .mblptforty{
        padding-top: 40px;
    }
    .mblpbtwenty{
        padding-bottom: 20px;
    }
    .mblpbthirty{
        padding-bottom: 30px;
    }
    .mblpbtwentyfive{
        padding-bottom: 25px;
    }
    .mblpbforty{
        padding-bottom: 40px;
    }
    .contact-us-form.bg-img p {
        margin-bottom: 15px;
    }
    .mblfstwenteight{
        font-size: 28px;
    }
    .work-single-item .icon {
        width: 70px;
        height: 70px;
        border-radius: 80px;
        background: linear-gradient(135deg, #43737D 0%, #9DB53D 100%);
        transition: all ease 0.5s;
    }
    .workwidth {
        width: 40px;
    }
    .work-single-item .mb-30 {
        margin-bottom: 12px;
        gap: 12px;
    }
    .mblmtfifteen{
        margin-top: 15px !important;
    }
    .biography-content h3, .biography-content .h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .mblmttwenty{
        margin-top: 20px !important;
    }
    .mblmteighteen{
        margin-top: 18px !important;
    }
    .mblstart{
        display: flex !important;
        justify-content: start !important;
    }
    .mblnone{
        display: none !important;
    }
    .firstbanner{
        background: url('../new-images/banner/mobile-first-banner.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 170px;
        padding-bottom: 240px;
    }
    .secondbanner{
        background: url('../new-images/banner/mobile-second-banner.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 170px;
        padding-bottom: 240px;
    }
    .footer-single-widget .import-link li {
        margin-bottom: 12px;
    }
    .copy-right-area p {
        font-size: 15px;
        text-align: center;
    }
}

.desktop-icon {
    display: block;
}

.mobile-icon {
    display: none;
}

@media (max-width: 767px) {
    .desktop-icon {
        display: none;
    }

    .mobile-icon {
        display: block;
    }
}

.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}


