/*!
Theme Name: Mettlence v2.0
Author: Rohmad DJ
Author URI: https://mettlence.com
Description: A new ultimate for Mettlence v2.0
Version: 3.3.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mettlence
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* WRAPPER */
#wrapper {
	background-color: #07012C;
}

/* FONT */
.ff-open-sans {
	font-family: 'Open Sans', sans-serif!important;
}

/* NAVBAR */
.navbar-brand {
	width: 164px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu .menu-item {
	margin: 0;
}
header .menu-item {
	margin: 0 1.5rem;
}
.navbar-brand img {
	height: 60px !important;
}
.top-nav .nav-link {
	font-family: 'Lexend';
	font-weight: 400;
	font-size: 16px;
	--bs-nav-link-color: #FFFFFF!important;
}
.top-nav-btn {
	background: linear-gradient(86.88deg, #CC03ED 0%, #3D3EFE 96.41%);
	border-radius: 50px!important;
	border: none!important;
	font-family: 'Lexend'!important;
	font-size: 16px!important;
	font-weight: 400!important;
	transition: 0.3s!important;
}
.top-nav-btn:hover {
	background: linear-gradient(86.88deg, #3D3EFE 0%, #CC03ED 96.41%);
}
.nav-link:hover {
	/* color: #CC03ED!important; */
	text-decoration: underline;
}
#blog-single .top-nav .nav-link {
	color: #000000;
}

/* SECTION */
#main {
	margin-top: 0em!important;
}
#home .top-section {
	background-image: url('assets/images/top-section-min.png');
	background-position: top center;
	background-size: cover;
}
#home .section-2, .section-4 {
	background-color: #FFFFFF;
}
#home .section-3 {
	background-image: url('assets/images/section-3-min.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.headline {
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	background: linear-gradient(90.11deg, #E23FFF 16.12%, #3D3EFE 80.21%);
	background-size: 300% 300%;
	animation: gradient 15s ease infinite;
}
#career .section-1 {
	background-image: url('assets/images/section-1-career.png');
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
#career .section-2 {
	background-color: #FFFFFF;
}
#career .section-3 {
	background-image: url('assets/images/career-section-3-min.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
#about-us .top-section {
	background-image: url('assets/images/about-us-top-section-bg.png');
	background-position: bottom center;
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
}
#about-us .section-2, #about-us .section-6, #about-us .section-8 {
	background-color: #FFFFFF;
}
#about-us .section-5 {
	background-image: url('assets/images/section-3-min.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
#funnel .top-section {
	background-image: url('assets/images/funnel-section-1-bg-min.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
#funnel .section-2, #funnel .section-6, #funnel .section-8, #funnel .section-11 {
	background-color: #FFFFFF;
}
#funnel .section-7 {
	background-image: url('assets/images/section-3-min.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
#funnel .section-10 {
	background-image: url('assets/images/career-section-3-min.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
#contact .top-section {
	background: linear-gradient(180deg, rgba(204, 3, 237, 0.89) -15.39%, rgba(141, 0, 248, 0) 82.35%);
}
#contact .section-2 {
	background-color: #FFFFFF;
}
#blog .section-1 {
	background: linear-gradient(180deg, #07012C 0%, #191572 71.87%, #5F0070 98.03%);
}
#blog-single {
	background-color: #FFFFFF;
}

/* UTILITIES */
.head-1 {
	font-family: 'Lexend', sans-serif;
	font-size: 81px;
}
.head-2 {
	font-family: 'Lexend', sans-serif;
	font-size: 38px;
}
.section-4 .head-2, #career .section-3 .head-2 {
	font-size: 40px;
}
.head-3 {
	font-family: 'Lexend', sans-serif;
	font-size: 16px;
}
.sub-head-1 {
	font-family: 'Lexend', sans-serif;
	font-size: 45px;
}
.sub-head-2 {
	font-family: 'Lexend', sans-serif;
	font-size: 24px;
}
.sub-1 {
	font-family: 'Lexend', sans-serif;
	font-size: 20px;
}
.sub-2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.sub-3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

.body-1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.body-2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.body-3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.body-4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.apply-now {
	font-family: 'Lexend', sans-serif;
	font-size: 22px;
}
.w-50-px {
	width: 50px;
}
#funnel .section-6 .card .sub-2 {
	font-family: 'Lexend', sans-serif;
}
#blog-single .head-1 {
	font-size: 50px;
}
#blog-single .entry-content p, #blog-single .entry-content ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #5A5A5A;
}
#blog-single .entry-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	/* color: #000000; */
}
#blog-single .entry-content button.btn {
	background: linear-gradient(86.88deg, #CC03ED 0%, #3D3EFE 96.41%);
	border-radius: 45px;
	border: none;
	color: white;
}
#blog-single .entry-content button.btn:hover {
	background: linear-gradient(86.88deg, #3D3EFE 0%, #CC03ED 96.41%);
}

