@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kite+One&family=Krona+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sriracha&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
}
:root{
   --Deep-Sapphire:#13256B;
   --Dark-Royal-Blue:#001172;
   --Sandy-Taupe:#9C6B09;
 --Sapphire:#2F3FA1;
 --Gold-Drop:#EF7F00;
   --Pumpkin-Orange:#EF7F1A;
   --white:#fff;
   --black:#000;
   --Dune:#333333;
   --Smokey-Grey:#727171;
   --Marzipan:#FFDC9E;
   --bg-ishan1:#233ed70f;
   --Seashell:#F1F1F1;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Libre Baskerville', sans-serif;
}
/* owl crousel start */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* owl croulse end */
/* navbar start */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
  .TransparentNav .sticky {
  position: static;
  }
  .navbar-header {
    width: 100%;
    background: var(--white);
    z-index: 6;
    box-shadow: 0 2px 8px rgb(0 0 0 / 4%);
    color: var(--white);
  }
.oflepnavbar{
    padding: 0!important;
    background: var(--white);
}
.oflepnavbar .navbar-text{
 
}
.oflepimg img{
    width: 150px;
  
}
.oflepnavbar.WhiteNav .oflepimg img {
  width: 150px;
 
}
.oflepnavbar.WhiteNav{
  box-shadow: 0 2px 8px rgb(0 0 0 / 4%);
}
.oflepmenubar .nav-item .nav-link{
font-size: 1rem;
color: var(--Dune);
font-weight: 600;
position: relative;
transition: all 0.4s ease 0s;
}
.oflepmenubar .nav-item .nav-link.active{
    color: var(--Sandy-Taupe);
}

    .navbar-nav.oflepmenubar{
    gap:35px;
    height: 100%;
    align-items: center;
    }
    .oflepnavbarmenu{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
   }
  
    .top-section{
        background: var(--Dark-Royal-Blue);
        color: var(--white);
        padding: 4px 0;
    }
    .top-section-content ul{
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        justify-content: space-between;
        gap: 12px;
    }
    .top-section-content ul li{
        list-style: none;
        font-size: .9rem;
    }
    .top-section-content ul li a{
        text-decoration: none;
        color: var(--white);
    }
    .top-section-content ul .topcontact{
        gap: 20px;
    }
    .top-section-content ul .topcontact i{
        margin-right: 6px;
    }
   
/* navbar end */
/* hero section start */
.hero-section .owl-carousel .owl-nav button.owl-next,.hero-section .owl-carousel .owl-nav button.owl-prev,.hero-section .owl-carousel button.owl-dot {
    border: 1px solid var(--Pumpkin-Orange)!important;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    margin: 0 24px;
}
.hero-section .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.hero-section .owl-carousel .owl-dot,.hero-section .owl-carousel .owl-nav .owl-next,.hero-section .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hero-section button.owl-prev, .hero-section button.owl-next {
    width: 60px;
    height: 60px;
    background: var(--white) !important;
    border-radius: 100px !important;
}

