body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 15px
}

a:hover {
    text-decoration: none
}

.banner {
    position: relative
;overflow: hidden;}



.parallax-slider {}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    z-index: 99
}

.navbar {
    border-radius: 12px;
    padding: 0
;min-height: 64px;}

.navbar-brand {
    padding: 10px
}

.navbar-collapse {
    background-image: linear-gradient(to right, #c81d5e, #1385c4, #00d0a2);
    padding: 0 20px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 33px 21px
}

.navbar-light .navbar-nav .nav-item {
    padding: 0 2px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    background: url(../images/menu-hover.png) no-repeat 0 28px;
    background-size: 100% 42%
}

.btn_theme {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    border-radius: 30px;
    font-family: Roboto, sans-serif
}

.blue {
    background: #0c90c3;
    color: #fff
}

.pink {
    background: #c2284f;
    color: #fff;
}

.btn-hover {
    position: relative;
    overflow: hidden
}

.white {
    background: #fff;
    color: #010000
}

.btn-hover:before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    border-radius: 0
}

.btn-hover:hover:before {
    width: 100%;
    z-index: -1
}

.btn-hover:hover {
    color: #fff
}

.blue:before {
    background: #c2284f
}

.pink:before {
    background: #0c90c3
}

.white:before {
    background: #c2284f
}

.banner_content {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 60%; */
    /* transform: translateY(-50%); */
height: 100%;display: flex;align-items: center;padding-top: 10%;min-height: 650px;}

.inner-banner .banner_content {min-height: auto;}

.banner_content span.caption1 {
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    display: block;
    font-weight: 500
}

.welcome {
    position: relative;
    padding: 50px 0
;overflow: hidden;min-height: 626px;}

.welcome_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);}

.image {
    border-radius: 15px;
    overflow: hidden;
    background: #e4e4e4
}

.welcome h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    position: relative;
    line-height: 1.4
}

.welcome h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/heading-bg.png) no-repeat;
    width: 176px;
    height: 27px;
    z-index: -1
}

.welcome_box {
    display: flex;
    margin: 25px 0 0;
    align-items: center
}

.welcome p {
    color: #000;
    font-family: Roboto, sans-serif;
    line-height: 1.9
}

.welcome_box .box_icon {
    margin-right: 15px
}

.welcome h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.content_section {
    position: relative;
    overflow: hidden
}

.content_section_content {
    padding: 50px 0
}

.content_section h2, .content_section h3.section_title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    z-index: 2;
}

.content_section span {
    position: relative;
    line-height: 1
}

.content_section h2 span:before, .content_section h3.section_title span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../images/heading-bg.png) no-repeat;
    width: 120px;
    height: 100%;
    z-index: -1;
    background-size: contain;
    bottom: -20px
}

.service_group {
    padding-top: 22%;
    padding-bottom: 50px
}

.service_box {
    padding: 30px 50px;
    background: #eee;
    position: relative
}

.service_box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.service_box h3 span {
    color: #0c90c3;
    font-size: 36px;
    font-weight: 700
}

.content_section p {
    color: #000;
    font-family: Roboto, sans-serif;
    line-height: 1.9
}

.service_box .image {
    position: absolute;
    right: 70px;
    width: 700px;
    bottom: 20%
}

.service_box .image2 {
    position: absolute;
    left: 70px;
    right: auto;
    width: 700px;
    bottom: 20%
}

.collage {
    background: #e4e4e4
}

.collage_bx {
    padding: 30px;
    color: #fff;
    min-height: 332px
}

.image_bx {
    height: 332px
}

.image_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blue_box {
    background: #00afbd
}

.yellow_box {
    background: #e6495e;
}

.green_box {
    background: #62b546
}

.orange_box {
    background: #e85624
}

.red_box {
    background: #d64043
}

.violet_box {
    background: #5a5177
}

.gray_box {
    background: #514642
}

.nightcafe_box {
    background: #ad9561
}

.odyssey_box {
    background: #006766
}

.collage_bx h2,
.collage_bx h3,
.collage_bx span.collage_bx_text {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    display: block;
}

.collage_bx h2 span, .collage_bx span.collage_bx_text span {
    font-size: 16px;
    font-weight: 500
}

.collage p {
    color: #fff;
    font-family: Roboto, sans-serif;
    line-height: 1.9
}

.collage_bx2 {
    height: 110.6px;
    padding: 80px 15px 15px;
    display: block
}

.collage_bx2 p {
    font-size: 12px;
    text-align: left
}

.inspiration .image {
    height: 290px;
    position: relative;
    display: grid;
    align-items: center;
    min-height: inherit
}

.inspiration .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inspiration .image_content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    padding: 10px 15px
}

.inspiration p {
    line-height: 1.5
}

.our_team {
    padding: 50px 0;
    background-image: linear-gradient(to right, #1385c4, #00d0a2)
}

.our_team h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    z-index: 1
}

.our_team h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../images/heading-bg2.png) no-repeat;
    width: 203px;
    height: 31px;
    z-index: -1
}

.content {
    position: relative;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: -1px 0 13px 5px #88888882;
    background: #e4e4e4
}

.content .content-overlay {
    background: rgb(18, 135, 194, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.fadeIn-bottom {
    top: 80%
}

.odd {
    transform: scale(1.1);
    margin: 30px auto 50px
}

.even {
    transform: scale(1.05) translateY(50px);
    z-index: 9;
    position: relative
}

.content ul li {
    display: inline-block;
    padding: 0 10px;
    position: static
}

.our_team h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.our_team p {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #fff
}

.client {
    padding: 0 15px
}

.client .image {
    width: 150px
}

.client h3 {
    font-size: 20px;
    color: #249ac8
}

.owl-theme .owl-dots .owl-dot span {
    background: #249ac8;
    width: 12px;
    height: 12px;
    border: 2px solid #249ac8;
    position: relative
}

.owl-theme .owl-dots .owl-dot span:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 5px solid #249ac8
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #82e8d1;
    border: 2px solid #fff
}

footer {
    background-image: linear-gradient(to right, #1385c4, #00d0a2);
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 90px 0 0
}

footer h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700
}

footer h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700
}

footer ul.menu {
    margin: 30px 0 0;
    padding: 0 0 30px;
    list-style: none;
    font-family: Roboto, sans-serif
}

footer ul.menu li {
    display: block;
    margin: 11px 0
}

footer ul.menu li a {
    color: #fff;
    padding-left: 15px;
    background: url(../images/footer-arrow.png) no-repeat left -30px
}

footer ul.menu li a:hover {
    color: #000;
    background: url(../images/footer-arrow.png) no-repeat left 3px
}

footer hr {
    border-color: #75cbce
}

footer p {
    color: #fff;
    line-height: 1.7;
    font-family: Roboto, sans-serif
}

footer p a {
    color: #fff
}

footer p a:hover {
    color: #000
}

.social {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.social li {
    margin: 0;
    padding: 0;
    list-style: none
}

.social a,
.social li {
    height: 38px;
    display: block
}

.fb {
    left: 0;
    width: 38px;
    background: url(../images/social-media-new.png) 0 0
}

.linkedin {
    left: 0;
    width: 44px;
    background: url(../images/social-media-new.png) -54px 0
}

.twitter {
    left: 0;
    width: 40px;
    background: url(../images/social-media-new.png) -112px 0
}

.footer_bottom {
    background: #000;
    padding: 20px 0
}

.newsletter .input-group {
    border: 1px solid #fff;
    border-radius: 25px
}

.newsletter .form-control {
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: 0 0;
    font-size: 14px;
    border-right: 0
}

.newsletter .btn {
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #fff;
    color: #259bc8;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    padding: 6px 20px
}

.newsletter .form-control::-webkit-input-placeholder {
    color: #fff
}

.newsletter .form-control::-moz-placeholder {
    color: #fff
}

.newsletter .form-control:-ms-input-placeholder {
    color: #fff
}

.newsletter .form-control:-moz-placeholder {
    color: #fff
}

.work-process {
    padding: 50px 0 380px;
    background-image: linear-gradient(to right, #269dc7, #3ab5b9, #4ac9ae)
}

.work-process h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px
}

.work-process h2 span {
    position: relative;
    z-index: 99;
    display: inline-block;
    line-height: 1
}

.work-process h2 span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 4px;
    background: url(../images/heading-bg2.png) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: -1
}

.work-process-list {
    padding: 0;
    list-style: none;
    display: flex
}

