* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: Kelson-Sans-Bold;
    src: url('../fonts/Kelson-Sans-Bold.otf') format("opentype")
}

@font-face {
    font-family: BASKVILL;
    src: url('../fonts/BASKVILL.ttf') format("truetype")
}

@font-face {
    font-family: Kelson-Sans-Regular;
    src: url('../fonts/Kelson-Sans-Regular.otf') format("opentype")
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    margin: 0 auto;
    max-width: 1680px;

}

.overall {
    background: #f8eddf;
}

@media (max-width: 5120px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 2000px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1800px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1600px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1400px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 1300px) {
    .container-new-big {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .container-new-big {
        padding: 0 40px;
    }

    .navbar_baner_section .aries_logo {
        bottom: -280px;
    }

    .company-sec .container {
        width: 95% !important;
    }
}

@media only screen and (max-width: 560px) {
    .container-new-big {
        padding: 0 20px;
    }
}


/* navbar css */

li.nav-item.active,
li.nav-item:hover {
    border-top: 20px solid;
    border-image: linear-gradient(95deg, rgba(214, 145, 58, 1) 3%, rgba(255, 199, 101, 1) 42%, rgba(217, 149, 61, 1) 63%, rgba(215, 146, 59, 1) 94%) 1;
    height: 102px;
}

img.mobile {
    display: none;
}

.navbar_section {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.navbar_section a.nav-link {
    font-family: Kelson-Sans-Bold;
    text-transform: uppercase;
    margin: 0px 10px;
    font-size: 14px;
    color: #302f2d !important;
}

li.nav-item {
    height: 122px;
    display: flex;
    align-items: center;
}

nav.navbar {
    padding: 0;
    background-color: #fff8ef;
}

.navbar-nav .dropdown-menu {
    background-color: #fff8ef;
    border-radius: 0px;
    font-family: Kelson-Sans-Bold;
    text-transform: uppercase;
    margin: 0px 10px;
    font-size: 14px;
    color: #302f2d !important;
}

.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    text-decoration-color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
}

/* banner css */

.corousel_section {
    position: relative;
}

.corousel_section .carousel-item img {
    height: 600px;
    object-fit: cover;
}

.corousel_section .banner_div_content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 33%;
    overflow: hidden;
}

/* .corousel_section .carousel-item:hover img {
    transform: scale(1.05);
}

.corousel_section .carousel-item img {
    transition: 1s all ease-in-out;
} */

.corousel_section .banner_div_content h1 {
    font-family: BASKVILL;
    color: #f8f8f8;
    font-size: 70px;
    margin-bottom: 5px;
    line-height: 65px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.corousel_section .banner_div_content h1 span.span_2 {
    color: #d7923b;
}

.corousel_section .banner_div_content h2 {
    color: #d8d7d6;
    font-size: 35px;
    font-family: 'BASKVILL';
    letter-spacing: 10px;
    margin-top: 10px;
    display: flex;
    width: fit-content;
    margin: auto;
}

.corousel_section .banner_div_content .start_project {
    background: rgb(215, 146, 59);
    background: linear-gradient(140deg, rgba(215, 146, 59, 1) 26%, rgba(252, 195, 98, 1) 52%, rgba(223, 157, 68, 1) 97%);
    border-radius: 50%;
    border: none;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #453429;
    margin: auto;
    z-index: 16;
    position: relative;
}

.corousel_section .banner_div_content .start_project:hover {
    color: #f8eddf;
    border: 1.4px solid #f8eddf;
    background: transparent;
}

.corousel_section .banner_div_content .start_project:active {
    color: #453429 !important;
}

.corousel_section .banner_div_content .start_project:focus {
    color: #453429;
    box-shadow: none !important;
    background: rgb(215, 146, 59);
    background: linear-gradient(140deg, rgba(215, 146, 59, 1) 26%, rgba(252, 195, 98, 1) 52%, rgba(223, 157, 68, 1) 97%);
}

.corousel_section .banner_div_content .get_start_btn {
    margin-top: 30px;
}

.corousel_section h3.email {
    font-size: 22px;
    font-family: 'BASKVILL';
    margin-top: 60px;
    margin-bottom: 0;
    position: relative;
    z-index: 16;
}

.corousel_section a.email-txt {
    color: #ffffff;
    text-decoration: none;
}

.banner_div_content h2:before,
.banner_div_content h2:after {
    color: #d7923b;
    content: '';
    flex: 1;
    margin: 20px 10px;
    box-shadow: 0 -2px;
    width: 100px;
}

.corousel_section .carousel-indicators li {
    width: 5px;
    height: 70px;
    border-radius: 25px !important;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    background-color: #938d85;
    margin: 5px 0px;
}

.corousel_section .carousel-indicators {
    display: block;
    left: -135px;
    top: 220px;
    z-index: 999;
    width: 5px;
}

.corousel_section .carousel-indicators li.active {
    background: rgb(215, 146, 59);
    background: linear-gradient(140deg, rgba(215, 146, 59, 1) 26%, rgba(252, 195, 98, 1) 52%, rgba(223, 157, 68, 1) 97%);
}

.corousel_section a.email-txt2 {
    border-right: 2px solid;
    padding-right: 20px;
}

.corousel_section .email-txt3 {
    padding-left: 10px;
}

.corousel_section {
    position: relative;
}

.corousel_section .overlay-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #302f2d;
    opacity: 0.4;
}

/* about css */

div.overview {
    padding-top: 95px;
    padding-bottom: 130px;
}

div.overview h2.about-txt {
    text-align: center;
    color: #443329;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'BASKVILL';
    letter-spacing: 15px;
    line-height: 50px;
    font-size: 50px;
}

div.overview p.about-para {
    font-size: 22px;
    font-family: 'BASKVILL';
    color: #443329;
    text-align: center;
    margin-bottom: 0;
    margin-top: 35px;
}

div.overview .plus-btn {
    text-align: center;
    margin-top: 40px;
}

div.overview .plus {
    padding: 15px;
    text-decoration: none;
    font-size: 22px;
    width: 62px;
    display: flex;
    height: 62px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 1px solid transparent;
    color: #443329;
    background: rgb(215, 146, 59);
    background: linear-gradient(140deg, rgba(215, 146, 59, 1) 26%, rgba(252, 195, 98, 1) 52%, rgba(223, 157, 68, 1) 97%);
    text-decoration: none;
}

