* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

html,
body {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
	color: #86a2d9;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;

}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	color: #000;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: Poppins;
	overflow-x: hidden;
}

.custom-container {
	padding: 0px 60px;
}


/*=====================================================
/*default-btn
======================================================*/

.default-btn {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 12px 20px;
	margin: 0px;
	border-radius: 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}


.orang-butn {

	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #E76F51;
	color: #fff;
}

.orang-butn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #2FA4A9;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.orang-butn:hover::before {
	width: 100%;
	opacity: 1;
}

.orang-butn:hover i {
	background-color: transparent;
	color: #fdfdfd;

}

.orang-butn:hover {
	color: #fdfdfd;
}


.orang-butn span {
	padding-left: 10px;
}


.grn-butn {

	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #2FA4A9;
	color: #fff;
}

.grn-butn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #E76F51;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.grn-butn:hover::before {
	width: 100%;
	opacity: 1;
}

.grn-butn:hover i {
	background-color: transparent;
	color: #fdfdfd;

}

.grn-butn:hover {
	color: #fdfdfd;
}


.grn-butn span {
	padding-left: 10px;
}


.wht-butn {

	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	overflow: hidden;
}

.wht-butn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	color: #000;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.wht-butn:hover::before {
	width: 100%;
	opacity: 1;
}

.wht-butn:hover i {
	background-color: transparent;
	color: #fdfdfd;

}

.wht-butn:hover {
	color: #000;
}


.wht-butn span {
	padding-left: 10px;
}


/*=====================================================
/*default-btn
======================================================*/

/*=====================================================*/
/*header-top*/
/*======================================================*/

.header-top {
	background: #f3f3f4;
	border-bottom: 1px solid #e4e4e5;
	padding: 10px 0px;
	margin: 0px;
}

.header-info {
	margin: 0px;
	padding: 0px;
}

.header-info ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 30px;
}

.header-info ul li a {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0b2c69;
	padding: 0px;
	margin: 0px;
}

.header-info ul li a:hover {
	color: #000;
}

.header-info ul li a span {
	width: 30px;
	height: 30px;
	background: #e9e9ed;
	border-radius: 50%;
	padding: 8px 8px;
	font-size: 14px;
	line-height: 14px;
	margin-right: 10px;
	display: inline-flex;
}

.header-social-icon {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 15px;
}

.header-social-icon h4 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0b2c69;
	padding: 0px;
	margin: 0px;
}