.work-process-list li {
    position: relative
}

.work-process-list li:nth-child(even) {
    transform: translateY(348px)
}

.work-process-list h4 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    font-weight: 600
}

.work-process .work-process-single-img {
    border-radius: 100%;
    overflow: hidden;
    max-width: 200px;
    border: 5px solid #82e8d1
}

.work-process-list li:nth-child(even):after {
    position: absolute;
    left: -75px;
    content: "";
    top: -120px;
    background: url(../images/process-icon-left.png) no-repeat;
    height: 100%;
    width: 100%;
    transform: rotate(10deg)
}

.work-process-list li:nth-child(odd):after {
    position: absolute;
    left: -60px;
    content: "";
    bottom: -230px;
    background: url(../images/process-icon-right.png) no-repeat;
    height: 100%;
    width: 100%;
    transform: rotate(-10deg)
}

.work-process-list li:first-child:after {
    display: none
}

.news {
    background: #fff;
    position: relative;
    overflow: hidden
}

.news .news-content {
    padding: 110px 0;
    z-index: 99
}

.section-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    z-index: 1
}

.section-title span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../images/heading-bg.png) no-repeat center;
    width: 250px;
    height: 100%;
    z-index: -1;
    background-size: contain;
    bottom: -15px
}

.section-title span {
    position: relative;
    line-height: 1;
    display: block;
}

.news .section-title {
    margin-bottom: 50px
}

.news .news-single img {
    border-radius: 20px
}

.news .news-single .blog-single-content {
    padding-top: 20px
}

.news .news-single .blog-single-content .blog-meta li:not(:last-child) {
    border-right: 1px solid #0c90c3;
    padding-right: 10px
}

.news .news-single .blog-single-content .blog-meta li {
    line-height: 1;
    color: #777
}

.news .news-single .blog-single-content h3 {
    color: #249ac8;
    font-size: 36px;
    font-weight: 600
}

.news .news-single .blog-single-content .blog-meta {
    margin-bottom: 30px
}

.news .news-single .blog-single-content p {
    color: #000;
    line-height: 1.7;
    font-family: Roboto, sans-serif
}

.news-sidebar {
    box-shadow: 0 0 20px #d4d4d4;
    border-radius: 10px;
    padding: 20px;
    background: #fff
}

.news-sidebar ul {
    padding: 0;
    list-style: none
}

.news-sidebar ul li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.news-sidebar h4 {
    font-size: 22px;
    color: #249ac8;
    text-align: center;
    margin-bottom: 20px
}

.sidebar-news-single {
    margin-bottom: 20px;
    border-bottom: 1px solid #aad8ea;
    padding-bottom: 20px
}

.news-sidebar ul li:nth-child(even) a {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.sidebar-news-single h5 {
    font-size: inherit;
    color: #000;
    font-weight: 700
}

.sidebar-news-single img {
    border-radius: 5px
}

.sidebar-news-single .media-body span {
    color: #605f5f
}

.request-quote {
    position: relative;
    background: #e4e4e4;
    padding: 50px 0
}

.request-quote:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: url(../images/request-quote-icon.png) no-repeat;
    z-index: 9;
    background-size: cover
}

.request-quote .request-form {
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden
}

.request-quote .request-form .form-inner {
    padding: 80px 80px 40px
}

.request_form-right .form-control {
    border-radius: 5px;
    height: 46px;
    background: 0 0;
    border: 1px solid #ffffff;
}

.request_form-right .custom-select {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center!important;
    background-size: 8px 10px!important
}

.request_form-right button {
    min-width: 200px;
    border-radius: 5px;
}

.request-quote .request-quote-bg {
    position: absolute;
    z-index: -1
}

.request-quote h2 {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    font-size: 36px;
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .dropdown-item {
        border: 0;
        border-radius: 0;
        white-space: normal;
    }
    .dropdown-item {
        font-size: 14px;
        padding: 8px 20px;
    }
    .dropdown-menu {
        display: none;
        width: 230px;
        margin: 0
    }
    .dropdown:hover .dropdown-menu {
        display: block
    }
    .dropdown-item:hover {
        background: #18afd3;
        color: #fff
    }
    .animate {
        animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.inner-banner {
    height: 395px
}

.inner-banner .inner-banner-title {
    font-size: 36px;
    color: #fff;
    font-weight: 700
}

.inner-banner .breadcrumb {
    background: 0 0;
    padding: 0
}

.inner-banner .breadcrumb li,
.inner-banner .breadcrumb li a {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.service-list {
    position: relative;
    overflow: hidden
}

.service-list-bg {
    position: absolute;
    width: 100%;
    z-index: -1
}

.service-list .section-title {
    margin-bottom: 40px
}

.service-list-single {
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px #e2e2e2;
    margin-top: 35px
}

.service-list-single:nth-child(even) .service-single-content {
    padding: 20px 0 20px 30px
}

.service-list-single .service-list-single-icon {
    padding: 10px
}

.service-list-single .service-single-content h3 a {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px
}

.service-list-single .service-single-content {
    padding: 20px 30px 20px 0
}

.service-list-single .service-single-content p {
    font-size: 14px;
    line-height: 2;
    color: #323232;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: justify
}

.service-list-single .service-list-single-img {
    overflow: hidden;
    display: flex;
    position: relative;
    height: 100%
}

.service-list-single .service-list-single-img .service-overlay {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease
}

.service-list-single:hover .service-list-single-img>img {
    transition: .5s ease;
    transform: scale(1.2)
}

.service-list-single .service-list-single-img>img {
    transition: .5s ease;
    object-fit: cover
}

.service-list-inner {
    padding: 50px 0;
    background: #f3f3f3
}

.service-gallery {
    position: relative
}

.service-gallery-bg {
    position: absolute;
    width: 100%
}

.service-gallery-inner {
    padding: 50px 0 80px
}

.welcome_box h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.service-gallery-slider .owl-nav img {
    max-width: 50px
}

.service-gallery-slider .service-gallery-single {
    border-radius: 0 20px 20px 0;
    overflow: hidden
}

.service-video {
    border-radius: 15px;
    transform: translate(-100px, 145px);
    z-index: 999;
    position: relative
}

.service-video img {
    border-radius: 15px
}

.service-gallery-slider {
    position: relative
}

.service-gallery-slider:before {
    position: absolute;
    width: 70%;
    height: calc(100% - 139px);
    content: "";
    right: 0;
    background: #c4215e;
    z-index: -9999;
    transform: translate(220px, 70px);
    border-radius: 15px
}

.service-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%)
}

.popup {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

.show-popup .popup {
    opacity: 1;
    visibility: visible
}

.popup>iframe {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -280px
}

.inspiration-bg,
.news-bg,
.testimonial-bg {
    position: absolute
}

.section_content {
    padding: 50px 0
}

.about_img {
    border-radius: 100%;
    overflow: hidden;
    max-width: 317px;
    border: 5px solid #fff;
    background-image: linear-gradient(to right, #8fd5c7, #7cbcd4);
    min-height: 317px
}

.about-carousel .item {
    padding: 50px;
    border-radius: 12px;
    border: 8px solid #f2f2f2
}

.about-carousel .item p {
    font-weight: 400;
    color: #fff
}

.about-carousel .owl-item img {
    width: auto
}

.bookmarks {
    margin-top: 10px;
    display: grid;
    position: absolute;
    right: -20.7%;
    top: 40%;
    background-image: linear-gradient(to left, #1385c4, #00d0a2);
    width: 300px;
    border-radius: 12px;
    justify-items: end;
    padding: 50px 30px;
    cursor: pointer
}

.about-carousel .owl-dots .owl-dot {
    padding: 15px 10px!important
}

.test {
    margin: 0;
    padding: 0
}

.test li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #48eac8;
    margin: 30px 0;
    list-style: none;
    overflow: hidden
}

.test li.active {
    list-style: decimal outside none;
    counter-increment: custom;
    background: 0 0;
    color: #fff;
    font-size: 36px;
    width: 35px;
    height: auto;
    font-weight: 600;
    list-style-position: inside
}

.paint_peace_mind {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%
}

.paint_peace_mind p {
    font-size: 14px
}

.clear {
    zoom: 1
}

.clear:after {
    clear: both
}

.clear:after,
.clear:before {
    content: "";
    display: table
}

.paint_peace_mind_image {
    width: 50%;
    min-height: 500px
}

.paint_peace_mind_image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.paint_peace_mind_description {
    width: 50%;
    float: right;
    padding: 3% 7%;
    background: #18afd3;
    color: #fff;
    text-align: left;
    display: flex!important;
    justify-content: center;
    flex-direction: column
}

.paint_peace_mind_description h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600
}

.paint_peace_mind_description h2 span {
    font-weight: 600
}

.paint_peace_mind_description p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1.9;
    font-family: Roboto, sans-serif
}

.paint_peace_mind_description h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.about_services h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px
}

