/*!
 * Comvision - Comvision v5.2.2 (inktwin.me)
 * Copyright 2021-2023 Enk
 * Licensed under MIT (https://github.com/BlackrockDigital/comvision-hompage/blob/master/LICENSE)
 */
 .pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #d2a95f;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #d2a95f, 0 0 5px #d2a95f;
	opacity: 1;
	transform: rotate(3deg) translate(0, -4px)
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #d2a95f;
	border-left-color: #d2a95f;
	border-radius: 10px;
	-webkit-animation: pace-spinner .4s linear infinite;
	animation: pace-spinner .4s linear infinite
}

@-webkit-keyframes pace-spinner {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes pace-spinner {
	0% {
		transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes scroll-down {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(10px)
	}
}

@keyframes scroll-down {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(10px)
	}
}

html {
	font-size: 14px
}

@media (min-width:1380px) {
	html {
		font-size: 16px
	}
}

body {
	overflow-x: hidden;
	font-family: Roboto, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

body.pace-done .preloader {
	transform: translateY(-100%)
}

body.pace-done .hero-slider-img {
	transform: translateY(0) !important
}

p {
	line-height: 1.75
}

a {
	color: #d2a95f
}

a:hover {
	color: #c69338
}

.text-primary {
	color: #d2a95f !important
}

.preloader {
	background: #fff;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1050;
	transform: translateY(0);
	transition: transform 1.2s cubic-bezier(.25, .27, 0, 1.01)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.b-radius20 {
	border-radius: 20px
}

.b-radius40 {
	border-radius: 40px
}

.bx-shadow {
	box-shadow: 0 60px 70px rgba(0, 0, 0, .15)
}

.bg-darkBlue {
	background: radial-gradient(43.86% 92.49% at 63.06% 7.51%, #475d73 0, #1f354a 100%)
}

.bg-light-gradient {
	background: linear-gradient(73.82deg, #deeae1 7.99%, #fcf7ee 86.75%)
}

.bg-light-gradient .section-subcaption {
	color: #1f354a !important
}

.mt-large {
	margin-top: 100px
}

.mb-large {
	margin-bottom: 100px
}

.section-overlay {
	position: absolute;
	top: 0;
	height: calc(100% + 0px);
	width: 60vw;
	background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/service-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px
}

.page-section {
	position: relative;
	width: 100vw;
	overflow: hidden;
	padding: 100px 0
}

.page-section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px
}

.page-section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.page-section.plus-pad {
	padding: 200px 0
}

.section-inner-content .inner-heading {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 44px;
	color: #1f354a;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-top: 20px;
	margin-bottom: 1.5rem;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	text-align: center
}

.section-inner-content .inner-heading::after {
	position: absolute;
	left: 50%;
	top: -10px;
	content: '';
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border-style: solid;
	border-color: #d2a95f;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	transform: rotate(-45deg) translateX(-50%)
}

.section-inner-content .section-subcaption {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	color: #adb5bd
}

.section-inner-content.white .inner-heading {
	color: #fff
}

.section-content {
	margin-top: 5rem
}

section.what-we-do {
	position: relative
}

section.what-we-do .inner-conttent {
	padding-right: 3rem
}

@media (max-width:576px) {
	section.what-we-do .inner-conttent {
		padding-right: 0
	}

	section.what-we-do::after {
		top: 0;
		width: 500px;
		height: 500px
	}
}

@media (min-width:768px) {
	section {
		padding: 150px 0
	}
}

@media (min-width:1300px) {
	.container {
		max-width: 1240px
	}
}

::-moz-selection {
	background: #d2a95f;
	text-shadow: none
}

::selection {
	background: #d2a95f;
	text-shadow: none
}

img::-moz-selection {
	background: 0 0
}

img::selection {
	background: 0 0
}

img::-moz-selection {
	background: 0 0
}

.about-video {
	position: relative
}

.about-video .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 1rem;
	background: #fff;
	transition: all .3s ease-out
}

.about-video .play-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%, -50%);
	color: #212529
}

.about-video .play-button:hover {
	background: #d2a95f;
	transform: translate(-50%, -50%) scale(1.5)
}

.about-video .play-button:hover i {
	color: #fff
}

.modal-content .close {
	text-align: right;
	text-align: right;
	font-size: 2rem;
	position: absolute;
	color: #fff;
	top: -2rem;
	right: 0
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 800px;
		margin: 1.75rem auto
	}
}

.mobile-none {
	display: block
}

@media (max-width:576px) {
	.mobile-none {
		display: none
	}
}

.mobile-view {
	display: none
}

@media (max-width:576px) {
	.mobile-view {
		display: block
	}
}

.about-carousel {
	padding: 2rem 4.75rem;
	border-radius: 40px
}

.about-carousel .inner-conttent {
	color: #868e96
}

.about-carousel .owl-dots .owl-dot span {
	width: 2rem;
	height: 3px
}

.about-carousel .owl-dots .owl-dot.active span {
	background: #154e26
}

@media (max-width:576px) {
	.about-carousel {
		padding: 1rem 2rem
	}
}

.bg-light {
	background: #f8f9fa
}

.blog-slider {
	width: 75vw
}

@media (max-width:976px) {
	.blog-slider {
		width: 100vw
	}
}