.header-social-icon-box {
	display: flex;
	align-items: start;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.header-social-icon-box li a {
	display: flex;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid #0b2c69;
	color: #0b2c69;
	font-size: 16px;
	line-height: 1;
	border-radius: 50%;
	background: transparent;
	transition: all 300ms ease-in-out;
}

.header-social-icon-box li a:hover {
	background: #0b2c69;
	border-color: #0b2c69;
	color: #fff;
	border-radius: 2px;
}

/*=====================================================*/
/*header-top*/
/*======================================================*/

/*=============header-top-logo-section========================= */

.header-section {
	background: #144233;
	padding: 0px;
	position: relative;
}


.header-section.scroll {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: #144233;
	background-size: cover;
	background-repeat: no-repeat;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
		0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.logo {
	width: 100px;
	height: auto;
	padding: 10px 0px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.logo img {
	width: 100%;
}

.header-section.scroll .logo img {
	width: auto;
}

.main-nav.scroll .logo {
	width: 148px;
	margin: 13px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0px;
}

.stellarnav>ul>li>a {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0%;

	color: #1F2933;
	padding: 0px 20px !important;
	border-bottom: none;
}

.stellarnav .menu-toggle span.bars span {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 6px;
	background: #fff;
	margin: 0 0 5px;
}

.stellarnav>ul>li>a:hover {
	color: #FF7F23;
}

.about-butn-row {
    display: flex;
}

.stellarnav>ul>li>a.active {
	color: #0F3D2E;
}

.stellarnav.mobile ul {
	background: #1F2933;

	z-index: 99;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

/* .stellarnav li.has-sub a {
	padding-right: 0px !important;
} */

.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #ed692a;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #ed692a;
}

.stellarnav li.has-sub>a::after {
	content: "\f107";
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
	max-width: 600px;
}

.nav-butn-row {
	display: flex;
	margin: 50px 50px;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, 0.15);
}

.stellarnav .icon-close {
	width: 25px;
	height: 25px;
}

.stellarnav .icon-close::before {
	content: "";
	display: block;
	width: 25px;
	height: 0px;
	border-bottom: solid 3px #fff;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.stellarnav .icon-close::after {
	content: "";
	display: block;
	width: 25px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #fff;
	position: absolute;
	transform: rotate(-45deg);
}

.stellarnav ul ul {
	top: 44px;
	width: 235px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
	left: 0px;
	padding: 0px 10px;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.stellarnav li li a {
	font-size: 16px;
}

.stellarnav li li a:hover {
	color: #ed692a;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: end;
	height: 100%;
}

/* ================================================================== */
/* header - top */

/* ==================================================================  */

/* ================================================================== */
/* banner section */
/* ==================================================================  */

.banner-section {
	margin: 20px 0px;
	padding: 0px;
	height: 900px;
	overflow: hidden;

}

.banner-section-inner {
	position: relative;
}

.banner-section-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-section-inner-text {
	position: absolute;
	top: 160px;
	left: 80px;
	width: 55%;
	padding: 0px 0px;
	height: auto;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.banner-section-inner-text h1 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.banner-section-inner-text p {
	font-family: Inter;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 90%;
	text-align: justify;
}

.banner-section-inner-text p span {
	font-style: Italic;

}


.banner-butn-row {
	display: flex;
	justify-content: start;
	align-items: center;
	overflow: hidden;
	gap: 20px;
}

.banner-section-inner-text ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 30px;
	margin: 40px 0px 0px 15px;
	padding: 0px;
}

.banner-section-inner-text ul li {
	font-family: Inter;
	font-weight: 400;
	font-style: Italic;
	font-size: 20px;

	line-height: 32px;
	letter-spacing: 0%;
	color: #fff;
	position: relative;
}


.banner-section-inner-text ul li::before {
	font: normal normal normal 10px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: absolute;
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
	left: -15px;
	top: 10px;

}


/* ==================================================================*/
/* banner section */
/* ==================================================================*/

/* ==================================================================*/
/* banner-info-section */
/* ==================================================================*/


.banner-info-section {
	margin: 30px 30px;
}


.banner-info-box {
	padding: 20px 0px;
	border-right: 2px solid #D9D9D9;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.banner-info-section .col-lg-3:last-child .banner-info-box {
	border-right: none;
}


.banner-info-box-icon {
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	text-align: center;

}


.banner-info-box-icon img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}


.banner-info-box-text {
	padding: 0px 30px 0px 0px;
}


.banner-info-box-text h4 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;

	line-height: 34px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px;
}


/* ==================================================================*/
/* banner-info-section*/
/* ==================================================================*/


/* ==================================================================*/
/* about section */
/* ==================================================================*/


.cmn-padding {
	padding: 0px 100px
}

.about-section {
	margin: 0px;
	padding: 80px 0px;
	overflow: hidden;
}


.about-section-frst-row-text {
	padding: 0px 80px 0px 0px;
	margin: 0px;
}

.about-section-frst-row-text h6 {
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #2FA4A9;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-section-frst-row-text h2 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-style: Bold;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.about-section-frst-row-text h2 span {
	color: #5E8F7B;
}


.about-section-frst-row-text p {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	max-width: 80%;
	padding: 0px 0px 40px 0px;
	margin: 0px;
}


.about-section-frst-row-text ul {
	margin: 0px;
	padding: 0px;
}

.about-section-frst-row-text ul li {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 40px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px 0px 10px 40px;
	margin: 0px;
	position: relative;
}


.about-section-frst-row-text ul li::before {
	background-image: url(../images/li-icon.png);
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.about-section-frst-row-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}


.about-section-frst-row-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-frst-row-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.cmn-padding.about-section-frst-row {
	margin-bottom: 80px;
}

.cmn-padding.about-section-scnd-row {
	margin-bottom: 80px;
}

.about-section-scnd-row-text {
	padding: 0px 0px 0px 140px;
}


.about-section-scnd-row-text h5 {
	font-family: Inter;
	font-weight: 700;

	font-size: 24px;

	line-height: 26px;
	letter-spacing: 0%;
	color: #000000;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.about-section-scnd-row-text ul {
	margin: 0px;
	padding: 0px;
}

.about-section-scnd-row-text ul li {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 40px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px 0px 10px 40px;
	margin: 0px;
	position: relative;
}

.about-section-scnd-row-text ul li::before {
	background-image: url(../images/li-icon.png);
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-repeat: no-repeat;
	padding-left: 36px;
}


.about-section-scnd-row-text h4 {
	font-family: Inter;
	font-weight: 500;
	font-style: Italic;
	font-size: 36px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #000000;
	margin: 30px 0px 60px;
	padding: 0px;
}

.about-section-scnd-row-img-row {
	position: relative;
}

.about-section-scnd-row-img {
	width: 600px;
	height: auto;
	border-radius: 20px;
	overflow: hidden;

}

.about-section-scnd-row-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-scnd-row-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.about-section-scnd-row-img-icon {
	position: absolute;
	right: 80px;
	top: 80px;
	bottom: 0px;
}


.about-section-scnd-row-text p {
	font-family: Inter;
	font-weight: 500;
	font-style: Italic;
	font-size: 36px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #000000;
	margin: 30px 0px;
	padding: 0px;
}


/* ==================================================================*/
/* about section */
/* ==================================================================*/


/* ==================================================================*/
/* Our Medicare & Planning Services */
/* ==================================================================*/


.services-section {
	background: #F5F7F6;
	padding: 80px 0px;
	margin: 0px;
}

.services-section h2 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}


