@font-face {
	font-family: "Questrial";
	font-weight: 400;
	font-display: swap;
	font-style: normal;
	src: url("../../fonts/questrial.ttf") format("ttf");
}
.main-container > div {
	background-image: none !important;
}
.services-page {
	background-image: none;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: rgba(255, 109, 0, 1) !important;
	color: #fff !important;
}

.main-container > div::before {
	display: none !important;
}

.law-page {
	padding: 0 !important;
	margin: 160px 0 160px 0 !important;
	line-height: 1.5rem !important;
}

.law-page .law-wwrapper .law-sidebar-menu-btn {
	position: fixed !important;
	bottom: 5.5rem !important;
	right: 1rem !important;
	border-radius: 50% !important;
	width: 45px !important;
	height: 45px !important;
	border: none !important;
}
.law-sidebar-menu-btn svg {
	transform: none !important;
}
.law-page .law-wwrapper {
	gap: 2rem !important;
}

#page-content-wrapper .userBtnLand {
	background-color: #f1f5f9 !important;
	padding: 25px 15px !important;
	border-radius: 10px !important;
	height: 24px !important;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.law-page .law-wwrapper .fw-bold {
	color: rgb(137, 141, 150);
}

.law-page > div {
	padding: 0 !important;
	gap: 0 !important;
}
.law-page .law-wwrapper .law-sidebar {
	background-color: #f1f5f9 !important;
	top: 160px !important;
	padding: 2rem !important;
	border-radius: 12px !important;
	position: sticky !important;
	height: auto !important;
	width: max-content !important;
}
.law-page .law-wwrapper .law-sidebar .active::before {
	background-color: rgba(255, 109, 0, 1);
}

.law-page p,
.law-page li {
	font-size: 18px !important;
	color: rgb(137, 141, 150) !important;
	padding-bottom: 4px !important;
}

.law-page h1,
.law-page h2,
.law-page h3,
.law-page h4,
.law-page h5,
.law-page h6 {
	font-size: 22px !important;
	color: rgba(30, 41, 59, 1) !important;
}

a {
	cursor: pointer;
}

.mil-menu-buttons .dark-light-text {
	color: #898d96 !important;
}

.mil-menu-buttons .login-icon {
	border: none !important;
}

.mil-slider-wrapper {
	position: relative;
	width: 100%;
}

.mil-accordion-group ul,
.mil-accordion-group ol {
	padding-bottom: 30px;
}

.mil-accordion-group li {
	padding: 6px 0;
}

.footer-social {
	max-height: 2rem !important;
}

.mil-text-xxs {
	font-size: 14px;
	padding-bottom: 2rem;
}

.footer-social svg path {
	fill: #7c829d;
}

.mil-faq-link {
	text-decoration: underline !important;
	color: rgba(255, 109, 0, 1) !important;
	cursor: pointer !important;
}

