body{
	font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #000;
}
.bg-white{
	background-color: #fff;
}
.fw-semi{
	font-weight: 500;
}
h1{
	font-size: 50px;
}

h2{
	font-size: 40px;
}
.subTitle{
	font-weight: 300;
	font-size: 20px;
	color:#000;
	position: relative;
	
}
.position-realative{
	
}
/*.subTitle:before{
	position: absolute;
	content: '';
	background-color: #E1DFDE;
	
	width: 125px;
	height: 2px;
}*/
.titleLine{
	
	background-color: #E1DFDE;
	
	width: 125px;
	height: 2px;
}
.socialMedia{
	width: 128px;
}
.mt-186{
	margin-top: 140px;
}
.section-first{
	background: url(../img/section-first.jpg);
	background-size: cover;	
	width: 100%;
	
}
.mt-20{
	margin-top: 20px;
}
.mt-16{
	margin-top: 16px;
}
.themeButton{
	background-color: #00A551;
	border-radius: 32px;
	font-size: 16px;
	padding: 12px 32px;
	display: inline-block;
}
.themeButton:hover{
	background-color: #15C169;
	border-radius: 32px;
}
.mt-40{
	margin-top: 40px;
}
a.themeButton{
	text-decoration: none;
	color: #fff !important;

}
.d-grid-c{
	display: grid;
}
.pt-120{
	padding-top: 180px;
}
.pt-80{
	padding-top: 80px;
}
.visonBox{
	box-shadow: -1px 31px 29px 0px rgba(0,0,0,0.12);
-webkit-box-shadow: -1px 31px 29px 0px rgba(0,0,0,0.12);
background-color: #fff;
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
}
.visonBox p{
	font-size: 24px;
	font-weight: 300;
	padding-top: 24px;
}
.section-second{
	background: url(../img/section-second.jpg);
	background-size: cover;	
	width: 100%;
}
.font-s-20{
	font-size: 20px;
}
.font-s-16{
	font-size: 15px;
}
.w45{
	width: 45px;
	margin-top: 5px;
	margin-right: 8px;
}
.aboutBox{
	background-color: transparent;
	border-radius: 25px;
	padding: 20px 20px;
}
.aboutBox:hover{
	background-color: #fff;
		box-shadow: -1px 31px 29px 0px rgba(0,0,0,0.12);
-webkit-box-shadow: -1px 31px 29px 0px rgba(0,0,0,0.12);

	
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

/*    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }*/

     .swiper-slide {
      overflow: hidden;
    }
	
.disabled_swiper_button {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none;
}
/*.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none;
}*/
.swiper-button-next, .swiper-button-prev {
    transition: opacity .5s;
}

.swiper-button-disabled {
     opacity: 0 !important;
}
.swiper-pagination{
	position: relative !important;
	top: 50px !important;
}
.customerBox{
	-webkit-box-shadow: 10px 10px 45px 0px rgba(0,0,0,0.1);

box-shadow: 10px 10px 45px 0px rgba(0,0,0,0.1);
background-color: #fff;
text-align: left;
padding: 50px 20px;

}
.font-s-18{
	font-size: 18px;
}
.lineTop{
		background-color: #E1DFDE;
	
	width: 120px;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 40px;

}
.swiper-pagination-bullet-active{
	background-color:#056B37 !important ;
	 transform: scale(1.5);
}

	
.section-third{
	background: url(../img/section-first.jpg);
	background-size: cover;	
	width: 100%;

}
.footerLink{}
.footerLink ul{
	margin: 0px;
	padding: 0px;
}
.footerLink li{}
.white-font{
	color: #fff;
}
.greenBg{
	background-color: #00A551;
	border-radius: 12px;
	padding-top: 40px;
	padding-bottom: 40px;

}
.logoPart{
	margin-top: 20px;
	margin-bottom: 20px;
}
.footerLoink a{
	color: #00A551;
}
@media (max-width:990px) {
.logoPart{
	flex-wrap: wrap !important;
}
}

@media only screen and (max-width:420px) {
	.d-block-savor{
		display: block !important;
	}

	.mobileStore-link {
		width: 160px !important;
	}
	
}
