@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--white: #FFF;
	--black: #000;
	--gray: #757575;
	--yellow: #F8C848;
	--yelloworange: #F8D848;
}

figure {
	margin: 0;
}

body {
	font-family: "Source Sans 3", sans-serif;
	background-color: var(--white);
	color: var(--gray);
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0 !important;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: var(--gray);
}

ul li,
ol li {
	font-size: 24px;
	line-height: 36px;
	color: var(--gray);
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: var(--gray);
}

h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

textarea {
	resize: none;
}

/* common style */
.main-heading {
	color: var(--white);
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	font-weight: 500;
	line-height: 110%;
}

.main-heading * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.main-heading span {
	font-weight: 200;
}

.section-title {
	color: var(--black);
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 110%;
}

.section-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.section-title span {
	font-weight: 200;
}

.block-title {
	color: var(--black);
	font-size: 40px;
	font-weight: 600;
	line-height: 150%;
}

.block-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-title {
	color: var(--black);
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
}

.small-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

/* common style */

/* buttons */
.common-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 20px;
	border-radius: 110px;
	background: var(--white);
	color: var(--black);
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}

.common-btn:hover {
	background: var(--yelloworange);
}

.orange-btn {
	background: var(--yelloworange);
}

.orange-btn:hover {
	background: var(--black);
	color: var(--yelloworange);
}

/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 0 100px 0 115px;
}

.navbar {
	padding: 0;
	align-items: flex-start;
}

