@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary: #01487c;
   --secondary:#39d41e;
   --orange:#e2571e;
    --white: #fff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Bricolage Grotesque", 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: #dddddd;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Bricolage Grotesque", 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(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Bricolage Grotesque", 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(--white);
    transition: 0.8s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Bricolage Grotesque", 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: "Bricolage Grotesque", sans-serif;
    color: #000000d1;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

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

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.heading:after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50% , -50%);
    height: 3px;
    width: 100px;
    background: var(--primary);
    content: '';
}
.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(--primary);
    padding: 6px 0;
    position:relative;
}
.topbar span {
    color: var(--white);
    letter-spacing: 1px;
}
.topbar:before {
    position: absolute;
    content: '';
    top: 18px;
    left: 200px;
    height: 1px;
    width: 300px;
    background: #ffffff69;
}
.topbar:after {
    position: absolute;
    content: '';
    top: 18px;
    right: 200px;
    height: 1px;
    width: 300px;
    background: #ffffff69;
}
.smoicons li a {
    background: #f9f9f92b;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.top-contact {
    column-gap: 15px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: -6px;
}
.top-contact p a{
    color: var(--white);
    font-size: 15px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    height: 35px;
    width: 35px;
    background: #ffffff0f;
    border-radius: 50%;
}
.top-contact img {
    width: 24px;
}
/* Header */
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 90px;
}
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);
}
/* Menubar */

.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}
/* SLIDER SECTION CSS */


.mainslider {
    position: relative;
}
.carousel-content {
    width: 75%;
    margin: 0 auto !important;
    text-align: center !important;
}
.mainslider #carouselExampleFade img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}
.mainslider .carousel-caption small {
    font-size: 13px;
    padding: 10px 17px;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #01487c;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 50px;
    border-right: 3px solid var(--white);
    border-left: 3px solid var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 37px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--white) !important;
}
.mainslider .carousel-caption h2 span {
    font-size: 45px;
    font-weight: 700;
    display: inline;
}
.mainslider .carousel-caption p {
    display: none;
}
.carousel-content .btn-primary {
    background: #0000006b;
    border: 1px solid var(--white);
}
/* about us page  */
.aboutus-content {
    background: linear-gradient(45deg, #a6b3dd3b, transparent);
    padding-left: 15px;
    border-left: 2px solid var(--primary);
    border-radius: 6px;
    padding: 13px;
    height: 100%;
}
.aboutus-content p {
    line-height: 29px !important;
    margin-bottom: 5px;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    height: 310px;
}
.aboutus {
    padding: 60px 0;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black);
}
.aboutus .leftheading span {
    color: var(--primary);
}
.moreabout{
	margin-bottom:50px;
}
.more-cnt {
    background: #c3188f0d;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    border-left: 1px dashed var(--primary);
    border-right: 1px dashed var(--primary);
}
.more-cnt p {
    margin-bottom: 5px;
}
/* services section  */
.services{
    background: url(../images/services-bg-1.png);
    padding: 50px 0 60px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-services {
    background: var(--white);
    padding: 0px 16px 16px 16px;
    border-radius: 6px;
    height: 100%;
}
.about-services figure {
    height: 85px;
    width: 85px;
    background: #c3188f2e;
    border-radius: 0 0 50px 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
}
.about-services figure img {
    width: 60px;
}
ul.servicesbtn {
    display: flex;
    flex-wrap: wrap;
}
ul.servicesbtn li {
    width: 50%;
    margin-bottom: 8px;
    position:relative;
}
ul.servicesbtn li a {
    padding-left: 25px;
}
ul.servicesbtn li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0a4";
    color: var(--primary);
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 1px;
}
.services  .row {
    row-gap: 13px;
   justify-content:center;
}





