/*------------------------------------------------------------------
[Main Stylesheet]

Project: LanDO
Version: 1.1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
    *. Header / .main-header
    *. Banner / .banner
    *. Why Choose Us / .why-choose-us
    *. Featured Property / .featured-property
    *. Agents / .agents
    *. Gallery / .gallery
    *. Pricing Tables / .pricing-tables
    *. Reviews / .reviews
    *. Partners / .partners
    *. Contact / .contact
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #535353;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.bg-grea {
    background: #f9f9f8;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #535353;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #535353;
}

.form-control:focus {
    box-shadow: none;
}

p {
    font-size: 15px;
    line-height: 26px;
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: 'Raleway', sans-serif;
}

.btn-md {
    cursor: pointer;
    padding: 10px 30px 10px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.col-pad {
    padding: 0;
}

.dropdown-menu {
    border-radius: 0;
}

.form-inline .btn,
.form-inline .btn:active {
    padding: 0 17px;
    font-size: 15px;
    background: none;
    border: solid 1px transparent;
    color: #212121;
}

.form-inline .btn:hover {
    background: none;
    border: solid 1px transparent;
}

.form-inline a {
    padding: 0 17px;
}

.btn {
    font-family: 'Raleway', sans-serif;
    border-radius: 3px;
}
.option-panel.option-panel-collased {
    display: none;
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #000;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.btn-color, .btn-color:hover {
    color: #fff;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}
@media all and (max-width: 768px) {
    .contact-from{
        width: 100%!important;
    }
}
@media all and (max-width: 767px) {
    
    
    .flex-direction-nav {
        display: none
    }

    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/** Web site color start **/
.default-plate {
    background: #ff214f;
}

.blue-plate {
    background: #95c41f;
}

.yellow-plate {
    background: #ffb400;
}

.green-light-plate {
    background: #1abc9c;
}

.red-plate {
    background: #c31c1c;
}

.orange-plate {
    background: #F34B0A;
}

.yellow-light-plate {
    background: #eae328;
}

.green-light-2-plate {
    background: #0dcdbd;
}

.olive-plate {
    background: #b3c211;
}

.purple-plate {
    background: #8e44ad;
}

.blue-light-plate {
    background: #3c9dff;
}

.brown-plate {
    background: #A14C10;
}

.setting-button {
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

/** Option Panel **/

/** Overview bgi start **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.overview .btn-border {
    padding: 7px 12px !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

/** Btn **/
.read-more {
    font-weight: 600;
    font-size: 15px;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}

/** text start **/
.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

/** Social media start **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}

/** MAIN HEADER **/
#main-header {
    width: 100%;
    background: #FFF;
    webkit-transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1);
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
}

.main-header {
    background: #FFF;
}

.bg-grea-2 {
    background: #f9f9f8;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 24px 12px 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.main-header .logo img {
    /* height: 40px; */
    width: 190px;
}
.main-header .logo {
    padding: 19px 0;
    margin-right: 50px;
    float: left;
}

a {
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: -1px;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.dropdown:hover > .dropdown-menu {
    /*display: block;*/
}

.dropdown .dropdown-item:hover > .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .dropdown-menu a {
    padding: 9px 20px;
    color: #535353;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.main-header .dropdown-menu a:hover {
    background: #f5f5f5;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 22px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
    letter-spacing: normal;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #515151 !important;
}

.open-offcanvas {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    /*display: none;*/
}

/** Banner start **/
#banner {
    position: relative;
}

.banner {
    font-family: 'Poppins', sans-serif;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.banner-bg {
    background: url(../img/banner/img-3.jpg);
    background-size: cover;
}

.item-bg{
    height: 100vh;
}

.banner .slider-mover-left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -45px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 50%;
}

.banner .slider-mover-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 50%;
}

.banner .slider-mover-right i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .slider-mover-left i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0 auto;
    color: #fff;
}

.banner .text-l {
    text-align: left;
}

.carousel-item .text-right {
    float: right;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner .banner-slider-inner p {
    color: #ffffff;
    font-size: 14px;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 50%); */
    font-weight: 500;
    margin-bottom: 1px;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}

.banner .banner-slider-inner .typed-text {
    font-size: 50px;
}

.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, 0);
}

.banner .bsi {
    background-color: rgba(36, 42, 53, 0.64);
}

.banner .bsi-2 {
    background-color: rgba(36, 42, 53, 0.64);
}