div.overview .plus:hover {
    border: 1.4px solid #48372d;
    background: transparent;
}

#more {
    display: none;
}

#myBt {
    display: none;
}

/* our story css */

div#our-story {
    overflow: hidden;
    background-image: url('../images/our-story.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

div#our-story h2.our-story-txt {
    color: #d7923b;
    font-size: 52px;
    font-family: 'BASKVILL';
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 10px;
    margin-bottom: 0;
    background: #d6913b;
    background: linear-gradient(to right, #d7913a 0%, #fcc360 50%, #d6913b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#our-story p.our-story-para {
    color: #f8eddf;
    font-size: 22px;
    font-family: 'BASKVILL';
    margin-bottom: 0;
    margin-top: 30px;
}

div#our-story .more-btn {
    margin-top: 40px;
}

div#our-story a.more-txt {
    padding: 10px 30px;
    border-image: linear-gradient(95deg, rgba(214, 145, 58, 1) 3%, rgba(255, 199, 101, 1) 42%, rgba(217, 149, 61, 1) 63%, rgba(215, 146, 59, 1) 94%) 1;
    border-width: 2px;
    border-style: solid;
    font-size: 18px;
    text-align: none;
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 99;
    text-decoration: underline !important;
    text-decoration-color: #c7984f !important;
    text-transform: uppercase;
    font-family: Kelson-Sans-Regular;
}

div#our-story a.more-txt:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
    text-decoration-color: #f8eddf !important;
    border: 2px solid transparent;
}

div#our-story .right-our-story {
    margin-top: 70px;
}

/* counter sec css */

div#counter {
    padding-top: 80px;
    padding-bottom: 120px;
}

div#counter .rbi_img {
    text-align: center;
}

div#counter .numbers-count {
    position: absolute;
    bottom: -43px;
}

div#counter h2.counters-txt {
    text-align: end;
    color: #443329;
    font-size: 75px;
    font-family: 'BASKVILL';
    margin-bottom: 0;
    line-height: 50px;
}

div#counter h3.counter-name {
    font-size: 31px;
    font-family: 'BASKVILL';
    margin-bottom: 0;
    margin-top: 10px;
}

div#counter span.purecounter {
    text-align: end;
    color: #443329;
    font-size: 75px;
    font-family: 'BASKVILL';
    margin-bottom: 0;
    line-height: 50px;
}

div#counter .first span.purecounter {
    position: initial;
    left: 20px;
}

.dollar {
    text-align: end;
    color: #443329;
    font-size: 75px;
    font-family: 'BASKVILL';
    margin-bottom: 0;
    line-height: 50px;
}

div#counter span.plus {
    text-align: end;
    color: #443329;
    font-size: 75px;
    font-family: 'BASKVILL';
    margin-bottom: 0;
    line-height: 50px;
}

div#counter span.purecounter.second {
    font-size: 60px;
}

.dollar.second {
    font-size: 60px;
}

div#counter span.plus.second {
    font-size: 60px;
}






div#counter .count-first {
    position: relative;
}

/* years of exp css */
div#years-of-exp {
    background-color: #fff8ef;
    padding-top: 105px;
    padding-bottom: 105px;
}

div#years-of-exp h2.years-txt {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'BASKVILL';
    line-height: 45px;
    letter-spacing: 10px;
    margin-bottom: 70px;
}

div#years-of-exp .management-div {
    position: absolute;
    padding-left: 16px;
    padding-right: 40px;
    width: 320px;
    height: 540px;
}

div#years-of-exp h3.management-txt {
    color: #fff;
    font-size: 38px;
    font-family: 'BASKVILL';
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 2px solid #d6913a;
    width: max-content;
}

div#years-of-exp .management-div2 {
    /* width: fit-content; */
    margin-top: 85px;
    text-align: center;
}

div#years-of-exp p.manage-para {
    color: #fff;
    font-size: 22px;
    font-family: 'BASKVILL';
    line-height: 27px;
    margin-top: 120px;
    margin-bottom: 15px;
}

div#years-of-exp a.more-txt2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 30px;
    border-image: linear-gradient(95deg, rgba(214, 145, 58, 1) 3%, rgba(255, 199, 101, 1) 42%, rgba(217, 149, 61, 1) 63%, rgba(215, 146, 59, 1) 94%) 1;
    border-width: 2px;
    border-style: solid;
    font-size: 18px;
    text-align: none;
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 99;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: Kelson-Sans-Regular;
}

span.arrow-right {
    color: #D6913A;
}

div#years-of-exp a.more-txt2:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
    border: 2px solid transparent;
}

div#years-of-exp a.more-txt2:hover .arrow-right {
    color: #f8eddf;
}

div#years-of-exp .right-slide-logo {
    width: 59px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 40px;
}

div#years-of-exp .right-slide-logo img {
    width: 100%;
    height: 100%;
}

/* div#years-of-exp .more-btn2 {
    display: flex;
    justify-content: space-between;
} */

div#years-of-exp .bg-slider {
    width: 327px;
    height: 575px;
}

div#years-of-exp .bg-slider img {
    width: 100%;
    height: 100%;
}


div#years-of-exp .bg-slider2 {
    width: 320px;
}

div#years-of-exp .row_flex {
    display: flex;
    justify-content: center;
}

div#years-of-exp .row_flex .first_slide_con2,
div#years-of-exp .row_flex .first_slide_con {
    margin-right: 15px;
}

div#years-of-exp .row_flex .first_slide_con2.last {
    margin-right: 0px;
}

div#years-of-exp .management-div3 {
    width: 345px !important;
}

div#years-of-exp .owl-nav {
    text-align: center;
    margin-top: 50px;
}

div#years-of-exp button.owl-prev {
    color: #48372d !important;
    width: 50px;
    height: 50px;
    border: 1.5px solid #e7bb83 !important;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 22px !important;
}

div#years-of-exp button.owl-prev:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
}

div#years-of-exp button.owl-prev:focus {
    outline: none;
}

div#years-of-exp button.owl-next {
    color: #48372d !important;
    width: 50px;
    height: 50px;
    border: 1.5px solid #e7bb83 !important;
    border-radius: 50%;
    font-size: 22px !important;
}

