/*------------------------------------------------------------------
[Main Stylesheet]

Project:    BIZNEX
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    *. Top Header / .top-header
    *. Main Header / .main-header
    *. Home Page Banner (Main Home) / .banner
    *. Video Banner / .banner_video_bg
    *. Banner Search Box / .search-area
    *. Application Counter / .counters
    *. Testimonials / .testimonial
    *. Testimonials Style 2/ .testimonial-1
    *. Make Sticky Header / .do-sticky
    *. Single Page Banner / .sub-banner
    *. Services Area /.services
    *. Services Info /.services-info
    *. Listing Page Sidebar /.sidebar
    *. Social List /.social-list
    *. Typography /.typography
    *. Pricing Table /.pricing-tables
    *. Agent Page /.agent
    *. Agent Contact Form /.agent-widget
    *. Partner Area /.partner
    *. Help Center /.helping-center
    *. Shopping Cart /.shop-cart
    *. Shopping Checkout /.shop-checkout
    *. Shopping List /.shop-list
    *. Shopping Details /.shop-single
    *. Specifications /.specifications
    *. Profile /.user-page
    *. Blog /.blog-section
    *. Contact Page /.contact-1
    *. About Page /.about-us
    *. Agent Details Page /.agent-detail
    *. Coming Soon Page /.coming-soon
    *. Contact MAP /#contactMap
    *. FAQ Section /.faq
    *. Photo Gallery /.photo-gallery
    *. Signup/Login Wrapper /.register-page
    *. Full Page Search /#full-page-search
    *. 404 Section /.pages-404
    *. Brand Section /.view-section
    *. Pagination /.pagination
    *. Main Footer / .footer
    *. Footer Item / .footer-item
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

body {
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', 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(../images/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: 14px;
    line-height: 26px;
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: 'Open Sans', 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: 25px;
    margin-bottom: 30px;
    color: #000;
}

.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;
}

.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;
}

.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 {
    font-family: 'Poppins', sans-serif;
    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
}

.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
    }

    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/** WEB SITE COLOR **/
.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: 30px 0 25px;
}

.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: 400;
    letter-spacing: 1.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;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.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: 22px;
     margin-left: 10px;
    padding: 6px 20px;
    text-align: center;
}

.btn-white-sm-outline{
    color: #FFF;
    background: transparent;
    border: solid 2px #FFF;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 18px 4px 18px !important;
    font-size: 12px;
}

.btn-white-sm-outline:hover{
    color: #FFF;
    padding: 6px 19px;
}

.btn-white-lg-outline{
    color: #FFF;
    background: transparent;
    border: solid 2px #FFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 30px 9px;
    font-size: 12px;
}

.btn-white-lg-outline:hover{
    color: #FFF;
}

.btn-theme,
.signup-link
{
    font-weight: 600 !important;
}

.btn-theme-sm-outline{
    color: #FFF;
    border: solid 2px #FFF;
    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;
}

.twitter-bg {
    background: #56d7fe;
}

.twitter-bg:hover {
    background: #2abced;
}

.google-bg {
    background: #dc4e41;
}

.google-bg:hover {
    background: #c83a2e;
}

.rss-bg {
    background: #e78733;
}

.rss-bg:hover {
    background: #d0782c
}

.linkedin-bg {
    background: #1c82ca;
}

.linkedin-bg:hover {
    background: #036497;
}

/** 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: 14px;
}

.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: 14px;
    line-height: 40px;
}

.top-header .top-social-media li a {
    color: #fff;
}

#top-header-2 a {
    color: #fff;
}

/** 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: 30px 17px 27px;
    font-size: 15px;
    font-weight: 600;
    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: 19px 0;
    margin-right: 50px;
    float: left;
}

a {
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: -1px;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}

.dropdown:hover>.dropdown-menu {
    /*display: block;*/
}

.dropdown .dropdown-item:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}


.main-header .dropdown-menu a {
    padding: 9px 20px;
    color: #535353;
    transition: all .3s ease-in-out;
}

.main-header .dropdown-menu a:hover {
    background: #f5f5f5;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 22px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #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;
}

