.butterfly-white {
	background-color: #FFF9EE;
}

.oasis-eggwhite {
	background-color: #FFEFCA;
}

.brand-orange {
	background-color: #FFA300;
}

.brand-teal {
	background-color: #003E54;
}

.tp-btn-orange {
	/* for home electronic */
	background-color: var(--tp-theme-primary);
}

.tp-btn-2 {
	color: var(--tp-common-white);

}


.tp-btn-border:hover,
.tp-btn:hover {
	background-color: #FFA300 !important;
	border-color: var(--tp-theme-secondary);
	color: var(--tp-common-white);
}

.tp-footer-social a:hover {
	background-color: #FFA300;
	color: var(--tp-common-white);
	box-shadow: none;
}

[data-bg-color=butterfly-white] {
	background-color: #FFF9EE;
}

/************************************/
/***   Scrolling Ticker css    ***/
/************************************/

.our-scrolling-ticker {
	background-color: #FFEFCA;
	padding: 30px 0;
}

.scrolling-ticker-box {
	--gap: 40px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}

.scrolling-content {
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 40s linear infinite;
}

.scrolling-content span {
	display: inline-block;
	font-family: var(--accent-font);
	font-size: 22px;
	font-weight: 600;
	color: #14202E;
	vertical-align: middle;
}

.scrolling-content span img {
	width: 100%;
	max-width: 18px;
	margin-right: 40px;

}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

@media (max-width: 768px) {
	.social-list {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		width: 100% !important;
	}

	.social-list__item {
		display: inline-block !important;
	}
}


/** new edit **/

.tp-featured-slider {
	margin-right: 0px;
}

.tp-product-category-thumb a {}

.our-product .category-item {
	/*background-image: url(../img/slide-bubbleAsset.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;*/
	position: relative;
}

.our-product .category-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}

.our-product .category-thumb a {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #FCA310;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.26);
	display: flex;
	overflow: hidden;
	width: 125px;
	height: 125px;
	background: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.our-product .category-thumb img {
	height: 75px;
}

.our-product .category-content {

	display: inline-block;
	padding: 30px;
	padding-top: 10px;
}

.our-product .category-content a {
	margin-top: 16px;
	font-size: 20px;
	font-weight: bold;
}

.category-bg {
	background-image: url(../img/slide-bubbleAsset.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .8;
}

.our-product .category-content p {
	margin-top: 10px;
}

.our-product .category-content p span {
	font-size: 13px;
	background: #ffffffa3;
	padding: 3px 10px;
	border-radius: 14px;
	font-weight: 500;
	transition: background .2s ease-in-out;
}

.our-product .category-item:hover .category-content p span {
	background: #ffffff;
}

.our-product .category-item:hover .category-thumb a {
	margin-top: -20px;
}

.auto_change_text p {
	display: none;
}

.auto_change_text p.show {
	display: inline-block;
	animation: fade .5s ease-in-out;
}

@keyframes fade {
	0% {
		opacity: 0
	}

	80% {
		opacity: 0.8
	}
}


@media (min-width: 992px) {
	.col-lg-5col {
		width: 20%;
		float: left;
	}
}



.tp-history-slider-active .swiper-slide {
	display: none;
}

.tp-history-slider-active .swiper-slide.swiper-slide-active {
	display: block;
}

.tp-history-nav-year {
	cursor: pointer;
	transition: color 0.3s, text-decoration 0.3s;
}

.tp-history-nav-year:hover {
	color: #ff7a00;
	/* or your brand accent color */
	text-decoration: underline;
}

.tp-history-nav-year.swiper-slide-thumb-active p {
	color: #ff7a00;
	/* or your active color */
	border-bottom: 2px solid #ff7a00;
	display: inline-block;
	padding-bottom: 4px;
}

.accordion-button {
	font-weight: 500;
	font-size: 16px;
	background-color: #f8f8f8;
	border: none;
	transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
	background-color: #fff8ec;
	color: #ff7a00;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-body {
	font-size: 15px;
	line-height: 1.6;
}


.tp-contact-form textarea {
	height: 100px;
}


/** Custom Radio Button **/
.custom-radio input[type="radio"] {
	display: none;
}

.custom-radio label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}

.custom-radio label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #ccc;
	border-radius: 50%;
	background: #fff;
}

