@import url('http://fonts.googleapis.com/css?family=Nunito:400,300,700|Open+Sans:400italic,400,600,700');

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    list-style: none;
    text-decoration: none;
    font-family: sans-serif;
}
body {
    font-family: 'Nunito', sans-serif;  
}
p{
    font-size: 16px;
    line-height: 26px;
	letter-spacing:0.5px;
}
a{
	letter-spacing:0.5px;
}
.wrapper, .metaslider .caption-wrap {
    width: 95% !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 90% !important;
}
.row{
    width:100%;
    float:left;
}
.vc_row {
    margin-left: 0!important;
    margin-right: 0!important;
}
h1,h2,h3,h4{
      font-family: 'Open Sans', sans-serif;
}
h2{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #0e2f4f;
    line-height: 40px;
    text-transform: capitalize;
}
.p_t{
    padding-top:60px;
}
.p_b{
    padding-bottom:60px;
}
.center{
    text-align:center !important;
}
/* Top Bar Styling */
.top-bar {
    background-color: #0d4d8b;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 0;
}

.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.top-bar a:hover {
    color: #f4a300; /* Logo Red Hover Effect */
}
.top-right {
    font-size: 15px;
    font-weight: 500;
}
/* ===== TOP HEADER ===== */
/* ===== PREMIUM HEADER ===== */
.premium-header {
    background: linear-gradient(135deg, #0D3B66, #0B3156);
    padding: 18px 0;   /* reduced height */
}

/* Layout */
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.logo-section img {
    max-height: 75px;
}

/* ===== CERTIFICATIONS ===== */
.certifications {
    text-align: right;      /* changed from center */
    max-width: 650px;
}

/* Title */
.cert-title {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    opacity: 0.8;
}

/* Grid */
.cert-grid {
    display: flex;
    gap: 12px;
    justify-content: flex-end;  /* important */
    flex-wrap: wrap;
}

/* Badge Style */
.cert-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #e6f0ff;
    padding: 6px 12px;
    border-radius: 30px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    transition: all 0.3s ease;
}

/* Icon */
.cert-badge i {
    color: #4da3ff;
    font-size: 11px;
    transition: 0.3s;
}

/* Hover */
.cert-badge:hover {
    background: rgba(77,163,255,0.25);
    transform: translateY(-2px);
}

.cert-badge:hover i {
    color: #ffffff;
}
/* ===== MENU ===== */
.menu-area{
    background: #0E2F4F;
    z-index: 999999;
    border-bottom: 2px solid #2F80ED;
    
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #2F80ED;
}
.sticky + .banner {
  padding-top: 50px;
}
.nav ul li{
    margin: 0 1px;
    position: relative;
    /*padding:0 8px;*/
    float: left;}
