@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700;900&display=swap');

:root {
    --gold-gradient: linear-gradient(92.72deg, #B58C3D 0.74%, #F8CA5A 29.17%, #FEF5BC 57.44%, #B0893C 92.62%) !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

h1 {
    font-weight: 500;
    color: #000;
}

a {
    text-decoration: none;
}

/* Chrome Scrollbar */
/* width */
.scroll-box::-webkit-scrollbar{
    width: 10px;
}

/* Track */
.scroll-box::-webkit-scrollbar-track{
    background: #fff;
    border: 1px solid #c5bbe9;
    border-radius: 20px;
}

/* Handle */
.scroll-box::-webkit-scrollbar-thumb{
    background: #B58C3D;
    border-radius: 20px;
}

/* Handle on hover */
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #B58C3D;
}

/* Buttons */
.scroll-box::-webkit-scrollbar-button:single-button{
    background-color: rgb(252, 252, 252);
    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 20px;
}

/* Up */
.scroll-box::-webkit-scrollbar-button:single-button:vertical:decrement{
    height: 12px;
    width: 16px;
    background-position: center 4px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}

.scroll-box::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}

.scroll-box::-webkit-scrollbar-button:single-button:vertical:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
.scroll-box::-webkit-scrollbar-button:single-button:vertical:increment{
    height: 12px;
    width: 16px;
    background-position: center 2px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}

.scroll-box::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}

.scroll-box::-webkit-scrollbar-button:single-button:vertical:increment:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
.scroll-box::-webkit-scrollbar-button:single-button:horizontal:decrement {
    height: 12px;
    width: 12px;
    background-position: 3px 3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

.scroll-box::-webkit-scrollbar-button:single-button:horizontal:decrement:hover{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

.scroll-box::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Tab Box */
/* width */
.table-content .tcontent::-webkit-scrollbar ,.fixedcontent::-webkit-scrollbar{
    width: 10px;
}

/* Track */
.table-content .tcontent::-webkit-scrollbar-track, .fixedcontent::-webkit-scrollbar-track {
    background: #f1ebeb;
    border: 1px solid #f9f9f9;
    border-radius: 20px;
}

/* Handle */
.table-content .tcontent::-webkit-scrollbar-thumb ,.fixedcontent::-webkit-scrollbar-thumb{
    background: #0c0c0c;
    border-radius: 20px;
}

/* Handle on hover */

.table-content .tcontent::-webkit-scrollbar-thumb:hover, .fixedcontent::-webkit-scrollbar-thumb:hover {
    background: #0c0c0c;
}

/* Buttons */

.table-content .tcontent::-webkit-scrollbar-button:single-button,
.fixedcontent::-webkit-scrollbar-button:single-button {
    background-color: rgb(252, 252, 252);
    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 20px;
}

/* Up */

.table-content .tcontent::-webkit-scrollbar-button:single-button:vertical:decrement, 
.fixedcontent::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 12px;
    width: 16px;
    background-position: center 4px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}


.table-content .tcontent::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.fixedcontent::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}


.table-content .tcontent::-webkit-scrollbar-button:single-button:vertical:decrement:active,
.fixedcontent::-webkit-scrollbar-button:single-button:vertical:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */

.table-content .tcontent::-webkit-scrollbar-button:single-button:vertical:increment,
.fixedcontent::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 12px;
    width: 16px;
    background-position: center 2px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}


.table-content .tcontent::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.fixedcontent::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}


.table-content .tcontent::-webkit-scrollbar-button:single-button:vertical:increment:active,
.fixedcontent::-webkit-scrollbar-button:single-button:vertical:increment:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */

