@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');
:root {
    --primary: #009846;
    --secondary:#18509d;
    --white: #fff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Teko", sans-serif;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    color: #000;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
   font-family: "Poppins", sans-serif;
    border: 1px solid #c1c1c1a6;
    margin: 0px 0 8px;
    border-radius: 6px;
    padding: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fdfdfd;
}
::placeholder {
  color: #1a1a1a;
  font-weight:400;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--black);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 2px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--black);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Teko", sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    color: #000000d1;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing:1px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.subheading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

/* TOPBAR */
.topbar {
    background: var(--secondary);
    padding: 8px 0;
}
.smoicons li a {
    background: #fdb61424;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 15px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff36;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-contact span {
    color: white !important;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
}

.top-contact p:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}
/* Header */
.mainmenu {
    background: #fff;
}
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 100px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu .btn-primary {margin-left: 10px;}

/* SLIDER SECTION CSS */
#home video {
    height: 600px !important;
    width: 100% !important;
    object-fit: cover;
}
#home img {
    height: 600px !important;
    width: 100% !important;
    object-fit: cover;
}
.slider-btn {
    display: none !important;
}
.carousel-caption {
    left: 54% !important;
}
.carousel-content h2 {
    color: var(--white);
    font-size: 85px;
    width: 60%;
    line-height: 84px;
    font-weight: 500;
    letter-spacing: 1px;
}
.mainmenu {
    padding: 6px 0;
}
.carousel-content p {
    color: var(--white);
    width: 50%;
}

/* about us page  */
.aboutus:after {
    position: absolute;
    bottom: 0;
    content: '';
    background: url(../images/aboutsbg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 530px;
    z-index: -1;
    opacity: .7;
}

.aboutus-content {
    padding-left: 40px;
}
.aboutus-content p {
    line-height: 30px !important;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    height: 100%;
}
.aboutus {
    padding: 60px 0;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 1px;
}
.aboutus-content h5 {
    background: #005bac17;
    display: inline-block;
    padding: 10px 26px 6px;
    border-radius: 50px;
    font-size: 19px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.aboutus-content h5 i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}
.aboutus .leftheading span {
    color: var(--primary);
}


/* products esction  */
#products {
    margin-bottom: 60px;
}
.aboutproducts {
    background: #00984614;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.aboutproducts h3 {
    font-size: 30px;
    margin: 0;
    letter-spacing: 1px;
}
.aboutproducts figure {
    height: 220px;
    width: 220px;
    background: #ffffffd6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.aboutproducts img {
    width: 200px;
}
.aboutservices h3 {
    margin-bottom: 8px;
}
#products .row {
    row-gap: 20px;
}
.modal-body figure {
    height: 325px;
    width: 300px;
    background: #00984630;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.modaldesc ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.modaldesc ul li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 8px;
    width: 8px;
    background: #009846;
    border-radius: 50%;
    outline: 1px solid #00984673;
    outline-offset: 3px;
}
/* .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: absolute !important;
    right: 0 !important;
    z-index:9;
} */



/* CONTACT SECTION CSS */
#contactus {
    padding: 5px 0 50px;
}
div#contactus .heading {
    margin-bottom: 15px;
}
.contactus {
    margin-bottom: 60px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* pop-up contact section  */
.cf7-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.cf7-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.cf7-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}





/* Style for the contact form container */
div#wpcf7-f156-o1 {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Map iframe styling */
.map iframe {
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Optional: Enhance the look of buttons inside the contact form */
.wpcf7 input[type="submit"] {
    background-color: var(--primary);
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
/* Optional: Add focus effect on the input fields */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: border 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #c3188f;
    outline: none;
}
/* videos section  */
.videos video {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.7);
    margin-bottom: 30px;
}

/* client section  */
.client {
    background: #f9f9f9;
    padding: 50px 0 20px;
}
.client-logo {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 15px;
    background: #f8721705;
}
.client-logo img {
    width: 160px !important;
}

