:root {
	--primary: #1083e0;
	--success: #83c441;
}

/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@media (min-width:991.98px) {
	.col-lg-20 {
		width: 20%;
	}
}

/* =================animate css ends here================= */

/* =================slick css ends here================= */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
	width: 100%
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
	z-index: 99;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	margin-top: -25px\9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	width: 42px;
	height: 34px;
	text-align: left;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .3;
}

.slick-prev:before,
.slick-next:before {
	content: '';
	width: 25px;
	height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #F0FBD5;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	transform: rotate(-51.44deg);
}

.slick-prev {
	left: 15px;
	text-align: right;
}

.slick-prev:after {
	transform: rotate(180deg);
	left: 0px;
}

.slick-next {
	right: 15px;
}

.slick-prev:after,
.slick-next:after {
	content: '';
	background-image: url(../images/arrow-2.svg);
	width: 24px;
	height: 11px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 10px;
	transition: all .3s ease-in;
}

.slick-next:hover::after {
	right: -4px;
}

.slick-prev:hover::after {
	left: -4px;
}

.slick-slider {
	margin-bottom: 0;
	padding-bottom: 45px;
}

.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	vertical-align: top;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 0px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	opacity: 1;
	border: solid 1px var(--primary);
	border-radius: 50%;
	vertical-align: top;
	margin: 5px 6px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	opacity: 1;
	background-color: var(--primary);
}

.success-dots .slick-dots li button {
	border: solid 1px var(--success);
}

.success-dots .slick-dots li.slick-active button,
.success-dots .slick-dots li:hover button {
	color: var(--success);
}

.white-dots .slick-dots li button {
	border: solid 1px #fff;
	background-color: #fff;
	opacity: .3
}

.white-dots .slick-dots li.slick-active button,
.white-dots .slick-dots li:hover button {
	color: #fff;
	opacity: 100
}


/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
body,
html,
form,
fieldset {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0
}

a {
	text-decoration: none;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}

a:focus,
input:focus,
textarea:focus,
*:focus {
	outline: 0 !important;
}

/* =================reset css ends here================= */

/* =================core css starts here================= */
body {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: "Noto Sans Display", sans-serif;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	width: calc(100% - 100px);
	max-width: 1320px;
}

.container.container1 {
	max-width: 1200px;
}

a,
input,
button {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

a img {
	border: 0px none;
}

a:hover {
	outline: none;
	color: var(--primary);
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
	color: inherit;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 0.5;
}

::-moz-placeholder {
	color: #000;
	opacity: 0.5;
}

:-moz-placeholder {
	color: #000;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 0.5;
}

.os-animation {
	opacity: 0;
}

.os-animation.animated {
	opacity: 1;
}

img {
	max-width: 100%;
	border: 0;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: inherit;
}

h1 {
	font-size: 64px;
	line-height: 72px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 33px;
}

h4 {
	font-size: 27px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 24px;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 400;
}

p:last-child {
	margin-bottom: 0;
}

.btn {
	display: inline-flex;
	border-radius: 25px;
	font-weight: 500;
	padding: 15px 25px;
	min-width: 180px;
	font-size: 16px;
	line-height: 19px;
	box-shadow: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	text-transform: uppercase;
	align-items: center;
	white-space: nowrap;
	justify-content: center;
}

.btn-default,
.btn-default:focus {
	color: #fff;
	background-color: var(--success);
	border: solid 1px var(--success);
}

.btn-default:hover,
.btn-default:active {
	color: #fff;
	background-color: #70b927;
}

.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: var(--primary);
	border: solid 1px var(--primary);
}

.btn-primary:hover,
.btn-primary:active {
	color: #fff;
	background-color: #0076d5;
}

.btn img {
	width: 24px;
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
}

.btn.btn-block {
	min-width: 100%;
}

.btn.btn-lg {
	min-width: 230px;
}

.btn+.btn {
	margin-left: 15px;
}

ul:not([class]) {
	list-style: none;
	margin-bottom: 24px;
	text-align: left;
	line-height: 22px;
}

ul:not([class])>li {
	padding-left: 16px;
	position: relative;
	margin-bottom: 6px;
}

ul:not([class])>li:last-child {
	margin-bottom: 0;
}

ul:not([class])>li:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 10px;
	background: #000;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}

.content-container {
	padding: 100px 0;
}

.bg-light {
	background-color: #9f98961c !important
}

.content-container.more-pad {
	padding: 140px 0;
}

.bg-primary {
	background: var(--primary) !important;
	color: #fff;
}

.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sky-bg {
	background: linear-gradient(180deg, #D1E4F5 0%, #FEFEFE 100%);
}

.btn-link-more {
	width: 42px;
	height: 35px;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 15px;
}

.btn-link-more span {
	width: 25px;
	height: 25px;
	background: #F0FBD5;
	transform: rotate(-51.44deg);
	display: inline-block;
}

.btn-link-more img {
	right: 0;
	position: absolute;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	transition: all .3s ease-in;
	width: 28px;
}

.btn-link-more:hover img {
	right: -5px;
}

.heading {
	margin-bottom: 40px;
	text-align: center;
}

.heading h3 {
	font-size: 38px;
	line-height: 44px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.heading h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: var(--success);
}

.heading.text-start h3::before {
	left: 0;
	transform: none;
}

.heading.hide-line h3::before {
	opacity: 0;
}

.heading.hide-line h3 {
	padding: 0;
}

.back-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.back-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.back-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000;
	opacity: .5;
}

.has-bg {
	position: relative;
	z-index: 1;
}

