@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
html body {
    font-family: 'Poppins', sans-serif;
	height: 100vh;
	font-size: 24px;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 3rem;
}
.home-h1 {
	font-size: 2.2rem;
}
li {
	list-style-type: none;
}
ul {
	padding: 0;
}
.btn {
	border-radius: 10px;
	min-height: 46px;
	border: none;
}
.btn-primary {
	background: #FFC93C; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFC93C  0%, #F19D62  100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #FFC93C 0%,#F19D62  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #FFC93C 0%,#F19D62  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC93C', endColorstr='#F19D62',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
    color: #fff ;
    padding: 8px 25px;
	text-decoration: none;
	font-size: 24px ;
	font-weight: 500;
	box-shadow: 0px 3px 12px #00000029;
	text-align: center;
}
.btn-primary:focus {
	outline: none;
}
.btn-white {
	background: #fff;
	color: #02774b;
	border-radius: 20px;
    padding: 8px 25px;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	box-shadow: 0px 3px 12px #00000029;
}
.btn-white:hover {
	color: #02774b;
}
.radius-20 {
	border-radius: 20px;
}
.font-14 {
	font-size: 14px;
}
.font-700 {
	font-weight: 700;
}
.font-600 {
	font-weight: 600 !important;
}
.font-500 {
	font-weight: 500;
}
.font-400 {
	font-weight: 400;
}
.bg-primary {
	background-color: #02774b !important;
}
.bg-secondary {
	background-color: #FF9855 !important;
}
.primary-color {
	color: #02774b;
}
.text-lt-grey {
	color: #b4b4b4;
}
.text-orange {
	color: #FF9855;
}
.text-yellow {
	color: #FDD596;
}
.secondary-color {
	color: #999999;
}
a:hover {
    text-decoration: none;
}

header {
	border-radius: 0px 0px 20px 20px;
	z-index: 9;
	position: relative;
	background: #fff;
}
.nav-icon {
	background-color: #C3CCCF;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 40px;
    height: 40px;
}

.navbar .navbar-nav .nav-link {
	color: #FF9855;
	text-transform: uppercase;
	font-size: 18px;
	padding: 8px 25px !important;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
	color: #FF9855;
	text-transform: uppercase;
	background: #FFC93C; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFC93C  0%, #F19D62  100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #FFC93C 0%,#F19D62  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #FFC93C 0%,#F19D62  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC93C', endColorstr='#F19D62',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
    color: #fff !important;
	text-decoration: none;
	box-shadow: 0px 3px 12px #00000029;
	
}

.form-control, .form-control:focus {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 0px;
	min-height: 46px;
	width: 90%;
	background: transparent;
	color: #fff;
	padding: 0;
}


.form-control::placeholder {	
	color: #fff;
}

.form-group {
	margin-bottom: 24px;
}
form .btn {
	width: 90%;
}
section {
	padding: 50px 0;
}
.home-banner {
	background-color: #ff9855;
	padding: 100px 0 0px 0;
	margin-top: -20px;
}
.home-banner-mid img {
	margin-left: -40px;
	margin-bottom: 15px;
}
.home-banner .form-control {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.home-banner .form-control::placeholder { 
	color: #B4B4B4;
}
.home-banner-lt {
	padding-bottom: 66px;
}
.home-banner-rt .btn-primary {
	font-size: 24px;
}
.home-sec-two .img-btn-outer img {
	/*max-width: 220px;*/
}
.home-sec-two .btn-primary {
	margin-bottom: 18%;
}
.home-sec-two .card {
	overflow: hidden;
}
.home-sec-two .top-content h4{
	min-height: 160px;
}
.img-btn-outer2 img {
	margin-bottom: -25px;
}
.home-sec-four {
	padding-top: 0;
}
.home-sec-four img{
	margin-top: -70px;
}
.home-sec-two {
	background: #fff;
    border-radius: 20px 20px 0 0;
    margin-top: -15px;
}
.home-sec-three, .home-sec-six {
	background-color: #ff9855;
	border-radius: 40px 40px 0 0px;
	padding: 80px 0;
}
.home-sec-six {
	background-color: #ff9855;
    border-radius: 40px 40px 0 0px;
    padding: 50px 0 80px 0;
    margin-bottom: -50px;
}
.home-sec-five .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/accordian-plus.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
	left: 0;
    position: absolute;
}
.home-sec-five .accordion-button:not(.collapsed)::after {
	background-image: url(../images/accordian-minus.svg);
	left: 0;
    position: absolute;
}
.home-sec-five .accordion-button:focus, .accordion-button:not(.collapsed) {
    color: #B4B4B4;
    background-color: transparent;
    box-shadow: none;
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow: none;
	border: none;
}
.home-sec-five .accordion-body {
    padding: 0rem 1.25rem 1rem 35px;
	color: #B4B4B4;
	font-size: 18px;
}
.home-sec-five .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) ;
}
.accordion-button {
	font-size: 24px;
	padding-left: 35px;
	color: #B4B4B4;
}
.home-sec-three p {
	font-size: 20px;
}

