* {
	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: 14px;
	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 160px;
}

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

.default-btn {
	padding: 10px 15px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 1;
	width: fit-content;
	display: inline-flex;
	font-family: Poppins;
	font-size: 18px;
}

.default-btn:hover {
	color: #ffffff;
}

.default-btn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.default-btn i {
	position: relative;
	top: 3px;
	padding-left: 7px;
}

.default-btn.orng {
	background-color: #fff;
	color: #0b2c69;
	border: 1px solid #0b2c69;
}

.default-btn.orng::before {
	position: absolute;
	content: "";
	background-color: #000;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn.orng::after {
	position: absolute;
	content: "";
	background-color: #000;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn.orng:hover {
	color: #ffffff;
}

.default-btn.orng:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn.orng:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn.orng:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.default-btn.blck {
	background-color: #0b2c69;
	color: #ffffff;
	border: 1px solid #0b2c69;
}

.default-btn.blck::before {
	position: absolute;
	content: "";
	background-color: #2a5fbf;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn.blck::after {
	position: absolute;
	content: "";
	background-color: #2a5fbf;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn.blck:hover {
	color: #ffffff;
}

.default-btn.blck:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn.blck:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn.blck:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sky-butn {
	background-color: #2a5fbf;
	color: #ffffff;
	border: 1px solid #2a5fbf;
}

.sky-butn:hover {
	color: #2a5fbf;
	border: 1px solid #2a5fbf;
	background: transparent;
}

.sky-butn span {
	margin-right: 10px;
}

.sky-butn span i {
	top: 0px;
}

.banner-wht-butn {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}

.banner-wht-butn:hover {
	color: #2a5fbf;
	border: 1px solid #fff;
	background: #fff;
}

.banner-wht-butn span {
	margin-right: 10px;
}

.banner-wht-butn span i {
	top: 0px;
}

.banner-sky-butn {
	background-color: #2a5fbf;
	color: #ffffff;
	border: 1px solid #2a5fbf;
}

.banner-sky-butn:hover {
	color: #2a5fbf;
	border: 1px solid #fff;
	background: #fff;
}

.banner-sky-butn span {
	margin-right: 10px;
}

.banner-sky-butn span i {
	top: 0px;
}

.banner-nutn-row {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 15px;
}

/*=====================================================
/*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: #fff;
	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: #fff;
	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: 370px;
	height: auto;
	margin: 0px;
	padding: 20px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

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

.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: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0b2c69;
	padding: 0px 20px !important;
	border-bottom: none;
}

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

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

.stellarnav>ul>li>a.active {
	color: #2a5fbf;
}

.stellarnav.mobile ul {
	background: #2a5fbf;

	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: 10px;
	justify-content: end;
	height: 100%;
}

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

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

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




.banner-section {
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.banner-carousel .item {
	border-radius: 0px;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.banner-carousel .item img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)),
		linear-gradient(270deg, rgba(0, 0, 0, 0) 42.47%, rgba(0, 0, 0, 0.5) 100%);


}

.banner-text {
	position: absolute;
	top: 0px;
	width: 50%;
	padding: 0px 0px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}


.banner-text h6 {
	font-family: Roboto;
	font-weight: 600;

	font-size: 24px;

	line-height: 120%;
	letter-spacing: -4%;
	color: #ED692A;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.banner-text h1 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0%;
	color: #ffffff;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.banner-text h1 span { color: #ffe6a3; }

.banner-text p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 35px;
    line-height: 49px;
    letter-spacing: 0%;
    color: #b5c9ee;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 100%;
}


.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	position: absolute;
	bottom: 130px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #CECECE;
	display: block;

	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background:#2a5fbf;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}


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















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

/* ==================================================================*/
/* trusted section */
/* ==================================================================*/

.trusted-section {
	margin: 0px;
	padding: 80px 0px;
	background: #fff;
	text-align: center;
}

.trusted-section h3 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #52596e;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.trusted-section-slider {
	margin: 0px;
	padding: 0px;
}

.trusted-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.trusted-logo img {
	width: auto !important;
	height: 100%;
	object-fit: contain;
}