.nav ul li a{   
    display: block;
    font-family: roboto,sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 22px;
    position: relative;
    z-index: 9;
}
.nav ul li a svg{
	display:none;
}
/*.nav ul li a:after{
    content: "\f107";
    width: 0;
    height: 3px;
    background: #00adf0;
    position: absolute;
    left: 0;
    top: 100%;
}*/
.nav ul li a:hover, .nav .current-menu-item > a{
background: #1E5A8A;
    color: #fff;
}
.nav ul li a:hover:after,.nav ul li.current-menu-item a:after{width: 100%;}
.nav ul li .sub-menu{
    z-index: 999;
    opacity: 0;
    visibility:hidden;
    position: absolute;
    left: 0;
    top: 55px;
    width: 220px;
    border-top: solid 2px #0E2F4F;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: all 200ms cubic-bezier(0.2,0,0,1);
    -o-transition: all 200ms cubic-bezier(0.2,0,0,1);
    -ms-transition: all 200ms cubic-bezier(0.2,0,0,1);
    -moz-transition: all 200ms cubic-bezier(0.2,0,0,1);
    -webkit-transition: all 200ms cubic-bezier(0.2,0,0,1);
}
/* .nav ul li .sub-menu:before{
    font-family: FontAwesome;
    width: 12px;
    height: 7px;
    content: "\f107";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -7px;
} */
.nav ul li .sub-menu li{
    margin: 0;
     border-bottom: solid 1px #f3f3f3;
    width: 100%;
}
.nav ul li .sub-menu li:last-child{border-bottom: 0;}
.nav ul li .sub-menu li a{
    font-size: 16px;
    text-transform: initial;
    color: #000;
     padding: 10px;
    font-weight: 300;
    line-height: 25px;
    padding: 10px;
    float: left;
    width: 100%;
}
.nav ul li .sub-menu li a:hover,.nav ul li .sub-menu li.current-menu-item a{
    color: #fff;
    background: #1E5A8A;
}
.nav ul li:hover > .sub-menu{
   top: 45px;
    opacity: 1;
    visibility: visible;
    transition: all 600ms cubic-bezier(0.2,0,0,1);
    -o-transition: all 600ms cubic-bezier(0.2,0,0,1);
    -ms-transition: all 600ms cubic-bezier(0.2,0,0,1);
    -moz-transition: all 600ms cubic-bezier(0.2,0,0,1);
    -webkit-transition: all 600ms cubic-bezier(0.2,0,0,1);
}
.nav ul li .sub-menu:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 600ms cubic-bezier(0.2,0,0,1);
    -o-transition: all 600ms cubic-bezier(0.2,0,0,1);
    -ms-transition: all 600ms cubic-bezier(0.2,0,0,1);
    -moz-transition: all 600ms cubic-bezier(0.2,0,0,1);
    -webkit-transition: all 600ms cubic-bezier(0.2,0,0,1);
}
.nav ul li .sub-menu li.menu-item-has-children:after{right: 20px;top:14px;}
.nav ul li .sub-menu li ul.sub-menu{top:0px;right: -100%;left: auto;}
 .nav .sub-menu .sub-menu > a:after{
    content: "\f105";
 }
 .nav .sub-menu:hover a:after{
    color: #043268;
 }
 .menu-row {
    position: relative;
}
 .hamburger {
    right: 20px;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 10px;
    display: none;
    }

    .hamburger .line {
      width: 100%;
      height: 4px;
      background-color: #fff;
      position: absolute;
    }

    .hamburger .line:nth-child(2) {
      top: 50%;
      margin-top: -2px;
    }

    .hamburger .line:nth-child(3) {
      bottom: 0;
    }
.respo_menu, .respo_close{
    display: none;
}
.respo_close {
    font-size: 30px;
    color: #fff;
    display: none;
    cursor: pointer;
/*     padding: 5px; */
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
/*     position: fixed; */
    top: 10px;
    right: 10px;
    z-index: 999999999;
}
.respo_menu{margin: 5px 10px;font-size: 18px;color: #fff;float: right;display: none;margin-right: 10px;cursor: pointer;}
.respo_menu i{display: inline-block;background: #fff;padding: 6px 10px;text-align: center;border-radius: 3px;color: #0e2f4f;font-size:20px;}
.error-404 .page-title{background: #0e2f4f;padding: 100px 0;text-align: center;font-size: 35px;color: #fff;margin: 50px 0;border-radius: 10px;}
.error-404 .page-title span{font-size: 60px;}
.error-404{text-align: center;width:70%;margin-left:15%;float:left;}
.error-404 .page-content, .error-404 .page-content p{font-size: 20px;font-weight: 400;color: #0e2f4f;margin-bottom: 70px !important;}
/* ===== BUTTON ===== */
.quote-btn {
    background: #F39C12;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.quote-btn:hover {
    background: #d9820f;
}
/* Blue Version */
.btn.btnblue {
    background: #0e2f4f;
    display:inline-block;
}

.btn.btnblue:hover {
    background: #0b2540;
    transform: translateY(-3px);
}
.btn {
    background: #ff9800;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 1s !important;
}
.btn:hover, .entry-content .btn:hover {
     background: #e68900;
    transform: translateY(-2px);
}
.entry-content h2 {
	padding:20px 0;
	text-align:left;
}
.entry-content .btn {
 padding: 14px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 1s !important;
}
.metaslider .slides li {
    position: relative;
}
.metaslider .slides li img {
    display: block;
}
.metaslider .caption-wrap {
    position: absolute !important;
    z-index: 2 !important;
    top: 50%;
    left: 6% !important;
    transform: translateY(-50%);
    padding: 40px;
    max-width: 700px !important;
    color: #fff;
    bottom: unset !important;
}
.metaslider .caption {
    padding: 0 !important;
}
.metaslider .caption-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 30, 80, 0.85),
        rgba(0, 30, 80, 0.8)
    );
    z-index: -1;
    border-radius: 6px;
}
.metaslider .caption-wrap h1{
font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}
.metaslider .caption-wrap p {
        font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}
/*.metaslider .slides li img {
    filter: brightness(60%);
}
*/

.bg-white{
    background: #fff;
}
.bg-lightblue {
    background: #f4f8fb;
}
.about-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #0e2f4f;
}

