
body {
    /*font-family: 'Mulish', 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: #37404d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #535353;
}

.form-control:focus {
    box-shadow: none;
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #535353;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #353535;
    font-family: 'Jost', sans-serif;
}

.heading {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}

.heading-2 {
    margin-bottom: 30px;
}

.heading-3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.heading-4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.heading-2 h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12);
}

.col-pad {
    padding: 0 0;
}

.col-pad-30 {
    padding: 0 30px;
}

.pad-minus-lr-15 {
    padding-top: 50px;
}

.mbl {
    margin: 0 0 30px 20px;
}

.mrb {
    margin: 0 20px 50px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mtb-30 {
    margin: 30px 0;
}

.h-mt-60 {
    margin-top: 60px;
}

.h-mt-40 {
    margin-top: 40px;
}

.hidden {
    display: none;
}

.photo-gallery-2 .portfolio-item {
    margin-bottom: 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-2 {
    color: #fff;
}

.form-inline .btn:hover {
    background: none;
    border: solid 1px transparent;
}

.form-inline a {
    padding: 0 17px;
}

.btn {
    border-radius: 3px;
}

.btn-black {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

.btn-black:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-round {
    border-radius: 30px;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.setting-button {
    display: none
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

input[type=checkbox]:checked+label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

.form-check label,
.radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
}

.form-check label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox-theme input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox {
    margin: 3px 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .checkbox label::before {
    border: none;
}

.checkbox-theme input[type="checkbox"]:checked+label::before {
    background-color: #fff;
}

input[type=checkbox]:checked+label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}

.form-group .form-check {
    margin-left: 20px;
}

#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: #FFF;
    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;
}


/*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: 767px) {
    .flex-direction-nav {
        display: none
    }
    .window {
        display: none!important;
    }
    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}


/** Option Panel **/

.whatsapp-link::after {
    content: "Quick Responsive ";
    position: absolute;
    bottom: 100%;
    /* Position above the link */
    left: 60%;
    transform: translateX(-20%);
    background-color: #229617;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.whatsapp-link:hover::after {
    opacity: 1;
}

.phone {
    position: fixed;
    bottom: 33px;
    left: 11px;
    z-index: 100;
}

.enquire {
    position: fixed;
    bottom: 80px;
    left: 11px;
    z-index: 100;
}

.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: 15px;
    margin: 0 0 0 0;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
}

.faq {
  padding: 20px 0;
  background: #f8f9fa;
}

.faq .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.faq .faq-list {
  list-style: none;
  padding: 0;
}

.faq .faq-list li {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq .faq-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}

.faq .faq-list a .icon-show {
  display: inline;
}

.faq .faq-list a .icon-close {
  display: none;
}

.faq .faq-list .collapse.show a .icon-show {
  display: none;
}

.faq .faq-list .collapse.show a .icon-close {
  display: inline;
}

.faq .faq-list .collapse {
  padding-top: 15px;
  display: none;
}

.faq .faq-list .collapse.show {
  display: block;
}


.option-panel .color-plate {
    width: 40px;
    height: 30px;
    float: left;
    margin: 3px;
    border-radius: 0;
    cursor: pointer;
}


/** WEB SITE COLOR **/

.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 **/

.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;
}


/** CONTENT AREA **/

.content-area {
    padding-bottom: 70px;
}

.content-area-2 {
    padding: 40px 0 70px;
}

.content-area-5 {
    padding-bottom: 100px;
}

.content-area-6 {
    /*padding-bottom: 70px;*/
}

.content-area-7 {
    padding: 100px 0;
}

.content-area-8 {
    padding-top: 100px;
}

.content-area-9 {
    padding: 100px 0;
}

.content-area-10 {
    padding: 100px 0;
}

.content-area-11 {
    margin-bottom: 70px;
}

.content-area-12 {
    padding: 100px 0 60px;
}

.content-area-13 {
    padding: 100px 0 85px;
}

.content-area-15 {
    padding: 100px 0 40px;
}

.content-area-16 {
    padding: 100px 0 70px;
}

.content-area-19 {
    padding: 70px 0;
}

.pmb0 p {
    margin-bottom: 0;
}


/** BTN COLOR **/

.btn-border-black {
    color: #000;
    border: solid 2px #fff;
}

.btn-border-white {
    color: #fff;
    border: solid 2px #fff;
}

.btn-border-white:hover {
    color: #fff;
    border: solid 2px #fff;
}

.btn-black {
    background: #000;
    border: solid 2px #000;
    color: #fff;
}


/** BTN **/

.btn-sm {
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}

.btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-lg {
    cursor: pointer;
    padding: 13px 32px 11px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    color:#ea1945;
}

.btn-md-round {
    border-radius: 30px;
    border-color: #4a90e2;
}

.read-more {
    font-weight: 600;
    font-size: 15px;
}

.btn:focus,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none;
}

.signup-link {
    margin-top: 29.5px;
    margin-left: 10px;
    padding: 6px 26px 4px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
}

.btn-white-sm-outline {
    color: #FFF;
    background: transparent;
    border: solid 1px #FFF;
    text-transform: uppercase;
    padding: 6px 26px 4px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
}

.btn-white-sm-outline:hover {
    color: #FFF;
    padding: 6px 26px 4px 26px;
}

.btn-white-lg-outline {
    color: #FFF;
    background: transparent;
    border: solid 2px #FFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px 10px;
    font-size: 13px;
}

.btn-white-lg-outline:hover {
    color: #FFF;
}

.btn-theme,
.signup-link {
    font-weight: 600 !important;
}

.btn-theme-sm-outline {
    color: #ea1945;
    border: solid 2px #ea1945;
    background: transparent;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 18px;
    font-size: 12px;
}

.btn-theme-sm-outline:hover {
    color: #FFF;
    padding: 5px 18px;
}


/** TEXT **/

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}


/** SOCIAL MEDIA **/

.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

.instagram:hover {
    color: #fb3958 !important;
}


/** SOCIAL MEDIA BG **/

.facebook-bg {
    background: #4867aa;
}

.facebook-bg:hover {
    background: #3a5795!important;
}

.twitter-bg {
    background: #56d7fe;
}

.twitter-bg:hover {
    background: #2abced!important;
}

.google-bg {
    background: #dc4e41;
}

.google-bg:hover {
    background: #c83a2e!important;
}

.rss-bg {
    background: #e78733;
}

.rss-bg:hover {
    background: #d0782c!important;
}

.linkedin-bg {
    background: #1c82ca;
}

.linkedin-bg:hover {
    background: #036497!important;
}


/** MEGAMENU **/

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-area {
    padding: 30px 30px 5px;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.megamenu-title {
    color: #535353;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.megamenu-section {
    margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
    padding: 0px !important;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
}

.megamenu-section p {
    font-size: 12px;
    color: #777;
}


/** TOP HEADER **/

#top-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: solid 1px #b7b7b7;
    background-color: rgba(0, 0, 0, 0.4);
}

#top-header a {
    color: #fff;
}

.top-header-bg-black {
    background: #222;
}

.top-header .list-inline {
    padding: 7px 0;
}

.top-header .list-inline a {
    margin-right: 15px;
    font-size: 15px;
}

.top-header .list-inline a i {
    margin-right: 5px;
}

.top-header .top-social-media li {
    padding: 0 4px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}

.top-header .top-social-media li a {
    color: #fff;
}

#top-header-2 a {
    color: #ffff;
    font-weight: bold;
}


/** 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;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 17px 32px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: solid 2px transparent;
    text-transform: uppercase;
}


/*#main-header .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}*/

.main-header .logo img {
    height: 40px;
}

.main-header .logo {
    padding: 5px 0;
    margin-right: 50px;
    float: left;
}

a {
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: -1px;
    font-size: 15px;
    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;
    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;
}

.property-img img {
    height: 415px;
}

.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: #212121;
}


/*
.collapse.show{
    background: #fff;
}
*/

.open-offcanvas {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    height: 100%;
    /*display: none;*/
}


/** BANNER **/

#banner {
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.banner-bg {
    background: url("../img/banner-2.jpg");
    background-size: cover;
}

