@charset "utf-8";
/*..............embedded fonts..............*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* font-family: 'Lato', sans-serif; */

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-BoldItalic.eot');
    src: url('../fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-BoldItalic.woff2') format('woff2'),
        url('../fonts/Georgia-BoldItalic.woff') format('woff'),
        url('../fonts/Georgia-BoldItalic.ttf') format('truetype'),
        url('../fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

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






/*..............common styles..............*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
}

h1 {
    font-size: 63px;
    font-family: 'Lato', sans-serif;
}

h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 18px;
    color: #585858;
    margin: 0 0 20px;
    padding: 0;
}

img {
    max-width: 100%;
}

a,
img {
    border: 0;
    text-decoration: none;
    outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
    color: #FF6600;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    outline: none;
}

input[type="submit"] {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    outline: none;
}

.form-group input::placeholder {
    color: #999898;
    font-size: 14px;
}

.form-group textarea::placeholder {
    color: #999898;
    font-size: 14px !important;
}

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn {
    border: 0;
    display: inline-block;
    vertical-align: top;
    background: #769fcd;
    color: #fff;
    padding: 14px 35px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.custom-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.z-index1 {
    position: relative;
    z-index: 1;
}

.z-index2 {
    position: relative;
    z-index: 2;
}

/* --- checkbox and radio button Styles --- */

.common-padd {
    padding-top: 80px;
    padding-bottom: 80px;
}

.common-padd-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.common-padd-lt-rt {
    padding-left: 50px;
    padding-right: 50px;
}

/*..............common styles..............*/

.click {
    display: none;
}


/*for header css*/
.main-header {
    position: fixed;
    padding: 15px 0;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
}

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

.hdr-rt {
    display: flex;
    align-items: center;
}

.hdr-rt-srch-cart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.hdr-rt-srch-cart ul li {
    padding: 0 15px;
}

.hdr-rt-log-reg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.hdr-rt-log-reg ul li {
    list-style: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    border-right: 1px solid #fff;
    padding: 0 15px;
}

.hdr-rt-log-reg ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.hdr-rt-log-reg ul li a {
    color: #fff;
}



.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 60px;
}

/*.main-menu ul li:not(:last-child) { margin-right: 40px; }*/
.main-menu ul li a {
    display: block;
    color: #fff;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.main-menu ul li:hover a,
.main-menu ul li.current-menu-item a {
    color: #FF6600;
}

.header-contact-btn a {
    border: 1px solid #fff;
    padding: 10px 26px;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
}

.nav_btn {
    color: #fff;
    font-size: 22px;
    text-align: right;
    display: none;
}

.nav_close {
    display: none;
    color: #fff;
}

.main-menu .hdr-rt-log-reg.mobile {
    display: none;
}

.header-contact-btn a:hover {
    background-color: #FF6600;
}

.main-header.fixed .logo {
    max-width: 120px;
}

.main-header.fixed {
    padding: 10px 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    background-color: #000;
}



/*for header css*/

.slider-wrap {
    position: relative;
}


.section-after-before {
    padding-top: 200px;
    margin-bottom: 20px;
}

.section-after-before::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #707070;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.section-after-before::before {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 1px;
    border-radius: 50%;
    background-color: #707070;
    transform: translateX(-50%);
    height: 172px;
}

