:root {
    --emerald: #1F4D3A;
    --emerald-dark: #16392B;
    --gold: #C9A227;
    --gold-dark: #A67C00;
    --green: #1F4D3A;
    --green-light: #2E6B52;
    --sage: #6B8E75;
    --bg-light: #F4F4F4;
    --text-dark: #2E2E2E;
    --light: #f4f6f5;
}




.imgheaderLogo {
    width: 60%;
    height: 10%;
}
.header, .header .brand, .header .topbar, .header .topbar-social, .page-header, .page-header a, .wrapper {
    position: relative
}

    .header .topbar-social a:last-child i, .hero h2 {
        margin: 0
    }

    .header .navbar .btn, .hero a.btn {
        font-size: 13px;
        transition: .5s;
        text-transform: uppercase
    }

    .header .navbar .btn, .hero a.btn, .page-header h2, .section-header h2 {
        text-transform: uppercase
    }

    .page-header a:last-child::after, .testimonial {
        display: none
    }

    .footer .copyright .col-md-6:last-child p, .header .topbar, .story .row.story-left, .story .row.story-right .story-date {
        text-align: right
    }

body {
    color: #213546;
    background: #eee;
    font-family: Raleway,sans-serif
}

.header .dropdown-menu a.active, .header .topbar-social a:hover i, .hero h2 span, a {
    color: #0F3D2E
}

a {
    transition: .3s
}

    a:active, a:focus, a:hover {
        color: #00539c;
        outline: 0;
        text-decoration: none
    }

.btn:focus {
    box-shadow: none
}

.wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #fff
}

