.header {
    background: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
}

.sticky+.slider {
    padding-top: 0px;
}

.header .logo {
    width: 20%;
}

.header .logo a img {
    width: 230px;
    margin-top: 7px;
}

.header .nav {
    width: 60%;
}

.header .nav ul {
    gap: 2.7rem;
}

.header .nav ul li {
    transition: all .2s ease-out;
}

.header .nav ul li:hover {
    background: #789843;
    padding: 4px 20px;
}

.header .nav ul li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.header .getintouch {
    width: 20%;
}

.header .barss {
    display: none;
}

.topheader {
    /* background: #789843; */
    background: #272D33;
    color: #fff;
    padding: 5px 0;
}

.topheader .left {
    width: 75%;
}

.topheader .left .col .box {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.topheader .left .col .box span i {
    font-size: 13px;
    margin-top: -26px;
}

.topheader .left .col .box .content p {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .7px;
}

.topheader .left .col .box .content p a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .7px;
    color: #fff;
}

.topheader .right {
    width: 25%;
}

.slider .box figure img {
    width: 100%;
    height: 85vh;
    /*object-fit: cover;*/
    /*transition: all 2s ease-in-out;*/
}

/*.slider .box.slick-active figure img {*/
/*    animation: zoomImg 10s forwards ease-out;*/

/*}*/

/*@keyframes zoomImg {*/
/*    0% {*/
/*        scale: 1;*/
/*    }*/

/*    100% {*/
/*        scale: 1.15;*/
/*    }*/
/*}*/

/*.slider .box {*/
/*    position: relative;*/
/*}*/

.slider .box::after {
    position: absolute;
    /* transform: translate(-50%, -50%); */
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
}

.slider .box .content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 11;
    color: #fff;
}

.slider .box .content h6 {
    font-size: 33px;
    font-weight: 800 !important;
    letter-spacing: 1.3px;
    color: #789843;
    text-shadow: 1px 1px 2px #000;
}

.slider .box .content h2 {
    font-size: 35px;
    font-weight: 900 !important;
    letter-spacing: 2.5px;
    text-shadow: 50px 50px 50px #000000;
}

/* about section css here */

.about .heading>span {
    display: block;
    width: 180px;
    height: 3px;
    background: #789843;
    margin: 0 auto;
    border-radius: 50%;
}

.about .heading p {
    padding: 10PX 0PX 0PX 0px;
}

.about .col {
    width: calc(25% - 10PX);
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #d6d6d6;
}

.about .col figure {
    width: 70px;
    height: 70px;
    background: #789843;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all .5s ease-out;
}

.about .col figure:hover {
    background: green;
}

.about .col figure img {
    width: 40px;
}

.about .col .content {
    padding: 10px 0;
}

.about .col .content p {
    font-size: 12px !important;
}

.about .col .content h6 {
    padding: 5px 0;
}

