body {
    font-family: 'Open Sans', sans-serif;
    background: #fbfbfb;
    color: #535353;
    background: #fff;
}

.index-body{
    background: #fff;
}

.bg-white{
    background: #fbfbfb!important;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

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

a {
    color: #37404d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: white;
}

.form-control:focus {
    box-shadow: none;
}

p {
    font-size: 15px;
    line-height: 26px;
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    color: #37404d;
    font-weight: 400;
}

.heading-2 {
    margin-bottom: 30px;
}

.heading-2 h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
}

.heading-2 p{
    font-size: 16px;
    font-weight: 400;
}

.heading-3{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 22px;
}

.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;
}

.hidden {
    display: none;
}

.form-inline .btn,
.form-inline .btn:active {
    padding: 0 17px;
    font-size: 15px;
    background: none;
    border: solid 1px transparent;
    color: #212121;
}

.form-inline .btn-2 {
    color: #fff;
}

.form-inline .btn:hover {
    background: none;
    border: solid 1px transparent;
}

.form-inline a {
    padding: 0 17px;
}

.btn {
    border-radius: 3px;
}

.btn-black {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

.btn-black:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-round {
    border-radius: 30px;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.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;
}

.index-5 .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.form-check label, .radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 500;
    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;
}

.map-content-sidebar .checkbox {
    margin: 3px;
}

.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);
    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
    }
}

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

.t-right{
    text-align: right;
}

.t-left{
    text-align: left;
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 185px;
    position: fixed;
    right: 0;
    top: 20%;
    background: #fff;
    background: white!important;
    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: -185px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.option-panel .color-plate {
    width: 32px;
    height: 32px;
    float: left;
    margin: 3px;
    border-radius: 0;
    cursor: pointer;
}

/** WEB SITE COLOR **/
.default-plate {
    background: #2339d6;
}

.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: 20px;
    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;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/** 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: 5px 12px !important;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

/** CONTENT AREA **/
.content-area {
    padding-bottom: 70px;
}

.content-area-2 {
    padding: 100px 0 70px;
}

.content-area-3 {
    padding-bottom: 84px;
}

.content-area-4 {
    padding: 100px 0 50px;
}

.content-area-5 {
    padding-bottom: 100px;
}

.content-area-6 {
    padding-bottom: 50px;
}

.content-area-7 {
    padding: 100px 0;
}

.content-area-8 {
    padding-top: 100px;
}

.content-area-9 {
    padding: 50px 0;
}

.content-area-10 {
    padding: 100px 0 40px;
}

.content-area-11 {
    padding: 100px 0 70px;
}

.content-area-12 {
    padding-bottom: 50px;
}

.content-area-13 {
    padding: 100px 0 50px;
}

.content-area-14 {
    padding: 100px 0 80px;
}

.content-area-15 {
    padding: 100px 0 40px;
}

.content-area-16 {
    padding: 100px 0 70px;
}

.content-area-17{
    margin-bottom: 70px;
}

.content-area-18 {
    padding: 100px 0 20px;
}

.content-area-19 {
    padding: 185px 0 70px;
}

.content-area-20 {
    padding: 100px 0;
}

.content-area-21 {
    padding: 100px 0 50px;
}

.content-area-22 {
    padding: 100px 0 60px;
}

.content-area-23 {
    padding: 100px 0 84px;
}

/** 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 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

.btn-lg {
    cursor: pointer;
    padding: 12px 35px 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400!important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.btn-white {
    cursor: pointer;
    padding: 10px 30px 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

.btn-md-round {
    border-radius: 30px;
    border-color: #4a90e2;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}

.main-header .signup-link{
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    padding: 5px 20px 4px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.41);
    background: #000;
    border-radius: 3px;
}

.btn-white-sm-outline{
    color: #FFF;
    background: transparent;
    border: solid 2px #FFF;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 18px;
    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: 400;
    padding: 10px 33px 8px;
    font-size: 14px;
}

.btn-white-lg-outline:hover{
    color: #FFF;
}

.btn-theme-sm-outline{
    color: #FFF;
    border: solid 2px #FFF;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 18px;
    font-size: 12px;
}

.btn-theme-sm-outline:hover{
    color: #FFF;
    padding: 5px 18px;
}

/** 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;
}

.instagram-bg {
    background: #fb3958;
}

.instagram-bg:hover{
    background: #ec2f4d;
}

/** 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 35px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.megamenu-title {
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.megamenu-section {
    margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
    padding: 0px !important;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
}

.megamenu-section p {
    font-size: 14px;
    color: #777;
}

/** TOP HEADER **/
#top-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    font-family: 'Roboto', sans-serif;
}

#top-header a {
    color: #fff;
}

.top-header-bg-black{
    background: transparent;
}

.top-header .list-inline {
    padding: 8px 0;
}

.top-header .list-inline a {
    margin-right: 15px;
    font-size: 13px;
    color: #fff;
}

.top-header .list-inline a:last-child{
    margin-bottom: 0;
}

.top-header .list-inline .mr-0{
    margin-right: 0;
}

.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: 13px;
    line-height: 40px;
}

.top-header .top-social-media li a {
    color: #fff;
}

#top-header-2 a {
    color: #fff;
}

.top-header .navbar-buttons{
    float: right;
}

.top-header .ct-selection{
    font-size: 13px;
    margin-top: 10px;
}

.top-header .ct-selection .cl a{
    color: red!important;
}