/* ==================================================================*/
/* trusted section*/
/* ==================================================================*/

/* ==================================================================*/
/* services- section */
/* ==================================================================*/

.our-services-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/services-bg.png) no-repeat;
	background-size: 100% 100%;
}

.our-services-section h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.our-services-section h2::before {
	position: absolute;
	content: "";
	top: -20px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
	height: 2px;
	background: #283347;
}

.our-services-section h2 span {
	color: #16459a;
}

.services-box {
	padding: 40px;
	margin: 0px 0px 40px 0px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
	box-shadow: 0px 4px 14.1px 0px #00000012;
	border-radius: 10px;
	height: 150px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}

.services-box:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-5px) !important;
	background: #2a5fbf;
}

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

.services-box .services-box-img img {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
	width: 100%;
	height: auto;
	object-fit: contain;
}

.services-box .services-box-img:hover img {
	-webkit-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg);
	filter: brightness(0) invert(1);
	/* makes icon appear white */
}

.services-box:hover .services-box-img {
	filter: brightness(0) invert(1);
	/* makes icon appear white */
}

.services-box-text {
	padding: 30px 30px;
}

.services-box-text h4 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.services-box:hover .services-box-text h4 {
	color: #ffffff;
}

.services-box-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #5d6376;
	margin: 0px;
	padding: 0px;
}

.services-box:hover .services-box-text p {
	color: #c7d2f9;
}

.learn-more-btn-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.learn-more-btn:hover {
	color: #000;
}

/* ==================================================================*/
/* services- section */
/* ==================================================================*/

/* ==================================================================*/
/* steps section */
/* ==================================================================*/

.steps-section {
	padding: 100px 0px;
	margin: 0px;
	background: #fff;
}

.steps-section h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.steps-section h2::before {
	position: absolute;
	content: "";
	top: -20px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
	height: 2px;
	background: #283347;
}

.steps-section h2 span {
	color: #16459a;
}

.step-box {
	box-shadow: 0px 0px 53.1px 0px #0000000d;
	padding: 20px;
	margin: 0px 0px 30px 0px;
	background: #f6f4f4;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
	border-radius: 10px;
	overflow: hidden;
	height: 630px;
}

.step-box:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-5px) !important;
}

.step-box .step-box-img {
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}

.step-box .step-box-img img {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
	width: 100%;
	height: 280px;
}

.step-box .step-box-img:hover img {
	-webkit-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg);
}

.step-box-text {
	padding: 0px;
	margin: 0px;
}

.step-box-text h6 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #858c99;
	margin: 30px 0px;
	padding: 0px;
}

.step-box-text h3 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.step-box-text p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #5d6376;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* ==================================================================*/
/* steps section */
/* ==================================================================*/

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

.about-section {
	padding: 100px 0px;
	margin: 0px;
	background: #f9fafa;
}

.about-section-img {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 10px;
}

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

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

.about-section-right {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 40px;
}

.about-section-text {
	padding: 0px 0px 0px 50px;
	margin: 0px;
	width: 90%;
}

.about-section-text h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	width: 90%;
	position: relative;
}

.about-section-text h2::before {
	position: absolute;
	content: "";
	top: -20px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
	height: 2px;
	background: #283347;
}

.about-section-text p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 18px;

	line-height: 32px;
	letter-spacing: 0%;
	color: #5d6376;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.about-section-logo {
	padding: 0px;
	margin: 115px 0px;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

/* ==================================================================*/
/* Insuranc section */
/* ==================================================================*/

.insuranc-section {
	background: #fff;
	padding: 100px 0px;
	margin: 0px;
}

.insuranc-section h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.insuranc-section h2::before {
	position: absolute;
	content: "";
	top: -20px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
	height: 2px;
	background: #283347;
}

.insuranc-section h2 span {
	color: #16459a;
}

.insuranc-box {
	border: 1px solid #e1e5f0;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	height: 800px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}

.insuranc-box:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-5px) !important;
}

.insuranc-box-img {
	width: 100%;
	height: 350px;
	overflow: hidden;
	border-radius: 10px;
}

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

