html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #353865;
}

 ::-webkit-scrollbar-thumb:hover {
    background: rgba(53, 56, 101, 0.9);
}

.navbar .navbar-brand {
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-fixed {
    background: #fff !important;
    padding: 5px !important;
}

.navbar-fixed span.call {
    color: #000;
}

.navbar-fixed .navbar-nav li a {
    color: #000;
}

.navbar .navbar-nav li a {
    color: #000;
}

.navbar span.call {
    color: #000;
}


/* .navbar {
    background: white;
    padding: 10px;
} */

.home-intro {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(53, 56, 101, 0.7)), url(../images/banner/bann1.jpg);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 210px 0 120px !important;
}

.our-work .content .caption {
    background-color: rgba(53, 56, 101, 0.9);
}

.features .content .icon {
    background: #353865;
}

.features .content i {
    color: #fff;
}

footer {
    background: linear-gradient(rgba(53, 56, 101, 0.98), rgba(53, 56, 101, 0.98)), url(../images/footer.jpg);
}

footer ul li a:hover {
    color: #fff;
    transition: .5s ease-out;
}

.footer-bottom {
    background: #eee;
    text-align: center;
    color: #000;
    padding: 20px 0 8px;
}

.foot-img {
    margin-bottom: 15px;
}

.home-intro h5 {
    color: #000;
}

.headText {
    text-align: center;
    padding: 0px 25px;
    margin-top: 100px;
}

.title-section p {
    width: 80%;
}

.bg-grey {
    background: #f7f8ff;
}

.response {
    padding: 60px 100px 60px 100px;
}

.response ul {
    padding: 20px 0;
}

.response ul li i {
    margin-right: 15px;
    float: left;
    margin-top: 7px;
}

.design {
    padding: 30px 20px 0 20px;
    box-shadow: 0 12px 30px -15px rgb(0 0 0 / 20%);
    height: 100%;
    border-radius: 10px;
}

.title-section1 {
    text-align: center;
}

.response ul li p {
    overflow: hidden;
}

.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.section-title:after,
.section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
}

.section-title:after {
    height: 2px;
    background-color: #353865;
    left: 25%;
    right: 25%;
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #353865;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

.customer-feedback .owl-item img {
    width: 85px;
    height: 85px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    height: 400px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f7f8ff;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

.customer-feedback .owl-prev:hover {
    left: -20px;
}

.customer-feedback .owl-next {
    right: -15px;
}

.customer-feedback .owl-next:hover {
    right: -20px;
}

.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}


/* RESPONSIVE */

@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }
    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }
    .customer-feedback .owl-prev {
        left: 0;
    }
    .customer-feedback .owl-next {
        right: 0;
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    display: none;
}