/* counter section css here */
.counter-section {
    background-image: url(../Assets/slider/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80PX 0PX !important;
    box-shadow: inset 1000px 1000px rgba(0, 0, 0, 40%);
}

.counter-section .col {
    width: calc(25% - 10px);
    text-align: center;
    color: #fff;
}

.counter-section .col span i {
    font-size: 32px;
    color: #fff;
}

.counter-section .col h2 {
    padding: 10px 0;
    font-size: 27px;
    letter-spacing: .5px;
}

.counter-section .col h5 {
    color: #fff;
    letter-spacing: .5px;
    font-size: 15px;
}

/* services section css start here */

.services .heading>span {
    display: block;
    width: 130px;
    height: 3px;
    background: #789843;
    border-radius: 50%;
    margin: 0 auto;
}

.services .left {
    width: 32%;
}

.services .left .col {
    margin-bottom: 20px;
}

.services .left .col .box {
    display: flex;
    gap: 1rem;
}

.services .left .col .box .content h6 {
    padding-bottom: 7px;
}

.services .left .col .box span i {
    font-size: 21px;
    color: #789843;
}

.services .middle {
    width: 30%;
}

.services .middle figure {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.services .middle figure img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    transition: all 3s ease-out;
}

.services .middle figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

.services .right {
    width: 32%;
}

.services .right .col {
    margin-bottom: 20px;
}

.services .right .col .box {
    display: flex;
    gap: 1rem;
}

.services .right .col .box .content h6 {
    padding-bottom: 7px;
}

.services .right .col .box span i {
    font-size: 21px;
    color: #789843;
}

/* project css start here */

.tab-link.active {
    background-color: #789843;
}

.projects {
    display: none;
}

.projects.active {
    display: block;
}



/* video section css start here */

.video-section {
    background-image: url(../Assets/slider/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: inset 1000px 1000px rgb(255 255 255 / 73%);
}
.video-section .heading h2 {
    padding-bottom: 5px;
}
.video-section .heading> span {
    display: block;
    width: 350px;
    height: 3px;
    background: #82B42F;
    border-radius: 50%;
    margin: 0 auto;
} 
.video-section .video_slider .box {
    margin: 0 5px;
}
.video-section .video_slider .box video {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}


.project-section {
    width: 100%;
    background-color: #275d5c1c;
    padding-top: 20px !important;
}

.project-section .heading {
    padding-bottom: 20px !important;
}

.project-section .heading h2 {
    padding-bottom: 5px;
}

.project-section .heading>span {
    display: block;
    width: 200px;
    height: 3px;
    background: #789843;
    border-radius: 50%;
    margin: 0 auto;
}

.project-section .menu-item {
    padding-bottom: 30px;
}

.project-section .menu-item ul {
    border-bottom: 2px solid #000;

}

.project-section .menu-item ul li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 15px;
    cursor: pointer;
    width: 14.2%;
    text-align: center;
}

.project-section .projects ul li {
    width: 33.33%;
}

.project-section .projects ul li img {
    width: 100%;
    height: 260px;
}

.project-section .projects ul li {
    width: calc(33% - 2px);
    margin: 0 3px;
}




/* about page css here */
.aboutpage .heading p {
    padding: 7px 20px;
}

.aboutpage .heading h2 span {
    color: #669E43;
}

.aboutpage .left {
    width: 48%;
}

.aboutpage .left figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.aboutpage .left figure img {
    width: 100%;
    height: 380px;
    transition: all 4s ease-out;
    border-radius: 5px;
}

.aboutpage .left figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
    border-radius: 5px;
}

.aboutpage .right {
    width: 49%;
}

.aboutpage .right .box {
    display: flex;
    gap: 1rem;
    margin-top: 15px;
}

.aboutpage .right .box span i {
    width: 32px;
    height: 32px;
    background: #669E43;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out;
}

.aboutpage .right .box span i:hover {
    background: #000;
}

.aboutpage .right h2 {
    padding: 10px 0;
}

.aboutpage .right h2 span {
    color: #669E43;
}


.aboutpage .right .content h6 {
    color: #669E43;
    padding-bottom: 5px;
}

.aboutpage .right .content>span {
    display: block;
    width: 135px;
    height: 2px;
    background-color: #669E43;
}


/* footer section css start here */