div#years-of-exp button.owl-next:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
}

div#years-of-exp button.owl-next:focus {
    outline: none;
}


/* hotel development css */

div#hotel-development {
    padding-top: 105px;
    padding-bottom: 70px;
}

div#hotel-development h2.hotel-development-txt {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'BASKVILL';
    line-height: 50px;
    letter-spacing: 10px;
    margin-bottom: 80px;
}

.mobile-carousel {
    display: none;
}

.mobile-carousel .dev-carousel-cnt {
    height: 400px;
}

/* .full-dev {
    display: flex;
    align-items: center;
    justify-content: center;
} */

div#hotel-development .dev-carousel-cnt {
    width: 100%;
    height: 503px;
    margin-right: 15px;
}

div#hotel-development .dev-carousel-cnt .dev-carousel-img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 503px;
    width: 100%;
}

div#hotel-development .dev-carousel-cnt .dev-carousel-img img {
    width: 100%;
    height: 503px;
    object-fit: cover;
}

div#hotel-development .dev-carousel-cnt .dev-carousel-img .overlay {
    display: none;
}

div#hotel-development .dev-carousel-cnt:hover .dev-carousel-img .overlay {
    display: block;
}

div#hotel-development .dev-carousel-cnt:hover .dev-carousel-img .primary {
    display: none;
}

div#hotel-development .dev-carousel-cnt .crousel-cnt {
    position: absolute;
    z-index: 2;
    width: 270px;
    bottom: 40px;
    left: 20px;
    z-index: 99;
}

div#hotel-development .dev-carousel-cnt .crousel-cnt h5 {
    font-size: 30px;
    color: #f8eddf;
    font-family: 'BASKVILL';
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    height: 100px;
}

div#hotel-development .dev-carousel-cnt .crousel-cnt h5 br {
    display: none;
}

div#hotel-development .dev-carousel-cnt .crousel-cnt p {
    font-size: 20px;
    color: #f8eddf;
    font-family: 'BASKVILL';
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}


div#hotel-development .dev-carousel-cnt .crousel-cnt a {
    font-size: 18px;
    font-family: 'Kelson-Sans-Regular';
    border-image: linear-gradient(95deg, rgba(214, 145, 58, 1) 3%, rgba(255, 199, 101, 1) 42%, rgba(217, 149, 61, 1) 63%, rgba(215, 146, 59, 1) 94%) 1;
    border-width: 2px;
    border-style: solid;
    font-size: 18px;
    text-align: none;
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 99;
    text-decoration: underline !important;
    text-decoration-color: #e1ab66 !important;
    padding: 7px 20px;
    cursor: pointer;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
}

div#hotel-development .dev-carousel-cnt .crousel-cnt a:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    text-decoration-color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
    border: 2px solid transparent;
}

div#hotel-development .management-div {
    position: absolute;
    padding-left: 25px;
    padding-right: 40px;
    width: 445px;
    z-index: 99;
}

div#hotel-development .management-div2 {
    margin-top: 272px;
}

div#hotel-development h3.management-txt {
    color: #fff;
    font-size: 26px;
    font-family: 'BASKVILL';
    text-transform: capitalize;
    margin-bottom: 0;
}

div#hotel-development p.manage-para {
    color: #fff;
    font-size: 22px;
    font-family: 'BASKVILL';
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 15px;
}

div#hotel-development .more-btn2 {
    display: flex;
    justify-content: end;
}

div#hotel-development a.more-txt2 {
    font-size: 18px;
    font-family: 'Kelson-Sans-Regular';
    border-image: linear-gradient(95deg, rgba(214, 145, 58, 1) 3%, rgba(255, 199, 101, 1) 42%, rgba(217, 149, 61, 1) 63%, rgba(215, 146, 59, 1) 94%) 1;
    border-width: 2px;
    border-style: solid;
    font-size: 18px;
    text-align: none;
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 99;
    text-decoration: none !important;
    text-decoration-color: #e1ab66 !important;
    padding: 7px 20px;
    cursor: pointer;
    text-decoration: none;
}

div#hotel-development a.more-txt2:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    text-decoration-color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
    border: 2px solid transparent;
}

div#hotel-development a.more-txt2:hover .arrow-right {
    color: #f8eddf;
}


#hotel-development .landing-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background-color: #5f4d3e;
    opacity: 0.4; */
}

div#hotel-development .management-div3 {
    width: 280px !important;
}

div#hotel-development .bg-slider2 {
    width: 327px;
}

.full-cnt {
    width: 85%;
    margin: 0 auto;
}

div#hotel-development .owl-dots {
    display: none;
}

div#hotel-development .owl-nav {
    display: block !important;
}

div#hotel-development button.owl-prev {
    color: #48372d !important;
    width: 50px;
    height: 50px;
    border: 1.5px solid #e7bb83 !important;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 22px !important;
}

div#hotel-development button.owl-prev:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
}

div#hotel-development button.owl-next {
    color: #48372d !important;
    width: 50px;
    height: 50px;
    border: 1.5px solid #e7bb83 !important;
    border-radius: 50%;
    font-size: 22px !important;
}

div#hotel-development button.owl-next:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
}

div#hotel-development .owl-nav {
    text-align: center;
    margin-top: 50px;
}

div#hotel-development button.owl-prev:focus {
    outline: none;
}

div#hotel-development button.owl-next:focus {
    outline: none;
}



.history_image video {
    width: 100%;
    height: 100%;
}

h2.rich-history-txt {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'BASKVILL';
    letter-spacing: 10px;
    margin-bottom: 55px;
}

.history_image {
    text-align: center;
    width: 1055px;
    margin: auto;
}

.history_image img {
    width: 100%;
}


/* join sec css */

div#join-sec {
    padding-top: 120px;
}

div#join-sec h2.join-txt {
    text-align: center;
    margin-bottom: 0;
    color: #443329;
    font-size: 50px;
    font-family: 'BASKVILL';
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 10px;
}

div#join-sec p.join-para {
    font-size: 22px;
    font-family: 'BASKVILL';
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
    margin-top: 25px;
}

div#join-sec .search-div ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

