
/* :: Google Roboto Font & Google Open Sans Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* :: HTML Root */
:root {
 --mainColor: #322f6a;
 --mainColorRGB: 50 47 106;
 --secColor: #1b1464;
 --bodyColor: #000000;
 --whiteColor: #FFF;
 --whiteColor2: #F2F2F2;
 --grayColor: #DDD;
 --sectionBg: #F9F9F9;
 --copyrightBg: #282828;
}
/* :: All Transition */
* {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}
/* :: Body */
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: var(--secColor);
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row>* {
	padding-right: 15px;
	padding-left: 15px;
}
.container, .container-fluid {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

::-moz-selection {
 background-color: var(--mainColor);
 color: var(--whiteColor);
 text-shadow: none;
}
::selection {
	background-color: var(--mainColor);
	color: var(--whiteColor);
	text-shadow: none;
}

::-webkit-input-placeholder {
 color: var(--bodyColor);
 font-size: 12px;
 font-weight: 400;
 display: inline-block;
 text-transform: capitalize;
 position: relative;
}
0 
::-moz-placeholder {
 color: var(--bodyColor);
 font-size: 12px;
 font-weight: 400;
 display: inline-block;
 text-transform: capitalize;
 position: relative;
}

:-ms-input-placeholder {
 color: var(--bodyColor);
 font-size: 12px;
 font-weight: 400;
 display: inline-block;
 text-transform: capitalize;
 position: relative;
}

::-ms-input-placeholder {
 color: var(--bodyColor);
 font-size: 12px;
 font-weight: 400;
 display: inline-block;
 text-transform: capitalize;
 position: relative;
}

::placeholder {
 color: var(--bodyColor);
 font-size: 12px;
 font-weight: 400;
 display: inline-block;
 text-transform: capitalize;
 position: relative;
}
button {
	border: 0;
	background-color: transparent;
	outline: none;
	margin: 0;
	padding: 0;
}
a, a:hover, a:focus, button:focus {
	text-decoration: none;
	color: var(--whiteColor);
}
/* :: Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	line-height: 26px;
}
/* :: Display Table */
.display-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	min-height: 100%;
}
/* :: My Classes */
.py-30 {
	margin: 15px 0;
}
.statistic-item img {
	padding: 0px 0px 20px 0px;
}
.py-footer {
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #31326c;
}
.footer-text {
	text-align: right;
}
.py-footer-20 {
	padding-bottom: 30px;
}
.py-contact-text {
	padding: 30px 0 0px 0;
}
.icn-space {
	padding: 0 15px 0 0px;
}
.py-20 {
	padding-right: 10px;
}
.py-15 {
	padding: 15px 0px;
}
.py-90 {
	padding: 90px 0px 20px 0px;
}
.pyb-30 {
	padding: 0px 0px 30px 0px;
}
.pt-10 {
	padding: 10px 0px 0px 0px;
}
.pt-20 {
	padding: 20px 0px 0px 0px;
}
.py-50 {
	padding: 50px 0 20px 0;
}
.py-40 {
	padding: 0px 0 50px 0;
}
.py-60 {
	padding: 60px 0;
}
.py-70 {
	padding: 70px 0;
}
.py-65 {
	padding: 85px 0 65px 0;
}
.py-100 {
	padding: 100px 0;
}
.py-150 {
	padding: 150px 0;
}
.py-100-70 {
	padding: 100px 0 70px 0;
}
.pb-70 {
	padding-bottom: 70px;
}
.p-0 {
	padding: 0 !important;
}
.mt-30 {
	margin-top: 30px
}
.mr-30 {
	margin-right: 30px
}
.mb-30 {
	margin-bottom: 30px
}
.ml-30 {
	margin-left: 30px
}
 @-webkit-keyframes hithere {
 30% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 40%,  60% {
 -webkit-transform: rotate(-20deg) scale(1.2);
 transform: rotate(-20deg) scale(1.2);
}
 50% {
 -webkit-transform: rotate(20deg) scale(1.2);
 transform: rotate(20deg) scale(1.2);
}
 70% {
 -webkit-transform: rotate(0deg) scale(1.2);
 transform: rotate(0deg) scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes hithere {
 30% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 40%,  60% {
 -webkit-transform: rotate(-20deg) scale(1.2);
 transform: rotate(-20deg) scale(1.2);
}
 50% {
 -webkit-transform: rotate(20deg) scale(1.2);
 transform: rotate(20deg) scale(1.2);
}
 70% {
 -webkit-transform: rotate(0deg) scale(1.2);
 transform: rotate(0deg) scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes updown {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 40% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px)
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
}
 @keyframes updown {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 40% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px)
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -o-repeating-linear-gradient(left, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -o-linear-gradient(bottom, rgb(255 255 255 / 20%), var(--secColor));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -webkit-gradient(linear, left bottom, left top, from(rgb(255 255 255 / 20%)), to(var(--secColor)));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), linear-gradient(0deg, rgb(255 255 255 / 20%), var(--secColor));
}
.overlay-2 {
	background: -o-repeating-linear-gradient(left, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -o-linear-gradient(bottom, rgb(34 34 34 / 80%), rgb(34 34 34 / 90%));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -webkit-gradient(linear, left bottom, left top, from(rgb(34 34 34 / 80%)), to(rgb(34 34 34 / 90%)));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), linear-gradient(0deg, rgb(34 34 34 / 80%), rgb(34 34 34 / 90%));
}
.overlay-3 {
	background: -o-repeating-linear-gradient(left, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -o-linear-gradient(bottom, rgb(var(--mainColorRGB) / 10%), rgb(var(--mainColorRGB) / 80%));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -webkit-gradient(linear, left bottom, left top, from(rgb(var(--mainColorRGB) / 10%)), to(rgb(var(--mainColorRGB) / 80%)));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), linear-gradient(0deg, rgb(var(--mainColorRGB) / 10%), rgb(var(--mainColorRGB) / 80%));
}
.overlay-4 {
	background: -o-repeating-linear-gradient(left, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -o-linear-gradient(bottom, rgb(255 255 255 / 52%), rgb(255 255 255 / 27%));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -webkit-gradient(linear, left bottom, left top, from(rgb(255 255 255 / 52%)), to(rgb(255 255 255 / 27%)));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), linear-gradient(0deg, rgb(255 255 255 / 52%), rgb(255 255 255 / 27%));
	background: -o-repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -o-linear-gradient(bottom, rgb(255 255 255 / 52%), rgb(255 255 255 / 27%));
	background: -o-repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -webkit-gradient(linear, left bottom, left top, from(rgb(255 255 255 / 52%)), to(rgb(255 255 255 / 27%)));
	background: -o-repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), linear-gradient(0deg, rgb(255 255 255 / 52%), rgb(255 255 255 / 27%));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), linear-gradient(0deg, rgb(255 255 255 / 52%), rgb(255 255 255 / 27%));
}
.overlay-5 {
	background: -o-repeating-linear-gradient(left, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -o-linear-gradient(bottom, rgb(var(--mainColorRGB) / 80%), rgb(var(--mainColorRGB) / 90%));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), -webkit-gradient(linear, left bottom, left top, from(rgb(var(--mainColorRGB) / 80%)), to(rgb(var(--mainColorRGB) / 90%)));
	background: repeating-linear-gradient(90deg, transparent, rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.01), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.02), rgba(34, 34, 34, 0.09), rgba(34, 34, 34, 0.04), rgba(34, 34, 34, 0.06), rgba(34, 34, 34, 0.01) 3px), linear-gradient(0deg, rgb(var(--mainColorRGB) / 80%), rgb(var(--mainColorRGB) / 90%))
}
.btn-1 {
	background-color: #faa831;
	color: #000000;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 16px;
	font-weight: 700;
	min-width: 180px;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	border-radius: 50px;
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: -ms-inline-grid;
	display: inline-grid;
	cursor: pointer;
}
.btn-1:hover {
	color: var(--mainColor);
}
.btn-1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--whiteColor);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.btn-1:hover:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
.btn-2 {
	background-color: #322f6a;
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 16px;
	font-weight: 700;
	min-width: 180px;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	letter-spacing: 0px;
	border-radius: 50px;
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: -ms-inline-grid;
	display: inline-grid;
	cursor: pointer;
}
.btn-2:hover {
	color: #000000;
	background-color: #faa831;
}
.btn-2:after {
	background-color: #322f6a;
}
.btn-3:hover {
	color: var(--whiteColor);
}
.btn-3:after {
	background-color: var(--secColor);
}
.btn-4 {
	background-color: var(--secColor);
	color: var(--whiteColor);
}
.btn-4:hover {
	color: var(--whiteColor);
}
.btn-4:after {
	background-color: var(--mainColor);
}
.btn-5 {
	background-color: var(--whiteColor);
	color: var(--mainColor);
}
.btn-5:hover {
	color: var(--whiteColor);
}
.btn-5:after {
	background-color: var(--secColor);
}
/* :: Section Title */
.sec-title {
	margin-bottom: 30px;
}
.sec-title p {
	color: #000000;
	font-size: 16px;
}
.sec-title h2 {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
	color: #1b1464;
	text-transform: capitalize;
	position: relative;
}
.sec-title h3 {
    font-size: 30px;
    line-height: 36px;
    color: var(--secColor);
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
}
.sec-title h4 {
    font-size: 24px;
    line-height: 30px;
    color: var(--secColor);
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
}
.sec-title ul li {
    font-size: 16px;
    line-height: 28px;
    color: var(--bodyColor);
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    list-style: disc;
    margin-left: 20px;
}
.contact-us-page h4 {
	font-size: 32px;
	line-height: 32px;
	color: var(--secColor);
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
}
.contact-us-page p {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}
.contact-us-page p a{
	color: #000000;
}
.contact-us-page p a:hover{
	color: #00000090;
}
.sec-title .sec-explain {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
	text-transform: capitalize;
	position: relative;
	color: #000000;
}
.sec-title .sec-explain span {
	font-weight: 700;
	color: #1b1464;
}
.sec-title .btn-1.sec-btn {
	display: -ms-inline-grid;
	display: inline-grid;
	margin-top: 30px
}
/* :: Section Title Style 2 */
.sec-title.style-2 h2:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 5000px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc(100% + 10px);
}
/* :: Color Box */
.color-box {
	position: fixed;
	right: -200px;
	top: 150px;
	width: 200px;
	background-color: #fff;
	z-index: 999;
	padding: 30px;
}
.color-box.active {
	right: 0;
	-webkit-box-shadow: 0px 0px 40px 4px rgba(34, 34, 34, 0.2);
	box-shadow: 0px 0px 40px 4px rgba(34, 34, 34, 0.2);
}
.color-box .open-color-box {
	display: inline-block;
	text-align: center;
	color: #FFF;
	background-color: var(--mainColor);
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 2px solid var(--mainColor);
	position: absolute;
	left: -40px;
	top: 0;
	outline: none;
	-webkit-box-shadow: 0px 0px 40px 4px rgba(34, 34, 34, 0.2);
	box-shadow: 0px 0px 40px 4px rgba(34, 34, 34, 0.2);
}
.color-box .open-color-box i {
	-webkit-animation-name: rotation-open-color-box;
	animation-name: rotation-open-color-box;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	display: inline-block;
}
@-webkit-keyframes rotation-open-color-box {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
@keyframes rotation-open-color-box {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.color-box h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 20px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}
.color-box .colors {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.color-box .colors li {
	font-size: 18px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.color-box .colors li:first-child {
	background-color: #F39C12;
}
.color-box .colors li:nth-child(2) {
	background-color: #E8676B;
}
.color-box .colors li:nth-child(3) {
	background-color: #C446DA;
}
.color-box .colors li:nth-child(4) {
	background-color: #FF5E94;
}
.color-box .colors li:nth-child(5) {
	background-color: #78CC6D;
}
.color-box .colors li:nth-child(6) {
	background-color: #0CB4CE;
}
.color-box .colors li:nth-child(7) {
	background-color: #1ABC9C;
}
.color-box .colors li:nth-child(8) {
	background-color: #F3C26B;
}
.color-box .colors li:last-child {
	background-color: #e11d07;
}
/* :: Loading */
.loading {
	position: fixed;
	background-color: var(--whiteColor);
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.loading .loading-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	-ms-transform: translate(-50%, -50%) scale(0.8);
	transform: translate(-50%, -50%) scale(0.8);
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--mainColor);
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
}
 @-webkit-keyframes lds-ellipsis1 {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes lds-ellipsis1 {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes lds-ellipsis3 {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
}
 @keyframes lds-ellipsis3 {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
}
 @-webkit-keyframes lds-ellipsis2 {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 100% {
 -webkit-transform: translate(24px, 0);
 transform: translate(24px, 0);
}
}
 @keyframes lds-ellipsis2 {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 100% {
 -webkit-transform: translate(24px, 0);
 transform: translate(24px, 0);
}
}
/* :: Top Navbar */
.top-navbar {
    background-color: #1b1464;
}

.all-navbar.active .top-navbar {
    display: none
}

.top-navbar .content-box .website-info li {
    display: inline-block;
    color: var(--whiteColor);
    font-size: 13px;
    padding: 15px;
    padding-left: 0;
    line-height: 1.1;
    font-weight: 600;
    text-transform: capitalize;
}

.top-navbar .content-box .website-info li i {
    margin-right: 6px;
    color: var(--whiteColor);
}

.top-navbar .content-box .website-info li a {
    display: inline-block;
    color: var(--whiteColor);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: lowercase;
}

.top-navbar .content-box .website-icon-social li {
    display: inline-block;
    color: var(--whiteColor);
    font-size: 14px;
    padding-left: 15px;
    line-height: 1;
}

.top-navbar .content-box .website-icon-social li:hover i {
    color: var(--secColor);
}

/* :: Navbar */
.nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, .15);  
}

.nav-bar.active {
    -webkit-box-shadow: 0 5px 40px rgb(34 34 34 / 11%);
    box-shadow: 0 5px 40px rgb(34 34 34 / 11%);
    background-color: var(--whiteColor);
}

.nav-bar .logo .logo-nav {
    display: block;
}

.nav-bar .logo .logo-nav img {
    width: auto;
}

.nav-bar .logo .logo-nav img.two {
    display: none;
}

.nav-bar.active .logo .logo-nav img.one {
    display: none;
}

.nav-bar.active .logo .logo-nav img.two {
    display: block;
}

.nav-bar .logo .open-nav-bar {
    display: none
}

.nav-bar .nav-bar-links .level-1 .item-level-1 {
    display: inline-block;
    position: relative;
}

.nav-bar .nav-bar-links .level-3 .item-level-3 {

    position: relative;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: var(--whiteColor);
    font-size: 15px;
    font-weight: 700;
    padding: 35px 0;
    margin: 0 30px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
	text-transform:uppercase;
}

.nav-bar.active .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: var(--secColor);
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:before {
    content: '';
    background-color: #faa831;
    position: absolute;
    width: 0%;
    height: 4px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover:before,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active:before {
    width: 100%;
}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
    margin-right: 0;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    border-left: 2px solid var(--mainColor);
}


.nav-bar .nav-bar-links .level-2 {
    position: absolute;
    z-index: 2;
    background-color: var(--whiteColor);
    top: 100%;
    left: 0;
    min-width: 225px;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(34 34 34 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(34 34 34 / 10%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    position: relative;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
    color: var(--secColor);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 12px 25px;
    border-bottom: 1px solid rgb(248 246 247 / 80%);
}

.nav-bar .nav-bar-links .level-2 .item-level-2:last-of-type .link-level-2 {
    border-bottom: 0;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover:after,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2.color-active:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #322f6a;
}



.nav-bar .nav-bar-links .level-3 .item-level-3 .link-level-3:hover {
    border-left: 2px solid var(--mainColor);
}

.nav-bar .nav-bar-links .level-3 {
    position: absolute;
    z-index: 2;
    background-color: var(--whiteColor);
    top:0;
    left:0;
    min-width: 225px;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(34 34 34 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(34 34 34 / 10%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-3 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateX(225px);
    opacity: 1;
    visibility: visible;

}

.nav-bar .nav-bar-links .level-3 .item-level-3 {
    position: relative;
}

.nav-bar .nav-bar-links .level-3 .item-level-3 .link-level-3 {
    color: var(--secColor);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 12px 25px;
    border-bottom: 1px solid rgb(248 246 247 / 80%);
}

.nav-bar .nav-bar-links .level-3 .item-level-3:last-of-type .link-level-3 {
    border-bottom: 0;
}

.nav-bar .nav-bar-links .level-3 .item-level-3 .link-level-3:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: visible;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nav-bar .nav-bar-links .level-3 .item-level-3 .link-level-3:hover:after,
.nav-bar .nav-bar-links .level-3 .item-level-3 .link-level-3.color-active:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #322f6a;


}
.nav-bar .nav-bar-tools li {
    position: relative;
}

.nav-bar .nav-bar-tools li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding: 30px 15px 30px 0;
}

.nav-bar .nav-bar-tools li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.nav-bar .nav-bar-tools li:after {
    content: '';
    width: 2px;
    height: 25px;
    background-color: rgb(155 155 155 / 30%);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-bar .nav-bar-tools li:last-of-type:after {
    display: none;
}

.nav-bar .nav-bar-tools li.item.phone {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-bar .nav-bar-tools li .search-icon i {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: var(--whiteColor);
}

.nav-bar.active .nav-bar-tools li .search-icon i {
    color: var(--secColor);
}

.nav-bar .nav-bar-tools li .nav-bar-contact i {
    font-size: 35px;
    float: left;
    line-height: 1;
    color: var(--mainColor);
}

.nav-bar .nav-bar-tools li .nav-bar-contact:hover i {
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1s ease infinite;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
    padding-left: 50px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
    color: var(--whiteColor);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}

.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box span {
    color: var(--bodyColor)
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    font-family: "Open Sans", sans-serif;;
    color: var(--whiteColor);
}

.nav-bar .nav-bar-tools li .cart-icon i {
    color: var(--whiteColor);
}

.nav-bar .nav-bar-tools li .cart-icon i:hover {
    cursor: pointer
}

.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a,
.nav-bar.active .nav-bar-tools li .cart-icon i {
    color: var(--secColor)
}

.nav-bar .nav-bar-tools li .search-icon:hover i,
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.nav-bar .nav-bar-tools li .cart-icon:hover i {
    color: var(--mainColor);
}

.nav-bar .nav-bar-tools li.cart {
    padding: 29px 15px 29px 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup {
    background-color: var(--whiteColor);
    padding: 40px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 320px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
    width: 50px;
    height: 50px;
    float: left;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
    padding-left: 65px;
    padding-right: 25px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 4px;
    color: var(--secColor);
    font-weight: 500;
    font-family: "Open Sans", sans-serif;;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: var(--bodyColor);
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
    font-size: 13px;
    font-weight: 500;
    width: 22px;
    height: 22px;
    line-height: 20px;
    background-color: var(--secColor);
    color: var(--whiteColor);
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
    background-color: var(--mainColor);
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: var(--bodyColor);
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
    color: var(--mainColor);
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
    margin-top: 20px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
    outline: none;
    padding: 0 22px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
    margin-right: 10px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
    margin-right: 16px;
}

 /*:: Navbar Home 2 */
.nav-bar.home-2.active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	border:1px solid #e0e0e5;
}

.hide {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.nav-bar.home-2 .nav-bar-links .level-1 .item-level-1 .link-level-1,
.nav-bar.home-2 .nav-bar-tools li .cart-icon i,
.nav-bar.home-2 .nav-bar-tools li .nav-bar-contact .content-box a,
.nav-bar.home-2 .nav-bar-tools li .search-icon i {
    color: #000000;
}

.nav-bar.home-2 .nav-bar-links .level-1 .item-level-1:hover .link-level-1,
.nav-bar.home-2 .nav-bar-tools li .cart-icon:hover i,
.nav-bar.home-2 .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.nav-bar.home-2 .nav-bar-tools li .search-icon:hover i {
    color: #faa831;
}

.nav-bar.home-2 .nav-bar-tools li .nav-bar-contact .content-box span {
    color: #1b1464;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2.color-active {
    color: #1b1464;
}


/* :: Search Box 
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--mainColorRGB) / 90%);
    z-index: 1040;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.search-box form {
    position: relative;
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 15px;
    font-size: 26px;
    color: var(--whiteColor);
    border: 2px solid var(--whiteColor);
    line-height: 40px;
}

.search-box form input::-webkit-input-placeholder {
    color: var(--whiteColor);
    font-size: 22px
}

.search-box form input::-moz-placeholder {
    color: var(--whiteColor);
    font-size: 22px
}

.search-box form input:-ms-input-placeholder {
    color: var(--whiteColor);
    font-size: 22px
}

.search-box form input::-ms-input-placeholder {
    color: var(--whiteColor);
    font-size: 22px
}

.search-box form input::placeholder {
    color: var(--whiteColor);
    font-size: 22px
}

.search-box form button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 22px;
    color: var(--whiteColor);
    border: 0;
    outline: none;
}

.search-box .search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: var(--whiteColor);
    cursor: pointer;
}

.search-box .search-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: var(--mainColor);
}
*/
 /*:: Header */
.header .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header .banner{
    padding-top: calc(86px + 150px);
    padding-bottom: 150px;
}
.header .banner .headline {
    color: var(--whiteColor);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 54px;
    margin-bottom: 20px;
}

.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--whiteColor);
    font-weight: 500;
    line-height: 25px;
    margin: 0 100px 30px 0;
    position: relative;
}
.header .banner .feauture-icons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}
.header .banner .feauture-icons li {
    display: block;
}

.header .banner .feauture-icons li:last-of-type {
    margin-right: 0;
}

.header .banner .feauture-icons li a {
    display: block;
}

.header .banner .feauture-icons li a i {
    font-size: 45px;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.top-navbar .content-box .website-info li:hover i,
.header .banner .feauture-icons li:hover a i,
.about .about-img-box .experience-box:hover i,
.about-features .item:hover i,
.services .services-item:hover .icon-item,
.quote-tabs .nav-item:hover .nav-link i,
.statistic-item:hover i,
.features-item:hover i,
.provide-features-list li:hover i,
.footer .support .footer-contact li:hover a i,
.footer .support .footer-contact li:hover p i,
.footer-social-media li:hover a,
.provide-statistics .experience-box:hover .content-box i,
.why-choose-us .experience-box:hover i,
.team .team-item .text-box-style-2 .social-media li:hover a,
.social-media-box li:hover a{
    -webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}

.header .banner .feauture-icons li a span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    line-height: 1.6;
}

/* :: Header AR-Carousel Nav */
.header-ar-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

.header-ar-carousel.owl-carousel .owl-nav button.owl-next,
.header-ar-carousel.owl-carousel .owl-nav button.owl-prev {
    margin: 0
}

.header-ar-carousel.owl-carousel .owl-nav button.owl-next i,
.header-ar-carousel.owl-carousel .owl-nav button.owl-prev i {
    font-size: 60px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-ar-carousel.owl-carousel:hover .owl-nav button.owl-next i,
.header-ar-carousel.owl-carousel:hover .owl-nav button.owl-prev i {
    opacity: 1;
    visibility: visible;
}

.header-ar-carousel.owl-carousel .owl-nav button.owl-next i {
    right: 10px
}

.header-ar-carousel.owl-carousel .owl-nav button.owl-prev i {
    left: 10px
}

.header-ar-carousel.owl-carousel .owl-nav button.owl-next i:hover,
.header-ar-carousel.owl-carousel .owl-nav button.owl-prev i:hover {
    color: var(--mainColor);
}

 /*:: Header AR-Carousel Dots */
.header-ar-carousel.owl-carousel .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1;
}

.header-ar-carousel.owl-carousel .owl-dots .owl-dot span,
.services-ar-carousel.owl-carousel .owl-dots .owl-dot span,
.case-studies-ar-carousel.owl-carousel .owl-dots .owl-dot span,
.case-studies-ar-carousel-2.owl-carousel .owl-dots .owl-dot span,
.features-ar-carousel.owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    width: 25px;
    height: 6px;
    border: 0;
    border-radius: 0;
    background-color: #fafafa;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-ar-carousel.owl-carousel .owl-dots .owl-dot.active span,
.header-ar-carousel.owl-carousel .owl-dots .owl-dot:hover span,
.services-ar-carousel.owl-carousel .owl-dots .owl-dot.active span,
.services-ar-carousel.owl-carousel .owl-dots .owl-dot:hover span,
.case-studies-ar-carousel.owl-carousel .owl-dots .owl-dot.active span,
.case-studies-ar-carousel.owl-carousel .owl-dots .owl-dot:hover span,
.case-studies-ar-carousel-2.owl-carousel .owl-dots .owl-dot.active span,
.case-studies-ar-carousel-2.owl-carousel .owl-dots .owl-dot:hover span,
.features-ar-carousel.owl-carousel .owl-dots .owl-dot.active span,
.features-ar-carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #faa831;
    width: 35px;
}
/* :: Header Home */
.header.home-2 .banner{
    padding: 150px 0;
}
.header.home-2 .banner .about-website{
    margin-bottom: 40px;
}
/* :: About */
.about {
	background-image: url(../images/about/about-full-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.about .about-img-box {
	position: relative;
	height: 100%;
	margin: 0 50px 0 0;
}
.about .about-img-box .img-box {
	background-position: top center;
	position: relative;
	height: 100%;/*background-size: cover;*/
}
.about .about-img-box .experience-box {
	background-color: var(--mainColor);
	color: var(--whiteColor);
	position: absolute;
	bottom: 40px;
	right: -30px;
	z-index: 1;
	padding: 40px;
	z-index: 3
}
.about .about-img-box .experience-box i {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px;
	display: inline-block;
}
.about .about-img-box .experience-box .experience-counter {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	font-family: "Open Sans", sans-serif;
	;
}
.about .about-img-box .experience-box .text-counter {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
	position: relative;
}
.about .about-img-box .experience-box:after {
	content: '';
	background-color: #faa831;
	width: 40px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -40px;
}
.about .text-box .sec-title, .provide-statistics .sec-title {
	margin-bottom: 30px
}
.about .text-box .sec-title h3 {
	margin-bottom: 20px
}
.about .text-box .sec-title .sec-explain {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
}
.about-features .item i {
	font-size: 40px;
	line-height: 1;
	color: var(--mainColor);
	float: left;
}
.about-features .item .content {
	padding-left: 60px;
}
.about-features .item .content h4 {
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	font-size: 22px;
	line-height: 1.25;
}
.about-features .item .content p {
	margin-top: 14px;
	margin-bottom: 30px
}
.about .text-box p.text {
	margin-bottom: 30px;
}
.about .about-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
img.about-sign, img.signature {
	max-width: 250px
}
/* :: About Home 2 */
.about.home-2 .about-img-box {
	margin: 0 20px 0 30px;
}
.about.home-2 .about-img-box .experience-box {
	right: auto;
	left: -30px;
}
.about.home-2 .about-img-box .experience-box:after {
	bottom: 0;
	left: auto;
	right: -10px;
	width: 10px;
}
.about.home-2 .about-img-box .experience-box::before {
	content: '';
	border: 30px solid;
	position: absolute;
	bottom: -30px;
	left: -29px;
	border-bottom-color: transparent;
	border-right-color: var(--mainColor);
	border-left-color: transparent;
	border-top-color: transparent;
	z-index: -3;
}
.about.home-2 .text-box .sec-title .sec-explain {
	color: #000000;
}
.about.home-2 .text-box .sec-title p span {
	color: #1b1464;
	font-weight: 700;
}
.core-about-list {
	overflow: hidden;
	margin-bottom: calc(30px - 12px);
}
.core-about-list li {
	margin-bottom: 12px;
	float: left;
	width: 100%;
	position: relative;
}
.core-about-list li i {
	font-size: 11px;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.core-about-list li h4 {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: var(--secColor);
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	padding-left: 35px;
}
.about-quote {
	background-color: var(--whiteColor2);
	padding: 30px 40px;
	font-size: 15px;
	line-height: 2;
	font-weight: 600;
	text-transform: capitalize;
	border-left: 5px solid var(--mainColor);
	margin-bottom: 30px;
}
.img-person img.person {
	border-radius: 50%;
	width: 90px;
	margin-right: 25px;
	border: 3px solid var(--mainColor);
	padding: 8px;
}
/* :: Core Purpose */

.core-purpose {
	background-image: url(../images/about/core-purpose-large.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.services {
	background-image: url(../images/services/01_services.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.services .sec-title h3, .services .sec-title .sec-explain {
	color: var(--whiteColor)
}
.services .services-item {
	background-color: var(--whiteColor);
	padding: 50px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.services .services-item span, .features-item span, .provide-statistics .statistic-item span, .country-item span {
	position: absolute;
	z-index: 1;
	display: block;
	width: 0px;
	height: 0px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 1;
	background-color: var(--mainColor);
}
.services .services-item:hover span, .features-item:hover span, .provide-statistics .statistic-item:hover span, .country-item:hover span {
	width: 2000px;
	height: 2000px;
}
.services .services-item .icon-item {
	font-size: 65px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	color: var(--mainColor);
}
.services .services-item .icon-item-hover {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 120px;
	line-height: 1;
	display: inline-block;
	z-index: 1;
	color: var(--mainColor);
	opacity: 0;
}
.services .services-item:hover .icon-item-hover {
	color: var(--whiteColor);
	opacity: 0.3;
}
.services .services-item .title-item {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 22px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}
.services .services-item .description-item {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.link {
	display: block;
	border-top: 2px solid var(--whiteColor2);
	color: var(--secColor);
	margin-top: 20px;
	padding-top: 20px;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.services .services-item:hover .link {
	border-color: rgb(255 255 255 / 30%);
}
.link:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	font-size: 12px;
	opacity: 0;
	margin-left: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	-o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.link:hover:after {
	opacity: 1;
	margin-left: 15px;
	visibility: visible;
	color: var(--whiteColor);
}
.services .services-item:hover .link, .services .services-item:hover .icon-item, .services .services-item:hover .title-item, .services .services-item:hover .description-item, .country-item:hover .title-item, .country-item:hover .description-item, .country-item:hover .link {
	color: var(--blackColor)
}
/* :: Services AR-Carousel Dots */
.services-ar-carousel.owl-carousel .owl-dots, .features-ar-carousel.owl-carousel .owl-dots, .case-studies-ar-carousel.owl-carousel .owl-dots, .case-studies-ar-carousel-2.owl-carousel .owl-dots {
	margin: 0 auto 0 auto !important;
	position: relative;
	line-height: 1;
}
/* :: Services Home 2 */
.services.home-2, .country, .sponsors-section, .testimonial.home-2 {
	background: var(--sectionBg);
	background-image: url(../images/01_pattern.png);
	background-position: center;
	position: relative;
	overflow: hidden;
}
.services.home-2 .sec-title h3 {
	color: var(--secColor);
}
.services.home-2 .sec-title .sec-explain {
	color: var(--bodyColor);
}
.services.home-2 .services-item {
	position: relative;
	padding: 50px 35px;
	margin-bottom: 30px;
}
.services.home-2 .services-item .icon-item {
	float: left;
	font-size: 50px;
	line-height: 1;
	position: relative;
}
.services.home-2 .services-item .item-content {
	padding-left: 70px;
}
.services.home-2 .link {
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}
.note-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.note-section .text-box {
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	color: var(--bodyColor);
	background-color: var(--whiteColor2);
	padding: 17px 34px;
	text-transform: capitalize;
	text-align: center
}
.note-section .text-box b {
	color: var(--secColor);
}
.note-section .btn-box {
}
/* :: Sponsors */
.sponsors {
	background-color: var(--whiteColor);
	padding: 40px;
	overflow: hidden;
	position: relative;
	margin-top: 100px;
}
.sponsors-box-item img {
	opacity: 0.5;
}
.sponsors-box-item img:hover {
	opacity: 1;
}
/* :: Sponsors Home 2 */
.sponsors-section {
}
.sponsors-section .sponsors-ar-carousel {
	padding: 50px 0;
	border-top: 1px solid var(--grayColor);
}
/* :: Team */
.team .team-item, .case-studies .case-studies-item {
	position: relative;
	margin-bottom: 30px;
}
.team .team-item .img-box, .case-studies .case-studies-item .img-box {
	overflow: hidden;
}
.team .team-item:hover .img-box img, .case-studies .case-studies-item:hover .img-box img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.team .team-item .text-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline;
	background-color: rgb(34 34 34 / 50%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;/*opacity: 0;
    visibility: hidden;*/
}
.team .team-item:hover .text-box {
	opacity: 1;
	visibility: visible;
}
.team .team-item .text-box h4, .team .team-item .text-box-style-2 h4 {
	text-transform: capitalize;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 600;
	color: var(--whiteColor);
}
.team .team-item .text-box h4 a, .team .team-item .text-box-style-2 h4 {
	display: block;
	color: var(--whiteColor);
	text-align: center;
}
.team .team-item .text-box p, .team .team-item .text-box-style-2 p {
	display: inline-block;
	color: var(--whiteColor);
	margin: 12px 0 0 0;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
}
.team .team-item .text-box .social-media, .team .team-item .text-box-style-2 .social-media {
	margin-top: 30px;
}
.team .team-item .text-box .social-media li, .team .team-item .text-box-style-2 .social-media li {
	display: inline-block
}
.team .team-item .text-box .social-media li a, .team .team-item .text-box-style-2 .social-media li a {
	display: block;
	font-size: 16px;
	margin-right: 12px;
	color: var(--whiteColor);
	line-height: 1;
}
.team .team-item .text-box h4:hover, .team .team-item .text-box h4:hover a, .team .team-item .text-box .social-media li:hover a {
	color: #ffffff;
}
.team .team-item .text-box h4, .team .team-item .text-box p, .team .team-item .text-box .social-media {
	position: relative;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.team .team-item:hover .text-box h4, .team .team-item:hover .text-box p, .team .team-item:hover .text-box .social-media {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.team.home-2 .team-item {
	overflow: hidden
}
.team.home-2 .team-item .text-box-style-2 {
	position: relative;
	background: var(--whiteColor);
	width: 100%;
	text-align: center;
}
.team.home-2 .team-item .text-box-style-2 .content {
	padding: 20px 30px 20px 20px;
	background-color: #faa831;
	border-radius: 0 0 10px 10px;
}
.team.home-2 .team-item .text-box-style-2 .content h4, .team.home-2 .team-item .text-box-style-2 .content h4 a {
	/*color: #1b1464;*/
	color: #000000;
}
.team.home-2 .team-item .text-box-style-2 .content h4:hover, .team.home-2 .team-item .text-box-style-2 .content h4 a:hover, .team .team-item .text-box-style-2 p {
	/*color: var(--mainColor);*/
	color: #000000;
}
.team .team-item .text-box-style-2 .social-media li a {
	width: 40px;
	height: 40px;
	color: var(--bodyColor);
	border: 1px solid var(--bodyColor);
	text-align: center;
	line-height: 40px;
	border-radius: 0;
	margin-right: 15px;
}
.team .team-item .text-box-style-2 .social-media li:hover a {
	color: var(--mainColor);
	border-color: var(--mainColor);
}
.team .team-item .text-box-style-2 .social-media li:last-of-type a {
	margin-right: 0
}
/* :: Provide */
.provide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 90%;
	margin: 0 auto;
	border-radius: 50px;
}
.provide .sec-title h2, .provide .sec-title h3, .provide .sec-title .sec-explain {
	color: var(--whiteColor)
}
.provide .sec-title .sec-explain {
	font-weight: 500;
	font-size: 18px;
	line-height: 29px;
}
/* :: Video Pulse */
.video-pulse i {
	background-color: var(--whiteColor);
	color: var(--mainColor);
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
	-webkit-animation: video-pulse-presentation 1s linear infinite;
	animation: video-pulse-presentation 1s linear infinite;
}
.video-pulse:hover i {
	background-color: var(--mainColor);
	color: var(--whiteColor);
}
 @-webkit-keyframes video-pulse-presentation {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
}
 100% {
 -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
 box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
}
}
 @keyframes video-pulse-presentation {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
}
 100% {
 -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
 box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
}
}
/* :: Quote */
.quote-tabs {
	border: 0;
	padding: 0;
	margin: 0;
}
.quote-tabs .nav-item .nav-link {
	padding: 25px 30px;
	border: 0;
	border-radius: 0;
	background-color: rgb(34 34 34 / 40%);
	color: var(--whiteColor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
.quote-tabs .nav-item .nav-link.active {
	background-color: var(--mainColor)
}
.quote-tabs .nav-item .nav-link i {
	font-size: 45px;
	margin-right: 20px;
}
.quote-tabs .nav-item .nav-link.active i {
	color: var(--whiteColor);
}
.quote-tabs .nav-item .nav-link span {
	display: inline-block;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	color: var(--whiteColor);
	text-transform: capitalize;
}
.quote-tabs .nav-item .nav-link.active span {
	color: var(--whiteColor);
}
.quote-content {
	padding: 50px;
	background-color: var(--whiteColor);
}
.quote-content .tab-pane .box-content .img-box {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 400px;
	-webkit-box-shadow: 0 5px 83px rgb(40 40 40 / 8%);
	box-shadow: 0 5px 83px rgb(40 40 40 / 8%);
	margin-bottom: 50px;
}
.quote-content .tab-pane .box-content .img-box .text-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 90px;
	font-weight: 800;
	mix-blend-mode: overlay;
	color: var(--whiteColor);
}
/* :: Quote Form */
.quote-form .quote-item {
	margin-bottom: 30px;
}
.quote-form .quote-item-btn {
	margin-bottom: 0px;
}
.quote-form .quote-item-btn .btn-1 {
	width: 100%
}
.quote-form .quote-item label {
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 8px;
	display: inline-block;
}
.quote-form .quote-item input, .quote-form .quote-item textarea {
	border: 2px solid var(--sectionBg);
	padding: 12px;
	width: 100%;
	color: var(--secColor);
	font-size: 13px;
	border-radius: 0px;
	background-color: var(--sectionBg);
	border: 2px solid var(--grayColor);
}
.quote-form .quote-item textarea {
	min-height: 150px;
}
.quote-form.style-2 .quote-item input, .personal-contact-us .quote-form .quote-item textarea {
	background: var(--whiteColor);
	border-color: var(--grayColor);
}
.quote-form .quote-item input:focus, .quote-form .quote-item input:hover, .quote-form .quote-item textarea:hover, .nice-select:hover {
	border-color: var(--mainColor)
}
.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	cursor: pointer
}
.checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid var(--grayColor);
	border-radius: 0;
	position: relative;
	margin-right: 15px;
	background-color: var(--sectionBg);
}
.checkbox input[type="checkbox"]:checked {
	border-color: var(--mainColor)
}
.checkbox input[type="checkbox"]::before {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-transition: 120ms -webkit-transform ease-in-out;
	transition: 120ms -webkit-transform ease-in-out;
	-o-transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
	background-color: var(--mainColor);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.checkbox input[type="checkbox"]:checked::before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.checkbox span {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.1;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
}
/* :: Nice Select */
.nice-select {
	border: 2px solid var(--sectionBg);
	padding: 17px 12px;
	width: 100%;
	color: var(--secColor);
	font-size: 13px;
	margin-bottom: 30px;
	border-radius: 0px;
	background-color: var(--sectionBg);
	line-height: normal;
	height: auto;
	border: 2px solid var(--grayColor);
}
.nice-select:after {
	border-color: var(--secColor);
	right: 16px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: var(--mainColor);
}
.nice-select .list {
	background-color: var(--whiteColor);
	padding: 28px 0;
	-webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
	box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
	border: 0;
	min-width: 200px;
}
.nice-select .option {
	padding: 0 30px 0 40px;
	text-transform: capitalize;
}
.nice-select .option:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	font-size: 12px;
	opacity: 0;
	margin-left: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	-o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.nice-select .option:hover:after {
	opacity: 1;
	margin-left: 15px;
	visibility: visible;
	color: var(--mainColor);
}
.nice-select .option.selected, .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	color: var(--mainColor);
}
.nice-select span.current {
	color: var(--bodyColor);
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
}
/* :: Case Studies */
.case-studies-ar-carousel .owl-item.active.center {
	-webkit-box-shadow: 0px 0px 30px 4px rgb(40 40 40 / 10%);
	box-shadow: 0px 0px 30px 4px rgb(40 40 40 / 10%);
	margin-bottom: 30px;
}
.case-studies-item-owl {
	margin-bottom: 0 !important;
}
.case-studies-item .text-box {
	padding: 30px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(30px);
	-ms-transform: translateX(-50%) translateY(30px);
	transform: translateX(-50%) translateY(30px);
	bottom: 30px;
	width: 100%;
	background-color: var(--whiteColor);
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.case-studies-item:hover .text-box {
	-webkit-transform: translateX(-50%) translateY(0px);
	-ms-transform: translateX(-50%) translateY(0px);
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.case-studies-item .text-box .tags li {
	display: inline-block;
}
.case-studies-item .text-box .tags li a {
	font-size: 14px;
	margin-bottom: 12px;
	text-transform: capitalize;
	position: relative;
	color: var(--mainColor);
	display: block;
	margin-left: 8px;
}
.case-studies-item .text-box .tags li:hover a {
	color: var(--mainColor);
}
.case-studies-item .text-box .tags li:first-of-type a {
	margin-left: 0;
}
.case-studies-item .text-box .tags li a:after {
	content: ',';
}
.case-studies-item .text-box .tags li:last-of-type a:after {
	display: none;
}
.case-studies-item .text-box h4 {
	font-weight: 700;
	line-height: 1.25;
	font-size: 16px;
	display: block;
	color: var(--secColor);
}
.case-studies-item .text-box h4 a {
	display: block;
	color: var(--secColor);
}
.case-studies-item .text-box h4:hover, .case-studies-item .text-box h4:hover a {
	color: #322f6a;
}
.case-studies-item .text-box .next-page {
	display: inline-block
}
.case-studies-item .text-box .next-page i {
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #322f6a;
	border-radius: 0;
	color: #322f6a;
	text-align: center;
}
.case-studies-item .text-box .next-page:hover i {
	border-color: #322f6a);
	color: #322f6a;
}
.case-studies-ar-carousel.owl-carousel .owl-dots .owl-dot span, .case-studies-ar-carousel-2.owl-carousel .owl-dots .owl-dot span, .features-ar-carousel.owl-carousel .owl-dots .owl-dot span {
	background-color: var(--secColor)
}
.owl-carousel .owl-item {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.case-studies-ar-carousel-2.owl-carousel .owl-dots {
	margin-top: 30px !important;
}
/* :: Provide 2 */
/* :: Statistic */
.statistic-item {
	margin-bottom: 0px;
}
.statistic-item i {
	position: relative;
	z-index: 2;
	font-size: 45px;
	line-height: 1;
	display: inline-block;
	color: var(--whiteColor);
}
.statistic-item:hover i {
	color: var(--mainColor);
}
.statistic-item .content {
	padding-left: calc(0px + 0px);
}
.statistic-item .content .statistic-counter {
	position: relative;
	z-index: 2;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	;
}
.statistic-item .content .text-counter {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	color: #000000;
}
/* :: Statistic Home 2 */
.provide .sec-title.style-2 h2:before {
	background-color: var(--whiteColor)
}
.provide-statistics .experience-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.provide-statistics .experience-box .content-box {
	background-color: rgb(255 255 255 / 25%);
	color: var(--whiteColor);
	padding: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 150px;
}
.provide-statistics .experience-box .content-box i {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px;
	display: inline-block;
	color: var(--whiteColor)
}
.provide-statistics .experience-box .content-box .experience-counter {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	;
	color: var(--whiteColor);
}
.provide-statistics .experience-box .experience-text-box {
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--whiteColor);
}
.provide-statistics .statistic-item {
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background-color: rgb(255 255 255 / 25%);
}
.provide-statistics .statistic-item span {
	background-color: var(--whiteColor);
}
.provide-statistics .statistic-item:hover i {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.provide-statistics .statistic-item:hover .statistic-counter {
	color: var(--secColor);
}
.provide-statistics .statistic-item:hover .text-counter {
	color: var(--bodyColor);
}
/* :: Why Choose Us */
.why-choose-us {
	margin-top: 70px;
}
.why-choose-us .img-box {
	position: relative;
	height: 100%;
	padding: 30px;
	background: var(--whiteColor);
	margin-right: 50px;
}
.why-choose-us .img-box .img-bg {
	background-position: center;
	position: relative;
	height: 100%;
	min-height: 400px;
	background-size: cover;
}
.why-choose-us .experience-box {
	background-color: var(--whiteColor);
	color: var(--secColor);
	position: absolute;
	bottom: 80px;
	right: -30px;
	padding: 30px;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-shadow: 0 5px 40px rgb(34 34 34 / 20%);
	box-shadow: 0 5px 40px rgb(34 34 34 / 20%);
	max-width: 280px;
}
.why-choose-us .experience-box i {
	font-size: 30px;
	line-height: 1;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	width: 50px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
}
.why-choose-us .experience-box .text-content {
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
}
.why-choose-us .sec-title.style-2 {
	margin-bottom: 30px
}
.why-choose-us .sec-title.style-2 h2:before {
	display: none;
}
.why-choose-us-tab .nav-tabs {
	border: none;
}
.why-choose-us-tab .nav-tabs .nav-item button {
	padding: 22px 30px;
	border: 0;
	border-radius: 0;
	background-color: rgb(255 255 255 / 30%);
	color: var(--whiteColor);
	margin: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	text-transform: capitalize;
	width: 100%;
}
.why-choose-us-tab .nav-tabs .nav-item {
	margin-right: 2px;
	margin-bottom: 2px;
}
.why-choose-us-tab .nav-tabs .nav-item:last-of-type {
	margin: 0;
}
.why-choose-us-tab .nav-tabs .nav-item button.active {
	color: var(--mainColor);
	background-color: var(--whiteColor)
}
.why-choose-us-tab .tab-content .content {
	padding-top: 30px
}
.why-choose-us-tab .tab-content .content p.text {
	margin: 0;
	color: var(--whiteColor);
}
.why-choose-us-tab .tab-content .content p.text:first-of-type {
	margin-bottom: 22px;
	position: relative;
	font-size: 18px;
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	;
}
/* :: Skills */
.skills {
	margin-top: 40px
}
.skills .skill-box {
	margin-bottom: 30px;
}
.skills .skill-box:last-of-type {
	margin-bottom: 0
}
.skills .skill-box .skill-top {
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1;
}
.skills .skill-box .skill-top .name, .skills .skill-box .skill-top .number {
	text-transform: capitalize;
	font-size: 19px;
	line-height: 1;
	font-weight: 500;
	color: var(--whiteColor);
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	;
}
.skills .skill-box .skill-top .number {
	float: right;
}
.skills .skill-box .skill-line {
	height: 14px;
	width: 100%;
	background-color: var(--whiteColor);
	overflow: hidden;
	padding: 3px;
}
.skills .skill-box .skill-line .line {
	height: 100%;
	width: 0%;
	background-color: var(--mainColor);
}
.personal-experience .skills .skill-box .skill-line {
	background: var(--whiteColor2)
}
/* :: Testimonial */
.testimonial, .provide-features, .provide-statistics .text-box {
	margin-right: 20px
}
.testimonial .sec-title, .subscribe .sec-title, .quote-box .sec-title {
	margin-bottom: 30px;
}
.testimonial .sec-title h2 {
	color: var(--mainColor);
}
.testimonial .sec-title h3 {
	font-size: 38px;
}
.testimonial-ar-carousel {
	position: relative;
}
.testimonial-item i {
	font-size: 50px;
	margin-bottom: 30px;
	color: var(--whiteColor);
	display: block;
	line-height: 1;
}
.testimonial-item .text-box {
	position: relative;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 500;
	color: var(--whiteColor);
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	;
}
.testimonial .testimonial-dots {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.testimonial .testimonial-dots li {
	display: inline-block;
}
.testimonial .testimonial-dots li:last-of-type {
	margin-right: 0px;
}
.testimonial .testimonial-dots li a {
	display: block;
}
.testimonial .testimonial-dots li a .img-dots {
	padding: 4px;
	background-color: var(--whiteColor);
	display: inline-block;
	border-radius: 50%;
	position: relative;
}
.testimonial .testimonial-dots li a .img-dots::after {
	content: "\e92e";
	font-family: 'ar-coder' !important;
	font-style: normal;
	background-color: var(--mainColor);
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	height: 30px;
	color: var(--whiteColor);
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.testimonial .testimonial-dots li.active a .img-dots::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.testimonial .testimonial-dots li a .img-dots img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.testimonial .testimonial-dots li.active a .img-dots img {
	-webkit-box-shadow: 0px 0px 5px 5px rgb(34 34 34 / 5%);
	box-shadow: 0px 0px 5px 5px rgb(34 34 34 / 5%);
}
.testimonial .testimonial-dots li a h4 {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	margin-top: 20px;
	margin-bottom: 12px;
	text-transform: capitalize;
	color: var(--whiteColor);
}
.testimonial .testimonial-dots li a span {
	color: var(--whiteColor);
	display: block;
	line-height: 1;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
.testimonial-ar-carousel.owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 1;
}
.testimonial-ar-carousel.owl-carousel .owl-nav button.owl-next, .testimonial-ar-carousel.owl-carousel .owl-nav button.owl-prev {
	margin: 0 0 0 30px;
}
.testimonial-ar-carousel.owl-carousel .owl-nav button.owl-next:hover, .testimonial-ar-carousel.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: transparent
}
.testimonial-ar-carousel.owl-carousel .owl-nav button.owl-next i, .testimonial-ar-carousel.owl-carousel .owl-nav button.owl-prev i {
	color: var(--whiteColor);
	font-size: 30px;
	line-height: 1;
}
.testimonial-ar-carousel.owl-carousel .owl-nav button.owl-next:hover i, .testimonial-ar-carousel.owl-carousel .owl-nav button.owl-prev:hover i {
	color: var(--mainColor);
}
.testimonial-ar-carousel.owl-carousel .owl-dots {
	display: none
}
/* :: Testimonial Home 2 */
.testimonial.home-2 .sec-title {
	margin-bottom: 50px
}
.testimonial.home-2 {
	margin: 0
}
.testimonial.home-2 .testimonial-item i {
	color: var(--secColor);
}
.testimonial.home-2 .testimonial-item .text-box {
	color: var(--secColor);
	font-size: 27px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--grayColor)
}
.testimonial-item .client-box {
}
.testimonial-item .client-box i {
	font-size: 35px;
	color: var(--whiteColor) !important;
	background-color: var(--mainColor);
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	text-align: center;
	float: left
}
.testimonial-item .client-box .content {
	padding: 6px 0;
	padding-left: 80px;
}
.testimonial-item .client-box .content h4 {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.testimonial-item .client-box .content span {
	display: block;
	line-height: 15px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--bodyColor);
}
.testimonial.home-2 .testimonial-ar-carousel.owl-theme .owl-nav {
	display: none
}
.testimonial.home-2 .testimonial-ar-carousel.owl-carousel .owl-dots {
	display: inline-block;
	line-height: 1;
	margin-top: 30px;
}
.testimonial.home-2 .testimonial-ar-carousel.owl-carousel .owl-dots .owl-dot span {
	margin: 0;
	padding: 0;
	border-radius: 0;
	width: 50px;
	height: 6px;
	background: var(--secColor);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.testimonial.home-2 .testimonial-ar-carousel.owl-carousel .owl-dots .owl-dot.active span, .testimonial.home-2 .testimonial-ar-carousel.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: var(--mainColor);
}
.testimonial .img-box {
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-right: 20px;
	min-height: 400px;
}
/* :: Subscribe */
.subscribe {
	padding: 50px;
	background-color: var(--whiteColor);
}
.subscribe .sec-title h2 {
	color: var(--mainColor);
}
.subscribe .sec-title h3, .quote-box .sec-title h3 {
	color: var(--secColor);
	font-size: 38px;
}
/* :: Features */
.features-item {
	padding: 25px;
	position: relative;
	border: 1px solid var(--grayColor);
	margin-bottom: 30px;
	overflow: hidden;
	height: 300px;
	min-height: auto;
}
.features-item i {
	font-size: 55px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	color: var(--mainColor);
}
.features-item h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 20px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}
.features-item p {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	color: #000000;
}
.features-item:hover i, .features-item:hover h4, .features-item:hover p {
	color: var(--whiteColor)
}
.provide-2.home-2 .features-ar-carousel {
	margin-top: 100px
}
.provide-2.home-2 .features-item {
	background-color: var(--whiteColor);
	border: none
}
.provide-2.home-2 .features-ar-carousel.owl-carousel .owl-dots .owl-dot span {
	background-color: var(--whiteColor)
}
.provide-2.home-2 .features-ar-carousel.owl-carousel .owl-dots .owl-dot.active span, .provide-2.home-2 .features-ar-carousel.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: var(--mainColor);
}
/* :: Provide */
.provide-3 {
	position: relative;
	background: transparent;
}
.bg-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.bg-section-right, .bg-section-left {
	height: 100%;
	width: 20%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-section-left {
	width: 80%;
}
.provide-3 .sec-title {
	margin-bottom: 40px
}
.provide-3 .sec-title h3 {
	margin-bottom: 20px
}
/* :: addresses */
.addresses-accordion {
	-webkit-box-shadow: 0px 0px 30px 4px rgb(40 40 40 / 30%);
	box-shadow: 0px 0px 30px 4px rgb(40 40 40 / 30%);
}
.addresses-accordion.style-2 {
	-webkit-box-shadow: 0px 0px 8px 1px rgb(40 40 40 / 15%);
	box-shadow: 0px 0px 8px 1px rgb(40 40 40 / 15%);
	margin: 30px 0;
}
.addresses-accordion .address-item .item-header button {
	padding: 20px 30px;
	width: 100%;
	border-radius: 0;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	;
	text-transform: capitalize;
	background-color: var(--mainColor);
	border: 0;
	color: var(--whiteColor);
}
.addresses-accordion .address-item .item-header button.collapsed {
	background-color: var(--whiteColor);
	color: var(--secColor);
	border-bottom: 1px solid var(--grayColor)
}
.addresses-accordion .address-item:last-of-type .item-header button.collapsed {
	border-bottom: 0
}
.addresses-accordion .address-item .item-header button::after {
	content: "\e900";
	font-family: 'ar-coder' !important;
	font-weight: 600;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.addresses-accordion .address-item .item-header button.collapsed::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.addresses-accordion .address-item .item-body {
	padding: 30px !important;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--grayColor);
	background-color: var(--whiteColor);
}
.addresses-accordion .address-item .item-body p:last-of-type {
	margin: 0;
}
.addresses-accordion .address-item:last-of-type .item-body {
	border-bottom: 0;
}
.addresses-accordion .address-item .item-body li, .addresses-accordion .address-item .item-body li a, .addresses-accordion .address-item .item-body li p {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 30px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	color: var(--bodyColor);
}
.addresses-accordion .address-item .item-body li {
	display: block;
}
.addresses-accordion .address-item .item-body li:hover, .addresses-accordion .address-item .item-body li:hover a, .addresses-accordion .address-item .item-body li:hover p {
	color: var(--mainColor);
}
/* :: Provide Features List */
.provide-features-list li {
	margin-bottom: 30px;
}
.provide-features-list li:last-of-type {
	margin-bottom: 0;
}
.provide-features-list li i {
	font-size: 45px;
	line-height: 1;
	position: relative;
	z-index: 1;
	color: var(--mainColor);
	float: left;
}
.provide-features-list li .content {
	padding-left: calc(45px + 20px)
}
.provide-features-list li .content h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 18px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	color: var(--whiteColor);
}
.provide-features-list li .content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	text-transform: capitalize;
	position: relative;
	color: var(--whiteColor)
}
/* :: Map */
.map {
	height: 500px;
}
.map iframe {
	width: 100%;
	border-radius: 0;
	height: 100%;
}
/* :: Blog */
.blog-item {
	margin-bottom: 30px;
}
.blog-item .img-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 0 !important;
	/*border:1px solid #e0e0e5;*/
	padding-top:0px;
	
}
.item-middle {
	display: flex;
	align-items: center;
}
.blog-item:hover .img-box img {
	}
.blog-item .img-box .tags {
	position: relative;
	bottom: 0;
	left: 0;
	background-color: #faa831;
	padding: 20px 15px;
	width: 100%;
	text-align: center;
	font-size: 22px;
}
.blog-item .img-box .tags li {
	display: inline-block;
}
.blog-item .img-box .tags li:after {
	content: ',';
	font-size: 13px;
	color: var(--whiteColor);
	margin-left: 5px
}
.blog-item .img-box .tags li:last-of-type:after {
	display: none
}
.blog-item .img-box .tags li a {
	font-size: 21px;
	color: var(--blackColor);
	text-transform: capitalize;
	font-weight: 600;
}
.blog-item .img-box .tags li:hover a {
	color: #ffffff
}
.blog-item .text-box {
	padding: 10px 0px 0px 0px;
}
.blog-item .text-box .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.blog-item .text-box .meta li {
	display: inline-block
}
.blog-item .text-box .meta li a {
	display: inline-block;
	font-size: 13px;
	color: var(--mainColor);
}
.blog-item .text-box .meta li:last-of-type a {
	margin-right: 0;
}
.blog-item .text-box .meta li:hover a {
	color: var(--secColor);
}
.blog-item .text-box .meta li a i {
	margin-right: 5px
}
.blog-item .text-box h5 {
	position: relative;
	font-size: 21px;
	line-height: 1.25;
	margin: 15px 0 15px 0;
	font-weight: 700;
	color: #1b1464;
	text-transform: capitalize;
}
.blog-item .text-box h5 a {
	display: block;
	color: var(--secColor);
}
.blog-item .text-box h5:hover, .blog-item .text-box h5:hover a {
	color: #322f6a;
}
.blog-item .text-box p {
	margin: 0;
	color: #000000;
	font-size: 16px;
	line-height: 27px;
}
.blog-item .text-box p span {
	color: #1b1464;
	font-size: 16px;
	font-weight: 700;
}
.blog-item .text-box .link {
	padding: 0;
	margin: 25px 0 0 0;
	border: 0;
}
.blog-item .text-box .link:hover {
	color: var(--mainColor);
}
.blog-item .text-box .link:hover, .blog-item .text-box .link:hover:after {
	color: var(--mainColor);
}
.blog-item .text-box p.descri0ion {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.blog.single .blog-item .text-box {
	padding-left: 0;
}
.blog.single .blog-item .text-box p {
	margin-bottom: 16px;
}
/* :: Footer */
.footer {
	background-image: url(assets/images/footer/footer-bg.png);
	color: #ffffff;
	padding: 80px 0px 0px 0px;
}
.footer .logo, .footer .links {
	margin-bottom: 30px;
}
.footer .logo img {
	width: 310px;
}
.footer .logo p {
	margin: 30px 0 0 0;
	color: var(--sectionBg);
}
.footer-title h4 {
	color: var(--whiteColor);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 0px;
}
.footer .links li a {
	display: inline-block;
	position: relative;
	color: var(--sectionBg);
	font-size: 14px;
	line-height: 33px;
}
.footer .links li:hover a {
	color: #faa831;
}
.footer .links li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	font-size: 12px;
	opacity: 0;
	margin-left: 0px;
	visibility: hidden;
	-webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	-o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.footer .links li a:hover:before {
	opacity: 1;
	margin-left: 0px;
	visibility: visible;
	color: var(--mainColor);
}
.footer .support p {
	color: var(--sectionBg);
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 500;
}
.footer-social-media {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.footer-social-media li {
	display: inline-block;
}
.footer-social-media li a {
	width: 40px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffffff;
	color: #1b1464;
	font-size: 14px;
}
.footer-social-media.style-2 li a {
	background-color: var(--secColor);
	color: var(--whiteColor);
}
.footer-social-media li:hover a {
	background-color: #faa831;
	color: #000000;
}
.footer .support .footer-contact {
	margin-bottom: 30px;
}
.footer .support .footer-contact li a, .footer .support .footer-contact li p {
	color: var(--sectionBg);
	font-size: 15px;
	font-weight: 400;
	display: block;
	line-height: 33px;
	margin: 0;
}
.footer .support .footer-contact li:hover a, .footer .support .footer-contact li:hover p {
	color: #faa831;
}
.footer .support .footer-contact li a i, .footer .support .footer-contact li p i {
	margin-right: 8px
}
.copyright {
	margin-top: 70px;
	padding: 40px 0;
	background-color: var(--copyrightBg);
	overflow: hidden
}
.copyright p {
	margin: 0;
	color: var(--whiteColor);
	float: left;
	font-family: "Open Sans", sans-serif;
	;
	font-size: 16px;
	font-weight: 500;
}
.copyright p a {
	color: var(--mainColor);
}
.copyright ul {
	float: right;
}
.copyright ul li {
	display: inline-block;
	margin-left: 10px;
}
.copyright ul li a {
	color: var(--whiteColor) !important
}
.copyright ul li:hover a {
	color: var(--mainColor) !important;
}
/* :: Scroll Up */
.scroll-up {
	position: fixed;
	z-index: 100;
	bottom: 100px;
	right: 130px;
	-webkit-box-shadow: 0px 0px 40px 4px rgba(34, 34, 34, 0.05);
	box-shadow: 0px 0px 40px 4px rgba(34, 34, 34, 0.05);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.scroll-up.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.scroll-up a {
	background-color: #faa831;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	width: 44px;
	height: 44px;
	display: inline-block;
	text-align: center;
	border: 1px solid #faa831;
	outline: none;
}
.scroll-up:hover a {
	background-color: var(--secColor);
	border: 1px solid var(--secColor);
}
/* :: Country */
.country-item {
	position: relative;
	padding: 50px 35px;
	margin-bottom: 30px;
	background-color: var(--whiteColor);
	overflow: hidden;
	color: #000000;
}
.country-item .icon-item {
	float: left;
	line-height: 1;
	position: relative;
	z-index: 1;
	width: 60px;
	border-radius: 50%;
}
.country-item .item-content {
	padding-left: 80px;
}
.country-item .title-item {
	text-transform: capitalize;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 22px;
	position: relative;
	z-index: 1;
}
.country-item .description-item {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.country-item .link {
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}
/* :: Quote Box */
.quote-box {
	padding: 50px;
	background-color: var(--whiteColor);
	margin-right: 20px;
}
.provide-2.home-2 .provide-features {
	margin: 0 !important;
}
.provide-2.home-2 .provide-features .sec-title {
	margin-bottom: 40px
}
/* :: Map Box */
.map-box {
	margin: 40px 0 0 0
}
.map-box iframe {
	width: 100%;
	border-radius: 0;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* :: Newsletter */
.newsletter {
	padding: 80px 0;
	overflow: hidden;
	background: var(--sectionBg);
	background-image: url(../images/01_pattern.png);
	background-position: center;
	position: relative;
}
.newsletter-box .sec-title {
	margin-bottom: 0
}
.newsletter form {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.newsletter form input {
	border: 2px solid var(--grayColor);
	padding: 12px;
	width: 100%;
	color: var(--secColor);
	font-size: 13px;
	border-radius: 0px;
	background-color: var(--whiteColor);
}
.newsletter form input:hover, .newsletter form input:focus {
	border-color: var(--mainColor);
}
.newsletter form .email-btn {
	position: absolute;
	color: var(--mainColor);
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	background-color: transparent;
	border: none;
	padding: 0;
}
/* :: Marquee */

.marquee {
	overflow: hidden;
}
.marquee-content {
	display: flex;
	animation: scrolling 10s linear infinite;
}
.marquee-item {
	flex: 0 0 7vw;
	margin: 0 2vw;/*   flex: 0 0 20vw; */
}
.marquee-item img {
	display: block;
	width: 100%;/*   padding: 0 20px; */
}
@keyframes scrolling {
 0% {
transform: translateX(0);
}
 100% {
transform: translatex(-144vw);
}
}
/* :: Breadcrumb Header */
.breadcrumb-header {
	padding-bottom: 70px;
	padding-top: calc(40px + 40px);
	color: var(--whiteColor);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.breadcrumb-header.home-2 {
	padding-top: 120px;
}
.breadcrumb-header .banner h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	color: var(--whiteColor);
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
}
.breadcrumb-header .banner ul li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: var(--sectionBg);
    text-transform: capitalize;
}
.breadcrumb-header .banner ul li:hover a {
	color: #faa831;
}
/* :: Team Details */
.team-details .about.home-2 .about-img-box {
	margin-left: 0
}
.personal-experience .content {
	border-top: 1px solid var(--grayColor);
	padding-top: 100px;
	padding-bottom: 70px
}
.personal-experience .sec-title .sec-explain {
	margin-top: 25px;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
}
.personal-experience .sec-title, .personal-experience .skills {
	margin: 0 0 30px 0
}
.personal-experience .skills .skill-box .skill-top .name, .personal-experience .skills .skill-box .skill-top .number {
	color: var(--secColor)
}
.personal-contact-us {
	background: var(--sectionBg);
	background-image: url(../images/01_pattern.png);
	background-position: center;
	position: relative;
	overflow: hidden;
}
/* :: Widget */
.widget {
	margin-bottom: 30px;
	padding: 40px;
	border: 2px solid var(--grayColor);
	background: var(--sectionBg);
	position: relative;
	overflow: hidden;
	color: var(--secColor);
}
.widget .widget-title h3 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 1;
}
/* :: Single Services */
.single-services-list li a {
	color: var(--bodyColor);
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	position: relative;
	border-bottom: 1px solid var(--grayColor);
}
.single-services-list li:last-of-type a {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.single-services-list li.active a, .single-services-list li:hover a {
	color: var(--mainColor);
}
.single-services-list li a i {
	float: right;
}
.single-services-content-box .single-services-img-box {
	overflow: hidden;
	border-radius: 0px;
	margin: 30px 0;
}
.single-services-content-box .video-presentation {
	margin-top: 50px;
}
/* :: Widget Search */
.widget .widget-body .search {
	position: relative;
}
.widget .widget-body .search input {
	position: relative;
	border: 2px solid var(--grayColor);
	padding: 12px;
	width: 100%;
	color: var(--secColor);
	font-size: 13px;
}
.widget .widget-body .search input:focus {
	border-color: var(--mainColor);
}
.widget .widget-body .search button.click {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	font-size: 15px;
	background-color: transparent;
	color: var(--mainColor);
	border: none;
}
/* :: Widget Tags */
.widget .widget-body .tags ul li {
	display: inline-block;
}
.widget .widget-body .tags ul li a {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
	border: 1px solid var(--grayColor);
	font-size: 13px;
	font-weight: 600;
	color: var(--bodyColor);
}
.widget .widget-body .tags ul li:hover a {
	background-color: var(--mainColor);
	color: var(--whiteColor);
	border: 1px solid var(--mainColor);
}
.widget .widget-body .follow .icon li {
	display: inline-block;
	margin: 0 4px 4px 0;
}
.widget .widget-body .follow .icon li a {
	display: inline-block;
	text-align: center;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	font-size: 13px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid var(--mainColor);
	border-radius: 0px;
}
.widget .widget-body .follow .icon li:hover a {
	background-color: var(--secColor);
	border-color: var(--secColor);
}
/* :: Widget instagram */
.widget .widget-body .instagram ul {
	overflow: hidden;
}
.widget .widget-body .instagram ul li {
	float: left;
	display: inline-block;
	margin: 2px;
	position: relative;
	overflow: hidden;
}
.widget .widget-body .instagram ul li img {
	width: 60px;
	height: 60px;
}
.widget .widget-body .instagram ul li a {
	background-color: var(--mainColor);
	color: var(--whiteColor);
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.widget .widget-body .instagram ul li:hover a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* :: Widget News */
.news-item {
	margin-bottom: 22px;
	overflow: hidden;
}
.news-item:last-of-type {
	margin-bottom: 0px;
}
.news-item img {
	float: left;
	height: 60px;
	width: 60px;
	border-radius: 0px;
}
.news-item .item-content {
	padding-left: 70px;
}
.news-item .item-content span a {
	color: var(--mainColor);
	line-height: 0.8;
	display: block;
	padding-bottom: 8px;
}
.news-item .item-content a.title-blog {
	display: block;
}
.news-item .item-content a.title-blog h5 {
	color: var(--secColor);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	text-transform: capitalize;
}
.news-item .item-content a.title-blog:hover, .news-item .item-content a.title-blog:hover h5 {
	color: var(--mainColor);
}
/* :: Sidebar */
.sidebar.right {
	margin-left: 20px;
}
.sidebar.left {
	margin-right: 20px;
}
/* :: Service Details */
.service-details .content .img-box {
	margin: 30px 0;
}
.service-details .content .img-box:first-of-type {
	margin-top: 0;
}
.service-details .content h2 {
	font-size: 27px;
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 30px;
}
.service-details .content h3 {
	font-size: 24px;
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 40px;
}
.service-details .about-features {
	margin-top: 30px;
}
.service-details .core-about-list {
	margin-top: 30px;
}
/* :: Pagination */
.pagination-area {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 0 30px 0;
}
.pagination-area .pagination li {
	display: inline-block;
	text-align: center;
	color: var(--secColor);
	font-weight: 600;
	font-size: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 5px;
	border: 1px solid var(--grayColor);
	cursor: pointer;
}
.pagination-area .pagination li:last-of-type {
	margin-right: 0;
}
.pagination-area .pagination li.active, .pagination-area .pagination li:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor);
	border-color: var(--mainColor);
}
.single-blog-page .blog-item .text-box {
	padding-left: 0;
}
/* :: Share Post */
.share-post {
	overflow: hidden;
	border-top: 1px solid var(--grayColor);
	border-bottom: 1px solid var(--grayColor);
	padding-top: 25px;
	margin-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.share-post h6 {
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	margin: 10px 0;
	display: inline-block;
}
.social-media-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.social-media-box li {
	display: inline-block;
}
.social-media-box li a {
	display: block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	color: var(--bodyColor);
	border: 1px solid var(--bodyColor);
	text-align: center;
	line-height: 40px;
	border-radius: 0;
}
.social-media-box li:hover a {
	color: var(--mainColor);
	border-color: var(--mainColor);
}
/* :: Add Comment Post */
.item-comments {
	margin-bottom: 30px;
}
.item-comments .title h4 {
	line-height: 1.25;
	margin-bottom: 30px;
	color: var(--secColor);
	font-weight: 600;
	text-transform: capitalize;
	font-size: 24px;
}
.item-comments .inner-comments .comments-box {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--grayColor);
}
.item-comments .inner-comments .comments-box:last-of-type {
	padding: 0;
	margin: 0;
	border: none;
}
.item-comments .inner-comments .comments-box.reply {
	margin-left: 90px;
}
.item-comments .inner-comments .comments-box .img-box {
	display: block;
	margin-right: 20px;
	float: left;
	position: relative;
}
.item-comments .inner-comments .comments-box .img-box img {
	height: 70px;
	width: 70px;
	-o-object-fit: cover;
	object-fit: cover;
}
.item-comments .inner-comments .comments-box .text-box {
	margin-left: 90px;
}
.item-comments .inner-comments .comments-box .text-box h5 {
	display: block;
	margin-bottom: 10px;
	line-height: 1.25;
	color: var(--secColor);
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
}
.item-comments .inner-comments .comments-box .text-box .time {
	line-height: 20px;
	font-size: 12px;
	margin: 0 0 10px;
	font-weight: 700;
	color: var(--mainColor);
}
.item-comments .inner-comments .comments-box .text-box a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid var(--grayColor);
	font-size: 13px;
	font-weight: 600;
	color: var(--bodyColor);
	border-radius: 0px;
	cursor: pointer;
}
.item-comments .inner-comments .comments-box .text-box a:hover {
	color: var(--whiteColor);
	border: 1px solid var(--mainColor);
	background-color: var(--mainColor);
}
/* :: Quotes People */
.quotes-people {
	background-color: var(--sectionBg);
	padding: 60px;
	margin-bottom: 30px;
	border-radius: 0px;
	border-left: 5px solid var(--mainColor);
}
.quotes-people p {
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}
.quotes-people p:before {
	content: "\e92e";
	font-family: 'ar-coder' !important;
	font-size: 35px;
	position: absolute;
	top: 0;
	color: var(--mainColor);
	left: -10px;
	z-index: -1;
	opacity: 0.2;
}
.quotes-people .people-name h5 {
	color: var(--secColor);
	margin-top: 20px;
	line-height: 1.25;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 21px;
}
.quotes-people .people-name span {
	color: var(--mainColor);
	display: inline-block;
	line-height: 1.22;
	font-weight: 600;
	margin: 10px 0 0 0;
	text-transform: capitalize;
	font-size: 14px;
}
/* :: Single Blog Nav */
.single-blog-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	margin-bottom: 30px;
	border-top: 1px solid var(--grayColor);
	border-bottom: 1px solid var(--grayColor);
	position: relative;
}
.single-blog-nav:before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	width: 1px;
	left: 50%;
	background-color: var(--grayColor);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.single-blog-nav .blog-nav-prev {
	float: left;
	width: 50%;
	position: relative;
}
.single-blog-nav .blog-nav-prev .img-box {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px;
}
.single-blog-nav .blog-nav-prev .text-box {
	padding-left: 120px;
	padding-right: 20px
}
.single-blog-nav .blog-nav-prev .text-box .subtitle, .single-blog-nav .blog-nav-next .text-box .subtitle {
	color: var(--bodyColor);
	display: inline-block;
	line-height: 1.2;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
}
.single-blog-nav .blog-nav-prev .text-box .subtitle i, .single-blog-nav .blog-nav-next .text-box .subtitle i {
	color: var(--mainColor);
	margin-right: 8px;
}
.single-blog-nav .blog-nav-prev .text-box .title, .single-blog-nav .blog-nav-next .text-box .title {
	color: var(--secColor);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
	margin-top: 10px;
}
.single-blog-nav .blog-nav-next {
	float: right;
	width: 50%;
	position: relative;
	text-align: right;
}
.single-blog-nav .blog-nav-next .text-box {
	padding-right: 120px;
	padding-left: 20px;
}
.single-blog-nav .blog-nav-next .img-box {
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px;
}
.single-blog-nav .blog-nav-prev .img-box img, .single-blog-nav .blog-nav-next .img-box img {
	border-radius: 0px
}
.single-blog-nav .blog-nav-prev:hover .img-box, .single-blog-nav .blog-nav-next:hover .img-box {
	top: -5px;
	-webkit-box-shadow: 0 5px 40px rgb(34 34 34 / 50%);
	box-shadow: 0 5px 40px rgb(34 34 34 / 50%);
}
.single-blog-nav .blog-nav-next .text-box .subtitle i {
	margin: 0 0 0 8px;
}
.single-blog-nav .blog-nav-prev:hover .text-box .subtitle, .single-blog-nav .blog-nav-next:hover .text-box .subtitle, .single-blog-nav .blog-nav-prev:hover .text-box .title, .single-blog-nav .blog-nav-next:hover .text-box .title {
	color: var(--mainColor);
}
/* :: Price Range */
.irs--flat .irs-min, .irs--flat .irs-max {
	padding: 0;
	background-color: transparent;
	font-weight: 600;
	font-size: 12px;
	color: var(--secColor);
	line-height: 1;
}
.irs--flat .irs-handle>i:first-child {
	background-color: var(--mainColor);
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	font-weight: 600;
	font-size: 12px;
	color: var(--whiteColor);
	line-height: 1;
	padding: 3px;
	background-color: var(--mainColor);
}
.irs--flat .irs-line {
	background-color: var(--grayColor);
	border-radius: 0;
}
.irs--flat .irs-bar {
	background-color: var(--mainColor);
}
.irs--flat .irs-bar--single {
	border-radius: 0;
}
/* :: Shop Page */
.shop-item {
	margin-bottom: 30px;
}
.shop-item .item-img {
	overflow: hidden;
	position: relative;
}
.shop-item:hover .item-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.shop-item .item-img .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-image: -o-linear-gradient(top, transparent, var(--secColor));
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--secColor)));
	background-image: linear-gradient(180deg, transparent, var(--secColor));
	opacity: 0;
}
.shop-item:hover .item-img .bg {
	opacity: 1;
}
.shop-item .item-img .box-icon {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.shop-item .item-img .box-icon .social-media-box {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.shop-item .item-img .box-icon .social-media-box li a {
	color: var(--whiteColor);
	border: 1px solid var(--whiteColor);
}
.shop-item .item-img .box-icon .social-media-box li:hover a {
	color: var(--mainColor);
	border-color: var(--mainColor);
}
.shop-item:hover .item-img .box-icon .social-media-box {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.shop-item .item-text {
	padding-top: 22px;
}
.shop-item .item-text h4, .shop-item .item-text h4 a {
	display: block;
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: var(--secColor);
	text-transform: capitalize;
}
.shop-item .item-text h4:hover, .shop-item .item-text h4 a:hover {
	color: var(--mainColor);
}
.shop-item .item-text .price, .products-details-content .text-box .price {
	margin: 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.shop-item .item-text .price li, .products-details-content .text-box .price li {
	color: var(--mainColor);
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	display: block;
}
.shop-item .item-text .price li.old, .products-details-content .text-box .price li.old {
	text-decoration: line-through;
	color: var(--bodyColor);
}
/* :: Shop Details Page */
.products-details-content .text-box .title-product {
	text-transform: capitalize;
	font-size: 29px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 20px;
}
.products-details-content .text-box .price {
	margin: 0 0 25px 0;
}
.products-details-content .text-box .price li {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700;
}
.products-details-content .text-box .item-explain {
	margin-bottom: 30px;
}
.item-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.quantities {
	background: var(--grayColor);
	position: relative;
	overflow: hidden;
	color: var(--secColor);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.quantities li {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: var(--bodyColor);
	cursor: pointer;
}
.quantities li:not(.number):hover {
	background-color: var(--mainColor);
	color: var(--whiteColor);
}
.quantities li.number {
	color: var(--secColor);
}
.products-details-content .text-box .list-details {
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.products-details-content .text-box .list-details li {
	display: inline-block;
	line-height: 1.1;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
}
.products-details-content .text-box .list-details li span {
	color: var(--bodyColor);
}
.products-details-content .nav-tabs {
	border-bottom: 1px solid var(--grayColor);
	margin-top: 50px;
}
.products-details-content .nav-tabs .nav-item .nav-link {
	font-size: 16px;
	font-weight: 500;
	min-width: auto;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	border-radius: 0px;
	font-family: "Open Sans", sans-serif;
	;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	border-bottom-right-radius: 0;
	border-color: var(--mainColor);
	border-bottom-left-radius: 0;
	margin-right: 5px;
}
.products-details-content .nav-tabs .nav-item.show .nav-link, .products-details-content .nav-tabs .nav-link.active {
	color: var(--bodyColor);
	background-color: var(--whiteColor);
	border-color: var(--grayColor);
	border-bottom: 0;
}
.products-details-content .tab-content>.active {
	border: 1px solid var(--grayColor);
	padding: 40px;
	border-top: 0;
}
.products-details-content .tab-content>.tab-pane .title-tab {
	text-transform: capitalize;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 20px;
}
.products-details-content .tab-content>.tab-pane p.explain {
	font-weight: 500;
	margin-bottom: 20px;
}
.products-details-content .tab-content>.tab-pane p.explain:last-of-type {
	margin-bottom: 0;
}
.products-details-content .add-comments .inner-add-comments-box.tab {
	margin-bottom: 0;
}
.products-details-content .tab-content>.tab-pane .add-comments {
	margin-top: 30px;
}
.blog.single .add-comments .quote-form {
	padding: 30px;
	border: 2px solid var(--grayColor);
}
/* :: 404 Error Page */
.page-404-area {
	padding: 150px 0;
}
.page-404-area h2 {
	font-size: 250px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 30px;
}
.page-404-area a {
	margin-top: calc(40px - 16px);
}
/* :: Contact Us Page */
.map-box-2 {
	height: 100%;
}
.map-box-2 iframe {
	width: 100%;
	min-height: 450px;
	height: 100%;
}
/* :: Light Box */
.photo-gallery {
	color: #313437;
	background-color: #fff;
}
.photo-gallery p {
	color: #7d8285;
}
.photo-gallery h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
.photo-gallery h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px;
}
.navbar {
	padding: 15px 0!important;	
}
.logo img{width:80%;}
}








.photo-gallery .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px;
}
.photo-gallery .intro p {
	margin-bottom: 0;
}
.photo-gallery .photos {
	padding-bottom: 20px;
}
.photo-gallery .item {
	padding-bottom: 30px;
}
/*-------menu style-------------*/

/* Nav doc CSS */
.navbar-doc table {
	border-collapse: collapse;
	width: 100%;
	background: transparent;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.navbar-doc table tr th, .navbar-doc table tr td {
	text-align: left;
	padding: 15px;
}
.navbar-doc table tr:nth-child(odd) th, .navbar-doc table tr:nth-child(odd) td {
	background: #f0f5f7;
}
.navbar-doc table tr:nth-child(even) td {
	background: #e9f0f3;
}
.navbar-doc table tr:first-child th:first-child {
	border-top-left-radius: 5px;
}
.navbar-doc table tr:first-child th:last-child {
	border-top-right-radius: 5px;
}
.navbar-doc table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
.navbar-doc table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
.navbar-doc table tr:not(:first-child) {
	border-top: 1px solid #e5ecef;
}
.navbar-doc code {
	background: #aed2f5;
	border-radius: 3px;
	color: #000000;
	line-height: 1;
	font-size: 1.2rem;
	padding: 1px 4px;
}
.navbar-doc p {
	font-size: 1.4rem;
	line-height: 1.5;
}
/* Main CSS */
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	position: relative;
	transition: 0.3s linear;
}
.navbar ul {
	list-style: none;
}
.navbar ul a {
	text-decoration: none;
}
.navbar .navbar-toggler, .navbar .nav-link, .navbar .utils-search {
	color: #636363;
}
.navbar .navbar-utils > * {
	cursor: pointer;
}
.navbar .btn-search {
	font-size: 1.5rem;
	background: transparent;
	outline: none;
	border: none;
	color: inherit;
	cursor: pointer;
}
.navbar-nav {
	display: flex;
	list-style: none;
}
.navbar-nav .nav-link {
	padding: 18px 5px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	display: block;
	transition: 150ms ease;
	text-transform: uppercase;
}
.navbar-nav .nav-item {
	margin: 0 10px;
	position: relative;
}
.navbar-nav > .nav-item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #0081ff;
	bottom: -16px;
	transition: 400ms ease;
	transform: scaleX(1.5);
	opacity: 0;
}
.navbar-nav > .nav-item:hover:after {
	transform: scaleX(1);
	opacity: 1;
}
.navbar-toggler {
	padding: 0.1rem 0.45rem;
	cursor: pointer;
	font-size: 1.5rem;
	background: none;
	outline: none;
	border: 1px solid #636363;
	border: none;
	border-radius: 3px;
	transition: 0.15s linear;
	display: none;
	margin-left: auto;
	margin-right: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
}
/* Navbar options (bg options) */
.bg-primary {
	/*  background: #0081ff;*/
	z-index: 9999;
}
.bg-primary .navbar-toggler, .bg-primary .nav-link, .bg-primary .utils-search {
	color: #000;
}
.bg-primary .nav-item:after {
	background: #faa831;
}
.bg-dark {
	background: #363636;
}
.bg-dark .navbar-toggler, .bg-dark .nav-link, .bg-dark .utils-search {
	color: #fff;
}
.bg-light {
	background: #fff;
	z-index: 9999;
}
.bg-light .navbar-toggler, .bg-light .nav-link, .bg-light .utils-search {
	color: #363636;
}
.bg-transparent {
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=1920);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg-transparent .navbar-toggler, .bg-transparent .nav-link, .bg-transparent .utils-search {
	color: #fff;
}
.bg-transparent .nav-item:after {
	background: #fff;
}

@media (min-width: 992px) {
.bg-blur {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.6);
	z-index: 999;
}
.bg-blur .navbar-toggler, .bg-blur .nav-link, .bg-blur .utils-search {
	color: #363636;
}
.bg-blur .nav-item:hover > .nav-link {
	color: #0081ff;
}
.bg-blur .nav-item:after {
	background: #0081ff;
}
}
/* Common Hover */
.bg-blur .nav-item:hover > .nav-link {
	color: #0081ff;
}
.bg-blur .nav-item:after {
	background: #0081ff;
}
.bg-light .nav-item:hover > .nav-link, .bg-light-2 .nav-item:hover > .nav-link, .bg-dark .nav-item:hover > .nav-link {
	color: #0081ff;
}
.bg-light .nav-item:after, .bg-light-2 .nav-item:after, .bg-dark .nav-item:after {
	background: #0081ff;
}
.bg-light-2 {
	background: #fff;
}
.bg-light-2 .navbar-toggler, .bg-light-2 .nav-link, .bg-light-2 .utils-search {
	color: #636363;
}
.bg-light-2 .nav-item:after {
	display: none;
}
/* Dropdown CSS */
.nav-item .dropdown {
	width: 235px;
	display: block;
	position: absolute;
	top: 61px;
	transition: 300ms;
	/*padding: 10px;*/
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	/*border-top: 1px solid rgba(0, 0, 0, 0.15);*/
	background: #fff;
	/*border-radius: 4px;*/
	z-index: 999;
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.nav-item .dropdown .nav-link {
	color: #000000;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	padding:5px;
}
.nav-item .dropdown .dropdown {
	top: 0;
	left: calc(100% + 10px);
	border-top: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-item .dropdown .dropdown:before {
	top: 10px;
	left: -10px;
	border: 5px solid transparent;
	border-right-color: #000;
}
.nav-item .dropdown:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	border: 5px solid transparent;
	border-bottom-color: #000;
	display: none;
}
.nav-item .dropdown .nav-item:not(:last-child) {
	margin-bottom: 5px;
	border-bottom: 1px solid rgb(248 246 247 / 80%);
}
.nav-item .dropdown > .nav-item:hover > .nav-link {
	color: #1b1464;
}
.nav-item:hover > .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.nav-item:hover > a::before {
	transform: rotate(90deg);
}
.nav-close {
	margin-left: auto;
	margin-top: 10px;
	display: none;
}
.nav-close .btn-nav-close {
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 2.5rem;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #363636;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-close .btn-nav-close .close-btn {
	transform: rotate(45deg);
}
.nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
	background: #363636;
	color: #fff;
}
.nav-item.icon > a:before {
	content: "";
	position: absolute;
	right: -6px;
	top: calc(50% + 0px);
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left-color: inherit;
	transition: 0.15s linear;
}
.nav-item.icon:hover > a::before {
	transform: rotate(90deg);
}

/* Responsive (navbar alignments options) */
@media (min-width: 992px) {
.navbar-brand, .navbar-utils {
	flex: auto;
	
}
.navbar-nav {
	flex: 2;
	justify-content: center;
}
.navbar-utils {
	text-align: right;
	display:none;
}
.navbar-right .navbar-brand, .navbar-right .navbar-utils {
	flex: initial;
}
.navbar-right .navbar-nav {
	justify-content: flex-end;
	margin-right: 20px;
}
.navbar-left .navbar-nav {
	order: 1;
	justify-content: flex-start;
}
.navbar-left .navbar-brand {
	order: 2;
}
.navbar-left .navbar-utils {
	order: 3;
}
.navbar-right .dropdown .dropdown {
	left: unset;
	right: calc(100% + 20px);
	border-top: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
}

/* Nav Option (Logo Center) */
@media (min-width: 992px) {
.navbar-left .navbar-brand {
	text-align: right;
}
.navbar-left .navbar-toggler {
	display: block;
	margin-right: 0;
}
.navbar-left .navbar-nav {
	background: #ffffff;
	flex-direction: column;
	z-index: 99999;
	padding: 0 20px;
	opacity: 0;
	transition: 400ms ease;
	/* Sidebar */
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
	transform: translateX(-300px);
}
.navbar-left .navbar-nav .nav-link {
	margin: 10px 0;
	color: #636363;
	display: flex;
	align-items: center;
}
.navbar-left .navbar-nav > .nav-item:first-child {
	margin-top: 20px;
}
.navbar-left .navbar-nav > .nav-item:last-child {
	margin-bottom: 20px;
}
.navbar-left .navbar-nav .nav-item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-left .navbar-nav .nav-item:hover > .nav-link {
	color: #0081ff;
}
.navbar-left .navbar-nav > .nav-item:after {
	display: none;
}
.navbar-left .navbar-nav .nav-close {
	display: block;
}
.navbar-left .navbar-nav.active {
	max-height: initial;
	opacity: 1;
	transform: translateX(0);
	left: 0;
	box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
}
.navbar-left .nav-item .dropdown {
	padding: 0;
	position: initial;
	max-height: 0;
	width: initial;
	border: none;
	box-shadow: none;
}
.navbar-left .nav-item .dropdown .dropdown {
	border: none;
}
.navbar-left .nav-item .dropdown:before {
	display: none;
}
.navbar-left .nav-item:hover > .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	max-height: initial;
}
.navbar-left .nav-item.icon a:before {
	top: unset;
	right: 0;
}
}

/* Responsive navbar */
@media (max-width: 991px) {
.navbar-toggler {
	display: block;
}
.navbar-nav {
	background: #ffffff;
	flex-direction: column;
	z-index: 99999;
	padding: 0 20px;
	opacity: 0;
	transition: 400ms ease;
	/* Sidebar */
	position: fixed;
	left: -300px;
	top: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	transform: translateX(-300px);
}
.navbar-nav .nav-link {
	margin: 10px 0;
	color: #636363;
	display: flex;
	align-items: center;
}
.navbar-nav > .nav-item:first-child {
	margin-top: 20px;
}
.navbar-nav > .nav-item:last-child {
	margin-bottom: 20px;
}
.navbar-nav .nav-item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-item:hover > .nav-link {
	color: #0081ff;
}
.navbar-nav > .nav-item:after {
	display: none;
}
.navbar-nav .nav-close {
	display: block;
}
.navbar-nav.active {
	max-height: initial;
	opacity: 1;
	transform: translateX(0);
	left: 0;
	box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
}
.nav-item .dropdown {
	padding: 0;
	position: initial;
	max-height: 0;
	width: initial;
	border: none;
	box-shadow: none;
}
.nav-item .dropdown .dropdown {
	border: none;
}
.nav-item .dropdown:before {
	display: none;
}
.nav-item:hover > .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	max-height: initial;
}
.nav-item.icon a:before {
	top: unset;
	right: 0;
	transform: translateY(0px);
}
}
/* Search Popup */
.search-popup {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
	transition: 200ms;
}
.search-popup.active {
	opacity: 1;
	visibility: visible;
}
.search-popup.active form {
	transform: translateY(0px);
}
.search-popup form {
	position: absolute;
	background: #fff;
	width: 500px;
	height: 200px;
	display: grid;
	place-items: center;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
	transition: 300ms;
	transform: translateY(20px);
}
.search-popup .btn-search-close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 3rem;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-popup .btn-search-close .close-btn {
	transform: rotate(45deg);
}
.search-popup input[type=search] {
	width: 100%;
	height: 70px;
	border: none;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 2rem;
	font-weight: 300;
	padding: 0px 10px;
	transition: 100ms;
}
.search-popup input[type=search]:focus {
	box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
	border-color: transparent;
}
.search-popup input[type=search]::-webkit-input-placeholder {
 color: #b3b3b3;
}

@media (max-width: 576px) {
.search-popup form {
	width: calc(100% - 30px);
	height: 170px;
	padding: 15px;
}
}
/*menu style ------------- end ---------------*/

.navbar-utils {display:none;}
.clr-white {color:#ffffff !important;}
.top-banner {background-image: url(../../assets/images/products/top-banners.png); background-size:auto; background-attachment:scroll;}