.hero-section button.owl-prev,.hero-section button.owl-next {
    width: 60px;
    height: 60px;
    background: var(--white) !important;
    border-radius: 100px !important;
}
.hero-section .owl-theme .owl-nav {
    position: absolute;
    bottom: -8px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.sliderimg{
    position: relative;
    width: 100%;
    height: 100%;
}
/* hero section end */
/* oflep payment section start */
.oflep-payment-section{
  padding: 60px 0;
}
.oflep-card{
background: var(--Sapphire);
border-width: 2px 6px 6px 2px; 
border-style: solid; 
border-color: var(--Gold-Drop);
border-radius: 20px;
color: var(--white);
padding: 20px;
text-align: center;
margin: 0 20px;
}
.oflep-card .oflep-icon{
text-align: center;
margin-bottom: 20px;
}
.oflep-card .oflep-icon i{
  border: 1px solid var(--Gold-Drop);
  padding: 20px;
  font-size: 3.5rem;
  border-radius: 12px
}
.oflep-card h4{
  font-size: 1rem;
  color: var(--Gold-Drop);
}
/* oflep payment section end  */
/* about start */
.about-section{
    padding: 60px 0;
}
.about-img img{
    width: 100%;
}
.headline h3{
    font-size: 1.5rem;
    line-height: 40px;
}
.headline h3 span{
    color: var(--Dark-Royal-Blue);
}
.readmore a{
    background: var(--Pumpkin-Orange);
    color: var(--white);
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 4px;
}
.aboutcont{
    display: flex;
    align-items: center;
    height: 100%;
    /* box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06); */
    padding: 30px;
}
.aboutcont p{
  font-size: 1rem;
  line-height: 24px; 
  color: var(--Smokey-Grey);
  margin-bottom: 30px; 
}
.headline h6{
    color: var(--Gold-Drop);
    position: relative;
    padding-bottom: 8px;
}
.headline h6::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--Gold-Drop);
    content: '';
}
.aboutpage-section{
  padding: 60px 0;
}
.aboutpageimg img{
  width: 100%;
  margin-bottom: 12px;
}
.aboutpage-content p{
  font-size: 1rem;
  color: var(--Smokey-Grey);
}
.about-contact-card{
  padding: 20px;
  border: 1px dotted var(--Pumpkin-Orange);
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  position: sticky;
  top:140px;
}
.about-contact-card h5{
  color: var(--Pumpkin-Orange);
  border-bottom: 1px solid var(--Pumpkin-Orange);
  padding-bottom: 8px;
}
.about-contact-card ul{
  padding-left: 0;
  margin-bottom: 0;
}
.about-contact-card ul li{
  list-style: none;
 margin: 12px 0;
}
.about-contact-card span{
  font-weight: 600;
}
.about-contact-card a{
  color: var(--Dune);
  text-decoration: none;
}
.about-contact-card h4{
  font-size: 1.2rem;
  color: var(--Sandy-Taupe);
}
.about-head h4{
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.missionvision-section{
  margin-bottom: 30px;
}
/* about end */
/* faq start */
.faq-content.accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  padding: 15px 20px;
  font-weight: 500;
  width: 100%;
  position: relative;
}

.faq-content .accordion-button::after {
  display: none !important;
}

.faq-content .accordion-button::before {
  content: '\002B'; 
  font-size: 1.25rem;

  position: absolute; 
  right: 20px;
}

.faq-content .accordion-button:not(.collapsed)::before {
  content: '\2212'; 
}

.faq-content .accordion-button:not(.collapsed) {
  background: var(--Deep-Sapphire) !important;
  color: var(--white) !important;
}

.faq-content .accordion-item:first-of-type .accordion-header .accordion-button {
  border-radius: 0 !important;
}
.faq-content .accordion-button:hover {
  background: var(--Dark-Royal-Blue, #2b3a50);
  color: var(--white) !important;
}
.faq-content .accordion-button:focus {
  box-shadow: none!important;
}
/* faq end */
/* mission vision start  */
.missionvision-img{
  text-align: center;
}
.missionvision-img img{
  width: 350px;
}
.mission-card ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap:30px
}
.mission-card ul li{
  list-style: none;
}
.mission-card ul li img{
  width:60px;
}
.mission-vision-para h3{
color: var(--Dark-Royal-Blue);
border-bottom: 1px solid var(--Seashell);
padding-bottom: 12px;
margin-bottom: 20px;
font-size: 1.5rem;
}
.mission-card{

}
/* mission vision end */
/* oflep service start  */
.oflep-section{
  padding: 60px 0;
}
.oflep-section .oflep-service img{
  width: 100px;
  max-width: 100%;
}
.oflep-section  .oflep-service{
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  padding: 20px;
}
.oflep-service .cpation p{
  font-size: 1rem;
  text-align: center;
  color: var(--Dune);
  margin-bottom: 0;
}
/* oflep service end */
/* slider image start */
.oflep-image-slider-section{
 margin-bottom: 40px;
}
.oflep-image-slider-content img{
  border-radius: 20px;
  border: 1px solid var(--Gold-Drop);
}
/* slider image end */
/* quantity start */
.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.quantity-btn {
  width: 30px;
  height: 35px;
  background-color:var(--Seashell);
  color:var(--Dune);
  cursor: pointer;
  font-size: 18px;
  border: 1px solid #ccc;

}

