/*Style sheet*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap');
/*font-family: 'Nunito Sans', sans-serif;*/

body {
  font-family: 'Nunito Sans', sans-serif;
  width: 100%;
  overflow-x: hidden;
}
ul{
  padding: 0px;
  margin: 0px;
}
p{
  margin: 0px;
}
a{
  text-decoration: none;
}
.mg-top-70{
  margin-top: 70px;
}
.mg-top-60{
  margin-top: 60px;
}
.mg-top-50{
  margin-top: 50px;
}
.mg-top-40{
  margin-top: 40px;
}
.mg-top-30{
  margin-top: 30px;
}
.mg-bot-50{
  margin-bottom: 50px;
}
.mg-bot-40{
  margin-bottom: 40px;
}
.mg-bot-25{
  margin-bottom: 25px;
}
.mg-bot-15{
  margin-bottom: 15px;
}
.mg-bot-10{
  margin-bottom: 10px;
}
.font-serif{
  font-family: serif;
}
.container-cus{
  width: 1140px;
  margin: auto;
}
.container-cus::after{
  content: '';
  display: block;
  clear: both;
}
/*home*/
/*navbar*/
.navbar-cus{
  border-top: 11px solid #2d3796;
  margin-bottom: 8px;
  box-shadow: 0px 0px 10px rgb(17 17 17 / 0.15);
}
.navbar-cus .container-cus{
  position: relative;
}
.navbar-cus .logo{
  float: left;
  padding: 22px 0px;
}
.navbar-cus .logo a{
}
.navbar-cus .logo a img{
  width: 100px;
}
.navbar-cus ul.main-nav{
  float: left;
  margin-left: 50px;
}
.navbar-cus ul.main-nav li{
  display: inline-block;
  padding-right: 18px;
  padding-left: 18px;
  position: relative;
}
.navbar-cus ul.main-nav li::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #2d3796;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
}
.navbar-cus ul.main-nav li:last-child::after{
  width: 0px;
}
.navbar-cus ul.main-nav li a{
  text-transform: uppercase;
  color: #2d3796;
  font-size: 16px;
  display: block;
  padding: 22px 0px;
  position: relative;
}
.navbar-cus ul.main-nav li a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0px;
  bottom: 16px;
}
.navbar-cus ul.main-nav li:hover a::after,
.navbar-cus ul.main-nav li.active a::after{
  background: #2d3796;
}
.navbar-cus ul.main-nav li:hover::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
.navbar-cus ul.main-nav li.active a{
  font-weight: 900;
}
.navbar-cus .search-icon{
  float: right;
  padding: 22px 0px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;  
}
.navbar-cus .search-icon img{
  width: 22px;
}
    .navbar-cus .search-icon .input-box {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        right: -100%;
        z-index: 8;
        padding-top: 0px;
        visibility:hidden;
        height: 37px;
        transition: all 0.5s ease-in-out;
        opacity:0;
    }
