@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&family=Cinzel:wght@400;500;600;700;800;900&family=Great+Vibes&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
{
font-family: 'Antonio', sans-serif;
font-family: 'Cinzel', serif;
font-family: 'Great Vibes', cursive;
font-family: 'Roboto', sans-serif;
}
html {
  scroll-behavior: smooth;
}
*{padding: 0; margin: 0;}
h1, h2, h3, h4{font-family: 'Roboto', sans-serif;}
body{font-family: 'Roboto', sans-serif; color: #000;}
p{font-family: 'Roboto', sans-serif;color: #000;line-height: 28px;font-size: 16px;font-weight: 400;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
ul{padding: 0; margin: 0;}
ul li{list-style: none;}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
h3{color: #000;font-size: 50px; text-transform: uppercase; letter-spacing: 3px;}
#top-banner{
    width: 100%;
    background-position: center center;
    height: 100%;
    background-size: cover;
}
.dFlx {
    display: flex;
    flex-flow: row wrap;
}
#top-banner .wi33{background: #dcb458;width: 33.33%;padding: 0 15px;display: block;height: 100%;}
#top-banner .wi33 .inner-left{
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 30px;
}
#top-banner .wi33 .inner-left .logo{text-align: center;margin-top: 60px;}
#top-banner .wi33 .inner-left .banner-head{
    margin-top: 50px;
}
#top-banner .wi33 .inner-left .banner-head h1{color: #fff;font-weight: bold;text-align: center;font-size: 58px;}
#top-banner .wi33 .inner-left .banner-head h6{
     background: linear-gradient(to right,  #f6e7ac 0%,#cbae54 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* IE6-9 */
     padding: 5px;
     float: right;
     margin-right: 13px;
}
#top-banner .wi33 .inner-left .banner-head span{
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /* IE6-9 */
      padding: 5px;
      color: #000;
      font-size: 18px;
      font-weight: bold;
      font-family: 'Cinzel', serif;
      letter-spacing: 4px;
      border: 1px solid #ffffff75;
      display: block;
}
#top-banner .wi33 .inner-left .banner-head-sub{
    margin-top: 28%;
}
#top-banner .wi33 .inner-left .banner-head-sub h5{font-size: 50px;font-family: 'Antonio', sans-serif;color: #000;font-weight: bold;padding-right: 15%; text-transform: uppercase}
#top-banner .container{height: 100%;}
#top-banner .dFlx{height: 100%;}
.header {

width: 100%;

position: relative;

background: #000;

text-align: center;
}
.header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
}
.header__body {
    position: relative;
    align-items: center;
}
.header__logo{
    flex: 0 0 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 3;

}

.header__logo  img{
   max-width: 100%;
   display: block;
}
.header__burger{
    display: none;
}
.header__menu{ }