.call-to-action, .page-header {
    background: linear-gradient(to right,#0F3D2E,#0F3D2E 50%)
}

.container {
    max-width: 1050px
}

.header {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

@media (min-width:1200px) {
    .header .container-fluid {
        padding-left: 60px;
        padding-right: 60px
    }
}
/*
.header .brand img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 100px
}*/

.hero img, .service-row .service-row-img img {
    max-width: 100%
}

.header .topbar .topbar-col {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px
}

.header .topbar-col a {
    color: #213546;
    font-size: 13px
}

    .header .topbar-col a i {
        margin-right: 10px;
        color: #0F3D2E
    }

.header .topbar-social a {
    display: inline-block
}

    .header .topbar-social a i {
        margin-right: 10px;
        font-size: 18px;
        color: #bbb
    }

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #bbb
}

.header .navbar .btn {
    position: relative;
    margin-left: 15px;
    padding: 12px 25px 10px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 30px;
    background: linear-gradient(#0F3D2E,#00539c)
}

    .about a.btn:hover, .faqs a.btn:hover, .header .navbar .btn:hover, .hero a.btn:hover, .news a.btn:hover, .portfolio .load-more .btn:hover, .portfolio .portfolio-item figure .link-details:hover, .portfolio .portfolio-item figure .link-preview:hover, .service-row a.btn:hover {
        background: linear-gradient(#00539c,#0F3D2E)
    }

    .header .navbar .btn i {
        font-size: 16px;
        margin-right: 8px
    }

@media (max-width:992px) {
    .header .brand, .header .topbar {
        text-align: center;
        margin-bottom: 15px
    }

        .header .topbar .topbar-col {
            margin: 0
        }

        .header .topbar .topbar-social {
            margin-top: 5px
        }

    .header .navbar {
        background: #fff !important;
        border: 1px solid #eee;
        z-index: 1
    }

    .header a.nav-link {
        padding: 5px 0
    }

    .header .dropdown-menu {
        box-shadow: none
    }

    .header .navbar .btn {
        margin: 15px 0 10px
    }
}

.page-header {
    margin-bottom: 45px;
    padding: 80px 0;
    text-align: center
}

    .page-header h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 700
    }

    .page-header a {
        padding: 0 12px;
        font-size: 16px;
        font-weight: 400;
        color: #fff
    }

        .page-header a::after {
            position: absolute;
            content: "";
            width: 7px;
            height: 7px;
            top: 6.5px;
            right: -6px;
            border-radius: 7px;
            background: #fff
        }

.about, .contact, .faqs, .hero, .service-row {
    position: relative;
    width: 100%;
    padding: 10px 0
}

    .hero h2 {
        font-size: 45px;
        font-weight: 800;
        color: #0F3D2E
    }

    .hero p {
        margin: 10px 0 20px;
        font-size: 18px;
        font-weight: 500
    }

    .hero a.btn {
        position: relative;
        padding: 10px 35px;
        font-weight: 500;
        color: #fff;
        border: none;
        border-radius: 50px;
        background: linear-gradient(#0F3D2E,#00539c)
    }

    .hero img {
        max-height: 600px
    }

.section-header {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto 60px;
    padding-bottom: 15px;
    color: #0F3D2E
}

    .section-header::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 3px;
        left: calc(50% - 30px);
        bottom: 0;
        background: linear-gradient(to left,#0F3D2E,#0F3D2E,#ffa726);
        border-radius: 100%
    }

    .section-header h2 {
        font-size: 30px;
        font-weight: 700
    }

.about p, .service-row p {
    font-size: 16px
}

.section-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.about p, .news p {
    margin-bottom: 30px
}

.service, .story {
    position: relative;
    width: 100%;
    padding: 45px 0 15px
}

    .service .service-item {
        position: relative;
        width: 100%;
        padding: 25px 30px;
        background: linear-gradient(to bottom,rgba(0,0,0,.03) 96%,rgba(0,0,0,.1),rgba(0,0,0,.2));
        border-radius: 30px 30px 0 0;
        margin-bottom: 30px
    }

        .service .service-item:hover {
            background: linear-gradient(to bottom,rgba(0,0,0,.03) 96%,rgba(0,0,0,.2),rgba(0,0,0,.4))
        }

        .service .service-item h3 {
            font-size: 15px;
            font-weight: 700;
            line-height: 35px;
            margin-bottom: 20px
        }

        .service .service-item img {
            height: 100%;
            width: 100%;
        }

        .service .service-item p {
            position: relative;
            margin: 20px 0 0;
            font-size: 13px
        }

    .service .video-player {
        position: relative;
        padding-bottom: 41.7%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #fff;
        margin: 30px 0 0;
        border-radius: 8px
    }

        .service .video-player video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            z-index: -1
        }

        .service .video-player img {
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
            border: none;
            height: auto;
            border-radius: 8px;
            filter: opacity(75%);
            -webkit-filter: opacity(75%);
            -webkit-transition: .4s;
            -moz-transition: .4s;
            transition: .4s;
            z-index: 1
        }

        .service .video-player:hover img {
            filter: opacity(100%);
            -webkit-filter: opacity(100%)
        }

        .service .video-player .play {
            height: 100px;
            width: 100px;
            left: 50%;
            top: 50%;
            margin-left: -50px;
            margin-top: -50px;
            position: absolute;
            background: url("../img/play.png") no-repeat;
            cursor: pointer;
            z-index: 2
        }

            .about .youtube-player .play:hover, .service .video-player .play:hover {
                background: url("../img/play-hover.png") no-repeat
            }

.service-row .service-row-img {
    position: relative;
    width: 100%;
    padding: 0 30px;
    overflow: hidden
}

.service-row .service-row-text {
    position: relative;
    width: 100%;
    padding: 0 30px
}

.about h2.section-title, .news h2.section-title, .client-slider h2.section-title, .service-row h2.section-title {
    position: relative;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #C8A951
}

.about a.btn, .news a.btn, .service-row a.btn {
    padding: 10px 35px;
    background: linear-gradient(#0F3D2E,#00539c);
    transition: .5s;
    text-transform: uppercase
}

.about h2.section-title::after, .contact h2.section-title::after, .faqs h2.section-title::after, .client-slider h2.section-title, .news h2.section-title::after, .service-row h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left,#0F3D2E,#0F3D2E,#ffa726);
    border-radius: 0 100% 100% 0
}

.service-row a.btn {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 50px
}

.service-row .service-row-col .col-sm-6 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px
}

.service-row .service-row-col-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background: #0F3D2E
}