.navbar-brand {
	position: relative;
	z-index: 9999;
	margin: 10px 0 0;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 172px;
	height: 160px;
	padding: 27px 20px;
	background: var(--yelloworange);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.header .navbar .navbar-nav {
	padding: 33px 0;
}

.header .navbar .navbar-nav .nav-item {
	color: var(--black);
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 150%;
}

.header .navbar .navbar-nav .nav-item .nav-link {
	position: relative;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	padding: 0;
}

.header .navbar .navbar-nav>*:not(:last-child) {
	margin-right: 60px;
}

.header .navbar .navbar-nav .nav-item .nav-link.active,
.header .navbar .navbar-nav .nav-item .nav-link:hover {
	color: var(--yellow);
}

.header .navbar .navbar-nav .nav-item.current-menu-item .nav-link {
	color: var(--yellow);
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* banner */
.banner-section {
	margin-top: -61px;
	position: relative;
}

.banner-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-image::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 0 40px 40px;
	background: linear-gradient(90deg, #000 27.6%, rgba(0, 0, 0, 0.00) 83.15%);
}

.banner-image figure,
.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-image img {
	border-radius: 0 0 40px 40px;
}

.banner-detail {
	position: relative;
}

.banner-content {
	padding: 364px 0 0 138px;
}

.inner-banner-section .banner-content {
	padding: 284px 0 0 0;
}

.banner-detail .main-heading {
	width: 100%;
	max-width: 958px;
}

.banner-block {
	position: relative;
	margin: 30px 0 0;
	width: 100%;
	max-width: 958px;
}

.banner-block::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.2;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	height: 1px;
}

.inner-banner-section .banner-block::after {
	display: none;
}

.banner-info {
	margin: 0 0 0 60px;
	padding: 30px 0 52px 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-info .common-detail {
	color: var(--white);
}

.banner-btn-group {
	margin: 20px 0 0;
	display: flex;
}

.banner-btn-group>*:not(:last-child) {
	margin-right: 20px;
}

.banner-btn-group .orange-btn:hover {
	background: var(--white);
	color: var(--black);
}

/* banner */

/* about section */
.about-section {
	padding: 150px 0;
}

.about-left-part {
	width: 100%;
	max-width: 736px;
}

.about-left-mission-block {
	position: relative;
	z-index: 99;
	width: 100%;
	max-width: 479px;
	margin-left: auto;
	padding: 20px;
	border-radius: 20px;
	background: var(--white);
	box-shadow: -3px -3px 60px 0 rgba(0, 0, 0, 0.20);
}

.about-left-mission-block .common-detail {
	position: relative;
	margin: 20px 0 0;
	text-align: justify;
}

.about-left-mission-block .common-detail * {
	position: relative;
	z-index: 99;
	margin: 0;
}

.about-left-mission-block .common-detail::after {
	position: absolute;
	content: "";
	background-image: url('../images/quote.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 88px;
	height: 70px;
	top: -35px;
	right: 0;
	z-index: auto;
}

.about-image {
	position: relative;
	z-index: 9;
	width: 100%;
	max-width: 581px;
	height: 428px;
	margin: -60px 0 0;
}

.about-image figure,
.about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-image img {
	position: relative;
	border-radius: 20px;
}

.about-image-border {
	position: absolute;
	top: -70px;
	right: -85px;
	background: var(--white);
	width: 545px;
	height: 392px;
	border-radius: 20px;
}

.about-image-border::after {
	position: absolute;
	content: "";
	background: linear-gradient(286deg, #F8C848 1.57%, #080808 99.68%), #D9D9D9;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 20px;
	z-index: -9;
}

.about-right-part {
	width: 100%;
	max-width: 674px;
	margin-left: auto;
}

.about-right-part .section-title {
	text-align: right;
}

.about-right-part .section-title span {
	display: block;
}

.faq-block {
	margin: 40px 0 0;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-item:last-of-type {
	margin-bottom: 0 !important;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item {
	position: relative;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 0;
	left: 0;
	transition: 0.4s;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.accordion-button {
	padding: 0;
	transition: 0.4s;
	background-color: transparent;
	color: var(--black) !important;
	font-size: 26px;
	font-weight: 600;
	line-height: 150%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.accordion-button span {
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 70px;
	gap: 10px;
}

.accordion-button span figure {
	flex: 0 0 auto;
}

.accordion-body {
	width: 100%;
	max-width: 100%;
	border: none;
	padding: 20px 15px 0 46px;
	color: var(--gray);
	font-size: 20px;
	line-height: 150%;
}

.accordion-body p {
	margin: 0;
}

.accordion-body>*:not(:last-child) {
	margin-bottom: 20px;
}

.accordion-header .plus-icon {
	content: "";
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white);
	border: 1px solid var(--yellow);
	border-radius: 8px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.accordion-button::after {
	width: 2px;
	height: 14px;
	background-image: none !important;
	background: var(--black);
	border-radius: 20px;
	position: relative;
	right: 19px;
	top: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.accordion-button::before {
	content: "";
	width: 14px;
	height: 2px;
	background: var(--black) !important;
	position: absolute;
	right: 13px;
	z-index: 1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	opacity: 0;
}

.accordion-item {
	position: relative;
}

.accordion-button:not(.collapsed) .plus-icon {
	background: var(--white);
}

.counter-block {
	margin: 60px 0 0;
}

.colunter-title {
	display: inline-block;
	text-align: center;
	padding: 7px 37px;
	border-radius: 20px;
	border: 1px solid #DDD;
	background: var(--white);
}

.colunter-title * {
	margin: 0;
	color: var(--yellow);
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
}

.colunter-part {
	position: relative;
	display: flex;
	justify-content: center;
}

.colunter-part::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	height: 1px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.colunter-wrp {
	margin: 40px 0 0;
}

.colunter-wrp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.colunter-wrp ul li {
	position: relative;
}

.colunter-wrp ul li:not(:last-child) {
	margin-right: 100px;
	padding-right: 100px;
}

.colunter-wrp ul li::after {
	position: absolute;
	content: "";
	background: #DDD;
	height: 110px;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.colunter-wrp ul li:last-child:after {
	display: none;
}

.colunter-wrp ul li {
	color: var(--gray);
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

.colunter-wrp ul li h1,
.colunter-wrp ul li h2,
.colunter-wrp ul li h3,
.colunter-wrp ul li h4,
.colunter-wrp ul li h5,
.colunter-wrp ul li h6,
.colunter-wrp ul li p,
.colunter-wrp ul li span {
	margin: 0;
	color: var(--black);
	font-size: 40px;
	font-weight: 600;
	line-height: 150%;
}

/* about section */

/* services section */
.services-section {
	padding: 70px 0 20px;
	background: rgba(248, 200, 72, 0.10);
	margin-bottom: 75px;
}

.services-top-part {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.services-top-part .common-detail {
	width: 100%;
	max-width: 614px;
	text-align: right;
}

.services-top-part .common-detail * {
	margin: 0;
}

.services-block {
	margin: 50px 0 0;
}

.services-part {
	display: block;
	height: calc(100% - 50px);
	margin-bottom: 50px;
	border-radius: 30px;
	border: 1px solid var(--black);
	transition: 0.3s;
}

.services-part:hover {
	background: var(--white);
	box-shadow: 0 20px 74px 0 rgba(0, 0, 0, 0.20);
}

.services-image {
	width: 100%;
	height: 305px;
}

.services-image figure,
.services-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-image img {
	border-radius: 30px 30px 0 0;
}

.services-info {
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 305px);
}

.services-info .common-detail {
	margin: 20px 0 0;
	text-align: justify;
	min-height: 180px;
}

.services-info .common-detail * {
	margin: 0;
}

/* services section */

/* employers */
.employers-section {
	position: relative;
	padding: 65px 0 75px;
}

.employers-section .employers-description {
	margin-top: 138px;
	padding: 20px;
	background: #F7F7F7;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.employers-section .employers-description>.row {
	margin: 0 -20px;
}

.employers-section .employers-description>.row>* {
	padding: 0 20px;
}

.employers-section .employers-description .employers-detail {
	padding: 24px 30px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.employers-section .employers-description .employers-main-image {
	position: relative;
	z-index: 9;
	margin-top: -153px;
	margin-left: -50px;
}

.employers-section .employers-description .employers-main-image:before {
	position: absolute;
	content: "";
	left: -45px;
	top: 98px;
	z-index: -1;
	width: 608px;
	height: 392px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='608' height='392' viewBox='0 0 608 392' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.5' y='0.5' width='607' height='391' rx='19.5' transform='matrix(-1 0 0 1 607 0)' stroke='url(%23paint0_linear_439_6955)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_439_6955' x1='601.561' y1='378.796' x2='-40.6125' y2='98.9829' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8C848'/%3E%3Cstop offset='1' stop-color='%23080808'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.employers-section .employers-description .employers-main-image * {
	width: 100%;
}

.employers-inner-detail {
	margin: 20px 0 0;
}

.about-employers-section {
	padding: 75px 0 80px;
}

/* employers */


/* explore-testimonials */
.explore-testimonials-section {
	padding: 75px 0;
}

.explore-testimonials-slider .explore-progress-arrows {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -4px;
}

.explore-testimonials-slider .explore-progress-arrows>* {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 4px;
}

.explore-testimonials-slider .explore-progress-arrows .progressbar-part {
	flex: 1 0 0;
}

.explore-testimonials-slider .explore-progress-arrows .progressbar-part .progress-fill {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	background: rgba(232, 232, 232, 0.5);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.explore-testimonials-slider .explore-progress-arrows .progressbar-part .explore-progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: var(--yellow);
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	/* transition: width 0s linear;
	-webkit-transition: width 0s linear;
	-moz-transition: width 0s linear;
	-ms-transition: width 0s linear;
	-o-transition: width 0s linear; */
}

.explore-testimonials-slider .explore-progress-arrows .slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--yelloworange);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.3s;
}

.explore-testimonials-slider .explore-progress-arrows .slick-arrow:hover {
	background: var(--black);
}

.explore-testimonials-slider .explore-progress-arrows .slick-arrow svg path {
	transition: 0.3s;
}

.explore-testimonials-slider .explore-progress-arrows .slick-arrow:hover svg path {
	stroke: var(--yelloworange);
}

.explore-testimonials-slider .explore-progress-arrows .slick-arrow.slick-disabled {
	cursor: default !important;
	background: var(--yelloworange) !important;
}

.explore-testimonials-carousel {
	opacity: 0;
}

.explore-testimonials-carousel.slick-initialized {
	opacity: 1;
}

.explore-testimonials-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.explore-testimonials-carousel .slick-list {
	margin: 0 -10px;
	padding: 0 !important;
}

.explore-testimonials-carousel .slick-slide {
	height: inherit;
	padding: 50px 10px;
}

.explore-testimonials-carousel .slick-slide.slick-current .explore-testimonials-block {
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.20);
}

.explore-testimonials-carousel .explore-testimonials-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 30px;
	background: var(--white);
	border: 1px solid #DDD;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.explore-testimonials-carousel .explore-testimonials-block .explore-name {
	text-align: right;
	font-weight: 600;
	font-size: 26px;
	color: var(--black);
	margin-top: 60px;
}

.explore-detail {
	text-align: justify;
}

/* explore-testimonials */

/* professionals */
.professionals-section {
	position: relative;
	z-index: 999;
	margin-top: 75px;
	margin-bottom: -70px;
}

.professionals-section .section-title {
	margin-bottom: 40px;
}

.professionals-section .section-title {
	margin-bottom: 20px;
}

.professionals-section .professionals-description {
	width: 100%;
	max-width: 1326px;
	margin: 0 auto;
	position: relative;
}

.professionals-section .professionals-main-image {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--black);
	box-shadow: 4px 4px 0 0 var(--black);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.professionals-section .professionals-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, #F8D848 0%, rgba(255, 255, 255, 0.00) 79.6%);
}

.professionals-section .professionals-main-image * {
	width: 100%;
}

.professionals-section .professionals-main-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	z-index: 9;
}

.professionals-section .professionals-main-content .detail {
	color: var(--black);
}

.professionals-detail .get-hired-button .common-btn:hover {
	background: var(--black);
	color: var(--yelloworange);
}

/* professionals */


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	position: relative;
}

.footer-content {
	position: relative;
	overflow: hidden;
	background: var(--black);
	z-index: 99;
	padding-top: 50px;
}

.home-footer .footer-content {
	padding-top: 170px;
}

.footer-vector {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 5%;
}

.footer-top {
	padding: 0 184px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-logo {
	width: 100%;
	max-width: 144px;
	display: inline-block;
}

.footer-memu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.footer-memu ul li {
	color: var(--white);
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
}

.footer-memu ul li.current-menu-item {
	color: var(--yellow);
}

.footer-memu ul li:not(:last-child) {
	margin-right: 60px;
}

.footer-memu ul li a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.footer-memu ul li a.active,
.footer-memu ul li a:hover {
	color: var(--yellow);
}

.footer-contact-block {
	height: 100%;
	padding: 60px 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-contact-icon {
	margin: 0 15px 0 0;
	flex: 0 0 auto;
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: rgba(232, 232, 232, 0.15);
}

.footer-contact-title {
	display: block;
	color: var(--yelloworange);
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
}

.footer-contact-info a,
.footer-contact-info p {
	color: var(--white);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

.footer-contact-info p {
	line-height: 150%;
	margin: 0;
	width: 100%;
	max-width: 220px;
}

.footer-contact-info a:hover {
	color: var(--yelloworange);
}

.footer-center .row>* {
	position: relative;
}

.footer-center .row>*:not(:last-child)::after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.15);
	width: 1px;
	top: 0;
	bottom: 0;
	right: 0;
}

.footer-bottom {
	position: relative;
	padding: 30px 184px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom::after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.15);
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
}

.footer-copyright * {
	color: var(--white);
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
}

.social-media-list ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}

.social-media-list ul li {
	position: relative;
	padding: 0 15px;
}

.social-media-list ul li::after {
	position: absolute;
	content: "";
	background-image: url('../images/dashed-border.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 2px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.social-media-list ul li:last-child:after {
	display: none;
}

.social-media-list ul li a {
	color: var(--yelloworange);
	font-size: 22px;
}

.social-media-list ul li a:hover {
	color: var(--white);
}

.social-media-list ul li:first-child {
	padding-left: 0;
}

.social-media-list ul li:last-child {
	padding-right: 0;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* inner banner section */
.inner-banner-section .banner-content {
	padding: 284px 0 100px 0;
}

.inner-banner-section .banner-block::after {
	display: none;
}

.inner-banner-section .banner-info {
	margin: 0;
	padding: 0;
	border: none;
}

.inner-banner-section .banner-info .common-detail p {
	margin: 0;
}

.inner-banner-section .banner-block {
	max-width: 1072px;
}

.breadcrumb {
	margin-bottom: 0;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.breadcrumb .breadcrumb-item {
	padding-left: 5px;
	color: var(--white);
	text-align: right;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

.breadcrumb .breadcrumb-item a:hover {
	color: var(--yelloworange);
}

.breadcrumb .breadcrumb-item:first-child {
	padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background-image: url("../images/breadcrumb-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 12px;
	height: 25px;
	padding: 0;
	margin: 4px 5px 0 0;
}

.breadcrumb-item.active {
	font-weight: 600;
}

/* inner banner section */


/* who we are section */
.who-we-are-section {
	padding: 180px 0 100px;
}

.who-we-are-content {
	width: 100%;
	max-width: 1515px;
	margin: 0 auto;
}

.who-we-are-left-part {
	position: relative;
	width: 100%;
	max-width: 610px;
}

.who-we-are-image {
	position: relative;
	z-index: 9;
	width: 100%;
	max-width: 470px;
	height: 515px;
	margin-left: auto;
}

.who-we-are-image figure,
.who-we-are-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.who-we-are-image img {
	position: relative;
	border-radius: 20px;
}

.who-we-are-image-border {
	position: absolute;
	top: -30px;
	right: -30px;
	bottom: -48px;
	left: 95px;
	background: var(--white);
	border-radius: 20px;
}

.who-we-are-image-border::after {
	position: absolute;
	content: "";
	background: linear-gradient(286deg, #F8C848 1.57%, #080808 99.68%), #D9D9D9;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 20px;
	z-index: -9;
}

.who-we-are-item {
	position: absolute;
	padding: 10px 21px;
	width: 200px;
	border-radius: 20px;
	z-index: 9;
}

.who-we-are-item * {
	color: var(--black);
	margin: 0;
	font-size: 40px;
	font-weight: 600;
	line-height: 150%;
}

.who-we-are-item span {
	display: block;
	font-size: 20px;
	font-weight: 400;
}

.who-we-are-item1 {
	top: 55px;
	left: 0;
}

.who-we-are-item2 {
	right: -88px;
	bottom: 125px;
	border: 1px solid #E8E8E8;
}

.who-we-are-item3 * {
	color: var(--white);
}

.who-we-are-item3 {
	bottom: -18px;
	left: 60px;
}

.who-we-are-right-part {
	width: 100%;
	max-width: 787px;
	margin-left: auto;
	text-align: right;
}

.who-we-are-right-part .section-title {
	text-align: right;
}

.who-we-are-right-part .common-detail {
	margin: 30px 0 0;
}

.who-we-are-right-part .common-detail>*:not(:last-child) {
	margin-bottom: 15px;
}

.who-we-are-right-part .contact-us-btn {
	margin: 30px 0 0;
}

/* who we are section */

/* our partners section */
.our-partners-section {
	padding: 96px 0 145px;
}

.our-partners-ticker-block {
	margin: 50px 0 0;
}

.our-partners-ticker-block .carouselTicker__item {
	margin: 0 0 0 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 305px !important;
	height: 154px !important;
	border-radius: 20px;
	border: none !important;
}

.our-partners-ticker-block .carouselTicker__item figure {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: calc(100% - 4px) !important;
	border-radius: 20px;
	border: 1px solid #D9D9D9 !important;
	background: var(--white);
	padding: 20px;
}

.our-partners-ticker-block .carouselTicker__item figure::after {
	position: absolute;
	content: "";
	background: linear-gradient(286deg, #F8C848 1.57%, #080808 99.68%), #D9D9D9;
	left: -2px;
	right: -2px;
	bottom: -2px;
	top: -2px;
	border-radius: 20px;
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}

.our-partners-ticker-block .carouselTicker__item:hover figure::after {
	opacity: 1;
}

.our-partners-ticker-block .carouselTicker__item img {
	max-height: 100%;
}

.our-partners-ticker-block .carouselTicker__list {
	margin: 5px 0;
}

.our-partners-ticker-block {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.our-partners-ticker-block.visible {
	opacity: 1;
}

/* our partners section */

/* value-section */
.value-section {
	padding: 70px 0 40px;
	margin-bottom: 75px;
}

.value-content {
	width: 100%;
	max-width: 1475px;
	margin: 0 auto;
}

.value-left-part .section-title {
	text-align: left;
}

.value-right-part {
	width: 100%;
	max-width: 858px;
	margin-left: auto;
}

.value-block {
	width: 100%;
	max-width: 401px;
	height: calc(100% - 30px);
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #DDD;
}

.value-block .common-detail {
	margin: 20px 0 0;
}

.value-block .common-detail p {
	margin: 0;
}

.value-block .common-detail>*:not(:last-child) {
	margin-bottom: 20px;
}

.value-right-part .row {
	margin: 0 -30px;
}

.value-right-part .row>* {
	padding: 0 30px;
}

/* value-section */

/* about-services-section */
.about-services-section .services-top-part .common-detail {
	max-width: 533px;
}

.about-services-section .services-info .common-detail {
	min-height: auto;
}

.about-services-section .services-image {
	height: 282px;
}

.about-services-section .services-info {
	height: calc(100% - 282px);
}

/* about-services-section */

/* get-hired-section */
.get-hired-section {
	padding: 150px 0 125px;
}

.get-hired-content {
	position: relative;
	padding: 38px 38px 38px 0;
}

.get-hired-gradient-border {
	position: absolute;
	left: 106px;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	background: var(--white);
	z-index: auto;
}

.get-hired-gradient-border::after {
	position: absolute;
	content: "";
	background: linear-gradient(286deg, #F8C848 1.57%, #080808 99.68%), #D9D9D9;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	border-radius: 20px;
	z-index: -1;
}

.get-hired-left-image {
	position: absolute;
	top: 70px;
	width: 100%;
	max-width: 581px;
	height: 558px;
}

.get-hired-left-image figure,
.get-hired-left-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.get-hired-left-image img {
	border-radius: 20px;
}

.get-hired-right-part {
	position: relative;
	width: 2100%;
	max-width: 787px;
}

.get-hired-right-part .section-title {
	text-align: left;
}

.get-hired-right-part .section-title span {
	display: block;
}

.get-hired-right-part .common-detail {
	margin: 30px 0 0;
}

.get-hired-right-part .common-detail ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.get-hired-right-part .common-detail ul li {
	color: var(--black);
	position: relative;
	padding-left: 22px;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

.get-hired-right-part .common-detail ul li::after {
	position: absolute;
	content: "";
	background-image: url('../images/chekmark.svg');
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 8px;
	width: 15px;
	height: 14px;
}

.get-hired-right-part .common-detail ul li:not(:last-child) {
	margin-bottom: 15px;
}

.get-hired-contact-btn {
	margin: 30px 0 0;
}

/* get-hired-section */

/* step section */
.step-section {
	padding: 180px 0 75px;
}

.step-image {
	position: relative;
	width: 100%;
	max-width: 581px;
	height: 558px;
}

.step-image figure,
.step-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.step-image img {
	position: relative;
	border-radius: 20px;
}

.step-image-border-gradient {
	position: absolute;
	top: -30px;
	right: -30px;
	bottom: 30px;
	left: 106px;
	border-radius: 20px;
	background: var(--white);
}

.step-image-border-gradient::after {
	position: absolute;
	content: "";
	background: linear-gradient(286deg, #F8C848 1.57%, #080808 99.68%), #D9D9D9;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 20px;
	z-index: -1;
}

.step-right-part {
	width: 100%;
	max-width: 846px;
	margin-left: auto;
}

.step-right-part .section-title {
	text-align: left;
}

.step-block {
	margin: 30px 0 0;
}

.step-child-block {
	display: flex;
}

.step-numer {
	position: relative;
	z-index: 99;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: var(--yelloworange);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.step-numer * {
	color: var(--black);
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
}

.step-info {
	position: relative;
	padding-left: 15px;
}

.step-child-block .step-info::after {
	position: absolute;
	content: "";
	background-image: url('../images/vertical-border.png');
	background-repeat: repeat-y;
	background-size: cover;
	background-position: top;
	width: 1px;
	left: -29px;
	top: 3px;
	bottom: -30px;
	z-index: -9;
}

.step-title * {
	color: var(--black);
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	margin: 0;
}

.step-info .common-detail {
	margin: 15px 0 0;
}

.step-info .common-detail p {
	margin: 0;
}

.step-info .common-detail>*:not(:last-child) {
	margin-bottom: 25px;
}

.step-block>*:not(:last-child) {
	margin-bottom: 30px;
}

.step-block>*:last-child .step-info::after {
	display: none;
}

/* step section */

/* contact section */
.contact-section {
	padding: 150px 0;
}

.contact-part .section-title {
	text-align: left;
	margin-bottom: 20px;
}

.contact-part .common-detail {
	position: relative;
	z-index: 99;
}

.contact-part .common-detail p {
	margin: 0;
}

.contact-part .common-detail a {
	position: relative;
	z-index: 99;
	color: var(--black);
	font-size: 22px;
	font-weight: 500;
}

.contact-part .common-detail a:hover {
	color: var(--yelloworange);
}

.contact-content {
	margin-top: 50px;
	padding: 30px;
	border-radius: 20px;
	background: #F7F7F7;
}

.contact-left-part {
	width: 100%;
	max-width: 463px;
}

.contact-right-part {
	display: flex;
	justify-content: flex-end;
}

.common-form label {
	color: var(--black);
	font-size: 20px;
	font-weight: 500 !important;
	line-height: 150% !important;
	margin-bottom: 4px !important;
}

.common-form label::after {
	display: none;
}

.common-form .form-group {
	margin-bottom: 26px !important;
}

.common-form .form-control {
	height: 60px;
	color: var(--black);
	font-size: 20px;
	line-height: 130%;
	padding: 15px 30px !important;
	border-radius: 5px !important;
	border: 1px solid #BBB !important;
	background: none !important;
	background-color: transparent !important;
}

.common-form .form-date .ff-el-input--content input {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='22' viewBox='0 0 24 22' fill='none'><path d='M21.4811 0.20285H19.3217V2.36228C19.3217 2.79416 18.9618 3.08209 18.6018 3.08209C18.2419 3.08209 17.882 2.79416 17.882 2.36228V0.20285H6.36508V2.36228C6.36508 2.79416 6.00518 3.08209 5.64527 3.08209C5.28537 3.08209 4.92547 2.79416 4.92547 2.36228V0.20285H2.76604C1.68632 0.20285 0.894531 1.1386 0.894531 2.36228V4.95359H23.9284V2.36228C23.9284 1.1386 22.6328 0.20285 21.4811 0.20285ZM0.894531 6.46519V19.6377C0.894531 20.9334 1.68632 21.7971 2.83802 21.7971H21.5531C22.7048 21.7971 24.0004 20.8614 24.0004 19.6377V6.46519H0.894531ZM7.30084 18.558H5.57329C5.28537 18.558 4.99745 18.3421 4.99745 17.9821V16.1826C4.99745 15.8947 5.21339 15.6068 5.57329 15.6068H7.37282C7.66074 15.6068 7.94867 15.8227 7.94867 16.1826V17.9821C7.87668 18.3421 7.66074 18.558 7.30084 18.558ZM7.30084 12.0797H5.57329C5.28537 12.0797 4.99745 11.8638 4.99745 11.5039V9.70434C4.99745 9.41641 5.21339 9.12849 5.57329 9.12849H7.37282C7.66074 9.12849 7.94867 9.34443 7.94867 9.70434V11.5039C7.87668 11.8638 7.66074 12.0797 7.30084 12.0797ZM13.0593 18.558H11.2598C10.9719 18.558 10.6839 18.3421 10.6839 17.9821V16.1826C10.6839 15.8947 10.8999 15.6068 11.2598 15.6068H13.0593C13.3472 15.6068 13.6352 15.8227 13.6352 16.1826V17.9821C13.6352 18.3421 13.4192 18.558 13.0593 18.558ZM13.0593 12.0797H11.2598C10.9719 12.0797 10.6839 11.8638 10.6839 11.5039V9.70434C10.6839 9.41641 10.8999 9.12849 11.2598 9.12849H13.0593C13.3472 9.12849 13.6352 9.34443 13.6352 9.70434V11.5039C13.6352 11.8638 13.4192 12.0797 13.0593 12.0797ZM18.8178 18.558H17.0183C16.7303 18.558 16.4424 18.3421 16.4424 17.9821V16.1826C16.4424 15.8947 16.6584 15.6068 17.0183 15.6068H18.8178C19.1057 15.6068 19.3936 15.8227 19.3936 16.1826V17.9821C19.3936 18.3421 19.1777 18.558 18.8178 18.558ZM18.8178 12.0797H17.0183C16.7303 12.0797 16.4424 11.8638 16.4424 11.5039V9.70434C16.4424 9.41641 16.6584 9.12849 17.0183 9.12849H18.8178C19.1057 9.12849 19.3936 9.34443 19.3936 9.70434V11.5039C19.3936 11.8638 19.1777 12.0797 18.8178 12.0797Z' fill='black'/></svg>") !important;
	background-repeat: no-repeat !important;
	background-size: 23px 21px !important;
	background-position: right 1.5rem center !important;
}

.common-form .form-control::placeholder {
	color: var(--gray);
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

.common-form textarea.form-control {
	padding: 15px 30px 33px !important;
	height: auto;
}

.common-form .ff-btn-submit.common-btn {
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	padding: 10px 20px !important;
	border-radius: 110px !important;
	background: var(--yelloworange) !important;
	color: var(--black) !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 150% !important;
}

.common-form .ff-btn-submit.common-btn:hover {
	background: var(--black) !important;
	color: var(--yelloworange) !important;
}

.common-form .ff-el-input--content {
	position: relative;
}

.common-form .ff-el-input--content::after {
	position: absolute;
	content: "";
	background: var(--black);
	width: 56px;
	height: 2px;
	top: 57px;
	left: 30px;
}

.common-form .textarea .ff-el-input--content::after {
	top: 108px;
}

.common-form .form-button-wrapper {
	margin-top: 30px;
}

.common-form .error {
	font-size: 16px !important;
}

.contact-image-block {
	margin-top: -181px;
}

.contact-image-block {
	position: relative;
}

.contact-image-block::after {
	position: absolute;
	content: "";
	background-image: url('../images/after-vector-ractangle-shape.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 608px;
	height: 392px;
	left: -45px;
	top: 130px;
}

.contact-image-block img {
	position: relative;
	z-index: 9;
}

/* contact section */

/* common form section */
.common-form-section {
	padding: 75px 0 130px;
}

.common-form-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.common-form-content .common-form {
	margin-top: 35px;
}

.common-form-content .common-form .frm-fluent-form .ff-t-container {
	gap: 30px !important;
}

.common-form .ff-el-form-check .ff-el-form-check-label span {
	color: var(--black);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

.common-form .ff-el-form-check::after {
	display: none !important;
}

.common-form .ff-el-form-check {
	margin-bottom: 8px !important;
}

.common-form .ff-el-form-check-input {
	width: 20px !important;
	height: 20px !important;
	border-radius: 5px !important;
	border: 1px solid #BBB !important;
	background: var(--white) !important;
	margin-right: 6px !important;
}

.common-form .form-check .ff-el-input--content::after {
	display: none;
}

.common-form .form-check {
	padding: 0;
}

.common-form .form-select {
	background-image: none;
	padding: 0;
	border: none;
}

.common-form .form-select .choices__inner {
	color: var(--black);
	font-size: 20px;
	line-height: 130%;
	padding: 8px 30px !important;
	border-radius: 5px !important;
	border: 1px solid #BBB !important;
	background-color: transparent !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'><path d='M1 1.5L8.3684 8.5L15 1.5' stroke='black' stroke-width='1.5'/></svg>");
	;
	background-repeat: no-repeat;
	background-size: 16px 9px;
	background-position: right 1.5rem center;
}

.common-form .frm-fluent-form .choices[data-type*=select-multiple]:after {
	display: none;
}

.common-form .frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
	color: var(--gray);
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

.common-form .ff_file_upload_holder {
	width: 100%;
}

.common-form .ff_upload_btn {
	text-align: left !important;
	padding: 14px 30px !important;
	border-radius: 5px !important;
	border: 1px solid #BBB !important;
	background: none !important;
	background-color: transparent !important;
	color: #757575;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

.common-form .form-group.file-upload {
	margin-bottom: 15px !important;
}

/* common form section */

/* error 404 style */
.error-404-content {
	padding: 15px 0 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.error-404-content p {
	margin: 0;
}

.error-404-content>*:not(:last-child) {
	margin-bottom: 20px;
}

/* error 404 style */

/* typography */
.typography-section {
	padding: 60px 0;
}

.alignnone {
	float: none;
	margin: 20px 0;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.typography-detail h1 {
	font-size: 60px;
	line-height: 80px;
	color: var(--gray);
	font-weight: 700;
	margin-bottom: 25px;
}

.typography-detail h2 {
	font-size: 50px;
	line-height: 70px;
	color: var(--gray);
	font-weight: 700;
	margin-bottom: 25px;
}

.typography-detail h3 {
	font-size: 40px;
	line-height: 50px;
	color: var(--gray);
	font-weight: 600;
	margin-bottom: 25px;
}

.typography-detail h4 {
	font-size: 30px;
	line-height: 40px;
	color: var(--gray);
	font-weight: 600;
	margin-bottom: 25px;
}

.typography-detail h5 {
	font-size: 28px;
	line-height: 36px;
	color: var(--gray);
	font-weight: 500;
	margin-bottom: 25px;
}

.typography-detail h6 {
	font-size: 24px;
	line-height: 32px;
	color: var(--gray);
	font-weight: 500;
	margin-bottom: 25px;
}

.typography-detail a {
	color: var(--black);
}

.typography-detail a:hover {
	color: var(--yelloworange);
}

.typography-detail blockquote {
	padding-left: 20px;
	border-left: 5px solid var(--gray);
	margin: 20px 0;
}

.typography-detail p {
	margin-bottom: 25px;
}

.typography-detail ol,
.typography-detail ul {
	margin: 25px 0;
}

.typography-detail ol li,
.typography-detail ul li {
	font-size: 20px;
}

/* typography */