.header__list {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.header__list li{
    list-style: none;
    display: inline-block;
    margin: 0;
}
.header__link{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    padding: 50px 35px;
    display: block;
    transition-duration: 0.5s;
}
.header__link:hover{color: #fcda83;}
#page-banner{background-position: center center;background-size: cover;position: relative;height: 700px;align-items: center;display: flex;text-align: center;}
#page-banner::before{content: "";position: absolute; width:100%;height: 100%;left: 0;top: 0;background: #00000073;}
#page-banner h2{
    font-size: 106px;
    font-family: 'Great Vibes', cursive;
    color: #fff;
    position: relative;
    font-weight: 400;
    margin-bottom: 35px;
}
#page-banner h3{
    position: relative;
    font-size: 74px;
    letter-spacing: 5px;
    background: -webkit-linear-gradient(#ffe190, #e4a112);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}
#sec1{background-position: center right;background-size: cover;position: relative;padding-bottom: 200px;}
#sec1 .sec1-left-panel{
    width: 46%;
    position: relative;
}
#sec1 .sec1-right-panel{
    width: 46%;
    padding-left: 8%;
}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.mt-100{margin-top: 100px;}
.mb-100{margin-bottom: 100px;}
#sec1 .sec1-left-panel .big-img{
    position: relative;
}
#sec1 .sec1-left-panel .big-img img{
    position: relative;
    width: 570px;
    z-index: 9;
}
#sec1 .sec1-left-panel .big-img span{position: relative;display: block;width: 525px;height: 100%;}
#sec1 .sec1-left-panel .big-img span::after{content: "";border: 1px solid #fff;width: 100%;height: 92%;left: 20px;top: 20px;position: absolute;z-index: 99;}
#sec1 .sec1-left-panel .small-img{
    position: absolute;
    top: 68%;
    right: 0;
    z-index: 999;
}
#sec1 .sec1-left-panel .small-img img{width: 430px;}
#sec1 .sec1-right-panel strong{
    padding-right: 27%;
    display: block;
    text-transform: uppercase;
    margin: 30px 0;
}
#sec1 .sec1-right-panel p{
}
#sec1 .sec1-right-panel h6{font-family: 'Cinzel', serif;text-transform: uppercase;font-size: 18px;margin: 30px 0 15px 0;}
#sec1 .sec1-list{}
#sec1 .sec1-list .sec1-list-inner{width: 49% !important;}
.sec1-list-inner-sub{
    display: flex;
}
.sec1-list-inner-sub span{width: 50%;display: block;}
#sec1 .sec1-list .sec1-list-inner, #sec1 .sec1-list .sec1-list-inner2 span{color: #cfb389;font-family: 'Cinzel', serif;font-size: 63px;font-weight: bold;width: 100%;}
#sec1 .sec1-list .sec1-list-inner, #sec1 .sec1-list .sec1-list-inner2 span p{}
#sec1 .sec1-list .sec1-list-inner2{
    width: 72%;
    margin-top: 30px;
}
#facilites{}
.wi50{width:50%;}
#facilites .fa-right{
    padding: 80px;
}
#facilites .fa-right h3{font-size: 39px;line-height: 78px;}
#facilites .fa-right h3 span{color: #8f2a8b;font-size: 64px;display: block;position: relative;}
#facilites .fa-right h3 span i{
    position: absolute;
    top: -43px;
}
#facilites .fa-right .list-div{
    width: 50%;
    margin-top: 30px;
}
#facilites .fa-right .list-div p{
    line-height: 32px;
}
#facilites .fa-right .list-div p span{padding-right: 15px;}
.btn{font-size: 16px;color: #000;border-radius: 6px;display: inline-block;background: linear-gradient(to right, #f6e7ac 0%,#cbae54 100%);padding: 20px 30px;font-family: 'Cinzel', serif;text-transform: uppercase;font-weight: bold;letter-spacing: 1px; transition-duration: 0.5s; border: none;
cursor: pointer;}
.fa-right .dFlx{margin-bottom: 30px;}
.btn:hover{background: linear-gradient(to right, #cbae54 0%,#f6e7ac 100%);}
#residences{text-align: center;width: 100%;overflow: hidden;}
#residences .residences-item{margin: 80px 0 120px 0;}
#residences .residences-item div{
    margin: 0 15px;
}
#residences .residences-item div img{
    width: 100%;
}

