@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    color: #7c7c7c;
    font-size: 17px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'libel-suit-rg';
    src: url(../fonts/libel-suit-rg.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 0px 25px;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
    background: #d1ae45;
    position: relative;
    font-size: 20px;
    transition: all 250ms;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 55px;
    text-transform: uppercase;
    box-shadow: -3px 3px 0 2px #000;
}


/* .theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 10px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}
 */

.theme_btn:hover {
    color: #fff;
    background: #522888;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'poppins';
    font-size: 19px;
    line-height: 1.3;
    color: #d1ae45;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 40px 0 20px;
}

h2 {
    font-family: 'libel-suit-rg';
    font-size: 84px;
    line-height: 1.2;
    color: #1e0534;
    margin: 0 0 30px;
    text-transform: uppercase;
}

h3 {
    font-family: 'libel-suit-rg';
    font-size: 41px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 28px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */


/*.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.menuSec li:hover ul {opacity: 1;}

.menuSec ul li a {
    position: relative;
    text-decoration: none;
    color: #393939;
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li>ul {
    position: absolute;
    z-index: 0;
    background-color: #000000;
    left: 0px;
    width: 200px;
    text-align: left;
    top: -80px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.menuSec li:hover ul {
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 99;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
    width: 100%;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
*/

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 38%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.menu_sec #menu li a {
    font-size: 18px;
    color: #7c7c7c;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
}

.menu_sec #menu {
    justify-content: center;
    margin: 0;
    gap: 40px;
}

.menu_sec #menu>li>ul {
    background: #000;
    width: 240px;
    position: absolute;
    top: -90px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}

.menu_sec #menu>li>ul>li>a {
    color: #fff;
}


.menu_sec #menu>li:nth-child(3):hover:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}

.menu_sec #menu>li:nth-child(3):hover ul li {
    margin-bottom: 11px;
    background: green;
    padding: 10px;
}


/* Header */

.header-btn {
    text-align: right;
}

.header-btn a.theme_btn {
    margin: 0 0 0 auto;
}

.header-wrap {
    padding: 6px 0;
    /* border-bottom: 1px solid #7c7c7c; */
}
header {
    padding: 20px 0;
}

/* end  */


/* After Header */

section.after-header .row {
    align-items: center;
}

.logo-big {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #200835;
    height: 220px;
    text-align: center;
}

.theme_btn.btn2 {
    background: #522888;
}

.theme_btn.btn2:hover {
    background: #d1ae45;
}

section.after-header p {
    width: 76%;
}


/* end  */


/* Banner */

.banner_text {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background: #fff;
    padding: 20px;
    width: 240px;
    border-radius: 10px;
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 9999;
}
.ban-content h2 {
    color: #fff;
}

.ban-content p {
    color: #fff;
}


.trade {
    background: #370961;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.inner-banner-heading {
    position: relative;
    z-index: 999;
}

.trade img {
    width: 35px !important;
    height: 35px !important;
    object-fit: contain !important;
}


/* end  */


/* After Banner */

section.after-banner {
    background: #200835;
    padding: 100px 0;
}

.after-banner .row>.col-md-4:last-child .after-wrap {
    border: 0;
}

.after-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.after-img {
    background: #d1ae45;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    margin: 0 auto;
}

.after-wrap h3 {
    margin: 0;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 20px;
}

.after-wrap {
    text-align: center;
    border-right: 1px solid #fff;
}


/* end */


/* Mission */

section.mission {
    padding: 80px 0;
}

.miss-text h4 {
    font-size: 56px;
    color: #d1ae45;
    font-family: 'libel-suit-rg';
    text-transform: uppercase;
    font-weight: 400;
}


/* end  */


/* Services */

.ser-wrap {
    background: #1d0533;
    padding: initial;
    padding: 70px 0 90px;
    border-radius: 40px;
}

.ser-wrap h2 {
    background: #fff;
    text-align: center;
    color: #1d0533;
}

.ser-pad {
    padding: 0 40px;
}

.ser-box h3 {
    margin: 0;
    color: #fff;
    margin-top: 20px;
    font-size: 31px;
}

.ser-box img {
    border-radius: 10px;
    width: 100%;
    height: 380px;
    object-fit: cover;
    border: 2px solid #fff;
}

.ser-icon a i {
    color: #1d0533;
    font-size: 20px;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    z-index: 9;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transform: rotate(45deg);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 0 0 0 auto;
    margin-bottom: -20px;
    margin-right: 20px;
}

.ser-icon a i:hover {
    background: #1d0533;
    color: #fff;
}

.ser-box:hover img {
    filter: grayscale(1);
    z-index: 0;
}


/* end  */


/* Property Invest */

.inves-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
}

.inves-wrap ul li:last-child {
    width: 30%;
}

.cotainer-fluid {
    padding: 0 2%;
}