.footer {
    padding-bottom: 0px !important;
    background-image: url(../Assets/slider/banner2.jpg);
    box-shadow: inset 1000px 1000px rgba(0, 0, 0, 50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer .col h4 {
    color: #fff;
}

.footer .col p {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.footer .col:nth-of-type(1) {
    width: 30%;
}

.footer .col:nth-of-type(2) {
    width: 21%;
    padding-left: 50px;
}

.footer .col:nth-of-type(3) {
    width: 21%;
}

.footer .col:nth-of-type(4) {
    width: 25%;
}

.footer .col h4 {
    font-size: 15px;
    padding-bottom: 15px;
}

.footer .col h4 span {
    color: #51b7ff;
}

.footer .col .box {
    display: flex;
    gap: 1rem;
}

.footer .col ul li a {
    font-size: 11px;
    line-height: 2.5;
    color: #fff;
    letter-spacing: .7px;
}

.footer .col .recentpost li {
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: 1px solid #51b7ff4f;
    color: #fff;
}

.footer .col .box {
    padding-bottom: 13px;
}

.footer .col .box .content h5 {
    color: #fff;
    font-size: 13px;
}

.footer .col .box .content p {
    color: #fff;
    font-size: 11px;
}

.footer .col .box .content p a {
    color: #fff;
    font-size: 11px;
}

.footer .col .box .content p a:hover {
    color: #51b7ff;
    font-size: 13px;
}

.footer .col .box span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #51b7ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    transition: all .5s ease-out;
}

.footer .col .box span i:hover {
    background: #000;
    border: 1px solid #000;
}

.footer .col .spacea {
    gap: 1rem;
    margin-top: 20px;
}

.footer .col .spacea li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #51b7ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    transition: all .5s ease-out;
}

.footer .col .spacea li i:hover {
    background: #000;
    border: 1px solid #000;
}

.footer .col ul li a i {
    font-size: 11px;
    margin-right: 5px !important;
}

.footer .col ul li a:hover {
    color: #51b7ff;
}

.footer .copyright {
    /* background: #1D1D1D; */
    border-top: 1px solid #868686;
    margin-top: 20px;
    background: #272D33;
}

.footer .copyright p {
    font-size: 11px;
    padding: 7px 0;
    text-align: center;
    color: #fff;
}

.footer .copyright p a {
    color: #51b7ff;
    font-weight: 700;
    font-size: 11px;
}

.footer .copyright p a:hover {
    color: #669E43;
}

/* vision section */

/* .vision .col {
    width: calc(50% - 8px);
    text-align: center;
    box-shadow: 0px 0px 5px #dcdcdc;
    border-radius: 5px;
    padding: 20px;
} */


/* clientslider section css start here */
.clientslider .box {
    margin: 0px 5px;
    padding: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}

.clientslider .box figure img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}


/* testimonial section css here */
.customerreview {
    background: #275d5c1c;
}

.customerreview .heading {
    padding-bottom: 20px !important;
}

.customerreview .heading h2 {
    padding-bottom: 5px;
}

.customerreview .heading>span {
    display: block;
    width: 220px;
    height: 3px;
    background: #789843;
    border-radius: 50%;
    margin: 0 auto;
}

.customerreview .review_slider .box {
    text-align: center;
}

.customerreview .review_slider .box h4 {
    padding-bottom: 5px;
}

.customerreview .review_slider .box h5 {
    padding-bottom: 5px;
    font-size: 15px;
}

.customerreview .review_slider .box h6 {
    padding-bottom: 5px;
    font-size: 13px;
    color: #789843;
}

.customerreview .review_slider .box figure {
    padding: 15px 0;
}

.customerreview .review_slider .box figure img {
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}


/* map-section css here */

.map-section {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

/* aboutbanner section cssstart here */

.aboutbanner figure img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.aboutbanner {
    position: relative;

}

.aboutbanner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background: #000;
    opacity: .2;
}

.aboutbanner .content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 11;
    text-align: center;
    color: #fff;
}

.aboutbanner .content ul {
    gap: .3rem;
}

.aboutbanner .content ul li a {
    color: #fff;
}


/* service section css here */
.ourservices {
    padding-top: 30px !important;
}

.ourservices .heading>span {
    display: block;
    width: 200px;
    height: 3px;
    background: #789843;
    border-radius: 50%;
    margin: 0 auto;
}

.ourservices .heading p {
    padding: 10px 0px 0px 0px;
}


/* services section css start here */

.services1 {
    position: relative;
    margin-top: -5px;
}

.services1::after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    background: linear-gradient(to bottom, #9cfafa, #fff);
    left: 0;
    top: 0;
    z-index: -1;

}

.services1 .heading>span {
    display: block;
    width: 130px;
    height: 3px;
    background: #789843;
    border-radius: 50%;
    margin: 0 auto;
}

.services1 .heading p {
    padding: 10px 50px 0px 50px;
}

.services1 .left {
    width: 32%;
}