.slick-dots li button {
    border: 1px solid #d9d9d9 !important;
}
.slick-dots li button:before {
    top: 4px  !important;
    left: 4px  !important;
    width: 12px  !important;
    height: 12px  !important;
    opacity: inherit  !important;
    color: transparent  !important;
    background: #d9d9d9  !important;
}
.slick-dots .slick-active button{
    border: 1px solid #d8bc60 !important;
}
.slick-dots .slick-active button:before {
    background: #d8bc60 !important;
}
.slick-dots {
    bottom: -65px !important;
}
#enq{text-align: center;position: relative; padding:100px 0;background-position: center center;background-attachment: fixed;}
#enq::after{content: "";position: absolute;width: 100%;height: 100%;background: #000000ad;left: 0;top: 0;}
#enq .container{position: relative;z-index: 9;}
#enq h3{ color: #fff; margin-bottom: 50px;}
#gallery{text-align: center; width:100%;overflow: hidden;}
#gallery .dFlx{margin-top: 80px;margin-bottom: 50px;}
#gallery .wi50{padding: 0 25px;width: 46%;}
#gallery .wi50 img{width: 100%;}
#gallery .wi50 p, #gallery .wi100 p{color: #4a4a4a;margin: 25px 0;}
#gallery .wi50 iframe{width: 100%;}
#testimonials{ text-align: center;}
#testimonials h3{margin-bottom: 80px;}
#testimonials .testimonials{width: 50%; margin: 0 auto; margin-bottom: 120px;}
#testimonials .testimonials div iframe{ width: 100%; height: 400px;}
#location{
    align-items: center;
    height: 100%;
    overflow: hidden;
}
#location img{ width: 100%;}
#location .location-text{
    align-items: center;
    padding: 18% 20%;
    background: #f6f6f6;
    height: 100%;
}
#location .location-text h3{margin-bottom: 30px;}
#location .location-text p{
    line-height: 35px;
}
#location .location-text p::before{ content:"\f192";font: normal normal normal 14px/1 FontAwesome;padding-right: 6px;}
#location .location-text .btn{margin-top: 30px;}


#aa{
    align-items: center;
    height: 100%;
    overflow: hidden;
}
#aa img{ width: 100%;}
#aa .location-text{
    align-items: center;
    padding: 18% 20%;
    background: #f6f6f6;
    height: 100%;
}
#aa .location-text h3{margin-bottom: 30px;}
#aa .location-text p{
    line-height: 35px;
}
#aa .location-text p::before{ content:"\f192";font: normal normal normal 14px/1 FontAwesome;padding-right: 6px;}
#aa .location-text .btn{margin-top: 30px;}


#type{}
#type .wi33{ width: 33.33%;}
#type img{width: 100%;border-right: 1px solid #d1d1d1;}
#type img:last-child{border-right: none;}
#facilites img{width: 100%;}
#contact{background: #f9f8f8;}
#contact img{width: 100%;}
#contact .contact-form{
    padding: 10%;
}
#contact .contact-form .form-group{
    margin-bottom: 25px;
}
#contact .contact-form .form-group .form-control{border: 1px solid #bec4c5;border-radius: 6px;background: #fff;font-size: 16px;height: 55px;padding: 0 15px;width: 93%;}
#contact .contact-form .form-group textarea{height: 100px !important;resize: none;padding-top: 15px !important;font-family: 'Roboto', sans-serif;width: 96% !important;}
#contact .contact-form .dFlx{
    margin: 0 -15px;
}
#contact .contact-form .dFlx .wi50{padding: 0 15px;width: 46%;}
#contact .contact-form .form-group label{font-size: 16px;color: #4d4d4d;margin-bottom: 15px;display: block;}
#contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4d4d4d;
  opacity: 1; /* Firefox */
}

#contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4d4d4d;
}

#contact ::-ms-input-placeholder { /* Microsoft Edge */
  color: #4d4d4d;
}
#contact .con-call{
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #4d4d4d;
    letter-spacing: 2px;
    padding: 0 15px;
}
#contact .con-call img{
    width: auto !important;
    box-shadow: 0px 0px 15px #00000052;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
}
#contact .contact-left-img{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#contact .contact-left-img .con-head{
    padding-left: 26%;
    padding-top: 6%;
}
#contact .contact-left-img .con-head h3{
    color: #fff;
}
#contact .contact-left-img .con-head p{
    color: #fff;
}
#contact .contact-left-img .follow-us{
    position: absolute;
    bottom: 25px;
    right: 25px;
}
#contact .contact-left-img .follow-us ul{}
#contact .contact-left-img .follow-us ul li{
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
#contact .contact-left-img .follow-us ul li a{
    color: #fff;
}
#contact .contact-left-img .follow-us ul li a i{
    font-size: 20px;
}
#b-logo{padding: 50px 0;text-align: center;}
#bottom-footer{background: #e6e6e6;padding: 30px 0;}
#bottom-footer .bootom-footer-right{
    text-align: right;
}
#bottom-footer .bootom-footer-right ul{ border-bottom: 1px solid #c5c5c5;}
#bottom-footer .bootom-footer-right ul li{display: inline-block;padding: 17px 24px;}
#bottom-footer .bootom-footer-right ul li a{ font-size: 16px; color: #000;}
p.copyright{font-size: 14px;color: #4a4a4a;padding: 15px 0 0 0;}
#bottom-footer .bootom-footer-right ul li:last-child{padding-right: 0;}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
}