.insuranc-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.insuranc-box-text {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

.insuranc-box-text h3 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px;
	margin: 0px;
}

.insurance-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

.insurance-list li {
	background-color: #fff4e4;
	color: #887354;
	padding: 14px 30px;
	border-radius: 30px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}

.insurance-list li:hover {
	background-color: #073698;
	/* dark blue on hover */
	color: #fff;
	cursor: pointer;
}

.insurance-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

.insurance-list li {
	position: relative;
	background-color: #fff4e4;
	color: #887354;
	padding: 14px 30px;
	border-radius: 30px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}

/* Dot before text */
.insurance-list li::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #887354;
	border-radius: 50%;
}

/* Hover effect */

.insurance-list li:hover {
	background-color: #0c295e;
	color: #fff;
}

.insurance-list li:hover::before {
	background-color: #fff;
}

.insurance-list2 li {
	position: relative;
	background-color: #f6f9ff;
	color: #5a7dbe;
}

/* Dot before text */
.insurance-list2 li::before {
	background-color: #5a7dbe;
}

/* Hover effect */

.insurance-butn-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
}

.insuranc-box .default-btn {
	position: absolute;
	bottom: 40px;
}

/* ==================================================================*/
/* Insuranc section */
/* ==================================================================*/

/* ==================================================================*/
/* policy section */
/* ==================================================================*/

.policy-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/help-bg.png) no-repeat;
	background-size: 100% 100%;
}

.policy-section h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.policy-section h2::before {
	position: absolute;
	content: "";
	top: -20px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
	height: 2px;
	background: #fff;
}

.policy-section-left {
	padding: 0px;
	margin: 0px;
}

.policy-section-left h3 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.policy-section-left p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #79a0e8;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.policy-section-left ul {
	margin: 50px 0px;
	padding: 0px;
	list-style: none;
	column-count: 2;
}

.policy-section-left ul li {
	font-family: Poppins;
	font-weight: 500;

	font-size: 20px;

	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	position: relative;
}

.policy-section-left ul li::before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f0a9";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #6786be;
	position: relative;
	top: 2px;
	margin-right: 15px;
}

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

.frm-card {
	background: #13336e;
	border-radius: 10px;
	padding: 30px;
	height: 370px;
}

.frm-card .nav-tabs {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
	border: none;
}

.frm-card .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: #214689;
	border: 0px solid transparent;
	border-radius: 10px;
	color: #5081db;
	font-family: Poppins;
	font-weight: 500;

	font-size: 20px;

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

.frm-card .nav-tabs .nav-link:hover {
	color: #473e3e;
	background: #f8cf4a;
	isolation: isolate;
}

.frm-card .nav-tabs .nav-link.active {
	color: #473e3e;
	background: #f8cf4a;
	isolation: isolate;
}

.quoteform {
	margin: 0px;
}

.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 14px 20px;
	background-color: #204281;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 25px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	line-height: 150%;
	letter-spacing: 0.5%;
	color: #6e95dd;
	border: none;
}

.quoteform .form-control::placeholder {
	color: #6e95dd;
	opacity: 1;
}

