/** Shopify CDN: Minification failed

Line 401:1 Expected identifier but found whitespace
Line 507:0 Unexpected "}"
Line 580:0 Unexpected "1280"
Line 1178:1 Expected "}" to go with "{"

**/
*{
  font-family: "Montserrat" !important;
}
/* The Modal (background) */
.modal-backdrops{
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(30, 30, 30, 0.70);
  z-index: 10099;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; 
}
.modal-contents{
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 500px;
  min-height: 700px;
  background: #FFFFFF;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.social-icons{
  margin-right: .5rem;
  background: none !important;
}
.site-footer-item{
  margin-top: 0rem;
}
.collection-filters__filter-list-item-text{
  text-transform: uppercase !important;
}
/*Announcement Header*/
  .announcement-bar{
      padding: 5px 0px;
  }
  .carousel-container {
      overflow: hidden;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
  }
  
  .carousel {
      display: flex;
      animation:  moving-to-left 20s infinite linear;
      transform-origin: right;
      width: 100%;
      
  }

  @keyframes moving-to-left{
    from {
      transform: translateX(0)
    }
    to {
      transform: translateX(-100%)
    }
  }

  .announcement-bar-text {
      width: 100%;
      text-align: center;
      padding: 0px 15px;
      box-sizing: border-box;
 
  }
  
  .announcement-bar-text a {
      color: grey;
      text-decoration: none;
      transition: color 0.3s ease;
      font-size: 15px;
      text-wrap: nowrap;
  }
  
  .announcement-bar-text.center a {
      color: white;
      font-weight: bold;
  }

  @media (max-width: 1550px){
      .announcement-bar-text a {
        font-size: 13px;
      }
  }
  @media (max-width: 1350px){
      .announcement-bar-text a {
        font-size: 12px;
      }
  }
  @media (max-width: 1260px){
      .announcement-bar-text a {
        text-wrap: wrap;
      }
      .announcement-bar-text {
          width: 300px;
      }
  }
/*Header*/