.inves-wrap ul li:first-child {
    width: 70%;
    height: auto;
    position: relative;
    z-index: 0;
}

.inves-wrap ul li:first-child:before {
    position: absolute;
    content: '';
    background: #d1ae45;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.inves-wrap ul li h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.inves-wrap ul li h4 span {
    font-weight: 400;
    line-height: 22px;
    color: #7c7c7c;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

.ser-slider .slick-prev:before,
.ser-slider .slick-next:before {
    position: absolute;
    content: '\f104';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background: #370961;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 30px;
}

.roatate-text-abs:first-child:after {
    position: absolute;
    content: '';
    background: #3c40c6;
    right: -80px;
    bottom: 30px;
    width: 200px;
    height: 3px;
    z-index: 99;
}

.ser-slider .slick-next:before {
    content: '\f105';
}

.ser-slider .slick-prev {
    left: unset;
    right: 31%;
}

.ser-slider .slick-next {
    right: 22%;
}

.ser-slider .slick-prev,
.ser-slider .slick-next {
    top: 80%;
    z-index: 99;
}

.ser-slider .slick-prev:hover:before,
.ser-slider .slick-prev:focus:before,
.ser-slider .slick-next:hover:before,
.ser-slider .slick-next:focus:before {
    background: #d1ae45;
}

.inves-wrap ul li img {
    width: 100%;
    height: 500px;
}

.roatate-text-abs h2 {
    font-size: 22px;
    color: #212331;
    font-family: 'libel-suit-rg';
    font-weight: 400;
    writing-mode: tb;
    transform: rotate(180deg);
    margin: 0;
    position: absolute;
    left: 17%;
    height: 100%;
    width: fit-content;
    bottom: 5%;
    letter-spacing: 4px;
}

section.poperty-invest {
    position: relative;
    padding-top: 90px;
}

.roatate-text-abs {
    position: relative;
    width: 100%;
    height: 100%;
}


/* end  */


/* propety below */

.property-bel-img img {
    width: 100%;
    height: 305px;
    object-fit: cover;
}

.property-bel-img {
    position: relative;
}

.property-bel-img span {
    color: #fff;
    font-size: 31px;
    background: #370961;
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.property-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pro-icon-wrap {
    width: 33.3333%;
    text-align: center;
}

.pro-icon-wrap h6 {
    font-size: 43px;
    line-height: 1;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 0;
}

.pro-icon-wrap h6 span {
    display: block;
    font-size: 20px;
}

.pro-icon-wrap img {
    width: 85px;
    height: 75px;
    object-fit: contain;
}

section.property-below h5 {
    font-size: 25px;
    color: #212331;
}

.property-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pro-icon-wrap {
    width: 33.3333%;
    text-align: center;
}

.pro-icon-wrap h6 {
    font-size: 43px;
    line-height: 1;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 0;
}

.pro-icon-wrap h6 span {
    display: block;
    font-size: 20px;
}

.pro-icon-wrap img {
    width: 85px;
    height: 75px;
    object-fit: contain;
}

section.property-below h5 {
    font-size: 25px;
    color: #212331;
}

section.property-below .row {
    align-items: center;
}

section.property-below {
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.property-para p {
    font-size: 16px;
}

.prop-btn a {
    background: #c5a441;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    width: fit-content;
    display: flex;
    padding: 20px 0;
    text-align: center;
    transition: 0.5s;
    height: 80px;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    position: absolute;
    right: 0;
    border-radius: 0;
    bottom: 0;
}

.prop-btn a:hover {
    background: #000;
}


/* end  */


/* Listing */


/* .property-icon img {
    margin: 0 7px 0px 0px;
    animation: mrg 1s ease-in-out alternate infinite;
    transition: 0.5s;
}
.icons-box .property-icon:nth-child(2) img{
    animation-delay: 0.5s;
}
.icons-box .property-icon:nth-child(3) img{
    animation-delay: 0.8s;
}
@keyframes mrg {
    from{
        padding-bottom: 0;
    }
    to{
        padding-bottom: 4px;
    }
    
} */

.property-icon a {
    color: #212331;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}

.latest_img img {
    width: 100%;
    border-radius: 22px;
}

section.latest-episode h4 {
    font-size: 20px;
    color: #000000;
    margin: 20px 0;
}

.latest-box h5 {
    font-size: 25px;
    color: #370961;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-family: 'libel-suit-rg';
    letter-spacing: 1px;
}

.latest-box h6 {
    font-size: 19px;
    color: #212331;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
}

.latest-box {
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding-bottom: 10px;
    border-radius: 22px;
}

section.latest-episode h4 {
    font-size: 20px;
    color: #000000;
    margin: 20px 0;
    text-transform: capitalize;
    font-weight: 600;
}

.latest-below {
    text-align: center;
}

.icons-box {
    display: flex;
    justify-content: space-around;
    border: 1px solid #dfdfdf;
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
}

.property-icon a {
    display: block;
}

.property-icon {
    text-align: center;
}

section.latest-episode .pb_8 {
    padding-bottom: 60px;
    margin-top: -14%;
}

.latest-box:hover:before {
    height: 100%;
}

.latest_img {
    position: relative;
}

.latest-below h4 {
    font-size: 19px;
    color: #212331;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin: 20px 0;
}

.property-icon img {
    width: 40px;
    height: 30px;
    object-fit: contain;
}

.list-btn {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 30px;
}

.latest-box:hover .latest_img img {
    filter: grayscale(1);
}

section.tab_sec h2 {
    margin: 0;
}


/* end  */


/* Real state */

.real-wrap {
    background: #1d0533;
    padding: 40px;
    position: relative;
    border-radius: 30px;
}

img.house-3 {
    position: absolute;
    right: -5px;
    bottom: 0;
}

section.real-state {
    padding-top: 170px;
    padding-bottom: 80px;
}

.real-wrap h2 {
    color: #fff;
    font-size: 71px;
}

.real-wrap p {
    color: #fff;
}

.btn3 {
    background: #c5a441;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    width: fit-content;
    display: flex;
    padding: 20px 0;
    text-align: center;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    border-radius: 10px;
}


/* end  */


/* Testimonials */

.person-imgs {
    display: flex;
    align-items: center;
    gap: 40px;
}

.testi-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author {
    display: flex;
    align-items: end;
    gap: 20px;
}

.title h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
}

.testi-slider .slick-slide {
    margin: 20px 5px;
}

.title h5 {
    font-size: 17px;
    color: #7c7c7c;
}

.testi-body p {
    font-size: 17px;
    line-height: 1.5;
    color: #7c7c7c;
}

.testi-body {
    padding: 35px 0 0;
}

.title {
    margin: 0 0 20px;
}

.quote img {
    width: 80px;
}

.author-img img {
    width: 145px;
}

.testimonial-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 0 25px 50px;
    margin: 0 0 50px;
}

.author-img {
    position: relative;
    top: -20px;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: 30px;
    z-index: 1;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    background: #370961;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    content: "\f178";
    font-family: 'Font Awesome 5 pro';
    color: #fff;
}

.testi-slider .slick-next:before {
    border-radius: 0 10px 10px 0;
}

.testi-slider .slick-prev:before {
    border-radius: 0 10px 10px 0px;
}

.testi-slider .slick-prev:before {
    transform: rotate(180deg);
}

.testi-slider .slick-next {
    right: 30px;
}

.testi-slider .slick-prev {
    left: unset;
    right: 90px;
}

.person-imgs.right {
    padding-left: 40px;
}

.person-imgs.left {
    padding-right: 50px;
}

section.testi-sec {
    padding-bottom: 80px;
}

.heading-main h2 {
    text-align: center;
    text-transform: uppercase;
}

.testi-slider .slick-list {
    padding: 0 !important;
}

.img-box img {
    border-radius: 10px;
}


/* Testimonials */


/* Footer Section Start */
footer.footer-sec {
    padding: 100px 0 50px;
    position: relative;
    overflow-y: hidden;
    z-index: 0;
    background-image: url(../images/footer-back.jpeg);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.double-bgn {
    position: relative;
}

.double-bgn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    left: 0;
    top: auto;
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: 0;
}

footer.footer-sec:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 80%;
    left: 5%;
    top: 13%;
    background: #2a074a3d;
    z-index: -1;
    border: 1px solid #ffffff75;
}

.footer-logo img {
    width: 80%;
    margin-left: 20px;
}

.footer-logo {
    margin-bottom: 0;
}

.footer-pera p {
    font-size: 13px;
    line-height: 23px;
    width: 80%;
    color: #fff;
    padding: 20px 10px;
    z-index: 0;
    margin: 20px 0;
}

.footer-pera {
    position: relative;
}

.footer-pera:after {
    position: absolute;
    content: '';
    width: 106%;
    height: 100%;
    left: 0;
    top: 10px;
    opacity: 1;
    z-index: -1;
    transition: 1s ease-in-out;
    border-top: 1px solid #8a7a9a;
}
.footer-pera:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #9a88a7;
    width: 106%;
    height: 100%;
}

