*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

body{
  /* background-image: linear-gradient(to right, #D4D6EB, #F3F4FF); */
}
.container-fluid {
    width: 100%;
    margin: 0 auto;
  }
  
  .container {
    margin: 0 auto;
    position: relative;
  }

  .container-w80 {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  
  .text-c {
    text-align: left;
  }
  .text-cc{
    text-align: center;
  }
  
  .text-j {
    text-align: justify;
  }

  p {
    line-height: 2;
  }

  
  .p6 {
    padding: 6rem;
  }
  
  .p5 {
    padding: 5rem;
  }
  
  .p4 {
    padding: 4rem;
  }
  
  .p3 {
    padding: 3rem;
  }
  
  .p2 {
    padding: 2rem;
  }
  
  .p1 {
    padding: 1rem;
  }
  
  img{
    border-radius: 20px;
  }
  
  .dis-flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

::-webkit-scrollbar {
    width: 10px;
    background-color: inherit;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb {
    width: 11px;
    background-color: #71C9CE;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-track {
    width: 10px;
    border-radius: 5px;
  }

  header{
    position: fixed;
    background-color: #1273EB;
    width: 100%;
    text-align: center;
    padding: .2rem 0;
    z-index: 999;
    /* border-bottom: 1px solid rgb(219, 217, 217); */
}
header h1{
    color: #fff;
}

.nav-bar{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1273EB;
    width: 100%;
    text-align: left;
    transform: scale(1,0);
    transform-origin: top;
    transition: transform 250ms ease-in-out;
}

.navbar-toggle{
    display: none;
}

.navbar-toggle-label{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1em;
    margin-top: 1em;
}

.navbar-toggle-label span,
.navbar-toggle-label span::after,
.navbar-toggle-label span::before{
    display: block;
    width: 1.5rem;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
}

.navbar-toggle-label span::after,
.navbar-toggle-label span::before{
    content: '';
    position: absolute;
}

.navbar-toggle-label span::after{
    bottom: 7px;
}

.navbar-toggle-label span::before{
    top: 7px;
}

.nav-bar ul{
    list-style: none;
    padding: 20px 0 0;
    width: 110%;
}

.nav-bar ul li{
    margin-bottom: 1em;
    margin-left: 1em;
}

.nav-bar a{
    text-decoration: none;
    color: #fff;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.nav-bar a:hover{
  color: #fff;
}

.navbar-toggle:checked ~ .nav-bar{
     transform: scale(1,1);
}


.navbar-toggle:checked ~ .nav-bar a{
    opacity: 1;
    transition: opacity 250ms ease-in-out 250ms;
}
.padlef{
  padding:0 1.5rem;
}
.padlef li{
  font-size: .9rem;
  color: rgb(61, 58, 58);
  margin: .5rem 0;
}


@media screen and (min-width:992px) {

    .navbar-toggle-label{
        display: none;
    }
    header{
        background-color: #fff;
        border-bottom: 1px solid rgb(219, 217, 217);
    }

    header h1{
        color: #1273EB;
    }

    header .nav-bar{
        background-color: #fff;
    }

    header .container{
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.nav-bar{
    position: relative;
    transform: scale(1,1);
    width: 42%;
}

.nav-bar a{
    opacity: 1;
    padding: .5rem .7rem;
    color: #1273EB;
}
.nav-bar ul{
    display: flex;
    justify-content: space-between;
}
    .nav-bar ul li{
        display: inline;
    }

    .nav-bar ul li a:hover{
        background-color: #6DB62B;
        border-radius: 7px;
        color: #fff;
    }

    .navbar-toggle{
        opacity: 1;
    }
    .products .btn{
      position: absolute;
      top:20rem;
      right: 5rem;    
    }
}

.main-bg-img {
  width: 100%;
  background-image: url("../img/5424120-t.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main {
  padding-top: 5rem;
  padding-bottom: 3rem;  
}
.main .main-left {
  width: 100%;
  color: #1273eb;
  margin-bottom: 2rem;
  display: block;
}
.main .main-left h1 {
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0;
}
.main .main-left p {
  line-height: 1.5rem;
  margin: 1.5rem 0 0;
}
.main .main-left .btn {
  margin: 1rem auto .5rem;
  padding: .5rem 1.5rem;
  border-radius: 20px;
  border: none;
  background-color: #1273eb;
  color: #F6F3FE;
}
.main .main-left .btn:hover{
  background-color: #6DB62B;
}

.main-right{
  display: none;
}


@media screen and (min-width:992px) {
  .main{
    height: 80vh;
    padding-top: 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  }
  .main .main-left {
    width: 48%;
  }
  .main .main-left h1 {
    font-size: 3.2rem;
  }

  .main .main-right {
    display: block;
    width: 48%;
    position: relative;
  }
  .main .main-right .main-right-retangle {
    width: 14rem;
    height: 5rem;
    background-color: #f5d2d2;
    box-shadow: 1px 2px 12px;
    border-radius: 10px;
    position: absolute;
  }
  .main .main-right .main-right-circle {
    margin: 0 auto;
    width: 35rem;
    /* border-radius: 50%; */
    /* background-color: turquoise; */
    overflow: hidden;
  }
}

.about-product {
  padding: 7rem 0;
  background-image: url("../img/bg-two.png");
}
.about-product h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #1273eb;
  margin: 1rem 0;

}
.about-product p {
  margin: .8rem 0;
  color: rgba(30, 8, 126, 0.411);
  font-size: .95rem;
  line-height: 1.5rem;
}

.about-product-img {
  width: 100%;
  margin: 0.5rem;
  position: relative;
}

.about-product-img-sub,.about-product-img-sub-back{
  margin: 0 auto;
  width: 67%;
  height: 500px;
  border-radius: 70px 0 25px 0;
}
.about-product-img-sub1{
  margin: 0 auto;
  width: 85%;
  height: 500px;
  border-radius: 70px 0 25px 0;
}
.about-product-img-sub1{
  background-image: url('../img/model-one.jpg');
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(30, 8, 126, 0.411);
}

.about-product-img-sub{
  background-image: url('../img/model-one.jpg');
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(30, 8, 126, 0.411);
}
.about-product-img-sub-back{
position: absolute;
top: 2rem;
left: 4rem;
background-color: transparent;
border: 3px solid rgba(30, 8, 126, 0.411);
z-index: -1;
}

.about-product-details {
  width: 100%;
  margin: 0.5rem;
}

@media screen and (min-width: 992px) {
  .about-main-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 

}


.products {
  width: 100%;
  background-color: #a9b3e0;
  color: #fff;
  position: relative;
}

.products-bg{
  background-image: url("../img/bg_art.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-bottom: 5rem;
}
.products h1 {
  padding-top: 4rem;
  font-size: 3rem;
  font-weight: 600;
  color: #1e087e;
}
.products p {
  width: 100%;
  margin: 0.5rem auto 1.5rem;
  color: rgba(30, 8, 126, 0.411);
}
.products h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.products .product-card {
  width: 100%;
  height: 18em;
  background-color: #fff;
  color: #9215e2;
  border-radius: 20px;
  margin: 0.7rem auto 2rem;
  box-shadow: -0.5rem 0 1.5rem rgba(0, 0, 0, 0.3);
}

.products .product-card img{
  width: 65%;
  padding:0 2rem 2rem;
}
.products .product-card:hover {
  transform: translateY(-1.5rem);
  z-index: 6;
}

.products .btn{
  position: absolute;
  margin-bottom: 2rem;
  background-color: #1273eb;
  color: #fff;
  top:119rem;
  right: .5rem;
  border-radius: 20px;
  padding: .5rem 1.5rem;
     
}
.products .btn:hover{
  background-color: #6DB62B;
}

@media screen and (min-width: 768px) {
  .products .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0 6rem;
  }
  .products .product-card{
    width: 12rem;
  }
  .products p {
    width: 60%;
  }
  .products .product-card img{
    width: 100%;
    padding:0;
  }
  .products-bg{
    padding-bottom: 1px;
  }
  .products .btn{
    position: absolute;
    top:65rem;
    right: 5rem;    
  }
}

.brands {
  background-image: url("../img/bg-two.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0 11rem;
}
.brands .brand-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.brands h1 {
  font-size: 2.5rem;
  margin: 2rem 0;
  font-weight: 400;
  color: #1e087e;
}
.brands p {
  margin: 1rem 0;
  color: rgba(30, 8, 126, 0.411);
}

.brand-details .about-brands {
  width: 100%;
}
.brand-details .brands-logo {
  display: none;
}
.brand-details .brands-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;

}
.brand-details .brands-logo-row .brands-logo-row-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 30%);
  overflow: hidden;
  margin: 0.3rem;
}
.brand-details .brands-logo-row .brands-logo-row-img img {
  width: 71%;
  margin: 9px;
}

@media screen and (min-width: 920px) {
  .brands .about-brands{
    width: 48%;
  }

  .brands .brands-logo {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
  }

  .brand-logo-one,.brand-logo-two,
  .brand-logo-three,.brand-logo-four,
  .brand-logo-five,.brand-logo-six{ position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 5px 5px 10px 2px rgb(0, 0, 0 , .3);
    overflow: hidden;
  }
  .brands .brand-logo-one {
   
    top: 5rem;
    left: -9rem;
    width: 70px;
    height: 70px;

  }
  .brands .brand-logo-one img {
    width: 90%;
    margin: 0 auto;
  }
  .brands .brand-logo-two {
    bottom: 0rem;
    right: 5rem;
    width: 115px;
    height: 115px;
  }
  .brands .brand-logo-two img {
    width: 87%;
    margin: 9px;
  }
  .brands .brand-logo-three {
    top: 50%;
    width: 100px;
    height: 100px;
  }
  .brands .brand-logo-three img {
    width: 87%;
    margin: 6px;
  }
  .brands .brand-logo-four {
    top: 11rem;
    width: 90px;
    height: 90px;
  }
  .brands .brand-logo-four img {
    width: 87%;
    margin: 6px;
  }
  .brands .brand-logo-five {
    top: -6rem;
    left: 7rem;
    width: 100px;
    height: 100px;
  }
  .brands .brand-logo-five img {
    width: 87%;
    margin: 6px;
  }
  .brands .brand-logo-six {
    bottom: -13rem;
    left: 9rem;
    width: 80px;
    height: 80px;
  }
  .brands .brand-logo-six img {
    width: 71%;
    margin: 9px;
  }
  .brands .brands-logo-row {
    display: none;
  }
}

.about-company {
  background-image: url("../img/5424120-tcopy.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
}
.about-company .about-company-details h1 {
  font-size: 2.5rem;
  margin: 2rem 0;
  font-weight: 400;
  color: #1e087e;
}
.about-company .about-company-details p {
  margin: 1rem 0;
  color: rgba(30, 8, 126, 0.411);
}
.about-company .about-company-details .about-product-img {
  width: 100%;
  margin: 0.5rem;
}
.about-company .about-company-details .about-product-details {
  width: 100%;
  margin: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about-company .about-company-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto;
  }
}


.hero-wrap.hero-wrap-2 {
  height: 200px;
}
.hero-wrap {
width: 100%;
height: 100%;
position: inherit;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
.hero-wrap .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
opacity: .3;
background: #192ca0;
}
.hero-wrap.hero-wrap-2 .slider-text {
height: 300px;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-weight: 900;
color: #fff;
font-size: 3rem;
text-align: center;
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
text-transform: initial;
font-size: 13px;
letter-spacing: 1px;
text-align: center;
}

.hero-wrap.hero-wrap-2 a{
  text-decoration: none;
  color: #fff;
}
.wrap-about h2 {
/* font-weight: 500; */
}

.f-gallery-wrapper{
  margin:100px auto;
  max-width:1100px;
}
.f-gallery-nav{
  display:flex;
  justify-content:center;
}
.f-gallery-items{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  max-width:990px;/*720 to 992px*/
  justify-content:space-evenly;
}
.f-gallery-item{
  padding:7px 15px;
  height: 79px;
  margin: .7rem 1rem;
  text-align: center;
  font-size:12px;
  font-weight:600;
  color:#007bff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius:10px;
 
  transition:all 0.3s ease;
   cursor:pointer;
  
  
}
.f-gallery-item-manual{
  width: 12rem;
  display: flex;
  align-items: center;
}
.f-gallery-item-manual div img{
  /* background-color:red ; */
  width: 100% !important;
}

.f-gallery-item-manual div:nth-child(1){
  /* background-color:red ; */
  width: 25%;
}
.f-gallery-item-manual div:nth-child(2){
  width: 75%;
  padding:9px;
  font-size: 0.8rem;
}
.fg-gallery-img.show{
  display: block;
}
.fg-gallery-img.hide{
  display: none;
}

@media screen and (max-width:822px){/*new Change*/
  .f-gallery-item{
    padding:10px 10px;
  }
}

.f-gallery-item:hover,
.f-gallery-item.active,.product-icon:hover
{
  color:#fff;
  background:#6DB62B
}

.fg-gallery{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  margin-top:30px;
  /* grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(232px,1fr)); */
}
.fg-gallery-img{
  width: calc(90% / 3);
  /* padding:.1px; */
  margin:35px 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.76);
  box-shadow: 4px 4px 9px 3px rgba(0, 0, 0, .3);
  padding: 10px 20px 10px 20px;

}
.fg-gallery-img h3{
  padding: 5px;
  color: #1273eb;
  font-size: 1.2rem;
}

