@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Outfit:wght@100..900&display=swap');
:root {
    --primary: #005bac;
    --secondary:#545655;
    --white: #fff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Outfit", 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: "Outfit", 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: "Outfit", 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: "Outfit", 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: "Outfit", sans-serif;
    color: #000000d1;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Outfit", 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;
}
.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: 5px 0;
}
.smoicons li a {
    background: #f9f9f914;
    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: 16px;
}

.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: 115px;
}
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 */
.banner {
    background: #f5f8fc;
    padding: 40px 0 90px;
}
.circle {
    position: absolute;
    top: -20px;
    left: 45px;
}
.circle img {
    height: 535px;
}
.circle img {
  animation: spin 20s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bannerimg {
    z-index: 9;
    padding: 85px;
}
.bannerimg:before {
    content: '';
    position: absolute;
    max-width: 450px;
    height: 100%;
    max-height: 600px !important;
    background: #00389f14;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    margin: auto;
}
.banner-desc h2 {
    font-size: 31px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 600;
}
.banner-desc h2 span {
    color: var(--primary);
}
.banner-desc h5 {
    background: #005bac14;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    color: var(--black);
    letter-spacing: 2px;
    font-size: 16px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    font-weight: 500;
    margin-bottom: 21px;
}
.banner-desc i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}

/* about us page  */
.aboutus-content {
    padding-left: 40px;
}
.aboutus-content p {
    line-height: 30px !important;
    margin-top: 20px;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    height: 450px;
}
.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-content h5 {
    background: #005bac17;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
}
.aboutus-content h5 i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}
.aboutus .leftheading span {
    color: var(--primary);
}
.aboutlist {
    margin-top: 35px;
}
.aboutlist li {
    margin-bottom: 20px;
}
.aboutlist i {
    color: var(--primary);
    font-size: 14px;
    margin-right: 5px;
}

.aboutlist li {
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.aboutlist li img {
 width:55px;
}
.visarate {
    position: absolute;
    left: 100px;
    height: 185px;
    width: 185px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    bottom: 55px;
}
.visarate h2 {
    color: var(--white);
    margin: 0;
    font-size: 35px;
}
.visarate h4 {
    color: var(--white);
    font-size: 18px;
    margin-top: 6px;
}

/* services esction  */
.services {
    background: #005bac0d;
    padding: 45px 0 60px;
}
.aboutservices {
    background: var(--white);
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    border-bottom: 2px solid var(--primary);
}
.aboutservices figure {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 15px;
}
.aboutservices figure img {
 width:55px;
}
.aboutservices h3 {
    margin-bottom: 8px;
}
#services .row {
    row-gap: 20px;
}

/* faq section  */
.faqs {
    margin-bottom: 60px;
    background: #005bac0d;
    padding: 45px 0;
}
.faqs img {
    height: 100%;
    border-radius: 10px;
}

/* customers reviews  */
.customereviews {
    background: linear-gradient(45deg, black, #00000047), url(../images/customers.webp);
    background-size: cover;
    background-position: center;
    padding: 65px 0 75px;
    background-attachment: fixed;
    margin-bottom: 60px;
}
.reviews-info {
    background: #ffffff17;
    padding: 25px;
    margin-right: 10px;
    height: 220px;
    border-radius: 10px;
}
.reviews-info p {
    color: var(--white);
    line-height: 28px;
    font-size: 16px;
}
.reviews-info i {
    color: #ffb800;
    margin-right: 3px;
    margin-bottom: 20px;
}
.reviews-info h3 {
    color: var(--white);
    font-size: 19px;
}

/* whychoose  */
.whychoose {
    margin-bottom: 60px;
}
.aboutwhychoose {
    background: #f9f9f9;
    padding: 20px;
    height: 100%;
    border-radius: 8px;
}
.aboutwhychoose figure {
    height: 75px;
    width: 75px;
    margin-bottom:15px;
    background: #005bac1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.aboutwhychoose h3 {
    margin-bottom: 10px !important;
}
.aboutwhychoose figure img {
    width: 55px;
}

/* 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);
}

/* 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;
}

/* 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: 110px !important;
}






/* FOOTER SECTION CSS */
footer {
    background: #030207;
}
.footerlogo {
    height: 145px;
    width: 145px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.footerlogo img {
    width: 120px;
    filter: invert(1) brightness(100);
}
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: 23px;
    font-weight: 400;
    letter-spacing: .5px;
}
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;
}
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: 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 {
    border-right: 1px solid #ffffff14;
    padding:50px 0 40px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
     padding:80px 0 40px;
}
footer .col-lg-2 {
    border-right: 1px solid #ffffff14;
    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: 17px;
}
.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 #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: 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;
}






