@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');
/* ====================================
General Styles
==================================== */

body {
  background-color: #fff;
	font-size: 16px;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
img {
     max-width: 100%;
}
.socail_link{
	display:none !important;
}
 .mCSB_inside > .mCSB_container {
    margin-right: auto;
}
.mCSB_scrollTools {
    display: none !important;
}
.content01 {
    overflow: auto;
    position: relative;
    padding: initial;
    background: transparent;
    margin: 0;
    width: auto;
    max-width: initial;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden !important;
}
 
.lpc{
	color: #CDA272;
}
.mb01{
	margin-bottom: 1rem;
}

.socail_link {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #bebfbf;
    color: #fff;
	z-index: +9;
}
.socail_link li {
    padding: 0.5rem;
	    display: inline-block;
}
.socail_link a {
    color: #fff;
    padding: 0 0.3rem;
	text-decoration: none;
}
.page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right bottom, #2a1f30 50%, #383d44 50%);
}
header {
    width: 100%;
    position: fixed;
    z-index: +4;
	top: 0;
}
.header_logo {
    width: 17%;
    position: relative;
    left: calc(100% - 75%);
    width: 16%;
    background: #fff;
    box-shadow: 7px 7px 10px rgb(0 0 0 / 10%);
    z-index: 999;
    padding: 1.8em;
    margin: auto !important;
}
.collapse {
    width: 50%;
    display: flex;
}
.navbar {
    display: flex;
    justify-content: center;
}
ul.navbar-nav{
    flex-direction: row;
    display: flex;
    list-style: none;
    margin: auto !important;
	text-transform: uppercase;
	
}
ul.navbar-nav a{
text-decoration: none;	
}
.navbar-nav .nav-item .nav-link {
    height: 100%;
    padding: 1.2rem 0;
    margin: 0 14px;
    display: block;
    color: #232323;
    position: relative;
    font-weight: 500;
    letter-spacing: 1.5px;
}
/* ====================================
Home Slider
==================================== */

#home-slider {
  height: 100vh;
  width: 100vw;
  position: relative;

}
.swiper-container {
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


.swiper-image-zero1 {
  background-image:url("../img/about01.jpg");
}

.swiper-image-zero2 {
  background-image:  ;
}





.swiper-image-one {
  background-image: url("../img/about02.jpg");
}

.swiper-image-two {
  /*background-image: url("garments2.jpg");*/
}

.swiper-image-three {
  background-image:  url("../img/about03.jpg");
}

.swiper-image-four {
/*  background-image: url("footware2.jpg");*/
}

.swiper-image-five {
  background-image: url("../img/about04.jpg");
}

.swiper-image-six {
/*  background-image: url("bags2.jpg");*/
}
.swiper-image-seven {
  background-image: url("../img/patches.jpg");
}
.swiper-image-eight {
  background-image: url("../img/patches2.jpg");
}
.swiper-slide-zero{
    width: 33% !important;
	    overflow: hidden;
}
.swiper-slide-one {
    width: 33% !important;    overflow: hidden;
}
.swiper-slide-two {
    width: 33% !important;    overflow: hidden;
}
.swiper-slide-three {
    width: 33% !important;    overflow: hidden;
}
.swipe_zoom{
	    transition: all 6s linear !important;
	transform: scale(1.1)
 }
.swiper-image {
  width: 100%;
  height: 100%;
	
}
.btn01 {
    background: #000;
    padding: 0.3rem 1rem;
    margin: 3rem 0 0;
    display: inline-block;
    position: absolute;
    bottom: calc(100% - 80%);
    /* width: 20% !important; */
    margin: auto !important;
    text-align: center !important;
    right: 0;
    left: 0;
    width: min-content !important;
	    letter-spacing: 1.5px;
}
.btn02 {
	 bottom: calc(100% - 70%);
	
}
.lineab{
	margin-top: 1em;
	margin-bottom: 0em;
}
.let_top {
    position: absolute;
    z-index: +999;
    left: calc(100% - 110%);
    top: calc(100% - 80%);
}
.right_bottom {
    position: absolute;
    z-index: +999;
    right: calc(100% - 110%);
    top: calc(100% - 39%);
}
.one01 {
    width: 67%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 15%;
    padding-bottom: 0%;
	 
}
.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
/*  background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;*/
}
.first01 {
    width: 83.5%;
    margin-left: auto;
}
.swiper-image-inner.swiper-image-left {
  padding: 0rem;
}
.swiper-image-left {
/*  filter: sepia(100%);*/
  transition: all 1s linear;
  transition-delay: 1s;
}
.swiper-slide.swiper-slide-active .swiper-image-left {
  filter: sepia(0%);
}
.swiper-image-inner.swiper-image-right {
 /* filter: hue-rotate(-60deg);*/
  transition: all 0.5s linear;
  /*transition-delay: 0.5s;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;*/
}
h1 {
    font-weight: 500;
    color: #fff;
    align-self: flex-start;
    margin: 0 0 auto 0;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0, 30%, 0);
    opacity: 0;
    background-color: #0000008f;
    padding: 0.5em 1em;
    position: absolute;
    bottom:10em;
    left: 0;
    right: 0;
    margin: auto;
    max-width: max-content;
}
h1 span.emphasis {
  font-weight: 700;
  font-style: italic;
  opacity: 0;
  transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0, 30%, 0);
  display: inline-block;
}
h1 span:not(.emphasis) {
  font-size: 3.5em;
}
h1 + p {
    font-size: 1em;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
    margin-bottom: 0;
    align-self: flex-end;
     transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0, 30%, 0);
    opacity: 0;
    font-weight: 500;
    color: #5e6a72;
    /* padding-right: 8rem; */
    position: absolute;
    bottom: 12.5em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: max-content;
    background: #fff;
    padding: 1em 1em;
}
p.paragraph {
    /* margin: 0; */
    color: #000;
    width: 100%;
    max-width: initial;
    text-align: justify;
    font-size: 1.2em;
    font-weight: 500;
    opacity: 0;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0%, 30%, 0);
    background: red !important;
    z-index: +99999 !important;
    /* margin-bottom: 31em !important; */
    /* position: relative; */
    padding: 0.3rem 1rem;
    margin: 3rem 0 0;
    display: inline-block;
    position: absolute;
    top: calc(100% - 80%);
}
.ani{
	 /* margin: 0; */
    color: #000;
    width: 80%;
    max-width: initial;
	font-family: 'Baloo Tamma 2', cursive;
	/*font-family: 'Open Sans', sans-serif;
 	font-family: 'Montserrat', sans-serif;
 	font-family: Arial;*/
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0%, 30%, 0);
     z-index: +99999 !important;
    /* margin-bottom: 31em !important; */
    /* position: relative; */
    padding: 0.3rem 0rem;
  }