header nav {
  background-color: #0051ec !important;
}
/*Header Option*/
.template-index .site-header-main.site-header--full-width {
 /* position: fixed; */
  background: none;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.slideshow-slide__content--slide_nDX3H9 {
 display: flex; 
 justify-content: end;
 flex-direction: column;
  width: 70%;
  padding-left: 0px !important;
  margin-left: 40% 
}
.slideshow-slide__content--slide_nDX3H9 .slideshow-slide__heading{
  width: 100%;
  margin: 0 !important;
}

.template-collection .default-nav{
  display: flex;
}

.template-index  .site-navigation-wrapper, .template-index .page-search{
  display: none;
}
.template-index  .site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a {
    font-size: 20px;
}
.template-index .site-navigation{
  display: none;
}
.template-index .home-navigation{
  display: flex
}
.template-index .slideshow-slide__image-wrapper{
  background-position: top !important;
  background-size: contain !important;
  background-origin: content-box !important;
}
.template-index .site-header__account-links{
  display: flex;
  flex-direction: column;
  margin: 0;
}
.template-index .site-header__account-links a{
  text-decoration: none;
}
.template-index .site-header-actions__account-link{
  margin: 0;
  display: flex;
}
.template-index .site-navigation{
  background-color: transparent !important;
  display: flex;
}
.template-index .site-header_account-link-text{
  display: none;
}
.template-index .site-header__account-link--account{
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 15px;
  color: #0051ec 
}
.template-index .site-header__account-link--logout{
  text-transform: uppercase;
  font-weight: regular;
  font-size: 13px;
  color: #0051ec 
}

.template-index .site-header-actions{
  display: none;
}
.home-icon-buttons{
  display: none
}
.template-index .home-icon-buttons{
  display: flex;
  width: 100%;
  max-width: fit-content;
}



.home-icon{
  margin: 0.5rem .8rem;
  color: #0051ec;
}
.home-searchbar-mobile{
  display: none;
}
.template-index .site-header-cart{
  display: none;
}
.template-index .header-bg{
  background: white ;
  transition: .2s ease-in;
}
.template-index .site-header-menu-toggle{
  display: none;
}
.template-index header .navmenu-link {
  text-transform: capitalize !important;
  color: #0051ec !important;
}
.navmenu-link {
  text-transform: capitalize !important;
}
.template-index .site-header-main-content{
  margin-left: 1rem;
}
.template-index .home-searchbar{
  display: none;
  width: 100%;
}
.home-navigation{
  display: none
}
.template-index .display-flex{
  display: flex;
}
.template-index .display-none{
  display: none
}
.page-search{
  width: 100%
}
.scrolled{
  background: white !important;
  top: 0;
  padding-top: 10px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a {
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
}
.navmenu-id-sale .navmenu-link {
  background: #FF8900 !important;
  border-radius: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.template-index .navmenu-id-sale a{
    text-transform: uppercase !important;
    font-size: 20px !important;
    color: #FFFFFF !important;
   font-weight: 500 !important;
  
}
.collection--title{
  font-size: 30px
}
.site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a {
    font-size: 20px;
    letter-spacing: 1px;
}


header nav a, header .navmenu-submenu .navmenu-link {
  color: #0051ec !important
}




.breadcrumbs-container a, .breadcrumbs-container span {
    font-size: 15px;
}
.home-searchbar{
  display:none
}

header nav a,
header .navmenu-link {
  color: #fff !important;
  
}
header .navmenu-item a {
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}
header .site-navigation {
  justify-content: center;
}
header .navmenu-id-sale a {

}
.site-header-rights{
  display: none;
}

footer a {
  color: #FFFFFF !important;
}
/*Collection page*/
.collection__container{
  position: relative;
  width: 100%;
  overflow: hidden;
  display:flex;
  align-items: center;
}
.collection__item-container{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  margin-top:0;
  margin-bottom: 0;
  padding: 1rem 0.5rem;
  padding-top: 0;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.next-btn, .prev-btn {
  height: 100%;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}
.next-btn a, .prev-btn a {
  margin-top: -10px
}
.next-btn{
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 0%, #FFF 100%);
  right: 0
}
.prev-btn{
  display: none;
  background: linear-gradient(90deg, #FFF 0%, rgba(217, 217, 217, 0.00) 100%);
  left: 0
}

.collection__item-container::-webkit-scrollbar {
  display: none;
}
.collection__item-container {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}

/* Home search field */
.template-index .home-search-button {
  border-radius: 0 25px 25px 0
}
.form-field{
  width: 100%;
}
.template-index .site-header-main-content{
/* width: 80%; */
}
.template-index .site-header-right{
/* width: 20%; */
  justify-content: end;
}
.template-index .live-search{
  width: 100% !important;
}
.template-index .live-search-form{
  border: none !important;
  width: 100% !important;
}
.template-index .home-search-field {
  width: 100% !important;
  border-radius: 25px 0 0 25px
}
.
/* width */
.collection__item-container::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

/* Track */
.collection__item-container::-webkit-scrollbar-track {
  border-radius: 5px;
}
.productgrid--utils.utils-sortby {
   display: flex;
   align-items: center;
}
.utils-sortby-title{
  text-wrap: nowrap;
  white-space: nowrap;
}
/* Handle */
.collection__item-container::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0051ec; 
}
.collection__item a{
  text-decoration: none;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .5rem;
  border-radius: 15px;
  background: #F6F6F6;
  width: fit-content;
}
.collection__item .active-collection{
  background: #0051ec;
}
.active-text{
  color: #FFFFFF
}
.collection__item-title .active-text{
    color: white;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.collection__item::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.collection__item {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.collection__item a span{
  margin: 0;
  text-wrap: nowrap;
}
/*Custom HTML Banner*/
.custom-html--container{
  margin-top: 0; 
  background: transparent !important;
}
/*Custom Authenticity widgets*/
.auth-container{
  display: flex;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  justify-content: space-between;
  align-items: center
}
.auth-container .right{
  display: flex;
  justify-content: end;
  align-items: center
}
.auth-container h5{
  margin:0;
  margin-bottom: 5px;
}
.auth-container p{
  margin:0
}
/*Footer*/
footer{
  background: #2B3341;
}
footer .container{
  width: 100%;
}

#shopify-section-template--23090979733802__dynamic_html_miMcea .heading-title {
  font-size: 25px !important;
}
#shopify-section-template--23090979733802__dynamic_html_miMcea{
  padding:0 !important;
  background: 
        url('/cdn/shop/t/6/assets/BackgroundImg.png?v=1720575980') no-repeat center center / contain,
        #0051ec; 
  }
}


#shopify-section-template--23090979733802__dynamic_html_miMcea .sale-banner{
  background: none !important;
  background: transparent !important;
}
.sale-banner {
  background: transparent !important;
  min-height: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}

.tolstoy-carousel-title {
  font-family: Montserrat, sans-serif !important;
}
.tolstoy-widget {
  z-index: 5 !important;
  opacity: 0;
  display: flex !important;
  transition: opacity 0.3s ease-out;
}
#rebuy-widget-155228 {
  padding-top: 0;
}
.rebuy-widget .primary-title {
  font-family: Montserrat, sans-serif !important;
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: normal;
}
.footer-logo-container{
  padding: 0 1rem;
  width: 100%;
}

.site-logo-image-sm {
  max-width: 100px;
  max-height: 200px;
}
.site-footer-block-menu {
  padding: 0;
  margin: 0;
}
.site-footer-block-item{
  margin: 0;
  width: fit-content;
  padding: 0 1rem;
}
/*Form Field*/
.form-btn{
  font-size: 10px !important;
  font-weight: bold;
  text-wrap: no wrap;
  text-transform: uppercase;
}
.divider{
  height: 80%;
  width: 1px;
  border: 1px solid #0051EA;
}
.footer-form::-ms-input-placeholder {
  color: #D6D6D6;
  font-weight: 800
}
.footer-form::placeholder {
  color: #D6D6D6;
  font-weight: 800
}
1280
@media screen and (max-width: 1280px) {
  .footer-logo-container{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .site-footer-block-item{
    width: fit-content;
  }
}
@media screen and (max-width: 1025px) {
  .site-logo-image {
    max-width: 100px;
    max-height: 200px;
  }
  .footer-logo-container{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .footer-logo{
    margin: auto;
  }
  .site-footer-block-item{
    margin: auto;
  }
  .socials {
    width: fit-content;
    margin: auto;
  }
  .social-icons {
    width: fit-content;
    margin: auto;
  }

}
@media screen and (max-width: 320px) {
  .footer-logo {
    width: 200px;
    margin: auto;
  }
  .footer-logo-container {
    display: flex;
    justify-content: center;
  }

}
 @media screen and (max-width: 1280px){
  .template-index .site-header-menu-toggle{
    display: flex;
  }
  .template-index .site-header-main.site-header--full-width {
    position: relative;
    background: #FFFFFF;
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

 @media screen and (max-width: 1023px){
  .template-index .site-header-menu-toggle{
    display: flex;
  }
  .template-index .site-header-main.site-header--full-width {
    position: relative;
    background: #FFFFFF;
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .site-navigation{
    display: none !important;
  }
   
  .home-searchbar{
    display: none !important
  }
  .home-searchbar-mobile-display{
    display: flex;
  }
   .page-search{
     display: none;
   }
  .home-searchbar-mobile{
     display: flex;
  }
   .home-search{
     display: none;
   }
   .mobile-nav-content{
    padding-top: 3rem !important;
  }
   .mobile-nav-panel .site-header__account-links{
    display: flex;
    flex-direction: column;
    margin: 0;
  }
   .mobile-nav-panel .site-header__account-links a{
    text-decoration: none;
    margin: auto;
  }
  .mobile-nav-panel .site-header__account-links{
     margin: auto;
  }
   .mobile-nav-panel .site-header-actions__account-link{
    margin: 0;
    display: flex;
    width: 100%;
  }
   .mobile-nav-panel .site-navigation{
    background-color: transparent !important;
    display: flex;
  }
   .mobile-nav-panel .site-header_account-link-text{
    display: none;
  }
  .mobile-nav-panel .site-header__account-link--account{
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 15px;
    color: #0051ec 
  }
 .mobile-nav-panel .site-header__account-link--logout{
    text-transform: uppercase;
    font-weight: regular;
    font-size: 13px;
    color: #0051ec 
  }
}

@media screen and (max-width: 1000px){ 
  #shopify-section-template--23015460405546__dynamic_html_6faX3f .custom-highlight-layout{
    flex-direction: column !important;
    padding: 1rem .5rem !important;
  }
  #shopify-section-template--23015460405546__dynamic_html_6faX3f .left{
    padding: 0 !important;
  }
  #shopify-section-template--23015460405546__dynamic_html_6faX3f .title{
    text-align: center;
    width: 100% !important;
    margin: auto !important;
  }
  #shopify-section-template--23015460405546__dynamic_html_6faX3f .shopbtn{
    margin: auto !important;
  }
  #shopify-section-template--23015460405546__dynamic_featured_collection_yKR4FW{
    margin-top: 5rem !important;
  }
  #shopify-section-template--23015460405546__dynamic_html_6faX3f{
      margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 770px){
  .highlight-banner {
    flex-direction: column !important;
    padding: 1rem .5rem !important;
  }
  .highlight-banner .title{
    text-align: center !important;
  }
  .highlight-banner .left{
    width: 100% !important;
    padding: 0 20px !important;
    margin-bottom: 1rem !important;
  }
  .highlight-banner .right{
    width: 100% !important;
  }
  .custom-html-title{
    min-width: 33.33% important;
  }
  .custom-html-right{
    border-right: 0 !important;
  }
}
@media screen and (max-width: 720px){
    .slideshow-slide__content--slide_qyF3xR h2 {
        font-size: 40px !important;
        line-height: 1em !important;
        width: 100% !important;
        color: #0051EA !important;
    }
    .template-index .site-header-logo{
        margin: 0;
    }
}
@media screen and (max-width: 679px){ 
    .template-index .site-header-logo{
        margin: auto;
    }
    .home-searchbar-mobile{
      display: flex
    }
  .template-index .site-header__account-links{
    display: flex
  }
  .template-index .site-header-right{
      display: flex;
  }
  .template-index .site-header-cart{
    display: flex;
  }
  .template-index .site-header-actions{
    display: flex;
  }

  .site-header-actions__account-link{
    width: 100%;
    margin: auto;
  }
.site-header__account-links{
  width: 100%;
  margin: auto;
}
  
  .site-header-right .site-header-actions{
    display: none;
  }
  .template-index .site-header .home-icon-buttons{
     display: none;
  }
}
@media screen and (max-width: 560px){
  .slideshow-slide__content--slide_qyF3xR h2 {
        font-size: 25px !important;
        line-height: 1em !important;
        width: 100% !important;
        color: #0051EA !important;
  }
  .sale-banner {
    flex-direction: column !important;
    padding: 1rem .5rem !important;
  }
  .title{
    text-align: center !important;
  }
  .left{
    width: 100% !important;
    padding: 0 20px !important;
    margin-bottom: 1rem !important;
  }
  .right{
    width: 100% !important;
  }
  .custom-html-title{
    border-right: 0 !important;
    border-bottom: 2px solid white !important;
    min-height: 50px !important;
    padding: 20px 0px !important;
    width: 100% !important;
  }
  .heading, .description{
    text-align: center important;
  }
  .highlight-banner .left{
    padding: 0px !important;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 420px){
  #shopify-section-template--23090979733802__dynamic_html_miMcea .heading-title {
      font-weight: bold;
      color: white;
      margin: 0;
      font-size: 25px !important;
  }
 .slideshow-slide__content--slide_qyF3xR, .slideshow-slide__content--slide_DjmYFd, .slideshow-slide__content--slide_eAEGyC{
   margin: 0 !important;
 }
}


/*Custom Background*/
#shopify-section-template--23090979733802__dynamic_html_Cieg38{
  background: #e8f0ff;
  
}
#shopify-section-template--23090979733802__dynamic_featured_collection_FJNNpb{
  margin-top: -20rem
}


