/*--------------------- Global Styles ---------------------*/

html {
	height: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
	height: 100%;
	padding-right: 0 !important;
}

header {
	padding-right: 0 !important;
}

[ng-cloak] {
	display: none !important;
}

a {
	color: #0b0b3b;
	text-decoration: none;
}

a:hover {
	color: #0b0b3b;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
}

.btn:focus, .btn.focus {
    box-shadow: none !important;
	outline: none !important;
}

/* Prevent body overflow:hidden when modal is open */
body.modal-open {
    overflow: auto !important;
	padding-right: 0 !important;
}

/* Adjust the modal overlay to not cover the scrollbar */
.modal-backdrop.show {
    opacity: 0.5; /* Adjust opacity as needed */
}

.disable-right-click {
	pointer-events: none;
    -webkit-touch-callout: none;
}

.form-control {
	border: 1px solid #0b0b3b !important;
}

.form-control:focus {
	border-color: #0b0b3b !important;
	box-shadow: none !important;
}

.blur {
	filter: blur(3px);
	color: transparent;
	text-shadow: 0 0 90px #fff;
}

.blur-overlay {
	position: relative;
	display: inline-block;
}

.blur-overlay::after {
	content: attr(data-blurred-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #a3a3a3;
	pointer-events: none;
	text-shadow: 0 0 90px #fff;
}

.unavailable {
	color: #dc3545;
}

.green {
	color: #0b0b3b !important;
}

.red {
	color: #e74c3c !important;
}

.sk-wave-rect {
	background-color: #0b0b3b !important;
}

.general-text-data {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #999;
	line-height: 1.2;
	display: block;
	width: 100%;
	position: relative;
	padding-left: 5px;
	transition: all .4s;
}

.black-button {
	background-color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #000000;
	animation-delay: 0.8s;
	border: 2px solid #000000;
}

.black-button:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}

.black-button:disabled {
	background: #000000;
	color: #fff;
	text-decoration: none;
}

.green-button {
	background-color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #0b0b3b;
	animation-delay: 0.8s;
	border: 2px solid #0b0b3b;
}

.green-button:hover {
	background: #0b0b3b;
	color: #fff;
	text-decoration: none;
}

.green-button:disabled {
	background: #0b0b3b;
	color: #fff;
	text-decoration: none;
}

.blue-button {
	background-color: #0b0b3b;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #fff;
	animation-delay: 0.8s;
	border: 2px solid #0b0b3b;
}

.blue-button:hover {
	background: #fff;
	color: #0b0b3b;
	text-decoration: none;
	border-color: #0b0b3b;
}

.blue-button:disabled {
	background: #e0e0e0;
	color: #aaa;
	border-color: #e0e0e0;
	text-decoration: none;
}

.red-button {
	background-color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #e74c3c;
	animation-delay: 0.8s;
	border: 2px solid #e74c3c;
}

.red-button:hover {
	background: #e74c3c;
	color: #fff;
	text-decoration: none;
}

.red-button:disabled {
	background: #e74c3c;
	color: #fff;
	text-decoration: none;
}

.white-button {
	background-color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #fff;
	animation-delay: 0.8s;
	border: 2px solid #fff;
}

