/*-----------------------------------------------------------------------------------

    Template Name: E-Coast - Fashion eCommerce  Bootstrap 4 HTML5 Template
    Template URI: 
    Description: E-Coast - Fashion eCommerce  Bootstrap 4 HTML5 Template
    Author: Coast
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------
    
    
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/

/*  01. Theme default CSS
/*----------------------------------------*/

/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*-- Common Style --*/

*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: 'Poppins', sans-serif;
  color: #191919;
}

h1, h2, h3, h4, h5, h6 {
  color: #383838;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

p {
  font-family: 'Poppins', sans-serif;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #b40d1a;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/***Button***/

.btn3 {
  display: inline-block;
  background: #b40d1a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  margin-top: 28px;
  border-radius: 6px;
  margin-left: 18px;
  margin-right: 18px;
}

.btn3:hover {
  background: #000000;
  color: #fff;
}

/*-- 
    - Common Classes
-----------------------------------------*/

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    width: 320px;
  }
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/*-- 
    - Background color
-----------------------------------------*/

.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6f6f6;
}

.bg-dark {
  background-color: #191919;
}

/*-- 
    - color
-----------------------------------------*/

.c-blue {
  color: #b40d1a;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- 
    Scroll Up 
-----------------------------------------*/

#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #b40d1a;
  color: #ffffff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
}

/* @media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }
} */

#scrollUp i {
  display: block;
  line-height: 40px;
  font-size: 24px;
}

#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/

.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

/*-- 
    - Section Padding
-------------------------------------*/

