/*
Theme Name: yaglo
*/
:root {
	--h1size: 85px;
	--h2size: 50px;
	--h3size: 24px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 16px;
	--bodysize: 16px;
	--h1height: 95px;
	--h2height: 56px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 26px;
	--bodyheight: 1.5;
	--red: #e93e2d;
	--gray: #8facc2;
	--text: #101828;
	--blue: #69c3c6;
	--darkblue: #222f5a;
	--white: #ffffff;
	--chalk: #edf3f8;
	--green: #015f2c;
	--purple: #b12fad;
	--orange: #ef7f1a;
	--dark: #000000;
	--yellow: #ffab10;
	--body: #fbe1c2;
	--border: #eef0f6;
	--heading: #39404a;
	--primary: #2A74B1;
	--secondary: #3D422F;
	--sub-heading: #565765;
	--green-chalk: #9aa396;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--intro-bg: #e5eef6;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #F77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
	margin: 0px;
	padding: 0px;
	outline: 0px
}

.bg-primary {
	background: var(--primary) !important;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	display: inline-block
}

a:hover {
	text-decoration: none
}

ul,
ol {
	padding: 0px;
	margin: 0;
	list-style: none
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html,
body {
	/* overflow-x: hidden; */
	scroll-behavior: smooth

}

body {
	color: var(--text);
	background: var(--white);
	font-size: var(--bodysize);
	font-family: "Roboto Condensed", sans-serif;
	line-height: var(--bodyheight);
	overflow-x: hidden;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: var(--dark);
	margin-bottom: 30px;
}

h1 {
	font-size: var(--h1size);
	line-height: var(--h1height)
}

h2.big-heading {
	font-size: var(--h1size);
	line-height: var(--h1height);
}

h2 {
	font-size: var(--h2size);
	line-height: var(--h2height);
}

h3 {
	font-size: var(--h3size);
	line-height: var(--h3height)
}

h4 {
	font-size: var(--h4size);
	line-height: var(--h4height)
}

h5 {
	font-size: var(--h5size);
	line-height: var(--h5height)
}

h6 {
	font-size: var(--h6size);
	line-height: var(--h6height)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: var(--dark) !important;
	text-transform: capitalize
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: var(--dark) !important;
	text-transform: capitalize
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 14px;
	color: var(--dark) !important;
	text-transform: capitalize
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: var(--dark) !important;
	text-transform: capitalize
}

input,
button {
	border: none;
	outline: none;
	background: none
}

button:focus {
	outline: none
}

@media (max-width: 575px) {
	.col {
		padding: 0px 8px
	}
}

@media (max-width: 991px) {
	.content-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.section {
	padding: 80px 0;
	scroll-margin-top: 80px;
  overflow: clip;
}

.inner-section {
	padding: 50px 0;
}

.section-heading h2 span{
	color: var(--primary);
}
 

.section-heading {
	text-align: center;
	margin-bottom: 30px
}

.section-btn-50 {
	text-align: center;
	margin-top: 50px
}

.section-btn-25 {
	text-align: center;
	margin-top: 25px
}

@media (max-width: 767px) {
	.section-heading h2 {
		font-size: 28px;
		line-height: 36px
	}

	.section {
		padding: 40px 0;
		scroll-margin-top: 50px;
  overflow: clip;
	}

	.cta-banner-content {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center !important;
	}

	.cta-banner-content h4 {
		margin-bottom: 20px !important;
	}

	.sticky-social {
		position: fixed;
		bottom: 15%;
		left: 0;
		z-index: 9;
		top: inherit !important;
	}

	.sticky-social .email {
		display: none;
	}
}

.breadcrumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: none;
	padding: 10px 0;
	margin: 0;
}

.breadcrumb .active {
	color: var(--dark)
}

.breadcrumb-item {
	padding: 0px !important;
	text-transform: capitalize
}

.breadcrumb-item a {
	color: var(--primary);
}

.breadcrumb-item a:hover {
	color: var(--white);
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--white);
	padding: 0px 8px
}

.backdrop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 1000%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none
}

.backtop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	width: 48px;
	height: 48px;
	font-size: 15px;
	color: var(--white);
	line-height: 48px;
	text-align: center;
	display: none;
	border-radius: 50%;
	background: var(--primary);
	-webkit-box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
	box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
	-webkit-animation: mahmud 2s infinite;
	animation: mahmud 2s infinite;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.backtop:hover {
	color: var(--white)
}

@-webkit-keyframes mahmud {
	0% {
		margin-bottom: 0px
	}

	50% {
		margin-bottom: 15px
	}
}