.divider-contaner {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.divider {
	width: 2px;
	height: 100%;
	background-color: #f1f5f9;
}
.divider:first-child,
.divider:last-child {
	background-color: transparent;
}

.logo-carousel-inner .group {
	display: flex;
	animation: slide 30s linear infinite;
	overflow: hidden;
	white-space: nowrap;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

html,
body {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

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

.mil-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

* {
	color: rgba(30, 41, 59, 1);
}
.font-questrial {
	font-family: "Questrial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.04em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.04em;
}

h1,
.h1 {
	font-size: 64px;
}
h2,
.h2 {
	font-size: 57px;
}
h4,
.h4 {
	font-size: 32px;
}
h5,
.h5 {
	font-size: 22px;
}
h6,
.h6 {
	font-size: 18px;
}

.mil-text-xs {
	font-size: 14px;
}
.mil-text-s {
	font-size: 18px;
}
.mil-text-m {
	font-size: 18px;
}
.mil-text-ml {
	font-size: 21px;
}

.mil-text-xxl {
	font-size: 72px;
}

a {
	text-decoration: none;
	color: inherit;
}

.mil-light {
	color: #f1f5f9;
}

.bg-mil-light {
	background: #f1f5f9 !important;
}

.mil-soft {
	color: rgb(137, 141, 150);
}
.mil-soft * {
	color: rgb(137, 141, 150);
}

.mil-dark-blue {
	color: rgba(30, 41, 59, 1);
}

.mil-accent {
	color: rgba(255, 109, 0, 1);
}

.mil-text-center {
	text-align: center;
}

blockquote {
	font-size: 24px;
}
blockquote.mil-center {
	text-align: center;
}
blockquote img {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
}
blockquote.mil-with-bg {
	background-color: #f1f5f9;
	border-radius: 40px;
	padding: 60px 30px;
}
blockquote.mil-with-bg-2 {
	background: linear-gradient(0deg, #b3d4d8 0%, #deece8 100%);
	border-radius: 40px;
	padding: 60px 30px;
}
blockquote.mil-lg {
	padding: 80px;
}
blockquote .mil-customer {
	display: flex;
	align-items: center;
}
blockquote .mil-customer img {
	margin-right: 15px;
	margin-left: 0;
}
blockquote svg.mil-accent path {
	fill: rgba(255, 109, 0, 1);
}

img,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	max-width: 100%;
}

.mil-btn {
	border: none;
	white-space: nowrap;
	background-color: rgba(255, 109, 0, 1);
	border-radius: 10px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}
.mil-btn.mil-fw {
	width: 100%;
}
.mil-btn.mil-sm {
	padding: 0 20px;
	height: 48px;
	font-size: 16px;
}
.mil-btn.mil-m {
	padding: 0 30px;
	height: 56px;
	font-size: 16px;
}
.mil-btn.mil-md {
	padding: 0 30px;
	height: 72px;
	font-size: 16px;
}
.mil-btn.mil-border {
	color: #f1f5f9;
	border: solid 1px #f1f5f9;
	background-color: transparent;
}
.mil-btn.mil-light {
	background-color: #f1f5f9;
	color: rgb(137, 141, 150);
}
.mil-btn.mil-grey {
	background-color: rgb(196, 196, 196);
	color: rgb(255, 255, 255);
}
.mil-btn.mil-transp {
	background-color: transparent;
	color: rgb(196, 196, 196);
}
.mil-btn.mil-add-arrow:after {
	content: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.39129 1.28482L5.9067 0.769403C6.14099 0.55855 6.49241 0.55855 6.70326 0.769403L11.2717 5.31446C11.4826 5.54874 11.4826 5.90016 11.2717 6.11102L6.70326 10.6795C6.49241 10.8904 6.14099 10.8904 5.9067 10.6795L5.39129 10.1641C5.18043 9.9298 5.18043 9.57838 5.39129 9.3441L8.22609 6.64986H1.50222C1.17422 6.64986 0.939941 6.41558 0.939941 6.08759V5.33789C0.939941 5.03332 1.17422 4.77561 1.50222 4.77561H8.22609L5.39129 2.10481C5.18043 1.87052 5.157 1.5191 5.39129 1.28482Z' fill='white'/%3E%3C/svg%3E%0A");
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	margin-left: 15px;
	height: 19px;
	width: 11px;
	transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-btn:hover {
	filter: brightness(110%);
}
.mil-btn:hover.mil-add-arrow:after {
	transform: translateX(3px);
}

.mil-buttons-frame {
	display: flex;
	justify-content: flex-start;
}
.mil-buttons-frame a {
	margin-right: 15px;
}
.mil-buttons-frame a:last-child {
	margin-right: 0;
}
.mil-buttons-frame.mil-center {
	justify-content: center;
}

.mil-out-frame {
	overflow: hidden;
	border-radius: 40px;
	padding-left: 100px;
	padding-right: 100px;
	transform: translateX(-100px);
	background-color: #f1f5f9;
	background-size: cover;
	background-position: left;
	width: calc(100% + 200px);
}
.mil-out-frame.mil-bg-1 {
	background: linear-gradient(0deg, #b3d4d8 0%, #deece8 100%);
}
.mil-out-frame.mil-bg-2 {
	background: linear-gradient(180deg, #f27457 0%, #a08488 100%);
}
.mil-out-frame.mil-bg-3 {
	background: linear-gradient(0deg, #224d50 0%, #1c6360 100%);
}
.mil-out-frame.mil-bg-4 {
	background-color: rgb(39, 38, 38);
}
.mil-out-frame.mil-visible {
	overflow: visible;
}
.mil-out-frame.mil-image {
	background-image: url(../../images/newHomePage/home-2/BG.jpg);
	background-size: cover;
}
.mil-out-frame.mil-out-image-fix {
	padding-bottom: 340px;
	margin-bottom: 300px;
}
.mil-out-frame.mil-out-top {
	background-color: rgb(39, 38, 38);
	position: relative;
	border-radius: 0 0 40px 40px;
}
.mil-out-frame.mil-out-top:before {
	content: "";
	position: absolute;
	z-index: 999;
	top: -80px;
	left: 0;
	background-color: rgb(39, 38, 38);
	height: 81px;
	width: 100%;
	display: block;
	border-radius: 40px 40px 0 0;
}
.mil-mt-15 {
	margin-top: 15px;
}

.mil-mt-30 {
	margin-top: 30px;
}

.mil-mt-60 {
	margin-top: 60px;
}

.mil-mb-15 {
	margin-bottom: 15px;
}

.mil-mb-20 {
	margin-bottom: 20px;
}

.mil-mb-30 {
	margin-bottom: 30px;
}

.mil-mb-40 {
	margin-bottom: 40px;
}

.mil-mb-50 {
	margin-bottom: 50px;
}

.mil-mb-60 {
	margin-bottom: 60px;
}

.mil-mb-80 {
	margin-bottom: 80px;
}

.mil-mb-80-adaptive-30 {
	margin-bottom: 80px;
}
.mil-p-80-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mil-p-50-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mil-p-160-0 {
	padding-top: 160px;
}

.mil-p-0-80 {
	padding-bottom: 80px;
}

.mil-p-0-50-fix {
	padding-bottom: 50px;
}

.mil-p-160-100 {
	padding-top: 160px;
	padding-bottom: 100px;
}
.mil-pt-100-80 {
	padding-top: 100px;
}

.mil-progress-track {
	position: absolute;
	height: 100vh;
	top: 0;
	right: 0;
	width: 4px;
	z-index: 999;
}
.mil-progress-track .mil-progress {
	width: 100%;
	height: 0;
	background-color: rgba(255, 109, 0, 1);
}
.mil-top-panel {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel .container {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}
.mil-top-panel .mil-menu-buttons {
	gap: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mil-top-panel.mil-active {
	background-color: rgb(255, 255, 255);
	height: 100px;
	box-shadow: 0 5px 10px rgba(13, 81, 82, 0.05);
}

.mil-top-menu ul {
	display: flex;
}
.mil-top-menu ul li {
	list-style-type: none;
	margin-right: 15px;
	position: relative;
}
.mil-top-menu ul li:last-child {
	margin-right: 0;
}
.mil-top-menu ul li a {
	border-radius: 10px;
	height: 48px;
	padding: 0 15px;
	color: rgb(137, 141, 150);
	font-weight: 600;
	letter-spacing: -2%;
	z-index: 1;
	white-space: nowrap;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-menu ul li a:before {
	content: "";
	opacity: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: rgba(255, 109, 0, 1);
}
.mil-top-menu ul li a:hover {
	color: rgba(255, 109, 0, 1);
}
.mil-top-menu ul li.mil-has-children > a {
	padding-right: 24px;
}
.mil-top-menu ul li.mil-has-children > a:before {
	right: 24px;
}
.mil-top-menu ul li.mil-has-children > a:after {
	content: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1.25C0.5 1.25 2.63316 3.38316 4 4.75C4 4.75 6.13316 2.61683 7.5 1.25" stroke="%23898D96" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	right: 8px;
	margin-top: -1px;
}
.mil-top-menu ul li.mil-active > a {
	color: rgba(255, 109, 0, 1);
}
.mil-top-menu ul li.mil-active > a:before {
	opacity: 1;
}
.mil-top-menu ul li ul {
	pointer-events: none;
	min-width: 160px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	padding: 15px;
	position: absolute;
	top: 48px;
	flex-direction: column;
	opacity: 0;
	transform: translateY(10px);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-menu ul li ul li {
	margin-bottom: 5px;
	margin-right: 0;
}
.mil-top-menu ul li ul li:last-child {
	margin-bottom: 0;
}
.mil-top-menu ul li ul li a {
	justify-content: flex-start;
	height: 38px;
}
.mil-top-menu ul li ul li a:before {
	display: none;
}
.mil-top-menu ul li ul li a:hover {
	background-color: #f1f5f9;
}
.mil-top-menu ul li:hover ul {
	pointer-events: all;
	opacity: 1;
	transform: translateY(0);
}

.mil-top-panel.mil-active .mil-top-menu ul li:hover ul {
	border-radius: 0 0 10px 10px;
}

.mil-menu-btn {
	background-color: #f1f5f9;
	padding: 25px 15px;
	border-radius: 10px;
	height: 24px;
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.firts-mil-list-2 {
	justify-content: center;
}

.text-color-1 {
	color: #ff6d00;
}

.dark-blue {
	color: #1e293b !important;
}

ul {
	list-style: circle inside;
}

ol {
	list-style: decimal inside;
}

.text-gradient-1 {
	background: linear-gradient(90deg, #1e293b 0%, #ff6d00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.index-banner-two-cols {
	grid-template-columns: minmax(250px, auto) 1fr;
}
.column-gap-60 {
	column-gap: 60px;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.gradient-circle-bg {
	position: relative;
	display: inline-block;
}

.gradient-circle-bg::before {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 1000px;
	height: 1000px;
	background: radial-gradient(
		circle,
		rgba(255, 109, 0, 0.2) 0%,
		rgba(255, 109, 0, 0) 70%
	);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.image-text {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 45px;
	font-size: 24px;
	width: 100%;
}

.gradient-circle-bg img {
	position: relative;
	z-index: 1;
}
.z-1 {
	z-index: 1;
}

.relative {
	position: relative;
}

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

.text-start {
	text-align: start;
}

.text-end {
	text-align: end;
}
.w-full {
	width: 100%;
}
.gap-2 {
	gap: 8px;
}

.gap-5 {
	gap: 20px;
}

.h-full {
	height: 100%;
}

.exchange-carousel {
	min-width: 610px;
}
.overflow-x-scroll {
	overflow-x: scroll;
}

.scroll-hidden {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.scroll-hidden::-webkit-scrollbar {
	display: none;
}

.text-xl {
	font-size: 20px;
}

.xl-btn {
	padding: 0 93px !important;
}
.xl-btn.mil-btn.mil-add-arrow::after {
	position: absolute;
	right: 30px;
	margin-left: 80px;
}

.last-item-accordion {
	border-bottom: 2px solid;
	border-color: #f1f5f9;
}

.mil-menu-btn span,
.mil-menu-btn span:after,
.mil-menu-btn span:before {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: rgba(30, 41, 59, 1);
	backface-visibility: hidden;
	transition: inherit;
}
.mil-menu-btn span {
	position: relative;
}
.mil-menu-btn span:after,
.mil-menu-btn span:before {
	position: absolute;
}
.mil-menu-btn span:before {
	top: -8px;
}
.mil-menu-btn span:after {
	top: 8px;
}
.mil-menu-btn.mil-active span {
	transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
	transform: translate(0px, 8px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
	width: 24px;
	transform: translate(0px, -8px) rotate(-90deg);
}

.mil-banner {
	position: relative;
	overflow: hidden;
	background-color: #f1f5f9;
	min-height: 900px;
	display: flex;
	align-items: center;
	padding-top: 205px;
}
.mil-banner .mil-banner-img {
	width: 100%;
}
.mil-banner .mil-banner-img img {
	float: right;
}
.mil-banner .mil-banner-img.mil-banner-img-out img {
	transform: translateX(-80px);
	width: 190%;
	float: left;
}
.mil-banner.mil-banner-inner {
	height: auto;
	background-color: transparent;
	min-height: 0;
}
.mil-banner.banner-short {
	padding-bottom: 80px;
	height: 60vh;
	align-items: flex-end;
}

.mil-list-2 li {
	position: relative;
	padding-left: 56px;
	list-style-type: none;
	margin-bottom: 25px;
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-list-2 li:after {
	background-color: #ff6d00;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.70938 9.59253L0.81875 5.7019C0.584375 5.46753 0.584375 5.06909 0.81875 4.83472L1.6625 3.99097C1.89688 3.75659 2.27188 3.75659 2.50625 3.99097L5.15469 6.61597L10.7797 0.990967C11.0141 0.756592 11.3891 0.756592 11.6234 0.990967L12.4672 1.83472C12.7016 2.06909 12.7016 2.46753 12.4672 2.7019L5.57656 9.59253C5.34219 9.8269 4.94375 9.8269 4.70938 9.59253Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: 0;
}
.mil-list-2 li:last-child {
	margin-bottom: 0;
}
.mil-list-2.mil-type-3 li:after {
	background-color: rgba(30, 41, 59, 1);
	color: rgb(3, 166, 166);
}
.mil-list-2.mil-accent li:after {
	background-color: rgba(255, 109, 0, 1);
}
.mil-brand {
	margin: 0 auto;
	opacity: 0.5;
	filter: grayscale(100%);
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-brand img {
	display: inline-block;
}
.mil-brand:hover {
	opacity: 1;
	filter: grayscale(0);
}

.mil-brand-card {
	background-color: rgb(39, 38, 38);
	border-radius: 40px;
	padding: 30px;
}
.mil-brand-card img {
	filter: grayscale(100%);
	opacity: 0.5;
}

.mil-testi-pagination {
	margin-top: 60px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.mil-testi-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgb(137, 141, 150);
	transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-testi-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(255, 109, 0, 1);
}

.mil-accordion {
	width: 100%;
}
.mil-accordion .mil-accordion-group .mil-accordion-menu {
	color: rgba(30, 41, 59, 1);
	padding: 10px 0;
	border-top: 2px solid;
	border-color: #f1f5f9;
	cursor: pointer;
	user-select: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.mil-accordion .mil-accordion-group .mil-accordion-menu h5 {
	width: calc(100% - 45px);
}
.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon i {
	color: rgba(137, 141, 150, 1);
}
.mil-accordion .mil-accordion-group .mil-accordion-content {
	padding-left: 30px;
	padding-right: 100px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0px;
}

.mil-accordion-content p {
	padding-bottom: 30px;
}
.mil-accordion .mil-accordion-group:last-child .mil-accordion-content {
	margin-bottom: 0;
}

.fas {
	transition: transform 0.3s ease;
}
.mil-accordion-icon .fas {
	transform: rotate(0deg) !important;
}

.mil-accordion-icon.mil-active .fas {
	transform: rotate(180deg) !important;
}

.mil-image-frame {
	position: relative;
	border-radius: 40px;
	width: 100%;
}
.mil-image-frame.mil-visible-overflow {
	overflow: visible;
}
.mil-image-frame img {
	width: 100%;
	border-radius: 40px;
}
.mil-image-frame .mil-img-box {
	text-align: center;
	position: absolute;
	right: -60px;
	bottom: -60px;
	width: 225px;
	height: 225px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mil-image-frame .mil-img-box.mil-left-box {
	right: auto;
	left: -60px;
}
.mil-image-frame .mil-img-box.mil-left-max {
	left: -120px;
}
.mil-image-frame .mil-img-box.mil-right-max {
	right: -50px;
	bottom: -50px;
}
.mil-image-frame .mil-img-box.mil-accent-box {
	background: linear-gradient(180deg, #f27457 0%, #a08488 100%);
}
.mil-image-frame .mil-img-box.mil-soft-box {
	background: linear-gradient(0deg, #b3d4d8 0%, #deece8 100%);
}
.mil-image-frame .mil-img-box div {
	width: 100%;
}
.mil-image-frame .mil-img-box img {
	position: static !important;
	width: 90px;
	border-radius: 0;
	margin: 0 auto;
}
.mil-image-frame.mil-image-frame-2 {
	padding-bottom: 180%;
}
.mil-image-frame.mil-image-frame-2 img {
	position: absolute;
	top: 0;
	left: 0;
}

.mil-illustration-fix {
	margin-bottom: 160px;
}
.mil-icon-box {
	display: flex;
	border-radius: 40px;
	flex-direction: column;
}
.mil-icon-box img {
	display: block;
	width: 60px;
}
.mil-icon-box.mil-with-bg {
	padding: 60px 30px;
	background-color: #f1f5f9;
}
.mil-icon-box.mil-bg-fix {
	padding: 60px 30px;
}
.mil-icon-box.mil-center {
	text-align: center;
}
.mil-icon-box.mil-center img {
	margin-left: auto;
	margin-right: auto;
}
.mil-icon-box.mil-hover {
	padding: 60px 30px;
	transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-icon-box.mil-hover:hover,
.mil-icon-box.mil-hover.mil-hover-active {
	background-color: #f1f5f9;
}
.mil-icon-box.mil-hover:hover h5,
.mil-icon-box.mil-hover:hover p,
.mil-icon-box.mil-hover.mil-hover-active h5,
.mil-icon-box.mil-hover.mil-hover-active p {
	color: rgba(30, 41, 59, 1);
}
.mil-input {
	width: 100%;
	height: 70px;
	border: solid 1px rgba(137, 141, 150, 0.2);
	font-weight: 600;
	font-size: 14px;
	border-radius: 20px;
	padding: 0 30px;
}
.mil-input::placeholder {
	font-weight: 600;
	font-size: 14px;
}

.mil-checkbox-frame {
	display: flex;
	align-items: center;
}
.mil-checkbox-frame p {
	padding-left: 15px;
}

.mil-checkbox {
	position: relative;
	height: 24px;
	width: 24px;
}

.mil-checkbox label {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(196, 196, 196);
	border-radius: 3px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	left: 0;
	position: absolute;
	top: 0;
}

.mil-checkbox label:after {
	border: 2px solid rgb(255, 255, 255);
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 6px;
	transform: rotate(-45deg);
	width: 12px;
}

.mil-checkbox input[type="checkbox"] {
	visibility: hidden;
}

.mil-checkbox input[type="checkbox"]:checked + label {
	background-color: rgba(255, 109, 0, 1);
	border-color: rgba(255, 109, 0, 1);
}

.mil-checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.mil-subscripe-form {
	position: relative;
	display: flex;
}
.mil-subscripe-form .mil-input {
	margin-right: 15px;
}

footer .mil-footer-logo {
	display: inline-block;
}
footer .mil-footer-list li {
	list-style-type: none;
}
footer .mil-footer-list li a {
	transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
footer .mil-footer-list li a:hover {
	color: rgba(30, 41, 59, 1);
}
footer .mil-footer-list.mil-footer-list-2 {
	display: flex;
}
footer .mil-footer-list.mil-footer-list-2 li {
	margin-right: 30px;
	margin-bottom: 0;
}
footer .mil-footer-list.mil-footer-list-2 li a {
	transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
footer .mil-footer-list.mil-footer-list-2 li a:hover {
	color: rgb(255, 255, 255);
}

footer .mil-footer-bottom {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: solid 1px rgba(137, 141, 150, 0.2);
}
footer.mil-footer-with-bg {
	background-color: #f1f5f9;
}
footer.mil-footer-with-bg .mil-footer-bottom {
	border-top: solid 1px rgba(137, 141, 150, 0.2);
}
footer.mil-footer-dark {
	background-color: rgba(30, 41, 59, 1);
}
footer.mil-footer-dark .mil-footer-bottom {
	border-top: solid 1px rgba(3, 166, 166, 0.2);
}
footer.mil-footer-dark-2 {
	background-color: rgb(39, 38, 38);
}
footer.mil-footer-dark-2 .mil-footer-bottom {
	border-top: solid 1px rgba(137, 141, 150, 0.2);
}

.mil-footer-space-fix {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.mil-subscripe-form-footer {
	position: relative;
}
.mil-subscripe-form-footer input {
	background-color: transparent;
	height: 65px;
}
.mil-subscripe-form-footer input:focus {
	outline: inherit;
}
.mil-subscripe-form-footer button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 22px;
	cursor: pointer;
}
.mil-subscripe-form-footer button i {
	color: #f1f5f9;
}

.custom-range {
	-webkit-appearance: none;
	width: 100%;
	height: 20px;
	border-radius: 24px;
	background: #ff9e00 50%;
	outline: none;
	cursor: pointer;
	transition: background 0.3s ease;
}

.custom-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 38px;
	height: 38px;
	background: #ff6d00;
	border-radius: 50%;
	border: none;
	margin-top: -3px;
	position: relative;
}

.custom-range::-moz-range-thumb {
	width: 18px;
	height: 18px;
	background: #ff6d00;
	border-radius: 50%;
	border: none;
	position: relative;
}

.faq-accordion {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1C1 1 4.96158 4.34534 7.5 6.4889C7.5 6.4889 11.4616 3.14354 14 1' stroke='%23898D96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1C1 1 4.96158 4.34534 7.5 6.4889C7.5 6.4889 11.4616 3.14354 14 1' stroke='%23898D96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	--bs-accordion-active-bg: transparent;
	--bs-accordion-active-color: var(--text-color);
	--bs-accordion-btn-focus-box-shadow: 0;
	--bs-accordion-border-width: 2px;
	--bs-accordion-border-color: #f1f5f9;
	--bs-accordion-btn-icon-width: 13px;
	--bs-accordion-border-radius: 0;
	--bs-accordion-btn-color: var(--text-color);
	--bs-accordion-btn-padding-x: 40px;
	--bs-accordion-btn-padding-y: 22px;
	--bs-accordion-body-padding-x: 75px;
	--bs-accordion-body-padding-y: 0;
	--bs-accordion-color: var(--text-color);
	letter-spacing: -0.44px;
	font-size: 20px;
}
.faq-accordion .accordion-body {
	padding: 0 var(--bs-accordion-body-padding-x) 27px;
	font-size: 18px;
}
.faq-accordion > .accordion-item:last-child {
	border-bottom: var(--bs-accordion-border-width) solid
		var(--bs-accordion-border-color);
}
.faq-accordion .accordion-button {
	box-shadow: none;
	letter-spacing: -0.44px;
}

.mil-mb-47 {
	margin-bottom: 47px;
}

.logo-carousel-wrapper {
	overflow: hidden;
	width: 100%;
}

.logo-carousel-track {
	display: flex;
	white-space: nowrap;
}

.logo-carousel-inner {
	display: flex;
}
.mil-brand {
	min-width: 90px;
	margin-right: 60px;
}

.padding-0-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.max-w-full {
	max-width: 100% !important;
}

.mil-custom-select {
	position: relative;
	background-color: white;
	cursor: pointer;
}

.mil-custom-select .mil-accordion-menu {
	border-top: 0px solid !important;
}
.mil-custom-select {
	position: relative;
	z-index: 1000;
	padding: 0;
}

.mil-custom-select .mil-accordion-content {
	background: white;
	width: calc(100% + 2px);
	position: absolute;
	left: -1px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;

	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
		0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.mil-custom-select .mil-accordion-menu {
	height: 49px;
}

.mil-custom-select .mil-accordion-content.open {
	border: solid 1px rgba(203, 213, 225, 1);
}

.mil-input:has(.mil-accordion-content.open) {
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.mil-custom-select .selected-option {
	padding-left: 30px;
}

.mil-custom-select .mil-request-options {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mil-custom-select .mil-request-options li {
	padding: 8px 8px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.mil-custom-select .mil-request-options li:hover {
	background: #f0f0f0;
	color: #000;
	border-radius: 4px;
}

.mil-custom-select .mil-accordion .mil-accordion-group .mil-accordion-content {
	padding-left: 22px;
}
.container-m {
	max-width: 940px;
}
.contactUS-page .mil-banner {
	min-height: 0 !important;
}

.services-page .px-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.contactUS-page .mil-input,
.contactUS-page .mil-textarea {
	background-color: #fff !important;
}

.contactUS-page label {
	padding-bottom: 4px !important;
}

.contactUS-page .form-select {
	width: 100%;
	height: 70px;
	border: solid 1px rgba(137, 141, 150, 0.2);
	font-weight: 600;
	font-size: 14px;
	border-radius: 20px;
	padding: 0 30px;
}

.mil-mb-30 {
	margin-bottom: 30px;
}

.services-page h2,
.services-page .h2 {
	font-size: 57px !important;
	font-weight: 600 !important;
}

.services-page p,
.contactUS-page p,
#smooth-content p {
	line-height: 1.6;
}

.contactUS-page .form-select {
	background-size: auto !important;
	background-position: right 24px center;
	background-size: 12px 8px;
}
.feedbacks-slider .slick-dots {
	margin-top: 60px;
}
.feedbacks-slider .slick-dots li button {
	display: inline-flex;
	height: auto;
	width: auto;
}
.feedbacks-slider .slick-dots li button::before {
	font-size: 24px;
	line-height: 1;
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(137, 141, 150, 0.2);
}
.feedbacks-slider .slick-dots .slick-active button::before {
	background-color: rgba(255, 109, 0, 0.99);
}
.feedbacks-slider .slick-dots [aria-label="1 of 1"] {
	display: none;
}
.feedbacks-slider .slick-track {
	overflow: visible;
}
.feedback-slide.slick-slide {
	box-sizing: border-box;
	padding-right: 30px;
}
.feedback-slide.slick-slide > blockquote {
	height: 100%;
}
.feedbacks-slider .slick-dots [aria-label="1 of 1"] {
	display: none;
}
[data-aos="fade-up-scale"] {
	opacity: 0;
	transform: translateY(50px) scale(0.98);
	transition-property: opacity, transform;
}

[data-aos="fade-up-scale"].aos-animate {
	opacity: 1;
	transform: translateY(0) scale(1);
}
@media screen and (min-width: 1200px) {
	.iPad-off-radius {
		border-radius: 40px !important;
	}

	.show-iPad {
		display: none !important;
	}

	.px-200 {
		padding-left: 160px;
		padding-right: 160px;
	}

	.px-60-0-60-0 {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (max-width: 1921px) {
	.mil-image-frame img {
		width: auto;
		margin: auto;
		max-height: calc(100vh - 260px);
	}
}
@media screen and (max-width: 1536px) {
	.mil-out-frame {
		border-radius: 0;
	}
}
@media screen and (max-width: 1500px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 1200px) {
	.mil-brand {
		margin-right: 30px;
	}
	.mil-menu-btn {
		display: flex;
	}

	.color-chang-to-color-1-1 {
		background-color: rgba(255, 109, 0, 1) !important;
		color: rgb(255, 255, 255) !important;
	}

	.block-none {
		display: none !important;
	}
	.show-iPad {
		display: block;
	}

	.text-center-on-iPad {
		text-align: center;
	}

	.mb-row-reverse {
		display: flex;
		flex-direction: row-reverse !important;
	}

	.mb-col-reverse {
		display: flex;
		flex-direction: column-reverse !important;
	}

	.mb-bg-white {
		background: white;
	}
	br {
		display: none;
	}
	.mil-pt-100-80 {
		padding-top: 80px;
	}
	.mil-p-160-100 {
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.mil-p-160-0 {
		padding-top: 80px;
	}
	.mil-p-0-80 {
		padding-bottom: 0;
	}
	.mil-mb-80-adaptive-30 {
		margin-bottom: 30px;
	}
	.mil-top-panel {
		height: 80px;
		background-color: rgb(255, 255, 255);
	}
	.mil-top-panel.mil-active {
		height: 80px;
	}
	.mil-top-menu {
		position: absolute;
		pointer-events: none;
		top: 80px;
		left: 0;
		background-color: rgb(255, 255, 255);
		width: 100%;
		opacity: 0;
		transform: translateY(10px);
		box-shadow: 0 5px 5px rgba(13, 81, 82, 0.1);
		padding: 0 0 15px 0;
		transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
	}
	.mil-top-menu.mil-active {
		pointer-events: all;
		opacity: 1;
		transform: translateY(0);
	}
	.mil-top-menu ul {
		padding: 5px;
		flex-direction: column;
	}
	.mil-top-menu ul li {
		width: 100%;
	}
	.mil-top-menu ul li ul {
		border-radius: 10px !important;
		transform: none !important;
		box-shadow: none;
		position: static;
		opacity: 1;
		max-height: 0;
		padding: 0;
		overflow: hidden;
		background-color: #f1f5f9;
	}
	.mil-top-menu ul li ul li {
		opacity: 0;
		transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
	}
	.mil-top-menu ul li:hover a {
		background-color: rgb(255, 255, 255);
	}
	.mil-top-menu ul li:hover ul {
		padding: 5px 0;
		max-height: 400px;
	}
	.mil-top-menu ul li:hover ul li {
		opacity: 1;
	}
	.mil-top-menu ul li:hover ul li a {
		background-color: inherit;
	}
	.mil-top-menu ul li:last-child:hover ul {
		margin-bottom: 0;
	}
	.mil-top-menu ul li.mil-active > a {
		box-shadow: none;
		color: rgba(255, 109, 0, 1);
	}
	.mil-image-frame .mil-img-box {
		display: inline-flex;
		right: auto;
		left: 15px;
		bottom: 15px;
		width: 175px;
		height: 175px;
		padding: 30px 30px;
	}
	.mil-image-frame .mil-img-box br {
		display: block;
	}
	.mil-image-frame .mil-img-box.mil-left-box {
		right: auto;
		left: 15px;
	}
	.mil-buttons-frame {
		justify-content: center;
	}
	.mil-out-frame.mil-out-image-fix {
		padding-bottom: 80px;
		margin-bottom: 80px;
	}
	.mil-banner {
		height: auto;
		margin-top: 80px;
		padding: 80px 0;
		padding-bottom: 0;
	}
	.mil-banner .container {
		margin-top: 0;
	}
	.mil-banner .mil-banner-text {
		text-align: center;
	}
	.mil-banner .mil-banner-img img {
		width: 100% !important;
		transform: none !important;
	}
	.mil-banner .mil-banner-img.mil-120 img {
		width: 120% !important;
	}
	.mil-banner .mil-banner-img.mil-banner-img-out img {
		transform: none;
		width: 110% !important;
		float: left;
	}
	.mil-image-frame img {
		height: auto !important;
	}
}
@media (max-width: 1024px) {
	.services-page h2,
	.services-page .h2 {
		font-size: 22px !important;
	}
	.services-page .px-80 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.services-page .text-end {
		text-align: start !important;
	}

	.contactUS-page h1,
	.services-page h1 {
		font-size: 32px !important;
	}

	.contactUS-page .container-m {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 24px !important;
	}

	.contactUS-page .container-m .mil-out-frame {
		width: 100% !important;
		padding: 24px !important;
		transform: translateX(-0px) !important;
	}
}
@media screen and (max-width: 991px) {
	.law-page .law-wwrapper {
		gap: 1rem !important;
		flex-direction: column !important;
		padding: 1rem !important;
	}
	.law-page .law-wwrapper .law-navbar {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
	}
	.law-page .law-wwrapper .law-sidebar {
		width: auto !important;
	}
	h1,
	.h1 {
		font-size: 56px;
	}
	h2,
	.h2 {
		font-size: 36px;
	}
	h4,
	.h4 {
		font-size: 28px;
	}
	.mil-text-s {
		font-size: 16px;
	}
	.mil-text-m {
		font-size: 16px;
	}
	.mil-text-ml {
		font-size: 20px;
	}
	blockquote.mil-lg {
		padding: 60px 30px;
	}
	.mil-btn.mil-md {
		padding: 0 25px;
		height: 62px;
	}
	.mil-buttons-frame {
		flex-direction: column;
		align-items: center;
	}
	.mil-buttons-frame a {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mil-buttons-frame a:last-child {
		margin-bottom: 0;
	}
	.mil-accordion .mil-accordion-group .mil-accordion-menu {
		align-items: flex-start;
	}
	.mil-accordion
		.mil-accordion-group
		.mil-accordion-menu
		.mil-accordion-icon {
		width: 30px;
		height: 30px;
	}
	.mil-accordion .mil-accordion-group .mil-accordion-content {
		padding-right: 0;
	}
	.mil-illustration-fix {
		padding-bottom: 80px;
		margin-bottom: 0;
	}
	.mil-icon-box {
		width: 100%;
		height: auto;
	}
	.mil-icon-box.mil-hover {
		background-color: #f1f5f9;
	}
	.mil-icon-box.mil-hover h5 {
		color: rgba(30, 41, 59, 1);
	}
	.mil-custom-select .mil-accordion-menu {
		align-items: center !important;
	}
	.mil-custom-select .mil-accordion-menu .mil-accordion-icon {
		width: 50px !important;
		height: 50px !important;
	}
}

@media screen and (max-width: 768px) {
	.feedback-slide.slick-slide {
		padding-right: 0;
	}
	.mil-progress-track {
		display: none;
	}
	.d-block-important {
		display: block !important;
	}

	h1 {
		font-size: 40px;
	}

	.firts-mil-list-2 {
		justify-content: start !important;
		padding-left: 20px;
	}
	.mil-icon-box.mil-bg-fix {
		background-color: rgba(196, 196, 196, 0.05);
	}
	.mil-subscripe-form {
		flex-direction: column;
	}
	.mil-subscripe-form .mil-input {
		margin-bottom: 15px;
	}
	footer .mil-footer-list.mil-footer-list-2 {
		flex-direction: column;
	}
	footer .mil-footer-list.mil-footer-list-2 li {
		margin-bottom: 15px;
	}
	.container-m {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.faq-accordion {
		--bs-accordion-btn-padding-x: 4px;
		--bs-accordion-body-padding-x: 20px;
	}
	.mil-brand {
		margin-right: 15px;
	}
}
@media screen and (max-width: 350px) {
	.mil-btn.mil-sm {
		padding: 0 10px;
	}
}