.blog-slider .owl-stage-outer {
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 2rem;
	padding-left: 15px;
	margin-left: -15px
}

.blog-slider .owl-nav {
	position: absolute;
	top: -50px;
	display: flex;
	gap: 10px
}

.blog-slider .owl-nav .owl-next,
.blog-slider .owl-nav .owl-prev {
	height: 2rem;
	width: 2rem;
	background-color: #e9ecef;
	color: #1f354a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0
}

.blog-slider .owl-nav .owl-next:hover,
.blog-slider .owl-nav .owl-prev:hover {
	background-color: #1f354a;
	color: #fff
}

.achievments-count {
	background-image: url(/img/map.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	min-height: 550px
}

.achievments-count .counter-content {
	color: #1f354a;
	position: absolute;
	max-width: 200px
}

.achievments-count .counter-content .count {
	font-weight: 700
}

.achievments-count .counter-1 {
	left: 10%;
	top: 20%
}

.achievments-count .counter-2 {
	left: 45%;
	top: 5%
}

.achievments-count .counter-3 {
	top: 20%;
	right: 15%
}

.achievments-count .counter-4 {
	top: 60%;
	left: 20%
}

.achievments-count .counter-5 {
	top: 45%;
	left: 45%
}

.achievments-count .counter-6 {
	top: 65%;
	right: -1%
}

@media (max-width:576px) {
	.achievments-count {
		padding-top: 0 !important
	}

	.achievments-count .counter-content {
		position: relative;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		padding: 1rem 0 !important
	}
}

.media-coverage {
	position: relative;
	top: 30px
}

.media-coverage .swiper-button-nav {
	position: absolute;
	top: -60px;
	display: flex;
	gap: 10px
}

.media-coverage .swiper-button-nav .mc-slider-next,
.media-coverage .swiper-button-nav .mc-slider-prev {
	cursor: pointer;
	height: 2rem;
	width: 2rem;
	background-color: #e9ecef;
	color: #1f354a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: relative;
	left: 0;
	right: 0;
	border-radius: 3px
}

.media-coverage .swiper-button-nav .mc-slider-next:after,
.media-coverage .swiper-button-nav .mc-slider-prev:after {
	font-size: 1rem
}

.media-coverage .swiper-button-nav .mc-slider-next:hover,
.media-coverage .swiper-button-nav .mc-slider-prev:hover {
	background-color: #1f354a;
	color: #fff
}

.career {
	position: relative;
	padding: 80px 0
}

.career .career-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url(/img/career.png);
	background-size: cover
}

.career .career-content {
	padding-left: 2rem
}

@media (max-width:576px) {
	.career .career-img {
		display: none
	}
}

.mobile-hide {
	display: none
}

@media (min-width:768px) {
	.mobile-hide {
		display: block
	}
}

.btn {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-weight: 600;
	border-radius: 50px;
	padding: 10px 30px
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px
}

.btn-inline {
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.btn-shadow {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .15)
}

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

.btn-primary {
	background-color: #d2a95f;
	border-color: #d2a95f
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #ca9941 !important;
	border-color: #ca9941 !important;
	color: #fff
}

.btn-primary:active,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

.btn-submit {
	position: relative
}

.btn-submit::after {
	content: '';
	position: absolute;
	background: #fff;
	right: 30px;
	top: 50%;
	height: 1px;
	width: 50px;
	transform: scale(1);
	transform-origin: right top;
	transition: transform .3s ease-out
}

.btn-submit:hover::after {
	transform: scaleX(.5)
}

.btn-green {
	background-color: #154e26;
	border-color: #154e26;
	color: #fff
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover {
	background-color: #0d3017 !important;
	border-color: #0d3017 !important;
	color: #fff
}

.btn-green:active,
.btn-green:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

.btn-green-ghost {
	background-color: transparent;
	border-color: #154e26;
	color: #154e26
}

.btn-green-ghost:active,
.btn-green-ghost:focus,
.btn-green-ghost:hover {
	background-color: #0d3017 !important;
	border-color: #0d3017 !important;
	color: #fff
}

.btn-green-ghost:active,
.btn-green-ghost:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

.btn-icon i {
	font-size: 22px;
	margin-left: 15px
}

.breadcrumb {
	position: absolute;
	z-index: 10;
	bottom: 0;
	widows: 100%;
	background: 0 0;
	padding-left: 0
}

.breadcrumb .breadcrumb-item {
	position: relative;
	padding-left: 1.5rem;
	padding-right: .75rem
}

.breadcrumb .breadcrumb-item a {
	color: #fff
}

.breadcrumb .breadcrumb-item.active {
	color: rgba(255, 255, 255, .5)
}

.breadcrumb .breadcrumb-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: .5rem;
	height: .5rem;
	border: 1px solid #fff;
	border-top-width: 0;
	border-left-width: 0;
	transform: translateY(-50%) rotate(-45deg)
}

.breadcrumb .breadcrumb-item:first-child {
	padding-left: 0
}

.breadcrumb .breadcrumb-item:first-child::before {
	display: none
}

#headerNav {
	position: fixed;
	z-index: 1020;
	width: 100%
}

#mainNav {
	background-color: #212529
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #d2a95f;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-brand {
	color: #d2a95f;
	font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #c69338
}