/* .fg-gallery-img ul{
  list-style: d;
} */

.fg-gallery-img span{
  display:flex;
  width:90%;
  overflow:hidden;
}
.fg-gallery-img img{
  width:100%;
  vertical-align:middle;
}


/* fg-preview-box */
.fg-preview-box{
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0.9);
  background:white;
  max-width:700px;
  width:100%; 
  z-index:999999999;
  opacity:0;
  pointer-events:none;
  border-radius:3px;
  padding:0 5px 5px 5px;
  box-shadow:0px 0px 15px rgba(0,0,0,0.2);
}
.fg-preview-box.show{
  opacity:1;
  pointer-events:auto;
    transform:translate(-50%,-50%) scale(1);
  transition:all 0.3s ease;
}
.fg-pb-details{
  display:flex;
  align-items:center;
  padding:13px 15px 13px 10px;
  justify-content:space-between;
 }
.fg-pb-title{
  display:flex;
  font-size:18px;
  font-weight:400;
}
.fg-pb-title p{
  margin-left:5px;
  font-weight:600;
}
.fg-pb-details .icon{
  color:black;
  font-size:22px;
  cursor:pointer;
}
.fg-pb-image-box{
  display:flex;
  width:100%;
}
.fg-pb-image-box img{
  width:100%;
  border-radius:0 0 3px 3px;
}

