@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1. Top bar / .topbar
2. Header / header
3. Navigation / .navi-level-1 
4. Blog / .lastest-blog-container
5. Sidebar / .main-sidebar
6. Sub Header / .sub-header
7. Footer / footer
-------------------------------------------------------------------*/
/* Colors
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/* Transition
----------------------------------------------------------*/
/* LESS / Social Media Brand Colors */
/* Reset
----------------------------------------------------------*/
:root {
	--color-light: rgba(255, 255, 255);
	--color-dark: #1e4ec6;
	--color-transparent: rgba(255, 255, 255, 0);
}

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	overflow-x: hidden;
}

/* Sections
	 ========================================================================== */
.titillium-web-extralight {
	font-family: 'Titillium Web', system-ui;
	font-weight: 200;
	font-style: normal;
}

.titillium-web-light {
	font-family: 'Titillium Web', system-ui;
	font-weight: 300;
	font-style: normal;
}

.titillium-web-regular {
	font-family: 'Titillium Web', system-ui;
	font-weight: 400;
	font-style: normal;
}

.titillium-web-semibold {
	font-family: 'Titillium Web', system-ui;
	font-weight: 600;
	font-style: normal;
}

.titillium-web-bold {
	font-family: 'Titillium Web', system-ui;
	font-weight: 700;
	font-style: normal;
}

.titillium-web-black {
	font-family: 'Titillium Web', system-ui;
	font-weight: 900;
	font-style: normal;
}

.titillium-web-extralight-italic {
	font-family: 'Titillium Web', system-ui;
	font-weight: 200;
	font-style: italic;
}

.titillium-web-light-italic {
	font-family: 'Titillium Web', system-ui;
	font-weight: 300;
	font-style: italic;
}

.titillium-web-regular-italic {
	font-family: 'Titillium Web', system-ui;
	font-weight: 400;
	font-style: italic;
}

.titillium-web-semibold-italic {
	font-family: 'Titillium Web', system-ui;
	font-weight: 600;
	font-style: italic;
}

.titillium-web-bold-italic {
	font-family: 'Titillium Web', system-ui;
	font-weight: 700;
	font-style: italic;
}

*,
*::before,
*::after {
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	/* font-family: 'Manrope', sans-serif !important; */
	font-family: 'Titillium Web', system-ui !important;
}

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * 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: bold;
}

/**
 * 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;
}

/*  custom added styles start */
.row_custom_add {
	padding: 20px 0;
}

.mobile_row_custom_add {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

#loom-companion-mv3 {
	display: none !important;
}

.footer-wrap {
	/* border: 1px solid yellow; */
	margin: auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: space-between;
	column-gap: 1rem;
	row-gap: 3rem;
}

/* .footer_item {
	border: 1px solid yellow;
} */

.footer-bottom-item-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 15px;
}

@media (max-width: 991px) {
	.footer-wrap {
		margin: auto;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: space-between;
		column-gap: 1rem;
	}
}

@media (max-width: 700px) {
	.footer-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 530px) {
	.footer-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer-bottom-item-flex {
		flex-direction: column;
		align-items: flex-start;
	}
}

#our_history {
	min-height: 100vh;
	background-color: #1e4ec6;
	position: relative;
}
#our_history .ourHHistoryAnimate {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	/* border: 1px solid red; */
}

#our_history .test_overlay {
	position: absolute;
	background-color: rgba(30, 78, 198, 0.5);
	/* border: 1px solid red; */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
#our_history h2 {
	text-align: center;
	color: white;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
}

#our_history .testi-box .testi-content:after {
	bottom: 0;
	left: 0;
	border-left: 0;
	border-bottom: 0;
}
#our_history .abs_flag {
	position: absolute;
	/* border: 1px solid red; */
	top: 0;
}
#our_history .abs_gps {
	position: absolute;
	bottom: 0;
}
#our_history .abs_flag2 {
	position: absolute;
	right: 0;
	transform: scaleX(-1);
	top: 0;
	/* border: 1px solid red; */
}
#our_history .abs_gps2 {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: scaleX(-1);
}

.testi-box .testi-content {
	background-color: white;
}

.businesses_logo {
	height: 100px !important;
	margin-right: 2rem;
	text-align: center;
	display: flex !important;
	justify-content: center;
}

.businesses_logo:last-child {
	margin-right: 0;
}

.business_logo_item {
	width: 100%;
	height: 100%;
}

.business-logo-img {
	width: 80px;
	height: auto;
	margin: 0 auto;
}

.businesses_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero_text {
	/*width: 85%;
	*/
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) !important;
	z-index: 11;
	margin: 0 80px;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
}

.hero_text * {
	color: white;
}

.hero_text p {
	width: 80%;
}

.hero_text h1 {
	font-size: clamp(25px, 5vw, 40px);
}

.hero_parent {
	position: relative;
	height: 100vh;
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* border: 1px solid red; */
}
/* .padded-header {
	height: 80px;
} */

@media (max-width: 991px) {
	.hero_parent {
		height: 75vh;
	}
	.hero_text h1 {
		font-size: clamp(30px, 5vw, 40px);
	}
}

@media (max-width: 679px) {
	.hero_text p {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.hero_text {
		padding: 0 0;
		margin: 0 20px;
	}
}

.hero_overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	opacity: 0.65;
	background-color: #000;
}

.hero_overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	opacity: 0.35;
	background-color: #000;
}

.hero_overlay3 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
	/* border-bottom-right-radius: 80px; */
}

#businessPageTitle {
	position: relative;
	z-index: 20;
}

.inclusion_flex {
	position: relative;
	display: flex;

	align-items: center;
	justify-content: space-between;
}

.big-flex {
	width: 100%;

	position: relative;
	z-index: 5;
	padding: 50px 0px;
}
.big-flex h2,
.big-flex .subtitle,
.corporateGov h2,
.corporateGov .subtitle {
	/* text-align: center; */
	font-weight: 600;
}
.subtitle {
	font-size: clamp(18px, 1.5vw, 20px);
}

.small-flex img {
	width: 100%;
	height: 100%;
}
.inclusionRight,
.inclusionLeft {
	display: flex;
	margin-top: 40px;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}
.inclusionRight .content,
.inclusionLeft .content {
	width: 60%;
}
ç .subtitle,
.inclusionLeft .subtitle {
	text-align: left;
	font-weight: 600;
}
.inclusionRight .inclusion-img,
.inclusionLeft .inclusion-img {
	width: 45%;
	max-height: 400px;
	overflow: hidden;
}
.inclusionRight img,
.inclusionLeft img {
	width: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.inclusion_flex {
		flex-direction: column;
		align-items: unset;
		row-gap: 30px;
	}

	.big-flex {
		width: 100%;
	}

	.small-flex {
		width: 360px;
	}

	.custom-inactive {
		display: none;
	}
}

@media (max-width: 901px) {
	.inclusionRight .inclusion-img,
	.inclusionLeft .inclusion-img {
		width: 100%;
	}
	.inclusionRight .content,
	.inclusionLeft .content {
		width: 100%;
	}
	.inclusionLeft {
		flex-direction: column;
	}
	.inclusionRight {
		flex-direction: column-reverse;
	}
}

@media (max-width: 500px) {
	.small-flex {
		width: 100%;
	}
}

#googleMap-1 {
	height: 500px;
}

.image-container{
	display: grid;
	grid-template-columns: 1fr 1fr; 
      gap: 20px;
}

/* Modal container */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Ensures modal stays on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

/* Image inside the modal */
.modal-content {
  max-width: 90%;
  max-height: 80%; /* To ensure the image doesn't overflow vertically */
  object-fit: contain; /* Adjusts the image to fit within bounds while keeping aspect ratio */
}

/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Previous/Next buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  font-weight: bold;
  padding: 16px;
  transition: 0.3s;
  user-select: none;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.gallery_custom {
	position: relative;
	
	display: grid !important;
	height: unset !important;
	grid-auto-rows: 1fr;
	grid-auto-columns: 1fr;
	gap: 25px;
	grid-template-areas:
		'A A A A B B'
		'A A A A B B'
		'C C D D E E'
		'C C D D E E'
		'F F F F G G'
		'F F F F G G'
		'H H I I J J'
		'H H I I J J';
} 

  .gallery-section{
	display: grid;
      grid-template-columns: 1fr 1fr; /* 2 columns */
      gap: 20px;
  }

.gallery_item {
	height: 435px;
	position: relative;
}

.gallery_item > .inner img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gallery_item .inner {
	position: relative !important;
	height: 100% !important;
	width: 100% !important;
	z-index: 40;
}

.gallery_itemA {
	grid-area: A;
}

.gallery_itemB {
	grid-area: B;
}

.gallery_itemC {
	grid-area: C;
}

.gallery_itemD {
	grid-area: D;
}

.gallery_itemE {
	grid-area: E;
}

.gallery_itemF {
	grid-area: F;
}

.gallery_itemG {
	grid-area: G;
}

.gallery_itemH {
	grid-area: H;
}

.gallery_itemI {
	grid-area: I;
}

.gallery_itemJ {
	grid-area: J;
}

@media (max-width: 750px) {
	.gallery_custom {
		grid-auto-rows: 1fr;
		grid-auto-columns: 1fr;
		grid-template-areas:
			'A A A A'
			'A A A A'
			'B B C C'
			'B B C C'
			'D D E E'
			'D D E E'
			'F F F F'
			'F F F F'
			'G G H H'
			'G G H H'
			'I I J J'
			'I I J J';
	}
}

@media (max-width: 750px) {
	.gallery_custom {
		grid-auto-rows: 1fr;
		grid-auto-columns: 1fr;
		grid-template-areas:
			'A A A A'
			'A A A A'
			'B B B B'
			'B B B B'
			'C C C C'
			'C C C C'
			'D D D D'
			'D D D D'
			'E E E E'
			'E E E E'
			'F F F F'
			'F F F F'
			'G G G G'
			'G G G G'
			'H H H H'
			'H H H H'
			'I I I I'
			'I I I I'
			'J J J J'
			'J J J J';
	}
}

.events .gallery_custom {
	position: relative;
	/* border: 1px solid yellow;s */
	display: grid !important;
	height: unset !important;
	grid-auto-rows: 1fr;
	grid-auto-columns: 1fr;
	gap: 25px;
	grid-template-areas:
		'A A B B'
		'A A B B'
		'C C D D'
		'C C D D'
		'E E F F'
		'E E F F';
}

.events.gallery_item {
	height: 435px;
	position: relative;
}

.events.gallery_item > .inner img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.events.gallery_item .inner {
	position: relative !important;
	height: 100% !important;
	width: 100% !important;
	z-index: 40;
}

.events.gallery_itemA {
	grid-area: A;
}

.events.gallery_itemB {
	grid-area: B;
}

.events.gallery_itemC {
	grid-area: C;
}

.events.gallery_itemD {
	grid-area: D;
}

.events.gallery_itemE {
	grid-area: E;
}

.events.gallery_itemF {
	grid-area: F;
}

@media (max-width: 750px) {
	#events .gallery_custom {
		grid-auto-rows: 1fr;
		grid-auto-columns: 1fr;
		grid-template-areas:
			'A A A A'
			'A A A A'
			'B B B B'
			'B B B B'
			'C C C C'
			'C C C C'
			'D D D D'
			'D D D D'
			'E E E E'
			'E E E E'
			'F F F F'
			'F F F F';
	}
}

.filter-item {
	font-size: clamp(13.6px, 1.5vw, 16px) !important;
}

#our_brand p {
	margin: 0;
}

.content_flex {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	align-items: center;
}