.cta-link {
	color: var(--primary);
}

.cta-link:hover {
	text-decoration: underline;
}


/* =================core css ends here================= */

/* ================= Header Start ================= */
#header {
	color: #333;
	background: transparent;
	box-shadow: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 0;
	z-index: 999;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	display: flex;
	align-items: center;
}

.navbar {
	padding: 0;
	width: 100%;
	height: 90px;
}

.navbar-brand {
	max-width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 999;
	margin-right: 25px;
}

.navbar-brand img {
	min-width: 100px;
	height: auto;
}

.navbar-expand-xl .navbar-nav .nav-link {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	padding: 10px 17px;
	margin: 0;
	text-transform: capitalize;
}

.fixed .navbar-expand-xl .navbar-nav .nav-link {
	color: #111;
}

.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-xl .navbar-nav .nav-item.active .nav-link {
	color: var(--primary);
}

.dropdown-toggle::after {
	display: none;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: none;
}

.nav-inside {
	width: 100%;
	padding: 0;
}

.header-right {
	margin-left: 53px;
	align-items: center;
}

.header-right>.btn {
	margin-left: 25px;
	text-transform: capitalize;
	min-width: 200px;
}

.header-contact {
	color: var(--primary);
	font-size: 22px;
	display: flex;
	align-items: center;
}

.header-contact a+a {
	margin-left: 25px;
}

.header-contact a:hover {
	color: #0076d5;
}

.fixed #header {
	background: #fff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, .05);
}

.nav-inside-content {
	padding: 30px 0;
}

@media only screen and (min-width:1200px) {
	.navbar-nav .dropdown .dropdown-menu {
		display: block;
		top: calc(100% - 0px);
		margin-top: 10px;
		opacity: 0;
		min-width: 185px !important;
		visibility: hidden;
		background: #fff;
		border-radius: 0;
		transition: all 0.1s ease-in;
		-moz-transition: all 0.1s ease-in;
		-webkit-transition: all 0.1s ease-in;
		border: none;
		padding: 10px 0;
		box-shadow: 10px 10px 20px rgb(82 187 232 / 10%);
	}

	.dropdown-item {
		color: #000;
		border-bottom: solid 1px rgba(0, 0, 0, 0.04);
		font-size: 14px;
		white-space: nowrap !important;
		line-height: 20px;
		padding: 7px 20px;
	}

	.dropdown-item:focus,
	.dropdown-item:hover {
		color: var(--primary) !important;
		background: transparent;
	}

	.dropdown-item:focus,
	.dropdown-item:hover {
		background: transparent;
	}

	.navbar-nav .dropdown:hover>.dropdown-item {
		background: transparent !important;
		color: var(--primary) !important;
	}

	.dropdown:hover>.dropdown-menu .dropdown-menu {
		left: 260px;
		right: auto !important;
		top: 0px !important;
	}

	.dropdown:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
		margin-top: 0px !important;
		transition: all 0.2s ease-in;
		top: 100% !important;
	}

	.navbar-nav .dropdown .dropdown-menu {
		display: block !important;
	}
}

