/*----
Primary font color: #15302D;
Hover font color:   #C85250.
----*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #15302d;
}

::selection {
    color: #fff;
    background: #d7bd8b;
}

@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");

body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

a {
    color: #15302d;
}

a:hover {
    color: #c85250;
    text-decoration: none;
}

p {
    text-align: justify;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #d7bd8b;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #fff;
    color: #d7bd8b;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    background: #15302d;
}

#header .logo h1 {
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 15px;
    margin: 0;
    max-height: 80px;
    vertical-align: middle;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #d7bd8b;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 50px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
    background: #15302d;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 15px;
    margin-top: 5px;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #2a2c39;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
    color: #d7bd8b;
    background: none;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #d7bd8b;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    /*bottom: 15px;*/
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #15302d;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #d7bd8b;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(20, 21, 28, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #d7bd8b;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    /*background-color: rgba(0, 0, 0, 0.8) !important;*/
    overflow: hidden;
    padding: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 100vh;
    padding-top: 60px;
}

#hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

video {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

/*---ALTERNATIVE CSS FOR VIDEO---*/
/*position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  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%);*/
/*---ALTERNATIVE CSS FOR VIDEO---*/

/* @media (max-width: 768px) {
  .desktop-img {
    display: none;
  }
} */

#hero .carousel-item img {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

/* @media (min-width: 769px) {
  #hero .carousel-item .mobile-img {
    display: none;
  }
} */

#hero h1 {
    color: #fff;
    font-size: clamp(2rem, 6vw, 7.5rem);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

#hero h1 span {
    color: #15302d; /* Changed from #15302d for better visibility */
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: clamp(1.75rem, 8vw, 4rem);
    }
}

#hero p {
    font-size: 20px;
    line-height: 1.5;
    width: 90%;
    max-width: 760px;
    margin: 0 auto 30px auto;
    color: #d7bd8b;
    text-align: center;
    padding: 0 20px;
}

@media (min-width: 768px) {
    #hero p {
        width: 70%;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #hero p {
        font-size: 14px;
    }
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    background: #d7bd8b;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #d7bd8b;
}

#hero .btn-get-started:hover {
    background: #fff;
    color: #d7bd8b;
    text-decoration: none;
    border: 2px solid #d7bd8b;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero .carousel-container {
        height: 90vh;
    }

    #hero h2 {
        font-size: calc(7vh);
    }
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #15302d;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background-color: #fff;
}

.about-txt p {
    font-weight: 500;
}

@media (max-width: 992px) {
    .about-txt p {
        margin-top: 30px;
    }
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

@media (min-width: 992px) {
    .about-txt {
        background: #15302d;
        color: #fff;
        height: fit-content;
        top: -150px;
        right: -20px;
        border-radius: 10px;
        padding: 20px;
        z-index: 2;
        box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
        margin-bottom: -150px;
    }
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
    font-weight: 500;
}

.about .content ul li + li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

@media (max-width: 992px) {
    .about .content ul i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #15302d;
        line-height: 1;
    }
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #d7bd8b;
    background: #d7bd8b;
}

.about .content .btn-learn-more:hover {
    background: #fff;
    color: #d7bd8b;
    border: 2px solid #fff;
    text-decoration: none;
}

@media (max-width: 992px) {
    .about .content .btn-learn-more {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.3s;
        line-height: 1;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: none;
        background: #d7bd8b;
        border: 2px solid #d7bd8b;
    }

    .about .content .btn-learn-more:hover {
        background: #fff;
        color: #d7bd8b;
        border: none;
        border: 2px solid #d7bd8b;
    }
}