.support-link {
	font-family: "Poppins", sans-serif;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

.contact-link {
	font-family: "Poppins", sans-serif;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

.error-message {
	font-family: "Raleway", sans-serif;
	color: #e74c3c;
	font-size: 13px;
}

.error-message .bx {
	font-weight: 500 !important;
}

.simple-message {
	font-family: "Raleway", sans-serif;
	color: #444444 !important;
	font-size: 14px !important;
}

.success-message {
	font-family: "Raleway", sans-serif;
	color: #0b0b3b !important;
	font-size: 13px !important;
}

.error-message p,
.success-message p {
    display: inline;
}

.error-message p.bx,
.success-message p.bx {
    display: inline-block; /* Allows the icon to have its own width */
    vertical-align: middle; /* Aligns the icon vertically */
    margin-left: 5px; /* Adjusts spacing between text and icon */
}

.error-background-color::before {
	background: #e74c3c !important;
}

.error-color {
	color: #e74c3c !important;
}

.success-color {
	color: #0b0b3b !important;
}

.warning {
	color: #0b0b3b !important;
}

.danger {
	color: #e74c3c !important;
}

.disable {
	content: attr(value);
  	color: #999 !important;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase !important;
}

.text-non-transform {
	text-transform: none !important;
}

.iti {
	--iti-path-flags-1x: url('/public/images/flags/flags.png');
	--iti-path-flags-2x: url('/public/images/flags/flags@2x.png');
	--iti-path-globe-1x: url('/public/images/flags/globe.png');
	--iti-path-globe-2x: url('/public/images/flags/globe@2x.png');
  }

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti__selected-dial-code {
	font-family: "Raleway", sans-serif;
    font-size: 15px;
    color: #555;
}

.select-text {
	user-select: text;
	-webkit-user-select: text; /* Safari fallback only */
	-webkit-user-select: text; /* Chrome/Safari */
	-moz-user-select: text; /* Firefox */
	-ms-user-select: text; /* IE10+ */
}

.limiter {
	width: 100%;
	margin: 0 auto;
    padding-top: 50px;
}

/* Width and height of scrollbar */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f0f0f0;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #0b0b3b;
	border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #0b0b3b;
}

@keyframes pulse {
	0% {
	  opacity: 0.4;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0.4;
	}
  }

  @keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@media (max-width:1440px) {
	.limiter {
		padding-top: 50px;
	}
}

@media only screen and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	.limiter {
		padding-top: 50px;
	}
}

@media (max-width:786px) {
	.limiter {
		padding-top: 50px;
	}
}

@media (max-width:576px) {
	.limiter {
		padding-top: 50px;
	}
}

@media (max-width:320px) {
	.limiter {
		padding-top: 50px;
	}
}

/*--------------------- Section ---------------------*/

section {
	padding: 30px 0;
	overflow: hidden;
}

.section-title {
	padding-bottom: 20px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-family: "Poppins", sans-serif;
}

.section-title h2::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #0b0b3b;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #282a37;
}

/*--------------------- Header ---------------------*/

#header {
	height: 70px;
	transition: all 0.4s;
	z-index: 999;
	background: #0b0b3b;
}

#header.header-background-transparent {
	background: #0b0b3b;
}

#header.header-navbar {
	background: #0b0b3b;
}

#header .logo h1 {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1.5px;
	display: none;
}

#header .logo h1 a, #header .logo h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#header .alt-logo {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1.5px;
}

#header .logo .alt-logo a, #header .logo .alt-logo a:hover {
	color: #fff;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 50px;
}

/*--------------------- Navbar ---------------------*/

/********************** Desktop **********************/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a {
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 5px 15px 7px 15px;
	margin-left: 5px;
	font-size: 15px;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
	border-radius: 5px;
	width: 95%;
}

.navbar a i {
	font-size: 20px;
	margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
	color: #fff;
}

.navbar .dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar .dropdown ul {
	position: absolute;
	left: -100px;
	top: calc(100% + 30px);
	margin: 5px 0 0 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(125, 135, 159, 0.25);
	transition: 0.3s;
	border-radius: 15px;
}

.navbar .dropdown ul li {
	min-width: 200px;
	display: flex;
	align-items: center;
}

.navbar .dropdown ul a {
	padding: 10px 10px;
	color: #252733;
	margin: 0 5px;
	font-size: 14px;
}

.navbar .dropdown ul a i {
	font-size: 18px;
	margin-right: 10px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
	color: rgb(0, 70, 58);;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

#nav-search-icon {
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}

.navbar .notification-item {
	position: relative;
	display: inline-block;
}

.navbar .notification-item .badge {
	position: absolute;
	top: -1px;
	right: -5px;
}

#nav-bar {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	font-size: 10px;
}

#nav-bar a:hover {
	color: rgb(0, 70, 58);
	background: none;
}

.navbar .dropdown-menu {
	display: none;
}

.navbar .show {
	display: block;
}

.mobile-menu {
	display: none;
}

.desktop-menu {
	display: block;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
   }

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
   }
}

/********************** Mobile **********************/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 19, 26, 0.9);
    z-index: 999;
}