.top-header .ct-selection .cl img{
    margin-right: 5px;
}

.top-header .ct-selection .dropdown-menu {
    min-width: 7rem;
    padding: 0;
    margin: -1px;
    font-size: 14px;
    padding: 10px!important;
}

/** MAIN HEADER **/
#main-header {
    width: 100%;
    background: #FFF;
    webkit-transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1);
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
}

.main-header {
    background: #FFF;
    z-index: 9999;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 17px 34px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.main-header .navbar-expand-lg .navbar-nav .submit-btn{
    padding: 13px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.main-header .sb2{
    padding: 13px 0 0 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 23.5px!important;
}

.main-header .sb2 a{
    background: #fff!important;
    border-radius: 50px;
    padding: 14px 35px 12px!important;
}

/*#main-header .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}*/

.main-header .logo img {
    height: 40px;
}

.main-header .logo {
    padding: 25px 0;
    margin-right: 50px;
    float: left;
}

.main-header .logo-2 img {
    height: 40px;
}

.main-header .logo-2 {
    padding: 25px 0;
    margin-right: 50px;
    float: left;
}

a {
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0;
    margin: -1px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    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: 10px 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: 15px;
    top: 16px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
}

/*
.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: ;
    bottom: 0;
    width: 0;
}

.banner-bg{
    background: url(http://placehold.it/1920x1050);
}

.item-bg{
    /*background: url("../img/banner-1.jpg");*/
    /*height: 100vh;*/
    height: 100vh;
    /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/

}

.banner img {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.banner .slider-mover-left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -45px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-right i {
    font-size: 23px;
    line-height: 35px;
    color: #fff;
}

.banner .slider-mover-left i {
    font-size: 23px;
    line-height: 32px;
    color: #fff;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}

/*.banner .carousel-content-left {
    align-self: center !important;
    max-width: 800px;
    margin-left: 0px;
    text-align: left;
}*/

/*.banner h1,
.banner .banner-slider-inner h2,
.banner h3,
.banner .banner-slider-inner h4,
.banner .banner-slider-inner h5,
.banner .banner-slider-inner h6,
.banner p{
    max-width: 800px;
}*/

/* General Banner Styles */
.banner {
    position: relative;
    overflow: hidden;
}

.banner h1, .banner h3, .banner h5 {
    color: #fff;
    text-align: center;
}

.banner h1 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner h3 {
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
}

.banner h5 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 300;
}

.banner p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
}

.banner .banner-slider-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(49, 51, 56, 0.51);
    text-shadow: none;
}

.banner .carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.carousel-content {
    max-width: 90%;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    border-radius: 8px;
    color: #fff;
}

.tab-search-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.tab-search-section p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.tab-search-section .typed-text {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.tab-search-section .tt2 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

/* Carousel Item Styling */
.carousel-item img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .banner h1 {
        font-size: 40px;
    }

    .banner h3 {
        font-size: 35px;
    }

    .banner h5 {
        font-size: 20px;
    }

    .banner p {
        font-size: 16px;
    }

    .tab-search-section h1 {
        font-size: 2rem;
    }

    .tab-search-section p {
        font-size: 1rem;
    }

    .tab-search-section .typed-text {
        font-size: 1.5rem;
    }

    .tab-search-section .tt2 {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .banner h1 {
        font-size: 35px;
    }

    .banner h3 {
        font-size: 30px;
    }

    .banner h5 {
        font-size: 18px;
    }

    .banner p {
        font-size: 14px;
    }

    .tab-search-section h1 {
        font-size: 1.75rem;
    }

    .tab-search-section p {
        font-size: 0.9rem;
    }

    .tab-search-section .typed-text {
        font-size: 1.25rem;
    }

    .tab-search-section .tt2 {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .banner h1 {
        font-size: 30px;
    }

    .banner h3 {
        font-size: 25px;
    }

    .banner h5 {
        font-size: 16px;
    }

    .banner p {
        font-size: 12px;
    }

    .tab-search-section h1 {
        font-size: 1.5rem;
    }

    .tab-search-section p {
        font-size: 0.8rem;
    }

    .tab-search-section .typed-text {
        font-size: 1rem;
    }

    .tab-search-section .tt2 {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .banner h1 {
        font-size: 25px;
    }

    .banner h3 {
        font-size: 20px;
    }

    .banner h5 {
        font-size: 14px;
    }

    .banner p {
        font-size: 11px;
    }

    .tab-search-section h1 {
        font-size: 1.25rem;
    }

    .tab-search-section p {
        font-size: 0.7rem;
    }

    .tab-search-section .typed-text {
        font-size: 0.75rem;
    }

    .tab-search-section .tt2 {
        font-size: 0.7rem;
    }
}


.property-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.50) 0%,rgba(35,35,37,0.15) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}



/** Agents SUB BANNER **/
.agent-sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../../images/banners/property-banner.png) top left repeat;
    background-size: cover;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}

.agent-sub-banner .breadcrumb-area h1 {
    margin: 0 0 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 27px;
}

.agent-sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 52%;
    right: 0;
    left: 0;
    padding: 0 15px;
}

.agent-sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
}

.agent-sub-banner .breadcrumbs li a {
    color: #fff;
}

.agent-sub-banner .breadcrumbs .active {
    margin-left: 2px;
    color: #fff;
}

.agent-sub-banner .breadcrumbs .active:before {
    content: "/";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 5px;
    font-weight: 700;
}