@keyframes mahmud {
	0% {
		margin-bottom: 0px
	}

	50% {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.backtop {
		bottom: 55px
	}

	.breadcrumb {
		font-size: 14px;
		margin: 0;
	}
}

@media (max-width: 575px) {
	.backtop {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 14px
	}

	.breadcrumb {
		font-size: 12px;
		margin: 0;
	}
}


.btn {
	padding: 20px 40px;
	border-radius: 30px;
	font-weight: 400;
}

.btn-default {
	background-color: var(--dark);
	color: #fff;
	font-size: 18px;
	padding: 13px 35px;
	border-radius: 0;
	position: relative;
	transition: all ease .5s;
	z-index: 1
}

.btn-default i {
	position: relative;
	top: 1px;
	padding-left: 8px;
}

.btn-default::before {
	position: absolute;
	content: "";
	background-color: var(--primary);
	height: 100%;
	width: 100%;
	border-radius: 30px;
	top: 0;
	left: 0;
	transform: scaleX(0);
	transition: all ease .5s;
	z-index: -1
}

.btn-default:hover {
	color: #fff;
	background-color: transparent;
}

.btn-default:hover::before {
	transform: scaleX(1)
}

.btn-default:focus {
	box-shadow: none
}


.btn-primary,
.wp-block-button__link {
	background: var(--dark);
	border-color: var(--dark);
	border-radius: 30px;
	transition: all .3s ease-out 0s;
	font-size: 18px;
	font-weight: 400;
}

.btn-primary:hover,
.wp-block-button__link:hover {
	background: var(--chalk);
	border-color: var(--chalk);
	box-shadow: 0 10px 24px 0 rgba(4, 23, 118, .3);
	color: var(--dark);
}

.btn-search {
	border-radius: 5px;
	background-color: var(--primary);
	color: var(--white);
	padding: 14px 30px;
}

.btn-success {
	background: var(--primary);
	border-color: var(--primary);
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-light {
	background: var(--chalk);
	color: var(--dark);
	font-weight: 400;
	border: transparent;
}

.btn-light:hover {
	background: var(--dark);
	color: var(--white);
	box-shadow: 0 10px 24px 0 rgba(4, 23, 118, .3);
}

.btn-outline-primary {
	border-color: var(--primary);
	color: var(--primary);
	border-width: 2px;
	font-weight: 400;
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	border-color: var(--border);
}

.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn i {
	margin-right: 5px
}

.btn-inline {
	color: var(--white);
	background: var(--primary)
}

.btn-inline:hover {
	color: var(--primary);
	background: var(--white)
}

.btn-outline {
	color: var(--primary);
	background: var(--white)
}

.btn-outline:hover {
	color: var(--white);
	background: var(--primary)
}

.btn-sm {
	outline: 0;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 18px;
	border-radius: 5px;
	text-transform: capitalize;
}

.btn-xs {
	outline: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 8px;
	border-radius: 5px;
}

.home-index-slider .dandik {
	left: 20px;
}

.home-index-slider .bamdik {
	right: 20px;
}

.home-index-slider .slick-dots {
	bottom: 50px
}

.banner-part {
	padding: 60px 0px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	/* height: 650px; */
	background-position: center center;
	background-size: cover;
	align-items: center;
}

.slider-form {
	padding: 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	position: relative;
}

.page-slider .banner-part {
	height: 550px;
}

/* .banner-part::after {
		position: absolute;
		content: "";
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 1;
		background:rgba(0,3,32,.56);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover
	} */
.home-index-slider.slick-initialized .slick-slide {
	position: relative;

}

.banner-content {
	text-align: start;
	padding: 30px;
}

.home-index-slider {
	background-color: #E4ECF9;
	/* border-radius: 30px; */
	position: relative;
}

.banner-content h1 {
	text-transform: capitalize;
	margin-bottom: 30px;
	text-align: left;
	/* line-height: 90px; */
	font-size: 38px;
	font-weight: 700;
	font-family: var(--pfamily);
	color: var(--dark);
	font-weight: 400;
}

.banner-content h1 span {
	font-weight: bold;
	font-size: 45px;
}

.banner-content p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px
}

.banner-content p:last-child {
	margin-bottom: 0
}

.banner-part .justify-content-center .wp-block-buttons {
	justify-content: center;
}

.banner-btn .btn {
	margin-right: 15px
}

.banner-img {
	max-width: 100%;
	max-height: 550px;
}

.banner-part.slick-active .shape-1 {
	animation: 0.6s zoomIn;
}

.banner-part.slick-active h2 {
	animation: 0.6s fadeInUp;
}

.banner-part.slick-active p {
	animation: 1.6s fadeInUp;
}

.banner-part.slick-active .btn {
	animation: 2.6s fadeInUp;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@media (max-width: 767px) {

	.banner-content h1,
	.banner-content h2 {
		font-size: 38px;
		line-height: 48px
	}

	.banner-content p {
		font-size: 16px;
	}

	.banner-img {
		display: none
	}

	.banner-btn .btn {
		margin: 8px
	}

	.banner-part {
		height: auto;
		max-height: inherit;
		background-image: none !important;
		padding: 40px 0px;
	}

	.banner-content {
		margin-bottom: 14px;
		padding: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-content h1 {
		font-size: 32px;
		line-height: 42px
	}

	.banner-btn .btn {
		padding: 14px 22px;
		margin-right: 10px
	}

}

.bg-grey-theme {
	background: var(--chalk);
}

.bg-green-themes {
	background: var(--green);
}

.bg-red-themes {
	background: var(--red);
}

.bg-primary-themes {
	background: var(--primary);
}

.bg-yellow-themes {
	background: var(--yellow);
}

.menu-badge {
	font-size: 10px;
	padding: 0px 5px;
	margin-left: 5px;
	line-height: 18px;
	border-radius: 3px;
	letter-spacing: 0.3px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white);
	background: var(--red);
	text-shadow: var(--primary-tshadow)
}

.dropdown-arrow {
	position: relative;
	padding-right: 18px !important
}

.dropdown-arrow:hover::before {
	color: var(--primary)
}

.dropdown-arrow::before {
	position: absolute;
	content: "\f282";
	font-family: "bootstrap-icons";
	top: 50%;
	right: 0px;
	font-size: 12px;
	line-height: 15px;
	color: var(--text);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-megamenu .dropdown-position-list .dropdown-arrow::before {
	content: '';
}

.dropdown-link {
	position: relative;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link:hover {
	color: var(--primary);
	background: var(--chalk)
}

.dropdown-link:hover::before {
	color: var(--primary)
}

.dropdown-link::before {
	position: absolute;
	top: 50%;
	right: 18px;
	content: "\f64d";
	font-family: "bootstrap-icons";
	font-size: 10px;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link.active {
	color: var(--primary)
}

.dropdown-link.active::before {
	color: var(--primary);
	content: "\f2ea";
	font-family: "bootstrap-icons";
}

.dropdown-list {
	display: none;
	padding: 0px 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-list li a {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	border-radius: 8px;
	padding: 10px 15px 10px 35px;
	color: var(--text);
	position: relative;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.dropdown-list li a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: "\f2ea";
	font-family: "bootstrap-icons";
	font-size: 10px;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropdown:hover .dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 100%
}

ul.dropdown-position-list {
	position: absolute;
	top: 120%;
	left: 0px;
	z-index: 2;
	width: 270px;
	height: auto;
	visibility: hidden;
	opacity: 0;
	background: var(--dark);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.dropdown-position-list li a {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	color: var(--dark);
	font-weight: 300;
	background: var(--dark);
	color: var(--white);
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-position-list li a:hover {
	color: var(--primary);
}

#primary-menu ul li {
	position: relative;
}

#primary-menu ul li ul:not(.dropdown-megamenu) {
	position: absolute;
	top: 0;
	left: 220px;
	z-index: 2;
	width: 250px;
	height: auto;
	visibility: hidden;
	opacity: 0;
}

#primary-menu li>ul {
	padding: 10px;
	background-color: var(--dark);
	border-radius: 5px;
}

#primary-menu li.dropdown-megamenu ul ul {
	border-top: 0 !important;
}

#primary-menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

#primary-menu ul li.menu-item-has-children>a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "\f285";
	font-family: "bootstrap-icons";
	font-size: 10px;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropdown-megamenu {
	position: static
}

li.dropdown-megamenu:hover>.dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

#primary-menu ul li.dropdown-megamenu ul {
	position: relative;
	opacity: 1;
	visibility: visible;
}

li.dropdown-megamenu>.dropdown-position-list {
	position: absolute;
	top: 120%;
	left: 50%;
	z-index: 2;
	width: 1180px;
	padding: 20px;
	background: var(--white);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	display: flex;
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--primary);
	background: var(--white);
}

li.dropdown-megamenu:hover>.dropdown-position-list a:hover,
li.dropdown-megamenu:hover>.dropdown-position-list a.active {
	color: var(--primary);
	background: var(--white);
}

li.dropdown-megamenu>.dropdown-position-list .dropdown-position-list {
	position: relative !important;
	top: 0 !important;
	box-shadow: none;
	left: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

li.dropdown-megamenu>.dropdown-position-list>li>.dropdown-item {
	margin-bottom: 20px;
	font-weight: bold;
}

li.dropdown-megamenu>.dropdown-position-list>li>.dropdown-item::before {
	content: '' !important;
}

.megamenu-scroll {
	height: 380px;
	overflow-y: scroll
}

.megamenu-wrap {
	margin-bottom: 30px
}

.megamenu-title {
	padding-bottom: 18px;
	margin-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.megamenu-list {
	border-left: 1px solid var(--border)
}

.megamenu-list li a {
	width: 100%;
	border-radius: 5px;
	padding: 5px 0px 5px 25px;
	color: var(--text);
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.megamenu-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.megamenu-promo a img {
	width: 100%;
	border-radius: 3px
}

@media (max-width: 1199px) {
	.megamenu {
		width: 100%
	}
}

#mobile-menu .nav-link {
	margin-bottom: 2px;
}

#mobile-menu>li>ul {
	margin: 0;
	padding: 0;
}

#mobile-menu li.current-menu-item .nav-link,
#mobile-menu .current-menu-ancestor>a {
	background: var(--chalk);
}

#mobile-menu li.current-menu-item>a {
	font-weight: bold;
}

#mobile-menu>li>ul ul {
	display: block !important;
}