.banner {
    font-family: 'Poppins', sans-serif;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.banner-bg{
    background: url(../images/a30e434ab6ac4944a79df7f7e95b766f.gif);
}

.item-bg{
    /*background: url("../images/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: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -45px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.banner .slider-mover-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.banner .slider-mover-right i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .slider-mover-left i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}

.carousel-item .text-right{
    float: right;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase
}

.banner .banner-slider-inner p{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
}

.banner .banner-slider-inner .max-w{
    max-width: 690px;
}

.banner .banner-slider-inner h1 span {
    font-weight: 900;
}

.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: rgba(36, 42, 53, 0.7);*/
}

.banner .banner-slider-inner .btn {
    margin: 3px;
}

.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(../images/about-us.jpg) top left repeat;
    background-size: cover;
    height: 355px;
    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 15px;
    font-weight: 700;
    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: 16px;
}

.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: 18px;
    color: #000;
}

.main-title h1 span{
    font-weight: 900;
}

.main-title p{
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    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: 300;
}

.intro-section .btn {
    background: #fff;
}

.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{
   padding: 30px 0 30px;
}

.services-details .detail h2{
    font-size: 25px;
    margin-bottom: 20px;
}

/** SERVICES INFO STARTED **/
.services-info {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.services-info i {
    font-size: 40px;
    width: 60px;
}

.services-info h5 {
    font-size: 18px;
    font-weight: 600;
    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: #a5a5a5;
    border-radius: 5%;
    cursor: pointer;
}

.multi-carousel-indicator i {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

.multi-carousel .leftLst {
    left: 0;
}

.multi-carousel .rightLst {
    right: 0;
}

.multi-carousel .leftLst.over, .multi-carousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    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 35px rgba(0, 0, 0, 0.1);
    border: none;
}

.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: 600;
    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(../images/home_banner0.jpg) top left repeat;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.testimonial-1 .testimonial-inner .carousel-item {
    margin-bottom: 30px;
}

.testimonial-1 .testimonial-inner .lead {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 25px;
    color: #ececec;
    font-weight: 600;
}

.testimonial-1 .testimonia-header {
    margin: 0 auto 50px;
    text-align: center;
}

.testimonial-1 .testimonial-inner .testimonia-header h1 {
    color: #ececec;
    font-size: 36px;
    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: 600;
    margin-bottom: 5px;
    color: #ececec;
    font-size: 18px;
}

.testimonial-1 .testimonial-inner ul li {
    display: inline-block;
    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 35px rgba(0, 0, 0, 0.1);
}

.agent-2:hover {
    box-shadow: none;
}

.agent-2 .agent-photo img{
    width: 100%;
}

.agent-2 .agent-details {
    text-align: center;
    padding: 20px;
}

.agent-2 .agent-details h5 {
    margin-bottom: 10px;
}

.agent-2 .agent-details h5 a {
    font-size: 18px;
}

.agent-2 .agent-details p {
    margin-bottom: 15px;
}

.agent-2 .agent-details .social-list li {
    display: inline-block;
}

.agent-2 .agent-details .social-list li a {
    margin: 0 10px;
    color: #535353;
}

.pricing-tables .mrg-btn-76 {
    margin-bottom: 76px;
}

/** PRICING 2 STARTED **/
.pricing-2{
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-2 .title {
    color: #212529;
    font-size: 20px;
    padding: 25px 0;
    font-weight: 400;
}

.pricing-2 .content{
    padding: 25px 0;
    border-bottom: 1px solid #eaeaea;
}

.pricing-2 .content ul li{
    padding: 7px 0;
    color: #808080;
    font-size: 15px;
}

.pricing-2 .price-for-user {
    padding: 25px 0;
    text-align: center;
    background: #f9f9f9;
    color: #212529;
}

.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: 14px;
}

.pricing-2 .price-for-user .price sup {
    top: -25px;
    left: -3px;
    font-size: 30px;
}

.pricing-2 .btn{
    border-radius: 50px;
    padding: 6px 30px;
}

/** CONTACT 1 STARTED **/
.contact-1 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    outline: 0;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-1 .form-control:focus {
    color: #495057;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #eee;
}

.contact-1 .form-group {
    margin-bottom: 30px;
}

.contact-1 textarea {
    min-height: 200px;
}

.contact-1 .contact-info .media {
    margin-bottom: 30px;
}

.contact-1 .contact-info .media i {
    width: 55px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px dashed #535353;
    text-align: center;
    margin-right: 20px;
}

.contact-1 .contact-info h3 {
    margin-bottom: 35px;
    font-weight: 600;
}

.contact-1 .contact-info .media h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.contact-1 .contact-info .media p {
    margin-bottom: 5px;
    font-size: 14px;
}

.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: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

/** PAGES 404 **/
.pages-404 .pages-404-inner {
    text-align: center;
}

.pages-404 .pages-404-inner h1 {
    color: #eee;
    font-size: 250px;
    font-weight: 600;
    letter-spacing: 20px;
}

.pages-404 .pages-404-inner h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}

