body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}

.section-header {
	display: inline-block;
	margin-bottom: 23px;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.section-header h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1.2px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.section-header-1 {
	padding-bottom: 9px;
}
.section-header-1::before,
.section-header-1::after,
.section-header-1 > h3::before {
	background-color: #ffde17;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	margin: 0 auto;
}
.section-header-1::before {
	width: 60px;
}
.section-header-1::after {
	height: 2px;
	width: 2px;
	bottom: 1px;
}
.section-header-1 > h3::before {
	width: 100px;
	bottom: 3px;
}
.tawk-custom-color{
	padding: 200px;
}
.why-choose-section {
	padding-bottom: 110px;
	padding-top: 110px;
}

.why-choose-style-1 .why-choose-box,
.why-choose-style-1 .why-choose-box::before,
.why-choose-style-1 .why-choose-box > h3 {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.why-choose-style-1 .why-choose-box {
	border: 1px solid #131313;
	display: inline-block;
	width: 100%;
	padding: 0 30px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.why-choose-style-1 .why-choose-box::before {
	border: 1px solid #ffde17;
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}
.why-choose-style-1 .why-choose-box:hover {
	border-color: #ffde17;
}
.why-choose-style-1 .why-choose-box:hover::before {
	opacity: 1;
}
.why-choose-style-1 .why-choose-box > i {
	background-color: #ffde17;
	box-shadow: 0px 2px 0px 0px rgba(19, 19, 19, 1);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(19, 19, 19, 1);
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-top: -1px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	animation-duration: 0.5s;
}
.why-choose-style-1 .why-choose-box:hover > i {
	animation-name: slideInDown;
}
.why-choose-style-1 .why-choose-box > h3 {
	color: #131313;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	text-transform: uppercase;
}
.why-choose-style-1 .why-choose-box:hover > h3 {
	color: #ffffff;
}
.why-choose-style-1 .why-choose-box > p {
	color: #777777;
	letter-spacing: 0.56px;
	line-height: 1.85;
	margin-bottom: 0;
}

.why-choose-style-1 .why-choose-boxs,
.why-choose-style-1 .why-choose-boxs::before,
.why-choose-style-1 .why-choose-boxs > h3 {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.why-choose-style-1 .why-choose-boxs {
	border: 1px solid #131313;
	display: inline-block;
	width: 100%;
	padding: 0 30px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.why-choose-style-1 .why-choose-boxs::before {
	border: 1px solid #ffffff;
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}
.why-choose-style-1 .why-choose-boxs:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}
.why-choose-style-1 .why-choose-boxs:hover::before {
	opacity: 1;
}
.why-choose-style-1 .why-choose-boxs > i {
	background-color: #ffde17;
	box-shadow: 0px 2px 0px 0px rgba(19, 19, 19, 1);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(19, 19, 19, 1);
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-top: -1px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	animation-duration: 0.5s;
}
.why-choose-style-1 .why-choose-boxs:hover > i {
	animation-name: slideInDown;
}
.why-choose-style-1 .why-choose-boxs > h3 {
	color: #131313;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	text-transform: uppercase;
}
.why-choose-style-1 .why-choose-boxs:hover > h3 {
	color: #ffffff;
}
.why-choose-style-1 .why-choose-boxs > p {
	color: #777777;
	letter-spacing: 0.56px;
	line-height: 1.85;
	margin-bottom: 0;
}