.about-list li i {
    color: #f59300;   /* Your theme blue */
    font-size: 18px;
    width: 25px;
}
.productHeading {
    padding-top: 40px;
}
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #0B5ED7;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: #ffffff;
    padding: 20px;
/*     border-radius: 12px; */
    text-align: center;
/*     box-shadow: 0 5px 20px rgba(0,0,0,0.05); */
	  box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
/*     transition: 0.3s ease; */
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}
.product-image {
    height: 260px;        /* Set fixed height */
    overflow: hidden;     /* Hide extra image */
/*     border-radius: 8px; */
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* Important – crop nicely */
    transition: 0.4s ease;
}


.product-card h3 {
    font-size: 22px;
    color: #003c8f;
    margin: 18px 0;
}
.product-card a{
  text-decoration: none;  
}
.product-card a.view-btn {
    text-decoration: none;
        background: #ff9800;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 1s !important;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0.3px;
}
.product-card a.view-btn:hover {
     background: #e68900;
    transform: translateY(-2px);
}
.contact-section {
  background:
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url('../images/conatactbg.png') center/cover no-repeat;

  padding: 80px 20px;
  color: white;
}
 .span.wpcf7-list-item{
    margin-left:0;
}
.wpcf7-list-item-label a{
    color: #efa00c;
}
.contact-section input,.contact-section textarea{
    width: 100%;
    background: #fff;
    padding: 10px;

}
.contact-section textarea{
    height: 108px;;
}
.contact-section label{
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0.6px;
}
.contact-section input[type="submit"]{
    width: auto;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;  
    padding: 10px 43px;
    cursor: pointer;
    margin-top: 30px;
    background: #fff;
    color: #b3140b;
    border: 1px solid #043268;
}
.contact-section input[type="submit"]:hover{
        color: #fff;
    background: #b3140b;
    border: 1px solid #fff;
}

.contact-section .wpcf7 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.contact-section .wpcf7-response-output {
    float: left;
    color: #ffb900;
    font-size: 18px;
    
}
.contact-section .wpcf7-not-valid-tip{
    position:absolute;
    right:0px;
    top: -5px;
}
.required{
    color:red;
}
.enquiryDiv{
    width:85%;
    margin:0 auto;
}
.enquiryDiv .left-col{
    float:left;
    width:49%;
}
.enquiryDiv .right-col{
    float:right;
    width:49%;
}
.enquiryDiv input, .enquiryDiv textarea , .enquiryDiv select {
    width: 100%;
    background: #fff;
    padding: 10px;
}
.enquiryDiv label{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 0.6px;
}
.enquiryDiv #contact_submit{    
    margin: 0 auto;
    background: #ff9800;
    border: 1px solid #ff9800;
    line-height: 35px;
    padding: 10px 20px;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #fff;
    cursor:pointer;
    border-radius: 5px;
        width: auto;
            transition: all 1s !important;
}
.enquiryDiv #contact_submit:hover{
    background: transparent;
    transform: translateY(-2px);
}
.enquiryDiv .submitbtn p{
    text-align:center;
}
.wpcf7-spinner{
    display:block !important;
}
.enquiryDiv .wpcf7-response-output {
    float: left;
    color: #fff;
}
.contact-section h2{
    color:#fff !important;
        text-align: left;
    margin-bottom: 10px;
}
.contact-section .wpb_single_image {
    margin-bottom: 2px;
}
.contactimgbottom {
    margin-bottom: 10px !important;
}
.contactimgbottom p
{
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    font-style: italic;
    letter-spacing: 0.5px;
}
.contactaddress{

}
.contactaddress a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.contactaddress a:hover{
   color: #f4a300
}
.visit-note {
  margin-top: 15px;
  padding: 10px;
  background: rgba(255,136,0,0.15);
  border-left: 4px solid #ff8800;
  border-radius: 5px;
}