.banner .bsi-3 {
    background-color: rgba(36, 42, 53, 0.48);
}
.feedback-area {
    position: relative;
    padding-bottom: 70px;
    z-index: 1;
    background-image: url(../assets/img/black-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.feedback-area .section-title {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 3rem;
}
.feedback-area .single-feedback {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding: 10px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.feedback-area .single-feedback .client-image img {
       border-radius: 5px;
    width: 100%;

}
.feedback-area .single-feedback p {
    margin-bottom: 0;
}
.feedback-area .single-feedback p, .single-feedback span {
    margin-bottom: 0;
    font-weight: 600;
        margin-top: 1rem;

    font-size: 16px;
}
.feedback-area .single-feedback .bar {
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 2px;
    background: #da251e;
}

.feedback-area .single-feedback h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.feedback-area .single-feedback span {
    display: block;
    font-size: 14px;
    color: #3c3c3c;
}
.feedback-area .single-feedback p, .single-feedback span {
    margin-bottom: 0;
    font-weight: 600;
}

.feedback-area .default-btn {
    display: inline-block;
    overflow: hidden;
    border: none !important;
    position: relative;
        background-color: #00458e;
    color: #ffffff;
    padding: 9px 18px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
    box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
    font-weight: 500;
    font-size: 15px;
}


.banner .carousel-bg .carousel-item {
    height: 100vh;
    background: #3e4a5b;
}

.banner_video_bg {
    height: auto;
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

#particles-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 42, 53, 0.7);
    position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
    background-color: transparent;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0 auto;
    color: #fff;
    padding: 100px 0px 0;
}

/** Contact from start **/
.contact-from {
        max-width: 370px;
    background: #fff;
    padding: 15px 15px;
    /* margin-left: auto; */
    border-radius: 5px;
}

.form-group {
    width: 100%;
    margin-bottom: 13px;
}

.contact-from .form-control {
    width: 100%;
    padding: 5px 20px;
    font-size: 15px;
    outline: 0;
    height: 40px;
    background: #eaeaea;
    border-radius: 3px;
    border: 1px solid transparent;
}
.plus-capcha{
   display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}
.plus-capcha span {
    width: 100px;
}
.gallerimgg .col-md-3 a {
    height: 200px;
    border: 1px solid #00448f;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 0px;
}
.h-100{
    height: 100%;
}
.high-img img{
    height: 100%;
    object-fit: cover;
}

.contact-from .btn-color {
    height: 45px;
}

.contact-from h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.cf-2 {
    max-width: 100%;
    background: #fff;
    padding: 20px 25px;
    margin: 20px auto 0;
    border-radius: 3px;
}

.cf-2 .form-group {
    width: 100%;
    margin-bottom: 0;
}

.cf-2 .pad-10 {
    padding: 0 7.5px;
}

.cf-2 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    height: 55px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.cf-2 .btn-color {
    border-radius: 3px;
}

.cf-3 {
/*    display: none;*/
}

.contact-from-2 {
    max-width: 500px;
}

.contact-from-2 form .form-control {
    width: 75%;
    padding: 10px 25px;
    font-size: 15px;
    outline: 0;
    height: 55px;
    border: #fff;
    border-radius: 50px 0 0 50px;
}

.contact-from-2 .btn {
    width: 25%;
    padding: 11px 13px;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    background: red;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0 50px 50px 0;
}

.contact-from-2 .btn:hover {
    background: red;
}

.mrg-auto {
    margin: 0 auto;
}

.mrg2-auto {
    margin: 0 0 0 auto;
}

/** main title start **/
.main-title {
    text-align: center;
    margin-bottom: 50px;
}

.main-title h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #333;
}

.main-title p {
    font-size: 16px;
    font-weight: 500;
}

/** Why choose us start **/
.why-choose-us {
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.why-choose-us-inner {
    padding-left: 15px;
}

.border-r {
    border-right: solid 1px #e2e2e2;
}

.service-info-2 {
    text-align: left;
    padding: 30px 15px;
}

.service-info-2 .media-left {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    margin-right: 20px;
    border-radius: 50px;
}

.service-info-2 h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-info-2 p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.why-choose-us-2 {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.service-info {
    text-align: center;
    padding: 30px;
}

.service-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-info p {
    font-weight: 500;
}

.service-info p {
    margin-bottom: 0;
    font-size: 15px;
}

.service-info .icon {
    background: url(../img/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 125px;
    height: 97px;
    text-align: center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.service-info .icon i {
    font-size: 30px;
    line-height: 97px;
}

/** Blockquote start **/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f9f6f6;
    border-left: 5px solid #212529;
}

.blockquote {
    margin: 0 0 30px;
}

blockquote footer {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

/** Couple box start **/
.property-box {
    margin: 0 auto 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 4;
}

.property-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.property-box img {
    width: 100%;
}

.property-box .photo {
    position: relative;
}

.property-box .photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box .detail {
    padding: 25px;
}

.property-box .detail h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.property-box .detail .location {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.property-box .detail .location a {
    color: #555;
}

.property-box .plan-price {
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 999;
}

.property-box .plan-price sup {
    font-size: 18px;
    position: relative;
    top: -20px;
    color: #fff;
    font-weight: 600;
}

.property-box .plan-price span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.property-box .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    font-size: 12px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    padding: 6px 14px 4px;
    font-weight: 500;
    border-radius: 5px;
}

.property-box .love {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    font-size: 12px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    border-radius: 5px;
}

.property-box .love i {
    font-weight: 600;
}

/** Reviews start **/
.reviews {
    padding: 120px 0;
}

.reviews .carousel-indicators li.active {
    background: #fff;
}

.reviews .reviews-inner .carousel-item {
    margin-bottom: 30px;
}

.reviews .reviews-inner .lead {
    font-size: 16px;
    margin: 0;
    color: #3c3b3b;
    font-weight: 500;
}

.reviews .reviews-inner .testimonia-header h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 35px;
}

.reviews .sz {
    background: #f9f9f9;
    padding: 25px 30px;
    max-width: 400px;
    border-radius: 5px;
    margin: 0 auto 20px;
}

.reviews .sz p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.reviews .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #000;
    border: 0px;
}

.reviews .carousel-indicators {
    bottom: -10px;
    margin-bottom: 0;
}

.reviews .media {
    font-size: 14px;
    font-weight: 500;
    color: #757474;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 3px;
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
}

.reviews .media h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.reviews .media h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #535353;
}

.reviews .media img {
    width: 60px;
    border-radius: 3px;
}

/** Thank you start **/
.footer {
    background: #00438f;
    padding: 0px 0;
    background-size: cover;
}

.footer p {
       font-size: 16px;
    /* line-height: 45px; */
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
}

.footer .social-list {
    float: right;
}

.footer .social-list li {
    display: inline-block;
    font-size: 16px;
}

.footer .social-list li a {
    margin-left: 3px;
    font-size: 17px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #1e283c;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}

.footer .social-list li a:hover {
    background: #fff;
}

/** Property box start **/
.property-box {
    position: relative;
    overflow: hidden;
    background: white;
}

.property-thumbnail {
    position: relative;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-link {
    color: #fff;
    border: 1px solid #FFF;
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover {
    color: #fff;
}

.property-thumbnail:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-thumbnail:hover .overlay-link {
    display: inline-block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.property-box .property-img img {
    width: 100%;
}

/** Pricing 1 start **/
.pricing-1 {
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pricing-1:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pricing-1 .plan-header {
    background-color: #fff;
    padding: 40px 22px 0;
    border-width: 1px;
    position: relative;
    text-align: center;
}

.pricing-1 .plan-header h5 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}

.pricing-1 .plan-header p {
    font-size: 14px;
    font-weight: 500;
}

.pricing-1 .plan-header .plan-price sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #535353;
    font-weight: 500;
}

.pricing-1 .plan-header .plan-price {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    text-align: center;
    padding: 0;
}

.pricing-1 .plan-header .plan-price span {
    font-size: 16px;
    color: #535353;
    font-weight: 500;
}

.pricing-1 .plan-list {
    background-color: #fff;
    border-width: 0 1px 1px;
    padding: 20px 0 40px;
}

.pricing-1 .plan-list ul {
    display: table;
    margin: 0 auto;
    padding: 0 40px;
}

.pricing-1 .plan-list ul li {
    list-style: none;
    border-bottom: 1px dashed #eaeceb;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #535353;
}

.pricing-1 .plan-list ul li i {
    margin-right: 12px;
}

.pricing-1 .plan-list ul li:last-child {
    border-bottom: none;
}

.pricing-1 .plan-button {
    padding-top: 20px;
}

.pricing-1 .pricing-btn {
    border-radius: 3px;
}

.pricing-btn {
    padding: 8px 30px 6px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/** Partners Start **/
.partners {
    padding: 50px 0;
    text-align: center;
}

.partners .multi-carousel {
    float: left;
    overflow: hidden;
    padding: 0 15px 0;
    width: 100%;
    position: relative;
}

.partners .multi-carousel .multi-carousel-inner {
    transition: 1s ease all;
    float: left;
}

.partners .multi-carousel .multi-carousel-inner .item {
    float: left;
    cursor: pointer;
}

.partners .multi-carousel .multi-carousel-inner .item > div {
    padding: 0 15px;
    margin: 0px;
    text-align: center;
}

.partners .multi-carousel .multi-carousel-inner .item > div .carousel-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.partners .multi-carousel .multi-carousel-inner .item > div img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.partners .multi-carousel .multi-carousel-inner img {
    padding: 0 20px;
}

.partners .multi-carousel .multi-carousel-inner .item:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.partners .multi-carousel .leftLst, .multi-carousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}

.partners .multi-carousel-indicator {
    width: 30px;
    height: 30px;
    line-height: 33px;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #fff;
    border-radius: 5%;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.partners .multi-carousel-indicator i {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

.partners .multi-carousel .leftLst {
    left: 0;
}

.partners .multi-carousel .rightLst {
    right: 0;
}

.partners .multi-carousel .leftLst.over, .multi-carousel .rightLst.over {
    pointer-events: none;
    background: #fff;
    border: none;
}


/** Slick slider start**/
.slick-slider-area {
    position: relative;
}

.slick-slide-item {
    padding: 0 15px;
}

.slick-arrow-buton {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 43%;
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    cursor: pointer;
    color: #000;
    z-index: 9;
    background: #fff;
    cursor: pointer;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.slick-arrow-buton:hover {
    color: #fff;
}

.slick-next {
    right: -15px;
}

.slick-prev {
    left: -15px;
}

.slick-slide, .slick-slide:focus * {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

/** Slick btn start **/
.slick-btn {
    text-align: center;
    max-width: 70px !important;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

.slick-btn .sab-4 {
    border-radius: 50px 0 0 50px;
}

.slick-btn .slick-arrow-buton-2:last-child {
    border: none;
}

.slick-btn .sab-3 {
    border-radius: 0 50px 50px 0;
}

.slick-btn .slick-arrow-buton-2 {
    width: 50px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
    border-right: solid 1px #e4e4e4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    background: white;
    font-size: 20px;
    position: absolute;
    bottom: 12px;
}

.slick-next {
    right: -15px;
}

.slick-prev {
    left: -15px;
}

/** agent start **/
.agent {
    margin-bottom: 30px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.agent:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.agent .photo {
    position: relative;
    text-align: center;
}

.agent .photo .social-list {
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: 20;
    border-radius: 5px 5px 0 0;
    right: 15px;
    width: 35px;
    color: rgb(255, 255, 255);
}

.agent .photo .social-list a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}

.agent .photo .social-list a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #fff;
}

.agent .photo img {
    width: 100%;
}

.agent .details {
    text-align: center;
    padding: 25px 0 15px;
}

.agent .details h5 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
}

.agent .details h5 a {
    color: #000;
}

.agent .details h5 a:hover {
    color: #535353;
}

.agent .details p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

/** Contact start **/
.contact .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact .form-control:focus {
    color: #495057;
    outline: 0;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact .form-group {
    margin-bottom: 13px;
}

.contact textarea {
    min-height: 200px;
}

.contact-info {
    padding: 30px;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    margin-left: 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mb-25 {
    margin-bottom: 25px;
}

.contact-info .media i {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
    font-size: 20px;
    border-radius: 5px;
}

.contact-info .media h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    margin: 5px 0 5px;
}

.contact-info .media p {
    margin-bottom: 0;
    font-size: 14px;
}

.contact-info .media p a {
    font-weight: 500;
    color: #535353;
}

.date-box span {
    font-family: montserrat, sans-serif;
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff;
}

/** Sidebar start **/
.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}

.title-2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #37404d;
}

/** Content area start **/
.content-area {
    padding: 50px 0 50px;
}

.content-area-2 {
    padding: 50px 0;
}

.content-area-3 {
    margin-bottom: 90px;
}

.content-area-4 {
    padding: 50 0;
}

.content-area-5 {
    padding: 193px 0 90px;
}

/** mb **/
.mb-60 {
    margin-bottom: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

/** Full page serch start **/
#full-page-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#full-page-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#full-page-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 28px;
}

#full-page-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}

/** Protfolio item start **/
.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.portfolio-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.portfolio-content i {
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    border: solid 1px #fff;
}

.filteriz-navigation {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    max-width: 520px;
    display: inline-block;
    margin: 10px auto 0;
    padding: 10px;
    border-radius: 50px;
}

.filteriz-navigation li {
    color: #535353;
    float: left;
    text-align: center;
    letter-spacing: .5px;
    padding: 0 15px 0 15px;
    border: 0;
    border-radius: 50px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

/** Off-canvas menu start  **/
body.off-canvas-sidebar-open {
    left: -375px;
    position: relative;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-375px);
    transform: translateX(-375px)
}

.off-canvas-sidebar {
    background: #1b1d1f;
    position: fixed;
    right: -375px;
    top: 0;
    height: 100%;
    width: 375px;
    z-index: 999999;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}

.off-canvas-sidebar-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

.off-canvas-content, .off-canvas-header {
    padding-right: 30px;
    padding-left: 30px
}

.off-canvas-content {
    padding-bottom: 30px
}

.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right
}

.canvas-widget .menu {
    text-align: center;
    margin-top: 50px;
}

.canvas-widget .menu-item {
    margin-bottom: 12px;
}

.canvas-widget .menu-item a {
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all .3s ease-in-out;
}

.canvas-widget .menu-item a:hover {
    opacity: .8;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.canvas-widget .logo {
}

.canvas-widget .social-icons {
    text-align: center;
    margin-top: 60px;
}

.canvas-widget .social-icons > li {
    display: inline-block;
    margin: 10px;
}

.canvas-widget .social-icons > li a {
    color: #fff;
    transition: all .3s ease-in-out;
}

.canvas-widget .social-icons > li a:hover {
    opacity: .8;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.close-offcanvas {
    font-size: 24px
}

.portfolio-area {
    overflow: hidden;
}

/** MEDIA **/
@media (max-width: 992px) {
    .open-offcanvas {
        padding: 18px 15px 15px;
    }

    .main-header .logo{
        padding: 22.5px 0;
    }

    .cf-2 .form-control {
        height: 40px;
    }

    .contact-from .btn-color {
        height: 40px;
    }

    .open-none {
        display: none;
    }

    .r-btn {
        display: none;
    }

    .banner .text-l {
        text-align: center;
    }

    .main-header {
        background: #f9f9f8;
    }

    .none-992 {
        display: none;
    }

    .banner .w-100 {
        width: 100%!important;
    }

    .content-area-4 {
        padding-top: 90px;
    }

    .reviews {
        padding: 90px 0;
    }

    .text-l {
        text-align: center;
    }

    .text-r {
        text-align: center;
    }

    .mrg2-auto {
        margin: 0 auto;
    }

    .contact-from-2 {
        margin: 0 auto;
    }

    .cf-3 {
        display: flex;
    }

    .cf-4 {
        display: none;
    }

    .service-info-2 {
        padding: 30px 5px;
    }

    .service-info-2 .media-left {
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 25px;
        margin-right: 15px;
        border-radius: 5px;
    }

    .banner {
        margin-bottom: 0;
    }

    .cf-2 .form-group {
        margin-bottom: 10px;
    }

    .cf-2 {
        padding: 0;
        background: transparent;
    }

    .contact-info {
        margin-left: 0;
        margin-top: 50px;
    }

    .filteriz-navigation {
        max-width: 425px;
        padding: 5px;
    }

    .filteriz-navigation li {
        padding: 5px 20px 5px 20px;
    }

    .content-area {
        padding: 90px 0 60px;
    }

    .content-area-2 {
        padding: 90px 0;
    }

    .multi-carousel {
        padding: 0 15px 0;
    }

    .navbar-collapse {
        margin: 0px -15px;
        background: #FFF;
    }

    .main-title {
        margin-bottom: 40px;
    }

    .main-title h1 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .main-title p {
        font-size: 15px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .banner .banner-slider-inner .typed-text {
        font-size: 42px;
    }

    .banner .banner-slider-inner p {
        margin-bottom: 0px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 20px;
        font-weight: 100;
    }

    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .logo img {
        height: 35px;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 13px 15px 10px;
    }

    #main-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }

    .main-header .navbar-expand-lg .navbar-nav .active .nav-link {
        background: #f9f9f9;
        border-bottom: solid 1px transparent;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
        background: #f9f9f9;
    }

    .setting-button {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px;
    }
}

@media (max-width: 768px) {
    .main-title {
        margin-bottom: 30px;
    }

section.bg-white h2{
    margin-top: 1rem;
}
    .main-title h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .service-info-2 h4 {
        font-size: 20px;
        margin: 4px 0 3px;
        font-weight: 500;
    }

    .main-title p {
        font-size: 16px;
    }

    .d-none-768 {
        display: none;
    }

    .content-area-4 {
        padding-top: 60px;
    }

    .content-area {
        padding: 60px 0 30px;
    }

    .content-area-2 {
        padding: 60px 0;
    }

    .banner .banner-slider-inner p {
        font-size: 16px;
    }

    .reviews {
        padding: 60px 0;
    }

    .service-info-2 {
        padding: 0;
        margin-bottom: 30px;
    }

    .why-choose-us {
        padding-top: 30px;
    }

    .why-choose-us-inner {
        padding-left: 0;
    }

    .why-choose-us .border-r {
        border-right: none;
    }

    .cf-2 {
        padding: 0 7.5px;
    }

    .filteriz-navigation {
        margin: 0;
    }

    .banner .banner-slider-inner h1 {
        font-size: 34px;
    }

    .footer {
        text-align: center;
                padding: 1rem 0 4rem 0;
    }

    .footer p {
        line-height: normal;
        margin-bottom: 20px;
    }

    .footer .social-list {
        float: none;
    }

    .title-2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .form-group-2 {
        margin-bottom: 25px;
    }

    #particles-banner {
        height: 100vh;
    }

    .item-bg {
        height: 100%;
    }

    .trile-none {
        display: none;
    }

    .banner .carousel-content {
        padding: 0 50px;
    }

    .multi-carousel .rightLst {
        right: 15px;
    }

    .multi-carousel .leftLst {
        left: 15px;
    }

    .multi-carousel .multi-carousel-inner .item > div img {
        width: auto;
    }

    .tabbing-box .tab-pane {
        padding-top: 0;
    }

    .contact .form-group {
        margin-bottom: 10px;
    }

    .banner .banner-slider-inner .typed-text {
        font-size: 34px;
    }

    .banner .banner-slider-inner {
        top: 0%;
                position: relative;
    }

    .banner .slider-mover-left {
        display: none;
    }

    .banner .slider-mover-right {
        display: none;
    }

    button:focus {
        outline: 0 auto -webkit-focus-ring-color;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-left i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-right {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: 0;
        border-radius: 5px 0 0 5px;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-left {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: -22px;
        border-radius: 0 5px 5px 0;
    }

    .countdown-inner .btn {
        width: 40%;
        margin: auto;
        margin-top: 10px;
        border-radius: 3px;
    }

    .countdown-inner .btn:hover {
        width: 40%;
    }

    .login-footer {
        padding: 20px 15px;
        position: inherit;
        left: 0;
        bottom: 0;
    }

    .setting-button {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: -35px;
        color: #fff;
    }

    .tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        padding: 9px 13px;
    }

    .tabbing-box .nav-tabs li {
        font-size: 11px;
    }

    .banner .carousel-content {
        padding: 0;
    }

    .banner-2 .carousel-content {
        padding: 0 10px 0;
    }

    .setting-button {
        display: none;
    }

}

@media (max-width: 580px) {
    .comment-meta-date {
        display: none;
    }


    .filteriz-navigation li {
        padding: 3px 12px 3px 12px;
        font-size: 12px;
        border-radius: 3px;
    }

    .filteriz-navigation {
        border-radius: 3px;
    }

    .box-shadow {
        box-shadow: none;
    }

    .main-header .logo img {
        height: 30px;
    }

    .banner .banner-slider-inner {
        padding: 0;
        top: 0%;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

    .carousel-inner img {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-item:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
}

.sticky-header {
    position: fixed;
    background: #0000;
    top: 0px;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, .2);
}
.sticky-header .nav-link::after {
    display: none !important;
}

.do-sticky .nav-link::after {
    display: none !important;
}

.do-sticky-2 .nav-link::after {
    display: none !important;
}

.sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
}

.sticky-header-scroll {
    z-index: 999;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-shrink {
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    top: 0px !important;
}

.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
}

.header-shrink .open-offcanvas {
    color: #515151;
}

.header-shrink .open-offcanvas i {
    color: #fff;
}

.hide-carat .nav-link::after {
    display: none !important;
}

.sticky-header .open-offcanvas {
    color: #fff;
}


li.nav-item.call a.nav-link.single {
    background: #da251e;
    padding: 14px 18px;
    border-radius: 4px;
    margin: 10px 0px 10px 50px;
    left: 2;
    color: #fff !important;
}
.text-l {
    background: #000000cc;
    /* padding: 17px; */
    border-radius: 4px;
    text-align: center !important;
/*    width: 540px;*/
    padding: 17px 0;
    /* max-width: 44%; */
    background-color: rgb(0 0 0 / 60%);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 40px 20px;
}
p.chadni {
    line-height: 28px !important;
    font-size: 16px !important;
    /* text-align: left; */
}

.text-l h5 {
    color: #ffffff;
    font-size: 17px !important;
    border-top: 1xp solid #000;
    /* border: 1px solid #eee; */
}
.p-content {
    /* background: #00448f; */
    /* background-image: linear-gradient(45deg, #bf9845, #f6e2b7, #f6e2b7, #FBF5B7, #AA771C); */
    /* background-image: linear-gradient(45deg, #00448f, #2173cd, #1768c1, #3d67bb, #00448f); */
    background: #00438f;
    padding-top: 10px;
    padding-bottom: 14px;
}
.text-l h3 {
    /* background: #ffb93d; */
    text-align: center;
    /* border-radius: 4px; */
    /* padding: 4px; */
    color: #fff;
}
.p-content {
    /* border: 1px solid; */
    /* padding: 10px; */
    /* border-radius: 4px; */
    /* background: red; */

    margin-bottom: 13px;
    padding-bottom: 9px;
}

p.chowk {
    font-size: 12px !important;
    margin-top: -7px;
}

.text-l h6 {
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0;
}

a.navbar-brand img {
    width: 190px;
}
section.bg-white img {
    width: 100%;
    box-shadow: 0px 0px 4px 0px;
    border-radius: 4px;
}

section.bg-white{
    padding: 50px 0;
}

section.bg-white h2 {
    font-weight: 700;
    color: #00448f;
}
.border-line {
    width: 60px;
    height: 3px;
    background: #00438f;
    margin: 0 auto;
    margin-top: -4px;
}
.border-line-2 {
    width: 79px;
    height: 4px;
    background: #00438f;
    margin-top: -4px;
    margin-bottom: 14px;
}

.featured-property {
    background: #eaeaea;
    padding: 50px 0 !important;
}

.featured-property img{
  width: 100%;
  border-radius: 0px;
}

p.highlights {
        margin-bottom: 10px;
    font-size: 18px;
    /* color: #00438f; */
    font-weight: 500;
    color: #505050;
    display: flex;
    border-bottom: 1px solid #00438e61;
    /* display: inline-block; */
    padding-bottom: 5px;
}
p.highlights .fa {
    color: #03458f;
    margin-right: 7px;
}











h2.main-head{
    color: #333;
}

h2.main-head {
    color: #333 !important;
}

.enquirenow{
    margin-top: 20px;
}

.box-mall {
    background: #00448f;
    border-radius: 0;
    padding: 0px 0px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: aliceblue #000;
}

.box-mall img {
    /* width: 80px; */
    margin-bottom: 5px;
}
.box-mall p {
    display: block;
    height: 35px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    text-transform: capitalize;
}

a.property-img img {
    height: 250px;
    /* border: 2px solid #eee; */
    /* border-radius: 6px; */
    /* padding: 10px; */
    /* background: #f9f9f8; */
    /* margin: 10px; */
    object-fit: cover;
}
.cars {
    margin-top: 24px;
}
.content-area-2 {
    padding-top: 18px !important;
    padding-bottom: 50px !important;
}
div#gallery {
    background: #eaeaea;
    padding-bottom: 30px !important;
    padding-top: 50px!important;
}

.footer{
    text-align: center;
}
.fix-footer{
    display: none;
}
.whatsapp-sidecon {
    position: fixed;
    border-radius: 63px;
    width: 60px;
    z-index: 99;
    right: 20px;
    bottom: 13%;
}

img.img-fluid.gallery-img {
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
}
.gallerimgg .col-md-3{
    padding: 5px!important;
}

@media screen and (max-width: 768px){
    .whatsapp-sidecon{
        display: none;
    }
    .cta-section-1 h2 {
    font-weight: 600;
    font-size: 21px;
}
.menu-block {
    margin-top: 1rem;
}
    p.highlights {
    font-size: 16px;
}
    .key-strip .ks-con a {
    font-size: 14px;
}
    .banner img{
            height: 300px!important;
            object-fit: cover;
    }
    .contact-from.cf-2.cf-3 {
    border-top: 1px solid #fff;
}
.contact-from .btn-color{
    background-color: #fff;
    color: #00438f;
}
    #page_scroller {
    background: #ffba3d;
    display: none;
}
.text-l h3 {
    font-size: 21px;
}
.fix-footer {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index:9999;
    border-top: 1px solid #00458e;
}
.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.fix-footer p a img {
    width: 32px;
    margin: 0 auto;
}

.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.text-l img {
    width: 130px;
}


p.chowk {
    margin: 0 !important;
}

p.chadni {
    margin: 0 !important;
}

.text-l {
   width: 100%;
        margin-top: 0;
        border-radius: 0;
        background: #00438f;
        background-color: #00438f;
        padding: 20px 10px;
}
.col-md-6.mobile-none {
    display: none;
}
.p-0 {
    padding: 15px !important;
}
.content-modal {
    padding: 12px !important;
    
}
}





.contact-from.cf-2.cf-3 {
    /* background: #000; */
    background: #00438f;
    padding: 20px;
    margin-top: -1px;
    border-radius: 0px;
}








.modal-dialog img {
    width: 100%;
}





.services-content img {
    wwi: 100px;
    width: 51px;
    display: block;
    margin: auto;
    margin: o auto;
    padding: 3px;
}

.form-p-design h5 {
    color: #fff;
    text-align: center;
    padding: 10px;
}
h5#exampleModalLabel {
    margin-top: 0px;
    margin-bottom: 8px;
}
.content-modal {
    padding: 20px;
    text-align: center;
}

.form-p-design h2 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.form-p-design {
    position: relative;
    bottom: 0px;
    /* background: linear-gradient( 45deg , #0f59a6, #5bbf0a); */
    border-radius: 5px;
    margin: auto;
    top: 10px;
     background: #da251e;
}


button.btn-close {
    background: #da251e;
    position: absolute;
    top: -1px;
    z-index: 9999;
    right: 0;
    border: 1px solid #fff;
    border-radius: 0px 4px 0px 4px;
    color: #fff;
}
.mlogo img{
    width: 150px;
}
.key-strip {
    background-color: #00438f;
    padding: 1rem;
}
.key-strip .ks-con{
    position: relative;
}
.key-strip .ks-con a {
       color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    background-color: transparent;
    color: #fff;
    margin: 8px 0;
    display: block;
    border: 1px solid #fff;
        border-radius: 12px;
        text-align: center;
}
.cta-section-1 {
    background: url(../img/g11.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    background-attachment: fixed;
    padding: 3rem 0;
}
.itawacta p {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}
.cta-section-1:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}
.itawacta {
    position: relative;
}
.cta-section-1 h2 {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 15px;
}
.callnow {
    color: #fff;
    display: block;
    font-size: 26px;
}
.callnow:hover{
    color: #fff;
}
.menu-block3 {
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    padding: 0.65rem 1.50rem;
    border-radius: 3rem;
    color: #ffffff;
    background-color: #03579e;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    border: none;
}
.cta-section {
    background: url(../images/dots.html);
    position: relative;
}
.cta-section:before {
    content: "";
    position: absolute;
    background: #196eb2;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}
.cta-heading p {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.5;
    position: relative;
    margin: 0;
}
.menu-block1 {
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    padding: 0.65rem 1.50rem;
    border-radius: 3rem;
    color: #050505;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    border: none;
}

.call-to-action {
    background: #00599f;
    float: left;
    padding: 60px 0;
    width: 100%;
        margin-bottom: 2rem;
}
.call-to-action h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 5px 0 0;
}
.menu-block {
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    padding: 0.65rem .90rem;
    border-radius: 3rem;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    border: none;
}
.menu-block3:hover{
    color: #fff;
}
.key-strip .ks-con a:after{
        content: '';
    position: absolute;
    /* border: 1px solid #f00; */
    height: 18px;
    width: 1px;
    background-color: #da251e;
    margin-left: 6px;
        margin-top: 4px;
        display: none;

}
.key-strip .main-title{
    color: #fff;
/*    text-align: left;*/
    margin: 0;
}
.key-strip .main-title h1{
    color: #fff;
}

.col-md-6.mobile-none img {
    height: 100%;
    object-fit: cover;
}
button.btn.btn-primary {
    background: #00438f;
    text-transform: uppercase;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    outline: none;
    border: none;
}
.modal .form-group {
    width: 100%;
    margin-bottom: 10px;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  /* animation-iteration-count: infinite; */
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.100s;
  animation-duration: 0.100s;
  -webkit-animation-name: bounceIn;
  /* animation-name: bounceIn; */
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    /* animation-fill-mode: both; */
}