div#join-sec .search-div ul li.search_box {
    list-style: none;
    font-size: 22px;
    font-family: 'BASKVILL';
    margin: 0px 10px;
    border: 2px solid #d8943c;
    color: #443329;
    padding: 5px 30px;
    font-weight: bold;
}

div#join-sec .search-div ul li.search_box:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
    cursor: pointer;
    border: 2px solid transparent;
}

div#join-sec .search-div {
    border-bottom: 1.5px solid #d8943c;
    padding-bottom: 70px;
}

/* ================== */
.more-btn2.more-btn2-1 {
    margin-top: 70px;
}

.more-btn2.more-btn2-2 {
    margin-top: 45px;
}

#more {
    display: none;
}

.under-construction {
    text-align: center;
    margin-bottom: 0;
    color: #443329;
    font-size: 50px;
    font-family: 'BASKVILL';
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 10px;
    margin-top: 50px;
}

/* media query */
@media (min-width:1497px) {

    .company-sec .container {
        padding: 10px 90px !important;
        width: 90%;
    }

    /* div#years-of-exp .management-div {
        padding-right: 23px;
    }

    div#years-of-exp .bg-slider {
        width: 520px;
    }

    div#years-of-exp .management-div {
        width: 500px;
    }

    div#years-of-exp .bg-slider2 {
        width: 380px !important;
    }

    div#years-of-exp .management-div3 {
        width: 380px !important;
    } */

    div#hotel-development .bg-slider {
        width: 520px;
    }

    div#hotel-development .management-div {
        width: 500px;
    }

    div#hotel-development .bg-slider2 {
        width: 380px !important;
    }

    div#hotel-development .management-div3 {
        width: 380px !important;
    }
}

@media (min-width:1530px) {

    /* div#years-of-exp .bg-slider {
        width: 400px;
    }

    div#years-of-exp .management-div {
        width: 380px;
    }

    div#years-of-exp .bg-slider2 {
        width: 340px !important;
    }

    div#years-of-exp .management-div3 {
        width: 340px !important;
    } */

    div#hotel-development .bg-slider {
        width: 520px;
    }

    div#hotel-development .management-div {
        width: 500px;
    }

    div#hotel-development .bg-slider2 {
        width: 380px !important;
    }

    div#hotel-development .management-div3 {
        width: 380px !important;
    }


}

@media(min-width:1300px) {
    .full-cnt {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width:1200px) {

    div#our-story .right-our-story {
        margin-left: 45px;
    }

    div#our-story h2.our-story-txt {
        font-size: 46px;
    }

    div#years-of-exp .bg-slider {
        width: 365px;
    }

    div#years-of-exp .management-div {
        width: 365px;
    }

    div#years-of-exp p.manage-para {
        margin-top: 130px;
    }

    div#hotel-development .bg-slider {
        width: 365px;
    }

    div#hotel-development .management-div {
        width: 365px;
    }

    .more-btn2.more-btn2-1 {
        margin-top: 40px;
    }

    .corousel_section .carousel-indicators {
        top: 130px;
    }
}


@media(max-width:1180px) {
    div#our-story h2.our-story-txt {
        font-size: 46px;
    }
}

@media (max-width:1112px) {

    div#our-story .right-our-story {
        margin-left: 84px;
    }

    div#years-of-exp .bg-slider {
        width: 335px;
    }

    div#years-of-exp .management-div {
        width: 335px;
    }

    div#hotel-development .bg-slider {
        width: 335px;
    }

    div#hotel-development .management-div {
        width: 335px;
    }

    .history_image {
        width: auto;
    }

    div#our-story h2.our-story-txt {
        font-size: 40px;
    }
}

@media (max-width:1024px) {

    .owl-3 {
        height: 550px;
    }

    div#hotel-development .owl-nav {
        position: absolute;
        top: 87%;
        width: 100%;
    }

    div#hotel-development {
        padding-bottom: 100px;
    }

    .full-cnt {
        width: 100%;
    }

    div#hotel-development .dev-carousel-cnt .crousel-cnt p {
        font-size: 18px;
    }

    div#years-of-exp .management-div3 {
        width: 330px !important;
    }

    .corousel_section .banner_div_content h1 {
        font-size: 60px;
    }

    div#hotel-development .owl-3 .owl-item.center {
        width: 310px !important;
    }


    .corousel_section .carousel-indicators {
        top: 90px;
    }

    .navbar_section a.nav-link {
        font-size: 12px;
    }

    .corousel_section .banner_div_content {
        top: 22%;
    }

    .our-story-left {
        width: 400px;
        margin: auto;
        padding-top: 80px;
    }

    .our-story-left img {
        width: 100%;
    }

    div#our-story .right-our-story {
        margin-left: 0;
    }

    div#our-story h2.our-story-txt {
        font-size: 50px;
    }

    div#our-story p.our-story-para {
        margin-top: 10px;
    }

    div#our-story {
        padding-bottom: 50px;
    }

    div#counter span.plus {
        font-size: 60px;
    }

    div#counter span.purecounter {
        font-size: 60px;
    }

    .dollar {
        font-size: 60px;
    }


    div#counter span.purecounter.second {
        font-size: 50px;
    }

    .dollar.second {
        font-size: 50px;
    }

    div#counter span.plus.second {
        font-size: 50px;
    }

    div#years-of-exp .bg-slider {
        width: 305px;
        height: 550px;
    }

    div#years-of-exp .management-div {
        width: 305px;
    }

    div#years-of-exp h3.management-txt {
        font-size: 35px;
    }

    div#years-of-exp .more-btn2 {
        display: block;
        margin-top: 30px;
    }

    div#years-of-exp .right-slide-logo {
        display: none;
    }

    div#hotel-development .bg-slider {
        width: 305px;
    }

    div#hotel-development .management-div {
        width: 305px;
    }

    div#hotel-development .more-btn2 {
        justify-content: start;
    }

    div#our-story h2.our-story-txt {
        font-size: 44px;
    }

    .more-btn2.more-btn2-2 {
        margin-top: 55px !important;
    }

    .corousel_section h3.email {
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    div#hotel-development .owl-nav {
        position: unset;
    }

    li.nav-item.active,
    li.nav-item:hover {
        border-top: none;
        border-image: linear-gradient(95deg, rgba(214, 145, 58, 1) 3%, rgba(255, 199, 101, 1) 42%, rgba(217, 149, 61, 1) 63%, rgba(215, 146, 59, 1) 94%) 1;
        height: auto;
    }

    div#hotel-development .dev-carousel-cnt .crousel-cnt h5 br {
        display: none;
    }

    div#hotel-development .dev-carousel-cnt .dev-carousel-img {
        height: 503px;
        width: 100%;
    }

    div#hotel-development .dev-carousel-cnt .crousel-cnt {
        width: 90%;
    }

    .mobile-carousel {
        display: block;
    }

    div#hotel-development .owl-3 {
        display: none;
    }


    div#hotel-development .owl-3 .owl-item.center {
        width: 400px !important;
    }

    .navbar_section a.nav-link {
        margin: 0px 5px;
    }

    .corousel_section .banner_div_content h2 {
        font-size: 30px;
    }
}