@media (max-width: 576px) {
	.mobile-nav-toggle {
		display: block;
   }

	.navbar ul {
		display: flex;
   }

   	.mobile-menu {
        display: flex;
    }

	.desktop-menu {
		display: none;
	}

	.navbar .dropdown ul {
		position: absolute;
		top: 47px !important;
		right: -30px;
		bottom: auto;
		left: auto;
		padding: 10px 0;
		border-radius: 10px;
		background-color: #fff;
		z-index: 1000;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		animation: slideInRight 0.7s forwards;
	}

	.navbar .dropdown ul a {
		padding: 10px 5px;
	}

	.navbar a i {
		margin-right: 5px;
		font-size: 15px;
	}

	.navbar a {
		font-size: 12px;
		padding: 5px 5px 7px 5px;
	}

	.navbar .notification-item .badge {
		position: absolute;
		top: -1px;
		right: 1px;
	}
}

@media (max-width: 350px) {

	.navbar a {
		font-size: 12px;
		padding: 5px 5px 7px 7px;
	}

	.navbar a i {
		margin-right: 1px;
		font-size: 12px;
	}

	.navbar .notification-item .badge {
		top: -2px;
		right: -2px;
	}

	.navbar .badge {
		font-size: 60% !important;
	}
}

/*--------------------- Banner ---------------------*/

#banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: linear-gradient(0deg, rgb(11, 11, 59) 0%, rgb(36, 36, 92) 100%);
	padding: 0;
}

#banner .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 60vh;
	padding-top: 60px;
}

#banner h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
}

#banner p {
	width: 80%;
	animation-delay: 0.3s;
	margin: 0 auto 30px auto;
	color: #fff;
}

#banner .carousel-control-prev, #banner .carousel-control-next {
	width: 10%;
}

#banner .carousel-control-next-arrow, #banner .carousel-control-prev-arrow {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#banner .button-banner {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	animation-delay: 0.5s;
	border: 2px solid #e4c360;
}

#banner .button-banner:hover {
	background: #e4c360;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1440px) {
	#banner .carousel-container {
		height: 90vh;
   }

	#banner h2 {
		font-size: 28px;
   }
}


@media only screen and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	#banner .carousel-container {
		height: 90vh;
   }

	#banner h2 {
		font-size: 28px;
   }
}


@media (max-width: 768px) {
	#banner .carousel-container {
		height: 90vh;
   }

	#banner h2 {
		font-size: 28px;
   }

   #banner p {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	#banner .carousel-container {
		height: 90vh;
   }
   
   #banner h2 {
		font-size: 24px;
	}

	#banner p {
		font-size: 11px;
	}

	#banner .button-banner {
		font-size: 10px;
	}

	#banner .carousel-control-next-arrow, #banner .carousel-control-prev-arrow {
		font-size: 26px;
	}
}

@media (max-width: 320px) {
	
	#banner .carousel-container {
		height: 90vh;
   }

	#banner h2 {
		font-size: 21px;
   }

   #banner p {
		font-size: 11px;
   }

   #banner .button-banner {
		font-size: 10px;
   }

   #banner .carousel-control-next-arrow, #banner .carousel-control-prev-arrow {
		font-size: 26px;
   }
}

/*--------------------- Mission ---------------------*/

.mission {
	padding-top: 50px;
}

/* .mission .content h3 {
	font-weight: 600;
	font-size: 26px;
} */

.mission .content ul {
	list-style: none;
	padding: 0;
}

.mission .content ul li {
	padding-left: 28px;
	position: relative;
}

.mission .content ul li+li {
	margin-top: 10px;
}

.mission .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #0b0b3b;
	line-height: 1;
}

.mission .content p:last-child {
	margin-bottom: 0;
}

.mission .content .register-button {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #0b0b3b;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #0b0b3b
}

.mission .content .register-button:hover {
	background: #0b0b3b;
	color: #fff;
	text-decoration: none;
}

@media (max-width:576px) {
	.mission .section-title p {
		font-size: 30px;
	}

	.mission .section-title h2 {
		font-size: 12px;
	}

	.mission .section-title h2::after {
		width: 90px;
	}

	.mission p {
		font-size: 14px;
	}
}