.item-bg {
    /*background: url("../img/banner-1.jpg");*/
    height: 100vh;
    /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
}

.banner-max-height img {
    max-height: 720px;
}

.banner .slider-mover-left {
    width: 30px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    z-index: 999;
    display: inline-block;
    left: 10px;
    text-align: center;
    border-radius: 50px;
    border: solid 2px #b5b1b1;
    background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-right {
    width: 30px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    z-index: 999;
    display: inline-block;
    right: 10px;
    text-align: center;
    border-radius: 50px;
    border: solid 2px #b5b1b1;
    background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-right i {
    font-size: 20px;
    color: #fff;
}

.banner .slider-mover-left i {
    font-size: 20px;
    color: #fff;
}

.b2 .slider-mover-left {
    border-radius: 3px;
}
.breadcrumb-area h2 {color:#fff!important;}

.breadcrumb-area span {
    color: #fff !important;
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
}

.b2 .slider-mover-right {
    border-radius: 3px;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}

.carousel-item .text-right {
    float: right;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase
}

.bannerh1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase
}

.bannerh2 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase
}


.bannerh3 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase
}



.banner .banner-slider-inner p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
    font-family: 'Mulish', sans-serif;
}

.banner .banner-slider-inner .max-w {
    max-width: 690px;
}

.banner .banner-info {
    margin-top: 100px;
}

.banner .banner-info-2 {
    margin-top: 50px;
}

.banner .banner-slider-inner h1 span {
    font-weight: 600;
}

.banner .banner-slider-inner .typed-text {
    font-size: 62px;
}

.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 20px 50px;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgb(36 42 53 / 58%);
}

.banner .banner-slider-inner .btn {
    margin: 0 3px 3px 0;
    background:#fff;
}

.banner .carousel-bg .carousel-item {
    height: 100vh;
    background: #3e4a5b;
}

.banner_video_bg {
    height: auto;
}

.pattern-overlay {
    /*background-color: rgba(0, 0, 0, 0.35);
    height: 100vh;*/
}

.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;
}


/** SUB BANNER **/

.sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../img/banner-1.jpg) top left repeat;
    background-size: cover;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a {
    color: #fff;
}

.sub-banner .breadcrumbs .active {
    margin-left: 7px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
    font-weight: 600;
}


/** MAIN TITLE **/

.main-title {
    text-align: center;
    margin-bottom: 50px;
}

.main-title h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.main-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.main-title h1 span {
    font-weight: 900;
}

.main-title h2 span {
    font-weight: 900;
}

.main-title p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}


/** PROPERTY BOX **/

.property-box {
    position: relative;
    overflow: hidden;
}

.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 STARTED **/

.property-box {
    background: white;
}

.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.property-box .property-img img {
    width: 100%;
}

.submit-property .search-area .form-control:focus {
    color: #f6f6f6;
    background-color: #fff;
    border: 1px solid #e8e8e8 !important;
}

.property-gallery {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all .3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    min-height: 150px;
    padding: 20px;
}


/** INTRO SECTION  STARTED **/

.intro-section {
    padding: 30px 0;
}

.intro-text h3 {
    font-size: 25px;
    margin: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
}

.intro-section .btn-md {
    cursor: pointer;
    padding: 13px 30px 9px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    color: #000000;
}

.intro-section .btn {
    background: #fff;
    float: right;
}

.intro-section .btn:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.20);
}

.services-details .detail {
    margin-bottom: 30px;
}

.services-details .detail h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.services-details-section .title-2 {
    font-size: 25px;
}


/** SERVICES INFO STARTED **/

.services-info {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.services-info:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.services-info i {
    font-size: 40px;
    width: 60px;
}

.services-info h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.services-info p {
    margin: 0;
}


/** PARTNER AREA STARTED **/

.partner {
    text-align: center;
}

.partner .main-title {
    margin-bottom: 10px;
}

.multi-carousel {
    float: left;
    overflow: hidden;
    padding: 0 15px 30px;
    width: 100%;
    position: relative;
}

.multi-carousel .multi-carousel-inner {
    transition: 1s ease all;
    float: left;
}

.multi-carousel .multi-carousel-inner .item {
    float: left;
    cursor: pointer;
}

.multi-carousel .multi-carousel-inner .item>div {
    padding: 0 15px;
    margin: 0px;
    text-align: center;
}

.multi-carousel .multi-carousel-inner .item>div .carousel-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.multi-carousel .multi-carousel-inner .item>div img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.multi-carousel .multi-carousel-inner .item:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.multi-carousel .leftLst,
.multi-carousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}

.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;
    color: #000000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.multi-carousel-indicator i {
    font-size: 20px;
    line-height: 22px;
}

.multi-carousel .leftLst {
    left: 15px;
}

.multi-carousel .leftLst.over,
.multi-carousel .rightLst.over {
    pointer-events: none;
    border: none;
}


/** PARTNER AREA ENDED **/


/** SERVICES INFO 3 5STARTED **/

.services-info-3 {
    position: relative;
    margin-bottom: 30px;
    transition-duration: .3s;
    padding: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: none;
}

.services-info-3:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.services-info-3 .detail {
    padding: 15px 15px 10px;
}

.services-info-3 .heading {
    display: block;
    margin-bottom: 10px;
}

.services-info-3 .heading .number {
    margin-right: 5px;
    float: left;
}

.services-info-3 .heading .number h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.services-info-3 .heading .title h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.services-info-3 p {
    margin-bottom: 8px;
}


/** TESTIMONIAL STARTED **/

