/** Shopify CDN: Minification failed

Line 101:8 Expected identifier but found whitespace
Line 101:9 Unexpected "100%"

**/

/*============================================================================
Get font-families from theme settings
==============================================================================*/







/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.oc-banner7-container .flex-container a:active,
.oc-banner7-container .flexslider a:active,
.oc-banner7-container .flex-container a:focus,
.oc-banner7-container .flexslider a:focus  {outline: none;}
.oc-banner7-container .slides,
.oc-banner7-container .flex-control-nav,
.oc-banner7-container .flex-direction-nav {
  margin: 0; 
  padding: 0; 
  list-style: none;
} 
/* FlexSlider Necessary Styles
*********************************/ 
.oc-banner7-container .flexslider {
  margin: 0; 
  padding: 0;
}
.oc-banner7-container .flexslider .slides > li {
  display: none; 
  -webkit-backface-visibility: hidden; 
  position: relative; 
} 
/* Hide the slides before the JS is loaded. Avoids iocge jumping */
.oc-banner7-container .flexslider .slides img {
  display: block;
}
.oc-banner7-container .flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.oc-banner7-container .slides:after {
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0;
  height: 0;
} 
html[xmlns] .oc-banner7-container .slides {display: block;} 
* html .oc-banner7-container .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, ocke sure you
* include js that eliminates this class on page load */
.no-js .oc-banner7-container .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.oc-banner7-container .flexslider {
  margin: 0 0 0px 0; 
  position: relative; 
  zoom: 1;
}
.oc-banner7-container .flex-viewport {
  max-height: 2000px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease;
}
.oc-banner7-container .loading .flex-viewport {
  max-height: 300px;
}
.oc-banner7-container .flexslider .slides {zoom: 1;}
.oc-banner7-container .carousel li {
  margin-right: 5px
}
/* Control Nav */
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}
.oc-banner7-container .flex-control-nav
  width: 100%;
  position: absolute;
  bottom: 4%;
}
.nivo-controlNav {
  width: 100%;
  position: absolute;
  bottom: -19px;
}

.oc-banner7-container .flex-control-nav li { 
  margin: 0 6px; 
  display: inline-block; 
  zoom: 1; 
  display: inline; 
}
.oc-banner7-container .flex-control-paging li a,
.nivo-controlNav a {
  width: 9px;
  height: 9px;
  display: block;
  background: #aaa;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  /* box-shadow: inset 0 0 3px rgba(0,0,0,0.3); */
  z-index: 9;
}
.oc-banner7-container .flex-control-paging li a:hover,
.oc-banner7-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  cursor: pointer;
  height: 10px;
  line-height: 10px;
  width: 10px;
}
.oc-banner7-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.oc-banner7-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.oc-banner7-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.oc-banner7-container .flex-control-thumbs img:hover {opacity: 1;}
.oc-banner7-container .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.oc-nivoslider {
  /*overflow: hidden;*/
}
.nivoslider {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%; 
}
.nivoslider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.nivo-controlNav {
  padding: 0px 0;
  text-align: center;
    display: flex;
  justify-content: center;
    margin-top: 18px;
    gap: 20px;
}
.nivo-controlNav a {
  background-color: var(--gris);
  border: 0 none;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 9px;
  line-height: 10px;
  position: relative;
  text-indent: -9999px;
  width: 9px;
}
.banner7-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none repeat scroll 0% 0% transparent;
  color: #FFF;
  font-size: 16px;
  z-index: 8;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
}
@keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
}
.timeloading{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
  animation: ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.banner7-content {
  height: 100%;
  position: relative;
}
.banner7-content .text-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /*margin: auto;*/
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner7-content .title1 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family:  Montserrat, sans-serif ;
}
.banner7-content.slider-2 .title1 {
}
.banner7-content .sub-title {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  /*letter-spacing: 20px;*/
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
  font-family:  Montserrat, sans-serif ;
}
.banner7-content.slider-2 .sub-title {
}
.banner7-content .banner7-des:first-letter{
  text-transform: uppercase;
}
.banner7-content .banner7-des{
}
.banner7-content .banner7-des img{
  margin: 0 auto;
  display: inline-block;
  position: static;
}
.banner7-content .banner7-des span{
  font-weight: 700;
  font-size: 14px;
}

