/*----------------- Color -----------------*/
:root{
  --blue: #27b4dc;
}
.black-a{
  color: #231f20 !important;
}
.white-a{
  color: white !important;
}
.blue-a{
  color: var(--blue);
}
.blue-a2{
  color: #0076b6;
}
.grey-a{
  color: #58595b !important;
}
/*----------------- Color -----------------*/
/*----------------- Font -----------------*/
@font-face {
  font-family: 'LightFont';
  src: url('font/NeueMontreal-Light.otf')  format('opentype');
}
.light-font,.light-fontall *{
  font-family: 'LightFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'RegularFont';
  src: url('font/NeueMontreal-Regular.otf')  format('opentype');
}
.regular-font,.regular-fontall *{
  font-family: 'RegularFont', Fallback, sans-serif !important;
}
@font-face {
  font-family: 'MediumFont';
  src: url('font/NeueMontreal-Medium.otf')  format('opentype');
}
.medium-font,.medium-fontall *{
  font-family: 'MediumFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'BoldFont';
  src: url('font/NeueMontreal-Bold.otf')  format('opentype');
}
.bold-font,.bold-fontall *{
  font-family: 'BoldFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'ExtraBoldFont';
  src: url('font/NeurialGrotesk-Extrabold.otf')  format('opentype');
}
.extrabold-font,.extrabold-fontall *{
  font-family: 'ExtraBoldFont', Fallback, sans-serif;
}

@font-face {
  font-family: 'RegularFont2';
  src: url('font/sondra-regular.otf Normal.otf')  format('opentype');
}
.regular-font2,.regular-font2all *{
  font-family: 'RegularFont2', Fallback;
}



/*----------------- Font -----------------*/

/*----------------- Navbar -----------------*/
.home-navbar.fixed-top{
  position: absolute !important;
}

.home-navbar .logo{
  max-width: 230px;
}

.home-navbar .navbar-nav li{
  margin: 0 5px;
}
.home-navbar .navbar-nav>.nav-item>a{
  color: black;
  padding: 8px 6px 5px !important;
  font-size: 14px !important;
}
.home-navbar.fixed-top .navbar-nav>.nav-item>a{
  color: white;
}
.home-navbar .navbar-nav li:last-child a{
  color: black;
}

.banner{
  border-top: 8px solid #2ca5dd;
  border-bottom: 8px solid #2ca5dd;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 30px;
  padding-top: 50px;

}

.search-wrapper{
  width: fit-content;
  margin-inline: auto;
}

.search-wrapper{
    position: relative;
    width: 100%;
    max-width: 300px;
}

.search-input{
    width: 100%;
    padding: 3px 30px 5px 12px;
    border-radius: 999px;
    border: 1px solid #5c5d60;
    font-size: 13px;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.search-input::placeholder{
    color: #5c5d60;
}

.search-input:focus{
    border-color: #bdbdbd;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

.search-btn{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn i{
    font-size: 14px;
}

.search-btn:hover{
    color: #000;
}


/*----------------- Navbar -----------------*/
.banner-content p{
  letter-spacing: 1px;
}
.mnext{
  height:10px !important;
  margin-top: -3px;
  margin-left: 10px;
}
.home-navbar .navbar-nav>.nav-item:last-child>a.active .menudot{
 display: none !important;
}
.home-navbar .navbar-nav>.nav-item>a.active{
  position: relative;
  font-family: 'BoldFont', Fallback, sans-serif !important;
  color: #2ca5dd !important;
}

.menudot{
  height: 1px !important;
  display: none;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.home-navbar .navbar-nav>.nav-item>a.active .menudot{
  display: block;
}



/*----------------- Banner -----------------*/
#slideShow .overlay-text .more{
  background-color: white;
  padding: 10px 15px;
  border-radius: 30px;
  letter-spacing: 0px;
  font-size: 14px !important;
 
}
#slideShow .overlay-text .more:hover{
  opacity: 0.8;
  transition: 0.5s;
}
#slideShow .overlay-text h4{
    letter-spacing: .5px !important;
    margin-bottom: 20px;
}
#slideShow .overlay-text{
  letter-spacing: 3px;
  position: absolute;
  top: 7%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;

}
#slideShow .overlay-text h1{
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
#slideShow .btn-cta{
  background-color: white;
  color: black;
  border-radius: 100px;
  padding: 5px 20px;
}
/*----------------- Banner -----------------*/