.testimonial-1 {
    padding: 100px 0 130px;
    background: rgba(0, 0, 0, 0.04) url(../img/testimonial.jpg) top left repeat;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.testimonial-1 .testimonial-inner .carousel-item {
    margin-bottom: 30px;
    text-align: left;
}

.testimonial-1 .testimonial-inner p {
    font-size: 16px;
    margin: 5px 0 15px;
    color: #ececec;
}

.testimonial-1 .testimonial-inner img {
    border-radius: 5px;
}

.testimonial-1 .testimonia-header {
    margin: 0 auto 50px;
    text-align: center;
}

.testimonial-1 .testimonial-inner .testimonia-header h1 {
    color: #ececec;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.testimonial-1 .testimonial-inner .testimonia-header h1 span {
    font-weight: 900;
}

.testimonial-1 .testimonial-inner .author-name {
    font-weight: 500;
    margin-bottom: 5px;
    color: #ececec;
    font-size: 18px;
}

.testimonial-1 .testimonial-inner ul {
    margin-bottom: 5px;
}

.testimonial-1 .testimonial-inner ul li {
    display: inline-block;
    color: #ececec;
}

.testimonial-1 .testimonial-inner ul li i {
    color: orange;
}

.testimonial-1 .slider-mover-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.testimonial-1 .slider-mover-left i {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.testimonial-1 .slider-mover-right {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #a5a5a5;
    text-align: center;
    border-radius: 5%;
}

.testimonial-1 .slider-mover-right i {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.testimonial-1 .carousel-control-next,
.carousel-control-prev {
    width: 0;
}

.testimonial-1 .testimonial-inner .rating li i {
    font-size: 13px;
}


/** TEAM STARTED 3**/

.testimonial-3 {
    background: #f1f1f1;
}

.testimonial-3 .testimonial-inner .testimonia-header h1 {
    color: #212121;
}

.testimonial-3 .testimonial-inner .lead {
    color: #535353;
}

.testimonial-3 .carousel-indicators li {
    width: 25px;
    height: 5px;
    background-color: #535353;
    border-radius: 10px;
}

.testimonial-3 .testimonial-inner .author-name {
    color: #212121;
}

.testimonial-3 .testimonial-inner .rating li {
    list-style: none;
    display: inline-block;
    color: orange;
    font-size: 11px;
}

.testimonial-3 .carousel-inner {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}


/** AGENT 2 STARTED **/

.agent-2 {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.agent-2:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.agent-2 .agent-photo img {
    width: 100%;
}

.agent-2 .agent-details {
    text-align: center;
    padding: 30px 20px;
}

.agent-2 .agent-details h5 {
    margin-bottom: 10px;
    font-weight: 500;
}

.agent-2 .agent-details h5 a {
    font-size: 20px;
}

.agent-2 .agent-details p {
    margin-bottom: 10px;
    font-size: 16px;
}

.agent-2 .agent-details .social-list li {
    display: inline-block;
}

.agent-2 .agent-details .social-list li a {
    margin: 0 5px;
    color: #535353;
    font-size: 17px;
}

.pricing-tables .mrg-btn-76 {
    margin-bottom: 76px;
}


/** PRICING 2 STARTED **/

.pricing-2 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pricing-2:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pricing-2 .title {
    color: #353535;
    font-size: 20px;
    padding: 25px 0;
    font-weight: 600;
}

.pricing-2 .content {
    padding: 25px 0;
    border-bottom: 1px solid #eaeaea;
}

.pricing-2 .content ul li {
    padding: 7px 0;
    font-size: 15px;
}

.pricing-2 .price-for-user {
    padding: 25px 0;
    text-align: center;
    background: #f9f9f9;
    color: #212529;
    font-family: 'Jost', sans-serif;
}

.pricing-2 .button {
    padding: 25px 0;
}

.pricing-2 .price-for-user .price .dolar {
    font-size: 50px;
    margin-right: 10px;
    font-weight: 700;
}

.pricing-2 .price-for-user .price .month {
    font-size: 18px;
    color: #535353;
}

.pricing-2 .price-for-user .price sup {
    top: -25px;
    left: -3px;
    font-weight: 600;
    font-size: 24px;
    color: #535353;
}

.pricing-2 .btn {
    border-radius: 3px;
    padding: 7px 30px 5px;
}


/** CONTACT 1 STARTED **/

.contact-1 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-1 .form-control:focus {
    color: #495057;
    outline: 0;
    background-color: transparent;
    border: 1px solid #cacaca;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-1 .form-group {
    margin-bottom: 20px;
}

.contact-1 textarea {
    min-height: 200px;
}

.contact-1 .contact-info .media {
    margin-bottom: 25px;
}

.contact-1 .btn-md {
    cursor: pointer;
    padding: 13px 32px 11px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    height: 50px;
}

.contact-1 .contact-info .media i {
    width: 45px;
    line-height: 50px;
    margin-right: 5px;
    font-size: 33px;
    color: #353535;
}

.contact-1 .contact-info {
    margin-left: 50px;
}

.contact-1 .contact-info h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 25px;
}

.contact-1 .contact-info .media h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 5px;
}

.contact-1 .contact-info .media p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-1 .contact-info .media p a {
    color: #535353;
}

.contact-1 .contact-info .media.mrg-btn-0 {
    margin-bottom: 0;
}



.contact-1 h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    font-weight: 600;
}



/** PAGES 404 **/

.pages-404 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    background: #1B1B1B;
}

.pages-404 .error404 {
    line-height: .8;
    margin: 20px 0 40px;
    font-weight: 700;
    font-size: 230px;
    opacity: 2;
    color: #3F3F3F;
    font-family: 'Jost', sans-serif;
}

.pages-404 h1 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #dedede;
}

.pages-404 .nobottomborder {
    margin-left: 30px;
}

.pages-404 p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #dedede;
}

.pages-404 .border-thn {
    cursor: pointer;
    padding: 8px 30px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}


/** FOOTER STARTED **/

.footer h4 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
}

.footer a {
    color: #cccccc;
    font-size: 15px;
}

.footer a:hover {
    color: #fff;
}

.footer {
    background: #111d30;
    padding: 100px 0 50px;
}

.footer .footer-inner p {
    line-height: 27px;
    color: #cccccc;
    font-size: 15px;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    position: relative;
    line-height: 20px;
}

.footer .footer-inner .links li a i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    color: #cccccc;
    font-size: 15px;
}

.footer .footer-inner .contact-info li a:hover {
    color: #cccccc;
}

.footer .footer-inner .social-list {
    margin: 30px 0 0;
}

.footer .footer-inner .social-list li a {
    font-size: 17px;
    float: left;
    width: 45px;
    color: #cccccc;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #12283b;
    border-radius: 3px;
    margin: 0 4px 4px 0;
}

.footer .footer-inner .social-list li a:hover {
    color: #fff;
}

.footer .copy {
    padding: 20px 0;
    border-top: solid 1px #1b1b1b;
    margin: 30px 0 0;
    text-align: center;
}

.footer .footer-inner .gallery li {
    float: left;
}

.footer .footer-inner .gallery li img {
    margin: 0 10px 10px 0;
    width: 70px;
    border-radius: 1px;
}

.footer .footer-inner .Subscribe-box .btn-color {
    border: none;
}

.footer .footer-inner .Subscribe-box form .form-contact {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-size: 15px;
    outline: none;
    border-radius: 3px;
}

.footer p {
    color: #cccccc;
}

.footer .footer-inner .Subscribe-box form .btn {
    cursor: pointer;
    padding: 14px 32px 12px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
}

.footer .recent-posts .media p {
    margin-bottom: 10px;
}

.footer .footer-inner .recent-posts .media p:last-child {
    color: #cccccc;
    font-size: 15px;
    margin-bottom: 0;
}

.footer-item {
    margin-bottom: 50px;
}

.sub-footer {
    padding: 25px 0;
    text-align: center;
    border-top: solid 1px #f3f3f317;
    background: #111d30;
}

.sub-footer p {
    margin-bottom: 0;
    font-size: 15px;
    color: #cccccc;
}

.sub-footer p a {
    color: #cccccc;
}

.sub-footer p a:hover {
    color: #fff;
}


/** PROJECT SPECIFICATION START **/

.project-specification-2 ul {
    margin-bottom: 15px;
}

.project-specification-2 ul li {
    margin-bottom: 10px;
    color: #535353;
    font-size: 15px;
}

.project-specification-2 p {
    margin-bottom: 0;
}


/** BLOG 1 AREA START **/

.blog-1 {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-1:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-1.blog-hp .detail {
    padding: 30px 0 20px;
}

.blog-1 .date-box {
    position: absolute;
    top: 15px;
    font-size: 15px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
    left: 30px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    border-radius: 5px;
}

.blog-1 .date-box::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 20px solid transparent;
    bottom: -10px;
    left: 0;
}

.date-box span {
    font-size: 19px;
    display: block;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

.blog-1 .detail {
    padding: 30px 20px 15px;
}

.blog-1 .blog-photo {
    position: relative;
}

.blog-1 .blog-photo img {
    width: 100%;
}

.blog-1 .profile-user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.blog-1 .profile-user {
    position: absolute;
    bottom: -23px;
    left: 20px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
}

.blog-1 .post-meta {
    width: 100%;
    margin-bottom: 20px;
}

.blog-1 .post-meta ul li {
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 15px;
    color: #535353;
    line-height: 26px;
}

.blog-1 .post-meta ul li strong {
    font-weight: 600;
}

.blog-1 .post-meta ul li a {
    color: #535353;
}

.blog-1 .post-meta ul li span {
    color: #535353;
}

.blog-1 .detail h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 25px;
}

.mr-0 {
    margin-right: 0;
}

.blog-1 .post-meta ul li i {
    margin-right: 5px;
}

.blog-2 .title-2 {
    font-size: 22px!important;
    margin-bottom: 25px;
    font-weight: 500px;
}

.blog-big .detail h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 25px;
}

.blog-big .detail {
    padding: 30px 20px 30px;
}


/** PAGINATION STARTED **/

.pagination-box {
    margin-bottom: 25px;
}

.pagination {
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 0;
    margin: 0 2px 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    border: none;
}

.pagination>li>a {
    color: #212529;
    font-size: 20px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination>li>.active {
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination>li>a:hover {
    color: #fff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/** FORM SEARCH STARTED **/

.form-search {
    position: relative;
}

.form-search .form-control {
    border: 1px solid #cacaca;
    height: 45px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px 9px 12px;
}

.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}

.widget {
    padding: 30px 20px;
    border-bottom: solid 1px #eaeaea;
}

.wdt {
    border-bottom: none;
}

.sidebar-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #000;
    padding: 15px;
    text-align: center;
}

.title-2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #353535;
}