#mainNav .navbar-nav .nav-item.dropdown {
	position: unset
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-weight: 300;
	padding: .75em 0;
	letter-spacing: 1px;
	color: #fff;
	font-size: 1rem;
	text-transform: none;
	font-family: Roboto, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #d2a95f
}

#mainNav .navbar-nav .nav-item .nav-link i {
	margin-left: .5rem;
	font-size: .75rem
}

#mainNav .navbar-nav .dropdown-menu {
	position: absolute;
	right: 0;
	transform: translate(0, -10%);
	left: 2rem;
	margin: 0 auto;
	display: block !important;
	z-index: -10;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	top: 60px;
	transition: all .3s ease-out;
	width: calc(100vw - 4rem);
	min-width: 250px;
	border-radius: 10px !important;
	box-shadow: 0 30px 30px rgba(0, 0, 0, .15)
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items>* {
	border-left: 1px solid #dee2e6
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items>:first-child {
	border-left: none
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items>:last-child {
	border-left: none;
	padding: 0
}

@media (max-width:990px) {
	#mainNav .navbar-nav .dropdown-menu .mega-menu-items>* {
		border-left: none
	}
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items .mega-menu-img {
	margin-bottom: .5rem
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items .mega-menu-img img {
	width: 100%
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items .megamenu-header {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 1rem;
	text-transform: none
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items .navbar-banner {
	width: calc(100% + 3.7rem);
	height: calc(100% + 6rem);
	margin-left: -1.5rem;
	margin-top: -1.5rem;
	overflow: hidden
}

#mainNav .navbar-nav .dropdown-menu .mega-menu-items .navbar-banner img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%
}

#mainNav .navbar-nav .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translate(0, 26px);
	transition: all .3s ease-out
}

@media (max-width:990px) {
	#mainNav .navbar-nav .dropdown-menu {
		position: relative;
		transform: translate(0, 0);
		display: none !important;
		top: 0;
		background: 0 0;
		padding-top: .75rem !important;
		padding-bottom: .75rem !important;
		padding-left: .75rem !important;
		width: 100%;
		left: 0;
		background: #fff
	}

	#mainNav .navbar-nav .dropdown-menu.show {
		transform: translate(0, 0);
		z-index: 1020;
		display: block !important;
		overflow-y: auto;
		max-height: 70vh
	}

	#mainNav .navbar-nav .dropdown-menu .mega-menu-items .mega-menu-img {
		display: none
	}

	#mainNav .navbar-nav .dropdown-menu .mega-menu-items .megamenu-header {
		font-size: .875rem;
		opacity: .7;
		font-weight: 600;
		margin: .25rem 0
	}

	#mainNav .navbar-nav .dropdown-menu .mega-menu-items .nav-link {
		padding: .25rem 0;
		color: #000
	}

	#mainNav .navbar-nav .dropdown-menu .mega-menu-items .nav-pills .nav-tab-link {
		cursor: pointer;
		padding: .5rem;
		color: #000;
		border-radius: 4px
	}

	#mainNav .navbar-nav .dropdown-menu .mega-menu-items .nav-pills .nav-tab-link.active {
		background-color: #d2a95f;
		color: #fff
	}
}

@media (min-width:992px) {
	#mainNav {
		padding-top: 25px;
		padding-bottom: 25px;
		transform: translateY(40px);
		transition: padding-top .3s, padding-bottom .3s;
		transition: transform .3s ease-out;
		border: none;
		background-color: transparent
	}

	#mainNav .navbar-brand {
		font-size: 1.75em;
		transition: all .3s
	}

	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1rem
	}

	#mainNav .navbar-nav .nav-item:last-child .nav-link {
		padding-right: 0
	}

	#mainNav .navbar-nav .nav-pills .nav-tab-link {
		cursor: pointer;
		padding: 1rem !important;
		border-radius: 8px
	}

	#mainNav .navbar-nav .nav-pills .nav-tab-link.active {
		background-color: #d2a95f;
		color: #fff
	}

	#mainNav .navbar-nav .nav-pills .nav-tab-link.active:hover {
		color: #fff !important
	}

	#mainNav.navbar-shrink {
		transform: translateY(0);
		padding-top: 0;
		padding-bottom: 0;
		background-color: #212529;
		transition: transform .3s ease-out
	}

	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.25em;
		padding: 12px 0
	}

	#mainNav .dropdown-menu a {
		color: #000 !important
	}

	#mainNav .dropdown-menu a:hover {
		color: #d2a95f !important
	}

	#mainNav .dropdown-menu .nav-link {
		padding: .5rem 0 !important
	}

	#mainNav.navbar-light {
		transform: translateY(0);
		background: #fff
	}

	#mainNav.navbar-light .navbar-nav .nav-item .nav-link {
		color: #212529
	}
}

.navigation-header {
	background: 0 0;
	position: relative;
	z-index: 1020
}

.navigation-header .head-menu {
	position: absolute;
	margin: 0;
	right: 0;
	top: 20px;
	padding-bottom: 0;
	color: #fff
}

.navigation-header .head-menu li {
	display: inline-block;
	padding: 0 .5rem;
	margin: 0 .5rem
}

.navigation-header .head-menu li a {
	color: #fff
}

@media (max-width:576px) {
	.navigation-header {
		display: none
	}
}

