
#hero {
    width: 100%;
    height: 75vh;
}
#hero {
    width: 100%;
    height: 75vh;
}
.about .content ul li {
    padding-bottom: 13px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }

  .about .content ul li i{
    padding-right:10px;
  }

  .about {
  background-color:#ffffff;
  }

  .about-card{
    padding: 30px 15px;
    text-align: center;
    border: 0;
    box-shadow: 0px 5px 10px 7px rgb(233, 233, 233);
    min-height: 325px;
    position: relative;
  }

  .about-card::after{
    content: '';
    position: absolute;
    border: 1.3px solid #125bce;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all .7s ease;
    opacity: 0;
  }
  .about-card:hover::after {
    transform: scale(.94);
    transition: all .7s ease;
    opacity: 1;
  }



  .about-card h2{
    font-size: 25px;
  }
  .about-card p{
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
  }
  .main-content{
    display: flex;
    justify-content: space-between;
  }
  .book-img {
    width:150px;
    text-align: center;
    position: relative;
  }
  .book-img span i {
    font-size: 35px;
    color:#125bce;
    transition: 0.5s all;
  }
  .book-img span {
    transition: 0.5s all;
    position: relative;
   
  }
  .main-content:hover  .book-img span i{
   transform: translateY(20px);
  }

  .book-img span:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #125bce;
    transform: translate(-50%,100%);
    width: 2.5px;
    height: 0px;
    transition: 0.5s all;
    transition-delay: 1s case-in-out;
  }

  .book-img span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #125bce;
    transform: translate(-50%,-85%);
    width: 2.5px;
    height:0px;
    transition: 0.5s all;
    transition-delay: 1s case-in-out;
  }

  .main-content:hover .book-img span::before , .main-content:hover .book-img span::after{
    height:25px;
  }

  /* =====================Counter==================*/
  .counts-sec{
    height: 100%;
    width:100%;
  }
  .counter-text{
    height: 50%;
    text-align: center;
    padding: 80px 20px;
    position: relative;
   background: #ffffff;
    border-top: 1px #e6e6e6 solid;

  }


  .counter-text::after{
    content: '';
    position: absolute;
    border: 1.3px solid #125bce;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all .7s ease;
    opacity: 0;
  }
  .counter-text:hover::after {
    transform: scale(.95);
    transition: all .7s ease;
    opacity: 1;
  }


  
  .counter-text h1{
    font-weight: 700;
font-size: 50px;
padding-bottom: 35px;
  }
  .counter-text p{
    font-size: 13px;
    line-height: 27px;
  }


  .counter-num{
text-align: center;
  }
  .counter-num .purecounter {
    font-size: 70px;
    font-weight: 800;
    color: #ffffff;
  }
  .counter-num p{
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  .counter-num-bg{
    background-color: #125bce;
    padding: 25px;
text-align: center;
height: 50%;
  }

.aboutslider{
    height: 100%;
}
 
  .slider-about{
       width: 98%;
    height: 100%;
    float: right;
  }

  .slider-about img{
    width:100%;
    height: 100%;
  }
  .aboutslider img{
      width: 100%;
    height: 100%;
}
  /* ======News and Event===============*/

  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #e96c5600;
    bottom: 0;
    left: calc(50% - 25px);
  }

  .section-title h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Poppins", sans-serif;
  }
  /* .card-event{
    max-width:350px;
     min-height:400px
}
.card-event img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.blog-link {
    padding: 2px ;
    transition: 0.5s all;
    background-image: linear-gradient(to right,#063b78 50%,#125bce 50%);
    position: relative;
    overflow: hidden;
}
.blog-link::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #063b78;
    transition: 0.5s;
    transform: translate(-50%,-50%) rotate(35deg);
    width: 40px;
    height: 150px;
    z-index: 0;

}
.blog-link ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog-link ul li{
    text-align: center;
    width:50%;
    list-style: none;
    padding: 5px;
    z-index: 999;
}

.blog-link ul li h5{
 font-size: 18px;
 color: #fff;
 text-transform: uppercase;
 z-index: 9999;
}
.blog-link ul li a{
    background-color: #02c18e00;
    color: #fff;
    padding: 12px 20px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding-left: 45px;
}
/* .blog-link ul li:last-child{
    background-color: #125bce;
    height: 100%;
} */