.service-row .service-row-col-text {
    width: calc(100% - 55px)
}

    .service-row .service-row-col-text h3 {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 3px
    }

    .service-row .service-row-col-text p {
        margin: 0;
        font-size: 10px;
        font-weight: 400
    }

.about p {
    color: #213546
}

.about a.btn, .news a.btn {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 50px
}

.about .youtube-player, .about img, .news img {
    border-radius: 0 30px 30px 0;
    max-width: 100%
}

@media(max-width:767.98px) {
    .service-row .service-row-img {
        margin-bottom: 30px
    }

    .about img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0
    }
}

.about .youtube-player {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    background: #fff;
    margin: 0
}

@media (max-width:991.98px) {
    .about .youtube-player {
        padding-bottom: 50%
    }
}

.about .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.about .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-filter: brightness(100%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

    .about .youtube-player img:hover {
        -webkit-filter: brightness(90%)
    }

.about .youtube-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url("../img/play.png") no-repeat;
    cursor: pointer
}

@media (max-width:575.98px) {
    .about .youtube-player .play, .service .video-player .play {
        height: 60px;
        width: 60px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        background: url("../img/play-60.png") no-repeat
    }

        .about .youtube-player .play:hover, .service .video-player .play:hover {
            background: url("../img/play-hover-60.png") no-repeat
        }
}

.faqs h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #0F3D2E
}

.faqs .card-body, .faqs .card-header a {
    font-weight: 400;
    font-size: 16px;
    background: #fff
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0
}

    .faqs .card:last-child {
        margin-bottom: 0
    }

.faqs .card-header {
    padding: 0;
    border: none;
    background: #fff
}

    .faqs .card-header a {
        display: block;
        width: 100%;
        padding: 15px 20px 12px;
        color: #0F3D2E;
        border-radius: 0 30px 30px 0
    }

.faqs a.btn, .story .story-end p, .story .story-start p, .story .story-year p {
    background: linear-gradient(#0F3D2E,#00539c);
    color: #fff;
    text-transform: uppercase
}

.faqs .card-header [data-toggle=collapse]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #0F3D2E;
    font-size: 12px;
    font-weight: 900;
    transition: .3s
}

.faqs .card-header [data-toggle=collapse][aria-expanded=true]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #00539c;
    font-size: 12px;
    font-weight: 900;
    transition: .3s
}

.faqs .card-body {
    border: none
}

.faqs a.btn {
    margin-top: 40px;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    transition: .5s
}

.faqs img {
    max-width: 100%;
    border-radius: 30px 0 0 30px
}

.show {
    color: #0F3D2E
}

.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
    text-align: center
}

    .testimonial .container {
        max-width: 960px
    }

.about-page .testimonial {
    padding-bottom: 90px
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto
}

    .testimonial .testimonial-slider-nav .slick-slide {
        position: relative;
        opacity: 0;
        transition: .5s
    }

    .testimonial .testimonial-slider-nav .slick-active {
        opacity: 1;
        transform: scale(1.3)
    }

    .testimonial .testimonial-slider-nav .slick-center {
        transform: scale(2);
        z-index: 1
    }

    .testimonial .testimonial-slider-nav .slick-slide img {
        position: relative;
        display: block;
        margin-top: 37px;
        width: 100%;
        height: auto;
        border-radius: 100px
    }

    .testimonial .testimonial-slider-nav .slick-center img {
        border: 5px solid #fff
    }

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
    color: #0F3D2E
}

    .testimonial .testimonial-slider::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 50px;
        top: 0;
        left: calc(50% - 30px);
        background: linear-gradient(to left,#0F3D2E,#0F3D2E,#ffa726)
    }

    .testimonial .testimonial-slider h3 {
        font-size: 20px;
        font-weight: 700
    }

    .testimonial .testimonial-slider h4 {
        font-size: 14px
    }

    .testimonial .testimonial-slider p {
        font-size: 18px;
        font-style: italic;
        margin: 0
    }