.navbar-cus .search-icon:hover .input-box{
    right:0px;
  visibility:visible;
  opacity:1;
}
.navbar-cus .search-icon .input-box input{
  height: 37px;
  width: 188px;
  border: 1px solid #2d3796;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}
.navbar-cus ul li.products-menu{
  width: calc(100% + 70px);
  left: -35px;
  background: #5571b2;
  position: absolute;
  top: calc(100% + 8px);
  top:100%;
  z-index: 12;
  padding: 0px 35px;
  background: rgb(85,113,178);
  background: linear-gradient(90deg, rgba(85,113,178,1) 0%, rgba(150,165,205,1) 100%);
  display: none;
}
.navbar-cus .products-menu:hover{
  display: block;
}
.navbar-cus .products-menu::after{
  content: '';
}
.navbar-cus .products-menu ul{

}
.navbar-cus .products-menu ul li{
  display: block;
  float: left;
  margin-right: 63px;
  padding: 0px;
}
.navbar-cus .products-menu ul li a{
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  display: block;
  padding: 21px 0px;
  letter-spacing: 0.8px;
}
.navbar-cus .products-menu ul li::after{
  content: none;
}
.navbar-cus .products-menu ul li a::after{
  content: none;
}
.navbar-cus .main-nav li.p-m-opener:hover + .products-menu{
  display: block;
}
/*home slider*/
.home-slider{

}
.home-slider img{
  width: 100%;
}
.home-slider .carousel-indicators{
  position: relative;
  margin: 0px;
  padding: 36px 0px;
}
.home-slider .carousel-indicators button{
  background-color: #dcdcdc;
  opacity: 1;
  width: 26px;
  height: 4px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 10px;
}
.home-slider .carousel-indicators button.active{
  background-color: #2d3796;
}
/*home boxes*/
.home-boxes{
  padding-bottom: 70px;
}
.home-boxes .container-cus{

}
.home-boxes .boxbox{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 14px;
  row-gap: 55px;
}
.home-boxes .boxbox .box{
  overflow: hidden;
}
.home-boxes .boxbox .box a{

}
.home-boxes .boxbox .box a img{
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.home-boxes .boxbox .box a:hover img{
  position: relative;
  transform: scale(1.1);
}
.home-boxes .text-more{
  text-align: center;
  position: relative;
  margin: 62px 0px;
  display: none;
}
.home-boxes .text-more p{
  text-transform: uppercase;
  font-weight: 700;
  color: #2e3796;
  display: inline-block;
  cursor: pointer;
}
.home-boxes .text-more img{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -28px;
  margin: auto;
}
/*footer nav*/
.footer-nav{
  background-color: #5057b1;
  border-bottom: 1px solid #434aa3;
}
.footer-nav .container-cus{

}
.footer-nav ul{

}
.footer-nav ul li{
  display: block;
  float: left;
}
.footer-nav ul li a{
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  padding: 27px 28px;
  display: block;
}
.footer-nav ul li a:hover{
  color: #dedede;
}
.footer-nav ul li:first-child a{
  padding-left: 0px;
}
/*footer mid*/
.footer-info{
  background-color: #5057b1;
}
.footer-info .container-cus{
  display: grid;
  grid-template-columns: 40% 60%;
}
.footer-info .left{
  padding: 40px 0px;
  padding-right: 50%;
  background: rgb(80 87 177);
  /* background: linear-gradient( 
90deg
, rgba(255,255,255,0) 0%, hsl(235deg 47% 43% / 38%) 100%);*/
}
.footer-info .right{
  padding-left: 66px;
  text-align: right;
}
.footer-info .right .boxbox{
  display: inline-grid;
  grid-template-columns: auto auto auto;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  margin: auto;
}
.footer-info .right .boxbox .box{
  text-align: left;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
.footer-info .right .boxbox .box::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #454ca9;
}
.footer-info .right .boxbox .box:first-child::after{
  width: 0px;
}
.footer-info .bold{
  font-weight: 800;
  margin-bottom: 5px;
}
.footer-info p{
  color: white;
  font-size: 14px;
  line-height: 18px;
}
/*footer-copy*/
.footer-copy{
  background-color: #2d3796;
  color: white;
  padding: 30px 0px;
}
.footer-copy .left{
  float: left;
}
.footer-copy .left p{
  font-size: 15px;
  font-weight: 300;
}
.footer-copy .left p span{
  font-weight: 600;
}
.footer-copy .right{
  float: right;
}
.footer-copy .right p{
  font-size: 13px;
  padding: 1px 0px;
}
/*category*/
.pagi-bar{
  background: white;
  position: relative;
  z-index: 3;
  margin-top: -8px;
  border-top: 1px solid #dadfee;
  padding: 5px 0px;
}
.pagi-bar img{
  width: 10px;
  float: left;
}
.pagi-bar svg{
  float: left;
  width: 11px;
  margin-top: -2px;
  margin-left: 4px;
  margin-right: 8px;
}
.pagi-bar p{
  float: left;
  font-size: 12px;
  color: #5e67bf;
  margin-top: -3px;
}
/*category banner*/
.category-banner{

}
.category-banner img{
  width: 100%;
}
.category-banner .cate-title{
  background: #2d3796;
  padding: 14px 0px;
}
.category-banner .cate-title p{
  color: #e3e5ee;
  font-size: 18px;
}
.category-banner .cate-title p span.sm{
  font-size: 15px;
  vertical-align: text-top;
  font-family: sans-serif;
}
/*product grid*/
.product-grid{
  background-color: #f5f5f5;
  padding: 40px 0px;
}
.product-grid .container-cus{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.product-grid .box{
  position: relative;
  overflow: hidden;
}
.product-grid .box img{
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.product-grid .box:hover img{
  transform: scale(1.1);
}
.product-grid .box .bot{
  position: absolute;
  top: calc(100% - 89px);
  width: 100%;
  text-align: center;
}
.product-grid .box p{
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
  color: #2d3796;
  font-family: serif;
  line-height: 17px;
  margin-bottom: 12px;
}
.product-grid .box .blue-btn{
  background: #2d3796;
  color: white;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 12px;
  width: 81px;
  text-align: center;
}
/*product detail*/
.product-top{
  background: #2d3796;
}
.product-top h2{
  font-size: 23px;
  color: white;
  font-weight: 900;
  margin: 0px;
  padding: 20px 0px;
}
.product-det{
  padding-top: 50px;
  padding-bottom: 65px;
}
.product-det .container-cus{
  display: grid;
  grid-template-columns: 52% 40%;
  justify-content: space-between;
}
.product-det .left{
  position: relative;
}
.product-det .left .main-img{

}
.product-det .left .main-img .img{
  width: 100%;
}
.product-det .left .zoom-icon{
  position: absolute;
  top: 4px;
  right: 0px;
  width: 28px;
}
.product-det .left::after{
  content: '';
  position: absolute;
  width: 36px;
  height: 0px !important;
  background: #2d3796;
  top: 85%;
}
.product-det .right{

}
.product-det .right h1{
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #2d3796;
}
.product-det .right h1 span.break{
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
}
.product-det .right p.dis{
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 40px;
  color: #757575;
}
    .product-det .right .ul-para {
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        color: #757575;
    }
    .product-det .right ul {
        padding-left: 18px;
    }
        .product-det .right ul li {
            font-size: 15px;
            font-weight: 600;
            line-height: 18px;
            color: #757575;
        }
    .product-det .right .mg--t {
        margin-top:15px;
    }
    .product-det .right .mg--b {
        margin-bottom:15px;
    }
.product-det .right .icon-box{
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 120px);
  justify-content: space-between;
  text-align: center;
}
.product-det .right .icon-box .icon{

}
.product-det .right .icon-box .icon img{
  width: 68px;
}
.product-det .right .icon-box .icon p{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  margin-top: 8px;
  color: #757575;
}
/*more products*/
.moreproduct{

}
.moreproduct h3{
  margin: 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #2d3796;
  position: relative;
}
.moreproduct h3::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #c3c3c3;
  margin: auto;
}
.moreproduct h3 span{
  position: relative;
  z-index: 2;
  background: white;
  padding-right: 18px;
}
.moreproduct .carousel-product{
  margin: 40px 0px;
}
.moreproduct .carousel-product .img{
  border: 1px solid #eaeaea;
}
.moreproduct .carousel-product .img img{
  width: 100%;
}
.moreproduct .carousel-product .overlay{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: calc(100% - 15px);
  margin: auto;
  height: calc(100% - 15px);
  background: #2d3796;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.moreproduct .carousel-product .img:hover .overlay{
  opacity: 0.9;
}
.moreproduct .carousel-product .overlay p{
  color: white;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-family: serif;
}
.moreproduct .carousel-product .overlay p span{
  display: block;
}
.moreproduct .controls{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.moreproduct .controls::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #c3c3c3;
  margin: auto;
}
.moreproduct .controls .box{
  display: inline-block;
  position: relative;
  z-index: 5;
  background: white;
  padding: 0px 30px;
}
.moreproduct .controls .left{
  display: inline-block;
  background-color: #2d3796;
  width: 40px;
  height: 40px;
  padding: 13px 0px;
  cursor: pointer;
}
.moreproduct .controls .right{
  display: inline-block;
  background-color: #2d3796;
  width: 40px;
  height: 40px;
  padding: 13px 0px;
  cursor: pointer;
}
.moreproduct .controls svg{
  color: white;
  display: block;
  margin: auto;
}
/*mbl nav*/
body.lock {
  height:100vh;
  overflow:hidden;
}
.mbl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: auto;
  -webkit-transition: left .25s ease-in-out;
  -o-transition: left .25s ease-in-out;
  transition: left .25s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out .25s;
  -o-transition: opacity .25s ease-in-out .25s;
  transition: opacity .25s ease-in-out .25s;
  left: -100%;
}
  .mbl-nav .box {
      position: absolute;
      width: 70%;
      min-height: 100vh;
      background-color: #f8f8f8;
      z-index: 2;
      left: -100%;
      -webkit-transition: left 0.7s linear;
      -o-transition: left 0.7s linear;
      transition: left 0.7s linear;
  }
      .mbl-nav .box .norm {
      }
      .mbl-nav .box .mbl-category {
          display:none;
      }
          .mbl-nav .box .mbl-category .str {
              text-transform: uppercase;
              margin-bottom: 3px;
              margin-top: 22px;
              background: #9ddae4;
              color: white;
              padding: 9px 6px;
              text-align: center;
          }
              .mbl-nav .box .mbl-category .str a {
                  color:white;
              }
              .mbl-nav .box .mbl-category .str:first-child {
                  margin-top:0px;
              }
          .mbl-nav .box .mbl-category .back {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
            cursor: pointer;
            background: #2d3795;
            color: white;
            padding: 9px 11px;
            padding-top: 10px;
            margin-bottom: 13px;
          }
          .mbl-nav .box .mbl-category .back svg{
            margin-top: -1px;
            margin-right: 16px;
          }
              .mbl-nav .box .mbl-category .back i {
                      margin-right: 10px;
              }
          .mbl-nav .box .mbl-category li {
          }
          .mbl-nav .box .mbl-category li a {
            display: block;
            padding: 11px 0px;
            font-size: 14px;
            text-transform: uppercase;
        }
                  .mbl-nav .box .mbl-category li a:hover span {
                      text-decoration:underline;
                  }
      .mbl-nav .box .head {
          border-bottom: 1px solid #ececec;
          padding: 17px 30px;
          overflow: hidden;
          text-align:center;
      }
          .mbl-nav .box .head img.mbl-nav-opener {
              display:none;
          }
          .mbl-nav .box .head img {
              display: inline-block;
              width: 19px;
              margin-top: 4px;
              margin-right: 16px;
          }
              .mbl-nav .box .head img.mbl-logo {
                  width: 80px;
                  margin-left:10px;
              }
      .mbl-nav .box ul {
          border-bottom: 0px solid #e4e4e4;
          padding: 13px 30px;
      }
          .mbl-nav .box ul li {
              display: block;
          }
              .mbl-nav .box ul li a {
                display: block;
                padding: 12px 0px;
                font-size: 15px;
                color: #2d3796;
              }
.mbl-nav-opened {    
  left:0%;
  opacity:1;
}
.mbl-nav-opened::after {
  left:0%;
}
  .mbl-nav-opened .box {
      left:0%;
  }
/*contact*/
  .contact{
    padding: 40px 0px;
  }
  .contact .container-cus{
    display: grid;
    grid-template-columns: 57% 35%;
    grid-gap: 8%;
  }
  .contact .container-cus::after{
    content: none;
  }
  .contact .left{
  
  }
  .contact .left .addr-box{
  
  }
  .contact .left .addr-box .name{
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 19px;
    color: #2d3796;
  }
  .contact .left .addr-box .adres{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .contact .left .addr-box .info{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .contact .left .addr-box .info span{
    width: 52px;
    margin-right: 28px;
    display: inline-block;
  }
  .contact .left .addr-box .info span b{
    float: right;
  }
  .contact .left .map-box{
    margin-top: 40px;
    padding-bottom: 50px;
    position: relative;
  }
  .contact .left .map-box::after{
    content: '';
    width: 60px;
    height: 11px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: black;
  }
  .contact .left .map-box h2{
    margin-bottom: 30px;
  }
  .contact .left .map-box h2 span{
    font-size: 16px;
    font-weight: 800;
    color: white;
    background: black;
    display: inline-block;
    padding: 9px 25px;
    border-radius: 28px;
  }
  .contact .left .map-box iframe{
    width: 100%;
    height: 200px;
    border: 1px solid #c7c7c7;
  }
  .contact .right{
  
  }
  .contact .right .form-heading{
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 19px;
    color: #2d3796;
    margin-bottom: 16px;
  }
  .contact .right .form-cus{
  
  }
  .contact .right .form-cus .input-row{
    margin-bottom: 12px;
    overflow: hidden;
  }
  .contact .right .form-cus .input-row p{
    font-size: 14px;
    font-weight: 400;
  }
  .contact .right .form-cus .input-row input{
    background: #f7f7f7;
    width: 100%;
    height: 36px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    padding: 0px 12px;
    outline: none;
  }
  .contact .right .form-cus .input-row textarea{
    background: #f7f7f7;
    width: 100%;
    font-size: 15px;
    padding: 9px 12px;
    border: 1px solid #e6e6e6;
    outline: none;
  }
  .contact .right .form-cus .input-row a{
    float: right;
    background: #2d3796;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 48px;
    margin-top: 0px;
  }
/*about*/
.about{
  padding-top: 70px;
  padding-bottom: 70px;
}
.about .container-cus{
  display: grid;
  grid-template-columns: 54% 41%;
  grid-gap: 5%;
}
.about .container-cus .left{
  padding-top: 60px;
  text-align: justify;
  position: relative;
}
.about .container-cus .left::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 10px;
  background: black;
}
.about .container-cus .big{
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.about .container-cus .norm{
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.about .container-cus .bold{
  font-weight: 600;
  line-height: 19x;
}
.about .container-cus p{
  margin-bottom: 25px;
}
.about .container-cus .about-img{
  width: 100%;
}

.samsam {
    border-color: #bd0303 !important;
}