/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1650px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    background: transparent;
    padding: 20px 0;
    border: none;
    z-index: 120;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .container-fluid{
    padding: 0 20px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    margin: 0;
    display: flex;
    align-items: center;
}
.navbar-brand img {
    max-width: 100%;
    height: 51px;
    margin: 0 auto;
}
.navbar-brand h6{
    margin: 0 0 0 10px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #000000;
}
.navbar {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 12px 18px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 0px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link i{
    margin: 0 0 0 5px;
}
.navbar-light .navbar-nav li.current-menu-item a,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #BD8F23;
}
.dropdown-toggle::after{
    display: none;
}


.navbar-rightbx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.btn-nav{
    background: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 7px 7px 7px 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-nav svg{
    min-width: 36px;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 8px;
    background: #BD8F23;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin: 0 0 0 10px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-nav:hover{
    background: #BD8F23;
    color: #000;
}
.btn-nav:hover svg{
    background: #000;
}
.btn-nav:focus-visible{
    outline: none !important;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 30px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #000;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    position: relative;
}
.hero-banner:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.24%, rgba(0, 0, 0, 0.6) 80.47%);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hero-banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero-banner-back{
    position: relative;
}
.hero-banner-back img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.inner-banner .hero-banner-back img{
    height: 60vh;
}
.banner-center{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 50px 100px;
    z-index: 1;
}
.banner-center .container-fluid{
    padding: 0;
}
.banner-center .container-fluid .row{
    align-items: flex-end;
}
.banner-center h1{
    margin: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}