.services1 .left .col {
    margin-bottom: 20px;
}

.services1 .left .col .box {
    display: flex;
    gap: 1rem;
}

.services1 .left .col .box .content h6 {
    padding-bottom: 7px;
}

.services1 .left .col .box span i {
    font-size: 21px;
    color: #789843;
}

.services1 .middle {
    width: 30%;
}

.services1 .middle figure {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.services1 .middle figure img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    transition: all 3s ease-out;
}

.services1 .middle figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

.services1 .right {
    width: 32%;
}

.services1 .right .col {
    margin-bottom: 20px;
}

.services1 .right .col .box {
    display: flex;
    gap: 1rem;
}

.services1 .right .col .box .content h6 {
    padding-bottom: 7px;
}

.services1 .right .col .box span i {
    font-size: 21px;
    color: #789843;
}



/* services */
.services11 {
    background-image: url(../Assets/services/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services11 .heading>span {
    display: block;
    width: 340px;
    height: 3px;
    background: #789843;
    margin: 0 auto;
    border-radius: 50%;
}

.services11 .heading h6 {
    padding-bottom: 5px;
    font-size: 17px;
}

.services11 .col {
    width: calc(25% - 10px);
    margin: 0px 5px 0px 5px;
    border: 1px solid #5AB27845;
    box-shadow: 0px 0px 4px #bcbcbc;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
}

.services11 .col figure {
    position: relative;
    overflow: hidden;
}

.services11 .col figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 3s ease-out;
}

.services11 .col figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

.services11 .col .content p {
    font-size: 12px;
    padding: 10px 5px;
}

.services11 .col .content h6 {
    padding: 2px 0;
    border-bottom: 1px solid #5AB27862;
    border-radius: 10px;
}

.construction .residential .box {
    margin: 0px 5px 0px 5px;
    border: 1px solid #5AB27845;
    box-shadow: 0px 0px 4px #bcbcbc;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
}

.construction .residential .box figure {
    position: relative;
    overflow: hidden;
}

.construction .residential .box figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 3s ease-out;
}

.construction .residential .box figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

.construction .residential .box .content p {
    font-size: 12px;
    padding: 10px 5px;
}

.construction .residential .box .content h6 {
    padding: 2px 0;
    border-bottom: 1px solid #5AB27862;
    border-radius: 10px;
}

/* gallery section css start here */

.gallery .col {
    width: calc(25% - 6px);
    margin: 0px 3px 0px 3px;
    border-radius: 5px;
}


.gallery .col figure img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

/* contact us section css start here */

.contact-us .heading h4 {
    padding-bottom: 10px;
}

.contact-us .left {
    width: 40%;
    box-shadow: 0px 0px 5px #dcdcdc;
    padding: 20px;
    border-radius: 10px;
}

.contact-us .left .box {
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

.contact-us .left .box span i {
    width: 41px;
    height: 41px;
    background: #51b7ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out;
}

.contact-us .left .box span i:hover {
    background: #669E43;
}

.contact-us .right {
    width: 58%;
    box-shadow: 0px 0px 5px #dcdcdc;
    padding: 10px;
    border-radius: 10px;
}

.contact-us .right form .form_group {
    width: calc(50% - 4px);
}

.contact-us .right form label {
    line-height: 2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

.contact-us .right form .form_group .form_control {
    width: 100%;
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    outline: none;
}

.contact-us .right form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    outline: none;
    resize: none;
}


/* popup form css here */

.splite {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.splite form {
    width: 40%;
    padding: 20px;
    background: #51b7ffeb;
    border-radius: 5px;
    margin: 10px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 111;
}

.splite .close {
    position: fixed;
    top: 27%;
    left: 69%;
    z-index: 11111;
    color: #fff;
    font-weight: 900;
}

.splite .close:hover {
    cursor: pointer;
}

.splite form .form_group {
    width: calc(50% - 3px);
}

.splite form .form_group label {
    line-height: 2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
}

.splite form label {
    line-height: 2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
}

.splite form .form_group .form_control {
    width: 100%;
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    outline: none;
}

.splite form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    outline: none;
    resize: none;
}

.ongoing .col {
    width: calc(25% - 10px);
    margin: 0px 5px 10px 5px;
    box-shadow: 0px 0px 5px #bcbcbc;
    padding: 3px;
    border-radius: 5px;
}

.ongoing .col .content {
    text-align: center;
    padding-bottom: 5px;
}

.ongoing .col .content h6 {
    font-size: 13px;
}

.ongoing .col figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.ongoing .col figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: all 4s ease-out;
}