/*Featured Collection*/
.home-section--title{
  color: #0051ec;
  margin-bottom: 0;
}
.featured-collection__button{
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  border: none;
  color: #000000;
}
.featured-collection__button:hover{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #FFFFFF !important;
  background: #0051ec !important;
  border-radius: 10px !important;
}

/*Collection page margin*/
.productgrid--outer{
  
}
/*Product Card Design*/
.productitem{
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 5px;
}
.productitem .productitem__container:hover{
  margin-bottom: 20px;
}
.productitem__badge{
  position: absolute;
  top: 0rem;
  height: fit-content;
  border-radius: 5px;
  background: #FF1153;
  font-size: 20px;
}

.price{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row-reverse
}
.money{
  font-size: 25px;
  font-weight: bold;
  margin-right: 10px;
}
.price__compare-at--single{
  font-size: 15px;
  font-weight: bold;
  color: #808080;
  text-decoration-color: #FF1153 !important;
}
.productitem--title {
   overflow: hidden;
   display: -webkit-box;
   height: 50px;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.productitem--title a{
  font-size: 15px;
  font-weight: bold;
}
.productitem--title a {
   margin: 0;
   padding: 0;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.productitem-btn{
  background: none !important;
  background: transparent !important;
  font-size: 10px;
  color: #808080;
  border: none !important;
}
.atc-button--text{
  display: flex;
  align-items: center !important;
  justify-content: start !important;
}
.productitem-btn-logo{
  margin-right: 10px !important;
}

.btn-text{
}

.custom-html-title{
  border-right: 2px solid white;
  padding: 0 20px;
  min-height: 115px;
  
}
.promo-block {
    border-radius: 15px
}
.promo-mosaic--container{
  padding-top: 0 !important;
}
#shopify-section-template--23090979733802__dynamic_html_x9iahH{
    background: #0051ec !important;
}


/*Custom bg 2*/
#shopify-section-template--23090979733802__dynamic_html_3qbp4m{
  background: #e8f0ff;
  margin-top: -15rem
}
/*Slider 1*/
#shopify-section-template--23090979733802__dynamic_slideshow {
  padding: 1rem;
}
#shopify-section-template--23090979733802__dynamic_slideshow .slideshow{
  border-radius: 20px;
}