@media (max-width:320px) {
	.mission .section-title p {
		font-size: 30px;
	}

	.mission .section-title h2 {
		font-size: 10px;
	}

	.mission .section-title h2::after {
		width: 90px;
	}

	.mission p {
		font-size: 13px;
	}

	.mission .content .register-button {
		font-size: 14px;
		margin-top: 15px;
	}
}

/*--------------------- Services ---------------------*/

.services .section-title p {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #282a37;
}

.services .content h5 {
	font-weight: 600;
	font-size: 18px;
	color: #0b0b3b;
	font-family: "Raleway", sans-serif;
}

.services .content p {
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
}

.services .content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.services .content ul li {
	margin-bottom: 6px;
	font-size: 14px;
	color: #444;
}

/*--------------------- Process ---------------------*/

.process .card-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 20px rgba(68, 88, 144, 0.2), 0 10px 20px -10px rgba(68, 88, 144, 0.4); /* Enhanced shadow with emphasis at the bottom */
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
}

/* .process .card-box:hover {
	transform: scale(1.05);
} */

.process .figure {
	position: absolute;
	left: 13px;
	top: calc(50% - 30px);
}

.process .figure i {
	font-size: 45px;
	line-height: 1;
	transition: 0.5s;
}

.process .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.process .title a {
	color: #282a37;
	transition: ease-in-out 0.3s;
}

.process .title a:hover {
	color: #0b0b3b;
}

.process .description {
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	margin-bottom: 0;
}

@media screen and (max-width: 786px) {
    .process .row:last-child .col-lg-6 {
		margin-bottom: 1.5rem; /* Adjust the margin as needed */
	}
}

@media (max-width:576px) {
	.process .section-title p {
		font-size: 30px;
	}

	.process .section-title h2 {
		font-size: 12px;
	}

	.process .section-title h2::after {
		width: 90px;
	}

	.process p {
		font-size: 15px;
	}
}

@media (max-width:320px) {
	.process .section-title p {
		font-size: 30px;
	}

	.process .section-title h2 {
		font-size: 10px;
	}

	.process .section-title h2::after {
		width: 90px;
	}

	.process p {
		font-size: 13px;
	}

	.process .description {
		font-size: 13px;
	}

	.process .row:last-child .col-lg-6 {
		margin-bottom: 1.5rem; /* Adjust the margin as needed */
	}
}

/*--------------------- Products ---------------------*/

.products .card-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: linear-gradient(0deg, rgb(11, 11, 59) 0%, rgb(36, 36, 92) 100%);
	box-shadow: 0 0 20px rgba(68, 88, 144, 0.2), 0 10px 20px -10px rgba(68, 88, 144, 0.4); /* Enhanced shadow with emphasis at the bottom */
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
	color: #fff;
}

/* .products .card-box:hover {
	transform: scale(1.05);
} */

.products .figure {
	position: absolute;
	left: 13px;
	top: calc(50% - 30px);
}

.products a {
	color: #fff;
}

.products .figure i {
	font-size: 45px;
	line-height: 1;
	transition: 0.5s;
}

.products .title {
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

.products .title a {
	transition: ease-in-out 0.3s;
}

.products .title a:hover {
	color: #0b0b3b;
}

.products .description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

@media screen and (max-width: 786px) {
    .products .row:last-child .col-lg-6 {
		margin-bottom: 1.5rem; /* Adjust the margin as needed */
	}
}

@media (max-width:576px) {
	.products .section-title p {
		font-size: 30px;
	}

	.products .section-title h2 {
		font-size: 12px;
	}

	.products .section-title h2::after {
		width: 90px;
	}

	.products p {
		font-size: 15px;
	}
}

@media (max-width:320px) {
	.products .section-title p {
		font-size: 30px;
	}

	.products .section-title h2 {
		font-size: 10px;
	}

	.products .section-title h2::after {
		width: 90px;
	}

	.products p {
		font-size: 13px;
	}

	.products .description {
		font-size: 13px;
	}

	.products .row:last-child .col-lg-6 {
		margin-bottom: 1.5rem; /* Adjust the margin as needed */
	}
}

/*--------------------- Contact Us Page ---------------------*/

.contact-container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #fff;
	padding-top: 50px;
}

