body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	transition: background-color .5s;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #cccccc;
}

::-webkit-scrollbar-thumb {
	background: #505050;
	border-radius: 5px;
}

body {
	background: #FCFCFC;
	color: #53555E;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6rem;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2F2B2B;
	margin-top: 16px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.01em;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.375rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 0.5rem;
}

small {
	font-size: 0.833rem;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

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

iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
	color: #8440D0;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #8440D0;
}

a,
dt {
	color: #53555E;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
	color: #8440D0;
	text-decoration: none;
}

.btn {
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	outline: none;
	box-shadow: none;
}

.container-fluid {
	padding: 0 80px;
}

/******** custom-btn ********/

.custom-btn {
	position: relative;
	background-color: #8440D0;
	border-radius: 2px;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	padding: 15px 32px;
	transition: all 0.3s ease;
	appearance: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.custom-btn span {
	margin-right: 8px;
}

.custom-btn:hover, .custom-btn:focus {
	background-color: #000000;
	color: #fff;
}

.outline__btn {
	background-color: #7698E5;
	border: 1px solid #7698E5;
}

.btn_read {
	position: relative;
	background-color: transparent;
	border-radius: 2px;
	border: 2px solid #8440D0;
	outline: none;
	color: #8440D0;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	padding: 8px 32px;
	transition: all 0.3s ease;
	appearance: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn_read a {
	color: #8440D0;
}

.read__btn {
	color: #525252;
	cursor: pointer;
	display: flex;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}

.read__btn span {
	color: #525252;
	font-size: 18px;
	margin-left: 10px;
}

.form-group {
	position: relative;
}

input,
textarea,
select,
button {
	outline: none;
	font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control, .form-select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	height: 50px;
	font-size: 0.875rem !important;
	padding: 10px 12px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
	border: 1px solid rgb(122, 122, 122);
	outline: none;
	box-shadow: none;
	border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-moz-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-webkit-appearance: textfield;
}

textarea.form-control {
	height: 100px;
}

.form-control.ndate-picker {
	background-color: #ffffff;
}

.form-label {
	margin-bottom: .2rem;
}

label {
	display: inline-block;
	font-weight: 400;
	font-size: 0.833rem;
	margin-bottom: 0;
}

.title-widget {
	position: relative;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.site__tittle {
	position: relative;
}

.title-widget span.title-line {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	top: -6px;
	width: 100px;
	height: 1px;
	background: #8440D0;
}

.sub-title {
	position: relative;
}

.sub-title span.title-line {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	top: -6px;
	width: 100px;
	height: 1px;
	background: #8440D0;
}

.sub-title h6 {
	color: #8440D0;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
}


/* 

.title-widget {
	position: relative;
}

.sub-title {
	position: relative;
}

.title-widget span.title-line {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	top: -6px;
	width: 100px;
	height: 1px;
	background: #D59E65;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.25rem;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.title-widget h1 span,
.title-widget h2 span,
.title-widget h3 span,
.title-widget h4 span,
.title-widget h5 span,
.title-widget h6 span {
	margin-right: 10px;
} */

.position-relative {
	position: relative !important;
	z-index: 1;
}

.py-100 {
	padding: 100px 0;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.py-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.py-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.py-50 {
	padding: 50px 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.py-30 {
	padding: 30px 0;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.py-20 {
	padding: 20px 0;
}

.pt-20 {
	padding-top: 20px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-60 {
	margin-top: 60px;
}

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

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.p-0 {
	padding: 0 !important;
}

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

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

.mb-16 {
	margin-bottom: 16px;
}

.mb-10 {
	margin-bottom: 10px;
}

hr {
	background-color: rgba(234, 237, 255);
	opacity: 1;
}

.line {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	border-bottom: 1px solid rgb(234, 237, 255);
}

.site-bg {
	background-color: #8440D0 !important;
}

.site__second {
	background-color: #4756C9;
}

.site-light {
	background-color: #FCFCFC !important;
}

.bg__linear {
	background-color: rgba(132, 64, 208, 0.03);
}

.section-content {
	position: relative;
	padding: 50px 0 50px 0;
}

main.section-all {
	min-height: 700px;
}

/******** header ********/
header {
	position: relative;
	background-color: #FCFCFC;
}

.logo__widget {
	margin-top: 10px;
	margin-bottom: 10px;
}

.search {
	width: 100%;
	position: relative;
	/*display: flex;*/
	margin-top: 20px;
}

.searchTerm {
	width: 100%;
	border: 1px solid #D8D8D8;
	border-right: none;
	padding: 5px 20px;
	height: 50px;
	border-radius: 2px;
	outline: none;
	color: #5E5E5E;
}

.searchTerm:focus {
	color: #8440D0;
}

.searchButton {
	width: 50px;
	height: 50px;
	border: 1px solid #8440D0;
	background: #8440D0;
	text-align: center;
	color: #fff;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
	font-size: 20px;
}


.searchButton:hover {
	background-color: #7698E5;
	border: 1px solid #7698E5;
}

.header__rit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.h_rit__info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 30px;
}

.country__wrap {
	margin-top: 20px;
	margin-bottom: 30px;
}

.wrapper-dropdown {
	position: relative;
	display: flex;
	min-width: 90px;
	text-align: left;
	color: #2F2B2B;
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wrapper-dropdown img {
	max-width: 20px !important;
	height: 20px;
	margin-top: 4px;
	margin-right: 4px;
}

.wrapper-dropdown span {
	margin-right: 8px;
}

.wrapper-dropdown::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #a8a8a8 transparent;
}

.wrapper-dropdown.active::before {
	border-width: 0 6px 6px 6px;
}

.wrapper-dropdown .dropdown {
	position: absolute;
	top: 140%;
	right: 0;
	left: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: hidden;
}

.wrapper-dropdown .dropdown li {
	padding: 2px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	overflow: hidden;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}

.wrapper-dropdown .dropdown li:last-child {
	border-bottom: none;
}

.wrapper-dropdown .dropdown li:hover {
	background: #fcfcfc;
}

.wrapper-dropdown.active .dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.wrapper-dropdown .dropdown li span {
	margin-right: 6px;
}

.signbox {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.signbtn {
	position: relative;
	color: #2F2B2B;
	display: inherit;
	font-size: 14px;
	font-weight: 500;
}

.signbtn span i {
	font-size: 20px;
	margin-right: 4px;
}

.cart_icon {
	position: relative;
	display: inline-flex;
}

.amt_box {
	position: absolute;
	top: -10px;
	right: -5px;
	width: 20px;
	height: 20px;
	background-color: #4756C9;
	border-radius: 100%;
	color: #FFF;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	z-index: 1;
}

nav.header_area.clearfix {
	background-color: #8440D0;
}

.sticky-top {
	z-index: 3;
}

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: stickyTransition;
	animation-name: stickyTransition;
}


.social-icons {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.social-icons ul {
	padding-left: 0;
}

.social-icons ul li {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-left: 2px;
}

.social-icons ul li a {
	border-radius: 100%;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	padding: 0 2px;
	text-align: center;
}

.social-icons ul li:nth-child(1) a {
	background: #1974d0;
	color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
	background: #000;
	color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #ffffff;
}

.social-icons ul li:nth-child(4) a {
	background: #db0505;
	color: #ffffff;
}




/* .sticky-top {
	z-index: 3;
}

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	background-color: #000;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: stickyTransition;
	animation-name: stickyTransition;
} */

/**** service ****/
.wrapper__inner {
	position: relative;
	background-color: #fff;
	padding: 40px 30px;
}

.wrapper__box {
	position: relative;
}

.image__card {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.image__card img {
	border-radius: 4px;
	display: inline-block;
	object-fit: cover;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	overflow: hidden;
	margin: 0 auto;
}

.img__240 img {
	/*object-fit: cover;*/
	object-fit: contain;
	height: 240px;
}

.wrapper__box:hover .image__card img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.wrapper__box .batch {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: capitalize;
	border-radius: 2px;
	display: inline-block;
	align-items: center;
	padding: 3px 8px;
	background-color: #4756C9;
}

.card-content {
	position: relative;
	padding: 20px;
}

.card-content h6 {
	font-size: 14px;
}

.facilities ul {
	padding-left: 0;
}

.facilities ul li {
	color: #5C5F69;
	font-size: 14px;
	padding-left: 0;
	list-style: none;
}

.location {
	color: #5C5F69;
	font-size: 13px;
}

.location span {
	margin-right: 5px;
}

.pptag {
	color: #383B46;
	font-size: 14px;
	font-weight: 600;
}

.pptag strike {
	color: #53555E;
	font-size: 14px;
	font-weight: 400;
}

.product__container .owl-nav {
	position: absolute;
	right: 0;
	top: -40px;
}

.product__container .owl-carousel .owl-nav .owl-next,
.product__container .owl-carousel .owl-nav .owl-prev {
	background-color: transparent;
	border: 1px solid #B7B7B7;
	color: #A1A1A1;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	margin-left: 3px;
}

.product__container .owl-carousel .owl-nav .owl-next {
	left: 55%;
}

.product__container .owl-carousel .owl-nav .owl-prev {
	right: 55%;
}

.product__container .owl-carousel .owl-nav .owl-prev i,
.product__container .owl-carousel .owl-nav .owl-next i {
	color: #A1A1A1
}

.product__container .owl-carousel .owl-nav .owl-next:hover,
.product__container .owl-carousel .owl-nav .owl-prev:hover {
	color: #242424;
	outline: 0;
}

.product__container .owl-carousel .owl-nav .owl-next:focus,
.product__container .owl-carousel .owl-nav .owl-prev:focus {
	color: #242424;
	outline: 0;
}

.img_170 img {
	object-fit: cover;
	height: 170px !important;
	width: 100%;
}


.bloginfo h6 a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

.box-icon {
	background-color: #8440D0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	float: left;
}

.box-icon span {
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.boxtext {
	margin-left: 80px;
}

.boxtext p {
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}



.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 247px;
	padding: 6px 0;
	background-color: #8440D0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -4px;
	left: -4px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -6px;
	top: 12px;
	transform: rotate(-45deg);
}

.rating-widget ul {
	padding-left: 0;
}

.rating-widget ul li {
	color: #F29D38;
	list-style: inherit;
	display: inline-block;
	font-size: 14px;
	margin-right: 0px;
	padding: 0 !important;
}

.img__440 img {
	height: 440px;
	object-fit: cover;
}

.title-caption {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(49, 49, 49, 0.9));
	color: #fff;
	text-transform: capitalize;
	padding: 35px 20px;
	z-index: 9;
}

.subscribe-from {
	position: relative;
}

.subscribe-from input {
	position: relative;
	background: inherit;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	color: #666666;
	font-size: 14px;
	outline: none;
	line-height: 50px;
	height: 50px;
	text-align: left;
	padding: 0 30px;
	width: 100%;
	float: left;
	margin-right: 4px;
}

.subscribe-from .subscribe-button {
	position: absolute;
	top: 0;
	right: 0;
	background: #8440D0;
	border: none;
	color: #ffffff;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 0 30px;
	border-radius: 4px;
}

.subscribe_wrap p {
	font-size: 13px;
	font-style: italic;
}

.ps__0 {
	padding-left: 0;
}

.pe__0 {
	padding-right: 0;
}


footer {
	position: relative;
}

.footer-info {
	position: relative;
}

.footer_info h6 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}


.foter_logo .contact-wrap {
	display: flex;
}

.contact-info address {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-info address span {
	font-size: 16px;
	color: #4756C9;
	margin-right: 8px;
}

.contact-info p {
	font-size: 14px;
	font-weight: 400;
}

ul.listing {
	padding-left: 0;
}

.listing li {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 30px;
}

.listing li a {
	color: #4A4A4A;
}

.listing li a:hover {
	color: #B0579C;
	text-decoration: underline;
}

.social-icons ul li {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin-right: 3px;
}

.social-icons ul li a {
	border-radius: 100%;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0 2px;
	text-align: center;
}

.social-icons ul li:nth-child(1) a {
	background: #1974d0;
	color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
	background: #1596e7;
	color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #ffffff;
}

.social-icons ul li:nth-child(4) a {
	background: #db0505;
	color: #ffffff;
}

.ft-bottom {
	background-color: #8440D0;
	padding: 20px 0;
}

.copy-right p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: lowercase;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

.copy-right p a {
	color: #FFFFFF;
}

.copy-right p a:hover {
	color: #C18AFF;
	text-decoration: underline;
}


/******** all page css *******/
.site_page-title-inner {
	position: relative;
}

.page-titleShape {
	position: relative;
	text-align: center;
}

/* .page-titleShape::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0.00) 127.57%);
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	z-index: 1;
} */

.page-title {
	position: relative;
	z-index: 2;
}

.page-title ul li {
	font-size: 14px;
	font-weight: 400;
	color: #4e4e4e;
	text-transform: capitalize;
	 padding: 10px 0; 
}

.page-title ul li a {
	color: #8440d0;
}

.page-title ul li+li::before {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 10px;
	display: inline-block;
	margin: 0 5px 0 8px;
}

.page-title h3 {
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
}

ul.list-item {
	padding-left: 0 !important;
}

.list-item li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	margin: 0;
}

.site_page .page-link {
	position: relative;
	display: block;
	color: #334E7A;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.site_page .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #334E7A;
	border-color: #334E7A;
}

.site_page .page-link:focus {
	z-index: 3;
	color: #334E7A;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: none;
}

.team__member-container {
	border: 3px solid #eaeaea;
	border-radius: 10px;
	padding: 30px;
}

.team__card {
	float: left;
	margin-right: 20px;
}

.img__team img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
}

.team__info {
	margin-left: 120px;
}

.postion_tt {
	font-size: 14px;
	font-style: italic;
}

.team__text p {
	font-size: 14px;
}

.destination__wrapper {
	position: relative;
	border: 1px solid #eaeaea;
	padding: 0 20px 20px 20px;
}

.rating_trip {
	color: #8440D0;
}

.reivews {
	color: #2F2B2B;
	display: block;
}

.packge__right {
	border-left: 1px solid #eaeaea;
	padding-left: 20px;
	height: 86%;
	position: relative;
}

.content-holder {
	box-shadow: rgb(38 38 38 / 6%) 0px 6px 45px;
	border-radius: 4px;
	padding: 30px;
}

.cnt__bx {
	display: flex;
}

.icon__img {
	width: 64px;
	height: 64px;
	margin-right: 30px;
}

.cnt__info h6 {
	text-transform: capitalize;
}

.nav-side {
	padding: 20px 15px;
	box-shadow: rgb(38 38 38 / 6%) 0px 6px 45px;
	border-radius: 4px;
}

.nav-list ul {
	padding-left: 0;
}

.nav-list ul li {
	position: relative;
	border-top: 1px solid #f0f0f0;
	font-size: 0.875rem;
	font-weight: 500;
	list-style-type: none;
	list-style-position: inside;
	padding: 8px;
}


aside {
	position: relative;
}

.big__screen {
	display: flex;
}

.mbl__screen {
	display: none;
}





.page__wrapper {
	position: relative;
}

.title_page {
	position: relative;
	display: flex;
	align-items: center;
}

.title-icon {
	display: flex;
	background-color: #CD0F11;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	padding: 0px 10px;
	margin-right: 10px;
}

.title-inner {
	display: flex;
	margin-left: 10px;
	align-items: center;
}

.contact-wrap {
	padding: 50px;
}

.sidebar_nav {
	position: relative;
	padding: 20px 15px;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
}

.price_slider {
	position: relative;
	width: 100%;
}

.price-input {
	width: 100%;
	display: flex;
	margin: 20px 0 20px;
}

.price-input .field {
	display: flex;
	width: 100%;
	height: 42px;
	align-items: center;
}

.field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 16px;
	font-weight: 600;
	margin-left: 0;
	border-radius: 2px;
	text-align: center;
	border: 1px solid #999;
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: #050100;
}

.range-input {
	position: relative;
}

.range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #050100;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #050100;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.custom-checkbox {
	position: relative;
}

.checkbox-list {
	list-style: none;
}

.checkbox-list li {
	/* margin-bottom: 4px; */
}

/*checkbox css start*/
/*.category__box [type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"]:checked, [type="radio"]:not(:checked) {*/
/*	position: absolute;*/
/*	left: -9999px;*/
/*}*/

.category__box [type="checkbox"]:checked+label, .category__box [type="checkbox"]:not(:checked)+label, .category__box [type="radio"]:checked+label, .category__box [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #4a4a4a;
	font-weight: 500;
}

.category__box [type="checkbox"]:checked+label:before, .category__box [type="checkbox"]:not(:checked)+label:before, .category__box [type="radio"]:checked+label:before, .category__box [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #c6c6c6;
	background: transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.category__box [type="checkbox"]:checked+label:after, .category__box [type="checkbox"]:not(:checked)+label:after, .category__box [type="radio"]:checked+label:after, .category__box [type="radio"]:not(:checked)+label:after {
	content: '';
	background: #8440D0;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 4px;
	left: 4px;
	border: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.category__box [type="checkbox"]:not(:checked)+label:after, .category__box [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.category__box [type="checkbox"]:checked+label:after, .category__box [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.category__box [type="radio"]:checked+label:before, .category__box [type="radio"]:not(:checked)+label:before {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.category__box [type="radio"]:checked+label:after, .category__box [type="radio"]:not(:checked)+label:after {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.grid_item {
	/* border-bottom: 1px solid #ddd; */
	padding-bottom: 10px;
}

.sort-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sort_items {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.sort_items span {
	font-size: 14px;
}

.form-select-sm {
	background-color: transparent;
	border: 1px solid #cccccc;
	outline: none;
	padding: 8px 20px;
	height: 36px;
}

.pagination {

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.ct_tittle {
	font-size: 16px;
}

.btn_1 {
	border: 1px solid #050100;
	height: 30px;
	width: 30px;
	border-radius: 2px;
	background: none;
	cursor: pointer;
}

.btn-icon {
	width: 15px;
	height: 15px;
	stroke: #050100;
}

.btn_1:hover {
	background-color: #050100;
}

.btn_1:hover .btn-icon {
	stroke: #fff;
}

.page-link:link,
.page-link:visited {
	text-decoration: none;
	color: #343a40;
	font-size: 15px;
	height: 30px;
	width: 30px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
	background-color: #050100;
	color: #fff;
}

/******Product details********/

.product_dtl-wrap {
	position: relative;
	overflow: hidden;
}

.prodcut-card_img img {
	object-fit: cover;
	height: 400px;
}

.product_dtls {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	padding: 30px;
}

.pp__tag span {
	color: #5E5E5E;
	font-size: 16px;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-inventory ul {
	padding-left: 0;
}

.product-inventory ul li {
	display: block;
	font-size: 14px;
	margin: 4px 0;
}

.product-inventory ul li span {
	color: #464646;
	font-size: 14px;
	font-weight: 500;
}

.color_pattern ul {
	padding-left: 0;
}

.color_pattern ul li {
	display: inline-block;
}

.color_pattern ul li a.black {
	background: #000;
}

.color_pattern ul li a {
	width: 30px;
	height: 25px;
	display: block;
	margin-right: 3px;
}

.color_pattern ul li a.red {
	background: #d23118;
}

.color_pattern ul li a.blue {
	background: #2a84c9;
}



.product-options-bottom {
	/* padding: 1.25rem 0 1rem;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1rem; */
}

.add-to-cart-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.p-count {
	position: relative;
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
}

.p-count .qtyminus,
.p-count .qtyplus {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 2px solid #050100;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #464646;
	cursor: pointer;

}

.p-count .qtyminus {
	border-radius: 0.125rem 0 0 0.125rem;
}

.p-count .qtyplus {
	border-radius: 0 0.125rem 0.125rem 0;
}

.p-count .qty {
	border: none;
	width: 50px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.add-to-links ul li {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
	margin-right: 15px;
}

.add-to-links ul li span {
	display: inline-block;
	width: 27px !important;
	height: 27px !important;
	line-height: 27px;
	text-align: center;
	margin-right: 10px;
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}


.prodcut__dscp {
	margin-top: 50px;
}

.prodcut__dscp .nav-tabs {
	display: flex;
	justify-content: flex-start;
}

.unordered-list {
	margin-bottom: 20px;
	padding-left: 40px;
	list-style: none;
	letter-spacing: 0;
}

.unordered-list li {
	font-size: 14px;
	line-height: 1.5;
	list-style: inherit;
	padding-top: .5em;
	padding-bottom: .5em;
}

.unordered-list li::before {
	color: #333;
	font-family: "Font Awesome 5 free";
	font-size: 16px;
	content: "\f138";
	margin-right: 18px;
	line-height: 1.3;
	position: relative;
	font-weight: 900;
	top: .5px;
}


.review__box {
	border: 1px dashed #dcdcdc;
	padding: 20px;
}

.r_client {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	float: left;
}

.r_client img {
	width: 70px;
	height: 70px;
}

.r_review {
	margin-left: 90px;
}

.review__rating .rate {
	float: left;
	/* height: 46px; */
	padding: 0;
}

.review__rating .rate:not(:checked)>input {
	position: absolute;
	top: -9999px;
}

.review__rating .rate:not(:checked)>label {
	float: right;
	width: 20px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 24px;
	color: #b3b3b3;
	border: inherit !important;
	text-align: center;
	margin-bottom: 0;
}

.review__rating .rate:not(:checked)>label:before {
	content: '★';
	border: inherit !important;
}

.review__rating .rate>input:checked~label {
	color: #F29D38;
}

.review__rating .rate:not(:checked)>label:hover,
.review__rating .rate:not(:checked)>label:hover~label {
	color: #F29D38;
}

.review__rating .rate>input:checked+label:hover,
.review__rating .rate>input:checked+label:hover~label,
.review__rating .rate>input:checked~label:hover,
.review__rating .rate>input:checked~label:hover~label,
.review__rating .rate>label:hover~input:checked~label {
	color: #F29D38;
}


.product_specification tbody, td, tfoot, th, thead, tr {
	/* border: none; */
	font-size: 14px;
	font-weight: 400;
	padding: 20px 20px !important;

}

.prodcut__dscp {
	margin-top: 50px;
}

.prodcut__dscp .nav-tabs {
	display: flex;
	justify-content: flex-start;
}

.product__tabs {
	position: relative;
}

.product__tabs .nav-tabs {
	border-bottom: 1px solid #eee;
	position: relative;
}

.product__tabs .nav-tab::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 6.6875rem;
	height: 0.125rem;
	border-radius: 0.375rem;
	background: #8440D0;
	z-index: 999;
}

.product__tabs .nav-tabs .nav-link {
	color: #383B46;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.875rem;
	padding: .5rem 1rem;
}

.product__tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #8440D0;
	background-color: transparent;
	border-color: transparent;
}

.product__tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background-color: transparent;
	border-color: transparent;
}

.rating ul {
	padding-left: 0;
}

.rating ul li {
	/*color: #FCB134;*/
	display: inline-block;
	font-size: 14px;
}

.rating ul li span {
	color: #7f7f7f;
	display: inline-block;
	font-size: 14px;
	margin-left: 0px;
}

.shipinfo ul {
	padding-left: 0;
}

.shipinfo ul li {
	color: rgb(117, 117, 117);
	display: block;
	font-size: 14px;
}

.shipinfo ul li span {
	color: #53555E;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
}

.add-to-links ul {
	padding-left: 0;
}

.add-to-links ul li {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
	margin-right: 15px;
}

.add-to-links ul li span {
	display: inline-block;
	width: 27px !important;
	height: 27px !important;
	line-height: 27px;
	text-align: center;
	margin-right: 10px;
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}

.testimonials_container h5 {
	color: #323232;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 0;
}

.testimonials_container h5 span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
}

/***cart items****/

.product-dtl_wrapper .table-condensed>tbody>tr>td,
.product-dtl_wrapper .table-condensed>tbody>tr>th,
.product-dtl_wrapper .table-condensed>tfoot>tr>td,
.product-dtl_wrapper .table-condensed>tfoot>tr>th,
.product-dtl_wrapper .table-condensed>thead>tr>td,
.product-dtl_wrapper .table-condensed>thead>tr>th {
	padding: 20px 10px 20px 0;
}

/* .table {
	border: none !important;
	border-bottom: none !important;
	border-top: 1px solid #11e95b;
} */

table>tbody {
	vertical-align: middle;
}

.product-dtl_wrapper tbody,
td,
tfoot,
th,
thead,
tr {
	vertical-align: middle;
}

.price {
	color: #727272;
	font-size: 0.875rem;
	font-weight: 600;
}

.price_sub {
	color: #535353;
	font-size: 0.875rem;
	font-weight: 700;
}

/* table tr strong {
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	font-family: 'Libre Franklin', sans-serif;
}

table tr td {
	color: #565151;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
} */


/* td.product-thumbnail img {
	margin: auto;
	max-width: 90px;
} */

.remove {
	position: relative;
	font-size: 1em;
	font-weight: 400;
	color: #626262;
}

.remove a {
	color: #626262;
}

.remove a:hover {
	color: #DB7D03;
}

.coupon {
	float: left;
}

.couponcode {
	float: left;
	/* display: inline-block; */
}

.updatecart {
	float: right;
}

.carttotals {
	padding: 30px 30px 15px 30px;
	position: relative;
	/* border: 6px solid #f7e6ec; */
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.table>thead {
	vertical-align: bottom;
	border-bottom: 1px solid #cbcbcb !important;
}

.table> :not(caption)>*>* {
	/* padding: .5rem .5rem; */
	background-color: unset;
	/* border-bottom-width: 1px;
	border-bottom:1px solid #f266a0 !important; */
	box-shadow: none;
	/* color: #f266a0; */
}


.mbile_slider-banner {
	display: none;
}

.mbl_version-contact {
	display: none;
}


.search {
	width: 100%;
	position: relative;
	/*display: flex;*/
}

.searchTerm {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-right: none;
	padding: 0 10px;
	height: 45px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #9DBFAF;
}

.searchTerm:focus {
	color: #d1d1d1;
}

.searchButton {
	width: 40px;
	height: 45px;
	border: 1px solid #8440d0;
	background: #8440d0;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}

ul.checkbox-list {
	padding-left: 0;
}


/***cart items****/

.product-dtl_wrapper .table-condensed>tbody>tr>td,
.product-dtl_wrapper .table-condensed>tbody>tr>th,
.product-dtl_wrapper .table-condensed>tfoot>tr>td,
.product-dtl_wrapper .table-condensed>tfoot>tr>th,
.product-dtl_wrapper .table-condensed>thead>tr>td,
.product-dtl_wrapper .table-condensed>thead>tr>th {
	padding: 20px 10px 20px 0;
}

/* .table {
	border: none !important;
	border-bottom: none !important;
	border-top: 1px solid #11e95b;
} */

table>tbody {
	vertical-align: middle;
}

.product-dtl_wrapper tbody,
td,
tfoot,
th,
thead,
tr {
	vertical-align: middle;
}

.price {
	color: #727272;
	font-size: 0.875rem;
	font-weight: 600;
}

.price_sub {
	color: #535353;
	font-size: 0.875rem;
	font-weight: 700;
}

/* table tr strong {
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	font-family: 'Libre Franklin', sans-serif;
}

table tr td {
	color: #565151;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
} */


/* td.product-thumbnail img {
	margin: auto;
	max-width: 90px;
} */

.remove {
	position: relative;
	font-size: 1em;
	font-weight: 400;
	color: #626262;
}

.remove a {
	color: #626262;
}

.remove a:hover {
	color: #EF2023;
}

.coupon {
	float: left;
}

.couponcode {
	float: left;
	/* display: inline-block; */
}

.updatecart {
	float: right;
}

.carttotals {
	padding: 30px 30px 15px 30px;
	position: relative;
	/* border: 6px solid #f7e6ec; */
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.table>thead {
	vertical-align: bottom;
	border-bottom: 1px solid #cbcbcb !important;
}

.table> :not(caption)>*>* {
	/* padding: .5rem .5rem; */
	background-color: unset;
	/* border-bottom-width: 1px;
	border-bottom:1px solid #f266a0 !important; */
	box-shadow: none;
	/* color: #f266a0; */
}


.cart_wrap {
	position: relative;
 }

 .cart_wrap .table > thead {
	background: #f5faff;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
	padding: 20px !important;
  }

 .cart_wrap tbody, td, tfoot, th, thead, tr {
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 !important;
 }

 .cart_wrap .table > :not(:last-child) > :last-child > * {
	padding-left: 20px !important;
  }

 .cart__content {
	display: flex;
 }

 .cart__img {
	width: 90px;
	height: 110px;
	margin-right: 15px;
 }
 .cart__img img { 
	width: 90px;
	height: 110px;
 }

 .cart__info  h6 {
   font-size: 14px;
   font-weight: 600;
 }

 .cart__info ul {
	padding-left:0;
 }
 .cart__info ul li {
	display: block;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
 }

 .cart_del button {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: none;
	outline: none;
	text-align: center;
 }

 .cart_dtl {
	position: relative;
	padding: 20px;
 }

 .cartsdtl ul {
	padding-left: 0;
 }
 .cartsdtl ul li  {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 4px 0;
 }

 .cartsdtl ul li span {
	color: #303030;
	float: right;
	font-size: 14px;
	font-weight: 600;
 }

 .gift-voucher {
	display: flex;
	align-items: center;
	justify-content: space-between;
 }
 table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: 700px;
    border: 1px solid #eee;
    margin-bottom: 50px;
}
.shop_table tbody, td, tfoot, th, thead, tr {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 20px !important;
}
.order_details thead {
    background: #eeee;
}
.order_details tr {
    border-bottom: 1px solid #eee;
}
h2.woocommerce-order-details__title {
    margin-bottom: 12px;
}
section.woocommerce-customer-details {
    padding: 20px;
/*     border: 1px solid #eee; */
    margin-top: 40px;
    width: 700px;
}
p.woocommerce-customer-details--phone:before {
    content: "\F4E7";
    font-family: bootstrap-icons !important;
    margin-right: 10px;
}
p.woocommerce-customer-details--email:before {
    content: "\F32F";
    font-family: bootstrap-icons !important;
    margin-right: 10px;
}

.mobile_menu {
    display: none;
}

/********responsive css*********/

@media (max-width: 1366px) {
	.section-content {
		padding: 50px 0 50px 0;
	}

}

@media (max-width: 1280px) {
	.container-fluid {
		max-width: calc(100% - 30px);
		padding: 0 30px;
	}

	.container {
		max-width: calc(100% - 30px);
		padding: 0 30px;
	}

	.nav-header {
		width: 130px;
	}

	.nav-menu>li>a {
		font-size: 15px;
		padding: 34px 12px;
	}

	.slider-banner .carousel-inner .carousel-item img {
		height: 600px;
	}

	.slider-caption_inner {
		padding-left: 70px;
	}
	/*.dl-menuwrapper .dl-menu {*/
 /*   	height: 130vh;*/
	/*}*/
}

@media (max-width: 1080px) {
	.slider-banner .carousel-inner .carousel-item img {
		height: 500px;
	}

	.nav-menu>li>a {
		padding: 34px 12px;
	}
}

@media (max-width: 992px) {
    
	.container {
		max-width: calc(100% - 20px);
		padding: 0 20px;
	}

	.container-fluid {
		max-width: calc(100% - 20px);
		padding: 0 10px;
	}

	.pt-100 {
		padding-top: 40px;
	}

	.pb-100 {
		padding-bottom: 40px;
	}

	.py-80 {
		padding: 40px 0;
	}

	.pb-80 {
		padding-bottom: 30px;
	}

	.py-60 {
		padding: 30px 0;
	}

	.pb-60 {
		padding-bottom: 30px;
	}

	.mt-30 {
		margin-top: 20px;
	}

	.mb-30 {
		margin-bottom: 20px;
	}

	.mt-50 {
		margin-top: 30px;
	}

	.menu_toogle {
		display: none;
	}

	.section-content {
		padding: 30px 0;
	}

	.main_header_area {
		/* padding-bottom: 10px; */
	}

	.top__info {
		margin-top: 8px;
		margin-right: 50px;
	}

	.nav-brand {
		position: relative;
		padding: 20px 0;
		/* line-height: 60px; */
	}

	.nav-toggle {
		top: 20px;
	}

	/* .nav-brand img {
		width: 80px;
	} */

	.country__box {
		margin-right: 50px !important;
	}

	.tittle__2 {
		font-size: 24px;
	}

	.carousel-caption-info h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.slider-caption {
		left: 30px;
	}

	.contact__number {
		font-size: 14px;
	}

	.top__right {
		margin-left: 20px;
	}

	.country__box {
		margin-top: 10px;
	}

	.big__screen {
		display: none;
	}

	.mbl__screen {
		display: block;
		position: absolute;
		right: 43px;
		top: 0;
	}

	.h_rit__info {
		margin-left: 14px;
	}

	.search__wrap {
		margin-bottom: 20px;
	}

	.signbox .country__wrap {
		margin-top: 0;
		margin-bottom: 0;
	}

	.logo__widget {
		margin-bottom: 0;
	}

	.cd-dropdown-trigger {
		display: none;
	}

	.main {
		display: none;
	}
	.mobile_menu {
        display: block;
        padding: 0;
        list-style: none;
        line-height: normal;
        font-size: 0;
        float: left;
        margin-left: 20px;
    }
    .mobile_menu ul {
        list-style: none;
        padding: 0;
    }
    .mobile_menu li {
        border-top: solid 1px #f2f2f2;
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: left;
        padding: 8px 8px 8px 0px;
    }
    .mobile_menu li a {
        width: 100%;
        height: auto;
        font-size: 12px;
    }
    

}

@media (max-width: 768px) {
	.container {
		max-width: calc(100% - 10px);
		padding: 0 10px;
	}

	.pt-40 {
		padding-top: 30px;
	}

	.pb-40 {
		padding-bottom: 30px;
	}

	.btn-button {
		font-size: 0.875rem;
		padding: 0.5em 1.4em;
	}

	.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
		position: relative;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-bottom: 16px;
	}

	.logo__widget {
		width: 120px;
	}


	.menu-bar {
		display: flex;
		justify-content: inherit;
	}

	.menu-link {
		padding: 8px 16px;
	}

	.title-caption h4 {
		font-size: 18px;
	}

	.kb-carousel>.carousel-inner>.carousel-item>img, .kb-carousel>.carousel-inner>.carousel-item>a>img {
		height: 300px;
	}
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
        width: 100%;
    }
    section.woocommerce-customer-details {
    width: 100%;
}

}

@media (max-width: 576px) {

	h1 {
		font-size: 1.5rem;
	}

	.nav-brand {
		width: 70px;
	}

	.sm_tittle {
		display: none;
	}

	.mbl__icon {
		display: block;
	}

	.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
		font-size: 24px;
	}

	.iconbox h6 {
		font-size: 15px;
	}

	.nav-menu>li>a {
		font-size: 12px;
	}

	.admission__box h4 {
		font-size: 22px;
	}

	.country__box {
		margin-right: 34px !important;
	}

	.s_icon {
		display: none;
	}

	.img__440 img {
		height: 300px;
	}

	h5 {
		font-size: 1rem;
	}

	.cont_tittle {
		font-size: 18px;
	}

	.mbl__screen {
		display: block;
		position: absolute;
		right: 23px;
		top: -15px;
	}
}

@media (max-width: 480px) {
	.kb-carousel>.carousel-inner>.carousel-item>img, .kb-carousel>.carousel-inner>.carousel-item>a>img {
		height: 200px;
		object-fit: cover;
	}

	.top__info {
		margin-top: 16px;
		margin-right: 36px;
	}

	.infos_top {
		display: none;
	}

	.boxwrap {
		padding: 10px;
	}

	.icos {
		font-size: 24px;
		margin-right: 10px;
	}

	.icos span {
		color: #fff;
		font-size: 16px;
	}

}

@media (max-width: 480px) {
	.nav-header {
		width: 110px;
		margin-top: 10px;
	}

	.contact__number {
		font-size: 12px;
	}
}

.gallery {
	max-width: 567px;
	margin: 5rem auto;
	background: white;
	padding: 20px;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	border-radius: 8px;
	backdrop-filter: opacity(0.5)
}

.vrmedia-gallery img {
	object-fit: cover;
	width: 100%
}

.vrmedia-gallery .lSGallery {
	display: inline-flex
}

.vrmedia-gallery .lSGallery li {
	border-radius: 12px !important
}

.vrmedia-gallery .lSGallery li.active {
	border: 1px solid #242423
}