@import "https://fonts.googleapis.com/css2?family=Marcellus&amp;family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

:root {
    --font-montserrat: "Montserrat", sans-serif;
    --font-marcellus: "Marcellus", serif;
    --title-color: #0D1720;
    --white-color: #fff;
    --paragraph-color: #566064;
    --primary-color: #c4952d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0 solid;
    box-shadow: unset;
}

input, textarea {
    border-radius: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font-montserrat);
    background: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
    --font-marcellus: "Marcellus", serif;
    font-weight: 700;
    color: #c4952d;
}

img {
    max-width: 100%;
}

a, ul, ol {
    padding: 0;
    margin: 0;
    line-height: 24px;
    list-style: none;
}

p {
    margin: 0;
    color: #fff;
}

a, a:hover {
    text-decoration: none;
}

input, select, audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

.pt-130 {
    padding-top: 130px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}

@media(max-width: 991px) {
    .pt-130 {
        padding-top: 20px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}

@media(max-width: 991px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media(max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media(max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media(max-width: 991px) {
    .pt-90 {
        padding-top: 80px;
    }
}

@media(max-width: 767px) {
    .pt-90 {
        padding-top: 70px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media(max-width: 991px) {
    .pb-90 {
        padding-bottom: 80px;
    }
}

@media(max-width: 767px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.mt-130 {
    margin-top: 130px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .mt-130 {
        margin-top: 100px;
    }
}

@media(max-width: 991px) {
    .mt-130 {
        margin-top: 90px;
    }
}

.mb-130 {
    margin-bottom: 130px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .mb-130 {
        margin-bottom: 100px;
    }
}

@media(max-width: 991px) {
    .mb-130 {
        margin-bottom: 30px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media(max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media(max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

.mb-100 {
    margin-bottom: 110px;
}

@media(max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

.mt-100 {
    margin-top: 110px !important;
}

@media(max-width: 991px) {
    .mt-100 {
        margin-top: 30px !important;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

@media(max-width: 991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

@media(max-width: 767px) {
    .mb-60 {
        margin-bottom: 10px;
    }

    .pb-100 {
        padding-bottom: 30px !important;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

@media(max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-44 {
    margin-bottom: 44px;
}

@media(max-width: 991px) {
    .mb-44 {
        margin-bottom: 0;
    }
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

@media(max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media(max-width: 767px) {
    .mt-70 {
        margin-top: 40px;
    }
}

.pl--95 {
    padding-left: 95px;
}

@media(max-width: 1699px) {
    .pl--95 {
        padding-left: 70px;
    }
}

@media(max-width: 1499px) {
    .pl--95 {
        padding-left: 50px;
    }
}

@media(max-width: 1399px) {
    .pl--95 {
        padding-left: 30px;
    }
}

@media(max-width: 1199px) {
    .pl--95 {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}

.pr--95 {
    padding-right: 95px;
}

@media(max-width: 1699px) {
    .pr--95 {
        padding-right: 70px;
    }
}

@media(max-width: 1499px) {
    .pr--95 {
        padding-right: 50px;
    }
}

@media(max-width: 1399px) {
    .pr--95 {
        padding-right: 30px;
    }
}

@media(max-width: 1199px) {
    .pr--95 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
}

.sub-title span {
    color: #0d1720;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid var(--title-color);
    padding: 7px 20px;
    white-space: nowrap;
}

.section-title1 {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 25px;
}

@media(max-width: 991px) {
    .section-title1 {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media(max-width: 991px) {
    .section-title1.one {
        gap: 25px;
    }
}

.section-title1 > span {
    color: #0d1720;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid #c4952d;
    padding: 7px 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.section-title1 h2 {
    color:#3f2a23;
    font-family: var(--font-marcellus);
    font-size: 40px;
    text-align: center;
    margin-bottom: 0; text-transform: capitalize;
}

@media(max-width: 1199px) {
    .section-title1 h2 {
        font-size: 30px;
    }
}

.section-title1.two {
    flex-direction: column;
}

.section-title1.two h2 {
    margin-top: 0;
    padding-top: 10px;
}

.section-title1.two h2 span {
    color: var(--paragraph-color);
}

.section-title1.two a {
    margin-top: 22px;
}

@media(max-width: 991px) {
    .section-title1.two a {
        margin-top: 15px;
    }
}

.section-title2 h2 {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 75px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media(max-width: 1199px) {
    .section-title2 h2 {
        font-size: 55px;
    }
}

@media(max-width: 1199px) {
    .section-title2 h2 {
        font-size: 40px;
    }
}

.section-title2 h2 p {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.primary-btn1 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    background-color: #000000;
    border: 1px solid #000000;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.primary-btn1 svg {
    fill: var(--white-color);
    transition: all .6s;
}

.primary-btn1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--white-color);
    transition: all .6s;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.primary-btn1:hover {
    color: #000000;
}

.primary-btn1:hover svg {
    fill: #000000;
}

.primary-btn1:hover span {
    width: 225%;
    height: 1000.5px;
}

.primary-btn1:active {
    background-color: var(--white-color);
}

.primary-btn2 {
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    line-height: 1; border: 1px solid #fff;
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
    
    gap: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.primary-btn2 svg {
    fill: #fff;
    transition: all .6s;
}

.primary-btn2 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #3f2a23;
    -webkit-transform: translate(-50%,-50%);
    transition: all .6s;
    z-index: -1;
}



.primary-btn2:hover {
    color: #fff;
}

.primary-btn2:hover svg {
    fill: var(--white-color);
}

.primary-btn2:hover span {
    width: 225%;
    height: 1000.5px;
}

.primary-btn2:active {
    background-color: var(--primary-color);
}







.primary-btn3 {
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    line-height: 1; background: #3f2a23;
    white-space: nowrap;
    padding: 15px 20px 15px 15px;
    
    gap: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

  

.primary-btn3:hover {
    color: #fff;  background: #4b2513;
}

 


.primary-btn4 {
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    line-height: 1; background: #4b2513;
    white-space: nowrap;
    padding: 15px 25px ;
    
    gap: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

  

.primary-btn4:hover {
    color: #fff;  background: #9e6039;
}





.explore-btn {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 8px;
    transition: .35s;
    white-space: nowrap;
}

.explore-btn svg {
    fill: var(--title-color);
    transition: .35s;
}

.explore-btn:hover {
    color: var(--primary-color);
}

.explore-btn:hover svg {
    transform: rotate(45deg);
    fill: var(--primary-color);
}

.explore-btn.two {
    border: 1px solid #c4952d;
    padding: 11px 28px;
    color: #c4952d;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.explore-btn.two svg {
    fill: var(--title-color);
    transition: all .6s;
}

.explore-btn.two span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    transition: all .6s;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.explore-btn.two:hover {
    color: var(--white-color);
}

.explore-btn.two:hover svg {
    fill: var(--white-color);
}

.explore-btn.two:hover span {
    width: 225%;
    height: 1000.5px;
}

.explore-btn.two:active {
    background-color: var(--primary-color);
}

.explore-btn.white {
    color: var(--white-color);
}

.explore-btn.white svg {
    fill: var(--white-color);
}

.slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-btn-group .slider-btn {
    height: 40px;
    width: 40px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    cursor: pointer;
    border: 1px solid rgba(217,217,217,.9019607843);
}

.slider-btn-group .slider-btn svg {
    fill: var(--primary-color);
    transition: .4s;
}

.slider-btn-group .slider-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.slider-btn-group .slider-btn:hover svg {
    fill: var(--white-color);
}

.slider-btn-group .slider-btn.swiper-button-disabled {
    opacity: .2;
}

.slider-btn-group.w-100 {
    max-width: 100px;
    min-width: 100px;
    width: 100%;
}

.topbar-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5% 15px 5%;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .topbar-area {
        padding: 19px 0% 19px 23%;
    }
}

@media(max-width: 1399px) {
    .topbar-area {
        padding: 19px 1% 19px 15%;
    }
}

@media(max-width: 1199px) {
    .topbar-area {
        padding: 19px 3%;
    }
}

@media(max-width: 991px) {
    .topbar-area {
        display: none;
        visibility: hidden;
    }
}

.topbar-area .topbar-left {
    display: flex;
    align-items: center;
    gap: 45px;
}

.topbar-area .topbar-left li {
    line-height: 1;
}

.topbar-area .topbar-left li a {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    transition: .35s;
}

.topbar-area .topbar-left li a:hover {
    color: var(--primary-color);
}

.topbar-area .topbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topbar-area .topbar-right li {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: relative;
}

.topbar-area .topbar-right li::after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}

.topbar-area .topbar-right li:first-child::after {
    display: none;
    visibility: hidden;
}

.topbar-area .topbar-right li a {
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 6px; font-size: 14px;
    transition: .35s;
}

.topbar-area .topbar-right li a svg {
    fill: var(--title-color);
}

.topbar-area .topbar-right li a:hover {
    color: var(--primary-color);
}

.topbar-area .topbar-right li a:hover svg {
    fill: var(--primary-color);
}

.topbar-area.style-2 {
    background-color: transparent;
    z-index: 99;
}

.topbar-area.style-2 .topbar-left li a {
    color: var(--white-color);
    transition: .35s;
}

.topbar-area.style-2 .topbar-left li a:hover {
    color: #c4952d;
}

.topbar-area.style-2 .topbar-right li {
    color: var(--white-color);
}

.topbar-area.style-2 .topbar-right li::after {
    
}

.topbar-area.style-2 .topbar-right li a {
    color: var(--white-color);
    transition: .35s;
}

.topbar-area.style-2 .topbar-right li a svg {
    fill: var(--white-color);
    transition: .35s;
}

.topbar-area.style-2 .topbar-right li a:hover {
    color: #c4952d;
}

.topbar-area.style-2 .topbar-right li a:hover svg {
    color: #c4952d;
}

.topbar-area.style-2.two {
    padding-left: 5%;
}

@media(max-width: 1699px) {
    .topbar-area.style-2.two {
        padding-left: 5%;
    }
}

@media(max-width: 1399px) {
    .topbar-area.style-2.two {
        padding-left: 4%;
    }
}

.header-area.style-2 {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
    transition: all .8s ease-out 0s;
}

@media(max-width: 1699px) {
    .header-area.style-2 {
        padding: 0 3%;
    }
}

@media(max-width: 1399px) {
    .header-area.style-2 {
        padding: 0 0%;
    }
}

@media(max-width: 991px) {
    .header-area.style-2 {
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding: 0;
    }
}

.header-area.style-2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 99;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-area.style-2 .header-logo {
    margin-top: -30px;
}

@media(max-width: 1399px) {
    .header-area.style-2 .header-logo {
    }
}

@media(max-width: 1199px) {
    .header-area.style-2 .header-logo {
        padding: 5px;
    }
}

@media(max-width: 991px) {
    .header-area.style-2 .header-logo {
        border: unset;
        padding: 5px 0 0;
    }
}

.header-area.style-2 .header-logo img {
    max-width: unset;
}

@media(max-width: 1399px) {
    .header-area.style-2 .header-logo img {
        width: unset;
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .header-area.style-2 .header-logo img {
        width: 250px;
        max-width: 100%;
    }

    .header-area.style-2 .header-logo {
        margin-top: 0px;
    }
}

.header-area.style-2 .menu-close-btn i {
    color: var(--white-color);
}

.header-area.style-2 .menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 40px;
}

@media(max-width: 1399px) {
    .header-area.style-2 .menu-wrap {
        padding: 0 10px 0 20px;
    }
}

@media(max-width: 1399px) {
    .header-area.style-2 .menu-wrap {
        padding: 0 10px 0 10px;
    }
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap {
        border: none;
        justify-content: end;
    }
}

.header-area.style-2 .menu-wrap .header-logo {
    background-color: transparent;
    padding: 0;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .nav-right {
        gap: 7px;
    }
}

.header-area.style-2 .menu-wrap .nav-right .header-btn {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    border-radius: 36px;
    background: var(--primary-color);
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    padding: 16px 28px;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

@media(max-width: 1199px) {
    .header-area.style-2 .menu-wrap .nav-right .header-btn {
        padding: 14px 22px;
    }
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .nav-right .header-btn {
        display: none;
    }
}

.header-area.style-2 .menu-wrap .nav-right .header-btn svg {
    fill: var(--white-color);
    transition: all .6s;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .nav-right .header-btn {
        display: none;
        visibility: hidden;
    }
}

.header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 50px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }

    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--white-color);
        display: flex;
        transition: transform .5s ease-in;
        position: absolute;
        top: 0;
    }

    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn span::before {
        transition-duration: .5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--white-color);
        content: "";
        top: -10px;
        right: 0;
    }

    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn span::after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--white-color);
        content: "";
        top: 10px;
    }

    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn.active span {
        background-color: transparent;
    }

    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px,6px);
        width: 35px;
    }

    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px,-6px);
        width: 35px;
    }
}

.header-area.style-2 .menu-wrap .nav-right .search-bar {
    position: relative;
}

.header-area.style-2 .menu-wrap .nav-right {
    gap: 8px;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar svg {
    fill: var(--white-color);
    cursor: pointer;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--white-color);
    padding: 50px 30px 30px;
    box-shadow: 0 30px 80px rgba(8,0,42,.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up .5s linear;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0,0,0,.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--gray-dark,#000);
    transition: all .3s ease-out;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--gray-dark,#000);
    transition: all .3s ease-out;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .serch-close:hover::after {
    transform: rotate(0);
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .serch-close:hover::before {
    transform: rotate(0);
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #222;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: #c4952d;
    font-weight: 400;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .search-group .form-inner2 input::placeholder {
    color: #c4952d;
    font-weight: 400;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .search-group .form-inner2 button i {
    font-size: 18px;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .quick-search ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .quick-search ul li {
    padding-right: 5px;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-montserrat);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--title-color);
    white-space: nowrap;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .quick-search ul li a {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: .35;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-color);
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .lang-card {
    position: absolute;
    top: 47px;
    left: 50%;
    z-index: 99;
    width: 140px;
    background-color: var(--white-color);
    padding: 0 10px;
    box-shadow: 0 30px 80px rgba(8,0,42,.08);
    display: none;
    transform: scaleY(0) translateX(-50%);
    transform-origin: top;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .lang-card.active {
    display: block;
    transform: scaleY(1) translateX(-50%);
    animation: fade-up2 .5s linear;
}

@keyframes fade-up2 {
    0% {
        opacity: 0;
        transform: translateY(10px) translateX(-50%);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateY(0px) translateX(-50%);
        visibility: visible;
    }
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .lang-card li a {
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .35s;
}

.header-area.style-2 .menu-wrap .nav-right .search-bar .lang-card li a:hover {
    color: var(--primary-color);
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .nav-right .primary-btn2 {
        display: none;
        visibility: hidden;
    }
}

.header-area.style-2 .menu-wrap .main-menu {
    display: inline-block;
}

.header-area.style-2 .menu-wrap .main-menu .mobile-menu-logo {
    display: none;
}

.header-area.style-2 .menu-wrap .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 10px 0;
}

.header-area.style-2 .menu-wrap .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 22px 0px;
}

@media(max-width: 1199px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li {
        padding: 22px 0;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li:first-child {
    padding-left: 0;
}

.header-area.style-2 .menu-wrap .main-menu ul > li > a {
    color: var(--white-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 6px;
    position: relative;
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 12px;
    transition: all .5s ease-out 0s;
    position: relative;
    border: 1px solid transparent;
    border-radius: 15px;
    line-height: 1;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li > a {
        padding: 32px 9px;
        border: none;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li i {
        opacity: 1;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li i.active {
    color: rgba(255,255,255,.7);
}

.header-area.style-2 .menu-wrap .main-menu ul > li i.active::before {
    content: "\f2ea";
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: #1b1b1b;
    border: 1px solid #000000;
    text-align: left;
    padding: 25px 0;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--white-color);
    font-size: 20px;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: rgba(255,255,255,.7);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .dropdown-icon {
        right: 0;
        color: rgba(255,255,255,.7);
        top: 8px;
        font-size: 20px;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .dropdown-icon2 {
    color: rgba(255,255,255,.7);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px;
}

@media(max-width: 1199px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .dropdown-icon2::before {
        content: "\f4fe";
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a {
    display: block;
    padding: 5px 20px;
    font-family: var(--font-montserrat);
    color: rgba(255,255,255,.7);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--white-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease-out 0s;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a::after {
        left: 0;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a:hover {
    color: #c4952d;
    padding-left: 44px;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a:hover {
        padding-left: 18px;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a:hover::before {
    transform: scale(1);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a:hover::after {
    opacity: 1;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a.active {
    color: #c4952d;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a.active::before {
    transform: scale(1);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li:hover > a {
    color: #fff;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li:hover .dropdown-icon {
    color: var(--white-color);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li:hover .dropdown-icon2 {
    color: var(--white-color);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li.active > a {
    color: var(--white-color);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li.active .dropdown-icon {
    color: var(--white-color);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li.active .dropdown-icon2 {
    color: var(--white-color);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--title-color);
    box-shadow: 0 30px 80px rgba(8,0,42,.08);
    top: 0;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .sub-menu::before {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

.header-area.style-2 .menu-wrap .main-menu ul > li:hover > a {
    border: 1px solid #fff;
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li:hover > a {
        border: none;
        color: rgba(255,255,255,.7);
    }
}

@media(min-width: 992px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-up .45s linear;
    }
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li:hover i {
        color: rgba(255,255,255,.7);
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li.active > a {
}

@media(max-width: 991px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li.active > a {
        border: none;
        color: rgba(255,255,255,.7);
    }
}

.header-area.style-2 .menu-wrap .main-menu ul > li.active .dropdown-icon2 {
    color: var(--primary-color);
}

.header-area.style-2 .menu-wrap .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    .header-area.style-2 .menu-wrap .mobile-logo-area {
        justify-content: center !important;
    }

    .header-area.style-2 .menu-wrap .dropdown-icon {
        color: var(--white-color);
    }

    .header-area.style-2 .menu-wrap .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #3f2a23;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        border-right: 1px solid rgba(13,23,32,.0784313725);
    }

    .header-area.style-2 .menu-wrap .main-menu::-webkit-scrollbar {
        width: 0;
    }

    .header-area.style-2 .menu-wrap .main-menu.show-menu {
        transform: translateX(0);
    }

    .header-area.style-2 .menu-wrap .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    .header-area.style-2 .menu-wrap .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .header-area.style-2 .menu-wrap .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0;
    }

    .header-area.style-2 .menu-wrap .main-menu ul li {
        display: block;
        position: relative;
        padding: 5px;
    }

    .header-area.style-2 .menu-wrap .main-menu ul li:first-child {
        padding-left: 5px;
    }

    .header-area.style-2 .menu-wrap .main-menu ul li i {
        display: block;
        color: var(--white-color);
    }

    .header-area.style-2 .menu-wrap .main-menu ul li a {
        padding: 8px 0;
        display: block;
        font-size: 12px;
    }

    .header-area.style-2 .menu-wrap .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }

    .header-area.style-2 .menu-wrap .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    .header-area.style-2 .menu-wrap .main-menu ul li ul.sub-menu > li a {
        font-size: 12px;
        padding: 7px 0;
    }

    .header-area.style-2 .menu-wrap .main-menu ul li ul.sub-menu > li a.active {
        color: var(--white-color);
    }

    .header-area.style-2 .menu-wrap .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--white-color);
    }

    .header-area.style-2 .menu-wrap .main-menu .mobile-menu-form .input-with-btn input {
        width: 100%;
        background-color: transparent;
        border: 1px solid rgba(255,255,255,.1);
        padding: 10px 15px;
        margin-bottom: 15px;
        outline: none;
        height: 47px;
        color: #c4952d;
        font-size: 14px;
        font-family: var(--font-montserrat);
    }

    .header-area.style-2 .menu-wrap .main-menu .tags {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        position: relative;
        padding-top: 30px;
        margin-bottom: 80px;
    }

    .header-area.style-2 .menu-wrap .main-menu .tags::after {
        content: "";
        height: 1px;
        width: 300px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        background-color: rgba(255,255,255,.1);
    }

    .header-area.style-2 .menu-wrap .main-menu .tags li {
        padding: 0;
    }

    .header-area.style-2 .menu-wrap .main-menu .tags li a {
        padding: 0;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.2);
        font-size: 13px;
        font-weight: 500;
        padding: 4px 10px;
    }

    .header-area.style-2 .menu-wrap .main-menu .primary-btn1 {
        justify-content: center;
        padding: 15px 37px;
    }

    .header-area.style-2 .menu-wrap .main-menu .primary-btn2 {
        justify-content: center;
        width: 100%;
        padding: 15px 37px;
    }

    .header-area.style-2 .menu-wrap .main-menu .topbar-right {
        padding-left: 5px;
        margin-bottom: 40px;
    }

    .header-area.style-2 .menu-wrap .main-menu .topbar-right li {
        color: var(--white-color);
        font-family: var(--font-montserrat);
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        position: relative;
        margin-bottom: 7px;
        padding: 5px 0 !important;
    }

    .header-area.style-2 .menu-wrap .main-menu .topbar-right li a {
        color: var(--white-color);
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        font-weight: 500;
        transition: .35s;
        padding: 0 !important;
        text-transform: none;
    }

    .header-area.style-2 .menu-wrap .main-menu .topbar-right li a svg {
        fill: var(--white-color);
    }

    .header-area.style-2 .menu-wrap .main-menu .topbar-right li a:hover {
        color: var(--primary-color);
    }

    .header-area.style-2 .menu-wrap .main-menu .topbar-right li a:hover svg {
        fill: var(--primary-color);
    }

    .header-area.style-2 .menu-wrap .main-menu .primary-btn1 {
        justify-content: center;
        padding: 18px 37px;
        width: 100%; margin-bottom: 10px;
    }
}

.cover-section .cover-wrapper {
    background-color: #f4f9fd;
    padding: 100px 7%;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .cover-section .cover-wrapper {
        padding: 100px 3%;
    }
}

.cover-section .cover-wrapper .slider-btn-group .slider-btn {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.cover-section .cover-wrapper .slider-btn-group .slider-btn.next-1 {
    left: unset;
    right: -10px;
}

.eg-card-2 {
    padding: 10px;
    border: 1px solid #c4952d;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: .35s;
}

.mission-content-wrap {
    padding: 40px 40px;
}

@media(max-width: 1499px) {
    .eg-card-2 {
        padding: 15px;
        gap: 20px;
    }
}

@media(max-width: 576px) {
    .eg-card-2 {
        padding: 5px;
        gap: 5px;
    }
}

.eg-card-2 .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .35s;
}

.eg-card-2 .icon svg {
    fill: var(--paragraph-color);
    transition: .5s;
}

.eg-card-2 .icon span {
    background-color: #160803;
    opacity: .1;
    width: 1px;
    height: 25px;
    margin: 8px auto;
    display: inline-block;
}

.eg-card-2 .icon .serial-number {
    line-height: 1;
    color: #dfebf7;
    font-family: var(--font-marcellus);
    font-size: 22px;
    font-weight: 400;
}

.eg-card-2 .content h5 {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 22px;
    margin-bottom: 10px;
}

.eg-card-2 .content p {
    color: #000;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.eg-card-2:hover {
    border-color: #3f2a23;
}

.eg-card-2:hover .icon svg {
    fill: var(--primary-color);
    transform: rotate(360deg);
}

.eg-card-2.style-2 {
    flex-direction: column;
    padding: 40px 25px;
    position: relative;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .eg-card-2.style-2 {
        padding: 40px 20px;
    }
}

.eg-card-2.style-2 .sl-no {
    position: absolute;
    top: 30px;
    right: 25px;
    line-height: 1;
}

@media(max-width: 1499px) {
    .eg-card-2.style-2 .sl-no {
        top: 25px;
        right: 25px;
    }
}

@media(max-width: 576px) {
    .eg-card-2.style-2 .sl-no {
        top: 20px;
        right: 20px;
    }
}

.eg-card-2.style-2 .sl-no h3 {
    line-height: 1;
    color: #dfebf7;
    font-family: var(--font-marcellus);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .eg-card-2.style-2 .content h5 {
        font-size: 20px;
    }
}

@media(min-width: 1400px) and (max-width:1599px) {
    .eg-card-2.style-2 .content p {
        font-size: 13px;
    }
}

.single-scroll-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-scroll-container .horizontal-scrolling-content {
    max-width: 750px;
    width: 100%;
}

.single-scroll-container .horizontal-scrolling-content p {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.single-scroll-container .horizontal-scrolling-content .section-title1 {
    margin-bottom: 10px;
}

.single-scroll-container .horizontal-scrolling-content .section-title1 span {
    color: var(--white-color);
    border: 1px solid #c4952d;
}

.single-scroll-container .horizontal-scrolling-content .section-title1 h2 {
    color: var(--white-color);
    margin-bottom: 0;
}

.single-scroll-container .horizontal-scrolling-content.two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 170px;
    height: 100%;
}

@media(max-width: 767px) {
    .single-scroll-container .horizontal-scrolling-content.two {
        gap: 100px;
    }
}

@media(max-width: 576px) {
    .single-scroll-container .horizontal-scrolling-content.two {
        gap: 70px;
    }
}

.single-scroll-container .horizontal-scrolling-content.two .name-degi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
}

.single-scroll-container .horizontal-scrolling-content.two .name-degi h5 {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.single-scroll-container .horizontal-scrolling-content.two .name-degi span {
    color: #c4952d;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
}

.single-scroll-container .horizontal-scrolling-content.two .horizental-scrolling-bottom-content .consulting {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.single-scroll-container .horizontal-scrolling-content.two .horizental-scrolling-bottom-content .consulting::after {
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg,#D9D9D9 0%,rgba(217,217,217,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.single-scroll-container .horizontal-scrolling-content.two .horizental-scrolling-bottom-content .consulting svg {
    fill: var(--white-color);
}

.single-scroll-container .horizontal-scrolling-content.two .horizental-scrolling-bottom-content .consulting p {
    margin-bottom: 0;
    max-width: 280px;
    width: 100%;
    line-height: 25px;
}

.single-scroll-container .horizontal-scrolling-content.two .horizental-scrolling-bottom-content .features {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media(max-width: 1399px) {
    .single-scroll-container .horizontal-scrolling-content.two .horizental-scrolling-bottom-content .features {
        gap: 20px;
    }
}

.single-scroll-container .horizontal-scrolling-content.two .horizental-scrolling-bottom-content .features li {
    line-height: 1;
    color: var(--title-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 16px;
    border: 1px solid #fff;
    padding: 5px 20px;
    background-color: var(--white-color);
}

 

 

.blog-card {
    display: flex;
    align-items: center;
}

.blog-card .blog-img img {
    width: 100%;
    min-height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card .blog-content {
    border: 1px solid #eee;
    padding: 30px;
    height: 100%;
    display: inline-flex;
    align-items: self-start;
    justify-content: space-between;
    flex-direction: column;
}

@media(max-width: 1399px) {
    .blog-card .blog-content {
        padding: 20px;
    }
}

@media(max-width: 767px) {
    .blog-card .blog-content {
        padding: 25px 20px;
    }
}

.blog-card .blog-content .tags {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    background-color: #dfebf7;
    padding: 14px 24px;
    margin-bottom: 20px;
}

@media(max-width: 1399px) {
    .blog-card .blog-content .tags {
        gap: 20px;
        padding: 14px 20px;
    }
}

.blog-card .blog-content .tags li {
    line-height: 1;
}

.blog-card .blog-content .tags li a {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-card .blog-content .tags li a svg {
    fill: var(--primary-color);
}

.blog-card .blog-content .title-and-btn {
    line-height: 1;
}

.blog-card .blog-content .title-and-btn h4 {
    margin-bottom: 25px;
}

.blog-card .blog-content .title-and-btn h4 a {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    transition: .35s;
}

@media(max-width: 1399px) {
    .blog-card .blog-content .title-and-btn h4 a {
        font-size: 22px;
    }
}

.blog-card .blog-content .title-and-btn h4 a:hover {
    color: var(--primary-color);
}

.logo-section .logo-wrapper {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
}

@media(max-width: 767px) {
    .logo-section .logo-wrapper {
        flex-wrap: wrap;
    }
}

.logo-section .logo-wrapper .logo-title {
    min-width: 236px;
    max-width: 236px;
    padding: 60px;
    border-right: 1px solid #eee;
}

@media(max-width: 767px) {
    .logo-section .logo-wrapper .logo-title {
        border-bottom: 1px solid #eee;
        border-right: unset;
        min-width: 100%;
        max-width: 100%;
        padding: 30px;
    }
}

.logo-section .logo-wrapper .logo-title h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.logo-section .logo-wrapper .logo-area {
    overflow: hidden;
    margin: 60px;
}

@media(max-width: 767px) {
    .logo-section .logo-wrapper .logo-area {
        margin: 30px;
    }
}

.logo-section .logo-wrapper .logo-area .js-marquee-wrapper {
    display: flex;
    align-items: center;
    gap: 110px;
}

@media(max-width: 1499px) {
    .logo-section .logo-wrapper .logo-area .js-marquee-wrapper {
        gap: 70px;
    }
}

.logo-section .logo-wrapper .logo-area .js-marquee-wrapper .js-marquee {
    display: flex;
    align-items: center;
    gap: 110px;
    margin-right: 0 !important;
}

@media(max-width: 1499px) {
    .logo-section .logo-wrapper .logo-area .js-marquee-wrapper .js-marquee {
        gap: 70px;
    }
}

.industrial-section {
    background-image: linear-gradient(270deg,#0A141D 0%,rgba(10,20,29,0.6) 101.02%),url(../img/home1/industrial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}

@media(max-width: 991px) {
    .industrial-section {
        padding: 80px 0;
    }
}

.industrial-section .section-title1 h2 {
    color: var(--white-color);
    margin-bottom: 25px;
    padding-top: 0;
}

.industrial-section .industeies-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.industrial-section .industeies-list li {
    line-height: 1;
}

.industrial-section .industeies-list li:first-child {
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.industrial-section .industeies-list li:last-child {
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.industrial-section .industeies-list li a {
    color: #c4952d;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.1);
    padding: 7px 20px;
    line-height: 1;
    display: inline-flex;
    transition: .35s;
}

.industrial-section .industeies-list li a:hover {
    border-color: var(--white-color);
    background-color: var(--white-color);
    color: var(--title-color);
}

.contact-section {
    background-image: url(../img/home1/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 100px 0;
}

@media(max-width: 991px) {
    .contact-section {
        padding: 80px 0;
    }
}

.contact-section .contact-content {
    max-width: 600px;
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 1199px) {
    .contact-section .contact-content {
        min-height: 320px;
    }
}

@media(max-width: 1199px) {
    .contact-section .contact-content {
        min-height: unset;
    }
}

.contact-section .contact-content .section-title2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 70px;
}

@media(max-width: 991px) {
    .contact-section .contact-content .section-title2 {
        margin-bottom: 40px;
    }
}

.contact-section .contact-content .section-title2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(90deg,#FFF 0%,rgba(255,255,255,0) 76.88%);
}

.contact-section .contact-content .client-area {
    display: flex;
    align-items: center;
    gap: 80px;
}

@media(max-width: 767px) {
    .contact-section .contact-content .client-area {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.contact-section .contact-content .client-area .setisfaction-srea {
    line-height: 1;
}

.contact-section .contact-content .client-area .setisfaction-srea h3 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-section .contact-content .client-area .setisfaction-srea span {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
}

.contact-section .banner-btn {
    width: 210px;
}

.contact-section .banner-btn a {
    position: relative;
    line-height: 1;
    transition: .5s;
    height: 178px;
    width: 178px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-section .banner-btn a .bg {
    line-height: 1;
    transition: .5s;
}

.contact-section .banner-btn a .bg svg {
    transition: .5s;
}

.contact-section .banner-btn a .bg svg path {
    transition: .5s;
}

.contact-section .banner-btn a .bg svg path:first-child {
    stroke: var(--primary-color);
    fill: none;
}

.contact-section .banner-btn a .bg svg path:last-child {
    fill: var(--white-color);
}

.contact-section .banner-btn a .btn-content {
    transition: .5s;
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.contact-section .banner-btn a .btn-content svg {
    fill: var(--title-color);
    margin-bottom: 15px;
    transition: .5s;
}

.contact-section .banner-btn a:hover .bg svg path:first-child {
    stroke: var(--primary-color);
    fill: none;
}

.contact-section .banner-btn a:hover .bg svg path:last-child {
    fill: var(--primary-color);
}

.contact-section .banner-btn a:hover .btn-content {
    color: var(--white-color);
}

.contact-section .banner-btn a:hover .btn-content svg {
    fill: var(--white-color);
}

.review-area {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.review-area .review-name {
    line-height: 1;
}

.review-area .review-name span {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    white-space: nowrap;
}

.review-area .review {
    line-height: 1;
}

.review-area .review ul {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    margin-bottom: 8px;
}

.review-area .review ul li i {
    font-size: 12px;
    color: #e62415;
}

.review-area .review span {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.review-area.white .review-name span {
    color: var(--white-color);
}

.review-area.white .review span {
    color: var(--white-color);
}

footer {
    background-color: #3f2a23;
    padding-top: 100px;
}

footer .footer-widget .subscribed-area h2 {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

@media(max-width: 1499px) {
    footer .footer-widget .subscribed-area h2 {
        font-size: 30px;
    }
}

footer .footer-widget .subscribed-area .form-inner {
    border: 1px solid #764122;
    background: #5a3a2b;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px 25px;
    margin-bottom: 20px;
}

footer .footer-widget .subscribed-area .form-inner input {
    width: 100%;
    color: #c4952d;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: none;
}

footer .footer-widget .subscribed-area .form-inner button {
    border: none;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #af7d2e;
}

footer .footer-widget .subscribed-area .form-inner button svg {
    fill: var(--white-color);
}

footer .footer-widget .subscribed-area .form-agreement {
    position: relative;
}

footer .footer-widget .subscribed-area .form-agreement .form-group input[type=checkbox] {
    display: none;
    visibility: hidden;
}

footer .footer-widget .subscribed-area .form-agreement .form-group label {
    color: #c4952d;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
}

footer .footer-widget .subscribed-area .form-agreement .form-group input[type=checkbox] + label:before {
    content: "";
    -webkit-appearance: none;
    background: #fff;
    border-radius: 2px;
    height: 14px;
    width: 14px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

footer .footer-widget .subscribed-area .form-agreement .form-group input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 8px;
    border: 2px solid var(--title-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

footer .footer-widget .contact-area {
    align-items: center;
    gap: 80px;
}

@media(max-width: 1699px) {
    footer .footer-widget .contact-area {
        gap: 50px;
    }
}

@media(max-width: 1399px) {
    footer .footer-widget .contact-area {
        padding-top: 0px;
        gap: 30px;
        flex-wrap: wrap;
    }
}

footer .footer-widget .contact-area .hotline-area {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

footer .footer-widget .contact-area .hotline-area .icon {
    position: relative;
}

footer .footer-widget .contact-area .hotline-area .icon::after {
    content: "";
    height: 35px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    background-color: rgba(255,255,255,.1);
}

footer .footer-widget .contact-area .hotline-area .icon svg {
    fill: #c4952d;
}

footer .footer-widget .contact-area .hotline-area .content {
    line-height: 1;
}

footer .footer-widget .contact-area .hotline-area .content span {
    color: #dab33e;
    font-family: var(--font-marcellus);
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 7px;
}

footer .footer-widget .contact-area .hotline-area .content h6 {
    margin-bottom: 0;
}

footer .footer-widget .contact-area .hotline-area .content h6 a {
    color: #cacaca;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
}

footer .footer-widget .widget-title {
    margin-bottom: 10px;
}

footer .footer-widget .widget-title h3 {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    margin-bottom: 0;
}

footer .footer-widget .menu-container ul li {
    line-height: 1;
    margin-bottom: 5px;
}

footer .footer-widget .menu-container ul li:last-child {
    margin-bottom: 0;
}

footer .footer-widget .menu-container ul li a {
    color: #cacaca;
    font-family: var(--font-montserrat);
    font-size: 14px; text-transform: capitalize;
    font-weight: 400;
    transition: .35s;
}

footer .footer-widget .menu-container ul li a:hover {
    color: var(--white-color);
}

footer .footer-menu-wrap {
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 991px) {
    footer .footer-menu-wrap {
        flex-wrap: wrap;
        justify-content: center;
        border: none;
    }
}

footer .footer-menu-wrap .footer-logo {
    min-width: 294px;
    max-width: 294px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(217,217,217,.08);
}

footer .footer-menu-wrap .footer-logo img {
    max-width: 214px;
}

@media(max-width: 1399px) {
    footer .footer-menu-wrap .footer-logo {
        height: 90px;
    }
}

@media(max-width: 991px) {
    footer .footer-menu-wrap .footer-logo {
        height: 90px;
        width: 100%;
    }
}

footer .footer-menu-wrap .footer-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
    padding: 15px 50px;
}

@media(min-width: 1400px) and (max-width:1599px) {
    footer .footer-menu-wrap .footer-menu {
        gap: 20px;
        padding: 20px 30px;
    }
}

@media(max-width: 1399px) {
    footer .footer-menu-wrap .footer-menu {
        gap: 20px;
        padding: 20px 30px;
    }
}

@media(max-width: 991px) {
    footer .footer-menu-wrap .footer-menu {
        padding: 30px 20px;
        border: 1px solid rgba(255,255,255,.1);
        justify-content: center;
    }
}

footer .footer-menu-wrap .footer-menu li {
    line-height: 1;
    padding-right: 30px;
}

@media(max-width: 1499px) {
    footer .footer-menu-wrap .footer-menu li {
        padding-right: 8px;
    }
}

@media(max-width: 1399px) {
    footer .footer-menu-wrap .footer-menu li {
        padding-right: 0;
    }
}

footer .footer-menu-wrap .footer-menu li:last-child {
    padding-right: 0;
}

footer .footer-menu-wrap .footer-menu li a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    transition: .35s;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

footer .footer-menu-wrap .footer-menu li a svg {
    fill: #c4952d;
    transition: .35s;
    opacity: 0;
}

footer .footer-menu-wrap .footer-menu li a:hover {
    color: #c4952d;
}

footer .footer-menu-wrap .footer-menu li a:hover svg {
    opacity: 1;
}

footer .footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1;
    padding: 24px 0;
    gap: 20px;
}

@media(max-width: 576px) {
    footer .footer-btm {
        justify-content: center;
    }
}

footer .footer-btm .copyright-area {
    line-height: 1;
}

footer .footer-btm .copyright-area p {
    color: #c4952d;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

footer .footer-btm .copyright-area p a {
    color: #cacaca;
    transition: .35s;
}

footer .footer-btm .copyright-area p a:hover {
    color: var(--primary-color);
    font-weight: 500;
}

footer .footer-btm .social-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer-btm .social-area li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    transition: .35s;
}

footer .footer-btm .social-area li a i {
    transition: .35s;
    font-size: 16px;
    color: var(--white-color);
}

footer .footer-btm .social-area li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

footer .footer-btm .social-area li a:hover i {
    color: var(--white-color);
}

.banner2-section .banner2-slider {
    cursor: url(../img/home2/cursor-img.png),default;
}

.banner2-section .banner-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 334px 0 210px;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .banner2-section .banner-wrapper {
        padding: 270px 0 150px;
    }
}

@media(max-width: 1399px) {
    .banner2-section .banner-wrapper {
        padding: 270px 0 150px;
    }
}

@media(max-width: 991px) {
    .banner2-section .banner-wrapper {
        padding: 220px 0 100px;
    }
}

.banner2-section .banner-wrapper .banner-left-content span {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid var(--white-color);
    padding: 7px 20px;
    white-space: nowrap;
    margin-bottom: 25px;
}

.banner2-section .banner-wrapper .banner-left-content h1, .banner2-section .banner-wrapper .banner-left-content h2 {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 75px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 880px;
    margin-bottom: 50px;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .banner2-section .banner-wrapper .banner-left-content h1, .banner2-section .banner-wrapper .banner-left-content h2 {
        font-size: 60px;
    }
}

@media(max-width: 1399px) {
    .banner2-section .banner-wrapper .banner-left-content h1, .banner2-section .banner-wrapper .banner-left-content h2 {
        font-size: 50px;
    }
}

@media(max-width: 576px) {
    .banner2-section .banner-wrapper .banner-left-content h1, .banner2-section .banner-wrapper .banner-left-content h2 {
        font-size: 40px;
    }
}

.banner2-section .banner-wrapper .banner-right-content {
    width: 100%;
    margin-left: auto;
}

@media(max-width: 991px) {
    .banner2-section .banner-wrapper .banner-right-content {
        margin-left: 0;
        padding-left: 0;
    }
}

.banner2-section .banner-wrapper .banner-right-content h5 {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 20px;
}

.banner2-section .banner-wrapper .banner-right-content .btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 5px;
}

.banner2-section .banner-wrapper .banner-right-content .btn-group li {
    line-height: 1;
}

.banner2-section .banner-wrapper .banner-right-content .btn-group li.success-rate {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid var(--white-color);
    border-radius: 16px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner2-section .banner-wrapper .banner-right-content .btn-group li.success-rate span {
    position: relative;
}

.banner2-section .banner-wrapper .banner-right-content .btn-group li.success-rate span::after {
    content: "";
    height: 1px;
    width: 10px;
    background-color: #d9d9d9;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.banner2-section .banner-wrapper .banner-right-content .btn-group li a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid var(--white-color);
    border-radius: 16px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-topbar-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;     background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@media(min-width: 1400px) and (max-width:1599px) {
    .solution-section .right-shape {
        display: none;
        visibility: hidden;
    }
}

@media(max-width: 1399px) {
    .solution-section .right-shape {
        display: none;
        visibility: hidden;
    }
}

.solution-section .right-shape img {
    max-width: unset;
}

.solution-section .company-logo {
    position: absolute;
    left: -300px;
    bottom: 18px;
    line-height: 1;
    z-index: -1;
}

@media(max-width: 1399px) {
    .solution-section .company-logo {
        display: none;
        visibility: hidden;
    }
}

.solution-section .company-logo.two {
    left: 5%;
}

.solution-section .company-logo h2 {
    font-family: var(--font-marcellus);
    font-size: 198px;
    font-weight: 400;
    background: linear-gradient(180deg,#FDF8F4 0%,#FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.section-title1.white span {
    color: #3f2a23;
    border: 1px solid #c4952d;
}

.section-title1.white h2 {
    max-width: 920px;
    color: #3f2a23;
    text-transform: capitalize;
}

.section-title1.white h2 span {
    color: #c4952d;
}

.section-title1.w-890 h2 {
    max-width: 890px;
}

 
.about-section2 .about-bottom .about-counter-area {
}

.about-section2 .about-bottom .about-counter-area .counter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 767px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter {
    display: flex;
    gap: 10px;
    width: 33.33%;
    border-right: 1px solid #c4952d;
    padding: 75px 25px;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter {
        padding: 75px 30px;
    }
}

@media(max-width: 1399px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter {
        padding: 63px 20px;
    }
}

@media(max-width: 1199px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter {
        padding: 30px 20px;
    }
}

@media(max-width: 767px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter {
        width: 50%;
        border: none;
    }
}

@media(max-width: 576px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter {
        width: 100%;
        border: none; padding: 10px;
    }
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter:first-child {
    padding-left: 0;
}

@media(max-width: 576px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter:first-child {
        padding:  10px;
    }
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter:last-child {
    padding-right: 0;
    border: none;
}

@media(max-width: 576px) {
    .about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter:last-child {
        padding: 10px;
    }
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter .icon svg {
    fill: #566064;
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter .content {
    margin-top: -5px;
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter .content .number {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 5px;
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter .content .number h2 {
    margin-bottom: 0;
    color: #3f2a23;
    font-family: var(--font-montserrat);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter .content .number > span {
    color: #3f2a23;
    font-family: var(--font-montserrat);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.about-section2 .about-bottom .about-counter-area .counter-wrap .single-counter .content p {
    color: #4b2513;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
}

 
 
.project-card {
    position: relative;
}

.project-card .project-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.project-card .project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(13,23,32,0.6) 0%,rgba(13,23,32,0.15) 57.57%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    line-height: 1;
    transition: .4s;
}

@media(max-width: 1499px) {
    .project-card .project-content {
        padding: 30px;
    }
}

@media(max-width: 1199px) {
    .project-card .project-content {
        padding: 30px 20px;
    }
}

.project-card .project-content .category-title {
    transition: .4s;
    transform: translateY(50px);
}

.project-card .project-content .category {
    margin-bottom: 20px;
}

.project-card .project-content .category a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    border-radius: 15px;
    border: 1px solid #fff;
    line-height: 1;
    padding: 3px 12px;
}

.project-card .project-content h4 {
    margin-bottom: 30px;
}

.project-card .project-content h4 a {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 400;
    transition: .35s;
}

.project-card .project-content h4 a:hover {
    color: #c4952d;
}

.project-card .project-content .explore-btn {
    color: var(--white-color);
    transform: scaleY(0);
    transition: .4s;
}

.project-card .project-content .explore-btn svg {
    fill: var(--white-color);
}

.project-card:hover .project-content .category-title {
    transform: translateY(50px);
    transform: translateY(0);
}

.project-card:hover .project-content .explore-btn {
    transform: scaleY(1);
}

.project-slider {
    cursor: url(../img/home2/cursor-img.png),default;
}

.project-card-wrap {
    display: flex;
    align-items: center;
}

.project-card-wrap .project-card {
    transform: scaleX(.5);
}

.project-card-wrap .project-card.active {
    transform: scaleX(1);
}

 
 

.blog-wrap:nth-child(even) .blog-img {
    width: 100%;
}

.blog-wrap:nth-child(even) .blog-img img {
    max-height: 290px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card2 .tags {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media(max-width: 1399px) {
    .blog-card2 .tags {
        gap: 20px;
        padding: 14px 2px;
    }
}

@media(max-width: 1199px) {
    .blog-card2 .tags {
        gap: 20px;
        padding: 14px 0;
        margin-bottom: 5px;
    }
}

.blog-card2 .tags li {
    line-height: 1;
    position: relative;
}

.blog-card2 .tags li::after {
    content: "";
    height: 12px;
    width: 2px;
    background-color: rgba(13,23,32,.1);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 1399px) {
    .blog-card2 .tags li::after {
        left: -12px;
    }
}

.blog-card2 {
    background: #3f2a23;
    padding: 15px;
}

.blog-card2 .tags li:first-child::after {
    display: none;
    visibility: hidden;
}

.blog-card2 .tags li a {
    color: #c4952d;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .35s;
}

.blog-card2 .tags li a svg {
    fill: var(--primary-color);
}

.blog-card2 .tags li a:hover {
    color: var(--primary-color);
}

.blog-card2 .blog-img {
    margin-bottom: 23px;
}

.blog-card2 .blog-img img {
    width: 100%;
}

.blog-card2 .blog-content h4 {
    margin-bottom: 16px;
    padding-top: 5px;
    line-height: 18px;
    height: 56px;
    border-top: 1px solid #c4952d;
}

.blog-card2 .blog-content p {
    padding: 5px 0 15px;
    height: 100px;
    line-height: 22px;
}

.blog-bg {
    background: #3f2a23;
    padding: 20px;
}

.blog-card2 .blog-content h4 a {
    color: #c4952d;
    font-family: var(--font-marcellus);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0;
    transition: .35s;
}

@media(max-width: 768px) {
    .blog-card2 .blog-content h4 {
        height: auto;
    }

    .blog-card2 .blog-content p {
        height: auto;
    }
}

@media(max-width: 1399px) {
    .blog-card2 .blog-content h4 a {
        font-size: 22px;
    }
}

.blog-card2 .blog-content h4 a:hover {
    color: var(--primary-color);
}

.blog-card2.two .blog-img {
    margin-bottom: 0;
}

.blog-card2.two .blog-content {
    margin-top: -21px;
}

.blog-card2.two .blog-content .tags {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    border: 1px solid #eee;
    background: #fff;
    padding: 14px 24px;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}

@media(max-width: 1399px) {
    .blog-card2.two .blog-content .tags {
        gap: 20px;
        padding: 14px 20px;
    }
}

.blog-card2.two .blog-content .tags li {
    line-height: 1;
}

.blog-card2.two .blog-content .tags li::after {
    display: none;
    visibility: hidden;
}

.blog-card2.two .blog-content .tags li a {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-card2.two .blog-content .tags li a svg {
    fill: var(--primary-color);
}

.blog-card2.three .blog-img {
    margin-bottom: 0;
}

.blog-card2.three .blog-content {
    border: 1px solid #eee;
    padding: 40px 30px;
    line-height: 1;
}

@media(max-width: 1399px) {
    .blog-card2.three .blog-content {
        padding: 30px 20px;
    }

    .blog-card2.three .blog-content .tags {
        margin-bottom: 15px;
    }
}

.blog-card2.three .blog-content .tags {
    margin-bottom: 20px;
    padding: 0;
}

.blog-section2 .divider {
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

 
.banner3-section {
    position: relative;
}

.banner3-section .banner3-slider {
    cursor: url(../img/home2/cursor-img.png),default;
}

.banner3-section #home3-banner-bg {
    background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%),url(../img/banner-img-1.webp);
    height: 100vh;
    min-height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

@media(max-width: 767px) {
    .banner3-section #home3-banner-bg {
        min-height: 560px;
        height: unset;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner3-section .banner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner3-section .banner3-slider {
    height: 100%;
}

.banner3-section .banner3-slider .swiper-wrapper .swiper-slide {
    height: 100%;
}

.eg-card3 {
    display: flex;
    height: 100%;
    align-items: end;
    position: relative;
    padding: 100px 45px;
}

@media(max-width: 1699px) {
    .eg-card3 {
        padding: 20px 50px;
    }
}

.eg-card3::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    background: linear-gradient(0deg,#FFF 0%,rgba(255,255,255,0) 30%);
}

.eg-card3 .card-content .catgory-and-title {
    transform: translateY(55px);
    will-change: transform;
    transition: transform .5s ease;
}

@media(max-width: 1699px) {
    .eg-card3 .card-content .catgory-and-title {
    }
}

.eg-card3 .card-content .catgory-and-title > a {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.5);
    background: 0 0;
    display: inline-block;
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 28px;
    margin-bottom: 10px;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.eg-card3 .card-content .catgory-and-title h5 {
    margin-bottom: 10px;
}

.eg-card3 .card-content .catgory-and-title h5 a {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 30px;
    font-weight: 800;
    transition: .35s;
}

@media(max-width: 1699px) {
    .eg-card3 .card-content .catgory-and-title h5 a {
        font-size: 24px;
    }
}

.eg-card3 .card-content .catgory-and-title h5 a:hover {
    color: #c4952d;
}

.eg-card3 .card-content p {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    transform: translateY(100%);
    opacity: 0;
    will-change: transform;
    transition: transform .5s ease,opacity .25s ease;
}

.eg-card3.two {
    position: relative;
    padding: 0;
    height: 100%;
    transition: .5s;
}

.eg-card3.two .card-img {
    height: 100%;
}

.eg-card3.two .card-img img {
    min-height: 350px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.eg-card3.two .card-content {
    background: linear-gradient(357deg,#000 1.72%,rgba(0,0,0,0) 49.89%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    padding: 60px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: .5s;
}

@media(max-width: 767px) {
    .eg-card3.two .card-content {
        padding: 30px 20px;
    }
}

.eg-card3.two .card-content .view-btn {
    position: absolute;
    right: 85px;
    top: 85px;
    transition: .5s;
    opacity: 0;
}

.eg-card3.two .card-content .catgory-and-title {
    transform: unset;
}

.eg-card3.two .card-content .catgory-and-title > a {
    color: #0d1720;
    font-size: 14px;
    background-color: var(--white-color);
    padding: 0 12px;
    margin-bottom: 20px;
}

.eg-card3.two .card-content .catgory-and-title h5 {
    margin-bottom: 0;
}

.eg-card3.two .card-content .catgory-and-title h5 a {
    font-size: 24px;
}

.eg-card3.two:hover .card-content .view-btn {
    right: 35px;
    top: 35px;
    opacity: 1;
}

.eg-card3.three {
    position: relative;
    padding: 0;
    height: 100%;
    transition: .5s;
}

.eg-card3.three::after {
    display: none;
    visibility: hidden;
}

.eg-card3.three .card-img {
    height: 100%;
}

.eg-card3.three .card-img img {
    min-height: 350px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width: 767px) {
    .eg-card3.three .card-img img {
        width: 100%;
    }
}

.eg-card3.three .card-content {
    background: linear-gradient(357deg,#000 1.72%,rgba(0,0,0,0) 49.89%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    padding: 50px 40px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: .5s;
}

@media(min-width: 992px) and (max-width:1199px) {
    .eg-card3.three .card-content {
        padding: 40px 20px;
    }
}

@media(max-width: 991px) {
    .eg-card3.three .card-content {
        padding: 40px 20px;
    }
}

@media(max-width: 767px) {
    .eg-card3.three .card-content {
        padding: 30px 20px;
    }
}

.eg-card3.three .card-content .view-btn {
    position: absolute;
    right: 85px;
    top: 85px;
    transition: .5s;
    opacity: 0;
}

.eg-card3.three .card-content .catgory-and-title {
    transform: unset;
}

.eg-card3.three .card-content .catgory-and-title > a {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.5);
    background: 0 0;
    display: inline-block;
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    padding: 2px 17px;
    margin-bottom: 13px;
}

.eg-card3.three .card-content .catgory-and-title h5 {
    margin-bottom: 0;
}

.eg-card3.three .card-content .catgory-and-title h5 a {
    font-size: 24px;
}

@media(max-width: 576px) {
    .eg-card3.three .card-content .catgory-and-title h5 a {
        font-size: 22px;
    }
}

.eg-card3.three:hover .card-content .view-btn {
    right: 35px;
    top: 35px;
    opacity: 1;
}

.eg-card3.four {
    position: relative;
    padding: 0;
    transition: .5s;
}

.eg-card3.four::after {
    display: none;
    visibility: hidden;
}

.eg-card3.four .card-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    padding: 50px 40px 20px 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: .5s;
}

@media(max-width: 767px) {
    .eg-card3.four .card-content {
        padding: 30px 20px;
    }
}

.eg-card3.four .card-content .view-btn {
    position: absolute;
    right: 85px;
    top: 85px;
    transition: .5s;
    opacity: 0;
}

.eg-card3.four .card-content .catgory-and-title {
    transform: unset;
    background-color: var(--white-color);
    padding: 25px 20px;
    transition: .5s;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
}

@media(min-width: 992px) and (max-width:1199px) {
    .eg-card3.four .card-content .catgory-and-title {
        padding: 20px 15px;
    }
}

.eg-card3.four .card-content .catgory-and-title > a {
    border-radius: 16px;
    border: 1px solid var(--title-color);
    background: 0 0;
    display: inline-block;
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    padding: 2px 17px;
    margin-bottom: 13px;
}

.eg-card3.four .card-content .catgory-and-title h5 {
    margin-bottom: 0;
}

.eg-card3.four .card-content .catgory-and-title h5 a {
    font-size: 24px;
    color: var(--primary-color);
    transition: .5s;
}

@media(min-width: 992px) and (max-width:1199px) {
    .eg-card3.four .card-content .catgory-and-title h5 a {
        font-size: 22px;
    }
}

@media(max-width: 576px) {
    .eg-card3.four .card-content .catgory-and-title h5 a {
        font-size: 22px;
    }
}

.eg-card3.four .card-content .catgory-and-title h5 a:hover {
    color: var(--title-color);
}

.eg-card3.four:hover .card-content .view-btn {
    right: 35px;
    top: 35px;
    opacity: 1;
}

.eg-card3.four:hover .card-content .catgory-and-title {
    opacity: 1;
    transform: scaleX(1);
}

.eg-card3:hover .card-content .catgory-and-title {
    transform: translateY(0);
}

.eg-card3:hover .card-content p {
    transform: translateY(0);
    opacity: 1;
}

 
 

.gallery-section .gallery-slider {
    cursor: url(../img/home2/cursor-img.png),default;
}

.gallery-section .gallery-wrap {
    transition: .35s;
    cursor: url(../img/home2/cursor-img.png),default;
}

.gallery-section .gallery-wrap a {
    height: 100%;
    display: inline-block;
    transition: .4s;
    position: relative;
}

.gallery-section .gallery-wrap a::after {
    content: url(../img/home3/zoom.svg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.4);
    opacity: 0;
    transition: .4s;
}

.gallery-section .gallery-wrap a img {
    transition: .35s;
    min-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.gallery-section .gallery-wrap a:hover::after {
    opacity: 1;
    transform: scale(1);
}

 
 
 
.services-wrap {
    display: flex;
}

.services-wrap .selvices-tab {
    border: 1px solid #eee;
    padding: 20px;
    width: 100%;
}

.services-wrap .selvices-tab h5 {
    color: var(--paragraph-color);
    font-family: var(--font-marcellus);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    border-bottom: 1px solid #c4952d;
    padding-bottom: 15px;
}

.services-wrap .selvices-tab .nav-tabs {
    border-bottom: none;
}

.services-wrap .selvices-tab .nav-tabs .nav-item {
    width: 100%;
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    overflow: hidden;
    transition: .5s;
    border: none;
    position: relative;
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link svg {
    fill: var(--title-color);
    opacity: 0;
    transition: .5s;
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #ba862e;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    transition: transform .7s;
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link:hover {
    border: none;
    border-radius: 0;
    transition: .35s;
    color: var(--white-color);
    padding: 10px 20px;
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link:hover svg {
    opacity: 1;
    fill: var(--white-color);
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link:hover::after {
    transform: scalex(1);
    transform-origin: left;
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: #c4952d;
    border-radius: 0;
    color: var(--white-color);
    padding: 10px 20px;
}

.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link.active svg {
    opacity: 1;
    fill: var(--white-color);
}

.services-wrap .selvices-centent {
    height: 100%;
}

.services-wrap .selvices-centent .tab-content {
    height: 100%;
}

.services-wrap .selvices-centent .tab-content .tab-pane {
    height: 100%;
}

.services-wrap .selvices-centent .tab-content .tab-pane.active {
    transform-origin: left;
}

@keyframes fade-up5 {
    0% {
        opacity: 0;
        transform: translateY(10px) scaleX(.4);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scaleX(1);
        visibility: visible;
    }
}

.services-wrap.two .selvices-tab {
    background-color: #3f2a23;
    border: unset;
}

.services-wrap.two .selvices-tab h5 {
    color: var(--white-color);
    text-transform: uppercase;
}

.services-wrap.two .selvices-tab .nav-tabs .nav-item .nav-link {
    color: var(--white-color);
}

.services-tab-section.two {
    background-color: #fff;
    padding: 100px 0;
}

.services-wrap p {
    color: #000;
    padding: 10px 0;
    text-align: justify;
}

.services-wrap h2 {
    color: #c4952d;
    font-weight: 400;
    padding: 10px 0;
    font-size: 24px;
    text-transform: capitalize;
}

@media(max-width: 991px) {
    .services-tab-section.two {
        padding: 90px 0;
    }
}

@media(max-width: 767px) {
    .services-tab-section.two {
        padding: 20px 0;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .contact-form-area {
        background-color: var(--title-color);
        padding: 20px !important;
    }
}

 

 

.contact-section3 .contact-img {
    position: relative;
    height: 100%;
}

.contact-section3 .contact-img > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-section3 .contact-img .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.contact-form-area {
    background-color: var(--title-color);
    padding: 20px;
}

@media(max-width: 1699px) {
    .contact-form-area {
        padding: 60px 70px;
    }
}

@media(max-width: 1399px) {
    .contact-form-area {
        padding: 60px 50px;
    }
}

@media(max-width: 576px) {
    .contact-form-area {
        padding: 60px 20px;
    }
}

.contact-form-area .section-title1 h2 {
    max-width: 560px;
    padding-top: 0;
}

.contact-form-area .form-inner label {
    color: #c2c2c2;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}

.contact-form-area .form-inner input, .contact-form-area .form-inner textarea {
    width: 100%;
    background: #3f2a23;
    border: 1px solid #3f2a23;
    height: 50px;
    color: #c2c2c2;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    caret-color: #aaa;
    border: unset;
    border-radius: 0;
}

.contact-form-area .form-inner input::-moz-placeholder, .contact-form-area .form-inner textarea::-moz-placeholder {
    color: #494848;
}

.contact-form-area .form-inner input::placeholder, .contact-form-area .form-inner textarea::placeholder {
    color: #494848;
}

.contact-form-area .form-inner input:focus, .contact-form-area .form-inner textarea:focus {
    border-color: var(--primary-color);
}

.contact-form-area .form-inner textarea {
    height: unset;
    min-height: 118px;
    padding: 24px 20px;
}

.contact-form-area .form-inner .explore-btn:hover {
    border-color: var(--primary-color);
}

.contact-form-area .form-inner .explore-btn:active {
    border-color: var(--primary-color);
}

.contact-form-area .form-inner .explore-btn.active {
    border-color: var(--primary-color);
}

.contact-form-area .form-check {
    min-height: unset;
    margin-bottom: 0;
}

.contact-form-area .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px;
}

.contact-form-area .form-check .form-check-input:focus {
    box-shadow: none;
}

.contact-form-area .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-form-area .form-check .form-check-input[type=checkbox] {
    border-radius: unset;
}

.contact-form-area .form-check .form-check-label {
    cursor: pointer;
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
}

.contact-form-area.two {
    background-color: #fff;     border: 5px solid #3f2a23;
}

.contact-form-area.two .form-inner label {
    color: var(--title-color);
}

.contact-form-area.two .form-inner input, .contact-form-area.two .form-inner textarea {
    background: transparent;
    border: 1px solid #c4952d;
    color: #000;
    border-radius: 0;
}

.contact-form-area.two .form-inner input::-moz-placeholder, .contact-form-area.two .form-inner textarea::-moz-placeholder {
    color: rgba(86,96,100,.5);
}

.contact-form-area.two .form-inner input::placeholder, .contact-form-area.two .form-inner textarea::placeholder {
    color: rgba(86,96,100,.5);
}

.contact-form-area.two .form-inner textarea {
    padding: 20px;
}

.contact-form-area.two .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-form-area.two .form-check .form-check-input[type=checkbox] {
    border-radius: unset;
}

.contact-form-area.two .form-check .form-check-label {
    color: var(--paragraph-color);
}

.contact-form-area.three {
    background-color: #f4f9fd;
    padding: 70px 80px;
}

@media(max-width: 1699px) {
    .contact-form-area.three {
        padding: 60px 70px;
    }
}

@media(max-width: 1399px) {
    .contact-form-area.three {
        padding: 60px 50px;
    }
}

@media(max-width: 576px) {
    .contact-form-area.three {
        padding: 60px 20px;
    }
}

.contact-form-area.three .upload-file-area h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}

.contact-form-area.three .upload-file-area .custom-upload-field {
    border: 1px solid #eee;
    background-color: var(--white-color);
    height: 50px;
    display: flex;
    align-items: center;
}

.contact-form-area.three .upload-file-area .custom-upload-field .upload-pdf-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    height: 100%;
}

.contact-form-area.three .upload-file-area .custom-upload-field .custom-upload {
    padding-left: 30px;
    color: var(--paragraph-color);
}

.contact-form-area.three .upload-file-area .custom-upload-field .custom-upload::-webkit-file-upload-button {
    display: none;
}

 

 
.people-card6 .people-img {
    position: relative;
    overflow: hidden;
    transition: .45s;
}

.people-card6 .people-img .explore-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: .45s;
}

.people-card6 .people-img .explore-btn a {
    border-radius: 50px;
    border: 1px solid #fff;
    background: rgba(255,241,241,.7);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.people-card6 .people-img .explore-btn a svg {
    fill: var(--primary-color);
    transition: .35s;
}

.people-card6 .people-img .explore-btn a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.people-card6 .people-img .explore-btn a:hover svg {
    fill: var(--white-color);
}

.people-card6 .people-img .social-icon {
    position: absolute;
    bottom: 30px;
    transition: .45s;
    right: -70px;
}

.people-card6 .people-img .social-icon li {
    line-height: 1;
    margin-bottom: 12px;
}

.people-card6 .people-img .social-icon li:last-child {
    margin-bottom: 0;
}

.people-card6 .people-img .social-icon li a {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    transition: .35s;
}

.people-card6 .people-img .social-icon li a i {
    transition: .35s;
    color: var(--primary-color);
}

.people-card6 .people-img .social-icon li a:hover {
    background-color: var(--primary-color);
}

.people-card6 .people-img .social-icon li a:hover i {
    color: var(--white-color);
}

.people-card6 .people-content {
    padding-top: 20px;
}

.people-card6 .people-content h5 {
    margin-bottom: 0;
}

.people-card6 .people-content h5 a {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 20px;
    line-height: 28px;
    transition: .35s;
}

.people-card6 .people-content h5 a:hover {
    color: var(--primary-color);
}

.people-card6 .people-content span {
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
}

.people-card6:hover .explore-btn {
    transform: translate(-50%,-50%) scale(1);
}

.people-card6:hover .social-icon {
    right: 30px;
}

 
 

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 250px 0 160px;
    position: relative;
}

@media(max-width: 1499px) {
    .breadcrumb-section {
        padding: 280px 0 150px;
    }
}

@media(max-width: 991px) {
    .breadcrumb-section {
        padding: 170px 0 120px;
    }
}

@media(max-width: 576px) {
    .breadcrumb-section.people-details {
        background-position: 80%;
    }
}

.breadcrumb-section.people-details .banner-content h1 {
    margin-bottom: 0;
}

.breadcrumb-section .company-name {
    color: rgba(255,255,255,.2);
    font-family: var(--font-marcellus);
    font-size: 200px;
    font-weight: 400;
    position: absolute;
    line-height: 1;
    bottom: 19px;
    right: 7%;
}

@media(max-width: 1499px) {
    .breadcrumb-section .company-name {
        font-size: 150px;
        bottom: 15px;
    }
}

@media(max-width: 767px) {
    .breadcrumb-section .company-name {
        display: none;
        visibility: hidden;
    }
}

.breadcrumb-section .banner-content span {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.breadcrumb-section .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-marcellus);
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}

@media(max-width: 991px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 24px;
    }
}

@media(max-width: 576px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 24px;
    }
}

.breadcrumb-section .banner-content .breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,.2);
    padding: 10px 20px;
    flex-wrap: wrap;
}

.breadcrumb-section .banner-content .breadcrumb-list li {
    line-height: 1;
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    padding-left: 16px;
    position: relative;
}

.breadcrumb-section .banner-content .breadcrumb-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c4952d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child {
    padding-left: 0;
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child::before {
    display: none;
    visibility: hidden;
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: var(--white-color);
    transition: .35s;
}

.breadcrumb-section .banner-content .breadcrumb-list li a:hover {
    color: #c4952d;
}

.blog-bg p {
    text-align: justify;
}

.blog-bg h2 {
    color: #c4952d;
    font-weight: 400;
    padding: 10px 0;
    font-size: 24px;
    text-transform: capitalize;
}

.blog-details-page .post-tag-and-title {
    margin-bottom: 15px;
}

.blog-details-page .post-tag-and-title .tags {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog-details-page .post-tag-and-title .tags li {
    line-height: 1;
    position: relative;
}

.blog-details-page .post-tag-and-title .tags li::after {
    content: "";
    height: 12px;
    width: 2px;
    background-color: rgba(13,23,32,.1);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 1399px) {
    .blog-details-page .post-tag-and-title .tags li::after {
        left: -12px;
    }
}

.blog-details-page .post-tag-and-title .tags li:first-child::after {
    display: none;
    visibility: hidden;
}

.blog-details-page .post-tag-and-title .tags li a {
    color: #c4952d;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .35s;
}

.blog-details-page .post-tag-and-title .tags li a svg {
    fill: var(--primary-color);
}

.blog-details-page .post-tag-and-title .tags li a:hover {
    color: var(--primary-color);
}

.blog-details-page .post-tag-and-title h2 {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

@media(max-width: 1199px) {
    .blog-details-page .post-tag-and-title h2 {
        font-size: 30px;
    }
}

.blog-details-page p {
    color: #cacaca;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}

.blog-details-page blockquote {
    background-color: #faf8fb;
    padding: 40px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 50px;
}

.blog-details-page blockquote .quoat-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: -23px;
}

.blog-details-page blockquote .quoat-icon svg {
    fill: var(--primary-color);
}

.blog-details-page blockquote p {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

.blog-details-page blockquote cite {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    padding-left: 50px;
    position: relative;
}

.blog-details-page blockquote cite::before {
    content: "";
    height: 1px;
    width: 40px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

 

 
.mission-section .mission-content-wrap .mission-content-top {
}

@media(min-width: 1400px) and (max-width:1599px) {
    .mission-section .mission-content-wrap .mission-content-top {
        
    }
}

@media(max-width: 1399px) {
    .mission-section .mission-content-wrap .mission-content-top {
        padding-bottom: 0px;
    }
}

@media(max-width: 1199px) {
    .mission-section .mission-content-wrap .mission-content-top {
        
    }
}

@media(max-width: 991px) {
    .mission-section .mission-content-wrap .mission-content-top {
        
    }
}

@media(max-width: 576px) {
    .mission-section .mission-content-wrap .mission-content-top {
       
    }
}

.mission-section .mission-content-wrap .mission-content-top p {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    margin-bottom: 0px;
    padding: 15px 0;
}

@media(max-width: 1199px) {
    .mission-section .mission-content-wrap .mission-content-top p {
        font-size: 20px;
        margin-bottom: 25px;
        padding-top: 20px;
    }
}

@media(max-width: 991px) {
    .ptb-100 {
    padding: 20px 0 !important;
}
    .mission-section .mission-content-wrap .mission-content-top p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .mission-section .mission-content-wrap .mission-content-top p {
        font-size: 14px;
        padding-top: 0px;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 20px;
    }

    .section-title1 h2 {
        font-size: 22px;
        text-transform: uppercase;
    }

    .center {
        text-align: center;
    }
}

.lll {
    padding-bottom: 15px;
}

.mission-section .mission-content-wrap .mission-content-top h5 {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

@media(max-width: 1199px) {
    .mission-section .mission-content-wrap .mission-content-top h5 {
        font-size: 18px;
    }
}

.mission-section .mission-content-wrap .mission-content-top h5 span {
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    color: var(--paragraph-color);
}

.mission-section .mission-content-wrap .mission-content-bottom {
    padding-top: 65px;
    border-top: 1px solid #eee;
}

@media(min-width: 1400px) and (max-width:1599px) {
    .mission-section .mission-content-wrap .mission-content-bottom {
        padding-top: 55px;
    }
}

@media(max-width: 1399px) {
    .mission-section .mission-content-wrap .mission-content-bottom {
        padding-top: 50px;
    }
}

@media(max-width: 1199px) {
    .mission-section .mission-content-wrap .mission-content-bottom {
        padding-top: 35px;
    }
}

@media(max-width: 991px) {
    .mission-section .mission-content-wrap .mission-content-bottom {
        padding-top: 25px;
    }
}

.mission-section .mission-content-wrap .mission-content-bottom h3 {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}

@media(max-width: 1199px) {
    .mission-section .mission-content-wrap .mission-content-bottom h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .mission-section .mission-content-wrap .mission-content-bottom h3 {
        margin-bottom: 15px;
    }
}

.mission-section .mission-content-wrap .mission-content-bottom p {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px;
}

@media(max-width: 1199px) {
    .mission-section .mission-content-wrap .mission-content-bottom p {
        font-size: 15px;
        margin-bottom: 30px;
    }
}

@media(max-width: 576px) {
    .mission-section .mission-content-wrap .mission-content-bottom p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.mission-section .mission-content-wrap .mission-content-bottom .moretext {
    display: none;
}

.mission-section .mission-content-wrap .mission-content-bottom a {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
    cursor: pointer;
}

.mission-section .mission-content-wrap .mission-content-bottom a i {
    color: var(--paragraph-color);
    font-size: 12px;
}

 

 
.contact-page .single-location {
    border: 1px solid #c4952d; background:#3f2a23;;
    padding: 40px;
}

@media(max-width: 767px) {
    .contact-page .single-location {
        padding: 40px 25px;
    }
}

.contact-page .single-location .title-and-view-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-page .single-location .title-and-view-btn h4 {
    color: #c4952d;
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.contact-page .single-location .title-and-view-btn a {
    color: var(--primary-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    transition: .35s;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-page .single-location .title-and-view-btn a svg {
    fill: var(--primary-color);
    transition: .35s;
}

.contact-page .single-location .title-and-view-btn a:hover {
    color: var(--title-color);
}

.contact-page .single-location .title-and-view-btn a:hover svg {
    fill: var(--title-color);
    transform: rotate(45deg);
}

.contact-page .single-location ul {
    margin: 0;
    padding: 0;
    list-style: none; color: #fff;
    max-width: 320px;
    width: 100%;
}

.contact-page .single-location ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    line-height: 1;
    margin-bottom: 5px;
    transition: .35s;
}

.contact-page .single-location ul li:last-child {
    margin-bottom: 0;
}

.contact-page .single-location ul li .icon {
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    border: 1px solid #c4952d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.contact-page .single-location ul li .icon svg {
    transition: .35s;
    fill: var(--primary-color);
}

.contact-page .single-location ul li .info {
    line-height: 1;
}

.contact-page .single-location ul li .info a {
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

.contact-page .single-location ul li .info a:hover {
    color: var(--primary-color);
}

.contact-page .single-location ul li:hover .icon {
    background-color: var(--primary-color);
}

.contact-page .single-location ul li:hover .icon svg {
    fill: var(--white-color);
}

.contact-page .company-map {
    width: 100%;
    height: 100%;
}

.contact-page .company-map iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    filter: grayscale(199%) invert(98%) contrast(122%);
}

 
 

.banner-content {
    text-align: center;
}

.people-card2 {
    background-color: #fff;
    text-align: center;
    padding: 60px 10px;
}

.pb-100 {
    padding-bottom: 80px;
}

 
.ptb-80 {
    padding: 80px 0;
}

.mt-10 {
    margin-top: 15px;
}

.selectcontrol {
    background: #fff !important;
    border-radius: 0px !important;
    outline: none;
    border: 1px solid #c4952d;
    border-style: solid;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    outline: none;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 50px;
    width: 100%;
    color: #000;
}

.float-phone {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 115px;
    right: 10px;
    background-color: #c4952d;
    background-image: linear-gradient(266deg, #fbaf19, #fff1a3 24%, #c9812a 50%, #c9812a 78%, #c9812a);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #000;
    z-index: 100;
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 60px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #000;
    z-index: 100;
}

.float img{  width: 25px; }
.float-phone  img{ width: 23px; }

.desk-show {
    display: block !important;
}

.mob-show {
    display: none !important;
}

@media(max-width: 768px) {

    .desk-show {
        display: none !important;
    }

    .mob-show {
        display: block !important;
    }

    .mission-content-wrap {
        padding: 15px 15px 0;
    }

    .single-scroll-container {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 30px;
        background-position: -380px 0;
    }

    .gap-4 {
        gap: 0 !important;
    }

    .ptb-80 {
        padding: 10px 0;
    }

    .single-scroll-container .horizontal-scrolling-content {
        max-width: 346px;
        width: 100%;
    }

    element.style {
    }

    .single-scroll-container .horizontal-scrolling-content p {
        color: var(--white-color);
        font-family: var(--font-montserrat);
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
    }

    footer {
        background-color: #3f2a23;
        padding-top: 20px;
        margin-top: 20px;
    }

    footer .footer-widget .subscribed-area .form-inner {
        border: 1px solid rgba(255,255,255,.1);
      
        display: flex;
        align-items: center;
        height: 60px;
        padding: 10px 25px;
        margin-bottom: 0px;
    }

    .eg-card-2 .content h5 {
        color: var(--title-color);
        font-family: var(--font-marcellus);
        font-size: 18px;
        margin-bottom: 5px;
    }

    .section-title1 > span {
        color: #0d1720;
        text-align: center;
        font-family: var(--font-montserrat);
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        display: inline-block;
        border-radius: 16px;
        border: 1px solid #c4952d;
        padding: 7px 20px;
        margin: 10px 0 5px 0;
        white-space: nowrap;
    }

    .footer-top h2 {
        font-size: 22px !important;
        padding-bottom: 10px;
    }

    .eg-card-2 .content p {
        color: #cacaca;
        font-family: var(--font-montserrat);
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 0;
    }
}

#myCarousel img {
    width: 100%;
}

.carousel-caption {
    top:72%;
}

.carousel-caption p {
    margin-bottom: 10px;
}

.carousel-caption .first {
    position: relative;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    padding: 8px 0;
    top: -140px;
    left: 0;
    width: 200px;
    border: 1px solid #00796b;
    color: #e0f2f1;
    text-shadow: 0px 1px 1px #000;
    background: rgba(0, 121, 107, 0.7);
}

.carousel-caption .second {
    position: relative;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    padding: 8px 0;
    top: -140px;
    left: -0px;
    width: 360px;
    border: 1px solid #f9a825;
    color: #fffde7;
    background: rgba(251, 192, 45, 0.8);
}

.carousel-caption .third {
    position: relative;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    padding: 8px 0;
    top: -140px;
    left: -0px;
    width: 275px;
    border: 1px solid #d84315;
    color: #fffde7;
    background: rgba(230, 74, 25, 0.7);
}

.carousel-caption .fourth {
    position: relative;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    padding: 8px 0;
    top: -140px;
    left: -0px;
    width: 180px;
    border: 1px solid #1565c0;
    color: #fffde7;
    background: rgba(25, 118, 210, 0.8);
}

.magictime {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.tinRightIn {
    -webkit-animation-name: tinRightIn;
    animation-name: tinRightIn;
}

@-webkit-keyframes tinRightIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateX(900%);
    }

    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateX(0);
    }

    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateX(0);
    }
}

@keyframes tinRightIn {
    0% {
        opacity: 0;
        transform: scale(1, 1) translateX(900%);
    }

    50%, 70%, 90% {
        opacity: 1;
        transform: scale(1.1, 1.1) translateX(0);
    }

    60%, 80%, 100% {
        opacity: 1;
        transform: scale(1, 1) translateX(0);
    }
}


/* fixed social*/
#fixed-social {
    position: fixed;
    right: 0;
    top: 40%; display: none;
    z-index: 1000000;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover > span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #4167b2;
}

.fixed-facebook span {
    background-color: #00aae5;
}

.fixed-twitter {
    background-color: #000;
}

.fixed-twitter span {
    background-color: #7d3895;
}

.fixed-gplus {
    background-color: #00af54;
}

.fixed-gplus span {
    background-color: #00af54;
}

.fixed-linkedin {
    background-color: #007bb5;
}

.fixed-linkedin span {
    background-color: #ffc41e;
}

.fixed-instagrem {
    background-color: #964290;
}

.fixed-instagrem span {
    background-color: #ed2b29;
}

.fixed-tumblr {
    background-color: #eb1471;
}

.fixed-tumblr span {
    background-color: #eb1471;
}
/*end fixed social*/

.mb-80 {
    margin-bottom: 80px;
}

.main {
    width: 100%;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card {
    position: relative;
    font-family: sans-serif;
    width: 250px;
    height: 240px;
    background: #3f2a23;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 auto 25px;
}

.profile-card:hover {
    border-radius: 10px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card:hover .img {
    transform: translateY(-60px);
}

.profile-card:hover img {
    border-radius: 10px;
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.profile-card:hover .caption {
    opacity: 1;
}

.profile-card-one {
    position: relative;
    font-family: sans-serif;
    width: 200px;
    height: 190px;
    background: #3f2a23;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 auto 25px;
}

.profile-card-one:hover {
    border-radius: 10px;
    height: 210px;
}

.profile-card-one .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card-one:hover .img {
    transform: translateY(-60px);
}

.profile-card-one:hover img {
    border-radius: 10px;
}

.profile-card-one:hover .caption {
    opacity: 1;
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    padding-top: 25px;
    transition: .6s;
}

.caption h3 {
    font-size: 18px;
    padding-top: 10px;
    font-family: sans-serif;
}

.caption p {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-family: sans-serif;
    margin: 0;
}

.box {
    border-radius: 5px;
    background: #4b2513;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 20px 0;
}

.box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
        /* border-radius: 150px; */
   
   background: #361607;
   
}

.box:hover:before {
    width: 100%;
}

.box h5 {
    background: linear-gradient(to left, #D1A349 49%, #F1DE96 78%, #D1A349 80%, #D4B453 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box:hover .image-wrapper {
    padding: 0;
}

.box:hover .box-desc {
    color: #fff;
}

.box:hover .social li a {
    background: #fff;
    background-image: none;
    color: #000;
}

.box:hover .social li a:hover {
    background: #1d1d1d;
    color: #fff;
}

.image-wrapper {
    position: relative;
    /* max-width: 210px; */
    /* max-height: 210px; */
    margin: 0 auto;
    overflow: hidden;
    /* border-radius: 50%; */
    padding: 14px;
    /* background-color: aliceblue; */
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
    /* background-image: linear-gradient(266deg, #fbaf19, #fff1a3 24%, #c9812a 50%, #f3c45e 78%, #fff1a3); */;
}

.image-wrapper img {
        /* border-radius: 50%; */
    transition: all 500ms ease;
    background-image: linear-gradient(266deg, #fbaf19, #fff1a3 24%, #c9812a 50%, #f3c45e 78%, #fff1a3);
    padding: 5px;
}

.box-desc {
    position: relative;
}

ul.social {
    padding: 0;
}

ul.social li {
    display: inline-block;
    list-style-type: none;
}

ul.social li a {
    position: relative;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    transition: all .5s ease;
}

.lst-s {
    padding-left: 16px;
}

.lst-s li {
    list-style: circle;
}

.section-title1 h2 {
    text-align: left;
}

.gallery-section .gallery-wrap {
    transition: 0.3s;
    overflow: hidden;
}

.gallery-section .gallery-wrap:hover {
    transform: scale(1.1);
}

.box .box-desc img {
    opacity: 0.2;
}

.box:hover .box-desc img {
    transform: rotateY(180deg);
    transition: transform 0.3s ease-out;
    perspective: 1000;
    transform-style: preserve-3d;
    opacity: 0.9;
}


















/* Meet our team 
-------------------------------------------------------*/

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
    background-color: #2d2d2d;
    padding-bottom: 0;
}

.team-title {
    margin: 0;
    background: linear-gradient(to left, #D1A349 49%, #F1DE96 78%, #D1A349 80%, #D4B453 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
}

.overlay {
    background-color: rgba(20,20,20,.7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -100px;
}

.team-img:hover .overlay {
    opacity: 1;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-details .socials i {
    color: #fff;
}

.socials a:hover i {
    color: #fff;
    background-color: #355c7d;
}

.team-member span {
    color: #fff;
}

.tm-lgo {
    width: 80px;
    margin: 15px auto;
}

.tm-txt {
    padding: 16px 5px;
    position: relative;
    z-index: 20;
    width: 100%;
    background-color: #2d2d2d;
}

.team-img:hover .tm-imgs {
    transform: scale(1.1);
    transition: transform .2s;
}

.team-img .tm-imgs {
    transition: transform .2s;
    overflow: hidden;
}

.team-member {
    margin: 15px 0;
    padding: 15px 15px 0px 15px;
}

.teams-t .tab {
    width: 100%;
    height: auto;
    padding: 3rem 0;
}

.teams-t .tab-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1.3px solid #353535;
    transition: all 0.3s ease;
}

.teams-t .tab-menu-link {
    position: relative;
    overflow: hidden;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    cursor: pointer;
    width: calc(100% / 4);
    height: auto;
    padding: 1rem 0;
    border-bottom: 2.5px solid transparent;
    color: #ffffff;
    background: #212121;
    transition: all 0.3s ease;
    border: 0;
}

.teams-t .tab-menu-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.teams-t .tab-menu-link.is-active {
    bottom: 0px;
    z-index: 0;
    overflow: hidden;
    border-bottom: 2.5px solid #000000;
    color: #000000;
    background: #000000;
    background-image: linear-gradient(266deg, #fbaf19, #fff1a3 24%, #c9812a 50%, #f3c45e 78%, #fff1a3);
}

.teams-t .tab-bar {
  
    overflow: hidden;
  
}

.teams-t .tab-bar-content {
    display: none;
    width: 100%;
    min-height: 10rem;
    transition: all 0.3s ease;
}

.teams-t .tab-bar-content.is-active {
    display: block;
}

@media(max-width: 768px) {



    .teams-t .tab-menu-link {
        position: relative;
        overflow: hidden;
        font-family: inherit;
        font-size: 15px;
        font-weight: 600;
        line-height: inherit;
        cursor: pointer;
        width: 100%;
        margin-bottom: 3px;
        height: auto;
        padding: 1rem 18px;
        border-bottom: 2.5px solid transparent;
        color: #ffffff;
        background: #212121;
        transition: all 0.3s ease;
        border: 0;
    }

    .teams-t .tab-menu {
        display: block;
    }

    .teams-t .tab {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .main {
        width: 100%;
        padding: 30px 0;
    }

    .box {
        margin: 10px 0;
    }
}

.success {
    color: white;
    background-color: #489c48;
    display: block;
    border-radius: 5px;
    padding: 7px;
    margin-top: 7px;
}

.failed {
    color: white;
    background-color: #fd6161;
    display: block;
    border-radius: 5px;
    padding: 7px;
    margin-top: 7px;
}

.sl-nav {
    display: inline;
    float: right;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: 100px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 5px 5px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 13px;
    color: #000;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 8px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
                        .sl-nav li ul li span.active {
    color: #d5aa6d;
}

.circle-container {
    background: 0 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 40px; z-index: 10000;
    width: 40px;
    cursor: pointer;
    display: block; background: #3f2a23;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #c4952d;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear
}

    .circle-container.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .circle-container::after {
        position: absolute;
        font-family: bootstrap-icons;
        content: "\f145";
        text-align: center;
        line-height: 40px;
        font-size: 28px;
        color: #fff;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 200ms linear
    }

    .circle-container:hover::after {
        position: absolute;
        font-family: bootstrap-icons;
        content: "\f145";
        color: #c4952d;
        transition: all 200ms linear
    }

    .circle-container svg path {
        fill: none
    }

    .circle-container svg.circle-progress path {
        stroke: var(--paragraph-color);
        stroke-width: 5;
        box-sizing: border-box;
        transition: all 200ms linear
    }


    .faq-wrap .accordion .accordion-item {
    border-radius: 0;
    border: none;
    background: #f4f9fd;
    margin-bottom: 5px
}

.faq-wrap .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-wrap .accordion .accordion-item .accordion-header {
    background: #3f2a23
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    background: #3f2a23;
    color: #c4952d;
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 20px
}

@media(max-width: 576px) {
    .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        padding:15px 40px 15px 20px;
        font-size: 18px
    }
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons!important;
    position: absolute;
    right: 17px;
    content: "\f123";
    transition: unset;
    font-size: 17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
        color: #c4952d;
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border: transparent;
    box-shadow: none;
    background-color: transparent;
    padding-bottom: 0px
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
    font-family: bootstrap-icons!important;
    content: "\f128";
    color: var(--primary-color)
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
    border: transparent;
    box-shadow: none
}

.faq-wrap .accordion .accordion-item .accordion-body {
    padding:5px 0 5px 0;
    color: #000; background: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

@media(max-width: 576px) {
    .faq-wrap .accordion .accordion-item .accordion-body {
        padding:0 40px 15px 20px
    }
}

.faq-wrap button {
    white-space: wrap
}

.faq-wrap.two .accordion .accordion-item {
    background-color: var(--white-color)
}

.faq-wrap.two .accordion .accordion-item .accordion-header {
    background-color: var(--white-color)
}

.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button {
    background-color: var(--white-color)
}

.faq-page .faq-img {
    height: 100%
}

.faq-page .faq-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;               /* space between columns */
        /* container width */
  margin: 0 auto;          /* center on page */
  font-family: Arial, sans-serif;
}

.column {
  flex: 1 1 300px;         /* flexible width */
}

.column h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #3f2a23;
  padding-bottom: 5px;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column ul li {
  padding: 8px 0;
  border-bottom: 1px solid #3f2a23;
  font-size: 0.95rem;
}
.column ul li a {
  text-decoration: none;
  color: #000;
  display: block;          /* makes the whole row clickable */
  transition: color 0.3s,  
}

/* Hover effect — gold text color */
.column ul li a:hover {
  color: #de9e2e;             /* change text color on hover */
    /* optional light background */
}
/* Optional: remove last border */
.column ul li:last-child {
  border-bottom: none;
}

 .video-banner{
      position:relative;
      width:100%;
      height:100vh;
      overflow:hidden;
    }
    .video-banner video{
      width:100%;
      height:100%;
      object-fit:cover;
    }
   
    .banner-text h1{
      font-size:2.0rem; color: #fff; border-right: 5px solid #c4952d;  font-family: var(--font-marcellus); 
        text-align: right; padding-right: 20px;
      margin-bottom:0.5rem; 
    }
     .banner-textright h1{
      font-size:2.0rem; color: #fff; border-radius: 8px;  font-family: var(--font-marcellus);   text-align: left;

      margin-bottom:0.5rem; 
    }
    
    @media (max-width:768px){
      .banner-text h1{font-size:2.1rem}
      .banner-text p{font-size:0.9rem}
      .banner-text {
    position: absolute;
    bottom: 0;
    right: -25%;
    border-right: 5px solid #c4952d;
    width: 100%;
    text-align: right;
    font-family: var(--font-marcellus);
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
}
    }


/* Responsive for mobile */
@media (max-width: 600px) {
  .two-columns {
    flex-direction: column;
  }
}

.feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
  .post {
 
 
    border-radius: px;
    overflow: hidden;
  }
  .post img {
    width: 100%;
    display: block;
  }
  .caption {
    padding: 8px;
    font-size: 14px;
  }
  .author {
    font-weight: bold;
    margin-right: 5px;
  }

 .slider {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slide.active {
      opacity: 1;
      z-index: 1;
    }

    /* Overlay */
    .slide::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
 
    }

    /* Text blocks */
    .text-left {
      position: absolute;
      bottom: 8%; /* fixed bottom alignment */
      color: #fff; 
      font-family: var(--font-marcellus); 
      z-index: 20000;
      max-width: 45%;
       left: 5%;
      text-align: left;
      line-height: 1.4em;
    }

    .text-right {
      position: absolute;
      bottom: 8%; /* fixed bottom alignment */
      color: #fff !important;  
      font-size:1.5rem; color: #fff; font-family: var(--font-marcellus); 
      z-index: 20000;
      max-width: 45%; padding-right: 15px;  font-weight: bold;
      right: 5%;
      text-align: right;
      line-height: 1.4em;
    }

  
    

    /* Headings bigger */
    .text-left h3 {
      font-size: clamp(40px, 3vw, 28px);
      margin-bottom: 5px;
    }
    
    

    /* Dots */
    .dots {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 3;
    }

    .dots span {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fff;
      opacity: 0.5;
      cursor: pointer;
      transition: 0.3s;
    }

    .dots span.active {
      background: #edc16b;
      opacity: 1;
    }

 .ptb-100{ padding: 100px 0; }
    /* Responsive adjustments */
    @media (max-width: 768px) {
.mb-40 {
    margin-bottom: 0px;
}
        .p-4 {
    padding: 0.1rem !important;
}.mb-3 {
    margin-bottom:0.1rem !important;
}
        footer .footer-widget .contact-area .hotline-area .content h6 a {
    color: #cacaca;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 400;
}

        footer .footer-widget .menu-container ul li a {
  
    font-size: 12px; line-height: 18px;
    
}


        .feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    gap: 10px;
}

        .g-5, .gy-5 {
    --bs-gutter-y: 1rem;
}

        .rating-summary {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px !important;
}

        .pt-80 {
    padding-top: 0px;
}

    .text-left h3 {
      font-size: clamp(24px, 3vw, 28px);
      margin-bottom: 5px; text-align: center;
    }
      .text-left  {
        bottom: 20%; left: 0; right: 0;
        max-width: 90%; border: none; padding-right: 0;
        font-size: clamp(16px, 3vw, 18px);
      }
       .text-right {
        bottom: 12%; text-align: center; left: 20px;
        max-width: 90%; border: none; padding-right: 0;
        font-size: clamp(16px, 3vw, 18px);
      }
    }

   
   .section-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.rating-summary {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.stars {
  color: #fbbc04;
  font-size: 22px;
}

/* Swiper Styles */
.swiper {
  width: 100%;
  padding-bottom: 0px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.review-card {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 20px;
 
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  text-align: center;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.google-icon {
  width: 28px;
  margin-bottom: 8px;
}

.review-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
}

.user-name {
  font-weight: 600;
  font-size: 14px;
}

.review-date {
  font-size: 12px;
  color: #888;
}

/* Swiper Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  color: #fbbc04;  
  transition: opacity 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}