.navbar-slider.swiper {
	height: 100%;
	width: calc(100% - 7rem) !important
}

.navbar-slider.swiper .swiper-button-next,
.navbar-slider.swiper .swiper-button-prev {
	--swiper-navigation-size: 16px;
	--swiper-navigation-color: white;
	background: #d2a95f;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.navbar-slider.swiper .swiper-button-next.swiper-button-disabled,
.navbar-slider.swiper .swiper-button-prev.swiper-button-disabled {
	opacity: .75
}

.navbar-slider.swiper .swiper-slide {
	display: block;
	width: 100%;
	height: 100% !important;
	overflow: hidden
}

.navbar-slider.swiper .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.navbar-slider.swiper .swiper-pagination {
	bottom: 60px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-left: 0;
	padding-right: 20px
}

.form-row>.col:last-child,
.form-row>[class*=col-]:last-child {
	padding-right: 0
}

.form-group,
.form-row {
	position: relative;
	margin-bottom: 20px;
	margin-left: 0
}

.form-group .form-group-title,
.form-row .form-group-title {
	font-size: 14px
}

.form-group .col-form-label,
.form-row .col-form-label {
	padding-left: 0;
	left: 0;
	top: 0;
	max-width: 100%;
	position: absolute;
	font-size: 14px;
	color: #ced4da;
	transform-origin: left center;
	transition: transform .2s ease-out
}

.form-group .custom-select,
.form-group .form-control,
.form-row .custom-select,
.form-row .form-control {
	background: 0 0;
	border-radius: 0;
	padding-left: 0;
	border: none;
	border-bottom: 1px solid #ced4da
}

.form-group .custom-select:-ms-input-placeholder~.col-form-label,
.form-group .form-control:-ms-input-placeholder~.col-form-label,
.form-row .custom-select:-ms-input-placeholder~.col-form-label,
.form-row .form-control:-ms-input-placeholder~.col-form-label {
	color: #ced4da;
	transform: translateY(0) scale(1)
}

.form-group .custom-select:-moz-placeholder-shown~.col-form-label,
.form-group .form-control:-moz-placeholder-shown~.col-form-label,
.form-row .custom-select:-moz-placeholder-shown~.col-form-label,
.form-row .form-control:-moz-placeholder-shown~.col-form-label {
	color: #868e96;
	transform: translateY(0) scale(1)
}

.form-group .custom-select:placeholder-shown~.col-form-label,
.form-group .form-control:placeholder-shown~.col-form-label,
.form-row .custom-select:placeholder-shown~.col-form-label,
.form-row .form-control:placeholder-shown~.col-form-label {
	color: #868e96;
	transform: translateY(0) scale(1)
}

.form-group .custom-select:not(:-moz-placeholder-shown),
.form-group .form-control:not(:-moz-placeholder-shown),
.form-row .custom-select:not(:-moz-placeholder-shown),
.form-row .form-control:not(:-moz-placeholder-shown) {
	box-shadow: none
}

.form-group .custom-select:not(:-ms-input-placeholder),
.form-group .form-control:not(:-ms-input-placeholder),
.form-row .custom-select:not(:-ms-input-placeholder),
.form-row .form-control:not(:-ms-input-placeholder) {
	box-shadow: none
}

.form-group .custom-select:focus,
.form-group .custom-select:not(:placeholder-shown),
.form-group .form-control:focus,
.form-group .form-control:not(:placeholder-shown),
.form-row .custom-select:focus,
.form-row .custom-select:not(:placeholder-shown),
.form-row .form-control:focus,
.form-row .form-control:not(:placeholder-shown) {
	box-shadow: none
}

.form-group .custom-select:not(:-moz-placeholder-shown)~.col-form-label,
.form-group .form-control:not(:-moz-placeholder-shown)~.col-form-label,
.form-row .custom-select:not(:-moz-placeholder-shown)~.col-form-label,
.form-row .form-control:not(:-moz-placeholder-shown)~.col-form-label {
	color: #d2a95f;
	transform: translateY(-20px) scale(.8)
}

.form-group .custom-select:not(:-ms-input-placeholder)~.col-form-label,
.form-group .form-control:not(:-ms-input-placeholder)~.col-form-label,
.form-row .custom-select:not(:-ms-input-placeholder)~.col-form-label,
.form-row .form-control:not(:-ms-input-placeholder)~.col-form-label {
	color: #d2a95f;
	transform: translateY(-20px) scale(.8)
}

.form-group .custom-select:focus~.col-form-label,
.form-group .custom-select:not(:placeholder-shown)~.col-form-label,
.form-group .form-control:focus~.col-form-label,
.form-group .form-control:not(:placeholder-shown)~.col-form-label,
.form-row .custom-select:focus~.col-form-label,
.form-row .custom-select:not(:placeholder-shown)~.col-form-label,
.form-row .form-control:focus~.col-form-label,
.form-row .form-control:not(:placeholder-shown)~.col-form-label {
	color: #d2a95f;
	transform: translateY(-20px) scale(.8)
}

.form-group .custom-control-inline,
.form-row .custom-control-inline {
	display: inline-flex;
	margin-right: 2rem
}

.form-group .custom-control-input:focus~.custom-control-label::before,
.form-row .custom-control-input:focus~.custom-control-label::before {
	border-color: rgba(210, 169, 95, .2);
	box-shadow: 0 0 0 .2rem rgba(210, 169, 95, .2)
}

.form-group .custom-control-input:checked~.custom-control-label,
.form-row .custom-control-input:checked~.custom-control-label {
	color: #fff
}

.form-group .custom-control-input:checked~.custom-control-label::before,
.form-row .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #d2a95f;
	background-color: #d2a95f
}

