@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

/* <!-- navbar --> */

.top-bar {
    background-color: #000;
    color: #fff;
}

.top-bar-icons {
    font-size: 0.8rem;
    margin-left: 600px;
}

.top-bar-icons a {
    margin-right: 10px;
    color: #fff;
}

.top-bar-icons a:hover {
    color: #AABC06;
}

.top-bar-icons1 {
    font-size: 0.6rem;
    margin-left: 100px;
    margin-top: 7px;

}

.top-bar-icons1 a {
    margin-right: 10px;
    color: #fff;
}

.top-bar-icons1 a:hover {
    color: #AABC06;
}

.w3-bar {

    background-color: #005838;
    display: flex;
    justify-content: center;

}

.w3-bar-item:hover {
    color: #AABC06;
    /* Change text color to black on hover */
}

.w3-bar-item {
    color: #fff;
    /* Set original text color */
    transition: color 0.3s;
    /* Add transition for smooth color change */
   
    font-size: 14px;
    font-weight: 700;
}





/* <!-- navbar end --> */

/* <!-- slider --> */

.w3-content.carousel-container {
    max-width: 1265px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    /* Added */
}

.carousel-img {
    width: 100%;
    /* Added */
    display: none;
}

.carousel-img:first-child {
    display: block;
}

.carousel-caption {
    margin-bottom: -150px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 1;
    /* Ensure buttons are above images */
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* <!-- sliderend --> */

/* <!-- aboutus --> */
.paragraph {
    box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 6px, rgba(0, 0, 0, 0.23) -3px 3px 6px, rgba(0, 0, 0, 0.23) 0px -3px 6px, rgba(0, 0, 0, 0.23) 3px -3px 6px;
}

/* <!-- aboutusend --> */

/* <!-- card --> */
.card-img-top1 {
    border-radius: 10%;
    height: 200px !important;
    width: 200px !important;
    position: relative;
    left: 100px;
    top: -80px;
    /* object-fit: cover; */


}
@media only screen and (max-width:6000px) {
    .card-img-top1 {
        left: 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width:428px) {
    .card-img-top1 {
        left: 0;
        margin: 0 auto;
    }

    .card-img-top {
        left: 0px;
        margin: 0px;
    }

    .w3-padding-16 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .card1 {
        height: 642px;
    }
}

@media only screen and (max-width:1680px) {
    .card-img-top1 {
        left: auto;
        margin: 0 auto;
    }

    .card-img-top {
        left: 0px;
        margin: 0px;
    }

    .w3-padding-16 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .card1 {
        height: 642px;
    }
}

@media only screen and (max-width:4000px) {
    .card-img-top1 {
        left: auto;
        margin: 0 auto;
    }

    .card-img-top {
        left: auto;
        margin: 0px;
    }

    .w3-padding-16 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .card1 {
        height: 642px;
    }
}

.card-img-top {
    border-radius: 10%;
    height: 200px !important;
    width: 200px !important;
    position: relative;
    left: 30px;
    top: -80px;


}


.col1 {
    margin-left: 190px;
}


.card-text {
    text-align: left;
    font-size: 13px;
    color: #273303;
}

.card {
    border-radius: 0;
    margin-top: 100px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 10px 10px;


}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 10px 10px;
}

.card-body {
    margin-top: -80px;
    background-color: #E8E8E8;
    border-radius: 5px;


}

.w3-bottombar-customcard {
    border-bottom: 2px solid #fff;

    /* Change the color to your desired color */
}

@media only screen and (max-width:991px) {
    .card-img-top {
        left: 90px !important;
        margin-top: -50px;

    }

    .col1 {
        margin-left: 0px;
    }

    .col2 {
        margin-right: 0px;
    }

    .card-img-top {
        border-radius: 10%;
        height: 200px !important;
        width: 200px !important;
        position: relative;
        left: 30px;
        top: -50px;
        object-fit: cover;
    }

    .card-text {
        text-align: left;
        font-size: 13px;
    }

    .card {
        border-radius: 0;
        cursor: pointer;
        margin-top: 100px !important;

    }

    .card:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .card-body {
        margin-top: -50px;
       
    }
}

/* <!-- cardend --> */

/* <!-- service --> */
/* .w3-bottombar-customservice {
      border-bottom: 2px solid #000;
  } */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;

}

.site-heading h2 span {
    color: #a6daaf;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.site-heading h4::before {
    background: 006838#00a01d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area {
    background-image: url(image/back.png);
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #00a01d none repeat scroll 0 0;
    border-color: #00a01d;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #93dca0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 0;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
    background: #00a01d none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0c0c0c;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #00a01d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 15px;
}