nav {
    width: 100%;
}
.visible-title .header__link {
    padding: 20px 35px;
}
.flot-btn{width: 100%;position: absolute;top: 24%;right: 0;text-align: right;}
.flot-btn ul{}
.flot-btn ul li{}
.flot-btn ul li a{
    position: relative;
    width: 430px;
    background: #1abc9c;
    height: 96px;
    line-height: 92px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background: #080031; /* Old browsers */
    background: -moz-linear-gradient(left,  #080031 0%, #e28570 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #080031 0%,#e28570 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #080031 0%,#e28570 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.flot-btn ul li a:before {
    content: "";
    position: absolute;
    left: -33px;
    top: 0;
    border-top: 48px solid transparent;
    border-bottom: 48px solid transparent;
    border-right: 34px solid #120634;
}
.flot-btn ul li a:after{
    content: " ";
    background-image: url(../images/btn1.png);
    position: absolute;
    width: 50px;
    height: 72px;
    left: 0;
    top: 10px;
    background-size: cover;
}
.btn2 a{/* background: #ae3a26 !important; */background: linear-gradient(to right, #ae3a26 0%,#fd7e68 100%) !important;}
.btn2 a:before{border-right: 34px solid #ae3a26 !important;}
.btn2 a:after{
    background-image: url(../images/btn2.png) !important;
}


/*===================================   start    ===================================*/


.southplace2-residences-wrp{

}

.southplace2-residences-wrp #top-banner .wi33 {
    background: #ea856f;
    position: relative;
    width: 34.3%;
}

.southplace2-residences-wrp #top-banner::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(4,0,28);
    background: linear-gradient(0deg, rgba(4,0,28,0.5270483193277311) 0%, rgba(255,255,255,0.12088585434173671) 40%, rgba(255,255,255,0.12) 60%, rgba(153,86,72,0.5942752100840336) 100%);
}

.southplace2-residences-wrp #top-banner .wi33 .inner-left .banner-head h6{
    background: linear-gradient(to right, #c12635 0%,#1d1047 100%);
}

.southplace2-residences-wrp #top-banner .wi33 .inner-left .banner-head span {
    color: #fff;
}

.southplace2-residences-wrp #page-banner {
    height: 905px;
}

.southplace2-residences-wrp #sec1{
    padding-bottom: 100px;
    background-size: cover !important;
    background-position: top center !important;
}

.southplace2-residences-wrp #sec1 .innr-wrp {
    justify-content: center;
}

.southplace2-residences-wrp #sec1 .clw-30 {
    width: 30%;
    margin-right: 3%;
    padding: 45px 20px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 50px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-bottom: 5px solid #060021;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.southplace2-residences-wrp #sec1 .clw-30:nth-child(3n+3) {
    margin-right: 0;
}

.southplace2-residences-wrp #sec1 .clw-30 .img-wrp {
    margin-bottom: 20px;
}

.southplace2-residences-wrp #sec1 .clw-30 p {
    text-align: center;
}

.southplace2-residences-wrp #sec1 .clw-30 img {
    display: block;
    margin: auto;
    max-width: 80%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.southplace2-residences-wrp #sec1 .clw-30:hover img {
    transform: scale(1.28);
}

