h1{ font-family: "Space Grotesk", sans-serif !important; }

h2{ font-family: "Space Grotesk", sans-serif !important; }
h3{ font-family: "Space Grotesk", sans-serif !important; }

p{ font-family: "Inter", sans-serif !important;}
ul{ font-family: "Inter", sans-serif !important;}
li{ font-family: "Inter", sans-serif !important;}
a{
    font-family: "Inter", sans-serif !important;
}

.background{

    background-image: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* position: sticky; */
}


/* top nav css start here */
/* .logo{
    margin-top: 30px;
}
.homebar{
    margin-top: 30px;
} */


.homebar ul li a{text-decoration: none;
    color: #24262b;

}
.btn-read{padding: 20px 30px !important;background-color: #1F3177 !important;
color: #ffff;}
.navbar{
    list-style-type: none;
        margin-top: 33px;

}
.homesection{
    padding-right: 25px ;
}
.top-nav{
    border-bottom: 2px solid #ffff;
    padding-top: 30px !important;
    /* padding-bottom: 20px !important; */
}

.home{
   color: #1F3177 !important; 
   
}


/* top nav css end here */


/* Banner css start here */

.banner-hd{
    font-size: 75px;
    padding-right: 139px;
    padding-top: 100px;

}

.banner-cont{
padding-bottom: 50px;
}
.btn-prim{background-color: #1F3177 !important;
color: #ffff;
width: 115px;
}

.btn-white{ background-color: #ffff;

}

.products{
    margin-top: 35px !important;
}
.icons{
    padding-right: 10px;
}

/* Banner css end here */


.abt-content{border: none !important;}

/* footer css start here */


#footer{ background-color: #1F3177 !important;
}

.footer-row{
    color: #fff !important;
}
.footer-container{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    border-bottom: 2px solid #ffffff;
}

.footer-para{
    padding-top: 30px;
}
.main-links{
    display: block;
    margin-bottom: 10px; 
}

.footer-col{
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
    padding: 0px 0px 0px 15px;
	/* position: relative; */
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ffffff;
	height: 2px;
	box-sizing: border-box;
	width: 20px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
		display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
.mainlinks{
        margin: 0px 0px 0px 50px;
}

.map-row{
    padding-top: 30px !important;
}
.fb{
    padding-right: 10px !important;
}
.ml{
    border-bottom: 2px solid #fff;
    padding-left: 0px !important;
    margin-bottom: 20px !important;
}
.footer-menu{
    padding-left: 0px !important;
}
.map{
    width: 400px;
    height: 200px;
}
.owl-stage-outer{
    border-radius: 10px !important;
}
.spark{
        position: relative;
    top: 92px;
        right: 40px;
}
.spark2{
    float:right;
    z-index: 1;
    margin-top: -86px;
    position: relative;
    margin: -95px 40px 4px 0px;
}

.copyright{
    text-align: center;
    color: #fff;
}

/* footer css end here */

/* about us css start here*/
.aboutus{
    padding-top: 60px;
    /* padding-bottom: 60px; */
}
.about-text{
    position: relative;
    bottom: 125px;
     text-align: center;
    color: #fff;
}
.abt{
    color: #FF9E00;
    padding: 35px 0 0 0;
}
.vision{
    color: #FF9E00;
}
.OP{
    text-align: center;
     color: #FF9E00;
}

.abt-content{padding-bottom: 60px !important;}

/* about us css end here*/


/* gallery css start */
.gallery-sec{background-color: #EAF2FF;}
.gallery-cont{padding: 60px 0px 60px 0px;}
.gallery-bx{background-color: #1F3177; color: #fff; padding: 100px 0px 100px 0px; border-radius: 15px !important;}
.can-img{width: 100% !important;}
.gal-imgs{}
/* gallery css end here*/



/* our-service css start */
.our-ser-sec{background-color: #EAF2FF;}
.ser-bx{text-align: center; background-color: #DBE9FF; padding: 40px ;}
.serv-in-head{color: #1F3177;}
.home2{padding-bottom: 15px !important;}
.hcp{padding: 0px 0px 10px 0;}
.bb{padding-bottom: 4px;}
.broom{ padding-bottom: 20px;}
.OS{ padding-bottom: 60px !important;}
/* our-service css end here*/


/* carosual css start here */

.carousel-item img {
      width: 100%;
      height: 60vh;         /* adjust height as needed */
      object-fit: cover;
    }

    /* Optional thumbnail strip */
    .carousel-thumbs {
      display: flex;
      gap: 8px;
      justify-content: center;
      margin-top: 12px;
    }
    .carousel-thumbs img {
      width: 96px;
      height: 56px;
      object-fit: cover;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 4px;
    }
    .carousel-thumbs img.active-thumb {
      border-color: #0d6efd; /* bootstrap primary */
    }

    /* Make captions more readable on small screens */
    .carousel-caption {
      /* background: rgba(0,0,0,0.35); */
      padding: 0.5rem 0.75rem;
      border-radius: 6px;
    }
    .active{
        background-color: #ffffff !important;
    }

    .OP{
    padding-bottom: 30px;
    padding-top: 40px;
    }
    .op-container{
         /* padding-bottom: 60px; */
    }

    /* carosual css end here */

    /* read more css start */

    body {
      /* background: #f8f9fa; */
    }

    .read-more-content {
      display: none;
      transition: all 0.3s ease;
    }

    .read-more-btn {
      color: #fff;
      background-color: #0d6efd;
      border: none;
      border-radius: 25px;
     
      cursor: pointer;
      transition: all 0.3s;
    }

    .read-more-btn:hover {
      background-color: #0b5ed7;
    }

        /* read more css end */

    .products-hd{
    font-size: 75px;
    text-align: center;
    margin-bottom: 50px;
       }
    
    .DPB{
    /* text-align: center; */
    color: #1F3177;
    padding-bottom: 30px;
    padding-top: 60px;
       }

    .product-text{text-align: left !important;
    }

    .net-weight{
    font-size: 1rem;
    margin-top: 135px;
    margin-bottom: 20px;
    }

    .mrp{
        font-size: 1rem;
    margin-top: 135px;
    margin-bottom: 20px;
    }

    .pt{
         margin-top: 135px;
    margin-bottom: 20px;
    }


/* our-products css start */
    .btn-sec{border: 1px solid #1F3177; background-color: #EEF2FF;
    width: 115px; }   
  .box2{margin-top: 60px;}
  .opsec{
    background-image: url(../images/lineartf.svg);
    background-repeat: no-repeat;
    background-size: 100% !important;}

    .galFourlery-bx{
        background-color: #1F3177;
        color: #fff;
        border-radius: 10px;
    }
    .opbanner{width: 100% !important;}
    .prod{
        color: #FF9E00 !important;
}
.dispo{ color: #FF9E00 !important;}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
.DPB2{
      color: #1F3177;
    padding-bottom: 10px;
    padding-top: 35px;
}