.news, .team {
    position: relative;
    width: 100%;
    padding: 45px 0 60px
}

    .news p {
        font-size: 16px
    }

@media (max-width:767.98px) {
    .hero img {
        margin-top: 30px
    }

    .about .youtube-player {
        padding-bottom: 56.23%;
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0
    }

    .faqs img {
        margin-top: 30px;
        border-radius: 0 0 30px 30px
    }

    .news img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0
    }
}

.call-to-action {
    position: relative;
    padding: 50px 0
}

.service-page .call-to-action {
    margin-top: 45px
}

.call-to-action h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase
}

.call-to-action p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.call-to-action a {
    float: right;
    padding: 10px 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c3035;
    background: #fff;
    border-radius: 30px
}

@media(min-width:768px) {
    .story {
        padding: 45px 60px 15px
    }
}

.story .story-container {
    position: relative;
    width: 100%
}

.story .story-end, .story .story-start, .story .story-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1
}

    .story .story-end p, .story .story-start p, .story .story-year p {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 0;
        padding: 30px 0;
        text-align: center;
        border-radius: 100px;
        box-shadow: 0 0 5px rgba(0,0,0,.4);
        font-size: 14px
    }

.story .story-year {
    margin: 30px 0
}

.story .story-continue {
    position: relative;
    width: 100%;
    padding: 60px 0
}

    .story .story-continue::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -1px;
        background: #0F3D2E
    }

.story .row.story-left .story-date, .story .row.story-right {
    text-align: left
}

.story .story-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0
}

    .story .story-date::after {
        content: '';
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 45px;
        background: linear-gradient(#0F3D2E,#00539c);
        box-shadow: 0 0 5px rgba(0,0,0,.4);
        border-radius: 15px;
        z-index: 1
    }

.story .row.story-left .story-date::after {
    left: -7px
}

.story .row.story-right .story-date::after {
    right: -7px
}

.story .story-box, .story .story-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff
}

.story .story-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: 0 0
}

.story .story-box::after, .story .story-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.story .row.story-left .story-box::after, .story .row.story-left .story-box::before {
    left: 100%
}

.story .row.story-right .story-box::after, .story .row.story-right .story-box::before {
    right: 100%
}

.story .story-launch .story-box::after, .story .story-launch .story-box::before {
    left: 50%;
    margin-left: -10px
}

.story .story-box::after {
    top: 26px;
    border-color: transparent transparent transparent #fff;
    border-width: 10px
}

.story .story-box::before {
    top: 25px;
    border-color: transparent transparent transparent #ddd;
    border-width: 11px
}

.story .row.story-right .story-box::after {
    border-color: transparent #fff transparent transparent
}

.story .row.story-right .story-box::before {
    border-color: transparent #ddd transparent transparent
}

.story .story-launch .story-box::after {
    top: -20px;
    border-color: transparent transparent #ddd
}

.story .story-launch .story-box::before {
    top: -19px;
    border-color: transparent transparent #fff;
    border-width: 10px;
    z-index: 1
}

.story .story-box .story-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left
}

.story .story-icon i {
    font-size: 25px;
    color: #0F3D2E
}

.story .story-icon img {
    width: 25px
}

.story .story-box .story-text {
    position: relative;
    width: calc(100% - 40px);
    float: left
}

.story .story-launch .story-text {
    width: 100%
}

.story .story-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px
}

.story .story-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