.southplace2-residences-wrp .cstm-wrp2 {
    padding-top: 50px;
}

.text-center {
    text-align: center !important;
}

.southplace2-residences-wrp .cstm-wrp2 h3 {
    color: #fff;
}

.southplace2-residences-wrp .cstm-wrp2 h2 {
    color: #fff;
}

.southplace2-residences-wrp .cstm-wrp2 .innr-wrp2 {
    padding-top: 30px;
}

.southplace2-residences-wrp .cstm-wrp2 .innr-wrp2 .clw-33 {
    width: 33.33%;
}

.southplace2-residences-wrp .cstm-wrp2 .clw-33 .img-wrp {
    padding-bottom: 20px;
}

.southplace2-residences-wrp .cstm-wrp2 img {
    max-width: 100%;
    display: block;
    margin: auto;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.southplace2-residences-wrp .cstm-wrp2 .innr-wrp2 h2 {
    margin-bottom: 10px;
}

.southplace2-residences-wrp .cstm-wrp2 h2 {
    color: #fff;
}

.southplace2-residences-wrp .cstm-wrp2 .clw-33:hover img {
    transform: scale(1.1);
}

.southplace2-residences-wrp .cstm-wrp2 p {
    color: #fff;
}

.southplace2-residences-wrp #gallery .wi50 img {
    height: 450px;
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

#gallery .dFlx {
    justify-content: center;
}

.southplace2-residences-wrp #location .left-img {
    background: #cfb489;
}

.southplace2-residences-wrp #Southplace2 {
    height: 660px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.southplace2-residences-wrp #Southplace2 .innr-wrp {
    max-width: 810px;
    margin: auto;
    position: relative;
}

.southplace2-residences-wrp #Southplace2 .container {
    height: 100%;
    align-items: center;
}

.southplace2-residences-wrp #Southplace2 .img-wrp {
    max-width: 500px;
    margin: auto;
}

.southplace2-residences-wrp #Southplace2 h2 {
    padding: 30px 0;
    color: #fff;
    box-sizing: border-box;
}

.southplace2-residences-wrp #Southplace2::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}

.southplace2-residences-wrp #Southplace2 img {
    max-width: 100%;
    margin: auto;
    display: block;
}


/*===================================  end     ===================================*/

/*===================================  start     ===================================*/

.southplace-shoppes-wrp{    
}

.southplace-shoppes-wrp #top-banner .wi33 {
    background: #ae3a26;
}

.southplace-shoppes-wrp #top-banner .wi33 .inner-left .banner-head h6 {
    background: linear-gradient(to right, #be412c 0%,#d54a32 100%);
}

.southplace-shoppes-wrp #top-banner .wi33 .inner-left .banner-head span {
    color: #fff;
}

.southplace-shoppes-wrp #top-banner::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(4,0,28);
    background: linear-gradient(0deg, rgba(4,0,28,0.5270483193277311) 0%, rgba(255,255,255,0.12088585434173671) 40%, rgba(255,255,255,0.12) 60%, rgba(153,86,72,0.5942752100840336) 100%);
}

.southplace-shoppes-wrp #top-banner .wi33 {
    position: relative;
}


.southplace-shoppes-wrp #location{

}

.southplace-shoppes-wrp #aa .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.southplace-shoppes-wrp #e-brochure{

}


.southplace-shoppes-wrp #e-brochure .clw-50 {
    width: 50%;
}

.southplace-shoppes-wrp #e-brochure .txt-cntent {
    align-items: center;
    padding: 18% 20%;
    background: #f6f6f6;
    height: 100%;
}
.southplace-shoppes-wrp #e-brochure .txt-cntent h3{margin-bottom: 30px;}
.southplace-shoppes-wrp #e-brochure .txt-cntent p {
    line-height: 35px;
}

.southplace-shoppes-wrp #e-brochure .txt-cntent p::before {
    content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 6px;
}

.southplace-shoppes-wrp #e-brochure .btn-wrp {
    padding-top: 30px;
}