.sidebar {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


/** CATEGORIES STARTED **/

.categories ul li {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 6px;
    background: #f30;
}

.categories ul li:last-child {
    margin-bottom: 0;
}

.categories ul li a {
    color: #fff;
}

.categories ul li span {
    float: right;
}


/** TAGS STARTED **/

.tags ul li a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 12px;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #f5f5f5;
    background: #f5f5f5;
    color: #535353;
    border-radius: 3px;
}

.tags ul li a:hover {
    color: #fff;
}


/** RECENT POSTS STARTED **/

.recent-posts .media img {
    width: 75px;
    border-radius: 2px;
}

.recent-posts .media p {
    margin: 0;
    margin-bottom: 5px;
    line-height: 22px;
    color: #353535;
    font-weight: 600;
    font-size: 16px;
}

.recent-posts .media p:last-child {
    color: #535353;
    font-size: 15px;
    font-weight: 400;
}

.recent-posts .media p i {
    margin-right: 5px;
}


/** RECENT COMMENTS STARTED **/

blockquote {
    padding: 20px 20px;
    margin: 0 0 40px!important;
    background: #f5f5f5;
    border-left: 5px solid #212529;
}

blockquote footer {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tags-socal-box .social-list {
    float: right;
    text-align: right;
}

.tags-socal-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.tags-socal-box .social-list ul li {
    display: inline-block;
    margin-left: 15px;
    line-height: 33px;
}

.tags-socal-box .social-list ul li a {
    color: #535353;
}

.tags-socal-box .social-list ul li:first-child {
    margin: 0;
}


/** MANAGMENT AREA STARTED **/

.managment-area-2 .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #000;
    border-radius: 50px;
}

.managment-area-2 ul {
    margin-bottom: 25px;
}

.footer-item-right{
    margin-bottom: 50px;
}

.footer-item-right ul li {
    margin-bottom: 10px;
    /*padding-left: 25px;*/
    position: relative;
    font-size: 15px;
}

.footer-item ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
}

.managment-area-2 ul li i {
    left: 0;
    /*position: absolute;*/
    top: 0;
    line-height: 21px;
}