.banner-data p{
    margin: 0 0 30px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.btn-main{
    background: #BD8F23;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 7px 7px 7px 10px;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-main svg{
    min-width: 36px;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 8px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin: 0 0 0 10px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}
.btn-main:hover svg{
    background: #BD8F23;
}

.btn-secondary{
    background: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 7px 7px 7px 10px;
    border-radius: 12px;
    border: none;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-secondary svg{
    min-width: 36px;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 8px;
    background: #BD8F23;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin: 0 0 0 10px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-secondary:hover{
    background: #BD8F23;
    color: #fff;
}
.btn-secondary:hover svg{
    background: #000;
}

.track-record-wrp{
    padding: 30px 0 50px;
}
.track-record-wrp .container{
    max-width: 1630px;
}
.track-record-wrp h2{
    margin: 0;
    font-weight: 600;
    font-size: 54px;
    line-height: 120%;
    text-align: right;
    letter-spacing: -0.04em;
    color: #000000;
}
.track-counter-rw ul{
    display: flex;
    justify-content: space-between;
}
.track-counter-rw ul li .count-box h3{
    font-weight: 500;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #BD8F23;
    margin: 0 0 12px;
}
.track-counter-rw ul li .count-box p{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}


.about-wrp{
    padding: 100px 0;
}
.about-title{
    margin: 0 0 50px;
}
.titlebar{
    margin: 0 auto 50px;
    text-align: center;
}
.about-title .titlebar{
    margin: 0;
    text-align: left;
}
.titlebar label{
    margin: 0 auto 10px;
    display: table;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 4px 12px;
    background: #BD8F23;
    border-radius: 30px;
}
.about-title .titlebar label{
    margin: 0 0 10px;
}
.titlebar h2{
    margin: 0;
    font-weight: 600;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #000000;
}
.about-title p{
    margin: 0 0 0 auto;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    max-width: 795px;
}
.about-lst-row{
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    border: 1px solid rgba(189, 143, 35, 0.3);
}
.about-box{
    width: 50%;
    padding: 50px;
    display: flex;
    border-right: 1px solid rgba(189, 143, 35, 0.3);
}
.about-box:last-child{
    border: none;
}
.abt-ic{
    min-width: 75px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD8F23;
    margin-right: 30px;
}
.abt-ic img{
    max-width: 100%;
}
.abt-data h3{
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
}
.abt-data ul li{
    margin: 0 0 10px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    position: relative;
    padding: 0 0 0 20px;
}
.abt-data ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #5d656c;
    top: 12px;
    left: 0;
}
.abt-data ul li:last-child{
    margin: 0;
}
.about-wrp .btn-secondary{
    margin: 50px auto;
}

.home-about-table-block{
    margin: 50px 0 0;
}

.service-wrp{
    padding: 80px 0 130px;
    position: relative;
    background: #F5EEDE;
    border-radius: 50px 50px 0 0;
}
.service-wrp:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.service-wrp .row{
    margin: 0 -10px;
}
.service-wrp .row .col-md-4{
    padding: 0 10px;
}
.service-img img{
    width: 100%;
    border-radius: 30px;
    height: 375px;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-data{
    padding: 20px 20px 0;
}
.service-data h3{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
}
.service-data p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
}
.service-block:hover .service-img img{
    height: 422px;
}

.track-services-wrp{
    padding: 100px 0 130px;
}
.track-title{
    margin: 0 0 50px;
}
.track-title .row{
    align-items: flex-end;
}
.track-title .titlebar{
    margin: 0;
    text-align: left;
}
.track-title .titlebar label{
    margin: 0 0 10px;
}
.track-title .btn-secondary{
    margin: 0 0 0 auto;
}

.track-services-list .row{
    margin: 0 -10px;
}
.track-services-list .row .col-md-4{
    padding: 0 10px;
}
.track-service-block{
    display: flex;
    flex-flow: column;
    height: calc(100% - 20px);
    margin: 0 0 20px;
    padding: 16px;
    background: #F5EEDE;
    border-radius: 28px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.track-service-img img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 350px;
}
.track-service-data{
    padding: 20px 0 0;
}
.track-service-data h3{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #BD8F23;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.track-ser-lst{
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    transition: .4s linear;
    -webkit-transition: .4s linear;
    min-height: 87px;
}
.track-ser-lst ul{
    display: flex;
    flex-wrap: wrap;
}
.track-ser-lst ul li{
    width: 33.33%;
    position: relative;
    padding: 0 45px;
}
.track-ser-lst ul li:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.30);
    border-right: 1px solid rgba(0, 0, 0, 0.30);
    top: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.track-ser-lst ul li:last-child:after{
    display: none;
}
.track-ser-lst ul li:first-child{
    padding: 0;
}
.track-ser-lst ul li h4{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #BD8F23;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.track-ser-lst ul li h4 span{
    display: block;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
    opacity: 0.7;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.track-service-data p{
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.track-service-block:hover{
    background: #BD8F23;
}
.track-service-block:hover .track-ser-lst ul li h4,.track-service-block:hover .track-ser-lst ul li h4 span,
.track-service-block:hover .track-service-data p,
.track-service-block:hover .track-service-data h3{
    color: #fff;
}
.track-service-block:hover .track-ser-lst,
.track-service-block:hover .track-ser-lst ul li:after{
    border-color: rgba(255, 255, 255, 0.30);
}

.structure-wrp{
    padding: 80px 0 130px;
    position: relative;
    background: #F5EEDE;
    border-radius: 50px 50px 0 0;
}
.structure-wrp:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.structure-block{
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}
.structure-block img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.structure-block:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.structure-center{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
}
.structure-row{
    background: #F5EEDE;
    border-radius: 40px;
    overflow: hidden;
}
.structure-row ul{
    display: flex;
    flex-wrap: wrap;
}
.structure-row ul li{
    width: 20%;
    padding:20px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.30);
    display: flex;
    justify-content: center;
    align-items: center;
}
.structure-row ul li:last-child{
    border: none;
}
.structure-row ul li h3{
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #BD8F23;
}
.structure-row ul li p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #110000;
    opacity: 0.8;
}