.navbar-toggler {
	width: 45px;
	height: 45px;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	padding: 0;
	border: 0;
	background: transparent;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus {
	background: transparent;
}

.navbar-toggler:not([class="collapsed"]),
.navbar-toggler:not([class="collapsed"]):focus,
.navbar-toggler:not([class="collapsed"]):hover {
	background: transparent;
}

.navbar-toggler.collapsed,
.navbar-toggler.collapsed:focus,
.navbar-toggler.collapsed:hover {
	background: transparent;
}

.navbar-toggler .icon-bar {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 4px;
	color: #243238;
	text-indent: -55px;
	margin-top: 0;
	background: transparent !important;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	vertical-align: middle;
}

.navbar-toggler .icon-bar:before,
.navbar-toggler .icon-bar:after {
	content: '';
	width: 22px;
	height: 4px;
	background: #005983;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}

.navbar-toggler.collapsed .icon-bar {
	background: #005983 !important;
}

.navbar-toggler.collapsed .icon-bar:before,
.navbar-toggler.collapsed .icon-bar:after {
	background: #005983;
}

.navbar-toggler.collapsed .icon-bar:before {
	top: -8px;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.navbar-toggler.collapsed .icon-bar:after {
	bottom: -8px;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

/* ================= Header End ================= */

/* ================= HERO Start ================= */
.content-container.hero-container {
	position: relative;
	padding-top: 125px;
}

.hero-content {
	padding-right: 7%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
	z-index: 99;
	min-height: 500px;
	color: #fff;
	font-size: 20px;
}

.hero-content h1 {
	font-size: 72px;
	line-height: 92px;
	margin-bottom: 16px;
}

.hero-content p {
	line-height: 33px;
	opacity: .85;
	margin-bottom: 16px;
	letter-spacing: .33px;
}

.hero-content h1 span {
	color: var(--primary);
}

.hero-img {
	padding-top: 28px;
	position: relative;
	z-index: 9;
}

.hero-img img {
	width: 100%;
	object-fit: contain;
}

.hero-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.hero-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #00000087;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

/* ================= HERO End ================= */

/* ================= inner-banner Start ================= */
.content-container.inner-banner-container {
	z-index: 9;
	min-height: 500px;
	padding: 120px 0 80px;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
}

.inner-banner-content {
	text-align: center;
	position: relative;
	z-index: 99;
	font-size: 24px;
	font-weight: 300;
}

.inner-banner-content h1 {
	font-size: 50px;
	line-height: 44px;
	margin-bottom: 20px;
	text-shadow: 7px 14px 20px rgb(0 0 0 / 15%);
	text-transform: uppercase;
}

.breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.breadcrumb-item a,
.breadcrumb-item.active {
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: var(--primary);
	font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '';
	background-image: url(../images/breadcrumb-icon.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	width: 6px;
	height: 26px;
	margin-right: 7px;
	background-position: center;
}

.inner-banner-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.inner-banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.inner-banner-bg::before {
	content: '';
	position: absolute;
	background: #00000069;
	inset: 0;
}

/* ================= inner-banner End ================= */

/* ================= service CSS Start ================= */
.service-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.service-item {
	width: 33.33%;
	padding: 0 17px;
}

.service-box {
	height: 100%;
	padding: 40px 34px;
	text-align: center;
	background: #ffffff;
	transition: all .3s ease-in;
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-items: center;
	border: 1px solid #ebebeb;
	border-radius: 20px;
}

.service-box:hover {
	box-shadow: 0px 24px 60px rgba(82, 187, 232, 0.1);
}

.service-icon {
	display: inline-block;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
	z-index: 99;
}

.service-icon img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.service-content h6 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 32px;
	font-weight: 600;
	color: var(--primary);
	position: relative;
	padding-bottom: 12px;
}

.service-content h6::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background: var(--success);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.service-content p {
	color: #000;
}

.service-content {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 16px;
}

.service-btn {
	margin-top: auto;
}

.service-box:hover .btn-link-more img {
	right: -5px;
}

/* ================= service CSS End ================= */
.card-list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -12px;
	margin-bottom: -24px;
}

.card-item {
	width: 33.33%;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.card-box {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all .3s ease-in;
	border-bottom: 3px solid #19699d;
	height: 100%;
	display: flex;
	flex-flow: column;
	overflow: hidden;
	border-radius: 8px;
	overflow: hidden;
}

.card-box:hover {
	border-color: var(--primary);
	transform: scale(1.009);
}

.card-content {
	padding: 20px;
}

.card-cta {
	padding: 20px;
	margin-top: auto;
}

.card-content h5 {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary);
	margin-bottom: 10px;
}

.card-image {
	height: 240px;
	position: relative;
	overflow: hidden;
	clip-path: ellipse(100% 100% at 50% 0%)
}

.card-image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #2d5c882b 0%, rgb(45 92 136 / 86%) 100%);
	opacity: 1;
	transition: all .3s ease-in;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-btn {
	font-size: 14px;
	font-weight: 500;
	color: var(--primary);
}

.card-btn span {
	margin-left: 2px;
	font-size: 12px;
	transition: all .3s ease-in;
}

.card-btn:hover span {
	margin-left: 5px;
}

.card-image span {
	background-color: var(--primary);
	color: #fff;
	line-height: 1;
	padding: 6px 16px;
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 4px;
}

/* ================= credentials Start ================= */
.credentials-container {
	background: #839296 !important;
	color: #fff;
}

.credentials-img {
	width: 160px;
}

.credentials-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* ================= Clients Start ================= */
.clients-content-outer {
	padding: 0 15px 38px;
}

.clients-slider-list {
	display: flex;
	width: 100%;
}

.clients-slider-list::before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 38px);
	left: 0;
	bottom: 0;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.clients-item {
	width: 50%;
	border-right: 1px solid #E6E6E6;
	padding-top: 38px;
}

.clients-slider-list .slick-track {
	display: flex;
}

.clients-slider-list .slick-slide {
	height: auto;
}

.clients-box {
	padding: 40px 37px;
	position: relative;
	background: #FFFFFF;
	height: 100%;
}

.clients-box>span {
	position: absolute;
	width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--success);
	border-radius: 50%;
	top: -37px;
	right: 65px;
	padding: 21px;
}

.clients-box>span>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.clients-img {
	width: 100px;
	margin-bottom: 24px;
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1;
}

.clients-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.clients-box blockquote {
	color: #646464;
	margin-bottom: 23px;
}

.quote-by {
	font-size: 14px;
	line-height: 20px;
	color: #646464;
	margin-bottom: 0;
}

.quote-by strong {
	font-weight: 600;
	color: #3C3D3E;
	display: block;
	margin-bottom: 0;
	font-size: 16px;
}

.clients-slider-list .slick-prev,
.clients-slider-list .slick-next {
	transform: none;
}

.clients-slider-list .slick-prev {
	left: -120px;
}

.clients-slider-list .slick-next {
	right: -120px;
}

/* ================= Clients End ================= */

/* ================= partner logo Start ================= */
.partner-container {
	padding: 30px 0
}

.partner-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.partner-item {
	padding: 10px 35px;
	display: inline-block;
}

.partner-content-outer .bx-wrapper {
	max-width: 100% !important;
}

.partner-img {
	height: 60px;
}

.partner-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partner-container h5 {
	margin: 0;
	padding-right: 40px;
	opacity: .75;
	font-weight: 600;
}

/* ================= partner logo End ================= */

/* ================= Contact-page start ================= */
.contact-form-outer {
	width: 100%;
	padding: 50px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 1;
}
ul.contact-icons li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.contact-icons li + li {
    margin-top: 8px;
}

ul.contact-icons li span {
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.contact-icons li span img {
    width: auto;
    height: 14px;
}
.contact-form-outer h3 {
	font-size: 33px;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 30px;
	padding-bottom: 11px;
	position: relative;
}

.contact-form-outer h3::before {
	width: 70px;
	height: 2px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--primary);
}

.form-control {
	height: 47px;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 15px;
	color: #989898;
	font-weight: 400;
	background-color: transparent;
	border-bottom: 1px solid #DDE5EA !important;
	border: none;
	padding-left: 0 !important;
}

.form-group label {
	color: #111;
	padding-left: 0;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	transform: translateY(-20px);
	color: var(--primary);
	opacity: 1;
	border: none;
}

.form-group textarea {
	height: 175px !important;
	resize: none;
}

.form-control:valid {
	color: #000;
}

.form-group label.error {
	font-size: 10px;
	color: var(--primary);
	padding-left: 20px;
	line-height: 14px;
	margin-top: 8px;
}

.form-group+.form-group {
	margin-top: 24px;
}

.form-control:focus {
	border-bottom: 1px solid var(--primary) !important;
	box-shadow: none;
}

.contact-detail-outer {
	width: 100%;
	padding-right: 50px;
	position: relative;
	z-index: 1;
	position: sticky;
	top: 120px;
}

.contact-detail-outer h3 {
	font-size: 24px;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 25px;
}

.contact-detail-box {
	position: relative;
}

.cd-icon {
	width: 22px;
	position: absolute;
	left: 0;
	top: 0;
}

.cd-icon img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.contact-detail-box+.contact-detail-box {
	margin-top: 45px;
}

.contact-detail-box span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #333;
}

