@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.font-In {
	font-family: "Inter", sans-serif;
}

.header-content {
	width: 1250px;
	max-width: 100%;
	margin: 0px auto;
}

.heading-content {
	width: 1150px;
	max-width: 100%;
	margin: 0px auto;
}

.body-content {
	width: 1150px;
	max-width: 100%;
	padding-bottom: 3rem;
	padding-top: 2rem;
	margin: 0px auto;
}


.navbar-expand-lg .navbar-nav .nav-link {
	color: #000;
	text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
	padding: 5px 3px;
	margin: 0rem 35px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {}

.menu-item .nav-link {
	padding: 1rem;
}

nav.fixed-top {
	background-color: white;
}

.dropdown-toggle::after {
	color: #ADC4DA !important;
	margin-left: .5em !important;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 35px !important;
	margin-top: var(--bs-dropdown-spacer);
	width: 275px;
}

.sub-menu .menu-item {
	padding: 0rem;
}

.navbar-expand-lg .navbar-nav .sub-menu .nav-link {
	color: rgb(72, 72, 72);
	text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	/* 350% */
	padding: .2rem 1rem;
	margin:0rem;
}

.footer-content {
	width: 1150px;
	max-width: 100%;
	margin: 0px auto;
}

.footer .menu-item {
	padding: 0rem 0rem .5rem 0rem;
}

.footer .menu-item::marker {
	color: #4CA7E1 !important;
}

.footer .menu-item a {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 150% */
	text-decoration: none;
}

.footerMenu ::marker {
	color: #1188F4;
}

ul#menu-social-menu {
	margin-bottom: 0rem;
}

ul#menu-social-menu .menu-item {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 150% */
	text-decoration: none;
}

.menu-divider img.img-fluid {
	position: absolute;
	top: 0px;
	left: 0;
	height: 300px;
}

.footer-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	/* 150% */
}

/* ul#menu-footer {
    margin-left: 3rem;
} */
.privacy-text:after {
	content: " | ";
	color: #4CA7E1;
}

.navbar-expand-lg .navbar-nav .sub-menu .nav-link:hover {
    color: white;
    background-color: transparent;
    padding-right: 1rem;
    border-radius: 6px;
    padding-left: 1rem;
    color: #4CA7E1;
}

.navbar-toggler-icon {
	background-image: url(/wp-content/uploads/2025/09/menubar.svg) !important;
}


.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

/* Mobile nav fixes */
@media (max-width: 991.98px) {
	.navbar-collapse {
		background-color: #fff;
	}
	.navbar-nav .sub-menu {
		position: static !important;
		float: none !important;
		width: 100% !important;
		box-shadow: none !important;
		border: none !important;
		background: transparent !important;
		padding-left: 1rem;
		display: none;
	}
	.navbar-nav .sub-menu.show {
		display: block !important;
	}
	.navbar-nav .sub-menu .nav-link {
		padding: 0.5rem 1rem;
		margin: 0 !important;
	}
	.dropdown-menu[data-bs-popper] {
		left: 0 !important;
	}
	.dropdown:hover .dropdown-menu {
		display: none !important;
	}
	.dropdown:hover .dropdown-menu.show {
		display: block !important;
	}
}

li#menu-item-16 {
	border-radius: 8px;
	border: 1px solid var(--04-additional-pms-536, #ADC4DA);
	background: var(--03-on-primary-high-emphasis, #FFF);
}

li#menu-item-17 {
	background-color: #4CA7E1;
	border-radius: 6px;
}

li#menu-item-17 a:hover {
	background-color: #4CA7E1;
	border-radius: 6px;
	border: 0px solid #4CA7E1;
}

h2 {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
}

.banner-title span {
	color: var(--01-primary-500, #4CA7E1);
	text-align: center;
	font-size: 58px;
	font-style: normal;
	font-weight: 600;
	line-height: 78px;
	/* 91.429% */
}

.banner-title {
	color: #FFF;
	font-size: 58px;
	font-style: normal;
	font-weight: 600;
	line-height: 78px;
	/* 91.429% */
}

.banner-text {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	/* 158.333% */
	letter-spacing: 0.5px;
}

img.img-fluid.main-dashbord {
	margin-bottom: -11rem;
}

.common-title {
	color: var(--00-on-surface-high-emphasis, rgba(0, 0, 0, 0.87));
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	/* 93.75% */
}

.common-title span {
	color: var(--02-secondary-secondary, #2F9FD8);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}

.common-desc {
	color: var(--00-on-surface-high-emphasis, rgba(0, 0, 0, 0.87));
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	/* 163.636% */
	letter-spacing: 0.5px;
}

.agent-desc {
	color: var(--00-on-surface-high-emphasis, rgba(0, 0, 0, 0.87));
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 163.636% */
	letter-spacing: 0.5px;
}

.banner-top {
	padding-top: 6rem !important;
}

.about-us-content {
	border-radius: 20px;
	border: 1px solid var(--01-primary-500, #4CA7E1);
	background: #FFF;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.10);
	padding: 1rem 2rem !important;
}

.carousel-indicators {
	position: absolute;
	right: auto;
	bottom: auto;
	top: 25px;
	left: 0px;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	margin-left: 0;
	list-style: none;
}

.carousel-caption {
	position: absolute;
	right: auto;
	top: 34%;
	left: 10%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	/* width: 30px; */
	/* height: 3px; */
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: 0;
	cursor: pointer;
	background-color: transparent;
	background-clip: padding-box;
	border: 0;
	border-top: 0px solid transparent;
	border-bottom: 0;
	opacity: .5;
	transition: opacity .6s ease;
}

.carousel-indicators .active {
	opacity: 1 !important;
}

.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
	inline-size: 100%;
	height: 51px !important;
	color: #979797;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 8px;
}

input#gform_submit_button_1 {
	width: 264px !important;
	border-radius: 8px;
	background-color: #F46F11;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 2px;
	height: 51px !important;
}
input#gform_submit_button_4 {
	width: 264px !important;
	border-radius: 8px;
	background-color: #F46F11;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 2px;
	height: 51px !important;
}

.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
	line-height: 1;
	margin-top: -1rem;
}