/*----------------- Product -----------------*/
.prodInfo .ext-color {
    display: none;
}
.prodInfo .list-inline input:checked + label{
  color: white !important;
  background-color: black !important;
}
.prodInfo .ext-colorpicker2{
  border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}
/*----------------- Product -----------------*/

/*----------------- Common Section -----------------*/
.related .swiper-button-prev{
  margin-left: auto;
  margin-right: 5px;
}
.related .swiper-button-prev,
.related .swiper-button-next{
  position: relative;
  margin-top: 0;
}
.related .box{
  display: flex;
  align-items: center;
}
.related .swiper-navigation-icon{
  display: none;
}
.related .swiper-pagination-bullet-active{
  background-color: #231f20;
}
.related .swiper-pagination{
  position: relative;
  margin-top: 30px;
  display: flex;
}
.related .swiper-pagination span{
  height: 2px;
  width: 100%;
  border-radius: 0;
  margin-inline: 0 !important;
}
.related .imgcontainer{
  background-color: #e8e5e0;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.related .imgcontainer img{
  max-width: 100% !important;
  max-height: 80%;
}

.prodInfo .swiper-slide{
  background-color: #e8e5e0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}

.prodInfo .swiper-slide img{
  max-width:90%;
  max-height: 80%;
}

.prodInfo .swiper-slide.spl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.prodInfo .swiper-button-prev,
.prodInfo .swiper-button-next{
  display: none;
}

.active>.page-link, .page-link.active{
  background-color: #199ac9 !important;
}


.prodInfo .detail span{
  font-size: larger;
  font-weight: bold;
  margin-bottom: -20px;
  display: block;
}
.prodCat .swiper-slide a{
  background-color: #e8e5e0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px !important;
  padding:20px 15px;
}
.prodCat .swiper-slide a{
  height: 100%;
}
.prodCat .swiper-slide img{
  display: block;
  margin-inline: auto;
  max-width: 90%;
  max-height: 80% !important;
}
.workflowimg{
  border-radius: 20px;
}
.cbanner{
  position: relative;
}
.cbanner .title{
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.serimg1{
  border-radius: 25px;
}
.iso{
  filter: brightness(0) invert(1);
}
.smorebtn{
  background-color: white !important;
  border-radius: 20px !important;
  padding: 5px 15px !important;
  font-size: 14px !important;
  margin-inline: auto;
  display: block !important;
  width: fit-content;
}
.greybg{
  background-color: #f4f2ef;
}
.bordertpblue{
  border-top: 7px solid #2ca5dd;
}
.haboutus .percent-box .title{

  font-size: 14px !important;
  line-height: 120% !important;
  text-align: center;
  margin-bottom: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  top: -30px;

}
.haboutus .percent-box:last-child .title{
  top: -47px !important;
}
.hworkflow .swiper-pagination{
  position: relative;
  margin-top: 20px;
}

.hworkflow .swiper-pagination .swiper-pagination-bullet{
  background-color: rgb(176, 174, 174);
}

.hworkflow .swiper-pagination .swiper-pagination-bullet-active{
  background-color: white;
}
.service-card{
    position: relative;
    padding: 15px;
}

.card-inner{
    position: relative;
    height: 100%;
    padding-top: 15px;
    transition: all .35s ease;
    overflow: hidden;
    border-top: 1px solid black;
    border-radius: 0;
}


/* default (icon + title only) */
.card-inner .desc{
    opacity: 0;
    max-height: 0;
    font-size: 14px !important;
    transform: translateY(10px);
    transition: all .35s ease;
    color: #fff;
    line-height: 120%;
}
.service-card {
    cursor: pointer;
}
.card-inner .title{
    margin-top: 15px;
    transition: color .3s ease;
}

/* hover OR active */
.service-card:hover .card-inner,
.service-card.active .card-inner{
    background: #38a7cf;
    padding-inline: 15px;
    border-radius: 12px;
    border-top: hidden;
}

.service-card:hover .title,
.service-card.active .title{
    color: #fff;
}

.service-card:hover .desc,
.service-card.active .desc{
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
    margin-top: 12px;
}

.service-card:hover img,
.service-card.active img{
    filter: brightness(0) invert(1);
    transform: scale(1.20);
    padding-left: 8px;
}


.contactbtn{
  background-color: #231f20 !important;
  color: white !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  padding: 4px 18px !important;
}
.contactus .form-control:focus{
  background-color: transparent !important;
}
.morebtn{
   text-decoration: underline !important;
  text-underline-offset: 4px;
  font-size: 14px !important;
}
.banner{
  margin-bottom: -35px;
  background-color: white;
  position: relative;
  z-index: 99;
}
.banner .swiper{
  overflow: visible !important;
}
.hservices .wrap .content{
  position: absolute;
  bottom: 0;
  padding-inline: 15px !important;
  text-align: center;
  width: 100%;
}
.hservices .swiper-button-next{
  right: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
  width: 25px ;
   height: 25px;
}
.hservices .swiper-button-next:hover, .hservices .swiper-button-prev:hover{
  background-color: transparent !important;
  color: var(--blue);
  font-size: 20px !important;
}


.mginline-auto{
  margin-inline: auto;
}
.relative{
  position:relative !important;
}
.hservices .swiper-button-prev{
  left: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
   width: 25px ;
   height: 25px;
}
.haboutus .btn{
    background-color: #231f20 !important;
    border-radius: 20px;
    color: white !important;
    padding: 6px 20px !important;

    font-size: 14px !important;
   }


   .hprod .btn,
   .hservices .btn{

    margin-inline: auto;
    display: block;
    width: fit-content;
   }

  .hcontactus .btn{
    background-color: white !important; 
    border-radius: 20px;
    color: black !important;
    padding: 4px 15px !important;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    width: fit-content;
   }

   .percent-box {
    width: fit-content;
   }

   .percent-box .haboutborder{
    height: 45px !important;
    max-width: 110px !important;
    width: 110px;
}
.haboutus .box2{
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
 
}
.percent-box span {
    font-size: 45px;
    font-weight: 500;
    color: #2aa7e1;
    background-color: #eeecec;
    line-height: 100%;
}

.percent-box .numwrap{
   position: absolute;
    bottom: -15px;
    left: 15px;
    width: 110px;
}



.percent-box .plus{
  font-size: 30px !important;
}
.percent-box .year{
  font-size: 12px !important;
}


  .contenttitle .underline{
    width: 90px;
    height: 3px;
    background-color: #d1ae44;
  } 
.btn-whatsapp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:42px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.content-banner{
  position: relative;
}
.content-banner .contentbox{
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.services .wrapper{
  display: flex;
  gap: 5px;
}
.contactus textarea,
.contactus input{
  border: none;
  border-bottom: 1px solid #231f20;
  border-radius: 0;
  padding-left: 0 !important;
  padding-bottom: 0;
  background-color: transparent;
}
.footer .footerbg{
 background-color: #404041;
}

.hprod .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.hprod .fixed-size{
  max-height: 100% !important;
}


.hwhy .wrap{
  border-radius: 10px;
  height: 100%;
  width: 100%;
  background-image: url("/mem_module/library/image/hwhybg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
   

.hwhy .icon{
  width: 50px;
  height: auto;
}
    
.hwhy .content2{
  line-height: 120% !important;
}

.hover:hover{
  opacity: 0.7 !important;
  transition: 0.5s !important;
}

.hwhy .underline2{
  background-color: #bc9a31;
  width: 140px;
  height: 1.5px;
  display: block;
  margin-inline: auto;
}
.aboutus .wrap{
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
  text-align: justify;
  
}

.aboutus .wrap img{
  height:28px;
  margin-top: -10px;
  margin-left: 10px;
}

.aboutus .vmimg{
  border-radius: 30px;
}

.aboutus .value{
  height:35px;
  margin-top: -15px;
  margin-left: 10px;
}
.aboutus .value2{
  height:35px;
  margin-top: 6px;
}

.aboutus .wrap3{
  display: flex;
  gap: 15px;
}
.services .box1 .title{
  line-height: 130% !important;
}

.services .box2 .contentbox{
  background-color: var(--blue);
}

.services .box2 .wrapper:nth-child(odd) .row{
  flex-direction: row-reverse;
}

.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}

.services .box2 .wrapper .underline{
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
}

.banner .overlay-text h2{
  letter-spacing: 0px !important;
  line-height: 100%;

}

.banner .overlay-text h2 i{
  color: #2ca5dd;
}
.aboutimg1{
  max-width: 700px !important;
  width: 100%;
  display: block;
  margin-inline: auto;
}

.aboutus .box3 .title2{
  background-color: #199ac9;
  border-radius: 20px;
  padding: 5px 20px !important;
  width: fit-content;
   box-shadow: 0 8px 12px rgba(255, 255, 255, 0.6);
}



/*----------------- Common Section -----------------*/

/*----------------- Footer Section -----------------*/
#footer .box1 .underline{
  width: 100px;
  height: 1.5px;
  margin-inline: auto;
  background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
}
#footer .box1 .title{
  letter-spacing: .5px;
}
#footer .box1 h5{
  font-size: 14.5px !important;
  
}

#footer .box1 .comno{
  font-size: 9.5px !important;
  font-weight: 100 !important;
  margin-top: 2px;
}
#footer .box1 .title2{
  letter-spacing: .5px;
}