.customer-feedback {
    margin: 0px 0 50px 0;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 45px;
    height: 45px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #353865;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 50px;
    transition: 0.5s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.thumb-prev:hover {
    background: #000;
}

.thumb-next:hover {
    background: #000;
}

.white-text {
    color: #fff !important;
}

.navbar .navbar-brand {
    background: transparent;
}

.navbar .navbar-brand img {
    width: 100%;
}

@media (max-width: 767px) {
    .navbar .navbar-toggler i {
        margin-right: 0px;
        color: #000;
    }
    .response {
        padding: 60px 0px 60px 0px;
    }
    .design {
        height: auto;
        margin-top: 15px;
    }
    .title-section p {
        width: 90%;
    }
    .thumb-next {
        display: none;
    }
    .thumb-prev {
        display: none;
    }
    .navbar .navbar-nav li a {
        color: #fff;
    }
    .navbar .navbar-nav {
        background: #353865;
        padding-top: 10px;
        padding-bottom: 12px;
    }
}

@media (max-width: 400px) {
    .navbar .navbar-brand {
        background: transparent;
        width: 80%;
    }
}

@media (max-width: 330px) {
    .navbar .navbar-brand {
        width: 75%;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .navbar span.call {
        display: none;
    }
    .thumb-prev,
    .thumb-next {
        display: none;
    }
    .response {
        padding: 60px 0px 60px 0px;
    }
    .design {
        height: auto;
    }
    .navbar .navbar-nav li:last-child {
        padding-right: 15px;
    }
    .navbar .navbar-nav li {
        padding: 0 5px;
    }
    .navbar .navbar-nav li a {
        font-size: 14px;
    }
    .navbar-fixed .navbar-nav li:last-child {
        padding-right: 5px !important;
    }
    .contact .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .col-md-4,
    footer .col-md-2,
    footer .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 15px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1100px) {
    .thumb-prev,
    .thumb-next {
        left: -20px;
    }
    .thumb-next {
        left: auto;
        right: -20px;
    }
}

.container-fluid.gallery-container {
    background-color: transparent;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media screen and (max-width:767px) {
    .tz-gallery {
        padding: 20px;
    }
    .container-fluid.gallery-container {
        padding: 0;
    }
    .title-section1 h3 {
        font-size: 22px;
    }
    .response {
        padding: 0px 0px 60px 0px;
    }
    .title-section-left h3 {
        font-size: 34px;
    }
    .title-section h3 {
        font-size: 28px;
    }
    .feedback-slider-item:after {
        left: 0px;
        right: 0px;
    }
    .feedback-slider-item {
        padding: 40px;
    }
}

.latest-blog {
    padding-top: 80px;
}

.services .content {
    transition: 1.5s;
    height: 100%;
}

.services .content:hover {
    background: #353865;
    color: white;
    transition: 1.5s;
}

.services .content:hover i,
.services .content:hover h5 {
    color: white;
    transition: 1.5s;
}

.services .content-center:hover {
    background: white;
    color: black;
}

.services .content-center:hover i,
.services .content-center:hover h5 {
    color: #353865;
}

.typesof {
    text-align: center;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 20px 10px 10px 10px;
    border-radius: 5px;
    transition: 1s;
    background-color: white;
}

.property-section {
    background: #fcfcfc;
    padding: 80px 0;
}

.typesof p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #353865;
}

.imagerealestate img {
    max-width: 100%;
}

.realestate-section {
    margin: 80px 0;
}

.contentrealestate p {
    margin-bottom: 10px;
}

.contentrealestate h6 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.contentrealestate h6 span {
    color: #353865;
    font-weight: 600;
}

.contentrealestate .ulreal {
    padding-left: 40px;
}

.contentrealestate .ulreal li {
    padding-bottom: 5px;
}

.contentrealestate .ulreal li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0a4";
    color: #353865;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
}

.typesof:hover {
    background-color: #353865;
    color: white;
    transition: 1s;
}

.typesof:hover p {
    color: white;
}

.typesof:hover img {
    filter: brightness(0) invert(1);
}

.navbar .navbar-brand img {
    width: 100%;
    height: 60px;
}

.navbar .navbar-brand {
    padding: 5px 0 0 20px;
}

.foot-img img {
    max-width: 100%;
}

.our-work .content img {
    width: 100%;
    height: 350px;
    position: relative;
    object-fit: cover;
}

.ccssds:hover {
    color: #353865;
    text-decoration: none;
    transition: .5s ease-out;
}

@media screen and (max-width:767px) {
    .home-intro {
        padding: 100px 0 100px !important;
    }
    .home-intro h6 {
        line-height: 30px;
        width: 100%;
    }
    .contact li {
        margin-bottom: 25px;
        font-size: 14px;
    }
    .contact .map p {
        overflow: hidden;
        line-height: 24px;
    }
    .property-section .col-md-2 {
        width: 50%;
    }
    .navbar .navbar-brand img {
        max-width: 100% !important;
        height: 60px;
    }
}

@media screen and (max-width:330px) {
    .navbar .navbar-brand img {
        max-width: 100% !important;
        height: auto;
    }
}

.upparbcahg {
    text-transform: uppercase;
}

.title-section {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.bchga {
    transform: rotate( 90deg);
    background: #353865;
    color: white;
    padding: 10px;
    border-radius: 50%;
}

@media screen and (max-width:330px) {
    .bjdfdd {
        display: none;
    }
}