/* COMPONENT */
.hr {
	background: linear-gradient(90.35deg, #8D00F8 22.31%, #CC03ED 100.31%);
	height: .7em;
}
.section-4 .card, .section-4 .card-footer {
	border: none;
	background-color: #F9F9FE;
}
.section-4 .card-footer .row {
	border-top: 1px solid #c5c5c56b;
}
.section-4 .card .btn-category {
	background: linear-gradient(100.47deg, #CC03ED 7.62%, rgba(61, 62, 254, 0.78) 102.22%);
	border: none;
	border-radius: 0;
	padding: 0.5em 2em;
}
.section-4 .card .card-img-top {
	height: 200px;
	/* max-height: 200px; */
}
#career .section-2 .card {
	background: #F8F9FE;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	border: none;
	height: 100%;
}
#career .section-3 .card {
	background: linear-gradient(113.9deg, rgba(30, 30, 30, 0.8) -17.24%, rgba(255, 255, 255, 0.328) -17.22%, rgba(204, 204, 204, 0.136) 113.02%);
	backdrop-filter: blur(9.98526px);
	border-radius: 23px;
	border: none;
}
#career .section-4 .card {
	background: #FFFFFF;
	box-shadow: 0px 1.77219px 6.20265px 1.77219px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	border: none;
}
#career .section-4 button:hover {
	cursor: auto;
}
#career #sticky-left.stick {
	position: sticky;
	top: 10%;
}
#about-us .section-4 .card {
	background: #F8F9FE;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	border: none;
	height: 100%;
}
#about-us .section-8 .card, #about-us .section-8 .card-footer {
	border: none;
	background-color: #F9F9FE;
}
#about-us .section-8 .card, #home .section-4 .card {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#about-us .section-8 .card-footer, #home .section-4 .card-footer {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#about-us .section-8 .card-footer .row {
	border-top: 1px solid #c5c5c56b;
}
#about-us .section-8 .card .btn-category {
	background: linear-gradient(100.47deg, #CC03ED 7.62%, rgba(61, 62, 254, 0.78) 102.22%);
	border: none;
	border-radius: 0;
	padding: 0.5em 2em;
}
#about-us .section-8 .card .card-img-top, #home .section-4 .card .card-img-top {
	height: 200px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* max-height: 200px; */
}
#funnel .badge {
	background: linear-gradient(90.93deg, rgba(0, 0, 0, 0.232) 9.82%, rgba(255, 255, 255, 0.156) 87.06%);
	backdrop-filter: blur(29.0212px);
}
#funnel .section-4 .card {
	background: #F8F9FE;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	border: none;
	height: 100%;
}
#funnel .section-5 .card {
	background: linear-gradient(180.07deg, rgba(254, 246, 255, 0.8) -30.67%, rgba(156, 28, 255, 0.8) -30.66%, rgba(0, 0, 85, 0.784) 63.03%);
	backdrop-filter: blur(7.00089px);
	border-radius: 23px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	border: 1px solid #FFFFFF;
	height: 100%;
}
#funnel .section-5 .btn {
	font-family: 'Lexend', sans-serif!important;
	font-size: 25px!important;
}
#funnel .section-6 .card {
	background: #F8F9FE;
	box-shadow: 0px 2.85625px 2.85625px rgba(0, 0, 0, 0.25);
	border-radius: 25px;
	border: none
}
#funnel .section-6 .card img {
		border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
#funnel .section-10 .card {
	background: linear-gradient(113.9deg, rgba(30, 30, 30, 0.8) -17.24%, rgba(255, 255, 255, 0.328) -17.22%, rgba(204, 204, 204, 0.136) 113.02%);
	backdrop-filter: blur(9.98526px);
	border-radius: 23px;
	border: none;
}
#funnel .section-11 .card {
	background: #FFFFFF;
	box-shadow: 0px 1.77219px 6.20265px 1.77219px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	border: none;
}
#funnel .section-11 .card .btn-category {
	background: linear-gradient(100.47deg, #CC03ED 7.62%, rgba(61, 62, 254, 0.78) 102.22%);
	border: none;
	border-radius: 0;
	padding: 0.5em 2em;
}
#funnel .section-11 button:hover {
	cursor: auto;
}
#funnel .section-12 .card {
	background: #FFFFFF;
	box-shadow: 0px 1.77219px 6.20265px 1.77219px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	border: none;
}
#funnel .section-12 button:hover {
	cursor: auto;
}
#funnel #sticky-left.stick {
	position: sticky;
	top: 10%;
}
#funnel .flashing-dot {
  background-color: #DC06FF;
  content: " ";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