.section-title {
    max-width: 1264px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.section-title p {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-top {
    padding-top: 100px;
}

.max-1272 {
    max-width: 1272px;
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

/*for main sections css*/

/* header */
.logo {
    max-width: 150px;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
}


/* home banner */
.home-banner {
    padding: 370px 0px;
}

.home-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
}

.home-banner-text {
    max-width: 880px;
    margin: 0 auto;
}

.home-banner-text h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.home-banner-text p {
    font-family: 'Georgia';
    font-size: 28px;
    font-style: italic;
    color: #fff;
}

.banner-btn a.btn {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    font-size: 17px;
    color: #5D5D5D;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 70px 20px 30px;
}

.banner-btn a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    background-image: url(../images/right-arrow.png);
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.banner-btn a.btn:hover,
.banner-btn a.btn:focus {
    background-color: #FF6600;
    color: #fff;
}

.banner-btn a.btn:hover::after {
    filter: invert(1);
}

.banner-btn {
    margin-top: 64px;
}


/* banner bottom icon section */


.marketing-box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 37px 37px;
    border-radius: 20px;
    background-color: #fff;
}

.m-icon {
    width: 145px;
    height: 145px;
/*     background-color: #F6F6F6; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 23px;
}

.m-icon img {
    width: 120px;
    height: 120px;
}

.marketing-box h3 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}

.marketing-box p {
    max-width: 304px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.banner-icon-sec {
    margin-top: -150px;
    padding-bottom: 30px;
}



/* properties */
.pro-slider-img {
    position: relative;
    padding-bottom: 76%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 29px;
}

.pro-slider-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-slider-content h3 a {
    color: #000000;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.pro-slider-content img {
    width: 17px !important;
    margin-right: 5px;
}

.pro-slider-content p {
    display: flex;
    align-items: center;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
}

.pro-slider-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pro-slider-content ul li {
    display: flex;
    padding-right: 10px;
    font-size: 18px;
    color: #444444;
}

.org-text {
    background-color: #FF6600;
    position: absolute;
    bottom: 0;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    max-width: 203px;
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    border-radius: 0px 20px 0px 20px
}

#properties-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: -35px;
    font-size: 40px;
}

#properties-slider .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    right: -35px;
    font-size: 40px;
}

.properties-slider-wrap {
    padding: 0px 40px;
}

a.view-details {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 23px;
    color: #FF6600;
}




.benefits-sec.position-relative {
    background-color: #F9F8F8;
    padding-top: 30px;
}

.benefits-col-wrap {
    border: 1px solid #5E6262;
    border-radius: 20px;
    padding: 35px 35px;
}