.custom-radio input[type="radio"]:checked+label::before {
	border-color: var(--tp-text-2);
	background-color: var(--tp-theme-primary);
	box-shadow: inset 0 0 0 4px #fff;
}

.home-banner .swiper-container,.home-banner .item,.home-banner .slider-full {
	border-radius: 14px;
}
.home-banner .slider-box {
	display: flex;
	flex-wrap: wrap;
}
.home-banner .slider-item {
	width: 50%;
	padding-right: 15px;
    padding-bottom: 15px;
}
.home-banner .slider-item.slider-full {
	width: 100%;
	padding-right: 0;
}
.home-banner .slider-item img {
    width: 100%;
	transition: all 0.3s ease;
}
.home-banner .item {
	overflow: hidden;
}
.home-banner .item:hover img {
	transform: scale(1.1);
}
.home-banner  .tp-slider-content {
	padding-left: 80px;
	margin-right: -80px;
}
.tp-slider-height {
	min-height: fit-content;
}

.home-banner  .tp-slider-content {
	padding-left: 20px;
	margin-right: -20px;
}
@media (min-width: 1200px) {

	.home-banner  .tp-slider-content {
		padding-left: 80px;
		margin-right: -80px;
	}

	.home-banner .slider-box-left {
        padding-right: 4px;
	}
}

