
*{box-sizing:border-box;margin: 0;font-family:'Alice',serif;}
.container{width: 100%;}

body {       background-color: #d5e1f338;
	font-family: helvetica, sans-serif;}

a:focus,
a:hover {color: #000;}

.fa, .fas {
    font-weight: 900;
    margin: 2px;
}

.sticky {
  font-size: 12px;
  height: 45px;
  text-align: left;
/*
  padding-left: 20px;
*/
  float: left;
  position: absolute;
    top: 0;
    z-index: 9;
    background: #1f214eed;
    transition: all 0.5s ease-in;
	padding-top: 0;
}

.sticky a{
	color: #ffffff !important;
}

.small {
    float: left;
		width: 48px;
		margin: 0 !important;
}

.small-h1 {
  font-size: 12px; 
}

.h3, h3 {
	font-family: helvetica, sans-serif !important;
    color: #ff9165;
    transition: all 0.5s ease-in;
    text-align: center;    
	font-size: 13px !important;
}

nav{
display: flex !important;
    place-content: center;
    height: 100%;
    align-items: center;
	margin-top: 8px;
}

.topheader{
	box-shadow: 0 0 0px #00000036;
    z-index: 9; 
	    text-align: center;
	transition: all 0.5s ease-in;}

.top-hr{
height: 13px;
    border-width: 0;
    color: gray;
    background-color: #1a2c68;
    display: flex;}

.logo{
    top: 0;
	padding-left: 15px;
	padding-top: 2px;
	position: absolute;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.small a{
	color: #082483 !important;
    vertical-align: -webkit-baseline-middle;
    text-align-last: center;
    font-family: helvetica, sans-serif;
    font-size: 11px !important;
}

header{   position: absolute;
    top: 0;
    width: 100%;
    height: 160px;
    box-shadow: 0 0 10px #000000d9;
    z-index: 9;
    background: #050758d9;
    transition: all 0.5s ease-in;
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 71px;}

header.fixed{position:fixed;top:0;height: 90px;    z-index: 2;}
.logo.fixed{position:fixed;top:0;height: 100px;padding-left: 17px;margin-top: 12px !important;}
.logo.fixed img{
	    float: left;
		width: 48px;
		margin: 0 !important;
}
nav{width: 100%;}
.title{text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    position: absolute;
    /* top: 0; */
    z-index: 10;
    width: 100%;
    padding-top: 3px;}

.title a{color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s ease-in;
    vertical-align: -webkit-baseline-middle;
    display: inline-grid;
    text-align-last: center;
    font-family: DancingScript;
    font-size: 13px;}

.title a:hover {
	color: #ff4646;}

.title a:hover {
  -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  transform: scale(1.2); 
}

.title .disable-hover:hover{
	  pointer-events: none !important;
}
.nav-wrap ul{padding:0;}
.nav-wrap ul.top_nav{display: block;}
.nav-wrap ul li{list-style:none;display:inline-block;position: relative;}
.nav-wrap ul li a{color: #ffffff;text-decoration:none;font-size:14px;padding:10px 4px 0 4px;;position:relative;display:inline-block;font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;}
.nav-wrap ul li a:hover{color: #ff4646;}
    
.nav-wrap ul.sub-nav {display: none;}
@media screen and (min-width: 919px){
  .nav-wrap ul.sub-nav {display: none;width: 220px;color: #fff;right: 0;padding: 0px 0px;margin: 0px;position: absolute;left: 0px;-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);}
  .nav-wrap ul.sub-nav ul.sub-nav{left: 100%;top: 0;z-index: 1;}
  .nav-wrap li:hover > ul.sub-nav, .nav-wrap ul.sub-nav li{display: block;}
  .nav-wrap ul.sub-nav li a{padding: 12px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #5a5a7a;
    margin: 0;
    background: #3f405b;
	    line-height: 45px;
	top: 29px;}
  .nav-wrap ul.sub-nav ul.sub-nav li a{padding-right: 25px;}
  .nav-wrap ul.sub-nav li:hover > a {opacity: 0.8}
  .nav-wrap li:hover > ul{display:block;-moz-animation:fadeInUp .3s ease-in;-webkit-animation:fadeInUp .3s ease-in;animation:fadeInUp .3s ease-in;}
  .nav-wrap > ul > li:not(:last-child){margin-right: 30px;}
  .nav-wrap ul ul li:hover > ul{display:block;-moz-animation:fadeInRight .3s ease-in;-webkit-animation:fadeInRight .3s ease-in;animation:fadeInRight .3s ease-in;}
/*
  .nav-wrap ul li.has-submenu:after{font-weight:900;content:"\f078";font-size:16px;color:#fff;padding-right: 5px;}
*/
  .nav-wrap ul ul li.has-submenu:after{color: #333;transform: rotate(-90deg);position: absolute;right: 8px;top: 50%;padding: 0;margin-top: -7px;}
  .nav-wrap ul li.submenu-active > ul.sub-nav{display:none!important;}
  .nav-wrap ul li.submenu-active:hover > ul.sub-nav{display:block!important;}
  /*Hover Effect*/
  .nav-wrap > ul > li:before{font-family:FontAwesome;content:"\f078";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#fff;transform-origin:bottom right;transition:transform 0.4s cubic-bezier(0.86,0,0.07,1);}
  .nav-wrap > ul > li.active:before,
  .nav-wrap > ul > li:hover:before{  transform: scaleX(1);transform-origin: bottom left;}
  /*Hover Effect*/
}
 

/*Res Button*/
.nav-button {height: 27px;width: 36px;margin-left: 30px;display: none}
.nav-button a{height: 27px;width: 36px;display: inline-block;cursor: pointer;}
.nav-button span,
.nav-button span:before,
.nav-button span:after{cursor:pointer;border-radius: 50px;height:4px;width:35px;background: #fff;position:absolute;display:block;content:'';transition:all 300ms ease-in-out;right: 0;}
.nav-button span{margin: 0px 12px 0 0;}
.nav-button span:before{top: -10px;}
.nav-button span:after{top: 10px;}

@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}


/*leftnav*/
.leftnav{width:300px;margin:0;display:inline-block;top:40%;position:absolute;z-index: 2;}
ul.leftnav-listing{display:inline-block;padding:20px 0;width:58px;border:3px solid #fff;border-radius:40px;    margin-left: 6px;transition: all 0.8s ease-in;}
ul.leftnav-listing.leftnav-fixed{position:fixed;max-width:300px;border:3px solid #573E66;}
ul.leftnav-listing.leftnav-fixed a{border:2px solid #573E66;transition: none;}
ul.leftnav-listing.leftnav-fixed li:not(:last-child):after{background: #573E66;}
ul.leftnav-listing li{display:block;border-radius:50%;/* overflow:hidden; */text-align:center;max-width:25px;margin:0 auto 20px auto;font-size:0;position:relative;    transition: all 0.8s ease-in;}
ul.leftnav-listing li:last-child{margin-bottom:0;}
ul.leftnav-listing li a{padding: 9px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    transition: all 0.8s ease-in;}
ul.leftnav-listing li.is_visiable_section a{background:#c0ee16; top:-50px;}
ul.leftnav-listing li:not(:last-child):after{content:'';height:100%;position:absolute;background: #fff; left:50%;z-index:0;bottom:-100%;width:2px;margin-left:-1px;transition: all 0.8s ease-in;}

/*Demo Extra css*/
/*
footer {height: 150px;display: flex;justify-content: center;align-items: center;}
*/
.vh{   height: 100vh;
    display: flex;
    align-items: center;
    font-size: 3.5vw;
    color: #ffff;
    justify-content: left;
    text-transform: uppercase;
    overflow: hidden;}
.vh.aqua{background: #9f50dc;}
.vh.pink{background: #A80874;}
.vh.yellow{box-shadow: -4px -8px 4px 14px #747474d9; 
	background:  url("../img/Slider-003.jpg");
    z-index: 1;
    position: relative;
    /* height: 100%; */
    /* width: auto; */
    background-repeat: no-repeat;
    /* object-fit: scale-down; */
    /* background-size: cover; */
    /* height: 100%; */
    background-size: cover;
background-position: right, center;}

.vh.yellow img {
    max-height: 100%;
    position: absolute;
/*    max-width: 100%;
*/    top: 0 !important;
/*
    padding-top: 137px;
*/
    right: 0 !important;
}


.vh span {font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.02em;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    padding-left: 125px;
    padding-top: 50px;
    position: absolute;
    transition: background-size .5s cubic-bezier(0.67, 0.01, 0.15, 0.98);
    background-image: linear-gradient(135deg, #0d5c1c 19%, #d6ff00 46%, #1b1fc9ad 50.1%);
    background-size: 240% 100%;}
.vh span:hover {background-size: 140% 90%;}



@media screen and (max-width: 800px){
   .vh{ height: 50vh;}
/*   .title h3{padding-left: 230px;scale:75%;}
*/   
.vh span {padding-left: 30px;}
   .title h3{display:none;}
   .header{height: 120px;}
   .logo{scale: 80%;position: fixed;padding: 0 !important;}
   .nav-button span {
    margin: 0px 12px 0 0;
}
.header.fixed a {
   bottom: 20px;
 }
}
  
  @media screen and (max-width: 450px){ 
    .vh.yellow img {
    left: 0 !important;}
    
}

/*Res Button*/
@media screen and (max-width: 919px){
  .nav-button{display: block;}
  .show_menu #nav-toggle span:after {transform: translate3d(0, -10px, 0) rotate(-91deg);}
  .show_menu #nav-toggle span {transform: translate3d(0, 0px, 0) rotate(45deg);}
  .show_menu #nav-toggle span:before { transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0); opacity: 0; }
}

@media screen and (max-width: 919px){
   nav{padding: 20px 0;}
   .nav-wrap ul.top_nav{display: none;position: absolute;left: 0;right: 0;top: 100%;background: #051124;height: calc(100vh - 85px);overflow-y: scroll;}
   .nav-wrap > ul li{width: 100%;border-top: 1px solid #374760;position: relative;}
   .nav-wrap > ul > li:last-child{border-bottom: 1px solid #374760;}
   .nav-wrap > ul > li a{width: 100%;margin: 0;font-size: 18px;width: 100%;display: block;padding: 20px 6% 21px 6%;color: #fff;}
   ul li span.down-arrow {position: absolute;height: 64px;width: 50px;top: 0;right: 0;z-index: 2;cursor: pointer;user-select: none;}
   .nav-wrap ul li a:not(:only-child){width: auto;display: inline-block;}
   .nav-wrap > ul li.has-submenu:before{font-family:"FontAwesome";font-weight:900;content:"\f078";left:inherit;right: 34px;font-size:16px;margin-top:-7px;position:absolute;top: 33px;color: #fff;}
   .nav-wrap ul ul a{padding-left: 9%;}
}

.product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #ededed;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 10px 35px 47px rgb(42 44 99);
    border-bottom: 2px solid #58585830;
    overflow: hidden;
    padding-top: 180px;
    padding-left: 64px;
    padding-bottom: 25px;
}
.product .gallery {
  width:50%;
  position:relative;
  z-index:1;
}
.product .gallery::before {
    content: '';
    position: absolute;
    top: -140px;
    right: -80px;
    width: 500px;
    height: 500px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: radial-gradient(at top right,rgb(170 227 0 / 64%),#1b3704);
    animation: 70s goop ease-in-out infinite both alternate;
}
      @keyframes goop {
        0% {
          border-radius: 
            40% 60% 60% 40% e('/') 60% 30% 70% 40%;
          transform:rotate(0deg)
        } 
        100% {
          border-radius: 40% 60%;
          transform:rotate(1turn)
        } 
      }
    
.product .gallery img {
	width: 121%;
    top: -2%;
    left: 5%;
    transform: rotate(-12deg) scalex(-1);
    position: relative;
}
.product .gallery .price {
  position:absolute;
  background:#1d3b43;
  color:white;
  font-size:24px;
  font-weight:bold;
  width:110px;
  height:40px;
  line-height:40px;
  top:106px;
  left:-65px;
  transform:rotate(0deg);
  text-align:right;
  border-radius:4px 0 0 4px;
}
.product .gallery .price span { opacity:0.5; }
.product .gallery .price::before {
  content:'';
  position:absolute;
  width:0;
  height:0;
  border-bottom:20px solid transparent;
  border-top:20px solid transparent;
  border-left:20px solid #1d3b43;
  right:-20px;
}
.product .details {
  width:30%;
  position:relative;
}

.product .det {
	width:14%;
}
.product .details h1 {
    margin: 0;
    font-size: 39px;
    letter-spacing: -1px;
    line-height: 1;
    font-family: 'Audiowide';
    text-transform: uppercase;
    color: #2b2d56;
	text-align: center;
}
.product .details p { width: 30ch;
    text-align: justify; }
.product .details .sizeTable {
  display:flex;
  flex-flow:row wrap;
  width:40ch;
  margin:50px 0 40px;
  position:relative;
  z-index:1;
}
.product .details .sizeTable h3 {
  flex:1 1 100%;
  margin:0 0 25px 0px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:80%;
  line-height:0;
  transition:400ms margin 0ms;
}
.product .details .sizeTable h3 span {
  display:inline-block;
  max-width:200px;
  max-height:200px;
  opacity:1;
  transition:400ms max-width 0ms, 400ms max-height 0ms, 400ms opacity 400ms;
  color: #2b2d56;
}
.product .details .sizeTable h3 span:nth-of-type(2) { color:#ff2639; }
.product .details .sizeTable button {
display: inline;
    width: 165px;
    height: 90px;
    margin: 13px 22px 0px 0px;
    padding: 0;
    border-radius: 50px;
    box-shadow: inset 0 0 3px 1px #1e28ab75;
    border: 1px solid #e3e3e3;
    background: #e0e6f5;
    text-align: center;
    line-height: 50px;
    opacity: 1;
    overflow: hidden;
    transition: 400ms box-shadow 0ms, 400ms border 0ms, 400ms color 0ms;
    color: #2b2d56;
}
.product .details .sizeTable button:hover {
    box-shadow: inset 0 0 50px 1px #7b7ded;
    border: 3px solid #2d305a3d;
    color: #ff4646;
}

.product .details .callsToAction {
display: flex;
    /* position: relative; */
    /* z-index: 3; */
    opacity: 0;
    max-height: 0;
    /* top: -60px; */
    /* left: 60px; */
    margin-bottom: 0;
    transition: 400ms top 0ms, 400ms opacity 0ms;
    /* align-items: unset;*/
}
.product .details .callsToAction button {
  height:50px;
  padding:0 20px;
  box-shadow:inset 0 0 3px 1px #e5f1f4;
  border:1px solid #d7e9ee;
  background:#edf5f7;
  border-radius:50px;
  margin-right:10px;
  transition:400ms box-shadow 0ms, 400ms border 0ms, 400ms color 0ms;
    margin-top: 23px;
}
.product .details .callsToAction button:hover {
box-shadow: inset 0 0 70px 1px #2b2d56;
    border: 1px solid #20224c;
    color: white;
}
.product .description {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  flex:1 1 100%;
  background:linear-gradient(to bottom,white 30%,#edf5f7 30%,#d7e9ee);
  margin:0 -40px -40px;
  border-radius:0 0 20px 20px;
}
.product .description svg {
  flex:1 1 100%;
  width:calc(180%);
  margin:-80px -40px -40px;
  position:relative;
  transform:scaley(0.5);
  z-index:0;
	background: #e6e6d4;
}
.product .description svg path { fill:#edf5f7; }
.product .description p {
  margin:0;
  max-width:430px;
  flex:1 1 50%;
  position:relative;
  z-index:1;
}
.sizeSelected .product .details .sizeTable h3 {
  margin:0 0 25px 8px;
  transition:400ms margin 200ms;
}
.sizeSelected .product .details .sizeTable h3 span {
  max-width:0;
  max-height:0;
  opacity:0;
  transition:400ms max-width 400ms, 400ms max-height 400ms, 400ms opacity 0ms;
}
.sizeSelected .product .details .sizeTable button {
  margin:0;
  border:none;
  box-shadow:none;
  transform:scale(0);
  opacity:0;
  display:none;
}
.sizeSelected .product .details .sizeTable button.selectedSize {
box-shadow: inset 0 0 50px 1px #ff4646;
    border: 1px solid #d92222;
    color: white;
    transform: scale(1);
    opacity: 1;
    display: block;
}
.sizeSelected .product .details .callsToAction {
  opacity:1;
  max-height:200px;
  max-width:300px;
  top:-90px;
  margin-bottom:80px;
  transition:400ms top 800ms, 400ms opacity 800ms;
	    display: block;
}
.citations {
  position:absolute;
  bottom:10px;
  left:0;
  width:100%;
  text-align:center;
}
.citations p {
  text-transform:uppercase;
  font-weight:bold;
  font-size:80%;
  letter-spacing:1px;
}
.citations a {
  text-decoration:none;
  background:black;
  color:#fbfbee;
  padding:3px 10px 5px;
  border-radius:20px;
}
button {
  font-family:'Roboto Mono', monospace;
  font-size:15px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:0.5px;
  cursor:pointer;
}

@media all and (max-width: 1280px) {
  .product .gallery { transform:scale(0.8); }
	  .product .gallery::before  {
    width: 550px;
    height: 550px;}
	  .product .gallery img { width: 153%;
    top: -1%;
    left: -6%;
    transform: rotate(-12deg) scalex(-1);
    position: relative;}
	.product .details h1 {
		font-size: 30px;
	padding-left: 35px;}
	.product .details .sizeTable button {
		width: 44%;
    margin: 14px 5px 0px 0px;
    font-size: 14px;
	}
	.product .details .sizeTable h3 {
		flex: none;
	padding-left: 39px;}
}


@media all and (max-width: 960px) {
    .product .gallery { transform:scale(0.8);    top: 50px;left: -25px; }
	  .product .gallery::before  {
        width: 340px;
    height: 340px;
	    animation: 35s goop ease-in-out infinite both alternate;}
	  .product .gallery img {width: 145%;
    top: -18%;
    left: 4%;}
	.product .details h1 {
		    font-size: 23px;
    margin-top: 80px;}
	.product .details .sizeTable button {
width: 35%;
    height: auto;
    margin: 13px 2px 0px 0px;
    font-size: 12px;
	}
	.product .details .sizeTable h3 {
		flex: none;
	padding-left: 6px;}
	.product .det {
		width: 10%;}
	ul.leftnav-listing.leftnav-fixed {
		border: 2px solid #000b50;}
	.product {
		padding-top: 124px;}
	.product .details {margin-top: -70px;}
}

@media all and (max-width: 700px) {
    .product .gallery { transform:scale(0.8);    top: 100px;left: -25px;margin-top: 20px; }
	  .product .gallery::before  {
    top: -116px;
    width: 165%;
    height: 109%;}
	  .product .gallery img {
left: -30px;
    top: -44px !important;width: 200%;}
	.product .details .sizeTable button {
    margin: 9px 2px 0px 0px;
    font-size: 62%;
    font-weight: 700;
    width: 41%;
    display: inline-block;	}
	.product .details {
		width: 82%;
	margin-bottom: 20px;
	  margin-top: 0;}
		.product .details h1 {
		  font-size: 18px;
    padding: 0;
    margin-bottom: 18px;
	  }

	.product .details .sizeTable h3 {
		flex: none;}
	.product .det {
		width: 3%;}
	ul.leftnav-listing.leftnav-fixed {
		border: 2px solid #000b50;}
	.product {
		display: inline-block;
    text-align: -webkit-center;
    padding: 0 !important;}
	.leftnav {
		display: none;
	}
	.product .details .sizeTable {
		display: contents;}
	
	.product .details .sizeTable h3 span {
		font-size: 89%;}
}


.spinner-wrapper { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.95); z-index: 999999; background: #c5d0e2; }
.spinner { position: absolute; margin: 100px auto; width: 50px; height: 40px; text-align: center; font-size: 10px; top: 40%; left: 50%; transform: translate(-50%, -60%); -moz-transform: translate(-50%, -60%); -webkit-transform: translate(-50%, -60%); -webkit-transition: all .37s ease; -moz-transition: all .37s ease;  -ms-transition: all .37s ease; -o-transition: all .37s ease; transition: all .37s ease;}
.spinner > div { background-color: #000; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }
.spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.none {transition: all 1.7s ease;opacity: 0; display: none; z-index: -9999;}

/* Products
************************** */
.grid-x-wrapper {max-width: 95%; margin: 0 auto;overflow: hidden;}
.product-item .product-item-content { display: block; position: relative; transition: all .3s cubic-bezier(.785,.135,.15,.86); }
.product-item {display: block;text-align: center;color: #000;padding: 1rem;overflow: hidden;margin-bottom: 1rem;font-family: 'Rubik', sans-serif;margin: 20px 0;background: #e0e6f5;text-decoration: none;box-shadow: 0 6px 10px 0px rgb(0 0 0 / 20%);border-radius: 7px;transform:scale(0.97,0.97);transition: all .17s cubic-bezier(0.24, 0.71, 0.58, 0.57);}
.product-item:hover {box-shadow: 0 0px 50px -10px rgba(0,0,0,0.3); transform:scale(1,1);}
.product-item:hover .product-item-image { transition-delay: .2s; -ms-transform: scale(.8) translateY(-15%); transform: scale(.8) translateY(-15%);}
.product-item .product-item-image { display: block; position: relative; margin-bottom: 2rem; transition: all .5s cubic-bezier(.68,-.55,.265,1.55); }
.product-item .product-item-image img {  position: relative; z-index: 3;    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block; }
.product-item:hover .product-item-image-hover { transition-delay: .1s; -ms-transform: translate(-50%,-42%) scale(.85); transform: translate(-50%,-42%) scale(.85); }
.product-item .product-item-image-hover { position: relative; z-index: 2; width: 100%; height: 100%; background: #97e7a2; background: -moz-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); background: -webkit-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); background: linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); border-radius: 100%; -ms-transform: translate(-50%,-120%) scale(0); transform: translate(-50%,-120%) scale(0); position: absolute; top: 50%; left: 50%; transition: all .6s cubic-bezier(.68,-.55,.265,1.55); opacity: 0; visibility: hidden;transform: translate3d(0,0,0); }
.product-item:hover .product-item-image-hover { opacity: 1; visibility: visible;}
.product-item:hover .product-item-category { transition-delay: .3s; }
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title { -ms-transform: translateY(-50px); transform: translateY(-50px); }
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title { transition: all .3s cubic-bezier(.785,.135,.15,.86); }
.product-item .product-item-category { font-size: .875rem; }
.product-item:hover .product-item-title { transition-delay: .4s; }
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title { -ms-transform: translateY(-50px); transform: translateY(-50px); }
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title { transition: all .3s cubic-bezier(.785,.135,.15,.86); }
.product-item .product-item-title { font-size: 1.125rem; font-weight: 600; }
.product-item:hover .product-item-price { transition-delay: .5s; }
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title { -ms-transform: translateY(-50px); transform: translateY(-50px); }
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title { transition: all .3s cubic-bezier(.785,.135,.15,.86);}
.product-item .product-item-price { font-size: 1.0625rem; }
.product-item .product-item-price img {    width: 13%;
    padding: 7px;
}
.product-item:hover .button-pill { transition-delay: .6s;}
.product-item:hover .button-pill {opacity: 1;-ms-transform: translateY(5px) translateX(-50%);transform: translateY(5px) translateX(-50%);}
.product-item .button-pill { position: absolute; bottom: 0; left: 50%; -ms-transform: translateY(30px) translateX(-50%); transform: translateY(30px) translateX(-50%); opacity: 0; transition: all .3s cubic-bezier(.785,.135,.15,.86); }
.button-pill span {display: inline-block;position: relative;font-size: .75rem;font-weight: 600;letter-spacing: .09em;text-transform: uppercase;  background: #97e7a2; background: -moz-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); background: -webkit-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); background: linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); color: #000;border-radius: 1.5rem;padding-top: .6rem;padding-bottom: .6rem;padding-left: 2.1rem;padding-right: 2.1rem;box-shadow: 0 14px 25px 0px rgba(75,204,140,0.1); transition: all .37s ease;}
.button-pill:hover span {display: inline-block;position: relative;font-size: .75rem;font-weight: 600;letter-spacing: .09em;text-transform: uppercase;  background: #5f5f5f; background: -moz-linear-gradient(135deg,  #5f5f5f 0%,#000    100%); background: -webkit-linear-gradient(135deg,  #5f5f5f 0%,#000    100%); background: linear-gradient(135deg,  #5f5f5f 0%,#000    100%); color: #fff;border-radius: 1.5rem;padding-top: .6rem;padding-bottom: .6rem;padding-left: 2.1rem;padding-right: 2.1rem; box-shadow: 0 14px 25px 0px rgba(0,0,0,0.1);}
@media(min-width:1200px) and (max-width:1366px) {
    .button-pill {width: 100%;}
    .product-box {padding: 0 10px;}
}
@media(min-width:1024px) and (max-width:1200px) {
    .product-item .product-item-title {font-size: 0.888rem;}
    .product-item .product-item-price {font-size: 0.788rem; padding: 7px 0 0;}
    .product-box {padding: 0 7px;}
}



.news-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }

  .article-container {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    width: 25vw;
    min-width: 150px;
    max-width: 700px;
    box-shadow: 0 4px 3px 0px rgb(0 0 0 / 50%);
    margin: 20px;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Lora', serif;
    background-color: #2b2d56;
    border-radius: 3%;
  }

  @media only screen and (max-width: 850px) {
    .article-container {
      width: 90vw;
    }
  }

  .article-container:hover {
transform: scale(1.02);
    box-shadow: 2px 2px 25px 2px rgb(122 116 165);
    background-color: #ff4646;
  }

  .article-image {
    width: 100%;
    max-height: 100%;
  }

  .article-title {
    padding: 10px;
	  color: white;
  }


h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

.six {
    padding: 8px;
}

.six h1 {
    text-align: center;
    color: #ff2639;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
    padding-top: 20px;
}
.six h1 span {
  line-height:2em; padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#3f4068; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.six h1:after, .six h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: #2b2d56;

}
.six h1:before { 
background-color:#ff5d6c;
  left:45px; width:90px;
}



.containermar {
font-family: 'Montserrat', sans-serif;
    background-color: #f6faff;
    color: #111;
    height: 18vh;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.marquee {
width: var(--marquee-width);
    height: var(--marquee-height);
	    background-color: #282a53;
    color: #eee;
    overflow: hidden;
    position: relative;
    --marquee-width: 100vw;
    --marquee-height: 12vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 50s);
}

.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, #060328 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #060328 0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
/*
  width: var(--marquee-element-width);
*/
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
  height: 100%;
  /* height: 100%; */
/*
  border: 2px solid #282a53;
*/
}

.marquee-content li img:hover {
filter: none !important;
}

@media (max-width: 600px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}

.vcenter {
    padding-top: 21px;
}

.product-head-container{
	display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
	margin-top: 5rem!important;
}

.product-container{
	padding-left: 50px !important;
	padding-right: 50px !important;
}


.site-footer
{
background-image: linear-gradient(90deg, rgb(36 38 81) 0%, rgb(87 62 102) 100%);	padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    border-top-left-radius: 70px;
    color: #8d8d8d;
    padding-left: 20px;
  
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5;
}
.site-footer hr.small
{
  margin:20px 0;
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px;
	font-family: sans-serif;
}

.site-footer p, a
{
	font-family: sans-serif;
}

.site-footer a
{
  color:#ff2639;
}
.site-footer a:hover
{
  color:#fff !important;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#8d8d8d;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#e4edf7;
  display: list-item;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998 !important;
}
.social-icons a.twitter:hover
{
  background-color:#00aced !important;
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6 !important;
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89 !important;
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


#contact {
  width: 100%;
	background-color: #ededed;
}

.section-header {
text-align: center;
    margin: 0 auto;
    font: 300 31px 'Oswald', sans-serif;
    color: #8d8d8d;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-top: 29px;
    padding-bottom: 8px;
}

.contact-wrapper {
display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 90%;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, 
textarea {
  max-width: 400px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
  
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  display: flex !important;
  justify-content: center;

}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.form-control {

}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
      padding-left: 50px;
}

.list-item {
  line-height: 4;
  color: #ff2639;
      text-align: justify;
}

.contact-text {
  font: 300 15px 'Lato', sans-serif;
  letter-spacing: 0.9px;
  color: #8d8d8d;
}

.place {
  margin-left: 62px;
    line-height: 17px;
    letter-spacing: 1px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
color: #8d8d8d;
    text-decoration: none;
    transition-duration: 0.2s;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 1.9px;
}

.contact-text a:hover {
color: #3f2e52 !important;
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}



.form-control {
    display: block;
    width: 100%;
    font: 299 14px 'Lato', sans-serif !important;
        line-height: 1.7 !important;
    padding: 0.5rem 0.75rem;
    color: #3fff00;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    border: 0px solid rgba(0,0,0,.15) !important;
    font: 300 15px 'Lato', sans-serif;
    letter-spacing: 0.9px;
    color: #8d8d8d;
    opacity: 64%;
    
    box-shadow: 0 1px 0px rgb(0 0 0 / 81%), 0 1px 3px rgb(0 0 0 / 91%) !important;
}




.social-media-list li {
    position: relative;
    display: inline-grid;
    height: 55px;
    width: 55px;
    margin: 10px 3px;
    border-radius: 50%;
    color: #fff;
    background-color: #3f2e52;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 13px;
    align-items: center;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #3f2e52;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #ff2639; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #fff;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
/*    display: flex;
*/    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
/*    margin: 0 auto;
*/  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
/*    font-size: 2rem;
*/  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

.btn-primary {
color: #fff;
background-color: #ff2639!important;
    border-color: #ff2639!important;
    display: flex;
}

.btn-primary:hover {
color: #fff;
    background-color: #3f2e52 !important;
    border-color: #2e305a !important;
}







.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.about-container {
  max-width: 940px;
  margin: 3rem auto;
	font-family: Roboto;}

  .about-card {
    color: #ffffff;
    background: #ff2639 !important;
    box-shadow: 0 0 20px rgb(0 0 0);
    width: 14rem;
    height: 25rem;
    border-radius: 8px;
	  overflow: hidden;
margin-bottom: 50px;}

  .about-card-img {
		perspective: 1000px;
	  }

   .flip-about-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 1.5s;
        transform-style: preserve-3d;
      }

      /* Do an horizontal flip when you move the mouse over the flip box container */
      .flip-about-card-inner:hover {
        transform: rotateY(180deg);
      }

      /* Position the front and back side */
      .flip-about-card-front,
      .flip-about-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
      }

      /* Style the front side (fallback if image is missing) */
      .flip-about-card-front {
        background-color: #bbb;
        color: black;
      }

      /* Style the back side */
      .flip-about-card-back {
        background-color: dodgerblue;
        color: white;
        transform: rotateY(180deg);
      }

      .about-card.img {
        width: 100%;
        height: 17rem;
        object-fit: cover;
        object-position: top;
      }
 
    .about-card-body {
      padding: 1rem;
		margin-top: 17rem;
		line-height: 2;
text-align: center;}

      .about-card.h3 {
        margin: 0;
      }

.about-card h3 {
	color: #0c0e3a !important;
    font-weight: 900;
	opacity: 0.6;
    margin-bottom: 0;
}


.support-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-left: 1rem;
}



.about-details {
  opacity: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	display: flex;
	    justify-content: left;
}

.about-details p {
  color: #fff;
}

.about-img:hover .about-details {
  opacity: 1;
  margin-top: -80px;
}

.about-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.about-details .socials li {

	list-style: none;
}

.about-details .socials i {
	color: #fff;
}

.socials a:hover {
  color: #fff;
	border-radius: 50px;
/*
	margin: 0 !important;
*/
}

.socials a.facebook:hover
{
  background-color:#3b5998 !important;
}
.socials a.twitter:hover
{
  background-color:#00aced !important;
}
.socials a.linkedin:hover
{
  background-color:#007bb6 !important;
}
.socials a.dribbble:hover
{
  background-color:#ea4c89 !important;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 90%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.page-section{
background: #e0e6f5;
    color: #4c5297;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 3px;
    margin-left: -1.5px;
    content: "";
    background-color: #fff8f9;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #fffffff7;
  border-radius: 100%;
  background-color: #ff2639;
	    display: flex;
    justify-content: center;
	align-items: center;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
	text-align: justify;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 20px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 50px;
	margin-bottom: 20px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
width: 110px;
    height: 110px;
    margin-left: -58px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 108px;
	margin-bottom: 20px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
width: 110px;
    height: 110px;
    margin-left: -58px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 6px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.page-section {
  padding: 6rem 0;
	z-index: 1;
    position: relative;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

/*@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}*/

.text-center {
    text-align: center !important;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
	    margin-top: 25px;
}
.text-uppercase {
    text-transform: uppercase !important;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}


.variable-button
{
  position: relative;
  background-image: linear-gradient(90deg, rgb(36 38 81) 0%, rgb(87 62 102) 100%);
  color: #fff !important;  
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 5rem;
  transition: .4s;
}
.variable-button::before
{
  content: attr(data-text);
	margin-left: 10px;
    margin-right: 10px;
}
.variable-button:hover
{
  background: #2b2f83;
  transition: .4s;
}

.variable-button:hover::before
{
  content: attr(data-texthover);
}







.contact .section {
  margin-top: 50px;
}

.contact h1 {
  text-align: center;
  color: #a8a8a8;
}

.contact h2 {
  text-align: left;
  color: #333;
}

.contact a:hover {
  color: #ff2639;
  text-decoration: underline;
}

.contact a:active {
  color: #ff2639;
  text-decoration: underline;
}

.contact form {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  max: 1000px;
  text-align: center;
  margin: 20px auto;
	width: 80%;
}
form #input-name,
form #input-email,
form #input-subject,
form #input-subject,
form #input-message,
form #input-submit,
form textarea {
  border-radius: 2px !important;
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  margin-top: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
  resize: none;
}
form #input-name:focus,
form #input-email:focus,
form #input-subject:focus,
form #input-subject:focus,
form #input-message:focus,
form #input-submit:focus,
form textarea:focus {
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
}
form #input-submit {
  height: inherit;
  width: 100%;
  color: white;
  background: #ff2639;
  cursor: pointer;
  transition: 0.2s ease-out;
}
form #input-submit:hover {
  transition: 0.2s ease-out;
  -moz-box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  -webkit-box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
}
form textarea {
  height: 66px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.contact-box {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  margin-top: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
  resize: none;
}
.contact-box:focus {
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
}

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.view-more-button {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  color: white;
  background: #ff2639;
  cursor: pointer;
  transition: 0.2s ease-out;
  text-align: center;
}
.view-more-button:hover {
  transition: 0.2s ease-out;
  -moz-box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  -webkit-box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  text-decoration: none;
}

.map-info {
  padding-top: 30px;
}

.contact a {
  color: #ff2639;
}

.contact h1,
h2 {
  color: #222;
  font-weight: 600;
}

.contact h1,
.h1 {
     text-align: center;
    margin: 0 auto;
    font: 300 31px 'Oswald', sans-serif;
    color: #8d8d8d;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-top: 29px;
    padding-bottom: 8px;
}

.contact h3,
.h3 {
  font-size: 1.25em;
  margin: 0 0 0.5em;
}

.contact p {
  margin: 0.5em 0;
}

.contact svg {
  height: auto;
  max-width: 100%;
}

.contact .text-center {
  text-align: center;
}

.contact .subline {
  color: #768191;
  font-weight: normal;
}

.contact .map {
margin-left: auto;
    margin-right: auto;
    max-width: 59%;
    width: 1000px;
    margin-top: 3em;
    position: relative;
}
.contact .map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact .map h2 {
  color: #fff;
}
.contact .map-marker {
  position: absolute;
}
.contact .map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ff2639;
  content: "";
  height: 2em;
  left: 0;
  margin: -0.5em 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.contact .map-marker:hover .map-marker-info {
  display: block;
}
.contact .map-marker a {
    background-color: #ff2639;
    border-radius: 50%;
    height: 0.7em;
    display: block;
    text-indent: -9999px;
    width: 0.7em;
}
.contact .map-marker-shiraz {
    left: 41%;
    top: 67%;
}

.contact .map-marker-grand-shiraz:after {
  animation-delay: 5s;
}

.contact .map-marker-tehran {
left: 37%;
    top: 29%;
}

.contact .map-marker-tehran:after {
  animation-delay: 5s;
}

.contact .map-marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 20em;
  z-index: 999;
}
.contact .map-marker-info header {
background-color: #ff2639;
    border-radius: 0.5em 0.5em 0 0;
    color: #fff;
    padding: 0.5em 1em;
    height: 48px;
}
.contact .map-marker-info main {
    background-color: #fff;
    border-radius: 0 0 0.5em 0.5em;
    color: #222;
    padding: 0.9em 1em;
}
.contact .map-marker-info h2 {
  margin-bottom: 0;
}
.contact .map-marker-info-inner {
  border-radius: 0.5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
	padding-top: 38px;
}
.contact .map-marker-info-inner:after {
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

@media (min-width: 480px) {
  .contact .branch-locations {
    display: none;
  }
}
@media (max-width: 480px) {
  .contact .map-marker:hover  .contact .map-marker-info {
    display: none;
  }

  .contact .map-info {
    display: none;
  }

  .contact .branch-locations {
    display: block;
  }

}
.contact .animate {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

@keyframes flip {
   0% {
      transform: perspective(400px) rotateY(0);
      animation-timing-function: ease-out;
   }
   40% {
      transform: perspective(400px) translateZ(150px) rotateY(170deg);
      animation-timing-function: ease-out;
   }
   50% {
      transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      animation-timing-function: ease-in;
   }
   80% {
      transform: perspective(400px) rotateY(360deg) scale(.95);
      animation-timing-function: ease-in;
   }
   100% {
      transform: perspective(400px) scale(1);
      animation-timing-function: ease-in;
   }
} 
.animate-flip {
  animation-duration: 0.55s;
  animation-name: flip;
	          background-repeat: no-repeat;
            background-position: left top;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }
  8% {
    opacity: 0.4;
  }
  10% {
    opacity: 0;
    transform: scale(1);
  }
}
.animate-pop {
  animation-duration: 1s;
  animation-name: pop;
}

.contact button.btn.btn-primary {
  float: left;
}

.contact a.contact-button {
  border-radius: 2px !important;
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  margin-top: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23) !important;
  height: inherit;
  padding: 15px;
  margin-top: 10px;
  margin: 20px auto;
  width: 100%;
  color: white;
  background: #ff2639;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.contact a.contact-button:hover {
  transition: 0.2s ease-out;
  -moz-box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  -webkit-box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  box-shadow: 0 2px 2px 2px rgba(170, 170, 170, 0.13);
  text-decoration: none;
}

.contact .fa-contact {
  color: #685b82;
}

   .contact svg path {
      transition: 200ms;
      transition-timing-function: ease-in-out;
      -webkit-transition: 200ms;
      -webkit-transition-timing-function: ease-in-out;
      stroke: #ffffff;
      stroke-width: 1px;
      stroke-linejoin: round;
    }

    .contact svg path:hover {
      fill: #2e305a;
    }

/*p {
    line-height: 1.75;
}*/
/*@media (min-width: 1400px)
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
}
@media (min-width: 1200px)
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
}
@media (min-width: 992px)
.container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
}
@media (min-width: 768px)
.container-md, .container-sm, .container {
    max-width: 720px;
}
@media (min-width: 576px)
.container-sm, .container {
    max-width: 540px;
}*/
/*.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
*, *::before, *::after {
    box-sizing: border-box;
}*/
/*user agent stylesheet
div {
    display: block;
}*/






.blog-container {
	 background: #fff;
	 border-radius: 5px;
	 box-shadow: rgba(0, 0, 0, .2) 0 4px 2px -2px;
	 font-weight: 100;
	 margin: 48px auto;
	 width: 20rem;
}
 @media screen and (min-width: 480px) {
	 .blog-container {
		 width: 28rem;
	}
}
 @media screen and (min-width: 767px) {
	 .blog-container {
		 width: 40rem;
	}
}
 @media screen and (min-width: 959px) {
	 .blog-container {
		 width: 50rem;
	}
}
 .blog-container a {
	 color: #4d4dff;
	 text-decoration: none;
	 transition: 0.25s ease;
}
 .blog-container a:hover {
	 border-color: #ff4d4d;
	 color: #ff4d4d;
}

.blog-title{
	text-align: center;
	padding: 11px;
	font-family: sans-serif;
}

.blog-title h2,h4{
	text-align: center;
}

 .blog-cover {
    background: url(../img/20230827_104133.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    min-height: 200px;
    box-shadow: inset rgb(183 183 183 / 20%) 0 64px 64px 16px;
    width: auto;
}
 .blog-author, .blog-author--no-cover {
	 margin: 0 auto;
	 padding-top: 0.125rem;
	 width: 80%;
}
 .blog-author h3::before, .blog-author--no-cover h3::before {
	 background: url("");
	 background-size: cover;
	 border-radius: 50%;
	 content: " ";
	 display: inline-block;
	 height: 32px;
	 margin-right: 0.5rem;
	 position: relative;
	 top: 8px;
	 width: 32px;
}
 .blog-author h3 {
	 color: #fff;
	 font-weight: 100;
}
 .blog-author--no-cover h3 {
	 color: #999;
	 font-weight: 100;
}
 .blog-body {
	     margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .video-body {
	height: 55%;
    width: 55%;
    margin: auto;
	 padding-top: 15px;
}
 .blog-title h1 {
	 color: #333;
	 font-weight: 100;
	 font-size: 31px;
}
 .blog-summary p {
	 color: #4d4d4d;
}

 .blog-summary h3 {
	color: #ff2639;
    font-size: 17px !important;
    padding-bottom: 17px;
    font-weight: 700;
}

 .blog-title h2 {
	color: #ff2639;
    font-size: 24px !important;
    font-weight: 700;
}

 .blog-title h4 {
    font-size: 14px !important;
}
 .blog-tags ul {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 list-style: none;
	 padding-left: 0;
}
 .blog-tags li + li {
	 margin-left: 0.5rem;
}
 .blog-tags a {
	 border: 1px solid #999;
	 border-radius: 3px;
	 color: #999;
	 font-size: 0.75rem;
	 height: 1.5rem;
	 line-height: 1.5rem;
	 letter-spacing: 1px;
	 padding: 0 0.5rem;
	 text-align: center;
	 text-transform: uppercase;
	 white-space: nowrap;
	 width: 5rem;
}
 .blog-footer {
	 border-top: 1px solid #e6e6e6;
	 margin: 0 auto;
	 padding-bottom: 0.125rem;
	 width: 80%;
}
 .blog-footer ul {
	 list-style: none;
	 display: flex;
	 flex: row wrap;
	 justify-content: flex-end;
	 padding-left: 0;
	 padding-top: 10px;
}
 .blog-footer li:first-child {
	 margin-right: auto;
}
 .blog-footer li + li {
	 margin-left: 0.5rem;
}
 .blog-footer li {
	 color: #999;
	 font-size: 0.75rem;
	 height: 1.5rem;
	 letter-spacing: 1px;
	 line-height: 1.5rem;
	 text-align: center;
	 text-transform: uppercase;
	 position: relative;
	 white-space: nowrap;
}
 .blog-footer li a {
	 color: #999;
}
 .comments {
	 margin-right: 1rem;
}
 .published-date {
	 border: 1px solid #999;
	 border-radius: 3px;
	 padding: 0 0.5rem;
}
 .numero {
	 position: relative;
	 top: -0.5rem;
}
 .icon-star, .icon-bubble {
	 fill: #999;
	 height: 24px;
	 margin-right: 0.5rem;
	 transition: 0.25s ease;
	 width: 24px;
}
 .icon-star:hover, .icon-bubble:hover {
	 fill: #ff4d4d;
}

