/*--------------------- 5.Pages -------------------- */
/*--------------------- 5.1.Home -------------------- */
/*  Index.html - Home page */
.intro-section {
  margin-top: -1px; }

.intro-banners .banner {
  margin-bottom: 2rem; }

.text-darkwhite {
  color: #ebebeb; }

.banner-link-anim {
  background-color: transparent; }

.banner-subtitle {
  margin-bottom: .5rem; }

/*.intro-slider-container,
.intro-slide {
  background-color: #cccccc; } */

.intro-slider-container,
.intro-slide .slide-image {
  position: relative;
 background-color: transparent;  }
  .intro-slider-container:before,
  .intro-slide .slide-image:before {
    display: block;
    content: '';
    width: 100%; }

.slider-container-1:before,
.intro-slider-1 .slide-image:before {
  /* padding-top: 56.5384615385%; } */
	padding-top: 53%; 
}
	
@media screen and (max-width: 479px) {
  .slider-container-1:before,
  .intro-slider-1 .slide-image:before {
   /* padding-top: 83.3333333333%; } */
    padding-top: 53%; } 
} 

.slider-container-ratio .intro-slider,
.slide-image > picture,
.slide-image > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%; }

.slide-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto; }

.slider-loader {
  color: #333; }
  .slider-loader::after {
    content: '\f311';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    font-family: "molla";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 4rem;
    transform-origin: center center;
    animation: rotating 3s linear infinite;
    z-index: 20; }

.owl-loaded + .slider-loader {
  display: none; }

button:focus {
  outline: none; }
  
  
.compare-actions .btn {
    font-size: 1.3rem;
    min-width: 110px;
    margin-left: auto;
    padding-top: .65rem;
    padding-bottom: .65rem; }
	
 .dropdown-cart-action .btn {
    font-size: 1.3rem;
    min-width: 110px;
    padding-top: .75rem;
    padding-bottom: .75rem; }
	
.header-search .btn {
    flex: 0 0 40px;
    max-width: 40px;
    min-width: 0;
    height: 40px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1rem;
    border-radius: 0 20px 20px 0; }
    .header-search .btn i {
      margin: 0 !important; }
	  
 .header-search-extended .btn {
    flex: 0 0 70px;
    max-width: 70px;
    height: 46px;
    font-size: 2rem;
    border-radius: 0 30px 30px 0; }
	
.header-search-no-radius .btn {
  border-radius: 0; }
  
 .header-search-no-round .btn {
  border-radius: 0 .3rem .3rem 0; }
  
@media screen and (max-width: 1199px) { 
    .header-search-extended .btn {
      flex: 0 0 50px;
      max-width: 50px; } }
	  
	  
.header-search-extended .btn {
      height: 40px; }
	  
.mobile-search .btn {
    font-size: 1.2rem;
    min-width: 3.6rem;
    padding: .8rem .2rem; }
	
 .header-2 .header-search-extended .btn {
      height: 42px;
      background-color: transparent;
      color: #666;
      max-width: 60px; }
	  
 .header-2 .header-search-extended .btn:hover, .header-2 .header-search-extended .btn:focus, .header-2 .header-search-extended .btn:active {
        color: #a6c76c;
        background-color: transparent; }
  .header-2 .btn-primary:not(:disabled):not(.disabled):active, .header-2 .btn-primary:not(:disabled):not(.disabled).active,
  .header-2 .show > .btn-primary.dropdown-toggle {
    color: #cc9966;
    background-color: transparent; }
	
.header-3 .header-search-extended .btn {
    max-width: 40px;
    margin-left: 1rem;
    height: 46px;
    font-size: 2.2rem;
    background-color: transparent;
    color: #333; }
	
.header-4 .header-search-extended .btn {
  max-width: 40px;
  margin-left: 1rem;
  height: 46px;
  font-size: 2.2rem; }
  
 .header-5 .header-search-extended .btn {
      max-width: 40px;
      flex: 0 0 40px; }
	  
 .header-6 .header-search-extended .btn {
    background-color: transparent;
    color: #666;
    font-size: 2.6rem;
    padding-left: 1rem;
    max-width: 0;
    z-index: 1; }
	
 .header-10 .header-search .btn {
    border-radius: 0 .2rem .2rem 0; }
	
.header-13 .header-search .btn {
    border-radius: 0 .3rem .3rem 0; }
 .header-14 .header-search .btn {
    border-radius: 0 .3rem .3rem 0; }
 .header-25 .header-middle .btn {
    letter-spacing: 0; }
	
 .header-25 .header-search-extended .btn {
    padding-left: 1rem;
    background-color: transparent;
    color: #666;
    font-size: 2.6rem;
    max-width: 2.5rem;
    z-index: 1; }
	
 .header-26 .header-search .btn {
      height: 4.6rem;
      max-width: 70px;
      flex: 0 0 70px;
      font-size: 2rem; }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.intro-content {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 90%;
  z-index: 10;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  /* .intro-content .btn {
    font-size: 1.2rem;
    min-width: 90px;
    padding: .65rem 1rem; } */


.intro-subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  margin-bottom: .5rem; }

.intro-title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-bottom: 1.2rem;
  text-indent: -.2rem; }

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px; }
  .brand img {
    width: auto !important;
    max-width: 100% !important; }
  .brand:focus {
    outline: none !important; }