/* .properties-sec {background-color: #FF6600;} */
.benefits-icon {
    background-color: #FF6600;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -88px;
    margin-bottom: 18px
}
.benefits-icon img {
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.benefits-content h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.benefits-content p {
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
    font-size: 16px;
}

.benefits-sec .row {
    margin-top: 80px;
}

/* member */
.our-team-sec {
    background-color: #212121;
}

.our-team-sec h2,
.our-team-sec p {
    color: #fff;
}

.our-team-sec {
    background-color: #212121;
}

.team-col-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.team-col-wrap .member-img {
    filter: grayscale(1);
    position: relative;
    padding-bottom: 120%;
}

.team-col-wrap:hover .member-img {
    filter: inherit;
}

.team-col-wrap {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-up 0.7s;
    -ms-animation: slide-up 0.7s;
    -webkit-animation: slide-up 0.7s;
}

.member-name h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

/* .member-name .show-icon{display: none;} */
.member-name .show-icon ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.member-name .show-icon ul li a {
    color: #FFFFFF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
}

.member-name .show-icon ul li {
    margin-left: 17px
}

.member-name .show-icon ul li:first-child {
    margin-left: 0;
}

.member-name {
    padding: 10px 15px;
    background-color: #000;
    position: absolute;
    bottom: -36px;
    width: 100%;
    left: 0;
    right: 0;
}

/* .team-col-wrap:hover .member-name .show-icon{display: block;}
.team-col-wrap:hover .member-name{height:90px;transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s;
        animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s;} */

.show-icon {
    padding-top: 10px;
}

.team-col-wrap:hover .member-name {
    overflow: visible;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-up 0.7s;
    -ms-animation: slide-up 0.7s;
    -webkit-animation: slide-up 0.7s;
    bottom: 0px;
    background-color: rgb(0 0 0 / 90%);
}

.team-col-wrap:hover .home-team .member-name {
    background-color: #000;
}

.our-team-sec .row {
    margin-top: 70px;
}

.team-col-wrap .member-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.our-team-sec {
    padding-top: 20px;
}

.home-team .member-name {
    bottom: 0;
}

/* testimonial */
.testimonial-details img {
    width: 118px !important;
    height: 118px !important;
}

.testimonial-details h5 {
    max-width: 976px;
    margin: 0 auto;
    font-size: 29px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

.testimonial-details h6 {
    text-align: center;
    color: #FF6600;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.testimonial-details p {
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.testimonial-details {
    max-width: 1000px;
    margin: 0 auto;
}

/* contact */
.contact-sec {
    background-color: #F9F8F8;
}

.contact-left li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #1D1F1F;
}

.contact-left li span {
    position: absolute;
    left: 0;
}

.contact-left li svg {
    color: #ff6600;
    font-size: 18px;
}

.contact-left li a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #1D1F1F;
}

.contact-left p {
    max-width: 565px;
    color: #222222;
}

.contact-left {
    max-width: 590px;
}

.contact-right-form {
    background-color: #fff;
    padding: 38px 38px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.contact-right .form-group input {
    border: 1px solid #D9D9D9;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
}

.contact-right .form-group {
    margin-bottom: 15px;
}

.contact-right::before {
    content: "";
    background-color: #FF6600;
    position: absolute;
    left: 0px;
    width: 98%;
    height: 98%;
    top: 0px;
    border-radius: 20px;
}

.contact-right {
    padding: 6px 0px 0px 6px;
}

.form-btn .btn {
    position: relative;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    border-radius: 6px;
    background-color: #ff6600 !important;
    background-image: url(../images/white-arrow.png);
    font-size: 17px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 70px 20px 30px;
}

.wpcf7-spinner {position: absolute;}

/* inner banner */
.home-banner.inner-banner {
    padding: 210px 0px;
}




/* our team page */
.our-team-sec.team-page .row .col-lg-3 {
    margin-bottom: 40px;
}






/* footer */
.main-footer {
    background-color: #212121;
    padding-top: 72px;
}

.footer-top .footer-info img {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer-info p {
    color: #A5A5A4;
    max-width: 348px;
}

.footer-info .social-link li {
    padding-right: 10px;
    margin: 0px !important;
}

.footer-info .social-link li:last-child {
    padding-right: 0px;
}

.footer-info .social-link li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.footer-info .social-link li a svg {
    color: #fff;
}

.footer-info .social-link li:hover a {
    background-color: #FF6600;
    border: 2px solid #FF6600;
}

.footer-info h4 {
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
}

.footer-info ul li a {
    font-size: 18px;
    color: #A5A5A4;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-info ul li {
    margin-bottom: 12px;
}

.newsletter input[type="email"] {
    height: 60px;
    border: 1px solid #707070;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.newsletter {
    max-width: 358px;
}

.newsletter input[type="submit"] {
    height: 60px;
    background-color: #FF6600;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.footer-top {
    padding-bottom: 34px;
}

.copyright {
    border-top: 1px solid #707070;
    padding-top: 40px;
    padding-bottom: 40px;
}

.copyright p {
    font-size: 18px;
    color: #A5A5A4;
}




.owl-dots span {
    width: 8px;
    height: 8px;
    border: 1px solid #d7cdcd;
    display: block;
    border-radius: 50%;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.owl-dots button.owl-dot {
    margin: 0px 2px;
}

.owl-dots button.owl-dot.active span {
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

.press-paginetion nav {
    display: flex;
    justify-content: center;
}

.press-paginetion nav .page-numbers {
    width: 50px;
    height: 50px;
    border: 1px solid #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #CFCFCF;
    font-size: 22px;
    margin: 0px 7px;
}

.press-paginetion nav .page-numbers.current {
    border: 1px solid #FF7D27;
    color: #FF7D27;
}

/* swarnali */
.about-image-wrap {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    max-width: 583px;
}

.about-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    color: #222222;
}


.contact-page-form .form-group input {
    border: 1px solid #D9D9D9;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
}

.contact-page-form .form-group textarea {
    height: 150px;
    font-size: 14px;
    height: 105px;
    resize: none;
}

.contact-page-form .form-group {
    margin-bottom: 15px;
}

.contact-page-form .form-btn {
    text-align: center;
    margin-bottom: 50px;
}

.contact-page-form .form-check {
    font-weight: 300;
    color: #585858;
    font-size: 14px;
    margin-bottom: 40px;
}

.contact-block-wrap {
    background-color: #F9F8F8;
    border-radius: 6px;
    padding: 25px 60px;
    box-shadow: 0px 5px 20px rgba(165, 165, 165, 0.25);
}

.block-icon {
    background-color: #FF6600;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.block-icon svg {
    color: #fff;
    font-size: 30px;
}

.block-text {
    text-align: center;
}

.block-text p {
    max-width: 226px;
    margin: 0 auto;
    color: #1D1F1F;
    font-weight: 300;
}

.block-text a {
    color: #1D1F1F;
    font-size: 18px;
    font-weight: 300;
}

.contact-block-wrap {
    height: 100%;
}



.press-image {
    position: relative;
    padding-bottom: 53%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.press-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-text ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.press-text ul li {
    margin-left: 30px;
    font-size: 18px;
    color: #222222;
    font-family: 'Oswald', sans-serif;
}

.press-text ul li:first-child {
    margin-left: 0;
}

.press-text h3 {
    margin-bottom: 30px;
    line-height: 50px;
}

.press-text p {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #707070;
    margin-bottom: 50px;
}

.press-paginetion ul.pagination {
    align-items: center;
    justify-content: center;
}

.press-paginetion ul.pagination li .page-link {
    border-radius: 50%;
    color: #CFCFCF;
    border: 1px solid #CFCFCF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-paginetion ul.pagination li:hover .page-link {
    color: #FF7D27;
    border: 1px solid #FF7D27;
}

.press-paginetion ul.pagination li {
    margin: 0px 5px;
}

.main-header.inner-header {
    background-color: #000;
    position: relative;
}

.main-header.inner-header.fixed {
    position: fixed;
}

.press-details-wrap ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}

.press-details-wrap li {
    margin-left: 30px;
    font-size: 18px;
    color: #222222;
    font-family: 'Oswald', sans-serif;
}

.press-details-wrap ul li:first-child {
    margin-left: 0;
}

.press-details-image-wrap {
    width: 100%;
    height: 589px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.press-details-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF7D27;
    border-radius: 50%;
}

.press-details-wrap h6 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.press-details-wrap p {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #222222;
}

.property-page-wrap {
    margin-bottom: 50px;
}

.property-page-sec .pro-slider {
    margin-bottom: 30px;
}



.first-image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.first-image-wrap::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(5, 6, 4);
    background: linear-gradient(180deg, rgba(5, 6, 4, 0) 0%, rgba(3, 7, 5, 0) 50%, rgba(0, 8, 6, 1) 100%);
}

.first-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.second-image-wrap::after {
    width: 100%;
    height: 100%;
    background: rgb(5, 6, 4);
    background: linear-gradient(180deg, rgba(5, 6, 4, 0) 0%, rgba(3, 7, 5, 0) 50%, rgba(0, 8, 6, 1) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.second-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.propertie-details-text {
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 2;
}

.propertie-details-text h2 {
    color: #FFFFFF;
}

.propertie-details-text p {
    color: #FFFFFF;
}

span.prop-icon {
    margin-right: 15px;
}

.over-view-whol-wrap {
    max-width: 800px;
}

.over-view-item-one h3 {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.over-view-item-one p {
    margin-bottom: 10px;
}

.over-view-item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.over-view-item p {
    color: #222222;
}

.over-view-item-map {
    border-radius: 20px;
    overflow: hidden;
    filter: grayscale(1);
    max-width: 460px;
    width: 100%;
    height: 180px;
}

.over-view-item ul {
    display: block;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.over-view-item ul li {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #444444;
    margin-bottom: 12px;
}

.over-view-item ul li span {
    margin-right: 10px;
}

.over-view-heading p {
    font-size: 30px;
}

.over-view-heading {
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
}

.propertie-form-wrap .over-view-heading {
    border-bottom: none;
}

.propertie-form-wrap .form-group input {
    border: 1px solid #D9D9D9;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
}

.propertie-form-wrap .form-group {
    margin-bottom: 15px;
}

.propertie-form-wrap .form-group textarea {
    height: 100px;
    margin-bottom: 30px;
}

.over-view-wrap {
    margin-bottom: 30px;
}

.over-view-whol-wrap .over-view-wrap:last-child {
    margin-bottom: 0px;
}

.over-view-item ul li strong {
    font-weight: 500;
    padding-right: 4px;
}

/* .over-view-item ul li:nth-child(even){text-align: right;} */
/* swarnali */
.contact-sec .contact-right-form textarea.form-control {
    font-size: 14px;
    height: 105px;
    resize: none;
}

.box1-view .over-view-item ul li {
    padding-left: 30px;
    text-align: left !important;
    position: relative;
}

.box1-view .over-view-item ul li span {
    position: absolute;
    width: 20px;
    left: 0;
    margin-right: 5px;
}

.footer-info ul li.current-menu-item a,
.footer-info ul li:hover a {
    color: #FF6600;
}

.benefits-sec .row .col-lg-3.col-md-6 {
    margin-top: 74px;
}

.newsletter input {
    height: 60px;
}

.newsletter br {
    display: none;
}

.newsletter .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

.newsletter input {
    height: 60px;
    margin-bottom: 10px;
}

.newsletter br {
    display: none;
}

.newsletter span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.newsletter p {
    margin-bottom: 0px !important;
}

.footer-info .wpcf7-response-output {
    margin: 10px 0px !important;
    text-align: center;
    color: #fff;
}





.pro-img-col {
    position: relative;
    display: block;
}

.pro-img-col figure {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.pro-img-col figure img {
    display: block;
    max-width: 100%;
}

.effect-sadie-img {
    position: relative;
    padding-bottom: 90%;
}

.effect-sadie-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-slider figcaption {
    position: absolute;
    bottom: -35%;
    left: 6%;
    transition: .4s ease-in-out;
    z-index: 2;
}

.pro-slider figcaption h4 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 10px;
}

.pro-slider figcaption p {
    margin-bottom: 0px;
    color: #fff;
}

.pro-slider .pro-img-col figure.effect-sadie:hover figcaption {
    bottom: 20%;
}


.effect-sadie .effect-sadie-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 51%);
    content: '';
    opacity: 0;
    z-index: 1;
}

.effect-sadie:hover .effect-sadie-img::before {
    opacity: 1;
}

figure.effect-sadie h4 {
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;

}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.searchdiv {
    position: relative;
}

.searchdiv input {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: transparent !important;
    color: #fff;
    padding-right: 30px;
    border-radius: 50px;
}

.searchdiv button {
    position: absolute;
    right: 20px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    border: none !important;
}

.searchdiv .form-control:focus {
    color: #fff;
}

.single-pro-img-wrap {
    position: relative;
    padding-bottom: 30%;
}

.single-pro-img-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*===========================Service Page css start by Pramesh================================*/
.common-pg-sec .top-service-text p{
    text-align: center;
}
.common-pg-sec .col-md-4{
    margin-bottom: 25px;
}
.common-pg-sec .services-div{
    padding: 30px;
    height: 100%;
    /*border: 1px solid #ccc;*/
    border: 1px solid #5E6262;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.common-pg-sec .services-div h3{
    text-align: center;
    font-size: 25px;
}
.common-pg-sec .services-div p{
    text-align: center;
    margin-bottom: 0px;
}
/*===========================Service Page css end================================*/
.searchform{
    margin: 0 0 50px 0;
}
.searchform input[type=text]{
    border: 0;
    border: 1px solid #FF6600;
    height: 60px;
    padding: 12px 25px;
    outline: 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    max-width: 450px;
   margin: 0 auto;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-    input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.partner-modal p {
    color: #000;
}
.partner-modal .parner-details-wrap ul li {
    margin-bottom: 8px;
    font-size: 18px;
}
.team-col-wrap .member-name h3 {
    text-transform: capitalize;
}




/*-- flip-css(Start) --*/

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box-front img{width: 100%; height: 100%; object-fit: cover;}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}
.flip-box-front:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}
.flip-box-back {
  background-color: #212121;
  color: white;
  transform: rotateY(180deg);
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p{color: #fff;}
.flip-box-fontcontent h3 {
    font-size: 25px;
    margin-bottom: 0px;
}
.flip-box-back p {
    margin-bottom: 0;
    word-break: break-word;
}
.flip-box-back{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
}
.flip-box-fontcontent{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    width: 100%;
}
/*-- flip-css(End) --*/

.main-header.no-bannerHeader{position: relative; background: #000;}
.not-foundBox .btn {
    background-color: #FF6600;
    color: #fff !important;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

/*Media Query css*/

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1446px;
    }
}

@media only screen and (max-width:1680px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 28px;
    }

    .home-banner-text p {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .home-banner {
        padding: 220px 0px;
    }

    .m-icon {
        width: 120px;
        height: 120px;
    }

    .m-icon img {
        width: 50px;
        height: 50px;
    }

    .marketing-box h3 {
        font-size: 25px;
    }

    .section-after-before {
        padding-top: 120px;
    }

    .section-after-before::before {
        height: 95px;
    }

    .section-title p {
        font-size: 24px;
    }

    .benefits-icon {
        width: 98px;
        height: 98px;
        padding: 25px;
    }

    .benefits-col-wrap {
        padding: 29px 19px;
    }

    .member-name h3 {
        font-size: 22px;
    }

    .form-btn .btn {
        font-size: 16px;
        padding: 15px 70px 15px 22px;
    }

    /* about */
    .about-text p {
        font-size: 26px;
    }

    /* press */
    .press-text h3 {
        margin-bottom: 20px;
        line-height: 40px;
    }

    .press-text p {
        font-size: 24px;
        margin-bottom: 40px;
    }

    /* properties-details-page */
    .over-view-wrap {
        margin-bottom: 20px;
    }

    .over-view-heading p {
        margin-bottom: 10px;
    }

    .over-view-heading {
        margin-bottom: 25px;
    }

    .over-view-item ul li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    /* press-details */
    .press-details-wrap h6 {
        font-size: 35px;
        margin-bottom: 5px;
    }

    .press-details-wrap ul {
        margin-bottom: 20px;
    }

    .press-details-image-wrap {
        margin-bottom: 20px;
    }

    .press-details-wrap p {
        font-size: 26px;
        margin-bottom: 20px;
    }

    /* press-details */
}

@media only screen and (max-width:1440px) {

    p,
    .marketing-box p {
        font-size: 16px;
    }

    .contact-left li {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .contact-left li a {
        font-size: 16px;
    }

    .press-details-wrap p {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .press-details-sec {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width:1280px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 26px;
    }

    .marketing-box p {
        font-size: 14px;
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }

    .marketing-box {
        padding: 25px 25px;
    }

    .m-icon {
        width: 100px;
        height: 100px;
        padding: 17px;
    }

    .pro-slider-img {
        margin-bottom: 15px;
    }

    .org-text {
        font-size: 18px;
        max-width: 170px;
        padding: 7px 10px;
    }

    .home-banner-text p {
        font-size: 20px;
    }

    .benefits-icon {
        width: 85px;
        height: 85px;
        padding: 25px;
    }

    #properties-slider .owl-nav button {
        font-size: 28px !important;
    }

    .pro-slider-content p {
        font-size: 15px;
    }

    a.view-details {
        font-size: 16px;
    }

    .section-title p {
        font-size: 20px;
    }

    .member-name h3 {
        font-size: 20px;
    }

    .home-banner.inner-banner {
        padding: 123px 0px;
    }

    /* about */
    .about-text p {
        font-size: 23px;
    }

    /* press */
    .press-text h3 {
        margin-bottom: 10px;
        line-height: 36px;
    }

    .press-text p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .press-text ul {
        margin-bottom: 15px;
    }

    .press-paginetion ul.pagination li .page-link {
        width: 40px;
        height: 40px;
    }

    /* press-details */
    .press-details-sec {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .press-details-wrap p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .press-details-wrap h6 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .press-details-wrap li {
        margin-left: 10px;
        font-size: 16px;
        color: #222222;
    }

    .detail-icon {
        width: 35px;
        height: 35px;
    }

    .main-menu ul li {
        margin-right: 36px;
    }

    .single-pro-img-wrap {
        padding-bottom: 40%;
    }
}

@media only screen and (max-width:1199px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 24px;
    }

    .nav_btn {
        display: block;
        cursor: pointer;
        line-height: 1;
        margin-left: 10px;
    }

    .nav_close {
        display: block;
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 999;
        font-size: 30px;
    }

    .main-menu {
        position: fixed;
        transform: translateX(320px);
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
        max-width: 320px;
        box-shadow: 4px 0 27px rgba(0, 0, 0, 0.11);
        background-color: #000000;
        padding-top: 28px;
        margin: 0;
        display: block;
        width: 100%;
        padding-left: 10px;
        transition: 250ms ease-in;
    }

    .main-menu ul li {
        width: 100%;
    }

    .main-menu ul li:not(:last-child) {
        margin-right: 0;
    }

    .main-menu ul li a {
        display: block;
        padding: 10px;
    }

    /* about */
    .about-text p {
        font-size: 20px;
    }

    /* press */
    .press-sec {
        padding-bottom: 40px;
    }

    /* proper-ties-details */
    .over-view-item ul li:nth-child(even) {
        text-align: left;
    }

    .over-view-item ul li {
        width: 100%;
    }

    .over-view-sec {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .over-view-heading p {
        font-size: 26px;
    }

    .over-view-item p {
        margin-bottom: 0;
    }
    .flip-box-fontcontent h3 {
        font-size: 22px;
    }

}

@media only screen and (max-width:1024px) {

    .press-details-wrap li span {
        margin-right: 5px;
        max-width: 16px;
    }

    .press-text ul li span {
        display: inline-block;
        width: 16px;
        margin-right: 5px;
    }

    .press-text ul li {
        margin-left: 20px;
        font-size: 16px;
    }

}


@media only screen and (max-width: 991px) {
    .banner-icon-sec .row .col-lg-4.col-md-6 {
        margin-bottom: 20px;
    }

    .banner-icon-sec .row {
        justify-content: center;
    }

    .benefits-sec .row .col-lg-3.col-md-6 {
        margin-top: 90px;
    }

    .benefits-sec .row {
        margin-top: 0px;
    }

    .our-team-sec .row .col-lg-3 {
        margin-bottom: 20px
    }

    .contact-left {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .our-team-sec .row .col-lg-3.col-md-6 {
        width: 50%;
    }

    .testimonial-details img {
        width: 80px !important;
        height: 80px !important;
    }

    .contact-right-form {
        padding: 25px 25px;
    }

    /* about */
    .about-sec .col-lg-6 {
        margin-bottom: 20px;
    }

    /* contact */
    .contact-page-block .col-lg-4 {
        margin-bottom: 30px;
    }

    /* press */
    .press-text ul {
        margin-bottom: 5px;
    }

    .press-text h3 {
        margin-bottom: 5px;
        line-height: 30px;
    }

    .press-text p {
        font-size: 16px;
    }

    /* properties-details */
    .over-view-heading {
        margin-bottom: 15px;
    }

    .over-view-wrap {
        margin-bottom: 5px;
    }

    .over-view-sec {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .over-view-heading p {
        font-size: 20px;
    }

    .over-view-item .over-view-item-text ul li {
        width: 50%;
        margin-bottom: 12px;
    }

    .propertie-form-wrap .form-group textarea {
        height: 90px;
        margin-bottom: 15px;
    }

    .propertie-details-sec .col-lg-6.p-0.pe-2 {
        padding: 0 !important;
    }

    /* press-details */
    .press-details-wrap h6 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .press-details-wrap p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .propertie-details-sec .col-lg-6 {
        margin-bottom: 15px;
    }

    .over-view-item-text {
        display: block;
    }

    .over-view-item ul {
        max-width: 450px;
    }

    .searchdiv button {
        position: relative;
        right: inherit;
        padding: 0;
        top: inherit;
        transform: inherit;
        background-color: transparent !important;
        border: none !important;
        margin-left: 10px;
    }

    .searchformdiv {
        background: #1a3431;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        z-index: 9999999;
        position: fixed;
        width: 100%;
        top: 100px;
        padding: 5px 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: none;
    }

    .searchformdiv.searchInputnone {
        display: block;
        padding: 20px 20px;
    }

    .single-pro-img-wrap {
        padding-bottom: 50%;
    }

    .searchformdiv.searchInputnone input {
        height: 50px;
    }
    .partner-modal .parner-details-wrap ul li {
        font-size: 16px;
    }
    .flip-box-fontcontent h3 {
        font-size: 19px;
    }
}


@media only screen and (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 12px;
    }

    .banner-icon-sec {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .home-banner-text p {
        font-size: 17px;
    }

    .footer-info ul li {
        margin-bottom: 5px;
    }

    .footer-info ul li a {
        font-size: 16px;
    }

    .banner-btn a.btn {
        font-size: 14px;
        padding: 14px 66px 14px 20px;
    }

    .logo {
        max-width: 60px;
    }

    .main-header.fixed .logo {
        max-width: 52px;
    }

    .org-text {
        font-size: 14px;
        max-width: 109px;
        padding: 7px 10px;
    }

    .section-title p {
        font-size: 17px;
        line-height: 1.2;
    }

    .section-after-before {
        padding-top: 90px;
    }

    .section-after-before::before {
        height: 76px;
    }

    .benefits-sec .row .col-lg-3.col-md-6 {
        margin-top: 73px;
    }

    .our-team-sec .row {
        margin-top: 20px;
    }

    .contact-left li,
    .contact-left li a {
        font-size: 16px;
    }

    /* about */
    .about-sec {
        padding-bottom: 0px !important;
    }

    .about-text p {
        font-size: 16px;
    }

    /* contact */
    .block-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .block-text a {
        font-size: 16px;
        font-weight: 300;
    }

    .contact-block-wrap {
        padding: 20px 40px;
    }

    .contact-page-form .form-group textarea {
        height: 100px;
    }

    .contact-page-form .form-btn {
        margin-bottom: 25px;
    }

    .contact-page-form .form-check {
        margin-bottom: 20px;
    }

    .header-contact-btn a {
        padding: 9px 18px;
        font-size: 12px;
    }

    .searchformdiv {
        top: 60px;
    }

    .searchformdiv.searchInputnone {
        padding: 11px 10px;
    }

    .searchformdiv.searchInputnone input {
        height: 45px;
    }

    .single-pro-img-wrap {
        padding-bottom: 70%;
    }
    .flip-box-fontcontent h3 {
        font-size: 16px;
    }
}


@media only screen and (max-width: 600px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    p,
    .marketing-box p {
        font-size: 14px;
    }

    .member-name h3 {
        font-size: 18px;
    }

    .home-banner-text p {
        font-size: 15px;
        line-height: 1.3;
    }

    .home-banner {
        padding: 163px 0px;
    }

    .banner-btn {
        margin-top: 33px;
    }

    .m-icon {
        width: 84px;
        height: 85px;
        padding: 20px;
    }

    .m-icon img {
        width: 35px;
        height: 35px;
    }

    .padding-top {
        padding-top: 40px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }

    .banner-btn a.btn::after {
        background-size: 60%;
    }

    .properties-slider-wrap {
        padding: 0px;
    }

    .our-team-sec.team-page .row .col-lg-3 {
        margin-bottom: 20px;
    }

    /* properties-details */
    .propertie-details-text {
        position: absolute;
        bottom: 20px;
        left: 30px;
        z-index: 2;
    }

    .over-view-item .over-view-item-text ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .over-view-item ul {
        display: block;
    }

}
@media only screen and (max-width: 575px) {
    .flip-box-fontcontent h3 {
        font-size: 20px;
    }

}
@media only screen and (max-width: 420px) {
    .our-team-sec .row .col-lg-3.col-md-6 {
        width: 100%;
    }

    .our-team-sec.team-page .row .col-lg-3 {
        margin-bottom: 15px;
    }

    .block-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
    }

    .block-icon svg {
        color: #fff;
        font-size: 24px;
    }

    .over-view-item ul li {
        font-size: 14px;
    }
}


/*Media Query css*/


