body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #6d6d6d;
}

a:hover {
    text-decoration: none;
}

.main-header {
    position: relative;
        z-index: 999;
}



.header-top-bar{background: #43c3ea;}

.header-top-bar ul.header-top-bar-info {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.list-style li{
    overflow:hidden;
}

.header-top-bar ul.header-top-bar-info li {
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    padding: 11px 0;
    align-items: center;
}

.header-top-bar ul.header-top-bar-info li i {
    margin-right: 8px;
}

.header-top-bar ul.header-top-bar-info li a {
    color: #fff;
}




.main-header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.logo img {max-height: 120px;}

.nav-list .slimmenu li a {
    text-transform: capitalize;
    font-size: 19px;
    padding: 11px 0px;
    position: relative;
    font-weight: 600;
    font-family: 'Chivo', sans-serif;
}

.nav-list .slimmenu li a:hover {
    color: #43c3ea;
}

.nav-list .slimmenu li a.active {
    color: #43c3ea;
}

.nav-list .slimmenu li a.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    max-width: 40px;
    background: #43c3ea;
    display: inline-block;
    margin: auto;
}



.social-ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.social-ul li {
    list-style: none;
    display: inline-block;
}

.social-ul li a {
    color: #ffffff;
    font-size: 24px;
    padding: 0px 10px;
}

.social-ul li a:hover {
    color: #ffffff;
}

.header-btn {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
    margin-left: 0;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #0f2c49;
    border: none;
    display: inline-block;
    line-height: 2;
    font-family: 'Chivo', sans-serif;
}

.header-btn img {
    margin-right: 10px;
    max-height: 30px;
}

.header-btn span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.header-btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(67 195 234);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0;
}

.header-btn:hover, .header-btn:focus, .header-btn:active {
    color: white;
}

.header-btn:hover:before, .header-btn:focus:before, .header-btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-fixed-bottom {
    display: none;
}

.btn-style {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 18px 25px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
    margin-left: 0;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #43c3ea;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Chivo', sans-serif;
}

.btn-style img {
    margin-right: 10px;
    max-height: 30px;
}

.btn-style span {
    position: relative;
    z-index: 1;
}

.btn-style i {
    font-size: 25px;
    margin-right: 5px;
}

.btn-style:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f2c49;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
}

.btn-style:hover, .btn-style:focus, .btn-style:active {
    color: white;
}

.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-style1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 27px 35px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
    margin-left: 0;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #0e436b;
    border: none;
    display: inline-block;
    font-family: 'Chivo', sans-serif;
    text-transform: uppercase;
}

.btn-style1 span {
    position: relative;
    z-index: 1;
}

.btn-style1 i {
    font-size: 35px;
    margin-right: 5px;
    color: #43c3ea;
    position: relative;
    top: 5px;
}

.btn-style1:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #43c3ea;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
}

.btn-style1:hover, .btn-style1:focus, .btn-style1:active {
    color: white;
}

.btn-style1:hover:before, .btn-style1:focus:before, .btn-style1:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-style1:hover i {
    color: #fff;
}

.banner-sec {
    position: relative;
}

.banner-sec picture {
    display: inline-block;
    width: 100%;
    position: relative;
}

.banner-sec picture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 17%);
}

.banner-sec picture img {
    max-height: 786px;
    object-fit: cover;
}

.banner-cont {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-cont .btn-style + .btn-style {
    background: #0f2c49;
}

.banner-cont .btn-style + .btn-style:before {
    background: #43c3ea;
}

.banner-title {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    font-family: 'Chivo', sans-serif;
    text-transform: capitalize;
    display: inline-block;
    text-shadow: 6px 0px 16px rgb(0 0 0 / 34%);
    line-height: 1;
    margin-bottom: 20px;
}

.banner-cont p {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}


.service-sec7 {
    -webkit-transform: translate(0, -34px);
    -ms-transform: translate(0, -34px);
    transform: translate(0, -144px);
    position: relative;
    z-index: 3;
    margin-bottom: -34px;
}

.service-sec7 .service-wrap>.service-box-wrap ~ .service-box-wrap {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px)
}