.carousel-title {
	font-size: 58px;
	font-style: normal;
	font-weight: 600;
	line-height: 70px;
	font-family: "Inter", sans-serif;
}

.hero-slide {
	height: 528px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.hero-overlay {
	width: 100%;
}

.carousel-indicators {
	position: absolute;
	right: auto;
	bottom: auto;
	top: 25px;
	left: auto;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	margin-left: 0;
	list-style: decimal;
	counter-reset: carousel-counter;
}

.carousel-control-prev,
.carousel-control-next {
	display: none;
}

a.btn.btn-primary.hero-btn {
	position: absolute;
	bottom: 55px;
}

a.hero-category.hero-category-btn {
	display: inline-flex;
	border-radius: 4px;
	background: #1188F4;
	text-decoration: none;
	color: white;
	padding: 1rem;
	text-align: center;
	margin-right: 1.5rem;
	color: var(--03-on-primary-high-emphasis, #FFF);
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
}

span.hero-date {
	color: #FFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
}

.hero-btn {
	position: absolute;
	bottom: 55px;
	color: var(--03-on-primary-high-emphasis, #FFF);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 0px;
	letter-spacing: 2px;
	border-bottom: 3px solid #1188F4;
	;
	border-radius: 0;
}

.hero-btn:hover {
	color: var(--03-on-primary-high-emphasis, #FFF);
	border-bottom: 3px solid #1188F4;
	;
	border-radius: 0;
}

.featured-carousel-container {
	overflow: hidden;
	width: 100%;
}

.featured-carousel {
	display: flex;
	gap: 20px;
}

.featured-card {
	flex: 0 0 calc(25% - 15px);
	min-width: 0;
}

.featured-card .card {
	height: 100%;
	display: flex;
	flex-direction: column;
}



.featured-card .card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.featured-card .card-meta {
	margin-top: auto;
}

.blog-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blog-card .card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.blog-card .card-meta {
	margin-top: auto;
}

h2.section-title {
	color: #48525B;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
	font-family: "Inter", sans-serif;
}

.carousel-nav.position-absolute {
	right: 0;
	top: 0;
}

button.nav-arrow {
	width: 34px;
	height: 34px;
	border-radius: 4px;
	border: 1.5px solid #979797;
}

.card-img-wrapper {
	border-radius: 10px;
}

.featured-btn {
	border-radius: 4px;
	background: #1188F4;
	padding: 1rem;
	margin-right: 1rem;
}

.featured-btn a {
	text-decoration: none;
	color: var(--03-on-primary-high-emphasis, #FFF);
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
	font-family: "Inter", sans-serif;
}

.featured-date {
	color: #48525B !important;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
}

.featured-card p.card-text, .category-cards p.card-text {
	color: #48525B;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.featured-card h5.card-title, .category-cards h5.card-title {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}
img.card-img-top.wp-post-image {
    border-radius: 10px;
	height: 240px;
    object-fit: cover;
}
/* Social Newsletter Section */
.social-newsletter-section {
    width: 100%;
}

.social-column {
/*     //background: #DFEFFF; */
    min-height: 300px;
}

.newsletter-column {
/*     background: #2B69A3; */
    min-height: 300px;
}

.social-title {
    color: #000;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 133.333% */
}

.newsletter-title {
  
    color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 133.333% */
}

.newsletter-text {
    color: #FFF;
    font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}

.social-icons-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-icon-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-icon-link:hover {
    transform: scale(1.1);
}

.social-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
/* .social-column, .newsletter-column {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 6rem;
} */
.category-tabs .nav-link {
    color: #666;
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    font-weight: 600;
    padding: 5px;
	color: #48525B;
	text-align: right;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.category-tabs .nav-link.active {
    color: #007bff;
    border-bottom-color: transparent;
    background: none;
}

.posts-scroll-container {
	height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
/*     max-height: 1125px; */
}

.posts-scroll-container::-webkit-scrollbar {
    display: none;
}

.posts-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.post-item {
    padding: 0 15px;
    transition: opacity 0.3s ease;
}

.post-item.post-hidden {
    opacity: 1;
}

.posts-scroll-container.scrolled .post-item.post-hidden {
    opacity: 1;
}

.posts-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.posts-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.posts-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.posts-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}
span.cat-pipe {
    margin-left: .5rem;
    margin-right: .5rem;
	color: #007bff;
}
.nav-tabs .nav-link:hover {
    border: 0;
}
.add-title{
	color: #00ACEE;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 43.931px;
font-style: normal;
font-weight: 800;
line-height: 51.619px; /* 117.5% */
}
.add-text{
	color: #FFF;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 24.162px;
font-style: normal;
font-weight: 500;
line-height: 39.538px; /* 163.636% */
}
.add-btn{
	color: var(--03-on-primary-high-emphasis, #FFF);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 17.572px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2.197px;
	padding:1rem;
	border-radius: 8.786px;
background: #F46F11;
	margin-bottom:1rem;
}
.ad-section {
    height: 825px;
    max-height: 100%;
}
.form-select{
	color: #48525B;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
text-transform: uppercase;
	font-family: "Inter", sans-serif;
}
h3{
	color: #000;
font-family: "Inter", sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 142.857% */
}
button.nav-arrow.active{
	border:1px solid #1188F4;
}
button.nav-arrow.active svg path {
    stroke: #1188F4 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
		color: #1188F4;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
	    content: var(--bs-breadcrumb-divider, ">") !important;color: #1188F4;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
}
.blog-post-title{
	color: #000;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: 72px; /* 156.522% */
}
.blog-content p{
	color: #48525B;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
}
.blog-content p strong{
	color: #48525B;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
}
li.breadcrumb-item{
	color: #48525B;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
text-decoration:none;
}
li.breadcrumb-item a{
	color: #48525B;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
text-decoration:none;
}
.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
    margin-block-start: var(--gf-desc-space);
    color: white !important;
	font-family: "Inter", sans-serif;
}
    .gform-theme--framework .gform_validation_errors .gform_submission_error {
        align-items: center;
        flex-direction: row;
        color: white !important;
		font-family: "Inter", sans-serif;
    }
.gform-theme--framework .gform_validation_errors{
	border-color:white !important;
}
.gform-theme--framework .gform_validation_errors:focus{
	border-color:white !important;
}
span.share-label {
    color: #403B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
}
.post-navigation{
	display: flex;
    justify-content: end;
    color: #48525B;
    text-align: right;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
span.blog-date {
    color: #48525B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.releated-title{
	color: #48525B;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2px;
}
.add-btn:hover{
	background: #F46F11;
	color:white;
}
.gform_confirmation_message_1, .gform_confirmation_message_4 {
    box-sizing: border-box;
    color: white !important;
	font-family: "Inter", sans-serif;
}
.hero-slide.single-blog-bg:before {
    width: 100%;
    position: absolute;
    content: url(/wp-content/uploads/2025/09/overlay.png);
    height: 100%;
    overflow: hidden;
    height: 528px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    border: 0px !important;
}
/* ul.sub-menu.dropdown-menu.shadow.border-0::before {
    background-color: #fff;
    content: "";
    height: 20px;
    left: 25px;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    width: 20px;
    transition: all .1s ease 0s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
} */
.hero-slide-mobile {
    display: none !important;
}
.carousel-indicators-mobile {
    display: flex !important;
    position: absolute;
    top: 20px;
    left: 16px;
    bottom: auto;
    justify-content: flex-start;
    margin: 0;
    gap: 15px;
    z-index: 10;
}

.carousel-indicators-mobile button {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.6;
    text-indent: 0;
    margin: 0;
    position: relative !important;
}

.carousel-indicators-mobile button.active {
    opacity: 1;
}

.carousel-indicators-mobile button.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background: #1188F4;
}


.carousel-indicators-mobile button.active::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    height: 2px;
    background: #1188F4;
}

.carousel-indicators-mobile button {
    position: relative !important;
}
.ginput_container.ginput_container_text {
    margin-bottom: 30px !important;
}
.ginput_container.ginput_container_email {
    margin-bottom: 20px !important;
}
label.gfield_label.gform-field-label {
    display: none !important;
}
.gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    height: 51px !important;
    color: #979797;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: none !important;
    padding-left: 1rem !important;
}
input#gform_submit_button_1 {
    width: 310px !important;
    border-radius: 8px;
    background-color: #F46F11;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    height: 51px !important;
    border: none !important;
}
.blog-content h2{
  color:#48525B !important;
}

.blog-content h2.wp-block-heading{
  color:#48525B !important;
}

.blog-content h2.wp-block-heading strong{
  color:#48525B !important;
}
h2.wp-block-heading {
  color:#48525B !important;
}
  