.fg-pb-shadow{
position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:rgba(0,0,0,0.4);
  z-index:2;
  display:none;
  
}
.fg-pb-shadow.show{
  display:block;
}

@media(max-width: 1000px){
  .fg-gallery-img{
    width:calc(90%/3)
  }
}
@media(max-width: 800px){
  .fg-gallery-img{
    width:calc(80%/2)
  }
}
@media(max-width: 700px){
  .f-gallery-items{
  
  max-width:600px;

}
.f-gallery-item{
  padding:7px 15px;
}
}
@media(max-width: 800px){
  .fg-gallery-img{
    width:calc(86%/2)
  }
}
@media(max-width: 700px){
  .f-gallery-items{
flex-wrap:wrap;
    justify-content:center;
    
}
.f-gallery-item{
  margin:5px
}
  .fg-gallery-img{
    width:100%;
  }
}


.section-m{
  margin: 80px 0;

}
.section-nu{
  padding: 7em 0;
  position: relative;
}
.section-bg-light{
  background-color: #f8f8f8;
}
.section-1{
  /* background-image: url(../img/bgimg1.jpg); */
  background-repeat: no-repeat;
  padding: 100px 0;
  background-position: left;
  /* background-size: 30%; */
  min-height: 500px;
  background-size: 30% 100%;
}
.content-title-2{
  font-size: 2rem;
  color: #192ca2;
  margin-bottom: 25px;
}
.section-2-img{
  min-height: 435px;
    position: relative;
}
.div-1{
  width: 81%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
}
.div-2{
  position: absolute;
    bottom: 0;
    width: 92%;
}
.text-justify{
  text-align: justify;
}
.content-p{
  font-size: 17px;
  margin-bottom: 17px;
}