@media (max-width: 1350px) {
	.home-banner .tp-slider-title{
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.home-banner .slider-item.slider-full{
		padding-left: 0;
	}
	.home-banner .slider-box-right {
		padding-left: 15px;
	}
	.home-banner .slider-box-left {
        padding: 4px;
        padding-bottom: 0;
	}
}


@media (max-width: 720px) { 

	.home-banner  .tp-slider-content {
		padding-left: 0px;
		margin-right: 0px;
        padding: 0 18px;
        padding-top: 30px;
	}


}

@media (max-width: 575px) {
    .home-banner .tp-slider-thumb img {
    	height: 216px;
        margin-top: 10px;
    }
    .home-banner .tp-slider-title {
        font-size: 26px;
    }
}

.catalogue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.catalogue .catalogue-item {
	padding: 1rem;
}
.catalogue .catalogue-box {
    overflow: hidden;
    border-radius: 15px;
    padding: 1rem;
    background: #024055;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.catalogue img {
    max-width: 100%;
    border-radius: 12px;
    height: 300px;
}
.catalogue .name {
    position: absolute;
    margin-top: -40px;
    margin-bottom: 0;
    padding-left: 26px;
    width: 100%;
    left: 0;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.catalogue .btngroup {
	display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}
.catalogue .btngroup a {
    width: auto !important;
    background: #fff;
    color: #000;
    padding: 5px 25px;
    border-radius: 10px;
    font-size: 20px;
    width: -webkit-fill-available;
    text-align: center;
	transition: all 0.3s ease;
}
.catalogue .btngroup a:hover {
	background-color: #faad4c;
	color: #fff;
}

@media (max-width: 1200px) {
	.catalogue img {
	    height: 250px;
	}
	.catalogue .btngroup a {
	    padding: 5px 20px;
    	font-size: 18px;
	}
}

@media (max-width: 575px) {
	.catalogue .catalogue-item {
		padding: .5rem;
		padding-bottom: .7rem;
	}
    .catalogue img {
    	height: auto;
    }
    .catalogue .catalogue-box {
    	padding: 0.7rem 11.2px;
    }
}


.counter2 .tp-counter-wrapper {
    background: #024055;
    border-radius: 16px;
    padding: 1.5rem 3rem;
}
.counter2 .tp-counter-content h4 {
	font-family: fantasy;
}
.counter2 .tp-counter-content h4 span {
	font-size: 100px;
}
.counter2 .tp-counter-content h4 {
	color: #fff;
}
.counter2 .tp-counter-item {
    text-align: center;

}
.counter2 .tp-counter-content p {
	color: #fff;
	opacity: .8;
}
@media (max-width: 762px) { 
	.counter2 .tp-counter-content h4 span {
	    font-size: 80px;
	}
	.counter2 .tp-counter-wrapper {
	    padding: 1.5rem;
	}
	.counter2 .tp-counter-item {
	    width: 33.33%;
	}
	.counter2 .tp-counter-wrapper {
	    align-items: center;
	    display: flex !important;
	    justify-content: center !important;
	}
}

@media (max-width: 575px) { 
	.counter2 .tp-counter-item {
	    width: 100%;
	}
	.counter2 .tp-counter-item {
		margin: 1.5rem 0;
	}
}

.journey-slide .journey-text {
	display: flex;
}
.journey-slide .journey-item {
	display: none;
}
.journey-slide .journey-item.active {
	display: block;
}

.journey-slide .journey-item h2 {
    color: #dfdfdf;
    font-size: 50px;
    letter-spacing: 10px;
    font-weight: 400;
}
.journey-slide .journey-year {
    border-top: 1px solid #dfdfdf;
    position: relative;
    overflow: hidden;
}
.journey-slide .journey-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}
.journey-slide .journey-count span {
    padding: 0.5rem 1rem;
    font-weight: 800;
    position: relative;
	transition: all 0.3s ease;
	cursor: pointer;
	font-size: 20px;
}
.journey-slide .journey-count span.active {
    color: #f9a133;
}
.journey-slide .journey-line {
    width: 80px;
	height: 3px;
    background-color: #f9a133;
	position: absolute;
	left: 0;
	top: 0;
    transition: left .2s ease-out;
}
@media (max-width: 575px) { 
	.journey-slide .journey-count span {
        padding: .4rem 0.5rem;
        font-size: 12px;
	}
}

.tp-product-thumbnail {

	max-width: 600px;
	position: relative;
}

.tp-product-thumbnail .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-product-thumbnail .owl-nav {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tp-product-thumbnail .owl-nav .owl-next.disabled,.tp-product-thumbnail .owl-nav .owl-prev.disabled {
	display: none;
}

.tp-product-thumbnail .owl-nav .owl-next,.tp-product-thumbnail .owl-nav .owl-prev {
	position: absolute;
    top: -66px;
}

.tp-product-thumbnail .owl-nav span {
	font-size: 2rem;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50px;
    border: 1px solid;
}

.tp-product-thumbnail .owl-nav .owl-next {
    right: 0;
}

@media (max-width: 575px) { 
	.tp-product-thumbnail .owl-nav .owl-next, .tp-product-thumbnail .owl-nav .owl-prev {
	    top: -80px;
	}
}


@media (max-width: 762px) { 

	.tp-product-details-tab-nav .nav-tabs {
        justify-content: space-around !important;
	}

	.tp-product-details-tab-nav .nav-tabs .nav-link {
	 	margin-left: 0 !important;
        margin-bottom: 15px;
	}
}


@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/poppins/500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/poppins/700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/poppins/800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/poppins/900.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.poppins {
  font-family: 'Poppins';
  font-weight: 400;
}

body,.tp-btn,.tp-product-badge span, .tp-product-category > a, .tp-product-rating-text span, .tp-product-price, .tp-product-tab .nav-tabs .nav-item .nav-link, .tp-product-countdown-inner ul li, .tp-product-countdown-inner ul li span, .tp-product-add-cart-btn-large, .tp-product-gadget-categories-title, .tp-product-gadget-categories-list ul li a, .tp-product-gadget-btn .tp-link-btn, .tp-product-gadget-banner-price, .tp-product-gadget-banner-title, .tp-product-tooltip, .tp-banner-btn .tp-link-btn, .tp-banner-content span, .tp-banner-content p, .tp-banner-title, .tp-product-banner-bg-text, .tp-product-banner-subtitle, .tp-product-banner-title, .tp-product-banner-price span, .tp-product-banner-price p, .tp-product-category-content p, .tp-product-category-title, .tp-feature-title, .tp-feature-content p, .tp-slider-title, .tp-slider-content > span, .tp-footer-widget-title, .tp-footer-widget-content ul li a, .tp-footer-desc, .tp-footer-talk span, .tp-footer-talk h4, .tp-footer-contact-content p, .tp-footer-copyright p, .tp-blog-meta-date span, .tp-blog-tag > span, .tp-blog-tag a, .tp-blog-title, .tp-blog-content p, .tp-category-menu-btn, .tp-category-menu nav ul li a, .main-menu.menu-style-1 > nav > ul > li > a, .tp-header-welcome p, .tp-header-top-menu-item > span, .tp-header-top-menu-item ul li a, .tp-header-search-box input, .tp-header-search-category .nice-select, .tp-header-login-content span, .tp-header-login-title, .tp-header-action-badge, .tp-header-contact-content h5, .tp-header-contact-content p, .tp-section-title, .offcanvas__contact-title, .tp-all-font-roboto *:not(i),p,.tp-subscribe-input button,.tp-subscribe-input input,h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins';
}


.procard .tp-product-details-price.new-price{
    font-size: 2rem;
    font-weight: 600;
    width: 100%;
    display: block;
}

.procard .proaddbtn .tp-cart-input[type=text]{
	padding: 0;
}
.procard .proaddbtn .tp-product-details-quantity .tp-product-quantity {
    width: 44px; /*90*/
}
.procard .proaddbtn .tp-product-details-quantity .tp-cart-input[type=text] {
    height: 28px;
    line-height: 28px;
}
.procard .proaddbtn .tp-product-details-quantity .tp-cart-minus {

    left: 3px;
}

.procard .proaddbtn .tp-cart-plus.tp-cart-plus {
    right: 2px;
}
.procard .proaddbtn .tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
    line-height: 28px;
	display: none;
}
.procard .proaddbtn .proaddbtnc {
    border: 1px solid;
    white-space: nowrap;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
}
.procard .proaddbtn .proaddbtnc .btname {
    padding:0  8px;
}
.procard .procardx {
    padding-left: 20px;
}

