.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: 182px;
    margin-top: 7px;
}

.header .nav {
    width: 60%;
}

.header .nav ul {
    gap: 2.7rem;
}

.header .nav ul li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: all .5s ease-out;
}

.header .nav ul li a:hover {
    color: red;
}

.header .getintouch {
    width: 20%;
}

.topheader {
    background: #B4B269;
    color: #fff;
    padding: 5px 0;
}

.topheader .left {
    width: 60%;
}

.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: 40%;
}

.slider .box figure img {
    width: 100%;
    height: 100vh;
    /*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: 21px;
    font-weight: 300;
    letter-spacing: .7px;
    color: #B4B269;
}

.slider .box .content h2 {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-shadow: 50px 50px 50px #000000;
}



/* about section css */
.about-section {
    position: relative;
}

.about-section::before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    background: linear-gradient(to bottom, #eee8c782, #fff);
    left: 0;
    top: 0;
    z-index: -1;
}

.about-section .heading h1 {
    font-size: 25px;
    font-weight: 700;
}

.about-section .heading>span {
    display: block;
    width: 180px;
    height: 3px;
    background: #B4B269;
    margin: 0 auto;
    border-radius: 50%;
}

.about-section .heading h6 {
    padding-top: 10px;
}


.about-section .col {
    width: calc(33.33% - 10px);
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 2px;
}

.about-section .col .box figure img {
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #bcbcbc;
}

.about-section .col .box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid #bcbcbc;
    padding: 10px;
    height: 120px;
    border-radius: 2px;
}

.about-section .col .box h4 {
    padding: 5px 0;
    font-size: 17px;
    font-weight: 700;
}

.about-section .col .box p {
    font-size: 13px;
    font-weight: 500;
}

.about-section .left {
    width: 41%;
    border-radius: 2px;
}

.about-section .left figure {
    position: relative;
    overflow: hidden;
}

.about-section .left figure img {
    width: 100%;
    height: 375px;
    border-radius: 5px;
    transition: all 2s ease-in-out;
}

.about-section .left figure:hover img {
    transform: scale(1.2);
    cursor: pointer;
}

.about-section .right {
    width: 57%;
    padding-top: 20px;
}

.about-section .right .heading {
    padding-bottom: 0px !important;
}

/* services */
.services {
    padding-bottom: 20px !important;
    position: relative;
    margin-top: -5px;
}

.services::after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    background: linear-gradient(to bottom, #eee8c782, #fff);
    left: 0;
    top: 0;
    z-index: -1;
}

.services .heading>span {
    display: block;
    width: 250px;
    height: 3px;
    background: #B4B269;
    margin: 0 auto;
    border-radius: 50%;
}

.services .heading h6 {
    padding-top: 10px;
    font-size: 17px;
}

.services .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;
}

.services .col figure {
    position: relative;
    overflow: hidden;
}

.services .col figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 3s ease-out;
}

.services .col figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

.services .col .content p {
    font-size: 12px;
    padding: 10px 5px;
}

.services .col .content h6 {
    padding: 2px 0;
    border-bottom: 1px solid #5AB27862;
    border-radius: 10px;
}

/* commercial2 services */

.services2 {
    /* background-image: url(../Assets/background/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
}

.services2 .heading>span {
    display: block;
    width: 280px;
    height: 3px;
    background: #B4B269;
    margin: 0 auto;
    border-radius: 50%;
}

.services2 .heading h6 {
    padding-bottom: 10px;
    font-size: 17px;
}

.services2 .col {
    width: calc(25% - 10px);
    margin: 0px 5px 0px 5px;
    border: 1px solid #B4B269;
    box-shadow: 0px 0px 4px #bcbcbc;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
}

.services2 .col figure {
    position: relative;
    overflow: hidden;
}

.services2 .col figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 3s ease-out;
}

.services2 .col figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

.services2 .col .content p {
    font-size: 12px;
    padding: 10px 5px;
}

.services2 .col .content h6 {
    padding: 2px 0;
    border-bottom: 1px solid #B4B269;
    border-radius: 10px;
}

/* counter section css here */
.counter-section {
    background-image: url(../Assets/banner/banner-2.png);
    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: 33px;
    letter-spacing: .5px;
}

.counter-section .col h5 {
    color: #fff;
    letter-spacing: .5px;
}

/* footer css here */


footer {
    padding-bottom: 10px !important;
    background: #191919;
    color: #fff;
}

footer .content p {
    padding: 5px 100px;
}

footer .content h5 {
    font-size: 21px;
}

footer ul {
    gap: 1rem;
    padding: 10px 0;
}

footer ul li a {
    width: 33px;
    height: 33px;
    background: #0083fd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    transition: all .5s ease-out;
}

footer ul li a:hover {
    background: #fff;
    color: #191919;
}

.copyright {
    padding: 10px 0;
    background: #b8b8b8;
}

.copyright p {
    color: #fff;
}

.copyright p a {
    color: #000760;
    font-weight: 700;
    transition: all .5s ease-out;
}

.copyright p a:hover {
    color: #f00;
}

/* testimonial section css here */
.customerreview {
    background: #b4b26927;
}

.customerreview .heading {
    padding-bottom: 20px !important;
}

.customerreview .heading h2 {
    padding-bottom: 5px;
}

.customerreview .heading>span {
    display: block;
    width: 220px;
    height: 3px;
    background: #B4B269;
    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: #B4B269;
}

.customerreview .review_slider .box figure {
    padding: 15px 0;
}

.customerreview .review_slider .box figure img {
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}

/* about section css here */

.banner figure img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}