.contact-wrap {
	width: 440px;
	overflow: hidden;
	padding: 77px 55px 33px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 10px rgba(68, 88, 144, 0.12), 0 -5px 10px rgba(68, 88, 144, 0.12);
}

.contact-form {
	width: 100%;
}

.contact-wrap .focused-input-data {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #999;
	display: block;
	width: 100%;
	position: relative;
	padding-left: 5px;
	transition: all .4s;
}

.contact-form-title {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 30px;
	color: #333;
	line-height: 1.2;
	text-align: center;
}

.contact-form-title i {
	font-size: 60px;
}

.contact-wrap .text-area-wrap {
	width: 100%;
	position: relative;
	margin-bottom: 1.5rem;
}

.contact-wrap .text-area-data {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #555;
	line-height: 2.0;
	display: block;
	width: 100%;
	background: 0 0;
	padding: 0 5px;
	outline: none;
	border: 2px solid #0b0b3b !important;
	background-color: #fff !important;
	resize: vertical;
}

.contact-wrap .description-text-data {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #999;
	line-height: 1.2;
	display: block;
	width: 100%;
	position: relative;
	padding-left: 5px;
	transition: all .4s;
	margin-bottom: 1.5rem;
}

.contact-container .contact-message {
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
}

.contact-container .blue-button {
	width: 100%;
}

@media screen and (max-width:576px) {
	.contact-wrap {
		padding: 77px 15px 33px;
   }
}

/*--------------------- FAQ ---------------------*/

.faq {
	padding: 10px;
}

.faq p {
	color: #333;
}

.faq .faq-items {
	padding: 0;
	list-style: none;
}

.faq .faq-items li {
	border-bottom: 1px solid #ececf1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.faq .faq-items .question {
	display: block;
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	color: #0b0b3b;
	transition: 0.3s;
}

.faq .faq-items i {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}

.faq .faq-items p {
	margin-bottom: 0;
	padding: 25px 0 0 25px;
}

.faq .faq-items .figure-appear {
	display: none;
}

.faq .faq-items .collapsed {
	color: black;
}

.faq .faq-items .collapsed:hover {
	color: #0b0b3b;
}

.faq .faq-items .collapsed .figure-appear {
	display: inline-block;
	transition: 0.6s;
}

.faq .faq-items .collapsed .figure-disappear {
	display: none;
	transition: 0.6s;
}

.faq strong {
	color: #000000;
	font-weight: 900;
}

@media (max-width:576px) {
	.faq .section-title p {
		font-size: 20px;
	}

	.faq .section-title h2 {
		font-size: 12px;
	}

	.faq .section-title h2::after {
		width: 90px;
	}

	.faq p {
		font-size: 13px;
	}

	.faq .faq-items i {
		font-size: 13px;
		left: 4px;
	}

	.faq .faq-items .question {
		font-size: 15px;
	}
}

@media (max-width:320px) {
	.faq .section-title p {
		font-size: 18px;
	}

	.faq .section-title h2 {
		font-size: 10px;
	}

	.faq .section-title h2::after {
		width: 90px;
	}

	.faq p {
		font-size: 13px;
	}

	.faq .faq-items .question {
		font-size: 13px;
	}

	.faq .faq-items i {
		font-size: 12px;
		left: 4px;
	}
}

/*--------------------- Footer ---------------------*/

#footer {
	margin-top: 50px;
	background: #0b0b3b;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
}

#footer h3 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	position: relative;
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
}

#footer p {
	font-size: 15px;
	font-style: italic;
	padding: 0;
	margin: 0 0 15px 0;
}

#footer .social-media {
	margin: 0 0 15px 0;
}

#footer .social-media a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-media a:hover {
	background: #0b0b3b;
	color: #fff;
	text-decoration: none;
}

#footer .footer-links {
	margin: 0 0 15px 0;
}

#footer .footer-links a {
	color: #fff;
	padding-right: 5px;
}

#footer .footer-links a:hover {
	text-decoration: underline;
}

#footer .business {
	margin: 0 0 5px 0;
	font-style: italic;
}

