*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #fff;
    color:#151515;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Josefin Sans', sans-serif;
}
button.header-btn {
    background-color: #FF6E31;
    border: navajowhite;
    color: #fff;
    padding: 17px 28px;
    border-radius: 0px;
}
nav.navbar{
    padding: 0 50px;
}
li.nav-item.px-2:hover, li.nav-item.px-2:active {
    border-bottom: 1px solid #FF6E31;
}
.top-header i {
    margin-right: 15px;
    margin-left: 15px;
}
.top-header {
    background-color: #235B70;
    color: #fff;
    padding: 18px 15px;
    text-align: center;
    overflow: hidden;
}
.fa-bars {
    color: #232529;
    font-size: 17px;
}
.carousel-control-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    top: 90%;
    left: 88%;
}
.carousel-control-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 2px 0px 2px 2px;
    border-style: solid;
    border-color: #fff;
    top: 90%;
    right: 4%;
}
.carousel-caption{
    bottom: 50%;
    transform: translateY(50%);
}
p.caption-pera {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
@media (max-width:575px) {
    p.caption-pera{
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        margin-bottom: 3px;
    }
    .slider-btn .caption-btn{
        padding: 10px 20px;
        line-height: 16px;
        text-align: center;
    }
}
.slider-btn{
    text-align: center;
}
@media (max-width:1024px){
button.carousel-control-prev,
button.carousel-control-next{
    margin-top:180px;
}
}
@media (max-width:930px){
    button.carousel-control-prev,
    button.carousel-control-next{
        margin-top:162px;
    }
    }
    @media (max-width:840px){
        button.carousel-control-prev,
        button.carousel-control-next{
            margin-top:17%;
        }
        }   
@media (max-width:543px){
button.carousel-control-prev{
    display:none;
}
button.carousel-control-next{
    display:none;
}
}
h5.caption-head {
    font-size: 50px;
    line-height: 110%;
    margin-top: 16px;
    margin-bottom: 30px;
}
@media (max-width:1199px) {
    h5.caption-head{
        margin-bottom:20px;
    }    
}
@media (max-width:800px) {
    h5.caption-head{
        font-size: 40px;
    }    
} 
@media (max-width:767px) {
    h5.caption-head{
        font-size: 33px;
        margin-top: 12px;
    }    
}   
button.caption-btn {
    padding: 16px 28px;
    background-color: #235B70;
    border: 0;
    color: #fff;
    z-index: 3;
    position: relative;

}
.after-border {
    width: 200px;
    height: 2px;
    background-color: #FF6E31;
    margin: 0 auto;
}
.about-section{
    padding: 80px 0;
}
@media (max-width: 991px){
    .about-section{
        padding-bottom: 50px;
    }
}
@media (max-width: 575px){
    .about-section{
        padding-bottom: 40px;
    }
}
@media (max-width: 1199px){
    .about-section .about-img{
        text-align: center;
    }
}
.about-section .about-img{
    padding: 0 15px;
}
.about-section .about-disc{
    padding: 0 15px !important;
}
p.about-span {
    position: relative;
    font-size: 20px;
    line-height: 110%;
    color: #787878;
    font-weight: 400;
}
p.about-span:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -7px;
    background-color: #151515;
}
p.video-span:after{
    background-color: #FF6E31;
}
h2.about-head {
    font-size: 45px;
    font-weight: 600;
    margin-top: 21px;
    margin-bottom: 25px;
}

h3.about-list-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    margin-left: 5px;
}

p.about-list-pera {
    font-size: 16px;
    line-height: 20px;
    color: #888888;
    margin-left: 5px;
}
.about-list{
    list-style-image: url('../img/icon.png');
}
.work-section{
    background-color: rgba(35, 91, 112, 0.11);
    padding: 79px 0;
}
h2.work-heading {
    font-size: 40px;
    line-height: 110%;
    font-weight: 600;
    text-align: center;
}
.work-icon-div {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #235B70;
    text-align: center;
    line-height: 85px;
    margin-bottom: 15px;
}