#mobile-menu .current-menu-ancestor>ul {
	display: block;
}

.form-title {
	text-align: center;
	margin-bottom: 20px
}

.form-title h3 {
	text-transform: capitalize
}

.form-group {
	margin-bottom: 20px
}

.form-group small {
	color: var(--gray);
	letter-spacing: 0.3px;
	padding: 0px 0px 0px 20px
}

.form-group textarea {
	height: 150px;
	padding: 12px 20px
}

.form-label {
	font-weight: 500;
	margin: 0px 0px 7px 3px;
	white-space: nowrap;
	text-transform: capitalize
}

.form-control,
textarea {
	width: 100%;
	border-radius: 6px;
	padding: 12px 20px;
	color: var(--text);
	background: var(--white);
	border: 2px solid var(--border)
}

.form-control:focus-within,
textarea:focus {
	background: var(--chalk);
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {

	height: 45px;


	color: var(--gray)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {}

.form-select {
	height: auto;
	font-size: 15px;
	padding: 15px 20px;
	letter-spacing: 0.3px;
	background-size: 12px 10px;
	text-transform: capitalize;
	color: var(--text);
	cursor: pointer;
	padding-right: 25px;
}

.form-select:focus-within {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--primary)
}

.form-check-input:focus {
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary)
}

