/* 01 Genral style 

 **  1.1 SVG defa.list-unstyledt css    

 **  1.2 Button style

 **  1.3 Form style

 **  1.4 mCustom Scrollbar style

 **  1.5 Slick slider navigators style

 * 02 Header style 

 * 03 Homepage content part

 * 04 Footer Style 

 * 05 Model Popups

 * 06 CMS Content Style

 * 07 Inner Pages

font-family: 'Titillium Web', sans-serif;

*/


/* 01 Genral style */

*{padding:0; margin:0; border:none; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b{font-weight:bold}
em, i{font-style:italic;}
u{text-decoration:underline}
a{text-decoration: none;}
*:focus{outline: none;}
a:hover, a:focus {text-decoration: none; outline: none !important;}
button[type="button"]:focus{outline: none;}
.pink_text{color: #ff0066 !important;}

/* 1.1 SVG default css*/

svg:not(:root).svgImg { overflow: visible }
.svgImg { display: inline-block; font-size: inherit; width:1em; height: 1em; overflow: visible; vertical-align: -.125em; }
.svg-icons { display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -.125em }
/*SVG default css*/

.mCS_no_scrollbar_y{margin-right: 0 !important;}
.container{width: 100%; max-width: 1366px;}
.imgMain{position: relative;}
.absoImg{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;}
.padding-0{padding: 0 !important}
.wrapper{display:block; width:100%; overflow:hidden; min-height: 100vh; position: relative; /*max-width: 1920px; margin: auto;*/}
.enquiry .wrapper{overflow: hidden;}
img{display: block; max-width:100%; max-height:100%; width:auto; height:auto}
html{font-size:16px;}
body{display:block; width:100%; padding:0; margin:0; font-family: 'Montserrat', sans-serif; font-weight:400; line-height:1.4; color:#000000; background-color:#fff; position: relative;}
p{line-height:1.6;font-size: 1rem;color:#000000;font-weight:400;margin-bottom:1rem;}
p:last-child{margin-bottom:0;}
a{color: #2d2d2d;}
a:hover{color: #1ba8f1;}
.trans{-moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
.text-uppercase{text-transform: uppercase !important;}
.text-primary{color: #112380 !important}

.scrollTop {display: none;position: fixed;right: 10px;bottom: 90px;width: 40px;height: 40px;z-index: 999;background-color: #e0001c;
text-align: center;vertical-align: middle;border-radius: 50%;}
.scrollTop span {border: solid #fff;border-width: 0 2px 2px 0;display: inline-block;padding: 6px;transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);margin-top: 13px;}
.scrollTop:after {content: "";width: 2px;height: 14px;position: absolute;left: 0;right: 0;margin: auto;background: #fff;margin-top: 13px;
}

.callbtn {position: fixed;right: 24px;bottom: 120px;width: 60px;height: 60px;z-index: 999;background-color: #e0001c;
text-align: center;vertical-align: middle;border-radius: 50%;}
.callbtn .icon{font-size: 30px;color: #fff;line-height: 60px;text-align: center;}


/* 1.2 Button style */

.btn:focus{box-shadow: none;}
.btn:focus{box-shadow: none;}



.btn{background: #e0001c;color: #fff;border:1px solid #e0001c;display: inline-block;min-width: 150px;font-size: 20px;font-weight:600;

vertical-align: middle;padding: 1rem 2rem;line-height: 1.4;text-align: center;text-transform: uppercase; border-radius:0; transition: all 0.4s ease-in-out;

position: relative;}

.btn .icon{vertical-align: middle; margin-right: 5px;}

.btn .icon:before{line-height: 1.2;vertical-align: top;}

.btn:hover, .btn.active{color: #fff;border-color: transparent; background: #000;}

.btn { position: relative; z-index: 10; overflow: hidden;}

.btn-border {background: none; color: #e0001c;}
.btn-border-white {background: none; color: #fff; border-color: #fff;}

.btn-white {border-color: #ffffff; background: #ffffff; color: #e0001c;}

.btn-small {min-width: inherit; font-size: 16px; padding: 8px 10px;}

.btn-oranbrown{background: #a79066;color: #fff;border-color: #a79066;}
.btn-oranbrown:hover{background: transparent;color: #a79066;border-color: #a79066;}

.btn-blue {border-color: #1a365d; background: #1a365d; color: #ffffff;}
.btn-blue:hover {border-color: #a79066; background: #a79066; color: #ffffff;}

/*  Slick slider */

.slick-slide{outline: none;}
.slick-dots{display: block; text-align: center; margin-top: 10px;}
.slick-dots li{width:auto; list-style: none; padding: 0 2px; display: inline-block;}
.slick-dots li button{font-size:0; border: none; background: #cccccc; width:11px; height:11px; border-radius: 50%; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; cursor: pointer; outline: none;}
.slick-dots li.slick-active button, .slick-dots li button:hover{background: #e0001c;}
.slick-prev{background: transparent;width: 40px;height: 40px;border-radius: 5px;position: absolute;left: 0;top:50%;margin-top:-20px;z-index:9;font-size:0;border:none;outline-color: transparent;}
.slick-prev:before{content:"";width: 14px;height: 14px;border-bottom: 3px solid #1ba8f1;border-left: 3px solid #1ba8f1;position:absolute;left: -40px;right:0;top: -40px;bottom:0;margin:auto;transform:rotate(45deg);}
.slick-next{background:transparent; width: 40px; height: 40px; border-radius: 5px; position: absolute; right:0; top:50%; margin-top:-20px; z-index:9; font-size:0; border:none; outline-color: transparent; }
.slick-next:before{content:""; width:14px; height:14px; border-bottom:3px solid #1ba8f1; border-right:3px solid #1ba8f1;  position:absolute; left:0; right:-40px; top:-40px; bottom:0; margin:auto; transform:rotate(-45deg)}
.slick-prev:arrow .slick-next:arrow{ color: #000645;}


.cmsCon {width: 100%; display: block; position: relative}
.cmsCon h2 {font-size: 30px; color: #000; margin:0 0 10px; font-weight: 600; line-height: normal;}
.cmsCon h3 {font-size: 26px; color: #000; margin: 0 0 10px; font-weight: 600;}
.cmsCon h4 {font-size: 24px; color: #000; margin: 0 0 10px; font-weight: 600;}
.cmsCon h5 {font-size: 20px; color: #000; margin: 0 0 10px; font-weight: 600;}
.cmsCon h6 {font-size: 18px; color: #000; margin: 0 0 10px; font-weight: 600}
.cmsCon ul {list-style: none; padding: 5px 0; display: inline-block;}
.cmsCon ul li {font-weight: 400; font-size: 1rem; color: #000; line-height: 1.6; position: relative; margin-bottom: 10px;
    padding-left: 20px; z-index: 1;}
.cmsCon ul li:before {content: ""; background: url(../img/svg/checkmark.svg) no-repeat; background-size: contain;
width: 13px; height: 13px; position: absolute; left: 0; top: 7px; margin: auto;}
.cmsCon p a {color: #e0001c; transition: all .4s ease-in-out;}
.cmsCon p a:hover {color: #000;}
.cmsCon ul li a {color: #e0001c; transition: all .4s ease-in-out;}
.cmsCon ul li a:hover {color: #000;}

.cmsCon .alignleft{float: left; width: auto; max-width: 50%; margin: 0 30px 30px 0;}
.cmsCon .alignright{float: right; width: auto; max-width: 50%; margin: 0 0 30px 30px;}
.cmsCon .aligncenter{display: block; width: auto; max-width: 100%; margin: 0 auto 30px auto; text-align: center;}

/*---header---*/

.headerMain{display: block;width: 100%; padding: 26px 0; background: #e0001c; position: relative; left: 0; top: 0; z-index: 999;}
.headerMain .logo{display: block;width:186px;padding: 0;position: relative;}
.headerMain .logo img{}

.home .headerMain {position: absolute; background: transparent;}

.m_menuLogo{display: none;}

.navigationBar {display: inline-block; vertical-align: middle;position: relative;}

.menuMain{display: inline-block;position: relative;}
.menuMain ul{}
.menuMain ul li{display: inline-block;position: relative;vertical-align: middle;width: auto;font-size:14px;font-weight:600;line-height: 1.4;color: #fff;
padding: 5px 15px;}
.menuMain ul li a{color: #fff;display: block;transition: all 0.4s ease-in-out; position: relative; text-transform: uppercase;}
.menuMain ul li.active a, .menuMain ul li:hover a{color: #ffffff;}

.home .menuMain ul li.active a, .home .menuMain ul li:hover a{color: #e0001c;}

.menuMain ul li a:before{position: absolute; bottom: -4px; content: ""; left: 0; right: 0; height: 2px; background: #ffffff; margin: auto; transition: all .4s ease-in-out; width: 0;}

.home .menuMain ul li a:before {background: #e0001c;}

.menuMain ul li:hover>a:before, .menuMain ul li.active>a:before {width: 100%;}
.menuMain > ul > li:not(.megaMenu) .sub-menu li:after{display: none;}

.menuMain ul li:not(.megaMenu) {position: relative;}

.menuMain > ul > li:not(.megaMenu) .sub-menu {position: absolute; top: 100%; left: 0; width: 230px; background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, .2);
 opacity: 0; visibility: hidden; transition: all .4s ease-in-out; -webkit-transform: translateY(100px); transform: translateY(100px);
 z-index: 99; padding:0px 0px;}
.menuMain > ul > li:not(.megaMenu) .sub-menu li {width: 100%; padding: 0; /*border-bottom: 1px solid #e2e2e2;*/ position: relative; margin: 0;}
.menuMain > ul > li:not(.megaMenu) .sub-menu li a {display: block;
    line-height: 1.4; font-weight: 500; text-transform: none; color:#000; text-align: left; transition: all .4s ease-in-out;
font-size: 15px;text-transform: capitalize;padding: 12px 25px;border-style: solid;border-width: 0px 0px 1px 0px;border-color: #F0F0F0;}
.menuMain > ul > li:not(.megaMenu) .sub-menu li a:before {display: none}
.menuMain > ul > li:not(.megaMenu):hover > .sub-menu {opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0)}
.menuMain > ul > li:not(.megaMenu) .sub-menu li:hover > a,
.menuMain > ul > li:not(.megaMenu).current-menu-parent .sub-menu li.current_page_item > a {color: #e0001c;}
.menuMain > ul > li:not(.megaMenu) .sub-menu > li.menu-item-has-children > a:after {content: ""; width: 8px; height: 8px; border-bottom: 2px solid #0f1729; border-right: 2px solid #0f1729; position: absolute; right: 15px; top: 0; bottom: 0;
    margin: auto; transform: rotate(-45deg);}
.menuMain > ul > li:not(.megaMenu) .sub-menu > li > .sub-menu {left: 100%; top: 0;}
.menuMain > ul > li:not(.megaMenu) .sub-menu li:hover > .sub-menu {opacity: 1; visibility: visible; -webkit-transform: translateY(0);
    transform: translateY(0);}
.menuMain > ul > li:not(.megaMenu) .sub-menu > li > .sub-menu li a {font-size: 13px; position: relative; padding-left: 20px;}
.menuMain > ul > li:not(.megaMenu) .sub-menu > li > .sub-menu li a:before {content: ""; display: block !important;
    width: 8px; height: 8px; border-radius: 50%; background: #ae2124; position: absolute; left: 7px; top: 0; bottom: 1px; margin: auto;
    right: inherit;}

.head-btn{display: inline-block;vertical-align: middle;padding: 0 45px;}

.sidemenuIcon{width: 50px;height: 50px;border:2px solid #fff;position: relative;border-radius: 50%;transition: all 0.4s ease-in-out;
cursor: pointer;display: inline-block;vertical-align: middle; color: #ffffff;}
.sidemenuIcon .icon{position: absolute; left:50%; top:50%; transform: translate(-50%,-50%);transition: all 0.4s ease-in-out;color: #fff;}

.menuIcon {display: none;width: 2.8125rem; height: 2.8125rem; position: relative; padding:0px; margin-top:0px; margin-left: 15px;}
.menuIcon span {display: block; width: 30px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 2px; background: #fff;
    margin: auto;}
.menuIcon span:before {content: ""; width: 30px; position: absolute; top: -8px; left: 0; right: 0; height: 2px; background: #fff;}
.menuIcon span:after {content: ""; width: 30px; position: absolute; bottom: -8px; left: 0; right: 0; height: 2px; background: #fff;}

.bodyFixed {overflow: hidden;}
.sidebar-overlay{visibility: hidden; position: fixed; top: 0; left: 0; right: 0;bottom: 0; opacity: 0;    background: #000; z-index: 998; transition: visibility 0 linear .4s,opacity .4s cubic-bezier(.4,0,.2,1);}
.bodyFixed .sidebar-overlay{opacity: .8; visibility: visible;left: 0;transition: all 0.6s ease-in-out;} 


.headerMain.has_sticky {
    animation-direction: normal;
    animation-duration: .7s;
    position: fixed !important;
    width: 100%;
    z-index: 999;
    background:#e0001c;
    padding: 10px 0px;
}
.has_sticky {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .43);
    box-shadow: 0 0 10px rgba(0, 0, 0, .43);
    animation-direction: reverse;
    animation-duration: 200ms;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
}

.headerMain.has_sticky .menuMain ul li.active > a, .headerMain.has_sticky .menuMain ul li:hover > a {color: #ffffff}

.headerMain.has_sticky .menuMain ul li a:before {background: #ffffff;}

.headerMain.has_sticky .logo {width: 150px;}

@-webkit-keyframes stickySlideDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes stickySlideDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/*---header---*/

/*---banner---*/

.bannerSec{position: relative;width: 100%;display: block; font-size: 0;}


.homeSlider{position: relative;}
.sliderbox{position: relative; text-align: center; min-height:820px; background-position: center;  background-size: cover;}
/*.sliderbox img{ min-width: 100%; max-height: 820px;}*/

.sliderbox:before {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.1; z-index: 2;}

.bannercon{position: absolute;display: block; left: 0; bottom:180px; width: 100%; z-index: 3;}

.bannertitle{font-size:80px;line-height:92px; padding-left: 18px; font-weight: 700;color: #fff;margin-bottom:30px; text-align: left;}

.bannercon p {color: #fff; text-align: left; padding-left: 18px; font-size: 22px;}

.homeSlider .slick-dots {position: absolute; bottom:15px; left: 0; right: 0; margin: auto; width:20%; z-index: 99;}
.homeSlider .slick-dots li {padding: 0 6px;}
.homeSlider .slick-dots li button{width: 12px; height:12px; border:2px solid #ffffff; border-radius:2px; background:none; opacity: 0.3;}
.homeSlider .slick-dots li.slick-active button, .homeSlider .slick-dots li button:hover {opacity: 1;}

/*---banner---*/

.commonSec {padding: 94px 0;}

.secHead {display: block; position: relative;}
.secHead .secTitle {font-size:40px; line-height:46px; font-weight: 400; color: #000; margin-bottom:25px;}
.secHead .secTitle span {display:inline-block; color: #000; font-weight: 700;}
.secHead p {font-size: 14px;}

.rentSec {margin-top: -54px; position: relative;}
.rentNav {display:inline-block; margin-bottom:0px;}
.rentNav ul {display:inline-block; font-size: 0; background: #e0001c; border-radius: 22px 22px 0 0;  box-shadow:-3px -1px 6px 0px rgba(0 0 0 / 8%);}
.rentNav ul li {display: inline-block; vertical-align: middle; padding:0px;}
.rentNav ul li a { padding: 13px 50px; background: #e0001c; font-size: 20px; font-weight: 700; color: #fff; transition: all 0.4s ease-in-out; display: block; border-top-left-radius:20px; border-top-right-radius:20px;}
.rentNav ul li a.active {color: #000; background: #f9fbfa;}

.tab-content {background: #fff; padding: 22px 28px; box-shadow:3px 6px 14px 4px rgb(0 0 0 / 8%);}
.rentInner ul{display: inline-block; font-size: 0;  vertical-align: middle;}
.rentInner li{display: inline-block; padding: 0 50px; /*border-left: 2px solid #f399a4;*/ position: relative;}
.rentInner li:before{content: ''; background: #f399a4; width:2px; height:47px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.rentInner li:first-child {padding-left: 0;}
.rentInner li:first-child:before {display: none;}
.rentBox {}
.rentBox label {font-size: 18px; color: #333; font-weight: 600; display: block;}
.rentBox .form-control{border: 0; font-size: 16px; font-weight:600; padding-left: 0; color: #868f91;}
.rentBox .form-control::placeholder {color: #868f91;}
.form-control:focus{outline: none; box-shadow: none;}

.custom-select-drop {
    padding: 10px 20px 10px 0;
    border-radius: 5px;
    width: 100%;
    color: #868f91;
    font-size: 16px;
    line-height: normal;
    font-weight:600;    
    border: 0;
    height: 38px;
    cursor: pointer;
    background: #fff url(../img/svg/down-arrow.svg) no-repeat right 1.2rem center;
    padding-right: 50px;
    appearance: none;
    -webkit-appearance: none;
    background-size: 12px;    
}

.rent_city {width: 115px;}

.rent_location {width: 180px;}

.rent_property {width: 190px;}

.rent_price {width: 172px;}

.morefilter {display: inline-block; position: relative; padding-right: 30px; vertical-align: middle; font-size: 14px; font-weight: 600; text-decoration: underline; color: #e0001c;}
.morefilter:hover {color: #e0001c;}

.morefilter:after {
    content: "";
    position: absolute;
    left: inherit;
    top:-2px;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #e0001c;
    border-bottom: 1px solid #e0001c;
    transform: rotate(45deg);
    right:15px;
    margin: auto;
    display: inline-block;
    background-image: none;
    transition: all 0.4s ease-out;
}
.morefilter.filter_active:after {transform: rotate(-135deg); top:2px;}

.ourrecentSec {display:block; width: 100%; max-width: 1920px; margin: 0 auto; position: relative;}
.our-recent {padding-top: 80px; position: relative; min-height: 410px; max-width: 340px;}
.our-recent .secHead .secTitle span {display: block;}
.our-recent:before {content: ''; position: absolute; left:-137px; top:0px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7bac2+0,fef7f8+100 */
background: #f7bac2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f7bac2 0%, #fef7f8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f7bac2 0%,#fef7f8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f7bac2 0%,#fef7f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bac2', endColorstr='#fef7f8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 width: 224px; height: 224px; border-radius: 50%;}


.recentPropMain{display: inline-block; width: 100%;}
.recentProLeft{float: left; width: 36%; padding-right: 60px;}
.slickarrdotmain .slick-prev, .slickarrdotmain .slick-next{left: 210px;}
.recentProLeftInner{float: right; max-width: 340px;} 
.recentProRight{float: left; width: 64%; }
.property_slider {
   width: 100%; 
   /* margin-left: -5px;
    margin-right: -5px;*/
    font-size: 0;
    /*position: absolute;
    right: -156px;*/
    /*max-width: 1350px;*/
    z-index: 2;
}
/*.property_slider .slick-list{overflow: visible !important;}*/
.property_list {display: inline-block; padding: 0 10px;}
.propertyBox {max-width: 420px;}
 .propertyTumb{width: 100%;
    position: relative;
    display: block;
    padding-bottom: 302px;
    transition: all 0.4s ease-in-out; overflow: hidden;}

.propertyTumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 218px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
    z-index: 12;
}

.propertyTumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-out;
}

.propertyTumb:hover > img {
    transform: scale(1.1);
}


.slider__counter {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 58px;
  font-weight: 700;
  color: #e2132d;
  mix-blend-mode: difference;
  pointer-events: none;
}

.slider__counter sup{font-size: 18px; color: #c5c5c5; font-weight: 600; top: -33px; right: 10px;}


.slickarrdotmain {/*margin: auto; max-width: 336px;*/ position: relative;}
.slickarrdotmain .slick-prev {left: 156px;}
.slickarrdotmain .slick-next {right:186px;}
.slickarrdotmain .slick-prev, .slickarrdotmain .slick-next{width: 40px; height: 40px; border-radius: 50%; background: #ffffff; border:1px solid #cccccc; transition:all 0.4s ease-in-out; top:-64px;}
.slickarrdotmain .slick-prev:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-left: 1px solid #e6400c;    
left: 4px; right: 0; top: 0; bottom: 0; margin: auto;}
.slickarrdotmain .slick-next:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-right: 1px solid #e6400c; left:0px; right:4px; top: 0; bottom: 0; margin: auto;}

.slickarrdotmain .slick-prev:hover, .slickarrdotmain .slick-next:hover {background: #ffffff; border-color: #e0001c;}

.top_logo {width: 95px; /*height: 51px;*/ padding: 10px; position: absolute; right:10px; top:10px; background: #fff; z-index: 99; border-radius: 5px;}
/*.top_logo_img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}*/
.top_logo_img img  {position: static;}


.head_Sec {position: absolute; left: 0; bottom: 0; width: 100%; padding: 20px 20px 10px; z-index: 99;}
.head_title {font-size: 18px; font-weight: 500; color: #fff; display: block;}
.new_head_title {font-size: 22px; font-weight: 600; color: #fff; display: block;}



.catename {
    display: inline-block;    
    padding: 10px 20px;    
    font-size:15px;
    font-weight: 400;
    color: #fff;
}

.catename [class^='icon-'] {
    color: #fff;
    font-size: 26px;    
    line-height: 1;
    display: inline-block;    
    margin-right: 10px;
}

.catList .catename:first-child{padding-left: 0;}

.catename .icon-expand-square {font-size: 18px;}


.property_location {
    display:block;    
    padding: 10px 20px 15px 0;    
    font-size:16px;
    font-weight:400;
    color: #7d7d7d;        
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.property_location [class^='icon-'] {
    color: #7d7d7d;
    font-size: 22px;        
    display: inline-block;    
    margin-right:8px;
    vertical-align:top;
}

.property_bot_sec {float: left; border-top: 1px solid #e5e5e5; padding-top: 15px; width: 100%;}
.property_price {float: left; font-size: 30px; font-weight: 700; color: #e0001c; margin-bottom: 10px;}
.property_price sup {font-size: 18px; font-weight: 500;}

.property_bot_sec .btn {float: right;}
.property_bot_sec .btn.call_btn {margin-left: 10px; float: right;}


.propertyBox .property_bot_sec {text-align: center;}
.propertyBox .property_price{width: 100%; text-align: center;}
.propertyBox .property_bot_sec .btn {float: none !important;}
.propertyBox .property_bot_sec .btn.call_btn {margin-left: 0; margin-right: 10px;}

.whybuyImg  {position: relative; margin-left: -270px;}
.whybuyImg img {height: 100%; width: 100%; object-fit: cover; object-position: center; border-top-right-radius:20px; border-bottom-right-radius:20px; }

.whybuyDetails {padding:0 70px;}
.whybuyDetails .secHead {margin-bottom: 70px;}
.whybuyDetails .secHead .secTitle span {display: block;}

.servbox {padding:15px 0px; display:block;}
.servbox .servicon {width:82px; height:82px; position: relative; border-radius: 50%; background: #fff; box-shadow: 0 0 10px rgba(224,0,28, 0.3); margin: auto; display: inline-block; vertical-align: middle;}
.servbox .servicon img {width:50px; height:50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.servbox  .servcon{width: calc(100% - 90px); display: inline-block; padding-left:2.25rem; vertical-align: middle;}
.servbox .servcon .servtitle {font-size:22px; font-weight: 600; line-height: normal; color: #000; margin-bottom:15px;}
.servbox p{font-size: 15px; line-height:24px;}

.welcomeSec {background: #e0001c; margin-top: 90px; padding-bottom: 185px; position: relative;}
.welcomeSec:after{content: ''; position: absolute; left: 0; bottom: 0; width: 738px; height: 331px; background: url(../img/welcome-bottom-bg.png) no-repeat;}
.welcomeSec:before{content: ''; position: absolute; right: 0; top: 0; width: 459px; height: 649px; background: url(../img/welcome-top-bg.png) no-repeat;}

.welcomeDetail {max-width: 455px;}
.titlehead {font-size: 40px; color: transparent !important; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #ffffff; -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; font-weight:900; text-transform: uppercase; line-height: 50px; margin-bottom: 20px;}
.welcomeDetail p {color: #ffffff;}
.welcomeDetail .btn {margin-top: 30px;}

.welcomeImg  {position: relative; margin-top:-180px; padding-left: 24px;}
.welcomeImg img {border-radius:20px; position: relative;}
.ring {position:absolute; position: absolute; bottom:-100px; right:60px; border:40px solid #bc051c; width: 220px; height: 220px; border-radius: 50%; opacity: 0.3;}

.welcomeImg .welcomeImgInner {display: inline-block; position: relative;}



.featuredSec {max-width: 1920px; margin: 0 auto; position: relative; overflow: hidden;}
.featuredSec .secHead .secTitle {margin-bottom: 85px;}
.featuredlist {/*display: inline-block;*/ padding: 0 10px;}

/*
.featured_slider .slick-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,0.8);
    transition: 1s all;
}

.featured_slider .slick-current:after {
    opacity: 0;
    visibility: hidden;
}*/

.featuredBox {transition: all 0.4s ease-in-out;}
.featuredTumb{width: 100%;
    position: relative;
    display: block;
    padding-bottom: 562px;
    transition: all 0.4s ease-in-out;}

.featuredTumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height:100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);    
    z-index: 12;
}

.featuredTumb:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height:100%;
    background: rgba(0,0,0,0.5);    
    z-index: 12;
}

.featuredTumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;    
}


.featured_slider .slick-slide {transition: all 0.4s ease-in-out;}

.featured_top {position: absolute; left:44px; top: -44px; padding: 3px; box-shadow: 0 0 10px rgb(0 0 0 / 10%); background: #ffffff; min-width: 270px;max-width: 45%; transition: all 0.4s ease-in-out; opacity: 0;}
.featured_top_inner {border:2px solid #e0001c;}

.featured_logo {display: block; padding: 10px 14px;padding-bottom: 8px; border-bottom: 1px solid #e7e9e9; text-align: left;}
.featured_logo img {max-width: 160px; position: static; width: auto; display: inline-block;}

.featured_price {padding:14px 14px 14px; border-bottom: 1px solid #e7e9e9; font-size: 32px; font-weight: 700; color: #000;}

.featured_price span {display: block; font-size: 16px; color: #868f91; font-weight: 600; text-decoration: line-through;}

.featured_location {display:block; padding: 15px 15px 15px 15px; font-size:14px; font-weight:400; color: #7d7d7d;}
.featured_location [class^='icon-'] {color: #7d7d7d; font-size: 18px; display: inline-block; margin-right:8px;
    vertical-align:middle;}
.learnmorelink {padding: 0 0 15px 15px; text-decoration: underline; font-size: 14px; font-weight: 600; color: #e0001c;}

.featured_slider .slick-prev {left: 412px;}
.featured_slider .slick-next {right: 412px;}
.featured_slider .slick-prev, .featured_slider .slick-next{margin-top:-15px; width:76px; height:76px; border-radius: 50%; background: #ffffff; border:1px solid #cccccc; transition:all 0.4s ease-in-out;}
.featured_slider .slick-prev:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-left: 1px solid #e6400c;    
left: 4px; right: 0; top: 0; bottom: 0; margin: auto;}
.featured_slider .slick-next:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-right: 1px solid #e6400c; left:0px; right:4px; top: 0; bottom: 0; margin: auto;}

.featured_slider .slick-prev:hover, .featured_slider .slick-next:hover {background: #e0001c; border-color: #e0001c;}

.featured_slider .slick-prev:hover:before, .featured_slider .slick-next:hover:before {border-color: #ffffff;}

.featued_head_Sec {position: absolute; left: 0; bottom: 0; width: 100%; padding: 20px 20px 20px; z-index: 999; text-align: center; transition: all 0.4s ease-in-out; opacity: 0; }

.featured_catename {
    display: inline-block;    
    padding: 10px 50px;    
    font-size:30px;
    font-weight:700;
    color: #fff;  
    position: relative;  
    vertical-align: middle;
}

.featured_catename:before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: #ffffff; width: 2px; height: 22px;}

.featured_catename [class^='icon-'] {
    color: #fff;
    font-size: 26px;    
    line-height: 1;
    display: inline-block;    
    margin-right: 10px;
    font-weight: normal;
}

.featured_catename:first-child:before {display: none;}

.featured_catename .icon-expand-square {font-size: 18px;}

.catelable {font-size: 14px; color: #ffffff; font-weight: 500;}

.area_cate .catelable {text-align: left;}

.featured_slider .slick-list {padding: 0; overflow: inherit;}

.featured_slider .slick-current.slick-center .featuredBox {/*width:940px;*/}

.featured_slider .slick-current.slick-center .featured_top ,.featured_slider .slick-current.slick-center .featued_head_Sec {opacity: 1;}

/*.featured_slider .slick-current.slick-center .featuredTumb{padding-bottom: 633px;}*/

.featured_slider .slick-current.slick-center .featuredTumb:before {height: 218px;}

.featured_slider .slick-current.slick-center .featuredTumb:after {display: none;}


/*[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
     transition: all 0.3s ease;
}
 
.swiper-container {
     width: 100%;
     height: 40vw;
     transition: opacity 0.6s ease;
}
 .swiper-container.swiper-container-coverflow {
     padding-top: 2%;
}
 .swiper-container.loading {
     opacity: 0;
     visibility: hidden;
}
 .swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
     transform: translateX(0);
     opacity: 1;
     visibility: visible;
}
 .swiper-slide {
     background-position: center;
     background-size: cover;
}
 .swiper-slide .entity-img {
     display: none;
}
 .swiper-slide .content {
     position: absolute;
     top: 40%;
     left: 0;
     width: 50%;
     padding-left: 5%;
     color: #fff;
}
 .swiper-slide .content .title {
     font-size: 2.6em;
     font-weight: bold;
     margin-bottom: 30px;
}
 .swiper-slide .content .caption {
     display: block;
     font-size: 13px;
     line-height: 1.4;
}
 [class^="swiper-button-"] {
     width: 44px;
     opacity: 0;
     visibility: hidden;
}
 .swiper-button-prev {
     transform: translateX(50px);
}
 .swiper-button-next {
     transform: translateX(-50px);
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
     margin: 0 9px;
     position: relative;
     width: 12px;
     height: 12px;
     background-color: #fff;
     opacity: 0.4;
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     width: 18px;
     height: 18px;
     transform: translate(-50%, -50%);
     border: 0px solid #fff;
     border-radius: 50%;
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
     opacity: 1;
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
     border-width: 1px;
}

@media (max-width: 1180px) {
     .swiper-slide .content .title {
         font-size: 25px;
    }
     .swiper-slide .content .caption {
         font-size: 12px;
    }
}
 @media (max-width: 1023px) {
     .swiper-container {
         height: 40vw;
    }
     .swiper-container.swiper-container-coverflow {
         padding-top: 0;
    }
}*/
 


.testimonialBox {max-width: 630px; margin: 0 auto; text-align: center;}
.testimonialBox .profile_Img {width: 111px; height: 111px; border-radius: 50%; overflow: hidden; display: inline-block; }
.testimonialBox .profile_Img img{width: 100%;object-fit: cover;background-size: cover; background-position: top ce;}
.testimonialBox .testimonialTitle {font-size: 19px; font-weight: 600; color: #000000; margin-top: 10px;}
.testimonialBox p { margin-top: 40px; font-size: 18px; line-height: 36px; font-style: italic; font-weight: 500;}

.testimonialSlider .slick-prev {left: 110px;}
.testimonialSlider .slick-next {right: 110px;}
.testimonialSlider .slick-prev, .testimonialSlider .slick-next{margin-top:-15px; width:40px; height:40px; border-radius: 50%; background: #ffffff; border:1px solid #cccccc; top: inherit; bottom: 40px; transition:all 0.4s ease-in-out;}
.testimonialSlider .slick-prev:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-left: 1px solid #e6400c;    
left: 4px; right: 0; top: 0; bottom: 0; margin: auto;}
.testimonialSlider .slick-next:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-right: 1px solid #e6400c; left:0px; right:4px; top: 0; bottom: 0; margin: auto;}

.testimonialSlider .slick-prev:hover, .testimonialSlider .slick-next:hover {background: #ffffff; border-color: #e0001c;}

.clients-logo {
    margin: 50px -15px 0;
}

.clients-logo .logo {
    text-align: center;
    margin: 0;
    padding: 0 15px;
}
.clients-logo .logo_list {
    text-align: center;
    margin: 0;
    padding: 0 15px;
}

.clients-logo .logo_list .client-thumb {
    display: block;
    position: relative;
    padding-bottom: 140px;
}

.clients-logo .logo_list .client-thumb img {
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: grayscale(1);
    transition:all 0.4s ease-in-out;
}

.clients-logo .logo_list .client-thumb:hover img {filter: grayscale(0);}

/*---footer sec---*/
.footerMain{display: block;width: 100%; clear: both; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe0e4+1,fffbfc+100 */
background: #ffe0e4; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe0e4 1%, #fffbfc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffe0e4 1%,#fffbfc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffe0e4 1%,#fffbfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0e4', endColorstr='#fffbfc',GradientType=0 ); /* IE6-9 */
}
.footer_bg {width: 100%; background: url(../img/footer-bg.png) repeat-x; height: 169px;}
.footerMain .footersec{padding-top: 80px;padding-bottom: 45px;}
.footerMain .footBox{display: block;width: 100%;}
.footerMain .footBox .footLogo{display: block;width: 100%;}
.footerMain .footBox .footLogo img{max-width:275px;}
.footerMain .footBox .footerdec{font-size: 16px;line-height: 1.4;font-weight: 300;color: #fff;margin: 0;margin-top: 12px;}
.footerMain .footBox .footTitle{font-size:18px; line-height: 20px;font-weight: 600;color: #000000;display: block;margin-bottom: 28px;}
.footerMain .footBox .footCon ul{padding: 0;margin: 0;font-size: 0;}
.footerMain .footBox .footCon ul li{display: block; position: relative; line-height: 20px; margin-bottom:10px;}
.footerMain .footBox .footCon ul li a{display:inline;transition: all 0.4s ease-in-out;font-size: 14px; font-weight:400;position: relative;
color: #333333;}
.footerMain .footBox .footCon ul li.active a{color: #e0001c;}
.footerMain .footBox .footCon ul li a:hover{color: #e0001c;}
.footerMain .footBox .footCon .footContact.callfoot{font-weight: 600;}

.footerMain .footBox .footCon .footContact{position: relative; color: #333333; line-height: 22px; font-size: 14px; font-weight: 400; margin-bottom:12px;
display: block; width: 100%;padding-left: 28px;}
.footerMain .footBox .footCon .footContact .icon{position: absolute;left: 0;top:3px;font-size:18px;color: #e0001c;}

.footerMain .footBox .footCon .footContact a {color: #333333;transition: all 0.4s ease-in-out;}
.footerMain .footBox .footCon .footContact a:hover {color: #e0001c;}


.social_media ul{padding: 0;margin: 0;font-size: 0;}
.social_media ul li{display: block; line-height: 20px; margin-bottom:10px;}
.social_media ul li a{display:inline; padding-left: 37px; transition: all 0.4s ease-in-out;font-size: 14px; font-weight:400;position: relative;
color: #333333;}
.social_media ul li.active a{color: #e0001c;}
.social_media ul li a:hover{color: #e0001c;}

.social_media ul li a .icon{width: 26px; height: 26px; text-align: center;position: absolute;left: 0; top: 0;bottom: 0;margin: auto;line-height: 26px;
transition: all 0.4s ease-in-out; color: #ffffff; border-radius: 50%; font-size: 14px;}

.social_media ul li.fb-icon a .icon{background: #334c8b;}
.social_media ul li.twitter-icon a .icon{background: #16c6f9;}
.social_media ul li.linkedin-icon a .icon{background: #0081c4;}
.social_media ul li.instagram-icon a .icon{background: #f6086d;}

.FooterSocial {margin-top: 15px;}
.socialMeadia{display: inline-block;vertical-align: middle;font-size: 0;}
.socialMeadia a{display: inline-block; width: 38px; height: 38px; border-radius: 50%; position: relative; text-align: center; font-size:16px; color: #fff;
transition: all 0.4s ease-in-out;margin-right: 12px;background: #a79066;font-weight: 400;}
.socialMeadia a:last-child{margin-right: 0;}


.socialMeadia a:hover .icon{color: #fff;}
.socialMeadia .fb:hover{background: #3b5998;}
.socialMeadia .twitter:hover{background: #1DA1F2;}
.socialMeadia .linkedin:hover{background: #2867b2;}
.socialMeadia .instagram:hover{background: #c13584;}

/*.copyrightsec{padding: 15px 0;width: 100%;position: relative;text-align: center;background: #e0001c;}
.copyrightsec .copyright{font-size: 14px;line-height: normal;font-weight: normal;color: #ffffff;text-align: center;margin: 0;display: inline-block; float: left;}
.copyrightsec .copyright a{color: #ffffff;transition: all 0.4s ease-in-out;}
.copyrightsec .copyright a:hover{text-decoration: underline;}
*/
.copyrightsec{padding: 15px 0;width: 100%;position: relative;text-align: center;background: #e0001c;}
.copyrightsec .copyright{font-size: 14px;line-height: normal;font-weight: normal;color: #ffffff;text-align: center;margin: 0;display: inline-block; float: left;}
.copyrightsec .copyright a{color: #ffffff;transition: all 0.4s ease-in-out;}
.copyrightsec .copyright a:hover{text-decoration: underline;}
.copyrightsec .powerdBy{font-size:14px;line-height: normal;font-weight: normal;color: #ffffff; text-align: center;margin: 0;display: inline-block; float: right;}
.copyrightsec .powerdBy a{display: inline-block;vertical-align: middle;width: 55px;}
.copyrightsec .powerdBy img{width: 100%;}
/*---footer sec---*/
  

.newscol {padding: 0 1px;}
.newTumb{width: 100%; position: relative; display: block; padding-bottom: 380px; transition: all 0.4s ease-in-out; overflow: hidden;}
.newTumb:before {content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 218px;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);  z-index: 12;}
.newTumb img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block;
max-height: 100%; max-width: 100%; object-fit: cover; object-position: center; width: 100%;
height: 100%; transition: transform .3s ease-out;}
.newTumb:hover > img {transform: scale(1.1);}


/*---service blog sec---*/
.serblogmain{display: block;margin-top: 2px;}
.serblogmain .serblogrow{margin: 0 -1px;}
.serblogmain .serblogrow .serblogcol{padding: 0 1px;}
.servblogbox{width: 100%;transition: all 0.4s ease-in-out;}
.servblogbox .serblogimg{width: 100%;position: relative;display: block;padding-bottom: 350px;
    transition: all 0.4s ease-in-out;}
.servblogbox .serblogimg:before{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 218px;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);z-index: 12;
}
.servblogbox:hover .serblogimg:before{display: none;}
.servblogbox .serblogimg:after{height: 0;position: absolute;transition: all 0.4s ease-in-out;width: 100%;
bottom: 0;left: 0;right: 0;background: #0f1729;opacity: 0.95;content: "";}
.servblogbox .serblogimg img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;display: block;max-height: 100%;
max-width: 100%;object-fit: cover;object-position: right;width: 100%;height: 100%;}
.servblogbox .serblogcon{position: absolute;bottom: 0;left: 0;right: 0;padding: 40px 40px;display: inline-block;
z-index: 99;}
.servblogbox .serblogcon .serblotitle{font-size: 24px;font-weight: bold;line-height: normal;color: #fff;margin-bottom: 10px;
transition: all 0.4s ease-in-out;}
.servblogbox .serblogcon p{font-size: 16px;line-height: 27px;color: #fff;font-weight: 500;text-align: left;margin-bottom: 0;
    transition: all 0.4s ease-in-out;font-family: 'Raleway', sans-serif;transition: all 0.4s ease-in-out;}
.servblogbox .viewmore{display: none;transition: all 0.4s ease-in-out;}
.servblogbox:hover .viewmore{display: inline-block;color: #fff;}
.servblogbox:hover .serblogimg:after{height: 100%;}
.servblogbox:hover .serblogimg{background: #0f1729;opacity: 0.95;}
.servblogbox:hover .serblogcon p{margin-bottom: 12px;}
/*---service blog sec---*/


.filter_sl {display: none;}
.filterTitle {font-size: 16px; font-weight: 600; line-height: 1.4; margin-bottom: 10px; color: #000; width: 100%; display: block;}
.filterInner {padding-top: 20px;}

.filterInner .row {margin-right: -3px; margin-left: -3px;}
.filterInner div[class*='col'] {padding-left: 3px; padding-right: 3px;}
.amenities_sl {padding-top: 0px;}

/* Checkbox css */
.purecheckbox {
  display:inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom:20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  line-height: 22px;
}

.purecheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border:1px solid #dcdcdc;
}

.purecheckbox input:checked ~ .checkmark {
  background-color: #e0001c;
  border-color: #e0001c;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.purecheckbox input:checked ~ .checkmark:after {
  display: block;
}

.purecheckbox .checkmark:after {
      -webkit-transform: translate(.25em,.33654em) rotate(-45deg);
    transform: translate(.25em,.33654em) rotate(-45deg);
    width: 12px;
    height: 8px;
    border: 3px solid #fff;
    border-top-style: none;
    border-right-style: none;
}
/* Checkbox css */

.filter-custom-drop {display: inline-block; padding: 10px 10px 10px 10px; width: 100%;    
color: #868f91; font-size: 16px; line-height: normal; font-weight:600; border: 0; height: 40px;    
cursor: pointer; background: #fff url(../img/svg/down-arrow.svg) no-repeat right 10px center;    
appearance: none; -webkit-appearance: none; background-size: 12px; border-bottom: 1px solid #dcdcdc;}

.price-range-slider {
     width: 100%;
     float: left;
     padding: 10px 20px;
}
 .price-range-slider .range-value {
     margin: 0;
}
 .price-range-slider .range-value input {
     width: 100%;
     background: none;
     color: #000;
     font-size: 14px;
     font-weight: initial;
     box-shadow: none;
     border: none;
     margin: 10px 0 0px 0;
}
 .price-range-slider .range-bar {
     border: none;
     background: #000;
     height: 3px;
     width: 96%;
     margin-left: 8px;
}
 .price-range-slider .range-bar .ui-slider-range {
     background: #e0001c;
}
 .price-range-slider .range-bar .ui-slider-handle {
     border: none;
     border-radius:50%;
     background: #fff;
     border: 2px solid #e0001c;
     height: 17px;
     width: 17px;
     top: -0.52em;
     cursor: pointer;
}
 .price-range-slider .range-bar .ui-slider-handle + span {
     background: #e0001c;
}
/*--- /.price-range-slider ---*/

/* news section */

.newsSec {background: #f7f7f7;}

.newslisting {padding:10px; display: inline-block;}

.news_box {width: 100%; display: block; background: #ffffff; border-radius: 5px; overflow: hidden; transition: all 0.4s ease-in-out;}
.news_box:hover {box-shadow: 0 0 10px rgb(0 0 0 / 20%);}

.date_sl { display: block; width: 100%; margin-bottom: 15px; font-size: 15px; color: #000; padding-left: 25px; position: relative;}
.date_sl:before {content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url(../img/svg/calendar.svg) no-repeat; background-size: 100%; }

.news_box .newsTitle {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #0f1729;
    display: block;
    transition: all 0.4s ease-in-out;
}

.news_box .newsTitle:hover {color: #e0001c;}

.newsImg {
    width:300px;
    position: relative;
    display: inline-block;
    padding-bottom: 380px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    vertical-align: middle;
}

.newsImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-out;
}


.newsDetails {display: inline-block; width: calc(100% - 320px); vertical-align: middle; padding-left: 20px;}
.newsDetails p {font-size: 15px;}

.readmore {font-size: 15px; color: #000; padding-right: 15px; position: relative; transition: all 0.4s ease-out;}
.readmore:after {
    content: "";
    position: absolute;
    left: inherit;
    top: 6px;    
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    right:0px;
    margin: auto;
    display: inline-block;
    background-image: none;
    transition: all 0.4s ease-out;
    
}

.readmore:hover {color: #e0001c;}
.readmore:hover:after{border-color: #e0001c;}

.newSlider .slick-prev {left:-50px;}
.newSlider .slick-next {right:-50px;}
.newSlider .slick-prev, .newSlider .slick-next{margin-top:-15px; width:40px; height:40px; border-radius: 50%; background: #ffffff; border:1px solid #cccccc; top:50%; transition:all 0.4s ease-in-out;}
.newSlider .slick-prev:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-left: 1px solid #e6400c;    
left: 4px; right: 0; top: 0; bottom: 0; margin: auto;}
.newSlider .slick-next:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-right: 1px solid #e6400c; left:0px; right:4px; top: 0; bottom: 0; margin: auto;}

.newSlider .slick-prev:hover, .newSlider .slick-next:hover {background: #ffffff; border-color: #e0001c;}

.mobile_filter_btn {display: none;}




/* Product Detail css */

.prdouctMain {padding-top: 32px;}
/* Product Gallery */
.product_share { 
    position: absolute;
    right:15px;
    top:15px;
    background: #ffffff;        
    border-radius: 4px;
    padding:8px 16px;    
    font-size:16px;
    font-weight:600;
    color: #e0001c;    
    z-index: 9;
    cursor: default;    
}

.product_share [class^='icon-'] {
    color: #e0001c;    
    display: inline-block;    
    margin-right:8px;
    vertical-align:middle;
    font-weight: bold;
}

.product_share_box {position: absolute; right: 0; top: 100%; width: 400px; display: none; color: #000;}

.product_share:hover .product_share_box {display: block;}

.product_share_inner {background: #ffffff; box-shadow: 0 0 10px rgb(0 0 0 / 30%); position: relative; margin-top: 10px; padding: 20px 15px;}
.product_share_inner:before {content: ''; position: absolute; right: 44px; top: -10px;
  width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;  
  border-bottom: 10px solid #ffffff;}

.product_social {padding: 0; margin: 0;}
.product_social li {padding: 0 12px; margin: 0; text-align: center; display: inline-block;}
.soical_box {color: #000; transition:all 0.4s ease-in-out;}
.soical_box .social_icon {width: 40px; height: 40px; border:1px solid #cccccc; border-radius: 50%; text-align: center; line-height: 40px; margin: auto; transition:all 0.4s ease-in-out;}
.soical_box .social_icon .icon {line-height: 40px; font-size: 18px;}
.social_name {margin-top: 5px; font-size: 14px; font-weight: 500;}
.soical_box:hover {color: #e0001c;}

.soical_box .social_icon.fb-social{color: #334c8b}
.soical_box .social_icon.twitter-social{color: #16c6f9}
.soical_box .social_icon.linkedin-social{color: #0081c4}
.soical_box .social_icon.instagram-social{color: #f6086d}

.soical_box:hover {color: #e0001c;}
.soical_box:hover .social_icon {background:#e0001c; border-color:#e0001c; color: #ffffff;}





.productGallery{margin-bottom: 0;width: 100%;float: left; position: relative;}
.galleryMain {float: right; width:100%;padding-left:0px;}
.galleryThumb{float: left; width:100%;padding: 0; margin-top:5px;}

.galleryMain .item{display: block;width: 100%;padding-bottom: 538px;position: relative;/* border:1px solid #dcdcdc; */} 
.galleryMain .item img , .galleryMain .item video{max-width: 100%; max-height: 100%; position: absolute;  left: 0; top: 0; right: 0; bottom: 0; margin:auto; width: 100%; height: 100%; object-fit: cover;}

.galleryThumb .thumb-item{display: block; padding:6px; vertical-align: top;}
.galleryThumb .thumb-item .thumbBox{display: block;width: 100%;height: 110px;text-align: center;padding: 10px; cursor: pointer;position: relative;background: #f8f8f8;/*margin: 5px 0;*/}
.galleryThumb .slick-current .thumb-item .thumbBox{box-shadow: 0 0 10px rgb(224 0 28 / 30%);} 
.galleryThumb .thumb-item .thumbBox img , .galleryThumb .thumb-item .thumbBox video{width: 100%; height: 100%; margin:auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0; object-fit: cover; object-position: center;} 
.galleryThumb .slick-next{position: absolute; left:inherit; right: 0; top:50%; width:30px; height: 30px; background: #f6f6f6; border: none;  z-index: 12; transition: all 0.4s ease-in-out;border-radius: 0;}
.galleryThumb .slick-next:before{content: "";position: absolute;left: 0;right: 0;top:0px;bottom: 0;margin: auto;transform: rotate(-45deg);text-align: center;width: 8px;height: 8px;border-bottom: 1px solid #4e4e4e;border-right: 1px solid #4e4e4e}
.galleryThumb .slick-prev{position: absolute; left:3px; right: 0; top:50%; width:30px; height: 30px;border-radius: 0; background: #f6f6f6; font-size: 0; border: none; z-index: 12; transition: all 0.4s ease-in-out;margin-top: 0;}
.galleryThumb .slick-prev:before{content: "";position: absolute;left:6px;right: 0;top:0px;bottom: 0;margin: auto;border-bottom: 1px solid #4e4e4e;border-left: 1px solid #4e4e4e;transform: rotate(45deg);text-align: center;width: 8px;height: 8px;}
.galleryThumb .slick-arrow:hover{background: #f26728;}

.galleryThumb .slick-next:hover:before, .galleryThumb .slick-prev:hover:before {border-color: #ffffff;}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: 1;}

.productGallery .galleryMain .slick-prev {left: 19px;}
.productGallery .galleryMain .slick-next {right: 19px;}
.productGallery .galleryMain .slick-prev, .productGallery .galleryMain .slick-next{margin-top:-26px; width:46px; height:46px; border-radius: 50%; background: #ffffff; border:1px solid #cccccc; transition:all 0.4s ease-in-out;}
.productGallery .galleryMain .slick-prev:before {width: 10px; height: 10px; border-bottom: 2px solid #e6400c; border-left: 2px solid #e6400c;    
left: 4px; right: 0; top: 0; bottom: 0; margin: auto;}
.productGallery .galleryMain .slick-next:before {width: 10px; height: 10px; border-bottom: 2px solid #e6400c; border-right: 2px solid #e6400c; left:0px; right:4px; top: 0; bottom: 0; margin: auto;}
.productGallery .galleryMain .slick-prev:hover, .productGallery .galleryMain .slick-next:hover {background: #e0001c; border-color: #e0001c;}
.productGallery .galleryMain .slick-prev:hover:before, .productGallery .galleryMain .slick-next:hover:before {border-color: #ffffff;}

.productDetails {padding-top: 28px; display: block; clear: both;}
.prodettitle {font-size: 22px; font-weight: 600; color: #000000; line-height: 28px; margin-bottom: 10px;}

.prodesubtitle {font-size: 22px; font-weight: 600; color: #000000; line-height: 28px; margin-bottom: 10px;}

.productDescription p{font-size: 15px;}
.show_btn {margin-top: 15px; display: block; font-size: 14px; font-weight: 600; color: #e0001c; text-decoration: underline; cursor: pointer;}
.fullDescription {display: none;}

.productadderssSec {display: block; width: 100%; padding-top: 40px;}

.productaddress {    
    display:inline-block;    
    background: #f8f8f8;
    padding:30px 30px 30px 55px;    
    font-size:15px;
    font-weight:400;
    color: #000;
    max-width: 380px;
    vertical-align: top;
    width: 100%;
    position: relative;    
    min-height: 92px;
}

.productaddress [class^='icon-'] {
    color: #e0001c;
    font-size: 30px;        
    display: inline-block;    
    margin-right:12px;
    vertical-align:middle;
    position: absolute;
    left: 15px;
    top: 26px;
}

.producttype {background:#f8f8f8; padding: 30px 0; float: right;}

.producttypeList {padding: 0; margin:0;}
.producttypeList li {padding: 0 30px; display: inline-block; vertical-align: top; position: relative;}
.producttypeList li:before {content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 38px; background: #dfdfdf;}
.producttypeList li:first-child:before {display: none;}

.product_catename {display: inline-block; padding:0; font-size:15px; font-weight: 400; color: #000000;}
.product_catename [class^='icon-'] {color: #e0001c; font-size: 28px; line-height: 1; display: inline-block; margin-right: 15px;}
.product_catename .icon-new-expand-square {font-size: 24px;}
.product_square_catename {padding-top:5px;}


.product_amenities {padding:30px 30px 15px; margin-top:30px; background:#f8f8f8; clear: both;}
.product_amen_list {font-size: 0; margin-top: 15px;}
.product_amen_list li {width: 33.3%; display: inline-block; margin-bottom: 15px; padding-left: 30px; position: relative;}
.product_amen_list li:before{content: "";width: 13px;height: 7px;border-bottom: 2px solid #e0001c;border-left: 2px solid #e0001c;transform: rotate(-45deg);position: absolute;left: 0px;top: 6px;}

.product_amen_name {    
    display:inline-block;    
    padding:0px;    
    font-size:15px;
    font-weight:400;
    color: #000;    
}

.product_amen_name [class^='icon-'] {
    color: #e0001c;
    font-size: 30px;        
    display: inline-block;    
    margin-right:12px;
    vertical-align:middle;
}

.propery_info {display: block; width: 100%; padding-top:50px;}
.propery_list {padding: 0; margin-top: 10px; width: 100%; display:inline-block;}
.propery_list li {width: 100%; display: block; padding:18px 22px;}
.propery_list li:nth-child(odd){background: #f8f8f8;}
.propery_list_row {display: block; font-size: 14px; font-weight: 400; color: #000;}
.propery_list_row label {font-size: 16px; font-weight: 500; width: 295px; display: inline-block;}

.product_loctoin {display: block; padding-top:20px;}

.product_loc_address {display:block; font-size:15px; font-weight:400; color: #000; position: relative; padding-left: 34px;}
.product_loc_address [class^='icon-'] {color: #e0001c; font-size: 26px; display: inline-block;    
margin-right:10px; vertical-align:middle; position: absolute; left: 0;}

.map_sl{display: block; width:100%; margin-top: 19px;} 

.map_sl iframe {width: 100%;}

/* Product slidebar */
.product_call {width: 100%; background: #f8f8f8; display: block; padding:40px 28px; text-align: center;}
.productDtllogo {padding-top: 12px;}
.productDtllogo img {display: inline-block;}

.otherdetailtext {font-size: 25px; font-weight: 600; color: #000; padding: 22px 0 30px;}

.product_price {padding: 18px 0; font-size: 40px; font-weight: 800; color: #e0001c; border-top:1px solid #dfdfdf;}
.product_price sup {font-size: 24px; font-weight: 500;}

.product_call .btn {width: 100%;}
.product_call .btn .icon {font-size: 24px; vertical-align: top;}

.product_inquire_box {width: 100%; padding: 28px 25px 40px; display: block; margin-top:30px; background:#f8f8f8;}
.inquire_title {font-size: 22px; font-weight: 600; color: #000000; margin-bottom: 26px;}

.form_group {margin-bottom: 15px; position: relative;}
.form-control {border: 0; padding: 5px 19px; height: 50px; border-radius: 0; color: #000; font-size: 14px;}
.form-control.custom-select-control {cursor: pointer; background: #fff url(../img/svg/down-arrow-dark.svg) no-repeat right 19px center;    
appearance: none; -webkit-appearance: none; background-size: 12px;padding-right: 35px;}


.form-control::placeholder {color: #000;}
.product_inquire .btn {width: 100%; margin-top: 15px;}
.product_inquire .btn .icon {font-size: 24px; vertical-align: top;}
textarea.form-control {height: 100px; resize: none;}
.g-recaptcha.form-field + div{width: 100%;}
.g-recaptcha.form-field + div + iframe{width: 100%;}

.product_inquire_box .form_group {margin-bottom: 10px;}

.field_error {display: none; position: absolute; right: 0;
    top: -21px; width: auto; height: auto; margin: 0; font-size: 11px!important;
    line-height: 11px!important; background: #fb0101; padding: 5px 5px 4px!important;
    color: #fff!important;}

.field_error:after {border-color: #fb0101 transparent transparent; -o-border-image: none;
    border-image: none; border-right: 6px solid transparent; border-style: solid; border-width: 6px; content: "";
    height: 0; left: 5px; position: absolute; top: 100%; width: 0;
} 

.related_property_slider .slick-prev {left:-110px;}
.related_property_slider .slick-next {right:-110px;}
.related_property_slider .slick-prev, .related_property_slider .slick-next{margin-top:-15px; width:40px; height:40px; border-radius: 50%; background: #ffffff; border:1px solid #cccccc; top: inherit; top: 50%; transition:all 0.4s ease-in-out;}
.related_property_slider .slick-prev:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-left: 1px solid #e6400c;    
left: 4px; right: 0; top: 0; bottom: 0; margin: auto;}
.related_property_slider .slick-next:before {width: 10px; height: 10px; border-bottom: 1px solid #e6400c; border-right: 1px solid #e6400c; left:0px; right:4px; top: 0; bottom: 0; margin: auto;}

.related_property_slider .slick-prev:hover, .related_property_slider .slick-next:hover {background: #ffffff; border-color: #e0001c;}

/* contact us */
.contactMain {padding-top: 44px;}
.contactInner {padding: 0 50px;}
.contact_left_part {padding: 0; background: #f8f8f8; width: 674px; height: 100%; float: left;}
.contact_form_main {height: 100%; padding: 50px 70px 40px;}
.cont_title {font-size: 40px; font-weight: 700; color: #000000; margin-bottom: 26px; line-height: 40px;}
.contact_form textarea.form-control{height: 120px;}
.contact_form .btn {min-width: 166px;margin-top: 15px;}

.contact_info {width: 100%; display: block; margin-top: 38px;}
.cont_info_title {font-size: 22px; font-weight: 600; margin-bottom: 15px; color: #000000;}

.contdetail {display: block; padding: 0; font-size: 0;}
.contdetail li {display: inline-block; vertical-align: top; margin-bottom: 24px;}
.contdetail li:first-child {width: 62%;}

.coninfobox {display: inline-block; width: 100%; position: relative; padding-left: 54px;}
.coninfobox .conicon {position: absolute; top:0px; left: 0; display: inline-block; width: 40px;
 height: 40px; background: #e0001c; color: #ffffff; text-align: center; line-height: 40px;}

.coninfobox .conicon .icon{font-size: 22px; line-height: 40px;}

.coninfobox .coninfo {display: inline-block;}

.contitle {font-size: 16px; font-weight: 600; line-height: 20px; color: #000;}
.coninfobox .coninfo p {font-size: 16px; font-weight: 400; line-height: 22px; color: #000;}
.coninfobox .coninfo p a {color: #000;}
.coninfobox .coninfo p a:hover {color: #e0001c;}

.contact_right_part {padding: 0; width: 558px; height: 100%; float: left;}
.map_block {height: 100%;}
.map_block iframe {width: 100%; height: 100%;}



/* listing page */
.InnerrentSec {margin-top:40px; margin-bottom: 40px;}
.breadcrumbmain{width: 100%; display: block;position: relative;}
.breadcrumbmain .breadcrumbList{width: auto;margin-top:12px;}
.breadcrumbmain .breadcrumbList li:first-child{padding-left: 0;}
.breadcrumbmain .breadcrumbList li{display: inline-block;vertical-align: middle;padding: 0 5px;position: relative;font-size: 14px;
color: #000000;font-weight:500;}
.breadcrumbmain .breadcrumbList li a{color: #7d7d7d;transition: all 0.4s ease-in-out;line-height: normal;font-weight: 400;}
.breadcrumbmain .breadcrumbList li a:hover {color:#e0001c;}
.breadcrumbmain .breadcrumbList li:last-child{padding-right: 0;}
.breadcrumbmain .breadcrumbList li~li{margin-left:0px;}
.breadcrumbmain .breadcrumbList li~li::before{content: "/";position: absolute;left: -5px;
top: 0;bottom: 0;margin: auto;color: #7d7d7d;font-size: 14px;}

.showingSec {width: 100%; display: block;}
.showingInner {width: 100%; float: left; margin-bottom: 10px;}
.showingResult {float: left; font-size: 15px; color: #000000; font-weight: 400; margin-top: 10px;}

.shorting_sl {float: right;}
.shorting_sl label{font-size: 15px; font-weight: 400; color: #7d7d7d; display: inline-block;}
.shorting-drop {display: inline-block; padding: 10px 10px 10px 10px; min-width: 160px;    
color: #000; font-size: 15px; line-height: normal; font-weight:500; border: 0; height: 38px;    
cursor: pointer; background: #fff url(../img/svg/down-arrow-dark.svg) no-repeat right center;    
appearance: none; -webkit-appearance: none; background-size: 12px;}

.listingSec {margin-bottom: 60px; clear: both;}
.fullwidthBox {max-width: 100%;}


.property_sale {padding-top: 20px;}
.property_sale .secHead .secTitle {margin-bottom:0px;}

.sale_property_slider {margin-right: -15px; margin-left: -15px;}
.sale_property_slider .property_list {padding: 0 15px;}
.sale_property_slider .propertyBox {max-width: 100%;}

.otherlistingSec{padding-top: 0px;}
.otherlisting {width: 100%; display: block; margin-bottom: 25px;}
.outherlisting_slide {width: 428px; display: inline-block; vertical-align: middle;}
.otherpropertyTumb{width: 100%; position: relative; display: block; padding-bottom: 283px; transition: all 0.4s ease-in-out; overflow: hidden;}
.otherpropertyTumb:before {content: ""; position: absolute; left: 0; right: 0; bottom: 0; height:100%;
    background:rgba(0,0,0,0.4); z-index: 12;}
.otherpropertyTumb img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
    display: block; max-height: 100%; max-width: 100%; object-fit: cover; object-position: center;
    width: 100%; height: 100%; transition: transform .3s ease-out;}

.otherpropertyTumb:hover img {transform: scale(1.1);}

.otherDetails {display: inline-block; width: calc(100% - 460px); vertical-align:middle; padding-left: 28px;}

.prodetailInner {max-width: 522px; display: block;}
.pro_title {font-size: 22px; font-weight: 600; color: #000; display: block; margin-bottom:10px;}
.pro_title:hover{color: #e0001c;}

.other_property_location {display:block; padding: 10px 0px 15px 28px; font-size:16px; font-weight:400;
    color: #7d7d7d; position: relative;}
.other_property_location [class^='icon-'] {color: #7d7d7d; font-size: 22px; position: absolute;
    left: 0; top:10px;}

.prodtype_sl {display: block; width: 100%;}
.pro_catList {display: inline-block;}

.pro_catename {display: inline-block; padding: 10px 20px; font-size:15px; font-weight: 400; color: #000;}
.pro_catename [class^='icon-'] {color: #e0001c; font-size: 26px; line-height: 1; display: inline-block;    
    margin-right: 10px;}
.pro_catList .pro_catename:first-child{padding-left: 0;}
.pro_catename .icon-expand-square {font-size: 18px;}

.prologo {float:right; margin-top: 5px;}
.prologo img {max-width: 100px;}

.other_bot_sec {margin-top: 20px; padding-top: 20px;}
.other_bot_sec.property_bot_sec .btn.call_btn {min-width: 88px;}

.otherlist_slider .slick-dots {position: absolute; bottom:26px; left: 0; right: 0; width: 100%; z-index:99;}
.otherlist_slider .slick-dots li {padding: 0 5px;}
.otherlist_slider .slick-dots li button{width: 12px; height:12px; border:2px solid #ffffff; border-radius:2px; background:none; opacity: 0.5;}
.otherlist_slider .slick-dots li.slick-active button, .otherlist_slider .slick-dots li button:hover {opacity: 1;}

.pagination {max-width:100%; text-align: center; display: block; margin-top: 80px;}
.page-btn {display: inline-block; vertical-align: middle; border:1px solid #dcdcdc; height: 41px; width: 100px; text-align: center; font-size: 16px; line-height: 41px; font-weight: 500; margin: 0 20px; color: #7d7d7d; transition: all 0.4s ease-in-out;}
.page-btn:hover{background: #e0001c; border-color: #e0001c; color: #ffffff; font-weight: 500;}

.pages-list {display: inline-block;}
.pages-list .page-number {display: inline-block; width: 41px; height: 41px; line-height: 41px; text-align: center; font-size: 16px; font-weight: 500; color: #7d7d7d; transition: all 0.4s ease-in-out;}
.pages-list .page-number:hover, .pages-list .page-number.selected{background: #e0001c; color: #ffffff;}

.headTopFilter, .filterbysec {display: none;}

.prologo.pro_top_logo {display:none;}

/* Blog listing page  */

.BlogSec {padding-top: 40px;}
.sideBar{display: inline-block;background:#f8f8f8;padding: 23px 30px 30px 30px;margin-left:20px;position: relative;z-index: 12;height: 100%;}
.searchBox{display: inline-block; width: 100%;}
.searchBox label{display: none;}
.search-form {display: block; width: 100%; position: relative;}
.search-form .search-field{border: 1px solid #e2e2e2;position: relative;width: 100%;font-weight: 400;color: #333;box-sizing: border-box;font-size: 16px;padding: 14px 13px 14px 20px;line-height: 1.2;}
.search-form .search-submit{position: absolute;right: 0;top: 0;bottom: 0;width: 52px;background: transparent;outline: none;float: right;text-align: center;padding: 4.5%;}
.search-submit .icon-search{font-size: 22px;color: #cccccc;line-height: 1;height: 1rem;vertical-align: middle;}
.blogSidetitle{float: left;width: 100%;font-size: 22px;line-height:20px;font-weight: 700;color: #000;padding: 5px 0;border-bottom: 1px solid #e2e2e2;margin-bottom: 10px;position: relative;padding-bottom: 12px;padding-top: 28px;}
.blogSidetitle:before{content: "";width: 80px;height: 2px;background:#e0001c;position: absolute;bottom: 0; left: 0;margin: auto;}
.sideBar ul{ display: inline-block; width: 100%;padding-bottom: 5px;margin: 0;}
.sideBar ul li{ border-bottom: 1px solid #e2e2e2; padding-bottom: 7px;}
.sideBar ul li a{ color: #3c3f42; font-weight: 500; font-size: 16px; line-height: 18px; position: relative; display: inline-block; padding-top: 10px; transition: all 0.4s ease-in-out;text-decoration: none;}
.sideBar ul li a:hover{color:#e0001c;}
.sideBar ul li .post-date{display: block; color: #989898; padding-bottom: 0;font-size: 14px;padding-top: 2px;}


.blog_box {width: 100%; display: block; background: #ffffff; border-radius: 5px; overflow: hidden; transition: all 0.4s ease-in-out; box-shadow: 0 0 10px rgb(0 0 0 / 10%); margin-bottom:28px;}

.blog_date_sl { display: block; width: 100%; margin-bottom: 15px; font-size: 15px; color: #000; padding-left: 25px; position: relative;}
.blog_date_sl:before {content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url(../img/svg/calendar.svg) no-repeat; background-size: 100%; }

.blog_box .blogTitle {font-size: 22px; font-weight: 600; line-height: normal; margin-bottom: 10px; color: #0f1729;
    display: block; transition: all 0.4s ease-in-out;}
.blog_box .blogTitle:hover {color: #e0001c;}

.blogImg {width:100%; position: relative; display: inline-block; padding-bottom:280px; transition: all 0.4s ease-in-out; overflow: hidden; vertical-align: middle;}

.blogImg img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; max-height: 100%;
    max-width: 100%; object-fit: cover; object-position: center; width: 100%; height: 100%; transition: transform .3s ease-out;
}
.blog_box:hover .blogImg img {transform: scale(1.1);}

.blogDetails {display:block; width:100%; padding:20px;}
.blogDetails p {font-size: 15px;}

.readmoreBtn {font-size: 15px; color: #000; padding-right: 15px; position: relative; transition: all 0.4s ease-out;}
.readmoreBtn:after {content: ""; position: absolute; left: inherit; top: 6px; width: 8px;
height: 8px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); right:0px;
margin: auto; display: inline-block; background-image: none; transition: all 0.4s ease-out;}

.readmoreBtn:hover {color: #e0001c;}
.readmoreBtn:hover:after{border-color: #e0001c;}

.blogDetailTitle {font-size:30px; color: #000; font-weight:700; margin-bottom: 15px;}
.blogDetailImg {display: block; padding-bottom: 63%; width: 100%; position: relative; overflow: hidden; border-radius: 4px; margin-bottom: 15px;}
.blogDetailImg img {position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; -o-object-fit: cover;
    object-fit: cover; -o-object-position: center; object-position: center;}
.cmsSec {padding-top: 40px;}


.errorsec {padding: 0;}
.errorsec .errormain {margin: auto; text-align: center;}
.errorthktitle {font-size: 130px; line-height: 130px; color: #000; margin-bottom: 0px; text-align: center;
    font-weight: 800; letter-spacing: 1px;}

.errorsec .errordec { font-weight: 600; margin: 0; color: #010101; text-align: center; padding: 0 0 10px; font-size: 22px; line-height: 32px;
}

.errorsec .error-sub-text {font-size: 16px; margin-bottom: 20px;}

.thanksec {padding:0;}
.thanksec .thankyou {text-align: center;}
.thanksec .thankyou img {margin: auto;}
.thanksec .thanktitle {padding-top: 40px; padding-bottom: 20px; margin: 0; font-size: 88px; line-height: 90px; font-weight: 700; color: #000; text-align: center;}
.thanksec .thankdec {font-size: 24px; line-height: 28px; font-weight: 500; margin: 0; color: #000; text-align: center;}

/* About us page  */

.aboutMainSec {padding-top: 40px;}

.about-us-img-wrap {position: relative; margin-right: 30px;}
.about-us-img {
    right: auto;
    left: 10px;
    border: 0;
    height: inherit;
    width: inherit;
    max-width: 300px;
    bottom: 70px;
    background-color: transparent;
    top: auto;
    position: absolute;
}

.video-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 300px;
}

.video-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;    
    height: 80px;
    width: 80px;    
    border-radius: 50%;
    background: #fff;    
}

.video-icon .video-icon-img {position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; width: 20px; height: 20px;}
.video-icon .video-icon-img img {border-radius: 0;}

.video-icon:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background-color: #fff;
    opacity: 0.2;
    border-radius: 50%;    
    animation: callBlink 3s infinite ease-in-out;
}

@keyframes callBlink {
    from {
        transform: scale(0.5);
        opacity: 0.9
    }
    to {
        transform: scale(1.6);
        opacity: 0;
    }
}

.smallTitle {background-color: rgba(255, 240, 242, 0.7); color: #e0001c; padding: 5px 20px; border-radius:25px; font-size: 16px;
 margin-bottom: 20px; display: inline-block;}

 .quotesSec {
    padding: 20px;
    margin: 25px 0 35px;
    border-left: 4px solid #e0001c;    
    background-color: rgba(255, 240, 242, 0.7);
}


.aboutServicelist {font-size: 0;}
.aboutServicelist li{display: inline-block; width: 50%; margin:10px 0;}

.about_servbox {padding:0px; display:block;}
.about_servbox .ab_servicon {width:50px; height:50px; position: relative; border-radius: 50%; background-color: rgba(255, 240, 242, 0.7); margin: auto; display: inline-block; vertical-align: middle;}
.about_servbox .ab_servicon img {width:30px; height:30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.about_servbox .ab_sercon{width: calc(100% - 90px); display: inline-block; padding-left:1rem; vertical-align: middle;}
.about_servbox .ab_sercon .ab_servtitle {font-size:1rem; line-height: normal; color: #000;}


.whychooseImg  {position: relative; margin-left: -280px;}
.whychooseImg img {height: 100%; width: 100%; object-fit: cover; object-position: center;}

.founderImg  {position: relative; margin-right: -280px;}
.founderImg img {height: 100%; width: 100%; object-fit: cover; object-position: center;}
.founderDetails{padding-right: 2rem;}

.MemberDetails {padding-left: 2rem;}

.whychooseBox {padding:40px; height: 100%; display:block; border: 1px solid #ebebeb; border-radius:8px; text-align: center; position: relative; overflow: hidden;}
.whychooseBox .why_servicon {width:130px; height:130px; position: relative; border-radius: 50%; background-color: rgba(255, 240, 242, 0.7); margin: auto; margin-bottom: 30px; display: block;}
.whychooseBox .why_servicon img {width:60px; height:60px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.whychooseBox .why_sercon{width:100%; display:block;}
.whychooseBox .why_sercon .why_servtitle {font-size:1.25rem; font-weight: 600; line-height: normal; color: #000; margin-bottom: 10px;}

.whychooseBox:before {position: absolute; content: ""; left: 0; bottom: 0; width: 0%; height: 4px;
    background-color:#e0001c; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;
    opacity: 0; visibility: hidden;}
.whychooseBox:hover:before {width: 100%; opacity: 1; visibility: visible;}

.whychooseSec .secHead .secTitle{margin-bottom: 15px;}

.whychooseList {margin-top: 40px;}


.selSec {padding:200px 0; background: url(../img/h1-bg01.jpg) no-repeat; background-size:cover;}

.counterSec {font-size:0;}
.counterSec li {display:inline-block; width: 25%; padding: 0 20px;}
.countBox {color:#fff; text-align: center;}
.countBox .numbers {color: #fff; font-size: 60px; font-weight: 700;}
.countBox p{color: #fff; font-size: 18px;}


.missionBox {display: flex; position: relative;}
.missionBox > span {display: block; width: 100%;}
.missionBox > span img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.missionCon {pointer-events: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: 50px;}
.missinDetail {position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: flex; align-items: center;
    overflow: hidden; padding: 1em; background: #fff;}
.missinDetailInner {width: 100%; display: block; text-align: center;}

.missionIcon {width: 50px; height: 50px; display: block; margin:auto; margin-bottom: 20px;}
.missionTitle{font-size: 1.25rem; font-weight: 600; line-height: normal; color: #000; margin-bottom: 10px;}

.homeSlider video {
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, 0%);    
}

.noDataFound {
    font-size: 30px;
    line-height: 46px;
    font-weight: 500;
    color: #848484;
    padding: 50px 0;
    text-align: center;
}

.propertyModal .form-control {border: 1px solid #ccc;}
/*#exampleModalCenter .modal-title {font-size: 25px;}*/

.modal-header {background: #e0001c; position: relative;}
.modal-title {display: inline-block; font-weight: 600; font-size: 18px; color: #fff; line-height: 24px;}
.modal-title span{display: block;font-size: 14px;font-weight: 500;}
.close {position: absolute; background: none; right: 10px; top: 10px; width: 30px; height: 30px; transition: all 0.4s ease-in-out; z-index: 2;}
.close:before {position: absolute; content: ''; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 77%; height: 2px; background: #fff;
  -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: 600ms all;
  -webkit-transition: 600ms all;}
.close:after {position: absolute; content: ''; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 77%; height: 2px; background: #fff;
  -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: 600ms all;
  -webkit-transition: 600ms all;}
.close:hover {-moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.close:hover:before,.close:hover:after {background: #000;}
.close span{display: none;}

.otherDetails .property_price{width: 100%;}
.otherDetails .property_bot_sec .btn.call_btn {float: left; margin-left: 0;}

/* New  */
.betterBanner .sliderbox{min-height: 675px;}
.betterBanner .bannercon{bottom: 100px;}
.betterBanner .breadcrumbmain{text-align: start;position: absolute;top: 135px;}
.betterBanner .breadcrumbmain .breadcrumbList li a{font-weight: 400!important;}
.betterBanner .breadcrumbmain .breadcrumbList li~li::before{left: -3px;}
.betterBanner .breadcrumbmain .breadcrumbList li a,.betterBanner .breadcrumbmain .breadcrumbList li~li::before,.betterBanner .breadcrumbmain .breadcrumbList li{color: #fff;z-index: 3;}

.propertiesSec.commonSec{padding: 76px 0;}
.testimonialsSec.commonSec{padding: 145px 0;}
.propertiesSec p{font-size: 15px;line-height: 1.4;color: #000;}
.propertiesSec .propertiesAbout{max-width: 640px;}
.propertiesSec .contact_form_main {max-width: 540px; background: #f8f8f8; padding: 50px 40px; position: absolute; top: 240px; z-index: 3; height: auto;box-shadow: 10px 0 15px rgb(0 0 0 / 10%)}
.propertiesSec .contact_form_main .btn{margin-top: 20px;}
.propertiesSec .cont_title{margin-bottom: 5px;}
.propertiesSec .contact_form_main a:hover{color: #e0001c;}
.propertiesSec .contact_form_main p{margin: 10px 0 25px;}
.propertiesSec .cont_title span {font-weight: 400;}
.propertiesSec .cont_subTitle{margin-bottom: 25px; font-family: 'Montserrat', sans-serif;}
.custom-select {padding: 15px 19px;border-radius: 0px;width: 100%;color: #000;font-size: 14px;line-height: 1;font-weight:400;border: 0;height: 50px;cursor: pointer;background: #fff url(../img/svg/down-arrow.svg) no-repeat right 25px center;appearance: none;-webkit-appearance: none;background-size: 14px;}
.testimonialBox .profile_Img img{width: 100%;  object-fit: cover;background-position: top;}
.howmuchSec{background-color: #e0001c; color: #fff; padding: 35px 0 40px;}
.howmuchSec .secHead .secTitle span{color: #fff;}
.howmuchSec p{color: #fff; font-size: 15px;}
.howmuchSec .secHead .secTitle{margin-bottom: 12px;}
.howmuchSec .btn-border-white {margin-top: 15px; padding: 20px 60px; font-size: 14px;}

/* 
ul.translation-links { 
    height: 30px;
    width: 150px;
    border: none;
    position: relative;
    text-align: start;
    text-transform: uppercase;
}
ul.translation-links img {width: 25px;margin-right: 10px;}
ul.translation-links a{color: #000!important;display: flex!important;}
ul.translation-links li { padding: 5px 10px; z-index: 2; color: #fff; }
ul.translation-links li:not(.init) { width: 150px; display: none; background: #fff; color: #000;}
ul.translation-links li:not(.init):hover, ul.translation-links li.selected:not(.init) { background: #ffe0e4;border: none!important; }
ul.translation-links li:hover ::before{top: 50px;}
li.init { cursor: pointer; }

a#submit { z-index: 1; } */

.switcher {font-family:Arial;font-size:12pt;text-align:left;cursor:pointer;overflow:hidden;width:150px;line-height:17px;}
.switcher a {text-decoration:none;display:inline-block;align-items: center; font-size:12pt;line-height: 30px;font-weight: 500; -webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.switcher .selected a span{font-weight: 600;text-transform: uppercase;font-family: 'Montserrat', sans-serif;}
.switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8; margin-right: 5px;}
.switcher a:hover img {opacity:1;}
.switcher .selected {background:transparent;position:relative;z-index:99;}
.switcher .selected a {border:1px solid transparent;color:#fff;padding:3px 5px;width: 140px;}
.switcher .selected a:after {color: #fff;fill: #fff; height:30px;display:inline-block;position:absolute;right:10px;width:15px;background-position:50%;background-size:11px;background-image:url(../img/svg/dwon-white.svg);background-repeat:no-repeat;content:""!important;transition:all .2s;}
.switcher .selected a.open:after {-webkit-transform: rotate(-180deg);transform:rotate(-180deg);}
.switcher .selected a:hover {background:transparent;}
.switcher .option {position:absolute; z-index:9998;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;background-color:#eee;display:none;width:150px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}
.switcher .option a {color:#000;padding:3px 5px;}
.switcher .option a span{position: relative;}
.switcher .option a span::before{position: absolute;bottom: -4px;content: "";left: 0;right: 0;height: 2px;background: #ffffff;margin: auto;transition: all .4s ease-in-out;width: 0;}
.switcher .option a:hover span::before{width: 100%;background-color: #e0001c;}
.switcher .option a:hover{color: #e0001c;}
.switcher .option a.selected {background:transparent;}
#selected_lang_name {float: none;}
.l_name {float: none !important;margin: 0;}
.switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#f5f5f5;}
.switcher .option::-webkit-scrollbar {width:5px;}
.switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;}
.headerMain .d-switcher {
    display: none;
}
.manuNav {display: flex;align-items: center; justify-content: end;}
.headerMain li .switcher a span:hover{color: #000!important;}
.has_sticky .switcher-list a:hover{color: #000!important;}
.has_sticky .switcher-list:hover a{color: #000!important;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

/*  */
.subTitle{
font-size: 22px;
font-weight: 600;
line-height: normal;
color: #000;
margin: 30px 0 10px   
}

/* detailstab */
.propertyPlanWrap .prodettitle{margin-top: 50px;text-align: center;}
.propertyPlanTabs .nav{justify-content: center;margin: 25px 0 40px;}
.propertyPlanTabs .nav-pills .nav-link.active, .propertyPlanTabs .nav-pills .show>.nav-link {color: #fff;background-color: #e0001c;}
.propertyPlanTabs .nav-pills .nav-link {border-radius: 0;font-size: 22px;text-transform: capitalize;font-weight: 500;padding: 10px 20px;text-align: center;height: 100%;min-width: 80px;}
.propertyPlanTabs .nav-pills .nav-link span {display: block;font-size: 16px;line-height: 1;}
.propertyPlanTabs .tab-content {background: transparent;padding: 0;box-shadow: none;}
.propertyPlanTabTitle{font-size: 18px;font-weight: 600;color: #000000;margin-bottom: 10px;}
.propertyPlanTabCon p img {width: 35px;display: inline-block;vertical-align: bottom;margin-right: 10px;}
.propertyPlanTabCon .btn  img {width: 23px;display: inline-block;vertical-align: sub;margin-right: 10px;text-transform: capitalize;}
.propertyPlanBtns {width: 90%;margin-top: 40px;}
.propertyPlanBtns .btn {display: block;width: 100%;padding: 10px;font-size: 16px;min-width: 100px;text-transform: none;}
.propertyPlanBtns .btn + .btn {margin-top: 15px;}
.propertyModal .modal-dialog {max-width: 600px;}
.propertyModal .modal-title {font-weight: 700;font-size: 20px;display: block;}
.propertyModal p{color: #000;padding: 15px;padding-bottom: 0;margin-bottom: 0;line-height: 1.4;}
.propertyModal .modal-footer{justify-content: center;}
.propertyModal .modal-footer .btn{font-size: 16px;}
.product_sidebar {position: sticky;}
.RelatedpropertySec{overflow-x: hidden;}

.newProConSec{background: #f1f1f1}
.newProConSec.propertiesSec .propertiesAbout{max-width: 100%} 

.accordion .accordion-header .accordion-button{font-weight: bold; color: #000000;}
.accordion-button:not(.collapsed) {background-color: #ffe7e7;}
.accordion-button:focus {box-shadow: none; border:0; outline: none;}

/* Start Maulic 05-12-2022*/
.accordion-button::after {
    width: 12px;
    height: 12px;
    margin-left: auto;
    content: "";
    background: none;
    border-bottom: 2px solid #020202;
    border-right: 2px solid #060606;
    transform: rotate(45deg);
}

.accordion-button:not(.collapsed)::after {
    background: none;    
    transform: rotate(-135deg);
    border-color: red;
}
/* End Maulic 05-12-2022*/