/*==Author-Vishvendra-Singh-Choudhary==*/


/*==Common-css==*/

body {
    font-family: 'Optima LT';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
    margin: 0;
    font-weight: 500;
}

p {
    color: #4c4c4c;
    font-size: 18px;
    margin: 0;
}

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

img {
    width: 100%;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000;
}


/*background-color*/

.bg1 {
    background: #00b3c9;
}

.bg2 {
    background: #fff;
}

.bg3 {
    background: #000;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}


/*====background-color-end===*/


/*====text-color===*/

.txt-clr36 {
    color: #363636;
}

.txt-clr4c {
    color: #4c4c4c;
}

.txt-clrff {
    color: #fff;
}

.txt-clr19 {
    color: #19222b;
}

.txt-clrc6 {
    color: #c6c6c6;
}

.txt-clr18 {
    color: #185abc;
}

.txt-clr55 {
    color: #555555;
}

.txt-clr00 {
    color: #000;
}


/*===text-color====*/


/*====font-size====*/

.font80 {
    font-size: 80px;
}

.font70 {
    font-size: 70px;
}

.font65 {
    font-size: 65px;
}

.font60 {
    font-size: 60px;
}

.font55 {
    font-size: 55px;
}

.font50 {
    font-size: 50px;
}

.font48 {
    font-size: 48px;
}

.font45 {
    font-size: 45px;
}

.font35 {
    font-size: 35px;
}

.font44 {
    font-size: 44px;
}

.font40 {
    font-size: 40px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font28 {
    font-size: 28px;
}

.font27 {
    font-size: 27px;
}

.font25 {
    font-size: 25px;
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font21 {
    font-size: 21px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.font11 {
    font-size: 11px;
}

.font10 {
    font-size: 10px;
}

.font9 {
    font-size: 9px;
}


/*====font-size-end===*/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.section-wrapper {
    padding: 75px 0 75px 0;
}

p {
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
    font-size: 18px !important;
}


/*==Common-css-end==*/


/*==fonts==*/

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('../fonts/AGaramondPro-Regular.eot');
    src: url('../fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AGaramondPro-Regular.woff2') format('woff2'), url('../fonts/AGaramondPro-Regular.woff') format('woff'), url('../fonts/AGaramondPro-Regular.ttf') format('truetype'), url('../fonts/AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima LT';
    src: url('../fonts/OptimaLT.eot');
    src: url('../fonts/OptimaLT.eot?#iefix') format('embedded-opentype'), url('../fonts/OptimaLT.woff2') format('woff2'), url('../fonts/OptimaLT.woff') format('woff'), url('../fonts/OptimaLT.ttf') format('truetype'), url('../fonts/OptimaLT.svg#OptimaLT') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*==fonts-end==*/


/*==Header==*/

#header {
    transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    padding: 0 35px;
}

.header .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #363636 !important;
    padding: 0 14px !important;
    position: relative;
}

.navbar-brand img {
    width: 180px;
}

.shrink {
    height: 80px !important;
    padding: 8px 0 8px 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    -moz-box-shadow: 0px 0px 5px #333333;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 35px 0 35px !important;
}

.shrink .navbar-brand img {
    width: 150px;
}

.header-wrapper .navbar {
    padding: .5rem 0;
}

.header-wrapper {
    position: relative;
}

#header .navbar-light .navbar-nav .active>.nav-link::after {
    width: 47px;
}

#header .navbar-nav .nav-link::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #00b3c9;
    bottom: 0px;
    left: 11px;
    display: block;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

#header .navbar-nav .nav-link:hover::after {
    width: 47px;
}


/*==header-end==*/


/*==Main-banner-start==*/

.main-banner-outer {
    position: relative;
}

.main-bnr-outer {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 99;
}

.title-inner {
    text-align: center;
    display: inline-block;
    position: relative;
}

.title-inner h1 {
    font-weight: 400;
    padding: 0 0 10px 0;
}

.title-inner p {
    font-weight: 400;
}

.search-bar-on-bnr {
    padding: 45px 0 0 0;
}

.search-bar-inner input {
    width: 100%;
    border: solid #ededed;
    border-width: 0 0 1px 0;
    background: transparent;
}

.search-bar-inner input:focus {
    border-color: #00b3c9;
    border-width: 0 0 1px 0;
    transition: all 0.4s;
    outline: none;
}

.search-iconibg img {
    width: 30px;
    height: 30px;
}

.search-iconibg {
    position: absolute;
    right: 0;
    bottom: 26px;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
}

.search-iconibg:focus {
    color: transparent;
    outline: none;
}


/*==Main-banner-end==*/


/*==Featured Properties==*/

.featured {
    background: #f5f7fd;
}

.title-outer {
    padding: 0 0 65px 0;
}


/*==Featured Properties-end==*/


/*==Why-Dubai==*/

.why-d-bg {
    background: #f5f7fd;
    padding: 0 0 70px 0;
}

.why-d-bg .title-outer {
    padding: 70px 0 65px 0;
}

.why-dubai-img img {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.why-dubai-img img:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    margin-top: -20px;
    margin-left: -30px;
}

.right-txt-dbi {
    background-color: #00b3c9;
    border-radius: 10px;
    margin-left: -45px;
    padding: 35px 35px 30px 70px;
}

.right-dbi-inner .subs-btn a {
    background: #fff;
    color: #00b3c9;
}

.right-dbi-inner .subs-btn {
    padding: 5px 0 15px 0;
}

.right-txt-dbi,
.right-dbi-inner {
    position: relative;
    cursor: pointer;
}

.right-txt-dbi::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #363636;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: width 0.4s;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.right-txt-dbi:hover::before {
    width: 100%;
}