.quantity-input {
  width: 50px;
  
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #ccc;

}

/* quantity end */
.product-details-card .right-contact .card-body{
background: transparent;

}
.thumbnailimage{
  width: 60px;
  height: 60px;
}



/* testimonial section start */

.testimonial-section{
  width: 100%;
  background: url(../images/content-slider.jpg) no-repeat center/cover;
  position: relative;

  height: 100%;
}
.testimonial-overlay{
  position: absolute;
  width: 100%;
  height: inherit;
  background: var(--Deep-Sapphire);
  opacity: .3;
  z-index: 1;
}
.testimonial-section .ineer-testi{
  padding: 80px 0;
}
.testimonial-card{

  border: 1px solid var(--Pumpkin-Orange);
  padding: 20px;
}
.testimonial-content{
  width: 100%;
  background: #ffffffde;
  padding: 20px;
 ;

}
.testimonial-content p{
  line-height: 1.6em;
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin-bottom: 60px;
}
.testimonial-section .product-rating ul{
  margin-bottom: 0;
}
.testimonial-card .readmore{
 
  margin-bottom: 12px;
  text-align: center;
}
.testi-info img{
  width: 60px!important;
  border-radius: 80px;
}
.testi-info ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
  align-items: center;
  gap: 30px;
}
.testi-info ul li{
  list-style: none;
}
.testimonial-content h5{
  font-size: 1rem;
}
.product-rating .testi-rating{
  display: flex;
  padding-left: 0;
  margin-bottom: 12px!important;
  gap: 8px;
}
.product-rating ul li{
  list-style: none;
}
.testimonial-section .headline h3{
  color: var(--white);
  font-size: 2.5rem;
  margin-bottom:20px;
}
/* testimonial end */
/* enquiry start */
.enquiry-section{
  padding: 60px 0;
}