#footer .business a {
	color: #fff;
}

#footer .business a:hover {
	text-decoration: underline;
}

#footer .copyright {
	margin: 10px 0 0 0;
}

#footer .credits {
	color: #fff;
	font-size: 9px;
	margin: 0 0 10px 0;
}

#footer .credits a {
	color: #fff;
	text-decoration: none;
}

@media (max-width:576px) {

	#footer {
		font-size: 10px;
	}

	#footer h3 {
		font-size: 30px;
	}
	
	#footer p {
		font-size: 12px;
	}
}

@media (max-width:320px) {

	#footer {
		font-size: 10px;
	}

	#footer h3 {
		font-size: 30px;
	}
	
	#footer p {
		font-size: 12px;
	}
}

/*--------------------- Login Page ---------------------*/

/* For Feet Input */
.input-wrap:nth-child(1) .input-data, .input-wrap:nth-child(1) .regular-data::after {
	border-bottom-color: #a1843e;
   /* Adjust the color to match the design */
}

/* For Inches Input */
.input-wrap:nth-child(2) .input-data, .input-wrap:nth-child(2) .regular-data::after {
	border-bottom-color: #a1843e;
   /* Adjust the color to match the design */
}

.input-wrap {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #0b0b3b;
	margin-bottom: 1.5rem;
}

.input-wrap.focused {
	border-bottom-color: #0b0b3b !important;
}

.input-data {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #555;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: 0 0;
	padding: 0 5px;
	outline: none;
	border: none;
	transition: border-bottom-color 0.4s;
}

.focused {
	border-bottom-color: #0b0b3b !important;
}

.input-data[value]:not([value=""]), .input-data:read-only {
	border-bottom-color: #0b0b3b;
}

.regular-data, .specific-data, .focus-input-data, .focused-input-data {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.regular-data::before, .specific-data::before, .focus-input-data::before, .focused-input-data::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	transition: all .4s;
	background: #0b0b3b;
}

.regular-data::after, .specific-data::after, .focus-input-data::after, .focused-input-data::after {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #999;
	line-height: 1.2;
	content: attr(data-placeholder);
	display: block;
	width: 100%;
	position: absolute;
	top: 16px;
	left: 0;
	padding-left: 5px;
	transition: all .4s;
}


.button-show-password {
	font-size: 15px;
	color: #999;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding-right: 5px;
	cursor: pointer;
	transition: all .4s;
}

.button-show-password:hover {
	color: #0b0b3b;
}

.button-show-password.active {
	color: #0b0b3b;
}

/*--------------------- 400 Bad Request Page ---------------------*/

.bad-request-container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
	background-color: #fff;
}

.bad-request-code {
	font-size: 60px;
	color: #e74c3c;
	margin-bottom: 20px;
}

.bad-request-message {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.bad-request-container .card {
	border: none;
}

.bad-request-container .bx {
	color: #e74c3c;
}

@media only screen and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	.bad-request-container .bad-request-code {
		font-size: 30px;
	}

	.bad-request-container .bad-request-message {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.bad-request-container .bad-request-code {
		font-size: 30px;
	}

	.bad-request-container .bad-request-message {
		font-size: 13px;
	}
}

@media (max-width:576px) {
	.bad-request-container .bad-request-code {
		font-size: 24px;
	}

	.bad-request-container .bad-request-message {
		font-size: 12px;
	}
}

@media (max-width:320px) {
	.bad-request-container .bad-request-code {
		font-size: 20px;
	}

	.bad-request-container .bad-request-message {
		font-size: 10px;
	}
}

/*--------------------- 404 Not Found Page ---------------------*/

.not-found-container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
	background-color: #fff;
}

.not-found-code {
	font-size: 50px;
	color: #e74c3c;
	margin-bottom: 20px;
}

.not-found-message {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.not-found-container .card {
	border: none;
}

.not-found-container .bx {
	color: #e74c3c;
}

.not-found-container .back-link {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	text-align: center;
}

.not-found-container .back-link a:hover {
	color: #333;
}

@media only screen and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	.not-found-container .not-found-code {
		font-size: 30px;
	}

	.not-found-container .not-found-message {
		font-size: 13px;
	}

	.not-found-container .back-link {
		font-size: 14px
	}
	
}