.benifits-wrp{
    padding: 100px 0;
    position: relative;
}
.benifits-wrp .titlebar{
    max-width: 785px;
    margin: 0 0 50px;
    text-align: left;
}
.benifits-wrp .titlebar label{
    margin: 0 0 10px;
}
.benifits-box{
    display: flex;
    flex-flow: column;
    height: calc(100% - 50px);
    margin: 0 0 50px;
    border-radius: 20px;
    border: 1px solid rgba(189, 143, 35, 0.3);
    padding: 20px;
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.benifits-box figure{
    max-width: 50px;
    margin: 0 0 30px;
}
.benifits-box figure img{
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.benifits-box h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(189, 143, 35, 0.30);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.benifits-box p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.benifits-box:hover{
    background: #BD8F23;
    border-color: #BD8F23;
}
.benifits-box:hover h3{
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.30);
}
.benifits-box:hover p{
    color: #fff;
}
.benifits-box:hover figure img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.structure-investment-wrp{
    padding: 80px 0 90px;
    position: relative;
    background: #F5EEDE;
    border-radius: 50px 50px 0 0;
}
.structure-investment-wrp:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.structure-investment-wrp .titlebar{
    margin: 0 auto 70px;
}

.structure-investment-wrp .row{
    margin: 0 -10px;
}
.structure-investment-wrp .row .col-md-4{
    padding: 0 10px;
}
.structure-investment-box{
    padding: 30px;
    background: #fff;    
    border-radius: 30px;
    margin: 0 0 40px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 40px);
    position: relative;
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.structure-investment-box:hover{
    background: rgba(255, 255, 255, 0.50);
}
.structure-investment-box label{
    width: 111px;
    height: 41px;
    border-radius: 12px;
    background: #BD8F23;
    display: table;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: absolute;
    top:-20px;
    right: 34px;
}
.structure-investment-box h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
    margin: 0 0 30px;
    min-height: 72px;
}
.structure-investment-box p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
}

.our-process-wrp{
    padding: 100px 0 150px;
    position: relative;
}
.our-process-title{
    margin: 0 0 50px;
}
.our-process-title .row{
    align-items: flex-end;
}
.our-process-title .titlebar{
    margin: 0;
    text-align: left;
}
.our-process-title .titlebar label{
    margin: 0 0 10px;
}
.our-process-title p{
    margin: 0 0 0 auto;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    max-width: 750px;
}

.process-row ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.process-row ul li{
    width: 25%;
    position: relative;
}
.process-row ul li:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.process-block{
    text-align: center;
    max-width: 390px;
    margin: 285px 0 0 0;
    min-height:360px;
}
.process-block figure{
    margin: 0 auto 30px;
    display: table;
    width: 76px;
    height: 76px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD8F23;
    position: relative;
    z-index: 3;
}
.process-block h3{
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
    text-align: center;
}
.process-block p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.process-row ul li:nth-child(even) .process-block{
    display: flex;
    flex-flow: column-reverse;
    margin: 0;
}
.process-row ul li:nth-child(even) .process-block figure{
    margin: 30px auto 0;
}
.process-row ul li:nth-child(even) .process-block p{
    justify-content: flex-end;
    align-items: flex-end;    
}

.sources-wrp{
    padding: 80px 0 130px;
    position: relative;
    background: #F5EEDE;
    border-radius: 50px 50px 0 0;
}
.sources-wrp:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.sources-row{
    background: #FFFFFF;
    border: 1px solid rgba(189, 143, 35, 0.3);
    border-radius: 30px;
    position: relative;
}
.sources-row ul{
    display: flex;
    flex-wrap: wrap;
}
.sources-row ul li{
    border-right: 1px solid rgba(189, 143, 35, 0.30);
    border-bottom: 1px solid rgba(189, 143, 35, 0.30);
    padding: 40px 50px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
    width: 33.33%;
}
.sources-row ul li.br-r{
    border-right: none;
}
.sources-row ul li.br-b{
    border-bottom: none;
}

.our-process-wrp{
    padding: 100px 0;
    position: relative;
}
.ur-process-row ul{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.ur-process-row ul li{
    width: 20%;
    padding: 0 10px;
}
.process-box{
    position: relative;
    padding: 20px;
    border-radius: 30px;
    background: rgba(189, 143, 35, 0.10);
    display: flex;
    flex-flow: column;
    height: 100%;
}
.process-box h3{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 42px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #BD8F23;
}
.process-box h4{
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
}
.process-box p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
}

.commercial-multifamily-wrp{
    padding: 80px 0 130px;
    position: relative;
    background: #F5EEDE;
    border-radius: 50px 50px 0 0;
}
.commercial-multifamily-wrp:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.commercial-left-data .titlebar{
    margin: 0 0 30px;
    text-align: left;
}
.commercial-left-data .titlebar label{
    margin: 0 0 10px;
}
.commercial-left-data ul li{
    margin: 0 0 25px;
    position: relative;
    padding: 0 0 0 20px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
}
.commercial-left-data ul li:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #5d656c;
    top: 12px;
    left: 0;
}
.commercial-left-data ul li:last-child{
    margin: 0;
}