#footer .box1 .desc2{
  line-height: 120% !important  ;
}

#footer .copyright{
  background-color: #404041;
}
#footer .mg-center{
  width: fit-content;
  margin-inline: auto;
}
#footer{
background-color: #f4f4f6 !important;

}
#footer .logo{
  max-width: 300px;
}
#footer .box1 img{
  display: block;
  margin-inline: auto;
}
#footer .row{
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#footer .box{
  width: fit-content;
}
#footer .box2{
  max-width: 300px;
}


#footer h4{font-size: medium !important;}
#footer p{font-size: small !important;}
#footer .copyright{font-size: small !important;}
/*----------------- Footer Section -----------------*/

/*----------------- Less Than -----------------*/
@media only screen and (max-width: 1200px){ /* col-xl */

}
@media only screen and (max-width: 992px){ /* col-lg */
  .services .box2 .wrapper:nth-child(even) .contentbox,
.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

  .home-navbar .contactbtn{
    font-size: 14px !important;
 }

 .home-navbar .contactbtn{
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    color: white;
    background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
    border-radius: 100px;
    padding: 6px 15px !important;
 }
 .home-navbar .container{
  position: relative;
 }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    display: block !important;
  }
  
  .home-navbar{
    margin-top: 10px;
  }
  .home-navbar,.home-navbar.fixed-top{
    position: relative !important;
    flex-wrap: wrap;

    margin-top: 15px !important;
  }
  .home-navbar .logo{

    max-width: 250px !important;
  }  

  .home-navbar .navbar-nav>.nav-item>a{
    text-align: center !important;
    margin-top: 5px;
    font-size: 14px !important;
  }

  .navbar-expand-sm .navbar-collapse{
    justify-content: space-evenly;
  }


  #slideShow .overlay-text .btn-cta{
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 768px){ /* col-md */
  .aboutus .box3 .title{
  text-align: center;
}
  .contactus iframe{
    height: 400px;
    margin-bottom: -5px;
  }
  .hwhat .smbox1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .hwhat .smbox1 img{
    margin-top: 0%;

  }
  .sm-hidden{
    display: none;
  }
  .hwhat .overlay{
    height: calc(100% + 35px);
    width: 100%;
    position: absolute;
    top: -35px;
    background-color: white;
    opacity: 0.8;

  }
  .hwhat .box1{
    position: absolute;
  }
  #footer .row{
    flex-direction: column !important;
  }
  .contenttitle .underline{
    margin-inline: auto;
  } 

  .aboutus .cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.7;

  }
  .aboutus .box1{
    background-position: left !important;
  }

   