.table-content .tcontent::-webkit-scrollbar-button:single-button:horizontal:decrement,
.fixedcontent::-webkit-scrollbar-button:single-button:horizontal:decrement {
    height: 12px;
    width: 12px;
    background-position: 3px 3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

.table-content .tcontent::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
.fixedcontent::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

.table-content .tcontent::-webkit-scrollbar-button:single-button:horizontal:decrement:active,
.fixedcontent::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

.main {
    max-width: 100%;
    /* overflow: hidden; */
}

.header {
    padding: .5rem 0;
}

.header-transparent {
    background-color: transparent
}

.header-transparent.--absolute {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.header .container-fluid, .section>.wrapper, .footer>.wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.left-header, .middle-header, .right-header {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.scrolling-logo .navbar-nav {
    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.w-100 {
    width: 100% !important;
}

.scrolling-logo img, .scrolling-logo svg {
    min-width: 163px;
}

.logo-box {
    width: 80%;
    background: #fff;
    padding-right: 0rem;
}

.logo .dropdown {
    background: linear-gradient(92.72deg, #B58C3D 0.74%, #F8CA5A 29.17%, #FEF5BC 57.44%, #B0893C 92.62%);
    width: 16%;
    height: 100%;
    flex: 0 0 1%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo .dropdown-site {
    background: none;
    border: 0;
    font-size: 2rem;
    margin-top: 16px;
}

.logo .dropdown-site::after {
    content: '';
    border: 0;
}

.logo .dropdown>i {
    font-size: 2rem;
}

.logo {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    height: 92px;
    margin-top: -14px;
    margin-left: 0;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
}

.logo-box img {
    height: 50px;
    margin-right: -20px;
}

.topnav .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(rgb(255 255 255) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 30px auto;
    box-shadow: 0px 0px 25px 3px rgb(245 245 245);
}

a.play-btn.play-sm {
    width: 50px;
    height: 50px;
    margin: 0px 28px;
}

/* triangle */
.play-sm.play-btn::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 15px solid #b49850;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #ddb43b;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #b49850;
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.hero-scroller {
    height: 70px;
}

.hero-scroller span {
    position: absolute;
    top: 0;
    background: transparent !important;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 auto !important;
    text-align: center;
    left: 0;
    right: 0;
}

.hero-scroller .hero-down-arrow {
    clear: both;
    font-size: 2rem;
    color: #fffafa;
    display: block;
    position: absolute;
    margin: auto auto;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
}

.hero-scroller .fa-down-second {
    margin-top: 16px;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateY(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hero-scroller .hero-down-arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hero-scroller .hero-down-arrow.fa-down-first {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.topnav li {
    padding: 0 0.25rem;
    width: 30px;
    height: 30px;
}

.topnav li a {
    display: block;
}

.topnav svg {
    width: 30px;
}

.topnav svg>path, .topnav svg, .topnav svg>g>path {
    fill: white;
}

/* section */
.section-inner {
    padding: 1rem 1rem;
}

.section-title {
    text-align: center;
    margin: 0rem auto 3rem;
}

.section-title span {
    background: url('../images/button-bg.svg');
    width: 330px;
    height: 150px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    /* color: #000; */
}

.home-about {
    position: relative;
}

.home-about .content {
    padding-left: 0;
}

#about-us .section-title span {
    color: #000;
}


ul.profile-nav {
    list-style:none;
    padding-left:0;
}

.profile-nav li{
    margin-bottom:10px;
    border-bottom:1px solid #ddd;
}

.profile-nav li a{
    color:#000;
    font-size:1.5rem;
}

.profile-nav li a.active{
    background:#141619;
    color:#fff;
    padding:8px 10px;
}

span.circle {
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    /* justify-content: center; */
    /* margin-right: 6px; */
    text-align: center;
}

.circle span {
    padding-top: 4px;
    display: inline-block;
}

.searing-logos .jumbo-heading h1 {
    color: #fff;
}

.searing-logos .card.bg-dark {
    background-color: #000000 !important;
}

.searing-logos .card {
    border-radius: 50px;
    height: 100%;
}

.searing-logos .card .card-img {
    max-height: 90px;
}

.searing-logos .col:nth-child(1), .searing-logos .col:nth-child(2) {
    margin-top: -1rem;
}

/* .searing-logos .col:nth-child(3){
    margin-top:0rem;
} */
.letswork {
    background-color: #000000 !important;
    background: url('../images/letswork_bg.png') no-repeat;
    margin-bottom: 17%;
}

.letswork .jumbo-heading {
    background-color: transparent;
    padding-bottom: 0;
}

.letswork h1 {
    color: #fff;
}

.elements {
    width: 100%;
    /* border: 1px solid red; */
    margin: 0 auto -15px;
    position: relative;
    height: 174px;
}

.elements .element {
    position: absolute;
}

.elements .element.stars {
    left: 25%;
    top: -7%;
}

.elements .element.first {
    top: 20%;
    left: 8%;
    right: 0;
}

.elements .element.second {
    top: 13%;
    left: 42%;
}

.elements .element.third {
    top: 21%;
    left: 78%;
}

.elements .element.four {
    bottom: 0;
    left: 26%;
}

.elements .element.five {
    bottom: 0rem;
    right: 0;
}

.pepole {
    text-align: center;
}

.pepole>img {
    margin-bottom: -16%;
}

.statics .card {
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.09) 0%, rgba(217, 217, 217, 0.36) 37.37%);
    border-radius: 50px;
    border: 0;
    height: 100%;
}

.statics .section-title span {
    color: #000;
}

.statics .card-title {
    font-size: 2rem;
    font-weight: 500;
}
.carousel-indicators.custom [data-bs-target] {
    /* height: 9px; */
    border-radius: 50%;
    border: 3px solid #000;
    /* width: 20px; */
    box-sizing: border-box;
}

.carousel-indicators.custom {
    bottom: -2.5em;
}

.carousel-indicators.custom .active{
    background:#000;
}
.portfolio .section-title span {
    color: #000;
}

.portfolio .carousel-control-next-icon, .portfolio .carousel-control-prev-icon {
    display: flex;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border: 1px solid #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.portfolio .carousel-control-next, .portfolio .carousel-control-prev {
    bottom: -10%;
    top: 100%;
}

.portfolio .carousel-control-next {
    right: 35%;
}

.portfolio .carousel-control-prev {
    left: 35%;
}

.portfolio .carousel-control-next-icon {
    color: #000;
}

.portfolio .carousel-control-prev-icon {
    color: #000;
}

span.carousel-control-prev-icon i, span.carousel-control-next-icon i {
    font-size: 2rem;
}

span.carousel-control-prev-icon i:before {
    font-weight: 700 !important;
    color: #000;
}

.ourstatement .section-title {
    color: #fff;
    font-size: 7.12rem;
    margin: 1rem auto;
}

.testimonial .section-title span {
    color: #000;
}

#testimonialSlide .carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -6%;
    /* top: 0; */
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    /* margin-left: 15%; */
    list-style: none;
    margin-left: 0;
}

#testimonialSlide .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #ce8a06;
    border-radius: 50%;
}

.ourclient {
    /* background-color: #0e0e0e; */
}

.ourclient .jumbo-heading {
    padding: 0rem 0 1rem;
}

.ourclient .jumbo-heading .section-title {
    margin: 1rem auto;
}

#ourclients .card {
    background-color: transparent;
    min-height: 209px;
    border: 1px solid #ddd;
}

#ourclients .carousel-control-next, #ourclients .carousel-control-prev {
    bottom: -10%;
    top: 100%;
}

#ourclients .carousel-control-next {
    right: 35%;
}

#ourclients .carousel-control-prev {
    left: 35%;
}