.commercial-right-data{
    background: #fff;
    border-radius: 20px;
}
.commercial-right-data ul li{
    position: relative;
    padding: 20px 20px 20px 40px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
    border-bottom: 1px solid rgba(189, 143, 35, 0.30);
}
.commercial-right-data ul li:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
    top: 30px;
    left: 20px;
}
.commercial-right-data ul li:last-child{
    margin: 0;
    border: none;
}

.advantage-wrp{
    padding: 100px 0;
}
.advantage-data h3{
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
}
.advantage-data p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
}
.advantage-highlight-box{
    background: #F5EEDE;
    border-radius: 30px;
    overflow: hidden;
}
.advantage-highlight-box h4{
    padding: 20px 20px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #BD8F23;
    margin: 0;
}
.advantage-highlight-box ul li{
    position: relative;
    padding: 20px 20px 20px 40px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
    border-bottom: 1px solid rgba(189, 143, 35, 0.30);
}
.advantage-highlight-box ul li:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
    top: 30px;
    left: 20px;
}
.advantage-highlight-box ul li:last-child{
    margin: 0;
    border: none;
}

.contact-wrp{
    padding: 80px 0 130px;
    position: relative;
    background: #F5EEDE;
    border-radius: 50px 50px 0 0;
}
.contact-wrp:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.contact-wrp .row{
    align-items: center;
}
.contact-img img{
    width: 100%;
    border-radius: 20px;
}
.contact-form .form-group{
    margin: 0 0 30px;
}
.contact-form .form-group label{
    display: block;
    margin: 0 0 12px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}
.contact-form .form-group .form-control{
    padding: 11px 15px;
    background: #FFFFFF;
    border: 1px solid rgba(189, 143, 35, 0.3);
    border-radius: 12px;
    height: auto;
    box-shadow: none;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    resize: none;
    letter-spacing: -0.02em;
    color: #000;
}
.contact-form .form-group .form-control::placeholder{
    color: rgba(117, 117, 117, 0.50);
}

