/*your custom css goes here*/
:root {
    font-size: 16px;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #377dff;
    --hov-primary: #0069d9;
    --soft-primary: rgba(204, 204, 204, 0.15);
    --secondary: #000;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --success: #0abb75;
    --soft-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #ef486a;
    --soft-danger: rgba(239, 72, 106, 0.15);
    --light: #f2f3f8;
    --dark: #000;
    --soft-dark: rgba(42, 50, 66, 0.15);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
  
}

 .menu-toggle {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*.menu-toggle:after {
  content: " x";
}
.menu-toggle.collapsed:after {
  content: " +";
}*/

.menu {
    position: absolute;
    /*width: 100%;*/
  text-align: center;
  max-height: calc(100vh - 57px);
  overflow: visible;
  z-index: 999;
  /*border-bottom: solid 1px #9AB87A;*/
}
.menu ul {
    width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
}
.menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd !important;
}
.menu a {
 display: block;
    padding: .5rem;
    padding-left: 27px;
    text-decoration: none;
    text-align: left;
}


@media (max-width: 991px){
.side-menu-wrap.opacity-1, .side-menu-overlay.opacity-1 {
    opacity: 1;
    visibility: visible;
}
.grid h2{
font-size: 13px;
margin: 0px !important;
padding: 15px !important;
}
.side-menu-overlay {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -ms-webkit-transition: opacity 0.3s, visibility 0.3s;
}
.logo-bar-area {
        padding-bottom: 8px;
        box-shadow: 0px 15px 10px -15px #111; 
}
.m-cart-h{
  position: absolute;
    right: 17px;
    top: 19px;
}
.mobile-menu-icon-box .aiz-topbar-nav-toggler span{
  background: #fff;
}
.mobile-menu-icon-box .aiz-topbar-nav-toggler span:after{
  background: #fff;
}
.mobile-menu-icon-box .aiz-topbar-nav-toggler span:before{
  background: #fff;
}
.m-logo-h{
  right: 0;
    float: right;
    margin-left: 115px;
}
.m-search-ih{
  margin-right: 2rem !important;
    margin-top: 8px;
    position: absolute;
    right: 1.5rem;
    color: rgb(255 255 255);
}
}
.logo-bar-area {
    box-shadow: 0px 10px 10px -15px #ccc; 
}
.m-search-ih{

    color: rgb(255 255 255);
}