@media (min-width:768px) {
    .hero {
        padding: 45px 60px
    }

    .service {
        padding: 45px 60px 15px
    }

    .about .col-md-6:first-child, .about .container-fluid, .faqs .col-md-6:last-child, .faqs .container-fluid, .news .col-md-6:first-child, .news .container-fluid {
        padding: 0
    }

    .about .row, .faqs .row, .news .row {
        margin: 0
    }

    .about .col-md-6:last-child, .faqs .col-md-6:first-child, .news .col-md-6:last-child {
        padding: 0 60px
    }

    .team {
        padding: 45px 60px 60px
    }
}

.team .team-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(0,0,0,.05);
    border-radius: 300px 300px 5px 5px
}

.team .team-img {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .team .team-img img {
        width: 100%;
        border-radius: 300px
    }

.team .team-text {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

    .team .team-text h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600
    }

    .team .team-text p {
        font-size: 14px;
        font-weight: 400;
        margin: 0
    }

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(79,132,196,.92);
    border-radius: 300px 300px 5px 5px;
    opacity: 0;
    transition: .5s
}

.team .team-item:hover .team-social {
    opacity: 1
}

.team .team-social a {
    color: #fff;
    font-size: 22px;
    padding: 0 10px
}

.portfolio {
    position: relative;
    padding: 45px 0;
    background: #fff
}

    .portfolio #portfolio-flters {
        padding: 0;
        margin: -15px 0 25px;
        list-style: none;
        font-size: 0;
        text-align: center
    }

        .portfolio #portfolio-flters li, .portfolio .load-more .btn {
            cursor: pointer;
            display: inline-block;
            margin: 5px;
            padding: 10px 25px;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 30px;
            background: linear-gradient(#0F3D2E,#00539c);
            border: 1px solid #0F3D2E;
            transition: .5s
        }

            .portfolio #portfolio-flters li.filter-active, .portfolio #portfolio-flters li:hover {
                background: #fff;
                color: #213546
            }

    .portfolio .load-more {
        text-align: center
    }

        .portfolio .load-more .btn {
            margin: 25px 0;
            padding: 15px 40px;
            transition: .5s
        }

    .portfolio .portfolio-item {
        position: relative;
        height: 280px;
        margin-bottom: 30px;
        border-radius: 8px;
        overflow: hidden
    }

        .portfolio .portfolio-item figure {
            background: #fff;
            overflow: hidden;
            height: 280px;
            position: relative;
            border-radius: 30px 30px 0 0;
            margin: 0
        }

            .portfolio .portfolio-item figure img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 8px
            }

            .portfolio .portfolio-item figure:hover img {
                opacity: .3;
                transition: .3s
            }

            .portfolio .portfolio-item figure .link-details, .portfolio .portfolio-item figure .link-preview {
                position: absolute;
                display: inline-block;
                opacity: 0;
                line-height: 1;
                text-align: center;
                width: 45px;
                height: 35px;
                border-radius: 6px;
                background: linear-gradient(#0F3D2E,#00539c);
                transition: .5s
            }

                .portfolio .portfolio-item figure .link-details i, .portfolio .portfolio-item figure .link-preview i {
                    color: #fff;
                    padding-top: 9px;
                    font-size: 16px
                }

                .footer .copyright p a:hover, .footer .footer-link a:hover, .portfolio .portfolio-item figure .link-details:hover i, .portfolio .portfolio-item figure .link-preview:hover i {
                    color: #fff
                }

            .portfolio .portfolio-item figure .link-preview {
                top: 50%;
                left: calc(50% - 61px)
            }

            .portfolio .portfolio-item figure .link-details {
                top: 50%;
                right: calc(50% - 61px)
            }

            .portfolio .portfolio-item figure:hover .link-details, .portfolio .portfolio-item figure:hover .link-preview {
                opacity: 1;
                top: calc(50% - 50px)
            }

            .portfolio .portfolio-item figure .portfolio-title {
                position: absolute;
                margin: 0;
                width: 100%;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 20px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                text-transform: uppercase;
                background: rgba(79,132,196,.8);
                border-radius: 0
            }

                .portfolio .portfolio-item figure .portfolio-title:hover {
                    text-decoration: none
                }

.contact h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
    padding-bottom: 15px;
    color: #036
}

