@import 'css/fontawesome-5.15.4.min.css';
@import 'css/bootstrap-rtl-4.5.3.min.css';
@import 'css/helper-4.0.0.min.css';
@import 'css/magnific-popup-1.1.0.min.css';
@import 'css/woocommerce.css';
:root {
	color-scheme: light only;
}
header{
    min-height: calc(244px + 61px);
}
.sliderindex{
    z-index: 1;
    margin-top: calc(-244px + -61px);
}
.sliderindex__content{
    padding-top: 120px;
}
.sliderindex,
.sliderindex__slide{
    height: 100vh;
}
.headertop{
    border-bottom: 1px solid rgba(230, 230, 230, 0.1);
    background-color: #6d1c9876;
}
.headertop a{
    color: #fff;
}
.headertop a{
    color: #fff;
}
.headertop__flex > * + *{
    border-right: 1px solid rgba(230, 230, 230, 0.1);
    padding-right: 25px;
    margin-right: 25px;
}
.headertop__flex > *{
    min-height: 60px;
    display: flex;
    align-items: center;
}
.headertop__flex .custom-select{
    border: 0;
    padding-right: 30px;
    background-position: top 16px left;
    font-weight: 500;
}
.headertop__flex .has-feedback .form-control-feedback{
    width: 20px;
}
.headertop__flex .sharesocial li a{
    border: 1px solid rgba(230, 230, 230, 0.1);
    line-height: 38px;
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.headertop,
.headerbg{
    z-index: 2;
}
.headerbg__logo{
	height: 185px
}
@media(min-width: 992px){
    .headerbg .navbar-nav > .nav-item + .nav-item{
        margin-right: 20px;
    }
    .slidertitle{
        min-height: 185px;
    }
}
.headerbg .navbar-nav > .nav-item .nav-link{
    font-size: 18px;
    font-weight: 700;
    color: #151515;
}
.headerpages .headerbg .navbar-nav > .nav-item .nav-link{
    color: #151515;
}
.headerbg .navbar-nav > .nav-item .nav-link:hover{
    color: #ffc600;
}
.headerbg .navbar-toggler.collapsed{
    color: #151515;
}
.headerbg .navbar-toggler{
    color: #ffc600;
}
.sliderindex__slide::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent 50%, #ffffff 100%);
}
.sliderindex .slick-next,
.sliderindex .slick-prev {
    top: 45%;
}
.sliderindex .slick-prev {
    right: 0px;
}
.sliderindex .slick-next {
    left: 0px;
}
.sliderindex .slick-next:before,
.sliderindex .slick-prev:before {
    border-radius: 0;
    width: 70px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    background-color: #ffffff21;
}
.sliderindex__content{
	top: 0;
	right: 0;
}
.sliderindex .slider-track {
    transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);
}
.sliderindex .sliderindex__slide {
	transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}
.sliderindex .slick-active .sliderindex__slide {
	transform: scale(1);
	-webkit-animation: cssAnimation 4s 1 ease-in-out;
	animation: cssAnimation 4s 1 ease-in-out;
}
@keyframes cssAnimation {
	from { -webkit-transform: scale(1) translate(0px); }
	to { -webkit-transform: scale(1.3) translate(0px); }
}
@-webkit-keyframes cssAnimation {
	from { -webkit-transform: scale(1) translate(0px); }
	to { -webkit-transform: scale(1.3) translate(0px); }
}
.slidertitle .breadcrumb{
    background-color: #ffffff20;
    padding: 8px 15px 7px 18px;
}
.slidertitle .breadcrumb-item a,
.slidertitle .breadcrumb-item + .breadcrumb-item::before,
.slidertitle .breadcrumb-item.active{
    color: #ffffff;
}
.slidertitle .breadcrumb-item a:hover{
    color: #ffc600;
}
.slidertitle .breadcrumb-item + .breadcrumb-item{
    padding-right: 8px;
}
.slidertitle .breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'fa5_f';
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    transform: scale(0.8);
    padding-left: 10px;
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 10%);
}
.linewhite__bottom50::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-color: #fff;
}
.boxcountry{
    border-radius: 10px;
}
.boxcountry::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    z-index: 2;
}
.boxcountry img{
    height: 100%;
    z-index: 1;
    transition: 1s;
}
.boxcountry:hover img{
    transform: scale(1.2);
}
.boxcountry .boxcountry__content{
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.sliderslick__customarrow1{
    margin-bottom: 60px;
}
.sliderslick__customarrow1 .slick-next,
.sliderslick__customarrow1 .slick-prev {
    top: inherit;
    bottom: -80px;
}
.sliderslick__customarrow1 .slick-prev {
    right: calc(50% - 60px);
}
.sliderslick__customarrow1 .slick-next {
    left: inherit;
    right: calc(50% + 10px);
}
.sliderslick__customarrow1 .slick-next:before,
.sliderslick__customarrow1 .slick-prev:before{
    border-radius: 5px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.btn{
    font-weight: 600;
}
.nav-tabs.customtabs {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs .nav-item {
    margin-bottom: 10px;
    margin-left: 10px;
}
.nav-tabs.customtabs .nav-link {
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    min-width: 140px;
    text-align: center;
    padding: 13px;
    font-weight: 700;
    color: #888;
}
.nav-tabs.customtabs.customtabs__light .nav-link{
    background-color: #e5e5e5;
}
.nav-tabs.customtabs.customtabs__sm .nav-link{
    min-width: 100px;
    padding: 6px;
    border-radius: 4px;
    font-size: 15px;
}
.nav-tabs.customtabs .nav-item.show .nav-link,
.nav-tabs.customtabs .nav-link.active,
.nav-tabs.customtabs .nav-link:hover {
    background-color: #ffc600;
    color: #fff;
}
.footerbg .text-light{
    color: #ffffff78 !important;
}
.footerbg__links li::marker{
    color: #ffc600;
}
.footerbg a{
    color: #fff;
}
.footerbg a:hover{
    color: #ffc600;
}
.footerbg .sharesocial li a{
    border-radius: 6px;
}
.customaccordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
	background-color: #fff;
	border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.customaccordion .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion .card .card-header a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #6c1c98;
    background-color: transparent;
    padding: 20px 35px;
    padding-left: 55px;
    position: relative;
}
.customaccordion .card .card-header a.collapsed:hover {
    color: #6c1c98;
}
.customaccordion .card .card-header a.collapsed {
    color: #2f2f2f;
    background-color: transparent;
}
.customaccordion .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "fa5_f";
    font-weight: 900;
    top: 20px;
    left: 30px;
}
.customaccordion .card .card-header a.collapsed:before {
    content: "\f078";
}
.customaccordion .card .card-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 1.7;
    border: none;
    padding: 0 35px 35px;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}
li::marker{
    color: #6c1c98;
}
label{
    cursor: pointer;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
    header{min-height: 106px;}
    .headerbg{background-color: #fff;}
    .sliderindex{margin-top: 0;}
    .sliderindex,.sliderindex__slide{height: inherit;min-height: 450px;}
    .sliderindex__content{padding-top: 50px;padding-bottom: 50px;}
}
@media (max-width: 768px) {
}
@media (max-width: 500px) {
    header{min-height: 86px;}
	.headerbg__logo{height: 100px}
}
@media (max-width: 375px) {
	
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1240px;}
}