.contact-detail-box span a {
	font-weight: 500;
}

.contact-detail-box h5 {
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
}

.map-content {
	width: 100%;
	height: 450px;
}

.contact-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.contact-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.contact-container {
	position: relative;
	z-index: 1;
	color: #fff;
}

.contact-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000;
	opacity: .5;
}

/* ================= Contact-page End ================= */

/* ================= request-quote-page start ================= */
.content-container.request-quote-container {
	padding: 50px 0 100px;
}

.rq-text {
	margin: 0 auto;
	position: sticky;
	top: 125px;
	padding-right: 10%;
}

.rq-text .heading {
	margin-bottom: 40px
}

/* ================= request-quote-page End ================= */

/* =================== ABOUT PAGE  CSS start ====================== */
.content-container.about-container {
	position: relative;
	overflow: hidden;
}

.intro-img-box::before {
	content: '';
	position: absolute;
	width: 66%;
	padding-bottom: 67%;
	top: 50%;
	transform: rotate(358deg) translateY(-50%);
	left: auto;
	background: rgba(240, 251, 213, 1);
	z-index: -9;
	right: 0;
	clip-path: polygon(40% 1%, 89% 14%, 98% 63%, 62% 96%, 14% 81%, 5% 33%);
}

.reverse .intro-img-box::before {
	left: 0;
	right: auto;
}

.intro-text {
	width: 50%;
	text-align: left;
	line-height: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 9;
}

.intro-img {
	padding: 0 20px;
	width: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.intro-item+.intro-item {
	margin-top: 100px;
}

.intro-text h3 {
	font-size: 36px;
	line-height: 44px;
	color: var(--primary);
	margin-bottom: 30px;
	position: relative;
	font-weight: 600;
	padding-bottom: 8px;
}

.intro-text h3::before {
	width: 70px;
	height: 2px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--primary);
}

.intro-outer-content {
	align-items: center;
	position: relative;
}

.intro-img-box {
	width: 100%;
	height: auto;
	padding: 0 10%;
	display: inline-block;
	margin-left: 0;
}

.intro-img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.reverse .intro-outer-content {
	flex-flow: row-reverse;
}

.reverse .intro-img-box {
	margin: 0 auto;
}

.reverse .intro-text {
	padding-left: 30px;
	padding-right: 0;
}

/* =================== about us end ====================== */

/* =================== Training  end ====================== */

/* =================== solutions start ====================== */
.solutions-items {
	width: calc(100% + 30px);
	margin-left: -15px;
	display: flex;
}

.solutions-item {
	padding-inline: 15px;
}

.solutions-box {
	aspect-ratio: 1;
	display: block;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.solutions-box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .3s linear;
}

.solutions-content {
	background-color: var(--primary);
	color: #fff !important;
	transition: all .3s linear;
	border-radius: 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
	padding: 16px;
	padding-right: 60px;
	display: block;
}

.solutions-content:hover {
	transform: translateY(-10px);
}

.solutions-content p {
	margin-bottom: 5px;
}

.solutions-content h6 {
	margin: 0;
	font-weight: 600;
}

.solutions-arrow {
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	bottom: 16px;
	right: 16px;
	border-radius: 8px;
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.solutions-box:hover>img {
	transform: scale(1.1);
}

/* =================== advantage start ====================== */
.advantage-faqs .accordion-button::after {
	content: '\f068';
	position: absolute;
	text-align: center;
	background-image: none !important;
	font-family: 'Font Awesome 5 Free';
	right: 14px;
	transition: .3s ease-in;
	font-size: 16px;
	font-weight: 700;
	color: inherit;
}

.advantage-faqs .accordion-button.collapsed::after {
	content: '\f067';
}

.advantage-faqs .accordion-list .accordion-button {
	background: transparent;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	color: inherit;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 600;
	padding-right: 44px;
}

.advantage-faqs .accordion-list .accordion-item {
	border-radius: 14px;
	margin-bottom: 10px;
	border: 1px solid;
	overflow: hidden;
	color: inherit;
	background: transparent;
}

.advantage-faqs .accordion-list .accordion-body {
	padding-top: 2px !important;
	background: transparent;
}

.advantage-faqs .accordion-item .accordion-collapse {
	border: none;
}

/* =================== advantage start ====================== */
.industries-container {
	overflow: hidden;
}

.industries-box {
	display: block;
	aspect-ratio: 4/6;
	position: relative;
	z-index: 1;
}

.industries-box::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #111, transparent);
	z-index: 1;
}