.services-section-top {
	margin: 80px 0px;
}


.services-box {
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	transition: all 300ms ease-in-out;
	top: 0px;
	margin: 20px 0px;
	height: 450px;
	box-shadow: 0px 0px 22.6px 0px #00000026;
}

.services-box:hover {
	top: -10px;
}

.services-box::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.75%, #0F3D2E 100%);
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}


.services-box:hover::after {
	background: linear-gradient(104.73deg, #0F3D2E 0.84%, #5E8F7B 100%);

}


.services-box .thamble img {
	max-width: 100%;
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.services-box .text {
	position: absolute;
	width: auto;
	bottom: -240px;
	left: 30px;
	right: 30px;
	margin: auto;
	text-align: left;
	z-index: 2;
	transition: all 300ms ease-in-out;
}

.services-box:hover .text {
	bottom: 30px;
}

.services-boxx .text .tittle {
	padding: 0;
	max-width: 355px;
	margin: 0px;

}

.services-box .text .tittle h3 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	width: 100%;
	text-align: left;
}

.services-box .text .tittle p {
	font-family: Inter;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-weight: 400;

	font-size: 20px;

	line-height: 26px;
	letter-spacing: 0%;
}

.up-arrow {
	cursor: pointer;
}

/*.up-arrow:hover {*/
/*	position: absolute;*/
/*	top: -145px;*/
/*	right: 0px;*/
/*	font-size: 30px;*/
/*	color: #E76F51;*/
/*}*/


.services-info-box {
	padding: 0px;
	border-right: 2px solid #D9D9D9;
	height: 80px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.services-info-box-icon {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services-info-box-icon img {
	width: auto;
	height: auto;
	object-fit: cover;
}

.services-info-box-text {
	padding: 0px 40px 0px 0px;
	margin: 0px;
}

.services-info-box-text h4 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #1F2933;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.services-info-box-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #1F2933;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.services-info-box-text p a {
	color: #1F2933;
}


.services-info-box-text p a:hover {
	color: #000;
}


.services-section-info .col-lg-3:last-child .services-info-box {
	border-right: none;
}

.services-section-top .owl-nav {
	display: none;
}

.services-section-top .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 20px 0px 40px 0px;
}

.services-section-top .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #d9d9d9;
	display: block;
	transition: opacity 0.2s ease;
	border-radius: 50%;
}

.services-section-top .owl-dots .owl-dot.active span,
.services-section-top .owl-dots .owl-dot:hover span {
	background: #2FA4A9;
	width: 34px;
	height: 14px;
	border-radius: 25px;
}


/* ==================================================================*/
/* Our Medicare & Planning Services */
/* ==================================================================*/


/* ==================================================================*/
/* HOW IT WORKS */
/* ==================================================================*/