/*! CSS Used from: https://landkit.goodthemes.co/assets/fonts/Feather/feather.css */
.fe{speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fe-x:before{content:"\ea02";}
/*! CSS Used from: https://landkit.goodthemes.co/assets/css/theme.min.css */

@media (prefers-reduced-motion:reduce){
.btn{transition:none;}
}
.collapse:not(.show){display:none;}
.dropdown,.dropright{position:relative;}
.dropdown-toggle{white-space:nowrap;}
.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent;}
.dropdown-toggle:empty::after{margin-left:0;}
.dropdown-menu{position:absolute;top:100%;/*left:0;*/z-index:1000;display:none;float:left;min-width:14rem;padding:1.625rem 0;margin:0 0 0;font-size:.9375rem;color:#161c2d;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid rgba(22,28,45,.15);border-radius:.375rem;box-shadow:0 .5rem 1.5rem rgba(22,28,45,.1);}
.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0;}
.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid;}
.dropright .dropdown-toggle:empty::after{margin-left:0;}
.dropright .dropdown-toggle::after{vertical-align:0;}
.dropdown-item{display:block;width:100%;padding:0 1.75rem;clear:both;font-weight:400;color:#506690;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;}
.dropdown-item:focus,.dropdown-item:hover{color:#335eea;text-decoration:none;background-color:none;}
.dropdown-item:active{color:#335eea;text-decoration:none;background-color:none;}
.dropdown-item:disabled{color:#869ab8;pointer-events:none;background-color:transparent;}
.dropdown-header{display:block;padding:1.625rem 1.75rem;margin-bottom:0;font-size:.9375rem;white-space:nowrap;}
.nav-link{display:block;padding:.5rem 1rem;}
.nav-link:focus,.nav-link:hover{text-decoration:none;}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.navbar>.container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.navbar-brand{display:inline-block;padding-top:.15rem;padding-bottom:.15rem;margin-right:20px;font-size:1.5rem;line-height:inherit;white-space:nowrap;}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none;}
.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}
.navbar-nav .nav-link{padding-right:0;padding-left:0;}
.navbar-nav .dropdown-menu{position:static;float:none;}
.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center;}
.navbar-toggler{padding:.25rem .75rem;font-size:1.1875rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.375rem;}
.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none;}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%;}
@media (max-width:991.98px){
.navbar-expand-lg>.container{padding-right:0;padding-left:0;}

}
@media (min-width:992px){
.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start;}
.navbar-expand-lg .navbar-nav{flex-direction:row;}
.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand-lg .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem;}
.navbar-expand-lg>.container{flex-wrap:nowrap;}
.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto;}
.navbar-expand-lg .navbar-toggler{display:none;}
}
.navbar-light .navbar-brand{color:#335eea;}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#335eea;}
.navbar-light .navbar-nav .nav-link{color:#fff;font-size: 20px;font-weight: 400;}
.navbar-light .navbar-toggler{color:#506690;border-color:transparent;}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23506690' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
@media (prefers-reduced-motion:reduce){
.badge{transition:none;}
}
.badge:empty{display:none;}
.badge-pill{padding-right:.75rem;padding-left:.75rem;border-radius:10rem;}
.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;}
.list-group-item{position:relative;display:block;padding:1.5rem 2rem;margin-bottom:-1px;background-color:#fff;border:1px solid #f1f4f8;}
.list-group-item:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem;}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem;}
.list-group-item:disabled{color:#869ab8;pointer-events:none;background-color:#fff;}
.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0;}
.list-group-flush .list-group-item:last-child{margin-bottom:-1px;}
.list-group-flush:first-child .list-group-item:first-child{border-top:0;}
.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0;}
.bg-white{background-color:#fff!important;}
.mb-0{margin-bottom:0!important;}
.ml-4{margin-left:1rem!important;}
.mb-5{margin-bottom:1.5rem!important;}
.p-0{padding:0!important;}
.ml-auto{margin-left:auto!important;}
@media (min-width:992px){
.mb-lg-0{margin-bottom:0!important;}
}
.text-uppercase{text-transform:uppercase!important;}
.font-weight-bold{font-weight:600!important;}
.text-white{color:#fff!important;}

@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
p{orphans:3;widows:3;}
.container{min-width:992px!important;}
.navbar{display:none;}
.badge{border:1px solid #161c2d;}
}
.badge-primary-soft{background-color:rgba(51,94,234,.1);color:#335eea;}
/*.btn:not([class*=btn-outline]){border-color:transparent!important;}*/
.btn-white{background-color:#fff;color:#335eea;}
.btn-white:focus,.btn-white:hover{background-color:#fff;color:#1c4ce8;}
.dropdown-menu{padding-left:0.75rem;padding-right:0.75rem;}
.dropdown-item{min-width:100%;margin-left:-1.75rem;margin-right:-1.75rem;}
.dropdown-item:focus,.dropdown-item:hover{outline:0;}
.dropdown-item+.dropdown-item{margin-top:.45rem;}
.dropdown-link{color:inherit;}
.dropdown-link:hover{text-decoration:inherit;}
.dropdown-link:focus,.dropdown-link:hover{outline:0;}
.dropdown-header{margin-left:-1.75rem;margin-right:-1.75rem;padding-top:0;padding-bottom:.5rem;font-size:.75rem;font-weight:600;line-height:2.5;text-transform:uppercase;letter-spacing:.08em;}
.dropdown-toggle::after{vertical-align:middle;border:none!important}
.dropright>.dropdown-toggle::after{}
.dropdown-menu-md{min-width:20rem;}
.dropdown-menu-lg{min-width:28rem;}

.dropdown-menu-xl{min-width:52rem;}
.dropdown-menu-lg,.dropdown-menu-xl{padding:2.375rem 2.5rem;}
.dropdown-menu-lg .dropdown-header,.dropdown-menu-lg .dropdown-item,.dropdown-menu-xl .dropdown-header,.dropdown-menu-xl .dropdown-item{margin-left:-2.5rem;margin-right:-2.5rem;padding-left:2.5rem;padding-right:2.5rem;}
.dropright>.dropdown-menu{top:-1.625rem;}
.container{position:relative;}
.list-group-flush .list-group-item{padding-left:0;padding-right:0;}
.list-group-flush .list-group-item:first-child{padding-top:0!important;}
.list-group-flush .list-group-item:last-child{padding-bottom:0!important;}
.navbar{transition:all .2s ease-in-out;transition-property:background-color,color;}
.navbar>.container{padding-left:0;padding-right:0;}
@media (min-width:1200px){
.navbar>.container{padding-left:20px;padding-right:20px;}
}
.navbar-brand{font-weight:600;}
.navbar-brand-img{max-height:2.4rem;width:auto;}
@media (max-width:991.98px){
.dropdown-menu-md{min-width:20rem;}
.navbar-btn{width:100%;padding:.8125rem 1.25rem;border-top-left-radius:0;border-top-right-radius:0;font-size:1.0625rem;}
}
.navbar-nav .nav-link{font-weight:100;}
.navbar-nav .nav-link:focus,.navbar-nav .nav-link:hover{outline:0;}
@media (max-width:991.98px){
.navbar-collapse{position:fixed;top:1rem;right:1rem;left:1rem;height:auto!important;max-height:calc(100vh - 2rem);background-color:#fff;border-radius:.375rem;box-shadow:0 1.5rem 4rem rgba(22,28,45,.15);overflow-y:scroll;-webkit-overflow-scrolling:touch;}
.navbar-collapse{transition:all .2s ease-in-out;transition-property:opacity,transform;transform-origin:top right;}
}
.navbar-collapse .navbar-toggler{position:absolute;top:1rem;right:1rem;z-index:1;}
@media (min-width:992px){
.navbar-collapse .navbar-toggler{display:none;}
}
@media (max-width:991.98px){
.navbar-nav .nav-item{padding:1.5rem;}
.navbar-nav .nav-item+.nav-item{border-top:1px solid #f1f4f8;}
}
@media (max-width:991.98px){
.navbar-nav .nav-link{padding-top:0;padding-bottom:0;}
}
.navbar-nav .dropdown-menu{box-shadow:none;}
@media (max-width:991.98px){
.navbar-nav .dropdown-menu{min-width:0;padding:0;}
}
@media (min-width:992px){
.navbar-nav .dropdown-menu{box-shadow:0 1.5rem 4rem rgba(22,28,45,.15);}
}
.navbar-nav .dropdown>.dropdown-menu{display:block!important;}
@media (max-width:991.98px){
.navbar-nav .dropright>.dropdown-menu{padding-top:1rem;padding-bottom:1rem;padding-left:.5rem;}
}
@media (min-width:992px){
.navbar-nav .dropright>.dropdown-menu{display:block!important;}
}
@media (max-width:991.98px){
.navbar-nav .dropdown-header,.navbar-nav .dropdown-item{margin-left:0;margin-right:0;padding-left:0;padding-right:0;}
}
.navbar-nav .dropdown>.dropdown-toggle::after{display:none;}
@media (max-width:991.98px){
.navbar-nav .dropdown>.dropdown-toggle{margin-bottom:1.5rem;pointer-events:none;}
}
.navbar-nav .dropright>.dropdown-toggle{display:flex;}
.navbar-nav .dropright>.dropdown-toggle::after{margin-left:auto;}
@media (max-width:991.98px){
.navbar-nav .dropright>.dropdown-toggle::after{content:"\e92e";}
}
.navbar-nav .dropdown-img-left{height:100%;display:none;flex-direction:column;justify-content:center;padding:1.625rem 1.75rem;background:no-repeat center center/cover;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;}
@media (min-width:992px){
.navbar-nav .dropdown-img-left{display:flex;}
}
.navbar-nav .dropdown-img-left::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0, 0, 0, 0.71);border-radius:inherit;}
.navbar-nav .dropdown-img-left *{position:relative;}
@media (min-width:992px){
.navbar-nav .dropdown-menu-xl .dropdown-img-left{padding:2.375rem 2.5rem;}
}
@media (min-width:992px){
.navbar-nav .dropdown-body{padding:1.625rem 1.75rem;}
}
@media (min-width:992px){
.navbar-nav .dropdown-menu-xl .dropdown-body{padding:2.375rem 2.5rem;}
}
.navbar-nav .dropdown-menu .list-group-item{display:flex;align-items:center;padding-top:1rem;padding-bottom:1rem;color:inherit;}
.navbar-nav .dropdown-menu .list-group-item:hover{text-decoration:none;}
@media (min-width:992px){
.navbar-nav .dropdown-menu{margin-top:10px;z-index:1030;transition:all .2s ease-in-out;transition-property:opacity,visibility,transform;transform-origin:top center;visibility:hidden;opacity:0;}
.navbar-nav .dropdown>.dropdown-menu{left:50%;transform:translate3d(-50%,10px,0);}
.navbar-nav .dropright>.dropdown-menu{transform:translate3d(0,10px,0);}
.navbar-nav .dropdown:hover>.dropdown-menu,.navbar-nav .dropright:hover>.dropdown-menu{visibility:visible;opacity:1;}
.navbar-nav .dropdown:hover>.dropdown-menu{transform:translate3d(-50%,0,0);}
.navbar-nav .dropright:hover>.dropdown-menu{transform:translate3d(0,0,0);}
}
h4{letter-spacing:-.01em;}
h4{line-height:1.45;}
@media (max-width:991.98px){
h4{font-size:1.0625rem;}
}
h6{line-height:1.55;}
h6.text-uppercase{letter-spacing:.08em;}
.lift{transition:box-shadow .25s ease,transform .25s ease;font-size: 16px;font-weight: 600;text-transform: uppercase;}
.lift:focus,.lift:hover{box-shadow:0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;transform:translate3d(0,-3px,0);}
.shadow-dark{box-shadow:0 .5rem 1.5rem rgba(22,28,45,.15)!important;}
.font-size-sm{font-size:.9375rem!important;}
.text-gray-700{color:#506690!important;}
.icon>svg{width:3rem;height:3rem;}
.icon[class*=text-]>svg [fill]:not([fill=none]){fill:currentColor!important;}
.icon-sm>svg{width:2.25rem;height:2.25rem;}
/*! CSS Used fontfaces */

.cart-badge{
  padding: 5px;
  
}
@media (max-width:991.98px){
  .cart-badge{
    margin-top: 0px;
  }

  .secondary-banner .hero-heading, #main .module-d .secondary-banner .hero-heading-lg, #main .module-d .secondary-banner h1 {
    width: 99%;
    margin: 0 0 15px;
    font-weight: 200;
    line-height: 1em;
    letter-spacing: .025em;
    font-size: 30px;
}

}
.wishcss{
  position: absolute;

}
.cart-count{
  position: absolute;
  left: 6px
}

.searchform{
  font-size:1.2em;
  border-radius: 7px;
  background:white;
  margin-top: 0px;
}
#s{
  transition:all 0.2s ease-out;
  border-radius:0;
  box-shadow:none;
  outline: none;
  padding:0;
  margin:0;
  border:0;
  background-color: transparent;
  opacity:1;
  width: 88%;
}

.searchform label{
      padding-left: 5px;
    display: inline-block;
  text-shadow:0 0 0.1em rgba(60,60,60,0.3);
  position: relative;
  left:0.1em;
  margin: 0px;
  margin-top: 3px;
}
.m-search-text{
  position: absolute;
    top: 66px;
    left: 50px;
    color: #00000063
}

.gray_bg {
    background: rgb(242 242 242);
}
.title_head {
    margin: 0 auto 25px;
    text-align: center;
}
.title_border {
    width: auto;
    margin: 0 auto;
    display: table;
}
.small_border {
    border-bottom: 1px solid rgb(122 122 122);
    width: 80px;
    margin-bottom: 25px;
}
.title_head h3, .sub_lft h3, .title_head h2 span, .page-node-57 .title_head h2 span, .page-node-79 .title_head h2 span, .page-node-193 .title_head h2 span, .page-node-33 .title_head h2 span, .page-node-93 .title_head h2 span, .page-node-83 .title_head h2 span, .page-node-96 .title_head h2 span, .page-node-246 .title_head h2 span, .front .title_head h2 span, .blue_bg .title_head h2, .title_head h2 {
    font-size: 30px;
    color: rgb(58 58 58);
    line-height: 30px;
}
.popular-sec{
text-decoration: none;
    outline: none;
    color: rgb(77 77 77);
    }



.cta-overlay {
  background: rgb(0 37 82);
    opacity: 0.70;
    position: static;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgb(248 249 250);
    z-index: -1;
    opacity: .8;
}
.f-felt {
    font-family: Felt,Arial,sans-serif!important;
    font-weight: 600;
    text-decoration: overline;
}
.secondary-banner .hero-heading, #main .module-d .secondary-banner .hero-heading-lg, #main .module-d .secondary-banner h1 {
    width: 99%;
    margin: 0 0 15px;
    font-weight: 200;
    line-height: 1em;
    letter-spacing: .025em;
    font-size: 36px;
    font-size: 2.25rem;
}


.content {
  margin: 0 auto;
  max-width: 1000px;
}

.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

.content > h2:first-child {
  padding-top: 0em;
}

/* Header */
.codrops-header {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}

.codrops-header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 4em;
  line-height: 1.3;
}

.codrops-header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  color: #74777b;
  font-weight: 300;
  font-size: 45%;
}

/* Demo links */
.codrops-demos {
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}

.content + .codrops-demos {
  padding-top: 5em;
}

.codrops-demos a {
  display: inline-block;
  margin: 0 5px;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
  background: #3c414a;
  color: #fff;
}

/* To Navigation Style */
.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  letter-spacing: 1px;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  display: block;
  float: left;
}

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