.industries-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	color: #fff;
	padding: 20px;
	z-index: 9;
	padding-bottom: 60px;
	transition: bottom .3s ease-in;
}

.industries-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.industries-arrow {
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.industries-content h5 {
	font-weight: 600;
}

.industries-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin: 0;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.industries-box:hover .industries-content {
	bottom: 0;
}

.industries-item+.industries-item {
	border-right: 1px solid #fff;
}


/* ================= why-choose- Start ================= */
.why-choose-card {
	padding: 34px 24px;
	transition: all .2s ease-in;
	height: 100%;
	background-color: #ffff;
	border-radius: 20px;
	box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
}

.why-choose-icon {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 20px;
}

.why-choose-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.why-choose-card h5 {
	margin-bottom: 12px;
	font-weight: 600;
}

.why-choose-card:hover {
	box-shadow: 4px 3px 0px 1px rgba(0, 0, 0, 0.1);
}

/* ================= text-quote Start ================= */
.text-quote-item {
	padding: 0 5px;
}

.text-quote-box {
	border: 1px solid #fff;
	padding: 24px;
	border-radius: 12px;
	text-align: center;
}

.text-quote-box blockquote {
	font-size: 27px;
	line-height: 1.3;
}

.text-quote-box cite {
	font-size: 20px;
}

.bottom-cta-container {
	background-color: #83c441;
	color: #fff;
}

.bottom-cta-container h2 {
	font-weight: 600;
}

/* ================= approach Start ================= */
.approach-card {
	max-width: 440px;
	margin-inline: auto;
	padding: 30px 20px;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
}

.approach-card-icon {
	display: block;
	width: 70px;
	height: 70px;
	margin-inline: auto;
	margin-block: 20px 12px;
}

.approach-card-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.metrics-matter :where(h3, h5) {
	color: var(--success);
}

/* ================= Footer Start ================= */
#footer {
	background: var(--primary);
	color: #fff;
	position: relative;
	overflow: hidden;
}

#footer a:hover {
	color: rgb(232, 7, 7);
}

.footer-upper {
	padding-top: 100px;
	position: relative;
	z-index: 9;
}

.footer-conent {
	padding-bottom: 34px;
}

.footer-left {
	width: 35%;
	padding-right: 12%;
}

.footer-logo {
	width: 195px;
	margin-bottom: 18px;
}

.footer-logo img {
	width: 100%;
}

.footer-left p {
	line-height: 27px;
}

.footer-right {
	width: 65%;
}

.footer-menu-box h6 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 33px;
}

.footer-menu-list li+li {
	margin-top: 8px;
}

.foorer-right-content {
	width: calc(100% + 30px);
	margin-left: -15px;
	justify-content: space-between;
}

.footer-menu-box {
	padding: 0 15px;
}

.footer-contact-list li {
	padding-left: 30px;
	position: relative;
}

.footer-contact-list li+li {
	margin-top: 15px;
}