.haboutus .box1{
  height:180px;
  width: 180px;
}
  .haboutus .wrapper{
    align-items: center;
  }
}
.home-navbar .dropdown-item{
  font-size: 14px !important;
}
.text-justify {
    text-align: justify;
}
@media only screen and (max-width: 576px){ /* col-sm */

  .hwhat .smbox1 img{
    margin-top: 40%;

  }
  #slideShow .overlay-text{
    top: 0% !important;
  }
  .home-navbar .dropdown-item{
    text-align: center !important;
    margin-top: 5px;

  }
  .banner-content h2{
    font-size: 20px !important;
    letter-spacing: 1px;
  }
  
  .banner-content p{
    font-size: 16px !important;
    margin-block: 10px 25px;
  }
  .banner-content a{
    display: block;
    width: fit-content;
    font-size: 14px !important;
  }
  
   .hproject .fixed-size{
      height:220px !important;
    }
.content-banner .contentbox{

  top: 30%;

}

.content-banner .contentbox h2{
  font-size: 22px !important;
}
.content-banner .contentbox h5{
  font-size: 16px !important;
}


.haboutus .box1 h2{
  font-size: 60px !important;
}

  #slideShow .overlay-text h4{
    margin-bottom: 10px !important;
}
  .home-navbar.fixed-top .navbar-nav li:last-child a{

  width: fit-content;
  margin-inline: auto;
}