.slideshow-slide__heading {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 80px;
    line-height: 70px;
    width: 50%;
}
.slideshow-slide__content {
    padding-left: 250px; 
}
.toggle-button {
  background-color: #012770 !important;
}
.home-section--title {
  font-size: 35px;
}
.slideshow-slide__content--slide_qyF3xR .slideshow-slide__heading{
  font-size: 60px;
  line-height: 1em;
  width: 60%;
  color: #0051EA;
}
.slideshow-slide__content--slide_qyF3xR .slideshow-slide__button{
  border-radius: 10px
}
@media screen and (max-width: 720px){
 .slideshow-slide__content--slide_qyF3xR h2 {
     font-size: 60px;
    line-height: 1em;
    width: 60%;
    color: #0051EA;
 }
}
/*Slider 2 Custom*/

#shopify-section-template--23090979733802__dynamic_slideshow_XA9Qnj{
  margin-top: -20rem;
  padding: 1rem;
}
#shopify-section-template--23090979733802__dynamic_slideshow_XA9Qnj .slideshow{
  border-radius: 20px;
}
.slideshow-slide__content--slide_VxAKH8 .slideshow-slide__button{
  border-radius: 10px
}

.slideshow-slide__content--slide_VxAKH8 {
  color: white !important;
}

/*Mosaic*/
.promo-mosaic--container {
  padding: 50px;
}