.right-contact label {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  display: block;
}
.right-contact input, .right-contact textarea, .right-contact select, .right-contact button {
width: 100%;
padding: 14px 20px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
}
.right-contact input {
padding: 14px 20px;
}
.right-contact .d-grid button {
border-radius: 0;
background: var(--Pumpkin-Orange);
color: var(--white);
border: 8px;
padding: 14px 20px;
}
.right-contact h5{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.enquiry-content{
  width: 100%;
  margin: 0 auto;
}
.card-body{
  background:var(--bg-ishan1);
  box-shadow: 0px 10px 15px rgb(35 62 215 / 3%)!important;
  padding: 40px 40px!important; 
 
}
.right-contact ul{
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  height: 100%;
}
.right-contact ul li{
  list-style: none;
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.right-contact ul li a{
  text-decoration: none;
  color: var(--Dune);
}
.right-contact i{
  font-size: 1.2rem;
  color: var(--Dark-Royal-Blue);
  margin-right: 8px;

}
.company-location iframe{
  width: 100%;
  height: 350px;
}
.modal-content input{
  border-radius: 4px; 
  padding: 10px;
}
.modal-content select{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.modal-footer button{
  width: 100%;
}
.submitBtn{
  background: var(--Deep-Sapphire)!important;
  color: var(--white)!important;
  padding: 8px!important;
}
/* enquiry end */
/* newsletter start */
.newsletter-section{
  /* background: var(--Seashell); */
  padding: 20px 0;
}
.newsletterimg{
  text-align: center;
}
.newsletterimg img{
  width: 420px;
  max-width: 100%;
}
.left-newsletter{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.left-newsletter input{
 width: 450px!important;
 max-width: 100%;
 border-radius: 0!important;
 padding: 12px 14px;
}

.innerleft-newsletter h3{
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.innerleft-newsletter h3::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: var(--Pumpkin-Orange);
}
.input-email{
  position: relative;
}
.subscribeBtn button{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
background: var(--Pumpkin-Orange);
color: var(--white);
border: 0!important;
padding: 0 8px;
}
/* newsletter end */
/* footer start */
footer{

  padding: 60px 0;
border-top: 1px solid var(--Seashell);
background: var(--Marzipan);
}
.top-footer ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
 
}
.top-footer{
  padding: 24px 0;
  border-bottom: 1px solid #7271711a;
  margin-bottom: 30px;
}
.top-footer ul li{
  padding: 0 12px;
  list-style: none;
  border-right: 1px solid var(--Smokey-Grey);
}
.top-footer ul li:last-child{
  border-right: 0;
}
.top-footer ul li a{
  text-decoration: none;
  color: var(--Dune);
}
.top-footer ul li a:hover{
  color: var(--Deep-Sapphire);
}
.footer-card h4{
  font-size: 1.4rem;
  color: var(--Dark-Royal-Blue);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}
.footer-card h4::after{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--Dark-Royal-Blue);
  bottom: 0;
  left: 0;
}
.footer-card ul{
  padding-left: 0;
  margin-bottom: 0;
}
.footer-card ul li{
  list-style: none;
  margin-bottom: 12px;
  color: var(--black);
}
.footer-card ul li i{
  margin-right: 8px;
  font-size: 1.1rem;
  color: var(--Dune);
}
.footer-card ul li a{
  text-decoration: none;
  color: var(--Dune);
}
.footer-social-link{
  margin-top: 60px;
}
.footer-social-link ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 12px;
}
.footer-social-link ul li{
  list-style: none;
  border: 1px solid var(--Sandy-Taupe);
  padding: 8px 16px;
  transition: .6s;
}
.footer-social-link ul li a{
  text-decoration: none;
  color: var(--Sandy-Taupe);
  transition: .6s;
  
}
.footer-social-link ul li:hover{
  border: 2px solid var(--Pumpkin-Orange); 
  transition: .6s;
}
.footer-social-link ul li:hover a{
  color: var(--Pumpkin-Orange);
  transition: .6s;
}
.copyright-section{
background: var(--bg-ishan1);
padding: 16px 0;
}
.copyright-section  ul{
  display: flex;
 padding-left: 0;
 margin-bottom: 0;
 justify-content: space-between;
}
.copyright-section  ul li{
  list-style: none;
}
.copyright-section .copy-menu li{
  padding:0 8px;
  border-right: 1px solid var(--Marzipan);
}
.copyright-section  .copy-menu li:last-child{
  border-right: 0;
}
.copyright-section  .copy-menu li a{
  text-decoration: none;
  color: var(--Smokey-Grey);
}
.copyright-content p{
  margin-bottom: 0;
}
.copyrightsec a{
  color: var(--Sandy-Taupe);
}
/* footer end */
/* common banner start */
.common-section{
  background: url(../images/common-banner.webp) no-repeat center/cover;
  height: 150px;
}
.common-section ul{
  display: flex;
  justify-content: space-between;
  height: 150px;
  align-items: center;
  margin-bottom: 0;
}
.common-section ul h4{
  color: var(--white);
  font-size: 2.1rem;
}
.common-section ul li{
  list-style: none;
}
.common-section ol{
  padding-left: 0;
  margin-bottom: 0;
}
.common-section ol li{
  list-style: none;
  color: var(--white);
  font-size: 1.2rem;
}
.common-section ol li a{
  color: var(--white);
}
.common-section .breadcrumb-item.active{
color: var(--Marzipan);
}
.common-content h4{
  margin-bottom: 0;
}
/* common banner end */

/* service section start */
.service-section{
  padding: 60px 0;
}
.service-card{
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  padding: 8px; 
}
.service-card img{
  width: 100%;
  margin-bottom: 12px;
}
.service-card a{
  text-decoration: none; 
  color: var(--Deep-Sapphire);
  color: var(--white);
  background: var(--Sapphire);
  padding: 8px 12px ;
  line-height: 60px;
  border-radius: 5px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); 
  cursor: pointer;
}
.service-caption h5{
  font-size: 1rem;
  margin-bottom: 0;
}
.service-cont .headline h3{
  font-size: 1.3rem;
}
.service-details-section{
  padding: 60px 0;
}
.service-cont{
  border-bottom: 1px solid var(--Seashell);
  margin-bottom: 12px;
}
.servicedetails-img img{
  width: 100%;
  margin: 20px 0;
}
/* service section end */
/* media query start */