.btn-whatsapp{
    width: 46px;
    height: 46px;
    bottom: 30px;
    right: 20px;
    font-size: 32px;
}
.home-navbar.fixed-top{
  position: relative !important;
}  
.home-navbar .logo{
  max-width: 200px !important;
  margin-top: 0px;
}
.home-navbar .navbar-toggler{
  font-size: small;
  margin-top: 20px;
  margin-right: 5px;  
  border: 1px solid black;
}

.home-navbar .navbar-nav>.nav-item>a{
  text-align: center !important;
  margin-top: 5px;
}
.home-navbar .navbar-nav li.active a{
  color: #2ca5dd !important; 

}

  #footer .logo{
    max-width: 300px !important;
  }

  #slideShow .overlay-text {
    width: 100% !important;
  }
  #slideShow .overlay-text *{

    margin-bottom: 5px;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 13px !important;
  }  
}
/*----------------- Less Than -----------------*/

/*----------------- Greater Than -----------------*/
@media only screen and (min-width: 1200px){ /* col-xl */

}
@media only screen and (min-width: 992px){ /* col-lg */
  .services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}
  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .home-navbar .contactbtn{
    display: none;
 }
  #footer h4{
    font-size: 20px !important;
  }
  #slideShow .overlay-text h1{
    font-size: 52px !important;
}

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    border-radius: 35px;
    padding: 10px 0px !important;
    align-items: center !important;
  
  }
  .navbar {
    background-color: transparent !important;
  }
   .navbar-expand-sm .navbar-collapse{
  justify-content: right !important;
}

}
@media only screen and (min-width: 768px){ /* col-md */
  .aboutus .box3 .title{
  width: fit-content;
  margin-inline: auto;
  display: block;
}
  .sm-display{
    display: none;
  }
  .hwhat .box1{
  position: absolute;
  padding-right: 50px;
}
  #footer .box a{
  display: flex;
  gap: 4px;
}
  #footer .box1{
  padding-inline: 60px;
}
  
  #footer .box2{
    border-left: 1px solid white;
    padding-left: 25px;
  }
  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .services .box:nth-child(even) .row{
    flex-direction: row-reverse !important;
  }
  .aboutus .cover{
    display: none;
  }
  .blog-content{
    border-right: 1px solid black;
  }

}
@media only screen and (min-width: 576px){ /* col-sm */
  .hservices .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

}



/*----------------- Greater Than -----------------*/

/*----------------- Between -----------------*/
@media  (min-width:992px) and (max-width:1200px) {

}
@media  (min-width:768px) and (max-width:992px) {
  .hservices2 .mgtp1{
    margin-top: 120px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 160px !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }
}
@media  (min-width:576px) and (max-width:768px) {
  .container, .container-sm {
    max-width: 90% !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }  
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }  
}

/*----------------- Between -----------------*/

