
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Passion+One:wght@400;700;900&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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Passion+One:wght@400;700;900&family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');
html{
    scroll-behavior: smooth;
}
body,html {
   padding:0;
   margin:0;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
.white{
    color: #fff;
}
a:focus,a:hover,a {
    text-decoration: none;
    outline: 0;
}
ul{
    list-style: none;
}
p{
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}
h1,h2,h3{
    font-size: 35px;
    font-weight: 600;
}
h5 {
	font-size: 23px;
}
h6 {
    font-size: 20px;
    font-weight: 700;
  }

  h1, h2, h3, h4, h5, h6 {
      font-family: "Platypi", serif;
}
/* header */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
}
.py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.main-title {
    font-size: 30px;
    font-weight: 900;
    color: #3b3e42;
    margin-bottom: 24px;
}
h2.main-title span {
    position: relative;
}
h2.main-title span:before {
    content: "";
    width: 100%;
    background: #e11e25;
    height: 2px;
    position: absolute;
    bottom: -2px;
    animation-name: border-linear;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
header nav.bg-light {
	background-color: #f8f9fa !important;
}
.top-bar {
    background: #E31E24;
    background: linear-gradient(90deg,rgba(227, 30, 36, 1) 0%, rgba(39, 32, 148, 1) 100%);
}
ul.top-bar-details {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: right;
}
.tap-bar-slide-text marquee {
    color: #fff;
}
ul.top-bar-details li a {
    color: #fff;
}
ul.top-bar-social {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}
ul.top-bar-social li a {
    color: #000;
}
.top-bar ul {
    gap: 20px;
    padding-left: 0px;
}
.top-bar a{
    color: rgb(28, 28, 28);
    font-size: 15px;
} 
header .navbar-light .navbar-nav .nav-link {
	color: rgb(28, 28, 28);
    padding-left: 29px;
    font-weight: 500;
}
header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(231 33 38);
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 0 !important;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
}

/* banner */
.overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(255,255,255,0.2);
}
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text h5 {
    font-size: 15px;
    line-height: 1.5;
}

.enquiry-banner-form {
    background-color: #21518a;
    padding: 20px 20px;
    border-radius: 3px;
    margin: auto;
    width: 90%;
    margin-top: 95px;
}
.enquiry-banner-form .form-group {
    margin-bottom: 14px;
}
.banner-text h5 {
    font-size: 15px;
    color: #fff;
}

.enquiry-banner-form button.btn.btn-theme {
    background: #d61e2b;
    color: #fff;
    padding: 6px 30px;
}
.baner_inner h1 {
    margin: 0;
    font-size: 24px;
    line-height: normal;
    color: #292929;
    font-weight: bold;
    margin-bottom: 34px;
}
.baner_inner h2 {
    margin: 5px 0 20px 0;
    font-size: 70px;
    font-weight: bold;
    color: #368048;
}
.baner_inner h3 {
    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
    color: #fff !important;
    font-size: 22px;
    margin-top: 14px;
}
.enquiry-banner-form h3 {
    color: #ffffff;
    font-size: 34px;
}
.banner-inner-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.banner-inner-list ul {
    list-style: none;
    width: 50%;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.banner-inner-list ul li {
    font-size: 19px;
    color: #212121;
    font-weight: 500;
    padding: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-iso-list ul {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 0px;
    padding-right: 35%;
    gap: 20px;
}
.banner-iso-list ul li img {
    width: 80%;
    padding: 0px 8px;
}

.banner-iso-list {
    margin-top: 2%;
}
 .banner-inner-list ul li img {
    width: 18px;
}
/* about */

.about-content ul li {
    display: flex;
    align-items: flex-start;
}
.about-content ul li img {
    margin-right: 6px;
    margin-top: 2px;
}
.about-img img {
    width: 80%;
}
.about-img {
    display: flex;
    justify-content: center;
}
.about-content p {
    text-align: justify;
}
  /* certificates */
  .certificates{
	gap: 10px;
}
.certification li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
	font-size: 17px;
}

/* thirdparty-list comapny */
#list-of-comapanies {
    background-image: url("../../assets/img/thirdparty-listbg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.listing-text-main {
    padding: 15px 0;
    border-radius: 10px;
    margin-top: 15px;
    background: #E31E24;
    background: linear-gradient(90deg,rgba(227, 30, 36, 1) 0%, rgba(39, 32, 148, 1) 100%);
}
.listing-text-main h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}
.listing-item {
    box-shadow: 0 0 6px 0 #00000069;
    display: flex;
    background: #fff;
    align-items: center;
    padding: 30px;
    gap: 24px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
img.img-fluid.banner-img {
    width: 100% !important;
    
}
.listing-item-image {
    width: 20%;
}
.listing-item-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    padding-right: 85px;
}
.listing-company-name h2 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 700;
}
.listing-item-text p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.listing-contact-details {
    padding: 0 0 15px;
    display: flex;
    gap: 15px;
}
.listing-contact-details a {
    color: #fff;
    background: #000;
    padding: 7px 15px;
    border-radius: 20px 0 20px 0;
}
.process-sec h2.main-title {
    text-align: center;
}
a.call-btn {
    background: #3b9435 !important;
}
a.whatsapp-btn {
    background: #1faf55 !important;
}
a.enquiry-btn.Click-here {
    background: #227caf !important;
}
.listing-logo-outer {
    padding: 20px;
    background: #fff;
    border-radius: 14px;
}
.enquirytopcompany {
    background-color: #368048;
    padding: 25px 22px;
    width: 80%;
    border-radius: 8px;
    box-shadow: 0px 1px 21px -4px #000;
}
#list-of-comapanies .enquirytopcompany {
    position: sticky;
    top: 120px;
}
.enquirytopcompany .form-group {
    margin-bottom: 12px;
}
.enquirytopcompany button.btn.btn-theme {
    background: #d61e2b;
    color: #fff;
    padding: 6px 30px;
}
.enquirytopcompany .form-group input::placeholder, .enquirytopcompany .form-group textarea::placeholder, .enquirytopcompany .form-group select::placeholder {
    color: #000;
}