.banner {
    position: relative;
}

.banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    background: #000;
    opacity: .3;
}

.banner .content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 11;
    color: #fff;
}

.banner .content h2 {
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 300 !important;
    letter-spacing: .9px;
}

.banner .content ul {
    gap: .5rem;
}

.banner .content ul li a {
    font-size: 14px;
    letter-spacing: .9px;
    color: #5AB278;
    transition: all .5s ease-out;
}

.banner .content ul li a:hover {
    color: #f00;
}

.aboutpage .left {
    width: 42%;
}

.aboutpage .left figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.aboutpage .left figure img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: all 3s ease-out;
    border-radius: 5px;
}

.aboutpage .left figure:hover img {
    transform: scale(1.15);
    cursor: crosshair;
}

.aboutpage .right {
    width: 56%;
}

.aboutpage .right .content {
    padding-bottom: 20px;
}

.aboutpage .right .content h2 {
    padding-bottom: 5px;
}

.aboutpage .right .content h4 {
    padding-bottom: 5px;
}

/* team-section css here */

.team-section {
    background: #191919;
}

.team-section .heading {
    color: #fff;
}

.team-section .heading>span {
    display: block;
    width: 230px;
    height: 3px;
    background: #bcbcbc;
    margin: 0 auto;
    border-radius: 50%;
}

.team-section .heading h2 {
    padding-bottom: 5px;
}

.team-section .heading p {
    padding: 10px 150px 0px 150px;
}

.team-section .col {
    color: #fff;
    width: calc(25% - 0px);
    border: 1px solid #bcbcbc75;
    padding: 2px;
    border-radius: 3px;
    text-align: center;
    height: 234px;
}

.team-section .col .content {
    padding: 7px 0;
}

.team-section .col .content h4 {
    letter-spacing: .7px;
    font-size: 15px;
    font-weight: 500;
}

.team-section .col .content h6 {
    letter-spacing: .7px;
}

.team-section .col figure img {
    width: 58%;
    border-radius: 100%;
    /* margin: 0 auto; */
    margin-top: 10px;
}

/* vision section css here */
.vision-section .heading>span {
    display: block;
    width: 200px;
    height: 3px;
    background: #B4B269;
    border-radius: 50%;
    margin: 0 auto;
}

.vision-section .heading {
    padding-bottom: 20px !important;
}

.vision-section .col {
    text-align: center;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}

/* directors section css here */

.aboutus .left {
    width: 70%;
    background: #5AB278;
    height: 245px;
    padding: 20px;
    margin-top: 30px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}

.aboutus .left p {
    color: #fff;
    letter-spacing: .5px;
    text-align: justify;
}

.aboutus .right {
    width: 28%;
    position: relative;
}

.aboutus .right figure img {
    width: 100%;
    height: 290px;
    border-radius: 100%;
    border: 2px solid #bcbcbc;
    padding: 5px;
}

.aboutus .right .content {
    padding: 10px 20px 15px 20px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    transition: all .5s ease-out;
}

.aboutus .right .content:hover {
    background: #5AB278;
}

.aboutus .right .content h6 {
    font-weight: 400;
}

.aboutus .col:nth-of-type(1) {
    width: 28%;
    position: relative;
}

.aboutus .col:nth-of-type(1) figure img {
    width: 100%;
    height: 325px;
    border-radius: 100%;
    border: 2px solid #bcbcbc;
    padding: 5px;
}

.aboutus .col:nth-of-type(1) .content {
    padding: 10px 20px 15px 20px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    transition: all .5s ease-out;
}

.aboutus .col:nth-of-type(1) .content:hover {
    background: #5AB278;
}

.aboutus .col:nth-of-type(1) .content h6 {
    font-weight: 400;
}

.aboutus .col:nth-of-type(2) {
    width: 70%;
    background: #5AB278;
    height: 185px;
    padding: 20px;
    margin-top: 55px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}

.aboutus .col:nth-of-type(2) p {
    color: #fff;
    letter-spacing: .5px;
    text-align: justify;
}