.blog-link ul li a:hover .blog-link{
    background-color: red;
}
.f-img{
    height: 50px;
    width: 100%;
}
.f-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-info-content input{
    width:100%;
    padding: 14px 20px;
    height: 60px;
    border: 0;
 background-color: #eee;
}
.footer-info-content input:focus{
    border: 0;
    outline: 0;
}
.footer-info-content button{
    width: 100%;
    background-color: #063b78;
    color: #fff;
    text-transform: uppercase;
    height: 60px;
    margin-top: 10px;
    border: 0;

}

#footer .footer-top {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 60px 0 30px 0;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #000;
  }

  #footer .footer-top .footer-info h3 {
  
      font-size: 25px;
      margin: 0 0 20px 0;
      padding: 2px 0 2px 0;
      line-height: 1;
      font-weight: 700;
      color: #000;
  
  }
  


   p.small-para{
    font-size: 10px !important;
  }

  .copyright p{
    color: #000;
  }

 
  #footer {
  
      background: #404040;
      padding: 0 0 0px 0;
      color: #fff;
      font-size: 14px;
      border-top: 1px solid #ccc;
  
  }
 
  #header {
  
      height: 140px;
      transition: all 0.5s;
      z-index: 997;
      transition: all 0.5s;
      background: #ffffff;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      position: relative;
  }
  #topbar {
    background: #000;
    padding: 14px 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 999;
    top:0;

  }
  .logo-right a{
    padding: 10px 20px;
    background-color: #063b78;
    color: #fff;
    font-size: 14px;
  }
  
  #header .container {
    height: 100% !important;
    /*padding-top: 32px !important;*/
}

  .logo-img img{
  
  }

  #header .logo img {
    padding: 0;
    margin: 0;
        height: auto !important;
        top: -21px;
        width:230px;
  }
  .logo-img {
    position: relative;
  }
  
  .logo-main-img {
    position: absolute;
       z-index: 19;
    width: 150px;
        max-height: 91px;
    background: #fff;
  }
  .logo-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  
.logo-main-img::after {

    content: '';
    position: absolute;
    top: 99%;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 999;
    border-top: 26px solid #fff;
    border-left: 13px solid #fff0;
    border-right: 13px solid #fff0;

}

.col-xl-4.col-md-6.col-12.counter-num {
    border-left: 1px solid #fff;
  }

  .col-xl-4.col-md-6.col-12.counter-num:nth-child(1){
    border: 0;
  }
  .col-xl-4.col-md-6.col-12.counter-num:nth-child(4){
    border: 0;
  }
  
  

 .breadcrumbs {
    padding: 162px 0;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 0px;
}
  
  
  .breadcrumbs-2{
      padding:20px 0;
          background: #e9ecef;
          margin-bottom:0px;
  }
  
 .breadcrumbs-2 ol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.breadcrumbs-2 ol li{
    list-style:none;
    margin-left:15px;
    text-align:center;
}
.ourstory p{
    font-size:14px;
}
  .section-title h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.ourstory p {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.about-page .section-title h2 {
    font-size: 29px;
}


.testimonials .section-title h2 {
    font-size: 30px;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px 10px 4px !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #545454;
    white-space: nowrap;
    transition: 0.3s;
}

/*==================Product Pgae=============*/
.product-page{
    padding-top:25px;
    background-color: #f1f1f1;
}
.product-page .card{
    border:0;
}
.card-product h2 a{
   font-size:18px; 
   color:#000;
   text-transform: uppercase;
}
.card-img{
    position:relative;
        transition: 0.5s all;
        overflow: hidden;
}
.card-img img{
    transition: 0.5s all;
}

.link-pro {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
      transition: 0.5s all;
          opacity: 0;
}
.link-pro a {
    background: #063b78;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.card-img:hover img{
   filter: brightness(0.8); 
}
.card-img:hover .link-pro{
   top: 50%;  
      opacity: 1;
}

/*.vige {*/
/*  height: 350px;*/
/*  overflow-y: hidden;*/
/*   overflow-X: auto;*/
/*}*/


.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #125bce;
    font-size: 26px;
}

.testimonials .testimonial-item {
    padding: 30px;
    min-height: 380px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 103px;
}