/* FOOTER SECTION CSS */
footer {
    background: linear-gradient(45deg, #000000, #000000ba), url(../images/footerimg.jpg);
}
footer i.fas.fa-map-marker-alt {
    height: 40px;
    width: 124px;
}
.footerlogo {
    height: 145px;
    width: 145px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.footerlogo img {
    width: 120px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: poppins;
}
footer h3:after, footer h3:before {
    background:#fff;
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
footer h3:before {
    width: 35px;
    left: 20px;
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
    font-size: 14.5px;
}
footer a:hover {
    color: var(--primary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 14px;
    background: #ffffff00;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #fdb61442;
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
   
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
footer .col-lg-4 {
    padding:50px 0 40px;
}
footer .col-lg-3 {
     padding:80px 0 40px;
}
footer .col-lg-2 {
    padding:80px 0 40px;
}
footer .col-lg-3:last-child {
    border-right: unset;
    padding-left: 35px;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li a {
    font-size: 15px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    height: 35px;
    width: 35px;
    background: #005bac3b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff12;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #fdb614;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

/* gallery section */
.ourgallery {
    padding: 50px 0 60px;
}

.gallerylightboxlist {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallerylightboxlist:hover {
    transform: scale(1.05); /* Zoom effect */
    opacity: 0.9; /* Slight opacity change */
}

.gallerylightbox .row {
    row-gap: 18px;
}

.gallerylightbox .col-sm-3 {
    padding: 7px;
}


@media (max-width:991px) {
.topbar {
    display: none;
}
#rmp_menu_trigger-573 {
    display: block;
    z-index: 9;
}
.map iframe {
    width: 100%;
}
footer .col-lg-2 {
    padding: 0;
}
footer .col-lg-3 {
    padding: 30px 0;
}
footer i.fas.fa-map-marker-alt {
    height: 40px;
    width: 50px;
}
footer .col-lg-3 {
    padding: 20px 0;
}
div#contactus .row {
    row-gap: 20px;
}
form.wpcf7-form.init .row {
    row-gap: 0 !important;
}
.carousel-content h2 {
    font-size: 60px;
    width: 90%;
    line-height: 60px;
    letter-spacing: 2px;
}
}

@media (max-width:767px) {
#rmp_menu_trigger-573 {
    display: block;
    right: -70% !important;
}
.menubar .btn {
    margin-right: 50px;
}
.aboutus .row {
    row-gap: 30px;
}
.aboutus-content {
    padding-left: 0;
}
#home video {
    height: 100% !important;
}		
}

@media (max-width:568px){
#rmp_menu_trigger-573 {
    display: block;
    right: -82% !important;
}
header .row .col-sm-3 {
    width: 40%;
}
header .row .col-sm-9 {
    width: 60%;
}
.carousel-content p {
    width: 100%;
}
.carousel-content h2 {
    font-size: 45px;
    width: 95%;
}
footer .col-lg-3 {
    padding: 20px;
}
footer .col-lg-2 {
    padding: 20px;
}
footer .col-lg-4 {
    padding: 20px;
}
}


@media (max-width:479px) {
.menubar .btn {
    padding: 13px 10px 10px !important;
    height: 41px !important;
    font-size: 14px;
}
.carousel-content p {
    display: none;
}
.aboutus {
    padding: 40px 0;
}
.videos video {
    height: 100%;
}
.map iframe {
    height: 350px;
}
}

@media (max-width:414px) {
.menubar .btn {
    padding: 10px 9px 10px !important;
    height: 54px !important;
    font-size: 14px;
    line-height: 18px;
}
#rmp_menu_trigger-573 {
    width: 52px !important;
    height: 40px !important;
    position: relative;
    top: 12px !important;
}
.carousel-content h2 {
    font-size: 39px;
}
}

@media (max-width:375px) {
.carousel-content h2 {
    font-size: 33px;
    line-height: 45px;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 30px;
}
}