.home-sec-two .card{
	border-radius: 20px;
}
.home-sec-three .col-one {
	width: 31%;
	min-width: 300px;
}
.home-sec-three .mob-scroll-outer {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		display: inline-block;
}
.home-sec-three .mob-scroll {
	width: 900px;
	margin: auto;	
}

footer {
	background-color: #02774b;
	border-radius: 40px 40px 0 0px;
	padding: 20px 0;
}

.home-sec-six input,.home-sec-six a {
	font-size: 24px;
}
.header-logo path{
	fill: #02774B;
}
.footer-logo path{
	fill: #ffc93c;
}
.home-sec-two .card .top-content{
	text-align: center;
}
.home-banner::after { 
	display: none;
}
.mob-hide {
	display: flex !important;
}
.web-hide {
	display: none !important;
}
.navbar-light .navbar-toggler-icon {
	background-image: url(../images/menu-icon.png);
}
.close-icon {
	background-image: url(../images/close.png) !important;
}
.mob-nav .navbar-toggler{
	position: absolute;
    left: 0px;
    top: 30px;
}
.mob-nav .footer-logo {
	margin: auto;
}
.mob-nav {
	display: none !important;
}
.slider {
	width: 100%;
	margin: 20px auto;
}
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: #fff;
}
.foot-fixed {
	display: none;
}

.inner1-sec1 {
	overflow: hidden;
}
.inner1-sec1 .area-img{
	margin-bottom: -120px;
}
.fill-yellow {
	fill:#ffc93c !important;
}
.fill-white {
	fill:#fff !important;
}
.inner1-sec1 .area-img .img1 {
	position: absolute;
    bottom: 500px;
    right: 0;
}
.inner1-sec4 {
	padding: 100px 0 0 0;
}
.inner1-sec5 {
	padding: 100px 0;
}

.inner2-sec1 ul li{
	background: url(../images/list-icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	padding-left: 50px;
	background-size: 30px;
	font-size: 32px;
	background-position: 10px;
	color: #B4B4B4;
}
.inner2-sec1 img {
	max-width: 100%;
	/*margin-left: -100px;*/
}
.numeric-listing li label{
	font-size: 100px;
}
.numeric-listing li {
	width: 25%;
	display: flex;
}
.numeric-listing li span{
	margin-top: 60px;
}
.inner3-sec1 input,.inner3-sec1 input:focus {
	border-bottom: 1px solid #B4B4B4;
	font-size: 24px;
	color: #333;
	font-weight: 400;
}
.inner3-sec1 {
	padding: 100px 0;
}
.inner3-sec1 input::placeholder {
	color: #B4B4B4;
}
.inner-header {
	box-shadow: 0px 3px 12px #00000029;
}
.close-popup, .close-popup:focus {
	border: none;
	background: none;
	box-shadow: none;
	outline: 0;
}
.modal-body h1{
	max-width: 55%;
}
#wrapper {
	min-height: calc(100% - 145px);
}
.home-sec-two .img-btn-outer .first-img {
	/* transform: rotate(9deg); */
	/*max-width: 250px;*/
}
.inner1-sec2-mob {
	display: none !important;
}
.inner1-sec3 img {
	transform: rotate(346deg);
}
.inner1-sec3 img, .inner1-sec1 img {
	width: 500px;
}
.web-alignment {
	display: block;
}
.home-sec-three {
    margin-bottom: -30px;
}
.inner1-sec5 .text-orange{
	font-size: 30px;
}