#funnel .flashing-dot:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #DC06FF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-animation: smallPulse 2s ease-out infinite;
  animation: smallPulse 2s ease-out infinite
}
#contact .top-section .card {
	background: linear-gradient(113.9deg, rgba(30, 30, 30, 0.8) -17.24%, rgba(255, 255, 255, 0.328) -17.22%, rgba(204, 204, 204, 0.136) 113.02%);
	backdrop-filter: blur(7.01823px);
	border-radius: 20px;
	border: 1px solid #d8d8d873;
}
#contact .section-2 .card {
	background: linear-gradient(0deg, #F8F9FE, #F8F9FE), linear-gradient(0deg, #F8F9FE, #F8F9FE), #F8F9FE;
	box-shadow: 0px 2.88971px 18.0607px rgba(0, 0, 0, 0.25);
	border-radius: 25px;
	border: none;
}
#contact .section-2 input, #contact .section-2 textarea {
	background: #FFFFFF;
	box-shadow: 0px 1.42292px 2.84583px 2.84583px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	border: none;
}
#contact .section-2 .btn {
	background: linear-gradient(86.88deg, #CC03ED 0%, #3D3EFE 96.41%);
	border-radius: 40px;
	border: none;	
	font-size: 18px;
	font-weight: 600;
}
#blog .section-1 .card, #blog .section-1 .card-footer {
	border: none;
	background-color: #F9F9FE;
}
#blog .section-1 .card-footer .row {
	border-top: 1px solid #c5c5c56b;
}
#blog .section-1 .card .btn-category {
	background: linear-gradient(100.47deg, #CC03ED 7.62%, rgba(61, 62, 254, 0.78) 102.22%);
	border: none;
	border-radius: 0;
	padding: 0.5em 2em;
}
#blog .nav-pills .nav-link.active {
	background-color: transparent;
	color: #af52e8!important;
	text-decoration: underline;
}
#blog .card .card-img-top {
	height: 200px;
	/* max-height: 200px; */
}
#blog-single .btn-category {
	background: linear-gradient(100.47deg, #CC03ED 7.62%, rgba(61, 62, 254, 0.78) 102.22%);
	border: none;
	border-radius: 0;
	padding: 0.5em 2em;
}
#blog-single .btn-category a {
	color: white;
}
#blog-single .hstack img.rounded-circle {
	width: 5%;
}
#blog-single .post-thumbnail img {
	border-radius: 33px;
}
#blog-single .card {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#blog-single .card, #blog-single .card-footer {
	border: none;
	background-color: #F9F9FE;
}
#blog-single .card-footer .row {
	border-top: 1px solid #c5c5c56b;
}
#blog-single .card .btn-category {
	background: linear-gradient(100.47deg, #CC03ED 7.62%, rgba(61, 62, 254, 0.78) 102.22%);
	border: none;
	border-radius: 0;
	padding: 0.5em 2em;
}
#blog-single .card .card-img-top {
	height: 200px;
	/* max-height: 200px; */
}
#blog-single .post img, .post-thumbnail img {
	width: 100%;
}

/* COLORING */
.text-gray {
	color: #858585;
}
.text-gray-1 {
	color: #5A5A5A;
}
.text-navy {
	color: #0E0041;
}
.gradient-color {
	background: -webkit-linear-gradient(271.16deg, #3D3EFE 5.91%, #CC03ED 58.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
#career .card-body a, #funnel .card-body a {
	color: #000000;
}
#career .card-body a:hover, #funnel .card-body a:hover {
	text-decoration: underline;
}

/* FOOTER */
#footer {
	background-color: #07012C!important;
	font-family: 'Lexend', sans-serif;
}
#footer p, #footer .nav-link {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #BDBDBD;
}
#footer .nav-link {
	/* font-weight: 600; */
	color: #FFFFFF;
	padding: 0 2em;
}
#footer .menu-item a[aria-current=page] {
	color: #FFFFFF!important;
	border-radius: 10px;
	background: linear-gradient(100.47deg, #CC03ED 7.62%, rgba(61, 62, 254, 0.78) 102.22%);
}

/* KEYFRAMES ANIMATION */
@keyframes gradient {
	0% {
    background-position: 82% 0%;
	}

	50% {
			background-position: 19% 100%;
	}
	100% {
			background-position: 82% 0%;
	}
}