/*==================mega menu===================*/
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 18px 4px 4px !important;
}


.navbar .nav-btns{
    padding-top:45px !important;
}

.scrolled-offset{
    margin-top:140px !important;
}
#breadcrumbs{
    position:relative;
}
.breadcrumb-text{
margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
      text-align: center;
    text-transform: uppercase;
    width: 100%;

}
.breadcrumb-text h2{
    font-size:38px;
    font-weight:bold;
    color:white;
    text-shadow: 2px 2px 3px black;
}
.product-detail-text h2{
    font-weight:bold;
}
.product10_wrap .product_detail_title {
    color: #292929;
    font-size: 45px;
}
.product10_wrap .product_detail_desc {
    color: black;
    font-size: 18px;
}
.product10_value_content .value_title {
    color: #292929;
    font-size: 20px;
}
.product10_value_content .product10_value_table {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 30px 10px #f8f8f8;
    box-shadow: 5px 5px 30px 10px #f8f8f8;
        background: white;
}
.product10_value_content .table th {
    color: #292929;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #eaeaea;
    text-align: center;
    padding: 13px 5px;
}
.product10_value_content .table td {
    color: #292929;
    font-size: 14px;
    padding: 13px 5px;
    font-weight: 500;
}
.product10_quantity_btn_wrap {
    margin-top: 25px;
    position: relative;
    display:flex;
}
.quantity-field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px; 
  height: 55px;
  /*margin: 0 auto;    */
}

.quantity-field .value-button{ 
  border: 1px solid #ddd;
  margin: 0px;
  width: 70px;
  height: 100%;   
  padding: 0;
  background: #eee; 
  outline: none;
  cursor: pointer;
}

.quantity-field .value-button:hover {
  background: rgb(230, 230, 230);
}

.quantity-field .value-button:active{
  background: rgb(210, 210, 210);
}