.content_flex > .right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content_flex > .right > h2 {
	position: relative;
	width: max-content;
}
.custom_underline {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	background-image: linear-gradient(90deg, #577fff, #e1e8ff, #ffffff);
	height: 6px;
}

.content_flex > .left {
	width: 45%;
	height: 350px;
}

.content_flex > .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 991px) {
	.content_flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.content_flex > .right {
		width: 100%;
	}

	.content_flex > .left {
		width: 100%;

		height: 400px;
	}

	.content_flex > .left img {
		width: 100%;
		height: 100%;
	}
}
.brandSection {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

.card {
	flex: 1 1 30%; /* Each card takes up roughly 30% of the width */
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
}

.card:nth-last-child(2),
.card:last-child {
	margin: 0 auto;
}

/* Flex column direction on smaller screens */
@media (max-width: 768px) {
	.brandSection {
		flex-direction: column;
		align-items: center;
	}

	.card {
		flex: 1 1 100%; /* Full width on small screens */
		max-width: 600px; /* Optional: limit max width for larger screens */
	}

	.card:nth-last-child(2),
	.card:last-child {
		margin: 10px 0; /* Space between the last two items */
	}
}

.card {
	flex: 0 1 30%; /* Each card takes up 30% of the width */
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
}

.brandSection .card:nth-last-child(2),
.brandSection .card:last-child {
	margin-left: auto;
	margin-right: auto;
}

.go-corner {
	position: relative;
}

.go-arrow {
	position: absolute;
	right: 10px;
	bottom: 10px;
	/* Add more styles for the arrow if necessary */
}

/* new our brand reImagined */
.ourBrand .titleDesc {
	text-align: center;
	max-width: 800px;
	width: 90%;
	margin: 20px auto 0 auto;
}

.brandSection h3 {
	color: #262626;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}

.brandSection p {
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	color: #666666;
	text-align: left;
	&.small {
		font-size: 14px;
	}
}

.brandSection .go-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 32px;
	height: 32px;
	overflow: hidden;
	top: 0;
	right: 0;
	background-color: #1e4ec6;
	border-radius: 0 4px 0 32px;
}

.brandSection .go-arrow {
	margin-top: -4px;
	margin-right: -4px;
	color: white;
	font-family: courier, sans;
}

.brandSection .card {
	display: block;
	position: relative;
	/* max-width: 320px; */
	background-color: rgba(169, 215, 246, 0.2);
	border-radius: 4px;
	padding: 32px 24px;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;

	&:before {
		content: '';
		position: absolute;
		z-index: -1;
		top: -16px;
		right: -16px;
		background: #1e4ec6;
		height: 32px;
		width: 32px;
		border-radius: 32px;
		transform: scale(1);
		transform-origin: 50% 50%;
		transition: transform 0.25s ease-out;
	}

	&:hover:before {
		transform: scale(40);
	}
}

.brandSection .card:hover {
	p {
		transition: all 0.3s ease-out;
		color: rgba(255, 255, 255, 0.8);
	}

	h3 {
		transition: all 0.3s ease-out;
		color: #ffffff;
	}
}

@media (max-width: 991px) {
	.brandSection {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 580px) {
	.brandSection {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* end new our brand reImagined */

.highlight_values {
	font-weight: 800;
	margin-right: 5px;
}

.team_section,
.team_section_two {
	/* background-color: white; */
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 40px;
	padding: 50px;
	margin: 30px auto 0 auto;
	width: 90%;
}

.team_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team_card .image_contain {
	height: 380px;
	overflow: hidden;
}

.team_card .image_contain img {
	object-fit: cover;
	min-height: 100%;
	width: 100%;
}

.team_card .team_name {
	margin-top: 10px;
	font-size: 17px;
	margin-bottom: 0;
	text-align: center;
}

.team_card .team_title {
	font-size: 13px;
	font-weight: 400;
	padding: 0 5px;
}

@media (max-width: 1229px) {
	.team_section,
	.team_section_two {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.team_section,
	.team_section_two {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 710px) {
	.team_section,
	.team_section_two {
		gap: 30px;
		padding: 20px;
	}
}

@media (max-width: 620px) {
	.team_section,
	.team_section_two {
		padding: 0;
	}
	.team_card .image_contain {
		height: 350px;
	}
}

@media (max-width: 520px) {
	.team_section,
	.team_section_two {
		column-gap: 16px;
	}
	.team_card .image_contain {
		height: 300px;
	}
}
@media (max-width: 430px) {
	.team_section,
	.team_section_two {
		column-gap: 16px;
		grid-template-columns: repeat(1, 1fr);
		padding: 50px;
	}
	.team_card .image_contain {
		height: 300px;
	}
}
@media (max-width: 390px) {
	.team_section,
	.team_section_two {
		column-gap: 16px;
		grid-template-columns: repeat(1, 1fr);
		padding: 20px;
	}
	.team_card .image_contain {
		height: 300px;
	}
}

.coreValues_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 0;
	gap: 20px;
	align-items: flex-start;
	margin-top: 16px;
}

.coreValues_list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding-left: 0;
	gap: 20px;
	align-items: flex-start;
}

.coreValues_item {
	padding: 20px 15px;
	/* min-height: 300px; */
	background-color: white;
	list-style-type: none;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.58);
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.58);
	border-left: 3px solid #1e4ec6;
	cursor: pointer;
}

.coreValues_item > img {
	width: 50px;
	height: 50px;
	display: none;
}

.coreValues_title {
	font-size: clamp(17px, 1.5vw, 18px);
	font-weight: 500;
	/* margin-top: 10px; */
	margin-bottom: 0;
	display: flex;
	align-items: center;
	column-gap: 1rem;
	justify-content: space-between;
}

.coreValues_title > img {
	width: 20px;
	height: 20px;
	opacity: 0.5;
}

.coreValues_item .coreValues_title + p {
	font-size: clamp(14px, 1.5vw, 16px);
	margin-top: 20px;
	display: none;
}

.active_content {
	display: block !important;
}

@media (max-width: 991px) {
	.coreValues_grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}

/* new core values design */
/* core values reImagined */
.cardSection {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 48px;
	column-gap: 32px;
	justify-content: space-between;
	padding-left: 0 !important;
	margin-top: 50px;
	/* border: 1px solid red; */
}
.cardSection h3 {
	color: #1c5e9f !important;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.cardSection > li {
	text-decoration: none;
	list-style-type: none;
}
.cardSection > li > .title {
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.cardSection > li > .title figure {
	width: 45px;
	height: 45px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cardSection > li > .title img {
	width: 30px;
	height: 30px;
}
.cardSection > li > .title h3 {
	color: #262626;
	font-size: 20px;
}

.cardSection > li > p {
	margin-top: 16px;
	line-height: 1.6;
}
@media (max-width: 991px) {
	.cardSection {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 580px) {
	.cardSection {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* end core values reImagined */
/* end of new core values design */

.business-grid-image {
	min-height: 200px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.business-img-container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}

@media (max-width: 991px) {
	.business-grid-image {
		grid-template-columns: repeat(1, 1fr);
	}

	.business-img-container {
		height: 300px;
	}
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.product-categories > .container > h3 {
	text-align: center;
	/* font-size: clamp(22px, 2vw, 24px); */
	margin-bottom: 32px;
	color: white;
}
.feedRange {
	background-color: #1e4ec6;
	position: relative;
}
.palmImg {
	top: 40px;
	right: 40px;
	position: absolute;
}

.product-types {
	display: flex;
	gap: 30px;
	background: #F5F5F5;
	border-radius: 15px; 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 
	            0 6px 20px rgba(0, 0, 0, 0.15); 
	
	transform: translateY(-2px); 
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-types:hover {
	transform: translateY(-10px); 
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 
	            0 12px 40px rgba(0, 0, 0, 0.2); 
}


.product-types h3 {
	font-size: clamp(16px, 18px, 18px);
	/* border: 1px solid red; */
	margin: 0;
	font-weight: 500;
}
.prod_desc_title {
	border-bottom: 1px solid #ecedf0;
	display: flex;
	align-items: center;
	column-gap: 10px;
	/* border: 1px solid red; */
}
.prod_desc_title img {
	width: 20px;
}
.prod_desc_title_img {
	/* border: 1px solid red; */
	background-color: rgba(11, 141, 74, 0.2);
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-types ul {
	padding-left: 0;
	padding-top: 0;
	margin-top: 15px;
}
.product-types li {
	list-style-type: none;
	font-size: (14.5px, 1.5vw, 15px) !important;
	/* color: #eadeda; */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	display: flex;
	column-gap: 10px;
}
.product-types li > img {
	width: 17px;
}

.prod_desc {
	background-color: white;
	padding: 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	width: 100%;
}

.prod_desc > div {
	padding-bottom: 16px;
}

@media (max-width: 768px) {
	.product-types {
		flex-direction: column;
	}

	.product-types-reverse {
		flex-direction: column;
	}

	.product-type-item {
		width: 100%;
	}
}

.product-custom-padding {
	padding: 50px 40px;
}

.service_cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.service_cards-item {
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.service_cards-item h3 {
	font-size: clamp(18px, 1.5vw, 20px);
}
.service_cards-img {
	height: 200px;
}

.service_cards-img img {
	width: 100%;
	height: 100%;
}

.service_cards-content {
	padding: 20px;
}

@media (max-width: 991px) {
	.service_cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 662px) {
	.service_cards {
		grid-template-columns: repeat(1, 1fr);
	}

	.service_cards-img {
		height: 250px;
	}
}

.bullseye_history {
	width: 600px;
	height: 600px;
	position: absolute;
	top: 10px;
	right: -25%;

	z-index: 1;
	opacity: 0.05;
}

.history_item {
	padding: 20px;
	margin-right: 20px;
	position: relative;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.history_desc {
	min-height: 400px;
}

.history_item:last-child {
	margin-right: 0;
}

.history_item p {
	/* color: #1E4EC6; */
	font-weight: 500;
	position: relative;
	z-index: 10;
	font-size: clamp(14px, 1.5vw, 16px);
}

.history_item h3 {
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: clamp(16px, 1.5vw, 22px);
}

.history_item:hover {
	transform: scale(1.01);
}

@media (max-width: 991px) {
	.history_desc {
		min-height: 350px;
	}
}

.empty_notice {
	color: #f52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}

.returnmessage {
	color: green;
}

.missionVision {
	/* border: 1px solid red; */
	h3 {
		color: #1e4ec6;
		/* text-align: center; */
	}
}

.missionVision img {
	width: 400px;
	height: 300px;
}

.missionVision_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	row-gap: 20px;
	column-gap: 20px;
}

.missionVision_flex > figure {
	height: 300px;
	width: 45%;
}

.missionVision_flex > div {
	width: 45%;
}
@media (max-width: 991px) {
	.missionVision_flex > figure {
		/* height: 300px; */
		width: 50%;
	}

	.missionVision_flex > div {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.missionVision {
		h3 {
			text-align: center;
		}
	}
	.missionVision_flex {
		flex-direction: column;
	}
	.missionVision p {
		text-align: center;
	}
	.missionVision .custom {
		margin-top: 40px !important;
	}
	.missionVision .custom .missionVision_flex {
		flex-direction: column-reverse;
	}
	.missionVision_flex > div {
		width: 70%;
	}
}
@media (max-width: 530px) {
	.missionVision_flex > div {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 80% !important;
	}
}
@media (min-width: 768px) {
	.container {
		width: 90% !important;
	}
}

/* our history slide */

.splide {
	/* max-width: 1200px; */
	position: relative;
	z-index: 5;
	margin: 0 auto;

	.splide__slide {
		position: relative;
		padding: 20px;
		transform: scale(0.9);
		transition: transform 400ms;

		&:hover {
			transform: scale(1);
		}

		.card {
			position: relative;
			height: 100%;

			/* &::before {
				content: '';
				display: block;
				background-color: transparent;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				transform: translate(-20px, -20px);
				border: 1px solid var(--color-light);
				z-index: 1;
			} */

			img {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
				z-index: 2;
			}

			.card__content {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 12px;

				.card__content-inner {
					position: relative;
					height: 100%;
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					padding: 16px;
					color: var(--color-light);
					isolation: isolate;
					z-index: 3;
					padding-top: 32px;
					/* border-radius: 12px; */

					&::before {
						content: '';
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-color: rgba(0, 0, 0, 0.4);
						z-index: -1;
					}
				}

				.card__title {
					margin-bottom: 20px;
					font-size: clamp(16px, 1.5vw, 18px);
					font-weight: bold;
					/* text-align: center; */
					background-color: #1e4ec6;
					padding: 30px 20px;
					border-radius: 50%;
					animation: pulse-animation 2s infinite;
				}
				/* .pulse {
					animation: pulse-animation 2s infinite;
				} */

				.card__excerpt {
					margin-bottom: 16px;
					line-height: 24px;
					font-size: clamp(14px, 1.5vw, 16px);
					/* text-align: center; */
					display: none;
				}

				.card__link {
					padding: 12px 24px;
					text-transform: uppercase;
					color: var(--color-light);
					text-decoration: none;
					border: 1px solid var(--color-light);
				}
			}
		}
	}

	.is-active {
		transform: scale(1);
		&:hover {
			transform: scale(1.05);
		}
	}
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
	}
	100% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.splide__pagination {
	bottom: -1.5em !important;
}
.splide__track {
	overflow: auto !important;
}

@media (max-width: 368px) {
	.card__title {
		margin-bottom: 10px;
	}
	.card__content .card__content-inner {
		padding-top: 10px;
	}
}

#ifl_details .flex-right,
#ifl_details .flex-left {
	display: flex;
	gap: 40px;
	align-items: center;
}
#ifl_details .flex-left {
	flex-direction: row-reverse;
}
#ifl_details .flex-right > figure,
#ifl_details .flex-left > figure {
	width: 45% !important;
}
#ifl_details .flex-right img,
#ifl_details .flex-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
#ifl_details .flex-right > div,
#ifl_details .flex-left > div {
	width: 50%;
}
.ifl_content {
	display: flex;
	flex-direction: column;
	row-gap: 64px;
	margin-top: 60px;
}
.iflProduct_container {
	margin-top: 40px;
}
.iflProduct_container .swiper-wrapper {
	position: relative;
}
.iflProduct_container .swiper-slide img {
	/* max-height: 80vh; */
	object-fit: contain;
}
.iflProduct_container .forward,
.iflProduct_container .backwards {
	cursor: pointer;
	width: 40px;
}

@media (max-width: 991px) {
	#ifl_details .flex-right {
		flex-direction: column;
	}
	#ifl_details .flex-left {
		flex-direction: column;
	}
	#ifl_details .flex-right > figure,
	#ifl_details .flex-left > figure {
		width: 100% !important;
	}
	#ifl_details .flex-right > div,
	#ifl_details .flex-left > div {
		width: 100%;
	}
}
.cbtc {
	margin-top: 40px;
}
.cbtc .cbtc_product-types,
.cbtc .cbtc_product-types-reverse {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.cbtc .cbtc_product-types li,
.cbtc .cbtc_product-types-reverse li {
	list-style-type: disc !important;
}
.cbtc .product-type-content {
	width: 50%;
}
.cbtc .product-type-image {
	width: 45%;
}
.cbtc .cbtc_product-types-reverse {
	flex-direction: row-reverse;
	margin-top: 50px;
}
@media (max-width: 900px) {
	.cbtc .cbtc_product-types,
	.cbtc .cbtc_product-types-reverse {
		flex-direction: column-reverse;
	}
	.cbtc .product-type-content {
		width: 100%;
	}
	.cbtc .product-type-image {
		width: 100%;
	}
}

.mfn_product-types,
.mfn_product-types-reverse {
	display: flex;
	align-items: center;
	gap: 32px;
}
.mfn_product-types-grid {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.mfn_product-type-image {
	height: 300px;
	width: 45%;
}
.mfn_product-type-content {
	width: 50%;
}
.mfn_product-type-content li {
	font-size: 16px;
}
.mfn_product-types-reverse {
	flex-direction: row-reverse;
	/* margin-bottom: 40px; */
}
.mfn_service_title {
	font-size: clamp(18px, 1.5vw, 20px);
}
@media (max-width: 764px) {
	.mfn_product-types,
	.mfn_product-types-reverse {
		flex-direction: column-reverse;
	}
	.mfn_product-type-content {
		width: 100%;
	}
	.mfn_product-type-image {
		width: 100%;
	}
}

.our_customers h3 {
	text-align: center;
	color: #080808;
}
.our_customers_flex {
	width: 80%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 50px;
	column-gap: 50px;
	margin-top: 64px;
}

.our_customers_flex img {
	height: 50px;
}

.ourBrandLogo {
	height: 160px;
	width: 250px;
	margin: auto;
}
.ourBrandLogo img {
	height: 100%;
	width: 100%;
	/* object-fit: cover; */
}

/*  custom added styles end */

/* 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;
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes grow {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

@keyframes grow {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #252525;
	font-family: 'Roboto', sans-serif;
	/* font-size: 16px; */
	line-height: 1.5714285714;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #03132b;
}

h1 {
	font-size: 90px;
	font-weight: 900;
}

h2 {
	font-size: clamp(30px, 5vw, 40px);
	font-weight: 700;
	/* line-height: 56px; */
}

h3 {
	font-size: 30px;
	margin-bottom: 18px;
}

h4 {
	font-size: 16px;
	line-height: 24px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 18px;
	line-height: 28px;
	margin: 30px 0;
	font-style: italic;
	padding: 20px 30px;
	position: relative;
	background: #feefe8;
	color: #f26522;
}

blockquote p {
	margin-bottom: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 13.125px;
	line-height: 1.5714285714;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 13.125px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

.text-light {
	color: #b7b7b7;
}

.bg-light {
	background: #f2f4f6;
}

.bg-primary {
	background-color: #1e4ec6;
}

.bg-default {
	background-color: #1e4ec6;
	position: relative;
}

.bg-default-img {
	background-image: url('/images//image087.jpg');
	background-size: 100% 100%;
	background-position: center;
}

.bg-default-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	background-color: #000;
	/* z-index: 10; */
}

.text-primary {
	color: #1e4ec6;
}

.padding-top-bottom-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.padding-top-bot-medium {
	padding-top: 50px;
	padding-bottom: 50px;
}

.no-padding {
	padding: 0;
}

.padding-top-medium {
	padding-top: 90px;
}

.padding-bottom-medium {
	padding-bottom: 90px;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-margin {
	margin: 0;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.industris-space-5 {
	height: 5px;
}

.industris-space-10 {
	height: 10px;
}

.industris-space-20 {
	height: 20px;
}

.industris-space-30 {
	height: 30px;
}

.industris-space {
	height: 40px;
}

.industris-space-50 {
	height: 50px;
}

.industris-space-60 {
	height: 60px;
}

.industris-space-90 {
	height: 90px;
}

.clear-both {
	clear: both;
}

.unstyle {
	list-style: none;
	padding-left: 0;
	margin-bottom: 60px;
}

.unstyle li {
	padding: 4px 0;
}

.unstyle li a {
	text-decoration: underline;
}

.unstyle i {
	color: #ffd100;
	margin-right: 10px;
}

.text-dark {
	color: #000;
}

.text-white {
	color: #fff;
}

.text-white .text-primary {
	color: #f26522;
}

a.text-white:hover {
	color: #ffd100;
}

.text-second {
	color: #00aeef !important;
}

.box-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box-shadow-hover:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.italic {
	font-style: italic;
}

.bolder {
	font-weight: 900;
}

.semi-bold,
.semi-bold a {
	font-weight: 700;
}

.medium {
	font-weight: 500;
}

.normal {
	font-weight: 400;
}

.lighter {
	font-weight: 300;
}

.thin {
	font-weight: 100;
}

.gaps {
	clear: both;
	height: 20px;
	display: block;
}

.gaps.size-2x {
	height: 40px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.overflow {
	overflow: hidden;
}

.radius {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	overflow: hidden;
}

.radius-top {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	overflow: hidden;
}

.radius-bottom {
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 0;
	overflow: hidden;
}

.radius-left {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 2px;
	overflow: hidden;
}

.radius-right {
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 0;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

/* *,
*:before,
*:after {

	box-sizing: inherit;
} */

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

ul,
ol {
	margin: 0 0 20px;
	padding-left: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	/* margin-left: 1.5em; */
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.none-style {
	list-style: none;
	padding-left: 0;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
}

caption,
td,
th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}

table,
th,
td {
	border: 1px solid #eee;
}

th {
	font-weight: 700;
}

th,
td {
	padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.btn {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 16px;
	padding: 18px 22px;
	line-height: 1.42857143;
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	background: #ffd100;
	cursor: pointer;
	border: 1px solid transparent;
	color: #272023;
	outline: none;
	min-width: 150px;
	border-radius: 0;
}

.btn:hover,
.btn:focus {
	background: #1f1f59;
	color: #fff;
	text-decoration: none;
}

.btn-primary {
	background-color: #1e4ec6;
	color: #fff;
}

.btn-default {
	background-color: #f2f4f6;
	color: #03132b;
}

.btn-default:hover {
	background-color: #ffd100;
	color: #03132b;
}

.btn-dark {
	background: #000;
}

.btn-dark:hover,
.btn-dark:focus {
	background: #f26522;
	color: #fff;
}

.btn-white {
	background-color: #fff;
	color: #252525;
}

.btn-dark:hover,
.btn-dark:focus {
	background: #03132b;
	color: #fff;
}

.btn.btn-border {
	background: transparent;
	border-color: #363636;
	color: #707070;
}

.btn.btn-border:hover,
.btn.btn-border:focus {
	background: #ffd100;
	border-color: #ffd100;
	color: #03132b;
}

.btn-border-white {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.btn-border-white:hover {
	background-color: transparent;
	border-color: #ffd100;
	color: #ffd100;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
	color: #707070;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 11px 20px;
	box-sizing: border-box;
	outline: none;
	max-width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
	color: #707070;
}

select {
	border: 1px solid #e2e2e2;
	height: 46px;
	padding: 10px 18px;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

select option {
	color: #000;
}

textarea {
	width: 100%;
	height: 133px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b7b7b7;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #b7b7b7;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #b7b7b7;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #b7b7b7;
}

hr {
	border-top-color: #cccccc;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.industris-lineheight {
	line-height: 36px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	color: #03132b;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #1e4ec6;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* ###### */
section {
	position: relative;
	padding: 120px 0;
	display: block;
}

#shadow-host-companion {
	display: none !important;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.container-custom {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.no-xs-margin-bottom {
		margin-bottom: 0 !important;
	}

	.no-padding-sm-left {
		padding-left: 0 !important;
	}

	.no-padding-sm-right {
		padding-right: 0 !important;
	}
}

@media only screen and (min-width: 992px) {
	.md-clear {
		clear: both;
	}

	.no-margin-md-bottom {
		margin-bottom: 0 !important;
	}

	.no-padding-md-left {
		padding-left: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.container-custom {
		width: 1680px;
	}
}

.searchbar {
	padding: 30px;
	display: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

input.form-control,
select.form-control {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #707070;
	display: table-cell;
	width: 100%;
	padding: 16px 20px;
	border-radius: 0;
}

.input-group-btn {
	position: relative;
	display: table-cell;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}

.input-group-btn button {
	border-radius: 0;
}

.site-header {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	color: #1e4ec6;
	transition: transform 0.2s ease-in;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

.main-header > .header_edit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	column-gap: 50px;
	display: flex;
}

/* header */
.hide_header {
	transform: translateY(-100%) !important;
}

.header-topbar {
	background-color: #1e4ec6;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}

.header-topbar ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.container_custom_add {
	width: 100%;
}

.topbar-left {
	display: inline-block;
}

.topbar-left li {
	display: inline-block;
	line-height: 26px;
	padding: 13px 24px;
	border-left: 1px solid rgba(183, 183, 183, 0.2);
}

.topbar-left li:last-child {
	border-right: 1px solid rgba(183, 183, 183, 0.2);
}

.topbar-left i {
	margin-right: 8px;
	color: #ffd100;
	font-size: 20px;
	line-height: 26px;
	position: relative;
	vertical-align: middle;
}

.topbar-right li {
	float: left;
	padding: 13px 24px 16px 24px;
	border-left: 1px solid rgba(183, 183, 183, 0.2);
}

.topbar-right li:last-child {
	border-right: 1px solid rgba(183, 183, 183, 0.2);
}

.topbar-right li.topbar-search {
	padding-top: 14px;
	padding-bottom: 9px;
}

.topbar-right li a {
	display: inline-block;
}

.topbar-right li a i {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.topbar-right li a:hover,
.topbar-right li a i:hover {
	color: #ffd100;
}

.topbar-right .topbar-search i {
	font-size: 26px;
}

.topbar-right i,
.topbar-right a {
	color: #b7b7b7;
}

.top-header-2 {
	display: table;
}

.top-header-2 .logo-brand {
	padding: 23px 0;
}

.top-header-2 .header-info-2,
.top-header-2 .topbar-search,
.top-header-2 .header-btn-2 {
	display: table-cell;
	vertical-align: middle;
}

.header-info-2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-info-2 ul li {
	color: #707070;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	font-weight: 500;
	padding: 18px 23px;
}

.header-info-2 ul li i {
	position: relative;
	vertical-align: middle;
	color: #ffd100;
	font-size: 20px;
	line-height: 26px;
	margin-right: 10px;
}

.top-header-2 .topbar-search {
	position: relative;
	padding-right: 20px;
}

.top-header-2 .topbar-search i {
	color: #707070;
	font-size: 26px;
	line-height: 26px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.top-header-2 .topbar-search i:hover {
	color: #ffd100;
}

.header-btn-2 {
	width: 1%;
}

/*--------------------------------------------------------------
## Main Header
--------------------------------------------------------------*/
.main-navigation {
	text-align: right;
}

.navigation-2 {
	z-index: 10;
}

.main-navigation > ul {
	display: flex;
	align-items: center;
	column-gap: 25px;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	/* border: 1px solid red; */
	justify-content: space-between;
}

.main-navigation > ul > li {
	position: relative;
	display: inline-block;
}

.main-navigation ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #272023;
	display: flex;
	position: relative;
	text-decoration: none;
}

.main-navigation ul li a.active {
	color: #1e4ec6;
}

/* .main-navigation ul li.current-menu-parent > a,
.main-navigation
	> ul
	> li.menu-item-has-children.current-menu-parent
	> a:after {
	color: #1e4ec6;
	display: flex;
} */

.main-navigation ul li a:hover,
.main-navigation > ul > li.menu-item-has-children > a:hover:after {
	color: #2e3d85;
}

.main-navigation > ul > li.menu-item-has-children > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	content: url('./images/arrow-down.svg');
	color: #bdbebf;
	font-family: 'FontAwesome';
	font-weight: 900;
	margin-right: 15px;
	font-size: 14px;
}

.main-navigation ul ul {
	list-style: none;
	margin-top: 10px;
	padding: 0;
	background-color: #fff;
	border-top: 2px solid #1e4ec6;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

.main-navigation ul li ul {
	min-width: 260px;
	position: absolute;
	top: 140%;
	left: 0%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
}

.main-navigation ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.main-navigation ul li li {
	position: relative;
	display: block;
}

.main-navigation ul ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #272023;
	text-align: left;
	display: block;
	padding: 15px 25px 15px 25px;
	position: relative;
	text-decoration: none;
	outline: none;
	text-transform: none;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	border-bottom: 1px solid rgba(183, 183, 183, 0.5);
}

.main-navigation ul ul li a:last-child {
	border-bottom: 1px solid rgba(183, 183, 183, 0.5);
	display: flex;
	align-items: center;
}

.main-navigation ul ul li.current_page_item a {
	color: #1e4ec6;
}

.main-navigation ul ul li.menu-item-has-children > a:after {
	display: flex;
	position: absolute;
	top: 15px;
	right: 25px;
	width: 0;
	height: 0;
	content: url('./images/icons8-forward-10.png');
	color: #bdbebf;
	font-family: 'FontAwesome';
	font-weight: 700;
	
	font-size: 13px;
	
	/* transform: rotate(-90deg); */
}

.main-navigation li.menu-item-has-children > a:hover:after {
	color: #1e4ec6;
	font-weight: 500;
}

.main-navigation ul ul li ul {
	margin-left: 100%;
	border-top: none;
}

.main-navigation ul ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 0;
	margin-left: 100%;
}

.main-navigation a i {
	margin-left: 8px;
}

.mobile-header {
	display: none;
}

/*--------------------------------------------------------------
## Nav 2
--------------------------------------------------------------*/
.navigation-2 {
	background-color: #014d97;
}

.navigation-2 ul li a {
	color: #fff;
}

.navigation-style-2 > ul > li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navigation-style-2 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navigation-style-2 > ul > li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.navigation-style-2 > ul > li a {
	display: block;
	padding: 19px 25px;
}

.navigation-style-2 ul li ul {
	min-width: 275px;
}

/*--------------------------------------------------------------
## Subheader
--------------------------------------------------------------*/
.page-header {
	position: relative;
	padding: 0;
	border: none;
	margin: 0;
	background-color: #03132b;
	height: 75vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	/* border-bottom-right-radius: 80px; */
}

@media (max-width: 767px) {
	.page-header > .container {
		margin-right: unset !important;
		margin-left: unset !important;
	}
}

.page-header-default .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.breadc-box .row {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	min-height: 450px;
}

.page-title {
	color: #fff;
	line-height: 1;
	position: relative;
	/* text-align: center; */
	z-index: 20;
}

.breadcrumbs {
	margin: 0;
}

.breadcrumbs li {
	display: inline-block;
	font-size: 16px;
	color: #1e4ec6;
}

.breadc-box li:before {
	content: '/';
	font-family: FontAwesome;
	color: #fff;
	margin: 0 8px;
}

.breadc-box li:first-child:before {
	display: none;
}

.breadcrumbs li a {
	font-size: 16px;
	color: #b7b7b7;
}

.breadcrumbs li a:hover {
	color: #1e4ec6;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #1e4ec6;
	color: #b7b7b7;
}

.site-footer-h3 {
	background-color: #003663;
}

.main-footer {
	padding: 50px 0;
	color: #fff;
}

.main-footer-h3 {
	background-repeat: no-repeat;
	background-size: cover;
}

.main-footer ul,
.main-footer-2 ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

/* .main-footer ul li, .main-footer-2 ul li {
  padding:  0;
} */
.main-footer ul li:first-child,
.main-footer-2 ul li:first-child {
	padding-top: 0;
}

.main-footer ul li:last-child,
.main-footer-2 ul li:last-child {
	padding-bottom: 0;
}

.main-footer ul li a,
.main-footer-2 ul li a {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.main-footer-2 ul li a {
	color: #03132b;
}

.main-footer ul li a:hover,
.main-footer-2 ul li a:hover {
	color: #ffd100;
}

.widget-footer .widget_media_image {
	margin-bottom: 40px;
}

.padding-left {
	padding-left: 130px;
}

.btn-subcribe {
	width: 60px;
	height: 60px;
	min-width: auto;
}

.footer-social {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 45px;
	color: #fff;
}

.footer-social a {
	color: #fff;
	margin-left: 15px;
}

.footer-social a:hover {
	color: #ffd100;
}

.footer-social a i {
	font-size: 21px;
	line-height: 26px;
}

.footer-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-footer form {
	max-width: 400px;
}

.btn.btn-back-to-top {
	color: #ffd100;
	background-color: #192840;
	font-size: 14px;
	line-height: 34px;
	padding: 7px 27px;
	border-bottom: 2px solid #ffd100;
	border-radius: 0;
}

.btn-back-to-top i {
	margin-left: 9px;
	font-size: 20px;
	line-height: 34px;
}

.footer-bottom {
	background-color: #1e4ec6;
	color: #fff;
}

.footer-bottom-h3 {
	background-color: #003663;
}

.main-footer-2 {
	padding: 120px 0;
	background-size: cover;
}

.main-footer-2 input.form-control {
	background-color: #f2f4f6;
}

.main-footer-2 input::placeholder {
	color: #03132b;
}

.main-footer-2 .footer-social a {
	color: #707070;
}

.main-footer-2 .footer-social a:hover {
	color: #ffd100;
}

.main-footer-2 .btn-subcribe {
	background-color: #03132b;
	color: #ffd100;
}

.main-footer-2 .btn-subcribe:hover {
	background-color: #ffd100;
	color: #03132b;
}

.site-footer-2 .btn.btn-back-to-top {
	color: #03232b;
	background-color: #ffd100;
}

.site-footer-h3 .btn.btn-back-to-top {
	background-color: #1a4a73;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color: #181825;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.imghvr-shutter-out-vert:before {
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
}

[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
	background: rgba(255, 209, 0, 0.4);
	position: absolute;
	content: '';
	-webkit-transition-delay: 0.105s;
	-moz-transition-delay: 0.105s;
	transition-delay: 0.105s;
}

.imghvr-shutter-out-vert:hover:before {
	top: 0;
	bottom: 0;
}

[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.entry-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.post-box {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.post-box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.entry-media {
	height: 200px;
}
.entry-media img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-post {
	padding: 30px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
}

.entry-meta {
	color: #707070;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-meta a {
	color: #1e4ec6;
	font-weight: 500;
}

.inner-post h3 {
	font-size: 30px;
}

.entry-meta span:before {
	content: '|';
	margin: 0 10px;
}

.entry-meta span:first-child:before {
	display: none;
}

.entry-summary p {
	margin-bottom: 30px;
}

.inner-post .entry-footer .post-link {
	color: #707070;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.inner-post .entry-footer .post-link:hover {
	color: #ffd100;
}

.inner-post .entry-footer .post-link i {
	font-size: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.inner-post .entry-footer .post-link:hover {
	text-decoration: none;
}

.page-pagination {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	margin-top: 90px;
}

.page-pagination li a,
.page-pagination li span {
	font-size: 16px;
	line-height: 1;
	padding: 13px 18px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.page-pagination li a {
	color: #707070;
	background-color: #f2f4f6;
}

.page-pagination li a:hover {
	color: #ffffff;
	background-color: #ffd100;
	text-decoration: none;
}

.page-pagination li a i {
	margin-left: 0;
}

.page-pagination li span {
	color: #ffffff;
	background-color: #ffd100;
}

.grp_businesses_flex {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
	grid-auto-rows: auto;
}

.grp_businesses_flex .post-box {
	display: flex;
	flex-direction: column;
}

.grp_biz_items .post-box {
	height: 100%;
}

.grp_biz_items .inner-post {
	flex-grow: 2;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
input::placeholder {
	font-size: 16px;
	line-height: 26px;
	color: #b7b7b7;
}

.primary-sidebar {
	margin-bottom: 120px;
}

.primary-sidebar .widget {
	margin-bottom: 20px;
	background-color: #f2f4f6;
}

.primary-sidebar .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.primary-sidebar .widget_search input {
	padding: 22px 30px;
	background-color: transparent;
	border: none;
}

.primary-sidebar .widget_search button {
	font-size: 26px;
	min-width: auto;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 26px;
	color: #b7b7b7;
	background-color: transparent;
}

.widget-title {
	color: #03132b;
	font-size: 16px;
	padding: 25px 30px;
	border-left: 2px solid #ffd100;
	text-transform: uppercase;
	margin-bottom: 0;
}

.primary-sidebar .widget_categories ul li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #707070;
	padding: 9px 30px;
	border-top: 1px solid #fff;
}

.primary-sidebar .widget_categories ul li a:hover {
	background-color: #ffd100;
	color: #03132b;
	text-decoration: none;
}

.primary-sidebar .widget_recent_news .thumb {
	float: left;
	margin-right: 20px;
}

.recent-news li {
	padding: 30px;
	border-top: 1px solid #ffffff;
}

.recent-news h4 {
	font-size: 16px;
	line-height: 20px;
	color: #363636;
	margin-bottom: 6px;
}

.recent-news .entry-date {
	font-size: 14px;
	line-height: 14px;
	color: #707070;
}

.tagcloud {
	padding: 25px;
	border-top: 1px solid #fff;
	overflow-y: hidden;
}

.tagcloud a {
	float: left;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 16px;
	margin: 5px;
	background-color: #fff;
}

.tagcloud a:hover {
	color: #fff;
	background-color: #1e4ec6;
	text-decoration: none;
}

.recent-tweets li {
	padding: 30px;
	border-top: 1px solid #fff;
}

.tweets-logo {
	float: left;
}

.tweets-logo i {
	font-size: 18px;
	color: #00aeef;
}

.tweets-content {
	padding-left: 40px;
}

.tweets-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.tweets-content a {
	color: #1e4ec6;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.single-post {
	margin-bottom: 50px;
}

.seperate-border {
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

.meta-post {
	text-align: right;
}

.meta-left {
	float: left;
}

.meta-right,
.meta-left {
	margin-bottom: 0;
}

.single-img {
	display: table;
}

.img-left {
	position: relative;
	width: 63%;
	float: left;
	padding-right: 15px;
}

.img-right {
	position: relative;
	width: 37%;
	float: left;
	padding-left: 15px;
}

.img-right img {
	margin-bottom: 30px;
}

.img-right img:last-child {
	margin-bottom: 0;
}

.img-left img,
.img-right img {
	width: 100%;
}

blockquote {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	padding: 0;
	padding-left: 30px;
	color: #1e4ec6;
	background-color: transparent;
	margin: 0;
}

blockquote .post-blockquote-author {
	font-size: 16px;
	line-height: 26px;
	color: #707070;
	font-style: normal;
	padding-top: 94px;
}

blockquote .author-name {
	color: #252525;
}

.blockquote-post {
	margin-bottom: 40px;
}

.blockquote-post::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 53px;
	background-color: #1e4ec6;
	font-size: 0;
	content: '';
}

.tags {
	float: left;
	color: #707070;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.tags a {
	color: #707070;
	margin-left: 10px;
}

.tags a:hover {
	color: #ffd100;
}

.share {
	text-align: right;
	font-weight: 500;
}

.share a,
.author-social a {
	color: #b7b7b7;
	font-size: 20px;
	line-height: 26px;
	margin-left: 10px;
}

.share a:hover {
	color: #ffd100;
}

.author-post {
	padding: 30px;
	background-color: #f2f4f6;
	margin-bottom: 30px;
}

.author-img {
	float: left;
}

.author-desc {
	padding-left: 130px;
}

.author-social a:first-child {
	margin-left: 0;
}

.comments-area {
	padding-top: 20px;
}

.comments-area ol,
.comments-area ul {
	list-style: none;
	padding-left: 0;
}

.comment-list li {
	padding-bottom: 60px;
}

.comment-list li:last-child {
	padding-bottom: 30px;
}

.gravatar {
	float: left;
}

.comment-content {
	padding-left: 80px;
}

.comment-author {
	display: inline-block;
	font-size: 16px;
	color: #03132b;
	margin-bottom: 10px;
}

.comment-time {
	color: #b7b7b7;
}

.comment-content p {
	margin-bottom: 10px;
}

.btn.comment-reply-link {
	font-size: 12px;
	line-height: 24px;
	padding: 0 18px;
	color: #707070;
	background-color: #f2f4f6;
	min-width: auto;
	min-height: auto;
}

.btn.comment-reply-link:hover {
	color: #fff;
	background-color: #ffd100;
	text-decoration: none;
}

.comment-list .children {
	padding-left: 55px;
}

.comment-form input {
	margin-bottom: 30px;
	width: 100%;
}

.comment-form textarea {
	margin-bottom: 20px;
}

p.form-submit {
	margin-bottom: 0;
}

p .btn-submit {
	font-size: 16px;
	color: #fff;
	padding: 18px 30px;
	width: auto;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.bg-contact-info {
	background-color: #f2f4f6;
}

.contact-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 70px;
	column-gap: 20px;
}

.contact-info h2 {
	font-weight: 900;
	line-height: 1;
	margin-bottom: 40px;
	font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.contact-info p {
	margin-bottom: 0;
}

.contact-info i {
	color: #1e4ec6;
	margin-right: 10px;
}

@media (max-width: 991px) {
	.contact-info_custtom {
		padding: 0 15px;
	}

	.contact-info {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		row-gap: 70px;
	}

	.core_flex {
		margin-bottom: 60px;
	}
}

.form-group input,
.form-group textarea,
.form-group select {
	margin-bottom: 30px;
}

.form-group select {
	height: auto;
	font-weight: 500;
}

.wpcf7-submit {
	width: 170px;
	margin-right: 10px;
}

.map {
	margin-bottom: 60px;
}

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

.btn-m-r {
	margin-right: 10px;
}

/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
.circle-img {
	border-radius: 50%;
}

.about-img-small {
	position: relative;
	width: 211px;
	height: 0;
	top: -171px;
	left: -97px;
}

.about-img-small .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.about-content {
	position: relative;
	z-index: 1;
	padding: 45px 45px 0;
}

.about-content h2 {
	margin-bottom: 6px;
}

.about-content p {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
}

.icon-box {
	position: relative;
	padding: 30px;
	min-height: 205px;
	border: 1px solid #e1e1e1;
	border-bottom: 2px solid #ffd100;
}

.icon-box-title i {
	font-size: 34px;
	float: left;
	color: #ffd100;
}

.icon-box-title h4 {
	font-size: 18px;
	line-height: 54px;
	padding-left: 40px;
	margin-bottom: 10px;
	color: #ffd100;
	font-weight: 900;
}

.video-about {
	height: 500px;
	padding: 0;
	background-image: linear-gradient(to bottom, #ffffff 50%, #f2f4f6 50%);
}



.video-about .container-custom {
	position: relative;
}

.bg-about-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
}

.about-video {
	display: flex;
	justify-content: center;
}

.about-video iframe {
	width: 100%;
	min-height: 350px;
	/* border: 1px solid red; */
}

.about-video a {
	text-align: center;
	line-height: 105px;
	width: 120px;
	height: 120px;
	background-color: #fff;
	color: #ffd100;
	border-radius: 50%;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	border: 10px solid #ffd100;
	position: relative;
}

.about-video a:before,
.about-video a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: grow 2s infinite;
	-webkit-animation: grow 2s infinite;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.about-video a::before {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.about-video a::after {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.about-video a i {
	font-size: 30px;
	margin-left: 4px;
}

.about-author {
	margin-top: 8px;
}

.about-author-info h4 {
	margin-bottom: 5px;
}

.about-author-media a {
	margin-right: 15px;
	font-size: 21px;
	line-height: 50px;
	color: #fff;
}

.about-border-left:before {
	background-color: #cccccc;
	height: 100%;
	width: 1px;
	content: '';
	position: absolute;
	left: -50px;
}

.slick-slide .container {
	margin-top: -1px;
}

/*--------------------------------------------------------------
## Testimoial
--------------------------------------------------------------*/

.testi-slider {
	/* margin: 0 -15px; */
	padding-top: 64px;
}

.testi-box {
	padding: 0 15px;
}

.testi-box .testi-content {
	position: relative;
	border: 1px solid transparent;
	color: #1c1c1c;
	margin-bottom: 30px;
	padding: 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.testi-box .testi-content:after {
	position: absolute;
	content: '';
	bottom: -27px;
	left: 90px;
	border-left: 20px solid #fff;
	border-bottom: 25px solid transparent;
}

.testi-box:hover .testi-content {
	border: 1px solid #ffd100;
}

.testi-info {
	padding-left: 30px;
}

.testi-info img {
	float: left;
	margin-right: 25px;
}

.testi-info h4 {
	padding-top: 24px;
}

.testi-info span {
	color: #b7b7b7;
	display: block;
	margin-top: 5px;
}

.slick-arrow {
	position: absolute;
	top: -60px;
	font-size: 40px;
	padding: 0;
	border-radius: 50%;
	border: none;
	line-height: 1;
	right: 0;
	outline: none;
	background-color: transparent;
	color: #b7b7b7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.prev-nav,
.next-nav {
	width: 40px;
}

.prev-nav.slick-arrow {
	right: 55px;
}

.next-nav.slick-arrow {
	right: 15px;
}

.slick-arrow:hover {
	border-color: #ffd100;
	color: #ffd100;
}

.testi-list-content p {
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.2;
}

.testi-list-info h4 {
	color: #ffd100;
	margin-bottom: 0;
}

.testi-list-info span {
	color: #b7b7b7;
	display: block;
	margin-top: 5px;
}

.testi-slider-2 {
	margin: 0 -30px;
}

.testi-slider-2 .testi-item {
	position: relative;
	padding: 0 27px;
	padding-top: 25px;
}

.testi-slider-2 .testi-content {
	margin-bottom: 55px;
}

.testi-slider-2 .testi-content i {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 130px;
	color: rgba(255, 209, 0, 0.3);
	line-height: 1;
}

.testi-slider-2 .testi-info {
	padding-left: 0;
}

.testi-slider-2 .slick-dots {
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: right;
}

.testi-slider-2 .slick-dots li {
	margin: 0;
	margin-left: 12px;
}

.testi-slider-2 .slick-dots li.slick-active button {
	border-color: #ffd100;
	background-color: #ffd100;
}

.testi-slider-2 .slick-dots li button {
	border: 1px solid #b7b7b7;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

.testi-slider-2 .slick-dots li button:hover {
	background-color: #ffd100;
	border-color: #ffd100;
}

.testi-slider-2 .slick-dots li button:before {
	display: none;
}

a i {
	margin-left: 10px;
}

.border-left {
	padding-left: 50px;
	border-left: 1px solid #ccc;
}

/*--------------------------------------------------------------
## Partner Slider
--------------------------------------------------------------*/

.image-carousel {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partner-slider .partner-item img {
	display: inline-block;
}

/*--------------------------------------------------------------
## Call To Action
--------------------------------------------------------------*/
.cta-box {
	padding: 60px;
	color: #fff;
	margin: 0;
	background-size: cover;
}

.cta-box .row,
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.cta-box h3 {
	color: #ffffff;
	margin-bottom: 16px;
}

.cta-box .btn:first-child {
	margin-right: 10px;
}

.cta-box .btn:last-child {
	margin-right: 0;
}

.btn.btn-download {
	padding-right: 82px;
}

.career-download a {
	position: relative;
}

.i-btn {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -1px;
	margin-top: -1px;
	display: block;
	max-width: 60px;
	font-size: 26px;
	line-height: 28px;
	padding: 15px 20px;
	color: #fff;
	background-color: #ffd100;
	border: 1px solid #ffd100;
}

.career-box {
	padding: 60px;
	background-color: #f2f4f6;
	margin-bottom: 30px;
}

.career-box h2 {
	margin-bottom: 50px;
}

.career-box h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Process
--------------------------------------------------------------*/
.process {
	text-align: center;
}

.process:after {
	content: '';
	position: absolute;
	top: 77px;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #ffd100, #ffd100);
}

div:first-child > .process:after {
	background-image: linear-gradient(to right, transparent 1%, #ffd100 99%);
}

div:last-child > .process:after {
	background-image: linear-gradient(to right, #ffd100, transparent);
}

.process .process-icon {
	font-size: 40px;
	color: #03132b;
	display: block;
	margin-bottom: 46px;
}

.process .process-icon:before {
	content: '';
	position: absolute;
	top: 67px;
	left: 139px;
	width: 22px;
	background-color: #fff;
	height: 22px;
	border: 2px solid #ffd100;
	border-radius: 50%;
	z-index: 2;
}

.process .process-icon:after {
	content: '';
	position: absolute;
	right: 0;
	top: 73px;
	border-left: 12px solid #ffd100;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

div:last-child > .process .process-icon:after {
	display: none;
}

.process h4 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

.bg-team-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*--------------------------------------------------------------
## History
--------------------------------------------------------------*/
/* .history-year {} */
.history-year h3 {
	color: #1e4ec6;
	text-align: center;
}

.history-img img {
	padding: 30px 0;
}

.history-line {
	position: absolute;
	left: -21px;
	height: 100%;
	width: 6px;
	content: '';
	background-color: #e1e1e1;
}

.team-info {
	padding-top: 25px;
}

.team-social {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-social a {
	font-size: 20px;
	color: #b7b7b7;
	margin: 0 0.5rem;
	line-height: 1;
}

.team-social a:hover {
	color: #ffd100;
}

.team-line {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	width: 1px;
	content: '';
	background-color: #e1e1e1;
}

.partner-list {
	text-align: center;
	background-color: #f2f4f6;
	min-height: 150px;
	margin-bottom: 30px;
}

.partner-list img {
	padding: 30px;
}

.list-testi {
	margin-bottom: 60px;
}

.testi-box.list-testi {
	padding-right: 0;
	padding-left: 0;
}

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

.feature-icon {
	font-size: 30px;
	color: #ffd100;
	margin-bottom: 10px;
}

.feature-box h4 {
	color: #252525;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Service
--------------------------------------------------------------*/

.services-box {
	padding: 50px 30px;
	background-color: #ffffff;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
	transition: all 0.3s linear;
	/* - webkit-transition: all .3s linear;
  - moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear; */
}

.services-box:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.services-box .services-icon {
	margin-bottom: 40px;
}

.services-box .services-content p {
	margin-bottom: 40px;
}

.services-box .services-content i {
	margin-left: 10px;
}

.services-box .view-detail {
	color: #707070;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}

.services-box .view-detail:hover {
	color: #1e4ec6;
}

.services-box-img {
	background-size: cover;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.services-box-img img {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.services-box-img:hover img {
	transform: scale(1.1);
}

.services-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.services-box-img .services-content {
	position: absolute;
	bottom: 0;
	padding: 30px;
	z-index: 2;
}

.services-box-img a {
	color: #fff;
}

.services-box-img a:hover {
	color: #1e4ec6;
}

.services-box-img .view-detail {
	color: #b7b7b7;
}

.services-box-img .view-detail:hover {
	color: #1e4ec6;
}

.widget-nav-menu li {
	position: relative;
}

.widget-nav-menu a {
	display: block;
	color: #707070;
	font-size: 16px;
	padding: 10px 30px;
	border-bottom: 1px solid #fff;
	font-weight: 500;
}

.widget-nav-menu a:hover {
	color: #03132b;
	background-color: #1e4ec6;
	text-decoration: none;
}

.widget-nav-menu .current-menu-item a,
.primary-sidebar .widget_categories .current-menu-item a {
	color: #03132b;
	background-color: #1e4ec6;
}

.widget-text .textwidget {
	padding: 30px;
}

.widget-text .textwidget a {
	color: #1e4ec6;
	font-weight: 500;
}

.textwidget a i {
	margin-left: 10px;
}

.widget-form form {
	padding: 30px;
}

.widget-form input[type='text'] {
	background-color: transparent;
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 30px;
	padding: 0;
	padding-bottom: 6px;
	line-height: 1;
}

.widget-form input::placeholder {
	color: #707070;
}

/*--------------------------------------------------------------
## Project
--------------------------------------------------------------*/

.project-feature-slider {
	margin: 0 -15px;
	padding-top: 30px;
}

.project-feature-box {
	padding: 0 15px;
}

.project-feature-box img {
	margin-bottom: 30px;
}

.project-feature-box h3 {
	margin-bottom: 0;
}

.project-slider {
	margin: auto;
	position: relative;
}

.project-slider img {
	width: 100%;
	object-fit: cover;
}

.project-box {
	/* padding: 0 15px; */
	height: 70vh;
	position: relative;
	margin: auto;
}

@media (max-width: 991px) {
	.project-box {
		height: 50vh;
	}

	.page-header {
		height: 50vh;
	}
}

/* @media (max-width: 760px) {
	.project-box {
		height: 400px;
	}
}

@media (max-width: 480px) {
	.project-box {
		height: 300px;
	}
} */

.project-box-custom {
	padding: 0 !important;
}

.project-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-slider-content {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 100%;
	padding: 30px 40px;
	background-color: #fff;
	border-right: 6px solid #1e4ec6;
	z-index: 11;
}

.project-meta {
	margin-bottom: 10px;
	display: none;
}

.project-slider .btn-link {
	color: #1e4ec6;
}

.project-slider .btn-link i {
	margin-left: 10px;
}

.project-slider .slick-arrow {
	top: 45%;
}

.project-slider .prev-nav {
	left: -45px;
}

.project-slider .next-nav {
	right: -45px;
}

.project-grid {
	overflow: hidden;
}

#filters {
	padding-bottom: 15px;
	margin-bottom: 60px;
	border-bottom: 1px solid #cccccc;
}

#filters a {
	color: #707070;
	font-size: 16px;
	font-weight: 500;
	margin-right: 40px;
	text-decoration: none;
}

#filters a.selected,
#filters a:hover {
	color: #1e4ec6;
}

#filters a:last-child {
	margin-right: 0;
}

.project-item {
	margin-bottom: 30px;
}

.extend-right {
	right: 0 !important;
}

.project-item .inner {
	position: relative;
}

.project-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #b7b7b7;
	background-color: rgba(3, 19, 43, 0.8);
	z-index: 20;
}

.project-info {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.project-item .inner:hover .project-info {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.project-item .inner img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.project-item .inner {
	position: relative;
}

.project-info a {
	color: #b7b7b7;
}

.project-info h3 a {
	color: #f2f4f6;
	text-decoration: none;
	font-size: clamp(18px, 1.5vw, 20px);
}

.project-info a:hover {
	color: #ffd100;
}

.project-info .project-meta {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0;
	padding: 30px;
	border-bottom: 1px solid rgba(183, 183, 183, 0.2);
}

.project-info .project-content {
	padding: 55px 30px;
}

.project-info .project-content p {
	margin-bottom: 50px;
}

.project-info .project-content i {
	margin-left: 10px;
}

.project-grid-2 {
	overflow: hidden;
	margin-left: -1px;
}

.project-grid-2 .project-item {
	margin-bottom: 0;
}

.project-detail-box {
	padding: 30px;
	background-color: #f2f4f6;
}

.project-detail-box ul {
	list-style: none;
	color: #707070;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.project-detail-box ul li {
	padding-bottom: 24px;
}

.project-detail-box ul li:last-child {
	padding-bottom: 0;
}

.project-detail-box a {
	text-decoration: underline;
}

.project-detail-box span {
	float: right;
	color: #03132b;
}

.project-share {
	text-align: left;
}

.project-share span {
	color: #707070;
	text-decoration: underline;
	line-height: 26px;
}

.projects-list {
	margin-bottom: 90px;
	position: relative;
	display: inline-block;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.slider .slider-content {
	position: absolute;
	bottom: 240px;
	margin-top: -1px;
}

.slider .slider-content h1 {
	color: #fff;
	margin-bottom: 35px;
}

.slider .slider-content h4 {
	letter-spacing: 2px;
	color: #fff;
}

.slider .slick-arrow {
	top: 45%;
}

.slider .prev-nav {
	left: 120px;
	right: auto;
	z-index: 1;
}

.slider .next-nav {
	right: 120px;
}

.slick-dots {
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: right;
}

.slick-dots li {
	margin: 0;
	margin-left: 12px;
}

.slick-dots li.slick-active button {
	border-color: #ffd100;
	background-color: #ffd100;
}

.slick-dots li button {
	border: 1px solid #b7b7b7;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

.slick-dots li button:hover {
	background-color: #ffd100;
	border-color: #ffd100;
}

.slick-dots li button:before {
	display: none;
}

.services-slider {
	margin: 0 -15px;
}

.services-slider .services-item {
	padding: 0 15px;
}

.services-slider .services-box {
	border: 1px solid #cccccc;
	transition: 0.3s;

	height: 470px;
}

.services-slider .services-box:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.services-slider .slick-arrow {
	top: -95px;
}

.btn-full-width {
	width: 100%;
}

.home-form input {
	background-color: #f2f4f6;
	margin-bottom: 0;
}

.home-form input:focus {
	background-color: #fff;
	border-color: #ffd100;
}

.project-feature .slick-arrow {
	top: 45%;
}

.project-feature .prev-nav {
	left: -80px;
}

.project-feature .next-nav {
	right: -80px;
}

.process-light h4,
.process-light .process-icon {
	color: #fff;
}
/* #about_section {
	border: 1px solid red;
} */
#about_section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-section-left,
.video-section-right-2 {
	width: 50%;
	position: relative;
	min-height: 500px;
}
.ceo-flex {
	display: flex;
	height: 100%;
	gap: 30px;
}
.ceo-bg {
	background-color: #313446 !important;
	height: 70vh;
}
.team-video-section-left {
	width: 50%;
	position: relative;
}

.ceo_flex_img {
	height: 100%;
	width: 500px;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.ceo_flex_img img {
	width: 100%;
	object-fit: cover;
}
.ceo_title {
	font-size: clamp(20px, 1.5vw, 24px);
}
.ceo-link {
	color: #b9b7b7;
}
.ceo-link:hover {
	color: #1e4ec6;
}
#about_section .about_flex {
	display: flex;
	/* border: 1px solid red; */
}
.video-section-right {
	padding: 30px;
	width: 50%;
	padding-right: 0;
	background-color: #1e4ec6;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-section-right h2 {
	color: #fff;
}
.team-video-section-right {
	width: 40%;
	color: #fff;
	align-self: center;
}

.team-video-section-right h2 {
	color: #fff;
}

.video-section-left-2 {
	padding: 120px;
	width: 55.5%;
	padding-left: 0;
}

.block-right,
.block-left-2 {
	max-width: 555px;
}

.block-left-2 {
	float: right;
}

.block-left-2 h4,
.block-right h4 {
	margin-bottom: 15px;
	color: #fff;
}

.video-section-right a:hover {
	color: #00aeef;
}

.home-video .video-play {
	position: absolute;
	right: -50px;
	top: 44%;
	z-index: 1;
	width: 103px;
	height: 103px;
	background-color: #fff;
	border: 10px solid #1e4ec6;
	border-radius: 50%;
	text-align: center;
	line-height: 83px;
	display: inline-block;
	display: none;
}

.home-video a i {
	font-size: 20px;
	margin-left: 4px;
	color: #1e4ec6;
}

.video-section-right-2 .video-play {
	right: auto;
	left: -50px;
}

.home-video .video-play:hover {
	transform: scale3d(1.1, 1.1, 1.1);
	background-color: #1e4ec6;
	border-color: #fff;
}

.home-video a:hover i {
	color: #fff;
}

.video-section-right h2,
.video-section-left-2 h2 {
	margin-bottom: 45px;
}

.services-slider-img-left {
	position: absolute;
	left: -225px;
	top: 48%;
	width: 100%;
}

.services-slider-img-left img {
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}

.services-slider-img-left:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 48%;
	background-color: #cccccc;
}

.home-about h2 {
	margin-bottom: 45px;
}

.project-home .project-slider-content {
	max-width: 555px;
	margin-bottom: 60px;
}

.section-video-3 {
	height: 100%;
	max-width: 487px;
	background-image: url('https://via.placeholder.com/487x488.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-content: center;
	align-items: center;
}

.section-video-3 .home-video-3 {
	vertical-align: middle;
	margin: 0 auto;
}

.section-video-3 .video-play {
	width: 60px;
	height: 60px;
	text-align: center;
	display: inline-block;
	position: relative;
	line-height: 60px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 20px;
	color: #ffd100;
	vertical-align: middle;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.section-video-3 .video-play:before,
.section-video-3 .video-play:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: grow 2s infinite;
	-webkit-animation: grow 2s infinite;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	background-color: #1e4ec6;
}

.section-video-3 .video-play::before {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.section-video-3 .video-play::after {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.section-video-3 .video-play:hover {
	color: #fff;
	background-color: #ffd100;
}

.video-play i {
	margin-left: 4px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.section-img-btn {
	min-height: 610px;
	background-image: url(https://via.placeholder.com/720x934.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-content: center;
	align-items: center;
}

.section-img-btn > .btn {
	vertical-align: middle;
	margin: 0 auto;
}

/* Slider 2 */
.slider-home-3 {
	position: relative;
}

.slider-slick-2 {
	position: absolute;
	bottom: 0;
	width: 80%;
}

.slider-img-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 330px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-2-nav .item-info {
	padding: 60px 215px 60px 390px;
	background-color: #ffd100;
	position: relative;
}

.slider-slick-2 .slider-content h4 {
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.slider-slick-2 .slider-content h2 {
	margin-bottom: 16px;
}

.slider-2 h2 a:hover {
	color: #fff;
}

.slider-slick-2 .slider-content p {
	margin-bottom: 0;
}

.slider-slick-2 .slider-scroll-btn {
	position: absolute;
	right: 0;
	top: 0;
	writing-mode: vertical-rl;
	height: 100%;
	background: #fff;
	text-align: center;
	width: 98px;
	line-height: 98px;
}

.slider-slick-2 .slider-scroll-btn a {
	height: 100%;
	display: block;
	font-weight: 500;
}

.slider-2 .slick-arrow {
	top: auto;
	bottom: 105px;
	color: #fff;
}

.slider-2 .slick-arrow:hover {
	color: #ffd100;
}

.slider-2 .prev-nav.slick-arrow {
	right: auto;
	left: 120px;
	z-index: 10;
}

.slider-2 .next-nav.slick-arrow {
	right: auto;
	left: 175px;
	z-index: 10;
}

/* Feature Project Slide */
.slick-feature-project .item-info {
	position: absolute;
	bottom: 0;
}

.slick-feature-project .item .project-content {
	width: 80%;
	padding: 50px 215px 50px 25%;
	background-color: #ffd100;
	position: relative;
}

.slick-feature-project .item .project-content h4 {
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.slick-feature-project .item .project-content h2 {
	margin-bottom: 15px;
}

.slick-feature-project .item .project-content p {
	margin-bottom: 0;
}

.slick-feature-project .feature-project-btn {
	position: absolute;
	right: 0;
	top: 0;
	writing-mode: vertical-rl;
	height: 100%;
	background: #fff;
	text-align: center;
	width: 98px;
	line-height: 98px;
}

.slick-feature-project .feature-project-btn a {
	height: 100%;
	display: block;
	font-weight: 500;
}

.slick-slide-feature-project {
	position: absolute;
	bottom: 120px;
}

.slick-feature-project-nav .slick-track {
	-webkit-transform: none !important;
	transform: none !important;
	left: 165px !important;
	margin: 0;
	min-width: 90px;
}

.slick-feature-project-nav .slick-list {
	overflow: inherit;
}

.slick-feature-project h2 a:hover {
	color: #fff;
}

.slick-feature-project-nav .item {
	width: 20px !important;
	margin: 5px;
	font-weight: 500;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.slick-feature-project-nav .item:hover {
	color: #252525;
}

.slick-feature-project-nav .item.slick-current {
	text-decoration: underline;
	color: #252525;
}

.slick-feature-project .slick-arrow {
	top: auto;
	bottom: 117px;
	color: #fff;
}

.slick-feature-project .slick-arrow:hover {
	color: #252525;
}

.slick-feature-project .prev-nav.slick-arrow {
	right: auto;
	left: 120px;
	z-index: 10;
}

.slick-feature-project .next-nav.slick-arrow {
	right: auto;
	left: 260px;
}

/*--------------------------------------------------------------
## Typo
--------------------------------------------------------------*/
.typo.slick-arrow {
	bottom: 10px;
}

.form-control.default {
	background-color: #f2f4f6;
}

.form-control.default::placeholder {
	color: #707070;
}

.form-control.active {
	border-color: #ffd100;
}

.form-control.active::placeholder {
	color: #03132b;
}

.services-box-hover a,
.services-box-hover .view-detail {
	color: #1e4ec6;
}

.services-box-img-hover img {
	transform: scale(1.1);
}

.services-box-3 {
	padding: 25px 30px 0;
	background-color: #1c5e9f;
	border-bottom: 5px solid #ffd100;
	transition: 0.3s;
	margin-bottom: 60px;
}

.services-box-3:hover {
	background-color: #ffffff;
}

.services-box-3 h4 {
	margin-bottom: 15px;
}

.services-box-3:hover h4 a {
	color: #252525;
}

.services-box-3:hover i {
	color: #ffd100;
}

.services-box-3 h4 a {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
}

.services-box-3 .view-detail {
	color: #b7b7b7;
	font-size: 24px;
}

.services-box-3 a:hover,
.services-box-3 .view-detail:hover {
	color: #ffd100;
}

.services-box-3 .services-icon {
	text-align: right;
}

.services-box-3-hover {
	border-color: #ffd100;
	background-color: #fff;
}

.services-box-3-hover h4 a {
	color: #252525;
}

.services-box-3-hover i {
	color: #ffd100;
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.counter-box {
	text-align: center;
	padding: 17px 30px 7px;
	border: 1px solid #e1e1e1;
	border-bottom: 6px solid #ffd100;
}

.counter-box .counter-icon {
	margin-bottom: 5px;
}

.counter-box .counter-icon i {
	font-size: 34px;
	color: #ffd100;
}

.counter-box h4 {
	margin-bottom: 6px;
}

.counter-box h3 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## login    
--------------------------------------------------------------*/
.login-form {
	padding: 30px;
	background-color: #f2f4f6;
}

.login-form label {
	color: #b7b7b7;
}

.login-form input[type='checkbox'],
.bill-form input[type='checkbox'] {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 1px;
	background: #fff;
	color: #252525;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	outline: 0;
	margin-top: -4px;
	margin-right: 10px;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.05s border-color ease-in-out;
	transition: 0.05s border-color ease-in-out;
}

.checkbox-remember,
.bill-checkbox {
	position: relative;
	display: inline;
}

input[type='checkbox']:checked:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 8px;
	background: transparent;
	top: 2px;
	left: -6px;
	border: 3px solid #252525;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#rememberme {
	color: #b7b7b7;
}

.login-form .btn {
	margin-right: 20px;
}

.lost-password {
	color: #ffd100;
	font-weight: 500;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.events-sidebar .input-group {
	display: block;
}

.events-box .width-auto {
	min-width: auto;
	font-weight: bolder;
}

.events-box .btn-border {
	border-color: #e3e3e3;
}

.events-content {
	padding: 30px;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

.events-box:last-child .events-content {
	margin-bottom: 0;
}

.events-time {
	color: #707070;
	font-weight: 500;
	margin-bottom: 20px;
}

.btn.free {
	color: #ffd100;
}

.events-box .btn {
	margin-right: 10px;
}

.events-box .btn:last-child {
	margin-right: 0;
}

.register-form input[type='text'],
.register-form input[type='email'] {
	background-color: #f2f4f6;
}

.register-form input::placeholder {
	color: #707070;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.page-404 {
	min-height: 1080px;
	padding-top: 260px;
}

.page-404 h1 {
	margin-bottom: 0;
	line-height: 100px;
}

.page-404 h1 i {
	margin: 0 18px;
}

.page-404 h3 {
	line-height: 42px;
	margin-bottom: 15px;
}

.page-404 hr {
	margin-top: 10px;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.gallery-item {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.product-box {
	margin-bottom: 60px;
}

.product-head {
	position: relative;
	border: 1px solid transparent;
	margin-bottom: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.product-head:hover {
	border-color: #ffd100;
	box-shadow: 0px 0px 15px 0px rgba(21, 21, 20, 0.2);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(21, 21, 20, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(21, 21, 20, 0.2);
}

.product-btn {
	display: flex;
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.product-head:hover .product-btn {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.product-head .btn {
	width: 50%;
}

.product-head .view-detail {
	background-color: #f2f4f6;
}

.product-head .view-detail:hover {
	background-color: #03132b;
}

.product-price {
	margin-bottom: 10px;
}

.product-price .sale {
	color: #ffd100;
	font-weight: 500;
	margin-right: 8px;
}

.product-price .price {
	color: #a1a1a1;
	text-decoration: line-through;
}

.product-content h3 {
	margin-bottom: 0;
}

.product-content h3 a {
	color: #363636;
}

.product-content h3 a:hover {
	color: #ffd100;
}

.price-slide {
	height: 6px;
	background-color: #b7b7b7;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.price-slide:before {
	content: '';
	position: absolute;
	top: 0;
	border-bottom: 6px solid #ffd100;
	width: 60%;
}

.price-slide:after {
	content: '';
	position: absolute;
	top: -5px;
	width: 15px;
	height: 15px;
	margin-left: 60%;
	background-color: #ffd100;
	border-radius: 50%;
}

.filter-price {
	padding: 25px;
}

.btn-filter {
	background-color: #ffd100;
	padding: 5px 22px;
	display: inline-block;
	font-size: 16px;
}

.btn-filter:hover {
	color: #fff;
	background-color: #03132b;
}

.filter-price span {
	float: right;
	color: #03132b;
	font-weight: 500;
	padding-top: 5px;
}

.shop-pagination {
	margin-top: 60px;
}

.slider-product {
	margin-bottom: 20px;
}

.slider-product-nav .slick-track {
	left: 0 !important;
}

.slider-product-nav .item img {
	border: 1px solid transparent;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.slider-product-nav .slick-current img {
	border: 1px solid #ffd100;
}

.product-rating {
	color: #ffd100;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.rating-text {
	color: #b7b7b7;
	font-weight: 500;
	padding-left: 50px;
}

.quantity-choose {
	color: #03132b;
}

.quantity-choose input {
	width: 134px;
	display: inline-block;
	margin-right: 8px;
	text-align: center;
}

.product-info ul {
	list-style: none;
	padding-left: 0;
}

.nav-tabs {
	list-style: none;
	padding-left: 0;
	padding-bottom: 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}

.nav-tabs li {
	display: inline-block;
	position: relative;
}

.nav-tabs li a {
	color: #707070;
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	margin-right: 80px;
}

.nav-tabs li:last-child a {
	margin-right: 0;
}

.nav-tabs li a.active {
	color: #03232b;
}

.nav-content {
	margin-top: 10px;
}

.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}

.tab-content > .active {
	display: block;
	visibility: visible;
}

.tab-pane .rating-text {
	color: #252525;
	padding-left: 0;
	font-weight: 400;
	margin-right: 20px;
}

.form-review input[type='text'],
.form-review input[type='email'],
.form-review textarea {
	background-color: #f2f4f6;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.table-responsive {
	width: 100%;
	display: block;
	overflow-x: auto;
}

table th a,
table tr a {
	color: #ffd100;
}

table th a:hover,
table tr a:hover {
	color: #03132b;
}

.shop_table thead {
	background-color: #f2f4f6;
	border-left: 2px solid #ffd100;
	border-bottom: 1px solid #e1e1e1;
}

.shop_table thead th,
.shop_table tbody td {
	font-size: 16px;
	line-height: 36px;
	color: #252525;
	font-weight: 500;
	padding: 16px 30px;
	border: none;
	padding-left: 0;
}

.shop_table thead .product-name {
	width: 41.666666667%;
}

.shop_table thead th:first-child,
.shop_table tbody td:first-child {
	padding-left: 30px;
}

.shop_table tbody td {
	padding-top: 30px;
	padding-bottom: 30px;
}

.shop_table tbody tr {
	border-bottom: 1px solid #e1e1e1;
}

.product-name img {
	margin-right: 24px;
}

.shop_table tbody td.product-remove {
	text-align: center;
	padding-right: 10px;
}

tr td .remove {
	font-size: 36px;
	line-height: 36px;
	display: block;
	transform: rotate(45deg);
}

table .quantity input {
	width: 98px;
}

.cart .coupon .form-control {
	max-width: 323px;
}

.cart .cart-form {
	position: relative;
}

.cart-form .coupon {
	margin-bottom: 20px;
}

.coupon .btn-coupon {
	position: absolute;
}

.btn-update {
	color: #707070;
	position: absolute;
	top: 0;
	right: 0;
}

table.cart-total th,
table.cart-total td {
	border: none;
	padding: 23px 30px;
}

table.cart-total {
	background-color: #f2f4f6;
	border: 1px solid #ffd100;
}

table .cart-subtotal {
	border-bottom: 1px solid #e1e1e1;
}

/*--------------------------------------------------------------
## Chceckout
--------------------------------------------------------------*/
.checkout-login-form,
.woocommerce-form-coupon {
	display: none;
}

.return-customer,
.coupon-noti {
	color: #03132b;
	background-color: #f2f4f6;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 23px 30px;
	border-left: 2px solid #ffd100;
	border-bottom: 1px solid #fff;
}

.customer-noti {
	margin-bottom: 45px;
}

.checkout-return-customer input {
	background-color: #fff;
}

.woocommerce-form-coupon {
	padding: 30px;
	background-color: #f2f4f6;
}

.checkout_coupon .coupon,
.coupon {
	position: relative;
}

.bill-form label {
	color: #b7b7b7;
}

.order-noti {
	margin-bottom: 55px;
	font-weight: 400;
}

.order-review {
	padding: 0 30px;
	border: 1px solid transparent;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.order-review:hover {
	border-color: #ffd100;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.order-review table {
	border: none;
	margin-bottom: 30px;
}

.order-review table tbody th,
.order-review table tbody td {
	padding-left: 0;
	padding-right: 0;
	border: none;
	font-size: 16px;
	line-height: 36px;
}

.order-review table tbody th:first-child {
	padding: 0;
}

.order-review table tbody td {
	color: #ffd100;
	font-weight: 500;
}

.order-review table tr.order-total,
.order-review table tr.place-order {
	border-bottom: none;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media (max-width: 1800px) {
	.services-block-left {
		display: none;
	}
}

@media (max-width: 1600px) {
	.padding-left {
		padding-left: 80px;
	}

	.slider .next-nav {
		right: 15px;
	}

	.slider .prev-nav {
		left: 15px;
	}
}

@media (max-width: 1400px) {
	.slider-slick-2 {
		width: 100%;
	}

	.slider .slider-content {
		bottom: 140px;
	}

	.project-slider .prev-nav {
		left: 45%;
		top: auto;
		bottom: -60px;
	}

	.project-slider .next-nav {
		right: 45%;
		top: auto;
		bottom: -60px;
	}

	.project-feature .prev-nav {
		left: 45%;
		top: auto;
		bottom: -60px;
	}

	.project-feature .next-nav {
		right: 45%;
		top: auto;
		bottom: -60px;
	}

	.video-section-right {
		padding: 90px;
	}

	.slick-feature-project .item .project-content {
		width: 100%;
	}

	.video-section-left-2 {
		padding: 60px;
	}
}

@media (max-width: 1230px) {
	.team-line {
		display: none;
	}
}

@media (max-width: 1200px) {
	.slider .slider-content {
		bottom: 140px;
	}

	.slider .slider-content h1 {
		font-size: 36px;
	}

	.slider .slider-content h4 {
		display: none;
	}

	.padding-left {
		padding-left: 40px;
	}

	.process .process-icon:before {
		left: 110px;
	}

	.industris-space-md {
		height: 40px;
	}

	.testi-slider-2 .testi-content i {
		left: auto;
	}

	.slick-feature-project .item .project-content {
		width: 100%;
		padding-left: 25%;
	}

	.slick-feature-project .item-info {
		position: relative;
	}

	.slick-slide-feature-project {
		display: none;
	}

	.slider-2-nav .item-info {
		padding-left: 30px;
		padding-right: 130px;
	}

	.slick-feature-project .next-nav.slick-arrow {
		left: 150px;
	}

	.slick-feature-project .prev-nav.slick-arrow {
		left: 100px;
	}

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

	.slider-2 .item .slider-content {
		padding: 30px;
	}

	.slider-2 .item-info {
		position: relative;
	}

	.slider-img-nav {
		display: none;
	}

	.slider-2 .slick-arrow {
		bottom: 45%;
	}

	.slider-2 .next-nav.slick-arrow {
		left: auto;
		right: 30px;
	}

	.slider-2 .prev-nav.slick-arrow {
		left: 30px;
	}

	.slider-2 .slick-arrow:hover {
		color: #ffd100;
	}
}

@media (max-width: 991px) {
	#ceo-section {
		display: none;
	}
	.md-hidden {
		display: none;
	}

	.mobile-header {
		display: block;
		background-color: #fff;
	}

	.logo-brand-mobile {
		max-width: 200px;
	}

	.mobile-nav {
		display: none;
		background-color: #fff;
		/* margin: 40px 0; */
		position: absolute;
		z-index: 20;
		top: 80px;
		left: 0;
		right: 0;
		padding: 10px;
	}

	#mmenu_toggle {
		position: absolute;
		cursor: pointer;
		width: 26px;
		height: 20px;
		/* padding: 10px 0; */
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	#mmenu_toggle button {
		position: absolute;
		left: 0;
		top: 50%;
		margin: -2px 0 0;
		background: #03132b;
		height: 4px;
		padding: 0;
		border: none;
		width: 100%;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		outline: none;
		border-radius: 2px;
	}

	#mmenu_toggle button:before {
		content: '';
		position: absolute;
		left: 0;
		top: -8px;
		width: 26px;
		height: 4px;
		background: #03132b;
		-webkit-transform-origin: 1.5px center;
		transform-origin: 1.5px center;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		border-radius: 2px;
	}

	#mmenu_toggle button:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -8px;
		width: 26px;
		height: 4px;
		background: #03132b;
		-webkit-transform-origin: 1.5px center;
		transform-origin: 1.5px center;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		border-radius: 2px;
	}

	#mmenu_toggle.active button {
		background: none;
	}

	#mmenu_toggle.active button:before {
		top: 0;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	#mmenu_toggle.active button:after {
		bottom: 0;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.mobile-menu {
		margin: 0;
		list-style: none;
		border-top: 1px solid rgba(183, 183, 183, 0.5);
	}

	.mobile-nav ul li.menu-item-has-children ul {
		display: none;
	}

	.mobile-nav ul li {
		position: relative;
	}

	.fa {
		font-size: 30px;
	}

	.mobile-nav ul li a {
		color: #272023;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		font-family: 'Roboto', sans-serif;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(183, 183, 183, 0.5);
		text-decoration: none;
	}

	.mobile-nav ul li .liMarginNone {
		border-bottom: 0;
	}

	.mobile-nav ul li a:hover {
		color: #1e4ec6;
	}

	.mobile-nav .btn {
		margin-top: 20px;
	}

	.mobile-header .mobile-nav .mobile-menu > li.menu-item-has-children .arrow {
		color: #000;
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		cursor: pointer;
		height: 50px;
		/* padding: 0 10px; */
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;

		display: flex;
		align-items: center;
	}

	/* .mobile-header .mobile-nav .mobile-menu > li.menu-item-has-children .arrow i { */
	/* position: absolute; */
	/* left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%); */
	/* border: 1px solid red; */
	/* width: 11px;
		height: 11px;*/
	/* }  */

	.sub-menu {
		padding-left: 20px;
	}

	.mobile-nav ul {
		margin: 0;
		list-style: none;
	}

	.slider .slider-content {
		bottom: 140px;
		margin-left: 50px;
	}

	.slider .slider-content h1 {
		font-size: 36px;
	}

	.slider .slider-content h4 {
		display: none;
	}

	.img-left,
	.img-right {
		width: 100%;
	}

	.img-right {
		padding-left: 0;
	}

	.img-left {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.padding-left {
		padding-left: 0;
	}

	.widget-footer {
		margin-bottom: 60px;
	}

	.site-footer .row > div:last-child .widget-footer {
		margin-bottom: 0;
	}

	.footer-bottom .topbar-left li {
		padding-left: 0;
		border: none;
	}

	.industris-space-sm {
		height: 40px;
	}

	.about-img-right {
		margin-bottom: 40px;
	}

	.about-img-small {
		display: none;
	}

	.bg-about-video img {
		max-width: none;
	}

	.cta-box p {
		margin-bottom: 30px;
	}

	.process {
		padding-bottom: 40px;
	}

	.process:after {
		height: 100%;
		width: 2px;
		top: 0;
		left: 15px;
	}

	div:first-child > .process:after {
		background-image: linear-gradient(to bottom, transparent 1%, #ffd100 99%);
	}

	div:last-child > .process:after {
		background-image: linear-gradient(to bottom, #ffd100, transparent);
	}

	div:last-child > .process {
		padding-bottom: 0;
	}

	.process .process-icon {
		margin-bottom: 20px;
	}

	.process .process-icon:before {
		left: 6px;
		top: 55px;
	}

	.process .process-icon:after {
		top: auto;
		right: auto;
		bottom: 10px;
		left: 11px;
		border-top: 12px solid #ffd100;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: none;
	}

	.testi-list-content p {
		font-size: 23px;
	}

	.history {
		text-align: center;
		margin-bottom: 60px;
	}

	.history-line {
		display: none;
	}

	.history-img img {
		padding-top: 0;
	}

	.sm-clear {
		clear: both;
	}

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

	.project-info .project-content {
		padding: 30px;
	}

	.video-section-left {
		width: 100%;
		min-height: 500px;
	}

	.video-section-right {
		width: 100%;
	}
	.team-video-section-left {
		width: 100%;
		min-height: 500px;
	}

	.team-video-section-right {
		width: 100%;
	}

	.home-video .video-play {
		right: 45%;
		top: 40%;
	}

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

	.checkout_coupon .form-control {
		padding-right: 170px;
	}

	.checkout_coupon .btn-coupon {
		right: 0;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.section-video-3 {
		padding: 200px 0;
		max-width: none;
	}

	.logo-brand-mobile-2 {
		padding: 18px 0;
	}

	.slick-feature-project .item .project-content {
		padding-right: 30px;
	}

	.slick-feature-project .item .project-content h4,
	.slick-feature-project .item .project-content .feature-project-btn {
		display: none;
	}

	.slick-feature-project .prev-nav.slick-arrow {
		left: 8%;
	}

	.slick-feature-project .next-nav.slick-arrow {
		left: 15%;
	}

	.video-section-left-2,
	.video-section-right-2 {
		width: 100%;
	}

	.block-left-2 {
		max-width: none;
	}

	.video-section-right-2 {
		padding: 300px 0;
	}

	.video-section-right-2 .video-play {
		left: auto;
	}

	.register-form {
		margin-bottom: 30px;
	}

	.relate-project {
		margin-bottom: 30px;
	}

	.video-section-left,
	.video-section-right-2 {
		display: flex;
		align-content: center;
		align-items: center;
	}

	.video-section-left .home-video,
	.video-section-right-2 .home-video {
		vertical-align: middle;
		margin: 0 auto;
	}

	.video-section-left .home-video a,
	.video-section-right-2 .home-video a {
		position: relative;
		right: auto;
	}
}

@media (min-width: 992px) {
	.history:last-child img {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.project-info .project-meta {
		padding-bottom: 0;
		border-bottom: none;
	}

	.project-info .project-content {
		padding: 20px 30px;
	}

	.project-info .project-content h3 {
		font-size: 24px;
	}

	.project-info .project-content p {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	section {
		padding: 90px 0;
	}

	blockquote .post-blockquote-author {
		padding-top: 30px;
	}

	.padding-bottom-medium {
		padding-bottom: 60px;
	}

	.project-info .project-meta {
		padding-bottom: 0;
		border-bottom: none;
	}

	.project-info .project-content {
		padding: 20px 30px;
	}

	.project-info .project-content h3 {
		font-size: 24px;
	}

	.project-info .project-content p {
		margin-bottom: 20px;
	}

	.slick-dots {
		text-align: center;
		bottom: -40px;
	}

	.slider .slider-content {
		bottom: 100px;
	}

	.slider .slider-content h1 {
		font-size: 30px;
	}

	.slider .slider-content h4 {
		display: none;
	}

	.slider .slider-content .btn {
		display: none;
	}

	.sm-hidden {
		display: none;
	}

	.blockquote-img {
		margin-bottom: 30px;
	}

	.industris-space-xs {
		height: 40px;
	}

	.text-mb-left {
		text-align: left;
	}

	.process {
		text-align: left;
		padding-left: 40px;
	}

	.team-line {
		display: none;
	}

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

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

	.feature-box {
		margin-bottom: 30px;
	}

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

	.video-section-right {
		padding: 60px;
	}

	.home-video .video-play {
		right: 43%;
		top: 40%;
	}

	.testi-slider-2 .slick-dots {
		text-align: center;
	}

	.testi-slider-2 {
		margin: 0;
	}

	.testi-slider-2 .testi-item {
		padding: 0;
	}

	.testi-slider-2 .slick-dots {
		position: relative;
		margin-bottom: 30px;
		bottom: -20px;
		right: 0;
	}

	.project-home .project-slider-content {
		display: none;
	}

	.coming-soon {
		padding: 80px 0;
	}

	.coming-soon-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.coming-soon-title {
		font-size: 60px;
		line-height: 72px;
	}

	.shop_table thead .product-name {
		width: 50%;
	}

	.btn-update {
		position: relative;
	}

	.counter-box {
		margin-bottom: 30px;
	}

	.projects-list {
		margin-bottom: 40px;
	}

	.slick-feature-project .item .project-content {
		padding-left: 30px;
		padding-top: 30px;
	}

	.slick-feature-project .item .project-content h2 {
		font-size: 36px;
	}

	.slick-feature-project .prev-nav.slick-arrow {
		left: 30px;
		bottom: 10px;
	}

	.slick-feature-project .next-nav.slick-arrow {
		left: 80px;
		bottom: 10px;
	}

	.slider-slick-2 .slider-scroll-btn {
		display: none;
	}

	.slider-2-nav .item-info {
		padding-right: 30px;
	}

	.video-section-left-2 {
		padding: 30px;
	}

	.slick-feature-project .prev-nav.slick-arrow {
		bottom: 68%;
	}

	.slick-feature-project .next-nav.slick-arrow {
		bottom: 68%;
		right: 30px;
		left: auto;
	}
}

@media (max-width: 576px) {
	.slider .slider-content {
		bottom: 60px;
	}

	.slick-feature-project .prev-nav.slick-arrow,
	.slick-feature-project .next-nav.slick-arrow {
		bottom: 70%;
	}
}

@media (max-width: 480px) {
	section {
		padding: 60px 0;
	}

	.padding-bottom-medium {
		padding-bottom: 60px;
	}

	.slider .slider-content {
		bottom: 50px;
		margin-left: 0;
	}

	.slider .slider-content h1 {
		font-size: 24px;
	}

	.slider .slider-content h4 {
		display: none;
	}

	.slider .slider-content .btn {
		display: none;
	}

	.meta-post {
		text-align: left;
	}

	.meta-left {
		float: none;
		margin-bottom: 20px;
	}

	.tags {
		float: none;
		margin-bottom: 20px;
	}

	.share {
		text-align: left;
	}

	.cta-box {
		padding: 30px;
	}

	.cta-box .btn:first-child {
		margin-right: 0;
	}

	.cta-box .btn {
		min-width: 160px;
		margin-bottom: 20px;
	}

	.career-box {
		padding: 30px;
	}

	.coming-soon {
		padding: 60px 0;
	}

	.coming-soon-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.checkout_coupon .form-control {
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.checkout_coupon .btn-coupon {
		position: relative;
	}

	.project-slider .project-slider-content {
		display: none;
	}

	.slick-feature-project .prev-nav.slick-arrow {
		bottom: 73%;
	}

	.slick-feature-project .next-nav.slick-arrow {
		bottom: 73%;
		right: 30px;
		left: auto;
	}

	.event-link a {
		margin-bottom: 20px;
	}
}

.projects-list .project-item .inner {
	border-right: 1px solid #999;
}

.projects-list .project-item:last-child .inner {
	border-right: none;
}

.project-grid-2 .project-item .inner {
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.slider-img-nav {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* awards section */

.award_section {
	min-height: 300px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 50px;
	column-gap: 100px;
	justify-content: space-between;
}

.awards_item {
	padding: 40px;
	padding-bottom: 50px;
	border-radius: 16px;
	border: 1px solid #cad7f7;
	/* width: 450px; */
}

.img_div {
	width: 30px;
	height: 30px;
}

@media (max-width: 992px) {
	.award_section {
		column-gap: 50px;
	}

	.awards_item {
		padding: 20px;
		padding-bottom: 30px;
		border-radius: 16px;
		border: 1px solid #cad7f7;
		/* width: 450px; */
	}
}

@media (max-width: 725px) {
	.award_section {
		grid-template-columns: repeat(1, 1fr);
	}

	.awards_item {
		padding: 40px;
		padding-bottom: 50px;
	}
}

@media (max-width: 400px) {
	.awards_item {
		padding: 20px;
		padding-bottom: 30px;
	}
}

.team-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	gap: 4rem;
}

.team-container::before,
.team-container::after {
	display: none;
}

.team-img {
	overflow: hidden;
	height: 42rem;
}

@media only screen and (max-width: 1235px) {
	.team-img {
		overflow: hidden;
		height: 38rem;
	}
}

.team-img img {
	width: 100%;
	height: 100%;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	object-fit: cover;
}

.team-info h3 {
	text-align: center;
	font-size: 2rem;
}

.member-section {
	padding: 80px 0;
	/* width: 85% !important; */
	/* padding-left: 80px; */
}

@media only screen and (max-width: 765px) {
	.member-section {
		padding: 3rem 1.5rem;
	}
}

.member-info {
	display: flex;
	gap: 50px;
}

/* .member-image-div {
	width: 35%;
}
.member-content {
	width: 65%;
} */

.member-title {
	font-weight: 600;
}

.member-image {
	height: 400px;
	width: 300px;
	/* border: 1px solid red; */
}

.member-image img {
	height: 100%;
	width: 100%;
}

.member-content .member-name {
	font-size: clamp(18px, 1.5vw, 20px);
}

.member-description {
	margin: 32px 0;
}

.member-content .member-position {
	font-weight: 600;
}
.member-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.member-about p,
.member-description p {
	font-size: clamp(14px, 1.5vw, 16px) !important;
}

/* .our_customers */
@media only screen and (max-width: 991px) {
	.member-info {
		display: flex;
		flex-direction: column;
	}
	.member-name,
	.member-title,
	.member-position {
		text-align: center;
	}
	.member-image-div {
		display: flex;
		justify-content: center;
	}
}

/* modifications */
#ourBusinessName {
	font-weight: 700;
}

.break-heading {
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: center;
	margin-top: 50px;
}
.custom-blue-des {
	width: 100%;
	max-width: 600px;
	margin-bottom: 70px;
	border-top-right-radius: 40px;
}

@media (max-width: 992px) {
	#about_section .about_flex {
		flex-direction: column;
	}

	.block-right {
		max-width: 100%;
	}

	.video-section-right {
		padding: 30px 20px;
	}
}