.title-lg {
  letter-spacing: -.025em; }

.nav.nav-pills .nav-link {
  font-size: 1.6rem; }

.mt-v3 {
  margin-top: -3rem; }

.categories.container {
  position: relative; }
  .categories.container::before {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    height: .1rem;
    top: 0;
    background-color: #ebebeb; }

.more-container {
  margin-bottom: 7rem; }

.icon-box-card {
  background-color: transparent;
  padding: 2rem; }

.icon-box-icon {
  color: #333;
  font-size: 3.4rem; }

.carousel-with-shadow .owl-stage-outer {
  padding: 0 1rem 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -3rem;
  padding-top: 3rem; }
.carousel-with-shadow.owl-simple .owl-nav [class*='owl-'] {
  margin-top: -31px; }

.blog-posts .entry {
  color: #777;
  font-size: 1.5rem;
  line-height: 1.73;
  letter-spacing: -.01em;
  margin-bottom: 3rem; }
.blog-posts .entry-media {
  margin-bottom: 1.7rem; }
.blog-posts .entry-meta {
  color: #cccccc;
  margin-bottom: .8rem; }
.blog-posts .entry-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -.01em;
  margin-bottom: .5rem; }
.blog-posts .read-more {
  padding-right: 0;
  font-weight: 400;
  text-transform: uppercase; }
  .blog-posts .read-more:after {
    display: none; }
  .blog-posts .read-more:hover, .blog-posts .read-more:focus {
    padding-right: 0; }

.entry.entry-display {
  transition: box-shadow .35s ease; }
  .entry.entry-display .entry-body {
    padding: 0 2rem 2.5rem; }
  .entry.entry-display:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03); }

.cta-display .cta-title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.01em; }
.cta-display .cta-desc {
  font-size: 1.6rem;
  margin-bottom: 0; }

.cta-display-content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto; }

.footer .widget-title {
  font-weight: 600; }

.widget-about p {
  max-width: 260px; }