.text-blue {
    color: #249ac8
}

.blue_text {
    color: #249ac8;
    font-weight: 700;
    font-size: 32px
}

.contact_form {
    font-family: Roboto, sans-serif
}

.contact_form input.form-control {
    border-radius: 30px;
    height: 45px;
    background: 0 0;
    border: 1px solid #a3a3a3;
    border-right: 0;
    font-size: 14px
}

.contact_form textarea.form-control {
    border-radius: 30px;
    background: 0 0;
    border: 1px solid #a3a3a3;
    padding: 20px;
    font-size: 14px
}

.contact_form .input-group-text {
    border: 1px solid #a3a3a3;
    background: 0 0;
    border-left: 0;
    border-radius: 0 30px 30px 0!important
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #b0adad
}

.contact_form .form-control::-moz-placeholder {
    color: #b0adad
}

.contact_form .form-control:-ms-input-placeholder {
    color: #b0adad
}

.contact_form .form-control:-moz-placeholder {
    color: #b0adad
}

.error_bg {
    padding: 300px 0 120px;
    background: url(../images/news-bg.jpg)
}

.error_bg h2 {
    font-weight: 600;
    font-size: 30px;
    color: #1385c4;
    background: linear-gradient(to right, #1385c4 0, #00cfa2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.error_bg h3 {
    font-weight: 600;
    font-size: 24px;
    color: #1385c4;
    background: linear-gradient(to right, #1385c4 0, #00cfa2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.why-choose h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px
}

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

.why-choose li {
    background: url(../images/check-mark.png) no-repeat left 5px;
    color: #fff;
    font-weight: 600;
    padding: 7px 0 6px 45px;
    font-size: 16px;
    overflow: hidden;
}

.why-box {
    background: #b1a0cf;
    background: -moz-linear-gradient(left, #b1a0cf 0, #5c4c97 100%);
    background: -webkit-linear-gradient(left, #b1a0cf 0, #5c4c97 100%);
    background: linear-gradient(to right, #b1a0cf 0, #5c4c97 100%);
    padding: 30px;
    min-height: 450px
}

.nomrgn {
    margin: 0!important
}

.nopadd {
    padding: 0!important
}

.work-process-list p {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.work-process .work-process-single-img {
    width: 170px
}

.inner-ul {
    margin: 0;
    padding: 0
}

.inner-ul li {
    list-style: none;
    display: block;
    position: relative;
    line-height: 2
}

.inner-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/brush-with-fresh-painting.png);
    background-size: 100% 100%;
    width: 24px;
    height: 24px
}

.inner-ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    overflow: hidden;
}

.inner-ul1 {
    margin: 0;
    padding: 0
}

.inner-ul1 li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    list-style: none;
    display: block;
    line-height: 2
}

.inner-ul1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/brush-with-fresh-painting1.png);
    background-size: 100% 100%;
    width: 24px;
    height: 24px
}

.back-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.inner-group {
    padding-top: 2%
}

.inner-group .service_box .image,
.inner-group .service_box .image2 {
    width: 500px;
    bottom: 9%
}

.div-line {
    width: 100%;
    background: #f1f1f1;
    height: 1px
}

.content_section h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.section_content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 5px;
    background: #18afd3
}

.col-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.col-count li {
    margin-bottom: 20px
}

.none-line:after {
    display: none
}

.paint_peace_mind_width p a {
    color: #fff;
    font-weight: 600
}

.service-contact-inner {
    text-align: center;
    padding: 40px 0
}

.content_section p {
    font-size: 16px
}

.content_section p a {
    color: #1d80bf;
    font-weight: 600
}

.errorClass,
.has-error {
    border: 1px solid red!important
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.active .dropdown-item {
    background: #18afd3;
    color: #fff
}

.arw {
    display: none
}

.request_form-right.textarea {
    height: 180px
}

.fixed-header {
    margin: 0;
    background: rgba(92, 76, 151, .9);
    position: fixed;
    width: 100%;
    padding: 10px 0;
    display: none;
    z-index: 99999;
    top: 0
}

.btn-custom {
    background: #fff;
    color: #424242;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.tap-btn-r {
    float: right
}

.call-info-inr {
    color: #fff!important;
    font-size: 24px;
    font-weight: 600;
    margin-right: 16px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid;
    padding: 4px 17px;
    border-radius: 4px
}

.call-info-inr .icon {
    background: url(../images/ico4.png) no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 11px;
    float: left;
    background-size: cover;
    margin-top: 7px
}

.btn-con {
    background: #fff;
    color: #212121;
    font-weight: 600;
    padding: 12px 28px;
    vertical-align: middle
}

.cta-inline {
    background: url(../images/cta1-min.jpg) no-repeat;
    background-size: cover;
    padding: 38px 0;
    text-align: center
}

.cta-inline h3 {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 37px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600
}

.cta-inline .cta-call {
    background: 0 0;
    padding: 8px 28px;
    font-weight: 700;
    border-radius: 30px;
    margin: 0 20px;
    font-size: 23px;
    vertical-align: middle;
    display: inline-block;
    border: 3px solid #fff;
    color: #fff;
    letter-spacing: 2px
}

.cta-inline .cta-call img {
    width: 25px;
    vertical-align: middle;
    margin-right: 11px
}

.blog_details {
    font-family: Roboto, sans-serif
}

.mt-30 {
    margin-top: 30px
}

.always-visible-element {
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 20px 0 rgba(65, 61, 73, .2);
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 20px;
    font-family: Roboto, sans-serif;
    height: 100%
}

.blog-list-content {
    padding: 0 20px
}

.blogname {
    margin: 0;
    padding: 0;
    list-style: none
}

.icon-bx-wraper {
    position: relative
}

.icon-cell {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
    color: #0db4ac
}

.icon-content {
    overflow: hidden
}

.always-visible-element h2 {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 20px;
    font-weight: 300
}

.always-visible-element h2 a {
    color: #0c90c3
}

.always-visible-element p {
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0 0 0;
    color: grey;
    text-align: left;
    font-family: Roboto, sans-serif
}

.underpost-list {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
    margin: 12px 0 0;
    min-height: 44px;
    padding: 10px 0
}

.underpost-list>ul>li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-right: 1px solid #e4e4e4
}

.underpost-list>ul>li {
    display: block;
    padding: 2px 6px;
    margin: 6px 3px;
    float: left;
    width: auto
}

.underpost-list li a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: grey
}

.underpost-list li a i {
    color: #6754a5
}

.blogpost-socials {
    font-size: 12px;
    line-height: 14px;
    padding: 0!important;
    margin: 0!important;
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6
}

.blogpost-socials>li {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    width: auto!important;
    padding: 0!important;
    margin-right: 4px
}

.blogpost-socials li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding-right: 10px;
    color: #000
}

.blogpost-socials li a:hover {
    color: #27378f
}

.always-visible-element .menu-content {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.always-visible-element .menu-content li {
    background-image: none;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    padding: 0;
    color: #6754a5;
    font-size: 18px
}

.always-visible-element .menu-content li span {
    color: grey;
    font-size: 13px;
    padding-left: 5px
}

.read_more {
    color: #0c90c3;
    font-size: 18px;
    padding-top: 10px;
    float: left;
    width: 100%;
    text-align: left
}

.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6754b1;
    border-color: #6754b1
}

.pagination>li>a,
.pagination>li>span {
    color: #6754b1
}

.blog_sidebar img {
    width: 150px;
    float: left;
    margin-right: 10px;
    border-radius: 4px
}

.blog_sidebar h2 {
    float: left;
    width: 100%;
    color: #0c90c3;
    font-size: 24px;
    position: relative;
    margin: 30px 0 10px 0;
    font-family: Roboto, sans-serif
}

.blog_left {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    font-family: Roboto, sans-serif
}

.blog_left span {
    color: grey;
    font-size: 14px;
    text-align: left;
    float: left
}

.blog_sidebar p {
    text-align: left;
    color: #0c90c3
}

.categories {
    width: 100%;
    float: left
}

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