.about .image {
    background: url("../img/about.jpg") center bottom no-repeat;
    background-size: cover;
    min-height: 300px;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .about .image {
        min-height: 500px;
        z-index: -1;
        box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .about .image {
        text-align: center;
    }

    .about .image img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .about .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Partners Section
--------------------------------------------------------------*/
.partners-section {
    padding: 60px 0;
    background: #f9f9f9;
    overflow: hidden;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/*
.partners-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}*/

/*.partners-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2a2c39;
    margin-bottom: 10px;
}

.partners-section .section-title h2::after {
    display: none;
}*/

.partners-section .section-title p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.partners-swiper {
    padding: 20px 0;
}

.partner-slide {
    background: white;
    border-radius: 50px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.partner-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.partner-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-slide:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.partners-swiper .swiper-button-next,
.partners-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.partners-swiper .swiper-button-next:after,
.partners-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #15302d;
    font-weight: bold;
}

.partners-swiper .swiper-button-next:hover,
.partners-swiper .swiper-button-prev:hover {
    background: #15302d;
}

.partners-swiper .swiper-button-next:hover:after,
.partners-swiper .swiper-button-prev:hover:after {
    color: white;
}

@media (max-width: 768px) {
    .partner-slide {
        padding: 20px;
        height: 70px;
    }

    .partners-swiper .swiper-button-next,
    .partners-swiper .swiper-button-prev {
        display: none;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    background-color: rgba(42, 44, 57, 1);
    background-size: cover;
    padding: 0px 0px;
}

@media (max-width: 768px) {
    .features {
        padding: 0px;
    }
}

.features .why-us-bg {
    padding: 80px 0 80px 0;
    color: #fff;
}

@media (max-width: 768px) {
    .features .why-us-bg {
        border-radius: 0px;
        padding: 80px 15px 80px 15px;
    }
}

#header-text-why-us {
    color: #fff !important;
}

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.features .nav-link:hover {
    color: #15302d;
}

.features .nav-link.active {
    background: #15302d;
    color: #fff;
    border-color: #15302d;
}

@media (max-width: 992px) {
    .features .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .features .nav-link {
        padding: 15px;
    }

    .features .nav-link i {
        font-size: 24px;
    }
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-bottom: 10px;
}

.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #15302d;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

.service-nav-item {
    max-width: 20%;
}

.service-nav-item-re {
    max-width: 25% !important;
}

@media (min-width: 992px) {
    .service-header {
        color: #2a2c39;
        font-size: 26px;
        display: none;
    }
}
@media (max-width: 992px) {
    .service-section .tab-pane img {
        display: none;
    }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #15302d;
}

.cta h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.cta p {
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    .cta p {
        text-align: left !important;
    }
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin: 10px;
    color: #fff;
    background: #d7bd8b;
}

.cta .cta-btn:hover {
    background: #fff;
    color: #d7bd8b;
}

@media (min-width: 992px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/
#services {
    padding: 60px 0 30px 0;
    background-color: #fff;
}

#services .service {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

#services .service:hover {
    bottom: 10px;
}

#services .service .details h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

#services .service .details {
    background: rgba(6, 12, 34, 0.76);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
    height: 50px;
    transition: all 0.3s ease-in-out;
}

#services .service:hover .details {
    height: 70px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #f9f9f9;
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .member .social a {
    color: #fff;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background: #d7bd8b;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    background: #fff;
    color: #15302d;
}

.team .member .social i {
    font-size: 18px;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #2a2c39;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .team .member .member-info h4 {
        font-size: 14px;
    }
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

@media (max-width: 992px) {
    .team .member .member-info span {
        font-size: 12px;
    }
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}

.team .member:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.team .member:hover h4 {
    color: #15302d;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #d7bd8b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #d7bd8b;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2c39;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555974;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #fff;
    color: #d7bd8b;
    border: 2px solid #d7bd8b;
}

.contact .php-email-form {
    width: 100%;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #2a2c39;
    background: #fff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #15302d;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #d7bd8b;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    border: 2px solid #d7bd8b;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #fff;
    color: #d7bd8b;
    border: 2px solid #d7bd8b;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    margin-top: 70px;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs a {
    color: #15302d;
}

@media (max-width: 992px) {
    .breadcrumbs ol {
        margin-top: 10px;
    }
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #404356;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #15302d;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #d7bd8b;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 3px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: all 0.4s ease-in-out;
}

#footer .footer-top .social-links a:hover {
    background: #fff;
    color: #15302d;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #15302d;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #15302d;
}

#footer .copyright {
    text-align: left;
}

#footer .copyright a {
    color: #404e5c;
}

#footer-brand a {
    color: #fff;
    transition: 0.3s;
}

#footer-brand a:hover {
    color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# SERVICE PAGES
--------------------------------------------------------------*/