.footer-contact-list li span {
	position: absolute;
	left: 0;
	top: 7px;
	left: 0;
	min-width: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-contact-list {
	padding-right: 12px;
}

.social-media {
	padding: 30px 0;
}

.social-media a {
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0px 8.82404px 22.0601px rgba(16, 131, 224, 0.3);
	border-radius: 35.2962px;
	font-size: 16px;
	color: var(--primary);
	text-align: center;
	line-height: 40px;
}

.social-media a+a {
	margin-left: 15px;
}

.social-media a:hover {
	box-shadow: none;
}

.footer-lower {
	background: #1d85d4;
	padding: 12px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: .5px;
	position: relative;
}

/* ================= Footer End ================= */

/* ================= default start ================= */
.content-container.content-holder-container {
	padding-top: 50px;
}

.content-holder blockquote {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	font-style: italic;
}

/* ================= default End ================= */

/* ========================================== 
! Largest devices (desktops, more than 1200px)
=========================================== */
@media (max-width:1399.98px) {
	.container {
		width: calc(100% - 70px);
	}

	.header-right {
		margin-left: 20px;
	}

	.header-contact {
		font-size: 20px;
	}

	.header-right>.btn {
		min-width: 200px;
	}

	.hero-content h1 {
		font-size: 63px;
		line-height: 70px;
	}

	#footer::before {
		margin-left: -700px;
	}
}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	body {
		padding-top: 80px;
	}

	h1 {
		font-size: 54px;
		line-height: 60px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 33px;
	}

	h4 {
		font-size: 27px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 20px;
	}

	.container {
		width: calc(100% - 30px);
	}

	.navbar {
		padding: 0px;
		width: 100%;
		height: 80px;
	}

	.navbar-toggler {
		width: 60px;
		height: 40px;
		height: 60px;
		border-radius: 0;
		cursor: pointer;
		text-decoration: none;
		padding: 0;
		border: 0;
		background: transparent;
		margin: 0;
		position: absolute;
		right: 8px;
		top: 50%;
		z-index: 999;
		transform: translateY(-50%);
	}

	.navbar-default .navbar-toggler:hover,
	.navbar-default .navbar-toggler:focus {
		background: transparent;
	}

	.navbar-toggler:not([class="collapsed"]),
	.navbar-toggler:not([class="collapsed"]):focus,
	.navbar-toggler:not([class="collapsed"]):hover {
		background: transparent;
		box-shadow: none;
	}

	.navbar-toggler.collapsed,
	.navbar-toggler.collapsed:focus,
	.navbar-toggler.collapsed:hover {
		background: transparent;
	}

	.home .navbar-toggler.collapsed,
	.home .navbar-toggler.collapsed:focus,
	.home .navbar-toggler.collapsed:hover {
		background: transparent;
	}

	.navbar-toggler .navbar-toggler-icon {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 3px;
		color: #243238;
		text-indent: -55px;
		margin-top: 0;
		background: transparent !important;
		transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		vertical-align: middle;
	}

	.navbar-toggler .navbar-toggler-icon:before,
	.navbar-toggler .navbar-toggler-icon:after {
		content: '';
		width: 30px;
		height: 3px;
		background: var(--primary);
		position: absolute;
		left: 0;
		transition: all .2s ease-out;
	}

	.navbar-toggler.collapsed .navbar-toggler-icon {
		background: var(--primary) !important;
	}

	.navbar-toggler.collapsed .navbar-toggler-icon:before,
	.navbar-toggler.collapsed .navbar-toggler-icon:after {
		background: var(--primary);
	}

	.navbar-toggler.collapsed .navbar-toggler-icon:before {
		top: -10px;
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	.navbar-toggler .navbar-toggler-icon:before {
		top: 0;
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}

	.navbar-toggler.collapsed .navbar-toggler-icon:after {
		bottom: -10px;
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	.navbar-toggler .navbar-toggler-icon:after {
		bottom: 0;
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}

	.header-right {
		position: relative;
		z-index: 999;
		margin-right: 50px;
	}

	.navbar-collapse,
	.navbar-collapse.collapsing {
		position: fixed;
		top: 0;
		left: 0;
		background: #090909;
		padding: 0;
		z-index: 99;
		margin: 0;
		border: 0;
		overflow: hidden;
		bottom: 0;
		width: 100%;
		height: 0;
		display: block !important;
		transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	}

	.navbar .collapse.show {
		height: 100vh;
	}

	.navbar-outer {
		padding: 80px 0 40px;
		height: 100vh;
	}

	.navbar-inside {
		height: 100%;
		padding: 26px;
		display: flex;
		flex-flow: column;
		overflow-x: auto;
	}

	.navbar-expand-xl .navbar-nav .nav-item {
		padding: 0;
		margin: 0;
	}

	.navbar-expand-xl .navbar-nav .nav-item+.nav-item {
		border-top: 1px solid #cccccc85;
	}

	.navbar-nav.sm-collapsible .sub-arrow {
		border: 0;
		margin: 0;
		width: auto;
		font-size: 30px;
		line-height: 20px;
		top: 50%;
		height: 30px;
		color: #f00;
		text-align: right;
		width: 40px;
		transform: translateY(-50%);
	}

	.dropdown-menu {
		background: transparent;
		border: 0;
		padding: 0;
		margin: 0 0 20px 0;
	}

	.dropdown-item.bg-light {
		background: transparent !important;
	}

	.dropdown-item {
		padding: 7px 20px 7px 40px;
		color: #747474;
	}

	.dropdown-item:focus,
	.dropdown-item:hover {
		color: var(--primary);
		background: transparent !important;
	}

	.content-container {
		padding: 70px 0;
	}

	.navbar-nav .show .dropdown-menu>li>a:hover,
	.navbar-nav .show .dropdown-menu>li>a:focus {
		color: #000000 !important;
	}

	.dropdown-item,
	.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
		padding-left: 0 !important;
		margin: 0 !important;
	}

	.header-right>.btn {
		font-size: 14px;
		min-width: 175px;
		padding: 13px 15px;
	}

	.navbar-expand-xl .navbar-nav .dropdown .nav-link::before {
		content: "\f054";
		font-family: 'font Awesome 5 Free';
		font-weight: 900;
		font-size: 14px;
		line-height: 1;
		opacity: 0.9;
		color: #000;
		-webkit-font-smoothing: antialiased;
		background: transparent;
		transition: all .3s ease;
		border-radius: 0;
		display: inline-block;
		padding: 0;
		transform: rotate(90deg);
		position: absolute;
		right: 3px;
		top: 21px;
	}

	.navbar-expand-xl .navbar-nav .dropdown .nav-link.show::before {
		transform: rotate(-90deg);
		color: var(--primary);
	}

	/* ================= Home Start ================= */
	.heading {
		margin-bottom: 55px;
	}

	.heading h3 {
		font-size: 33px;
		line-height: 50px;
	}

	.hero-content h1 {
		font-size: 48px;
		line-height: 55px;
		margin-bottom: 20px;
	}

	.hero-content p {
		line-height: 26px;
	}

	.hero-btn .btn+.btn {
		margin-left: 0;
		margin-top: 15px;
		display: table-caption;
	}

	.service-icon {
		width: 100px;
		margin-bottom: 50px;
	}

	.project-text-box h3 {
		font-size: 26px;
	}

	.heading.text-start .heading {
		margin-bottom: 40px;
	}

	.heading.text-start .heading h3 {
		font-size: 30px;
	}

	.wd-text-content .heading {
		margin-bottom: 40px;
	}

	.wd-text-content .heading h3 {
		font-size: 30px;
		line-height: 50px;
	}

	.ui-content .wd-img-content {
		width: 45.5%;
	}

	.ui-content .wd-text-content {
		width: 54.5%;
		margin: 0;
	}

	/* ================= web-Design End ================= */
	.footer-upper {
		padding-top: 50px
	}

	.footer-left {
		width: 100%;
		margin-bottom: 50px;
	}

	.footer-right {
		width: 100%;
	}

	.footer-menu-box h6 {
		margin-bottom: 20px;
	}

	.footer-menu-list {
		font-size: 15px;
	}

	.footer-menu-list li+li {
		margin-top: 5px;
	}

	.footer-contact-list {
		padding-right: 0;
		font-size: 15px;
	}

	.footer-contact-list li+li {
		margin-top: 12px;
	}

	.footer-contact-list li span {
		width: 20px;
		min-width: 20px;
	}

	#footer::before {
		display: none;
	}
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	h1 {
		font-size: 40px;
		line-height: 44px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 18px;
	}

	/* ================= Home Start ================= */
	.service-item {
		width: 50%;
	}

	.clients-slider-list .slick-next {
		right: -15px;
	}

	.clients-slider-list .slick-prev {
		left: -15px;
	}

	.grid-tabs-link {
		width: 310px;
	}

	.grid-body-content {
		width: calc(100% - 310px);
		padding: 30px;
	}

	.grid-body p {
		font-size: 15px;
		line-height: 26px;
	}

	.grid-list li {
		width: 100%;
	}

	.grid-tabs-link .nav-tabs .nav-link span {
		width: 35px;
		height: 35px;
	}

	.grid-tabs-link .nav-tabs .nav-link {
		padding: 15px 20px;
		padding-left: 70px;
	}

	.partner-img {
		width: 68%;
	}

	.partner-item {
		padding: 0 15px;
	}

	/* ================= Contact Start ================= */
	.contact-form-outer {
		margin-bottom: 40px;
	}

	.contact-form-outer {
		padding: 40px 20px;
		margin-bottom: 30px;
	}

	.contact-form-outer h3 {
		font-size: 30px;
	}


	/* ================= about Start ================= */
	.intro-text h3 {
		font-size: 33px;
		line-height: 36px;
	}

	.intro-outer-content {
		align-items: start;
	}

	/* ================= Service Start ================= */
	.grid-content {
		padding-top: 30px;
	}

	.reverse .grid-block-img {
		padding-left: 20px;
	}

	.block-text {
		padding: 0;
		line-height: 29px;
	}

	.grid-block-container::before {
		width: 450px;
		height: 540px;
		margin-left: 0;
		left: -100px;
		top: 100px;
	}

	.grid-block-img {
		padding-right: 20px;
	}

	.web-designer-container::before,
	.user-experience-container::before {
		width: 400px;
		height: 440px;
		margin-left: 250px;
	}

	.wd-img-content,
	.ui-content .wd-img-content {
		width: 100%;
		margin-bottom: 50px;
		padding-bottom: 100px;
	}

	.wd-text-content,
	.ui-content .wd-text-content {
		width: 100%;
		padding: 0;
	}

	.ui-content .wd-text-content {
		padding: 20px;
		box-shadow: 0px 1px 20px rgba(16, 131, 224, .07);
	}

	.ui-content .wd-text-content::before {
		display: none;
	}

	/* ================= web-Design End ================= */
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {

	.container,
	.container.container1 {
		width: 100%;
	}

	h1 {
		font-size: 36px;
		line-height: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 27px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 16px;
	}

	.content-container {
		padding: 40px 0;
	}

	.navbar-brand {
		width: 80px;
		margin: 0;
		min-width: 80px;
	}

	.header-right>.btn {
		display: none;
	}

	.header-right {
		margin-right: 60px;
	}

	.header-contact {
		font-size: 16px;
	}

	.navbar-toggler {
		width: 50px;
		height: 50px;
	}

	.navbar-toggler .navbar-toggler-icon {
		width: 27px;
	}

	.navbar-toggler .navbar-toggler-icon:before,
	.navbar-toggler .navbar-toggler-icon:after {
		width: 27px;
	}

	.navbar-toggler.collapsed .navbar-toggler-icon:before {
		top: -9px;
	}

	.navbar-toggler.collapsed .navbar-toggler-icon:after {
		bottom: -9px;
	}

	.dropdown-item {
		padding: 7px 20px 7px 20px;
	}

	/* ================= Home Start ================= */
	.content-container.hero-container {
		padding-bottom: 55px
	}

	.hero-shape.shape-1 {
		clip-path: polygon(80% 9%, 100% 0, 100% 100%, 0 72%, 0 0, 63% 0);
	}

	.hero-shape.shape-2 {
		clip-path: polygon(100% 100%, 0 72%, 0 100%);
	}

	.hero-img {
		margin-bottom: 60px;
		padding: 0 10%;
		width: 100%;
	}

	.hero-btn {
		margin-top: 20px;
	}

	.hero-btn .btn+.btn {
		margin-top: 0;
		margin-left: 15px;
		display: inline-block;
	}

	.service-item {
		width: 100%;
		padding: 15px;
	}

	.service-box {
		padding: 15px;
	}

	.heading {
		margin-bottom: 40px;
	}

	.heading h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 15px;
	}

	.heading h3::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.hero-content h1 {
		font-size: 34px;
		line-height: 40px;
	}

	.hero-content {
		padding: 0;
	}

	.clients-box {
		padding: 25px;
	}

	.clients-box>span {
		width: 50px;
		height: 50px;
		padding: 15px;
		top: -25px;
		right: 30px;
	}

	.clients-img {
		width: 75px;
		height: 75px;
	}

	.clients-box blockquote {
		font-size: 14px;
		line-height: 24px;
	}

	.clients-content-outer {
		padding-bottom: 50px;
	}

	.clients-slider-list .slick-prev,
	.clients-slider-list .slick-next {
		bottom: -50px;
		top: auto;
	}

	.clients-slider-list .slick-prev {
		left: 0;
	}

	.clients-slider-list .slick-next {
		right: 0;
	}

	.service-item.slick-active .service-box {
		box-shadow: 0px 24px 60px rgb(82 187 232 / 10%)
	}

	.quote-by {
		font-size: 14px;
		line-height: 20px;
	}

	.quote-by strong {
		margin-bottom: 5px;
	}

	.inner-banner-content h1 {
		font-size: 33px;
		line-height: 33px;
		margin-bottom: 10px;
	}

	/* ================= Contact & request-quote-page Start ================= */
	.contact-form-outer {
		padding: 40px 20px;
		margin-bottom: 30px;
	}

	.contact-form-outer h3 {
		font-size: 30px;
	}

	.contact-detail-outer {
		padding: 40px 20px;
	}

	.map-content {
		height: 250px;
	}

	.rq-text {
		padding-right: 0;
	}

	.rq-text p {
		font-size: 18px;
		line-height: 27px;
	}

	.content-container.request-quote-container h4 {
		font-size: 22px;
		margin-bottom: 50px;
	}

	.content-container.request-quote-container {
		padding-bottom: 50px;
	}

	/* ================= about Start ================= */
	.about-container::before {
		width: 400px;
		height: 450px;
	}

	.about-container::before {
		margin-left: -100px;
		left: 0;
	}

	.intro-text {
		padding: 0 !important;
		width: 100%;
	}

	.intro-text h3 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.intro-text {
		line-height: 28px;
	}

	.reverse .intro-outer-content {
		flex-flow: column-reverse;
	}

	.intro-img {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}

	.intro-img-box {
		padding: 0 5%;
	}

	.intro-outer-content {
		flex-flow: column-reverse;
	}

	.intro-item+.intro-item {
		margin-top: 60px;
	}

	/* ================= srvice Start ================= */
	.block-text {
		padding-left: 0;
		line-height: 27px;
		letter-spacing: normal;
	}

	/* ================= Footer Start ================= */
	.footer-menu-box {
		width: 100%;
	}

	.footer-menu-box+.footer-menu-box {
		margin-top: 40px
	}

	.social-media {
		padding: 20px 0;
	}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.btn {
		font-size: 14px;
		line-height: 18px;
		padding: 14px 20px;
		width: 100%;
	}

	.hero-btn .btn+.btn,
	.btn+.btn {
		margin-top: 15px;
		margin-left: 0;
	}

	.clients-item {
		border: none;
	}
}