.procard .procardx .cardx button{
    padding: 4px 10px;
    white-space: nowrap;
}


@media (min-width: 768px) { 

	.procard .proaddbtn,.procard .procardx {
		display: flex;
        align-items: center;
	}
	.procard .proaddbtn .proaddbtnc {
		margin-right: 10px;
		margin-bottom: 0 !important;
	}
	.procardx {
		padding-left: 0 !important;
	}
	.procardx .col-12 {
		text-align: left !important;
		padding-left: 10px;
		margin-top: 0 !important;
	}
}

@media (max-width: 768px) { 
	.tp-product-details-tab-nav .nav-tabs .nav-link {
    	font-size: 16px;
	}
	.procard .procardx { 
		flex-wrap: wrap;
	}
	.procard .procardx .col-12 {
        display: inline-flex;
        justify-content: center;
	}
}
@media (max-width: 640px) { 
	

	.procard .col-lg-7.col-md-10 {
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: space-between !important;
		padding: 0 1rem;
	}
    .procard .procardx {
        width: 100%;
        padding: 0;
    }
	.procard .proaddbtn .proaddbtnc .btname {
		font-size: 12px;
	}
	.procard .proaddbtn .tp-product-details-quantity .tp-product-quantity {
    	width: 70px;
	}
	.procard .tp-product-details-price.new-price {
    	font-size: 1.5rem;
	}
	.procard .tp-product-details-price.old-price{
		font-size: 12px;
	}
}

.proset {
	position: revert;
	display: flex;
	flex-wrap: wrap;
}
.proset .box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.proset .left {
	display: flex;
}

.proset .left [data-list]{
	width: 50%;
}
.proset h3 {
	
    text-align: center;
    width: 100%;
    border-bottom: 2px solid;
    margin-bottom: 18px;
    padding: 0 10px;
}
.proset .left,.proset .right {
	border: 2px solid;
	border-radius: 14px;
	padding: 1.5rem;
}

.proset ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.proset li {
    width: 60px; 
    margin: 0 auto;
    margin-bottom: 8px;
}

.proset li .item {
    width: 60px;
    padding: 0 5px;
    text-align: center;
    margin: 0 auto;
}