/* products page section */
.producttable {
    margin-bottom: 60px;
}
    table {
      width: 100%;
      border-collapse: collapse;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    th, td {
      padding: 12px 16px;
      text-align: left;
      border: 1px solid #ddd;
    }

 th {
    background-color: var(--primary);
    color: white;
    text-transform: uppercase;
}

    tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    @media screen and (max-width: 600px) {
      table, thead, tbody, th, td, tr {
        display: block;
      }
      th {
        display: none;
      }
      td {
        position: relative;
        padding-left: 50%;
      }
      td::before {
        position: absolute;
        top: 12px;
        left: 16px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
        color: #333;
      }
      td:nth-of-type(1)::before { content: "Sl. No"; }
      td:nth-of-type(2)::before { content: "Parameter"; }
      td:nth-of-type(3)::before { content: "Details"; }
    }


/* experiment section  */
.experiment {
    margin-bottom: 50px;
}
.experiment figure {
    overflow: hidden;
    border-radius: 6px;
}
.experiment .row {
    background: #c3188f29;
    padding: 15px 10px;
    border-radius: 6px;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.heading, .leftheading {
    font-size: 32px;
}
ul.experiment-btn .btn-primary {
    background: var(--primary);
    color: var(--white);
}
.experiment p {
    margin: 0px 0 5px 0;
}
ul.experiment-btn {
    column-gap: 8px;
}
ul.experiment-btn a {
    display: block;
    margin-top: 8px;
}
/* mission page  */
.mission {
    background: linear-gradient(#00000030, #000000a8), url(../images/mission-banner.png);
    padding: 50px 0 60px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.about-mission figure {
    height: 130px;
    width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffffff3d;
}
.about-mission figure img {
    width: 100px !important;
    display: block;
}
.about-mission p {
    color: var(--white);
    width: 75%;
    margin: 8px auto;
}
.about-mission h2 {
    margin: 10px 0 8px;
    font-size: 30px;
    font-weight: 500;
}

/* career section  */
.career {
    padding: 60px 0;
}
.career .btn-primary {
    background: var(--primary);
    color: var(--white);
}
.career figure {
    overflow: hidden;
    border-radius: 6px;
}
.career figure img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.career .leftheading {
    margin-bottom: 15px;
}
.career .leftheading img {
    width: 50px !important;
}
/* quality control section  */
.qualitycontrol {
    margin-top: 60px;
}
.qualitycontrol .text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.qualitycontrol ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.qualitycontrol ul li {
    background: var(--primary);
    padding: 12px;
    border-radius: 8px;
}
.qualitycontrol ul li p {
    margin: 0;
    color: var(--white);
}





/* CONTACT SECTION CSS */
#contactus {
    background: #01487c0d;
    padding: 50px 0 45px;
}

.contactus {
    margin-bottom: 60px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 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 {
      position: relative;
    }

    .map iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .map a.overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: transparent;
    }
.map iframe {
    height: 495px;
    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;
}

/* FOOTER SECTION CSS */

/* Footer */

footer {
    background: #030207;
    padding-top: 50px;
}
.footerlogo img {
    width: 100px;
    margin-left: 9px;
}
.footerlogo {
    height: 149px;
    width: 150px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
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 .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .5px;
}
footer h3:after, footer h3:before {
    background:var(--primary);
    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;
}
footer a:hover {
    color: var(--secondary);
}
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: 2px solid #0f3f949e;
}
.ftr-link li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f35a";
    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;
}



.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li:nth-child(1) i {
    font-size: 40px;
    color: var(--white);
}
.ftrcontact li a {
    font-size: 17px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
   
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    margin-top: 40px;
    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 #010077;
    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;
}

@media(max-width:991px){
header {
    padding: 25px 0;
}
header:before {
 display:none;
}
.mainmenu {
    box-shadow: unset;
}
.topbar {
    display: none;
}
button#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}
div#rmp-container-573 {
    background: var(--primary) !important;
}
.carousel-content {
    width: 100%;
}
#about .row {
    row-gap: 20px;
}
#products .row {
    row-gap: 20px;
}
.experiment .row {
    row-gap: 20px;
}
#careers .col-sm-5 {
    width: 100%;
}
#careers .col-sm-7 {
    width: 100%;
}
#careers .row {
    row-gap: 20px;
}
.map iframe {
    width: 100%;
}
#contactus .row {
    row-gap: 20px;
}
form.wpcf7-form.init .row {
    row-gap: 0px !important;
}
.career figure img {
    height: auto;
}
.product .nav {
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 20px;
    justify-content: center;
}
	.product .nav li {
    width: 48%;
}
	.product .nav li button {
    width: 100%;
}
footer .row {
    row-gap: 20px;
}	
.copyright p {
    text-align: center;
}	
}


@media(max-width:767px){
	.nav button {
	   padding: 10px 23px;
	}
.mainslider #carouselExampleFade img {
    height: auto;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}

.aboutus figure.aboutus-img img {
    height: 100% !important;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 30px;
}
.about-mission p {
    width: 100%;
}
}

@media(max-width:667px){
.mainslider .carousel-caption small {
    display: none;
}
.about-productimg img {
    height: 395px;
    object-fit: unset;
}
ul.experiment-btn {
    flex-wrap: wrap;
}
.about-mission figure img {
    width: 80px !important;
}
.about-mission figure {
    height: 115px;
    width: 115px;
}
.ourgallery {
    padding: 40px 0;
}
.services {
    padding: 40px 0;
}
.aboutus {
    padding: 40px 0;
}
.moreabout {
    margin-bottom: 40px;
}
.experiment {
    margin-bottom: 40px;
}
.career {
    margin-bottom: 40px;
}
}

@media(max-width:568px){
.mainslider .carousel-caption p {
    display: none;
}
.carousel-control-next {
    right: 10px !important;
}
.carousel-control-prev {
    left: 10px !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
.experiment {
    padding: 10px;
}
.mission {
    padding: 40px 0;
}
header img {
    width: 150px;
}
.product .nav li {
    width: 100%;
}
.product .nav {
    row-gap: 15px;
}
}
@media(max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.heading, .leftheading {
    font-size: 25px;
    margin-bottom: 25px;
}
.conctform p {
    margin-bottom: 5px;
}
}

@media(max-width:414px){
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 25px;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.carousel-control-prev {
    left: 0px !important;
}
.carousel-control-next{
    right: 0px !important;
}
.about-productimg img {
    height: 300px;
}
.productimg_image-info h3 {
    font-size: 16px;
    line-height: 28px;
}
ul.servicesbtn li {
    width: 100%;
    margin-bottom: 12px;
}
.about-services h3 {
    font-size: 19px;
}
.map iframe {
    height: 350px;
}
}
@media (max-width:375px){
.aboutus .leftheading {
    font-size: 22px;
}
.productinfo h3 {
    font-size: 20px;
}
.productcnt-list figure img {
    width: 45px;
}
.productcnt-list figure {
    height: 70px;
    width: 70px;
}
.map iframe {
    height: 300px;
}
}

/* gallery section */
.ourgallery {
    padding: 45px 0;
    background: #01487c14;
    margin-top: 60px;
}
.gallerylightboxlist {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

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

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