.pages-404 .pages-404-inner .btn {
    padding: 6px 30px;
    font-size: 12px;
}

.pages-404 .pages-404-inner .e404 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    top: 50%;
    left: 50%;
}

/** FOOTER STARTED **/
.footer h4 {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #c5c5c5;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer a {
    color: #7c7e83;
    font-size: 16px;
}

.footer a:hover {
    color: #717171;
}

.footer {
    background: #111;
    padding: 100px 0 0;
}

.footer .footer-inner p {
    line-height: 27px;
    color: #7c7e83;
    font-size: 13px;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    padding-left: 20px;
    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: #7c7e83;
    font-size: 16px;
}

.footer .footer-inner .social-list {
    margin: 30px 0 0;
}

.footer .footer-inner .social-list li a {
    font-size: 14px;
    float: left;
    margin-right: 20px;
}

.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 {
    padding: 20px 20px 10px;
    background: #151515;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.footer .footer-inner .Subscribe-box .btn-color {
    border: none;
}

.footer .footer-inner .Subscribe-box form .form-contact {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    font-size: 13px;
    outline: none;
    border-radius: 2px;
}

.footer .footer-inner .Subscribe-box form .btn {
    padding: 11px 15px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
}

.footer-item {
    margin-bottom: 50px;
}

/** PROJECT SPECIFICATION START **/
.project-specification-2 ul {
    margin-bottom: 15px;
}

.project-specification-2 ul li {
    margin-bottom: 10px;
    position: relative;
    color: #5a5959;
    font-size: 13px;
}

.project-specification-2 p {
    line-height: 30px;
    margin-bottom: 0;
}

/** BLOG 1 AREA START **/
.blog-1 {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog-1:hover {
    box-shadow: none;
}

.blog-1.blog-hp .detail {
    padding: 30px 0 20px;
}

.blog-1 .date-box {
    position: absolute;
    top: 15px;
    font-size: 14px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
    left: 30px;
}

.blog-1 .date-box::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 20px solid transparent;
    bottom: -20px;
    left: 0;
}

.blog-1 .date-box span {
    font-family: montserrat,sans-serif;
    font-size: 18px;
    display: block;
}

.date-box span {
    font-family: montserrat,sans-serif;
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff;
}

.blog-1 .detail {
    padding: 30px 20px 30px;
}

.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: 15px;
}

.blog-1 .post-meta ul li {
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 13px;
    color: #999;
    line-height: 26px;
}

.blog-1 .post-meta ul li strong {
    font-weight: 600;
}

.blog-1 .post-meta ul li a {
    color: #999;
}

.blog-1 .post-meta ul li span {
    color: #999;
}

.blog-1 .post-meta ul li i {
    font-size: 13px;
}

.blog-1 .detail h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 25px;
}

.mr-0 {
    margin-right: 0;
}

.blog-1 .post-meta ul li i {
    margin-right: 5px;
}

.blog-1 .detail p {
    font-size: 14px;
    color: #777;
}

.blog-2 .title-2{
    font-size: 24px!important;
    margin-bottom: 25px;
}