h2{
	 /* margin: 0; */
    color: #CDA272;
    width: 80%;
    max-width: initial;
    text-align: justify;
       font-size: 1.5em;
    font-weight: 600;
    opacity: 0;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0%, 30%, 0);
     z-index: +99999 !important;
    /* margin-bottom: 31em !important; */
    /* position: relative; */
    padding: 0.3rem 0rem;
	    margin-bottom: 0.5em;
  }
.swiper-slide.swiper-slide-active h2{
	transform: translate3d(0, 0, 0);
    opacity: 1;
}
h3{
	 /* margin: 0; */
    color: #CDA272;
    width: 80%;
    max-width: initial;
	font-style: italic;
       font-size: 1.2em;
    font-weight: 600;
    opacity: 0;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0%, 30%, 0);
     z-index: +99999 !important;
    /* margin-bottom: 31em !important; */
    /* position: relative; */
    padding: 0.3rem 0rem;
	    line-height: 1.2;
		margin-top:0.5em;
  }
.swiper-slide.swiper-slide-active h3{
	transform: translate3d(0, 0, 0);
    opacity: 1;
}
.swiper-slide.swiper-slide-active .ani{
	transform: translate3d(0, 0, 0);
    opacity: 1;
}

.ani2{
	 /* margin: 0; */
    color: #000;
    width: 80%;
    max-width: initial;
	font-family: 'Baloo Tamma 2', cursive;
	/*	font-family: 'Open Sans', sans-serif;
 	font-family: 'Montserrat', sans-serif;*/
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0%, 30%, 0);
     z-index: +99999 !important;
    /* margin-bottom: 31em !important; */
    /* position: relative; */
    padding: 0.3rem 0rem;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
.swiper-slide.swiper-slide-active .ani2{
	transform: translate3d(0, 0, 0);
    opacity: 1;
}
.aimg {
    width: 25%;
 	    text-align: center;
}
.second01 {
    width: 84.70%;
    margin-left: auto;
}
.second01 h3{
	font-size: 1em;
	color: #000;
	font-weight:600;
}
.thired01 {
    width: 95%;
    margin-left: auto;
}
.z0 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
	    margin-top: 1.2em;
}
.z1 {
    width: 5%;
	font-weight:300;
}
.z2 {
    width: 8.5%;
    /* height: 2em; */
    text-align: center;
}
.z2 img {
    height: 2em;
    width: auto;
}

.z3 {
    width: 86.5%;
}
.jus{
	    justify-content: center ;
}