@media (max-width:768px) {
	.not-found-container .not-found-code {
		font-size: 30px;
	}

	.not-found-container .not-found-message {
		font-size: 13px;
	}

	.not-found-container .back-link {
		font-size: 14px
	}
}

@media (max-width:576px) {
	.not-found-container .not-found-code {
		font-size: 25px;
	}

	.not-found-container .not-found-message {
		font-size: 12px;
	}

	.not-found-container .back-link {
		font-size: 13px
	}
}

@media (max-width:320px) {
	.not-found-container .not-found-code {
		font-size: 20px;
	}

	.not-found-container .not-found-message {
		font-size: 10px;
	}

	.not-found-container .back-link {
		font-size: 12px
	}
}

/*--------------------- Under Maintenance Page ---------------------*/

.maintenance-container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
	background-color: #fff;
}

.maintenance-wrap {
	width: 100%;
	overflow: hidden;
	padding: 77px 55px 33px;
}

.maintenance-title {
	font-size: 40px;
	color: #e74c3c;
	margin-bottom: 20px;
}

.maintenance-message {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.maintenance-icon {
	font-size: 50px;
	color: #e74c3c;
	margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	.maintenance-container .maintenance-icon {
		font-size: 30px;
	}

	.maintenance-container .maintenance-message {
		font-size: 13px;
	}

	.maintenance-container p {
		font-size: 14px;
	}
}

@media (max-width:768px) {
	.maintenance-container .maintenance-icon {
		font-size: 30px;
	}

	.maintenance-container .maintenance-message {
		font-size: 13px;
	}

	.maintenance-container p {
		font-size: 14px;
	}
}

@media (max-width:576px) {
	.maintenance-container .maintenance-icon {
		font-size: 24px;
	}

	.maintenance-container .maintenance-message {
		font-size: 12px;
	}

	.maintenance-container p {
		font-size: 14px;
	}
}

@media (max-width:320px) {
	.maintenance-container .maintenance-icon {
		font-size: 20px;
	}

	.maintenance-container .maintenance-message {
		font-size: 10px;
	}

	.maintenance-container p {
		font-size: 12px;
	}
}

/*--------------------- Privacy Page ---------------------*/

.privacy-container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	padding: 15px;
	background-color: #fff;
}

.privacy-wrap {
	width: 100%;
	overflow: hidden;
	padding: 77px 55px 33px;
}

.privacy-title {
	padding-bottom: 20px;
}

.privacy-title h3 {
	font-size: 12px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-family: "Poppins", sans-serif;
}

.privacy-title h3::after {
	content: "";
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #0b0b3b;
	margin: 4px 10px;
}

.privacy-title p {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #282a37;
}

@media (max-device-width: 767px) {
	.privacy-wrap {
		padding: 0;
   }

	.privacy-title {
		padding: 0;
   }

	.privacy-title h3 {
		font-size: 8px;
		margin-top: 10px;
		margin-bottom: 15px;
   }

	.privacy-title p {
		font-size: 16px;
   }

	.privacy-wrap h4 {
		font-size: 18px;
		margin-top: 15px;
   }

	.privacy-wrap p {
		font-size: 14px;
		line-height: 1.6;
   }

	.privacy-wrap ul {
		font-size: 14px;
		line-height: 1.6;
   }

	.privacy-wrap li {
		font-size: 14px;
		line-height: 1.6;
   }
}

@media (max-width: 576px) {
	.privacy-title h3::after {
		display: none;
	}
}

@media (max-width: 320px) {
	.privacy-title h3::after {
		display: none;
	}
}

/*--------------------- Terms and Conditions Page ---------------------*/

.terms-container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	padding: 15px;
	background-color: #fff;
}

.terms-wrap {
	width: 100%;
	overflow: hidden;
	padding: 77px 55px 33px;
}

.terms-title {
	padding-bottom: 20px;
}

.terms-title h3 {
	font-size: 12px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-family: "Poppins", sans-serif;
}

.terms-title h3::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #0b0b3b;
	margin: 4px 10px;
}