.we-offer-area.item-border-less .item .number {
  
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: #00a01d;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
    color: #020202;
    text-align: left;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #006838 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #00a01d !important;
}

.we-offer-area.text-left .item i {
    background: #00a01d none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid #00a01d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}

/* <!-- servicend --> */

/* <!-- certificate --> */
.swiffy-slider {
    height: 300px;
    width: 100%;
  
}

@media only screen and (max-width: 576px) {
    .swiffy-slider {
        margin-top:25px;
        margin-bottom:25px;
        height: 250px;
        width: 100%;
        
        /* Change width to 100% */
       
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .swiffy-slider {
        margin-top:45px;
        margin-bottom:45px;
        height: auto;
        width: 100%;
        
       
    }
}
/* <!-- certificateend --> */

/* <!-- inquiry --> */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");




.contain {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin: 0px auto;
    margin-block: 2rem;
    gap: 2rem;
}

@media screen and (max-width: 576px) {
    .contain {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 90%;
        margin: 0px auto;
        margin-block: 2rem;
        gap: 2rem;
    }
}

img {
    max-width: 100%;
    /* display: block; */
    /* object-fit:cover; */
}

.card1 {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: auto;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 10px 10px;
    border-radius: 5px;
    background: #ECE9E6;
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);

}



.card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

.tag+.tag {
    margin-left: .5em;
}

.tag-blue {
    background: #56CCF2;
    background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
}

.tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
}

.read-more {
    background-color: #005838;
    color: #fff ;
    padding: 10px 20px;
    border: none;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #00a01d;
}



/* <!-- inquiryend --> */


/* footer */

ul {
    margin: 0px;
    padding: 0px;
}

.w3-border-right-custom {
    border-right: solid 2px #fff;

}

.footer-section {
    background: #098256;
    position: relative;
}

/* .footer-cta {
    border-bottom: 1px solid #ffffff;
} */

.cta-text a {
    font-size: 24px;
    color: #f59d0e;
    font-weight: 600;
}

.cta-text a:hover {
    font-size: 24px;
    color: #fff;
}

.cta-text {
    display: flex;
    flex-direction: column;
    /* Align text vertically */
}

.cta-text h4,
.cta-text p {
    margin: 0;
    color: #ffffff;
}

.cta-text h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-left: 15px;
}

.cta-text p {
    font-size: 14px;
    margin-top: 5px;
    /* Adjust spacing between heading and paragraph */
}


.site-footer {
    background-color: #005838;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.site-footer hr {
    border-top-color: #fff;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #f59d0e;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #fff
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #000000;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

@media only screen and (max-width: 600px) {
    .footer-logo {
        margin-bottom: 30px;
        margin-left: 60px;
    }

    .footer-logo img {
        max-width: 200px;
    }
}

.w3-border-bottom-custom {
    border-bottom: 1px solid white;


}

/* footerend */


/* season */

/* seasonend */


/* gallery */

/* galleryend */


/* about us  */



#map {
    height: 400px;
    width: 100%;
}

/* about us  end  */

/* contact */


/* contact end */

/* Season start */
.tbl {
    width: 100%;
    align-items: center;

}

.tblPROP {
    border: 1px solid #ccc;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
}

.tblPROP img {
    width: 50px;
}

.tblPROP span {
    margin-left: 5px;
    color: #fff;
}

@media only screen and (max-width: 576px) {
    .tbl {
        width: 360px;

    }

    .tblPROP {
        padding: 2px;
    }

    .tblPROP img {
        width: 30px;
    }

    .tblPROP span {
        margin-left: 3px;
        color: #fff;
        font-size: 8px;
    }
}

/* Season end */

/* gallery start */
.glrHD {
    height: 60px;
    text-align: center;
    justify-content: center;
    background: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    /* padding: 41px; */
}

@media only screen and (max-width: 576px) {

    .glrHD {
        height: 60px;
        text-align: center;
        justify-content: center;
        background: #fff;
        display: flex;
        align-items: center;
        font-size: 20px;
        padding: 41px;
    }
}

/* gallery end */

.contactform {
    margin-left: 6%;
}

.companydetails {
    margin-left: 7% !important;
    margin-top: 0px !important;
}


@media only screen and (max-width: 576px) {
    .contactform {
        margin-left: 0;
    }

    .companydetails {
        margin-left: 0% !important;
        margin-top: 0% !important;

    }

    .carousel-caption {
        margin-bottom: 0;
    }
}