.quantity-field .decrease-button {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.quantity-field .increase-button {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}
 
.quantity-field .number{
  display: inline-block;
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 100px;
  height: 100%;
  line-height: 55px;
  font-size: 11pt;
  box-sizing: border-box; 
  background: white;
  font-family: calibri;
}

.quantity-field .number::selection{
  background: none;
}


.custom_btn {
    color: #fff;
    background: #7cc000;
    letter-spacing: 2px;
    padding: 10px 20px 11px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom_btn:hover {
    color: #000 !important;
    background: #ffffff;
}
.custom_btn:before {
    content: "";
    background-color: #81c408;
    height: 3px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.custom_btn:after {
    content: "";
    background-color: #81c408;
    height: 3px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
}
.custom_btn:hover:before {
    width: 100%;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
}
.custom_btn:hover:after {
    width: 100%;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
}



.footer-contact h3{
   font-size: 25px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #000;
}
.footer-contact ul{
    padding:0;
    margin:0;
}
.footer-contact ul li {
    color: #000;
    list-style: none;
    margin-top: 17px;
    font-size: 16px;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.footer-other input {
    padding: 10px;
    margin-top: 14px;
    height: 43px;
}
.footer-other button {
    width: 100%;
    background-color: #063b78;
    color: #fff;
    text-transform: uppercase;
    height: 43px;
    margin-top: 10px;
    border: 0;
}

.whatsap {
  position: fixed;
  bottom: 15px;
    right: 34px;
  border-radius: 50px;
  background: #48c757;
  transition: 0.5s all;
    z-index: 999;
 
}
.whatsap:hover{
  transform: translateY(-10px);  
}
.whatsap a {
    display: block;
  height: 50px;
  width: 50px;
   text-align: center;
  line-height: 50px;
  border-radius: 50px;
  }
 
.whatsap a i{
    color:#fff;
    font-size:25px;
}
.card-body.card-view-more {
  background: #063b78;
  color: #fff;
  text-align: center;
}
.card-body.card-view-more a{
  color: #fff;
  font-size:17px;
}

/*==============Model Box=================*/

.model-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000bf;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.model-box-content {
     max-width: 50%;
    background: #eef7ee;
    padding: 28px;
    border-radius: 10px;
    position: relative;
    border: 5px #024e02 solid;
}

.model-box-content .form-control {
  padding: 9px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
}
.model-box-content .form-control::focus {
  padding: 11px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.model-box-content .btn.btn-primary {
  background: #125bce;
  border: 0;
  width: 50%;
  margin: auto;
  text-align: center;
  border-radius: 0;
  padding: 10px;
  font-size: 17px;
  letter-spacing: 1px;
}

.model-box-form h3 {
  color: #024e02;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.closed {
    position: absolute;
    right: 12px;
    top: 9px;
    height: 40px;
    width: 40px;
    background: #024e02;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0px 5px 10px #ff8989;
    transition: 0.5s all;
}
.closed:hover{
   box-shadow: 0px 0px 0px #ff8989;  
}



#topbar .container{
    width:80%;
}



/*Pree Loader*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
z-index: 9999999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.clients .swiper-slide img{
  filter: none;
  opacity: 1;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 8px 15px 0px 15px;
}
#hero .btn-get-started:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  border-color: #fff;
}


.breadcrumbs-2{
    display:none !important;
}


.arow-mobile{
    display:none;
      /*display: block;*/
    position: absolute;
    right: 13px;
    top:27px;
    height: 30px;
    width: 30px;
     background: white; 
    text-align: center;
}
.navbar a .arow-desk{
    display:block;
}
.model-box-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:#0000008f;
    z-index: 99999;
     display:none;
    justify-content: center;
    align-items: center;
}
.box-body-model {
    background: #fff;
    width: 650px;
    height: auto;
    padding: 25px;
    border-radius: 8px;
    position:relative;
    overflow:hidden;
}
.box-body-model:after{
    content: "";
    position:absolute;
    width:100%;
    height:3px;
    background: #063b78;
    top:0;
    left:0;
}
.box-body-model .form-control{
    padding:12px ;
    border-radius:0px;
}
.box-body-model .form-control:focus{
    box-shadow:none;
}
.box-body-model button{
    border: 0;
    background: #005424;
    color: #fff;
    margin-top: 25px;
    padding: 12px;
    width: 100%;
    
} 
.box-body-model h2{
    padding-bottom:15px;
    text-align:center;
    font-size:30px;
    font-weight:700;
}
.closedbtn {
    position: absolute;
    top: 2px;
    right: 0;
    background: #ff0505;
    color: #fff;
    width: 44px;
    height: 35px;
    border-radius: 50px 0 0 50px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    cursor: pointer;
    transform: rotate(-90deg) translateX(50px);
        transition: 0.5s all;
}
.box-body-model:hover .closedbtn{
    transform: rotate(-90deg) translateX(0);
}


.show-form{
  display:flex;   
}







/*=================Responsive   =================*/

@media screen and (max-width:990px) {
    .navbar a, .navbar a:focus {
    padding: 32px 18px 8px 21px !important;
}
    
    
.ourstory p {
    width: 100%;
    margin: auto;
}
}


@media screen and (max-width:1400px) {
    .navbar-mobile ul {

    height: auto;
}
    .navbar a, .navbar a:focus {
    padding: 32px 18px 8px 21px !important;
    }
 .about-card {
        padding: 32px 15px;
    min-height: 320px !important;
}   
#hero {
    height: 62vh;
}
#hero .carousel-item {
    height: 62vh;
}

}

@media screen and (max-width:1200px) {

.about {
    padding-top: 33px;
}
.about-card {
        padding: 32px 15px;
    min-height: auto !important;
}
.slider-about {
    width: 100%;
    height: 100%;
    float: right;
} 
#hero {
    height: 55vh;
}
#hero .carousel-item {
    height: 55vh;
}
.breadcrumbs {
    padding: 120px 0;
}

}


@media screen and (max-width:990px) {
.counter-text {
    height: auto;
}
.counter-num-bg {
    height:auto;
}
.logo-main-img {
    position: absolute;
    z-index: 99;
    width: 150px;
    max-height: 52px;
    background: #fff;
    right: 0;
    top: -60px;
}
.logo-main-img::after{
    display:none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 100px !important;
}
#header {
    height: 182px;
}
 #topbar{
        width:100% !important;
    }
    .navbar .nav-btns {
    padding-top: 20px !important;
}
#hero {
    height: 30vh;
}
#hero .carousel-item {
    height: 30vh;
}
/*#hero .carousel-item {*/
/*    height: 60vh;*/
/*        background-size: contain;*/
/*}*/
.model-box-content {
    max-width: 90%;
   
}
.breadcrumbs {
    padding: 100px 0;

}