.work-section {
	padding: 80px 0px;
	margin: 0px;
}


.work-section-tittle {
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 60px 0px;
}

.work-section-tittle h6 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #2FA4A9;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.work-section-tittle h2 {
	font-family: Kaisei Decol;
	font-weight: 700;

	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.work-section-tittle h2 span {
	font-family: Inter;
	font-weight: 600;
	font-style: Italic;
	color: #5E8F7B;

}

.step-box {
	border: 1px solid #D9D9D9;
	border-radius: 25px;
	height: 90%;
	overflow: hidden;
	padding: 40px;
	width: 100%;
	margin: 0px 0px 30px 0px;
	-webkit-transition: .5s;
}

.step-box:hover {
	-webkit-box-shadow: 0 25px 75px rgba(25, 34, 64, 0.15);
	box-shadow: 0 25px 75px rgba(25, 34, 64, 0.15);
}


.step-icon {
	width: 60px;
	height: 60px;
	background: #5E8F7B;
	border-radius: 50%;
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 30px 0px;

}


.step-box:hover .step-icon {
	background: #E76F51;
}


.step-icon h6 {
	font-family: Inter;
	font-weight: 600;

	font-size: 24px;

	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}


.step-box h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.step-box p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px;
}

.step-section-info h5 {
	font-family: Inter;
	font-weight: 500;
	font-style: Italic;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #1F2933;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


.step-section-slider {
	padding: 0px;
	margin: 0px 0px 0px 50px;
	border-radius: 20px;
	overflow: hidden;
}

.step-section-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.step-slider {
	width: 100%;
	height: 650px;
	border-radius: 25px;
	overflow: hidden;
}


.step-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.step-slider-carousel .owl-nav {
	display: none;
}

.step-slider-carousel .owl-dots {
	display: none;
}


.ethical-section {
	margin: 100px 0px 0px;
}

.ethical-section-text {
	padding: 0px 0px 0px 50px;
	margin: 0px;
}

.ethical-section-text h3 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-style: Bold;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.ethical-section-text-header-row {
	display: flex;
	border-bottom: 2px solid #D9D9D9;
	justify-content: start;
	gap: 50px;
	align-items: center;
}

.ethical-section-text-header-row h5 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #000;
	padding: 20px 0px;
	margin: 0px;
	width: 50%;
}

.ethical-section-text-row {
	display: flex;
	border-bottom: 1px solid #D9D9D9;
	justify-content: start;
	gap: 20px;
	align-items: center;
	padding: 14px 0px;
}

.ethical-section-text-row p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 0%;
	color: #1F2933;
	width: 50%;
	margin: 0px;
}

.ethical-section-text-row span i {
	font-size: 18px;
	margin-right: 10px;
}

.ethical-section-text-row .tick {
	color: #5E8F7B;
}

.ethical-section-text-row .cross {
	color: #E76F51;
}

.ethical-section-img {
	border-radius: 15px;
	overflow: hidden;
}