.cert-section {
    padding: 80px 0;
    background: #f8fbff;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0D3B66;
    margin-bottom: 10px;
}

.section-header p {
    color: #555;
    font-size: 15px;
}
/* 
.cert-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 60px;
}

.cert-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.cert-item:hover {
    transform: translateY(-5px);
}

.cert-item i {
    font-size: 24px;
    color: #2E86DE;
    margin-top: 5px;
}

.cert-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0D3B66;
    margin-bottom: 6px;
}

.cert-item p {
    font-size: 14px;
    color: #555;
    margin: 0;
} */


/* ''' */
.cert-strip {
    background: #f4f8fb;  /* Light contrast below banner */
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    position: relative;
    z-index: 2;
}

.cert-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.cert-item {
    flex: 1;
    min-width: 120px;
    padding: 10px 10px;
    transition: transform 0.4s ease, color 0.4s ease;
}

.cert-item i {
    font-size: 36px;   /* Bigger icon */
    color: #1E5A8A;    /* Your theme blue */
    margin-bottom: 10px;
    transition: transform 0.4s ease, color 0.4s ease;
}

.cert-item p {
    font-size: 14px;
    font-weight: 600;
    color: #0E2F4F;
    margin: 0;
    line-height: 1.4;
    transition: color 0.4s ease;
}

.cert-item:hover i {
    color: #2F80ED;
   transform: translateY(-4px);
}
/* Download */
.download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.download-card {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.download-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.download-icon {
    font-size: 50px;
    color: #1E5A8A;
    margin-bottom: 20px;
}

.download-card h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #0e2f4f;
}

.download-btn {
  text-decoration: none;
    background: #ff9800;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 1s !important;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0.3px;
}