/* Related demos */
.related {
  clear: both;
  padding: 6em 1em;
  font-size: 120%;
}

.related > a {
  display: inline-block;
  margin: 20px 10px;
  padding: 25px;
  border: 1px solid #4f7f90;
  text-align: center;
}

.related a:hover {
  border-color: #39545e;
}

.related a img {
  max-width: 100%;
  opacity: 0.8;
}

.related a:hover img,
.related a:active img {
  opacity: 1;
}

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}

/* Demo ad design */
body #cdawrap {
  background: none;
  top: 50px;
  border: none;
}

body #cdawrap a {
  color: #fff !important;
}

body #cda-remove {
  color: #fff;
}

@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }
  .codrops-icon span {
    display: none;
  }
}

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  
  height: auto;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.grid figure figcaption {
  padding: 1.2em;
  color: #000;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
    font-size: 22px;
    color: #fff;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
  float: none;
  
}

figure.effect-julia img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 920px) {

  figure.effect-julia img {

  }
  figure.effect-julia {
  width: auto !important;
  margin: 0px;
}
}
figure.effect-julia figcaption {
  text-align: left;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(0,0,0,0.9);
  color: var(--primary);
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px,0,0);
  transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
  background: #df4e4e;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0,-80px,0);
  transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.effect-hera {
  background: #303fa9;
}

figure.effect-hera h2 {
  font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}

figure.effect-hera p a {
  color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
  opacity: 0.6;
}

figure.effect-hera p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
  -webkit-transform: translate3d(-60px,-60px,0);
  transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
  -webkit-transform: translate3d(60px,-60px,0);
  transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px,60px,0);
  transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
  -webkit-transform: translate3d(60px,60px,0);
  transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
  transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
  opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
  background: #162633;
  text-align: left;
}

figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate3d(0,0,1,45deg);
  transform: rotate3d(0,0,1,45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
  margin: 0 10px;
  color: #5d504f;
  font-size: 170%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
  color: #cc6055;
}

figure.effect-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}

figure.effect-winston:hover img {
  opacity: 0.6;
}

figure.effect-winston:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0,0,1,20deg);
  transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effect-selena {
  background: #fff;
}

figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
  -webkit-transform: scale3d(0.95,0.95,1);
  transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
  transform: perspective(1000px) rotate3d(1,0,0,90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
  transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effect-terry {
  background: #34495e;
}

figure.effect-terry figcaption {
  padding: 1em;
}

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  -webkit-transform: translate3d(70px,60px,0);
  transform: translate3d(70px,60px,0);
}

figure.effect-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px,-15px,0);
  transform: translate3d(-15px,-15px,0);
}

figure.effect-terry img,
figure.effect-terry p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
  opacity: 0.85;
}

figure.effect-terry h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
  figure.effect-terry h2 {
    padding: 0.75em 10px;
    font-size: 120%;
  }
}

figure.effect-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%;
}

figure.effect-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(90px,0,0);
  transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
  color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
  opacity: 0.6;

}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-terry:hover p a {
  opacity: 1;
}

figure.effect-terry:hover p a:first-child {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/

figure.effect-phoebe {
  background: #675983;
}

figure.effect-phoebe img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-phoebe:hover img {
  opacity: 0.6;
}

figure.effect-phoebe figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle2.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(5,2.5,1);
  transform: scale3d(5,2.5,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-phoebe:hover figcaption::before {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-phoebe h2 {
  margin-top: 1em;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-phoebe:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-phoebe p a {
  color: #fff;
  font-size: 140%;
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-phoebe p a:first-child {
  -webkit-transform: translate3d(-60px,-60px,0);
  transform: translate3d(-60px,-60px,0);
}

figure.effect-phoebe p a:nth-child(2) {
  -webkit-transform: translate3d(0,60px,0);
  transform: translate3d(0,60px,0);
}

figure.effect-phoebe p a:nth-child(3) {
  -webkit-transform: translate3d(60px,-60px,0);
  transform: translate3d(60px,-60px,0);
}

figure.effect-phoebe:hover p a {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
  background: #3498db;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effect-kira {
  background: #fff;
  text-align: left;
}

figure.effect-kira img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-kira figcaption {
  z-index: 1;
}

figure.effect-kira p {
  padding: 2.25em 0.5em;
  font-weight: 600; 
  font-size: 100%;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

figure.effect-kira p a {
  margin: 0 0.5em;
  color: #101010;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
  opacity: 0.6;
}

figure.effect-kira figcaption::before {
  position: absolute;
  top: 0;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.5em;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
  transform: translate3d(0,4em,0) scale3d(1,0.023,1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

figure.effect-kira:hover img {
  opacity: 0.5;
}

figure.effect-kira:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
  transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0,0,0,0.8);
  opacity: 0;
}

figure.effect-steve figcaption {
  z-index: 1;
}

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0,0,0);
  transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
  background: #fff;
  color: #2d434e;
}

figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em;
}

figure.effect-steve h2:before {
  box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9,0.9,1);
  transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
  opacity: 1;
}

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0,0,21px);
  transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
  opacity: 0;
}

figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/

figure.effect-moses {
  background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
  background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

figure.effect-moses img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-moses h2,
figure.effect-moses p {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #fff;
}

figure.effect-moses h2 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(10px,10px,0);
  transform: translate3d(10px,10px,0);
}

figure.effect-moses p {
  float: right;
  padding: 20px;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

figure.effect-moses:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
  opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
  opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8,0.8,1);
  transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}

figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
  background: #030c17;
}

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
  opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
  background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px,10px,0);
  transform: translate3d(10px,10px,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5,0.5,1);
  transform: scale3d(0.5,0.5,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px,5px,0);
  transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px,20px,0);
  transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
  background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effect-duke img,
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(2,2,1);
  transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8,0.8,1);
  transform: scale3d(0.8,0.8,1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8,0.8,1);
  transform: scale3d(0.8,0.8,1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 0px;
    width: 100%;
  }
}


.content .subheading {
    font-size: calc(.91vw + .45vh);
    line-height: 29px
}
.padding_0{
  padding: 0px !important;
}
.margin_0{
  margin: 0px !important;
}

.bg-topbar{
  background:  rgb(255 255 255);
  color: #000;
}
.top-menu-b{
  border-right: 1px solid;
    color: rgb(0 0 0) !important;
    border-radius: 1px solid;
    /* border-right-color: rgb(255 255 255); */
    padding-right: 10px;
    line-height: 13px;
}
.list-img{
  list-style-image: url('https://bioxin.s3.ap-south-1.amazonaws.com/uploads/all/GTaHjkgwhnTQMtZJl3TgkMgdTOJN5CWmBHIRMD2f.png');
  list-style-position: outside;
  padding: 0px;
}