.proset .val {
    border: 2px solid;
    border-radius: 0 0 0.6rem 0.6rem;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    cursor: pointer;
    background: #ffc57c;
}
.proset .count {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
    padding: 0 2px;
}
.proset .rem,.proset .add {    line-height: 13px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 4px;
}
.proset .rem:hover,.proset .add:hover {
	border-color: #000;
}
.proset .rem {
    letter-spacing: -2px;
}
.proset .name {
    font-size: 13px;
}
.proset_number:not(.show) {
	display: none;
}
.proset_number {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.proset_number {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
}
.proset_number .box {
    transform: none;
    z-index: 100;
    background: #fff;
    border-radius: 0.4rem;
    border: 2px solid;
    padding: 1rem;
    display: inline-block;
    max-width: 300px;
    position: absolute;
    margin: 1rem auto;
    left: 0;
    right: 0;
}

.proset_number ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.proset_number li {
	width: 20%;
	padding: 5px;
}
.proset_number li div {
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}
.proset_number li.select div {
	background: #ffc57c;
    font-weight: bold;
}
.proset_number .btnx {
	margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proset_number .btnx button {
	padding: 4px 10px;
}
.proset_number .name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 6px;
}
.proset_number .name b {
	text-transform: capitalize;
}

.proset .proname {
    position: absolute;
    left: 0;
    right: 0;
    width: 14px;
    line-break: anywhere;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0;	
}

@media (max-width: 990px) {
	.proset .left {
		flex-wrap: wrap;
	}

	.proset .box div[data-list] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
	}
	.proset ul{
		margin: 0 auto;
	}
	.proset .proname {
        position: relative;
        width: 100%;
        letter-spacing: normal;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.proset li {
		width: 25%;
	}

	.proset [data-list] li {
        width: auto;
	}
	.proset [data-list] li .item {
    	width: 42px;
    	padding: 0 3px;
	}
	.proset [data-list] .name{
		font-size: 11px;
		white-space: nowrap;
	}
	.proset [data-list] .val {
		font-size: 1rem;
		height: 44px;
	}
	.proset .box {
		flex-wrap: wrap;
	}
	.proset .left, .proset .right	{
		width: 100%;
		padding: 10px;
	}
	.proset .right {
		margin-top: 20px;
	}
	.proset h3 {
		padding-top: 10px;
	}
	.proset .left .ms-lg-5 {
		padding-top: 20px;
	}
	.procard .mx-auto{
		flex-wrap: wrap;
	}
}


.df-lightbox-wrapper .df-container {
	background-color: #FFF9EE !important;
}

.df-lightbox-wrapper .df-container .df-ui-share {
	display: none;
}

.btn-green {
	background-color: #59c16f;
}
.tp-product-details-action-sm-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tp-product-resorces {

}
.tp-product-resorces ul {
    display: flex;
    padding: 1rem 0;
    margin: 0;
    list-style: none;
    justify-content: space-around;
}
.tp-product-resorces ul li {
	text-align: center;
}
.tp-product-resorces ul li img {
	margin-bottom: .5rem;
    width: 80px;
    height: 80px;
}
.tp-product-resorces ul li a {
    width: 100%;
    display: block;
    background-color: var(--tp-theme-primary);
    color: #fff;
    padding: 0 0.7rem;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;

}
.tp-product-details-quantity .tp-cart-minus {
	display: block;
}
.proaddbtn .tp-product-details-quantity .tp-cart-minus {
	display: none;
}
.btnx_line {
	display: flex;
    white-space: nowrap;
}
.btnx_line button {
	margin: 0 10px;
}

@media (max-width: 640px) {
	.btnx_line {
		display: block;
	}
	.btnx_line .btn-green {
        width: -webkit-fill-available;
        margin-top: 15px;
	}
	.btnx_line button { 
        float: left;

	}
	.product_images_pop .tp-product-details-additional-info {
		overflow: hidden;
	}
}
.product_images_pop {
	max-width: 100%;
}
.product_images_pop .nav-tabs  {
	border-bottom: 0;
}
.product_images_pop .owl-dots {
	display: none;
}

@media (min-width: 1100px) {

	.product_images_pop  .nav-tabs .nav-link {
		width: 150px;
	    height: 150px;
	}
	.tp-product-thumbnail.product_images_pop .owl-nav .owl-prev,.tp-product-thumbnail.product_images_pop .owl-nav .owl-next {
	    position: absolute;
	    top: -85px;
	}
}


.courses-page {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 260px);
    display: flex;
    align-items: center;
    overflow-x: hidden;
    height: 650px;
}