div#ourclients {
    margin-bottom: 4em;
}

#ourclients .carousel-control-next-icon, #ourclients .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.blogs .section-title span {
    color: #000;
}

.blogs .card {
    border: 0;
}

.blogs .card h5 {
    color: #000;
}

.blogs .card-title {
    font-weight: 700;
}

.blogs .card-date {
    margin: 0px auto;
    background: #fff;
    width: 180px;
    position: absolute;
    top: -34px;
    z-index: 999;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.blogs .card-date h5 {
    padding: 5px 0;
    margin-bottom: 0;
}

.blog-post-carousel.owl-theme .owl-nav {
    margin-bottom: 30px;
}

.blog-post-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #e1e1e1;
    border-radius: 50%;
    transistion: linear 0.5s;
}

.contactform input, .contactform select, .contactform textarea {
    border-radius: 22px;
}

.contactform .input-group-text {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.request_consultant_btn {
    width: 100%;
    height: auto;
    background: #000;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 124px;
}

.request_consultant_btn a {
    line-height: 1.2;
    padding: 16px 25px;
    font-size: 2.5rem;
    color: #B48D42;
    text-decoration: none;
    font-weight: 500;
}

footer{
    background:url('../images/footer-curve.png');
    background-position: top center;
    background-size: cover;
}

.footer-navs {
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.footer-content h3 {
    text-align: center;
}

.footer-navs li {
    display: block;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-navs li>a {
    color: #cbcbcb;
    padding: 4px 4px;
    display: block;
    transition: all .2s;
    font-weight: 300;
}

.footer-top, .footer-bottom {
    width: 100%;
}

.footer-top {
    padding: 2rem 0;
}

.verical-text {
    position: relative;
}

.verical-text>h1 {
    text-align: center;
    margin: 1rem auto;
    font-weight: bolder;
}

.verical-text>h1>span {
    display: block;

}

.card.horizontal-card {
    text-align: center;
    margin-bottom: 30px;
}

.horizontal-card ul {
    list-style: circle inside;
    font-size: 14px;
    padding-left: 0;
}

.custom-tabs .nav-pills .nav-link.active, .custom-tabs .nav-pills .show>.nav-link {
    position: relative;
    background-color: white;
    color: #000;
}

.custom-tabs .nav-pills .nav-link.active::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gold-gradient);
}

.custom-tabs .nav-pills .nav-link {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}

.custom-tabs .nav-pills .nav-item, .custom-tabs .nav-pills>.nav-link {
    position: relative;
}

.custom-tabs .nav-pills {
    margin-bottom: 1rem;
}

.horizontal-card h5 {
    margin-top: 1rem;
}

.content.half-negetive {
    margin-top: -38%;
}
.filter-color ul>li>span{
    display:inline-block;
    width:46px;
    height:46px;
    border-radius:4.24px;
    border:1px solid #e1dede;
}
.form-wrapper .form-group{
    margin-bottom:20px;
}
.site-brands {
    background: white;
    position: absolute;
    min-width: 200px;
    top:92%;
    left:25%;
    display:none;
}
.site-brands.show{
    display:inline-block;
}

.site-brands ul{
    padding:15px 15px 0px 5px;
    list-style:none;
}
.site-brands ul>li{
    border-bottom:1px solid #ddd;
    padding: 8px 0;
}
.site-brands ul>li>a{
    color:#000;
    padding:10px 10px;
}
@media screen and (min-width: 992.98px) {
    .verical-text>h1 {
        position: relative;
        rotate: -90deg;
        /* left: -75px; */
        /* bottom: 0; */
        height: 104px;
        width: 341px;
        transform: translate(-49px, -62px);
        text-align: left;
    }

    .verical-text>h1>span {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .verical-text>h1 {
        position: relative;
        rotate: -90deg;
        /* left: -50px; */
        /* bottom: 0; */
        height: 260px;
        width: 430px;
        font-weight: bolder;
        transform: translate(14px, -46px);
        text-align: left;
    }

    .verical-text>h1>span {
        display: block;
    }
}


/* Responsive */
@media screen and (min-width:480px) {
    .content.half-negetive {
        margin-top: -17%;
    }
}

@media screen and (min-width: 767.98px) {
    .elements{
        width:500px;
    }
    .carousel-indicators.custom [data-bs-target]{
        height: 24px;
        width: 30px;
        box-sizing: border-box;
    }
    .content.half-negetive {
        margin-top: -21%;
    }

    .horizontal-card h5 {
        margin-top: auto;
    }

    .section .content {
        text-align: center;
    }

    .section .article-title {
        margin-bottom: 1rem;
        color: #000;
    }

    .logo .dropdown-site{
        font-size:3rem;
    }

    .home-about .content {
        padding-left: 4rem;
    }

    .topnav .navbar-nav {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .request_consultant_btn {
        width: 700px;
        height: 222px;
    }

    .request_consultant_btn a {
        font-size: 5rem;
        line-height: 96px;
    }

    /* logo */
    .logo-box {
        max-width: 281px;
        background: #fff;
        padding-right: 3rem;
    }

    .logo .dropdown {
        background: linear-gradient(92.72deg, #B58C3D 0.74%, #F8CA5A 29.17%, #FEF5BC 57.44%, #B0893C 92.62%);
        max-width: 100px;
        height: 100%;
        flex: 0 0 1%;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo .dropdown>i {
        font-size: 3rem;
    }

    .logo {
        display: flex;
        align-items: center;
        position: relative;
        width: 552px;
        background: #fff;
        height: 215px;
        margin-top: -56px;
        margin-left: -136px;
        text-align: center;
        justify-content: end;
        overflow: hidden;
        border-radius: 50%;
    }

    .menu-trigger {
        text-align: center;
    }

    .menu-trigger>div {
        display:flex !important;
        flex-direction: column;
        justify-items: center;
        align-items: center;
    }
    
    .menu-trigger #mainmenutitle {
        margin-top:-250px;
        transition: all 0.5s;
    }

    .menu-trigger:hover  #mainmenutitle{
        margin-top:0px;
        transition: all 0.5s;
    }    



    .menu-trigger a {
        display: block;
        padding-bottom: .5rem;
    }

    .topnav li {
        height: auto;
    }

    .scrolling-logo img, .scrolling-logo svg {
        width: 166px;
    }

    /* .topnav svg>path, .topnav svg, .topnav svg>g>path {
        fill: black;
    } */
    .scrolling-logo .navbar-nav {
        overflow: hidden;
    }

    .jumbo-heading {
        background: transparent;
        padding: 1rem 0 8rem;
    }

    .searing-logos .jumbo-heading {
        margin-bottom: 2rem;
    }

    .jumbo-heading .section-title>span {
        color: #fff !important;
        font-size: 2rem;
    }

    .jumbo-heading .section-title {
        margin: 2rem auto;
    }

    .jumbo-heading h1 {
        color: #fff;
    }

    .letswork .jumbo-heading h1 {
        font-size: 3.7rem;
    }

    .ourstatement .section-title {
        font-size: 5rem;
    }

    .blogs .section-title span {
        width: 374px;
        height: 170px;
        font-size: 2rem;
    }

    .footer-content h3 {
        text-align: left;
        font-size: 1.5rem;
    }

    .footer-content {
        padding-top: 3rem;
    }

    .footer-navs {
        text-align: left;
    }

    #ourclients .carousel-control-prev {
        left: -120px;
    }

    #ourclients .carousel-control-next {
        right: -120px;
    }

    #ourclients .carousel-control-next, #ourclients .carousel-control-prev {
        bottom: 0;
        top: 0;
    }

    #testimonialSlide .carousel-indicators {
        position: absolute;
        right: -50px;
        left: auto;
        bottom: 0;
        top: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        margin-right: 0;
        margin-bottom: 1rem;
        /* margin-left: 15%; */
        list-style: none;
    }

    .portfolio .carousel-control-next {
        right: -100px;
    }

    .portfolio .carousel-control-prev {
        left: -100px;
    }

    .portfolio .carousel-control-next, .portfolio .carousel-control-prev {
        bottom: 0;
        top: 0;
    }

}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 768px) {
    .--mobile-only-slides {
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
    }

    .--mobile-only-slides>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: var(--bs-gutter-y);
    }

    .--mobile-only-slides.cols-3>.item {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .site-brands {
        background: white;
        position: absolute;
        width: 454px;
        top: 36%;
        left: -117px;
        display:none;
        height: calc(100vh - 180px);
        overflow-y: scroll;
        z-index: -1;
    }
    .site-brands.show{
        display:inline-block;
    }
    
    .site-brands ul{
        padding: 15px 15px 0px 15px;
        list-style:none;
        padding-top: 21%;
        /* z-index: 9; */
    }
    .site-brands ul>li>a img{
    width:252px;
}
    .site-brands ul>li{
        border-bottom:1px solid #ddd;
        padding: 8px 0;
        margin-bottom: 15px;
        text-align: center;
        padding-left: 138px;
    }
    .site-brands ul>li>a{
        color:#000;
        padding:10px 10px;
    }
}