.managment-a ul li i {
    left: 0;
    /*position: absolute;*/
    top: 0;
    line-height: 21px;
}
.managment-area-2 h1 {
    font-size: 32px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.managment-area-2 h1 span {
    font-weight: 900;
}

.managment-area-2 h1 span {
    font-weight: 900;
}

.managment-area-2 .carousel-indicators {
    margin-bottom: 0;
}

.managment-border {
    width: 50px;
    height: 5px;
    margin-bottom: 20px;
    border-radius: 50px;
}


/** COMMENT STARTED **/

.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.comment .comment-author {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment .comment-author a img {
    bottom: 2px;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}

.comment .comment-content {
    margin-left: 80px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #d6d6d6;
}

.comment .comment-meta {
    font-family: 'Jost', sans-serif;
}

.comment .comment-meta-author {
    float: left;
    font-weight: 500;
    font-size: 16px;
}

.comment .comment-meta-reply {
    float: right;
    margin-left: 15px;
    font-size: 14px;
}

.comment .comment-meta-reply a {
    font-weight: 500;
}

.comment .comment-meta-date {
    float: right;
    font-size: 14px;
}

.comment .comment-body {
    margin-top: 5px;
}

.comment .comment-rating {
    color: orange;
    margin-bottom: 5px;
    font-size: 13px;
}

.comment .comment-rating span {
    color: #535353;
    font-weight: 500;
    font-size: 14px;
}

.comment .mrg-bdr {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
}


/** SHOP BOX **/

.shop-box {
    text-align: center;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.shop-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.shop-box img {
    width: 100%;
}

.shop-box .shop-details .btn {
    padding: 7px 20px 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
}

.shop-box .shop-details {
    padding: 30px 20px;
}

.shop-box .shop-details h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.shop-box .shop-details h5 a {
    font-size: 18px;
}

.shop-box .shop-details h5 {
    font-weight: 500;
    margin-bottom: 15px;
}


/** SHOP SLIDER **/

.shop-slider .carousel-control-next,
.carousel-control-prev {
    width: 0;
}


/** SHOP SINGLE **/

.shop-single .shop-info h3 {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 22px;
}

.shop-single .shop-info p {
    font-size: 15px;
    padding: 10px 0;
}

.shop-single .shop-info .reviews-box {
    padding: 10px 0;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 20px;
}

.shop-single .shop-info .reviews-box ul li {
    float: left;
    font-size: 12px;
    line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews {
    float: left;
    font-size: 15px;
    margin-left: 10px;
    line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews a {
    margin-right: 5px;
    padding-right: 5px;
    border-right: solid 1px #777;
    color: #535353;
}

.shop-single .shop-info .reviews-box .reviews a:last-child {
    border-right: solid 1px transparent;
    margin-right: 0;
    padding-right: 0;
}

.shop-single .shop-info .reviews-box .reviews a i {
    margin-right: 10px;
}

.shop-single .shop-info .reviews-box ul li i {
    margin-right: 3px;
    color: orange;
}

.shop-single .shop-info .price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #353535;
}

.shop-single .shop-info .price del {
    margin-right: 15px;
}

.shop-single .horizontal ul li {
    line-height: 30px;
    width: 100%;
    font-size: 15px;
}

.shop-single .shop-info .form-control {
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #cacaca;
    background: transparent;
    outline: 0;
    color: #8e8e8e;
    height: 45px;
    border-radius: 3px;
}

.shop-single .shop-info .selectBox-dropdown .selectBox-label {
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.shop-single .shop-info .form-group {
    margin-bottom: 25px;
}

.shop-single .shop-info .btn-md {
    cursor: pointer;
    padding: 13px 5px 11px;
    letter-spacing: .5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}

.ssw {
    width: 100%;
}


/** SHOP CART **/

table {
    width: 100%;
}

.shop-header {
    margin-bottom: 30px;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name {
    padding-left: 0;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name a {
    color: #535353;
}

.shop-table th {
    padding: 15px 0;
    border: none;
}

.shop-table.cart td,
.shop-table.cart th {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    font-size: 15px;
}

.shop-table.cart .product-remove {
    padding-right: 0;
}

.shop-table td {
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}

.shop-table.cart .product-thumbnail img {
    width: 100px;
}

.shop-table.cart .qty {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.shop-table input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"] {
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    color: #777;
    max-width: 100%;
    outline: none;
}

.cart-total-box {
    padding: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.cart-total-box h3 {
    font-weight: 500;
    font-size: 20px;
}

.cart-total-box ul li {
    line-height: 33px;
    width: 100%;
    font-size: 15px;
}

.cart-total-box ul li span {
    margin-right: 0;
}

.cart-total-box .btn {
    cursor: pointer;
    padding: 13px 30px 11px;
    letter-spacing: .5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}


/** SHOP CHECKOUT **/

.shop-checkout .form-group {
    margin-bottom: 30px;
}

.shop-checkout .form-control {
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #cacaca;
    background: transparent;
    outline: 0;
    color: #535353;
    height: 45px;
    border-radius: 3px;
}


/** SHOP DETAILS **/

.payment-box {
    margin-bottom: 30px;
}

.payment-box p {
    padding: 10px 0 0 20px;
}


/** Content form box STARTED **/

.content-box {
    background: #fff;
}

.form-check {
    font-size: 13px;
}

.form-check-label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.forgot-box {
    max-width: 420px;
    border-radius: 8px;
    margin: 120px auto;
    background: #fff;
    padding: 50px;
}


/** FAQ **/

.faq-box {
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.faq-box h5 .btn-link {
    padding: 25px 20px;
    width: 100%;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #535353;
}

.faq-box .card-header {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    border-bottom: solid 1px #d8d8d8;
}

.bd-none {
    border-bottom: none;
}

.faq-box .card-body p {
    line-height: 27px;
}

.faq-box .card-body span {
    font-size: 14px;
}

.faq-box .card-body span a {
    font-weight: 600;
}

.faq-accordion {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.faq-accordion .card {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #f1f2f3;
    background-color: #FFF;
}

.faq-accordion .card-header {
    padding: 25px 20px 20px 20px;
    background: #fff;
}

.faq-accordion .card-title {
    margin-bottom: 0;
    padding-right: 20px;
    letter-spacing: 0;
    font-size: 17px;
    cursor: pointer;
}

.faq-accordion .card-block {
    padding: 25px 20px 20px 20px;
}

.faq-accordion .card-header a:before {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 13px;
    font-weight: 300;
    margin-right: 15px;
}

.faq-accordion .card-header a.collapsed:before {
    content: "\f078";
    font-size: 13px;
    font-weight: 300;
    margin-right: 15px;
}

.faq-accordion .answer-helpful {
    font-size: 15px;
    color: #535353;
}

.faq-accordion .answer-helpful .yes {
    margin-left: 5px;
    color: #155724;
    font-size: 14px;
}

.faq-accordion .answer-helpful .no {
    margin-left: 5px;
    color: #721c24;
    font-size: 14px;
}

.faq-accordion p {
    font-size: 15px;
}


/** typography 2 start **/

.typography-2 .heading {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
}

.typography-2 .sd p {
    margin-bottom: 40px;
}

.typography-2 address {
    margin-bottom: 20px;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #535353;
}


/** PARTNERS BLOCK**/

.slick-slide img {
    width: 80%;
}

.slick-active img {
    filter: grayscale(100%);
}

.slick-current img {
    width: 100%;
    filter: grayscale(0%);
}

.slick-arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #777;
    cursor: pointer;
    outline: none;
}

.slick-prev {
    border: none;
    position: absolute;
    left: 0px;
    top: 20px;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 20px;
}

.slick-next:before {
    content: "\f054";
}


/** COUNTERS **/

.counters {
    padding: 100px 0 50px;
    background: rgba(0, 0, 0, 0.04) url(../img/counters.jpg) top left repeat;
    z-index: 0;
    text-align: center;
}

.counters.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.counter-box {
    margin-bottom: 50px;
}

.counter-box i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.counter-box h1 {
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    font-size: 35px;
}

.counter-box h2 {
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    font-size: 35px;
}
.counter-box h5 {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.about-us iframe,
.modal-body iframe .element.style {
    height: 350px !important;
}

.about-us iframe,
.modal-body iframe {
    width: 100%;
    border: none !important;
}

.project-details-page iframe,
.modal-body iframe .element.style {
    height: 350px;
}

.project-details-page iframe,
.modal-body iframe {
    width: 100%;
    border: none !important;
}

.Project-details-sliders .list-inline {
    white-space: nowrap;
    width: 100% !important;
}

.Project-details-sliders .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    margin-top: 0;
}

.Project-details-sliders .carousel-indicators a {
    cursor: pointer;
}

.Project-details-sliders .carousel-indicators>li {
    height: initial;
    text-indent: initial;
    margin-right: 0;
    margin-left: 0;
}

.dd.Project-details-sliders .carousel-indicators>li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.smail-properties .list-inline-item {
    width: 20%;
}

.smail-properties .list-inline-item a img {
    width: 100%;
    border: none;
    border-radius: 0;
}

.Project-details-sliders .carousel-indicators>li.active img {
    opacity: 0.7;
}

.Project-details-sliders .right {
    position: absolute;
    right: 15px;
    top: 45%;
}

.Project-details-sliders .left {
    left: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: #fff;
    border-radius: 5%;
}

.Project-details-sliders .left i {
    font-size: 20px;
    color: #000;
}

.Project-details-sliders .left:hover i {
    color: #fff;
}

.Project-details-sliders .right {
    right: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 5%;
}

.Project-details-sliders .right i {
    font-size: 20px;
    color: #000;
}

.Project-details-sliders .right:hover i {
    color: #fff;
}

.list-inline-item:not(:last-child) {
    margin-right: 1px;
}

.smail-properties {
    width: 100%;
}


/** TABBING BOX STARTED **/

.tabbing-box .tab-pane {
    padding-top: 0;
}

.tabbing-box .nav-tabs {
    border-bottom: solid 1px transparent;
    padding: 0;
    text-align: center;
    width: 100%;
}

.tabbing-box .nav-tabs li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    padding: 12px 18px;
    color: #37404d;
    border: none;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #fff;
}

.tab-btn {
    text-align: center;
    display: inline-block;
}

.tab-btn li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}

.location #map {
    width: 100%;
    height: 350px;
}

.tab-btn-2 a {
    background: #f1f1f1;
    border-bottom: solid 1px #e2e2e2;
    border-radius: 0!important;
}

.tab-btn-2 a:last-child {
    border-bottom: solid 1px transparent;
}

.psl {
    line-height: 35px;
}

.border-s {
    width: 50px;
    height: 3px;
    margin-bottom: 20px;
    border-radius: 50px;
}

.sidebar .social-list li {
    text-align: center;
    display: inline-block;
    list-style: none;
}

.sidebar .social-list li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 2px 4px 2px 0;
    border-radius: 0%;
}


/** COMING SOON **/

.coming-soon-bg {
    background: rgba(0, 0, 0, 0.04) url(../img/banner-5.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.coming-soon-inner img {
    margin-bottom: 60px;
}

.coming-soon-inner {
    text-align: center;
    margin: 100px auto 50px;
    max-width: 820px;
    color: #fff;
}

.coming-soon-inner h1 {
    font-weight: 300;
    font-size: 55px;
    margin-bottom: 50px;
    color: #fff;
}

.coming-soon-inner h1 a {
    font-weight: 700!important;
}

.coming-soon-inner h2 a {
    font-weight: 700!important;
}
.coming-soon-inner h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 400;
}

.coming-soon-inner ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.coming-soon-inner ul li a {
    color: #fff;
}

.coming-soon-inner .coming-form {
    max-width: 55%;
    margin: 30px auto;
}

.coming-soon-inner .bordered-right {
    border-right: 1px solid #848484;
}

.coming-soon-inner .form-control {
    width: 69%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 15px;
    outline: 0;
    border: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.coming-soon-inner .btn,
.coming-soon-inner .btn:hover,
.coming-soon-inner .btn:active {
    width: 31%;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
}

.coming-soon-counter {
    margin-bottom: 15px;
}

.coming-soon-counter div {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0 2%;
    width: 20%;
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.36);
    border-radius: 5px;
    padding: 10px 0 20px;
}

.coming-soon-counter div:last-child {
    border: none;
}

.coming-soon-counter div span {
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}


/** FULL PAGE SEARCH **/

#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: 20px;
    margin-left: -45px;
}

#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 13px 17px 14px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}


/** PORTFOLIO AREA START **/

.filteriz-navigation {
    padding: 0;
    margin: 22px 0px 25px 0;
    text-align: center;
}

.filteriz-navigation li {
    color: #535353;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 5px 18px 4px 18px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    background: #fff;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.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: 16px;
    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;
}


/** SEARCH AREA 1**/

#search-area-1 {
    background: #e6e6e6;
    padding: 40px 0 10px;
}

#search-area-2 {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area .search-fields {
    min-height: 45px;
    padding: 5px 5px 2px 0;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 3px;
    width: 100% !important;
    cursor: pointer;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 600;
    color: #535353;
}

.search-area .search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-area .search-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.search-area .search-button:hover,
.search-area .search-button:focus {
    outline: none;
    color: #fff;
    box-shadow: none !important;
}

.search-area .selectBox-dropdown .selectBox-arrow {
    text-align: center;
    width: 36px;
}

.search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 44px;
    color: #777;
    font-size: 12px;
}

.search-area .selectBox-dropdown .selectBox-label {
    padding: 2px 15px;
    display: initial;
    white-space: nowrap;
    overflow: hidden;
    line-height: 37px;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.search-area .selectBox-options.selectBox-options-bottom {
    margin: 0;
    padding: 0;
}

.search-area .selectBox-options,
.selectBox-options li a {
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.search-area .selectBox-options,
.selectBox-options li:last-child {
    border-bottom: none;
}


/** SEARCH AREA 2 **/

.search-area-2 {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area-2 .search-fields {
    border: 1px solid #b1b1b1;
    background: transparent;
}

.search-area-2 .selectBox-dropdown .selectBox-label {
    color: #b1b1b1;
}

.search-area-2 .selectBox-dropdown .selectBox-arrow:before {
    color: #b1b1b1;
}


/** MAP classes **/

.map-content {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/** MAP **/

#contactMap {
    width: 100%;
    height: 350px;
}

.map {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
}

.contact-map-content .map-content {
    width: 250px;
}

.marker-loaded .map-marker {
    visibility: visible;
}

.map-properties .map-properties-list {
    margin: 0;
    padding: 0;
}

.contact-map-content .map-content p {
    color: #535353;
    font-size: 17px;
    font-weight: 400;
}

.map-properties .map-properties-list li {
    list-style: none;
    margin-bottom: 8px;
    color: #535353;
    font-size: 14px;
    font-weight: 400;
}

.map-properties .map-properties-list li i {
    margin-right: 10px;
}

.cnt-bg-photo {
    background-size: cover;
    top: 0;
    min-height: 100vh;
    width: 100%;
    bottom: 0;
    max-height: 100%;
}


/** Contact section start **/

.contact-section {
    background: rgba(0, 0, 0, 0.04) url(../img/banner-1.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.form-content-box {
    max-width: 500px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 1px;
    color: #7c7c7c;
    margin: 0 auto;
    text-align: center;
}

.form-content-box .form-group {
    margin-bottom: 25px;
}

.form-content-box .details {
    padding: 50px 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.form-content-box .checkbox label::before {
    width: 0;
    height: 0;
    left: 0;
    margin-left: 0;
}

.form-content-box .checkbox {
    padding-left: 0;
    margin: 15px 0;
}

.form-content-box .checkbox label {
    padding-left: 0;
}

.form-content-box h3 {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 500;
}

.form-content-box img {
    margin-bottom: 5px;
    height: 50px;
}

.form-content-box .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #cacaca;
    outline: none;
    color: #717171;
    border-radius: 3px;
    height: 50px;
}

.form-content-box .footer {
    font-size: 15px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #f5f5f5;
    color: #535353;
}

.form-content-box .footer span a {
    text-decoration: none;
    color: #535353;
    font-size: 15px
}

.form-content-box .footer span a:hover {
    color: #252424;
}

.form-content-box .btn-md {
    cursor: pointer;
    padding: 13px 32px 11px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    height: 50px;
}

.form-content-box .checkbox a {
    color: #535353;
    text-decoration: none;
    font-size: 15px;
}

.form-content-box .checkbox a:hover {
    color: #252424;
}

.contact-section .form-group label,
.checkbox label {
    font-weight: 400;
    color: #535353;
    font-size: 15px;
}

.form-content-box .social-list li {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.form-content-box .social-list li a {
    margin: 0 2px;
    font-size: 17px;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
}


/** OFF-CANVAS MENU **/

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 {
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.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;
    top: 0px;
    position: absolute;
    right: 0;
}

.canvas-widget .menu {
    text-align: center;
    margin-top: 50px;
}

.canvas-widget .menu-item {
    margin-bottom: 25px;
}

.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: 80px;
}

.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;
    color: #fff;
}

.close-offcanvas:hover {
    color: #ebe6e6;
}

.portfolio-area {
    overflow: hidden;
}

.mb-40 {
    margin-bottom: 40px;
}


/** MEDIA **/

@media (max-width: 1200px) {
    .banner .banner-slider-inner .typed-text {
        font-size: 40px;
    }
    .coming-soon-inner {
        margin: 50px auto 30px;
    }
    .managment-area-2 ul li {
        margin-bottom: 10px;
        padding-left: 25px;
    }
    .managment-area-2 h1 {
        margin: 0 0 15px;
    }
      .managment-area-2 h2 {
        margin: 0 0 15px;
    }
    .search-area-3 {
        max-width: 430px;
    }
    .banner .banner-slider-inner h1 {
        margin-bottom: 20px;
    }
     .banner .banner-slider-inner h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .open-offcanvas {
        padding: 18px 15px 15px;
    }
    .item-bg img {
        width: auto!important;
    }
    .services-details .detail {
        margin-bottom: 50px;
    }
    .sub-banner .breadcrumbs li {
        font-size: 17px;
    }
    .h-mb-20 {
        margin-bottom: 20px;
    }
    .counters {
        padding: 80px 0 30px;
    }
    .pages-404 .error404 {
        font-size: 150px;
        margin: 0 0 30px;
    }
    .pages-404 h1 {
        font-size: 25px;
        margin-bottom: 30px;
    }
        .pages-404 h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .pages-404 p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .pages-404 .nobottomborder {
        margin-left: 0;
    }
    .testimonial-1 .testimonia-header {
        margin: 0 auto 30px;
    }
    .managment-info p span {
        display: none;
    }
    .project-specification-2 {
        background: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        margin-bottom: 50px;
    }
    .managment-area-2 h1 {
        font-size: 27px;
    }
       .managment-area-2 h2 {
        font-size: 27px;
    }
    .multi-carousel {
        padding: 0 15px 20px;
    }
    .coming-soon-inner h1 {
        font-size: 45px;
    }
     .coming-soon-inner h2 {
        font-size: 45px;
    }
    .cart-total-box {
        margin-top: 25px;
    }
    .h-mt-20 {
        margin-bottom: 20px;
    }
    .content-area-11 {
        margin-bottom: 50px;
    }
    .main-header .btn-white-sm-outline {
        color: #212121;
        border: solid 1px #212121;
    }
    .main-header .btn-white-sm-outline:hover {
        color: #fff;
    }
    .signup-link {
        margin-top: 10px;
    }
    .pmb0 p {
        margin-bottom: 0;
    }
    .mtbl {
        margin-bottom: 20px;
    }
    .h-mt-60 {
        margin-top: 0;
    }
    .banner .banner-slider-inner p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .navbar-collapse {
        margin: 0px -15px;
        background: #FFF;
    }
    .footer {
        padding: 80px 0 30px;
    }
    .hidden-mb-45 {
        margin-bottom: 45px;
    }
    #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;
        border-bottom: solid 1px transparent;
    }
    .content-area {
        padding-bottom: 50px;
    }
    .content-area-2 {
        padding: 80px 0 50px;
    }
    .content-area-3 {
        padding-bottom: 64px;
    }
    .content-area-4 {
        padding: 80px 0 30px;
    }
    .content-area-5 {
        padding-bottom: 80px;
    }
    .content-area-6 {
        padding-bottom: 30px;
    }
    .content-area-7 {
        padding: 80px 0;
    }
    .content-area-8 {
        padding-top: 80px;
    }
    .content-area-9 {
        padding: 80px 0 60px;
    }
    .content-area-10 {
        padding: 80px 0;
    }
    .content-area-12 {
        padding: 80px 0 40px;
    }
    .content-area-15 {
        padding: 80px 0 20px;
    }
    .content-area-16 {
        padding: 80px 0 50px;
    }
    .content-area-19 {
        padding: 50px 0;
    }
    .submit-property .mb-50 {
        margin-bottom: 35px;
    }
    .submit-property .heading {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .main-title {
        margin-bottom: 30px;
    }
    .main-title h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
       .main-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .main-title p {
        font-size: 17px;
    }
    .testimonial-1 .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }
      .testimonial-1 .testimonial-inner .testimonia-header h2 {
        font-size: 30px;
    }
    .Project-slider {
        margin-bottom: 40px;
    }
    .pricing-tables .mrg-btn-76 {
        margin-bottom: 40px;
    }
    .testimonial-1 {
        padding: 80px 0 110px;
    }
    .sidebarmbl {
        margin-left: 0;
    }
    .about-text {
        margin-top: 40px;
    }
    .mrb {
        margin: 0 0 50px 0;
    }
    .mbl {
        margin: 0 0 30px 0;
    }
    .banner .banner-slider-inner h1 {
        font-size: 43px;
    }
       .banner .banner-slider-inner h2 {
        font-size: 43px;
    }
    .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 .navbar-expand-lg .navbar-nav .nav-link {
        padding: 13px 15px 10px;
        font-size: 14px;
        border-bottom: solid 1px transparent;
    }
    .main-header .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background: #eee;
    }
    .main-header .dropdown-menu a {
        padding: 13px 15px 10px;
        font-size: 15px;
    }
    .banner .banner-slider-inner h1 {
        font-size: 40px;
    }
    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 32px;
    }
    .banner .banner-opt .banner-slider-inner p {
        font-size: 14px;
    }
    .breadcrumb-area h1 {
        font-size: 35px;
    }
    .shop-infombl {
        margin-left: 0;
    }
    .shop-info {
        margin-top: 40px;
    }
    .media-pad-top-50 {
        padding-top: 50px;
    }
    .coming-soon-inner .coming-form {
        max-width: 65%;
    }
    .forgot-box {
        padding: 50px;
    }
    .setting-button {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px;
    }
    .search-area .search-fields {
        min-height: 38px;
        padding: 0 5px 0 0;
    }
    .search-area .selectBox-dropdown .selectBox-arrow:before {
        line-height: 38px;
    }
    .search-area .search-button {
        cursor: pointer;
        padding: 10px 20px 9px;
    }
    .pt-40 {
        padding-top: 40px;
    }
    .sidebar-title {
        margin-bottom: 20px;
    }
    .sub-banner {
        height: 265px;
    }
    .sub-banner .breadcrumb-area h1 {
        font-size: 27px;
    }
    .sub-banner .breadcrumb-area {
        top: 40%;
    }
    .top-header .list-inline a {
        margin-right: 10px;
        font-size: 11px;
    }
    .top-header .top-social-media li {
        padding: 0 4px;
        height: 40px;
        display: inline-block;
        text-align: center;
        font-size: 11px;
    }
    .p-box .price-ratings-box {
        right: 30px;
    }
    .p-box .detail {
        padding: 30px 40px 30px 40px;
    }
    .hedin-mb-30 {
        margin-bottom: 30px !important;
    }
    .hedin-mb-50 {
        margin-bottom: 50px;
    }
    .widget-2 {
        margin-bottom: 60px;
        background: #fff;
        padding: 20px;
    }
    .property-box-6 .info {
        padding: 30px;
    }
    .agent-4 .details {
        padding: 30px 25px 25px;
    }
    .faq-accordion .card-header {
        padding: 15px 20px;
    }
    .comparison .faq-accordion .card-title {
        font-size: 15px;
    }
    .box-shadow {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .heading-3 {
        margin-bottom: 20px;
    }
    .contact-1 .contact-info {
        margin: 50px 0 0 0;
    }
    .banner .banner-info {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .mb-20-768 {
        margin-bottom: 20px;
    }
    .intro-section .btn {
        float: initial;
    }
    .main-title p {
        font-size: 16px;
    }
    .counters {
        padding: 60px 0 10px;
    }
    .testimonial-1 .testimonial-inner .carousel-item {
        text-align: center;
    }
    .blog-2 .title-2 {
        margin-bottom: 20px!important;
    }
    .heading-4 {
        margin-bottom: 20px;
    }
    .shop-checkout .form-group {
        margin-bottom: 20px;
    }
    .comments-section.mb-60 {
        margin-bottom: 40px;
    }
    .project-specification-2 p {
        margin-bottom: 10px;
    }
    .filteriz-navigation {
        margin: 0;
    }
    .services-details .detail h2 {
        font-size: 22px;
    }
    .title-2 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .form-group-2 {
        margin-bottom: 25px;
    }
    .shop-single .mb-60 {
        margin-bottom: 40px;
    }
    .blog-1 .detail h3 {
        font-size: 20px;
    }
    .shop-table.cart .qty {
        width: 40px;
    }
    .shop-table.cart td,
    .shop-table.cart th {
        display: block;
        text-align: center;
    }
    .shop-table td {
        border-top: none;
        padding: 0 0 15px;
    }
    .shop-table.cart td,
    .shop-table.cart th {
        padding: 0 0 15px;
    }
    .shop-table tr {
        border-bottom: solid 1px #dcdcdc;
    }
    .shop-table tr:last-child {
        border-bottom: none;
    }
    .trile-none {
        display: none;
    }
    .shop-table.cart .product-thumbnail img {
        margin-top: 20px;
        width: 150px;
    }
    .shop-table.cart .product-thumbnail .mts-5 {
        margin-top: 5px;
    }
    .faq-accordion .card-header {
        padding: 12px 20px;
    }
    .faq-accordion .card-title {
        padding-right: 0;
        font-size: 16px;
    }
    .faq-accordion .card-header a.collapsed:before {
        margin-right: 10px;
    }
    .faq-accordion .card-header a:before {
        margin-right: 10px;
    }
    .banner .banner-slider-inner h1 span {
        font-weight: 600;
    }
    .content-area-11 {
        margin-bottom: 30px;
    }
    .agent-1 .detail {
        padding: 25px;
    }
    .filteriz-navigation li {
        padding: 3px 12px 3px 12px;
        margin: 2px 1px;
    }
    .intro-section {
        padding: 25px 0;
    }
    .managment-info {
        margin-bottom: 60px;
    }
    .banner .carousel-content {
        padding: 0 50px;
    }
    .text-l {
        text-align: center;
    }
    .text-r {
        text-align: center;
    }
    .content-area {
        padding-bottom: 30px;
    }
    .content-area-2 {
        padding: 60px 0 30px;
    }
    .content-area-3 {
        padding-bottom: 44px;
    }
    .content-area-4 {
        padding: 60px 0 10px;
    }
    .content-area-5 {
        padding-bottom: 60px;
    }
    .content-area-6 {
        padding-bottom: 10px;
    }
    .content-area-7 {
        padding: 60px 0;
    }
    .content-area-8 {
        padding-top: 60px;
    }
    .content-area-9 {
        padding: 60px 0 60px;
    }
    .content-area-10 {
        padding: 60px 0;
    }
    .content-area-12 {
        padding: 60px 0 20px;
    }
    .content-area-15 {
        padding: 60px 0 30px;
    }
    .content-area-16 {
        padding: 60px 0 30px;
    }
    .content-area-19 {
        padding: 30px 0;
    }
    .banner .banner-slider-inner p {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .property-modal .modal-header .modal-title {
        font-size: 20px;
    }
    .multi-carousel .rightLst {
        right: 15px;
    }
    .multi-carousel .leftLst {
        left: 15px;
    }
    .sub-banner .breadcrumb-area h1 {
        font-size: 24px;
    }
    .footer {
        padding: 60px 0 10px;
    }
    .footer h4 {
        margin-bottom: 20px;
    }
    .multi-carousel .multi-carousel-inner .item>div img {
        width: auto;
    }
    .heading-2 h4 {
        font-size: 22px;
    }
    #main-header {
        top: 0;
    }
    .widget-2 {
        margin-bottom: 40px;
    }
    .tabbing-box .tab-pane {
        padding-top: 0;
    }
    .testimonial-1 .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }
    .testimonial-1 .testimonial-inner {
        text-align: center;
    }
    .testimonial-1 .testimonia-header {
        margin: 0 auto 30px;
    }
    .testimonial-1 .avatar {
        max-width: 110px;
        margin: 0 auto 20px;
    }
    .testimonial-1 .avatar img {
        border-radius: 100%;
    }
    .testimonial-1 .testimonial-inner .lead {
        font-size: 15px;
        line-height: 28px;
    }
    .contact-1 .contact-info h3 {
        font-size: 23px;
    }
    .services .col-pad-30 {
        padding: 30px;
    }
    .comments ul {
        margin: 0;
    }
    .tags-socal-box .social-list {
        float: none;
        text-align: left;
        margin-top: 20px;
    }
    .pricing-tables .mrg-btn-76 {
        margin-bottom: 30px;
    }
    .testimonial-1 {
        padding: 60px 0 90px;
    }
    .banner .banner-slider-inner h1 {
        font-size: 35px;
    }
    .banner .banner-slider-inner {
        top: 0%;
    }
    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 20px;
    }
    .banner .banner-opt .banner-slider-inner p {
        line-height: 22px;
        font-size: 14px;
        max-width: 90%;
        margin: 0px auto;
        margin-bottom: 5px;
    }
    .banner .btn-md {
        padding: 9px 15px;
        font-size: 12px;
    }
    .btn-lg {
        padding: 11px 20px 9px;
        font-size: 12px;
    }
    .btn-white-lg-outline {
        border: solid 1px #FFF;
        padding: 11px 18px 9px;
        font-size: 12px;
    }
    .c-bg {
        padding: 60px 0 40px;
    }
    .banner .banner-slider-inner .btn {
        margin: 1px;
    }
    .breadcrumb-area h1 {
        font-size: 28px;
    }
    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }
    button:focus {
        outline: 0 auto -webkit-focus-ring-color;
    }
    .banner .slider-mover-left {
        display: none;
    }
    .banner .slider-mover-right {
        display: none;
    }
    .coming-soon-counter div {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .coming-soon-inner .coming-form {
        max-width: 85%;
    }
    .coming-soon-inner .form-control {
        width: 100%;
        border-radius: 3px;
    }
    .coming-soon-inner .btn {
        width: 40%;
        margin: auto;
        margin-top: 10px;
        border-radius: 3px;
    }
    .coming-soon-inner .btn:hover {
        width: 40%;
    }
    .coming-soon-inner h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .coming-soon-counter {
        margin-bottom: 0;
    }
    .coming-soon-inner img {
        margin-bottom: 40px;
    }
    .login-footer {
        padding: 20px 15px;
        position: inherit;
        left: 0;
        bottom: 0;
    }
    .forgot-box {
        padding: 30px;
    }
    .forgot-box {
        margin: 60px auto;
        padding: 30px;
    }
    .blog-3 .date-box {
        top: 12px;
        right: 12px;
        padding: 8px;
    }
    .blog-3 .date-box h5 {
        font-size: 11px;
    }
    .setting-button {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: -35px;
        color: #fff;
    }
    .blog-3 .detail .post-meta {
        margin: 10px 0;
        font-size: 12px;
    }
    .tabbing-box .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        padding: 9px 13px;
    }
    .tabbing-box .nav-tabs li {
        font-size: 11px;
    }
    .sub-banner {
        height: 240px;
    }
    #search-area-1 {
        padding: 30px 0 0;
    }
    .property-description.pt-40 {
        padding-top: 20px;
    }
    .hdn-mb-30 {
        margin-bottom: 30px;
    }
    .project-details-page .mb-60 {
        margin-bottom: 40px;
    }
    .hedin-mb-30 {
        margin-bottom: 10px !important;
    }
    .property-box-6 .info {
        padding: 30px 20px;
    }
    .intro-text h3 {
        font-size: 22px;
        line-height: normal;
        margin: 0 0 10px;
    }
    .intro-section .btn-md {
        padding: 11px 25px 7px;
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: 600;
    }
    .intro-section {
        text-align: center;
    }
    .banner .carousel-content {
        padding: 0 10px;
    }
    .banner .banner-slider-inner .typed-text {
        font-size: 26px;
        font-weight: 600;
    }
    .setting-button {
        display: none;
    }
    .counter-box i {
        font-size: 35px;
    }
    .counter-box h1 {
        font-size: 30px;
    }
     .counter-box h2 {
        font-size: 30px;
    }
    .counter-box h5 {
        font-size: 14px;
    }
    .main-header .logo {
        padding: 15px 0;
        margin-right: 20px;
    }
}

@media (max-width: 580px) {
    .coming-soon-counter div {
        padding-bottom: 0;
    }
    .coming-soon-counter div {
        background: none;
    }
    .h-p-none {
        padding: 0;
    }
    .banner .banner-slider-inner {
        padding: 10px 30px;
        top: 0%;
    }
    .navbar-toggler {
        width: 30px;
        height: 30px;
    }
    .banner .btn-md {
        padding: 7px 12px;
        font-size: 10px;
    }
    .banner .banner-slider-inner .btn {
        margin: 3px 0;
    }
    .banner .banner-slider-inner h1 {
        font-size: 27px;
    }
    .bannerh1{ font-size: 27px;} 
    .bannerh2 { font-size: 27px;}
    .bannerh2 { font-size: 27px;}
    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 20px;
    }
    .banner .banner-opt .banner-slider-inner p {
        line-height: 22px;
        font-size: 14px;
        max-width: 90%;
        margin: 0px auto;
        margin-bottom: 5px;
    }
    .sub-banner {
        height: 270px;
    }
    .breadcrumb-area h1 {
        font-size: 24px;
    }
    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }
    .sidebar {
        background: transparent;
    }
    .media-pad-top-50 {
        padding-top: 50px;
    }
    .carousel-inner img {
        width: 100%;
    }
    .widget-2 {
        margin-bottom: 40px;
        padding: 0;
        background: transparent;
    }
    .w-2 {
        margin-bottom: 0;
    }
    .sub-banner {
        height: 200px;
    }
}