/** 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 5px 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 #eee;
    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 {
    margin-bottom: 20px;
    padding: 20px;
}

.sidebar-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #37404d;
}

.title-2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #37404d;
}

.sidebar {
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/** CATEGORIES STARTED **/
.categories ul li {
    line-height: 30px;
    font-size: 14px;
}

.categories ul li a {
    color: #535353;
}

.categories ul li span {
    float: right;
}

/** TAGS STARTED **/
.tags ul li a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 12px;
    font-size: 11px;
    text-decoration: none;
    border: solid 1px #e4e4e4;
    background: #e4e4e4;
    text-transform: uppercase;
    color: #5f5f5f;
    letter-spacing: 1px;
    border-radius: 2px;
}

.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: #000;
    font-weight: 600;
    font-size: 15px;
}


.recent-posts .media p:last-child {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

.recent-posts .media p i{
    margin-right: 5px;
}

/** RECENT COMMENTS STARTED **/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f9f6f6;
    border-left: 5px solid #212529;
}

blockquote p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

blockquote footer {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.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: 20px;
}

.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 li{
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #5a5959;
    font-size: 14px;
}

.managment-area-2 ul li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 21px;
}

.managment-area-2 h1{
    font-size: 30px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.managment-area-2 h1 span{
    font-weight: 900;
}

.managment-area-2 p {
    line-height: 28px;
    color: #666;
}

.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-author {
    float: left;
    font-weight: 600;
    font-size: 14px;
}

.comment .comment-meta-reply {
    float: right;
    margin-left: 15px;
    font-size: 13px;
}

.comment .comment-meta-reply a{
    font-weight: 600;
}

.comment .comment-meta-date {
    float: right;
    font-size: 13px;
}

.comment .comment-body {
    margin-top: 5px;
}

.comment .comment-rating {
    color: orange;
    margin-bottom: 5px;
    font-size: 12px;
}

.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 35px rgba(0, 0, 0, 0.1);
}

.shop-box img{
    width: 100%;
}

.shop-box .shop-details .btn {
    padding: 5px 20px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
}

.shop-box .shop-details {
    padding: 30px 20px;
}

.shop-box .shop-details h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}

.shop-box .shop-details h5 a {
    font-size: 16px;
}

.shop-box .shop-details h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

/** SHOP SLIDER **/
.shop-slider .carousel-control-next, .carousel-control-prev {
    width: 0;
}

/** SHOP SINGLE **/
.shop-single .shop-info h3 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 24px;
}

.shop-single .shop-info p {
    line-height: 28px;
    font-size: 16px;
    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: 11px;
    text-transform: uppercase;
    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 .widget.shop-info {
    margin-bottom: 15px;
}

.shop-single .shop-info .reviews-box ul li i {
    margin-right: 3px;
    color: orange;
}

.shop-single .shop-info .price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.shop-single .shop-info .price del {
    margin-right: 15px;
    color: #000;
}

.shop-single .horizontal ul li {
    line-height: 30px;
    width: 100%;
    font-size: 14px;
}

.shop-single .shop-info .form-control {
    width: 100% !important;
    padding: 10px 20px;
    font-size: 13px;
    border: 1px solid #eee;
    background: transparent;
    outline: 0;
    color: #777;
    height: 45px;
    border-radius: 3px;
}

.shop-single .shop-info .form-group {
    margin-bottom: 25px;
}

.shop-single .shop-info .btn-md {
    padding: 11px 5px;
}

/** 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;
    font-size: 14px;
    line-height: 23px;
}

.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 35px rgba(0, 0, 0, 0.1);
}

.cart-total-box h3 {
    font-weight: 600;
    font-size: 20px;
}

.cart-total-box ul li {
    line-height: 33px;
    width: 100%;
    font-size: 14px;
}

.cart-total-box ul li span {
    margin-right: 0;
}

.cart-total-box .btn {
    padding: 11px 20px 11px;
}

/** SHOP CHECKOUT **/
.shop-checkout .form-group {
    margin-bottom: 30px;
}

.shop-checkout .form-control {
    padding: 10px 20px;
    font-size: 13px;
    border: 1px solid #eee;
    background: transparent;
    outline: 0;
    color: #535353;
    height: 45px;
    border-radius: 3px;
}

/** SHOP DETAILS **/
.shop-details-content p {
    font-size: 14px;
    line-height: 28px;
}

.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: 18px;
    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: 20px;
}