/*****process*****/
.process-content p {
    color: #000;
}
.process-content ul li {
    color: #000;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 4px 11px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 600;
}
.process-content ul li img {
    width: 18px;
    margin-right: 4px;
}
.process-content ul {
    padding: 0px;
}
.process-sec {
    background-image: url(../../assets/img/blog-single-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 9;
}
.process-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fffffff0;
    top: 0px;
    z-index: -1;
}
/*****products range sec*****/
ul.thera {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    margin: 0;
    padding: 0;
    gap: 8px;
    list-style: none;
    margin-top: 24px;
}
ul.thera li {
    padding: 10px;
    box-shadow: 0 0 1px 2px #00000014;
    font-size: 15px;
    font-weight: 600;
    background-color: #fefefe;
}
ul.thera li h5 {
    font-size: 18px;
    margin-bottom: 2px;
}
.product-range h4 {
    font-size: 16px;
    padding: 0 8%;
    margin-top: 16px;
}
.product-range {
    background: #f5f5f5;
}
ul.thera li p {
    margin-bottom: 0px;
    font-size: 14px;
}
.product-range h6 {
    font-size: 18px;
    margin-top: 40px;
}


/*****products-sec*****/
.products-sec h2.main-title {
    text-align: center;
}
.products-list .products-content h2 {
    text-align: center;
    font-size: 20px;
    color: #000;
}
.products-list .products-img {
    text-align: center;
}
.products-list {
    padding: 16px 0;
}
.productslist-outer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    gap: 16px;
}
.listing-item-image img {
    width: 100%;
}
/*****certified-sec*****/
.our-certified h2.main-title {
    margin-bottom: 50px;
    text-align: center;
}
.certified-box-in {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}
.certified-box-in p {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.certified-box-in img {
    margin: 0px auto 12px;
}

section.banner-thankypu {
    text-align: center;
    height: 80vh;
}



@keyframes border-linear {
    0% {
        width: 0%
    }

    50% {
        width: 100%
    }

    100% {
        width: 0%
    }
}











/* footer  */

 .footer-form {
    position: fixed;
    right: 5px;
    bottom: 0;
    width: 15%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #fff;
    z-index: 99;
}
#mini_contact_form_container {
    width: 100%;
    display: block;
    padding: 9px 13px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    border: 0px;
   background: #E31E24;
background: linear-gradient(90deg,rgba(227, 30, 36, 1) 0%, rgba(39, 32, 148, 1) 100%);
}
.footer-form form{
  padding: 15px;
}
.footer-form form .form-control {
	font-size: 14px;
	border: 1px solid #dbdbdb !important;
}

.footer-form .btn.btn-primary {
    background: #e21e24;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 31px;
    letter-spacing: .5px;
    border: navajowhite;
    margin: 0 auto;
}



/*******footer-our*****/
#footer {
    background: #262094;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}
footer#footer .copyright {
    text-align: center;
}
button.openFormBtn {
    color: #fff;
    background: #227caf;
    padding: 7px 15px;
    border-radius: 20px 0 20px 0;
    border: 0px;
}

/* Hidden by default */
.enquirytoplist .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  z-index: 1000;
}

/* Form styling */