@media screen and (min-width: 992px) {
    .--mobile-only-slides {
        max-width: 960px;
    }

    .searing-logos .card .card-img {
        max-height: 150px;
    }

    .searing-logos .col:nth-child(1), .searing-logos .col:nth-child(2) {
        margin-top: -5rem;
    }

    .logo-box img {
        height: 100px;
        margin-right: -20px;
    }

}

@media screen and (min-width: 1200px) {
    .--mobile-only-slides {
        max-width: 1140px;
    }

    .content.half-negetive {
        margin-top: -38%;
    }
}

/* @media screen and (min-width:1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
} */

@media screen and (max-width:576px) {
    .nav-justified .nav-item, .nav-justified>.nav-link {
        flex-basis: 100%;
    }

    .custom-tabs .content p {
        margin: 15px 0;
    }
    .crisp-client .cc-1m7s[data-full-view=true] .cc-iv0q .cc-dc5e .cc-xkyq{
        display: none !important;
    }
}

/* Utilities */
.btn-round {
    border-radius: 23.1px;
}

span.stroke {
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: gold;
}

.btn-gold {
    background: linear-gradient(92.72deg, #B58C3D 0.74%, #F8CA5A 29.17%, #FEF5BC 57.44%, #B0893C 92.62%) !important;
}
.btn-gold >a{
    color:#000;
}
.modal{
    z-index:99999  !important;
}
.btn-close.dark{
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}
.text-gold {
    background: linear-gradient(95.09deg, #B48D42 2.71%, #E7C56D 47.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* color: #B48D42; */
}
label.card-check-label {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    transition: linear 0.2s;
}

.card-check-input {
    display:none;
}

.card-check-input:checked + label {
    border: 5px solid #B58C3D !important;
    transition: linear 0.2s;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0px;
    opacity: 0.5;
    background: #000;
    bottom: 0;
 }
@media screen and (min-width: 992px) {
    .hero .btn {
        min-width: 217.26px;
        padding: 8px 25px;
        font-size: 1.25rem;
    }
}
.hero .btn > a{
    display:block;
}