.form-group .custom-control-input:checked~.custom-control-label:active,
.form-group .custom-control-input:checked~.custom-control-label:focus,
.form-row .custom-control-input:checked~.custom-control-label:active,
.form-row .custom-control-input:checked~.custom-control-label:focus {
	border: none;
	outline: 0;
	box-shadow: none
}

.form-group input[type=radio]~.custom-control-label::after,
.form-row input[type=radio]~.custom-control-label::after {
	display: none
}

.form-group input[type=checkbox]~.custom-control-label,
.form-row input[type=checkbox]~.custom-control-label {
	padding-left: 1.5rem
}

.form-group input[type=checkbox]~.custom-control-label::after,
.form-row input[type=checkbox]~.custom-control-label::after {
	background-image: none !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 12px;
	left: -.25rem;
	top: .7rem
}

.form-group .custom-control-label,
.form-row .custom-control-label {
	font-size: 14px;
	padding: .5rem 0;
	color: #d2a95f
}

.form-group .custom-control-label::before,
.form-row .custom-control-label::before {
	position: absolute;
	top: 0;
	left: -1.5rem;
	padding: .5rem 1rem;
	display: block;
	width: calc(100% + 3rem);
	height: 100%;
	border-radius: 2rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #d2a95f solid 1px;
	z-index: -1
}

.form-group .custom-control-label:active,
.form-group .custom-control-label:focus,
.form-row .custom-control-label:active,
.form-row .custom-control-label:focus {
	border: none;
	outline: 0
}

.drag-file-form {
	position: relative;
	width: 100%;
	height: 300px;
	background: #e9ecef
}

.drag-file-form .title {
	font-size: 16px;
	color: #676767;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #d8d8d8;
	text-align: center
}

.drag-file-form .dropzone {
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	overflow: hidden
}

.drag-file-form .dropzone.is-dragover {
	background: #dee2e6
}

.drag-file-form .dropzone .content {
	display: table-cell;
	vertical-align: middle
}

.drag-file-form .dropzone .content .info-text {
	color: #d2a95f
}

.drag-file-form .dropzone .upload {
	margin: 6px 0 0 2px
}

.drag-file-form .dropzone .upload i {
	font-size: 3rem;
	color: #868e96
}

.drag-file-form .dropzone .filename {
	display: block;
	color: #adb5bd;
	font-size: 14px;
	line-height: 18px
}

.drag-file-form .dropzone .input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0
}

.drag-file-form .bar {
	position: absolute;
	z-index: 1;
	width: 300px;
	height: 3px;
	top: 49px;
	left: 0;
	background: #154e26;
	transition: all 3s ease-out;
	transform: scaleX(0);
	transform-origin: 0 0
}

.drag-file-form .bar.active {
	transform: scaleX(1) translate3d(0, 0, 0)
}

.drag-file-form .syncing {
	position: absolute;
	top: 109px;
	left: 134px;
	opacity: 0
}

.drag-file-form .syncing.active {
	-webkit-animation: syncing 3.2s ease-in-out;
	animation: syncing 3.2s ease-in-out
}

.drag-file-form .done {
	position: absolute;
	top: 112px;
	left: 132px;
	opacity: 0
}