.enquirytoplist .form-popup {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    width: 100%;
    /*border-radius: 8px;*/
    /*box-shadow: 0 0 15px rgba(0,0,0,0.3);*/
    position: relative;
}
.modal-content {
    background: none;
}
.enquirytoplist .form-container input,
.enquirytoplist .form-container textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.enquirytoplist .btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}

.enquirytoplist .btn.cancel {
  background-color: red;
}
.enquiry-top-br {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 0px;
}
button.openFormBtn i {
    margin-right: 6px;
}
.enquiry-top-br button#closeFormBtn {
    padding: 4px 10px;
}
.enquirytoplist .form-popup h4 {
    font-size: 22px;
    background: #000;
    padding: 12px 10px;
    color: #fff;
    background: linear-gradient(90deg, rgba(227, 30, 36, 1) 0%, rgba(39, 32, 148, 1) 100%);
}
.enquirytoplist .enquiry .form-group {
    margin-bottom: 10px;
    color: #000;
}
.enquirytoplist .enquiry .form-group input::placeholder, .enquirytoplist .enquiry .form-group textarea::placeholder, .enquirytoplist .enquiry .form-group select::placeholder {
    color: #000 !important;
}
div#myModal11 .form-group {
    margin-bottom: 10px;
}
div#myModal11 span.close {
    background: #d61e2b;
    position: absolute;
    padding: 0px 12px;
    color: #fff;
    right: 0px;
}
div#myModal11  button.btn.btn-theme.font-16 {
    background: #d61e2b;
    color: #fff;
}
.footer-form .form-group {
    margin-bottom: 10px;
}

.footer-form form  button.btn.btn-theme {
    background: #d91e2a;
    color: #fff;
}
.footer-form .form-group input::placeholder, .footer-form .form-group select::placeholder, .footer-form .form-group textarea::placeholder {
    color: #000;
}
/* ///////media query\\\\\\\\\\\\\\\\\\\ */