.service-section {
    background-color: #fff;
    padding: 3rem 0 3rem 0 !important;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #15302d;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all ease-in-out;
    transition: 0.4s !important;
    transition-delay: 0ms !important;
    width: 100%;
    height: 100%;
}

.services .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .icon {
    position: absolute;
    left: -15px;
    top: calc(50% - 30px);
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
    color: #2a2c39 !important;
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}

#service-title {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}

.compliance-service-header {
    color: #2a2c39 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.error-page-header {
    color: #2a2c39 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-bottom: 20px;
}

.error-page-links a {
    color: #2a2c39 !important;
}

.error-page-links a:hover {
    color: #15302d !important;
}

.service-section .nav-tabs {
    border: 0;
}

.service-section .nav-link {
    border: 1px solid #d4d6df;
    padding: 15px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-section .nav-link i {
    padding-right: 15px;
    font-size: 36px;
}

.service-section .nav-link h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.service-section .nav-link:hover {
    color: #15302d;
}

.service-section .nav-link.active {
    background: #15302d;
    color: #fff;
    border-color: #15302d;
}

@media (max-width: 992px) {
    .service-section .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .service-section .nav-link {
        padding: 15px;
    }

    .service-section .nav-link i {
        font-size: 24px;
    }
}

.service-section .tab-content {
    margin-top: 30px;
}

.service-section .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.service-section .tab-pane ul {
    list-style: none;
    padding: 0;
}

.service-section .tab-pane ul li {
    padding-bottom: 10px;
}

.service-section .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #15302d;
}

.service-section .tab-pane p:last-child {
    margin-bottom: 0;
}

.service-nav-item {
    max-width: none;
}

@media (min-width: 992px) {
    .service-header {
        color: #2a2c39;
        font-size: 26px;
        display: none;
    }
}

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel img {
    border-radius: 10px;
}

.portfolio-details .portfolio-info {
    padding: 20px;
    background: #15302d;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border-radius: 10px;
    color: #fff;
}

@media (min-width: 992px) {
    .portfolio-details .portfolio-info {
        margin-top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; /* vertically center text inside the green box */
    }
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

/*--------------------------------------------------------------
# Experts
--------------------------------------------------------------*/
.experts {
    background: #f9f9f9;
    padding: 3rem 0 3rem 0;
}

.experts .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.experts .member .member-img {
    position: relative;
    overflow: hidden;
}

.experts .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.experts .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background: #d7bd8b;
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.experts .member .social a:hover {
    background: #fff;
    color: #15302d;
}

.experts .member .social i {
    font-size: 18px;
}

.experts .member .member-info {
    padding: 25px 15px;
}

.experts .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #2a2c39;
}

@media (max-width: 768px) {
    .experts .member .member-info h4 {
        font-size: 14px;
    }
}

.experts .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

@media (max-width: 768px) {
    .experts .member .member-info span {
        font-size: 12px;
    }
}

.experts .member:hover .social {
    opacity: 1;
    bottom: 15px;
}

.experts .member:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

/*--------------------------------------------------------------
# Expert profile pages
--------------------------------------------------------------*/
.expert-profile {
    background: #fff;
}

.expert-profile .profile-img {
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    margin: auto;
    right: -30px;
}

@media (max-width: 992px) {
    .expert-profile .profile-img {
        right: 0;
    }
}

.expert-profile .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2a2c39;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 3px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: all 0.4s ease-in-out;
}

.expert-profile .social-links a:hover {
    background: #fff;
    color: #15302d;
    text-decoration: none;
}

.profile-txt {
    background: #15302d;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    left: -30px;
    overflow-y: auto;
    max-height: 35vh;
    color: #fff;
    scroll-behavior: smooth;
}

.profile-txt::-webkit-scrollbar {
    width: 8px;
    height: 50px;
}

.profile-txt::-webkit-scrollbar-thumb {
    background-color: #2a2c39;
    border-radius: 25px;
}

@media (max-width: 992px) {
    .profile-txt {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .profile-txt {
        top: -100px;
        margin-bottom: -100px;
        left: 0;
        max-height: fit-content;
    }
}

.alert {
    width: 70%;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .alert {
        width: 70%;
    }
}

.close {
    opacity: 1 !important;
}