.categories ul li {
    display: block;
    padding: 8px 0;
    background-image: none
}

.categories ul li a {
    color: grey;
    padding: 0 10px
}

.categories ul li a:hover {
    text-decoration: none
}

.menu-content {
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.menu-content li {
    background-image: none;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    padding: 5px 5px 5px 0
}

.menu-content li a {
    color: #6754a5;
    font-size: 18px
}

.menu-content li a span {
    color: #a9a9a9;
    font-size: 14px;
    padding-left: 8px
}

.menu-content li a:hover {
    text-decoration: none
}

.blog_details img {
    border-radius: 4px
}

.blog_details h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
    color: #0c90c3;
    margin-top: 30px
}

.blog_details h2 {
    text-align: left;
    font-size: 26px
}

.blog-main-img {
    margin-top: 30px
}

@media only screen and (max-width:1199px) {
    .always-visible-element .menu-content li {
        padding-right: 8px
    }
}

@media only screen and (max-width:991px) {
    .always-visible-element {
        min-height: auto;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:440px) {
    .share-this {
        float: left;
        width: 100%
    }
}

.inner_content {
    padding: 50px 0
}

.ft-social {
    text-align: center
}

.ft-social li {
    float: none;
    display: inline-block
}

.request_form {}

.request_form-left {
    padding: 30px;
    color: #fff;
    height: 100%;
    align-items: center;
    display: flex;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
}

.request_form-left h3 {
    font-size: 26px;
    text-transform: uppercase;
}

.request_form-left h4 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
}

.request_form-left h4 span {
    font-weight: bold;
    color: #49c8ae;
}

.request_form-left h3 span {
    display: block;
    font-weight: 700;
    font-size: 62px;
    margin-bottom: 10px;
}

.request_form-right {
    padding: 30px;
    background: #406baa;
    background-image: linear-gradient(to right, #269dc7, #3ab5b9, #4ac9ae);
height: 100%;}

.request_form-right h2, .request_form-right h3 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}

.request_form-right label {
    color: #fff;
}

.request_form-right textarea {
    height: auto !important;
}

.request_form-left li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    list-style: none;
    display: block;
    line-height: 2;
}

.request_form-left ul {
    padding: 0;
}

.request_form-left li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/brush-with-fresh-painting1.png);
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

.offer-btn-group .btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.offer-btn-group .btn:before {
    background: #fff;
}

.offer-btn-group .btn:hover {
    color: #333;
}

.offer-btn-group .btn + .btn {
    margin-left: 20px;
}

.offer-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.we-provide {
    padding: 50px 0;
}

.we-provide li {
    font-weight: normal;
}