.service-sec7 .service-wrap>.service-box-wrap ~ .service-box-wrap ~ .service-box-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.service-sec7 .service-wrap>.service-box-wrap ~ .service-box-wrap ~ .service-box-wrap ~ .service-box-wrap {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px)
}

.service-card_content {
    background: #fff;
    margin: -123px 30px 0 30px;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.08);
    position: relative;
    padding: 0 40px 30px 40px
}

.service-card_img img {
    width: 100%
}

.service-card_text {
    margin-bottom: 12px;
    max-width: 250px
}

.service-card .service-icon {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: -26px
}

.service-card .service-title {
    margin-bottom: 8px
}

.service-card .half-line-btn {
    font-family: var(--body-font)
}

.service-card:hover .service-title a {
    color: #43c3ea;
    background-image: -webkit-linear-gradient(right, #43c3ea, #43c3ea);
    background-image: linear-gradient(to left, #43c3ea, #43c3ea)
}

.service-card:hover .service-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.service-box {
    box-shadow: 0px 10px 50px rgba(0,0,0,0.08);
    background: #fff;
    padding: 43px 40px 31px;
    border-top: 3px solid #43c3ea;
    position: relative;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 1
}

.service-box .service-box_inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.03;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    text-align: center
}

.service-box .service-box_inner img {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    width: 100%
}

.service-box_icon {
    position: relative;
    z-index: 1;
    margin-bottom: 18px
}

.service-box_icon .global-icon {
    height: 100px;
    width: 100px;
    line-height: 85px;
    border-width: 5px
}

.service-box_icon .global-icon:after {
    width: 100px;
    height: 100px;
    left: -8px;
    top: -8px
}

.service-box_icon img {
    -webkit-filter: brightness(999);
    filter: brightness(999)
}

.service-box_title {
    margin-bottom: 10px
}

.service-box_title a {
    background-image: -webkit-linear-gradient(right, #fff, #fff);
    background-image: linear-gradient(to left, #fff, #fff);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px
}

.service-box_title a:hover {
    background-size: 100% 2px
}

.service-box_text {
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-box:hover {
    background: #43c3ea
}

.service-box:hover .service-box_inner {
    opacity: 0.15
}

.service-box:hover .service-box_inner img {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.service-box:hover .service-box_icon .global-icon {
    background: #fff;
    border-color: #43c3ea
}

.service-box:hover .service-box_icon .global-icon img {
    -webkit-filter: none;
    filter: none
}

.service-box:hover .service-box_icon .global-icon:after {
    border-color: #fff;
    -webkit-animation: spin 7s infinite;
    animation: spin 7s infinite
}

.service-box:hover .service-box_text,.service-box:hover .service-box_title a {
    color: #fff
}
.service-box.style2 {
    position: relative;
    border: 0;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.08);
    padding: 40px 40px 31px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    height: 100%;
}

.service-box.style2 .service-box_icon img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    max-height: 70px;
}

.service-box.style2 .service-box_title {
    margin-bottom: 15px
}

.service-box.style2 .service-box_title a {
    color: #0f2c49
}

.service-box.style2:hover .service-box_icon img {
    -webkit-filter: brightness(9999);
    filter: brightness(9999);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-box.style2:hover .service-box_title a {
    color: #fff
}
.service-box .btn-style{text-align: center;
    font-size: 20px;}

    .staircases-cnt-1{padding-top: 50px;}

.staircases-cnt-1 .carousel-item .cont-overlay{position: absolute;top: 0;left: 0;width: 100%;max-width: 35%;height: 100%;backdrop-filter: blur(7px);display: inline-flex;align-items: center;padding: 0px 90px;background: rgb(0 0 0 / 19%);}
.staircases-cnt-1 .carousel-item .cont-overlay h2{color: #fff;font-family: 'Chivo', sans-serif;font-size: 30px;font-weight: bold;}
.staircases-cnt-1 .carousel-item .cont-overlay p{color: #fff;font-size: 17px;text-align: justify;}
.staircases-cnt-1 .carousel-item .cont-overlay p a{color: #fff;}
.staircases-cnt-1 .carousel-item .cont-overlay p:last-child{margin-bottom: 0px;}
.staircases-cnt-1 .carousel-control-next, .carousel-control-prev{width: 5%;}
.gp-sec{padding: 50px 0px;}
.gp-sec picture{width: 100%;max-width: 39%;display: inline-block;border-radius: 15px;overflow: hidden;float: left;margin-right: 25px;margin-bottom: 15px;}
.gp-sec picture img{width: 100%;}
.gp-sec h2{font-family: 'Rajdhani', sans-serif;color: #3a476b;font-size: 30px;font-weight: bold;}
.gp-sec p{color: #3d3d3d;font-size: 18px;line-height: 1.8;text-align: justify;}
.gp-sec p a{color: #81b141;text-decoration: underline;} 

.sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f2c49;
    margin-bottom: 23px;
    background: rgba(1,98,202,0.1);
    border-radius: 17px;
    padding: 3px 15px 3px 28px;
    position: relative;
    
    font-family: 'Chivo', sans-serif;
}
.sub-title:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #0f2c49;
    border-radius: 50%;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.title-area{
    text-align: center;
}
.sec-title{
    font-size: 45px;
    line-height: 1.227;
    color: #121212;
    font-weight: 800;
    font-family: 'Chivo', sans-serif;
}
.sec-sub-title{
    font-size: 30px;
    line-height: 1.227;
    color: #121212;
    font-weight: 800;
    font-family: 'Chivo', sans-serif;
}
.staircases-cnt{
    background: url(../images/service-bg-6.png) no-repeat center center;
    background-size: cover;
}

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

.new-gallery{display: inline-block;width: 100%;position:relative;}
.new-gallery img{height: 300px;object-fit: cover;width:100%;}
.new-gallery p{display:none;}
.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background: rgb(50 61 91 / 49%);transform: scale(0);-webkit-transform: scale(0);transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;background-image: url(../images/zoom-in.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;}
.new-gallery:hover .gallery-overlay{transform: scale(1);-webkit-transform: scale(1);transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;}


.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.tilt-active {
    -webkit-transition: all 100ms;
    transition: all 100ms;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.about-thumb4 .img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 350px;
}
.about-thumb4 .img1 {
    display: inline-block;
    position: relative;
}
.about-thumb4 {
    position: relative;
    padding-right: 100px;
    padding-bottom: 58px;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
}
.about-thumb4 .img1:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 30px;
    width: 10px;
    height: 190px;
    background: #43c3ea;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}
.list-style{
    list-style: none;
    padding: 0;
}
.list-style li{
    padding: 5px 0 5px 26px;
    position: relative;
}

.list-style li:after {
    content: "\f058";
    font-family: FontAwesome!important;
    left: 0;
    position: absolute;
    top: 6px;
    color: #43c3ea;
}

.why-area-3{
    background: url(../images/service-bg-6.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.latest-project-single{
    position: relative;
}

.latest-project-single-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: rgb(15 44 73 / 80%);
    height: 30%;
    transition: 0.5s ease;
    padding: 50px 15px;
}

.latest-project-single:hover .latest-project-single-content {
    height: 100%;
    transition: 0.5s ease;
}

.latest-project-single-content:hover {
    color: #fff;
}

.latest-project-single-content .project-icon svg {
    /* max-height: 50px; */
}

.latest-project-single-content .project-icon {
    width: 70px;
    height: 0;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    /* padding: 20px; */
    /* margin-bottom: 20px; */
    opacity: 0;
    transition: 0.4s ease;
}

.latest-project-single:hover .latest-project-single-content .project-icon {
    opacity: 1;
    transition: 0.4s ease;
    height: 70px;
    padding: 20px;
    margin-bottom: 20px;
}

.latest-project-single:hover .latest-project-single-content .project-icon:hover {
    background: #fff;
    color: #0f2c49;
}
.testimonial-slider5-arrow {position: relative;margin-top: 50px;}

.testimonial-slider5-arrow .slick-arrow {
    position: relative;
}
.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: #fff;
    color: #ccc !important;
    position: absolute;
    top: 50%;
    border: 1px solid rgba(18,18,18,0.2);
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-top: calc(60px / -2);
    border-radius: 50%;
    z-index: 2
}

.slick-arrow:before {
    display: none;
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: 0;
    left: 15px;
}

.slick-arrow:hover {
    background-color: #43c3ea;
    color: #fff !important;
    border-color: #43c3ea;
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}
.testi-box5 {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
    background: #fff;
    padding: 40px;
    margin: 20px;
}


.testi-box5 {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
    background: #fff;
    padding: 40px;
    margin: 20px
}

.testi-box5 .testi-box_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.testi-box5 .testi-box_wrap .testi-box_avater {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative
}

.testi-box5 .testi-box_wrap .testi-box_avater:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.testi-box5 .testi-box_wrap .testi-box_title {
    margin-bottom: 15px;
    font-family: 'Chivo', sans-serif;
    font-weight: bold;
    color: #0f2c49;
}

.testi-box5 .testi-box_wrap .testi-box_title .review-rating {
    display: inline-block;
    margin-left: 15px
}

.testi-box5 .testi-box_wrap .testi-box_title .review-rating span:before {
    color: #000
}

.testi-box5 .testi-box_wrap .testi-box_text {
    margin-bottom: 20px
}

.testi-box5 .testi-box_wrap .testi-box_name {
    margin-bottom: 3px;
    line-height: 30px
}

.testi-box5 .testi-box_wrap .testi-box_desig {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Chivo', sans-serif;
    margin-bottom: 0
}

.testi-box5 .testi-box_wrap .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testi-box5 .testi-box_wrap .media .media-body {
    text-align: end;
    font-size: 50px;
    color: #44c3ea;
}
.slick-list{padding: 0 !important}

.home-cta{position:relative;padding: 50px 0;}

.home-cta .sec-title {
    color: #fff;
    font-size: 33px;
}

.home-cta .sec-title a {
    color: #fff;
}

.home-cta .cta-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 36%;
}

.home-cta .cta-img img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.home-cta-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info-wrap {
    background: #ffffff;
    height: 100%;
    padding: 50px
}

.contact-info-wrap .social-info_title {
    border-top: 1px solid rgba(12,12,12,0.1);
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0f2c49;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.contact-info ~ .contact-info {
    margin-top: 30px
}

.contact-info_icon {
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    background: rgb(68 195 234 / 10%);
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    color: #44c3ea;
}

.contact-info_icon i.fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.contact-info_title {
    margin-bottom: 5px;
    font-weight: bold;
    color: #0f2c49;
    font-size: 20px;
}

.contact-info_text a {
    display: block;
    color: var(--body-color)
}

.contact-info_text a:hover {
    color: var(--theme-color)
}

.contact-form3 {
    background: #ffffff;
    padding: 50px;
}

.contact-form3 .form-control {
    padding: 10px;
    border-radius: 0;
    border: none;
    min-height: 60px;
    background: #f3f3f3;
}


.th-social.style-white a {
    font-size: 14px;
    background-color: #f3f3f3;
    color: #0f2c49;
}

.th-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: rgba(255,255,255,0.1);
    color: #9b9b9c;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}
.home-contact{
        background: url(../images/service-bg-6.png) no-repeat center center;
    background-size: cover;
    position: relative;
}


footer {
    background: #1e1c1c;
    color: #a4a4a4;
}
footer .footer-title {
    color: #1859a1;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-weight: 700;
}
.footer-section-single {
    padding-top: 85px;
    padding-bottom: 43px;
    height: 100%;
}

.footer-section-single .navbar-brand img {
    max-height: 110px;
}
.footer-section-single h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.footer-bottom .footer-section-middle {
    padding: 50px 0;
}
.footer-bottom .footer-section-middle p {
    margin-bottom: 0;
}
.footer-bottom .footer-section-middle p a {
    color: #43c3ea;
}
.footer-top {
    border-bottom: 1px solid #2c3032;
}
.social-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 30px;
}
.social-list li a {
    width: 46px;
    height: 46px;
    background: #424344;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}
.social-list li a:hover {
    background: #fff;
    color: #0f5abf;
}
.social-list li {
    padding: 0 5px;
}
.footer-contact-info {
    align-items: center;
    list-style: none;
    padding: 0;
}
.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.footer-contact-info span {
    padding-left: 15px;
}
.footer-contact-info small {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.footer-contact-info span a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #a4a4a4;
    line-height: 1.1;
}
.footer-menu {
    padding: 0;
    list-style: none;
}
.footer-menu li a {
    color: #ffffff;
    padding: 8px 0;
    display: block;
    position: relative;
    padding-left: 20px;
}
.footer-contact li a {
    padding-left: 0px;
    margin: 0;
    font-size: 20px;
}
.footer-menu li a:hover:before {
}
.footer-menu li a:before {
    position: absolute;
    content: "\f105";
    width: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
}
.footer-menu li a:hover {
    color: #43c3ea;
}



.footer-social{list-style: none;text-align: center;padding: 0;margin-top: 45px;}
.footer-social li{display: inline-block;}

.footer-social li:not(:last-child) {
    padding-right: 10px;
}
.footer-social li a{display: flex;align-items: center;justify-content: center;border-radius: 50%;color: #fff;font-size: 16px;width: 45px;height: 45px;line-height: 45px;background: #43c3ea;}

.footer-social li a:hover {
    color: #81b141;
}
.footer-contact li:nth-child(1), .footer-contact li:nth-child(2) {
    align-items: center;
}
.footer-contact li {
    color: #fff;
    display: inline-flex;
    width: 100%;
    margin: 10px 0px;
    flex-wrap: wrap;
  justify-content: center;
}
.footer-contact li p{width:100%;}
.footer-contact li i {
    width: 100%;
    height: 50px;
    border-radius: 100%;
    background: #43c3ea;
    display: inline-flex;
    min-width: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
    max-width: 50px;
}

.footer-contact li a:before {
    display: none;
}

.footer-social li:not(:last-child) {
    padding-right: 10px;
}
.footer-social li {
    display: inline-block;
}

ul.slimmenu:before, ul.slimmenu:after{display: none;}

.appointment-modal .modal-header {
    background: #02123a;
}
.appointment-modal .modal-body .btn {
    display: block;
    text-align: center;
    width: 100%;
    background: #43c3ea;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 0;
}
.appointment-modal .modal-header .modal-title {
    font-size: 22px;
    color: #fff;
}
.has-error .form-control,
.modal-body .step-2-form .has-error .form-control {
    border-bottom: 1px solid red;
}
.appointment-modal .close {
    position: absolute;
    right: 25px;
    top: 28px;
    opacity: 1;
    padding: 5px;
    z-index: 999;
}
.appointment-modal .modal-body .form-control {
    min-height: 45px;
    resize: none;
    font-size: 15px;
    border-radius: 0;
}
.appointment-modal .close img {
    max-width: 24px;
    filter: invert(1) brightness(1);
}


.inner-banner{position: relative;}
.inner-banner picture{display: inline-block;width: 100%;position: relative;}
.inner-banner picture:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 22%);}
.inner-banner picture img{width: 100%;}
.inner-banner .inner-banner-cnt{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;}
.inner-banner-cnt .inner-banner-title{color: #fff;font-size: 60px;font-weight: 400;font-family: 'Chivo', sans-serif;text-transform: capitalize;display: inline-block;text-shadow: 6px 0px 16px rgb(0 0 0 / 34%);line-height: 1;margin-bottom: 20px;}

.error-sec{padding: 80px 0px 100px;background: #f7f7f7;}
.error-sec h1 {font-size: 45px;line-height: 1.227;color: #121212;font-weight: 800;font-family: 'Chivo', sans-serif;}
.error-sec h2 {font-size: 35px;line-height: 1.227;color: #121212;font-weight: 500;font-family: 'Chivo', sans-serif;}
.error picture{width: 100%;display: inline-block;text-align: center;}
.error picture img{width: 100%;max-width:860px;}

.inner-about{}
.inner-cnt h1 {font-size: 45px;line-height: 1.227;color: #121212;font-weight: 800;font-family: 'Chivo', sans-serif;}
.inner-cnt h2 {font-size: 35px;line-height: 1.227;color: #121212;font-weight: 500;font-family: 'Chivo', sans-serif;}
.inner-about picture{border-radius: 15px;display: inline-block;width: 100%;overflow: hidden;}
.area-sec{position: relative;}
.area-sec:before{content: '';position: absolute;left: 0;width: 100%;height: 4px;top: 0;background: rgb(0,0,0);background: linear-gradient(126deg, rgba(0,0,0,1) 0%, rgb(67 195 234 / 0%) 100%);z-index: 11;}
.area-sec:after{content: '';position: absolute;left: 0;width: 100%;height: 4px;bottom: 0px;background: rgb(0,0,0);background: linear-gradient(236deg, rgba(0,0,0,1) 0%, rgb(67 195 234 / 0%) 100%);z-index: 11;}
.area-sec picture{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.area-sec picture img{width: 100%;height: 100%;object-fit: cover;}
.area-sec picture:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;/* background: rgb(0 0 0 / 57%); */background: rgb(0,0,0);background: linear-gradient(126deg, rgba(0,0,0,1) 0%, rgb(0 0 0 / 37%) 62%, rgba(67,195,234,0.6699054621848739) 100%);}
.area-sec .container{position: relative;z-index: 1;}
.city-listing{padding: 0px;margin: 0px;display: inline-flex;width: 100%;flex-wrap: wrap;}
.city-listing li{list-style: none;display: inline-flex;width: 100%;max-width: 33.33%;align-items: center;margin-top: 25px;color: #fff;}
.city-listing li .location-icon{position: relative;width: 40px;height: 40px;background: rgb(68 195 234 / 82%);border-radius: 100%;margin-right: 15px;display: inline-flex;align-items: center;justify-content: center;}
.area-sec .sec-title{text-align: center;color: #fff;}
.city-listing li .location-icon i{font-size: 25px;}
.common-sec{background: url(../images/service-bg-6.png) no-repeat center center;background-size: cover;position: relative;}
.list-3{column-count: 3;}
.bg-grey{background: #f1f1f1;}
.inner-cnt p{line-height: 1.8;}
.odd-sec{position: relative;}
.odd-sec:before{content: '';position: absolute;left: 0;width: 100%;height: 4px;top: 0;background: rgb(67 195 234);background: linear-gradient(126deg, rgb(67 195 234) 0%, rgb(67 195 234 / 0%) 100%);z-index: 11;}
.odd-sec:after{content: '';position: absolute;left: 0;width: 100%;height: 4px;bottom: 0px;background: rgb(0,0,0);background: linear-gradient(236deg, rgba(0,0,0,1) 0%, rgb(67 195 234 / 0%) 100%);z-index: 11;}
.inner-cnt .inner-about h3{font-size: 24px;line-height: 1.227;color: #43c3ea;font-weight: 500;font-family: 'Chivo', sans-serif;}
.double-bx{padding: 0px 25px;}
.double-bx p{font-size: 16px;}
.double-bx ul li{font-size: 16px;}
.double-sec{position: relative;}
.double-sec picture.cleaning-shield-bg{display: inline-block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.double-sec picture.cleaning-shield-bg:before{content: '';position: absolute;top: 0;left: 0;width: 50%;height:100%;background: rgb(67 195 234 / 90%);backdrop-filter: blur(3px);}
.double-sec picture.cleaning-shield-bg:after{content: '';position: absolute;top: 0;right: 0;width: 50%;height:100%;background: rgb(255 255 255 / 80%);backdrop-filter: blur(3px);}
.double-sec picture.cleaning-shield-bg img{width: 100%;height: 100%;object-fit: cover;}
.list-2{column-count: 2;}
.double-bx-lft h2{color: #fff;}
.double-bx-lft p{color: #fff;}
.double-bx-lft ul li{color: #fff;}
.double-bx-lft .list-style li:after{color: #fff;}
.double-bx-rgt picture{display: inline-block;width: 100%;border-radius: 15px;overflow: hidden;}
.contact-us-page .contact-info-wrap{background: #f9f9f9;}
.contact-us-page .contact-form3 {box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);}
.contact-us-page .head{margin-bottom: 35px;}
.contact-us-page .contact-info-wrap .th-social a:hover{background: #44c3ea;color: #fff;}
.inner-cnt p{font-size: 16px;}
.glass-cnt picture{height: 100%;}
.glass-cnt picture img{height: 100%;object-fit: cover;}
.doors-sec p{color: #fff;}
.doors-sec ul li{color: #fff;}
.city-listing li .location-icon .fa{position:relative;left:2px;}




.nav-list .slimmenu li ul{width: 300px;height: auto;padding: 0;background: rgb(255 255 255 / 87%);border-radius: 15px;}
.nav-list .slimmenu li ul li{width: 100%;background: transparent;padding: 0px 15px;border-bottom: solid 1px rgb(0 0 0 / 4%);}
.nav-list .slimmenu li ul li:last-child{border-bottom:none;}
.nav-list .slimmenu li ul li a{padding: 8px 0px;font-size: 16px;}
ul.slimmenu li .sub-toggle{background: transparent;right: -30px;}
.fixedOverlay .latest-project-single-content{
    height:100%;
}
.fixedOverlay .latest-project-single-content .project-icon{
    opacity: 1;
    transition: 0.4s ease;
    height: 70px;
    padding: 20px;
    margin-bottom: 20px;
}
.fixedOverlay .latest-project-single-content .project-icon svg{
    width:28px;
    height:28px;
}
.callFTBtn{
    margin-left:15px;
    background:#0f2c49;
}
.callFTBtn:before{
        background: #43c3ea;
}
.inner-banner-cnt .btn-style{
    border-radius: 5px;
    overflow: hidden;
    padding:12px 25px;
}

@media (max-width:1599px){
    .staircases-cnt-1 .carousel-item .cont-overlay{padding:0px 50px;}
    .staircases-cnt-1 .carousel-item .cont-overlay h2{font-size:24px;}
    .inner-cnt .btn-style{
            padding: 15px 15px;
    font-size: 16px;
    }
    .inner-cnt .btn-style img{
        height:24px;
    }
}

@media (max-width:1199px){
    .nav-list .slimmenu li ul li a{font-size: 13px;}
    .inner-cnt .btn-style {
        padding: 13px 9px;
        font-size: 15px;
    }
    .inner-cnt .btn-style img {
        height: 20px;
    }
    
}

@media (max-width:991px){
    ul.slimmenu li .sub-toggle{right: 0;height: 55px !important;}
    .nav-list .slimmenu li ul li a{font-size: 16px;}
    .nav-list .slimmenu li ul li a i{display: none;}
    .nav-list .slimmenu li ul{width: 100%;}
    .nav-list .slimmenu li ul li{border-bottom: none;}
}

@media (max-width:479px){
    .callFTBtn{
        margin-left:0px;
    }
    .inner-cnt .btn-style{
        width: 100%;
        text-align: center;
        margin: 5px 0px;
        max-width: 230px;
    }
}



.fl-bx picture{margin-bottom: 25px;}
.portfolioSlider .carousel-item img{
	width: 100%;
	min-height: 230px;
	max-height: 230px;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}
.portfolioBx h3{
	text-align: center;
	margin: 15px 0px;
    padding: 0px 15px;
    color: #121212 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.portfolioBx{
	border: solid 1px #efefef;
    border-radius: 15px;
    height: 100%;
}
.portfolioBx picture{
	display: block;
}
.portfolioBx .new-gallery{
	display: block;
	overflow: hidden;
	border-radius: 15px;
}
.payment-page{
    border-top: 1px solid #ccc;
    min-height: 600px;
    display: flex;
    align-items: center;
}

section.error-sec.bg-white.payment-page.payment-declined h1 {
    color: red !important;
}
.payment-page img{
    max-width: 100px !important;
}
.payment-page h1{
    color: #009045 !important;
}
.help-block{color:red;min-width:80px;}

.video-container img{
    width:100%;cursor:pointer;
}
.playViBtn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:#ff0000;
    color:#fff;
    border:none;
    border-radius:50%;
    width:60px;
    height:60px;
    font-size:24px;
    cursor:pointer;
}
.wineVideos{
    height:770px;
    display:none;
    max-width:100%;
    width:100%;
}
@media (max-width:1599px){
	.portfolioBx h3{
		font-size: 18px !important;
	}
}
@media (max-width:1399px){
    .wineVideos{
        height:auto;
    }
}
@media (max-width:767px){
    .payment-page{
    min-height: 300px;
}
.payment-page img{
    max-width: 60px !important;
}
}