.courses-slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.courses-slider .item {
    width: 300px;
    height: 400px;
    list-style-type: none;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
}
.courses-slider .brand-orange {
	border: 1px solid transparent;
}
.courses-slider .brand-orange:hover {
	border-color: #fff;
}
.courses-slider .item:nth-child(1) {
    left: calc(40% + -450px);
    /* top: 3px; */
    width: 370px;
    height: 550px;
    /* transform: none; */
    /* border-radius: 0; */
    box-shadow: none;
    opacity: 1;
}
.courses-slider .content {
    width: min(30vw, 400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 1;
    display: block;
    z-index: 2;
}

.courses-slider .content .title {
    text-transform: uppercase;
    color: #fff;
} 
.courses-slider .content .city {
	color: #fff;
	font-size: 90%;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.courses-slider .content  .description {
    margin: 10px 0 20px;
    font-size: 24px;
    color: #fff;
} 

.courses-slider h2 {
	color: #fff;
	text-shadow: 2px 2px 6px black;
	margin-bottom: 0rem;
	line-height: 1;
}
.courses-slider h2 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    transition: all .4s;
}

.courses-slider .item {
    width: 300px;
    height: 400px;
    list-style-type: none;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

}    
.courses-slider .item:nth-child(1) {
	left: calc(40% + -450px);
    /* top: 3px; */
    width: 370px;
    height: 550px;
    /* transform: none; */
    /* border-radius: 0; */
    box-shadow: none;
    opacity: 1;
}

.courses-slider .item:nth-child(2) {
	left: calc(40% + -60px);
	z-index: 1;
}

.courses-slider .item:nth-child(3) {
	left: calc(40% + 260px);
	z-index: 1;
}

.courses-slider .item:nth-child(4) {
	left: calc(40% + 580px);
	z-index: 1;
}

.courses-slider .item:nth-child(5) {
	left: calc(40% + 660px);
	opacity: 0;
	z-index: 1;
}

.courses-slider .item:nth-child(1) > .content, .courses-slider .item:nth-child(2) > .content, .courses-slider .item:nth-child(3) > .content, .courses-slider .item:nth-child(4) > .content, .courses-slider .item:nth-child(5) > .content {
    display: flex;
    width: 100%;
    height: 100%;
    left: 0px;
    background: linear-gradient(359deg, black, transparent);
    padding: 0px 20px 35px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 20px;
    transition:all .4s;
}
.courses-slider .item:nth-child(2) > .content .logo-t, .courses-slider .item:nth-child(3) > .content .logo-t, .courses-slider .item:nth-child(4) > .content .logo-t, .courses-slider .item:nth-child(5) > .content .logo-t {
    width:60px;
    margin-bottom:10px;
}
.courses-slider .item:nth-child(2) > .content h2, .courses-slider .item:nth-child(3) > .content h2, .courses-slider .item:nth-child(4) > .content h2, .courses-slider .item:nth-child(5) > .content h2 {
    font-size: 20px;
    letter-spacing: 2px;
}
.courses-slider .item:nth-child(2) > .content .description, .courses-slider .item:nth-child(3) > .content .description, .courses-slider .item:nth-child(4) > .content .description, .courses-slider .item:nth-child(5) > .content .description {
    margin: 2px 0 15px;
    font-size: 16px;
}

.courses-slider .item:nth-child(2) > .content .theme-btn, .courses-slider .item:nth-child(3) > .content .theme-btn, .courses-slider .item:nth-child(4) > .content .theme-btn, .courses-slider .item:nth-child(5) > .content .theme-btn {
    font-size: 14px;
    padding: 7px 18px;
}

.courses-page .nav {
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
}

.courses-page .nav .btn {
	background-color: rgba(255, 255, 255, 0.5);
	color: rgba(0, 0, 0, 0.7);
	border: 2px solid rgba(0, 0, 0, 0.6);
	margin: 0 0.25rem;
	padding: 0.75rem;
	border-radius: 50%;
	cursor: pointer;

    width: 50px;
    height: 50px;
}
.courses-page .nav .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.courses-slider i {
    margin-left: 10px;
    transform: rotate(-35deg);
    transition: var(--transition2);
}

@media (width > 650px) and (width < 900px) {
	.courses-page .content .title {
		font-size: 1rem;
	}

	.courses-page .content .description {
		font-size: 0.7rem;
	}

	.courses-page .content button {
		font-size: 0.7rem;
	}

	.courses-page .item {
		width: 160px;
		height: 270px;
	}

	.courses-page .item:nth-child(3) {
		left: 50%;
	}

	.courses-page .item:nth-child(4) {
		left: calc(50% + 170px);
	}

	.courses-page .item:nth-child(5) {
		left: calc(50% + 340px);
	}

	.courses-page .item:nth-child(6) {
		left: calc(50% + 510px);
		opacity: 0;
	}

	.courses-page {
	    height: 650px;
	}
}

@media (width<800px) {
	.courses-page .courses-slider {
	    padding: 20px 20px;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
	}
	.courses-slider .item:nth-child(2) > .content .logo-t, .courses-slider .item:nth-child(3) > .content .logo-t, .courses-slider .item:nth-child(4) > .content .logo-t, .courses-slider .item:nth-child(5) > .content .logo-t {
	    width: 135px;
	    margin-bottom: 10px;
	}
	.courses-page .nav {
	    display: none;
	}
	.courses-slider .content  .title {
		font-size: 30px !important;
	}

	.courses-slider .content .description {
		margin: 10px 0 20px !important;
	    font-size: 90%;
	    text-shadow: 2px 2px 6px black;
	}

	.courses-slider .item {
		width: 46% !important;
		height: 450px !important;
		transform: unset;
		position: relative;
		top: 0px;
		left:0px !important;
	    margin-bottom: 20px;
	    padding: 10px;
	}
}

@media (width<640px) {


	.courses-slider .item {
		width: 100% !important;
		height: 450px !important;
		transform: unset;
		position: relative;
		top: 0px;
		left:0px !important;
	    margin-bottom: 20px;
	}
}

@media  (width < 1100px) {
	.courses-page {
	    min-height: 100vh;
	}
}

.course-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.course-gallery .ibox {
	width: 25%;
	padding: 10px;
}

@media  (width < 1200px) {
	.course-gallery .ibox {
		width: 33.3333%;
	}
}

@media  (width < 920px) {
	.course-gallery .ibox {
		width: 50%;
	}
}

@media  (width < 640px) {
	.course-gallery .ibox {
		width: 100%;
	}
}

.course-gallery .content {
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
    transition:all .2s;
}
.course-gallery .content:hover {
	border-color: #FFA300;
}

.course-gallery .content .data {
	padding: 15px;
	padding-bottom: 20px;
}
.course-gallery .img {
    width: 100%;
    height: 160px;
}
.course-gallery .img  img {
	width: 100%;
	height: 100%;
}

.course-gallery  h2 {
    font-size:20px;
    margin-bottom: .5rem;
}
.course-gallery p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.2;
}

