/* custom setting website start */
figure {
	margin-bottom: 0px;
}

body {
	scroll-behavior: smooth;
	overflow-x: hidden !important;
	font-family: var(--para-font);
	height: 100%;
	position: relative;
}

a.primary-button.blue-linear {
	background: rgb(4, 18, 54);
	background: linear-gradient(
		90deg,
		rgba(4, 18, 54, 1) 0%,
		rgba(45, 84, 161, 1) 100%
	);
	color: #fff;
}
.left-side-gold-wrapper-bottom {
	position: absolute;
	bottom: -290px;
	width: 40%;
	/* height: 50%; */
	left: 0px;
	transform: rotate(270deg);
}
.row.wrapper-rex {
	position: relative;
	z-index: 11;
}
.left-side-gold-wrapper {
	position: absolute;
	top: -30px;
}
section.banner p {
	font-size: 16px;
	font-family: "TomatoGrotesk-Regular";
	color: #fff;
}

.text-darkwrappper {
	color: var(--darkwrapper) !important;
	font-size: 16px;
	font-family: "TomatoGrotesk-Regular";
}

section.testemonial-wrapper p {
	font-size: 16px;
	font-family: "TomatoGrotesk-Regular";
	color: #fff;
}

input:focus-visible {
	outline: none;
}

html {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	color: var(--light-bg);
	margin: 0;
}

li {
	list-style: none;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 27px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

ul {
	padding: 0;
}

@media (max-width: 576px) {
	h2 {
		font-size: 28px !important;
	}
}

.preloader .text-container h1 {
	font-family: "Aeonik-Bold";
	font-size: 50px;
	color: #f5ec07;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #002254;
	overflow: hidden;
	z-index: 999999;
}

.preloader .text-container {
	display: flex;
	flex-direction: row;
	gap: 1em;
	overflow: hidden;
	color: white;
	opacity: 0;
}

p {
	font-size: 16px;
	font-family: "TomatoGrotesk-Regular";
	color: #211f1b;
}

.contant-heading p {
	color: #000;
}

.contant-heading p strong {
	color: #000;
	font-weight: 800;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	transition: 1s;
}

.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.sub_heading {
	font-size: 56px;
	font-family: var(--heading-font);
	color: #fff;
}

ul.btn {
	margin-bottom: 0;
}

.para_font {
	font-family: var(--medium-font);
	font-size: 15px;
	color: #ffffff;
	opacity: 0.73;
}

.medium_text {
	font-size: 35px;
}

.text-sm,
.text-sm-all * {
	font-size: 12px;
	font-family: var(--para-font);
}

/* btn */
.usd-btn span.main-btn {
	color: #000;
}

.usd-btn:hover span.main-btn {
	color: #fff;
}

.usd-btn:hover img {
	filter: invert(1);
}

.primary-button {
	border-radius: 500px;
	overflow: hidden;
	color: #0f2b6b;
	border: 0;
	font-family: "TomatoGrotesk-Medium";
	font-size: 16px;
	border-radius: 100px;
	padding: 10px 25px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	background-color: #e7bb34;
	border: none;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 249px;
}

.btn-box-shadow {
	-webkit-box-shadow: -1px -1px 0px 21px rgba(231, 187, 52, 0.25);
	-moz-box-shadow: -1px -1px 0px 21px rgba(231, 187, 52, 0.25);
	box-shadow: -1px -1px 0px 10px rgba(231, 187, 52, 0.25);
}

a:hover {
	color: #fff;
}

@keyframes scale-up {
	to {
		transform: scale(600);
	}
}

@keyframes scale-down {
	from {
		transform: scale(600);
	}

	to {
		ransform: scale(0);
	}
}

/* btn */
a.cart i.fa-regular.fa-user {
	font-size: 18px;
}

.btn-light {
	background: #fff;
}

.bg-light {
	background: var(--light-bg) !important;
}

.bg-gray {
	background: var(--bg-gray) !important;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: rgb(93, 110, 133);
	background: linear-gradient(
		90deg,
		rgba(93, 110, 133, 0.9360119047619048) 0%,
		rgba(140, 133, 98, 1) 9%,
		rgba(230, 186, 51, 1) 26%,
		rgba(230, 186, 51, 1) 66%,
		rgba(140, 133, 98, 1) 85%,
		rgba(93, 110, 133, 0.9136029411764706) 100%
	);
}

::-webkit-scrollbar-thumb {
	background: #002254;
}

.light-text,
.light-text * {
	color: var(--light-color);
}

.dark-text {
	color: var(--heading-color);
}

.section {
	padding: 50px 0px;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {
	background: #e6e6e6;
	font-size: 16px;
	color: #000;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
	font-family: "TomatoGrotesk-Regular";
}

/* .form-control:focus {
	background: #012255;
	box-shadow: none;
} */

.form-control::placeholder {
	color: #676767;
	font-family: "TomatoGrotesk-Regular";
	font-size: 16px;
}
.w-fit {
	width: fit-content;
}

.right-0 {
	right: 0;
}

.left-0 {
	left: 0;
}

.opacity-80 {
	opacity: 0.8;
}

.border-rounded {
	border-radius: 50px;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-70 {
	opacity: 0.7;
}

/* Custom Input Start here */
.form-start .form-control {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	color: #635f5f;
	/* height: 46px; */
	border-radius: 0;
	padding: 15px 22px;
	font-family: var(--para-font);
	font-family: "TomatoGrotesk-Regular";
}

.form-select {
	display: block;
	background: #e6e6e6;
	font-family: "Aeonik-Medium";
	font-size: 16px;
	color: #000;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px;
	border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-select:focus {
	background: #012255;
	color: #fff !important;
	box-shadow: none;
}

.form-group {
	margin-bottom: 20px;
}

/* custom setting website start */

/* Header Start Here */
/* Add animation to the hamburger icon */
header.without-login {
	position: absolute;
	width: 100%;
	z-index: 4;
	padding-top: 10px;
}

button#dropdownMenuButton {
	width: 122px;
}

li.breadcrumb-item a {
	text-transform: capitalize;
}

.border-right-wrapper {
	position: relative;
	padding-right: 0px;
}

header.without-login-wrapper {
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 111;
}

.usd:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 66px;
	left: -50px;
	background: #3f64ae;
	top: -30px;
}
header.without-login-wrapper li.nav-item .dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0px !important;
	margin-top: 0.125rem;
}
.usd {
	position: relative;
}
a.nav-link.primary-button {
	width: 170px;
	padding: 0 !important;
	height: 45px;
	background: linear-gradient(
		90deg,
		rgba(222, 165, 13, 1) 25%,
		rgba(231, 187, 52, 1) 71%,
		rgba(231, 187, 52, 1) 94%
	);
	color: #14378a !important;
}
header.without-login-wrapper ul.navbar-nav.me-auto {
	align-items: center;
}
.navbar-light .navbar-brand img {
	width: 100%;
	object-fit: scale-down;
	/* height: 72px; */
}

header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
	padding: 5px 0px;
	margin: 0px 0px;
	color: #e7bb34;
	font-size: 16px;
	font-family: var(--heading-font);
	white-space: nowrap;
	text-transform: capitalize;
}