.ethical-section-img img {
	width: 100%;
	height: auto;
	object-fit: fill;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ethical-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-big {
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
}

.img-sml {
	height: 180px;
	margin-bottom: 15px;
}

.img-flex {
	display: flex;
	gap: 10px;
}


/* ==================================================================*/
/* HOW IT WORKS */
/* ==================================================================*/


/* ==================================================================*/
/* testimonial-section */
/* ==================================================================*/

.testimonial-section {
	padding: 30px 0 0 0;
	margin: 0px;
}


.home .testimonial-section {
	padding: 80px 0 0 0;
	margin: 0px;
}

.testimonial-inner {
	padding: 100px 115px;
	margin: 0px;
	position: relative;
	height: 700px;
	background: url(../images/client-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}

.testimonial-inner h6 {
	font-family: Inter;
	font-weight: 599;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.testimonial-inner h2 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

.client-slider-text {
	margin: 40px 0px;
	padding: 0px;
}

.client-slider-text h5 {
	font-family: Inter;
	font-weight: 700;

	font-size: 24px;

	line-height: 34px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.client-slider-text p {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.client-slider-text h4 {
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	padding: 30px 0px;
	margin: 0px;
}

.client-icon {
	margin: 0px 0px 50px 0px;
	width: 50px;
	height: auto;
}

.client-slider-row .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0px 0px 40px 0px;
}

.client-slider-row .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #d9d9d9;
	display: block;
	transition: opacity 0.2s ease;
	border-radius: 50%;
}


.client-slider-row .owl-dots .owl-dot.active span,
.client-slider-row .owl-dots .owl-dot:hover span {
	background: #2FA4A9;
	width: 34px;
	height: 14px;
	border-radius: 25px;
}


/* ==================================================================*/
/* testimonial-section */
/* ==================================================================*/


/* ==================================================================*/
/* Trust-section */
/* ==================================================================*/


.trust-section {
	padding: 100px 0px;
	margin: 0px;
}


.trust-section-inner {
	position: relative;

	min-height: 400px;
}


.trust-section-leftimg {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 260px;
	height: 260px;
	border-radius: 25px;
	overflow: hidden;
}

.trust-section-leftimg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.trust-section-leftimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.trust-section-rightimg {
	position: absolute;
	bottom: 0px;
	right: 100px;
	width: 260px;
	height: 260px;
	border-radius: 25px;
	overflow: hidden;
}

.trust-section-rightimg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.trust-section-rightimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.trust-section-text {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	padding: 0px 0px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	right: 0px;
	margin: 0px auto;

}


.trust-section-text h2 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-style: Bold;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
	width: 90%;
}


.trust-section-text h2 span {
	color: #5E8F7B;
}


.trust-section-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.trust-section-text p span {
	font-size: 24px;

	line-height: 34px;
}


.trust-section-text-butn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 30px 0px 0px 0px;
}


/* ==================================================================*/
/* Trust-section */
/* ==================================================================*/


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/

.footer {
	background: #726a6c75;
	padding: 80px 0px 0px 0px;
	position: relative;
}


.footer-social-icon {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


.footer-social-icon ul {
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.footer-social-icon li a {
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	border-radius: 50%;
	transition: all 300ms ease-in-out;
}

.footer-social-icon li a:hover {
	background: #E76F51;
	color: #fff;
	border-radius: 2px;
}


.footer-top {
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.footer-info {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.footer-logo p {

	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	padding: 0px 0px 10px 0px;
	margin: 30px 0px 0px 0px;
	text-align: left;
}

.footer-info p {
	font-family: Inter;
	font-weight: 500;
	font-style: Bold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
	/* text-transform: uppercase; */
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
	color: #222529;
}


.footer-info p span {
	color: #000000;
	font-size: 20px;
}

.footer-info p a {
	color: #222529;
}


.footer-info p a:hover {
	color: #000000;
}


.newsletter-content {
	position: relative;
	text-align: center;
}

.newsletter-content h3 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #222529;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}


.newsletter-content p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: left;
	color: #1F2933;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.newsletter-content .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.form-control::placeholder {
	color: #7f8293;
	opacity: 1;
}

.newsletter-content .form-control {
	padding: 15px 20px;
	border-radius: 0px;
	border: 0px;
	background: #fff;
	color: #b3dafe;
	border: 1px solid #888B93;
	border-radius: 0px;
	width: 60%;
	margin-right: 10px;
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}


.newsletter-content .input-group .news-btn {
	margin: 0px;
	border: 0px;
	font-weight: 600;
	padding: 0px 20px;
	border-radius: 0px;
	color: #fff;
	background: #E76F51;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	width: 30%;
}

.newsletter-content .input-group .news-btn:hover {
	background: #2FA4A9;
}

.footer-menu-row {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 130px;
}

.footer-menu-row h3 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #222529;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}

.footer-menu-box {
	padding: 0px;
	margin: 0px;
}

.footer-menu-box ul {
	padding: 0px;
	margin: 0px;
}

.footer-menu-box ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.footer-menu-box ul li a {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}

.footer-menu-box a:hover {
	color: #E76F51;
	padding-left: 4px;
}

.footer-icons-area {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: end;
	align-items: start;
	flex-direction: column;
}

.footer-icons-area h3 {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.3px;
	color: #fff;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	text-align: left;
}

.footer-icons-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-icons-area ul li {
	display: inline-block;
}

.footer-icons-area ul li a {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0px 3px;
	border-radius: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: transparent;
	position: relative;
	border: 1px solid #fff;
}

.footer-icons-area ul li a::before {
	content: "";
	width: 100%;
	height: 0%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #073798;
	border: 1px #3f5efb;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.footer-icons-area ul li a i {
	position: relative;
	z-index: 1;
}

.footer-icons-area ul li a:hover {
	color: #fff;
}

.footer-icons-area ul li a:hover::before {
	height: 100%;
}

.footer-menu-box.footer-menu-box-frst ul {
	column-count: 2;
}

.footer-menu-box.footer-menu-box-frst ul li {
	padding-right: 30px;
}

.copyright {
	padding: 20px 0px;
	border-top: 1px solid #D9D9D9;
	margin: 0px;
}


.copyright-text {
	padding: 0px;
	margin: 0px;
}

.copyright-text p {
	font-weight: 400;

	font-size: 15px;

	line-height: 100%;
	letter-spacing: -0.2px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.copyright p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
	color: #181A1D;
	padding: 0px;
	margin: 0px;
}

.copyright p a {
	color: #181A1D;
}

.copyright p a:hover {
	color: #E76F51;
}


.copyright-text-left {
	text-align: left;
}

.copyright-text-right {
	text-align: right;
}

.copyright-text-left {
	padding: 0px;
	margin: 0px;
}

.copyright-text-left ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 30px;
}

.copyright-text-left ul li a {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.copyright-text-left ul li a:hover {
	color: #E76F51;
}


.job-link {
	display: flex;
	justify-content: start;
	align-items: center;
}


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50px;
	background-color: #2FA4A9;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/

.services-box .text .tittle h3 a {
	color: #fff;
}

.inner-banner-section {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(289.97deg, rgb(0 0 0 / 19%) 11.7%, rgba(0, 0, 0, 0.25) 99.75%);
}

.inner-banner-section-text h1 {
	text-align: center;
	color: #fff;
	font-size: 55px;
	font-weight: 55px;
	text-transform: capitalize;
	line-height: 55px;
	padding-bottom: 0px;
	font-family: Kaisei Decol;
	font-weight: 700;
}

.inner-banner-section-text {
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.inner-pages {
	padding: 70px 0px;
	margin: 0px;
	background: #f9fafa08;
}

.custom-container {
	padding: 0px 100px;
}

.inner-pages p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
    line-height: 28px;
	letter-spacing: 0%;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

.inner-pages ul li {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	list-style: disc;
}

.inner-pages ul {
	margin-left: 18px;
	padding-bottom: 15px;
}

.inner-pages h1 {
	font-family: Kaisei Decol;
	font-weight: 600;
	font-style: Bold;
	font-size: 35px;
	line-height: 41px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px 0px 22px 0px;
}

.inner-pages h2 {
	font-family: Kaisei Decol;
	font-weight: 600;
	font-style: Bold;
	font-size: 25px;
	line-height: 41px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.inner-pages h3 {
	font-family: Kaisei Decol;
	font-weight: 600;
	font-style: Bold;
	font-size: 25px;
	line-height: 41px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px 0px 22px 0px;
}

.inner-pages-middle h2 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.inner-pages-middle h3 {
	font-family: Kaisei Decol;
	font-weight: 600;
	font-style: Bold;
	font-size: 25px;
	line-height: 41px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px 0px 22px 0px;
}

.inner-pages-middle p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.inner-pages-middle ul li {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	list-style: disc;
}

.inner-pages-middle ul {
	margin-left: 30px;
	padding-bottom: 15px;
}

.inner-pages-middle h1 {
	font-family: Kaisei Decol;
	font-weight: 600;
	font-style: Bold;
	font-size: 35px;
	line-height: 41px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px;
	margin: 0px 0px 22px 0px;
}

.contact-page {
	padding: 80px 0;
}

.contact-us-inn .addresscard {
	margin: 0px 0px;
	padding: 40px 20px;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	min-height: 260px;
	box-shadow: 6px 18px 20px 0px rgba(51, 51, 51, 0.32);
}

.addresscard-icon {
	margin: 5px auto;
	padding: 10px 0px;
	background: top;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-us-inn .addresscard h5 {
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #5E8F7B;
	text-transform: uppercase;
	width: 100%;
	font-family: Kaisei Decol;
}

.contact-us-inn .addresscard p {
	margin: 0px 0px;
	padding: 0px 40px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #161413;
	width: 100%;
	font-family: Inter;
}

.addresscard p a {
	color: #161413;
	text-decoration: none;
}

.contact_section2 {
	margin-top: 80px;
}

.contact_section2 h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0%;
	text-align: center;
	color: #191D1F;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	font-family: Kaisei Decol;
	font-weight: 700;
}

.contact_right .form-group {
	padding-bottom: 15px;
}

.contact_right .form-group label {
	display: inline-block;
	margin-bottom: 8px;
	float: left;
	font-size: 14px;
	font-family: Inter;
}

.contact_right .form-group input {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #a7a6a4;
	background: #fff;
	height: 45px;
}

.contact_right .form-group textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #adaba9;
	background: #fff;
	height: 95px;
	resize: none;
	border-radius: 10px;
}

.contact_right .default-btn {
	font-weight: 500 !important;
	font-style: Medium !important;
	font-size: 16px !important;
	line-height: 100% !important;
	letter-spacing: 0%;
	text-transform: uppercase;
	padding: 15px 20px !important;
	transition: all 0.3s ease;
	display: inline-flex;
	background: #E76F51 !important;
	border: 1px solid #E76F51 !important;
	color: #fff;
}

.inner-pages-middle {
	padding-bottom: 80px;
	background: #F5F7F6;
	padding: 100px 0;
	margin-bottom: 100px;
}

.team-container {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.team-member {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 300px;
	text-align: center;
}

.team-member img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
}

.our-story-con section {
	margin: 20px auto;
	padding: 20px;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.about-section-img-inner {
	border-radius: 20px;
	overflow: hidden;
}

.about-section-img-inner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-img-inner:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.trust-strip {
	background: #F5F7F6;
	padding: 80px 15%;
	margin: 0px;
	text-align: center;
}

.trust-strip h2 {
	font-family: Kaisei Decol;
	font-weight: 700;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: 0%;
	text-align: center;
	color: #1F2933;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}


.trust-strip p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #1F2933;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.job-link a {
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #E76F51;
	color: #fff;
}

.job-link a:hover {
	background: #2FA4A9;
	color: #fff;
}

.footer-logo img {
	max-width: 50%;
}

.whatmake-btn {
    text-align: center;
    margin-top: 32px;
}

.whatmake-btn .job-link {
    display: block;
}

.inner-pages ul li a {
	font-size: 16px;
}

.inner-pages .about-section-right h4 {
	font-family: Kaisei Decol;
	font-weight: 600;
	font-size: 18px;
	color: #1F2933;
	margin: 0px 0px 15px 0px;
}

.inner-pages-middle .cmn-padding h4 {
	font-family: Kaisei Decol;
	font-weight: 600;
	font-size: 18px;
	color: #1F2933;
	margin: 0px 0px 15px 0px;
}

.help-page-section {
	padding-bottom: 50px;
}

.page-id-17 .inner-pages {
	padding: 100px 0px 10px 0;
}

.insu-box {
	background: #01CCFF08;
	padding: 24px;
	text-align: center;
	margin-bottom: 33px;
	/* min-height: 200px; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}

.insu-box img {
	width: auto;
	height: 70px;
	object-fit: contain;
}

.insu-box h5 {
	padding-top: 22px;
	font-size: 20px;
	font-weight: 600;
}

.cre_sec1-inn ul li {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #1F2933;
	padding: 0px 0px 10px 40px;
	margin: 0px;
	position: relative;
	list-style: none;
}

.cre_sec2 .cre_sec1-inn ul {}

.cre_sec2 .cre_sec1-inn ul li:before {
	background-image: url(../images/li-icon.png);
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-repeat: no-repeat;
	padding-left: 36px;
}


.cre_sec3 ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.cre_sec3 h2 {
	font-size: 20px;
	margin: 0px 0px 5px 0px;
}


.cre_sec3 .cre_sec1-inn ul li {
	/*position: unset;*/
	/*padding: 0;*/
	/*	border: 1px solid #ccc;
	height: 200px;*/
	/*margin-bottom: 20px;*/
}


.cre_sec2.cre_sec4 ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}


.header-info {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}


.header-info-box h4 {
	margin: 0px 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	/* text-transform: uppercase; */
	width: 100%;
	font-family: Kaisei Decol;
	display: flex;
}

.header-info-box h4 span {
	width: 40px;
	height: auto;
	margin-right: 20px;
}

.header-info-box h6 {
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	font-family: Kaisei Decol;
	display: flex;
}

.header-info-box h6 a {
	color: #fff;
}

.header-info-box h6 a:hover {
	color: #fff;
}


.grn-text {
	color: #5E8F7B;
}

.header-info-box i {
	color: #fff;
}

.header-info {
	margin: 6px 0px 0px;
	padding: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 60px;
}

.header-info-box {
	display: flex;
	max-width: 530px;
	justify-content: start;
	align-items: start;
	gap: 20px;
}

.menu-section {
	background: #2fa4a9;
	padding: 20px;
	color: #fff;
	position: relative;
}

.menu-section.scroll {
	background-color: #144233;
	height: 60px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	width: 100%;
	z-index: 99;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.stellarnav>ul>li>a {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 20px !important;
	border-bottom: none;
}

.banner-section {
	margin: 0px;
	padding: 0px;
	height: 900px;
	overflow: hidden;
	background: #0f3d2e;
}


.owl-carousel .owl-item .up-arrow img {
	width: 30px !important;
	height: 30px !important;
}

.accordion {
	--bs-accordion-active-bg: #ffffff;
	--bs-accordion-active-color: #000000;
	--bs-accordion-btn-focus-box-shadow: none;
}

.accordion h2.accordion-header {
	margin: 0;
}

.accordion-button.collapsed {
	border: 1px solid #d8d8d8;
	background: #e7f1ff;
}

.accordion-collapse {
	transition: all 0.3s;
}


#id1 {
	scroll-margin-top: 100px;
}


#id2 {
	scroll-margin-top: 100px;
}


#id3 {
	scroll-margin-top: 100px;
}


#id4 {
	scroll-margin-top: 100px;
}

#id5 {
	scroll-margin-top: 100px;
}


#id6 {
	scroll-margin-top: 100px;
}