.heading text-start-h {
	text-align: center;
	align-items: center;
}

/* ================= LEADERSHIP CSS================= */

/* ================= HERO ================= */
.hero{
    height:350px;
    background:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d') center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    margin-top:70px;
}
.hero::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    top:0;
    left:0;
}
.hero-content{
    position:relative;
    color:#fff;
}
.hero-content h1{
    /* font-size:40px;
    font-weight:600; */
}
.hero-line{
    width:50px;
    height:3px;
    background:#00aaff;
    margin:10px auto 0;
}

/* ================= SECTION ================= */
.section{
    padding:70px 10%;
    text-align:center;
}
.section h2{
    font-size:40px;
    margin-bottom:14px;
	margin-top: 12px;
}
.section p{
    max-width:800px;
    margin:0 auto 30px;
    font-size:16px;
    color:rgb(110, 87, 87);
    line-height:1.7;
	
}
.blue-heading{
    color:#008cff;
    font-weight:600;
    margin:40px 0;
}

/* ================= TEAM GRID ================= */
.team-grid{
    display:flex;
    justify-content:center;
    gap:60px;
    flex-wrap:wrap;
}
.team-card{
    text-align:center;
}
.team-card img{
    width:180px;
    height:180px;
    border-radius:50%;
    object-fit:cover;
    box-shadow:0 8px 20px rgba(0,0,0,0.1);
}
.team-card h4{
    margin:10px 0 3px 0;   /* top right bottom left */
    font-size:18px;
}