.list-img li{
  margin-left: 28px;
  font-size: 14px;
  color: rgb(0 0 0 / 62%);
    font-family: system-ui;
}
/*.list-unstyled li::marker{
  width: 20px;
  list-style:
}*/


.delivery {
    font-size: 14px;
    background-color: rgb(250 250 250);
    color: rgb(33 33 33);
}
.delivery-header {
    display: table;
    padding: 10px 16px 2px;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.delivery__content {
    position: relative;
    padding-bottom: 4px;
}
.warranty {
    font-size: 14px;
    background-color: rgb(250 250 250);
    color: rgb(33 33 33);
    border-top: 1px solid rgb(239 240 245);
}
.warranty__option-item {
    padding: 10px 16px;
}
.warranty__option-item {
    padding: 10px 16px;
}

.btn-soft-primary {
    background-color: rgb(204 204 204);
    color: rgb(12 13 13);
}





.contact-address-icon {
    background: rgb(43 43 53);
    color: rgb(255 255 255);
    padding: 30px;
    font-size: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.js-video{
  height:450px;
  width:450px;
  background:transparent;
  position:absolute;
  margin:0% auto;
}
.play i {
    position: absolute;
        left: 25%;
    top: 15%;
    color: rgb(26 26 39);
    font-size: 37px;
    border-radius: 50%;
    line-height: 50px;
    z-index: 2;
    padding-top: 5px;
}
.video-poster{
    
    background-repeat: no-repeat;
    position: absolute;
  
 
}
.play i:hover{
  cursor:pointer;
}
.js-video iframe{
  z-index:5;
  position: relative;
  width: 437px;
height: 437px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bravo_banner .btn-group .has-icon {
    display: flex;
    align-items: center;
}
.bravo_banner .btn-group .btn {
    margin-left: 10px;
    background: rgb(26 43 72 / 50%);
    font-size: 14px;
    color: rgb(255 255 255);
    padding: 10px 15px;
}
.bravo-video-popup {
    display: inline-block;
    position: relative;
}

.link {
  position: relative;
  padding: 5px 10px;
    color: #000000a6;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}
.link:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  margin-top: 12px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.2s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgb(93 188 255) transparent transparent transparent;
}
.link:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 14px;
  position: absolute;
  color: #fff;
  background: rgb(93 188 255);
  padding: 8px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  top: 3px;
  border-radius: 4px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
.link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.link:hover:before, .link:hover:after {
  opacity: 1;
}
.link:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}
.link:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

abbr[data-title] {
  position: relative;
  text-decoration: underline dotted;
}

abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
  background: #ff0060;
  color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  font-size: 14px;
  padding: 3px 5px;
}
.f-hear-title{
  font-size: 18px;
}
.flex-between{
   height: 100%;


  display: flex;


  align-items: center;


  justify-content: center;
}
.tes-name{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.tes-text{
  text-align: center;
  padding: 10px;
}

.tes-mar{
margin-top: -5px;
margin-bottom: 60px

}
.box img:nth-child(1) {
  /*position: absolute;*/
}
.box img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top:0px;
  left: 0px;
}

.product-short-description{
  font-size: 16px;
  color: rgb(0 0 0 / 62%);
    font-family: system-ui;
}

.navbar-nav .dropdown>.dropdown-menu:before {
    content: '';
    width: 9px;
    height: 9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    top: -9px;
    left: 48%;
    position: absolute;
    z-index: 999;
    display: block;
    transition: all .4s;
}

.hover_search {
    display: block;
    background: rgb(93,188,255,0.10);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.produc-box:hover .hover_search {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

  .collapse-accordion ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .collapse-accordion label {
        display: block;
        cursor: pointer;
        padding: 10px 27px;
        border-bottom: none;
        position: relative;
    }

    .collapse-accordion label:hover {
    }

    .collapse-accordion label:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        text-indent: -9999px;
        border-top: 2px solid #0a0a0a;
        border-left: 2px solid #0a0a0a;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-decoration: none;
        color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transform: rotate(135deg);
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .collapse-accordion input[type="checkbox"]:checked+label:after {
        transform: rotate(45deg);
        top: 20px;
    }

.collapse-accordion input[type="radio"]:checked+label:after {
        transform: rotate(45deg);
        top: 20px;
    }

    .collapse-accordion label.last {
    }

    .collapse-accordion ul ul li {
        padding: 10px;
        background: grey;
    }


    .collapse-accordion input[type="checkBox"] {
        position: absolute;
        left: -9999px;
    }
.collapse-accordion input[type="radio"] {
        position: absolute;
        left: -9999px;
    }

    .collapse-accordion input[type="checkBox"]~ul {
        height: 0;
        transform: scaleY(0);
      transition: transform .2s ease-out;
    }
.collapse-accordion input[type="radio"]~ul {
        height: 0;
        transform: scaleY(0);
  transition: transform .5s ease-out;
    }

    .collapse-accordion input[type="checkBox"]:checked~ul {
        height: 100%;
        transform-origin: top;
        transition: transform .5s ease-out;
        transform: scaleY(1);
    }

.collapse-accordion input[type="radio"]:checked~ul {
        height: 100%;
        transform-origin: top;
        transition: transform .2s ease-out;
        transform: scaleY(1);
    }

    .collapse-accordion input[type="checkBox"]:checked+label {
    }
.collapse-accordion input[type="radio"]:checked+label {
    }

    .collapse-accordion input[type="checkbox"]:checked+label .collpaseText {
        display: block;
    }

.collapse-accordion input[type="radio"]:checked+label .collpaseText {
        display: block;
    }

    .collapse-accordion input[type="checkbox"]:checked+label .expandText {
        display: none;
    }

.collapse-accordion input[type="radio"]:checked+label .expandText {
        display: none;
    }

    .collpaseText {
        display: none;
    }

    @media screen and (min-width: 920px) {
  
 

}
 .aiz-card-box .text-left .lh-1-4 {
    height: 42px;
  }
@media screen and (max-width: 920px) {
 .accordion-container {
    /*margin-left: 20px;*/
}
.plm{
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 3rem;
  }
  .aiz-card-box .text-left .lh-1-4 {
    height: 34px;
  }
}




.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0em 2em;
    font-size: 1.15em;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {

}

.accordion-container .content-entry i {
    position: absolute;
        top: 4px;
    left: 12px;
    font-style: normal;
    font-size: 1.425em;
    font-weight: 700;
}

.accordion-container .content-entry i:before {
    content: "+ ";
}

.accordion-container .content-entry.open i:before {
    content: "- ";
}

.accordion-content {
    display: none;
    padding-left: 2.3125em;
}

.intro-copy {
  padding: 1em;
  margin: 50vh auto;
  max-width: 15em;
  font-weight: lighter;
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
}

.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  
  border-radius: 50%;
  padding: 0.25em;
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link svg {
  fill: #000;
  width: 24px;
  height: 12px;
}
.top-link:hover {
  background-color: #e8e8e8;
}
.top-link:hover svg {
  fill: #000000;
}

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 1em;
  clip: auto !important;
}

.btn-sti{
  position: -webkit-sticky;
    position: fixed;
    top: 0;
    z-index: 998;
    top: 114px;
}

.parallax {
    height: 500px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.jscroll-inner {
    width: 100%;
}
.p-list-sc {
    width: 24%;
    float: left;
}

@media (max-width: 768px){
.p-list-sc {
    width: 33.33% !important;
    float: left;
}
.aiz-card-box .text-left a{
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    /* max-height: 40px; */
}
.aiz-card-box .text-left .fs-15{
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    /* max-height: 40px; */
}
.js-video iframe{
width: 382px;
    height: 382px;
}
}
.mob-sl{
  display: none;
}
@media only screen and (max-width: 992px) {
.web-sl {
    display: none;
}
.mob-sl{
    display: block;
}
.title_head h2 {
    font-size: 18px;
    color: rgb(58 58 58);
    line-height: 30px;
}
}

.product-box-2 {
    border: 1px solid #eee;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 80px;
}

.hover_effect1 {
    overflow: hidden;
    position: relative;
}

.hover_effect1:before {
    border-top: 1px solid hsla(0,0%,100%,.4);
    transform: translate(105%);
}
.hover_effect1:after, .hover_effect1:before {
    background-color: hsla(0,0%,100%,.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .9s ease 0s;
    width: 100%;
    z-index: 1;
}

.hover_effect1:after {
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    transform: translate(-105%);
}
.hover_effect1:after, .hover_effect1:before {
    background-color: hsla(0,0%,100%,.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .9s ease 0s;
    width: 100%;
    z-index: 1;
}

.hover_effect1:hover:after, .hover_effect1:hover:before {
    opacity: 0;
    transform: translate(0);
}
.hover_effect1:before {
    border-top: 1px solid hsla(0,0%,100%,.4);
    transform: translate(105%);
}
.hover_effect1:after, .hover_effect1:before {
    background-color: hsla(0,0%,100%,.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .9s ease 0s;
    width: 100%;
    z-index: 1;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.hover_effect1:hover:after, .hover_effect1:hover:before {
    opacity: 0;
    transform: translate(0);
}
.hover_effect1:after {
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    transform: translate(-105%);
}
.hover_effect1:after, .hover_effect1:before {
    background-color: hsla(0,0%,100%,.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .9s ease 0s;
    width: 100%;
    z-index: 1;
}

.wide-banner-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-position: center;
}

@media screen and (min-width: 768px){
.wide-banner-rounded {
    width: 550px;
    height: 550px;
    border-radius: 100%;
    float: right;
    margin: -80px 0;
}
}
.wide-banner-rounded {
    position: relative;
}
.wide-banner-rounded:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    background: #483c7d;
    border-radius: 100%;
}

@media screen and (min-width: 768px){
.wide-banner-content {
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}
}
 

.wide-banner-rounded h3, .wide-banner-rounded .h3 {
    font-weight: normal;
    text-transform: uppercase;
}

.wide-banner-content h2, .wide-banner .wide-banner-content .h2 {
    text-transform: uppercase;
    font-size: 56px;
    line-height: 1;
    margin: 0;
}
.wide-banner-content p {
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: right;
}

.wide-banner-content h4, .wide-banner .wide-banner-content .h4 {
    font-size: 82px;
    margin-bottom: 30px;
    font-weight: normal;
}


 .wide-banner-content a.btn:after {
    background: #ffffff;
}



.wide-banner-rounded:hover:before {
    /*animation: jello 2s infinite;*/
    /*transform-origin: center;*/
}

.wide-banner-rounded:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    background: #483c7d;
    border-radius: 100%;
}

@media screen and (min-width: 768px){
.wide-banner-rounded {
    width: 550px;
    height: 550px;
    border-radius: 100%;
    float: right;
    margin: -80px 0;
}
}

.wide-banner-content .btn, .btn--secondary, .btn--tertiary, .wide-banner input[type="submit"] {
    clear: both;
}
.wide-banner-content a.btn, a.btn--secondary, a.btn--tertiary {
    -webkit-transition-timing-function: linear;
}
.wide-banner-content .btn, .btn--secondary, input.btn--secondary, .btn--tertiary, input.btn--tertiary, input[type="submit"] {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}
.wide-banner-content .btn, .btn--secondary, input.btn--secondary, .btn--tertiary, input.btn--tertiary, input[type="submit"], .dt-sc-button, .shopify-payment-button .shopify-payment-button__button--unbranded {
    display: inline-block;
    padding: 10px 32px 10px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none;
}
.wide-banner-conten .btn, .btn--secondary, input.btn--secondary, .btn--tertiary, input.btn--tertiary, input[type="submit"], .dt-sc-button, .shopify-payment-button .shopify-payment-button__button--unbranded {
    line-height: normal;
    border: none;
    background: #3e3564;
    color: white;
    position: relative;
    border-radius: 40px;
}
.wide-banner-conten .btn,.wide-banner-conten .btn--secondary, input.btn--secondary, .btn--tertiary, input.btn--tertiary, input[type="submit"], .dt-sc-button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px){
.wide-banner-block {
    padding: 20px 10px;
    background-position: right;
}
.wide-banner-rounded {
    width: 100%;
    height: 100%;
}
.wide-banner-content {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 22px 12px;
    text-align: right;
}
.wide-banner-content h2, .wide-banner-content .h2 {
    font-size: 22px;
}
.wide-banner-content p {
    font-size: 14px;
    text-align: right;
}
.wide-banner-content h4, .wide-banner-content h4 {
    font-size: 52px;
}


}

.grid, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
}
.grid:after, .grid--rev:after, .grid--full:after, .grid-uniform:after {
    content: "";
    display: table;
    clear: both;
}


 .wide-banner-content a.btn:after {
    background: #ffffff;
}
.btn::after, .btn--secondary::after, .btn--tertiary::after, input[type="submit"]::after {
}

.grid-banner-type-10 {
    padding: 45px 0;
    float: left;
    width: 100%;
}

}
@media only screen and (min-width: 1200px) and (max-width: 5000px){
.grid-uniform .wide--one-half:nth-child(2n+1), .grid-uniform .wide--one-third:nth-child(3n+1), .grid-uniform .wide--one-quarter:nth-child(4n+1), .grid-uniform .wide--one-fifth:nth-child(5n+1), .grid-uniform .wide--one-sixth:nth-child(6n+1), .grid-uniform .wide--two-sixths:nth-child(3n+1), .grid-uniform .wide--three-sixths:nth-child(2n+1), .grid-uniform .wide--two-eighths:nth-child(4n+1), .grid-uniform .wide--four-eighths:nth-child(2n+1), .grid-uniform .wide--five-tenths:nth-child(2n+1), .grid-uniform .wide--one-twelfth:nth-child(12n+1), .grid-uniform .wide--two-twelfths:nth-child(6n+1), .grid-uniform .wide--three-twelfths:nth-child(4n+1), .grid-uniform .wide--four-twelfths:nth-child(3n+1), .grid-uniform .wide--six-twelfths:nth-child(2n+1) {
    clear: both;
}
}
@media only screen and (min-width: 1200px) and (max-width: 5000px){
.wide--one-quarter {
    width: 25%;
}

}
.grid__item {
    float: left;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-banner-type-10 .grid-uniform.featuredItems .grid__item.centered-section {
    width: 45.2%;
    margin: 0 2.4%;
}

@media only screen and (min-width: 1200px) and (max-width: 5000px){
.wide--one-quarter {
    width: 25%;
}
}

.grid-banner-type-10 .ovrly31 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.grid-banner-type-10 .ovrly31 img, .grid-banner-type-21 img {
    transition: all .4s ease-in-out;
}

.grid-banner-type-10 img {
    display: block;
}
img.auto, .grid__item img, .grid__item iframe {
    max-width: 100%;
}
.grid-banner-type-10 .ovrly31.overlay_1 .featured-content {
    left: 10%;
    top: 10%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -moz-transform: translateY(0%);
}

.grid-banner-type-10 .featured-content {
    left: 10%;
    top: 10%;
    width: 85%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -moz-transform: translateY(0%);
    position: absolute;
}
.featured-content {
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
    /* -webkit-transform-origin: 50% 0; */
    -ms-transform-origin: 50% 0;
    /* transform-origin: 50% 0; */
}

.grid-banner-type-10 .featured-content h4, .grid-banner-type-10 .featured-content .h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.grid-banner-type-10 .ovrly31 .featured-content > p {
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: bold;
}

 .featured-content-right {
    position: absolute;
    right: 0;
    top: -18%;
    text-transform: inherit;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}

.jello {
    animation-name: jello;
    transform-origin: center;
}
.jello {
    animation-name: jello;
    transform-origin: center;
}

0%, 11.1%, 100% {
    transform: none;
}
22.2% {
    transform: skewX(
-12.5deg
) skewY(
-12.5deg
);
}
33.3% {
    transform: skewX(
6.25deg
) skewY(
6.25deg
);
}
44.4% {
    transform: skewX(
-3.125deg
) skewY(
-3.125deg
);
}
55.5% {
    transform: skewX(
1.5625deg
) skewY(
1.5625deg
);
}
66.6% {
    transform: skewX(
-0.78125deg
) skewY(
-0.78125deg
);
}
77.7% {
    transform: skewX(
0.390625deg
) skewY(
0.390625deg
);
}
88.8% {
    transform: skewX(
-0.1953125deg
) skewY(
-0.1953125deg
);
}

 .featured-content-right h5,  .featured-content-right .h5 {
    margin: 0 0 -20px;
    width: 67px;
    height: 67px;
    line-height: 67px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
 .featured-content-right span {
    font-size: 12px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    margin-left: 7px;
}
.grid-banner-type-10 .ovrly31.overlay_2 .featured-content {
    padding: 0 25px;
    float: right;
    width: 55%;
    text-align: center;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 25px;
}

.grid-banner-type-10 .grid-uniform.featuredItems .grid__item.centered-section .btn, .grid-banner-type-10 .grid-uniform.featuredItems .grid__item.centered-section .btn--secondary, .grid-banner-type-10 .grid-uniform.featuredItems .grid__item.centered-section .btn--tertiary, .grid-banner-type-10 .grid-uniform.featuredItems .grid__item.centered-section input[type="submit"] {
    font-size: 14px;
    padding: 7px 28px;
}

.grid-banner-type-10 .middle-top .featured-content {
    top: 10%;
    left: 10%;
    position: absolute;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -moz-transform: translateY(0%);
    bottom: auto;
    text-align: left;
    right: auto;
}
.grid-banner-type-10 .ovrly31 img:hover, .grid-banner-type-21 img:hover {
    transform: scale(1.1);
}
.grid-banner-type-10 .ovrly31 img, .grid-banner-type-21 img {
    transition: all .4s ease-in-out;
}
.grid-banner-type-10 .ovrly31 .featured-content h3 p, .grid-banner-type-10 .ovrly31 .featured-content .h3 p {
    margin: 0;
    text-align: left;
}

.jello:hover, .product-container .product-button a:hover, .product-container .product-button button:hover, .grid-banner-type-21 .featured-content:hover .offer_text1, .wide-banner-rounded:hover:before {
   /* animation: jello 2s infinite;
    transform-origin: center;*/
}
@media screen and (max-width: 767px){
.grid-banner-type-10 .grid-uniform.featuredItems .grid__item.centered-section {
    width: 100%;
    margin: 2.4% 0;
}
.grid-banner-type-10 .ovrly31 {
    padding: 0;
}
.grid-banner-type-10 .ovrly31.overlay_2 .featured-content {
    padding: 0 10px;
}
.grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.grid-banner-type-10 .grid-uniform.featuredItems .grid__item.centered-section {
    width: 100%;
    margin: 2.4% 0;
}
.grid-banner-type-10 {
    padding: 20px 0;
}
}
.featured-content h4 {
    font-size: 25px;
}

.dt-sc-hr-invisible-large {
    width: 100%;
    float: left;
    clear: both;
    margin: 25px 0px;
    padding: 0px;
    display: block;
}
@media screen and (min-width: 768px){
.section-header {
    display: table;
    width: 100%;
}
}
.dt-sc-hr-invisible-small {
    width: 100%;
    float: left;
    clear: both;
    margin: 20px 0px;
    padding: 0px;
    display: block;
}
.section-header--small {
    margin-bottom: 0;
}
.section-header {
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 5000px){
.grid-uniform .wide--one-half:nth-child(2n+1), .grid-uniform .wide--one-third:nth-child(3n+1), .grid-uniform .wide--one-quarter:nth-child(4n+1), .grid-uniform .wide--one-fifth:nth-child(5n+1), .grid-uniform .wide--one-sixth:nth-child(6n+1), .grid-uniform .wide--two-sixths:nth-child(3n+1), .grid-uniform .wide--three-sixths:nth-child(2n+1), .grid-uniform .wide--two-eighths:nth-child(4n+1), .grid-uniform .wide--four-eighths:nth-child(2n+1), .grid-uniform .wide--five-tenths:nth-child(2n+1), .grid-uniform .wide--one-twelfth:nth-child(12n+1), .grid-uniform .wide--two-twelfths:nth-child(6n+1), .grid-uniform .wide--three-twelfths:nth-child(4n+1), .grid-uniform .wide--four-twelfths:nth-child(3n+1), .grid-uniform .wide--six-twelfths:nth-child(2n+1) {
    clear: both;
}
.wide--one-quarter {
    width: 24%;
    padding: 1% 1.4%;
}
.wide--one-half {
    width: 50%;
}


}
ul li.grid__item.item-row, #recently-viewed-products-grid .grid__item, .vertical-product-grid-type-2 .full_width_tab ul li {
    padding: 0 15px 30px;
}

ul li.grid__item.item-row .products, #recently-viewed-products-grid .grid__item .products {
    border-radius: 0px 0px;
}
ul li .products {
    margin: 0px 0;
    float: left;
    width: 100%;
    background: #f7f7f7;
}
.products {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    float: left;
    width: 100%;
}

.home-product-grid-type-15 .products .product-container {
    height: auto;
}

.products .product-container {
    float: left;
    width: 100%;
    border-radius: 0px 0px 0 0;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.home-product-grid-type-15 ul {
    list-style: none;
    padding: 0 !important;
    margin: 0px;
}
.home-product-grid-type-15 .centered-image {
    padding: 0 8px;
}
@media screen and (max-width: 992px){
    .home-product-grid-type-15 .centered-image {
        margin:15px 0px;
    }
}
.border-title {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.short-desc p {
    font-size: 18px;
    font-weight: 100;
    position: relative;
    display: inline-block;
    width: 42%;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.border-title h2, .border-title .h2, .newsletter-title.border-title h4, .newsletter-title.border-title .h4, .about-us .main-heading h2, .about-us .main-heading .h2 {
    z-index: 1;
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    padding: 0 0px 20px;
    display: inline-block;
        font-size: 42px;
    letter-spacing: 1px;
}
.border-title h2:before, .border-title .h2:before, .newsletter-title.border-title h4::before, .newsletter-title.border-title .h4::before, .about-us .main-heading h2:before, .about-us .main-heading .h2:before {
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0);
    width: 35%;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.border-title h2::after, .border-title .h2::after, .newsletter-title.border-title h4::after, .newsletter-title.border-title .h4::after, .about-us .main-heading h2:after, .about-us .main-heading .h2:after {
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0);
    width: 35%;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.featured-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.badge.badge--sale {
    float: left;
    margin: 3px 0 0 3px;
    webkit-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    -moz-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    -ms-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    -o-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
}
.badge.badge--sale .badge__text, .badge.badge--sale {
    background: #030d1d;
}

.product-container .badge.badge--sale .badge__text {
    float: left;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.product-container .badge.badge--sale .badge__text {
    webkit-transition-delay: 0s, 0s, 0s;
    -moz-transition-delay: 0s, 0s, 0s;
    -ms-transition-delay: 0s, 0s, 0s;
    -o-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    -webkit-transition-duration: 0.3s, 0.25s, 0.25s;
    -moz-transition-duration: 0.3s, 0.25s, 0.25s;
    -ms-transition-duration: 0.3s, 0.25s, 0.25s;
    -o-transition-duration: 0.3s, 0.25s, 0.25s;
    transition-duration: 0.3s, 0.25s, 0.25s;
    -webkit-transition-property: opacity, padding, width;
    -moz-transition-property: opacity, padding, width;
    -ms-transition-property: opacity, padding, width;
    -o-transition-property: opacity, padding, width;
    transition-property: opacity, padding, width;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.badge.badge--sale .badge__text, .badge.badge--sale {
    background: #030d1d;
}
.badge__text {
    display: inline-block;
    font-size: 13px;
    padding: 4px 6px;
    line-height: normal;
    font-weight: bold;
}
.product-container .ImageOverlayCa {
    height: 100%;
    left: 0;
    top: 0%;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.home-product-grid-type-15 .product-container .product-additional img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(-35%);
    transform: translateY(0%);
}
.home-product-grid-type-15 .product-container img {
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(-35%);
    transform: translateY(0%);
}
.product-container .product-additional img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-container img {
    margin: auto;
    display: block;
}
.product-container .reveal .hidden-feature_img {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    right: 0;
    margin: auto;
    width: auto;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-product-grid-type-15 .centered-image img {
    display: block;
    margin: auto;
}
.home-product-grid-type-15 .featured-content {
    text-align: center;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 25px;
}
.home-product-grid-type-15 .featured-content h4, .home-product-grid-type-15 .featured-content .h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 30px;
}
.home-product-grid-type-15 .featured-content p {
    font-size: 20px;
    margin-bottom: 30px;
}
.home-product-grid-type-15 .lof-clock-timer-detail {
    display: inline-block;
    margin-bottom: 30px;
    width: 85%;
    text-align: center;
    list-style: none;
    padding: 10px 0;
    border-radius: 80px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.home-product-grid-type-15 .featured-content .btn {
    background: #73405d;
    color: #fff;
}

.home-product-grid-type-15 .featured-content .btn, .home-product-grid-type-15 .featured-content .btn--secondary, .home-product-grid-type-15 .featured-content .btn--tertiary, .home-product-grid-type-15 .featured-content input[type="submit"] {
    padding: 12px 40px;
    font-size: 20px;
}
.home-product-grid-type-15 .featured-content .btn:after {
    background: #73405d;
}
.home-product-grid-type-15 .featured-content .btn::after, .btn--secondary::after, .btn--tertiary::after, input[type="submit"]::after {
    background: #c46bf8;
}
.home-product-grid-type-15 .featured-content .btn::after, .btn--secondary::after, .btn--tertiary::after, input[type="submit"]::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .8s;
    opacity: 0.4;
}

.blog-post-type-1 .border-title h2:after {
    content: "";
    background-image: url(//cdn.shopify.com/s/files/1/0270/1983/7539/files/title-img_32874c1c-f15b-4cb9-adf2-1397a7d3abbd_medium.png?v=1568799120);
    display: inline-block;
    background-repeat: no-repeat;
    width: 128px;
    height: 14px;
    bottom: -10px;
}

.mid-banner-content {
    margin: auto;
    text-align: right;
}
.mid-banner-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 140px 0;
}
.mid-banner-rounded {
    width: 50%;
    float: right;
}
.mid-banner-content span {
    font-size: 22px;
    font-weight: 100;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.mid-banner-content h2, .mid-banner-content .h2 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 20px
}
.mid-banner-content p {
    width: 100%;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 100;
}


.daycou{
  text-align: center;
}
.daycou li{
  float: left;
}
.daycou{
  margin-left:30% !important;
}


@media screen and (max-width: 767px){
  .daycou{
  margin-left:10% !important;
}
.mid-banner-content {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 40px 30px;
    text-align: center;
}
.mid-banner-rounded{
   width: 100%;
    height: auto;
    border-radius: 0;
    text-align: center;
}
.mid-banner-content h2, .mid-banner-content .h2 {
  font-size: 36px;
}
 
}


.pager li>a:active {
  background-color:#2c3036 !important;
  color:#fff !important
}
.pager li>a:hover,.pager li>a:focus {
  background-color:#fff;
  border-color:#2c3036;
  color:#2c3036;
  box-shadow:inset 0 0 1px #2c3036,0 3px 15px rgba(0,0,0,0.25);
  z-index:2
}
.pagination>li a:hover,.pagination>li a:focus {
  border-color:#2c3036;
  color:#2c3036;
  box-shadow:inset 0 0 1px #2c3036
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
  background-color:#2c3036;
  border-color:#2c3036
}

.sli_offer{
      color: #e16194;
       font-size: 82px;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: .60;
}

.sli_title{
text-transform: uppercase;
    font-size: 72px;
    line-height: 1;
    margin: 0;
    padding-bottom: 35px;
}
.sli_subtitle{
  width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
}

.elementor-element-4e5093d>.elementor-widget-container {
    padding: 13px 13px 13px 13px;
}

.elementor-element-4e5093d .lastudio-banner {
    padding-bottom: 124%;
}
.elementor-widget:not(.elementor-widget-text-editor) figure {
    margin: 0;
}
.lastudio-banner {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    transition: all .3s ease-in;
}

.elementor-element-4e5093d .lastudio-banner__overlay {
    opacity: 0;
}
.lastudio-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
    transition: opacity 0.35s;
}

.elementor-element-4e5093d .lastudio-banner__content {
    padding: 15% 0% 0% 0%;
    margin: 50px 50px 50px 50px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dd6b33;
    justify-content: center;
    align-items: flex-start;
}
.lastudio-banner.lastudio-effect-none .lastudio-banner__content {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
.lastudio-banner__content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
}
.lastudio-banner__content-wrap {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.c-ip-heading {
    text-align: center;
}

@media (min-width: 992px){
.c-ip-heading--small.c-ip-heading--bullet-after {
    margin-bottom: 4px;
}
.c-ip-heading--small:not(.c-ip-heading--bullet-before) {
    margin-top: 10px;
}
.c-ip-heading--small.c-ip-heading--center {
    text-indent: .4em;
}
.c-ip-heading--small {
    margin-bottom: 10px;
}
.c-ip-heading--small {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .4em;
    text-transform: uppercase;
}


.c-ip-heading__inner {
    position: relative;
    display: inline-block;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}


}
.c-ip-heading--small .c-ip-heading--bullet-after:after {
    margin-top: 10px;
}
.c-ip-heading--small .c-ip-heading--bullet-after:after {
    margin-top: 6px;
}
.c-ip-heading:after{
    display: block;
    vertical-align: middle;
    font-size: 6px;
    height: 6px;
    line-height: 1;
    letter-spacing: 0;
    text-indent: 0;
    color: currentColor;
    margin-left: auto;
    margin-right: auto;
}
.c-ip-heading__inner:after{
    display: block;
    vertical-align: middle;
    font-size: 6px;
    height: 6px;
    line-height: 1;
    letter-spacing: 0;
    text-indent: 0;
    color: currentColor;
    margin-left: auto;
    margin-right: auto;
}
.elementor-2065 .elementor-element.elementor-element-a2dc4bc .c-ip-heading {
    text-align: center;
}
.c-ip-heading--medium.c-ip-heading--center {
    text-indent: .07em;
}
.c-ip-heading--medium {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.28;
    text-transform: uppercase;
}
.c-ip-heading__inner {
    position: relative;
    display: inline-block;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}
  .bottom-top-grad {
    /*box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 0.5px 0 rgba(0,0,0,.09);
    background: -webkit-linear-gradient(left,rgb(8 8 8) 0,rgb(205 159 81) 100%);
    background: linear-gradient(to bottom,rgb(255 255 255) 0,rgb(8 8 8) 100%);*/
    color: rgb(8 8 8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-ip-services__item {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    margin: 10px;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
}
.c-ip-services__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
}

@media (min-width: 1190px){
.c-ip-services__item:not(:hover) .c-ip-services__image--filter, .c-ip-services__item:not(:hover) .c-ip-services__svg--filter {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-ip-services__image, .c-ip-services__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-filter .3s linear;
    transition: -webkit-filter .3s linear;
    transition: filter .3s linear;
    transition: filter .3s linear,-webkit-filter .3s linear;
}

.c-ip-services__content {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    min-height: 320px;
    margin: 280px 30px 0;
    padding: 25px 23px 30px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    opacity: .95;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
}

.c-ip-services__description, .c-ip-services__title {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    text-align: center;
}
.c-ip-services__title {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.333;
    text-transform: uppercase;
    cursor: pointer;
}
.c-ip-services__description {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.85;
    color: var(--text-color-ligth);
    margin-top: 20px;
}
.c-ip-services__description, .c-ip-services__title {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    text-align: center;
}
.c-ip-services__space {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.c-ip-services__button-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-top: 35px;
}
.c-ip-services__button-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-top: 35px;
}
.c-button--outline, .comment-form .submit, .woocommerce-button, .woocommerce-Button, .woocommerce-address-fields .button, .woocommerce-form-login .button, .c-account .edit, .order-again .button {
    background-color: transparent !important;
    color: var(--text-color) !important;
}
.c-button, .comment-form .submit, .wpcf7-form input[type=submit], .wpcf7-form button, .mc4wp-form-fields input[type=submit], .mc4wp-form-fields button, .woocommerce-button, .woocommerce-Button, .order-again .button, .c-account .edit, .woocommerce-address-fields .button, .woocommerce-form-login .button, .mc4wp-form-fields input[type=submit], .mc4wp-form-fields button {
    display: inline-block;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-indent: -0.265em;
    direction: rtl;
    text-transform: uppercase;
    padding: 13px 20px 13px 20px;
    color: white;
    border: solid 1px var(--primary);
    text-decoration: none !important;
    background-color: var(--primary);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.c-button:hover  {
    background-color: var(--primary) !important;
    border-color: var(--dark) !important;
    color: white !important;
    opacity: 1 !important;
}


.elementor-element.elementor-element-be4949b {
    text-align: right;
    top: -53px;
}

.elementor-element.elementor-absolute {
    position: absolute;
}
.elementor-element {
    width: 100%;
}
.elementor-element.elementor-absolute {
    z-index: 1;
}

.elementor-element .elementor-widget-container {
  text-align: center;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.elementor-element.elementor-element-be4949b img {
    width: 156px;
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-element-893739a {
    width: 50%;
}

.elementor-element-populated {
    padding: 0;
}

.elementor-column-wrap {
    width: 100%;
}
.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
.elementor-widget-container {
    margin: 0px -22px 0px 0px;
}
.elementor-heading-title {
    color: #471D6B;
    font-size: 53px;
    line-height: 1em;
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}

@media (min-width: 768px){
.elementor-element.elementor-element-36b02b7 {
    width: 13.513%;
}
.elementor-column {
   
}



.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 20.333%;
}
}
.elementor-element-0a4919b .elementor-heading-title {
    color: #471D6B;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 2.6px;
    padding-top: 18px
}

.elementor-element-02042fd {
    width: 43.14%;
}
.elementor-element-51c3bcf {
    text-align: left;
}
.elementor-element-51c3bcf .elementor-heading-title {
    color: #471D6B;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.13em;
    letter-spacing: 4.5px;
    margin-top: 10px
}

.h-the-day.elementor-widget-heading .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: nowrap;
}
.h-the-day.elementor-widget-heading .elementor-heading-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 6px;
    top: 0;
    height: 100%;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px currentColor;
}
.al-mob-center{
margin-top: 9PX;
}
@media (max-width: 767px){
.elementor-column {
    width: 100%;
}
.al-mob-center{
  margin-top: 15PX;
text-align: center;
}
.elementor-element.elementor-absolute {
    position: relative;
}
.c-ip-services__content {
  margin: 199px 55px 0;
  min-height: auto;
}
}

.navbar-btn .c-ip-heading {
    text-align: center;
        font-size: 16px;
    line-height: 20px;
    letter-spacing: 2.2px;
}

.d-position{
  font-size: 10px;
  color: var(--primary);

}
.c-ip-video-carousel__item {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin: 5px 20px;
}

.c-ip-video-carousel__thumb {
    background-color: var(--soft-secondary);
    position: relative;
    padding-bottom: 56.5385%;
}

.c-play {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    border-radius: 50%;
    background-color: var(--primary);
    z-index: 2;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;;
}
.c-play:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid 6px transparent;
    border-left: solid 10px white;
    margin-left: -3px;
    margin-top: -6px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
.c-ip-video-carousel__title {
    color: #000;
}

.c-ip-video-carousel__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.c-ip-video-carousel__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100%!important;*/
    height: 100%!important;
   
}

.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: var(--primary);
}
.section-title-bold-center span, .section-title-bold span {
    border: 2px solid rgb(197 153 78);
    padding: .3em .8em;
    font-size: 20px;
    color: #000;
}

.video-section.lazyloaded {
    background-color: transparent;
}
.video-section {
    position: relative;
    height: 42.25vw;
    background-size: cover;
    background-color: #fdf3eb;
}
.video-section__body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease-out;
}
.video-section__load-player-button:hover {
    opacity: 1;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.btn--clear:active, .btn--clear:focus, .btn--clear:hover {
    color: #4ae2f0;
}
.video-section__load-player-button {
    position: relative;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    padding: 0;
    transition: all .5s ease;
}
.btn--clear {
    position: relative;
    background-color: transparent;
    border: 0;
    color: #2a2a2a;
    transition: .15s opacity ease-out;
}
.icon__fallback-text, .visually-hidden {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
#VideoSection--1476381402840 .video-section__load-player-button-triangle {
    border-left-color: var(--primary);;
}

#VideoSection--1476381402840 .video-section__load-player-button-triangle {
    border-left-color: ;
}
.video-section__load-player-button-triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 8px solid transparent;
    -ms-transform: translate(-42%,-50%);
    -webkit-transform: translate(-42%,-50%);
    transform: translate(-42%,-50%);
}
#VideoSection--1476381402840 .video-section__load-player-button.animated .video-section__load-player-button-circle, #VideoSection--1476381402840 .video-section__load-player-button-circle {
    border-color: var(--primary);
}
#VideoSection--1476381402840 .video-section__load-player-button-circle {
    border-color: ;
}
.video-section__load-player-button-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    height: 70px;
    width: 70px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video-section__cover-content {
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    opacity: 1;
    transition: opacity .25s ease-out;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cat-hbg{
    left: -366.5px;
    box-sizing: border-box;
  

}

.cat-box{
  margin: 20px;
  padding: 0px;
  padding-left: 0px;
}
.modal-s{
max-width: 60%;

}
@media (max-width: 767px){
.cat-hbg{
    left: 0px;
    box-sizing: border-box;

}
 .fb_mpn_mobile_landing_page_slide_up{
     bottom:50px !important;
 }
.category-hp{
  padding: 0px;

}
.cat-box {
    margin: 10px;
    padding: 0px;
     padding-left: 0px;
    }
    .c-ip-video-carousel__title {
          font-size: 14px;
    line-height: 17px;
    }
    .modal-s{
max-width: 95%;

}
 .fb_customer_chat_icon{
  right: -5px !important;
    bottom: 100px !important;
 }
 .fb_dialog_content iframe{
     right: -5px !important;
      bottom: 100px !important;
 }
 
 .fb-customerchat iframe
 {
     right: -5px !important;
      bottom: 50px !important;
 }

    
 .front-header-search{

    transition: width .35s ease-in-out;
    -webkit-transition:width .35s ease-in-out;
 }
 .front-header-search.active{
      transform: translateY(67%);
    -webkit-transform: translateY(67%);
 }

}
.grad_bg{
  box-shadow: 0 1px 0 rgb(0 0 0 / 5%), 0 0.5px 0 rgb(0 0 0 / 9%);
    background: -webkit-linear-gradient(to left,rgb(26 26 39) 42%,rgb(205 159 81) 80%);
    background: linear-gradient(to left,rgb(26 26 39) 42%,rgb(205 159 81) 80%);
    color: rgb(255 255 255);
}

.banner-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
 .banner-box a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    border: 1px solid #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.banner-box a img {
    width: 100%;
}

.banner-box .txt_cms {
    position: absolute;
    left: 80px;
    top: 50%;
    max-width: 350px;
    pointer-events: none;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-box a:hover:before {
    opacity: 1;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.jet-headline__label {
    text-align: left;
    font-size: 60px;
    line-height: 1.1em;
}
.jet-headline__first {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 30px;
}
.elementor-background-overlay {
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-background-overlay, .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#sidebar.fixed {
        position: fixed;
    top: 65px;
    width: 17%;
    z-index: 1;
}

.la-2x {
    font-size: 2.2em;
}


.slider-content .offer {
    width: 100%;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 100;
    color: #00000094;
}
.aiz-card-box .p-2{
  padding: .2rem 1rem !important;
}
@media (min-width: 767px){
.aiz-card-box .p-md-3{
padding: .2rem 1rem !important;
}
.absolute-top-right{
  top:8px;
}
.m-search-ih .text-reset{
  padding-right: 0px !important;
}
.sp-dealpase{
  min-height: 250px;
}
}
.oncepop{
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 500px;
  width: 500px;
  top: 50px;
}
.offer-imag{
    padding-right:30px;
}
@media (max-width: 767px){
.slider-content .offer {
    font-size: 18px;
}
.sli_subtitle{
font-size: 11px;
}
.sli_title{
font-size: 20px;
line-height: 1.2;
}
.slider-content{
padding: 15px 10px;
}
.sp-dealpase{
  min-height: 144px;
}
.grad_bg {
  background: rgb(26 26 39);
}
.oncepop{
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 350px;
  width: 350px;
  top: 120px;
  left: 35px
}
.offer-imag{
    padding-right:3px;
}
.segm{
width:20%
}
.segm h4{
font-size: 14px;
}
.buy-now{
padding-left:0 !important;
padding-right:0 !important;
}
}

.offers_bg {
    background: -webkit-linear-gradient(to left,rgb(11 171 238) 42%,rgb(68 188 209) 80%);
    background: linear-gradient(to left,rgb(11 171 238) 42%,rgb(68 188 209) 80%);
}

@media (min-width: 1920px){
    .sli_back{
        background-size: contain !important;
        height:550px;
    }
}