.form-btn {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.form-input-group {
	position: relative
}

.form-input-group:focus-within i {
	color: var(--primary)
}

.form-input-group input {
	padding: 0px 20px 2px 45px
}

.form-input-group textarea {
	padding: 12px 20px 12px 45px
}

.form-input-group i {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center
}

.form-btn-group {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.form-btn-group i {
	font-size: 15px;
	margin-right: 5px;
	display: inline-block
}

.nav-tabs {
	border: none;
	padding: 18px 25px;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: start;
	background: var(--white)
}

.nav-tabs li:nth-child(1) {
	padding-left: 0;
}

.nav-tabs li {
	padding: 0px 30px;
	border-right: 1px solid var(--border)
}

.nav-tabs li:last-child {
	border: none
}

.tab-link {
	font-size: 15px;
	font-weight: 500;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.tab-link:hover {
	color: var(--primary)
}

.tab-link i {
	font-size: 18px;
	margin-right: 3px
}

.tab-link.active {
	color: var(--primary)
}

.tab-pane {
	display: none;
	padding: 0px
}

.tab-pane.active {
	display: block
}

@media (max-width: 575px) {
	.nav-tabs {
		/*-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column*/
	}

	.nav-tabs li {
		padding: 5px;
		border: none
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.nav-tabs {
		padding: 25px 10px
	}

	.nav-tabs li {
		padding: 0px 20px
	}
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.nav-links ul.page-numbers {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.nav-links ul.page-numbers li {
	margin-left: 10px
}

.nav-links ul.page-numbers li:first-child .page-link,
.nav-links ul.page-numbers li:last-child .page-link {
	border-radius: 5px;
}

.nav-links ul.page-numbers li .page-numbers.current {
	color: var(--white);
	background: var(--primary)
}

.nav-links ul.page-numbers li .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-weight: 400;
	border: none;
	padding: 0px;
	color: var(--text);
	background: var(--chalk);
	display: block;
}

.nav-links ul.page-numbers li .page-numbers:hover {
	color: var(--white);
	background: var(--primary)
}

.nav-links ul.page-numbers li .page-numbers:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 991px) {
	.nav-links ul.page-numbers li .page-numbers {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

@media (max-width: 767px) {
	.nav-links ul.page-numbers li {
		margin: 0px 3px
	}

	.account-title {
		flex-wrap: wrap;
	}

	.account-title .btn-xs,
	.account-title h6 {
		margin-bottom: 5px;
	}
}

.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
	visibility: visible;
	opacity: 1
}

.dandik,
.bamdik {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
	color: var(--white);
	background: var(--primary)
}

.dandik {
	left: -10px
}

.bamdik {
	right: -10px
}

.slider-dots ul {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slider-dots ul li {
	width: 9px;
	height: 9px;
	margin: 0px 5px;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	background: var(--primary);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.slider-dots ul li button {
	display: none
}

.slider-dots ul li.slick-active {
	width: 25px;
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@media (max-width: 575px) {
	.slider-dots ul {
		bottom: 10px
	}

	.slider-dots ul li {
		margin: 0px 6px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.slider-dots ul {
		bottom: 20px
	}

	.slider-dots ul li {
		margin: 0px 6px
	}
}

.table-list {
	width: 100%
}

.table {
	font-size: 12px;
}

thead tr {
	background: var(--primary);
}

thead tr th {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 10px;
	border-right: 1px solid var(--border);
	color: var(--white);
}

tbody tr {
	border-bottom: 1px solid var(--border)
}

tbody tr td {
	padding: 12px 20px;
	text-align: center;
	border-right: 1px solid var(--border);
	vertical-align: middle;
}

.table-name {
	white-space: nowrap;
	text-transform: capitalize
}

.table-image img {
	width: auto;
	height: 100px
}

.table-price h6 {
	white-space: nowrap
}

.table-price h6 small {
	font-size: 13px;
	margin-left: 3px;
	color: var(--gray);
	font-family: sans-serif
}

.table-desc p {
	width: 150px;
	font-size: 15px;
	text-align: left
}

.table-desc p a {
	text-transform: capitalize
}

.table-desc p a:hover {
	text-decoration: underline
}

.table-vendor a {
	font-weight: 500;
	color: var(--heading);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.table-vendor a:hover {
	color: var(--primary)
}

.table-status h6 {
	text-transform: capitalize
}

.table-status .stock-in {
	color: var(--purple)
}

.table-status .stock-out {
	color: var(--orange)
}

.table-shop {
	width: 180px
}

.table-shop .product-add {
	color: var(--white);
	background: var(--primary)
}

.table-shop .action-plus i,
.table-shop .action-minus i {
	background: var(--white)
}

.table-action a i {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin: 3px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.table-action .view i {
	color: var(--green);
	background: var(--white)
}

.table-action .view i:hover {
	color: var(--white);
	background: var(--green)
}

.table-action .wish i {
	color: var(--green);
	background: var(--white)
}

.table-action .wish.active i {
	color: var(--white);
	background: var(--green)
}

.table-action .trash i {
	color: var(--red);
	background: var(--white)
}

.table-action .trash i:hover {
	color: var(--white);
	background: var(--red)
}

@media (max-width: 1199px) {
	.table-scroll {
		overflow-x: scroll
	}
}

.modal-fullscreen .modal-body {
	background: var(--chalk);
}

.modal-fullscreen .modal-header {
	background: var(--chalk);
}

.modal-content {
	border: none;
	background: none;
	border-radius: 0px
}

.modal-close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background: var(--white);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.modal-close:hover {
	color: var(--white);
	background: var(--primary)
}

#searchModal .btn-close {
	width: auto;
	height: auto;
	padding: 15px;
}

#searchModal .btn {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px 20px;
	background-color: var(--white);
}

#searchModal .form-control {
	border-color: var(--primary);
}

.modal-form {
	width: 400px;
	padding: 30px;
	border-radius: 8px;
	background: var(--white)
}

@media (max-width: 400px) {

	.modal-form,
	.modal-dialog {
		width: 100%;
		max-width: inherit
	}
}

@media (max-width: 1100px) {
	.modal-dialog {
		margin: 0px auto;
	}

	.modal-close {
		right: 50%;
		top: -45px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}

.nav-pills .nav-link {
	font-weight: 400;
	list-style: decimal
}

.nav-pills .nav-link.active {
	color: var(--primary);
	background: transparent
}

@media (max-width: 991px) {
	.nav {
		margin-bottom: 30px
	}
}

.countdown {
	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
}

.countdown-time {
	padding: 0px 30px;
	position: relative;
	color: var(--heading);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.countdown-time::before {
	position: absolute;
	content: ":";
	top: 28%;
	right: -3px;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--heading)
}

.countdown-time:last-child::before {
	display: none
}

.countdown-time span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: var(--primary)
}

.countdown-time small {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize
}

@media (max-width: 575px) {
	.countdown-time {
		padding: 0px 12px
	}

	.countdown-time:first-child {
		padding-left: 0px
	}

	.countdown-time:last-child {
		padding-right: 0px
	}

	.countdown-time span {
		font-size: 35px
	}

	.countdown-time small {
		font-size: 16px
	}
}

.text-white .feature-rating i,
.text-white .feature-rating a {
	color: var(--white);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
	color: var(--white);
}

.page-title {
	padding: 18px 30px;
	margin-bottom: 25px;
	border-radius: 8px;
	border: 1px solid var(--primary);
	background: var(--primary);
	color: var(--white);
	position: relative;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-title h5 {
	color: var(--white);
}

.header-top {
	padding: 5px 0px;
	background: var(--green-chalk);
	font-size: 13px;
	color: var(--white);
}

.header-top-welcome p {
	font-size: 14px;
	color: var(--white);
	letter-spacing: 0.3px
}

.header-top-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top-list li {
	margin-left: 15px;
	color: var(--white);
}

.header-top-list li:first-child {
	margin-left: 0;
}

.header-top-list li a {
	font-size: 15px;
	color: var(--white);
	letter-spacing: 0;
	font-weight: 300;
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-part .btn {
	font-size: 15px;
}

.header-top-list li a:hover {
	color: var(--chalk)
}

@media (max-width: 767px) {

	.header-top-welcome,
	.header-top-list,
	.header-top-select,
	.header-top {
		display: none
	}

	.header-top-select {
		width: 270px;
		margin: 0px auto
	}

	.page-title {
		flex-direction: column;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-top-welcome {
		text-align: center;
		margin-bottom: 10px
	}
}

.header-part {
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	border-radius: 5px;
}

body.admin-bar .header-part.active {
	top: 32px;
}

.header-part.active {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3333;
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.header-part.active .header-widget:hover i {
	background: var(--white)
}

.header-part.active .header-widget sup {
	border-color: var(--white)
}

.header-part.active .header-form {
	background: var(--white);
	border-color: var(--primary)
}

.header-content {
	padding: 0px 0px;
	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: space-between;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-logo {
	margin-right: 50px
}

.header-logo img {
	width: auto;
	max-height: 45px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget-group {
	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
}

.header-widget-group .header-group-action {
	display: flex;
	gap: 20px;
	position: relative;
	align-items: center;
}
.header-widget-group .header-group-action .top-search {
	position: relative;
}
.header-widget-group .header-group-action .top-search .form-control {
	border: none;
	border-bottom: 1px solid var(--intro-bg);
	max-width: 100%;
	width: 280px !important;
}
.header-widget-group .header-group-action .top-search i {
	position: absolute;
	right: 12px;
	top: 12px;
}

.header-widget-group .header-group-action li i {
	cursor: pointer;
	font-size: 18px;
	transition: all ease-in-out 0.3s;
}

.header-widget-group .header-group-action li i:hover {
	color: var(--primary);
}

.header-widget-group .header-widget:first-child {
	margin-left: 0px
}

.header-widget {
	position: relative;
	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
}

.dropdown-menu {
	z-index: 5002;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu li {
	margin-left: 0;
}

.dropdown-menu li a,
.dropdown-menu li a:hover {
	color: var(--dark);
}

.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.menu-icon {
	cursor: pointer;
}

.header-widget:hover i {
	color: var(--primary);
}

.header-widget:hover span {
	color: var(--primary)
}

.header-widget img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.header-widget i {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--dark);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget span {
	font-size: 15px;
	font-weight: 400;
	margin-left: 8px;
	letter-spacing: 0.3px;
	white-space: nowrap;
	text-align: left;
	text-transform: capitalize;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget span small {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	font-family: sans-serif;
	display: block
}

.header-widget sup {
	position: absolute;
	top: 0;
	left: 20px;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
}

.header-cart span {
	font-size: 12px;
	margin-left: 15px;
	line-height: 20px;
	text-transform: uppercase
}

.header-form {
	width: 100%;
	margin: 0px;
	border-radius: 5px;
	background: var(--white);
	border: 1px solid var(--white);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-form:focus-within {
	background: var(--white);
	border-color: var(--white)
}

.header-form input {
	width: 100%;
	height: 35px;
	font-size: 15px;
	padding-left: 15px
}

.header-form button {
	height: 35px;
	font-size: 13px;
	padding: 0 15px;
	text-align: center;
	border-radius: 5px;
	border: 0;
	color: var(--white);
	display: inline-block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-form button:hover {
	color: var(--primary)
}

.header-media-group {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-media-group a img {
	width: auto;
	height: auto;
	max-width: 130px;
}

.header-user img,
.header-src img {
	width: 40px;
	height: 40px;
	padding: 5px;
}

.header-user i,
.header-src i {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--dark);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-user i:hover,
.header-src i:hover {
	color: var(--primary);
}

@media (max-width: 991px) {
	.header-content {
		padding: 10px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.header-media-group {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header-widget-group,
	.header-widget,
	.header-logo,
	.header-top,
	.header-top-select,
	.header-user-part {
		display: none
	}

	.header-form {
		display: none;
		margin: 10px 0px 0px
	}

	.header-form.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.header-logo-group button {
	display: none;
	
}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-widget span {
		display: none
	}
}

.navbar-content {
	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
}

.navbar-list {
	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;
	gap: 20px;
}

.navbar-item {
	/*! margin-right: 30px */
}

.dropdown-position-list .navbar-item {
	margin-right: 0;
}

.navbar-item:last-child {
	margin-right: 0px
}

.navbar-link {
	font-family: var(--hfamily);
	padding: 32px 0px;
	font-weight: 400;
	font-size: 17px;
	color: var(--dark);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.navbar-link:hover,
.navbar-link.active {
	color: var(--primary)
}

.navbar-focus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.navbar-focus-list li {
	margin-left: 30px
}

.navbar-focus-list li:first-child {
	margin-left: 0px
}

.navbar-focus-list li a {
	font-weight: 500;
	color: var(--text);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.navbar-focus-list li a:hover {
	color: var(--primary)
}

.navbar-focus-list li a i {
	font-size: 18px;
	margin-right: 5px
}

.navbar-info-group {
	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
}

.navbar-info {
	margin-right: 30px;
	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
}

.navbar-info:last-child {
	margin-right: 0px
}

.navbar-info i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary)
}

.navbar-info p small {
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-align: left;
	text-transform: capitalize
}

.navbar-info p span {
	font-size: 15px;
	font-weight: 500
}

@media (max-width: 991px) {
	.navbar-part {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-list li {
		margin-right: 18px
	}

	.navbar-link {
		font-size: 15px
	}

	.navbar-info {
		margin-right: 15px
	}

	.navbar-info p span {
		font-size: 14px
	}

	.navbar-info i {
		margin-right: 10px
	}
}

.nav-sidebar {
	position: fixed;
	top: 0px;
	left: -420px;
	width: 320px;
	height: 100vh;
	padding: 0px;
	z-index: 5003;
	background: var(--white);
	color: var(--dark);
	-webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-sidebar .nice-select .option {
	color: var(--dark) !important;
}

.nav-sidebar.active {
	left: 0px
}

#toogle-menu {
	display: none;
}

#toogle-menu:checked~.nav-sidebar {
	left: 0px
}

.nav-header {
	padding: 15px 0px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-header a img {
	width: auto;
	height: 40px
}

.nav-close {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.nav-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-close i:hover {
	color: var(--white);
	background: var(--primary)
}

.nav-content {
	padding: 0px 18px;
	overflow-y: scroll;
	max-height: calc(100vh - 100px)
}

.nav-btn {
	width: 100%;
	padding: 50px 0px;
	margin-bottom: 20px;
	text-align: center;
	background: var(--chalk)
}

.nav-btn .btn {
	font-size: 14px;
	padding: 12px 28px;
	letter-spacing: 0.3px
}

.nav-btn .btn i {
	font-size: 14px
}

.nav-profile {
	width: 100%;
	text-align: center;
	padding: 18px 0px 0px
}

.nav-user {
	margin-bottom: 10px;
	border-radius: 50%;
	border: 2px solid var(--primary)
}

.nav-user img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 2px solid var(--white)
}

.nav-name {
	margin-bottom: 18px;
	text-transform: capitalize
}

.nav-name a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-name a:hover {
	color: var(--primary)
}

.nav-select-group {
	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;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-select {
	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;
	margin-right: 18px;
	padding-right: 18px;
	line-height: 20px;
	border-right: 1px solid var(--gray-chalk)
}

.nav-select:last-child {
	padding: 0px;
	margin: 0px;
	border: none
}

.nav-select i {
	margin-right: 5px
}

.nav-list {
	width: 100%
}

.nav-list li {
	width: 100%
}

.nav-link {
	width: 100%;
	font-weight: 500;
	padding: 12px 15px;
	border-radius: 8px;
	color: var(--dark);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-link:hover {
	color: var(--text);
}

.nav-sidebar .nav-link:hover {
	background: var(--chalk);
}

.nav-link::before {
	right: 15px
}

.nav-link i {
	font-size: 20px;
	margin-right: 0
}

.nav-link.active {
	color: var(--primary);
}

.nav-info-group {
	padding: 20px 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	color: var(--dark);
}

.nav-info-group ul {
	margin-bottom: 15px;
}

.nav-info-group ul li {
	padding: 3px 0;
}

.nav-info-group .btn {
	display: block;
	padding: 5px 20px;
	border: 0;
	margin: 10px 0;
}

.nav-info {
	margin-bottom: 20px;
	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
}

.nav-info:last-child {
	margin-bottom: 0px
}

.nav-info i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary)
}

.nav-info p small {
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-align: left;
	text-transform: capitalize
}

.nav-info p span {
	font-size: 16px;
	font-weight: 500
}

.nav-info a {
	color: var(--dark);
}

.nav-footer {
	text-align: center
}

.nav-footer p {
	font-size: 14px;
	color: var(--gray)
}

.nav-footer p a {
	color: var(--primary)
}

.sidebar-sticky {
	position: sticky;
	top: 110px;
}

body.admin-bar .sidebar-sticky {
	top: 135px;
}

@media (min-width:999px) {
	/* #wrapper {
		margin: 0 50px;
	} */

	.footer-top {
		margin: 0 50px;
	}
}

/* topbar */
.top-baar {
	background-color: var(--primary);
	padding: 10px 0;
}

.top-baar .topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-baar .topbar-inner .top-links,
.top-baar .topbar-inner .top-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.top-baar .topbar-inner .top-links li {
	color: var(--white);
	font-family: var(--hfamily);
}

.top-baar .topbar-inner .top-links li a {
	color: var(--white);
	transition: all ease-in-out 0.3s;
}

.top-baar .topbar-inner .top-links li a:hover {
	color: #c6c8c9
}

.top-baar .topbar-inner .top-social li {
	color: var(--white);
	font-family: var(--hfamily);
}

.top-baar .topbar-inner .top-social li a {
	color: var(--white);
	transition: all ease-in-out 0.3s;
}

.top-baar .topbar-inner .top-social li a:hover {
	color: var(--primary)
}

@media (max-width: 767px) {
	.top-baar {
		display: none;
	}
}

/* about-section */
.about-section {
	position: relative;
}

.about-section .about-innar {
	background-image: url(./images/about-bg-1.jpg);
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	object-fit: cover;
	padding: 100px 0;
	border-radius: 20px 20px 150px 20px;
	position: relative;
	z-index: 1;
}

.about-section .about-innar::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--secondary);
	opacity: 0.70;
	border-radius: 20px 20px 150px 20px;
	top: 0;
	left: 0;
	z-index: -1;
}

.about-section.style-2 {
	position: relative;
}

.about-section.style-2::before {
position: absolute;
left: -300px;
  top: -150px;
	content: '';
	width: 600px;
	height: 100%;
	background-image: url(./images/shap-2.png);
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.1;

}

.about-section.style-2 .about-image {
	display: flex;
	align-items: end;
	gap: 30px;
}

.about-section.style-2 .about-image img {
	display: flex;
	align-items: end;
	gap: 30px;
	border-radius: 0 30px;
	transition: 0.3s all ease-in-out;
}
.about-section.style-2 .about-image:hover img {
	border-radius: 30px 0;
}
.about-section.style-2 .icon-animation{
	position: absolute;
	top: 150px;
	right: 650px;
}
.about-section.style-2 .icon-animation img.animation-logo{
	top: 40px;
	right: -250px;
	z-index: 50;
}
.about-section.style-2 .icon-animation:before {
	content:"";
	position: absolute;
	background-color: var(--dark);
	-webkit-mask-image: url(.//images/tag-line.svg);
	-webkit-mask-size: 100%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	width: 160px;
	height: 160px;
	top: -74%;
	right: -56px;
	z-index: 0;
	animation: qodef-element-rotate 20s linear infinite;
  }
  @keyframes qodef-element-rotate {
	0% {
	  transform:rotate(-360deg)
	}
  }



/* style-2 */

/* service-box */

.service-box {
	border: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 100%;
	border-radius: 5px;
	position: relative;
}

a.service-box {
	color: var(--dark);
}

.service-box:hover,
.service-box.active {}

.service-box-thumb {
	margin-bottom: 5px;
}

/* style-7 */
.service-box.style-2 {
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer;
}

.service-box.style-2 .service-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0 30px;
	margin-bottom: 30px;
}

.service-box.style-2 .service-img img {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 100%;
	transition: 0.5s all ease-in-out;
}

.service-box.style-2:hover .service-img img {
	-webkit-transform: scale(1.9);
	transform: scale(1.3);
}


/* style-3 */
.service-box.style-3 {
	position: relative;
	text-align: center;
	/* width: 100%; */
	padding: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer;
}
.service-box.style-3 .service-content h3 {
	font-size: 18px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

.service-box.style-3 .service-img {
	background-color: var(--white);
	overflow: hidden;
	margin-bottom: 14px;
	background-color: #EBEBEB;
	padding: 20px;
	border-radius: 18px;
}

.service-box.style-3 .service-img img {
	/* display: block; */
	/* width: 100%; */
	max-height: 100%;
	overflow: hidden;
	height: 220px;
	transition: 0.5s all ease-in-out;
}

.service-box.style-3:hover .service-img img {
	-webkit-transform: scale(1.9);
	transform: scale(1.3);
}


/* * style-4  */

.service-box.style-4 {
	position: relative;
	text-align: start;
	padding: 14px;
	overflow: hidden;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;

}
.service-box.style-4 .service-content p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px;
}
.service-box.style-4 .service-content .price {
	font-size: 16px;
	font-weight: 500;
}
.service-box.style-4 .service-content .cart-btn {
	font-size: 16px;
	color: var(--white);
	background:var(--primary);
	padding: 10px 24px;
	margin-top: 10px;
	border-radius: 50px;
	transition: ease-in-out;
}
.service-box.style-4 .service-content .cart-btn:hover {
	background:var(--dark);
}

.service-box.style-4 .service-img {
	background-color: var(--white);
	overflow: hidden;
	margin-bottom: 14px;
}

.service-box.style-4 .service-img img {
	max-height: 100%;
	height: 150px;
}

/* style-5 */
.service-box.style-5 {
	position: relative;
	text-align: center;	
	padding: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer;
}

.service-box.style-5 .service-img {
	background-color: var(--white);
	overflow: hidden;
	margin-bottom: 14px;
	padding: 20px;
	border-radius: 18px;
	border: 1px solid var(--intro-bg);
}

.service-box.style-5 .service-img img {
	/* display: block; */
	/* width: 100%; */
	max-height: 100%;
	overflow: hidden;
	height: 220px !important;
	transition: 0.5s all ease-in-out;
}

.service-box.style-5:hover .service-img img {
	-webkit-transform: scale(1.9);
	transform: scale(1.3);
}

/* testimonial-card */
.testimonial-card{
	position: relative;
	background: var(--white);
	border-radius: 20px;
	padding: 20px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	transition: all ease-in-out 0.3s;
	display: flex;
	align-items: start;
	gap: 14px;
}

.contact-info-box{
	position: relative;
	background: var(--white);
	padding: 20px;
	text-align: center;
}
.contact-info-box .contact-info-icon img{
	width: 50px;
	margin-bottom: 20px;
}



   .footer {
            background-color: #f8f9fa;
        }
        .footer .footer-inner {
            padding: 40px 0;
        }

        .footer-bottom {
            background-color: #1e75bb;
            color: white;
            padding: 10px 0;
            font-size: 14px;
        }

        .footer .social-icons a {
            color: #000;
            margin-right: 10px;
        }

		.text-end{
			text-align: start;
		}