
:root{
    --main-bg:#fff;
    --main-color:#28A450;
    --main-text:#253C4A;
    --sec-text: #6C6C6E;#si-header::after
    --sub-text: #C8C8C8;
}
/*============= Start General Style ===========*/
*{
    box-sizing: border-box;
}
body{
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    color: #000;
    
  
}

p{
    color: #969696;
}
h1,h2,h3,h4,h5,h6{
    
    color:#253C4A;
}
.overflow-hidden{
    overflow: hidden;
}
.container{
    position: relative;  
    height: 100%;
   
}
.row{
  height: 100%;
}
.section{
    position: relative;
    margin-bottom: 150px ;
}
ul{
    list-style-type:none;
}
.title {
    margin-top: 50px;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 40px;
    
    color:#253C4A;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, 0.2));
}
.title  span{
    line-height: 0.9rem;
    color: #575556;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
}
.underline{
    width: 100px;
    height: 3px;
   
    background-color: #28A450;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
}
.m-bottom{
    margin-bottom: 50px;
}
.color-navy{
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #253C4A;
}
/*============= End General Style ===========*/

/*============= start header Style ===========*/

#nav {
    overflow-x: hidden;
    width: 100%;
  
    
}
#nav .navbar{
    /* background: rgba(0, 0, 0, .8); */
    /* overflow: hidden; */
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
}
#nav .navNew{
    background: rgb(255, 255, 255);
    webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));

 
}
  

#nav .navbar .navbar-brand img{
    padding: 5px;
    height: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    
}
#nav .navNew .navbar-brand img{
    padding: 0px;
    height:55px !important;
}
#nav .navbar .navbar-collapse{
    height: 100px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#nav .navNew .navbar-collapse{
    height: 70px;
}
#nav .show{
    height: 100% !important;
    background: rgb(245, 247, 252);
    border-radius: 10px;
    transition: all .3s;
    width: 90vw;

   
  }
  
#nav ul{
    height: 100%;
}
#nav ul li{
    height: 100%;
    position: relative;
    margin: 0 3px;
}
.show ul li{
    height: 30px;
   
}
/* #nav ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#nav .navNew ul li a::before{
    background: rgba(255, 255, 255, 0.3);
} */

#nav ul li:hover a,
#nav ul li a.active{
  background: #fff;
  color: #3C415E;
  
}  
#nav ul li a{
    padding: 0px 10px ;
    line-height: 30px;
    margin: 30px auto;
    color: #ffffff;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   
}
.show ul li a{
    height: 40px;
    color: #636464 !important;
    line-height: 35px !important;
  }

  #nav .navNew ul li:hover a,
  #nav .navNew ul li a.active{
    background: #28A450;
    color: #fff;
  }  
#nav .navNew ul li a{
    color: #3C415E;
    line-height: 20px ;
    padding: 5px;
    margin-top: 20px;
    
}
.navNew .show ul li a{
    height: 40px;
    color: #636464 !important;
    line-height: 35px !important;
}


#nav ul{
    height: 100%;
}
#nav ul li{
    height: auto;
    position: relative;
    margin: 0 3px;
    padding: 8px 5px;
}
#nav ul li a{
    font-size: 16px;
    font-weight: 600;
    transition: .3s all;
    /* padding: 15px 5px; */
}
/* #nav ul li a.nav-link::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    background: transparent;
   border-bottom: #fff solid 5px;
   transition: .3s all;
} */


#nav ul li:hover a.nav-link::after{
    width: 100%;
}
#nav ul li.active a.nav-link {
    z-index: 7;
    color: #fff !important;
}
#nav ul li.active a.nav-link::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000 ;
    border: #7B7B7B solid 3px;
    transition: .3s all;
}

#nav ul li .dropdown {
    position: absolute;
    height: auto;
    display: none;
    top: 70px;
    left: 5px;
    min-width: 200px;
    width: max-content;
    text-align: left;
    transition: all 0.3s ease-in;
    padding: 0;   opacity: 1;
    background: #fff;
    z-index: 9;
     border-radius: 5px;
    padding: 10px;
    webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
}
#nav ul li .dropdown2 {
    position: absolute;
    height: auto;
    display: none;
    /* top: -90px ; */
    left: 100% !important;
    min-width: 200px;
    text-align: left;
    transition: all 0.3s ease-in;
    padding: 0;   
    opacity: 1;
    background: #fff;
    z-index: 9;
     
    padding: 10px;
    webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
}