.query {
	width: 100%;
	background: #0b61ff;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: Poppins;
	font-weight: 500;

	font-size: 22px;

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

.query:hover {
	background: #000;
}

.frm-card p {
	color: #fff;
	margin: 40px 0px;
	font-size: 16px;
	line-height: 26px;
}

/* ==================================================================*/
/* policy section */
/* ==================================================================*/

/* ==================================================================*/
/* testimonial section" */
/* ==================================================================*/

.testimonial-section {
	padding: 100px 0px;
	margin: 0px;
	background: #fafafa;
	overflow: hidden;
}

.testimonial-section h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.testimonial-section h2::before {
	position: absolute;
	content: "";
	top: -20px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
	height: 2px;
	background: #283347;
}

.testimonial-inner {
	margin: 100px 0px;
	padding: 0px;
}

.testimonial-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.testimonial-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.testimonial-text {
	margin: 0px;
	padding: 0px 0px 0px 100px;
	/*max-width: 650px;*/
	text-align: left;
}

.testimonial-text h5 {
	color: #fdab22;
	font-size: 20px;
	margin-right: 5px;
	padding: 0px 0px 20px 0px;
}

.testimonial-text h3 {
	font-family: Archivo;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0.5%;
	color: #283347;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.testimonial-text p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #5d6376;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.testimonial-text h4 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px;
	margin: 0px;
}

.testimonial-carousel .owl-dots {
	position: absolute;
	bottom: 130px;
	right: 0px;
	left: 50px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

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

.testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dots .owl-dot:hover span {
	background: #2a5fbf;
	width: 14px;
	height: 14px;
	border-radius: 25px;
}

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

/* ==================================================================*/
/* faq section */
/* ==================================================================*/

.faq-section {
	padding: 100px 0px;
	margin: 0px;
	overflow: hidden;
}

.faq-section h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.faq-section h2::before {
	position: absolute;
	content: "";
	top: -20px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
	height: 2px;
	background: #283347;
}

.faq-section-inner {
	padding: 0px;
	max-width: 1400px;
	margin: 0px auto;
}

.working-process .accordion-item {
	border: 1px solid #8e98ad;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0px 4px 10.4px 0px #0000001a;
}

.working-process .accordion-item .accordion-button {
	background-color: #fff;
	padding: 15px 20px;
	border-bottom: 0px solid #fff;
}

.working-process .accordion-item .accordion-collapse.collapse.show,
.working-process .accordion-item .accordion-collapse.collapse.show {
	background-color: var(--primary-color);
	transition: all 0.2s ease-in-out;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
	color: var(--secondary-color);
	transition: all 0.2s ease-in-out;
	background-color: var(--primary-color) !important;
	box-shadow: none;
}

.working-process .accordion-item .accordion-button:focus {
	box-shadow: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
	padding: 10px 20px;
}

.accordion-button::after {
	background-image: none;
	font-family: "Font Awesome 6 Free";
	content: "\f054";
	height: 35px;
	width: 35px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid var(--secondary-color);
	background-color: var(--body-color);
	color: var(--secondary-color);
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f107";
}

.working-process .accordion-item .collapsing {
	transition: all 0.3s ease-in-out;
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* two equal columns */
	gap: 30px;
	/* space between columns */
}

.faq-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	/* space between accordion items */
}

/* Responsive: stack into one column on small screens */
@media (max-width: 768px) {
	.faq-grid {
		grid-template-columns: 1fr;
	}
}

.accordion-item h4 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px;
	margin: 0px;
}

.accordion-body p {
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #5d6376;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/* ==================================================================*/
/* faq section */
/* ==================================================================*/

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

.footer {
	background: #14274b;
	padding: 80px 0px 0px 0px;
	position: relative;
}

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

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

.newsletter-content h3 {
	font-family: Archivo;
	font-weight: 600;

	font-size: 24px;

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

	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	max-width: 70%;
}

.newsletter-content p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 16px;

	line-height: 26px;
	letter-spacing: 0%;
	color: #86a2d9;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	text-align: left;
}

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

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

.newsletter-content .input-group .form-control {
	padding: 15px 20px;
	border-radius: 0px;
	border: 0px;
	background: transparent;
	color: #b3dafe;
	border: 1px solid #476397;
	border-radius: 10px;
}

.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: 10px;
	border-bottom-right-radius: 10px;
}

.newsletter-content .input-group .news-btn {
	margin: 0px;
	border: 0px;
	z-index: 9;
	height: 100%;
	font-weight: 600;
	padding: 0px 20px;
	border-radius: 10px 10px 0px 0px !important;
	background-color: transparent;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #b3dafe;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.footer-menu-row h3 {
	font-family: Archivo;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	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: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #86a2d9;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}

.footer-menu-box a:hover {
	color: #2a5fbf;
	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 #fffcf8;
	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;
}

.footer-side-menu ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

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

.footer-side-menu ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	position: relative;
}

.footer-side-menu ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px 0px 0px 8px;
	color: #d5e9e5;
	font-size: 20px;
}

.footer-side-menu ul li a:hover {
	color: #0476e7;
}

