body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(/assets/images/background-white-striped.svg);
}

.lazy-img {
    display: block;
    width: 100%;
   /* height: auto;*/
    position: relative;
    /*background-color: #eee;*/
  }
  
  /* Container effect via a pseudo-element */
  .lazy-img::before {
    content: 'Loading...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #333;
    background: rgba(255, 255, 255, 0.306);
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 100000;
    pointer-events: none;
    font-size: 14px;
  }
  
  /* Remove loading text once loaded */
  .lazy-img.loaded::before {
    content: none;
  }

.lightBlue {
    background-color: #e1a9f5a6;
    padding: 20px;
    margin-bottom: 20px;
}

.lightRed {
    background-color: #f5a9a985;
    padding: 20px;
    margin-bottom: 20px;
}

.lightGreen {
    background-color: #a9f5bc78;
    padding: 20px;
    margin-bottom: 20px;
}

.overlaycontainer {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;

}

.aa-properties-info {
    display: inline;
    float: left;
    width: 100%;
}

.aa-properties-info ul {
    list-style: none;
}

.aa-properties-info ul li {
    display: inline-flex;
    margin-bottom: 10px;
}

.aa-properties-info ul li:before {
    content: '\f046';
    font-family: fontAwesome;
    left: 0;
    top: 0;
    margin-right: 10px;
    padding-left: 20px;

    /* vertical-align: middle; */
    text-transform: capitalize;
    color: #59abe3;

}

p {
    /* font-size: 14px */
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1.5;
    margin-right: 14px;
}

a {
    text-decoration: none !important;
}

.owl-item li {
    list-style: none;
    background-color: #fff;

}

.aa-list-view .aa-properties-item-content h6,
.aa-list-view .aa-properties-item-content p {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 480px) {
    .aa-list-view .aa-properties-item .aa-properties-item-img {
        display: none !important;
    }
}

.aa-properties-item-content h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.owl-item .aa-properties-item-content {

    background-color: #fff;
    padding: 10px;
}

.owl-item .aa-price {
    color: black;
    font-weight: 400px;
    float: right;
}

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

ul.social-icons li {
    display: inline-block;
    margin-right: 3px;
}

ul.social-icons li:last-child {
    margin-right: 0px;
}

ul.social-icons li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background-color: #eee;
    color: #121212;
    font-size: 18px;
    text-align: center;
    transition: all .3s;
}

ul.social-icons li a:hover {
    background-color: #f33f3f;
    color: #fff;
}

/* start of fancy checkboxes*/
.checkboxContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;

}


ul.ks-cboxtags {
    list-style: none;
    padding: 10px;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 10px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #e9a1ff;
}




/* end of fancy checkboxes*/

a.filled-button {
    background-color: #f33f3f;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}

a.filled-button:hover {
    background-color: #121212;
    color: #fff;
}

.section-heading h2 {
    font-size: 28px;
    font-weight: 400;
    color: #1e1e1e;
}

.page-heading {
    padding: 110px 0px 100px 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-heading .text-content h4 {
    color: #f33f3f;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-heading .text-content h2 {
    color: #fff;
    font-size: 62px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 3%;
}

#preloader {
    overflow: hidden;
    background: #f33f3f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

.FBBUTTON {
    width: auto;
    padding: 5px 20px;
    background: #5e7ebb;
    border: #5674ad 1px solid;
    color: #FFF;
    margin: 4px 8px 8px 0px;
}

.overlaycontainer:hover .overlay {
    display: block;
}

.overlay .img {
    width: 12%;
}

.saleoverlay {
    position: absolute;
    top: 5%;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    text-align: right;
}

.overlay {
    display: none;
    position: absolute;
    top: 13%;
    width: 87%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 5px;
    text-align: right;
}

.title-case {
    text-transform: capitalize;
}

#preloader .jumper>div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Header Style */
header {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 60px;
    background-color: #232323;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header .navbar {
    padding: 12px 0px 7px;
}

.background-header .navbar {
    padding: 17px 0px;
}

.background-header {
    top: 0;
    position: fixed;
    background-color: #fff !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
    color: #121212 !important;
}

.background-header .navbar-nav a.nav-link {
    color: #1e1e1e !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
    color: #f33f3f !important;
}

.navbar .navbar-brand {
    float: left;
    margin-top: -0.9%;
    outline: none;
}

.navbar .navbar-brand h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: inherit;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
    font-style: normal;
    color: #f33f3f;
}

#navbarResponsive {
    z-index: 999;
}