#nav ul li:hover > .dropdown {
    display: block;
    top: 70px;
    left: 5px;
}
#nav ul li:hover .dropdown .sub-link {
    height: 40px;
    background: transparent;
    width: 100%;
}
#nav ul li:hover .dropdown .sub-link a{
    color: #3C415E;
     
    padding: 5px ;
    width: 100%;
    background: transparent;
   }
   #nav ul li:hover .dropdown .sub-link a i{
       margin-left: 15px; 
   }
   #nav ul li:hover .dropdown .sub-link:hover > a{
       text-decoration: none;
    color: #fff;
    background: #28A450;
    border-radius: 5px;
   
   }
/*============= Start home Style ===========*/
#home{
    position: relative;
    overflow: hidden;
    /*height: 95vh;*/
    margin-top:70px;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-size: contain !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container::after{
      /*content: "";*/
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.5;
      z-index: 2;
      background: #093028;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #237A57, #093028);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      
  }
 
.swiper-button-next,
.swiper-button-prev
{
    width: 40px;
    background: transparent;
}
.swiper-button-next i,
.swiper-button-prev i{
   color: #fff;
}
#home .slider-txt{
    position: absolute;
    top:-40px;
    left: 0;
    right:0;
    height: 100%;
    margin:0 100px;
    /* width: 100%; */
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    
}
#home .slider-txt .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
#home .slider-txt h1{
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff;
    -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
}
#home .slider-txt p{
    color: #fff;
    font-size: 20px;
    padding: 0px 0px;
}
.snip1287 {
    

    border: none;
    background-color: #28A450;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 0px 40px;
    display: inline-block;
    margin: 15px 40px;
    text-transform: uppercase;
    line-height: 2.7em;
    font-weight: 600;
    font-size: 1em;
    outline: none;
    position: relative;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .snip1287:after {
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .snip1287:hover{
      text-decoration: none;
      color: #fff;
  }
  .snip1287:hover:after,
  .snip1287.hover:after {
    height: 100%;
  }
  .snip1287.item-space{
      display: block;
      margin: 0;
      margin-right:0;
      margin-left: auto;
      padding: 0 20px;
      right:0;
      width: 65%;
      text-decoration: none;
      text-align: center;
      }
.snip1287.item-space:hover{
    color: #fff !important;
}


.lastest-pros {
    color: #fff;
    list-style: square;
   
}
/*============= end home Style ===========*/


#banal{
    position: relative;
    height: fit-content;
    margin-bottom: 250px;
}
@media only screen and (max-width: 768px) {
    #banal{
       
        margin-bottom: 900px;
    }
    #banal .top-data .box:nth-child(2){
        transform:  scale(1) !important;
        
    }
  }
#banal .top-data{
   
    position: absolute;
    width: 100%;
    top: -80px;
    z-index: 4;
   
}
#banal .top-data .box{
    margin-bottom: 100px;
    position: relative;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #28A450;
    webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    padding: 0 30px;
  
}
#banal .top-data .box:nth-child(2){
    transform:  scale(1.2);
    z-index: 2
}

#banal .top-data .box .circle{
    position: absolute;
    height: 100px;
    width: 100px;
    top: -50px;
    align-self: center;
    background: #fff;
    border-radius: 50%;
    color: #fff !important;
}
#banal .top-data .box .circle i{
    color: #28A450;
    height: 100%;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}
#banal .top-data .box h1{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: capitalize;
}
#banal .top-data .box p{
 font-size: 15px;
    color: #fff;
}





/*============= start about Style ===========*/
#about{
    position: relative;

}
#banal .top-data{
   
    position: absolute;
    width: 100%;
    top: -80px;
    z-index: 4;
   
}
#banal .top-data .box{
    margin-bottom: 100px;
    position: relative;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #28A450;
    webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.2));
    padding: 0 30px;
  
}
#banal .top-data .box:nth-child(2){
    transform:  scale(1.2);
    z-index: 2
}

#banal .top-data .box .circle{
    position: absolute;
    height: 100px;
    width: 100px;
    top: -50px;
    align-self: center;
    background: #fff;
    border-radius: 50%;
    color: #fff !important;
}
#banal .top-data .box .circle i{
    color: #28A450;
    height: 100%;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}