.footer-side-menu ul li:last-child a::after {
	display: none;
}

.copyright p {
	font-family: Poppins;
	font-weight: 400;

	font-size: 16px;

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

.copyright p a {
	color: #395893;
}

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

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

.footer-info {
	margin: 30px 0px 0px 0px;
}

.footer-info p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 16px;

	line-height: 26px;
	letter-spacing: 0%;
	color: #86a2d9;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.footer-info p span {
	color: #fff;
}

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

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50px;
	background-color: #14274b;
	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*/
/* ==================================================================*/


/*contact page*/

.contact-us-inn .addresscard {
	margin: 0px 0px;
	padding: 40px 20px;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	min-height: 260px;
	box-shadow: 0 18px 40px -10px 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;
}

.addresscard-icon img {
	width: 26px;
}

.contact-us-inn .addresscard h5 {
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	color: #16459a;
	text-transform: uppercase;
	width: 100%;
}

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

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

.contact_section2 {
	margin-top: 80px;
}

.contact_section2 h3 {
	font-weight: 600;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: center;
	color: #16459a;
	margin: 0px 0px 60px 0px;
	padding: 0px;
}

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

.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: #0B2C69 !important;
	border: 1px solid #0B2C69 !important;
	color: #fff;
}

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

.contact_right {
	padding: 0px 0px 0px 40px;
	margin: 0px;
}

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

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

.inner-banner-section img {
	width: 100%;
	height: 250px;
	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, rgba(0, 0, 0, 0) 11.7%, rgba(0, 0, 0, 0.25) 99.75%);
}

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

.inner-banner-section-text h1 {
	text-align: center;
	color: #fff;
	font-family: Archivo;
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 20px;
	line-height: 50px;
	padding-bottom: 0px;
	font-family: Archivo;
}

.inner-pages {
	padding: 80px 0px;
}

.inner-pages p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #5d6376;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.inner-pages h1 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	position: relative;
}

.inner-pages h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	position: relative;
}

.inner-pages h3 {
	font-family: Archivo;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	position: relative;
}

.inner-pages h4 {
	font-family: Archivo;
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #283347;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	position: relative;
}


/*******BLOG PAGE************/

.blog_detail .nav-previous,
.blog_detail .nav-next {
	color: #fff !important;
}

/*.blog_main{background:#f2f2f2; padding-top: 40px;}*/
.blog_left {
	width: 64%;
	padding: 0 30px;
	float: left;
}

.blog_right {
	width: 30%;
	padding: 0;
	margin-left: 30px;
	float: left;
	margin-top: 0px;
}

.blog_title {
	color: #333333;
	font-size: 30px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0;
}

.blog_title:before {
	content: '';
	position: absolute;
	border-top: 2px solid #f2ad1d;
	width: 100%;
	top: 0;
}

.blog_tags,
.blog_post {
	margin-bottom: 25px;
}

.blog_category {
	margin: 60px 0;
}

.blog_category h2 {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-size: 32px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #0B1C3F;
}

.blog_category ul li {
	border-bottom: 1.3px dashed #0F6D4B;
	list-style: none;
}

.blog_category ul li:hover a,
.blog_category ul li.active a {
	color: #f21d1d;
}

.blog_category ul li a {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #212121;
	display: block;
	padding: 10px 0;
}

.blog_category ul li a span.lower {
	font-family: 'Inter';
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 25px;
	letter-spacing: 0%;
	color: #0F6D4B;
	float: right;
}

.blog_category ul {
	margin-bottom: 0;
	margin-top: 20px;
}

.blog_tagh2 {
	padding: 14px 0px 0px;
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
}

.blog_tags ul {
	padding: 20px 15px
}

.blog_tags li {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	margin: 5px 3px
}

.blog_tags li.active,
.blog_tags li:hover {
	border: 1px solid #40a2d5;
}

.blog_img img {
	max-width: 100% !important;
	margin: 0 0 20px 0 !important;
}

.blog_tags li.active a,
.blog_tags li:hover a,
.blog_post a {
	color: #40a2d5;
	display: block;
}

.blog_post {
	margin-top: 36px;
}