#section-counter {
  position: relative;
  z-index: 0;
  background-image: url('../img/5424120-t.png');
    background-position: 50% -25.3906px;
    padding: 8rem 1rem 0rem 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

.index-abt-vision-mission-card{
  background-color: #eaeaea; 
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  border-top: 9px solid #5666cb;
 
 transition: all 0.3s ease;
 z-index: 1;
 
 }
 .index-abt-vision-mission-card:hover{
   transform:scale(1.1);
   z-index: 2;
 }
 .index-abt-vision-mission-icon{
   display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 1rem;
 }
 .index-abt-vision-mission-icon img{
   width: 75%;
     margin: auto;
     display: flex;
 }
 .index-abt-vision-mission-icon h3{
   font-size: 1.5rem;
   margin-top: 1rem;
     font-weight: 600;
 
 }

 .contact-items{
   margin: 1rem;
  background-image: url("../img/bg-contact.jpg");
  background-size: 40rem;
  border-radius: 1.5rem;
  box-shadow:0 .5rem 1rem .5rem rgba(0,0,0,.15);
}

.contact-section a{
  color: black !important;
  text-decoration: none;
}
.contact-section a:hover{
  color: rgb(63, 63, 63) !important;
}

.svg-style{
  width: 70px;
  padding-bottom: 1rem;
}