/* .banner7-content .banner7-des h1{
  font-size: 300%;
  color: #262626;
  margin: 25px 0;
  font-weight: 700;
} */

.banner7-content .banner7-des p:first-letter{
  text-transform: capitalize;
}
.banner7-content .banner7-des p{
  font-size: 13px;
  /*margin: auto;*/ 
  padding: 0;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.25px;
  /*max-width: 650px;*/
}
.banner7-readmore{
  position: relative;
  z-index: 10;
}
.banner7-readmore a:hover{
  background: #000000;
  color: #fff;

}
.banner7-readmore a:hover:after{
  background: #fff;
  color: #303030;
}
.banner7-readmore a {
  font-family:  Montserrat, sans-serif ;
  font-size: 12px;
  color: #383838;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  padding: 0 25px;
  padding-right: 60px;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  margin-top: 52px;
}
.banner7-readmore a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #383838;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  right: 4px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner7-content.slider-1 .banner7-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner7-content.slider-2 .banner7-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner7-content.slider-3 .banner7-readmore{
  animation: slideInUp 0.5s linear alternate; 
  -webkit-animation: slideInUp 0.5s linear alternate;
  -moz-animation: slideInUp 0.5s linear alternate;
}
.banner7-content.slider-2 .title1{ 
  animation: zoomIn 1s linear alternate; 
  -webkit-animation: zoomIn 1s linear alternate;
  -moz-animation: zoomIn 1s linear alternate;
}
.banner7-content.slider-1 .title1{ 
  animation: rollIn 1s linear alternate; 
  -webkit-animation: rollIn 1s linear alternate;
  -moz-animation: rollIn 1s linear alternate;
}
.banner7-content.slider-3 .title1{ 
  animation: fadeInLeft 1s linear alternate; 
  -webkit-animation: fadeInLeft 1s linear alternate;
  -moz-animation: fadeInLeft 1s linear alternate;
}
.banner7-content.slider-1 .banner7-des {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner7-content.slider-2 .banner7-des{
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner7-content.slider-3 .banner7-des{
  animation: fadeInRight 1.5s linear alternate; 
  -webkit-animation: fadeInRight 1.5s linear alternate;
  -moz-animation: fadeInRight 1.5s linear alternate;
}.banner7-content.slider-1 .sub-title  {
  animation: slideInDown 2s linear alternate; 
  -webkit-animation: slideInDown 2s linear alternate;
  -moz-animation: slideInDown 2s linear alternate;
}
.banner7-content.slider-2 .sub-title {
  animation: bounceIn 2s linear alternate; 
  -webkit-animation: bounceIn 2s linear alternate;
  -moz-animation: bounceIn 2s linear alternate;
}
.banner7-content.slider-3 .sub-title {
  animation: rotateInDownRight 2s linear alternate; 
  -webkit-animation: rotateInDownRight 2s linear alternate;
  -moz-animation: rotateInDownRight 2s linear alternate;
}
/* The Nivo Slider styles */
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:8;
  display:none;
  background:white; 
  filter:alpha(opacity=0); 
  opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}
.nivo-box img { display:block; }
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 7;
}
.nivo-caption .container{
}
/* .nivo-caption p {
  padding:5px;
  margin:0;
} */
.nivo-html-caption {
  display:none;
}
/** ocslideshow **/
.banner7 {
  position:relative;
  z-index: 6;
}
.nivo-directionNav i{
  font-size: 30px;
  display: block;
  z-index: 10;
}
.oc-banner7-container .flex-direction-nav a,
.nivo-directionNav a {
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 0;
  z-index: 9;
  background: rgba(255,255,255,0.3);
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.oc-banner7-container .flex-direction-nav .flex-next,
.oc-banner7-container .nivo-directionNav a.nivo-nextNav { 
  opacity: 0; 
  transition: all 0.3s ease-out; 
  right: 10px; 
  color:white;
  background-color:#2B3990;
  border-radius:50%;
  width:50px;
  height:50px;
}
.oc-banner7-container .flex-direction-nav .flex-prev,
.oc-banner7-container .nivo-directionNav a.nivo-prevNav { 
  left: 10px;  
  opacity: 0; 
  transition: all 0.3s ease-out;
   color:white;
  background-color:#2B3990;
  border-radius:50%;
  width:50px;
  height:50px;
}
.oc-banner7-container:hover .nivo-directionNav a{  
  opacity:1;
}
.oc-banner7-container .flexslider .flex-next:hover, 
.oc-banner7-container .nivo-directionNav a.nivo-nextNav:hover,
.oc-banner7-container .flexslider .flex-prev:hover, 
.oc-banner7-container .nivo-directionNav a.nivo-prevNav:hover {
  background: #000000;
  color: #fff;
 
}
.oc-banner7-container .flex-direction-nav .flex-disabled {
  opacity: .3!important; 
  filter:alpha(opacity=30); 
  cursor: default; 
} 
.oc-banner7-container .flex-direction-nav a:hover::before,
.oc-banner7-container .nivo-directionNav a:hover::before{
}
.oc-banner7-container .nivo-controlNav a {
  /* display: inline-block;
  vertical-align: top; */
  width: 9px;
  height: 9px;
  margin: 0px;
  /* border-radius: 0 !important; */
  /* background: 0; */
  position: relative;
  /* border: 1px solid transparent; */
  /* -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); */
}

.oc-banner7-container .nivo-controlNav a:before {
  content: '';
  display: block;
  position: absolute;
  /* top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  /* width: 9px;
  height: 9px; */
  background: var(--gris);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.oc-banner7-container .nivo-controlNav a.active
{
  border-color: #000000;
  background:black!important;
}
.oc-banner7-container .nivo-controlNav a.active:before,
.oc-banner7-container .nivo-controlNav a:hover:before {
  background: #000000;
}
/** /ocslideshow **/
/* responsive */
@media(min-width:1600px){
  .oc-banner7-container .flex-direction-nav .flex-next,
  .oc-banner7-container .nivo-directionNav a.nivo-nextNav {
    right: 20px;
  }
  .oc-banner7-container .flex-direction-nav .flex-prev,
  .oc-banner7-container .nivo-directionNav a.nivo-prevNav {
    left: 20px;
  }
}
@media(max-width:1199px){
  .banner7-content .sub-title {
    font-size: 50px !important;
    letter-spacing: 15px;
  }
  .banner7-readmore a {
    margin-top: 42px;
  }
}
@media(max-width:991px){
}
@media(max-width:767px){
  .nivo-directionNav{
    display: none;
  } 
  .banner7-content .title1 {
    font-size: 2.5vw !important;
    letter-spacing: 0.2vw;
    margin-bottom: 1vw;
  }
  .banner7-content .sub-title {
    font-size: 5vw !important;
    letter-spacing:1vw;
    margin-bottom: 2.5vw;
  }
  /* .banner7-content .banner7-des p {
    font-size: 1.8vw !important;
    line-height: 1.4;
  } */
  .banner7-readmore a {
    font-size: 1.4vw !important;
    line-height: 4vw;
    margin-top: 3vw;
    padding: 0 2vw;
  }
  .banner7-readmore a:after {
    display: none;
  }
}
@media(max-width:568px){
}
@media(max-width:479px){
  .banner7-content .title1 {
    font-size: 2.2vw !important;
    letter-spacing: 0.3vw;
  }
  .banner7-content .sub-title {
    font-size: 4vw !important;
  }
  /* .banner7-content .banner7-des p {
    font-size: 2.5vw !important;
    line-height: 1.4;
  } */
  .banner7-readmore a {
    font-size: 2vw !important;
    line-height: 5vw;
    margin-top: 3vw;
    padding: 0 2vw;
  }
  .oc-banner7-container .flex-control-nav,
  .nivo-controlNav{
    bottom: 2%;
  }
}