/** Responsive Starts **/
@media screen and (max-width: 1024px) {
	.inner2-sec1 img {
		margin-left: -20px;
	}
	.modal-body h1 {
		max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.navbar {
		justify-content: flex-end;
	}
	  .home-banner {
		  padding: 50px 0;
	  }
	  .home-sec-two .img-btn-outer {
		  justify-content: center;
	  }
	  .navbar .container-fluid{
		  justify-content: flex-end;
	  }
	  .navbar-nav {
		  background: #02774b;
			padding: 20px;
			position: absolute;
			right: 0;
			border-radius: 10px;
	  }
	  .navbar-nav .nav-item {
		  margin-bottom: 15px;
	  }
	  .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus {
		  border: none;
		  box-shadow: none;
	  }
	  .home-sec-two .top-content h4 {
		min-height: auto;
		margin-bottom: 20px;
	}
	.home-sec-two .btn-primary {
		margin-bottom: 5%;
	}
	.home-sec-four {
		padding-top: 50px;
	}
	.home-sec-four h4{
		font-size: 16px;
	}
	.home-sec-four h1{
		font-size: 35px;
		margin-bottom: 20px !important;
	}
	.btn-primary {
		font-size: 16px;
	}
 	h1{
		font-size: 38px;
	}
	.home-sec-six input, .home-sec-six a {
	font-size: 20px;
}


	
}
@media screen and (max-width: 767px) {
	html body{
		font-size:18px;
	}
	.inner1-sec3 img {
		transform: rotate(0deg);
	}
	.web-alignment {
		display: none;
	}
	 .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus {
		  border: none;
		  box-shadow: none;
	  }
	
   .mob-center {
	   text-align: center;
   }
   .header-logo {
	   margin: auto;
   }
   .navbar {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
   }
   .home-banner-mid {
		height: 100%;
		display: flex;
		align-items: flex-end;
   }
   .home-banner-mid img {
	margin-left: -10px;
	margin-bottom: -50px;
	}
	.home-sec-two .top-content {
		min-height: 170px;
	}
	.home-sec-three, .home-sec-six {
		padding: 40px 0 80px 0;
	}
	.home-sec-two .img-btn-outer {
		flex-direction: row-reverse;
	}
	.home-sec-two .card .top-content{
		width: 100%;
	}
	.home-sec-two .card .img-btn-outer {
		width: 100%;
	}

	h2, .h2 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.1rem;
	}
	h1 {
	font-size: 2rem;
	}
	.home-banner-mid img {
		max-width: 232px;
    	margin-left: -92px;
	}
	.home-banner {
		position: relative;
	}
	.home-banner::after {
		width: 100%;
		background-color: #fff;
		width: 100%;
		height: 400px;
		position: absolute;
		bottom: -8px;
		left: 0;
		content: '';
		display: block;
		z-index: 1;
		border-radius: 20px 20px 0 0;
	}
	.home-banner .card {
		z-index: 2;
		border: none;
	}
	.home-banner-rt {
		margin-top: 40px;
	}
	.home-sec-two {
		z-index: 2;
		position: relative;
	}
	.home-sec-two .card {
		padding-bottom: 0px !important;
	}
	
	.home-sec-two .img-btn-outer img{ 
		max-width: 100%;
	}
	.mob-hide {
		display: none !important;
	}
	.web-hide {
		display: block !important;
	}
	.home-sec-four img {
		max-width: 250px;
	}
	.home-sec-four h4 span {
		display: block;
	}
	.home-sec-four .area-img {
		position: absolute;
		right: 0px;
		top: 0;
		overflow-x: clip;
	}
	.home-sec-three, .home-sec-six {
		border-radius: 0;
	}
	.home-sec-six h1 {
		font-size: 1.2rem;
	}
	.home-sec-six input, .home-sec-six a {
		font-size: 15px;
	}
	.footer-logo {
		align-self: flex-start;
		display: flex;
		max-width: 140px;
	}
	.navbar .container-fluid{
		padding: 0;
	}
	.navbar-toggler {
		border: none;
	}
	.header-logo {
		max-width: 140px;
	}
	.navbar-collapse {
		background: #02774b;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		padding: 0px;

	}

	.navbar-collapse .navbar-nav {
		border-radius: 0;
	}


	.navbar .navbar-nav .nav-link {
		color: #fff;
		margin-top: 20px;
		font-size: 22px;
	}
	.navbar .navbar-nav {
		padding-bottom: 20%;
	}
	.mob-nav {
		display: flex !important;
	}
	.home-sec-two .img-btn-outer .first-img {
		transform: rotate(9deg);
		margin-bottom: -50px;
	}
	.home-sec-two .img-btn-outer .last-img {
		margin-bottom: -50px;
	}
	.home-sec-three .web-hide .col-one {
		width: 100%;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
	.btn-primary {
		font-size: 14px;
	}
	.accordion-button {
	font-size: 18px;
}
.home-sec-five .accordion-body {
	font-size: 14px;
}
.home-banner-rt .btn-primary {
	font-size: 16px;
}
.btn-white {
	font-size: 16px;
}
.home-sec-two .card {
	overflow: inherit;
}
.home-sec-two .card .img-btn-outer2 {
	overflow: hidden;
}
.navbar .container-fluid {
    justify-content: flex-start;
}
header {
	position: fixed;
    width: 100%;
    box-shadow: 0px 3px 12px #00000029;
    top: 0
}
#wrapper {
	padding-top: 26%;
	padding-bottom: 8%;
}
.foot-fixed {
	background-color: #ff9855;
	border-radius: 40px 40px 0 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 3px 12px #00000029;
	padding: 30px 0;
	display: block;
	z-index: 3;
}
footer {
	padding-bottom: 120px;
}
.inner1-sec1 .area-img {
	position: absolute !important;
	left: -45px;
	top: 95px;
}
.inner1-sec1 .area-img img{
	max-width: 150px;
}
.inner1-sec1 h1, .inner1-sec1 h3 {
	padding-left: 22%;
}
.inner1-sec2-mob h4, .inner1-sec2-mob img {
	width: 50%;
}
.inner1-sec2-mob {
	display: flex !important;
}
.inner1-sec2 .inner1-sec2-mob img {
	transform: rotate(9deg);
	margin-left: -20px;
	margin-right: 20px;
}
 .inner1-sec2 .inner1-sec2-mob, .inner1-sec3 .inner1-sec2-mob {
	 align-items: flex-end;
 }
	.inner1-sec2 h1, .inner1-sec2 h2, .inner1-sec2 h3 .inner1-sec3 h1, .inner1-sec3 h2, .inner1-sec3 h3, .inner1-sec4 h1, .inner1-sec4 h2, .inner1-sec4 h3, .inner1-sec5 h1, .inner1-sec5 h2, .inner1-sec5 h3 {
		text-align: center;
	}
.inner1-sec2 .btn-primary, .inner1-sec3 .btn-primary, .inner1-sec4 .btn-primary, .inner1-sec5 .btn-primary, .inner3-sec1 .btn-primary {
	align-self: center !important;
}
.transform-none {
	transform: rotate(0deg) !important;
}
.inner1-form {
	border-radius: 20px 20px 0 0;
}
.inner1-form img {
	max-width: 200px;
	margin-left: -48px;
}
.inner1-sec5 img {
	max-width: 300px;
	margin-left: -50px;
}
#wrapper {
	padding-bottom: 0;
}
.numeric-listing ul {
	flex-direction: column;
}
.numeric-listing ul li{
	width: 100%;
}
.numeric-listing li label {
	font-size: 80px;
	width: 60px;
}
.numeric-listing li span {
	margin-top: 0;
	display: flex;
	align-items: center;
}
.inner2-sec1 ul li {
	font-size: 20px;
}
.inner2-sec1 .web-hide {
	position: absolute;
	top: 0;
	right: 0;
}
.inner2-sec1 .web-hide img {
	max-width: 250px;
    margin: -51px -63px 0 0;
    float: right;
}
.inner2-sec1 h1 {
	padding-right: 100px;
	margin-top: 65px !important;	
}
.inner2-sec1 h2 {
	padding-right: 80px;
	font-size: 16pt;
	color: #b4b4b4;
	font-weight: 400 !important;
}
.inner2-sec1 {
	overflow: hidden;
}
.inner1-sec4 {
    padding: 0 0 0 0;
}
.inner1-sec5 {
    padding: 20px 0 50px 0;
}
.inner1-sec1 h1 {
	font-size: 22pt;
}
.home-sec-three h1 {
	font-size: 22pt;
}
.home-sec-three {
	margin-bottom: -30px;
}
.inner3-sec1 .web-hide img {
	max-width: 200px;
}
.inner3-sec1 {
	padding-top: 20px;
}
.inner3-sec1 input, .inner3-sec1 input:focus {
	font-size: 12pt;
	max-width: 90%;
    margin: auto;
}
.inner3-sec1 .btn-primary {
	font-size: 16pt;
}
.modal-body h1 {
	font-size: 16pt;
	max-width: 100%;
}

	

	

}
@media screen and (max-width: 576px) {

	
}