.work-box {
    position: relative;
    background-color: #F8F8F8;
    padding: 18px 20px;
    border-radius: 5px;
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
}

h3.work-inner-head {
    font-size: 18px;
    font-weight: 500;
}

p.work-inner-pera {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0;
}
.mobile-btn i{
    display: none;
}
.mobile-btn{
    display: flex;
    align-items: center;
}
/* .work-box:hover .work-icon-div {
    background-color: #FF6E31;
} */

/* .work-box:hover {
    background-color: #235B70;
} */

/* .work-box:hover h3.work-inner-head {
    color: #fff;
} */

/* .work-box:hover p.work-inner-pera {
    color: #EEEEEE;
} */
.work-box2:before {
    position: absolute;
    content: '';
    background-image: url(../img/arrow1.png);
    width: 361px;
    height: 80px;
    background-size: contain;
    top: -80px;
    background-repeat: no-repeat;
    left: 98px;
}
.work-box1:after{
    position: absolute;
    content: '';
    background-image: url(../img/arrow2.png);
    width: 361px;
    height: 80px;
    background-size: contain;
    bottom: -80px;
    background-repeat: no-repeat;
    left: 98px;
}
.work-section{
    background-image: url('../img/flower.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.slider-section{
    padding: 79px 0;
}
.slider-section .slider-row.row {
    margin: 0 auto;
}
.slider-main::before, .slider-main::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 121px;
    background-image: url(../img/Ellipse\ 1\ \(1\).png);
    background-repeat: no-repeat;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 50%;
}
.slider-main::after{
    top: 86%;
    /* bottom: -70px; */
}
.slider-heading{
    position: relative;
    z-index: 2;
}
button.slick-next.slick-arrow {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    position: absolute;
    right: 10px;
    /* bottom: -21px; */
    top: 50%;
}
.slick-next:before {
    content: '→';
    color: #151515;
}
button.slick-prev.slick-arrow{
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    position: absolute;
    left: 3px;
    /* bottom: -21px; */
    top: 50%;
    z-index:2;
}
.video-section{
    background-color: #F6F6F6;
    background-image: url('../img/flower2.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}
.video-content{
    padding: 100px 10px;
}
.carousel-item{
    height: 100% !important;
}
.slideshow-item{
    display: flex;
    align-items: center;
}
.text-content{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
@media (max-width:1199px){
    .carousel-caption{
        transform: translateY(44%);
    }
}
@media (max-width:991px){
    .carousel-caption{
        transform: translateY(40%);
    }
}
.col-main {
    background-color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding-right: 25px;
}

.col-inner {
    display: inline-block;
    padding: 13px;
    background-color: #FF6E31;
    border-radius: 50%;
    margin-right: 10px;
}

/* Residential Section */

.residential-section{
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}
@media (max-width:991px){
    .residential-section{
        padding-bottom: 30px;
    }
}
@media (max-width:575px){
    .residential-section{
        padding-bottom: 10px;
    }
}
ul.Residential-ul {
    padding-left: 20px;
    font-size: 20px;
    color: #235B70;
}
.residential-section .slick-dots{
    position: inherit;
}
.residential-section .slick-dots li button{
    padding: 0;
    width: auto;
    height: auto;
}
.residential-section .slick-dots li button:before{
    content: '';
    width: 15px;
    height: 15px;
    color: #235B70;
    background-color: #235B70;
    border-radius: 30px;
}
.residential-section .video-content{
    padding: 0;
    height: 350px;
    object-fit: fill;
}
.residential-section .video-content video{
    width: 100%;
}

li.Residential-li::marker {
    color: #FF6E31;
}


/* Contact Form */
.contact-section{
    text-align: center;
    margin-bottom: 50px;
}
.contact-section .contact_form .form-control{
    border: 1px solid #e9e9e9;
    line-height: 2.3;
    height: 45px;
}
@media (max-width:991px){
    .contact-section .contact_form .form-control{
        margin-bottom: 30px;
    }
}
.contact-section .contact_form .form-control:focus{
    box-shadow: inherit;
}
.contact-section .contact_attach{
    position: relative;
}
.contact-section .contact_attach .img-attache{
    border: 1px solid #e9e9e9;
    color: #232323;
    line-height: 2.3;
    height: 45px;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.contact-section .contact_attach label{
    margin: 0;
    padding: 0 10px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    background-color: #EAEBF0;
}
.contact-section .contact_enquiry{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-section .contact_enquiry textarea{
    height: 200px;
}
.contact-section .contact_enquiry textarea:focus{
    box-shadow: inherit;
    border: 1px solid #ced4da;
}
.contact-section .btn-primary{
    display: inline-block;
    padding: 15px 36px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #235B70;
    border: 1px solid #235B70;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* footer Store Information */
.contact-info-container{
    padding-top: 8px;
}
.contact-info-container .block{
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
@media (max-width: 576px){
    .contact-info-container .block{
        justify-content: center;
    }
}
.contact-info-container .block .icon{
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #888;
    border-radius: 50%;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.contact-info-container .block .content{
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    padding-left: 10px;
    word-break: break-all;
    text-align: left;
}
.contact-info-container .block .content a{
    color: #888;
    font-size: 16px;
    
}
/* Instagram Block */
.instagramblock{
    position: relative;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 1199px){
    .footer-logo-block{
        margin-bottom: 30px;
    }
    .sp-color{
        font-size: 26px;
    }
}
@media (max-width:991px) and (min-width:576px){
    .footer-logo-block{
        display: block !important;
        justify-content: left;
    }
}
@media (max-width: 767px) and (min-width:576px){
    .ft-bg .text-align{
        text-align: left;
    }
    .items-center{
        align-items: inherit !important;
    }
}
.ft-bg .footer-logo{
    margin-bottom: 20px;
}
.ft-bg .d-flex.justify-content-start{
    margin-bottom: 25px;
}
.ft-bg .borde.yellow-bg{
    background-color: #232323;
    color: #F79B2E;
}
footer.footer{
    justify-content: center !important;
}
footer.footer {
    background-color: #235B70;
    display: flex;
    justify-content: center;
    padding: 20px;
    color: #fff;
    flex-wrap: wrap;
}
@media (min-width:992px) and (max-width:1199px) {
    nav.navbar{
        padding: 0;
    }
    button.header-btn{
        padding: 17px 22px;
    }
    .carousel-control-prev, .carousel-control-next{
        width: 30px;
        height: 30px;
    }

    button.slick-next.slick-arrow{
        left: 28%;
    }

}
@media (min-width:992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .mobile-btn i{
        display: block;
    }
    form i{
        display: none !important;
    }
    .carousel-item{
        height: 400px;
    }
    .carousel-control-prev, .carousel-control-next{
        width: 30px;
        height: 30px;
    }
    h2.about-head, h2.work-heading{
        font-size: 28px;
    }
    .work-box2:before, .work-box1:after, .slider-main::before, .slider-main::after{
        display: none;
    }
    button.slick-next.slick-arrow{
        left: 96%;
        top: 50%;
    }
}
@media (min-width:576px) and (max-width:767px){
    .mobile-btn i{
        display: block;
    }
    form i{
        display: none !important;
    }
    nav.navbar{
        padding: 0 25px;
    }
    .carousel-item{
        height: 500px;
    }
    .carousel-control-prev, .carousel-control-next{
        width: 30px;
        height: 30px;
    }
    .carousel-control-prev{
        left: 3%;
    }
    .carousel-control-next{
        right: 3%;
    }
    h2.about-head, h2.work-heading{
        font-size: 28px;
    }
    .work-box2:before, .work-box1:after, .slider-main::before, .slider-main::after{
        display: none;
    }
    button.slick-next.slick-arrow{
        left: 88%   ;
        top: 50%;
    }
    .video-content{
        padding: 50px 10px;
    }
}
@media (max-width:575px){
    .mobile-btn i{
        display: block;
    }
    form i{
        display: none !important;
    }
    nav.navbar{
        padding: 0 12px; 
    }
    .navbar-brand img{
        max-width: 150px;
    }
    .navbar-toggler{
        padding-left: 7px;
        padding-right: 7px;
    }
    .carousel-item{
        height: 300px;
    }
    .carousel-control-prev, .carousel-control-next{
        width: 30px;
        height: 30px;
        top: 87%;
    }
    .carousel-control-prev{
        left: 3%;

    }
    .carousel-control-next{
        right: 3%;
    }
    h5.caption-head{
        font-size: 16px;
        margin-bottom:12px;
    }
    h5.caption-head br{
        display: none;
    }

    h2.about-head, h2.work-heading{
        font-size: 28px;
    }
    .work-box2:before, .work-box1:after, .slider-main::before, .slider-main::after{
        display: none;
    }
    .top-header{
        font-size: 13px;
    }
    button.slick-next.slick-arrow{
        left: 88%   ;
        top: 50%;
    }
    .video-content{
        padding: 50px 10px;
    }
    .slider-main{
        margin:auto;
        display: block;
    }

}

.flex{
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 4px;
    justify-content: center;
}
.column{
    flex:25%;
    max-width:20%;
}
@media (max-width: 1199px) {
    .column {
        max-width:25%;
    }
}
.column img{ 
     width: 100%;
    vertical-align: middle;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 500px) {
    .inner-nav {
        display: block !important;
    }
}




@media screen and (max-width:800px) {
    .column{
        flex:50%;
        max-width:50%;
    }
}

@media screen and (max-width:500px) {
    .column{
        flex:100%;
        max-width:100%;


    }
}


.img-size{
    width:100%;
}

.gallery-item {
	flex: 1 0 24rem;
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}


.gallery-image {
	display: block;
	/* object-fit: cover; */
	transition: transform 400ms ease-out;
    width: 235px;
    height: 276px;
    max-width: fit-content;
}

.gallery-image:hover {
	transform: scale(1.15);
}


.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px !important;
}


.slick-prev:before, .slick-next:before{
	color: #232323;
}

.slick-slide img {
    width: 316px;
    height: 372px;
}
.contact-width{
    width: 50%;
    margin: 0 auto;
}
@media (max-width: 767px){
    .contact-width{
        width: 80%;
    }
}
@media (max-width: 543px){
    .contact-width{
        width: 100%;
    }
}

/* Header Offer */
.top-header{
    position: relative;
}
.top-header .header-carousal{
    width: 50%;
    margin: 0 auto;
}
@media (max-width: 1299px){
    .top-header .header-carousal{
        width: 60%;
    }
}
@media (max-width: 1199px){
    .top-header .header-carousal{
        width: 70%;
    }
}
@media (max-width: 991px){
    .top-header .header-carousal{
        width: 85%;
    }
}
@media (max-width: 767px){
    .top-header .header-carousal{
        width: 95%;
    }
}
@media (max-width: 690px){
    .top-header .header-carousal{
        width: 100%;
    }
}
.top-header .slideshow-item{
    justify-content: center;
    font-weight: 700;
}
@media (max-width: 660px){
    .top-header .slideshow-item{
        width: 90%;
        margin: 0 auto;
    }
}
.top-header .carousel-control-prev,.top-header .carousel-control-next{
    margin-top: 0;
}
.top-header .header-carousal .carousel-control-next,.top-header .header-carousal .carousel-control-prev{
    top: -8px;
    opacity: 1;
    display: flex;
    overflow: auto
    ;
}
@media (max-width: 1199px){
    .top-header .header-carousal .carousel-control-next,.top-header .header-carousal .carousel-control-prev{
        top: -5px;
    }
}
@media (max-width: 660px){
    .top-header .header-carousal .carousel-control-next{
        right: -25px;
    }
    .top-header .header-carousal .carousel-control-prev{
        left: -25px;
    }
}   
@media (max-width: 610px){
    .top-header .header-carousal .carousel-control-next,.top-header .header-carousal .carousel-control-prev{
        top: -5px;
    }
}
@media (max-width: 460px){
    .top-header .header-carousal .carousel-control-next,.top-header .header-carousal .carousel-control-prev{
        top: 5px;
    }
}