.heading-section.heading-section-white h2 {
  font-size: 40px;
  /* color: #1273eb; */
}
.heading-section h2 {
  font-size: 44px;
  font-weight: 600;
  padding-top: 3rem;
}
.heading-section.heading-section-white p {
  /* color: #1274eb86; */
  text-align: justify;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}
 .form-group label {
  position: absolute;
  top: -12px;
  left: 0;
  font-weight: 500;
  font-size: 14px;
  color: rgb(0 0 0 / 71%);
  margin-bottom: 0;
  background: #fff;
  margin-left: 30px;
  padding: 0 4px;
}

form{
  padding: 2.5rem;

}
.form-control{
  width: 200%;
}
.cont-img{
  width: 200%;
}

.box-radius{
  border-radius: 10px !important;
  overflow: hidden;
}
input,select,textarea{
  border-radius: 20px !important;
}


footer {
  margin-top: 3rem;
  width: 100%;
  background-color: #6DB62B;
  padding: 3rem 0;
}
footer ul {
  list-style: none;
  color: #fff;
}

footer ul li{
  margin: .3rem auto;
}

footer ul li:hover,.footer-items a:hover{
  color: rgb(54, 52, 52);
}
.footer-items ul a{
  text-decoration: none;
  color: #fff;
}

.footer-items .col-3-footer{
  width: 100%;
  margin: 1.5rem auto;
  text-align: justify;
}

.social ,.social a{
  margin: 0 .5rem;
  color: #fff;
}

.social a:hover{
  color: rgb(54, 52, 52);
}

@media screen and (min-width:800px) {
  .footer-items{
    display: flex;
  }

}
@media screen and (min-width:758px){
    .form-control{
      width: 100%;
    }
    form{
      display: flex;
    }
    .cont-img{
      width: 100%;
    }
}
  

/* products-title */
.products-title{
  padding-top: 100px;
  background: #192ca073;
  
}
.products-title h1{
  font-weight: 900;
    color: #fff;
    font-size: 3rem;
    text-align: center;
}
.products-title a{
  color: #ffffff !important;
    text-decoration: none;
    background-color: transparent;
    text-transform: initial;
}
.products-title p span{
  text-transform:initial ;
  color: rgb(110, 109, 109);
}
.con-forms{
  width: 50%;
}
.abt-imgone{
  position: absolute;
  width:50%;
  top: 2rem;
  left: 0;
}
.abt-imgtwo{
  position:absolute;
  width: 50%;
  top: 2rem;
  left: 20rem;
}
.abt-imgthree{
  position:absolute;
  width: 30%;
  top: 10rem;
  left: 14rem;
}
.cont-pad{
  padding-top: 1rem;
}


/* products-title */