.navbar-collapse {
    text-align: center;
    margin-top: -2%;
}

.navbar .navbar-nav .nav-item {
    margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 3px solid #f33f3f;
}

.navbar .navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler {
    /* border-color: #fff; */
    /* background-color: #fff; */

    height: 26px;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 10px;
    top: 19px;
}

.navbar .navbar-toggler-icon:after {
    content: '\f0c9';
    color: #0062cc;
    font-size: 18px;

    /* line-height: 26px */
    font-family: 'FontAwesome';
}

/* Banner Style */
.banner {
    position: relative;
    text-align: center;
    padding-top: 80px;
}

.banner-item-01 {
    padding: 300px 0px;
    background-image: url(../images/slider-image-1-1920x600.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: Poppins;
}

.banner-item-02 {
    padding: 300px 0px;
    background-image: url(../images/slider-image-2-1920x600.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-item-03 {
    padding: 300px 0px;
    background-image: url(../images/slider-image-3-1920x600.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .banner-item {
    max-height: 600px;
}

.banner .text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.banner .text-content h4 {
    color: #f33f3f;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner .text-content h2 {
    color: #fff;
    font-size: 62px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
    border-radius: 3px;
}

.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}

.owl-banner .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}

/* Latest Produtcs */
.latest-products {
    margin-top: 100px;
}

.section-heading a {
    float: right;
    margin-top: -35px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #f33f3f;
}

.product-item {
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.product-item .down-content {
    padding: 15px;
    position: relative;
}

.property-img {
    width: 100%;
    overflow: hidden;
}

.product-item .down-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product-item .down-content h6 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #121212;
    font-weight: bolder;
    line-height: 1.5em;
}

.product-item .down-content h6 small {
    color: #999;
}

.product-item .down-content p {
    margin-bottom: 3px;
}

.product-item .down-content ul li {
    display: inline-block;
}

.product-item .down-content ul li i {
    color: #f33f3f;
    font-size: 14px;
}

.product-item .down-content span {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 13px;
    color: #f33f3f;
    font-weight: 500;
}

.product-item .down-content span a {
    color: #f33f3f;
    display: inline-block;
    margin-bottom: 3px;
}

.modal-dialog {
    margin-top: 10%;
}

/* Best Features */
.about-features {
    margin-top: 30px !important;
}

.about-features p {

    padding-bottom: 20px;
}

.about-features .container .row {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.best-features {
    margin-top: 10px;
}

.best-features .container .row {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
}

.best-features img {
    overflow: hidden;
}

.best-features h4 {
    font-size: 24PX;
    color: #1a6692;
    margin-bottom: 20px;
}

.best-features ul.featured-list li {
    display: block;
    margin-bottom: 10px;
}

.best-features p {
    margin-bottom: 25px;
}

.best-features ul.featured-list li a {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300;
    transition: all .3s;
    position: relative;
    padding-left: 13px;
}

.best-features ul.featured-list li a:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #4a4a4a;
    position: absolute;
    left: 0;
    transition: all .3s;
    top: 8px;
}

.best-features ul.featured-list li a:hover {
    color: #f33f3f;
}

.best-features ul.featured-list li a:hover::before {
    background-color: #f33f3f;
}

.best-features .filled-button {
    margin-top: 20px;
}

/* Call To Action */
.call-to-action .inner-content {
    margin-top: 60px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.call-to-action .inner-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 15px;
}

.call-to-action .inner-content em {
    font-style: normal;
    font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
    text-align: right;
}

.call-to-action .inner-content .filled-button {
    margin-top: 12px;
}

/* Footer */
footer {
    text-align: center;
}

footer .inner-content {
    border-top: 1px solid #eee;
    margin-top: 60px;
    padding: 60px 0px;
}

footer .inner-content p {
    text-transform: uppercase;
}

footer .inner-content p a {
    color: #f33f3f;
    margin-left: 3px;
}

/* Product Page */
.products {
    margin-top: 10px;
}

.products .filters {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.products .filters li {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #121212;
    display: inline-block;
    margin: 0px 10px;
    transition: all .3s;
    cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
    color: #f33f3f;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-item {
    padding: .5rem 1.5rem;
}

.page-heading {
    position: relative;
}

.page-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
}

.page-heading .container {
    position: relative;
    z-index: 2;
}

.products ul.pages {
    margin-top: 30px;
    text-align: center;
}

.products ul.pages li {
    display: inline-block;
    margin: 0px 2px;
}

.products ul.pages li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 700;
    color: #121212;
    transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
    background-color: #f33f3f;
    border-color: #f33f3f;
    color: #fff;
}

/* Team Members */
.team-members {
    margin-top: 30px;
}

.team-member {
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.team-member img {
    width: 100%;
    overflow: hidden;
}

.team-member .down-content {
    padding: 20px;
    text-align: left;
}

.team-member .down-content p {
    margin-right: 0px;
    margin-bottom: 5px;
}

.team-member .thumb-container {
    position: relative;
}

.team-member .thumb-container .hover-effect {
    position: absolute;
    background-color: rgba(243, 63, 63, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
    background-color: #fff;
    color: #f33f3f;
}

.team-member:hover .hover-effect {
    visibility: visible;
    opacity: 1;
}

.team-member .down-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.team-member .down-content span {
    display: block;
    font-size: 13px;
    color: #f33f3f;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Services */
.services {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 0px;
}

.services .section-heading h2 {
    color: #fff;
}

.service-item {
    text-align: center;
    margin-bottom: 30px;
}

.service-item .icon {
    background-color: #f7f7f7;
    padding: 10% 33%;
}

.service-item .icon i {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    background-color: #f33f3f;
    color: #fff;
    font-size: 32px;
}

.service-item .down-content {
    background-color: #fff;
    padding: 15px 20px;
}

.service-item .down-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service-item .down-content h6 {
    margin-bottom: 15px;
}

.service-item .down-content p {
    margin-bottom: 0px;
}

.services-item-image {
    display: block;
}

.n-m {
    margin: 0 !important;
}

.owl-clients button.owl-dot {
    background: #f1f1f1 !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 10px !important;
    border-radius: 50%;
}

.owl-clients button.owl-dot.active {
    background: #f33f3f !important;
}

/* Clients */
.happy-clients {
    margin-top: 30px;
    margin-bottom: 40px;
}

.happy-clients .client-item img {
    max-width: 100%;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
}

.client-item h6 {
    line-height: 1.6;
}

.happy-clients .client-item img:hover {
    opacity: 0.8;
}

/* Find Us */
.find-us {
    margin-top: 100px;
}

.find-us p {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.find-us h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 20px;
}

.find-us .left-content {
    margin-left: 30px;
}

/* Send Message */
.send-message {
    margin-top: 15px;
}

.contact-form select,
.contact-form .form-control {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    line-height: 2;
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 25px;
}

.contact-form select:focus,
.contact-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee;
}

div.contact-form p {
    /* width: 20%; */
}

.contact-form textarea {
    font-size: 14px;
    width: 100%;
    min-width: 100%;
    min-height: 120px;
    height: 120px;
    max-height: 300px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 10px;
}

.contact-form textarea:focus {
    box-shadow: none;
    border: 1px solid #eee;
}

.contact-form button.filled-button {
    background-color: #f33f3f;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
}

.contact-form button.filled-button:hover {
    background-color: #121212;
    color: #fff;
}

.accordion {
    margin-left: 30px;
}

.accordion a {
    cursor: pointer;
    font-size: 17px;
    color: #1a6692 !important;
    margin-bottom: 20px;
    transition: all .3s;
}

.accordion a:hover {
    color: #f33f3f !important;
}

.accordion a.active {
    color: #f33f3f !important;
}

.accordion li .content {
    display: none;
    margin-top: 10px;
}

.accordion li:first-child {
    border-top: 1px solid #eee;
}

.accordion li {
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
}

.section-background {
    background: #f1f1f1;
}

.section {
    padding: 10px 0;
}

.section p {
    margin-bottom: 15px;
}

.section .section-heading {
    margin-bottom: 15px;
}

/* Responsive Style */
@media (max-width: 768px) {
    .banner .text-content {
        width: 90%;
        margin-left: 5%;
    }

    .banner .text-content h4 {
        font-size: 22px;
    }

    .banner .text-content h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }

    .banner-item-01,
    .banner-item-02,
    .banner-item-03 {
        padding: 180px 0px;
    }

    .page-heading .text-content h4 {
        font-size: 22px;
    }

    .page-heading .text-content h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }

    .section-heading a {
        float: none;
        margin-top: 0px;
        display: block;
        margin-bottom: 20px;
    }

    .product-item .down-content h4 {
        margin-bottom: 5px !important;
    }

    .best-features .left-content {
        margin-bottom: 30px;
    }



    .call-to-action .inner-content .filled-button {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .about-features img {
        margin-bottom: 0px;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .find-us #map {
        margin-bottom: 30px;
    }

    .find-us .left-content {
        margin-left: 0px;
    }

    .send-message .accordion {
        margin-top: 30px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-brand {
        position: absolute;
        left: 10px;
        top: 16px;
        float: left;
    }

    .navbar .navbar-brand {
        width: auto;
    }

    .navbar:after {
        display: none;
    }

    #navbarResponsive {
        z-index: 99999;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #eee;
    }

    .navbar .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .navbar .navbar-nav a.nav-link {
        padding: 15px 0px;
        color: #1e1e1e !important;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .active>.nav-link,
    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .show>.nav-link {
        color: #f33f3f !important;
        border-bottom: none !important;
        padding-bottom: 15px;
    }

    .product-item .down-content h4 {
        margin-bottom: 10px;
    }

    .product-item .down-content h6 {
        margin-bottom: 5px;
    }
}

.slide {
    /* max-height: 400px; */
    object-fit: fill;
}

carousel-Slide {}

.carousel-item {}

.CAP {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 4vw;
}

.carousel-caption {
    display: flex;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}

.brand-slogan {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400;
}

.brand-name {
    text-transform: uppercase;
    font-size: 3.5vw;
    font-weight: 700;
}

statement-captions {}

statement-captions {}

.statement-captions {}

.col-lg-12 {}

.col-lg-12 {}

.fieldset-width {
    width: 100%;
}

@media (max-width:575px) {
    .availableproperties {
        font-size: 1.5rem;
    }
}

.overlaycontainer {
    position: relative;
}

.overlay :hover {
    display: block;
}

.avatarDIV:hover .overlay {
    display: block;
}



@media (min-width:768px) {
    .carousel-item img {
        /* height: 400px; */
    }

    .navbar-nav>li {
        padding-left: 2px;
        padding-right: 2px;
    }

    .navbar-nav>li {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media (max-width:767px) {
    .CAP {
        position: absolute;
        top: 57%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    .responsive-cap {
        font-size: 4vw;
        text-wrap: nowrap;
    }
}

@media (min-width:768px) {
    .responsive-cap {
        /*font-size: 2vw;*/
        margin-top: 2%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar .navbar-nav .nav-item {
        margin: 0px 6px;
    }

    .navbar .navbar-nav a.nav-link {

        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;

        margin-top: 5px;
    }
}

#detailsform p {

    width: 25%;
}

.responsive-bg {
    background-image: url(../images/heading-1-1920x500.jpg);
}

@media (min-width: 768px) {
    .responsive-bg {
        background-image: url(../images/heading-6-1920x500.jpg);
    }
}

/* clients section */
.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 30px;
    color: #556877;
    width: 50%;
}

.hscroll {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

#clients {
    padding: 60px 0 3px 0;

}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 10px;

}

#clients .inactive {
    background-color: #cd5c5c2e !important;
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background-color: #fff;
    height: 160px;
}

#clients .email-data {
    padding: 12px;
margin-bottom: 10px;
    display: block;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background-color: #ffffffa1;
}

.email-data .name {
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-weight: 700;

}

.email-data .email {
    font-size: 12px;
    color: #0f39f1;
    text-align: center;
    font-weight: 500;
}

#clients img {
    transition: all 0.4s ease-in-out;
}

#clients span {
    display: inline-block;
    width: 237px;
    text-transform: capitalize;
    /* padding: 20px 70px  20px 10px; */
}

#editHeaders span {
    font-weight: bold;

}