.blog_post a {
	color: #0B1C3F;
	display: block;
}

.blog_post a:hover {
	text-decoration: underline
}

.blog_tags li a {
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	color: #969696;
	text-transform: uppercase;
	display: block;
	padding: 2px 21px;
}

.blog_post li {
	border-bottom: 1.3px dashed #0F6D4B;
	padding: 25px 0px;
	list-style: none !important;
}

.blog_post .row {
	margin: 0
}

.blog_post p {
	color: #6e6e6e;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}

.postcontent {
	float: left;
	width: 64%;
	padding: 0 15px
}

.postimg {
	width: 120px;
	overflow: hidden;
	float: left;
	padding-left: 0px;
}

.postimg img {

	max-width: 100% !important;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0 !important;
	border-radius: 10px;
	overflow: hidden;
}

.postcontent p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #5d6376;
	margin: 0px;
	padding: 0px;
}

.postcontent p.list-date {

	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #0B2C69;
	margin-top: 15px !important;
	font-family: Archivo;
}

.footer_menu li.current_page_item a {
	color: #4d920c;
}

.fc-view table tr td {
	text-align: center !important;
}

.comment-form input[type="submit"] {
	padding: 10px 20px;
	background: #40a2d5;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #40a2d5;
	display: block;
	height: 50px;
}

.blog_detail {
	margin: 50px 0 30px;
	padding-top: 33px;
}

.blog_detail .nav-next svg,
.blog_detail .nav-previous svg {
	display: none !important;
}

.blog_detail .navigation h2 {
	display: none;
}

.nav-links span.nav-subtitle,
.nav-links span.nav-title {
	display: none;
}

.blog_detail .nav-links {
	width: 100%;
	display: inline-block;
}

.blog_detail .nav-previous {
	width: auto;
	float: left;
	margin: 10px 10px;
	background: #621A4A;
	padding: 7px;
	color: #fff;
}

.blog_detail .nav-links a {
	color: #fff;
}

.blog_detail .nav-next {
	width: auto;
	float: right;
	margin: 10px 10px;
	background: #621A4A;
	padding: 7px;
}

.comments-area {
	width: 100%;
	margin: 30px 0 0;
}

.comments-area label {
	width: 100%;
	display: block;
}

.comments-area input[type="text"],
.comments-area input[type="tel"],
.comments-area input[type="email"],
.comments-area input[type="password"] {
	width: 100%;
}

.comments-area textarea {
	width: 100%;
	resize: none;
	height: 135px;
}

.gallery_box {
	width: 100%;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 0 25px 0;
}

.gallery_box img {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	float: none !important;
	height: 300px;
	object-fit: cover;
}

.gallery_box h3 {
	color: #424242;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 20px 0 0;
}

.evntpic img {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

.evntpic_info {
	margin: 0 0 35px;
}

.blog_list {
	background: #fff;
	box-shadow: 0px 0px 1px 1px #D3CEC6;
	display: block;
	padding: 20px;
	border-radius: 20px;
	height: 500px;
}

.list_content {
	padding: 10px 0;
	min-height: 100px;
}


.blog_img {
	text-align: center;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.blog_img a img {
	width: 100%;
	height: 100%;
}

.list_content h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #0b2c69;
	margin: 10px 0px;
	padding: 0px;
}

.title2 {
	color: #9C9B9B;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px
}

.title3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0%;
	color: #212121;
	margin-bottom: 8px;
	margin-top: 16px;
	text-align: left;
}

.smalltxt {
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0;
	margin: 15px 0 0 0 !important;
}

.color1 {
	color: #170654;
}

.datetxt i {
	margin-right: 6px
}

.iconfav {
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	display: inline-block;
	color: #ABABAB;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 13px;
	margin: 0 4px
}

.iconfav span {
	border-left: 1px solid #e1e1e1;
	display: inline-block;
	padding-left: 10px;
}

.blog_bottom {
	padding: 20px 18px;
}