header.without-login-wrapper li.nav-item {
	position: relative;
	margin: 0px 15px;
	/* padding: 0px 0 8px 0; */
}

header.without-login-wrapper li.nav-item {
	position: relative;
}

ul.navbar-nav li.nav-item .nav-link:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	transition: all 0.5s ease-in-out;
	z-index: 111 !important;
	display: none;
}

div#navbarNavDropdown {
	display: flex;
	align-items: center;
	justify-content: end;
	flex: unset;
}

.usd h6 {
	color: #fff;
	padding-left: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light {
	padding: 10px;
}

header.without-login-wrapper a.nav-link.active {
	position: relative;
	color: #fff !important;
	opacity: 1;
}

header.without-login-wrapper li.nav-item a.nav-link.active:before {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

header.without-login-wrapper li.nav-item a.nav-link.active:after {
	/* width: 100%; */
	transition: all 0.5s ease-in-out;
}

.dropdown-menu {
	background: #fff;
	border-radius: 0;
	padding: 10px;
}

.drop-bg {
	background: #1a3150;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 17px;
}

.dropdown-menu.mega-menu {
	padding: 0;
	border-radius: 30px;
}

.dropdown-item {
	color: #000 !important;
	font-family: var(--medium-font);
	font-size: 14px;
	text-transform: capitalize;
	padding: 0.2rem 0rem;
	background: transparent !important;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #919191;
}

.mobile-cart-icon {
	display: none;
}

.mobile-cart-icon .cart {
	position: relative;
	background: #222222;
	padding: 12px;
	border-radius: 5px;
}

/* header end */

.linear-top {
	width: 100%;
	height: 10px;
	background: rgb(93, 110, 133);
	background: linear-gradient(
		90deg,
		rgba(93, 110, 133, 0.9360119047619048) 0%,
		rgba(140, 133, 98, 1) 9%,
		rgba(230, 186, 51, 1) 26%,
		rgba(230, 186, 51, 1) 66%,
		rgba(140, 133, 98, 1) 85%,
		rgba(93, 110, 133, 0.9136029411764706) 100%
	);
}

/* Mega Menu CSS */

/* Dropdown Mega Menu */
.dropdown-menu.mega-menu {
	width: 59vw;
	border: none;
}
.padding-dropdown {
	padding: 24px;
}

/* Mega Menu Columns */
.dropdown-menu.mega-menu .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.border-left-wrapper {
	border-right: 1px solid #eaeaea;
	height: 100%;
	padding-left: 10px;
}

/* Column in Mega Menu */
.dropdown-menu.mega-menu .col-md-4 {
	flex: 0 0 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	padding: 0 10px;
}

/* Header for Mega Menu Categories */
.dropdown-menu.mega-menu .dropdown-header {
	font-size: 18px;
	font-family: "TomatoGrotesk-Medium";
	color: #db9f00;
	margin-bottom: 10px;
	padding: 0;
}

/* Links in Mega Menu */
.dropdown-menu.mega-menu .dropdown-item {
	font-size: 13px;
	color: #656565;
	padding: 5px 0;
	font-family: "TomatoGrotesk-Regular";
}

/* Hover Effect on Links */
.dropdown-menu.mega-menu .dropdown-item:hover {
	color: #007bff;
}

ul.social-header li a {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.social-number .useful-links-div {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}

ul.social-header i {
	color: #fff;
	font-size: 18px;
}

.social-number .useful-links-div h3.text-white {
	font-size: 15px;
}

.social-number ul.social-wrapper li a i {
	background: transparent;
	position: relative;
	z-index: 1;
	width: 22px;
	display: flex;
	height: 39px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
}

ul.social-header {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
	margin: 0;
}

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

.social-number {
	background: transparent;
	padding: 10px;
	border-bottom: 1px solid #3f64ae;
}

ul.social-header h4 {
	font-size: 15px;
	color: #ffffff;
}

.establish h4 {
	font-family: "TomatoGrotesk-Semibold";
	font-size: 17px;
	color: #0c225a;
}
section.banner {
	/* background-image: url(../img/banner-bg.jpg); */
	background-position: center;
	background-size: cover;
	height: 100%;
	padding: 260px 0 60px 0;
	background: rgb(7, 24, 66);
	background: linear-gradient(
		90deg,
		rgba(7, 24, 66, 1) 0%,
		rgba(22, 53, 121, 1) 45%,
		rgba(44, 83, 160, 1) 100%
	);
	overflow: hidden;
}
.establish h1 {
	padding: 6px 0px 24px 0;
	background: linear-gradient(
		100deg,
		rgb(239 243 245) 0%,
		rgb(221 226 227) 42%,
		rgb(69 197 233) 88%
	);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: capitalize;
	-webkit-text-fill-color: transparent;
}

.wrapper1 {
	position: relative;
	display: inline-block;
}

.video-main {
	position: relative;
	display: inline-block;
}

.video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: rgba(74, 74, 74, 0.7);
	color: #ffffff;
	display: inline-block;
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3px;
}

.video-wrapper img.img-fluid {
	width: 100%;
	height: 355px;
	object-fit: fill;
}

.fa-play:before {
	content: "\f04b";
}

.waves-block {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	/* Adjust as needed */
	transform: translateY(-50%);
}

.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #ffff;
	opacity: 0;
	border-radius: 100%;
	z-index: -1;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	animation-delay: 0s;
}

.wave-2 {
	animation-delay: 1s;
}

.wave-3 {
	animation-delay: 2s;
}

@keyframes waves {
	0% {
		transform: scale(0.2, 0.2);
		opacity: 0;
	}

	50% {
		opacity: 0.9;
	}

	100% {
		transform: scale(0.9, 0.9);
		opacity: 0;
	}
}

.flex-wrrapper-wave {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.red {
	color: #db4437;
	/* Google Red */
}

.yellow {
	color: #f4b400;
	/* Google Yellow */
}

.blue {
	color: #4285f4;
	/* Google Blue */
}

.green {
	color: #0f9d58;
	/* Google Green */
}

.google-colors-text {
	font-size: 40px;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	display: flex;
	gap: 0px;
}
.consultancy-bth-wrap {
	-webkit-box-shadow: -1px -1px 0px 10px rgba(231, 187, 52, 0.25);
	-moz-box-shadow: -1px -1px 0px 21px rgba(231, 187, 52, 0.25);
	margin-left: 10px;
}
.google-fivestar {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #0d3076;
	border-radius: 50px;
	padding: 10px;
	justify-content: center;
	margin-top: 18px;
}

.rating_star_wrapper i {
	color: #ffb803;
	margin-top: 4px;
}

.base-content h5 {
	font-size: 17px;
	color: #fff;
	margin-top: 6px;
	font-family: "TomatoGrotesk-Regular";
}

.base-content h5 span {
	text-decoration: underline;
	font-family: "TomatoGrotesk-SemiBold" !important;
}

.team-content {
	text-align: center;
	padding: 40px;
	background: transparent;
	border-radius: 30px;
	background-image: url(../img/bg-wrapper.png);
	border-image-slice: 1;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	backdrop-filter: blur(10px);
	/* Adjust the blur radius as needed */
}

.team-content-y {
	text-align: center;
	padding: 40px;
	background: #e7bb34;
	border-radius: 30px;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-content-y h3 {
	font-size: 66px;
	color: #081b4a;
	font-family: "TomatoGrotesk-SemiBold";
}

.team-content-y h5 {
	font-size: 26px;
	color: #081b4a;
	font-family: "TomatoGrotesk-SemiBold";
}

.team-content .team-wrapper h3 {
	font-size: 50px;
	color: #fff;
	font-family: "TomatoGrotesk-SemiBold";
}

.team-content .team-wrapper h5 {
	font-size: 20px;
	color: #fff;
	font-family: "TomatoGrotesk-SemiBold";
}

.leading-company h2 {
	color: #fff;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 52px;
	margin-bottom: 20px;
}

.row.margin-top {
	padding-top: 120px;
	padding-bottom: 100px;
}

.overlay {
	background: rgb(231, 187, 52);
	background: linear-gradient(
		180deg,
		rgba(231, 187, 52, 0) 0%,
		rgba(231, 187, 52, 0.5886729691876751) 64%,
		rgba(231, 187, 52, 1) 100%
	);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 0px 24px 27px;
}

.img-wrapper-offer img {
	width: 100%;
	height: 346px;
	object-fit: fill;
}

h3.offer-heading {
	color: #2f2f2f;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 35px;
}

.overlay h4 {
	color: #0b235b;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 30px;
	text-align: center;
}

.img-wrapper-offer {
	position: relative;
	margin: 12px;
}

.slick-slider-wrapper {
	position: relative;
}

.slick-slider-wrapper .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	border: none;
	padding: 10px;
	border-radius: 50%;
	transition: background 0.3s, color 0.3s;
}

.slick-slider-wrapper .slick-prev {
	left: -78px;
	top: calc(50% - 20px);
}

.slick-slider-wrapper .slick-next {
	top: calc(50% - 20px);
	/* Adjust 20px based on the height of your arrow */
}

/* Font Awesome Icons */
.slick-slider-wrapper .slick-prev::before {
	content: "\f053";
	width: 50px;
	height: 50px;
	background-color: transparent;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #061740;
	border-radius: 6px;
	background-image: url(../img/round-border.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.slick-slider-wrapper .slick-next::before {
	content: "\f054";
	/* Code for the right arrow icon */
	width: 50px;
	height: 50px;
	background-color: transparent;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #061740;
	border-radius: 6px;
	background-image: url(../img/round-border2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

p.para-offer {
	color: #000000;
	font-size: 14px;
	margin: 0;
}

section.we-offer {
	padding: 110px 0;
}

.fivestar-wrapper img {
	background: #219653;
	padding: 6px;
	width: 30px;
	height: 30px;
	object-fit: scale-down;
}

.shape-wrapper {
	display: flex;
	gap: 16px;
	background: #defceb;
	padding: 14px;
	border-radius: 30px;
	justify-content: center;
}

.shape-wrapper .base-content h5 {
	color: #000;
}

h4.trusted-heading {
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 30px;
	padding: 70px 30px 30px 30px;
}

.slider-social img {
	width: 100%;
	height: 80px;
	object-fit: scale-down;
	margin: 10px;
}
.wrapper-main-linear-bg h4.topheading.width-helenson-wrap {
	width: 340px !important;
}
h4.topheading.width-helenson-wrap {
	width: 220px;
	font-size: 15px;
	color: #0c225a;
}
.wrapper-main-linear-bg {
	display: flex;
	align-items: center;
	justify-content: center;
}
.what-we-card:hover {
	background-image: none;
	transform: translateY(0px);
	transition: 0.6s all ease-in-out;
	background-blend-mode: multiply;
	background: rgb(222, 165, 13);
	background: linear-gradient(
		90deg,
		rgba(222, 165, 13, 1) 25%,
		rgba(231, 187, 52, 1) 71%,
		rgba(231, 187, 52, 1) 94%
	);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.what-we-card {
	border-radius: 20px;
	padding: 30px;
	background-image: url(../img/border-wr1.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(20px);
	transition: 0.5s all;
}

.what-we-card:hover {
	transform: translateY(0px);
	transition: 0.5s all;
}

.what-we-card h4 {
	margin-bottom: 10px;
	margin-top: 21px;
	color: #21448c;
	font-family: "TomatoGrotesk-Bold";
	font-size: 22px;
}

.what-we-card p {
	color: #000;
}

.arrow-end {
	text-align: end;
	color: #21448c;
}

.what-we-card img.img-fluid {
	width: 30px;
	height: 40px;
	object-fit: scale-down;
	margin-top: 25px;
}

section.what-we-do {
	padding: 50px 0 100px 0;
}

section.testemonial-wrapper {
	background: #061740;
	position: relative;
}

.img-tes {
	position: absolute;
	bottom: 0;
}

section.testemonial-wrapper {
	background: #061740;
	position: relative;
	padding: 70px;
}

.tes-content h4 {
	color: #fff;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 30px;
	margin-bottom: 2px;
}

.tes-content h5 {
	color: #e7bb34;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 30px;
	margin-bottom: 10px;
}

span.line-wrapper {
	width: 100%;
	height: 2px;
	background: #e7bb34;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 14px;
}

section.banking-section {
	padding: 50px 0 60px 0;
	background: #faf9ff;
	position: relative;
}

.img-wrapper-plan {
	position: relative;
	transition: all 0.5s;
	position: relative;
	transition: all 0.5s;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
	border-radius: 30px;
}
/* .img-wrapper-plan:hover {
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
	border-radius: 30px;
	transition: all 0.5s;
	background-color: transparent; 
} */
a.primary-button.btn-wrapper {
	width: 100% !important;
}

h4.unlock-content {
	font-size: 16px;
	color: #fff;
}

.overlay-text {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-direction: column;
}
.img-wrapper-plan img {
	width: 100%;
	height: 520px;
	object-fit: fill;
}

.overlay-text h4 {
	font-family: "TomatoGrotesk-Bold";
	font-size: 32px;
	color: #fff;
	cursor: pointer;
}

.img-wrapper-plan:hover .overlay-text h4 {
	font-family: "TomatoGrotesk-Bold";
	font-size: 32px;
	color: #0c1c3c;
}

section.plans-sec {
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.btn-write-wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-right: 30px;
}

.btn-write-wrapper a.btn-write {
	width: 180px;
	text-align: center;
	padding: 13px;
	border-radius: 10px;
	background: #197bff;
	color: #fff;
	font-family: "TomatoGrotesk-Medium";
}

.rating-fivestar-top-rating::before {
	content: "";
	position: absolute;
	left: -27px;
	width: 2px;
	height: 100%;
	background-color: #d1e1f4;
}

.rating-fivestar-top-rating {
	position: relative;
}

.rating-fivestar-top-rating h4 {
	font-size: 19px;
	font-family: "TomatoGrotesk-SemiBold";
	margin-bottom: 2px;
	color: #000;
}

.rating_star_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	/* gap: 10px; */
}

.rating-fivestar-top-rating .rating_star_wrapper i {
	color: #ffb803;
	margin-top: 0px;
}

.rating_star_wrapper h6.rating-number {
	font-size: 18px;
	font-family: "TomatoGrotesk-SemiBold";
	margin-right: 4px;
	color: #000;
}

.rating_star_wrapper h5 {
	font-size: 18px;
	font-family: "TomatoGrotesk-SemiBold";
	margin-left: 4px;
	color: #b5afaf;
}

section.top-rating {
	background: #faf9ff;
	padding: 70px 0;
	position: relative;
}

.testemonial-detail {
	display: flex;
	align-items: center;
	gap: 20px;
}

.testemonial-wrapper-main {
	background: #fff;
	padding: 30px;
}

.content-name-test h5 {
	color: #434343;
	font-family: "TomatoGrotesk-Bold";
	font-size: 21px;
}

.content-name-test h6 {
	color: #a4a3a3;
	font-family: "TomatoGrotesk-Regular";
	font-size: 16px;
}

.testemonial-detail img {
	width: 60px;
	height: 60px;
	object-fit: scale-down;
}

.testemonial-detail {
	margin-bottom: 16px;
}

.testemonial-wrapper-main p {
	color: #000;
}

.post-google {
	display: flex;
	align-items: center;
	gap: 10px;
}

.main-post {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rating_star_wrapper-main i {
	color: #f7bb18;
}

.post-google h5 {
	color: #8b8b8b;
	font-size: 17px;
	font-family: "TomatoGrotesk-Medium";
}

section.let-connect-sec {
	background: rgb(7, 24, 66);
	background: linear-gradient(
		90deg,
		rgba(7, 24, 66, 1) 0%,
		rgba(22, 53, 121, 1) 45%,
		rgba(44, 83, 160, 1) 100%
	);
	padding: 90px;
}

h2.heading-let {
	font-size: 50px;
	margin-bottom: 10px;
	color: #fff;
	font-family: "TomatoGrotesk-SemiBold";
}

h2.heading-let {
	font-size: 50px;
	margin-bottom: 10px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(90deg, #f5f5f5, #96d7ea);
	font-family: "TomatoGrotesk-SemiBold";
}

.text-form {
	font-size: 35px;
	margin-bottom: 10px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(90deg, #f5f5f5, #96d7ea);
	font-family: "TomatoGrotesk-SemiBold";
	margin-bottom: 30px;
}

section.let-connect-sec p {
	padding-bottom: 16px;
	color: #fff;
}

.quick-links-div ul li a {
	font-size: 13px;
}

.form-text .form-group input {
	height: 57px;
	border: 0;
	background: #fff;
	border-radius: 7px;
	padding: 18px;
	transition: 0.8s;
	box-shadow: none;
	padding-right: 37px;
}

.form-text .form-group input:hover {
	border: 1px solid #e7bb34;
}

textarea.form-control {
	height: 135px;
	border: 0;
	background: #fff;
	border-radius: 7px;
	color: #676767;
	transition: 0.8s;
	resize: none;
	box-shadow: none;
	font-family: "TomatoGrotesk-Regular";
}

textarea.form-control::placeholder {
	color: #676767;
	font-family: "TomatoGrotesk-Regular";
	font-size: 16px;
}

.form-text .form-group input::placeholder {
	color: #676767;
	font-family: "TomatoGrotesk-Regular";
	font-size: 16px;
	transition: 0.8s;
}

.form-text.wrapper-form {
	padding: 40px;
	border-radius: 20px;
	/* border: 1px solid #e7bb34; */
	/* background: #395ca1; */
	background-image: url(../img/border-wr.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.preloader .text-container h1 {
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 35px;
	color: #e7bb34 !important;
}

.wrapper-round {
	position: absolute;
	left: -110px;
	z-index: -1;
	top: -450px;
}

.wrapper-round1 {
	position: absolute;
	right: 0;
	top: -290px;
	z-index: -1;
}

.site-header .dropdown-toggle::after {
	content: unset;
}

.flag-icon-us {
	background-image: url(../img/fleg.png);
}

.dropdown.wrapper-dr .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: #fff;
}

.dropdown.wrapper-dr ul.dropdown-menu.show {
	min-width: 115px;
	left: 13px;
}

.dropdown.wrapper-dr {
	position: relative;
	top: -4px;
}

.dropdown.wrapper-dr a.dropdown-item {
	font-family: "TomatoGrotesk-Medium";
}

a#dropdownMenuButton1 {
	display: flex;
	align-items: center;
	padding: 0;
}

.flag-icon {
	width: 4.5em;
	height: 2em;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	display: inline-block;
}

ol.breadcrumb.topheading {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 227px;
}

.text-center-wrapper-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.custom-banner .banner-text h1 {
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 60px;
	background: linear-gradient(
		100deg,
		rgb(239 243 245) 0%,
		rgb(221 226 227) 42%,
		rgb(69 197 233) 88%
	);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: capitalize;
	-webkit-text-fill-color: transparent;
}

section.heading-wrapper-main {
	background: rgb(4, 18, 54);
	background: linear-gradient(
		90deg,
		rgba(4, 18, 54, 1) 0%,
		rgba(45, 84, 161, 1) 100%
	);
	padding: 190px 0 60px 0;
}

li.breadcrumb-item {
	font-family: "General Sans", sans-serif;
	color: #0c225a !important;
	font-size: 15px;
	text-transform: capitalize;
}

li.breadcrumb-item a {
	font-family: "General Sans", sans-serif;
	color: #0c225a;
	font-size: 15px;
	text-transform: capitalize;
}

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #0c225a;
	content: var(--bs-breadcrumb-divider, "/");
}

/* footer start css */
.footer-links-social ul {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
}

.footer-links-social ul li a i {
	background: #121213;
	padding: 3px;
	color: #c92f2f;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.footer-links-social ul li a i:hover {
	background: #c92f2f;
	padding: 3px;
	color: #121213;
	transition: all 0.5s;
}

footer.footer {
	background: #002254;
	padding: 0;
	color: #fff;
	font-family: var(--medium-font);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	border-radius: 0;
	padding: 50px 0 20px 0;
}

.quick-links-div ul li a {
	font-size: 15px;
}

.quick-links-div.pading-wrap {
	padding: 0px 30px;
}

.footer-logo {
	max-width: 390px;
}

ul.social-wrapper li a i {
	background: #fff;
	position: relative;
	z-index: 1;
	width: 40px;
	display: flex;
	height: 39px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #002254;
}

.footer-navlink {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.useful-links-div-footer ul.social-wrapper li a i {
	background: transparent;
	position: relative;
	z-index: 1;
	width: 40px;
	display: flex;
	height: 39px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.footer-navlink a {
	color: #fff;
	font-family: var(--heading-font);
	padding: 10px 12px;
}

.useful-links-div-footer {
	display: flex;
	align-items: center;
	justify-content: start;
}

.quick-links-div ul {
	margin-bottom: 0;
}

.row.nav-footer-wrapper {
	padding: 30px 0;
}

footer.footer-nav-all {
	background: #002254;
	border-bottom: 1px solid #3f64ae;
}

.quick-links-div h3 {
	color: #e2ac31 !important;
}

.footer-copyright {
	padding: 20px;
	background: #fff;
}

p#copyright {
	margin-bottom: 0;
	color: #fff !important;
	border-top: 1px solid #fff;
	margin-top: 30px;
	padding-top: 30px;
}

/* footer end css */

/* founder css */
section.founder-massage-sec {
	padding: 160px 0 50px 0;
}
.founder-massage {
	background: #061740;
	position: relative;
	padding: 40px 40px 0px 40px;
	/* border-bottom-right-radius: 40px; */
	/* border-bottom-left-radius: 40px; */
	background: rgb(7, 24, 66);
	background: linear-gradient(
		90deg,
		rgba(7, 24, 66, 1) 0%,
		rgba(22, 53, 121, 1) 45%,
		rgba(44, 83, 160, 1) 100%
	);
	border-radius: 40px;
	height: 370px;
}
.tes-content.founder-content {
	padding-right: 0px !important;
}
.tes-content h4 {
	color: #fff;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 35px;
	margin-bottom: 2px;
}
.tes-content h5 {
	color: #e7bb34;
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 30px;
	margin-bottom: 10px;
}

span.line-wrapper {
	width: 100%;
	height: 2px;
	background: #e7bb34;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 14px;
}
.founder-image-position {
	position: absolute;
	bottom: 0;
}
.fivestar-wrapper img {
	background: #219653;
	padding: 6px;
	width: 30px;
	height: 30px;
	object-fit: scale-down;
}

.shape-wrapper {
	display: flex;
	gap: 16px;
	background: #defceb;
	border-radius: 30px;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	height: 250px;
}
/* .google-review-main {
	height: 270px;
} */
.rating_star_wrapper-main {
	margin-top: 0px;
}
ul.list-review-google li i {
	color: #db4437;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shape-wrapper ul li i {
	color: #db4437;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shape-wrapper ul {
	margin-bottom: 0;
}
.shape-wrapper ul li h4 {
	font-size: 16px;
}
ul.list-review-google li h4 {
	font-size: 16px;
}
ul.list-review-google li {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 7px;
}
ul.list-review-google {
	margin-top: 20px;
}
.shape-wrapper ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 7px;
}
.google-review .rating_star_wrapper-main i {
	color: #f7bb18;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 9px;
}
.google-review-main h5 {
	text-decoration: underline;
	font-family: "TomatoGrotesk-SemiBold" !important;
	color: #000;
}
.google-review-main {
	background: #f1e8e8;
	border-radius: 20px;
	padding: 30px;
	height: 250px;
}
.shape-wrapper .base-content h5 {
	color: #000;
}

h4.trusted-heading {
	font-family: "TomatoGrotesk-SemiBold";
	font-size: 30px;
	padding: 70px 30px 30px 30px;
}

@media (max-width: 1367px) {
	header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
		padding: 5px 0px;
		margin: 0px 0px;
		color: #e7bb34;
		font-size: 14px;
		font-family: var(--heading-font);
		white-space: nowrap;
		text-transform: capitalize;
	}
	.border-left-wrapper {
		border-right: 1px solid #eaeaea;
		height: 100%;
		padding-left: 0px;
	}
	.dropdown-menu.mega-menu {
		width: 62vw;
		border: none;
	}
	.busness-content h2 {
		font-size: 35px;
	}
	section.custom-banner .banner-text h1 {
		font-size: 50px;
	}
	.busness-content h2 span {
		font-size: 35px;
	}
	h3.offer-heading {
		font-size: 27px;
	}
	.establish h4 {
		font-size: 14px;
	}
	.quick-links-div ul li a {
		font-size: 13px;
	}
	nav.navbar.navbar-expand-lg.navbar-light {
		padding: 13px;
	}

	.busness-content h2 {
		font-size: 35px;
	}

	.busness-content h2 span {
		font-size: 35px;
	}

	.usd:before {
		content: "";
		position: absolute;
		width: 2px;
		height: 65px;
		left: -29px;
		background: #3f64ae;
		top: -32px;
	}

	.team-content .team-wrapper h3 {
		font-size: 40px;
		color: #fff;
		font-family: "TomatoGrotesk-SemiBold";
	}

	.team-content .team-wrapper h5 {
		font-size: 15px;
		color: #fff;
		font-family: "TomatoGrotesk-SemiBold";
	}

	.team-content-y h5 {
		font-size: 23px;
		color: #081b4a;
		font-family: "TomatoGrotesk-SemiBold";
	}

	.team-content-y h3 {
		font-size: 56px;
		color: #081b4a;
		font-family: "TomatoGrotesk-SemiBold";
	}

	.overlay h4 {
		color: #0b235b;
		font-family: "TomatoGrotesk-SemiBold";
		font-size: 24px;
		text-align: center;
	}

	.google-colors-text {
		font-size: 25px;
		font-weight: bold;
		font-family: "Arial", sans-serif;
		display: flex;
		gap: 0px;
	}

	.post-google h5 {
		color: #8b8b8b;
		font-size: 14px;
		font-family: "TomatoGrotesk-Medium";
	}

	.content-name-test h5 {
		color: #434343;
		font-family: "TomatoGrotesk-Bold";
		font-size: 19px;
	}

	.what-we-card h4 {
		font-size: 17px;
	}
	p {
		font-size: 15px;
	}
	.leading-company.corparate-service-heading.pro-service h2 {
		font-size: 32px;
	}
	.navbar-light .navbar-brand img {
		width: 100%;
		object-fit: scale-down;
		height: 62px;
	}

	.social-number .useful-links-div h3.text-white {
		font-size: 12px;
	}

	.footer-navlink a {
		color: #fff;
		font-family: var(--heading-font);
		padding: 10px 12px;
		font-size: 14px;
	}

	.social-number ul.social-wrapper li a i {
		font-size: 13px;
	}

	ul.social-wrapper.d-flex.align-items-center.gap-2.mb-0 {
		gap: 6px !important;
	}

	.padding-dropdown {
		text-align: center;
	}

	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0.55);
		border-color: rgba(0, 0, 0, 0.1);
		background: #fff;
	}

	.img-wrapper-plan {
		position: relative;
		margin-bottom: 30px;
		transition: all 0.5s;
	}

	.fivestar-wrapper img {
		background: #219653;
		/* padding: 6px; */
		width: 24px;
		height: 30px;
		object-fit: scale-down;
	}
}

@media (max-width: 576px) {
	.founder-img {
		padding-left: 0px !important;
	}

	header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
		color: #000 !important;
		text-align: center;
		padding: 13px 0px;
	}

	section.what-we-do {
		padding: 50px 0 40px 0;
	}

	.top-rating-wrapper {
		padding: 13px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.rating-fivestar-top-rating {
		position: relative;
		text-align: center;
	}

	.quick-links-div.pading-wrap {
		padding: 0px 0px;
	}

	section.plans-sec {
		padding: 30px 0;
		position: relative;
		overflow: hidden;
	}

	.shape-wrapper {
		display: flex;
		gap: 16px;
		background: #defceb;
		padding: 14px;
		border-radius: 30px;
		justify-content: center;
		flex-direction: column;
	}

	section.testemonial-wrapper {
		background: #061740;
		position: relative;
		padding: 19px;
	}

	.collapse:not(.show) {
		display: none !important;
	}

	ul.social-header {
		display: flex;
		align-items: start;
		justify-content: start;
		gap: 20px;
		flex-direction: column;
	}

	.social-number .useful-links-div {
		display: flex;
		align-items: center;
		gap: 0px;
		justify-content: flex-end;
		flex-direction: column;
	}

	.usd:before {
		content: "";
		position: absolute;
		width: 2px;
		height: 61px;
		left: -34px;
		background: #3f64ae;
		top: -29px;
		display: none;
	}

	.navbar-light .navbar-brand img {
		width: 100%;
		object-fit: scale-down;
		height: 35px;
	}

	ul.social-header h4 {
		font-size: 13px;
		color: #ffffff;
	}

	a#dropdownMenuButton1 {
		display: flex;
		align-items: center;
		padding: 0;
		font-size: 11px;
	}

	.dropdown.wrapper-dr {
		position: relative;
		top: -4px;
		right: -22px;
	}

	div#navbarNavDropdown {
		display: flex;
		align-items: center;
		position: absolute;
		justify-content: center;
		width: 100%;
		top: 50px;
		background: #fff;
		z-index: 1;
	}

	div#navbarNavDropdown ul.navbar-nav.me-auto {
		margin: unset !important;
	}

	nav.navbar.navbar-expand-lg.navbar-light {
		padding: 10px 0;
	}

	section.banner {
		background-image: url(../img/banner-bg.jpg);
		background-position: center;
		background-size: cover;
		height: 100%;
		padding: 190px 0 60px 0;
	}

	.topheading {
		background: rgb(230, 186, 52);
		background: linear-gradient(
			100deg,
			rgba(230, 186, 52, 0.14889705882352944) 0%,
			rgba(230, 186, 52, 0.804359243697479) 28%,
			rgba(230, 186, 52, 0.8715861344537815) 73%,
			rgba(230, 186, 52, 0.0760679271708683) 100%
		);
		width: 60%;
		padding: 14px 13px;
		border-radius: 50px;
		text-align: center;
	}

	.establish h4 {
		font-family: "TomatoGrotesk-Regular";
		font-size: 12px;
		color: #0c225a;
	}

	.establish h1 {
		padding: 10px 0px 28px 0;
		font-size: 23px !important;
	}

	.video-wrapper {
		margin-top: 40px;
	}

	.primary-button {
		border-radius: 500px;
		overflow: hidden;
		color: #0f2b6b;
		border: 0;
		font-family: "TomatoGrotesk-Medium";
		font-size: 14px;
		border-radius: 100px;
		padding: 10px 15px;
		white-space: nowrap;
		position: relative;
		cursor: pointer;
		text-transform: capitalize;
		background-color: #e7bb34;
		border: none;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 209px;
	}

	.btn-box-shadow {
		-webkit-box-shadow: -1px -1px 0px 21px rgba(231, 187, 52, 0.25);
		-moz-box-shadow: -1px -1px 0px 21px rgba(231, 187, 52, 0.25);
		box-shadow: -1px -1px 0px 7px rgba(231, 187, 52, 0.25);
	}

	.row.margin-top {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	section.we-offer {
		padding: 30px 0;
	}

	.img-tes {
		position: relative;
		top: -30px;
		left: -30px;
	}

	.what-we-card {
		border-radius: 20px;
		padding: 30px;
		background-image: url(../img/border-wr1.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 30px;
	}

	.img-wrapper-plan:hover {
		-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
		border-radius: 30px;
		transition: all 0.5s;
		background-color: transparent;
		margin-bottom: 20px;
	}

	section.top-rating {
		background: #faf9ff;
		padding: 0px 0;
		position: relative;
	}

	section.let-connect-sec {
		background: rgb(7, 24, 66);
		background: linear-gradient(
			90deg,
			rgba(7, 24, 66, 1) 0%,
			rgba(22, 53, 121, 1) 45%,
			rgba(44, 83, 160, 1) 100%
		);
		padding: 10px;
	}

	.form-text.wrapper-form {
		margin-top: 50px;
	}

	/* .footer-navlink ul {
		display: inline-block !important;
		align-items: start !important;
	}
	.footer-navlink {
		display: flex;
		align-items: start;
		justify-content: start;
		margin-bottom: 10px;
		margin-top: 10px;
	} */
	.footer-navlink a {
		color: #fff;
		font-family: var(--heading-font);
		padding: 10px 5px;
		font-size: 11px;
	}

	a.navbar-brand.border-right-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	.useful-links-div-footer {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
}

@media (min-width: 200px) and (max-width: 820px) {
	.btn-write-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 15px 0px;
	}
	.founder-img {
		padding-left: 0px !important;
	}
	.rating-fivestar-top-rating::before {
		display: none;
	}

	.top-rating-wrapper {
		display: flex;
		align-items: center;
		gap: 15px;
		position: relative;
		background: #fff;
		padding: 23px;
		flex-direction: column;
	}
}
.company-consultant-info-content {
	border-radius: 20px;
	padding: 40px 40px;
	background-image: url(../img/home/border-banner-curve.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(20px);
	transition: 0.5s all;
}
/* modal */
div#personalInfoModal .modal-content {
	background: #0d3076;
	border-radius: 20px;
	padding: 18px;
}
div#personalInfoModal button.btn-close {
	position: absolute;
	right: 0;
	top: 0;
	background: #e7bb34 !important;
	opacity: 1;
	color: #fff;
	border-radius: 50%;
}
div#personalInfoModal button.btn-close {
	position: absolute;
	right: 0;
	top: 0;
	background: #e7bb34 !important;
	opacity: 1;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
div#personalInfoModal button.btn-close i {
	color: #14378a;
}
h5.get-heading {
	color: #e7bb34;
}
div#personalInfoModal .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
	border-bottom: none !important;
}
div#personalInfoModal .form-control {
	background: #fff;
	font-size: 16px;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
	/* border: 1px solid black; */
	border-radius: 8px;
	font-family: "TomatoGrotesk-Regular";
}

div#personalInfoModal .form-control::placeholder {
	font-family: "TomatoGrotesk-Regular";
	color: #8e8e8e;
}
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
	color: #fff;
	font-size: 32px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.top-rating-wrapper {
	display: flex;
	align-items: center;
	gap: 46px;
}