.contact .contact-info, .contact .editor-info {
    position: relative;
    width: 100%;
    margin-bottom: 45px
}

    .contact .contact-info iframe {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
        border-radius: 10px
    }

    .contact .contact-info h3 {
        color: #3f4b5a;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px
    }

        .contact .contact-info h3 span {
            font-weight: 400;
            padding-left: 5px
        }

    .contact .contact-info p {
        color: #3f4b5a;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px
    }

@media (min-width:992px) {
    .header .navbar {
        background: #fff !important
    }

    .header .navbar-brand {
        display: none
    }

    .header .navbar-light a.nav-link {
        position: relative;
        padding: 8px 10px;
        color: #0F3D2E;
        font-size: 16px;
        z-index: 1
    }

        .header .navbar-light a.nav-link.active, .header .navbar-light a.nav-link:hover {
            color: #C8A951
        }

    .contact .editor-info {
        padding-left: 30px
    }
}

.contact .editor-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

    .contact .editor-item:last-child {
        margin: 0;
        padding: 0;
        border: none
    }

.footer .footer-about h2::after, .footer .footer-link h2::after, .single h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    border-radius: 0 100% 100% 0
}

.contact .editor-img {
    width: 120px;
    height: 120px;
    margin-right: 20px
}

    .contact .editor-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px
    }

.contact .editor-text {
    width: auto
}

    .contact .editor-text h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase
    }

    .contact .editor-text a {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0
    }

.footer .footer-about h2, .footer .footer-link h2, .single h2.section-title {
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px
}

    .single h2.section-title {
        font-size: 30px;
        margin-bottom: 45px
    }

        .single h2.section-title::after {
            background: linear-gradient(to left,#0F3D2E,#00539c,#0F3D2E)
        }

    .single h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px
    }

    .single p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 25px
    }

    .single .list-group, .single .table {
        margin-bottom: 30px
    }

.footer {
    position: relative;
    padding-top: 90px;
    background: #0F3D2E;
    color: #fff
}

    .footer .footer-about, .footer .footer-link {
        position: relative;
        margin-bottom: 45px
    }

@media(min-width:992px) {
    .footer .container:first-child {
        max-width: 960px;
        margin-bottom: 30px
    }

    .footer .footer-about, .footer .footer-link {
        padding: 0 30px
    }
}

.footer .footer-about h2, .footer .footer-link h2 {
    margin-bottom: 45px;
    font-size: 18px;
    color: #C8A951
}

    .footer .footer-about h2::after, .footer .footer-link h2::after {
        background: linear-gradient(to left,#999,#fff,#999)
    }

.footer .footer-about p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #999
}

    .footer .footer-about p i {
        width: 20px
    }

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999
}

    .footer .footer-link a::before {
        position: relative;
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px
    }

.footer .copyright {
    padding: 15px;
    border-top: 1px solid #3b3e43
}

    .footer .copyright p {
        margin: 0;
        font-size: 14px;
        color: #999
    }

        .footer .copyright p a {
            color: #999
        }

@media (max-width:768px) {
    .service-row .service-row-img, .service-row .service-row-text {
        padding: 0
    }

    .call-to-action a {
        float: left;
        margin-top: 30px
    }

    .story .story-continue::after {
        left: 40px
    }

    .story .row.story-left, .story .row.story-left .story-date, .story .row.story-right, .story .row.story-right .story-date, .story .story-end, .story .story-launch, .story .story-start, .story .story-year {
        text-align: left
    }

        .story .row.story-left .story-date::after, .story .row.story-right .story-date::after {
            left: 47px
        }

        .story .row.story-left .story-date, .story .row.story-right .story-date, .story .story-box {
            margin-left: 55px
        }

        .story .story-launch .story-box {
            margin-left: 0
        }

        .story .row.story-left .story-box::after {
            left: -20px;
            border-color: transparent #fff transparent transparent
        }

        .story .row.story-left .story-box::before {
            left: -22px;
            border-color: transparent #ddd transparent transparent
        }

        .story .story-launch .story-box::after, .story .story-launch .story-box::before {
            left: 30px;
            margin-left: 0
        }

    .footer .copyright .col-md-6:last-child p, .footer .copyright p {
        margin: 5px 0;
        text-align: center
    }
}