.ongoing .col figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

/* services section css start here */
.servicess {
    padding-top: 30px;
    padding-bottom: 20px;
}

.servicess .left {
    width: 58%;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 7px;
}

.servicess .heading>span {
    display: block;
    width: 200px;
    height: 3px;
    background: #789843;
}

.servicess .left h4 {
    color: #789843;
    padding-bottom: 3px;
}

.servicess .left p {
    text-align: justify;
}

.servicess .right {
    width: 40%;
}

.servicess .right figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
}

.servicess .flex-row {
    border: 1px solid #bcbcbc;
    padding: 7px;
    border-radius: 7px;
}



/* villa */
.servicesvilla .right {
    width: 58%;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 7px;
}

.servicesvilla .right h4 {
    color: #789843;
    padding-bottom: 3px;
}

.servicesvilla .right p {
    text-align: justify;
}

.servicesvilla .left {
    width: 40%;
}

.servicesvilla .left figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
}

.servicesvilla .flex-row {
    border: 1px solid #bcbcbc;
    padding: 7px;
    border-radius: 7px;
}

/* kothi */


.serviceskothi {
    padding-top: 30px;
    padding-bottom: 20px;
}

.serviceskothi .left {
    width: 58%;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 7px;
}

.serviceskothi .left h4 {
    color: #789843;
    padding-bottom: 3px;
}

.serviceskothi .left p {
    text-align: justify;
}

.serviceskothi .right {
    width: 40%;
}

.serviceskothi .right figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
}

.serviceskothi .flex-row {
    border: 1px solid #bcbcbc;
    padding: 7px;
    border-radius: 7px;
}

/* plots */
.servicesplots {
    padding-top: 15px;
}

.servicesplots .right {
    width: 58%;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 7px;
}

.servicesplots .right h4 {
    color: #789843;
    padding-bottom: 3px;
}

.servicesplots .right p {
    text-align: justify;
}

.servicesplots .left {
    width: 40%;
}

.servicesplots .left figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
}

.servicesplots .flex-row {
    border: 1px solid #bcbcbc;
    padding: 7px;
    border-radius: 7px;
}
.abousus figure img {
    width: 100%;
    height: 100vh;

}

/* .abousus .left {
    width: 63%;
}

.abousus .left .box {
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bcbcbc;
}

.abousus .left .box .content h6 {
    padding-bottom: 5px;
}

.abousus .left .box span i {
    width: 38px;
    height: 38px;
    font-size: 17px;
    background: #396b74;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out;
}

.abousus .left .box span i:hover {
    background: #51b7ff;
}

.abousus .right {
    width: 35%;
}

.abousus .right figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.abousus .right figure img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 5px;
    transition: all 3s ease-out;
}

.abousus .right figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
    border-radius: 5px;
} */

.abousus marquee {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
    background: #B6A27B;
    padding: 10px;
    border-radius: 2px;
}

.help-inline {
    font-size: 13px;
    font-weight: 700;
    color: red;
    letter-spacing: .9px;
}



/* media query for tablet screen */