.blog_left .blogborder {
	padding-top: 30px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.blog_left .blogborder:before {
	position: absolute;
	content: '';
	border-top: 1px solid #fff;
	top: -1px;
	width: 96%;
	left: 0
}

.blog_left .blogborder:nth-child(odd):before,
.blog_left .blogborder:nth-child(odd):after {
	right: 0;
	left: auto
}

.blog_left .blogborder:nth-child(1):before,
.blog_left .blogborder:nth-child(1):after,
.blog_left .blogborder:nth-child(2):before,
.blog_left .blogborder:nth-child(2):after {
	content: none
}

.blog_left .blogborder:after {
	position: absolute;
	content: '';
	border-top: 1px solid #e1e1e1;
	top: 0px;
	width: 96%;
	left: 0
}

.blog_search .input-group {
	display: flex;
}

.blog_search .form-control {
	border-radius: 30px;
	border-color: #4d920c;
	height: 50px;
	padding: 6px 20px;
	box-shadow: none !important;
	z-index: 0;
	border-right: none
}

.blog_search {
	margin-bottom: 30px
}

.blog_search .input-group-addon:before {
	position: absolute;
	content: '';
	background: #170654;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 84%;
	margin: auto;
	left: 0
}

.blog_search .input-group-addon {
	background-color: #fff;
	border-radius: 0 30px 30px 0;
	border: 1px solid #4d920c;
	color: #888;
	padding: 0;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	border-left: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_fix .fix_list li img {
	width: 100%;
}

.detailcontent,
.detailcontent1,
.detailcontent2 {
	background: #fff;
	padding: 25px 35px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);
	width: 100%;
	display: inline-block;
}

.blog_detail .blog_right {
	margin-top: 0
}

.detailcontent .blog_tags {
	box-shadow: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px
}

.detailcontent .blog_tags ul {
	padding: 5px 0;
	margin-bottom: 0
}

.detailtitle {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	margin: 8px 0 10px;
	font-family: 'Alegreya Sans', sans-serif;
}

.detailimg1 {
	border-top: 1px solid #e1e1e1;
	padding-top: 25px;
	margin-top: 15px;
	margin-bottom: 25px
}

.imgbox img {
	border: 6px solid #dad7d7;
	max-width: 100%;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.detailtxt {
	color: #5C5C5C;
	font-size: 15px;
	line-height: 24px;
	margin: 5px 0 18px
}

.txtunderline {
	text-decoration: underline
}

.detailcontent1,
.detailcontent2 {
	border-top: 1px solid #e1e1e1;
}

.detailcontent1 img {
	max-width: 100%
}

.imgbox1 {
	overflow: hidden;
	max-height: 412px
}

.bloglink li {
	display: inline-block;
	border: 1px solid #999;
	border-radius: 3px;
	margin: 2px
}

.linkcount {
	border-left: 1px solid #e1e1e1;
	padding-left: 5px;
	margin-left: 5px;
}

.bloglink li a {
	color: #999;
	font-weight: 600;
	display: block;
	padding: 6px 10px;
	font-size: 14px
}

.bloglink li:hover a {
	color: #f2ad1d;
}

.bloglink li:hover {
	border: 1px solid #f2ad1d;
}

.commentbox {
	background: #fff;
	padding: 30px 35px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);
	margin-top: 30px
}

.commentbox label {
	color: #5C5C5C;
	font-size: 15px;
	line-height: 24px;
	display: block;
	font-weight: normal;
	margin-bottom: 8px
}

.btncomment {
	border: 1px solid #f2ad1d;
	background-color: #fff;
	color: #f2ad1d;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	width: 100%;
	text-align: left
}

.btncomment:hover {
	background-color: #f2ad1d;
	color: #fff;
}


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

	.blog_bottom,
	.blog_post li,
	.blog_tags ul,
	.list_content {
		padding: 10px;
	}

	.blog_category ul li a {
		font-size: 14px;
		line-height: 36px;
		padding: 6px 10px
	}

	.title1 {
		font-size: 14px;
		line-height: 18px
	}

	.title3 {
		font-size: 13px
	}

	.blog_post p,
	.detailtxt {
		font-size: 13px;
		line-height: 18px
	}

	.blog_right {
		margin-left: 0;
		margin-top: 30px
	}

	.blog_left {
		width: 67%
	}

	.blog_left .blogborder {
		padding-top: 30px;
		margin-bottom: 30px
	}

	.blog_tagh2,
	.blog_category h2 {
		font-size: 20px;
		line-height: 20px;
		padding: 12px 10px
	}

	.blog_tags li a {
		padding: 2px 14px
	}

	.blog_tags li {
		margin: 5px 1px
	}

	.postimg {
		width: 36%;
	}

	.blog_category,
	.blog_tags,
	.blog_post,
	.blog_search {
		margin-bottom: 20px
	}

	.detailcontent,
	.detailcontent1,
	.detailcontent2 {
		padding: 20px 15px
	}

	.blog_bottom .datetxt {
		margin: 7px 0 0
	}

}