.spl-boxes {
    padding: 75px 0;
    border-radius: 5px;
    cursor: pointer;
}

.spl-content {
    padding: 0 45px;
}

.spl-content h4 {
    padding: 0 0 5px 0;
}

.spl-content {
    background: rgba(0, 0, 0, 0.6);
}

.event-title-content {
    border: none;
    position: relative;
}

.event-title-inner span {
    position: absolute;
    background: #00b3c9;
    display: inline-block;
    padding: 5px 15px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

.event-title-inner h4 {
    padding: 15px 0 10px 0;
}

.move-border,
.event-title-content {
    position: relative;
}

.move-border {
    padding: 45px 25px;
}

.event-title-content::before,
.event-title-content::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #00b3c9;
}

.move-border::before,
.move-border::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #00b3c9;
}

.event-title-content::after {
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

.move-border::after {
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

.event-title-content::before {
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}

.move-border::before {
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}

.event-title-content:hover::before,
.event-title-content:hover::after {
    width: 100%;
}

.move-border:hover::before,
.move-border:hover::after {
    height: 100%;
}

.event-title-inner span::after {
    width: 100%;
    height: 0;
    position: absolute;
    content: '';
    background: red;
    top: 0;
    left: 0;
    z-index: -1;
    transition: height 0.4s;
}

.event-title-content:hover span::after {
    height: 100%;
}

.btm-aftr .img-abt-inner::after {
    left: auto;
    width: 40px;
    height: 0;
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
    bottom: -20px;
    right: 20px;
}

.btm-aftr .img-abt-inner::before {
    display: none;
}

.btm-aftr .img-abt-inner:hover::after {
    height: 95px;
}

.btm-bfr .img-abt-inner::after {
    display: none;
}

.btm-bfr .img-abt-inner:hover::before {
    width: 110px;
}

.btm-bfr .img-abt-inner::before {
    height: 50px;
    right: 0;
    top: 17px;
}

.img-hei img {
    height: 347px;
}

.about-us-text p {
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
}

.properties-list .add {
    width: 30px;
    background-position: 26% -30px;
}

.properties-list .feaul {
    padding: 0;
}

.properties-list .pry-links ul li a {
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
}

.bx-shwp {
    box-shadow: 0px 0px 4px #dcd9d9;
}

.bx-shwp img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.properties-list .subs-btn a {
    background: transparent;
    border: 1px solid #00b3c9;
    color: #00b3c9
}

.properties-list .subs-btn a:hover {
    transform: translateX(10px);
    background: #00b3c9;
    color: #fff;
}

.client-logo-img {
    width: 100%;
    height: 120px;
    background: #d7d7d7;
    border-radius: 4px;
}

.why-us-rows-inn ul li {
    width: calc(100% / 5);
    padding: 0 15px;
}

.why-us-rows-inn ul {
    width: 100%;
    flex-wrap: wrap;
}

.why-us-rows-inn {
    width: 100%;
    margin: 0 -15px;
}

.why-us-inwrap p {
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
}

.txt-pr h6 {
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
}

.txt-pr ul li {
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
}

.search-bar-inner input {
    color: #fff;
}


/*==Why-Dubai-end==*/

.platform-title h2 {
    position: relative;
    padding: 0 0 8px 0;
    display: inline-block;
}

.platform-title h2::before {
    position: absolute;
    content: '';
    width: 71px;
    left: 0;
    height: 3px;
    background: #00b3c9;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.platform-title h2::after {
    position: absolute;
    content: '';
    width: 162px;
    left: 0;
    height: 2px;
    background: #dfdfdf;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}


/*==footer==*/

.bg-1 {
    background-image: url('../images/sprite-all-img.png');
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
}

.bg-2 {
    background-image: url('../images/scl-links.png');
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
}

.add {
    min-width: 35px !important;
    height: 30px;
    background-position: 27% -24px;
} 

.latest-pro-outer .add {
    background-position: 26% -24px;
}

.phone {    width: 28px;    height: 30px;    background-position: 93% -27px;
}

.address p {
    padding-left: 18px;
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
    color: #4c4c4c;
}

.email {
    min-width: 36px;
    height: 30px;
    background-position: 99% -27px;
}


.fb {
    width: 40px;
    height: 40px;
    background-position: 0% 0;
}

.pin {
    width: 40px;
    height: 40px;
    background-position: 33% 0;
}

.in {
    width: 40px;
    height: 40px;
    background-position: 66% 0;
}

.tw {
    width: 40px;
    height: 40px;
    background-position: 99% 0;
}

.brand-sec img {
    width: 190px;
}

.brand-sec p {
    padding: 20px 0 10px 0;
}

.foot-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.foot-wrapper {
    padding: 110px 0 35px 0;
    position: relative;
    z-index: 11;
}

.footer .overlay {
    background: rgba(255, 255, 255, 0.8);
}

.new-letter label {
    font-weight: 500;
    padding: 0 0 15px 0;
}

.new-letter input {
    width: 75%;
    border: 1px solid #4c4c4c;
    padding: 12px 10px;
    border-radius: 4px;
    background: transparent;
}

.new-letter input::placeholder {
    font-size: 17px;
    color: #9a9a9a;
}

.social-links {
    padding: 27px 0 0 25px;
}

.social-links ul li {
    margin: 0 10px 0 0;
}

.phone-no-email p {
    padding-left: 10px;
}

.emails {
    padding: 8px 0 0 0;
}

.emails a {
    font-size: 18px;
    font-weight: 400;
    color: #4c4c4c;
    padding-left: 10px;
}

.sub-footer {
    position: relative;
    z-index: 11;
    border-top: 1px
}

.sub-footer::before {
    z-index: 11;
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(165, 165, 165, 0.84) 41%, rgba(255, 252, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(41%, rgba(194, 190, 194, 1)), color-stop(100%, rgba(255, 252, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(165, 165, 165, 0.84) 41%, rgba(255, 252, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(165, 165, 165, 0.84) 41%, rgba(255, 252, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(165, 165, 165, 0.84) 41%, rgba(255, 252, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, rgba(194, 190, 194, 0.84) 41%, rgba(255, 252, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcff', GradientType=1);
}

.subs-btn {
    padding: 35px 0 30px 0;
}

.subs-btn a {
    width: 150px;
    height: 40px;
    background: #00b3c9;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.subs-btn a:hover {
    transform: translateX(10px);
    background: #363636;
    color: #c2c2c2;
}

.social-links ul li a {
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-links ul li a:hover {
    box-shadow: 0px 3px 10px rgba(0, 179, 201, 0.8);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 179, 201, 0.8);
    display: flex;
    background: transparent;
}

.img-sec-wrapper {
    padding: 0 60px 0 0;
}

.img a img {
    border-radius: 6px;
}

.price .subs-btN {
    padding: 0;
}

.text-area-inner {
    width: 100%;
}

.img-sec-txt-outer {
    background: #fff;
}

.text-area {
    padding: 35px 18px 35px 18px;
}

.bed {
    background-position: 34% -27px;
    width: 36px;
    height: 24px;
    margin: 0 auto;
}

.bath {
    background-position: 43% -27px;
    width: 36px;
    height: 24px;
    margin: 0 auto;
}

.ft {
    background-position: 52% -30px;
    width: 36px;
    height: 24px;
    margin: 0 auto;
}

.feaul ul li p {
    font-size: 16px;
}

.feaul ul li {
    padding: 0 15px;
}

.feaul {
    padding: 0 0 25px 0;
}

.text-area {
    display: none;
    transition-delay: 0.4s;
    transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
}

.img-sec-wrapper {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-sec-wrapper .img a img {
    transition: all .5s;
}

.img-sec-wrapper:hover .img a img {
    width: 450px;
    height: 350px;
    margin-left: -30px;
    margin-top: -15px;
}

.img-sec-wrapper:hover .text-area {
    display: block;
}

.img-sec-wrapper:hover .img-sec-txt-outer {
    border: 1px solid #00b3c9;
    border-radius: 4px;
}

.latest-pro-outer .text-area {
    display: block;
}

.latest-pro-outer .bed,
.bath,
.ft {
    margin: 0;
}

.feaul ul li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    padding: 0 0 16px 0;
}

.feaul ul li p {
    padding: 0 0 0 10px;
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
    color: #4c4c4c;
}

.latest-pro-outer .img-sec-txt-outer {
    border: 1px solid #c2c2c2;
    border-radius: 6px;
}

.latest-pro-outer .img-sec-txt-outer img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.latest-pro-outer .Price {
    padding: 0 18px;
}

.latest-pro-outer .Price-tag {
    border-top: 2px solid #dedede;
    padding: 15px 0 0 0;
}

.latest-pro-outer .text-area {
    padding: 15px 18px 15px 18px;
}

.latest-pro-outer .feaul {
    padding: 0;
}

.video-inner {
    width: 100%;
    position: relative;
}

.ply-btns {
    background-position: 68% -2px;
    width: 74px;
    height: 78px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
    cursor: pointer;
}

.client-img {
    max-width: 84px;
    margin: 0 auto;
}

.client-img span {
    position: relative;
}

.client-img span img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
}

.client-img span:before {
    position: absolute;
    content: '';
    background: #1abbcf;
    width: 104px;
    height: 101px;
    border-radius: 50%;
    left: 0;
    right: -13px;
}

.star {
    width: 30px;
    height: 30px;
    background-position: 78% -28px;
}

.star-gray {
    width: 30px;
    height: 30px;
    background-position: 85% -28px;
}

.re-inner:before {
    position: absolute;
    content: '';
    background: url(../images/sprite-all-img.png);
    width: 75px;
    height: 58px;
    top: 25%;
    background-repeat: no-repeat;
    background-position: 2% -92px;
}

.re-inner:after {
    position: absolute;
    content: '';
    background: url(../images/sprite-all-img.png);
    width: 75px;
    height: 58px;
    bottom: 1%;
    right: 20px;
    background-repeat: no-repeat;
    background-position: 21% -92px;
}

.review-content p {
    font-weight: 300;
    padding: 15px 0 13px 0;
    font-size: 15px;
}

.name-profile p {
    padding: 20px 0 0 0;
    font-weight: 500;
}

.name-profile span {
    font-weight: 300;
}

.reviews {
    padding: 0 0 35px 0;
}

.reviews .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

.owl-nav button.owl-prev {
    position: absolute !important;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-next {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.featured .owl-stage-outer {
    padding: 15px 0 0 40px;
}

.sub-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.sub-banner .title-outer {
    position: relative;
    z-index: 1;
    padding: 10% 0 10% 0;
}

.sub-banner .platform-title h2 {
    font-weight: 400;
    padding: 0 0 10px 0;
}

.sub-banner .platform-title h2::before {
    background: #fff;
}

.title-outer p {
    font-weight: 400;
    padding: 0 0 18px 0;
    font-size: 18px;
}

.abt-img-sect {
    padding: 0 0 0 75px;
}

.abt-txt-content .platform-title h2 {
    margin: 0 0 35px 0;
    padding: 0 0 8px 0;
}

.abt-txt-content .title-outer {
    padding: 0 0 30px 0;
}

.img-abt-inner {
    cursor: pointer;
    position: relative;
}

.img-abt-inner:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transform: translateY(-20px);
}

.img-abt-inner img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.4s;
}

.img-abt-inner:before {
    position: absolute;
    content: '';
    background: rgba(26, 187, 207, 0.7);
    width: 0;
    height: 150px;
    right: -119px;
    z-index: 1;
    top: 50px;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
}

.img-abt-inner:hover:before {
    width: 294px
}

.img-abt-inner:hover:after {
    height: 80px;
}

.img-abt-inner:after {
    position: absolute;
    content: '';
    background: rgba(26, 187, 207, 0.9);
    left: -50px;
    z-index: 1;
    width: 250px;
    height: 0;
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
    bottom: -20px;
}

.about-us-text,
.contact-wrapper {
    padding: 75px 0 0 0;
}

.cont-title {
    padding: 0 0 40px 0;
}

.contact-wr-inner .add {
    background-position: 27% -24px;
}

.contact-wr-inner .address p {
    padding-left: 2px;
    font-weight: 300;
}

.contact-wr-inner .phone-no-email p,
.contact-wr-inner .emails a {
    font-weight: 300;
}

.form-inner {
    width: 100%;
}

.form-inner form ul li {
    width: calc(100% / 3);
    padding: 0 15px 0 15px;
}

.form-inner form ul li:first-child {
    padding-left: 0;
}

.form-inner form input {
    width: 100%;
    border: 1px solid #4c4c4c;
    border-radius: 4px;
    padding: 8px 5px;
}

.form-inner form input::placeholder {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 300;
}

.commentse {
    padding: 20px 15px 0 0;
}

.commentse textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #9a9a9a;
    border: 1px solid #4c4c4c;
    border-radius: 4px;
    padding: 8px 0 0 5px;
}

.commentse textarea {
    resize: none;
}

.cont-btn {
    padding: 15px 0 0 0;
}

.cont-btn .subs-btN {
    padding: 0;
}

.form-inner {
    padding-bottom: 30px;
}

.services .platform-title h2::after,
.services .platform-title h2::before {
    left: 0;
}

.blck-img1 {
    width: 76px;
    height: 79px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
}

.wht-img1 {
    width: 75px;
    height: 70px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    display: none!important;
}

.mn-mrg {
    margin-bottom: 85px;
}

.black-img {
    position: relative;
}

.black-img:before {
    width: 100px;
    height: 100px;
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -32px;
}

.service-content-bg {
    padding: 60px 0 0 0;
}

.blc-txt p {
    font-size: 15px;
    font-weight: 300;
}

.blc-txt {
    padding: 10px 20px 20px 20px;
}

.ser-details {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.ser-details:after {
    position: absolute;
    content: '';
    background: #00b3c9;
    width: 100%;
    height: 1.5%;
    bottom: 0;
    z-index: -1;
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
    border-radius: 4px;
}

.ser-details:hover::after {
    height: 100%;
}

.blc-txt h5 {
    padding: 10px 0 15px 0;
}

.ser-details:hover .blc-txt h5 {
    color: #fff;
}

.ser-details:hover .blc-txt p {
    color: #fff;
}

.ser-details:hover .blck-img1,
.ser-details:hover .blck-img2,
.ser-details:hover .blck-img3,
.ser-details:hover .blck-img4,
.ser-details:hover .blck-img5,
.ser-details:hover .blck-img6 {
    display: none !important;
}

.ser-details:hover .wht-img1,
.ser-details:hover .wht-img2,
.ser-details:hover .wht-img3,
.ser-details:hover .wht-img4,
.ser-details:hover .wht-img5,
.ser-details:hover .wht-img6 {
    display: block !important;
}

.ser-details:hover .black-img:before {
    top: -35px;
    background: #00bfd9;
}

.blc-txt h5 {
    color: #00b3c9;
}

.ser-details {
    padding: 65px 0 0 0;
    overflow: hidden;
}

.platform-title {
    display: inline-block;
}

.img-pr span img {
    width: 95px;
    border-radius: 6px;
    height: 80px;
}

.pr-rs-u>li {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    margin-bottom: 20px;
}

.img-pr {
    margin-right: 10px;
}

.txt-pr ul li {
    margin: 0 10px 0 0;
}

.pry-content-txt {
    padding: 0 30px 0 0;
}

.pry-content-txt p {
    font-weight: 300;
    font-size: 17px;
    padding: 0 0 25px 0;
}

.recently-viewed {
    padding: 65px 0 0 40px;
}

.pr-left-title {
    padding: 65px 0 45px 0;
}

.pr-right-title {
    padding: 0 0 27px 0;
}

.pry-links ul li span {
    padding: 0 5px 0 0;
}

.pry-links ul li a {
    color: #363636;
}

.pry-links ul li .active {
    color: #1abbcf;
}

.property-details .sub-banner {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    height: 510px;
}

.property-details-in .platform-title h2::after {
    display: none;
}

.property-details-in .platform-title h2::before {
    height: 2px;
    left: -10px;
    width: 70px;
}

.add-content-inner-pd p {
    font-weight: 300;
    font-size: 16px;
}

.add-content-inner-pd span {
    font-weight: 400;
    padding-right: 3px;
    color: #363636;
}

.fea-prd p {
    position: relative;
    padding-left: 15px;
}

.fea-prd p::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #00b3c9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.property-details-in .pr-left-title {
    padding: 0 0 40px 0;
}

.add-content-inner-pd {
    padding: 0 0 40px 0;
}

.pd-top {
    padding: 65px 0 0 0;
}

.property-details-in .pry-content-txt p {
    padding-bottom: 40px;
}

.fom-prd-in .form-inner form ul li {
    width: 100%;
    padding: 0 0 20px 0;
}

.fom-prd-in .form-inner .commentse {
    padding: 0;
}

.pro-dtl-form .subs-btn a {
    width: 100%;
}

.pro-dtl-form .subs-btn {
    padding: 7px 0 30px 0;
}

.pro-dtl-form {
    padding: 0 0 0 40px;
}

.recently-viewed {
    padding: 65px 0 30px 40px;
}

.add-content-inner-pd .carousel-control-next,
.carousel-control-prev {
    background: rgb(0, 0, 0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.3;
}

.add-content-inner-pd .carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.add-content-inner-pd .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.add-content-inner-pd .carousel-control-prev:hover,
.add-content-inner-pd .carousel-control-next:hover {
    opacity: 0.3 !important;
    transition-delay: 0.2s;
}

.add-content-inner-pd .carousel-control-prev:focus,
.add-content-inner-pd .carousel-control-next:focus {
    opacity: 0.3;
}

.banner-text-prd {
    position: absolute;
    bottom: 30px;
    z-index: 11;
    width: 100%;
}

.property-details .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.pr-dtls-out .pr-left-title {
    padding: 0px 0 55px 0 !important;
}


/* ---- grid ---- */


/* .grid {
    background: #EEE;
    max-width: 1200px;
  } */


/* clearfix */


/* .grid:after {
    content: '';
    display: block;
    clear: both;
  } */


/* ---- grid-item ---- */


/* .grid-sizer,
  .grid-item {
    width: 20%;
  }
  
  .grid-item {
    height: 120px;
    float: left;
    background: #D26;
    border: 2px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
  } */


/* .grid-item--width2 { width:  40%; }
  .grid-item--width3 { width:  60%; }
  
  .grid-item--height2 { height: 200px; }
  .grid-item--height3 { height: 260px; }
  .grid-item--height4 { height: 360px; } */


/*==footer-end==*/


/*==Mobile-view==*/

@media screen and (min-width:992px) {
    ul.navbar-nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:991px) {
    .navbar-collapse {
        background: #fff;
        padding: 20px 0 20px 0;
    }
    .header .nav-link {
        padding: 5px 15px !important;
    }
    .re-inner::after {
        right: 0;
    }
    .text-area {
        display: block;
    }
    .img-sec-wrapper:hover .img a img {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .img-sec-wrapper {
        padding: 0 30px 0 0;
    }
    .img-sec-wrapper:hover .img-sec-txt-outer {
        border-color: transparent;
    }
    .featured .add {
        background-position: 25% -24px;
        width: 51px;
    }
    .featured .owl-stage-outer {
        padding: 0;
    }
    .subs-btn {
        padding: 15px 0 0 0;
    }
    .pd-top {
        padding: 20px 15px 0 15px;
    }
    .why-us-rows-inn ul li {
        width: calc(100% / 3);
    }
    .why-d-bg .title-outer {
        padding: 15px 0 10px 0;
    }
    .why-d-bg {
        padding: 0 0 30px 0;
    }
    .why-d-bg .pr-0 {
        padding-right: 15px !important;
    }
    .why-d-bg .pl-0 {
        padding-left: 15px !important;
    }
    .right-txt-dbi {
        margin-left: 0;
        padding: 15px 15px 15px 15px;
    }
    .search-bar-on-bnr {
        padding: 45px 15px 0 15px;
    }
    .search-iconibg {
        right: 30px;
    }
}

@media only screen and (max-width:767px) {
    .why-d-bg .pr-0 {
        padding-right: 15px !important;
    }
    .why-d-bg .pl-0 {
        padding-left: 15px !important;
    }
    .right-txt-dbi {
        margin-left: 0;
        padding: 35px 15px 30px 15px;
    }
    .re-inner::after,
    .re-inner::before {
        display: none;
    }
    .section-wrapper {
        padding: 20px 0 20px 0;
    }
    .title-outer {
        padding: 0 0 20px 0;
    }
    .foot-wrapper {
        padding: 20px 0 20px 0;
    }
    .terms ul {
        justify-content: center !important;
    }
    .copyright-in {
        text-align: center;
    }
    .img a img {
        width: 300px !important;
    }
    .feaul ul {
        flex-wrap: wrap;
    }
    .price {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .add {
        background-position: 27% -24px;
        width: 43px;
    }
    .abt-img-sect {
        padding: 0;
    }
    .img-abt-inner img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }
    .img-abt-inner {
        margin-bottom: 20px;
    }
    .about-us-text,
    .contact-wrapper {
        padding: 20px 0 0 0;
    }
    .img-abt-inner::before,
    .img-abt-inner::after {
        display: none;
    }
    .form-inner form ul {
        flex-wrap: wrap;
    }
    .form-inner form ul li {
        width: calc(100% / 1);
        padding: 0 0 20px 0;
    }
    .commentse {
        padding: 0;
    }
    .pr-left-title {
        padding: 20px 0 20px 0;
    }
    .pry-content-txt p {
        padding: 0 0 15px 0;
    }
    .recently-viewed {
        padding: 0 0 30px 0;
    }
    .service-content-bg {
        padding: 20px 0 0 0;
    }
    .mn-mrg {
        margin-bottom: 20px;
    }
    .property-details .sub-banner {
        height: 300px;
    }
    .pr-dtl {
        text-align: left;
    }
    .property-details-in .pr-left-title {
        padding: 0 0 20px 0;
    }
    .property-details-in .pry-content-txt p {
        padding-bottom: 30px;
    }
    .pry-content-txt {
        padding: 0;
    }
    .add-content-inner-pd .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
        height: 40px;
    }
    .pro-dtl-form {
        padding: 0;
    }
    .why-us-rows-inn ul li {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width:575px) {
    .navbar-brand img {
        width: 120px !important;
    }
    .font45 {
        font-size: 31px;
    }
    .font40 {
        font-size: 27px;
    }
    .featured .add {
        background-position: 26% -24px;
        width: 51px;
    }
    .img-sec-wrapper {
        padding: 0;
    }
    .img a img {
        width: 100% !important;
    }
    .Price-tag {
        margin-right: 13px;
    }
    .why-us-rows-inn ul li {
        width: calc(100% / 1);
    }
    .spl-content {
        padding: 0 9px;
    }
    .spl-boxes {
        padding: 35px 0;
    }
}

@media only screen and (max-width:515px) {
    .title-inner h1,
    .title-inner p {
        display: none;
    }
    .main-bnr-outer {
        left: 15px;
        right: 15px;
    }
    .main-bnr-outer .title-inner {
        display: block;
    }
    .search-bar-on-bnr {
        padding: 0 15px 0 15px;
    }
}

@media only screen and (max-width:395px) {
    .font45 {
        font-size: 23px;
    }
    br {
        display: none;
    }
    .font18 {
        font-size: 16px;
    }
    .carousel-indicators {
        bottom: 0 !important;
    }
}


/*==Mobile-view-end==*/