.faq-accordion .card-header a.collapsed:before {
    content: "\f078";
    font-size: 13px;
    font-weight: 300;
    margin-right: 20px;
}

.faq-accordion .answer-helpful {
    font-size: 12px;
    color: #777;
}

.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: 14px;
}

/** typography 2 start **/
.typography-2 .heading{
    text-transform: uppercase;
    margin: 0 0 20px;
}

.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: 70px 0 20px;
    background: rgba(0, 0, 0, 0.04) url(../images/899bc865b2ce4103910e6cb8efb6819b.gif) top left repeat;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    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: 700;
    color: #fff;
    margin: 0 0 10px;
    font-size: 30px;
}

.counter-box h5 {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.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: #a5a5a5;
    border-radius: 5%;
}

.Project-details-sliders .left i {
    font-size: 20px;
    color: #000;
}

.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: #a5a5a5;
    border-radius: 5%;
}

.Project-details-sliders .right i {
    font-size: 20px;
    color: #000;
}

.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(../images/a30e434ab6ac4944a79df7f7e95b766f.gif) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
}

.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: 700;
    font-size: 55px;
    margin-bottom: 50px;
    color: #fff;
}

.coming-soon-inner h1 span {
    font-weight: 700;
}

.coming-soon-inner h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.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: 42px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 13px;
    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: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 11px;
    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: 50px;
    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.7);
    border-radius: 5px;
    padding-bottom: 15px;
}

.coming-soon-counter div:last-child {
    border: none;
}

.coming-soon-counter div span {
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}