#banal .top-data .box h1{
    color: #fff;
    text-transform: capitalize;
}
#banal .top-data .box p{
 
    color: #fff;
}
#about .about h5{
    font-size: 1.15rem;
}
#about .snip1287{
    margin-left:0; 
}
#about .mission .row{
    height: fit-content;

}
#about .mission .token{
position: relative;
margin-top: 50px;
display: flex;
flex-direction: row;
}

#about .mission .token .icon{
    width: 90px;
    min-width: 90px;
    height: 90px;
    border: 1px solid #f0f0f0;
    padding-bottom: 0;
    display: inline-block;
 
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    margin-right: 20px;
}
#about .mission .token .icon img,
#about .mission .token .icon i{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  color: #28A450;
  
}
#about .mission .token .desc{
    display: flex;
    flex-direction: column;
}
#about .mission .token h4{
    font-weight: 700;
    line-height: 40px;
    font-size: 18px;
}
#about .mission .token p{
    font-size: 14px;
}
/*============= end about Style ===========*/

/*============= start products Style ===========*/
#products{
  
    position: relative;
    background: url(../img/2.jpg) center bottom;
    background-size: cover;
    margin: 50px 0;
}
#products .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #253C4A;
    opacity: .4;
}
#products .products{
    z-index: 2;
    
      padding-top: 50px;
      padding-bottom:250px; 
}
#products .products h2 , #products .products h5{
    color: #fff;
}
#products .products p{
    color: #d6d6d6;
    
}
#products .products .snip1287 {
    margin-left: 0;
}
#products .products-container{
    overflow: hidden;
    height: 100%;
    width: 100%;
  
}

#products .swiper-slide img{
    max-width: 100%;
    padding-right: 50px;
}
/*============= end products Style ===========*/

/*============= strat news Style ===========*/
#news{
    position: relative;
}
.snip1518 {
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  
  .snip1518 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .snip1518 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
  }
  
  .snip1518 figcaption {
    padding: 10%;
    padding-bottom: calc(25%);
   
  }
  
  .snip1518 h3 {
    color: #969696;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0;
  }
  
  .snip1518 h5 {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    color: #3C415E;
    letter-spacing: 1px;
  }
  
  .snip1518 footer {
    border-top: 1px solid rgba(0, 0, 0, 0.065);
    padding: 0 20px;
    font-size: 13px;
    line-height: 50px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  .snip1518 footer .icons {
    position: absolute;
    right: 20px;
    top: 0;
  }
  
  .snip1518 footer .icons > div {
    display: inline-block;
    margin-left: 8px;
  }
  
  .snip1518 footer .icons i {
    display: inline-block;
    margin-right: 5px;
    font-size: 1em;
  }
  
  .snip1518 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  #news .snip1287{

    margin: 40px auto;
  }
  /*============= end news Style ===========*/

/*============= start partners Style ===========*/
#partners{
    margin-top: 50px;
    position: relative;
    background: #28A450 ;
}
#banner{
  
    position: relative;
    background: #28A450 ;
    
}
#partners .partners{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
#partners .partners img{
    max-height:32px ;
   width: auto;
  margin: 5px 0;
    padding: 0 8px;
    opacity: .5;
}
#partners .partners img:hover{
    height:32px ;
   
    margin: 5px 0;
    padding: 0 8px;
    opacity: 1;
    transition: all .3s;
}
/*============= end partners Style ===========*/

/*============= start footer Style ===========*/
#footer{
    position: relative;
    background: #1E2F37 ;
    padding-top:50px ; 
    color: #fff;
}
#footer img{
    max-width: 80%;
    margin-bottom: 20px;

}
#footer label{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px
   
    
  }
#footer i{
    width: 25px;
    color: #28A450;
    margin-right: 8px; 
}

#footer .menu{
    height: 100%;
}
#footer .menu ul{  
    width: 100%;
    display: flex;
    flex-direction: column ;
    justify-content: space-around;
    flex-wrap: wrap;
   
}

#footer .menu ul li a{
    color: #ffffff;
    text-decoration: none;
   
    text-transform: uppercase;
    font-weight: 500;
    
}
#footer ul li{
    margin-bottom: 20px;
   
    -webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

#footer .menu ul li:hover{
    transform: translateX(5px);
    -webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
#footer .copyrights{
    padding: 10px 0;
    background: #192A32;
   
}
#footer .copyrights .social{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content:flex-start;

}
#footer .copyrights .social li{
    padding:  0;
    margin: 0;
    margin-right: 20px;
  
}
#footer .copyrights .social li i{
    color: #969696;
}
#footer .copyrights .social li:hover i{
    color: #fff;
    -webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