.sw_one{
	width: 33%;
	height: 100vh;
	overflow: hidden;
}





.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav {
    overflow: hidden;
    background-color: #333;
    display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: none;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar {
    display: flex;
    justify-content: center;
    display: none;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
}
.swiper-slide-zero {
    width: 100% !important;
    overflow: hidden;
	height:30%;
	
}
.one01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
}
.logom {
    text-align: center;
    background: #fff;
    width: 30%;
    margin: auto;
    float: none !important;
}
.logom {
    background: #fff !important;
}
.swiper-slide-one {
    width: 100% !important;
	    overflow: hidden;
    height: 30%;
}
.swiper-slide-two {
    width: 100% !important;
	height:30%;
}
.swiper-slide-three {
    width: 100% !important;
	    overflow: hidden;
    height: 30%;
}
.first01 {
    width: 100%;
    margin-left: auto;
}
.content01 {
    overflow: auto;
    position: relative;
    padding: 1em;
    background: #fff;
    margin: 10px;
    width: 90%;
    max-width: 100%;
    height: 30em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom:2em;
}
.ani {
    /* margin: 0; */
    color: #000;
    width: 93%;
}
h3 {
    width: 90%;
}
.ani2 {
    width: 93%;
	    justify-content: space-around;
}
.second01 {
    width: 100%;
}
.thired01 {
    width: 100%;
}
.z1 {
    width: 8%;
}
.z2 {
    width: 17%;
	
}
.z3 {
    width: 75%;
}
.mCSB_scrollTools {
    display: block !important;
}
h1 + p {
      bottom: 0em;
}
h1 {
  bottom: 1.8em;
}
.topnav {
    display: block;
	    background: transparent
}
.mlink {
    background-color: #000;    text-transform: uppercase;
}
.topnav a.icon {
    float: right;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
	    padding: 11px 16px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #fff;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgb(205 162 114) !important;
}
.socail_link { 
    display: none;
}
.one01_m {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    background: #fff;
    /* margin: 10px; */
    width: 82%;
}
.swiper-pagination {
    right:4% !important;
}



}


.swiper-slide.swiper-slide-active .swiper-image-right {
  /*filter: hue-rotate(90deg);*/
}

.swiper-slide.swiper-slide-active h1,
.swiper-slide.swiper-slide-active p.paragraph,
.swiper-slide.swiper-slide-active h1 span.emphasis,
.swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.9rem;
  }
  h1 span:not(.emphasis) {
    font-size: 2.9rem;
  }
  h1 + p {
    font-size: 13px;
  }
  p.paragraph {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 3.5rem;
  }
  h1 span:not(.emphasis) {
    font-size: 2.5rem;
  }
  p.paragraph {
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #home-slider{
    height: 100vh;
    width:100vw;
  }
  h1 {
    font-size: 1.1rem;
    align-self: center;
  }
  h1 span:not(.emphasis) {
    font-size: 2.1rem;
  }
  p.paragraph {
    max-width: 94%;
  }
}

/* Swiper css file. Only thing changed down here is the pagination styling */
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.down {
    position: absolute;
    bottom: 2%;
    box-shadow: none;
    padding: 0;
    background: none;
    z-index: +999999;
    left: 0;
    right: 0;
    margin: auto;
    width: 2%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  /*  background-image: url(content_bg.svg);*/
    background-position: 100%;
    background-color: #fff;
    background-size: 27%;
    background-position: 84.5% 50%;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
 /* background-color: #fff;*/
  overflow: hidden;
  display: flex;
   
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    right: 0;
    top: 0;
    width: 2%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
	    background-image: url(../img/hline.svg);
    background-repeat: no-repeat;
    background-position: 3% 50%;	
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 0.5em;
  height: 3.3em;
  display: inline-block;
  background:transparent;
   
	/*    border: 2px solid #000;
    transform: rotate(
45deg);
    border-radius: 0.11rem;
    background-color: #fff;*/
    transition: all 0.5s ease;
	    margin: 0px 0;
}
 /*.swiper-pagination:after {
    display: block;
    content: "";
    border-left: 2px solid #000;
    height: 10%;
    position: absolute;
    left: calc(100% - 82.3%);
    z-index: -1;
}*/
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background:#9f621eb5;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 15px;
  bottom: 47%;
}
.swiper-container-vertical
  > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
/*.swiper-pagination span::before {
    content: '';
    height: 2rem;
    width: 2px;
    background: #000;
    position: absolute;
    top: 0;
    margin-left: -1px;
}*/
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}





 

@media screen and (min-width: 1680px) {
	body{
		font-size: 19.5px;
	}
	
	
}

@media screen and (min-width: 1920px) {
	body{
		font-size: 24px;
	}
	
	
}