ul.footer-copy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    /* width: 70%; */
    margin: 30px 44px 20px;
}

ul.footer-copy p {
    line-height: 24px;
    margin: 0;
    font-size: 12px;
}

ul.footer-list li a {
    font-size: 14px;
    color: #ffffff8c;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 300;
}

ul.footer-list {
    column-count: 2;
    margin-bottom: 50px;
}

ul.footer-list a:hover {
    color: #bb954e;
}

ul.footer-list-link li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.footer-list-link p {
    color: #ffffff8c;
    margin: 0;
}

ul.footer-list-link li {
    padding: 7px 0;
}

.footer-text h3 {
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 40px;
    color: #fff;
    font-family: 'libel-suit-rg';
}

.footer-text input::placeholder {
    color: #ffffff8c;
    text-transform: capitalize;
}

.footer-text input {
    width: 90%;
    height: 60px;
    padding: 20px;
    background: transparent;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #ffffff8c;
    color: #ffffff8c;
    transition: 1s ease-in-out;
}

.footer-text input:hover {
    border-color: #b8a271;
    transition: 1s ease-in-out;
}

ul.footer-social li i {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 1s ease-in-out;
}

ul.footer-social li i:hover {
    box-shadow: inset 0 0 0 40px #c8a545;
    color: #1d0533;
    border-color: #1d0533;
    transition: 1s ease-in-out;
    transform: scale(1.2);
    animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
}