.team-card span{
    display:block;
    margin:0;
    font-size:13px;
    color:#008cff;
}
.read-btn{
	margin-top: 4px;
	padding: 6px 15px;
	border: 1px solid var(--primary);
	background: transparent;
	color: var(--primary);
	font-size: 14px;
	border-radius: 4px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 10px; margin-inline: auto;
}
.read-btn:hover{
    background:var(--primary);
    color:#fff;
}

/* ================= FOOTER ================= */
/* ================= RESPONSIVE ================= */
@media(max-width:768px){
    header{
        padding:15px 20px;
    }
    .team-grid{
        gap:30px;
    }
}

/* ================= Career Form Section ================= */

.career-form-section {
    background: #f8f9fa;
}

.career-left-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.career-left-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.career-form-box {
    background: #ebebeb;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
	margin-top: 60px;
}

.career-form-box .form-control,
.career-form-box .form-select {
    height: 45px;
    border-radius: 6px;
    font-size: 14px;
}

.career-form-box button {
    height: 45px;
    border-radius: 25px;
    font-weight: 500;
}


/* ================= Career Intro Section ================= */

.career-intro-section {
    background: #f4f4f4;
    padding: 80px 0;
}

.career-main-title {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
	text-align: center;
}

.career-text {
    font-size: 18px;
    line-height: 1.9;
    color: #222;
    max-width: 1200px;
}