@media (max-width:991px) {
    nav.navbar.navbar-light .navbar-toggler {
        outline: none;
    }

    html {
        scroll-padding-top: 350px;
    }

    nav.navbar {
        padding: .5rem 1rem;
    }

    li.nav-item {
        height: auto;
        display: block;
    }

    li.nav-item.active {
        height: auto;
    }

    li.nav-item.active {
        border-top: 0px solid;
        border-bottom: 5px solid;
    }

    div#counter .numbers-count {
        bottom: -45px;
        left: 310px;
    }

    div#counter .count-first {
        margin-top: 135px;
    }

    div#years-of-exp .row_flex {
        display: block;
    }

    div#years-of-exp .bg-slider {
        width: 475px;
        margin: 40px auto 0px;
    }

    div#years-of-exp .management-div {
        left: 195px;
    }



    /* div#years-of-exp .bg-slider {
        padding-top: 50px;
    } */

    div#hotel-development .row_flex {
        display: block;
    }

    div#hotel-development .bg-slider {
        width: 475px;
        margin: auto;
        padding-top: 50px;
    }

    div#hotel-development .management-div {
        width: auto;
        left: 230px;
    }
}

@media (max-width:932px) {

    .corousel_section .banner_div_content {
        top: 12%;
    }

    .corousel_section .carousel-indicators {
        left: -90px;
        top: 165px;
    }

    div#counter span.plus {
        font-size: 55px;
    }

    div#counter span.purecounter {
        font-size: 55px;
    }

    div#counter span.purecounter.second {
        font-size: 45px;
    }

    .dollar.second {
        font-size: 45px;
    }

    div#counter span.plus.second {
        font-size: 45px;
    }

    .dollar {
        font-size: 55px;
    }

    div#counter .numbers-count {
        left: 40px;
    }
}

@media (max-width:820px) {

    .corousel_section .banner_div_content h2 {
        font-size: 25px;
    }

    div#years-of-exp .management-div {
        left: 128px;
    }

    div#hotel-development p.manage-para {
        width: 90%;
    }

    div#hotel-development .management-div {
        left: 115px;
    }

    div#years-of-exp p.manage-para {
        margin-top: 90px;
    }

    .corousel_section .banner_div_content h1 {
        font-size: 55px;
    }

    .corousel_section h3.email {
        margin-top: 35px;
    }

    .corousel_section .carousel-indicators {
        top: 130px;
    }

    div#counter .numbers-count {
        left: 40px;
    }

    div#hotel-development .management-div {
        left: 145px;
    }

    .corousel_section h3.email {
        margin-top: 25px;
    }
}

@media (max-width:768px) {

    .corousel_section .banner_div_content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .corousel_section .banner_div_content h2 {
        font-size: 25px;
    }

    .corousel_section h3.email {
        margin-top: 20px;
    }

    div#counter .numbers-count {
        left: 20px;
    }

    div#years-of-exp .management-div {
        width: 475px;
    }

    div#years-of-exp .management-div {
        left: 105px;
    }

    div#hotel-development .management-div {
        left: 110px;
    }
}

@media (max-width:720px) {

    .corousel_section .carousel-indicators {
        top: 105px;
    }

    .corousel_section .banner_div_content h1 {
        line-height: 45px;
    }

    div#counter .numbers-count {
        left: 180px;
    }

    .corousel_section .carousel-indicators {
        top: 28px !important;
    }

    .about-cnt-sec h2 br {
        display: none;
    }

    .our-management-sec .our-managemane-cnt {
        left: 5% !important;
    }
}

@media (max-width:700px) {

    div#counter .numbers-count {
        left: 165px;
    }

    div#years-of-exp .management-div {
        left: 85px;
    }

    div#hotel-development .management-div {
        left: 85px;
    }
}

@media (max-width:668px) {

    div#years-of-exp .management-div {
        left: 30px;
    }

    .corousel_section .carousel-indicators {
        top: 75px;
        left: -75px;
    }

    div#hotel-development .management-div {
        left: 65px;
    }

    .corousel_section .banner_div_content h2 {
        font-size: 20px;
    }

    div#hotel-development h2.hotel-development-txt {
        font-size: 45px;
    }
}

@media (max-width:600px) {



    .navbar_section a.nav-link {
        margin: 5px 5px;
        display: inline;
        width: 100%;
        font-size: 16px;
    }

    .corousel_section .banner_div_content .get_start_btn {
        margin-top: 0;
        display: none;
    }

    .corousel_section .banner_div_content h1 {
        line-height: 40px;
        font-size: 35px;
    }

    .corousel_section .banner_div_content .get_start_btn {
        margin-top: 10px;
    }

    .corousel_section h3.email {
        margin-top: 10px;
    }

    .corousel_section .carousel-indicators {
        display: none;
    }

    div#counter .numbers-count {
        left: 120px;
    }

    div#years-of-exp .management-div {
        left: 35px;
    }

    div#hotel-development .management-div {
        left: 25px;
    }
}