.page-id-231 .inner-pages ul {
	list-style: auto;
}

.page-id-231 .inner-pages ol {
	list-style: auto;
}

.page-id-231 .inner-pages li {
	list-style: auto;
}

.page-id-231 ol {
	padding: 15px 0;
	margin-left: 15px;
}


.step-section-slider {
	height: 450px;
}

.step-section-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.faqform_sec {
	margin: 15px 0;
}

a.faqform {
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #E76F51;
	color: #fff;
	font-size: 20px;
	border-radius: 15px;
	padding: 10px 31px;
	line-height: 100%;
}

a.faqform:hover {
	background: #2FA4A9;
	color: #fff;
}

.job-link.learn-aboutpg {
	margin-top: 20px;
}

.about_top {
    padding-bottom: 20px;
}

.about-section-frst-row-text2 h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #000000;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.about-section-frst-row-text2 ul {
    margin: 0px;
    padding: 0px;
}

.about-section-frst-row-text2 ul li {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #1F2933;
    padding: 0px 0px 10px 40px;
    margin: 0px;
    position: relative;
}

.about-section-frst-row-text2 ul li::before {
    background-image: url(../images/li-icon.png);
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    padding-left: 36px;
}

.about-section-frst-row-text2 p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    max-width: 80%;
    padding: 0px 0px 40px 0px;
    margin: 0px;
}

.about-section-frst-row-text2 {
    padding-top: 25px;
}

.inner-banner-section-text .banner-title  h1 {
    font-size: 32px;
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 2px #0e0d0d;
}

.service_main_heading h1 {
    text-align: center;
    padding-bottom: 40px;
}

.cre_sec1-inn {
    padding-bottom: 25px;
}

.about_section_bottom {
    background-color: #144233;
    padding: 5px 0px;
    transition: background-color .5s ease 0s;;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
    width: 100%;
}

.about_section_bottom ul {
    column-count: 2;
    column-gap: 20px;
    list-style-position: inside;
    padding: 60px;
}


.about_section_bottom ul li {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #fff;
    padding: 0px 0px 10px 40px;
    margin: 0px;
    list-style: inside;
}

.inner-pages .step-box h3{
    margin: 26px 0px 0px 0px;   
}