/** 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: 61px;
    margin-left: -45px;
}

#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}

/** 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: 1px;
    padding: 4px 15px 4px 15px;
    margin: 2px;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    background: #e6e6e6;
    font-weight: 400;
}

.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.portfolio-content h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.portfolio-content i{
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    border: solid 1px #fff;
}


/** 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;
}

.map-properties .map-properties-list li {
    list-style: none;
    margin-bottom: 8px;
    color: #999;
}

.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(../images/a30e434ab6ac4944a79df7f7e95b766f.gif) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
}

.form-content-box {
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 1px;
    color: #7c7c7c;
    margin: 60px auto;
    text-align: center;
}

.form-content-box .form-group {
    margin-bottom: 25px;
}

.form-content-box .details {
    padding: 30px 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: 20px;
    font-weight: 500;
}

.form-content-box img {
    margin-bottom: 5px;
    height: 40px;
}

.form-content-box .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
    height: 45px;
}

.form-content-box .footer {
    font-size: 13px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #f5f5f5;
}

.form-content-box .footer span a {
    text-decoration: none;
    font-weight: 600;
}

.form-content-box .footer span a:hover {
    color: #8b8b8b;
}

.form-content-box .checkbox a {
    color: #8b8b8b;
    text-decoration: none;
    font-size: 13px;
}

.contact-section .form-group label, .checkbox label {
    font-weight: 400;
    color: #8b8b8b;
    font-size: 13px;
}

.form-content-box .social-list li {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.form-content-box .social-list li a {
    margin: 0 3px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    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 {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

.off-canvas-content, .off-canvas-header {
    padding-right: 30px;
    padding-left: 30px
}

.off-canvas-content {
    padding-bottom: 30px
}

.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right
}

.canvas-widget .menu {
    text-align: center;
    margin-top: 50px;
}

.canvas-widget .menu-item {
    margin-bottom: 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
}

.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 p {
        line-height: 28px;
    }

    .managment-area-2 h1 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .search-area-3 {
        max-width: 430px;
    }

    .banner .banner-slider-inner p{
        margin-bottom: 20px;
        font-size: 16px;
    }

    .banner .banner-slider-inner h1{
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .open-offcanvas {
        padding: 18px 15px 15px;
    }

    .cart-total-box {
        margin-top: 25px;
    }

    .project-specification-2{
        background: #fff;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
    }

    .managment-area-2 h1 {
        font-size: 27px;
    }

    .multi-carousel {
        padding: 0 15px 20px;
    }

    .coming-soon-inner h1{
        font-size: 45px;
    }

    .h-mt-20{
        margin-bottom: 20px;
    }

    .content-area-11 {
        margin-bottom: 50px;
    }

    .services-info {
        padding: 20px;
    }

    .btn-white-sm-outline{
        color: #212121;
        border: solid 2px #212121;
    }

    .pmb0 p{
        margin-bottom: 0;
    }

    .mtbl{
        margin-bottom: 20px;
    }

    .h-mt-60{
        margin-top: 0;
    }

    .banner .banner-slider-inner p{
        font-size: 15px;
    }

    .navbar-collapse {
        margin: 0px -15px;
        background: #FFF;
    }

    .footer{
        padding-top: 80px;
    }

    .footer .copy {
        margin: 0;
    }

    .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 p{
        font-size: 15px;
    }

    .testimonial-1 .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .contact-1 .contact-info .media i {
        width: 50px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    .contact-1 .contact-info .media h5 {
        margin: 0 0 15px;
    }

    .Project-slider {
        margin-bottom: 40px;
    }

    .services-info i {
        font-size: 30px;
        width: 50px;
    }

    .services-info h5 {
        font-size: 17px;
    }

    .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: 40px;
    }

    .banner .slider-mover-left {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: -45px;
    }

    .banner .slider-mover-left i {
        font-size: 25px;
        line-height: 35px;
    }

    .banner .slider-mover-right {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 10px;
    }

    .banner .slider-mover-right i {
        font-size: 25px;
        line-height: 35px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 20px;
        font-weight: 100;
    }

    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .logo img {
        height: 35px;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 13px 15px 10px;
        font-size: 13px;
        border-bottom: solid 1px transparent;
    }

    .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;
    }

    .shop-single .widget.shop-info {
        margin-bottom: 40px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .sidebar-title {
        margin-bottom: 20px;
    }

    .sub-banner {
        height: 265px;
    }

    .sub-banner .breadcrumb-area h1 {
        margin: 0 0 10px;
        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;
    }

    .intro-text h3 {
        font-size: 20px;
        line-height: inherit;
    }

    .intro-section img {
        height: 35px;
    }

    .intro-section .btn-md {
        padding: 8px 22px 5px;
        font-size: 13px;
    }

    .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 35px rgba(0, 0, 0, 0.1);
    }

    .product-description{
        margin-bottom: 60px;
    }

    .heading-3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .form-content-box {
        margin: 40px auto 30px;
    }

    .heading-4{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .shop-checkout .form-group{
        margin-bottom: 20px;
    }

    .blog-2 .title-2 {
         font-size: 22px!important;
         margin-bottom: 20px!important;
     }

    .comments-section.mb-60{
        margin-bottom: 40px;
    }

    .project-specification-2 p{
        margin-bottom: 10px;
    }

    .services-details .detail h2{
        font-size: 22px;
    }

    .services-details .detail{
        padding: 40px 0 30px;
    }

    .filteriz-navigation {
        margin: 0;
    }

    .title-2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .form-group-2{
        margin-bottom: 25px;
    }

    .project-specification-2{
        background: transparent;
        box-shadow: none;
        padding: 0 0 20px;
    }

    .shop-single .mb-60{
        margin-bottom: 40px;
    }

    .managment-area-2 p {
        line-height: 26px;
    }

    #particles-banner {
        height: 100vh;
        max-height: 350px;
    }

    .item-bg{
        max-height: 350px;
        height: 100vh;
    }

    .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;
    }

    .cart-total-box{
        margin-top: 25px;
    }

    .faq-accordion .card-header {
        padding: 12px 20px;
    }

    .faq-accordion .card-title {
        padding-right: 0;
        font-size: 15px;
    }

    .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;
    }

    .services-info {
        padding: 25px;
    }

    .intro-section {
        padding: 20px 0 30px;
    }

    .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{
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .product-description{
        margin-bottom: 40px;
    }

    .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: 23px;
    }

    .footer{
        padding-top: 60px;
    }

    .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: 25px;
    }

    .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 .testimonial-inner .lead {
        font-size: 15px;
        line-height: 28px;
    }

    .contact-1 .contact-info {
        margin-top: 50px;
    }

    .contact-1 .contact-info h3 {
        margin-bottom: 35px;
        font-size: 23px;
    }

    .contact-1 .form-group {
        margin-bottom: 20px;
    }


    .pages-404 .pages-404-inner h1 {
        font-size: 130px;
        font-weight: 600;
    }

    .pages-404 .pages-404-inner h3 {
        font-size: 22px;
    }

    .services .col-pad-30 {
        padding: 30px;
    }

    .comments ul {
        margin: 0;
    }

    .comment {
        margin: 0 0 25px 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: 28px;
        margin-bottom: 15px;
    }

    .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: 8px 20px;
        letter-spacing: .5px;
        line-height: 24px;
    }

    .banner .btn-lg {
        padding: 4px 15px 2px;
        letter-spacing: .5px;
        font-size: 11px;
    }

    .btn-white-lg-outline {
        border: solid 1px #FFF;
        font-size: 11px;
    }

    .counters {
        padding: 50px 0 10px;
    }

    .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-right i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-left i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-right {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: 0;
        border-radius: 5px 0 0 5px;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-left {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: -22px;
        border-radius: 0 5px 5px 0;
    }

    .shop-single .shop-info h3 {
        font-size: 20px;
    }

    .coming-soon-counter div {
        font-size: 40px;
        padding-bottom: 10px;
    }

    .coming-soon-counter div span {
        font-size: 12px;
    }

    .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: 25px;
        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;
    }

    .widget {
        margin-bottom: 0;
    }

    .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 {
        margin: 5px 0 10px;
    }

    .intro-text h3 {
        font-size: 17px;
    }

    .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;
    }

    .banner_video_bg .carousel-item {
        height: 322px;
    }

    .counter-box{
        margin-bottom: 30px;
    }

    .counter-box i{
        font-size: 30px;
    }

    .counter-box h1 {
        font-size: 20px;
    }

    .counter-box h5 {
        font-size: 12px;
    }

}

@media (max-width: 580px) {
    .banner img {
        min-height: 263px;
    }

    .shop-single .widget.shop-info {
        margin-bottom: 20px;
    }

    .banner_video_bg .carousel-item {
        height: 263px;
    }

    #particles-banner {
        height: 100vh;
        max-height: 263px;
    }

    .item-bg{
        max-height: 263px;
        height: 100vh;
    }

    .coming-soon-counter div {
        padding-bottom: 0;
    }

    .coming-soon-counter div {
        background: none;
    }

    .h-p-none{
        padding: 0;
    }

    .box-shadow {
        box-shadow: none;
    }

    .main-header .logo img {
        height: 30px;
    }

    .main-header .logo {
        padding: 12px 0;
        margin-right: 20px;
    }

    .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: 22px;
        margin-bottom: 10px;
    }

    .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: 14px;
    }

    .sidebar {
        background: transparent;
    }

    .media-pad-top-50 {
        padding-top: 50px;
    }

    .carousel-inner img {
        width: 100%;
    }

    .widget {
        margin-bottom: 40px;
        padding: 0;
        background: transparent;
    }

    .widget-2 {
        margin-bottom: 40px;
        padding: 0;
        background: transparent;
    }

    .w-2 {
        margin-bottom: 0;
    }

    .sidebar {
        background: transparent;
        box-shadow: none;
    }

    .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;
    }
}

.list-group-item:first-child{
    border-radius: 0;
}

.list-group-item:last-child{
    border-radius: 0;
}

.list-group-item{
    font-size:15px;
}

.list-group-item.active{
    z-index: 2;
    color: #fff;
    background-color: #c41c1d;
    border-color: #c41c1d;
}
.dropdown-item.active, .dropdown-item:active{
    color: #fff !important;
    text-decoration: none;
    background-color: #c41c1d;
}