/*Product*/
.productitem--title a {
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
}
.productitem--action-trigger,
.productitem--action,
.newsletter .button-primary {
  text-transform: capitalize;
}
.share-buttons svg {
  color: #000;
}
.share-buttons .share-buttons--facebook:before,
.share-buttons .share-buttons--twitter:before,
.share-buttons .share-buttons--linkedin:before,
.share-buttons .share-buttons--pinterest:before {
  background-color: transparent;
}
.product-recently-viewed__content .productitem {
  min-height: 380px;
}
.recently-viewed--section .product-recently-viewed--section {
  --layout-container-max-width: 100%;
}
#dropdown-menu {
  display: none;
  list-style-type: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  background: white;
  border: 1px solid #ccc;
  position: absolute;
  border-radius: 10px;
  padding: 20px 0;
  z-index: 1000;
  top: 100%;
  left: 0;
  min-width: max-content;
  max-width: 300px;
}

#dropdown-menu li {
  padding: 20px 10px;
  cursor: pointer;
  border-radius: 10px;
}

#dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.d-none {
  opacity: 0 !important;
  pointer-events: none;
}
.d-flex {
  opacity: 1 !important;
  pointer-events: auto;
}
.review-content
  .review-detail-wrapper
  .review-detail
  .rating-section
  .time-now {
display: none
}


/*Testimonies*/
.testimonial-author-detail{
  width: 100%;
  justify-content: start;
  display: flex;
  align-items: center;
}
.testimonial__text p{
  text-align: justify;
  height: 160px; 
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  font-weight: medium;
}
.testimonial__image-container{
  margin-bottom: 0;
  margin-right: 10px;
}
.testimonial-author-name{
  text-align: start;
}

/*Footer*/
/*.site-footer-block-newsletter {
  width: 50% !important;
}
.newsletter .newsletter-input {
  max-width: 100%;
}*/

.site-footer-wrapper{
  background: #2B3341 !important;
}
/*Mobile Version*/
@media screen and (max-width: 1024px) {
  .slideshow-slide__heading {
    font-size: 60px;
    line-height: 1em;
    width: 60%;
  }

@media screen and (max-width: 719px) {
  .slideshow-slide[aria-label="Slide 1 of 3"] h2,
  .slideshow-slide[aria-label="Slide 2 of 3"] h2 {
    color: #ffffff;
  }
  .slideshow-slide[aria-label="Slide 3 of 3"] h2 {
    color: #0051ec;
  }
  .slideshow-slide__content {
    position: absolute;
    top: 10%;
    text-align: left;
    padding-left: 10px;
  }
  .slideshow-slide__heading {
    font-size: 25px;
  }
}