.arow-mobile{
        display: block;
    position: absolute;
    right: 13px;
    top:27px;
    height: 30px;
    width: 30px;
     background: white; 
    text-align: center;
}



}

@media screen and (max-width:768px) {
.counter-num .purecounter {
    font-size: 50px;
}
#hero {
    height: 31vh;
}
#hero .carousel-item {
    height: 31vh;
}
#footer .copyright {
    text-align: center !important;
    padding-top: 20px;
}
.navbar .nav-btns {
    padding-top: 20px !important;
}
.model-box-content {
    max-width: 80%;
   
}
.breadcrumbs {
    padding: 96px 0;
    
}
.box-body-model {
    background: #fff;
    width: 650px;
    height: auto;
}
/*aks csss*/
.card-img {
    height: 225px !important;
    width: 100%;
}
    
}
@media(max-width:767px){
    .product10_quantity_btn_wrap {
    margin-top: 25px;
    position: relative;
    display:flex;
}
.quantity-field .value-button{
    width:40px;
}
.quantity-field .number{
    width:80px;
}
.custom_btn {
    padding: 13px 4px 16px !important;
    width: 152px;
}
#hero h2 {
    
    margin-bottom: 5px;
    font-size: 25px;
    
}
#hero .carousel-container{
    top:26px;
}
#hero .btn-get-started{
    padding: 7px 15px;
    margin: 2px;
}
.counts-sec {
    height: 100%;
    width: 92%;
    margin: 0 auto;
}
#topbar{
    position:inherit;
    
}
#topbar .container{
   width:100% !important;
}
#topbar .container .contact-info i a{
    font-size:12px;
}
.model-box-content {
    max-width: 98%;
   
}
#hero {
    height: 32vh;
}
#hero .carousel-item {
    height: 32vh;
}
#hero .carousel-inner .carousel-item {
    /*transition-property: opacity;*/
    background-position: 86%;
}
.breadcrumbs{
    padding: 60px 0;
}
.breadcrumb-text h2 {
    font-size: 26px;
}
.breadcrumbs-2 .container{
    width:100% !important;
}
.breadcrumbs-2 ol{
    padding:0px !important;
}
.breadcrumbs-2 ol li {
   
    margin-left: 7px;
   
}
.breadcrumbs-2 ol li a{
    font-size:14px;
}
.portfolio #portfolio-flters li {
   
    padding: 8px 14px 8px 14px;
    font-size: 12px;
}
.card-product h2 a {
    font-size: 8px;
   
}
.link-pro a {
   
    padding: 6px 0px;
   
    font-size: 8px;
    width: 58px;
    text-align: center;
}
.product-page .card-body .title{
    line-height:6px;
}
.product-page .card-body{
    height:42px;
}
.portfolio .portfolio-wrap .portfolio-info::before {
    
    width: 22px !important;
    height: 22px !important;
}
.portfolio .portfolio-wrap .portfolio-info::after {
    
    width: 22px !important;
    height: 22px !important;
}


/*aks css*/
.card-img {
    height: 150px !important;
    width: 100%;
}
}




@media screen and (max-width:425px) {

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 34px;
}
.book-img {
    width: 61px;
}
.navbar .nav-btns {
    padding-top: 20px !important;
}
/*aks css*/
.card-img {
    height: 100px !important;
    width: 100%;
}
}


.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 52px !important;
  right: 15px;
}
.mobile-nav-toggle.bi-x {
    color: black !important;
}

#topbar .social-links a {
    color: #000000 !important;
    line-height: 0;
}
#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: black !important ;
}
#topbar {
    background: #fff !important;
    border-bottom:1px solid #e7e7e7;
}

.counts .row{
    display:flex;
    align-items:center;
}


@media screen and (max-width:375px){
    #hero h2 {
    margin-bottom: 3px;
    font-size: 24px;
}
#hero .carousel-container {
    top: 36px;
}
}

/*aks css*/
.card-img {
    height: 306px;
    width:100%;
}
.card-img img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.product-page .card {
    height: 100%;
    widht:100%;
}