.hero h1 {
    font-size: 45px;
    font-weight: 800;
    color: #0F3D2E;
}

.hero img {
    height: 400px !important;
    width: 1200px !important;
}

.youtube-player {
    border-radius: 0 30px 30px 0;
    max-width: 539px !important;
    max-height: 359px !important;
}



.page-header h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.about h3.section-title, .news h3.section-title, .service-row h3.section-title h3.section-header {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #C8A951;
}

    .about h3.section-title::after, .contact h3.section-title::after, .faqs h3.section-title::after, .news h3.section-title::after, .service-row h3.section-title::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 3px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to left, #0F3D2E, #0F3D2E, #ffa726);
        border-radius: 0 100% 100% 0;
    }

#mobileError, #emailError {
    color: #e74c3c; /* Red color */
    font-size: 14px;
    margin-top: 4px;
    display: block;
    font-family: 'Segoe UI', sans-serif;
}

input.error-border {
    border: 1px solid #e74c3c;
    background-color: #fff5f5;
}

.client-slider-section {
    padding: 50px 0;
    text-align: center;
}

.client-slider .client-item {
    text-align: center;
    padding: 10px;
}

    .client-slider .client-item img {
        max-width:20%;
        height: auto;
        display: inline-block;
    }

    .client-slider .client-item p {
        font-size: 14px;
        color: #333;
    }

.feedback-section {
    display: flex;
    flex-wrap: wrap;
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.feedback-image {
    flex: 1 1 40%;
}

    .feedback-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.feedback-form-container {
    flex: 1 1 60%;
    padding: 30px;
    background: #fff;
}

    .feedback-form-container h2 {
        margin-bottom: 20px;
        color: #0F3D2E;
    }

    .feedback-form-container .form-group {
        margin-bottom: 15px;
    }

    .feedback-form-container input,
    .feedback-form-container textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
    }

    .feedback-form-container textarea {
        resize: vertical;
        min-height: 100px;
    }

    .feedback-form-container .btn-submit {
        background-color: #0F3D2E;
        color: #fff;
        border: none;
        padding: 12px 25px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.3s ease;
    }

        .feedback-form-container .btn-submit:hover {
            background-color: #0F3D2E;
        }

    .feedback-form-container .error-msg {
        color: red;
        font-size: 12px;
        margin-top: 4px;
    }

    .feedback-form-container .success-msg {
        color: green;
        font-size: 14px;
        margin-top: 10px;
    }

/* Responsive */
@media (max-width: 768px) {
    .feedback-section {
        flex-direction: column;
    }

    .feedback-image, .feedback-form-container {
        flex: 1 1 100%;
    }
}
h3 {
    color: #C8A951;
    font-weight: bold;
}
.fixed-bottom.whatsapp-btn {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    font-size: 24px;
    z-index: 9999;
    transition: all .3s ease-in-out
}

    .fixed-bottom.whatsapp-btn:hover {
        background-color: #C8A951;
        transform: scale(1.05);
        text-decoration: none
    }

.fixed-bottomright.call-btn {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0px;
    right: 80px;
    background-color: #0F3D2E;
    color: white;
    padding: 12px 20px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px; /* space between text and icon */
    text-decoration: none;
    z-index: 9999;
    transition: all .3s ease-in-out;
}

    .fixed-bottomright.call-btn:hover {
        background-color: #C8A951;
        transform: scale(1.05);
        text-decoration: none
    }

button#btnSubmit {
    background-color: #0F3D2E;
}

    button#btnSubmit:hover {
        background-color: #C8A951;
    }