#footer .copyrights .rights{
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}
#footer .copyrights .rights a{
   color: #969696;
   text-decoration: none;
}
#footer .copyrights .rights a:hover{
    color: #fff;
  
 }
@media only screen and (max-width: 991px) {
    #footer .copyrights .social{
       
        justify-content: center;
    
    } 
    #footer .copyrights .rights{
        justify-content: center;
        margin: 10px auto;
    }
}
/* ============================================ */
/*=============single pages Style ===========*/
/* ============================================ */
/*============= genral single Style ===========*/
#si-header{
    width: 100%;
    position: relative;
    height: 335px;
    overflow: hidden;
    background-size: cover !important;
 margin-top:50px;
}
#si-header::after{
    /*content: "";*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 2;
    background: #093028;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #237A57, #093028);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}
.banner-cont {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.banner-title {
    text-transform: uppercase;
    color: #fff;
    height: 100%;
    display: none;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 90px;
    font-size: 50px;
    font-weight: 800;
    font-style: normal;
    z-index: 3;
}
#banner{
    margin-bottom: 50px
}

/*============= start single Style ===========*/


/*============= start products Style ===========*/

#category{
    position: relative;
}
.cat-container{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
.cat{
    padding: 15px;
    width: 150px !important;
    height: 200px;
    background: #28A450 ;
    border-radius: 5px;
   
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-filter: drop-shadow( 3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 3px 3px 5px rgba(0, 0, 0, 0.2));
}
.cat img{
    max-width: 100%;
    max-height: 50%;
}
.cat p{
    color: #fff;
    transition: all .3s ease-in-out;
}

#items .row{
    transition: all .3s ease-in-out;
}
.mixitup-control-active,.cat:hover{
 /* border: #fff 5px solid; */
 transform: scale(1.1);
 transition: all .3s ease-in-out;
}
.mixitup-control-active p ,.cat:hover p{
   text-decoration: underline;
   transition: all .3s ease-in-out;
   }
.snip1583 {
   
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    color: #111;
    line-height: 1.2em;
    text-align: left;
    -webkit-filter: drop-shadow( 3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 3px 3px 5px rgba(0, 0, 0, 0.2));
  }
  
  .snip1583 *,
  .snip1583 *:before,
  .snip1583 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1583 .item-img{
      background-size: contain !important;
      height: 200px;
  }
  .snip1583 img {
    max-width: 100%;
    vertical-align: top;
  }
  
  .snip1583 figcaption {
    padding: 10px;
  }
  
  .snip1583 h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 10px 0;
    color: #253C4A;
    height: 52px;
  }
  
  .snip1583 .price {
    margin: 8px 0;
    font-weight: 700;
    color: #4da3e2;
    font-size: 1.5rem;
  }
  
  .snip1583 .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .snip1583 .icons a {
    margin: 2px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  
  .snip1583 .icons a i {
    display: block;
    font-size: 23.52941176px;
    line-height: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
  }
  
  .snip1583 .icons a i:hover {
    background-color: #4da3e2;
    color: #ffffff;
    cursor: pointer;
  }
  
  .snip1583:hover a,
  .snip1583.hover a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .snip1583:hover a:nth-child(2),
  .snip1583.hover a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .snip1583:hover a:nth-child(3),
  .snip1583.hover a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .send form > * {
    margin-bottom: 10px;
}
.send .snip1287{
  margin:30px 0;  
}

/*============= end about page Style ===========*/

.snip1577 {
  /*font-family: 'Montserrat', Arial, sans-serif;*/
  position: relative;
  display: inline-flex;
  overflow: hidden;
  margin: 0px;
  /*min-width: 270px;*/
  /*max-with: 315px;*/
  width: 100%;
  height:100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000;
  flex:1;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  width:100%;
  height:100%;
  object-fit:cover;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  /*content: '';*/
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 900;
  opacity: 0;
  color:#fff;
  
}
.p-0{
    padding: 0; 
}
.snip1577 h3::after{
    content:"";
    width: 100px;
    height: 3px;
    background-color: #28A450;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.snip1577 h3{
    margin-bottom:50px;
}
.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}
.txt-box{
    background: #ffffffc7;
    padding: 19px;
    width: 45%;
}
.txt-box h1,.txt-box p{
    color:#253C4A !important;
    
}
.accordion-button:not(.collapsed){
    background: #9ff9bc4d;
    color:#253C4A;
}