a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
}
.logo{max-width: 200px;max-height: 63px;}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  color: #ff6b6b;
}
.btn-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.goog-te-gadget .goog-te-combo {
        background-color: #007bc4;
        margin: 10px 0 !important;
        color: #fff;
        border: none;
}
.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  color: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #16181b;
  border-color: #16181b;
}
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-unique {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
  color: #fff;
}
.btn-unique:hover {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff5252;
}
.btn-unique:focus,
.btn-unique.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn-unique.disabled,
.btn-unique:disabled {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.btn-unique:not(:disabled):not(.disabled):active,
.btn-unique:not(:disabled):not(.disabled).active,
.show > .btn-unique.dropdown-toggle {
  color: #fff;
  background-color: #ff3838;
  border-color: #ff2b2b;
}
.btn-unique:not(:disabled):not(.disabled):active:focus,
.btn-unique:not(:disabled):not(.disabled).active:focus,
.show > .btn-unique.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn-unique:hover {
  color: #fff;
}
.btn.btn-unique-outline {
  color: #ff6b6b;
  background-color: transparent;
  background-image: none;
  border-color: #ff6b6b;
}
.btn.btn-unique-outline:hover {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.btn.btn-unique-outline:focus,
.btn.btn-unique-outline.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn.btn-unique-outline.disabled,
.btn.btn-unique-outline:disabled {
  color: #ff6b6b;
  background-color: transparent;
}
.btn.btn-unique-outline:not(:disabled):not(.disabled):active,
.btn.btn-unique-outline:not(:disabled):not(.disabled).active,
.show > .btn.btn-unique-outline.dropdown-toggle {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.btn.btn-unique-outline:not(:disabled):not(.disabled):active:focus,
.btn.btn-unique-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-unique-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn-unique,
.btn-unique-outline,
.btn-white,
.btn-dark {
  border-radius: 50px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 10px;
}
.breadcrumb {
  background: none;
  margin: 50px 0 0;
  font-weight: 400;
  font-size: 0.8em;
  padding: 0;
}
.aniketbg{background-size: 100% auto;
        background-position: top center;background-repeat: no-repeat;}
.tzprod{max-height: 130px;}
.colimg{max-width: 220px;transition: 1s;}
.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote {
  margin-bottom: 2rem;
}
.w-80{width: 60px;}
.social-icon{border: 1px solid;
        padding: 5px 12px;}
.blogimage{height: 250px;
        background-size: 100%;
        background-position: center;
        margin-bottom: 10px;
}
.blockquote {
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}
.blockquote.blockquote-primary {
  border-left-color: #ff6b6b;
}
.home-page {
  background: #f6f6f6;
}
section {
  padding: 100px 0;
}
section.p-t-small {
  padding-top: 50px;
}
section.p-b-small {
  padding-bottom: 50px;
}
ul {
  padding: 0;
  margin: 0;
}
i {
  display: inline-block;
}
.heading-line::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #ff6b6b;
  margin: 5px 0 20px;
  display: block;
}
.font-weight-light {
  font-weight: 300;
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 20px !important;
  }
}
div.top-bar {
  background: #007bc4;
  color: #fff;
}
div.top-bar a {
  padding: 10px 0;
}
div.top-bar a {
  color: #fff;
  font-size: 0.8em;
  margin: 0 5px;
}
div.top-bar a:hover,
div.top-bar a:focus {
  text-decoration: none;
  color: #ff6b6b;
}
div.top-bar .dropdown-menu {
  padding: 10px;
  border-radius: 0;
}
div.top-bar .dropdown-menu a {
  color: #333;
  margin: 0 !important;
  padding: 10px;
}
section.hero {
  padding:0;
  color: #fff;
  position: relative;
}
section.hero::before {
  content: "";
  background: url(../img/hero-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.05;
}
section.hero h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
}
section.hero h1 {
  font-size: 4em;
  font-weight: 600;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
section.hero p {
  font-size: 1em;
  font-weight: 300;
  padding-right: 20px;
}
section.hero strong {
  font-weight: bold;
}
section.hero hr {
  border-color: #fff;
  max-width: 190px;
  margin: 10px 0;
}
section.hero ul.props li {
  padding-left: 2px;
}
section.hero ul.props li i {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 10px;
}
section.hero ul.price {
  margin-top: 50px;
}
section.hero p.price {
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 20px 10px 0;
}
section.hero .owl-dots {
  display: block;
  right: 0;
  left: auto;
  position: absolute;
  bottom: 50%;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
section.hero .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  margin: 7px 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
section.hero .owl-dots .owl-dot.active {
  opacity: 1;
}
section.hero-2 {
  background: none;
  padding: 0 !important;
}
section.hero-2::before {
  display: none;
}
section.hero-2 .item {
  padding: 10px 0;
  min-height: calc(100vh - 50px);
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
}
section.hero-2 h5 {
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}
section.hero-2 h1 {
  letter-spacing: 0.1em;
}
section.hero-2 p {
  font-family: "Playfair Display", serif !important;
  font-style: italic;
  font-size: 1.2em;
  padding: 0 50px;
  margin-top: 20px;
}
section.hero-2 .owl-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
}
section.hero-2 .owl-prev,
section.hero-2 .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #ff6b6b;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 18px;
  position: absolute;
}
section.hero-2 .owl-prev:hover,
section.hero-2 .owl-next:hover {
  background: #ff6b6b;
  color: #fff;
}
section.hero-2 .owl-prev {
  left: 20px;
}
section.hero-2 .owl-next {
  right: 20px;
}
section.hero-2 .arrow {
  display: inline-block;
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 100px 0;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  color: #fff;
}
section.hero-2 .arrow::before,
section.hero-2 .arrow::after {
  content: "";
  width: 70px;
  height: 1px;
  background: #ff6b6b;
  display: block;
}
section.hero-2 .arrow::before {
  position: absolute;
  top: 0;
  left: -20px;
}
section.hero-2 .arrow::after {
  position: absolute;
  right: -20px;
  bottom: 0;
}
section.hero-2 .arrow:hover,
section.hero-2 .arrow:focus {
  text-decoration: none;
}
@media (max-width: 800px) {
  section.hero {
    min-height: auto;
    font-size: 13px;
  }
  section.hero .carousel-item {
    padding: 50px 0 !important;
  }
}
section.categories {
  padding: 0;
  margin-top: -50px;
}
section.categories .categories-inner {
  background: #fff;
  z-index: 10;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1),
    -1px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
}
section.categories a {
  text-decoration: none;
  color: #333;
}
section.categories h2 {
  display: inline-block;
  font-size: 1.2rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: -64px;
}
section.categories .item p {
  font-weight: 300;
  font-size: 0.9em;
  margin-bottom: 20px;
  color: #999;
}
section.categories .item:nth-of-type(n + 2) {
  border-left: 1px solid #eee;
}
@media (max-width: 768px) {
  section.categories div[class*="col-"] {
    margin-bottom: 30px;
    border: none !important;
  }
}
section.product-1 .item,
section.product-2 .item {
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  min-height: 240px;
}
section.product-1 .item img,
section.product-2 .item img {
  margin: 0 auto;
  display: inherit;
}
section.product-1 .item h4,
section.product-2 .item h4 {
  font-size: 1rem;
}
section.product-1 .item:hover .overlay,
section.product-2 .item:hover .overlay {
  opacity: 1;
}
section.product-1 .item:hover .overlay a,
section.product-2 .item:hover .overlay a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
section.product-1 .overlay,
section.product-2 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.product-1 .overlay a,
section.product-2 .overlay a {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section.product-1 .overlay.outStock,
section.product-2 .overlay.outStock {
  opacity: 1;
}
section.product-1 .overlay.outStock strong,
section.product-2 .overlay.outStock strong {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
section.product-1 .item-big,
section.product-2 .item-big {
  height: calc(100% - 20px);
  position: relative;
  padding: 30px !important;
}
section.product-1 .item-big img,
section.product-2 .item-big img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
section.product-1 .item-big h2,
section.product-2 .item-big h2 {
  font-size: 3em;
}
@media (max-width: 768px) {
  section.product-1 .item-big,
  section.product-2 .item-big {
    min-height: 290px;
    padding: 30px;
    z-index: 1;
  }
  section.product-1 .item-big img,
  section.product-2 .item-big img {
    max-width: 150px !important;
    z-index: -1;
  }
  section.product-1 .item-big br,
  section.product-2 .item-big br {
    display: none;
  }
}
section.sale {
  padding: 70px 0;
  background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  color: #fff;
}
section.sale .product {
  margin-bottom: -180px;
  text-align: right;
  margin-top: -40px;
}
section.sale p {
  font-size: 1em;
  font-weight: 300;
}
section.product-2 .item {
  min-height: 200px;
}
section.product-2 .item-big {
  height: calc(100% - 20px);
  padding: 40px 0 0 40px;
}
section.product-2 .item-big img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
}
@media (max-width: 768px) {
  section.product-2 .item-big {
    min-height: 250px;
    z-index: 1;
  }
  section.product-2 .item-big img {
    z-index: -1;
  }
  section.product-2 .item-big br {
    display: none;
  }
}
section.divider {
  background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  position: relative;
  color: #fff;
}
section.divider::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/divider-bg.jpg) fixed;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
}
section.divider .container {
  position: relative;
}
section.divider h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
section.divider p.h5 {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
section.divider hr {
  max-width: 100px;
  border-color: #fff;
  margin: 30px auto;
}
section.divider p {
  font-weight: 300;
}
section.newsletter {
  padding-bottom: 0;
}
section.newsletter .newsletter-image {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}
section.newsletter p {
  margin: 30px 0;
  font-weight: 300;
  color: #666;
}
section.newsletter p.h5 {
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
}
section.newsletter form {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
section.newsletter form input {
  height: 55px;
  border-radius: 50px;
  padding: 0 30px;
  outline: none;
  border: 1px solid #ddd;
}
section.newsletter form input[type="email"] {
  width: 100%;
  background: none;
}
section.newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
section.newsletter form input::-moz-placeholder {
  color: #aaa;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
section.newsletter form input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
section.newsletter form input:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.social {
  margin-top: 50px;
  padding-bottom: 100px;
}
.social a {
  color: #ff6b6b;
  font-size: 1.2em;
  margin: 0 5px;
}
.search-overlay {
  display: none;
}
.search-overlay .search-inner {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9999;
}
.search-overlay .search-close {
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
  color: #999;
}
.search-overlay form {
  position: relative;
  font-size: 1.5em;
}
.search-overlay input {
  width: 100%;
  padding: 20px 0;
  border: none;
  background: none;
  border-bottom: 1px solid #ddd;
  outline: none;
}
.search-overlay input::-moz-placeholder {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.search-overlay input::-webkit-input-placeholder {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.search-overlay input:-ms-input-placeholder {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.search-overlay button {
  background: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 20px;
  right: 0;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .search-overlay form {
    font-size: 1.1em;
  }
}
.bootstrap-select {
  margin-bottom: 20px;
}
.custom-form input,
.custom-form select {
  height: 50px !important;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 16px;
  border-radius: 30px;
}
.custom-form input::-moz-placeholder,
.custom-form select::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}
.custom-form input::-webkit-input-placeholder,
.custom-form select::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}
.custom-form input:-ms-input-placeholder,
.custom-form select:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}
.custom-form input:focus,
.custom-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-form input[type="checkbox"],
.custom-form select[type="checkbox"] {
  display: none;
}
.custom-form input[type="checkbox"]:checked + label::before,
.custom-form select[type="checkbox"]:checked + label::before {
  background: #ff6b6b;
}
.custom-form input[type="checkbox"]:checked + label::after,
.custom-form select[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.custom-form input[type="checkbox"] + label,
.custom-form select[type="checkbox"] + label {
  font-size: 1.1em;
  font-weight: 300;
  color: #999;
  padding-left: 30px;
  cursor: pointer;
}
.custom-form input[type="checkbox"] + label::before,
.custom-form select[type="checkbox"] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ddd;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-form input[type="checkbox"] + label::after,
.custom-form select[type="checkbox"] + label::after {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.custom-form textarea {
  line-height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  border-radius: 30px;
}
.custom-form textarea::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}
.custom-form textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}
.custom-form textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}
.custom-form label {
  padding-left: 20px;
  font-size: 0.9em;
  font-weight: 300;
  color: #999;
  margin-bottom: 0.2rem;
}
.custom-form select {
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 0.95em !important;
  width: 100%;
  border-color: #ccc;
  font-family: "Roboto", sans-serif !important;
}
.custom-form input[type="submit"],
.custom-form button[type="submit"] {
  cursor: pointer;
  margin-bottom: 50px;
}
.custom-form label.error {
  color: #dc3545;
  font-size: 0.9rem;
  position: absolute;
  bottom: -8px;
  left: 20px;
  font-weight: 300;
}
footer.main-footer {
  background: #212529;
  color: #fff;
}
footer.main-footer p {
  font-size: 1.2rem;
  font-size: 22px;
}
footer.main-footer h3 + ul {
  margin-top: 20px;
}
footer.main-footer .page-links {
  padding: 100px 0;
}
footer.main-footer .page-links a {
  padding: 0 0 5px 10px;
  color: #999;
  margin: 1px 0;
  font-size: 0.9rem;
}
#moz-foot{display: flex;
flex-wrap: wrap;}
.prod-list{width: 33%;}
    @media screen and (max-width: 992px) {
    .prod-list{width: 100%;}
    }
footer.main-footer .page-links a:hover {
  color: #ff6b6b;
  text-decoration: none;
}
footer.main-footer .page-links a:hover:before {
  color: #ff6b6b;
}
footer.main-footer .page-links a:before {
  font-family: "FontAwesome";
  content: "\f101";
  margin: 0 5px 0 -15px;
  color: #999;
}
footer.main-footer .page-links .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #ff6b6b;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ff6b6b;
  margin-right: 10px;
  font-size: 18px;
}
footer.main-footer .page-links .details li {
  margin-bottom: 30px;
}
footer.main-footer .page-links .details li:last-of-type {
  margin-bottom: 0;
}
footer.main-footer .page-links .details h3 {
  margin-bottom: 0;
}
footer.main-footer .page-links .details p {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 0;
}
footer.main-footer .copyrights {
  padding: 25px 0;
  background: #1a1d21;
}
footer.main-footer .copyrights p {
  margin: 0;
  font-weight: 300;
  color: #888;
  font-size: 0.9rem;
}
footer.main-footer .copyrights a {
  color: #ff6b6b;
}
@media (max-width: 991px) {
  footer.main-footer .page-links {
    padding-bottom: 70px;
  }
  footer.main-footer .page-links div[class*="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer.main-footer .copyrights div[class*="col-"] {
    text-align: center !important;
    margin-bottom: 10px;
  }
}
nav.navbar {
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
nav.navbar i.fa-caret-down {
  padding: 0 5px;
  display: inline-block;
}
nav.navbar .navbar-nav .nav-link {
  font-size: 0.9rem;
}
nav.navbar .navbar-nav a {
  color: #333;
  padding: 15px 0;
}
nav.navbar .navbar-nav a:hover {
  color: #ff6b6b;
}
nav.navbar .navbar-nav .active .dropdown-menu a {
  color: #6c757d;
}
nav.navbar .navbar-nav .active a {
  color: #ff6b6b;
}
nav.navbar .navbar-nav ul li a {
  padding-right: 0 !important;
  margin: 0;
}
.top-cart-side ul li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.top-cart-side ul li .icon.search {
  border: 1px solid #333;
}
.top-cart-side ul li .icon.cart {
  color: #fff;
  background: #ff6b6b;
  display: inline-block;
  margin-right: 0px;
}
.top-cart-side .nav-link {
    display: block;
    padding: 0.1rem 0rem;
}
.top-cart-side {
    padding-left: 30px;
}
.order-3{
 -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;   
}
.order-2{
 -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;   
}
.order-1{
 -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;   
}
span#total-cart {
    background: #007bc4;
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 22px;
    top: 2px;
    right: 4px;
    font-size: 14px;
    color: #fff;
}
@media only screen and (max-width: 600px) {

 img.logo {
    width: 100%;
}
a.navbar-brand {
    width: 93px;
    margin-right: 0px;
}
.top-cart-side ul li .icon {
    width: 25px;
    height: 25px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-cart-side {
     padding-left: 0px;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 40px;
    left: 0px;
    padding: 0px 11px;
}
}
.heading-line {
	text-transform: uppercase;
	background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 3s linear infinite;
	display: inline-block;
	font-size: 40px;
	-webkit-box-reflect: below 1px linear-gradient(transparent,transparent, #000);
	position: relative;
	top: -20px;
	line-height: 67px;
	font-weight: 800;
	font-size: 30px;
  }
  
  @keyframes textclip {
	to {
	  background-position: 200% center;
	}
  }
  
  @media (max-width:768px){
	.heading-line{
	  font-size: 30px;
	  line-height: 34px;
	}
  }
nav.navbar .navbar-nav ul li .icon.cart i {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
nav.navbar .navbar-nav span.no {
  margin-right: 5px;
}
nav.navbar .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border-top: 2px solid #ff6b6b;
  margin-top: 11px;
  font-size: 0.85em;
}
nav.navbar .dropdown-menu a {
  padding: 8px 10px;
  color: #495057;
  font-size: 0.8rem;
}
nav.navbar .dropdown-menu a:active {
  background-color: #e9ecef;
}
nav.navbar .dropdown-submenu {
  position: relative;
}
nav.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  font-size: 0.95em;
}
nav.navbar .dropdown-submenu.show > .dropdown-menu {
  display: block;
}
nav.navbar button.navbar-toggler {
  font-size: 1em;
  padding: 10px 0;
  height: 40px;
  outline: none;
  text-transform: uppercase;
  right: 0;
}
nav.navbar .megamenu {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px !important;
  right: 0;
  z-index: 9999;
}
nav.navbar .megamenu p{
font-size: 12px;
        top: 0;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
}
nav.navbar .megamenu ul {
  padding: 0;
  margin-bottom: 20px;
  font-size: 0.9em;
}
nav.navbar .megamenu ul a {
  padding: 5px 0 !important;
  text-decoration: none;
  color: #555;
}
nav.navbar .megamenu ul a:hover {
  background: none;
  color: #ff6b6b;
}
@media (max-width: 580px) {
  nav.navbar button.navbar-toggler {
    right: 1rem;
  }
  nav.navbar .navbar-nav .dropdown-menu {
    border-top: none;
  }
}
@media (max-width: 991.98px) {
/*
  .navbar {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
*/
    .tzprod {
        max-height: 250px;
}
  nav.navbar .navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none !important;
  }
  .fixed-top .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }
}
.sidebar-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e9ecef;
}
.sidebar-block:last-of-type {
  border-bottom: none;
}
.sidebar-block:first-of-type {
  padding-top: 0;
}
.sidebar-heading {
  margin-bottom: 3rem;
}
.sidebar-nav .nav-link {
  font-size: 0.9rem;
  color: #343a40;
}
.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link.active {
  color: #343a40;
  background: #dee2e6;
}
.sidebar-nav .nav-link .badge {
  line-height: 1.5;
}
section.products a.item-name,
section.related-items a.item-name {
  color: #333;
}
section.products a.item-name:hover,
section.related-items a.item-name:hover,
section.products a.item-name:focus,
section.related-items a.item-name:focus {
  color: #ff6b6b;
  text-decoration: none;
}
section.products .filters div[class*="col-"],
section.related-items .filters div[class*="col-"] {
  padding: 0;
  text-align: right;
}
section.products select,
section.related-items select {
  color: #333;
  border-radius: 50px;
  font-size: 0.8em;
  margin-left: 10px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
section.products .item,
section.related-items .item {
  position: relative;
  margin-bottom: 2rem;
}
section.products .item ul.rate,
section.related-items .item ul.rate {
  font-size: 0.7em;
  margin: 15px;
}
section.products .item ul.rate li,
section.related-items .item ul.rate li {
  padding: 0;
  margin: 0;
}
section.products .item h4,
section.related-items .item h4 {
  font-size: 1rem;
  font-family: 'Roboto',sans-serif;
}
section.products .item p,
section.related-items .item p {
  color: #777;
  font-size: 0.85em;
  font-weight: 300;
}
section.products .item .product-image,
section.related-items .item .product-image {
  position: relative;
  padding-top: 30px;
  height: 180px;
}
.product-image img{
  width: auto;
max-height: 150px;
}
section.products .item .product-image:hover .overlay,
section.related-items .item .product-image:hover .overlay {
  opacity: 1;
}
section.products .item .badge,
section.related-items .item .badge {
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: 400;
}
section.products .item ul.price span,
section.related-items .item ul.price span {
  font-size: 0.95em;
}
section.products .item ul.price span.price-old,
section.related-items .item ul.price span.price-old {
  text-decoration: line-through;
  color: #aaa;
}
section.products .item .overlay,
section.related-items .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
section.products .item .overlay a.wishlist,
section.related-items .item .overlay a.wishlist {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 50%;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
}
section.products .item .overlay a.wishlist:hover,
section.related-items .item .overlay a.wishlist:hover {
  background: #ff6b6b;
  color: #fff;
  border-color: #ff6b6b;
}
.pagination-custom nav {
  width: 100%;
}
.pagination-custom ul.pagination {
  width: 100%;
}
.pagination-custom ul.pagination li a {
  border-radius: 50px !important;
  padding: 5px 20px;
  color: #333;
}
.pagination-custom ul.pagination li a:hover {
  color: #fff;
}
.pagination-custom ul.pages li a {
  border-radius: 4px !important;
  padding: 5px 10px;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  section.products h1,
  section.related-items h1 {
    text-align: center;
  }
  section.products h1::after,
  section.related-items h1::after {
    margin: 5px auto;
  }
  section.products .filters,
  section.related-items .filters {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 20px;
  }
}
section.item-details .item img {
  margin: 0 auto;
  width: 350px;
}
section.item-details .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
section.item-details button.owl-thumb-item {
  width: 60px;
  height: 50px;
  overflow: hidden;
  opacity: 0.2;
  border: none;
  background: none;
  outline: none;
  margin: 0 5px;
  cursor: pointer;
}
section.item-details button.owl-thumb-item.active {
  opacity: 1;
}
section.item-details button.owl-thumb-item img {
  width: 100%;
}
section.item-details .price {
  margin-top: 20px;
  font-size: 1.4em;
  font-weight: 300;
}
section.item-details .price .rate {
  margin-right: 20px;
  font-size: 0.65em;
}
section.item-details .price li {
  padding: 0;
  margin: 0;
}
section.item-details .price span {
  color: #999;
  font-size: 0.6em;
  text-transform: uppercase;
  line-height: 23px;
}
section.item-details .model {
  margin-top: 20px;
  font-size: 0.95em;
  color: #444;
}
section.item-details .model li {
  padding: 5px 0;
}
section.item-details .model span {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
section.item-details .description {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #313131;
  font-weight: 300;
  line-height: 1.7em;
}
section.item-details .brief {
  font-weight: 300;
  line-height: 1.6em;
  font-weight: 300;
  color: #313131;
  margin: 50px 0;
}
section.item-details .product-quantity {
  margin-bottom: 10px;
}
section.item-details .product-quantity .minus-btn,
section.item-details .product-quantity .plus-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}
section.item-details .product-quantity .minus-btn {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
section.item-details .product-quantity .plus-btn {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
section.item-details .product-quantity input {
  width: 80px;
  height: 35px;
  font-size: 1em;
  font-weight: 300;
  color: #555;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  background: none;
}
section.item-details select {
  border-radius: 50px;
  font-size: 0.95em;
  color: #777;
  width: auto;
  border-color: #ccc;
}
section.item-details select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.item-details .CTAs {
  margin-top: 30px;
}
section.item-details .CTAs i {
  display: inline-block;
  margin-left: 10px;
}
section.item-details .specifications {
  margin-top: 50px;
}
section.item-details .specifications .title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 0.95em;
  color: #333;
}
section.item-details .specifications .value {
  color: #777;
  font-weight: 300;
  font-size: 0.92em;
}
section.item-details .specifications ul {
  margin-bottom: 20px;
}
section.item-details .specifications li {
  margin-bottom: 7px;
}
section.related-items {
  padding-top: 0;
}
@media (max-width: 992px) {
  section.related-items div[class*="col-"]:last-of-type,
  section.related-items div[class*="col-"]:nth-of-type(2n + 2) {
    border-right: none;
  }
  section.related-items div[class*="col-"]:nth-of-type(3) {
    border-right: 1px solid #eee !important;
  }
}
@media (max-width: 768px) {
  section.related-items div[class*="col-"] {
    border-right: none !important;
  }
  section.related-items div[class*="col-"]:nth-of-type(3) {
    border-right: none !important;
  }
}
.cart-page section {
  padding: 50px 0 100px;
}
.cart-page .arrow {
  margin: 50px auto;
}
.cart-page .arrow span {
  display: inline-block;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 50px;
  height: 1px;
  background: #888;
}
.cart-page .arrow span:first-of-type {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.cart-page .arrow span:last-of-type {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
section.cart {
  padding-bottom: 0;
}
section.cart .cart-heading {
  background: #212529;
  color: #fff;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 400;
}
section.cart .cart-body {
  padding: 10px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  font-family: "Roboto", sans-serif;
}
section.cart .cart-body a {
  color: #333;
}
section.cart .cart-body .cart-item {
  padding: 8px 45px;
  border-bottom: 1px solid #eee;
}
section.cart .product-details {
  padding: 20px;
}
section.cart .product-details h3 {
  font-weight: 400;
}
section.cart .product-img {
  max-width: 150px;
}
section.cart .total-price {
  margin-top: 20px;
}
section.cart .total-price span,
section.cart .total-price strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
section.cart .product-quantity .minus-btn,
section.cart .product-quantity .plus-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}
section.cart .product-quantity .minus-btn {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
section.cart .product-quantity .plus-btn {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
section.cart .product-quantity input {
  width: 60px;
  height: 35px;
  font-size: 1em;
  font-weight: 300;
  color: #555;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  background: none;
}
section.cart a:hover,
section.cart a:focus {
  color: #ff6b6b;
  text-decoration: none;
}
section.shipping {
  padding: 0;
}
section.shipping form h3 {
  margin: 30px 0;
}
section.shipping .bootstrap-select {
  position: relative;
  height: 60px;
}
section.shipping .bootstrap-select button {
  height: auto !important;
}
section.shipping .shipping-alternative {
  display: none;
}
section.shipping .payment-cards {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.cart > .container {
    width: 100%;
    overflow: scroll !important;
  }
  section.cart > .container .cart-holder {
    min-width: 768px;
  }
  section.cart .product-quantity input {
    width: 40px;
  }
}
#map {
  height: 400px;
}
.contact-icon {
  height: 5rem;
  font-size: 3rem;
  color: #ff6b6b;
}
.comments-heading {
  margin-bottom: 2rem;
}
.comment {
  margin-bottom: 2rem;
}
.comment p.posted {
  color: #aaa;
  font-size: 90%;
}
.comment p {
  color: #495057;
  font-weight: 300;
}
.comment-form h4 {
  margin-bottom: 2rem;
}
.post-item {
  margin-bottom: 2rem;
}
.post-item .image {
  margin-bottom: 20px;
}
.post-item .intro {
  color: #495057;
  font-weight: 300;
}
.post-item h4 {
  font-size: 1.25rem;
}
.post-item h4 a {
  color: #212529;
}
.post-item h4 a:hover,
.post-item h4 a:focus {
  color: #ff6b6b;
}
.pagination-lg {
  font-weight: 300;
}
.noUi-target {
  background: #ddd;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.noUi-horizontal .noUi-handle {
  width: 3px;
  height: 14px;
  left: 0;
  right: 0 !important;
  top: -5px;
  background: #222 !important;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-connect {
  background: #222;
}
.nouislider-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #495057;
}
#style-switch-button {
  position: fixed;
  top: 150px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}
#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 190px;
  left: 0;
  background: #fff;
  border: solid 1px #e9ecef;
  z-index: 2000;
}
#style-switch h4 {
  color: #495057;
}
#style-switch .text-small {
  font-size: 0.8em;
}
#style-switch select {
  font-size: 0.85em;
}
.navbar {
  padding: 0;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.btn {
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-primary {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff4545;
  border-color: #ff3838;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff3838;
  border-color: #ff2b2b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #ff6b6b;
  background-color: transparent;
  background-image: none;
  border-color: #ff6b6b;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ff6b6b;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
a {
  color: #ff6b6b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff1f1f;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.p,
.p,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1 {
  font-size: 4.5rem;
}
h2,
.h2 {
  font-size: 2.2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead h2::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #ff6b6b;
        margin: 5px 0 20px;
        display: block;
}
.lead p{
    font-weight: 500;
    text-align: justify;
    font-size: 18px;
    font-family: auto;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 5px solid #ff6b6b;
}
.blockquote-footer {
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.text-primary {
  color: #ff6b6b !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff3838 !important;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #ff6b6b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover,
.page-link:focus {
  color: #ff1f1f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff6b6b;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff6b6b;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #ff6b6b;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(255, 107, 107, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(255, 107, 107, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff6b6b;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(255, 107, 107, 0.5);
}

.iframe-videoborder{
    border: #007bc4 solid 4px;
    border-radius: 29px;
}

.market-area-heading h1 {
 padding: 10px;
 margin: 0 0 10px;
 background-color: #ee3232;
 border-radius:5px;
 font-size: 20px;
 color: #fff;
 font-weight: 600;
 text-transform: uppercase;
}

.market-area h4 {
 color: #000;
 margin-bottom: 10px;
}
.market-area h4 a {
 margin: 0 0 5px;
 font-size:18px;
 color: #ef682f;
 line-height: 1.1;
 font-weight:600;
 text-transform: uppercase;
}

.market-area ul { overflow: hidden; }

.market-area ul li {
 float: left;
 width: 25%;
 margin-right: 0%;
 margin-bottom: 10px;
 list-style: none;
}

.market-area ul li a{
 padding: 6px 10px;
 font-size: 12px;
 font-weight:600;
 border: 1px solid #423f3f;
 color: #423f3f;
 width: 98%;
 display: inline-block;
 margin-right: 10px;
}

.market-area ul li a:hover {
 color:#fff;
 text-decoration:none;
 border: 1px solid #000;
 background-color:#000;
}

.market-place h3 {
 background: #ff8c00;
 color: #FFFFFF;
 padding: 10px;
 text-transform: uppercase;
 font-size: 18px;
 border-radius: 5px;
 font-weight: 600;
 text-align: center;
}