.cross-txt {
  position: absolute;
  left: -1px;
  right: -1px;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.cross-txt:before,
.cross-txt:after {
  content: '';
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #fff; }

.cross-txt:before {
  margin-right: 2.5rem; }

.cross-txt:after {
  margin-left: 2.5rem; }

.mfp-ready.mfp-bg {
  opacity: .6; }

.quickView-content {
  padding: 4rem 2rem;
  background-color: #fff; }
  .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
    border: none;
    font-size: 3rem;
    color: #fff; }
    .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover, .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
      color: #c96;
      background-color: transparent; }
  .quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 30px;
    margin: 0; }
  .quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 30px;
    margin: 0; }
  .quickView-content .owl-theme .owl-nav [class*='owl-'] {
    top: 50%; }
  .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
    background-color: transparent; }
  .quickView-content .owl-theme.owl-nav-inside .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    right: unset; }
  .quickView-content > .row {
    margin-left: 0;
    margin-right: 0; }
    .quickView-content > .row > div {
      padding-left: 2rem;
      padding-right: 2rem; }
      .quickView-content > .row > div .row {
        margin-left: 0;
        margin-right: 0; }
  .quickView-content .product-title {
    margin-top: 3rem; }
  .quickView-content .product-title,
  .quickView-content .product-price {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -.025em;
    color: #333;
    margin-bottom: 1rem; }
  .quickView-content .rating-container {
    margin-bottom: 2rem; }
  .quickView-content p {
    color: #666;
    margin-bottom: 4rem; }
  .quickView-content .product-nav-thumbs a,
  .quickView-content .product-nav-thumbs span {
    height: 5.4rem; }
  .quickView-content .details-filter-row label {
    font-size: 1.4rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #333; }
  .quickView-content .product-details-action {
    margin-top: 5rem;
    flex-direction: column;
    align-items: normal;
    margin-bottom: 4rem; }
  .quickView-content .details-action-wrapper {
    margin-left: 0;
    margin-bottom: 2rem;
    flex-wrap: wrap; }
  .quickView-content .btn-product {
    background-color: transparent; }
  .quickView-content .btn-product span {
    font-size: 1.3rem;
    letter-spacing: .01em;
    color: #777;
    text-transform: uppercase; }
  .quickView-content .btn-product.btn-cart {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.2rem 1.5rem; }
    .quickView-content .btn-product.btn-cart:hover span, .quickView-content .btn-product.btn-cart:focus span {
      color: #fff;
      box-shadow: none; }
    .quickView-content .btn-product.btn-cart span {
      font-size: 1.4rem;
      letter-spacing: .1em; }
  .quickView-content .product-details-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem; }
    .quickView-content .product-details-footer .social-icons {
      margin-left: 0; }
  .quickView-content .product-cat {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .01em;
    color: #777;
    margin-bottom: 4.5rem; }
    .quickView-content .product-cat span {
      margin-right: .7rem; }
    .quickView-content .product-cat a {
      color: #666; }
  .quickView-content .product-left {
    padding-left: .5rem;
    padding-right: .5rem;
    flex: 0 0 19.2%;
    max-width: 19.2%; }
    .quickView-content .product-left img {
      margin-bottom: 1rem; }
  .quickView-content .product-right {
    padding-left: .5rem;
    padding-right: .5rem;
    flex: 0 0 80.8%;
    max-width: 80.8%; }
  .quickView-content .intro-slider-container,
  .quickView-content .intro-slide {
    height: unset; }
  .quickView-content .btn-wishlist:before {
    content: '\f234'; }
  .quickView-content .btn-compare:before {
    content: '\f2d0'; }
  .quickView-content .btn-wishlist,
  .quickView-content .btn-compare {
    border: none; }
    .quickView-content .btn-wishlist:hover, .quickView-content .btn-wishlist:focus,
    .quickView-content .btn-compare:hover,
    .quickView-content .btn-compare:focus {
      color: #c96;
      background-color: transparent; }
      .quickView-content .btn-wishlist:hover span, .quickView-content .btn-wishlist:focus span,
      .quickView-content .btn-compare:hover span,
      .quickView-content .btn-compare:focus span {
        color: #c96; }
  .quickView-content .details-action-wrapper .btn-product + .btn-product {
    margin-left: 0;
    padding-left: 0; }
  .quickView-content .carousel-dot img {
    transition: all .3s;
    opacity: .6; }
  .quickView-content .carousel-dot.active img {
    opacity: 1;
    box-shadow: 0 0 0 1px #c96; }
  .quickView-content .carousel-dot:hover img, .quickView-content .carousel-dot:focus img {
    opacity: 1; }
  .quickView-content .btn-fullscreen {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #777;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
    transition: all .35s ease; }
    .quickView-content .btn-fullscreen:hover, .quickView-content .btn-fullscreen:focus {
      color: #fff;
      background-color: #c96; }

.container.quickView-container,
.fullscreen-container .container,
.container.newsletter-popup-container {
  width: 1188px;
  max-width: 100%; }

.quickView-container,
.fullscreen-container {
  position: relative; }
  .quickView-container button.mfp-close,
  .fullscreen-container button.mfp-close {
    color: #666;
    font-size: 1.8rem;
    top: 1.5rem;
    right: 2rem;
    display: block;
    width: 2rem;
    height: 2rem; }

.fullscreen-container {
  margin-left: -.8rem;
  margin-right: -.8rem; }
  .fullscreen-container .carousel-dots {
    margin-top: 2rem;
    display: flex;
    padding-left: 6rem;
    padding-right: 6rem; }
  .fullscreen-container .carousel-dot {
    padding-left: .5rem;
    padding-right: .5rem; }
  .fullscreen-container .quickView-content {
    padding: 1rem 0 4rem; }

.mfp-newsletter.mfp-bg {
  background: #222;
  opacity: .6; }

.newsletter-popup-container {
  position: relative; }
  .newsletter-popup-container .newsletter-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .newsletter-popup-container .banner-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
  .newsletter-popup-container .banner-content {
    position: static;
    transform: translateY(0);
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 calc((100% + 20px) / 6 * 4);
    max-width: calc((100% + 20px) / 6 * 4); }
  .newsletter-popup-container .banner-title {
    font-size: 4.6rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #222;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.4em; }
    .newsletter-popup-container .banner-title span {
      color: #c96;
      font-weight: 700; }
    .newsletter-popup-container .banner-title light {
      font-weight: 400; }
  .newsletter-popup-container p {
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 3.3rem;
    line-height: 1.75em; }
  .newsletter-popup-container .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    min-height: 0; }
  .newsletter-popup-container .form-control {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 0;
    height: 4.6rem;
    background-clip: border-box;
    color: #666; }
    .newsletter-popup-container .form-control::placeholder {
      color: #666; }
    .newsletter-popup-container .form-control:focus {
      border-color: #f5f5f5; }
  .newsletter-popup-container .input-group {
    border: none; }
    .newsletter-popup-container .input-group .btn {
      min-width: 7rem;
      background-color: #222;
      color: #fff;
      border-radius: 0;
      text-transform: uppercase; }
      .newsletter-popup-container .input-group .btn:hover, .newsletter-popup-container .input-group .btn:focus {
        background-color: #c96; }
  .newsletter-popup-container .custom-control {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    flex: 0 0 calc((100% + 20px) * .5 + 20px);
    max-width: calc((100% + 20px) * .5 + 20px); }
  .newsletter-popup-container .custom-control-label {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .01em;
    padding-left: 4.4rem; }
    .newsletter-popup-container .custom-control-label:before, .newsletter-popup-container .custom-control-label:after {
      left: -.5rem;
      width: 1.4rem;
      height: 1.4rem;
      border-radius: .2rem; }
  .newsletter-popup-container .newsletter-popup-content {
    box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3); }
  .newsletter-popup-container .mfp-close {
    top: 1rem;
    right: calc(100% / 12 + 2rem);
    font-size: 2rem;
    background-color: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem; }

@media screen and (min-width: 1200px) {
  .quickView-content > .row .product-fullscreen {
    flex: 0 0 calc(50% + 2rem);
    max-width: calc(50% + 2rem);
    padding-left: 0;
    padding-right: 0; } }
.mfp-wrap .mfp-content {
  transition: all .35s;
  opacity: 0; }

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

@media screen and (min-width: 576px) {
 /* .intro-content {
    left: 50px; } */
 /*   .intro-content .btn {
      font-size: 1.2rem;
      min-width: 110px;
      padding-top: .75rem;
      padding-bottom: .75rem; } */

  .intro-subtitle {
    font-size: 1.6rem; }

  .intro-title {
    font-size: 3.6rem;
    margin-bottom: 1.3rem; } }
@media screen and (min-width: 768px) {
 .intro-content {
    left: 70px; } 
 /*   .intro-content .btn {
      font-size: 1.3rem;
      min-width: 130px;
      padding: .95rem 1.5rem; } */

  .intro-subtitle {
    font-size: 1.8rem; }

  .intro-title {
    font-size: 4.2rem;
    margin-bottom: 1.7rem; } }
@media screen and (min-width: 992px) {
  .cta-display .cta-title {
    font-size: 3rem; } }
@media screen and (min-width: 1200px) {
 /* .intro-content {
    left: 100px; } */
 /*   .intro-content .btn {
      font-size: 1.4rem;
      min-width: 150px;
      padding-top: 1.15rem;
      padding-bottom: 1.15rem; } */

  .intro-subtitle {
    font-size: 2rem; }

  .intro-title {
    font-size: 5.2rem; } }
@media screen and (max-width: 575px) {
  .cta-display .cta-desc {
    margin-bottom: 2rem; }
  .cta-display .btn {
    padding-top: .85rem;
    padding-bottom: .85rem; } }
@media screen and (max-width: 991px) {
  .newsletter-img {
    display: none; }

  .newsletter-popup-container .banner-content {
    padding-bottom: 2rem; } }
@media screen and (max-width: 900px) {
  .fullscreen-container {
    margin-left: -.6rem;
    margin-right: -.6rem; } }
@media screen and (min-width: 768px) {
  .banner-display .banner-title {
    font-size: 1.8rem; } }
@media screen and (max-width: 591px) {
  .newsletter-popup-container .banner-content {
    flex: 0 0 90%;
    max-width: 90%; } }
@media screen and (max-width: 439px) {
  .quickView-content .details-action-wrapper {
    flex-direction: column; }
  .quickView-content .details-action-wrapper .btn-product + .btn-product {
    border: none;
    margin-top: 1rem; } }
@media screen and (min-width: 992px) {
  .banners-sm .banner-link-anim {
    padding-left: 0;
    padding-right: 0; }
  .banners-sm .row {
    margin-left: 0;
    margin-right: 0; } }
	
	
.bg-lighter {
  background-color: #ffffff; }

.pt-5 {
  padding-top: 5rem !important; }

.pb-6 {
  padding-bottom: 1rem !important; }

/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px; } */
  
 
.mb-2 {
  margin-bottom: 2rem !important; }
  
.mb-lg-0 {
    margin-bottom: 0rem !important; } 
  
.owl-carousel .entry {
  margin-bottom: 0; }  
  
 /* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
  z-index: initial; }
  .product-gallery-carousel.owl-carousel .owl-item:not(.active) {
    pointer-events: none; } 
	
  .owl-carousel .product {
    margin-bottom: 0 !important; }	
	
.owl-carousel .instagram-feed {
    margin-bottom: 0; }	
	
.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #c96; }
.owl-simple.owl-light .owl-dots .owl-dot:hover span {
  border-color: #fff;
  background: #fff; }
.owl-simple.owl-light .owl-dots .owl-dot.active span {
  border-color: #fff;
  background: #fff; }

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #fff; }
.owl-simple.owl-light .owl-dots .owl-dot:hover span {
  border-color: #fff;
  background: #fff; }
.owl-simple.owl-light .owl-dots .owl-dot.active span {
  border-color: #fff;
  background: #fff; }


.carousel-with-shadow.owl-simple .owl-nav [class*='owl-'] {
  margin-top: -31px; }  
  
  
 .btn-outline-white {
  color: #fff;
  background-color: #172850;
  background-image: none;
  letter-spacing: 1.2px;
  display: inline-block;
  /* border-color: #fff; */
  box-shadow: none; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #172850;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none; 
	letter-spacing: 1.2px;
	}
	
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: #172850;
    display: inline-block;	}
	
/*.col-md-6 .widget-about p,
.col-lg-6 .widget-about p {
  max-width: none; } */
  
.menu .megamenu .banner > a {
    display: block;
    padding: 0;
    margin: 0; }
	
.menu .banner {
    margin: 0;
    max-width: 218px;
    float: right;
    height: 100%; }
	
.menu-vertical .banner {
    margin: 0;
    max-width: 280px;
    float: right;
    border-radius: 0; }
    .menu-vertical .banner img {
      border-radius: 0; }
	  
.menu-vertical .menu-banners .banner {
      float: none;
      max-width: 100%; }
	  
	  
/*--------------------- 4.9.Banners -------------------- */
/* Banners */
.banners-group {
  margin-bottom: 1.9rem; }

.banner {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  background-color: #ccc; }
  .banner > a {
    position: relative;
    display: block;
    outline: none !important; }
  .banner img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto; }

.banner.banner-menu img {
  height: 100%; }

.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: .4rem;
  left: 2rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  .banner-content a:hover, .banner-content a:focus {
    text-decoration: underline; }

.banner-big .banner-content.banner-content-center,
.banner-content-center.banner-content {
  max-width: none;
  left: 0;
  right: 0;
  text-align: center; }

.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -.03em; }
  .banner-title a {
    color: inherit; }
    .banner-title a:hover, .banner-title a:focus {
      text-decoration: none; }
  .banner-title.text-white a {
    color: #fff; }

.banner-subtitle {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem; }
  .banner-subtitle a {
    color: inherit; }
    .banner-subtitle a:hover, .banner-subtitle a:focus {
      text-decoration: none; }
  .banner-subtitle.text-white a {
    color: #fff; }

.banner-link {
  font-weight: 400;
  display: inline-block; }

.banner-big {
  color: #cccccc; }
  .banner-big .banner-content {
    max-width: 470px;
    left: 3rem; }
  .banner-big .banner-subtitle {
    font-size: 1.8rem;
    margin-bottom: .6rem; }
  .banner-big .banner-title {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1rem; }
    .banner-big .banner-title + .btn {
      margin-top: 1rem; }
  .banner-big p:last-of-type {
    margin-bottom: 2.3rem; }

@media screen and (min-width: 768px) {
  .banner-content {
    left: 3rem; }

  .banner-big .banner-content {
    left: 6rem; }
  .banner-big .banner-title {
    font-size: 4rem; } }
@media screen and (min-width: 992px) {
  .banner-content {
    left: 4rem; }

  .banner-big .banner-content {
    left: 10rem; }
  .banner-big .banner-title {
    font-size: 5rem; } }
.banner-display > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all 0.35s ease; }
.banner-display:hover > a:before {
  visibility: visible;
  opacity: 1; }
.banner-display .banner-content {
  padding-top: 0; }
.banner-display .banner-title {
  font-weight: 600;
  font-size: 2rem; }
.banner-display.banner-link-anim .banner-title {
  margin-bottom: 0; }
.banner-display.banner-link-anim:hover .banner-content {
  padding-bottom: 4.5rem; }

.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: .8rem 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important; }
  .btn.banner-link i {
    margin-right: 0;
    margin-left: 0; }
    .btn.banner-link i:first-child {
      margin-right: 0; }
    .btn.banner-link i:last-child {
      margin-left: .9rem; }

.banner-overlay > a {
  position: relative; }
  .banner-overlay > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.25);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease; }
.banner-overlay.banner-overlay-light > a:after {
  background-color: rgba(255, 255, 255, 0.3); }
.banner-overlay:hover > a:after, .banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 768px) {
  .banner-display .banner-title {
    font-size: 2.4rem; } }
	
	
.title-separator {
  font-weight: 300;
  color: #cccccc; }
  .text-white .title-separator {
    color: #777; }
	

	
	
/*--------------------- 4.11.Banners Category -------------------- */
/* Banners Category */
.banner-cat .banner-title {
  margin-bottom: .1rem; }
.banner-cat .banner-subtitle {
  margin-bottom: 1.6rem; }

.banner-content-overlay {
  overflow: hidden;
  padding: 1.8rem 2rem .7rem;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all .3s ease; }
  .banner-content-overlay .banner-subtitle {
    margin-bottom: .9rem; }
  .banner-content-overlay .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    transition: all .3s ease;
    transform: translateY(30px);
    -ms-transform: translateY(30px); }

.banner:hover .banner-content-overlay {
  padding-bottom: 3.7rem;
  background-color: white; }
  .banner:hover .banner-content-overlay .banner-link {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0); }

.banner-content-static {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 1.2rem 2rem;
  background-color: white;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all .3s ease; }
  .banner-content-static .banner-subtitle {
    transition: all .25s ease;
    margin-bottom: .9rem; }
  .banner-content-static .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    transition: all .3s ease;
    transform: translateY(30px);
    -ms-transform: translateY(30px); }

.banner:hover .banner-content-static {
  background-color: white; }
  .banner:hover .banner-content-static .banner-subtitle {
    opacity: 0; }
  .banner:hover .banner-content-static .banner-link {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0); }

