
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
	scroll-behavior: smooth;
}
  
body{
	margin:0px ;
 	padding:0px;
 	background:#fff !important;
	font-family: 'Rubik', sans-serif !important;
}

div,h1,h2,h3,h4,h5,h6,p,img,a,ul,li{
  margin:0px ;
  padding:0px;
}

.grid{
	margin:0px auto;
  	padding:0px 15px;
	width: 1024px;
}


/*font-family: 'Poppins', sans-serif;
font-family: 'Cabin', sans-serif;*/
/*needed*/
a{
  text-decoration:none !important;
  -webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
}
a:hover{
  text-decoration:none !important;
}
ul{
  list-style-type:none;
}
.clear{
  clear:both;
}
/*needed*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/****** why-banner *****/

.why-banner{
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 130px 0px;
	background: url(../images/why-banner.png) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	position: relative;
}
	
.why-banner-text{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.why-banner-text h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 70px;
	color: #fff;
	text-shadow: 0px 3px 9px rgba(0,0,0,.85);
}
.why-banner-text p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.85);
}


/****** why *********/

.why{
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 130px 0px;
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.why-row {
	margin: 0px auto 100px auto;
	padding: 0px 0px 0px 0px;
	width: 640px;
}
.why-row h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 16px;
	color: #42a935;
	text-align: center;
}
.why-row h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 34px;
	color: #282828;
	text-align: center;
}

.why-flex{
	margin: 0px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.why-flex2{
	margin: 0px 0px 0px 0px;
}	
.why-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 48%;
	position: relative;
}
img.whypic{
	width: 100%;
}
.why-left::after {
	content: '';
	position: absolute;
	top: 20%;
	left: -22px;
	background: #42a935;
	width: 22px;
	height: 60%;
}
.why-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 44%;
}
.why-text{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.why-text h4 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 600;
	font-size: 28px;
	color: #2b3e4b;
}
.why-text p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 16px;
	color: #2b3e4b;
	line-height: 27px;
}

.why-right2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 48%;
	position: relative;
}

.why-right2::after {
	content: '';
	position: absolute;
	top: 20%;
	right: -22px;
	background: #42a935;
	width: 22px;
	height: 60%;
}
.why-left2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 44%;
}


/******* responsive ****/
@media (max-width :767px) and (min-device-width :280px){
.why {
	padding: 60px 0px 40px 0px;
} 
.why-row {
	margin: 0px auto 40px auto;
	width: 100%;
}
.why-row h2 {
	font-size: 24px;
}
.why-flex {
	margin: 0px 0px 30px 0px;
}	

.why-text h4 {
	margin: 0px 0px 15px 0px;
	font-size: 18px;
}	
.why-text p {
	font-size: 14px;
	line-height: 25px;
}

}