html {
    font-size: 0.781vw;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
    overflow-y: visible;
}
.container {
    padding: 0 4.3rem;
    max-width: 100%;
}
.flexc {
    display: flex;
    justify-content: center;
    text-align: center;
}
.s1 {
    padding: 0;
    margin: 0;
    position: relative;
}
.row {
    margin-right: 0rem;
    margin-left: 0rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 2rem;
    padding-left: 2rem;
}
.custom-container .row {
    margin-right:0;
    margin-left:0;
}
.custom-container .col-12 {
    padding: 0;
}
body p{
font-size: 1.55rem;
line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    color: #111111;
        font-family: 'Roboto Serif', serif;
}
h1 {
    font-size: 4.5rem;
    line-height: normal;
}
h2 {
    font-size: 4rem;
}
h3 {
    font-size: 3.3rem;
}
h4 {
    font-size: 2.8rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.6rem;
}
p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #111111;
}
a {
    color: #111111;
    text-decoration: none;
    transition: 0.5s;
    cursor: pointer;
}
img.logo-new {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 12rem;
}
ul li, ol li {
    margin: 0px;
    position: relative;
}
ul.custom {
    list-style: none;
    padding: 0;
}
a:focus, a:hover {
    color: #c09551;
    text-decoration: none;
    transition: 0.5s;
    cursor: pointer;
}
.custom-container {
    padding: 0 10rem;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*topbar*/
.home-page .our-story .section-header .section-heading:after {
    margin: 0;
}
.topbar .right-side,
.topbar .left-side{
    padding: 1.5rem 0 0;
}
.topbar .left-side ul{
    display: flex;
    align-self: flex-start;
}
.topbar .left-side li{
    margin-right: 2.5rem;
    color:#fff;
}
.topbar .left-side li a{
    color: inherit;
}
.topbar .left-side li a i{
    margin-right: 5px;
    color: #fff;
}
.topbar .right-side ul{
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
}
.topbar .right-side li{
    margin-left: 20px;
}
.topbar .right-side li a {
    color: #fff;
}
.topbar .right-side li.language{}
.topbar .right-side li.language>select{
    background: transparent;
    color: #fff;
    font-size: 14px;
    border: none;
    -webkit-appearance: none;
    line-height: 1;
}
.topbar .right-side li.language>select>option{
    color: #111111;
}
.topbar.bg-custom-black i {
    margin-right: 0.5rem;
    color: inherit;
    font-size: 1.5rem;
}
.topbar.bg-custom-black {
    padding-bottom: 1rem;
}
.topbar.bg-custom-black .left-side li a {
    font-size: 1.5rem;
}
.bg-custom-black {
    background-color: #1F1F2E !important;
}
/*Navigation*/
.menu-style{
    transition: 1s all;
}
.menu-style.sticky{
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #fff;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.topbar.fixed-top,
.menu-style.fixed-header{
    position: fixed;
    top: 41px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}
.topbar.fixed-top{
    top: 0;
    background-color: #111111;
}
.menu-open .menu-style,
.menu-open .menu-style.fixed-header {
    background-color: #000000ab;
}
.menu-style .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-style .header>.logo{
    width: 120px;
    position: relative;
    top: 0px;
    background-color: #fd5d14;
    height: 82px;
}
.menu-style .header>.logo img{
    position: absolute;
    height: 117px;
    z-index: 10;
}
.menu-style .header>.logo:after{
    content: '';
    background-color: #fd5d14;
    display: block;
    width: 120px;
    left: 0;
    position: absolute;
    height: 35px;
    z-index: 2;
    right: 0;
    bottom: -35px;
}
.menu-style .header .right-side{
    display: flex;
}
.menu-style .header .right-side-2 .cta-btn{
    background-color: #c09551;
    position: relative;
}
/*.menu-style .header .right-side-2 .cta-btn .cta-text{
    padding: 17px 0px 17px 15px;
}*/
.menu-style .header .right-side-2 .cta-btn .cta-text .addlisting-btn span{
    margin-left: 10px;
}
.menu-style .header .right-side .hamburger-menu{
    display: none;
    align-items: center;
    cursor: pointer;
}
.menu-style .header .right-side .hamburger-menu .menu-btn{
    transition: 0.3s;
}
.menu-style .header .right-side .hamburger-menu .menu-btn span{
    background: #111111;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    display: block;
    transform: 0.3s;
}
.menu-style .header .right-side .hamburger-menu .menu-btn span:last-child{
    margin-bottom: 0;
}
.menu-style .header .right-side .hamburger-menu .menu-btn.active{
    position: relative;
    top: -4px;
    transition: 0.3s;
}
.menu-style .header .right-side .hamburger-menu .menu-btn.active span:first-child{
    transform: rotate(45deg);
    transition: 0.3s;
    position: relative;
    top: 7.4px;
    background-color: #fff;
}
.menu-style .header .right-side .hamburger-menu .menu-btn.active span:nth-child(2){
    display: none;
}
.menu-style .header .right-side .hamburger-menu .menu-btn.active span:last-child{
    transform: rotate(-45deg);
    transition: 0.3s;
    background-color: #fff;
}
.menu-style .header .right-side .navigation .logo{
    display: none;
    margin: 10px 15px;
    width: 120px;
}
.menu-style .header .right-side .navigation .social-media{
    display: none;
    left: -320px;
    right: 0;
    width: 320px;
    bottom: 0;
    transition: 0.5s all;
    background: #eee;
}
.menu-style .header .right-side .navigation .social-media ul{
    display: flex;
}
.menu-style .header .right-side .navigation .social-media ul li:first-child{
    border-left: 0;
}
.menu-style .header .right-side .navigation .social-media ul li{
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    padding: 25px 0;
}
.menu-style .header .right-side .navigation .social-media ul li a{
    display: flex;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    background: #fd5d14;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.menu-style .header .right-side .navigation .social-media ul li a:hover{
    color:#fff;
}

.main-menu{
    display: flex;
}
.main-menu>li.menu-item{
    padding: 1.5rem 1rem 0;
}
.main-menu>li.menu-item>a {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 2rem 2rem;
    font-size: 1.9rem;
}
.main-menu>li.menu-item>a:after{
    content: '';
    display: block;
    width: 0%;
    height: 0.5rem;
    background-color: #c09551;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.main-menu>li.menu-item:hover>a:after,
.main-menu>li.menu-item.active>a:after{
    width: 70%;
    transition: 0.3s;
}
.main-menu>li.menu-item.active>a{
    color: #fd5d14;
}
.menu-item-has-children>a>.arrow:after{
    display: inline-block;
    margin-left: .55em;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.menu-item-has-children>.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-10px);
    border-bottom: solid 2px #fd5d14;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,.15);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    width: 250px;
}
.menu-item-has-children:hover>.sub-menu{
    border-top: 1px solid #eee;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    transform: translateY(0px);
    transition: 0.3s;
}
.menu-item-has-children.nav-postion:hover>.sub-menu{
    top: 0;
    transform: translateY(-100%);
}
.menu-item-has-children>.sub-menu>li.menu-item{
    padding: 0 10px;
}
.menu-item-has-children.nav-postion>.sub-menu>li.menu-item-has-children>.sub-menu{
    top: inherit;
}
.menu-item-has-children>.sub-menu>li.menu-item>a{
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    transition: 0.5s;
    white-space: nowrap;
}
.menu-item-has-children>.sub-menu>li.menu-item:last-child>a{
    border:none;
}
.menu-item-has-children>.sub-menu>li.menu-item:hover>a{
    padding-left: 25px;
    transition: 0.5s;
}
.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>.arrow{
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}
.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>.arrow:after{
    display: inline-block;
    margin-left: 0;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu{
    left: 100%;
    top: -3%;
}
.menu-style.sticky .header>.logo{
    height: 60px;
}
.menu-style.sticky .header>.logo img{
    height: 87px;
}
.menu-style.sticky .header>.logo:after{
    height: 25px;
    bottom: -25px;
}
.menu-style.sticky .main-menu>li.menu-item{
    padding: 0;
}
.menu-style.sticky .header .right-side-2 .cta-btn .cta-text{
    padding: 7px 0px 7px 15px;
}
.menu-style .custom-container .header>.logo:after{
    display:none;
}
.menu-style .header .right-side-2 .cta-btn {
    padding: 1rem;
}
.menu-style .custom-container .header>.logo img {
    position: relative;
    z-index: 10;
    width: auto;
    object-fit: contain;
    height: auto;
    max-width: 11rem;
}
.menu-style .custom-container .header>.logo {
    width: auto;
    position: relative;
    top: 0px;
    background-color: transparent;
    height: auto;
}
.arrow {
    color: #fd5d14;
    font-size: 5rem;
}
.menu-style .custom-container .header .right-side-2 .cta-btn .cta-text {
    padding: 0;
}
.addlisting-btn.btn-first.btn-border {
    line-height: 2;
    padding: 0.3rem 4rem 0;
    font-weight: bold;
}
.btn-border {
    background-color: transparent;
    color: #fff;
    border: 0.2rem solid #fff;
    transition: 0.5s all;
}
.btn-first {
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-shadow: none;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.section-padding {
    padding: 6rem 0 6rem;
    position: relative;
    clear: both;
}
.section-header .section-heading h5 {
    font-weight: 600;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
        color: #c09551 !important;
}
.satisfy-clients{
    position: relative;
    text-align: center;
}
.satisfy-clients .counter-box {
    max-width: 100%;
    text-align: center;
    margin-bottom: 0rem;
    margin-top: 5rem;
}
.satisfy-clients .counter-box .counter-icon{
    margin-right: 20px;
    font-size: 65px;
    line-height: 1;
    color: rgba(0, 35, 90, 1);
}
.satisfy-clients .counter-box .counter {
    text-transform: capitalize;
        white-space: nowrap;
}
.satisfy-clients .counter-box .counter .count {
    font-size: 10rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #fff;
    margin-bottom: 2rem;
}
.satisfy-clients .counter-box .counter .fs-16 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    right: 0;
    justify-content: center;
    position: relative;
}
.row.flex {
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
.satisfy-clients .counter p {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    color: aliceblue;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    transform: translateY(20px) translateZ(0);
    transition: all .3s cubic-bezier(.77,0,.175,1);
}
.text-custom-blue {
    color: #042247;
}
.text-white.display-3.mb-5 {
    font-size: 4rem;
}
.about-us .about-right-side>img {
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 10%);
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    border-radius: 85% 15% 88% 12% / 25% 77% 23% 75%;
}
.about-us.who-we-are .about-right-side.p-relative>img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.about-us.our-story .about-right-side.p-relative>img {
    border-radius: 2rem;
    margin-bottom: 3rem;
}
.secondary-bg {
    background: #e5f6ff;
}
.satisfy-clients .objective-content {
    padding: 2.5rem 0 0;
    width: 80%;
    margin: 0 auto;
}
.about-right-side .about-meta {
    bottom: 4.8rem;
    width: 100%;
    max-width: 95%;
    padding: 3rem 3rem;
    right: -3.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.about-right-side .about-meta .text-custom-white {
    font-size: 2rem;
    font-weight: 600;
}
.about-right-side.p-relative:before {
    content: '';
    display:none;
    background: transparent;
}
.readmore {
    color: #030e27;
    font-weight: 600;
      text-transform: uppercase;
}
.readmore-link {
    color: #030e27;
    font-weight: 600;
}
.readmore-open.show {
    display: block !important;
}
.single_product_img {
    position: relative;
    margin: 35px 0 0 35px;
}
.product_overlay {
    position: absolute;
    left: -35px;
    top: -35px;
    z-index: -1;
}
.section-header .section-heading:after {
    content: "";
    height: 0.3rem;
    width: 9rem;
    background-color: #c09551;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}
.container .section-header .section-heading:after {
    content: "";
    height: 0.3rem;
}
.text-theme {
    color: #111111;
}
.container .section-header .section-heading h3 {
    padding-bottom: 1.6rem;
}
.container .section-header .section-heading h3 {
    text-transform: capitalize;
}
.section-header .section-heading h3 {
    font-weight: 600;
    text-transform: capitalize;
    color: rgb(35 31 32);
    padding-bottom: 2rem;
}
.section-header {
    padding-bottom: 0;
    margin: 0 auto 0 0;
    text-align: center;
}
.section-header {
    max-width: 100%;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}
.section-header .section-heading {
    position: relative;
}
strong,b {
    color: #c09551;
}

.text-primary{
    color:#c09551 !important;
}

.owl-carousel .owl-item .sub-content {
    font-size: 1.5rem;
}
.owl-carousel.testimonial-carousel {
    margin-top: 5rem;
}
.partner-section {
    margin-top: 5rem;
}
.view-more {
    margin-top: 5rem;
    text-align: center;
}
a.btn-first.btn-border {
    margin-top: 0;
    height: auto;
    padding: 1rem 2.5rem;
    width: auto;
    line-height: normal;
    font-size: 1.6rem;
}
.gallery-slider.categories-slider-box {
    margin-top: 3rem;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display:none;
}
.banner {
    position: relative;
    clear: both;
}
.s1 {
    padding: 0;
    margin: 0;
}
.banner .banner-content {
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    z-index: 1;
    text-align: center;
}
.banner .s1 {
    min-height: 43rem;
    max-height: 43rem;
    overflow: hidden;
}
.banner img {
    width: 100%;
      height: 100%;
    object-fit: cover;
    overflow: hidden;
    animation: scale 20s linear infinite;
}
.banner .banner-content h1 {
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-weight: bold;
}
.banner .s1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
}
#about .section-header .section-heading {
    text-align: left;
    margin: 0 auto;
}

/*#about .section-header .section-heading:after {*/
/*    right: inherit;*/
/*}*/
.objectives-sec{
    background-image: url(https://gieventz.com/assets/img/event.jpg);
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
}
.objectives-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #030e27;
    opacity: 0.7;
}
.satisfy-clients .counter-box {
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 27rem;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 0.1rem solid #ccc;
    position: relative;
    overflow: hidden;
}
.satisfy-clients .counter-box .counter-icon{
    margin-right: 20px;
    font-size: 65px;
    line-height: 1;
    color: #fff;
}
.satisfy-clients .objective-content p{
    font-size:1.8rem;
}
.satisfy-clients .counter-box .counter {
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    padding: 2rem 2rem 6rem 2rem;
}
.satisfy-clients .counter-box .counter span.count {
    font-size: 9rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    left: 0;
    right: 0;
}
.form-control-custom {
    height: auto;
    padding: 1rem 1.2rem 1rem;
    border-radius: 0;
    border: 0.2rem solid #fff;
    width: 100%;
    background: none;
    line-height: 1.5;
    border-radius: 0.5rem;
    background: #fff;
}
.consult-form input.form-control-custom::placeholder, .consult-form input.form-control-custom, .consult-form textarea.form-control-custom, #newsletter .form-control-custom::placeholder, #newsletter .form-control-custom, .custom-select {
    font-size: 1.3rem;
}
.form-group {
    margin-bottom: 2rem;
}
.consult-form input.form-control-custom::placeholder, .consult-form input.form-control-custom, .consult-form .form-control-custom:focus {
    color: #000;
    background: #fff;
}
.contact-us .right-section {
    background: #f0f0ff;
    padding: 5rem 0 5rem;
    border-radius: 1rem;
    width: 61%;
    margin: 0 auto;
}
.row.consult-form {
    width: 92%;
    margin: 0 auto;
}
#contact p.text-custom-black {
    padding-top: 3rem;
}
.consult-form .btn-submit {
    height: auto;
    padding: 1rem 2rem 0.8rem;
    width: auto;
    line-height: normal;
    font-size: 1.3rem;
    border: 0.2rem solid #c09551;
    color: #c09551;
}
.section-padding.our-partners {
    position: relative;
    background-color: rgb(204 204 204 / 10%);
    text-align: center;
}
.footer .footer-box .newsletter button,
.consult-form button{
    color: #fff;
}
/*footer*/
.footer .footer-box .footer-heading{
    position: relative;
    margin-bottom: 2rem;
}
.footer .footer-box .footer-heading:after{
        content: "";
        width: 6rem;
        background-color: #c09551;
        display: block;
}
.footer .footer-box .links li {
    font-size: 14px;
    margin-bottom: 1rem;
    padding-left: 3rem;
}
.footer .footer-box .links li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.2rem;
    background-color: #c09551;
    height: 0.3rem;
    width: 1.5rem;
}
.footer .footer-box .popular_post li:last-child,
.footer .footer-box .links li:last-child{
    margin-bottom: 0;
}
.footer .footer-box .insta-feed{
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: 0px;
}
.footer .footer-box .popular_post li,
.footer .footer-box .newsletter .form-group{
    margin-bottom: 15px;
}
.footer .footer-box .social-media ul{
    margin-top: 2rem;
    display: flex;
}
.footer .footer-box .social-media ul li a {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c09551;
    margin: 0px 0.5rem 0 0;
    border: 1px solid #c09551;
}
.footer .footer-box .social-media ul li a:hover{
    background-color: #c09551;
    color:#fff;
}
.footer .footer-box .social-media ul li:hover a{
    transform: rotate(360deg);
}
.footer .footer-box .insta-feed .insta-item{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 2px;
}
.footer .footer-box .popular_post li .post .post-wrapper{
    width: 100%;
    display: flex;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_img{
    position: relative;
    overflow: hidden;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title{
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding: 2px 15px;
    padding-right: 0;
    width: 100%;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title h6{
    margin-bottom: 10px;
    line-height: 1.3;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title h6 a{
    font-weight: 500;
}
.footer-box .footer-logo {
    position: relative;
    width: auto;
    object-fit: contain;
    height: auto;
    max-width: 14rem;
}
.footer .footer-box .footer-heading .text-custom-white {
    font-size: 2rem;
}
.footer.bg-custom-black .footer-box .footer-heading:after {
    content: "";
    height: 0.3rem;
    margin-top: 1rem;
}
.bg-custom-black.section-padding.footer .text-custom-white.no-margin {
    font-size: 1.7rem;
        font-weight: 600;
}
.clx-hv i {
    margin-right: 1.5rem;
}
.info-section .iconography img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}
.bg-custom-black.section-padding.footer .text-custom-white {
    font-size: 1.7rem;
}
.text-custom-white {
    color: #fff;
}
.bg-custom-black.section-padding.footer .widget-address-ph:hover .text-custom-white {
    color: #c09551;
}
.bg-custom-black.section-padding.footer .text-custom-white.no-margin {
    font-size: 2.2rem;
    font-weight: 600;
}
.footer .form-control-custom {
    border-radius: 0rem;
    margin-bottom: 2rem;
}
.consult-form .btn-submit, .footer-box .btn-submit, .simple-banner .btn-submit {
    height: auto;
    padding: 1rem 2rem 0.8rem;
    width: auto;
    line-height: normal;
    font-size: 1.3rem;
    border: 0.2rem solid #c09551;
    color: #c09551;
    background: transparent;
}
#contactFormbtn{
    margin-top: 2rem;
}
#successmsg-news {
    color: #fff;
}
.satisfy-clients .container {
    padding: 0;
}
.partner-box.mb-md-40 {
    margin-bottom: 4rem;
}
.who-we-are .custom-pad {
    padding-bottom: 5rem;
}
.flip_curve .curve-design {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.curve-design {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.curve-design svg {
    display: block;
    float: left;
}
.curve-design svg polygon {
    fill: #fff;
}

.services .counter-box .image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.services .counter-box .image-fit:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.form-control.form-control-custom.error {
    border-color: red;
}
.error {
    top: 1.2rem;
    position: relative;
    font-size: 1.4rem;
    color: red;
    position: relative;
    text-align: left;
}
#newsletter #email-error {
    color: #f00;
    position: relative;
    top: -0.9rem;
}
.gallery-page .satisfy-clients .counter-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.main-menu .menu-item .active{
    color: #c09551;
}
.cta-text:hover .btn-first.btn-border {
    color: #c09551;
    background: #fff;
}
@media(max-width: 1024px){
    .satisfy-clients .col-md-2.col-sm-12{
    flex: 0 0 10%;
    width: 100%;
}
.satisfy-clients .counter-box {
    display: inline-flex;
}
}
@media(max-width: 991px){
html{
    font-size: 10px;
}    
body .menu-style {
    padding: 1rem 0;
}
.container {
    padding: 0 2rem;
}
.custom-container {
    padding: 0 1rem;
}
h3 {
    font-size: 2.5rem;
}
.section-padding {
    padding: 6rem 0 4rem;
}
.addlisting-btn.btn-first.btn-border {
    padding: 0.3rem 2rem 0;
}
a.btn-first.btn-border {
    font-size: 1.4rem;
}
.main-menu>li.menu-item>a {
    padding: 2rem 1rem;
    font-size: 1.5rem;
}
.text-white.display-3.mb-5 {
    font-size: 3rem;
}
.about-left-side.p-relative {
    padding-top: 3rem;
}
.section-header .section-heading h5 {
    margin-bottom: 1.7rem;
}
}
@media(max-width:768px){
    .menu-style .header .navigation.active {
    width: 100%;
    padding-top: 2rem;
}
.menu-style .header .hamburger-menu .menu-btn.active span:first-child {
    background-color: #030e27;
}
.menu-style .header .hamburger-menu {
    z-index: 1000;
}
.menu-style .header .hamburger-menu .menu-btn.active span:last-child {
    background-color: #030e27;
}
  .topbar.bg-custom-black {
    display:none;
}
  .menu-style .header .right-side .navigation .social-media {
    width: 100%;
    background: transparent;
    margin: 0 auto;
}
.menu-style .header .navigation .social-media ul li a {
    width: 4rem;
    height: 4rem;
}
.menu-style .header .navigation .social-media i {
       font-size: 2rem;
}
.satisfy-clients .counter p {
    font-size: 4rem;
}
.satisfy-clients .counter-box .counter span.count {
    font-size: 8rem;
}
  .menu-style .header .navigation .social-media ul {
    display: flex;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
  .menu-style .header .hamburger-icon .line.line-2 {
    top: 50%;
    width: 2.3rem;
    right: -0.3rem;
    margin: 0 auto;
    position: relative;
}
  .menu-style .header .hamburger-menu .menu-btn {
    position: relative;
    top: 0.5rem;
}
  .menu-style .header .hamburger-menu .menu-btn.active span:first-child {
    top: 1.09rem;
}
  .menu-style .header .hamburger-menu .menu-btn.active {
    top: 0.5rem;
}
.menu-style .header .hamburger-menu .menu-btn.active span:last-child {
    background-color: #030e27;
}
.menu-style .header .hamburger-menu .menu-btn span {
    height: 0.4rem;
    width: 3rem;
    margin-bottom: 0.7rem !important;
}
.menu-style .header .hamburger-menu .menu-btn span {
    background: #030e27;
    display: block;
}
.menu-style .header .hamburger-menu {
    display: flex;
    margin-right: 20px;
    align-items: center;
    cursor: pointer;
}
.menu-style .hamburger-menu .menu-btn {
    transition: 0.3s;
}
.menu-style .header .right-side .navigation {
    position: fixed;
    left: -320px;
    background: #ffff;
    width: 320px;
    top: 0;
    height: 100vh;
    transition: 0.5s all;
    overflow: auto;
    z-index: 100;
}
.menu-style .header .right-side .navigation {
    background: #c09551;
}

#menu-main-menu li a {
    color: #fff !important;
}
#menu-main-menu {
    display: inline-block;
        width: 100%;
        margin: 0 auto;
    text-align: center;
    top: 9rem;
}
 .menu-style .header .navigation .social-media ul li a {
    width: 4rem;
    height: 4rem;
}
.menu-style .header .navigation .social-media i {
       font-size: 2rem;
       color: #c09551;
}
  .menu-style .header .navigation .social-media ul {
    display: flex;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    top: 11rem;
}
.menu-style .header .social-media {
    display: block !important;
}
.menu-style .header .right-side .navigation .social-media ul li a {
    background: #fff;
    width: 5rem;
    height: 5rem;
}
.menu-style .header .right-side-2, .main-menu>li.menu-item:hover>a:after, .main-menu>li.menu-item.active>a:after {
    display: none;
}
.menu-style .header .right-side .hamburger-menu .menu-btn {
    position: relative;
    top: 0.5rem;
}
.menu-style .header .right-side .hamburger-menu .menu-btn.active span:first-child {
    background-color: #030e27;
}
.menu-style .custom-container .header .right-side .hamburger-menu .menu-btn span {
    background: #030e27;
}
.menu-style .custom-container .header .right-side .hamburger-menu {
    z-index: 1000;
}
.menu-style .custom-container .header .right-side .hamburger-menu .menu-btn.active span:last-child {
    background-color: #030e27;
}
.menu-style .custom-container .header .right-side .hamburger-menu .menu-btn span {
    height: 0.4rem;
    width: 3rem;
    margin-bottom: 0.7rem !important;
}
.menu-style .header .right-side .hamburger-menu {
    display: block;
    align-items: center;
    cursor: pointer;
}
.menu-style .header .right-side .navigation.active {
    width: 100%;
    padding-top: 2rem;
}
.menu-style .header .navigation.active .social-media, .menu-style .header .right-side .navigation.active {
    left: 0;
}
.menu-style .header .hamburger-menu .menu-btn.active {
    top: 0.5rem;
}
.menu-style .header .hamburger-menu .menu-btn.active {
    position: relative;
    transition: 0.3s;
}
.menu-style .header .hamburger-menu .menu-btn.active span:first-child {
    top: 1.09rem;
}
.menu-style .header  .hamburger-menu .menu-btn.active span:first-child {
    background-color: #030e27;
}
.menu-style .header .hamburger-menu .menu-btn.active span:first-child {
    transform: rotate(45deg);
    transition: 0.3s;
    position: relative;
}
.menu-style .header .hamburger-menu .menu-btn.active span:nth-child(2) {
    display: none;
}
.menu-style .custom-container .header .right-side .hamburger-menu .menu-btn .line.line-2 {
    top: 50%;
    width: 2.3rem;
    right: -0.3rem;
    margin: 0 auto;
    position: relative;
}
.menu-style .header .hamburger-menu .menu-btn.active span:last-child {
    transform: rotate(-45deg);
    transition: 0.3s;
}
.menu-style .header .right-side .navigation .social-media ul li a {
    width: 4rem;
    height: 4rem;
}
.menu-style .header .right-side .navigation .social-media ul li a {
    background: #fff;
}
.menu-style .header .right-side .navigation .social-media ul li a {
    display: flex;
    padding: 0;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    /* background: #fd5d14; */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.menu-style .custom-container .header .right-side .navigation .main-menu1 li.menu-item1 a {
    color: #fff;
    justify-content: left;
    text-align: left;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 1.5rem 1.5rem;
}
.main-menu1 li.menu-item1, .main-menu1 li.menu-item1 li {
    border-bottom: 2px solid #fff;
}
ul.custom.main-menu {
    display: none;
}

ul.custom.main-menu1.mobile {
    display: block !important;
    padding-top: 11rem;
    padding-bottom: 5rem;
}
.menu-style .header .right-side .navigation .social-media ul li {
    width: 50%;
}
.menu-style .header .right-side .hamburger-menu .menu-btn.active span:first-child {
    top: 1.09rem;
}
.section-padding.about-us .desktop-hide {
    display: none;
}
.section-padding.about-us .mobile-show {
    display: block !important;
}
}
@media(max-width: 767px){
    .topbar.bg-custom-black {
    display: none;
}
body .menu-style {
    padding: 0rem 0;
}
.section-padding {
    padding: 6rem 1rem 4rem;
}
.container {
    padding: 0 1rem;
}
h3 {
    font-size: 2.3rem;
}
.contact-us .right-section {
    width: 100%;
}
.footer-box {
    margin-top: 2rem;
}
.satisfy-clients .counter-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.satisfy-clients .counter-box .counter .fs-16 {
    font-size: 1.5rem;
}
.satisfy-clients .counter-box .counter span.count {
    font-size: 7rem;
}
.satisfy-clients .counter p {
    font-size: 3.5rem;
}
.bg-custom-black.section-padding.footer .text-custom-white.no-margin {
    font-size: 1.7rem;
}
footer.bg-custom-black.section-padding.footer {
    padding-top: 4rem;
}
body p {
    font-size: 1.45rem;
}

.section-padding.about-us.our-mission {
    padding-top: 4rem;
}
.section-padding.about-us.our-story{
    padding-bottom: 2rem !important;
}
.banner .banner-content h1 {
    font-size: 3rem;
}
.who-we-are .custom-pad {
    padding-bottom: 2rem;
}
.satisfy-clients .objective-content {
    padding: 2rem 0rem 0;
    width: 100%;
}
.our-story .col-6.about-right-side.p-relative {
    padding: 1rem;
}
.our-story .col-lg-6.mt-lg-0.mt-5.wow.fadeInLeftBig {
    padding: 0;
    margin-top: 0rem !important;
}
}