.banner-content.banner-content-top {
  top: 105px; }
.banner-content.banner-content-bottom {
  top: auto;
  bottom: 60px;
  transform: translateY(0);
  -ms-transform: translateY(0); }
.banner-content.banner-content-right {
  left: auto;
  right: 30px; }

.banner-link-anim .banner-content {
  transition: all .3s ease; }
.banner-link-anim .banner-subtitle {
  margin-bottom: 0; }
.banner-link-anim .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 130px;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: all .3s ease;
  transform: translateY(-20px);
  -ms-transform: translateY(-20px); }
.banner-link-anim .banner-content-center .banner-link {
  left: 50%;
  transform: translateY(-20px) translateX(-50%);
  -ms-transform: translateY(-20px) translateX(-50%); }
.banner-link-anim:hover .banner-content {
  padding-bottom: 4rem; }
.banner-link-anim:hover .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0); }
.banner-link-anim:hover .banner-content-center .banner-link {
  transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%); }

.banner-badge .banner-link {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #fff;
  padding: 1.2rem 2rem;
  text-align: center;
  min-width: 170px;
  border-radius: .2rem;
  position: absolute;
  top: auto;
  bottom: 3.2rem;
  right: auto;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  overflow: hidden; }
.banner-badge .banner-title,
.banner-badge .banner-subtitle {
  transition: all .3s ease; }
.banner-badge .banner-subtitle {
  margin-bottom: 0; }
.banner-badge .banner-link-text {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  transition: all .3s ease;
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }
.banner-badge .banner-link:hover,
.banner-badge .banner-link:focus {
  text-decoration: none; }
  .banner-badge .banner-link:hover .banner-title,
  .banner-badge .banner-link:hover .banner-subtitle,
  .banner-badge .banner-link:focus .banner-title,
  .banner-badge .banner-link:focus .banner-subtitle {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  .banner-badge .banner-link:hover .banner-link-text,
  .banner-badge .banner-link:focus .banner-link-text {
    opacity: 1;
    background-color: #c96;
    transform: translateY(0);
    -webkit-transform: translateY(0); }