@media (min-width: 991px) {
    .banner img {
        /* animation: bgburnsEast 25s linear infinite alternate; */
        /* -webkit-animation: bgburnsEast 25s linear infinite alternate; */
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown .dropdown-item:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    .sticky-header {
        position: fixed;
        background: transparent;
        top: 0px;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid rgba(220, 220, 220, .2);
    }
    .sticky-header .nav-link::after {
        display: none !important;
    }
    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
    .sticky-header .open-offcanvas {
        color: #fff;
        display: inline-block;
    }
    .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;
    }
    .hide-carat .nav-link::after {
        display: none !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .banner .banner-slider-inner h1 {
        margin-top: 44px;
        font-size: 55px;
    }
}

.navbar-brand.logo.d-flex.mr-auto img {
    width: 200px;
    height: auto;
}

a.hidden-lg.hidden-md {
    position: fixed;
    bottom: 15px;
}

a.click2call {
    display: none;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: fixed;
    margin-left: 0px;
    margin-top: -50px;
    width: auto;
    height: 00px;
    display: none;
    z-index: 99999999999;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
}

#boxes #dialog {
    width: 350px;
    height: 358px;
    padding: 10px;
    background-color: #ffffff;
}

[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
input:not([type]),
textarea {
    height: 45px;
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

#send_button1 {
    background: #ea1945;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:767px) {
    #mask {
        width: 100% !important;
        height: 100% !important;
    }
    a.click2call {
        position: fixed;
        bottom: 0px;
        background: #f30;
        padding: 15px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        display: block;
    }
    div#dialog {
        width: 92% !important;
        height: auto !important;
        padding: 10px;
        background-color: #ffffff;
        left: 0px !important;
        top: 100px !important;
        margin: 0px auto !important;
    }
    .input-group-text {
        display: none;
    }
    .appoinment-box {
        padding: 30px;
        background: #ccc;
    }
}