/*.blog_detail h2 {*/
/*    font-size: 23px;*/
/*    font-weight: 200;*/
/*}*/

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

	.blog_left,
	.blog_right {
		width: 100%;
		float: none
	}

	.blog_right {
		width: 100%;
		margin: 0 auto
	}

	.commentbox {
		margin-bottom: 30px
	}

	.postimg {
		width: 112px
	}

	.postcontent {
		width: 74%
	}
}

@media screen and (max-width: 767px) {
	.favtxt {
		text-align: left !important;
		margin-top: 7px
	}

	.detailcontent,
	.detailcontent1,
	.detailcontent2 {
		padding: 15px
	}

	.postimg {
		width: 36%
	}

	.postcontent {
		width: 64%
	}
}

@media screen and (max-width:500px) {
	.blog_right {
		width: 100%;
		margin-top: 30px
	}

	.blog_left .blogborder {
		width: 100%;
		float: none;
		margin-bottom: 0
	}

	.blog_left .blogborder:before,
	.blog_left .blogborder:after {
		content: none
	}
}

.blog_detail h1 {
	text-align: left;
	color: #1E1E1E;
	font-family: "Playfair Display", serif;
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 20px;
}

.blog_detail h4 {
	text-align: left;
	color: #1E1E1E;
	font-family: "Playfair Display", serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 20px;
}

/*.single-post .blog_detail h2 {
    font: normal normal 600 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #170654;
    text-align: left;
        font-size: 32px !important;
}*/

.single-post .blog_detail h3 {
	font: normal normal 500 18px Poppins !important;
	padding: 0 0 15px 0;
	margin: 0;
	color: #9f0fce;
	text-align: left;
	font-size: 23px !important;
}


a.blog_lst {
	background: #9f0fce;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 1px 0 0 0;
}

.blog_post h2 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

div#comments {
	display: none !important;
}

.blog_img img {
	width: 100%;
	height: 210px;
	object-fit: fill;
}

/*.detailcontent p{
  font-size: 1vw;
  color: #666;
  line-height: 34px;
  text-align: left;  
}*/
#main_body {
	padding: 40px 0;
}


.aboutrightimg {
	border-radius: 20px;
	overflow: hidden;
}


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


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


.aboutuspage-text {
	padding: 0px 100px 0px 0px;
}


.service-box {
	padding: 20px;
	margin: 0px 0px 40px 0px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
	box-shadow: 0px 4px 14.1px 0px #00000040;
	border-radius: 15px;
}


.service-icon {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;

}

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

.service-icon:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-text {
	margin: 20px 0px;
}

.service-text h4 {
	font-family: Archivo;
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283347;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

.service-text p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #5d6376;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


/*****BLOG END*********************************/


.stellarnav li li.has-sub>a::after {
	content: "\f054";
	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;
}


section.insuranc-section {
    display: none;
}


.stellarnav ul ul ul {
	top: 0;
	left: 223px;
	width: 360px;
}

.stellarnav ul li li a { padding: 10px 10px;  }

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

.getquote {
    text-align: center;
}

.getquote a{
background-color: #0b2c69;
color: #ffffff;
border: 1px solid #0b2c69;
font-size: 18px;
padding: 10px 12px;
border-radius: 5px;
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
z-index: 1;
width: fit-content;
display: inline-flex;
font-family: Poppins;
}