.southplace-shoppes-wrp #e-brochure .btn-wrp .btn {
    position: relative;
    width: 146px;
}

.southplace-shoppes-wrp #e-brochure .right-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.southplace-shoppes-wrp #e-brochure .img-wrp {
    height: 100%;
}

.southplace-shoppes-wrp #gallery .wi50 img {
    height: 450px;
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.southplace-shoppes-wrp #gallery iframe {
    height: 450px;
}

.southplace-shoppes-wrp #gallery .dFlx {
    justify-content: center;
}
.btn3 a{background: linear-gradient(to right, #bb9f4a 0%,#eddea1 100%) !important;color: #000 !important;}
.flot-btn ul li.btn3 a:before{border-right: 34px solid #bca04b;}
.flot-btn ul li.btn3 a:after {
    content: " ";
    background-image: url(../images/btn2.png);
    position: absolute;
    width: 50px;
    height: 72px;
    left: 0;
    top: 10px;
    background-size: cover;
}
.vid{}
.vid .video-inner{width: 80%; margin: 0 auto;}
.vid .video-inner iframe{ width:100%; height: 550px;}
#e-brochure .btn-wrp .btn::after {
    content: '';
    position: absolute;
    background: url(../images/download.png) no-repeat;
    width: 20px;
    height: 20px;
    right: 29px;
}
.thanks-msg{background: #9cf3b3;
    margin-top: 15px;
    padding: 5px 12px;
    border-radius: 6px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;}
/*
#residences div{width: 50%;
    margin: 50px auto;}
*/
#gallery .wi100{width: 70%;}
#residences div img{width:100%;}
@media(max-width:991px){
    #gallery .wi100{width: 100%;}
}
.slick-next:before, .slick-prev:before{display: none;}
.slick-next, .slick-prev{display: none;}
.project-link{}
.project-link li{
    display: inline-block;
    margin-top: 10px;
    margin-right: 3px;
}
.project-link li a{
    font-size: 13px;
    color: #fff;
    background: #000;
    padding: 10px 8px;
    display: block;
    border-radius: 6px;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    transition-duration: 0.5s;
}
.project-link li a:hover{ opacity: 0.6;}

/*===================================   end   ===================================*/
.new-tabarea .tab {
  background-color: #ea856f;
  width: 27%;
  padding: 20px;
}

.new-tabarea .tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 22px 16px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  text-transform: uppercase;
}

.new-tabarea .tab button:hover {
  background-color: #d36d57;
}

.new-tabarea .tab button.active {
  background-color: #a42233;
}

.new-tabarea .tabcontent {
  height: 100%;
  background: #fff;
  padding: 0 25px;
  height: 100%;
  padding-bottom: 0;
}
.tab-con{width: 70%;}
.new-tabarea{ margin-top: 50px;}
.e-btn{text-align: center;width: 100%;padding-bottom: 25px;}
.southplace2-shoppes-wrp #top-banner .wi33 {
    background: #0F1F50;
}

.southplace2-shoppes-wrp #top-banner .wi33 .inner-left .banner-head-sub h5 {
    color: #fff;
}
.southplace2-shoppes-wrp #top-banner .wi33 .inner-left .banner-head h6 {
    background: #051134;
}

.btn4 a {
    background: #0f1f50 !important;
    color: #fff !important;
}
.btn4 a:before{border-right: 34px solid #0f1f50 !important;}

.southplace2-shoppes-wrp #Southplace2 img {
    max-width: 100%;
    margin: auto;
    display: block;
    min-height: 200px;
}
.southplace2-shoppes-wrp .new-tabarea .tab {
    background-color: #0f1f50;
}
.southplace2-shoppes-wrp .new-tabarea .tab button.active {
    background-color: #050e2a;
}
.southplace2-shoppes-wrp .new-tabarea .tab button:hover {
    background-color: #09153a;
}
.lb-nav{display: none !important;}
.lb-details{display: none !important;}