.terms-title p {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #282a37;
}

.policy-link {
	color: #282a37;
}

.policy-link:hover {
	text-decoration: underline;
}

@media (max-device-width: 767px) {
	.terms-wrap {
		padding: 0;
   }

	.terms-title {
		padding: 0;
   }

	.terms-title h3 {
		font-size: 8px;
		margin-top: 10px;
		margin-bottom: 15px;
   }

	.terms-title p {
		font-size: 16px;
   }

	.terms-wrap h4 {
		font-size: 18px;
		margin-top: 15px;
   }

	.terms-wrap p {
		font-size: 14px;
		line-height: 1.6;
   }

	.terms-wrap ul {
		font-size: 14px;
		line-height: 1.6;
   }

	.terms-wrap li {
		font-size: 14px;
		line-height: 1.6;
   }
}

@media (max-width: 576px) {
	.terms-title h3::after {
		display: none;
	}
}

@media (max-width: 320px) {
	.terms-title h3::after {
		display: none;
	}
}

/* ************************************** */

.p-b-12 {
    padding-bottom: 12px
}

.p-b-26 {
    padding-bottom: 26px
}

.p-b-34 {
    padding-bottom: 34px
}

.p-b-48 {
    padding-bottom: 48px
}

.p-t-10 {
    padding-top: 10px
}

.p-t-40 {
    padding-top: 40px
}

.p-t-50 {
    padding-top: 50px
}

.p-t-100 {
    padding-top: 100px
}

.p-t-115 {
    padding-top: 115px
}

.p-t-20 {
    padding-top: 20px
}

.m-b-4 {
    margin-bottom: 2.0rem !important;
}

.m-b-6 {
    margin-bottom: 3.0rem !important;
}

.m-b-5 {
    margin-bottom: 10.0rem !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.ui-w-80 {
    width: 80px !important;
    height: auto;
}

.m-t-2 {
    margin-top: 2.0rem !important;
}

@media (max-width:576px) {
    .m-b-1-5 {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width:320px) {
    .m-b-1-5 {
        margin-bottom: 1.5rem !important;
    }
}

/*--------------------- Normalize ---------------------*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
    background: url('data:image/svg+xml;utf8,<svg width="14" height="15" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 10.127L12 18.127L20 10.127H4Z" fill="rgba(0, 58, 58, 0.9)"/></svg>') white no-repeat 98.5% !important;
    background: url('data:image/svg+xml;utf8,<svg width="14" height="15" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 10.127L12 18.127L20 10.127H4Z" fill="rgba(0, 58, 58, 0.9)"/></svg>') white no-repeat calc(100% - 10px) !important;
  }
  
  /*For IE*/
  select::-ms-expand { 
    display: none; 
  }

/*--------------------- Google Fonts ---------------------*/

/* https://fonts.googleapis.com/css?family=Open+Sans:600,600i|Raleway:600,600i|Poppins:600,600i */

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV0ewIMUdjFXmSU_.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVQewIMUdjFXmSU_.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVwewIMUdjFXmSU_.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVMewIMUdjFXmSU_.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* hebrew */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVIewIMUdjFXmSU_.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV8ewIMUdjFXmSU_.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4ewIMUdjFXmSU_.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAewIMUdjFXmQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVIUwaEQbjB_mQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVIUwaEQbjB_mQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVIUwaEQbjB_mQ.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVIUwaEQbjB_mQ.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* hebrew */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVIUwaEQbjB_mQ.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVIUwaEQbjB_mQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVIUwaEQbjB_mQ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUwaEQbjA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VFteOYktMqlap.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VGdeOYktMqlap.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VF9eOYktMqg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDr4fIB1Zyc61YBlG.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDrcfIB1Zyc61YBlG.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDrwfIB1Zyc61YBlG.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDr0fIB1Zyc61YBlG.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDrMfIB1Zyc61YA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCFPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCMPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCHPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCGPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrEVIT9d0c8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal; /* Or italic if you want italic */
    font-weight: 600; /* Adjust weight as needed */
    font-stretch: 100%; /* Or adjust stretch as needed */
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2'); /* Replace with the appropriate Roboto font URL */
}