@media only screen and (min-width:1600px){
     .col-md-4.col-sm-12
    {
        float:right;
    }
    
}
@media only screen and (min-width:1200px) and (max-width:1500px){
   .baner_inner h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .col-md-4.col-sm-12
    {
        float:right;
    }
    .baner_inner h2 {
        font-size: 45px;
    }
    .baner_inner h3 {
        font-size: 16px;
        margin-top: 0px;
    }
    .enquiry-banner-form h3 {
        color: #ffffff;
        font-size: 24px;
    }
    .enquiry-banner-form .form-group input {
        padding: 6px 12px;
    }
    .enquirytopcompany {
        width: 100%;
    }
    .slick-slide img {
        height: 550px;
    }
    .banner-iso-list ul li img {
        width: 90%;
    }
     .banner-text .row.align-items-center {
        justify-content: space-evenly;
        width:1190px;
    }
    .certified-box-in img {
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .baner_inner h1 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .baner_inner h2 {
        font-size: 32px;
    }
    
    .baner_inner h3 {
        font-size: 12px;
        margin-top: 0px;
    }
    .enquiry-banner-form h3 {
        color: #ffffff;
        font-size: 18px;
    }
    .enquiry-banner-form .form-group input {
        padding: 4px 12px;
    }
    .enquirytopcompany {
        width: 100%;
    }
    .banner-inner-list ul li {
        font-size: 12px;
    }
    .banner-inner-list ul {
        margin-top: 0px;
    }
    .banner-inner-list ul li {
        padding: 0 0 4px 0;
    }
    .enquiry-banner-form .form-group textarea {
        height: 42px;
    }
    .enquiry-banner-form .form-group {
        margin-bottom: 4px;
    }
    .banner-text h5 {
        font-size: 14px;
    }
    .enquiry-banner-form h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .enquiry-banner-form form.mt-md-4.mt-2 {
        margin-top: 0px !important;
    }
    .enquiry-banner-form button.btn.btn-theme {
        padding: 2px 30px;
    }
    .top-bar {
        display: none;
    }
    header .navbar-light .navbar-nav .nav-link {
        padding-left: 20px;
    }
    .banner-inner-list {
        margin-top: 24px;
    }
    .enquiry-banner-form .form-group input, .enquiry-banner-form .form-group textarea, .enquiry-banner-form .form-group select {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .baner_inner h1 {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .baner_inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
    .baner_inner h3 {
        font-size: 12px;
        margin-top: 0px;
    }
    .enquiry-banner-form h3 {
        color: #ffffff;
        font-size: 18px;
    }
    .enquiry-banner-form .form-group input {
        padding: 0 12px;
    }
    .enquirytopcompany {
        width: 100%;
    }
    .banner-inner-list ul li {
        font-size: 12px;
    }
    .banner-inner-list ul {
    margin-top: 16px;
}
    .banner-inner-list ul li {
        padding: 0 0 4px 0;
    }
    .enquiry-banner-form .form-group textarea {
        height: 42px;
    }
    .enquiry-banner-form .form-group {
        margin-bottom: 4px;
    }
    .banner-text h5 {
        font-size: 12px;
    }
    .enquiry-banner-form h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .enquiry-banner-form form.mt-md-4.mt-2 {
        margin-top: 0px !important;
    }
    .enquiry-banner-form button.btn.btn-theme {
        padding: 2px 30px;
    }
    .top-bar {
        display: none;
    }
    .footer-form {
        width: 30%;
    }
    .listing-contact-details {
        display: grid;
    }
    .listing-text-main h3 {
        font-size: 18px;
    }
    .enquirytoplist .form-popup {
        width: 80%;
    }
    section.banner .banner-inner img {
        height: 370px;
    }
    .enquiry-banner-form .form-group input, .enquiry-banner-form .form-group textarea, .enquiry-banner-form .form-group select {
        padding: 0 12px;
        font-size: 14px;
    }
    .listing-item-text {
        width: 70%;
        padding-right: 0px;
    }
    .listing-item-image {
        width: 30%;
    }
   
}

@media only screen and (max-width:767px){
    /*.mobile-bottom {*/
    /*    position: fixed;*/
    /*    bottom: 0;*/
    /*    background: #aa1824;*/
    /*    width: 100%;*/
    /*    display: block !important;*/
    /*    line-height: 18px;*/

.enquiry-banner-form.text-center{
    margin-top: 68px !important;
}
.mobile-bottom {
    position: fixed;
    z-index: 100000;
    bottom: 0;
    width: 100%;
    display:block !important;
}
     img.img-fluid.banner-img {
    width: 100% !important;
    transform: scale(1.8);
    margin-left: 122px;
    margin-top: 57px;
     }
   
    .col-md-4.col-sm-12
    {
        float:center;
    }
    

  .mobile-bottom  ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0;
    padding: 0px;
}
    li.fsd-one {
       background-color: #384c8a;
       padding: 10px;
    }
    li.fsd-two {
       background-color: #25d366;
       padding: 10px;
    }
  li.fsd-three {
    /* background: #d91e29; */
    padding: 10px;
    display: none;
}
    
    .modal {
        background: #0000009c;
    }
    .modal-content {
        height: fit-content;
        top: 24%;
        width: 98%;
        padding: 17px;
        margin: 0 auto;
    }
    .modal-content .form-control {
        border: none;
        font-size: 15px;
        border: 1px solid #9d9d9d;
    }
    .close {
        font-size: 28px;
        margin-top: -18px;
    }
    .mobile-bottom  ul a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
    }
    .banner-slider.slick-initialized.slick-slider {
        display: none !important;
    }
    .overlay {
        display: none;
    }
    .banner-text {
        position: static;
    }
    .baner_inner h1 {
        color: #000000;
    }
   .baner_inner h2 {
        font-size: 28px;
        color: #055160;
        margin-bottom: 10px;
        font-weight: 500;
        font-family: emoji;
    }
    .baner_inner h1 {
        color: #b52331;
        font-size: 20px;
        margin-bottom: 8px;
        font-weight: 600;
    }
    .baner_inner h3 {
        font-size: 16px;
        color: #000 !important;
    }
    .banner-inner-list ul li {
        font-size: 15px;
        color: #000000;
    }
    .banner-inner-list {
        margin-bottom: 10px;
    }
    .banner-iso-list ul {
        padding-right: 4%;
    }
    .banner-iso-list ul li img {
        width: 100%;
    }
    .top-bar {
        display: none;
    }
    .listing-item {
        display: grid;
    }
    .about-img {
        display: flex;
        justify-content: center;
    }
    .listing-logo-outer {
        padding: 0;
    }
    .listing-text-main h3 {
        font-size: 16px;
    }
    .listing-item-text {
        width: 100%;
        padding-right: 0px;
    }
    .listing-item-image img {
        width: 100%;
    }
    .listing-contact-details {
        display: grid;
    }
    .listing-item-image {
        width: 100%;
    }
    .enquirytopcompany {
        width: 100%;
        margin-top: 20px;
    }
    .footer-form {
        display: none;
    }
    .process-sec {
        z-index: -1;
    }
    .enquirytoplist .form-popup {
        width: 92%;
    }
    .enquirytoplist .form-popup h4 {
        font-size: 18px;
    }
    .banner-iso-list {
        margin-top: 0%;
        display: none;
    }
    .enquiry-banner-form h3 {
        font-size: 20px;
        font-family: sans-serif;
    }
    
}

@media only screen and (max-width:500px){
    .formobile{
        display: block !important;
      }
      .forweb{
        display: none !important;
      }
      
     
}

.mobile-bottom {
    display: none;
}