@media (max-width:500px) {

    .corousel_section .banner_div_content h1 {
        line-height: 35px;
        font-size: 25px;
    }

    .corousel_section .banner_div_content h2 {
        font-size: 20px;
    }

    .corousel_section h3.email {
        display: none;
    }

    div.overview h2.about-txt {
        letter-spacing: 10px;
        line-height: 40px;
        font-size: 35px;
    }

    div.overview p.about-para {
        font-size: 18px;
    }

    div#our-story {
        padding-bottom: 80px;
    }

    div#counter .numbers-count {
        left: 80px;
    }

    div#years-of-exp h2.years-txt {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 10px;
    }

    div#years-of-exp .management-div {
        left: 0px;
    }

    div#hotel-development h2.hotel-development-txt {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    h2.rich-history-txt {
        font-size: 35px;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        font-size: 45px !important;
    }

    h2.rich-history-txt {
        font-size: 40px;
    }

    .footer .logo {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .footer .logo a img {
        width: 100%;
        height: 100%;
    }

    div#our-story h2.our-story-txt {
        font-size: 40px;
        text-align: center;
    }

    .navbar-nav li.nav-item {
        margin: 5px 0px;
    }
}

@media (max-width:430px) {
    div#years-of-exp .management-div2 {
        margin-top: 25px;
    }


    .corousel_section .carousel-item img {
        height: 240px;
    }

    .world-cls-sec {
        padding: 80px 0px 100px;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        margin: 30px 0px;
    }

    div#join-sec {
        padding-top: 80px;
    }

    div#years-of-exp .owl-nav {
        margin-top: 40px;
    }

    .portfolio-sec .portfolio-sec-head {
        padding-top: 20px !important;
    }

    div#years-of-exp {
        padding-top: 85px;
        padding-bottom: 50px;
    }

    div#counter .count-first {
        margin-top: 90px;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt p {
        font-size: 26px;
        width: 90%;
        margin: 0 auto;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        margin: 20px 10px;
        letter-spacing: 5px;
    }

    .corousel_section .banner_div_content {
        top: 10%;
    }

    .corousel_section .banner_div_content .get_start_btn {
        margin-top: 0;
    }

    img.mobile {
        width: 60px;
        height: 60px;
    }

    img.desktop {
        display: block;
        width: 170px;
    }

    div.overview {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    div.overview h2.about-txt br {
        display: none;
    }

    div#our-story h2.our-story-txt br {
        display: none;
    }

    div#our-story p.our-story-para {
        text-align: center;
    }

    div#our-story .more-btn {
        text-align: center;
    }

    .our-story-left {
        display: none;
    }

    div#counter {
        padding-top: 0;
    }

    div#counter .numbers-count {
        left: 55px;
    }

    div#years-of-exp h2.years-txt br {
        display: none;
    }

    div#years-of-exp h2.years-txt {
        margin-bottom: 60px;
    }

    div#years-of-exp .management-div {
        width: auto;
    }

    div#years-of-exp p.manage-para {
        margin-top: 210px;
        font-weight: bold;
    }

    div#hotel-development p.manage-para {
        font-weight: bold;
    }

    div#hotel-development h2.hotel-development-txt br {
        display: none;
    }

    h2.rich-history-txt br {
        display: none;
    }

    .corousel_section .banner_div_content h2 {
        font-size: 15px;
    }

    div#our-story h2.our-story-txt {
        font-size: 40px;
    }

    div#years-of-exp p.manage-para {
        margin-top: 80px;
        font-size: 26px;
        word-spacing: 3px;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        font-size: 40px !important;
    }

    div.overview p.about-para {
        font-size: 26px;
    }

    div#our-story p.our-story-para {
        font-size: 26px;
    }

    div#hotel-development h3.management-txt {
        font-size: 40px;
        color: #f8eddf;
    }

    div#hotel-development .management-div2 {
        margin-top: 200px;
    }

    div#hotel-development p.manage-para {
        font-size: 26px;
        line-height: 35px;
        word-spacing: 5px;
        color: #f8eddf;
    }

    div#hotel-development .bg-slider {
        width: auto;
        margin: auto;
    }

    div#hotel-development .owl-nav {
        margin-top: 30px;
    }

    div#join-sec p.join-para {
        font-size: 26px;
    }

    .contact-sec .contact-form-sec .form-section-form .contact-form {
        font-size: 22px !important;
    }

    .contact-sec .contact-form-sec .form-section-form .contact-form1 {
        font-size: 22px !important;
    }

    .portfolio-sec {
        padding: 90px 0px 70px;
    }
}

@media (max-width:414px) {

    div#our-story h2.our-story-txt {
        font-size: 35px;
        text-align: center;
    }

    div#years-of-exp h3.management-txt {
        color: #f8eddf;
    }

    div#years-of-exp p.manage-para {
        margin-top: 75px;
        color: #f8eddf;
    }

    .our-management-sec .our-managemane-cnt {
        left: 0% !important;
    }
}

@media (max-width:394px) {
    .corousel_section .banner_div_content {
        top: 26%;
    }

    div#hotel-development h2.hotel-development-txt {
        font-size: 32px;
        letter-spacing: 8px;
    }

    .corousel_section .banner_div_content h1 {
        line-height: 30px;
        font-size: 26px;
    }

    .corousel_section .banner_div_content h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .corousel_section .banner_div_content .start_project {
        width: 50px;
        height: 50px;
    }

    div#counter .numbers-count {
        left: 40px;
    }

    div#hotel-development .management-div {
        left: 0;
    }
}

@media (max-width:390px) {

    div.overview h2.about-txt {
        font-size: 30px;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        font-size: 35px !important;
    }
}

@media (max-width:376px) {

    div#hotel-development h2.hotel-development-txt {
        font-size: 30px;
    }

    div#join-sec .search-div ul li.search_box {
        font-size: 20px;
    }

    div#counter span.purecounter {
        font-size: 50px;
    }

    div#counter span.purecounter.second {
        font-size: 40px;
    }

    .dollar.second {
        font-size: 40px;
    }

    div#counter span.plus.second {
        font-size: 40px;
    }

    .dollar {
        font-size: 50px;
    }

    div.overview h2.about-txt {
        font-size: 28px;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt p {
        font-size: 17px;
    }

    div#our-story h2.our-story-txt {
        font-size: 32px;
    }
}

@media (max-width:375px) {
    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt p {
        font-size: 17px !important;
    }

    .about-cnt-sec h2 {
        font-size: 30px;
    }
}