.course-gallery-contant img {
	float: left;
	max-width: 100%;
	max-height: 250px;
	border-radius: 8px;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}


.course-gallery-img  img {
	width: 100%;
}
.course-gallery-img .gallery-item {

    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.course-gallery-img .gallery-img {
    position: relative;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.course-gallery-img .gallery-img::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, #c50056 5%, #4A1685 100%);
  transition: all 0.7s ease-in-out;
  transform: translateY(-110%);
}

.course-gallery-img .gallery-img:hover::before{
  transform:translateY(110%);
}

.course-gallery-img .gallery-img::after{
  content:"+";
  position: absolute;
  inset: 0;
  background:linear-gradient(to top, #c50056 5%, #4A1685 100%);
  opacity: .8;
  transition: all 0.7s ease-in-out;
  transform: translateY(-110%);
  font-size: 60px;
  color: #fff;
	justify-content: center;
	display: flex;
	height: 100%;
	align-items: center;
}

.course-gallery-img .gallery-img:hover::after{
  transform: none;
}


/*

.center-slider  {
    position: relative;
    height: 350px;
    perspective: 1000px;
    overflow: visible;
    margin-bottom: 60px;
}

.center-slider .slides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.center-slider .slide {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 400px;
	margin: -148px 0 0 -200px;
	opacity: 0;
	transition: all 0.8s ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
}

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

.center-slider .slide.pos0 {
  transform: translateX(-300px) scale(0.8) translateZ(-200px) rotateY(0deg);
  opacity: 1;
  z-index: 1;
}
.center-slider .slide.pos1 { 
  transform: translateX(-150px) scale(0.9) translateZ(-100px) rotateY(0deg);
  opacity:1;
  z-index: 2;
}
.center-slider .slide.pos2 { 
  transform: translateX(0px) scale(1) translateZ(0px) rotateY(0deg);
  opacity: 1;
  z-index: 3;
}
.center-slider .slide.pos3 {
  transform: translateX(150px) scale(0.9) translateZ(-100px) rotateY(-0deg);
  opacity: 1;
  z-index: 2;
}
.center-slider .slide.pos4 {
  transform: translateX(300px) scale(0.8) translateZ(-200px) rotateY(-0deg);
  opacity: 1;
  z-index: 1;
}

@media  (width < 640px) {

	.center-slider .slide.pos0,.center-slider .slide.pos4 {
	  opacity: 0;
	  display: none;
	}
}

.center-slider .controls {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.center-slider .controls button {
    font-size: 16px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

*/

.center-slider {
      position: relative;
      width: 90%;
      max-width: 1000px;
      height: 60vh;
      perspective: 1000px;
      overflow: visible;
      display: flex;
      align-items: center;
      justify-content: center;
    margin: 0 auto;
    }

    .center-slider .slides {
      width: 100%;
      height: 100%;
      /*transform-style: preserve-3d;*/
      transition: transform 0.8s ease;
    }

    .center-slider .slide {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60%;
      max-width: 320px;
      height: 70%;
      height: 420px;
      margin: -17% 0 0 -16%;
      opacity: 0;
      transition: all 0.8s ease;
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
    }


	.center-slider .slide .play {
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    left: 0;
	    top: 0;
	    color: #fff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    opacity: 0.5;
		transition: all 0.3s ease;
	}

	.center-slider .slide .play .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-size: 37px;
    border: 1px solid;
	}

	.center-slider .slide:hover .play{

		opacity: 1;
	}	

	.center-slider .content {
    z-index: 1;
    display: inline-flex;
    position: relative;
    padding: 25px;
    flex-wrap: wrap;
    height: 100%;
    align-items: end;
    justify-content: center;

	}
	.center-slider .title {
	    font-size: 24px;
	    text-align: center;
		color: #fff;
		text-shadow: 2px 2px 6px black;
		margin-bottom: 0rem;
		line-height: 1;
	}

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

    .center-slider .slide.pos0 {
      transform: translateX(-85%) scale(0.7) translateZ(-200px) rotateY(0deg);
      opacity: 1;
      z-index: 1;
    }
    .center-slider .slide.pos1 {
      transform: translateX(-40%) scale(0.85) translateZ(-100px) rotateY(0deg);
      opacity: 1;
      z-index: 2;
    }
    .center-slider .slide.pos2 {
      transform: translateX(0px) scale(1) translateZ(0px) rotateY(0deg);
      opacity: 1;
      z-index: 3;
    }
    .center-slider .slide.pos3 {
      transform: translateX(40%) scale(0.85) translateZ(-100px) rotateY(0deg);
      opacity:1;
      z-index: 2;
    }
    .center-slider .slide.pos4 {
      transform: translateX(85%) scale(0.7) translateZ(-200px) rotateY(0deg);
      opacity: 1;
      z-index: 1;
    }

    .center-slider .control-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #024055;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      cursor: pointer;
      z-index: 10;
    border: 1px solid #fff;
    }

    .center-slider #prev {
      left: -20px;
    }

    .center-slider #next {
      right: -20px;
    }

    /* Mobile adjustments */
    @media (max-width: 600px) {

    	.center-slider  {
		    height: 40vh;
		    margin-bottom: 30vh;
    	}
    	.center-slider .control-btn {
    		top:95%
    	}
      .center-slider .slide {
        width: 80%;
        height: 60%;
      	height: 420px;
        margin: -30% 0 0 -40%;
      }
      .center-slider .slide.pos0 { transform: translateX(-50%) scale(0.5) translateZ(-150px) rotateY(30deg); }
      .center-slider .slide.pos1 { transform: translateX(-30%) scale(0.7) translateZ(-80px) rotateY(20deg); }
      .center-slider .slide.pos2 { transform: translateX(0px) scale(1) translateZ(0px) rotateY(0deg); }
      .center-slider .slide.pos3 { transform: translateX(30%) scale(0.7) translateZ(-80px) rotateY(-20deg); }
      .center-slider .slide.pos4 { transform: translateX(50%) scale(0.5) translateZ(-150px) rotateY(-30deg); }
      .center-slider #prev { left: 0; }
      .center-slider #next { right: 0; }
    }

.slider-carousel .item {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    background: #dfdfdf;
}
.slider-carousel .item .img {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 35px;
    margin-top: 20px;
}

.slider-carousel .item p {
	font-size: 1rem;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu > nav > ul > li > a {
    	font-size: 14px;
    }
}