.footer-text.footer-lef:after {
    position: absolute;
    content: '';
    width: 10%;
    height: 10%;
    left: -17.8%;
    top: -25%;
    background-image: url(../images/ft-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: slide-bottom 3s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
    }
}

.footer-text.footer-lef {
    position: relative;
    margin-left: 40px;
}

/*.footer-text.footer-lef:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 165%;
    left: -48px;
    top: -38.5%;
    background: #c8a545;
    animation: slide-bottom 3s ease-in-out infinite alternate-reverse both;
}*/

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }
}

.footer-text.footer-aft {
    position: relative;
}

.footer-text.footer-aft:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 119%;
    right: -18px;
    top: -33px;
    background: #9a89a7;
}

ul.footer-list-link li i {
    color: #fff;
    font-size: 20px;
}

footer.footer-sec .container-fluid {
    padding: 0 5%;
}


/* Footer Section End */


/* Inner Pages */
section.inn-banner h2 {
    font-size: 120px;
    margin: 0;
    color: #fff;
}

/* Contact Us */

section.contact-us {
    padding: 80px 0;
}

.contact-wrap {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    border-radius: 50px;
}

.contact-info {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 60px 30px;
    border-radius: 50px;
    background: #fff;
}

.contact-info input,
.contact-info textarea {
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: unset;
    border-radius: 8px;
}

.contact-info textarea {
    height: 200px;
}

.contact-info input::placeholder,
.contact-info textarea::placeholder {
    color: #3c3c3c;
    font-size: 15px;
}

.contact-wrap img {
    position: absolute;
    right: 0;
    height: 100%;
    width: 56%;
    z-index: -1;
    border-radius: 50px;
}

.contact-wrap button.theme_btn {
    width: 100%;
}


/* end */


/* Listing Detail */

section.poperty-invest.property-invest-inner .inves-wrap ul {
    justify-content: space-between;
}

section.poperty-invest.property-invest-inner .ser-slider .slick-slide {
    margin: 0;
}

section.poperty-invest.property-invest-inner {
    margin-bottom: 40px;
}


/* end  */


/* Inner services */

section.services.inner-services h2 {
    text-align: center;
}

section.services.inner-services {
    padding: 80px 0;
}

section.services.inner-services .ser-box h3 {
    color: #1e0534;
}
.ser-box p {
    margin-top: 10px;
    font-size: 15px;
}

/* end  */


/* Service detail */

section.service-detail {
    padding: 80px 0;
}

section.service-detail img {
    width: 100%;
}

section.service-detail .row {
    align-items: center;
}

.bottom-para {
    margin-top: 30px;
}

section.inn-banner h2 span {
    display: block;
}


/* end  */

section.main_slider.inn-banner img {
    height: 85vh;
    object-fit: cover !important;
    width: 100%;
}
img.img-fluid {
    width: 100%;
}
/* Privacy Policy */

.privacy-wrap h2 {
    text-align: center;
    font-size: 50px;
}

.privacy-wrap h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    font-family: 'libel-suit-rg';
    margin-bottom: 15px;
    margin-top: 30px;
}

section.policy {
    padding: 80px 0;
}

.privacy-wrap p a {
    color: #c09d46;
}

.privacy-wrap ul li {
    padding-left: 30px;
    list-style: inside disc;
}
.privacy-wrap ul li a {
    color: #b39046;
}

/* end  */

section.main_slider.inn-banner {
    position: relative;
}

section.main_slider.inn-banner:before {
    content: "";
    position: absolute;
    background-image: url(../images/overlay.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    transform: scaleX(-1);
}
.top-heading {
    text-align: center;
}

.top-heading p {
    width: 70%;
    margin:  auto;
    margin-bottom: 40px;
}
section.services.inner-services .row {
    justify-content: center;
}

ul.footer-list-link li a p {
    font-size: 16px;
}
.noeftt::before {
    display:none;
}