@media (max-width:320px) {



    .corousel_section .banner_div_content h1 {
        line-height: 20px;
        font-size: 18px;
    }

    div.overview h2.about-txt {
        line-height: 35px;
        font-size: 30px;
    }

    div#counter .numbers-count {
        left: 5px;
    }

    div#years-of-exp h2.years-txt {
        font-size: 30px;
    }

    div#years-of-exp h3.management-txt {
        font-size: 30px;
    }

    div#years-of-exp p.manage-para {
        margin-top: 155px;
    }

    div#years-of-exp .management-div3 {
        width: auto !important;
    }

    div#hotel-development h2.hotel-development-txt {
        font-size: 22px;
    }

    h2.rich-history-txt {
        font-size: 30px;
    }

    div#join-sec .search-div ul li.search_box {
        font-size: 17px;
    }

    .footer .footer-link ul li {
        padding-right: 25px;
    }

    .corousel_section .banner_div_content h2 {
        display: none;
    }

    .corousel_section .banner_div_content {
        top: 25%;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        font-size: 28px !important;
    }

    div#our-story h2.our-story-txt {
        font-size: 24px;
    }

    div.overview h2.about-txt {
        font-size: 28px;
    }

    div#years-of-exp p.manage-para {
        margin-top: 130px;
    }
}



/* bavan css */

.world-cls-sec {
    background-image: url(../images/welcome-bg.webp);
    background-size: 100% 100%;
    padding: 67px 0px;
    text-align: center;

}

.world-cls-sec .world-cls-sec-cnt .world-cls-sec-img {
    width: 135px;
    height: auto;
    margin: 0 auto;
}

.world-cls-sec .world-cls-sec-cnt .world-cls-sec-img img {
    width: 100%;
    height: 100%;
}

.world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
    font-size: 60px;
    color: #f8eddf;
    font-family: baskervi;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 20px 0px;
}

.world-cls-sec .world-cls-sec-cnt .world-cls-cnt p {
    font-size: 22px;
    color: #f8eddf;
    font-family: baskervi;
    margin-top: 20px;
}

.about-mre-btn a {
    padding: 10px 30px;
    border-image: linear-gradient(95deg, rgba(214, 145, 58, 1) 3%, rgba(255, 199, 101, 1) 42%, rgba(217, 149, 61, 1) 63%, rgba(215, 146, 59, 1) 94%) 1;
    border-width: 2px;
    border-style: solid;
    font-size: 20px;
    text-align: none;
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 99;
    text-decoration: underline !important;
    text-decoration-color: #e1ab66 !important;
    text-transform: uppercase;
    font-family: Kelson-Sans-Regular;
}

.about-mre-btn a:hover {
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    border: transparent;
    color: #f8eddf !important;
    text-decoration-color: #f8eddf !important;
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
    border: 2px solid transparent;
}

.about-mre-btn {
    margin-top: 42px;
}

.portfolio-sec {
    padding: 40px 0px 40px;
    background-color: #f8eddf;
}

.portfolio-sec .portfolio-sec-head {
    padding-top: 50px;
    text-align: center;
}

.portfolio-sec .portfolio-sec-head h2 {
    font-size: 50px;
    font-family: baskervi;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #443329;
    margin-bottom: 15px;
}

.portfolio-sec .portfolio-sec-head h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #443329;
    font-family: baskervi;
}

.portfolio-sec .portfolio-carousel-sec {
    margin: 40px 0px;
}

.portfolio-sec .portfolio-carousel-sec .portfolio-carousel-img img {
    width: 100%;
    height: 100%;
    transition: 1s all ease-in-out;
    object-fit: cover;
}

.portfolio-sec .portfolio-carousel-sec .portfolio-carousel-img img:hover {
    transform: scale(1.2);
}

.portfolio-sec .portfolio-carousel-sec .portfolio-carousel-img {
    width: 91%;
    height: 313px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.portfolio-sec .portfolio-carousel-sec .portfolio-carousel-img .img-overlay img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    object-fit: cover;
}

.portfolio-sec .portfolio-carousel-sec .portfolio-carousel-img:hover img {
    display: none;
    transition: 2s all ease-in-out;
}

.portfolio-sec .portfolio-carousel-sec .portfolio-carousel-img:hover .img-overlay img {
    display: block;
}



