.hover-opacity {
    opacity: 0.9;
    transition: opacity 0.3s ease-in-out;
}

.hover-opacity:hover {
    opacity: 1;
}

.hover-scale-up {
    transition: transform 0.3s ease-in-out;
}

.font-weight-bold {
    font-weight: bold;
}

.hover-scale-up:hover {
    transform: scale(1.2);
}

.bg-position-left {
    background-position: left center;
    background-repeat: no-repeat;
}

.pd-top-150 {
    padding-top: 150px;
}

.pd-bottom-150 {
    padding-bottom: 150px;
}

.text-justify {
    text-align: justify;
}

.banner-thumb-2 .main-img-wrap {
    margin-right: 140px;
}

.dot1,
.dot2 {
    background-color: #b2d7cf;
}

.preloader-inner {
    background-color: #101a29;
}

.contact-button {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
}

.contact-button svg {
    font-size: 20px !important;
    margin-top: 14px !important;
    margin-left: 5px !important;
    transform: rotate(0) !important;
    transition: all 0.2s ease-in-out !important;
}

.navbar-area {
    margin-top: 0;
    position: absolute;
    width: 100%;
}

.navbar-area-3.sticky-active {
    position: fixed;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-area-3.sticky-active .logo a .logo-text {
    color: black !important;
}

.navbar-area-3 .nav-container .navbar-collapse .navbar-nav li a {
    position: relative;
}

.navbar-area-3.sticky-active .nav-container .navbar-collapse .navbar-nav li a {
    color: #292929;
}

.navbar-area-3.sticky-active .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: #088f55
}

.navbar-area-3 .nav-container .navbar-collapse .navbar-nav li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #088f55;
    transition: all 0.3s ease-in-out;
}

.navbar-area-3 .nav-container .navbar-collapse .navbar-nav li a:hover::after {
    width: 100%;
}

.banner-area-2 {
    margin-top: 0 !important;
    height: 100vh;
    max-height: 100vh;
}

.contact-button:hover svg {
    transform: scale(1.1) !important;
}

.contact-button:after {
    background-color: #2f62605e;
}

.banner-inner .title {
    font-size: 45px;
}


.section-title .sub-title {
    font-size: 16px;
}

.about-thumb-inner .animate-img-3 {
    top: -50px;
    left: 15px;
}

#ourServicesSection .bg-blue-right {
    background: #10214d url('/assets/img/about/22.gif') no-repeat center;
    background-size: cover;
}

.service-middle-section {
    padding: 0;
    display: flex;
    justify-content: center;
}

.service-middle-section img {
    max-width: 100%;
    max-height: 100%;
}

.section-title .sub-title {
    letter-spacing: 0;
}

.single-service-inner-3 {
    position: relative;
    z-index: 1;
}

.single-service-inner-3:hover .details * {
    color: white !important;
}

.single-case-study-inner {
    position: relative;
}

.single-case-study-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.single-case-study-inner .details {
    padding: 25px 25px 12px 75px;
}

.single-blog-list .details {
    padding: 20px 15px 15px;
}

.toggle-btn .icon-left,
.toggle-btn .icon-left:before,
.toggle-btn .icon-left:after {
    background-color: #ffffff;
}

.toggle-btn .icon-right,
.toggle-btn .icon-right:before,
.toggle-btn .icon-right:after {
    background-color: #ffffff;
}

#ourProjectsSection .single-blog-list {
    position: relative;
    border-radius: 0;
}

#ourProjectsSection .single-blog-list .details{
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    background: #1f2533ef !important;
}

#ourProjectsSection .single-blog-list .details h5 {
    color: #39a38c;
    font-weight: bold;
}

#ourProjectsSection .single-blog-list .details p {
    color: white
}

#ourProjectsSection .single-blog-list .thumb img {
    height: 300px;
    object-fit: cover;
    border-radius: 0;
}


/* -------------------------------- */
/* -------- Mobile Screen --------- */
/* -------------------------------- */


@media only screen and (max-width: 991px) {
    .banner-area {
        background-color: #101a29;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -375px 300px;
        height: 100vh;
    }

    #aboutUsSection {
        padding-top: 50px;
    }

    .navbar-area-3 .toggle-btn {
        margin-top: 5px;
    }

    .navbar-area-3.sticky-active .toggle-btn .icon-left,
    .navbar-area-3.sticky-active .toggle-btn .icon-left:before,
    .navbar-area-3.sticky-active .toggle-btn .icon-left:after {
        background-color: black !important;
    }

    .navbar-area-3.sticky-active .toggle-btn .icon-right,
    .navbar-area-3.sticky-active .toggle-btn .icon-right:before,
    .navbar-area-3.sticky-active .toggle-btn .icon-right:after {
        background-color: black !important;
    }

    .navbar-area-3.sticky-active .toggle-btn.open .icon-right,
    .navbar-area-3.sticky-active .toggle-btn.open .icon-left {
        background: transparent !important;
    }

    #goDownAngel {
        display: none !important;
    }

    .banner-area .banner-inner {
        text-align: center;
    }

    .banner-inner .title {
        font-size: 35px;
        line-height: 1.4em;
        margin-top: -100px;
    }

    .navbar-area {
        background-color: transparent;
    }

    .toggle-btn {
        left: 5px;
    }

    .navbar-area .nav-container .navbar-collapse {
        margin-top: 30px;
        padding-left: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        ;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        text-align: center;
        border-bottom: unset;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav>li+li {
        margin-right: 0;
    }

    #ourServicesSection {
        padding-top: 65px;
        padding-bottom: 65px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #ourServicesSection .section-title {
        margin-bottom: 0;
    }

    #ourServicesSection .thumb {
        top: 0 !important;
        transform: translate(-50%, -50%) !important;
        right: unset !important;
        left: 50% !important;
    }

    #ourServicesSection .single-service-inner-3 {
        margin-right: 0;
        margin-bottom: 0 !important;
        padding: 35px 15px !important;
        margin-top: 80px !important;
    }

    #ourServicesSection .details {
        padding-top: 30px;
        text-align: center;
        ;
    }

    .work-process-area {
        padding: 60px 5px;
    }

    .work-process-area .title {
        font-size: 20px;
    }

    /* --------------------------- */
    /* Start of Latest News */

    #latestNewsSection {
        padding-top: 70px !important;
    }

    #latestNewsSection .single-case-study-inner .details {
        padding: 15px;
        text-align: center;
    }

    /* End of Latest News */
    /* --------------------------- */
    /* Start of Our Projects */

    #ourProjectsSection {
        padding-top: 50px;
    }

    #ourProjectsSection .single-blog-list {
        margin-bottom: 0 !important;
        height: 100%;
    }

    #ourProjectsSection .details {
        padding: 10px;
    }

    #ourProjectsSection .details h5 small {
        font-size: 0.70em;
    }

    /* End of Our Projects */
    /* --------------------------- */
    /* Start of Footer */

    #footerSection {
        text-align: center;
        padding: 35px 25px 0 25px;
    }

}