.download-btn:hover {
    background: #e68900;
    transform: translateY(-2px);
}
.page-title-section {
    background: linear-gradient(135deg, #1E5A8A, #0E2F4F);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.page-title-section h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.page-title-section p {
    font-size: 16px;
    opacity: 0.9;
}
/*.footer-top {
  background: #f4f6f9;
  padding: 40px 20px;
  border-top: 3px solid #ff8800;
}*/
.footer-top {
  background: #0d2d5e;
  color: white;
}

.footer-feature {
  background: rgba(255,255,255,0.05);
}
.footer-top-container {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  background: white;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.footer-feature i {
  font-size: 28px;
  color: #ff8800;
  min-width: 40px;
}

.footer-feature h4 {
  margin: 0;
  font-size: 18px;
  color: #0d2d5e;
}

.footer-feature p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

.footer-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}
.inner-banner {
  background-image: url(../images/inner-banner.jpg);
  background-size: cover;
  background-position: center;
  background-position: center center;
}
/* Responsive */
/* FOOTER */
.footer {
  background: #0d4d8b; /* Blue theme */
  color: #fff;
  padding: 50px 0 0;
  font-family: Arial, sans-serif;
}

.footercontainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px solid #ffffff40;
  padding-bottom: 8px;
}
.footer .logo img{
    width: 280px;
    height: auto;
}
.footer p {
  font-size: 16px;
  line-height: 25px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a, .footer a {
  color: #ffffffcc;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
	letter-spacing:0.5px
}

.footer ul li a:hover, .footer a:hover {
  color: #ffffff;
}

/* Bottom Section */
.footer-bottom {
  background: #083463;
  text-align: center;
  padding: 15px 0;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}
.footer-col p {
  position: relative;
  padding-left: 25px;
}

/* Location Icon */
.address::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

/* Phone Icon */
.phone::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

/* Email Icon */
.email::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.contactpage .vc_col-sm-6:last-child{
	box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    background: #0E2F4F;
    padding: 10px;
}
.span.wpcf7-list-item{
	margin-left:0;
}
.wpcf7-list-item-label a{
	color: #efa00c;
}
.contactpage input,.contactpage textarea{
	width: 100%;
	background: #fff;
	padding: 10px;

}
.contactpage textarea{
	height: 108px;;
}
.contactpage label{
	width: 100%;
	float: left;
	font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 0.6px;
}
.contactpage input[type="submit"]{
	width: auto;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;	
	cursor: pointer;
	margin-top: 30px;
	background: #ff9800;
	color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 1s !important;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0.3px;
	border: 1px solid #fff;
}
.contactpage input[type="submit"]:hover{
	    color: #ff9800;
    background: none;
    border: 1px solid #fff;
}

.contactpage .wpcf7 {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
.contactpage .wpcf7-response-output {
    float: left;
    color: #ffb900;
    font-size: 18px;
	
}
.contactpage .wpcf7-not-valid-tip{
	position:absolute;
	right:0px;
	top: -5px;
}
.required{
	color:red;
}
.contactpage .vc_col-sm-6:first-child p {
    line-height: 30px;
    font-size: 20px;
    text-align: left;
}
.contactpage .vc_col-sm-6:first-child .fa {
    color: #043268;
}
.contactpage .vc_col-sm-6:first-child a{
	color:#043268;
}
.contactpage h2 {
    font-size: 28px;
    text-align: left;
    margin: 15px 0 25px 0;
}
.other-products-section h2{
	padding-bottom:35px;
}
.product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
	justify-content:center;
}

.product-badge {
       display: inline-block;
    padding: 10px 20px;
    background-color: #0e2f4f;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}
.cert-strip {
        overflow: hidden;
        position: relative;
    }

    .cert-row {
        display: flex;
        gap: 20px;
        width: max-content;
        animation: premiumScroll 35s linear infinite;
    }

    @keyframes premiumScroll {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }

    .cert-strip:hover .cert-row {
        animation-play-state: paused;
    }

    /* Soft fade edges */
    .cert-strip::before,
    .cert-strip::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .cert-strip::before {
        left: 0;
        background: linear-gradient(to right, #f4f8fb 0%, transparent 100%);
    }

    .cert-strip::after {
        right: 0;
        background: linear-gradient(to left, #f4f8fb 0%, transparent 100%);
    }
/* Hover Effect */
.product-badge:hover {
    background-color: #174a78;   /* Slightly lighter shade */
    transform: translateY(-3px); /* Lift effect */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
/* Responsive */
@media (min-width: 1000px) and (max-width: 1300px) {

    .cert-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 600px;
        margin: 0 auto;
        gap: 12px 16px;
    }

    .cert-badge {
        flex: 0 0 calc(33.333% - 16px);
        display: flex;
        justify-content: center;
    }

}
@media (max-width: 1200px) {
    .cert-item i {
        font-size: 32px;
    }

    .cert-item p {
        font-size: 13px;
    }
}
@media (max-width: 992px) {

    .header-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .certifications {
        text-align: center;
        max-width: 100%;
    }

    .cert-grid {
        justify-content: center;
    }

    .logo-section img {
        max-height: 65px;
    }
    .footercontainer {
    grid-template-columns: repeat(2, 1fr);
  }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.metaslider .caption-wrap {
        left: 5% !important;
        max-width: 85% !important;
        padding: 30px;
    }

    .metaslider .caption-wrap h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 18px;
    }

    .metaslider .caption-wrap p {
        font-size: 18px;
        line-height: 26px;
    }
	
 .cert-strip {
        overflow: hidden;
        position: relative;
    }

    .cert-row {
        display: flex;
        gap: 20px;
        width: max-content;
        animation: premiumScroll 35s linear infinite;
    }

    @keyframes premiumScroll {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }

    .cert-strip:hover .cert-row {
        animation-play-state: paused;
    }

    /* Soft fade edges */
    .cert-strip::before,
    .cert-strip::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .cert-strip::before {
        left: 0;
        background: linear-gradient(to right, #f4f8fb 0%, transparent 100%);
    }

    .cert-strip::after {
        right: 0;
        background: linear-gradient(to left, #f4f8fb 0%, transparent 100%);
    }
	.product-badge {
        font-size: 13px;
        padding: 8px 15px;
    }
}
@media screen and (max-width:940px) {
    .nav ul{
        right: 0 !important;
    }
    .nav li.menu-item-has-children:after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        background: url('../images/plus.png') center center no-repeat #fdca8e;
        z-index: 999;
        width: 45px;

    }
    .nav li.menu-item-has-children.active:after{
        background: url('../images/minus.png') center center no-repeat #fdca8e;
    }
    .respo_menu{display: block;}    
    .resdiv{display: none;position: fixed;right: 0;top: 0;bottom:0;width: 350px;background:rgb(0, 0, 0);z-index: 999999;max-width: 100%;transition: all 600ms ease-out;-o-transition: all 600ms ease-out;-ms-transition: all 600ms ease-out;-moz-transition: all 600ms ease-out;-webkit-transition: all 600ms ease-out;max-height: 100vh;overflow-y: auto;}
    .nav ul li{width: 100%;margin: 0;padding: 0;border-bottom: 1px solid rgba(255,255,255,0.1);}
    .nav ul li a{width: 100%;line-height: 30px;text-align: center;color: #fff;float: right;font-size: 14px;margin:0;text-transform: uppercase;opacity: 1;}
    .header.hover .nav ul li a{color: #fff;}
    .nav ul li .sub-menu { position: relative;left: 0;top: 0;background: #f99e58;padding: 8px;width: 100%;z-index: 99;transition: none !important;}
    .nav ul li .sub-menu{display: none !important;}
    .nav ul li.active .sub-menu{display: block !important;}
    .nav ul li:hover{}
    .nav ul li .sub-menu li{border-bottom: 0;padding: 0;}
    .nav ul li .sub-menu li a{text-transform: capitalize;}
    .nav ul.goright{right: 0px !important;}
    .nav ul li a:after{background: #00adf0;}
    .nav ul li > .sub-menu{
        top:0px !important;
    }
}
@media (max-width: 768px) {

    .cert-title {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .cert-badge {
        font-size: 11px;
        padding: 5px 10px;
    }

    .cert-badge i {
        font-size: 10px;
    }

    .logo-section img {
        max-height: 55px;
    }
     .top-container {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
	.metaslider .caption-wrap {
        left: 50% !important;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        max-width: 90% !important;
        padding: 25px;
    }

    .metaslider .caption-wrap h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .metaslider .caption-wrap p {
        font-size: 16px;
        line-height: 24px;
    }
	.footer-top-container {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .footercontainer {
    grid-template-columns: 1fr;
  }
  .product-grid {
        grid-template-columns: 1fr;
    }
	 .product-badges {
        justify-content: center;
    }

    .product-badge {
        font-size: 13px;
        padding: 8px 14px;
    }
	
}

@media (max-width: 480px) {

    .cert-grid {
        gap: 8px;
    }

    .cert-badge {
        font-size: 10px;
        padding: 4px 8px;
        border-radius: 20px;
    }

    .cert-title {
        font-size: 9px;
    }

    .logo-section img {
        max-height: 50px;
    }
	.metaslider .caption-wrap {
        padding: 18px;
        border-radius: 5px;
    }

    .metaslider .caption-wrap h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .metaslider .caption-wrap p {
        font-size: 14px;
        line-height: 22px;
    }
}