.drag-file-form .done.active {
	-webkit-animation: done .5s ease-in 3.2s;
	animation: done .5s ease-in 3.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes syncing {
	0% {
		transform: rotate(0)
	}

	10% {
		opacity: 1
	}

	90% {
		opacity: 1
	}

	100% {
		transform: rotate(360deg);
		opacity: 0
	}
}

@keyframes syncing {
	0% {
		transform: rotate(0)
	}

	10% {
		opacity: 1
	}

	90% {
		opacity: 1
	}

	100% {
		transform: rotate(360deg);
		opacity: 0
	}
}

@-webkit-keyframes done {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes done {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.comvision-select {
	position: relative;
	font-family: Arial
}

.comvision-select select {
	display: none
}

.select-selected {
	background-color: transparent;
	color: #868e96
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #ced4da transparent transparent transparent
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #ced4da transparent;
	top: 7px
}

.select-selected {
	color: #868e96;
	font-size: 14px;
	padding: 8px 0;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, .2) transparent;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select-items div {
	color: #868e96;
	font-size: 14px;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, .05) transparent;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0 30px 30px rgba(0, 0, 0, .2)
}

.select-hide {
	display: none
}

.same-as-selected,
.select-items div:hover {
	background-color: rgba(210, 169, 95, .5)
}

.card.expertise {
	box-shadow: 0 12px 28px rgba(84, 59, 14, .4);
	border: none;
	border-radius: 1rem;
	margin-bottom: 30px;
	color: #fff;
	background-color: #d2a95f
}

.card.expertise .card-body {
	padding: 4rem 2rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.card.expertise .card-body img {
	max-width: 40px
}

.card.expertise .card-body h2 {
	font-size: 1.375rem;
	margin-bottom: 0
}

.card.expertise .card-body p {
	font-weight: 300
}

.card.expertise a {
	color: #fff
}

.card.blog-post {
	border-radius: 8px;
	border: none;
	box-shadow: 0 12px 20px -8px rgba(0, 0, 0, .1)
}

.card.blog-post .thumbnail img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

.card.blog-post .card-body {
	padding-top: 2rem
}

.card.blog-post .card-body h2 {
	color: #1f354a;
	font-size: 1.125rem
}

.card.blog-post .card-body p {
	color: #868e96
}

.card .read-more {
	color: #1f354a;
	display: flex;
	font-weight: 500;
	justify-content: space-between;
	text-decoration: none
}

.card .read-more i {
	transform: translateX(-10px);
	transition: transform .3s ease
}

.card .read-more:hover i {
	transform: translateX(0)
}

.card.media-coverage-card {
	border-radius: 8px;
	background-color: #f8f9fa;
	border: none;
	margin-bottom: 30px
}

.card.media-coverage-card .thumbnail img {
	width: 100%
}

.card.media-coverage-card .card-body h3 {
	font-size: 1.125rem;
	color: #1f354a
}

.card.media-coverage-card .card-body p {
	-moz-column-rule-color: #868e96;
	column-rule-color: #868e96
}

.card.media-coverage-card .card-body .meta {
	margin-bottom: 1rem
}

.card.media-coverage-card .card-body .meta .by {
	color: #868e96
}

.card.media-coverage-card .card-body .meta .date {
	font-size: .875rem;
	color: #adb5bd
}

.row>:nth-child(even) .expertise {
	background-color: #154e26
}

.testimonial-slider .testimonial-card {
	background: #fff;
	border-radius: 8px;
	padding: 1.5rem;
	position: relative;
	padding-left: 80px
}

.testimonial-slider .testimonial-card .quote {
	position: absolute;
	left: 20px;
	top: 20px;
	max-width: 60px
}

.testimonial-slider .testimonial-card .testimonial-body {
	padding: 1rem
}

.testimonial-slider .testimonial-card .testimonial-body .testimonial-header {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
	width: 70%
}

.testimonial-slider .testimonial-card .testimonial-body .testimonial-header img {
	width: 70px;
	height: 70px
}

.testimonial-slider .testimonial-card .testimonial-body .testimonial-header .meta h2 {
	font-size: 1.25rem;
	color: #1f354a
}

.testimonial-slider .testimonial-card .testimonial-body .testimonial-header .meta p {
	line-height: 1.25rem
}

.testimonial-slider .owl-nav {
	position: absolute;
	display: flex;
	gap: 10px;
	bottom: 0;
	right: 0
}

.testimonial-slider .owl-nav .owl-next,
.testimonial-slider .owl-nav .owl-prev {
	height: 2rem;
	width: 2rem;
	background-color: #fff;
	color: #1f354a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0
}

.testimonial-slider .owl-nav .owl-next:hover,
.testimonial-slider .owl-nav .owl-prev:hover {
	background-color: #1f354a;
	color: #fff
}

.testimonial-slider .owl-dots {
	margin-top: 20px
}

.testimonial-slider .owl-dots .owl-dot span {
	background-color: #adb5bd;
	height: 3px;
	width: 30px
}

.testimonial-slider .owl-dots .owl-dot.active span {
	background-color: #154e26
}

@media (max-width:576px) {
	.testimonial-slider .quote {
		width: 30px;
		height: 30px
	}

	.testimonial-slider .testimonial-card {
		padding-left: 0
	}

	.testimonial-slider .testimonial-card .testimonial-header {
		width: 100% !important
	}
}

header.masthead {
	text-align: center;
	color: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	display: flex;
	position: relative
}

header.masthead::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .5) 100%);
	z-index: 1
}

header.masthead .hero-slider {
	position: relative;
	display: block;
	height: 100vh
}

header.masthead .hero-slider .slider-item {
	position: relative;
	display: block;
	height: 100vh;
	display: flex;
	align-items: center
}

header.masthead .hero-slider .intro-text {
	position: relative;
	z-index: 10;
	top: 0;
	width: 60%;
	height: 100%
}

header.masthead .hero-slider .intro-text p.intro-paragraph {
	text-align: left;
	font-family: Roboto, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 150%;
	letter-spacing: .05em;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

header.masthead .hero-slider .hero-slider-img {
	transform: translateY(100%);
	transition: transform 1.2s cubic-bezier(0, .87, .45, 1);
	transition-delay: 0s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

header.masthead .hero-slider .hero-slider-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .5) 100%);
	z-index: 1
}

header.masthead .hero-slider img,
header.masthead .hero-slider video {
	min-width: 100%;
	min-height: 100%
}

header.masthead .scroll-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	height: 66px;
	width: 66px
}