.portfolio-sec .portfolio-carousel-sec .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -7px;
    top: 38%;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background: rgb(214, 145, 58);
    background: linear-gradient(153deg, rgba(214, 145, 58, 1) 44%, rgba(255, 199, 101, 1) 66%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sec .portfolio-carousel-sec .owl-carousel .owl-nav button.owl-prev span {
    font-size: 42px;
    position: relative;
    top: -5px;
}

.portfolio-sec .portfolio-carousel-sec .owl-carousel .owl-nav button.owl-next span {
    font-size: 42px;
    position: relative;
    top: -5px;
}

.portfolio-sec .portfolio-carousel-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -7px;
    top: 38%;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background: rgb(214, 145, 58);
    background: linear-gradient(153deg, rgba(214, 145, 58, 1) 44%, rgba(255, 199, 101, 1) 66%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sec .portfolio-carousel-sec .owl-carousel .owl-nav button:focus {
    outline: transparent;
}

.portfolio-sec .portfolio-btm-cnt {
    text-align: center;
}

.portfolio-sec .portfolio-btm-cnt p {
    font-size: 22px;
    font-family: baskervi;
}

.portfolio-sec .container {
    border-bottom: 1.4px solid #D6913A;
    padding-bottom: 80px;
}

.contact-sec {
    padding: 80px 0px 100px;
    font-family: BASKVILL;
}

.contact-sec .contact-sec-head h2 {
    font-size: 50px;
    font-family: baskervi;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #443329;
    margin-bottom: 15px;
    text-align: center;
    line-height: 48px;
}

.contact-sec .contact-form-sec {
    width: 65%;
    margin: 0 auto;
}

button#dropdownMenuButton {
    width: 100%;
    background: #f8eddf;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin: auto;
}

.form-section-form {
    margin: 30px 0px;
}

.contact-sec .contact-form-sec .form-section-form .contact-form {
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid #443329;
    border-radius: 0px;
    font-size: 18px;
    font-family: baskervi;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #443329;

}

.contact-sec .contact-form-sec .form-section-form .contact-form:focus {
    box-shadow: none;
}

.contact-sec .contact-form-sec .form-section-form .contact-form::placeholder {
    color: #443329;
    font-family: BASKVILL;
}

.contact-sec .contact-form-sec .form-section-form .contact-form1::placeholder {
    color: #443329;
    font-family: BASKVILL;
}

.about-mre-btn.submit {
    text-align: center;
    margin-top: 62px;
}

.contact-sec {
    margin: 0 auto;
    max-width: 1680px;
}

.contact-sec .contact-form-sec .form-section-form .contact-form1 {
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid #443329;
    border-radius: 0px;
    font-size: 18px;
    font-family: baskervi;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #443329;
}

.contact-sec .contact-form-sec .form-section-form .contact-form1:focus {
    box-shadow: none
}

.company-sec .container {
    border-top: 1.5px solid #D6913A;
    border-bottom: 1.5px solid #D6913A;
    padding: 10px 0px !important;
    width: 90%;
}

.company-sec .company-sec-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.company-sec .company-sec-img .company-img {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-right: 0px;
}

.company-sec .company-sec-img .company-img img {
    width: 140px;
    height: auto;
}

.footer {
    text-align: center;
    padding: 80px 0px 50px;
}

.footer .footer-link {
    padding: 50px 0px 20px;
}

.footer .footer-link ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer .footer-link ul li {
    padding-right: 35px;
}

a.link {
    background: linear-gradient(153deg, rgba(214, 145, 58, 1) 44%, rgba(255, 199, 101, 1) 66%);
    background: #D6913A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .footer-link ul li a {
    color: #443329;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Kelson-Sans-Bold;
    text-decoration: none;
}

.footer .footer-link ul li a:hover {
    color: #ad7733;
}

.footer .footer-btm {
    text-align: center;
    color: #443329;
}

.footer .footer-btm a {
    text-decoration: none;
    color: #443329;
    font-size: 30px;
    font-family: baskervi;
    border-bottom: 15px;
    font-family: 'BASKVILL';
}

.footer .footer-btm p {
    font-size: 18px;
    font-family: baskervi;

}

.footer .footer-btm p a {
    color: #443329;
    font-size: 18px;
}

.footer .footer-social-link {
    margin-top: 30px;
}

.footer .footer-social-link ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer .footer-social-link ul li {
    padding-right: 10px;
}

.footer .footer-social-link ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgb(214, 145, 58);
    background: linear-gradient(153deg, rgba(214, 145, 58, 1) 44%, rgba(255, 199, 101, 1) 66%);
    padding: 5px;
    color: #f8eddf;
    font-size: 21px;
}

.thankyouPage_sec {
    text-align: center;
    background-color: #f8eddf;
    padding: 100px 0px;
}

.thankyouPage_sec h1 {
    font-family: 'BASKVILL';
    font-size: 40px;
    color: #443329;
    margin-top: 30px;
}

.thankyouPage_sec p {
    font-family: 'BASKVILL';
    font-size: 20px;
    padding: 15px;
    color: #443329;

}

.four_not_four_page_section .button_part_404 {
    display: flex;
    justify-content: center;
}

.four_not_four_page_section .button_part_404 .error_btn_1 a {
    width: 110px;
    height: 110px;
    border: 1px solid #443329;
    border-radius: 50%;
    display: inline-block;
    color: #443329;
    font-family: 'BASKVILL';
    font-size: 24px;
    display: flex;
    justify-content: center;
    line-height: 25px;
    align-items: center;
    text-decoration: none;
}


@media(max-width:550px) {
    .world-cls-sec {
        background-size: cover;
        padding: 70px 0px 110px;
    }

    .footer .footer-link ul li {
        padding-bottom: 15px;
    }
}

@media(max-width:500px) {
    .corousel_section .carousel-item img {
        height: 300px !important;
    }

    div#join-sec .search-div ul {
        display: block;
    }

    div#join-sec .search-div ul li.search_box {
        margin-top: 20px;
        text-align: center;
    }

    #rich-history {
        padding-top: 50px;
    }
}

@media(max-width:430px) {
    #rich-history {
        padding-top: 50px;
    }

    .corousel_section .carousel-item img {
        height: 260px !important;
    }

    div#years-of-exp .management-div {
        padding-top: 50px;
    }

    div#years-of-exp .owl-item .all-slider {
        height: 560px;
    }

    .portfolio-sec .portfolio-btm-cnt p {
        font-size: 26px;
    }

    .contact-sec .contact-form-sec {
        width: 88%;
    }

    .contact-sec .contact-sec-head h2 {
        font-size: 35px;
    }

    div#join-sec h2.join-txt {
        font-size: 35px;
    }

    .portfolio-sec .portfolio-sec-head h2 {
        font-size: 40px;
        margin-top: 30px;
    }

    .portfolio-sec .portfolio-sec-head h3 {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        font-size: 35px;
    }

    li.nav-item.active {
        border-bottom: 2px solid;
    }
}

@media(max-width:320px) {
    .world-cls-sec .world-cls-sec-cnt .world-cls-cnt h2 {
        font-size: 40px;
        margin: 30px 0px;
    }

    .portfolio-sec .portfolio-sec-head h2 {
        font-size: 33px;
    }

    .portfolio-sec .portfolio-sec-head h3 br {
        display: none;
    }

    .portfolio-sec .portfolio-sec-head h3 {
        font-size: 22px;
    }

    .portfolio-sec .portfolio-carousel-sec .owl-carousel .owl-nav button.owl-prev {
        top: 32%;
        height: 35px;
        width: 35px;
    }

    .portfolio-sec .portfolio-carousel-sec .owl-carousel .owl-nav button.owl-next {
        top: 32%;
        height: 35px;
        width: 35px;
    }

    .contact-sec .contact-sec-head h2 {
        font-size: 35px;
    }

    .our-management-sec p {
        font-size: 24px;
    }
}

#back_click_top.show {
    opacity: 1;
    visibility: visible;
}

#back_click_top {
    display: inline-block;
    background-color: #dfa800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50% !important;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff !important;
    background: #D6913A;
    background: linear-gradient(to bottom right, #D6913A 0%, #FFC765 35%, #D9953D 70%, #D7923B 100%);
    -webkit-background-clip: initial;
    text-decoration: none;
    -webkit-text-fill-color: initial;
}