footer{
    background: #000;
}
.footer-top{
    padding: 63px 0 43px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-links-row{
    display: flex;
    align-items: center;
}
.footer-logo img{
    height: 83px;
}
.quicklinks{
    margin: 0 0 0 auto;
}
.quicklinks ul{
    display: flex;
    align-items: center;
}
.quicklinks ul li{
    margin-right: 40px;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li a{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.quicklinks ul li a:hover{
    color: #BD8F23;
}

.footer-bottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-bottom ul{
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
}
.footer-bottom ul li{
    width: 33.33%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 70px 50px;
    display: flex;
    align-items: center;
}
.footer-bottom ul li:last-child{
    border: none;
}
.footer-bottom ul li figure{
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    margin-right: 15px;
}
.footer-bottom ul li figure img{
    max-width: 100%;
}
.footer-bottom ul li p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #BD8F23;
    word-break: break-all;
}
.footer-bottom ul li p span{
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.copyright-wrp{
    padding: 30px 0;
}
.copyright-wrp p{
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}

.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    margin-right: 30px;
    position: relative;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px dashed rgba(255, 255, 255, 0.50);
    top: 0;
    right: -15px;
}
.social-bx a:last-child:after{
    display: none;
}
.social-bx a:hover{
    opacity: 0.70;
}
/* **** End Home Page **** */

/* **** About Page **** */
.inner-banner{
    position: relative;
}
.inner-banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.inner-banner:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.48%, rgba(0, 0, 0, 0.6) 60.32%);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.inner-banner .banner-center{
    bottom: 38%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}
.inner-banner-data ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.inner-banner-data ul li{
    margin-right: 30px;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.inner-banner-data ul li a{
    color: rgba(255, 255, 255, 0.80);
}
.inner-banner-data ul li a:hover{
    color: #fff;
}
.inner-banner-data ul li:after{
    position: absolute;
    content: '||';
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    right: -22px;
    top: 0;
}
.inner-banner-data ul li:last-child{
    margin: 0;
}
.inner-banner-data ul li:last-child:after{display: none;}
.inner-banner-data h1{
    font-weight: 600;
    text-align: center;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin: 0;
}

.about-conter{
    padding: 30px 0 150px;
}
.about-conter ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.about-conter ul li{
    width: 20%;
    padding: 0 15px;
}

.about-pg-wrp{
    padding: 80px 0 130px;
    background: #F5EEDE;
    border-radius: 50px 50px 0 0;
    position: relative;
}
.about-pg-wrp:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.about-pg-top{
    margin: 0 0 50px;
}
.about-pg-left{
    max-width: 800px;
}
.about-pg-left .titlebar{
    margin: 0 0 30px;
    text-align: left;
}
.about-pg-left .titlebar label{
    margin: 0 0 10px;
}
.about-pg-left p{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
}

.about-pg-right{
    max-width: 770px;
    margin: 0 0 0 auto;
}
.about-pg-right .about-box{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(189, 143, 35, 0.3);
    padding: 30px;
}
.about-pg-right .about-box:last-child{
    border: none;
}

.about-table-block{
    background: #FFFFFF;
    border: 1px solid rgba(189, 143, 35, 0.3);
    border-radius: 30px;
    overflow: hidden;
}
.about-table-block table{
    margin: 0;
}
.about-table-block table thead th{
    padding: 30px 50px;
    background: rgba(189, 143, 35, 0.10);
    border: none;
    border-right: 1px solid rgba(189, 143, 35, 0.30);
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #BD8F23;
}
.about-table-block table thead th:last-child{
    border: none;
}
.about-table-block table tbody tr td{
    padding: 30px 50px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    width: 50%;
    color: #000000;
    border: none;
    border-right: 1px solid rgba(189, 143, 35, 0.30);
    border-bottom: 1px solid rgba(189, 143, 35, 0.30);
}
.about-table-block table tbody tr td:last-child{
    border-right: none;
}
.about-table-block table tbody tr:last-child td{
    border-bottom: none;
}

.our-team-wrp{
    padding: 100px 0;
}
.our-team-wrp .row{
    margin: 0 -10px;
}
.our-team-wrp .row .col-md-4{
    padding: 0 10px;
}
.team-block{
    display: flex;
    flex-flow: column;
    margin: 0 0 20px;
    height: calc(100% - 20px);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(189, 143, 35, 0.05);
}
.team-img img{
    width: 100%;
    border-radius: 30px;
}
.team-data{
    padding: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.team-data h3{
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #000000;
}
.team-data h3 span{
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #BD8F23;
}
.team-data p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    margin: 0 0 20px;    
}

.team-data ul{
    margin: auto 0 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(189, 143, 35, 0.30);
}
.team-data ul li{
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5d656c;
    word-break: break-all;
}
.team-data ul li:last-child{
    margin: 0;
}
.team-data ul li figure{
    min-width: 23px;
    margin: 0 10px 0 0;
}
.team-data ul li a{
    color: #5d656c;
}
.team-data ul li a:hover{
    color: #BD8F23;
}
/* **** End About Page **** */

/* **** Portfolio Page **** */
.portfolio-wrp{
    padding: 100px 0;
}
.btn-more,
.portfolio-wrp .btn-more{
    width: fit-content;
    margin: 50px auto 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}
.btn-more figure,
.portfolio-wrp .btn-more figure{
    margin: 0 auto 10px;
    display: table;
}
.btn-more:hover,
.portfolio-wrp .btn-more:hover{
    color: #BD8F23;
}
/* **** End Portfolio Page **** */

/* **** Contact Page **** */
.contact-pg-wrp{
    padding: 100px 0 150px;
    position: relative;
}
.contact-pg-wrp:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.contact-pg-wrp .titlebar{
    margin: 0 auto 30px;
}
.contact-pg-leftbox{
    padding: 50px;
    border-radius: 20px;
    background: #000;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.contact-pg-leftbox h2{
    margin: 0 0 150px;
    font-weight: 600;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}
.contact-list-rw{
    margin: auto 0 0 0;
}
.contact-list-rw ul li{
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.contact-list-rw ul li figure{
    min-width: 58px;
    max-width: 58px;
    height: 58px;
    border-radius: 5px;
    background: #F5EEDE;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-list-rw ul li figure img{
    max-width: 100%;
}
.contact-list-rw ul li h4{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #BD8F23;
}
.contact-list-rw ul li h4 span{
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 10px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-list-rw ul li:last-child{
    padding: 0;
    margin: 0;
    border: none;
}
.contact-list-rw ul li h4 a span:hover{
    color: #fff;
}

.wpcf7 form .wpcf7-response-output{
    margin: 30px 0 0;
    background: #ffb900;
    color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    background: #dc3232;
    color: #fff;
    border-color: #dc3232;
}

.btn-whatsapp{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    z-index: 120;
    background: #BD8F23;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-whatsapp img{
    width: 25px;
}
.btn-whatsapp:hover{
    background: #000;
}
/* **** End Contact Page **** */

/* **** Blog Page **** */
.blog-wrp{
    padding: 100px 0;
}
.blog-wrp .titlebar{
    text-align: left;
}
.blog-wrp .titlebar label{
    margin: 0 0 10px;
}
.blog-block{
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
    border-radius: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.blog-block .blog-img img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 290px;
}
.blog-data{
    padding: 20px 0 0;
}
.blog-data ul{
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}
.blog-data ul li{
    margin-right: 24px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #000000;
    position: relative;
}
.blog-data ul li:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    top: 7px;
    right: -12px;
}
.blog-data ul li:last-child{
    margin: 0;
}
.blog-data ul li:last-child:after{
    display: none;
}

.blog-data h3{
    margin: 0 0 12px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #BD8F23;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.blog-data h3:hover{
    color: #333;
}
.blog-data p{
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
    opacity: 0.58;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.blog-data .btn-read{
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 18px;
    font-weight: none;
    color: #000;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.blog-data .btn-read i{
    margin: 0 0 0 10px;
    color: #BD8F23;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.blog-data .btn-read:hover{
    color: #BD8F23;
}

.blog-details-wrp{
    padding: 150px 0 100px 0;
}
.blog-cover-img{
    margin: 0 0 50px;
    width: fit-content;
}
.blog-cover-img img{
    width: 100%;
    border-radius: 30px;
}
.blg-timeline-rw{
    display: flex;
    align-items: center;
    margin: 0 0 35px;
}
.blg-timeline-rw span{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #BD8F23;
    position: relative;
    margin-right: 45px;
}
.blg-timeline-rw span:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    right: -22px;
    top: 0;
}
.blg-timeline-rw span:last-child{
    margin: 0;
}
.blg-timeline-rw span:last-child:after{
    display: none;
}
.blog-details-wrp h1{
    margin: 0 0 30px;
    text-align: left;
    font-weight: 600;
    /* font-size:60px; */
    font-size:48px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #000000;
}
.blog-details-data h2{
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #000000;
}
.blog-details-data p{
    margin: 0 0 30px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
}
.blog-details-data h3{
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}
.blog-details-data ul{
    margin: 0 0 30px;
}
.blog-details-data ul li{
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 5px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    /* color: #757575; */
    color: #000;
}
.blog-details-data ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    top: 15px;
    left: 0;
}

.blog-details-data ul li strong span {
    color: #000;
}

.blog-details-data ol{
    margin: 0 0 30px;
    padding: 0 0 0 30px;
}
.blog-details-data ol li{
    list-style-type: decimal;
    margin: 0 0 5px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    /* color: #757575; */
    color: #000000;

}
.blog-details-data ol li span{
    color: #000;
}
.blog-details-data ol li::marker {
  color: #000;
}

.blog-details-data h4{
    margin: 0 0 20px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
}

.blog-sidebar{
    border-radius: 20px;
    background: #F5EEDE;
    padding: 25px;
}
.blog-sidebar h3{
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #BD8F23;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.blog-sidebar ul li a{
    padding: 0 0 20px;
    margin: 0 -10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    display: flex;
    flex-wrap: wrap;
}
.blog-sidebar ul li:last-child a{
    margin: 0 -10px;
    border: none;
    padding: 0;
}
.recent-img{
    width: 50%;
    padding: 0 10px;
}
.recent-img img{
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 20px;
}
.recent-data{
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.recent-data h4{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.recent-data h6{
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #BD8F23;
}
.blog-sidebar ul li a:hover .recent-data h4{
    color: #BD8F23;
}

.similer-post-wrp{
    padding: 100px 0;
}

.blog-details-data h2 strong, 
.blog-details-data h3 strong, 
.blog-details-data h4 strong, 
.blog-details-data h5 strong, 
.blog-details-data h6 strong {
    font-weight: bold;
}

.blog-details-data .titlebar   { margin: 0 auto 35px;
}

.blog-cover-img * {
    height: 100%;
    width: 100%;
        max-height: 897px;
    object-fit: contain;
    /* object-position: bottom; */
}

/* **** End Blog Page **** */