/* contact page css start here */

.contactus .left {
    width: 40%;
}

.contactus .left .box {
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    border-radius: 10px;
    transition: all .5s ease-out;
}

.contactus .left .box:hover {
    transform: translateY(-5%);
    border-bottom: 2px solid #5AB278;
}

.contactus .left .box .content {
    padding: 7px 0;
}

.contactus .left .box span i {
    width: 41px;
    height: 41px;
    background: #5AB278;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    transition: all .5s ease-out;
}

.contactus .left .box span i:hover {
    background: #0083fd;
}

.contactus .right {
    width: 57%;
}

.contactus .right form {
    background-image: url(../Assets/banner/abimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 25px 40px;
    border-radius: 5px;
    box-shadow: inset 1000px 1000px rgba(0, 0, 0, 60%);
}

.contactus .right form .form_group {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.contactus .right form label {
    color: #fff;
    line-height: 2;
    letter-spacing: .9px;
}

.contactus .right form .form_group label {
    color: #fff;
    line-height: 2;
    letter-spacing: .9px;
}

.contactus .right form .form_group .form_control {
    width: 100%;
    padding: 9px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    outline: none;
}

.contactus .right form textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    outline: none;
}

.header .barss {
    display: 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;
}


/* 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;
}





















/* media query for tablet sreen */

@media screen and (max-width:1024px) {}





/* media query for mobile sreen */

@media screen and (max-width:767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .section {
        padding: 10px 0;
    }

    .container {
        padding: 0 10px;
    }

    .container1 {
        padding: 0 10px;
    }

    .container2 {
        padding: 0 10px;
    }

    h1 {
        font-size: 17px !important;
    }

    h2 {
        font-size: 17px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    h5 {
        font-size: 14px !important;
    }

    h6 {
        font-size: 13px !important;
    }

    p {
        font-size: 12px !important;
    }

    .heading {
        padding-bottom: 10px !important;
    }

    .header .logo {
        width: 100%;
    }

    .header .nav {
        width: 100%;
    }

    .header .nav ul {
        width: 100%;
        display: block;
        line-height: 2.2;
        display: none;
    }

    .header .getintouch {
        display: none;
    }

    .header .logo a img {
        width: 43px;
    }

    .topheader {
        display: none;
    }

    .header {
        position: relative;
    }

    .header .barss {
        display: block;
        position: absolute;
        top: 11px;
        right: 20px;
        z-index: 11;
        font-size: 21px;
    }

    .about-section .left figure img {
        height: 200px !important;
        object-fit: cover !important;
    }


    .slider .box figure img {
        height: 33vh;
    }

    .about-section .col {
        width: 100%;
    }

    .about-section .col .box figure img {
        width: 50px;
    }

    .about-section .left {
        width: 100%;
    }

    .about-section .right {
        width: 100%;
    }

    .about-section .right p {
        text-align: justify;
    }

    .counter-section {
        padding: 50px 0 !important;
    }

    .counter-section .col h5 {
        letter-spacing: .2px;
        font-size: 11px !important;
        padding-bottom: 10px;
    }

    .counter-section .col {
        width: calc(50% - 0px);
        text-align: center;
        color: #fff;
    }

    footer {
        padding-top: 20px !important;
    }

    footer .content p {
        padding: 10px 0 !important;
        text-align: justify;
    }


    .banner figure img {
        height: 23vh;
    }

    .aboutpage .left {
        width: 100%;
    }

    .aboutpage .right {
        width: 100%;
    }

    .aboutpage .left figure img {
        height: 240px;
    }

    .team-section .heading p {
        padding: 10px 0px 0px 0px;
    }

    .team-section .col {
        width: 100%;
    }

    .vision-section .col p {
        text-align: justify !important;
    }

    .whatsapp_mobile span i {
        right: 15px !important;
        bottom: 64px !important;
    }

    .aboutus .left {
        width: 100%;
        margin-top: 10px !important;
        height: 385px;
        margin-top: 10px;
    }

    .aboutus .right figure img {
        height: 365px;
        margin-top: 10px;
    }

    .aboutus .right {
        width: 100%;
    }

    .aboutus .col:nth-of-type(1) {
        width: 100%;
    }

    .aboutus .col:nth-of-type(1) figure img {
        height: 365px;
        margin-top: 10px;
    }

    .aboutus .col:nth-of-type(2) {
        width: 100%;
        margin-top: 10px;
        order: -1;
        height: 272px;
    }

    .contactus .left {
        width: 100%;
    }

    .contactus .right {
        width: 100%;
    }

    .splite form {
        width: 94%;
        margin: 0;
        padding: 8px;
        background: #ff5268;
    }

    .splite .close {
        position: fixed;
        top: 2%;
        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;
    }
}