header.masthead .scroll-down .main-dot {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

header.masthead .scroll-down .main-dot .dot {
	-webkit-animation: scroll-down 1s infinite alternate;
	animation: scroll-down 1s infinite alternate;
	position: absolute;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

header.masthead .scroll-down .main-dot::after {
	pointer-events: none;
	position: absolute;
	left: -16px;
	top: -16px;
	content: '';
	height: 54px;
	width: 54px;
	border-radius: 50%;
	border-style: solid;
	border-color: #d2a95f;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-width: 6px;
	transform: rotate(-45deg)
}

@media (max-width:576px) {
	header.masthead .intro-text {
		width: 100%
	}
}

@media (min-width:768px) {
	header.masthead .intro-text .intro-lead-in {
		font-size: 40px;
		font-style: italic;
		line-height: 40px;
		margin-bottom: 25px;
		font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
	}

	header.masthead .intro-text .intro-heading {
		font-size: 75px;
		font-weight: 700;
		line-height: 75px;
		margin-bottom: 50px;
		font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
	}
}

header.page-header {
	text-align: left;
	color: #fff;
	background-image: url(../img/comvision-header.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	height: 60vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative
}

header.page-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .5) 100%);
	z-index: 1
}

header.page-header .section-inner-content {
	margin-top: 100px;
	position: relative;
	z-index: 10
}

header.page-header .section-inner-content .inner-heading {
	font-size: 52px;
	color: #fff;
	font-weight: 700
}

header.page-header .section-inner-content .inner-heading-para {
	padding-left: 80px;
	position: relative
}

header.page-header .section-inner-content .inner-heading-para:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 60px;
	background: #fff
}

@media (max-width:576px) {
	header.page-header .section-inner-content {
		margin-top: 0
	}
}

header.error-page {
	text-align: left;
	color: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative
}

header.error-page .text-muted {
	color: #adb5bd !important
}

.comvision-table tr:nth-child(odd) {
	background: #f3f3f3
}

.comvision-table tr td {
	padding: 30px 60px;
	vertical-align: middle
}

.comvision-table tr td:first-child {
	width: 40%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px
}

.comvision-table tr td:last-child {
	width: 60%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}

.comvision-table .two-column {
	display: grid;
	grid-template-columns: auto 1fr
}

.comvision-table-lightbg tr:nth-child(odd) {
	background: #E4E4E4;
  }
  
  .comvision-table-lightbg tr td {
	padding: 30px 60px;
	vertical-align: middle;
  }
  
  .comvision-table-lightbg tr td:first-child {
	width: 40%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
  }
  
  .comvision-table-lightbg tr td:last-child {
	width: 60%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
  }
  
  .comvision-table-lightbg .two-column {
	display: grid;
	grid-template-columns: auto 1fr;
  }

.content .list-desctiption {
	margin-top: 2rem
}

.content .list-desctiption ul {
	list-style: none;
	padding-left: 30px
}

.content .list-desctiption ul li {
	position: relative
}

.content .list-desctiption ul li::after {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	width: 4px;
	height: 100%;
	background: #dee2e6
}

.content .list-desctiption ul li h2.heading {
	font-size: 20px
}

.career-right-box .inner-content {
	margin-top: 2rem
}

.career-right-box .inner-content ul {
	list-style: none;
	padding-left: 50px
}

.career-right-box .inner-content li {
	position: relative;
	padding: 1rem 0
}

.career-right-box .inner-content li i {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%)
}

.career-right-box .inner-content li p {
	line-height: 1.5rem;
	margin-bottom: 0
}

.career-position {
	margin-bottom: 1rem
}

.contact-us-information .contact-address ul li {
	padding-left: 1.75rem;
	position: relative
}

.contact-us-information .contact-address ul li i {
	position: absolute;
	left: 0;
	top: 5px
}

.contact-us-information .contact-address ul li::before {
	display: none
}

.product-card {
	box-shadow: 0 0 50px transparent;
	transition: box-shadow .3s ease-out;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom: 30px
}

.product-card .card-body {
	padding: 40px 25px
}

.product-card .product-title {
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 30px
}

.product-card .product-desc {
	font-size: 1rem;
	color: #495057;
	margin-top: 20px;
	margin-bottom: 10px
}

.product-card:hover {
	box-shadow: 30px 60px 70px rgba(0, 0, 0, .15)
}

.product-card .read-more {
	font-size: 16px;
	line-height: 170%;
	color: #000;
	font-weight: 600
}

.product-information .product-desc {
	margin-top: 30px;
	/* padding-right: 5vw */
}

.product-img-carousel {
	border-radius: 20px;
	filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .15));
	position: relative
}

.product-img-carousel .owl-nav {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 2000;
	left: -30px;
	width: calc(100% + 60px);
	display: flex;
	justify-content: space-between
}

.product-img-carousel .owl-nav .owl-next,
.product-img-carousel .owl-nav .owl-prev {
	height: 60px;
	width: 60px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	font-size: 1.25rem;
	box-sizing: border-box
}

.product-img-carousel .owl-nav .owl-next:hover,
.product-img-carousel .owl-nav .owl-prev:hover {
	background: #d2a95f;
	color: #fff
}

.product-img-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center
}

.product-img-carousel .image-list {
	border-radius: 20px;
	overflow: hidden
}

.product-realWorld .product-img-carousel {
	height: 450px
}

.product-realWorld .product-img-carousel .image-list {
	max-height: 450px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}

section.service {
	padding-top: 0
}

section.service .inner-heading {
	margin: 0
}

section.service .service-content {
	position: relative;
	z-index: 10
}