@media(max-width:1400px){

.popular-price h5 {
  font-size: 1rem;
}

.headline h3 {
  font-size: 1.8rem;
}
.testimonial-content p {
  line-height: 1.6em;
  font-size: 1.4em;
  margin-bottom: 30px;
}
.right-contact ul li {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.copyright-section ul{
  display: block;
}
.copyright-section ul li{
  margin-bottom: 8px;
}
.copyright-section ul ul{
  display: flex;
  justify-content: start;
}
}
@media(max-width:1300px){

.newsletterimg img {
  width: 330px;
  max-width: 100%;
}
.footer-social-link ul{
  gap:8px;
}
}
@media(max-width:1200px){

.popular-price h5 {
  font-size: .89rem;
}


.footer-social-link ul li {
  padding: 6px 12px;
}

.right-contact i {
  font-size: 1.2rem;
}

.testimonial-content p {
  line-height: 1.6rem;
  font-size: 1.2rem;
}
.nav-tabs .nav-link , .nav-tabs .nav-link.active {
  font-size: 1.1rem;
}
}
@media(max-width:1100px){

.newsletterimg img {
  width: 240px;
}
.footer-social-link ul li {
  padding:4px;
}

.oflepmenubar .nav-item .nav-link {
  padding: 16px 10px;
}
.oflepimg img {
  width: 130px;
}
.about-cta h5 {
  font-size: 1.5rem;
  margin-bottom: 32px;
}
.left-newsletter input {
  width: 400px !important;
}
.oflepnavbar.WhiteNav .oflepimg img {
  width: 100px;
}
.hero-section button.owl-prev, .hero-section button.owl-next {
  width: 50px;
  height: 50px;
}
.testimonial-content p {
  line-height: 1.4rem;
  font-size: 1rem;
  margin-bottom: 8px;
}
.readmore a {
  padding: 8px 16px;
}
.oflepimg img {
  border: 2px solid var(--white);
}

}
@media(max-width:1024px){

.headline h3 {
  font-size: 1.6rem;
}

}
@media(max-width:992px){

.navbar-nav.oflepmenubar {
  gap: 0;
}
.oflepmenubar .nav-item .nav-link {
  padding: 16px 20px;
}
.navbar-toggler:hover{
  background-color: transparent!important;
}
.navbar-toggler:focus{
  box-shadow: none!important;
  border: 0!important;
}
.navbar-toggler{
  border: 0!important;
}
.oflepimg-mobile img{
  width:90px;
}

.footer-social-link {
  margin-top: 0;
  margin-bottom: 12px;
}
.left-newsletter {
  justify-content: start;
}
.newsletterimg {
  text-align: start;
}
.oflepimg img {
  width: 108px;
}


.product-enquiry{
  margin-bottom: 40px;
}
.left-details {
  margin-bottom: 40px;
}
.footer-card h4 {
  font-size: 1.2rem;
}
.testimonial-section .headline h3 {
  font-size: 2rem;
}
.headline h3 {
  font-size: 1.5rem;
  line-height: 34px;
}
.about-section {
  padding: 40px 0;
}
.oflep-section {
  padding: 40px 0;
}
.oflep-card .oflep-icon i {
  padding: 8px 12px;
  font-size: 3rem;
}
.hero-section .owl-theme .owl-nav {
  bottom: -24px;
}
.oflep-card {
  margin-bottom: 20px;
}
.oflep-service .cpation p {
  font-size: .89rem;
  line-height: 18px;
}
.oflep-payment-section {
  padding: 40px 0;
}
.navbar-nav.oflepmenubar {
  align-items:start;
}
.navbar-nav.oflepmenubar  .nav-item{
width: 100%;
}
.service-section{
  padding: 40px 0;
}
.service-details-section{
  padding: 40px 0;
}
}
@media(max-width:991px){
  .oflepmenubar .nav-item .nav-link{
    border-bottom: 1px solid var(--Seashell);
  }
  
}
@media(max-width:768px){
  .footer-social-link ul li {
    padding: 6px 12px;
}

.top-section-content ul {
  gap:2;
}
.top-section-content ul .topcontact {
  gap: 0;
}
.top-section-content ul .topcontact {
  display: none;
}
.navbar-header {
  padding: 0 8px;
}
.oflepimg img {
  width: 120px;
}

.aboutcont {
  padding: 24px 0;
}


.card-body {
  padding: 20px !important;
}


.hero-section .owl-theme .owl-nav {
  position: absolute;
  bottom: 4px;
}
.hero-section button.owl-prev, .hero-section button.owl-next {
  width: 45px;
  height: 45px;
}

.about-section {
  padding: 40px 0;
}

footer{
  padding: 40px 0;
}
.common-section ul h4 {
  font-size: 1.8rem;
}
.aboutpage-section{
  padding: 40px 0;
}
.productsp-section {
  padding: 40px 0;
}

.product-enquiry ul li a {
  padding: 12px;
}
.productp-content .nav-item{
margin-bottom: 20px;
}

.enquiry-section{
  padding: 40px 0;
}
.oflep-section .oflep-service img {
  width: 70px;
}
.oflep-payment-section {
  padding: 20px 0;
}
.missionvision-img img {
  max-width: 100%;
  margin-bottom: 20px;
}
}
@media(max-width:620px){

}

@media(max-width:576px){

.lastestmb{
  margin-bottom: 20px;
}

.popular-price h5 {
  margin-bottom: 20px;}

.hero-section .owl-carousel .owl-nav button.owl-prev{
  margin: 0 12px;
}
.common-section ul h4 {
  font-size: 1.2rem;
}
.common-section ol li {
  font-size: 1rem;
}
.common-section {
  height: 120px;
}
.common-section ul {
  height: 120px;
  margin-bottom: 0;
}
}
@media(max-width:575px){
  .productp-content .nav-item {
    margin-bottom: 12px;
}
.thumbnailimage{
  width: 50px;
  height: 50px;
}
.productsp-section {
padding-bottom: 0;
}
.company-location iframe {
  height: 260px;
}
}
@media(max-width:500px){
  .footer-social-link ul li {
    padding:6px;
}
.product-enquiry ul li a {
  padding: 8px 12px;
}
}
@media(max-width:445px){
  .footer-social-link ul li a {
    font-size: .8rem;
  }
  .footer-social-link ul li {
    padding: 4px 6px;
}

.hero-section button.owl-prev, .hero-section button.owl-next {
  width: 40px;
  height: 40px;
}
.hero-section .owl-theme .owl-nav {
  position: static;
}
.left-newsletter input {
  width: 373px !important;
  padding: 8px 14px;
}

.copyright-section .copy-menu li a {
  font-size: .8rem;
}
}
@media(max-width:435px){
  .copyright-content p {
    font-size: .8rem;

}
.left-newsletter input {
  width: 350px !important;
}

.productp-content .nav-item {
  margin-bottom: 6px;
}
}
@media(max-width:425px){
  .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    font-size: 1.08rem;
}
.testimonial-section .ineer-testi {
  padding: 40px 0;
}
.testimonial-section .headline h3 {
  font-size: 1.8rem;
}
.footer-social-link ul li {
  list-style: none;
  border: 1px solid var(--Sandy-Taupe);
}
.oflep-card .oflep-icon i {
  font-size: 2.5rem;
}
}
@media(max-width:375px){
  .left-newsletter input {
    width: 295px !important;
}
.copyright-section .copy-menu li {
  padding: 0 4px;
}
.about-cta h5 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.headline h3 {
  font-size: 1.3rem;
}

.top-section-content ul li {
  font-size: .8rem;
}
.oflepnavbar .navbar-text {
  padding: 0;
}
.oflepimg img {
  width: 100px;
}
.oflepnavbar.WhiteNav .oflepimg img {
  width: 100px;
}


.left-details {
  margin-bottom: 30px;
}

  .common-section {
    height: 120px;
  }
  .common-section ul {
    height: 95px;

  }
  .common-section {
    height: 95px;
  }
  .product-enquiry ul {
    gap: 8px;
}
.about-section {
  padding: 20px 0;
}
.oflep-section {
  padding: 0 0 20px 0;
}
.testimonial-section .headline h3 {
  font-size: 1.5rem;
}
.service-section{
  padding: 20px 0;
}
.service-details-section{
  padding: 20px 0;
}
}
/* media query end */