@media screen and (max-width:1024px) {

    .section {
        padding: 10px 0 !important;
    }

    .container {
        padding: 0 10px !important;
    }

    .container1 {
        padding: 0 10px !important;
    }

    .container2 {
        padding: 0 10px !important;
    }

    .heading {
        padding-bottom: 10px !important;
    }

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 12px;
    }

    .header .nav ul {
        gap: 1rem;
    }

    .header .logo {
        width: 17%;
    }

    .header .logo a img {
        width: 152px;
    }

    .header .getintouch {
        width: 17%;
    }

    .header .nav {
        width: 66%;
    }

    .header .nav ul li a {
        font-size: 10px;
    }

    .topheader .left {
        width: 100%;
    }

    .slider .box figure img {
        height: 60vh;
    }

    .slider .box .content {
        top: 30%;
        left: 8%;
    }

    .about .col {
        width: calc(50% - 10PX);
        margin: 0px 5px 10px 5px;
    }

    .services .middle {
        padding-top: 42px;
    }

    .project-section .projects ul li {
        width: calc(50% - 6px);
    }

    .footer {
        padding-bottom: 0px !important;
    }

    .map-section {
        padding-bottom: 0px !important;
    }

}





/* media query for mobile screen */

@media screen and (max-width:767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .section {
        padding: 10px 0 !important;
    }

    .container {
        padding: 0 10px !important;
    }

    .container1 {
        padding: 0 10px !important;
    }

    .container2 {
        padding: 0 10px !important;
    }

    .heading {
        padding-bottom: 10px !important;
    }

    h1 {
        font-size: 15px !important;
    }

    h2 {
        font-size: 15px !important;
    }

    h3 {
        font-size: 15px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    h5 {
        font-size: 14px !important;
    }

    h6 {
        font-size: 13px !important;
    }

    p {
        font-size: 10px !important;
    }

    .topheader {
        display: none;
    }

    .header .logo {
        width: 100%;
    }

    .header .nav {
        width: 100%;
        position: absolute;
        top: 37px;
        z-index: 9999;
        background: #fff;
        padding: 0px 0px 10px 10px;
    }

    .header .nav ul {
        gap: 2rem;
        display: none;
        /* display: block; */
    }

    .header .nav ul li {
        line-height: 1.8;
    }

    .header {
        position: relative;
    }

    .header .getintouch {
        width: 100%;
        order: -1;
        position: absolute;
        top: 11px;
        right: 40px;
    }

    .header .logo a img {
        width: 150px;
    }

    .slider .box .content {
        transform: translate(0%, 0%);
        top: 25%;
        left: 0%;
        padding: 0px 20px;
    }

    .slider .box figure img {
        height: 31vh;
    }

    .aboutbanner figure img {
        height: 23vh;
    }

    .slider .box .content h6 {
        font-size: 17px;
    }

    .slider .box .content h2 {
        font-size: 15px !important;
    }

    .about .col {
        width: 100%;
        box-shadow: 0px 0px 2px #d6d6d6;
    }

    .about .col .content p {
        font-size: 10px !important;
    }

    .about .col figure {
        width: 60px;
        height: 60px;
    }

    .about .col figure img {
        width: 37px;
    }

    .about .heading h1 {
        padding-bottom: 5px;
    }

    .counter-section {
        padding-top: 20px !important;
    }

    .counter-section .col {
        width: calc(50% - 0px);
        text-align: center;
        color: #fff;
    }

    .counter-section .col h5 {
        font-size: 10px;
    }

    .counter-section .col {
        padding-bottom: 10px;
    }

    .counter-section .col span i {
        font-size: 25px;
    }

    .counter-section .col h2 {
        font-size: 17px;
    }

    .counter-section .col h2 {
        padding: 3px 0;
    }

    .services .left {
        width: 100%;
    }

    .services .middle {
        width: 100%;
    }

    .services .right {
        width: 100%;
        padding-top: 15px;
    }

    .project-section .menu-item ul li {
        font-size: 8px;
        width: 24.5%;
        padding: 7px 2px;
        border-radius: 2px;
    }

    .project-section .menu-item ul {
        border-bottom: 1px solid #000;
    }

    .project-section .projects ul li {
        width: calc(48% - 0px);
    }

    .vision .col {
        width: 100%;
        padding: 7px;
    }

    .customerreview .review_slider .box h5 {
        font-size: 9px;
    }

    .customerreview .review_slider .box figure img {
        width: 80px;
    }

    .customerreview .review_slider .box h6 {
        padding-bottom: 0px;
        font-size: 10px;
    }

    .footer .col:nth-of-type(1) {
        width: 100%;
    }

    .footer .col:nth-of-type(2) {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .footer .col:nth-of-type(3) {
        width: 100%;
        padding-top: 10px;
    }

    .footer .col:nth-of-type(4) {
        width: 100%;
        padding-top: 10px;
    }

    .footer .col h4 {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .footer .col p {
        font-size: 10px;
        line-height: 17px;
        text-align: justify;
    }

    .footer .col .spacea {
        gap: 0.7rem;
        margin-top: 10px;
    }

    .footer .col .box .content h5 {
        color: #fff;
        font-size: 10px;
    }

    .footer .col .box .content p a {
        font-size: 9px;
    }

    .footer .col .box .content p {
        font-size: 9px;
    }

    .footer {
        padding-bottom: 0px !important;
    }

    .btn {
        padding: 7px 10px;
        font-size: 10px;
        background: #396b74;
    }

    .splite form {
        width: 94%;
        margin: 0;
        padding: 8px;
        background: #ff5268;
    }

    .splite .close {
        position: fixed;
        top: 4%;
        left: 91%;
    }

    .splite form .form_group {
        width: 100%;
    }

    .splite form {
        top: 32%;
    }

    .header .barss {
        display: block;
        position: absolute;
        top: 11px;
        right: 9px;
        z-index: 111;
        font-size: 19px;
        width: 25px;
        height: 28px;
        background: black;
        color: #fff;
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .splite {
        z-index: 9999999;
    }

    .btn1 {
        font-size: 10px;
        padding: 7px 15px;
    }

    .aboutbanner .content {
        transform: translate(37%, 60%);
        top: 0;
        left: 0;
    }

    .services1 .heading p {
        padding: 10px 0px 0px 0px;
    }

    .services1 .left {
        width: 100%;
    }

    .services1 .middle {
        width: 100%;
    }

    .services1 .right {
        width: 100%;
        padding-top: 15px;
    }

    .services11 .heading h6 {
        font-size: 13px;
    }

    .gallery .col {
        width: 100%;
    }

    .contact-us .left {
        width: 100%;
    }

    .contact-us .right {
        width: 100%;
        margin-top: 10px;
    }

    .contact-us .left .box span i {
        width: 33px;
        height: 33px;
        font-size: 13px;
    }

    .contact-us .right form .form_group {
        width: 100%;
    }

    .contact-us .right form label {
        font-size: 12px;
    }

    .contact-us .right form .form_group .form_control {
        font-size: 11px;
    }

    .contact-us .right form .form_control {
        font-size: 11px;
    }

    #submit2 {
        padding: 6px 20px;
        font-size: 11px;
    }

    .ongoing .col {
        width: 100%;
    }

    .servicess .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .servicess .right {
        width: 100%;
    }

    .servicesvilla .left {
        width: 100%;
    }

    .servicesvilla .right {
        width: 100%;
    }

    .serviceskothi {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .serviceskothi .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .serviceskothi .right {
        width: 100%;
    }

    .servicesplots .left {
        width: 100%;
    }

    .servicesplots .right {
        width: 100%;
    }

    .servicess {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .servicesplots {
        padding-top: 0px;
    }

    .aboutpage .heading p {
        padding: 7px 7px;
    }

    .aboutpage .left {
        width: 100%;
    }

    .aboutpage .right {
        width: 100%;
    }

    .aboutpage .left figure img {
        height: 200px;
    }

    .abousus .left {
        width: 100%;
    }

    .abousus .right {
        width: 100%;
    }

    .abousus .right figure img {
        height: 210px;
    }

    .abousus .left .box {
        gap: .5rem;
    }

    .abousus .left .box span i {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .abousus marquee {
        font-size: 10px;
        padding: 5px;
    }
    .project-section .projects ul li img {
        height: 180px !important;
    }
    .abousus figure img {
        height: 40vh;
    }
    
    
}