div#dialog {
    position: absolute;
    background: #fff;
    width: 300px;
    top: 100px;
    padding: 15px;
    right: 0;
}

a.hidden-lg.hidden-md {
    position: fixed;
    bottom: 50px;
}


/* Thank you page CSS Start */

.popup {
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}

.open-popup {
    visibility: visible;
    top: 60%;
    transform: translate(-50%, -50%) scale(1.1);
}

.popup img {
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popup h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;
}

.popup button {
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


 .box {
            padding: 15px;
            margin-bottom: 10px;
            border-left: 5px solid #007BFF;
            background: #f9f9f9;
            border-radius: 5px;
        }

        .box h3 {
            margin: 0;
            color: #333;
            font-size:1.25rem;
        }

        .box p {
            margin: 5px 0 0;
            color: #666;
        }

        .features-container {
            max-width: 600px;
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 8px;
            background-color: #f9f9f9;
        }

        .features-list {
            list-style: none;
            padding: 0;
        }

        .features-list li {
            padding: 5px 0;
            font-size: 15px;
            font-family: 'Mulish', sans-serif;
            line-height: 25px;
            color: #535353;
        }

        .features-list li::before {
            content: "✔";
            color: green;
            /*font-weight: bold;*/
            margin-right: 8px;
        }


/* Thank you page CSS End */