section.our-blog.dark {
    background: url(../images/bg/ser-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
}

@font-face{
  font-family:'Montserrat';
  src:url('../webfonts/static/Montserrat-Regular.woff2') format('woff2'),
      url('../webfonts/static/Montserrat-Regular.woff') format('woff'),
      url('../webfonts/static/Montserrat-Regular.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Montserrat-B';
  src:url('../webfonts/static/Montserrat-Bold.woff2') format('woff2'),
      url('../webfonts/static/Montserrat-Bold.woff') format('woff'),
      url('../webfonts/static/Montserrat-Bold.ttf') format('truetype');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Montserrat-M';
  src:url('../webfonts/static/Montserrat-Medium.woff2') format('woff2'),
      url('../webfonts/static/Montserrat-Medium.woff') format('woff'),
      url('../webfonts/static/Montserrat-Medium.ttf') format('truetype');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

section.our-blog.dark .post-featured-image img {
    aspect-ratio: 1;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

section.our-blog.dark .post-item {
    background-color: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section.our-blog.dark  .post-featured-image a {
    cursor: none;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.main-header .navbar-brand img{
    width: 70%;
}

section.our-blog.dark .section-title h3 {
    color: #fff;
}

section.our-blog.dark .section-title h2 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
section.our-blog.dark .section-title h2 span {
    color: #ffecbf;
    text-shadow: 2px 2px 2px #000;
}
section.our-blog.dark {
    padding: 80px 0 !important;
}

.footer-copyright-text a{
    color: #f3be35;
}

.gradient-bg {
    background: linear-gradient(90deg, black, #000000e6, transparent);
    padding: 90px 0;
}

.slider {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }

        .slides {
          display: flex;
          transition: transform 1s ease-in-out;
        }

        .slides img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          flex-shrink: 0;
        }

        /* Dots Navigation on Slider */
        .dots {
          position: absolute;
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          gap: 10px;
          z-index: 10;
        }

        .dot {
          width: 12px;
          height: 12px;
          background-color: transparent;
          border-radius: 50%;
          cursor: pointer;
          transition: background-color 0.3s;
        }

        .dot.active {
          background-color: white;
        }

        .dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
        }

        .dots span {
            display: block;
            width: 10px;
            height: 10px;
            margin: 5px;
            background: transparent;
            border-radius: 50%;
            cursor: pointer;
        }

        .dots .active {
            background: transparent;
        }

.tab-ser {
    padding: 30px;
}

.tab-ser .nav-link {
    position: relative;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
    color: #121212;
    background-color: var(--secondary-color);
    border-radius: 15px;
    padding: 17px 45px 17px 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    margin-bottom: 15px;
    text-align: left;
}

.tab-ser .nav-link:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    background: url(../images/arrow-text.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 14px;
    height: 14px;
}

.tab-ser .nav-link.active {
    background: #dda209 !important;
}

.tab-ser .nav-link.active:before {
    filter: brightness(0) invert(1);
    transform: translate(0px, -50%) rotate(45deg);
}

.tab-ser .nav-link:hover::before {
    filter: brightness(0) invert(1);
    transform: translate(0px, -50%) rotate(45deg);
}

.tab-ser .nav-link:hover {
    background: #dda209 !important;
    color: #fff;
}

.mb-20 {
    margin-bottom: 20px;
}

.cust-box {
    background: #000;
    padding: 28px 15px 35px;
    border-radius: 20px;
    margin-top: 35px;
}

.cust-box h3 {
    color: #fff;
}

.cust-box li {
    color: #fff;
}

.cust-box h3:after {
    content: '';
    width: 20%;
    height: 2px;
    background: #dda209;
    z-index: 1;
    display: block;
    margin-top: 8px;
}

.service-entry h3 {
    font-size: 30px;
}
.how-work-step-content h3 {
    font-size: 23px;
}

.discover-peace-info-content h3, .discover-peace-item-content h3 {
    font-size: 23px;
    margin-bottom: 5px;
}

.cta-ab-img {
    position: absolute;
    bottom: -120px;
}
.cta-box {
    margin-top: 80px;
}

.cta-bann-img {
    position: absolute;
    bottom: -190px;
}
.member-info-list ul li:last-child {
    width: 100%;
}

.member-info-list ul li:last-child span {
    width: 80%;
}

.our-expertise-body {
    background: #dda20924;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 7px #00000033;
}

.mt-20 {
    margin-top: 20px;
}

.our-services.gallery-page {
    padding: 100px 0 0;
}

.our-services.gallery-page .row .col-lg-3.col-md-6 {
    padding: 0px 7px;
    width: 20%;
}

.our-services.gallery-page .service-content h3 {
    text-decoration: 1.4px underline #750b0b;
    text-underline-offset: 3px;
}

.our-services.gallery-page .service-item:hover .service-content h3 {
    text-decoration: 1.4px underline #fff;
    text-underline-offset: 3px;
}

@media only screen and (max-width: 767px) {
    .cta-bann-img {
        position: absolute;
        bottom: -98px;
        width: 56%;
        right: 0;
    }
    .cta-ab-img {
        display: none;
    }
    .expertise-image{
        margin-right: 0px !important;
    }
    .member-info-list ul li:last-child span {
        width: 65% !important;
    }
    .our-services.gallery-page .row .col-lg-3.col-md-6 {
        padding: 0px 10px;
        width: 100%;
    }
}

.service-content p a {
    color: #000;
}

.service-item:hover .service-content p a {
    color: #fff;
}

.service-entry h4.cust-t {
    margin-top: 30px;
    text-decoration: 1px underline #dda209;
    text-underline-offset: 5px;
}

.cst-sec {
    background: #000;
    padding: 80px 0;
}

.text-white {
    color: #fff !important;
}

.cust-info.service-entry p {
    color: #d9d9d9;
}


.cst-sec .cta-bann-img {
    position: absolute;
    bottom: -83px;
    right: -100px;
    z-index: -1;
    opacity: 0.15;
}

.cst-sec .discover-peace-item{
    position: relative;
    width: calc(33% - 15px);
    display: flex;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    padding: 18px;
    overflow: hidden;
}


.cst-sec .cust-box {
    background: #000;
    padding: 0;
    border-radius: 20px;
    margin-top: 0;
}


.greatful-cust {
    background-color: #fff0d2;
    border: 1px solid #3b3f3da6;
    border-radius: 20px;
    padding: 40px;
}

.greatful-cust .cta-bann-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {

    .greatful-cust .cta-bann-img {
        display: none;
    }

    .mission-vision-item {
        width: 100%;
    }

    .cst-sec .discover-peace-item {
        position: relative;
        width: 100%;
        display: flex;
        background: var(--white-color);
        border: 1px solid var(--divider-color);
        border-radius: 20px;
        padding: 18px;
        overflow: hidden;
    }

    .greatful-cust {
        padding: 30px 20px !important;
    }
}

.greatful-tab {
    padding: 80px 15px;
}

.cst-sec .key-points ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.cst-sec .key-points ul li {
    color: #000000;
    background: #dda209;
    padding: 13px 27px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Montserrat-B', sans-serif;
}

.cst-sec .key-points ul li::marker {
    display: none;
    background: transparent;
    color: transparent;
}


.main-menu ul li a:hover {
    color: #dda209;
}

.main-menu ul li.active a {
    background: #fff0ca;
    padding: 10px 20px !important;
    border-radius: 6px;
    border: 1px solid;
    color: #000;
    border-color: #ffd158;
    font-size: 17px;
    font-family: 'Montserrat-M';
}

.main-menu ul li a {
    font-size: 17px;
    font-family: 'Montserrat-M';
    padding: 10px 20px !important;
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}