.section-ptb {
  padding: 100px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-ptb {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

/*-- Margin top --*/

.mt--5 {
  margin-top: 5px;
}

.mt--10 {
  margin-top: 10px;
}

.mt--15 {
  margin-top: 15px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--25 {
  margin-top: 25px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--35 {
  margin-top: 35px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--45 {
  margin-top: 45px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--55 {
  margin-top: 55px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--65 {
  margin-top: 65px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--75 {
  margin-top: 75px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--85 {
  margin-top: 85px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--95 {
  margin-top: 95px;
}

.mt--100 {
  margin-top: 100px;
}

/*-- Margin Bottom --*/

.mb--5 {
  margin-bottom: 5px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--25 {
  margin-bottom: 25px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--55 {
  margin-bottom: 55px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--65 {
  margin-bottom: 65px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mb--85 {
  margin-bottom: 85px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--95 {
  margin-bottom: 95px;
}

.mb--100 {
  margin-bottom: 100px;
}

/*-- padding top --*/

.pt--5 {
  padding-top: 5px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--15 {
  padding-top: 15px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--25 {
  padding-top: 25px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--35 {
  padding-top: 35px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--45 {
  padding-top: 45px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--55 {
  padding-top: 55px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--65 {
  padding-top: 65px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--75 {
  padding-top: 75px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--85 {
  padding-top: 85px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--95 {
  padding-top: 95px;
}

.pt--100 {
  padding-top: 100px;
}

/*-- padding Bottom --*/

.pb--5 {
  padding-bottom: 5px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--15 {
  padding-bottom: 15px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--25 {
  padding-bottom: 25px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--35 {
  padding-bottom: 35px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--45 {
  padding-bottom: 45px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pb--100 {
  padding-bottom: 100px;
}

/*--
    - Section Title Css
-------------------------------*/

.section-title {
  margin-bottom: 80px;
  text-align: center;
}

.section-title h2 {
  font-size: 35px;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*--
    - Breadcrumb Style
------------------------------------------*/

/*---- Breadcrumb One ----*/

.breadcrumb-area {
  background: url(../images/banner12.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  text-align: center;
  height: 820px;
}

.breadcrumb-area h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area h2 {
    font-size: 25px;
  }
}

.breadcrumb-list .breadcrumb-item {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
}

.breadcrumb-list .breadcrumb-item.active {
  color: #b40d1a;
}

.breadcrumb-list .breadcrumb-item a:hover {
  color: #b40d1a;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000000;
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*--
    - Header Bottom Css
-------------------------------*/

.logo {
  margin: 40px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    margin: 26px 0;
  }
}

@media only screen and (max-width: 479px) {
  .logo {
    margin: 25px 0;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    margin: 25px 0;
  }
}

/*--
   BG-Banner Area Css
------------------------------*/

.custom {
  font-family: 'Poppins', sans-serif;
  font-size: 4.0vw;
  line-height: 1.3em;
  color: #b40d1a;
  font-weight: 600;
  text-transform: uppercase;
}

.bg-banner1 {
  background: url(../images/banner10.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 530px;

}

.bg-banner-info1 h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  margin-top: -11px;
  color: #383838;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-banner-info1 h2 {
    font-size: 35px;
  }
  .custom {
    font-family: 'Poppins', sans-serif;
    font-size: 6.0vw;
    line-height: 1.3em;
    color: #b40d1a;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 767px) {
  .bg-banner-info1 h2 {
    font-size: 35px;
    line-height: 44px;
  }
  .custom {
    font-family: 'Poppins', sans-serif;
    font-size: 6.0vw;
    line-height: 1.3em;
    color: #b40d1a;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 479px) {
  .bg-banner-info1 h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .custom {
    font-family: 'Poppins', sans-serif;
    font-size: 6.0vw;
    line-height: 1.3em;
    color: #b40d1a;
    font-weight: 900;
    text-transform: uppercase;
  }
}

.bg-banner-info1 p {
  margin-bottom: 0;
}

.bg-banner-info1 .more-product-btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 18px 40px;
  margin-top: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-banner-info1 .more-product-btn {
    padding: 15px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-banner-info1 .more-product-btn {
    padding: 14px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .bg-banner-info1 .more-product-btn {
    padding: 14px 20px;
    margin-top: 20px;
  }
}

/*--
   10. Footer Area Css
---------------------------*/

.footer-top {
  background-image: url(../images/footer1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.footer-top::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}


.footer-bottom {
  background: #e4e4e4;
  padding: 18px 0;
}

@media only screen and (max-width: 479px), only screen and (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}




@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-top.pt--40 {
    padding-top: 20px;
  }
  .footer-top.pb--100 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top.pt--40 {
    padding-top: 20px;
  }
  .footer-top.pb--100 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top.pt--40 {
    padding-top: 10px;
  }
  .footer-top.pb--100 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-top.pt--40 {
    padding-top: 0px;
  }
  .footer-top.pb--100 {
    padding-bottom: 60px;
  }
}

/* Preloader */

.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #b40d1a;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Poppins', sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Poppins', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Poppins', sans-serif;
  }
}

.demo-intro {
  margin-bottom: 70px;
}

.preview {
  padding: 5px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.preview:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.preview a {
  height: 400px;
  display: block;
  overflow: hidden;
  position: relative;
}

.preview img {
  -webkit-transition: 5s all ease-in;
  -o-transition: 5s all ease-in;
  transition: 5s all ease-in;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.demo-intro:hover img {
  -webkit-transform: translateY(calc(-100% + 400px));
  -ms-transform: translateY(calc(-100% + 400px));
  transform: translateY(calc(-100% + 400px));
}

.pre-det {
  text-align: center;
}

.demoname a {
  color: #b40d1a;
  letter-spacing: 0px;
  font-size: 26px;
  margin-top: 38px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.feature-box {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #fff;
  box-shadow:0 0 15px rgba(51,51,51,0.1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition:.5s;
}

.feature-box .icon-box {
  background: #f6f9fe;
  display: inline-block;
  width: 90px;
  height: 80px;
  border-radius: 15px;
  margin-bottom: 20px;
  line-height: 5;
}

.feature-box .icon-box img {
  width: 50px;
}

.feature-box h3 {
  margin-bottom: 12px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-weight: 600;
  font-size: 20px;
}

.feature-box p {
  margin: 0;
  color: #585858;
}

.feature-box:hover {
  background-color: #fff;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.feature-box:hover h3 {
  color: #2379bc;
}