/** Shopify CDN: Minification failed

Line 62:12 Expected identifier but found whitespace
Line 62:14 Unexpected "{"
Line 62:24 Expected ":"
Line 62:56 Expected ":"

**/
.banner-style1 .banner-with-text3{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.banner-style1 .banner-image{
  position: relative;
}
.banner-style1 .banner-section-wrapper{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
.banner-style1 .first-banner-section.col-lg-6,.banner-style1 .second-banner-section.col-lg-6{
  max-width: calc(50% - 15px);
  width: 100%;
}
.banner-style1 .first-banner-section.col-lg-4,.banner-style1 .second-banner-section.col-lg-4{
  max-width: calc(33.33% - 20px);
  width: 100%;
}
.banner-style1 .banner-text {
  position: absolute;
  width: 100%;
  max-width: 370px;
  z-index: 2;
}
.banner-text.banner-text--left.banner-block--middle-right::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
	width: 5px;
	height: 70%;
	background: linear-gradient(180deg,#fff,#fff0);
}
.banner-text .theme_main_subheading{
    /* font-size: {{ settings.theme_mainsubheading_fontsize }}px; */
  font-size: 36px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: var(--font-heading-family);
	text-transform: uppercase;
  padding-left:20px;

}
.banner-text .theme_main_heading{
  font-family: var(--font-body-family);
  font-size: {{ settings.theme_mainheading_fontsize }}px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: var(--text_style);
  padding-left:20px;
}
.banner-style1 .banner-block--top-left,
.banner-style1 .banner-block--top-center,
.banner-style1 .banner-block--top-right{
  transform: translateY(0);
  top: 30px;
}
.banner-style1 .banner-block--top-left,
.banner-style1 .banner-block--middle-left,
.banner-style1 .banner-block--bottom-left { 
  left: 30px;
  right: auto;
  margin: 0 auto;
}
.banner-style1 .banner-block--top-center,
.banner-style1 .banner-block--middle-center,
.banner-style1 .banner-block--bottom-center { 
  left: 0px;
  right: 0;
  margin: 0 auto;
}
.banner-style1 .banner-block--top-right,
.banner-style1 .banner-block--middle-right,
.banner-style1 .banner-block--bottom-right {
  left: auto;
  right: 30px;
  margin: 0;
}
.banner-style1 .banner-block--middle-center,
.banner-style1 .banner-block--middle-right,
.banner-style1 .banner-block--middle-left {
  top: 50%;
  transform: translateY(-50%);
}
.banner-style1 .banner-block--bottom-center, 
.banner-style1 .banner-block--bottom-right,
.banner-style1 .banner-block--bottom-left {
  bottom: 30px;
}
.banner-style1 .banner-text--left {
  text-align: left;
}
.banner-style1 .banner-text--center {
  text-align: center;
}
.banner-style1 .banner-text--right {
  text-align: right;
}
.banner-style1 .inner-banner-wrapper .new-banner-wrapper{
  max-width: 100%;
  width: 100%;
}
.banner-style1 .theme_main_heading{
  margin-bottom: 25px;
  font-size: 18px;
}
.banner-style1 .right-inner-banner .inner-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}
.banner-style1 .banner-image{
  position: relative;
  overflow: hidden;
  border-radius: var(--media-radius);
  clip-path: polygon(2% 0,100% 0%,98% 100%,0% 100%);
}
.banner-style1 .banner-image .media{
  transition: all .5s ease;
}
/* .banner-style1 .banner-image:hover .media{
  scale: 1.1;
} */
@media screen and (max-width: 1429px) {
  .banner-style1 .banner-block--top-left,
  .banner-style1 .banner-block--top-center,
  .banner-style1 .banner-block--top-right{
    top: 15px;
  }
  .banner-style1 .banner-block--bottom-center, 
  .banner-style1 .banner-block--bottom-right,
  .banner-style1 .banner-block--bottom-left {
    bottom: 15px;
  }
  .banner-style1 .banner-block--top-right,
  .banner-style1 .banner-block--middle-right,
  .banner-style1 .banner-block--bottom-right{
    right: 15px;
  }
  .banner-style1 .banner-block--top-left,
  .banner-style1 .banner-block--middle-left,
  .banner-style1 .banner-block--bottom-left{
    left: 15px;
  } 
  /* .banner-style1 .theme_main_heading{
    font-size: 26px;
  } */
  .banner-style1 .banner-text {
    max-width: 325px;
  }
}
@media screen and (max-width: 1299px) {
  .banner-text .theme_main_subheading {
	font-size: 28px;
	line-height: 1.2;
}
  .banner-style1 .theme_main_heading {
	margin-bottom: 20px;
	font-size: 16px;
}
}
@media screen and (max-width: 1199px) {
  /* .banner-style1 .theme_main_heading{
    font-size: 22px;
  } */
  .banner-style1 .banner-text {
    max-width: 275px;
  }
}
@media screen and (max-width: 991px) {
  .banner-style1 .theme_main_subheading {
	font-size: 18px;
}
  .banner-style1 .theme_main_heading {
	margin-bottom: 19px;
	font-size: 13px;
}
   .banner-style1 .theme_main_heading ,.banner-text .theme_main_subheading {;
	padding-left: 12px;
}
  .banner-text.banner-text--left.banner-block--middle-right::before {
	width: 3px;
}
  .banner-text .theme_buttons {
	padding: 0 14px;
	font-size: 14px;
}
  .banner-style1 .banner-text {
    max-width: 250px;
  }
  .banner-style1 .banner-section-wrapper,
  .banner-style1 .right-inner-banner .inner-banner-wrapper{
    column-gap: 15px;
    row-gap: 15px;
  }
  .banner-style1 .first-banner-section.col-lg-6, .banner-style1 .second-banner-section.col-lg-6,
  .banner-style1 .first-banner-section.col-lg-4{
    max-width: calc(50% - 8px);
  }
  .banner-style1 .second-banner-section.col-lg-4{
    max-width: 100%;
    order: 3;
  }
  .banner-style1 .second-banner-section.col-lg-4 .inner-banner-wrapper .new-banner-wrapper{
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 840px) {
  /* .banner-style1 .theme_main_heading {
    margin-bottom: 10px;
    font-size: 18px;
  } */
  .banner-style1 .right-inner-banner {
    margin-top: 0px;
  }
  .banner-style1 .banner-text {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px){
  .banner-style1 .first-banner-section.col-lg-6,.banner-style1 .second-banner-section.col-lg-6{
    max-width: 100%;
  }
  .banner-style1 .inner-banner-wrapper .new-banner-wrapper{
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 640px) {
  .banner-style1 .inner-banner-wrapper .new-banner-wrapper,
  .banner-style1 .second-banner-section.col-lg-4 .inner-banner-wrapper .new-banner-wrapper{
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .banner-style1 .first-banner-section.col-lg-4{
    max-width: 100%;
  }
  .banner-style1 .theme_main_heading{
    display: none;
  }
  .banner-text.banner-text--left.banner-block--middle-right::before {
	height: 50%;
}
}
@media screen and (max-width: 480px){
  .banner-style1 .theme_main_subheading {
	font-size: 16px;
}
  .banner-style1 .banner-text {
	max-width: 190px;
}
}