@-webkit-keyframes smallPulse {
	0% {
			-webkit-transform: scale(.75);
			transform: scale(.75);
			opacity: 1
	}

	95%,to {
			-webkit-transform: scale(2);
			transform: scale(2);
			opacity: 0
	}
}

@keyframes smallPulse {
	0% {
			-webkit-transform: scale(.75);
			transform: scale(.75);
			opacity: 1
	}

	95%,to {
			-webkit-transform: scale(2);
			transform: scale(2);
			opacity: 0
	}
}

/* INCONSISTENT VARIABLE */
#funnel .section-1 .head-1 {
	font-size: 60px;
}


/* RESPONSIVE */
@media (min-width: 1400px) {
	.container.container-custom {
		max-width: 1560px;
	}
}
@media (max-width: 768px) {
	/* SECTION */
	.top-section {
		background: none;
	}
	#home .section-1 {
		background-image: url('assets/images/top-section-mobile.png');
		background-position: bottom center;
		background-size: cover;
	}
	#home .section-3 {
		background-image: url('assets/images/section-3-mobile.png');
	}
	#career .section-1 {
		background-image: url('assets/images/career-section-1-bg-mobile.png');
	}
	#career .section-3 {
		background-image: url('assets/images/career-section-3-bg-mobile.png');
    background-position: center;
	}
	#about-us .top-section {
		background-image: url('assets/images/about-us-section-1-bg-mobile.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	#funnel .top-section {
		background-image: url('assets/images/funnel-section-1-bg-mobile.png');
	}

	/* NAVBAR */
	.navbar-brand img {
		height: 40px!important;
	}
	
	/* UTILITIES */
	.head-1 {
		font-size: 37px;
	}
	.head-2, .section-4 .head-2, #career .section-3 .head-2 {
		font-size: 24px;
	}
	.head-3, #career .section-1 .sub-1, #career .section-3 .sub-1 {
		font-size: 16px;
	}
	.sub-head-2 {
		font-size: 18px;
	}
	.sub-1 {
		font-size: 20px;
	}
	.sub-2 {
		font-size: 16px;
	}
	.sub-3 {
		font-size: 12px;
	}
	.sub-head-1 {
		font-size: 36px;
	}

	.body-1 {
		font-size: 18px;
	}
	.body-2 {
		font-size: 16px;
	}
	.body-3 {
		font-size: 14px;
	}
	.body-4 {
		font-size: 12px;
	}
	#funnel .section-1 .head-1 {
		font-size: 30px;
	}
	#funnel .section-1 .sub-head-2, #funnel .section-6 .sub-1 {
		font-size: 16px;
		line-height: 20px;
	}
	#funnel .section-5 .sub-1 {
		font-size: 16px;
	}
	#funnel .section-5 .sub-head-3 {
		font-size: 20px;
	}
	#funnel .btn {
		font-size: 20px!important;
	}

	/* INCONSISTENT VARIABLE */
	.section-3 .col-md-5 .head-2 {
		font-size: 36px;
	}
	.section-3 .sub-2 {
		font-size: 16px;
	}
	.section-4 .sub-2, .section-4 .sub-3 {
		font-size: 16px;
	}
	.section-4 .body-2 {
		font-size: 14px;
	}
	#footer p {
		font-size: 14px;
	}
	#career .section-3 .card .sub-1 {
		font-size: 18px;
	}
	#about-us .section-1 .sub-1 {
		font-size: 16px;
	}
	#about-us .section-7 .sub-1, #about-us .section-7 .sub-2 {
		font-size: 14px;
	}
	#funnel .section-9 .sub-1, #funnel .section-9 .sub-2 {
		font-size: 14px;
	}
	#funnel .section-10 .sub-1, #funnel .top-section .sub-1 {
		font-size: 16px;
		line-height: 20px;
	}
	#contact .sub-1 {
		font-size: 16px;
	}
	#blog-single .head-1 {
		font-size: 24px;
	}

	/* COMPONENT */
	.hr.w-75-mobile, #career .hr, #funnel .hr {
		width: 75%!important;
		height: .3em;
	}
	#blog-single .hstack img.rounded-circle {
		width: 15%;
	}
	#funnel .flashing-dot {
		width: 45px;
		height: 29px;
	}

	/* FOOTER */
	nav .menu.nav {
		display: block;
	}
	nav .menu.nav .menu-item {
		margin: 1em 0;
	}

	/* CARD */
	#career .card img.w-75 {
		width: 50%!important;
	}
	#funnel .card img.w-75 {
    width: 50%!important;
}
}