
body {
	font-family: 'Poppins', sans-serif; /*font-family: 'Montserrat', sans-serif;*/	
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #45476f;
	line-height: 1.8;
}
p {
	margin-bottom: 1.25rem;
}
strong {
	font-weight: 700;
}
h1,h2,h3 {
	font-family: 'Oswald', sans-serif;
}
h2 {
	font-size: 48px;
	margin-bottom: 25px;
}

a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
}
a:focus, button:focus {
	outline: none !important;
}
.btn {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	box-shadow: 0px 4px 4.95px 0.05px rgba(0, 0, 0, 0.17);
    padding: 0.8rem 3rem;
    font-size: 18px;
    border-radius: 5rem;
        min-width: 200px;
}
.btn-primary {
    color: #fff;
    background-color: #07d765;
    border-color: #07d765;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #05c55c;
    border-color: #05c55c;
}
.btn-dark {
    color: #fff;
    background-color: #585858;
    border-color: #585858;
}
.btn-dark:hover, .btn-dark:focus {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

header {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
nav.navbar {
    padding: 22px 0;
}
a.nav-link {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color:#232a41  !important;
	margin-right: 40px;
}
a.nav-link:hover, a.nav-link.active {
    color: #07d765 !important;
}
.banner {
	padding: 120px 0;
	text-align: center;
	background-image:url("assets/images/banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner h2 {
	font-size: 75px;
	font-weight: 400;
	color: #dbf332;
	margin-bottom: 40px;
}
.banner h2 span {
	color: #FFF;
}
.banner h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	color: #FFF;
}
.innerbanner {
	padding: 100px 0;
	background-image:url("assets/images/inner-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about-section {
	padding: 100px 0;
	position: relative;
}
.about-section:before {
    position: absolute;
    width: 440px;
    height: 370px;
    background-color: #feffec;
    content: "";
    z-index: -1;
    top: 20px;
}
.subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	color: #5a5b5b;
}
.pdt-section, .products-section {
	padding: 80px 0;
	position: relative;
	
}
.pdt-section:before {
    position: absolute;
    width: 100%;
    height: 400px;
  background-color: #efffd2;
    content: "";
    z-index: -1;
    top: 20px;
}
.pdtpage-box {
	box-shadow: 0px 4px 4.95px 2.05px rgba(0, 0, 0, 0.17);
padding: 25px 30px 15px 30px;
	background-color: #FFF;
	margin-bottom: 30px;
}
.pdtpage-box h5 {
	font-size: 24px;
	font-weight: 700;
}
ul.list-common {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}
ul.list-common li {
	padding-left: 33px;
	margin-bottom: 10px;
	position: relative;
}
ul.list-common li:before {
	position: absolute;
    content: "";
    background-image: url(assets/images/list-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 24px;
    height: 24px;
    left: 0;
    top: 4px;
}
.pdt-btn-box .btn {
	margin: 5px;
}
.pdt-box {
	box-shadow: 0px 4px 4.95px 2.05px rgba(0, 0, 0, 0.17);
padding: 25px 30px 15px 30px;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 25px;
}
.pdt-section h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	color: #5a5b5b;	
}
.cta-sec {
	padding: 35px 0;
	background-color: #07d765;
	color: #FFF;
}
.cta-sec h3 {
	font-size: 39px;
}
.reasons-sec {
	padding: 80px 0;
}
.reason-box {
	padding: 50px 50px 0 50px;
	position: relative;
}
.steps {
    position: absolute;
    content: "";
    font-size: 130px;
    top: -90px;
    left: -7px;
    color: #e6f5f0;
    z-index: -1;
    font-family: 'Georgia', sans-serif;
}
.mt-200 {
	margin-top: 200px;
}
.mt-60 {
	margin-top: 60px;
}
.contact-sec {
	padding: 120px 0;
	background-image:url("assets/images/contact-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ececec;
}
.contact-sec h2 {
	margin-bottom: 10px;
}
.contact-section {
	padding: 80px 0;
}
.contact-sec .form-control, .contact-section .form-control {
    padding: 0.75rem 0.75rem;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
}

footer {
background-image:url("assets/images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.testimonial-sec {
	padding: 80px 0;
	text-align: center;
}
.testimonial-sec h5 {
	font-size: 18px;
	font-weight: normal;
}
.testimonial-sec h5 span {
	font-size: 30px;
	color: #07d765;
	font-family: 'Oswald', sans-serif;
}
.footer-middle {
		padding: 80px 0 0 0;
		margin-top: 340px;
		color: #FFF;
}
.footer-middle h6 {
	font-size: 24px;
    line-height: 42px;
    font-weight: 400;
}
.footer-middle h6 a {
	text-decoration: none;
	color: #07d765;
}
.social-media {
	text-align: center;
}
.social-media a {
    color: #FFF;
    font-size: 25px;
    margin: 5px;
}
.social-media a:hover {
    color: #07d765;
}
.footer-bottom {
	color: #FFF;
	padding: 50px 0;
	text-align: center;
}
.footer-bottom p {
	margin-bottom: 0;
}
.head-right {
   display: flex;
    justify-content: end;
}
.top-icon-sec {
padding-left: 80px;
 display: flex;
}
.icons-box {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}
.iso-sec {
	 display: flex;
	 align-items:center;
}
h3.trust-cust {
font-size: 34px;
font-weight: 300;

}
h3.trust-cust span {
font-weight: 500;
color: #08d766;
}
.right-side {

  text-align: left;
}
.right-side h3 {
font-size: 18px;
margin-bottom: 0px;
color: #99a0a8;
}
.right-side p {
font-size: 15px;
margin-bottom: 0px;
}
.grey-sec {
	padding: 80px 0;
	background-color: #F5F5F5;
}
/*.moretext {
  display: none;
}*/
/*.rdmore {display:none;}*/