.faq_section{padding-bottom:50px;}
.faq {
  padding-top: 50px;
}
.faq .card {
  border-top: none;
  border-radius: 0;
  margin-bottom: 10px;
  box-shadow: 1px 2px 3px 1px rgb(204 204 204 / 63%);
}
.faq .card .card-header {
  border-radius: 0;
  border-bottom: 2px solid #c71e5f;
  padding: 5px 35px 5px 25px;
  background-image: linear-gradient(to right, #1385c4, #00d0a2);
}
.faq .card .card-header .btn-link {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  white-space: normal;
}
.faq .card .card-header .btn-link::after {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
  width: 30px;
  height: 30px;
  /*border: 1px solid;*/
  border-radius: 50%;
  font-size: 22px;
  right: 6px;
  line-height: 1;
  padding: 3px 8px;
  display: inline-block;
  transition: 0.4s ease;
  background: #c71e5f;
  color: #fff;
  position: absolute;
}
.faq .card .card-header .btn-link.collapsed::after {
  transform: rotate(-180deg);
  transition: 0.4s ease;
}

.faq .card .card-body {
  box-shadow: 1px 2px 3px 1px rgb(204 204 204 / 63%);
}
.faq .card .card-body p{margin:0;}

.we-provide .section-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.price-img {
    border: 1px solid #1092be;
    border-radius: 5px;
    margin: 10px;
    max-width: 50%;
    margin-bottom: 0;
}

.price-table thead tr {
    background: #1385c4;
    background-image: linear-gradient(to right, #1385c4, #00d0a2);
    color: #fff;
}

.price-table thead tr p {
    color: #fff;
}

.price-table p {
    margin: 0;
}

.offer_bnr {
    height: 100%;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.banner-btn {
    min-width: 160px;
}

.offer_btn {
    position: relative;
    display: inline-block;
/* min-height: 150px; */}

.banner .offer_btn {min-height: 150px;min-width: 400px;}

.offer_btn > img {
    padding-top: 2%;
/* min-height: 150px; */object-fit: contain;}

.offer_btn span {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 45px;
    right: 0;
    font-weight: 600;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.offer_btn span strong {
    font-weight: 600;
}

.welcome h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
}
.video {
    border-radius: 15px;
    margin-bottom: 15px;
    display: grid;
    overflow: hidden;
}
.video .figure {
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}
.video .figure a {
    display: block;
    position: relative;
    text-decoration: none;
}
.video .figure img {
    display: block;
    height: auto;
    max-width: 100%;
min-height: 300px;}
.video .figure a::after {
    background: url(../images/video-play-btn.png);
    bottom: 0;
    content: '';
    display: block;
    height: 71px;
    left: 0;
    line-height: 2;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: background-color .25s,opacity .25s;
    width: 71px;
}
.video iframe {
    border: 0;
    display: block;
    height: 300px;
    width: 100%;
}
.inner_page_content{
    position: relative;
}
.inner_page_content p {
    color: #000;
    font-family: Roboto, sans-serif;
    line-height: 1.9;
}
.inner_page_content ul {
    padding: 0;
}
.inner_page_content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-weight: 400;
    display: block;
    color: #000;
    font-family: Roboto, sans-serif;
    line-height: 1.9;
}
.inner_page_content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/brush-with-fresh-painting.png);
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.inner_page_content li a{
    color: #2879b9;
}
.inner_page_content h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}
.inner_page_content h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 5px;
    background: #18afd3;
}
.inner_page_content h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
}
.inner_page_content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 5px;
    background: #18afd3;
}
.inner_page_content h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}
.inner_page_content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 5px;
    background: #18afd3;
}
.inner_page_content h4 {
    font-size: 18px;
    font-weight: 700;
}
.sidebar-form {
    background: #49c8ae;
    background-image: linear-gradient(to top, #269dc7, #3ab5b9, #4ac9ae);
    padding: 20px 30px 10px;
}
.inner_call_to_action .text_bx {
    padding: 10px 20px;
    background: #c22061;
    display: flex;
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: space-between;
}
.inner_call_to_action .text_bx2 {
    padding: 7px 50px;
    background: #04518c;
    display: flex;
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: space-between;
}
.inner_call_to_action .text_bx li {
    display: inline-block;
    background: 0 0;
    margin-bottom: 0;
    padding: 0;
}
.inner_call_to_action .text_bx2 li {
    display: inline-block;
    background: 0 0;
    margin-bottom: 0;
    padding: 0;
    width: auto;
}
.inner_call_to_action .text_bx .text_24 {
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    line-height: 2.5;
    font-weight: 600;
}
.inner_call_to_action .text_bx li:before{
    content: none;
}
.inner_call_to_action .text_bx2 .text_24 {
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    line-height: 2.6;
    font-weight: 600;
}
.inner_call_to_action .text_bx .ph_no a {
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    display: block;
}
.inner_call_to_action .text_bx2 .ph_no a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
}
.inner_call_to_action .text_bx li:nth-child(2), .inner_call_to_action .text_bx2 li:nth-child(2) {
    background: url(../images/call.html) 5px 12px no-repeat;
    padding-left: 30px;
    width: 175px;
    margin: auto;
}
.book_now {
    padding: 17px 10px;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    background: #00d0a2;
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 1.45;
}
.book_now:hover {
    color: #fff;
    background: #1883c2;
}
.sidebar-form span.form_heading {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
}
.sidebar-form span.form_heading::after {
    content: "";
    background-color: #166561;
    width: 60px;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-form input.form-control{
    background: none;
    border-color: #fff;
    height: 40px;
}
.sidebar-form textarea.form-control{
    background: none;
    border-color: #fff;
    height: 110px;
}
.sidebar-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.sidebar-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.sidebar-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.inner_cta{
    position: relative;
    background: url(../images/cta-bg-min.jpg);
    background-size: cover;
}
.inner_cta_content{
    padding: 30px 20px;
    text-align: center;
    background: #00d0a2;
    background: linear-gradient(to right, rgba(19, 133, 196, 0.92), rgba(0, 208, 162, 0.82));
}
.cta_text1{
    color: #fff;
    font-size: 24px;
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.cta_text2{
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: block;
    font-weight: 600;
}
.inner_cta_content .btn_white{
    background: #fff;
    color: #04518c;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 10px;
}
.inner_cta_content .btn_blue{
    background: #04518c;
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 10px;
}
.content_img {
    width: 380px;
    border-color: #1092be;
    border-radius: 5px;
    padding: 0;
}
.sidebar-form .g-recaptcha{
    transform:scale(0.95);
    -webkit-transform:scale(0.95);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.gallery_image {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  height: 262px;
}
.gallery_image .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.gallery_image:hover .content-overlay{
  opacity: 1;
}
.gallery_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gallery_image:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fadeIn-bottom{
  top: 80%;
}
.zoom {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  border: 3px solid #fff;
  background: none;
  cursor: pointer;
}
.zoom:before {
  content: '';
  width: 3px;
  height: 11px;
  background: #fff;
  display: block;
  top: 3.5px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.zoom:after {
  content: '';
  height: 3px;
  width: 11px;
  background: #fff;
  display: block;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.zoom-inner {
  width: 15px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 100%;
  right: -11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.zoom:focus{
  outline: none;
}
.map_iframe{margin-bottom: -7px;}
.welcome_bg{min-height: 520px;}
.new-banner-cnt .caption1{font-size: 49px !important;}
.sub-caption{font-size: 30px;color: #fff;line-height: 1.5;text-shadow: 0px 0px 15px #000;}
.welcome_content p a{color: #c41e5f;}
.why-box ul li strong{display: block;
    font-size: 20px;
    margin-bottom: 5px;}
.why-box ul li{font-weight: normal;}
.why-new-sec{height:auto !important;}
.why-new-sec picture{display: inline-block;width: 100%;height: 100%;}
.appointment-modal .modal-header h4 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.appointment-modal .modal-header{background:#c2284f;}
.appointment-modal .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #cf2127!important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    text-align: center;
    margin-top: -15px;
    margin-right: -15px;
    padding: 1px;
}
.appointment-modal .form-control{
   padding: 10px 15px 10px 15px;
    color: #666;
    border-radius: 0;
    line-height: initial;
    resize:none;
}
.mobile_call{display:none;}
.mobile_fixed_call{display:none !important;}
.btn-rtt{display:none;}
.overlay.contact-overlay{display:none;}
.appointment-modal .btn_theme{text-transform: uppercase;
    /* width: 100%; */
    font-size: 20px;}
.appointment-modal .g-recaptcha{display:inline-block;}
@media (max-width: 1199px){
	.why-box ul li strong{font-size: 18px;}
	.why-box ul li{font-size: 14px;}
	.new-banner-cnt .caption1 {font-size: 42px !important;}
	.sub-caption{font-size:25px;}
	.welcome_content{top:52% !important;}
}
@media (max-width: 991px){
	.sub-caption{font-size: 24px;}
	.new-banner-cnt .caption1 {font-size: 34px !important;}
	.why-new-sec picture{max-height: 530px;}
	.why-new-sec picture img{width: 100%;height: 100%;object-fit: cover;object-position: bottom center;}
	.welcome_content{top:50% !important;}
}
@media (max-width: 800px){
	.why-new-sec picture{max-height: 430px;}
}
@media (max-width: 767px){
	.why-new-sec picture{max-height: 100%;}
	.why-box ul li{text-align: justify;}
	.welcome p{text-align: justify;}
	.banner_content {min-height: 515px !important;}
	.new-banner-cnt .caption1 {font-size: 30px !important; text-shadow:0px 0px 15px #000;}
	.sub-caption {font-size: 20px;}
	.banner{    background-position: center center !important;
    background-attachment: scroll  !important;
        -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
        -webkit-background-attachment: scroll  !important;
        -moz-background-attachment: scroll  !important;
        -o-background-attachment: scroll  !important;
        
    }
        .call-info{display:none !important;}
    .mobile_call{display:flex !important;padding: 4px 0;}
    .mobile_call a {
        display: inline-block;
        background: #c2284f;
        padding: 13px 13px;
        font-weight: 600;
        color: #fff;
        text-align: center!important;
        font-size: 18px;
        justify-content: center;
        width: calc(100% - 10px);
        margin: 0 5px;
        border-radius:5px;
        text-transform:uppercase;
    }
    .mobile_fixed_call{display:flex !important;padding: 4px 0;background:#fff;justify-content: space-around;position:fixed;bottom:0;left:0;width:100%;z-index:9999;}
    .mobile_fixed_call a {
        display: inline-block;
        background: #c2284f;
        padding: 13px 13px;
        font-weight: 600;
        color: #fff;
        text-align: center!important;
        font-size: 22px;
        justify-content: center;
        width: calc(100% - 10px);
        margin: 0 5px;
        border-radius:5px;
        text-transform:uppercase;
    }
    .phone.fixed-header .btn-custom{width: 49%;
    background: #c2284f;
    color: #fff;
    padding: 11px;
    font-size: 20px;}
    .mobile_fixed_call a img{    width: 27px;
    position: relative;
    top: -2px;
}
    .mobile_fixed_call a img{display:none;}
    .appointment-modal .modal-header .close{    margin-top: 0px;
        margin-right: 0px;
        border-radius: 5px;
        background: #fff !important;
        color: #cf2127;
    }
    .btn-rtt{display:inline-block; width:34px;}
    
    .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #64559c;
    overflow-x: hidden;
    transition: 0.5s;
    display: block;
}
    .overlay .logo{
    margin-top: 15px;
background: transparent;padding: 15px 0; text-align: left;}
.overlay-content {
    position: relative;
    top: 1%;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.overlay-content h3{
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 0px;
padding: 5px 0px;border-radius: 25px;}
.overlay-content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}
.overlay-content ul{
    list-style: none;
    padding: 0;
}
.overlay-content ul li{
    border-bottom: 1px dashed #ffffff33;
    padding-bottom: 10px;
    margin-bottom: 11px;
}
.overlay-content ul li:last-child{
    border:none;}
.overlay-content .social li{border-bottom:none;}

.overlay-content ul li p a{
    padding: 0;
    font-size: 15px;
    color: #fff;
    display:inline-block;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #b3b3b3;
    display: block;
    transition: 0.3s;
    font-weight: 500;
}
.overlay a.btn-style{
    color:#fff;
    font-size:22px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding:8px 12px;
    margin-top: 30px;
}
.overlay a:hover,
.overlay a:focus {
    color: #00b5c8;
}
.overlay .closebtn {
    left: 15px;
    font-size: 45px;
    margin-top: -4px;
    top: 0;
    color: white !important;
}
.overlay .logo img{filter: brightness(0) invert(1);}
.border-bottom-white{border-bottom: solid 1px #ffffff30;}
.overlay.contact-overlay{display:inline-block;}
.appointment-modal{z-index: 11111;}
.inner-banner .banner_content{min-height:auto !important;}
.arw{    z-index: 9999 !important;
    line-height: 45px !important;
    height: 39px !important;
    width: 39px !important;
    top: 0 !important;
    font-size: 27px !important;
    border-radius: 0px !important;}
    .ser-a{width:83%;}
    .location-icon{cursor:pointer;}
    .closebtn{cursor:pointer;}
}
@media (max-width: 600px){
    .banner_content {
        min-height: 615px !important;
    }
    .new-banner-cnt .caption1 {font-size: 23px !important;}
	.sub-caption {font-size: 18px;}
	.offer_btn span strong{font-size: 26px;}
	.banner_content {min-height: 560px !important;}
}
@media (max-width: 575px){
	.new-banner-cnt .caption1 {font-size: 23px !important;}
	.sub-caption {font-size: 18px;}
	.offer_btn span strong{font-size: 26px;}
	.banner_content {min-height: 540px !important;}
	
}

@media (max-width:480px){
    .mobile_fixed_call a span{width:100%;display:block;}
    .appointment-modal .form-control{padding:5px 15px;font-size:15px;}
    /*.content_img{display:none;}*/
    .inner-banner{background: #b1a0cf !important;
        background: -moz-linear-gradient(left, #b1a0cf 0, #5c4c97 100%) !important;
        background: -webkit-linear-gradient(left, #b1a0cf 0, #5c4c97 100%) !important;
        background: linear-gradient(to right, #b1a0cf 0, #5c4c97 100%) !important;}
    .inner_cta{background:transparent !important;}
    .absolute{display:none;}
    .cta-inline{background: #00bea4 !important;}
    .gallery_image img{min-height:345px;}
    .blog_details img{min-height:193px;}
    .blog_sidebar img{min-height:100px;}
    .blog-banner{height:290px !important;}
    .always-visible-element img{min-height:192px;}
    .content_img{min-height:192px;}
    .service-list-single .service-list-single-img>img{min-height:193px;}
}
@media (max-width:375px){
    .mobile_call a{padding:8px 4px;}
    .mobile_fixed_call a{padding:21px 4px;}
    .phone.fixed-header .btn-custom{font-size:17px;}
    .mobile_fixed_call a span{font-size:19px;}
    .mobile_fixed_call a img{width:23px;}
    .appointment-modal .modal-header h4{font-size:19px;padding: 0px 25px;}
    .btn-rtt{width:29px;}
    .request_form-left h3 span{font-size:26px !important;}
    .request_form-left h4{font-size:28px !important;}
    .g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    }
}
@media (min-width:1200px){
    .blog_details img{min-height:487px;}
    .blog_sidebar img{min-height:100px;}
    .content_img{min-height:252px;}
    .service-list-single .service-list-single-img>img{min-height:364px;}
}




.cityBanner{
    position: relative;
}
.cityBanner .desktopcityBanner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cityBanner picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.cityBanner .new-banner-cnt{
    position: relative;
    z-index: 11;
}
.cityBanner .banner_content{
    min-height: 790px;
        padding-top: 2%;
}
.cityBanner_cnt{
    text-align: right;
    width: 100%;
    max-width: 635px;
    float: right;
}
.cityBanner_cnt .caption1{
    font-size: 45px !important;
    text-align: right !important;
    font-weight: 300 !important;
}
.cityBanner_cnt .caption1 strong{
    font-weight: 600;
}

.cityBanner_cnt .sub-caption{
    font-size: 25px !important;
    position: relative;
    z-index: 1;
}
.cityBanner_cnt .banner-btn{
    color: #0ca0b8;
    background: #fff;
}
.cityBanner_cnt .banner-btn:before{
    background: #c2284f;
}
.cityBanner_cnt .banner-btn:hover{
    color: #fff;
}
.cityBanner_cnt .offer_btn{
    min-width: 232px;
    top: -13px;
}
.cityBanner_cnt .offer_btn span{
    font-weight: 300 !important;
    display: inline-block;
    text-align: center;
    font-size: 34px;
    line-height: 1;
    height: auto;
    top: 55%;
    transform: translateY(-50%);
}
.cityBanner_cnt .offer_btn span strong{
    display: block;
    font-size: 50px;
    font-weight: 700;
}
.cityWelcomeSec{
    padding-top: 95px;
    padding-bottom: 35px;
}
.minTitle{
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}
.cityWelcomeSec p{
    font-size: 16px;
    color: #606060;
    line-height: 1.8;
}
.cityWelcomeSec .minTitle{
    margin-bottom: 40px;
}
.cityWelcomeSec .minTitle span{
    position: relative;
    background: url(../images/heading-bg.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    padding-bottom: 15px;
}
.cityWelcome_img{
    height: 100%;
    display: inline-block;
    width: 100%;
}
.cityWelcome_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.westminsterCTa{
    padding: 86px 0px;
    position: relative;
}
.westminsterCTa .container{
    position: relative;
    z-index: 1;
}
.westCTa_img{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
}
.westCTa_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:left center;
}
.westminsterCTa p{
    color: #fff;
    line-height: 1.8;
}
.westminsterCTa .listBtn{
    margin-top: 34px;
}
.listBtn .CallBTn{
    margin-right: 10px;
}
.CallBTn{
    background: #c2284f;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
} 
.CallBTn img{
    filter: brightness(0) invert(100%);
    position: relative;
    top: -2px;
}
.CallBTn:hover img{
    filter: inherit;
}
.CallBTn:before{
        background: #fff;
    
} 
.CallBTn:hover{
    color: #010000;
}
.WhiteBtn{
    color: #0ca0b8;
    background: #fff;
    font-weight: 700;
        padding: 18px 45px;
}
.WhiteBtn:before{
    background: #c2284f;
}
.WhiteBtn:hover{
    color: #fff;
}

.pPad{
    padding: 80px 0px;
}
.subTitle{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}

.subTitle.subTitle-h3 {
    font-size: 22px;
}
.subTitle span{
    position: relative;
    background: url(../images/heading-bg.png);
    background-repeat: no-repeat;
    background-position: center 18px;
    padding-bottom: 10px;
}
.westService .head{
    margin-bottom: 40px;
}

.westSer{
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin: 10px 0px;
}
.westSer picture{
    display: block;
    width: 100%;
    overflow: hidden;
}
.westSer picture img{
    width: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.westSer:hover picture img{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.westSer .westSer_cnt{
    text-align: center;
    padding: 24px 16px;
    border:solid 1px #e1e1e1;
    border-top: none;
    min-height: 41vh;
}
.westSer .westSer_cnt.laminat_westSer_cnt{
    min-height: 220px;
}
.westSer .westSer_cnt .westSerTitle{
    color: #c2284f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.westSer .westSer_cnt .westSerTitle:hover{
    color: #010000;
}
.westSer .westSer_cnt p{
    font-size: 15px;
    color: #606060;
    line-height: 1.8;
    font-family: Roboto, sans-serif;
}
.westSer .discoverBtn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 179px;
}

.discoverBtn{
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #c2284f;
    color: #fff;
}
.discoverBtn:before{
    background: #fff;
}
.discoverBtn:hover{
    color: #010000;
}
.request_lft{
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.request_lft .requestBx{
    width: 100%;
}
.request_lft .requestBx h3{
    font-size: 50px;
}

.request_lft .requestBx label{
    font-size: 18px;
}
.westCnt .head{
    margin-bottom: 40px;
}
.westCnt p{
    color: #212529;
    line-height: 1.8;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}
.westCnt .westCnt_text{
    padding-right: 40px;
}
.westCnt picture{
    width: 100%;
    display: inline-block;
    border-radius: 35px;
    overflow: hidden;
}
.exteriorSec{
    position: relative;
    background: #cee7ec;
}
.exteriorSec .container{
    position: relative;
    z-index: 1;
}
.exteriorSec .exteriorPicture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.exteriorSec .exteriorPicture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.westGettouch{
    color: #fff;
}
.bgRed{
    background: #c2284f;
}
.westGettouch .minTitle{
    color: #fff;
}
.westGettouch p{
    font-size: 16px;
    line-height: 1.8;
}
.westGettouch p a{
    color: #fff;
    font-size: 18px;
}
.westGettouch p a:hover{
    color: #000;
}

.westPicSec{
    position: relative;
    padding: 124px 0px 100px;
}
.westPicSec .container{
    position: relative;
    z-index: 1;
}

.westPic_bx{
    background: #f8f8f8;
    padding: 50px 45px;
}
.westPic_bx p{
    line-height: 1.8;
}
.westPic_bx p:last-child{
    margin-bottom: 0px;
}
.westPic_bx .head{
    margin-bottom: 30px;
}
.westPicSec_img{
    width: 100%;
    max-width: 46%;
    position: absolute;
    top: 0;
    left: 0;
    height: 520px;
}

.westPicSec_img img{
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

.westPicSec_list .westPicSec:nth-child(even) .westPicSec_img{
    left: auto;
    right: 0;
}

.westPicSec_list{
    padding-bottom: 100px;
}

.westPicSec_list .westPicSec:last-child{
    padding-top: 0px;
    padding-bottom: 0px;
}

.westPicSec_list .westPicSec:last-child .westPicSec_img{
    height: 100%;
}
.bgGrey{
    background: #eaeaea;
}
.westFindCTa{
    position: relative;
}
.westFindCTa .container{
    position: relative;
    z-index: 1;
}
.westFindCTa .head{
    margin-bottom: 30px;
}
.westFindCTa p{
    color: #606060;
    line-height: 1.8;
    width: 100%;
    max-width: 690px;
}

.westFindCTa .pera-center p {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 100%;
}

.westFindCTa .CallBTn{
    font-size: 16px;
    padding: 18px 45px;
}

.westFindCTa .WhiteBtn{
    font-size: 16px;
    background: #0ca0b8;
    color: #fff;
}
.westFindCTa_img{
    position: absolute;
    right: 18%;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 745px;
}
.westFindCTa_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.whyChooseSec .head{
    margin-bottom: 35px;
}

.whyChooseBX{
    padding-top: 70px;
    position: relative;
    height: 100%;
}

.whyChoose_cnt{
    background-image: -moz-linear-gradient( 150deg, rgb(115,193,104) 0%, rgb(78,176,151) 30%, rgb(40,159,198) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(115,193,104) 0%, rgb(78,176,151) 30%, rgb(40,159,198) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(115,193,104) 0%, rgb(78,176,151) 30%, rgb(40,159,198) 100%);
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 24px;
    height: 100%;
}
.whyChoose_cnt h3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}   
.whyChoose_cnt p{
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 0px;
}
.whyChoose_icon{
    width: 140px;
    height: 140px;
    background: #f2f2f2;
    border-radius: 100%;
    border:solid 8px #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 20px;
}

.camden_areas {
    background-image: -moz-linear-gradient(150deg, rgb(115, 193, 104) 0%, rgb(78, 176, 151) 30%, rgb(40, 159, 198) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(115, 193, 104) 0%, rgb(78, 176, 151) 30%, rgb(40, 159, 198) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(115, 193, 104) 0%, rgb(78, 176, 151) 30%, rgb(40, 159, 198) 100%);
    padding: 30px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 409px;
}

.camden_areas ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 318px;
    overflow-y: auto
}

.camden_areas ul li a {
    font-size: 16px;
    padding: 7px 0;
    font-weight: 600;
    color: #fff;
    width: 100%;
    display: block;
}

.camden_areas ul li a span {
    float: right
}

.camden_areas .sb-container .sb-scrollbar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 10px;
    background: 0 0
}

.camden_areas .sb-container .sb-scrollbar {
    position: absolute;
    right: 0;
    width: 10px;
    background-color: rgba(255,255,255,.5);
    height: 30px;
    border-radius: 8px
}

.areaSection iframe {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}


.sb-container {
    position: relative;
    overflow: hidden
}

.sb-content {
    height: 100%;
    width: 120%;
    padding-right: 20%;
    overflow-y: scroll;
    box-sizing: border-box
}

.sb-scrollbar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 5px;
    background: #d4d4d4
}

.sb-container-noscroll .sb-scrollbar-container {
    right: -10px
}

.sb-scrollbar {
    position: absolute;
    right: 0;
    width: 5px;
    background-color: #989898
}
.mobilecityBanner{
    display: none;
}
.request_lft .form-group.has-error{
    border:none !important;
}

.request_lft .form-group.has-error .form-control{
        border: 1px solid red !important;
}
.ftLocation_cnt{
    padding:30px 0px;
}
.ftLocation{
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top:0px !important;
        padding-bottom: 0 !important;
}
.ftLocation li{
    width:100%;
    max-width:16.6666666667%;
}

@media (max-width:1599px){
    .westSer .westSer_cnt{
        min-height: 46vh;
    }
    .request_lft .requestBx h3 {
        font-size: 30px;
    }
    .westFindCTa_img{
        right: 0px;
    }
    .westminsterCTa_bx{
        padding-left: 190px;
    }
}

@media (max-width:1199px){
    .cityBanner_cnt .caption1 {
        font-size: 40px !important;
    }
    .cityBanner_cnt{
        max-width: 575px;
    }
    .cityBanner_cnt .sub-caption{
        font-size: 22px !important;
    }
    .minTitle{
        font-size: 30px;
    }
    .westSer .westSer_cnt {
        min-height: 52vh;
    }
    .subTitle{
        font-size: 24px;
    }
    .subTitle span{
        background-size: contain;
    }
    .westCnt .head {
        margin-bottom: 20px;
    }
    .westFindCTa_img{
        max-width: 55%;
    }
    .whyChoose_icon{
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    .whyChoose_cnt{
        padding-top: 50px;
    }
}


@media (max-width:991px){
    .cityBanner .banner_content{
        min-height: 610px;
        padding-top: 12%;
    }
    .cityBanner_cnt .caption1{
        font-size: 32px !important;
    }
    .cityBanner_cnt .sub-caption {
        font-size: 18px !important;
    }
    .cityBanner_cnt {
        max-width: 485px;
    }
    .cityBanner_cnt .offer_btn span{
        font-size: 26px;
    }
    .cityBanner_cnt .offer_btn span strong{
        font-size: 40px;
    }
    .cityWelcomeSec{
        padding-top: 30px;
        text-align: center;
    }
    .cityWelcomeSec .minTitle span{
        background-position: center 10px;
        padding-bottom: 0;
    }
    .cityWelcomeSec .minTitle {
        margin-bottom: 10px;
    }
    .cityWelcomeSec p{
        text-align: justify;
        text-align-last: center;
    }
    .westminsterCTa_bx{
        padding-left: 0px;
        text-align: center;
    }
    .westminsterCTa_bx p{
        text-align: justify;
        text-align-last: center;
    }
    .westminsterCTa{
        padding: 30px 0px;
        background: #58b588;
    }
    .westCTa_img{
        opacity: 0.2;
    }
    .westminsterCTa .listBtn {
        margin-top: 15px;
    }
    .CallBTn{
        font-size: 18px;
    }
    .WhiteBtn{
        padding: 13px 35px;
    }
    .pPad{
        padding: 30px 0px;
    }
    .westService .head{
        margin-bottom: 10px;
    }
    .westSer .discoverBtn{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .westSer .westSer_cnt {
        min-height: 45vh;
    }
    .westSer .westSer_cnt p{
        text-align: justify;
        text-align-last: center;
    }
    .westSer .westSer_cnt .westSerTitle{
        margin-bottom: 10px;
    }
    .westCnt{
        text-align: center;
    }
    .westCnt p{
        text-align: justify !important;
        text-align-last: center;
    }
    .westCnt .westCnt_text {
        padding-right: 0;
    }

.westCnt_text .inner-ul h3 {
    text-align: left;
}

.westCnt_text .inner-ul p {
    /* text-align: left; */
    text-align-last: left;
}
    .exteriorSec .exteriorPicture{
        opacity: 0.2;
    }
    .westGettouch{
        text-align: center;
    }
    .westGettouch .text-right{
        text-align: center !important;
    }
    .westPicSec_img{
        position: relative;
        max-width: 100%;
    }
    .westPicSec{
        padding: 0px;
    }
    .westPicSec_list{
        padding-bottom: 0px;
            background: #f8f8f8;
    }
    .westPic_bx{
        padding: 30px 0px;
    }
    .westFindCTa .head {
        margin-bottom: 10px;
        text-align: center;
    }
    .westFindCTa{
        text-align: center;
    }
    .westFindCTa .CallBTn {
        font-size: 16px;
        padding: 13px 35px;
    }
    .westFindCTa_img{
        max-width: 100%;
        opacity: 0.1;
    }
    .whyChooseSec .head {
        margin-bottom: 10px;
    }
    .ftLocation li{
        max-width:25%;
    }
}


@media (max-width:767px){
    .cityBanner .banner_content {
        min-height: 490px !important;
    }
    .cityBanner .banner_content span.caption1{
        text-align: center !important;
    }
    .cityBanner_cnt{
        max-width: 100%;
            text-align: center;
    }
    .desktopcityBanner{
        display: none;
    }
    .mobilecityBanner{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .westSer .westSer_cnt{
        min-height: auto;
    }
    .whyChoose_icon{
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .whyChoose_cnt{
        text-align: center;
    }
    .whyChoose_cnt p{
        text-align: justify;
        text-align-last: center;
    }
}

@media (max-width:575px){
    .cityBanner_cnt .caption1 {
        font-size: 24px !important;
    }
    .cityBanner .banner_content {
        min-height: 420px !important;
    }
    .minTitle {
        font-size: 22px;
    }
    .WhiteBtn {
        padding: 12px 35px;
    }
    .subTitle {
        font-size: 20px;
    }
    .subTitle span{
        background-position: center 9px;
    }
    .westPic_bx p{
        text-align: justify;
        text-align-last: center;
    }
    .westPic_bx{
        text-align: center;
    }
    .ftLocation li{
        max-width:50%;
    }
}

@media (max-width:479px){
    .cityBanner_cnt .offer_btn{
        top: 0;
    }
    .cityBanner_cnt .offer_btn span {
        font-size: 18px;
    }
    .cityBanner_cnt .offer_btn span strong {
        font-size: 30px;
    }
    .cityBanner_cnt .sub-caption {
        font-size: 16px !important;
    }
    .cityBanner_cnt .offer_btn > img {
        height: 130px;
        min-height: auto;
    }
    .banner .offer_btn{
        min-height: auto;
    }
    .cityBanner .banner_content {
        min-height: 480px !important;
    }
    .ftLocation li{
        max-width:100%;
    }
}


@media (max-width:375px){
    .cityBanner_cnt .caption1 {
        font-size: 20px !important;
    }
    .minTitle {
        font-size: 20px;
    }
    .subTitle {
        font-size: 18px;
    }
    .westSer .westSer_cnt p{
        font-size: 16px;
        line-height: 1.6;
    }
    .exteriorSec p:last-child{
        margin-bottom: 0px;
    }
}







.cityserviceBanner{
    position: relative;
    height: auto;
}
.cityserviceBannerImg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cityserviceBanner .banner_content{position: relative;padding: 50px 0;padding-top: 172px;}
.cityserviceBanner .inner-banner-title{
color: #000;
}

.white-text-banner.cityserviceBanner .inner-banner-title {
    color: #fff;
}

.white-text-banner.cityserviceBanner .call-info-inr {
    color: #fff !important;
}

.cityserviceBanner .call-info-inr .icon {
    filter: invert(0) brightness(1) !important;
}

.white-text-banner.cityserviceBanner .banner_content {
    background-image: linear-gradient(to right, rgb(38 157 199 / 69%), rgb(58 181 185 / 55%), rgb(74 201 174 / 0%));
}
.cityserviceBanner .call-info-inr{
color: #000 !important;
border-color: #fff !important;
}

.cityserviceBanner.wallpaper-banner .call-info-inr {
    color: #000 !important;
    border-color: #000 !important;
}

.cityserviceBanner.wallpaper-banner .btn-con {
    background: #000;
    color: #fff;
}

.cityserviceBanner .call-info-inr .icon{
    filter: invert(1) brightness(0);
        margin-top: 4px;
}
.wallpaper-banner.cityserviceBanner .call-info-inr .icon{filter: invert(1) brightness(1) !important;}

.subTitle span {

    background-position: center 24px;

    background-size: contain;
}
.cityServiceImg{
     border-radius: 35px 35px 35px 0;
    display: block;
    overflow: hidden;
}
.cityWelhead{
    margin-bottom: 30px;
}


.city-service-list li{
    background:#fafafa;
    padding: 30px 30px 14px 50px;
    text-align: left !important;
    font-size: 16px;
}

.city-service-list p {
    text-align: left;
}
.city-service-list li h3{
    color:#c2284f;
    font-size:20px;
    font-weight:bold;
}

.city-service-list li:before {
    left: 15px;
    top: 28px;
}
.city-service-list li p{
    font-weight: normal;
    color: #606060;
    text-align-last: left;
    font-size: 16px;
}
.cityServiceList{

}

.section-padding{
    padding: 50px 0;
}

.cityotherServiceSingle{background-color: rgb(255, 255, 255);box-shadow: 1px 1.732px 8px 0px rgba(0, 0, 0, 0.08);display: inline-block;position: relative;width: 100%;color: #202020;font-size: 17px;font-weight: 600;padding: 12px;padding-left: 50px;height: 100%;}
.areaOtherService{
    padding: 80px 0 64px;
}
.areaOtherService .head{
    padding-bottom: 33px;
}
.cityotherServiceSingle::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 11px;
    background: url(../images/brush2-with-fresh-painting.png);
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.cityServiceCta{
    
padding: 37px 0;
}

.cityServiceCta .btn_theme {
    border-radius: 0 !important;
    color: #000;
    font-size: 30px;
}

.cityServiceCta .btn_theme i {
    color: #0ca0b8;
}

.cityServiceCta h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.we-committed-content{

margin-top: -63px;
}
.we-committed-single{
    
height: 100%;
    
background: #f8f8f8;
    
padding: 30px;
    
text-align: center;
    
border-bottom: 3px solid #c2284f;
}

.we-committed-single span {
    color: #c2284f;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.requirements-content{position: relative;background: #f5f5f5;padding: 60px 40px;overflow: hidden;}

.requirements-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.requirements{
    padding-bottom: 80px;
}
.city-service-cta-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.city-service-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.city-service-cta{
    color: #fff;
    overflow: hidden;
}

.city-service-cta h2 {
    color: #fff;
    margin: 0;
}

.city-service-cta .head {
    margin-bottom: 23px;
}

.city-service-cta h3 {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 600;
}

.city-service-cta .btn_theme {
    text-transform: uppercase;
}

.city-service-cta .btn_theme.WhiteBtn {
    background: #fff;
    color: #000;
}
.city-service-footer-list{
    column-count: 3;
}
footer ul.menu.city-service-footer-list li{
   overflow: hidden;
   display: inline-block !important;
   margin: 3px 0;
   width: 100%;
}
.font-size p,.font-size li{
    font-size: 16px;
}
.camden_areas ul{
    padding-right: 20px;
}
.inner-ul.list-2,.list-2{
    column-count: 2;
}
.inner-ul.list-3,.list-3{
    column-count: 3;
}
.inner-why p{
    color:#fff;
}

.section-padding.requirements {
    padding: 50px 0 !important;
}
.content_section h3 {
    color: #fff;
}

.white-text.content_section p {
    color: #fff;
}
/*.content_section p {*/
/*    color: #fff;*/
/*}*/
.innereServiceSingle{
    padding: 30px 15px;
    text-align: center;
    box-shadow: 0px 0px 7px #e7e7e7;
    height: 100%;
    background: #fff;
    border-radius: 5px;
}

.innereService .head {
    margin-bottom: 30px;
}

.innereServiceSingle h3 {
    color: #c2284f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.innereServiceSingle img {
    max-height: 50px;
    margin-bottom: 20px;
}

.innereService {
    background: #f9f9f9;
}

.innereServiceSingle p {
    line-height: 1.7;
    margin-bottom: 0;
}
.blogShare-this a{
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #0c90c3;
    border-radius: 100%;
    color: #0c90c3;
    margin: 0px 5px;
}
.blogShare-this a:hover{
    background:#0c90c3;
    color:#fff;
}
.blogMenuCnt li i{
    margin-right:10px;
}
.blogDetails h1{
    margin-bottom:15px;
}
.contact-section h3 {
    color: #333 !important;
}
.white-text p{
    color:#fff;
}
@media (max-width:991px){
    .city-service-footer-list{
    column-count: 2;
}
.cityserviceBanner .banner_content{
    padding-top: 120px;
}

.cityserviceBanner {
    height: auto !important;
}

.cityserviceBanner .banner_content .inner-banner-title {
    font-size: 24px;
}
.section-padding {
    padding: 30px 0;
}
.areaOtherService {
    padding: 50px 0 34px;
}
.font-size p{
    text-align: justify;
}
.requirements-bg{
    opacity: 0.2;
}
.requirements {
    padding-bottom: 50px;
}
.we-committed-single{
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
}
    .requirements-content{
    padding: 30px 20px;
}
    .city-service-list li p{text-align:justify;}
    .city-service-cta .head{
    margin-bottom: 10px;
}
.inner-ul li{
    text-align:left;
}
}
@media (max-width:767px){
    .inner-ul.list-2, .list-2 {
    column-count: 1;
}
.inner-ul.list-3,.list-3{
    column-count: 1;
}
    .cityServiceCta h2{
        font-size: 24px;
    }
    .city-service-cta{
        
    }
    .city-service-cta h3{
    font-size: 18px;
    margin-bottom: 10px;
}
    .cityserviceBanner .banner_content{
    padding-top: 100px;
    text-align: center;
    padding-bottom: 30px;
}

.cityserviceBanner .banner_content .inner-banner-title {
    font-size: 20px;
    margin-top: 0;
}
.inner-ul.list-2{
    column-count: 1;
}
}
@media (max-width:575px){
    .westFindCTa .CallBTn{
        padding: 9px 14px;
    }
}
@media (max-width:480px){
    .city-service-footer-list{
    column-count: 1;
}
    .cityserviceBanner .banner_content a{
        width: 100%;
        max-width: 300px;
        margin-right: 0;
    }
}