section.service .service-content .service-card {
	background: #fff;
	border-radius: 20px;
	padding: 30px 15px;
	font-size: 22px;
	height: 100%;
	font-weight: 300
}

section.service .service-body {
	background-image: url(../img/service-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 50px;
	margin: 0 -50px;
	border-radius: 40px;
	overflow: hidden
}

section.service .service-body::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 0
}

@media (max-width:576px) {
	section.service .service-body {
		margin: 0 -15px;
		border-radius: 20px
	}

	section.service .service-body .service-content:first-child {
		margin-bottom: 30px
	}

	section.service .service-body .service-content:first-child .inner-heading {
		margin: 0 auto
	}

	section.service .service-body .service-content .service-card {
		margin-bottom: 15px
	}
}

.main-section {
	background: linear-gradient(0deg, #f3f3f3 66.07%, rgba(243, 243, 243, 0) 94.85%, rgba(243, 243, 243, 0) 94.85%)
}

.main-section .left-side-content {
	width: 38%
}

.main-section .right-side-content {
	width: 38%
}

.main-section .right-side-content .main-service-card {
	margin-top: 200px
}

.main-section .main-service-card {
	background: #fff;
	box-shadow: 30px 60px 70px rgba(0, 0, 0, .15);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px 30px 60px;
	position: relative
}

.main-section .main-service-card .service-icon {
	position: absolute;
	bottom: -30px;
	left: -60px
}

.main-section .main-service-card .service-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #000
}

.main-section .main-service-card .service-desc {
	margin-top: 60px;
	padding-left: 130px
}

.main-section .main-service-card:nth-child(2) {
	margin-top: 140px
}

.career-position .btn {
	opacity: .5;
	font-weight: 400
}

.career-position .btn i {
	font-size: .75rem;
	margin-left: 1rem
}

.counter-information {
	color: #fff;
	padding: 150px 0
}

.counter-information .counter-content {
	text-align: center;
	padding: 0 20px;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.counter-information .counter-content .count {
	font-size: 52px
}

.counter-information .counter-content .title {
	font-size: 1rem;
	font-weight: 300
}

.client-carousel {
	margin: 50px 0
}

.client-carousel .owl-dots .owl-dot {
	margin-top: 20px
}

.client-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #d2a95f
}

.client-carousel .client-item img {
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 70px
}

section#contact {
	background-color: #212529;
	background-image: url(../img/map-image.png);
	background-repeat: no-repeat;
	background-position: center
}

section#contact .section-heading {
	color: #fff
}

section#contact .form-group {
	margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px
}

section#contact .form-group input.form-control {
	height: auto
}

section#contact .form-group textarea.form-control {
	height: 248px
}

section#contact .form-control:focus {
	border-color: #d2a95f;
	box-shadow: none
}

section#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

section#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

section#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

section#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.footer {
	background: #f3f3f3;
	padding: 60px 0 0
}

.footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.contact-address {
	display: inline-flex;
	align-items: start
}

.contact-address span {
	color: #495057
}

.contact-address ul {
	margin: 0;
	padding: 0;
	margin-right: 100px;
	list-style: none;
	display: inline-block
}

.contact-address ul li {
	position: relative;
	padding-left: 1rem;
	margin: .8rem 0;
	color: #495057
}

.contact-address ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 20px;
	background: #495057
}

@media (max-width:576px) {
	.contact-address {
		display: block;
		margin-bottom: 1rem
	}

	.contact-address ul {
		width: 100%;
		margin-right: 15px
	}
}

ul.social-buttons {
	margin-bottom: 0
}

ul.social-buttons span {
	font-size: 14px;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	margin-right: 30px;
	display: inline-block;
	color: #495057
}

ul.social-buttons li a {
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	display: block;
	width: 32px;
	height: 32px;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #dee2e6
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
	background-color: #d2a95f
}

@media (max-width:576px) {
	ul.social-buttons {
		text-align: left !important;
		margin: 0;
		padding: 0
	}
}

.contact-us {
	background-color: #f8f9fa;
	border-radius: 40px;
	padding: 100px
}

@media (max-width:576px) {
	.contact-us {
		padding: 2rem
	}
}

.footer-contactUs .heading {
	font-weight: 400;
	font-size: 32px;
	line-height: 44px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #495057
}

.footer-contactUs .heading::after {
	content: url(/img/line.svg);
	display: block;
	margin-left: -10px;
	margin-top: -20px
}

.footer-nav .heading {
	font-weight: 700;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 25px;
	border-bottom: 1px solid #dee2e6;
	color: #495057
}

.footer-nav .nav-lists {
	padding: 0;
	margin: 0;
	list-style: none
}

.footer-nav .nav-lists .nav-list {
	margin-bottom: 20px
}

.footer-nav .nav-lists .nav-list a {
	color: #868e96;
	text-decoration: none;
	font-size: 1rem;
	line-height: 22px
}

.copyright {
	border-top: 1px solid #dee2e6;
	padding-top: 20px;
	color: #adb5bd
}

#mainNav .navbar-nav .nav-item .first {
    margin-left: 12px !important;
}

.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper .swiper-wrapper{
	flex-direction: row !important;
	gap: 30px;
}

.swiper .swiper-slide {
	height: calc((100% - 30px) / 2) !important;
	width: 100%;
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
}