/* Remix Icon */
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/* Bootstrap */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css");
/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Merienda+One&family=Nunito:wght@400;700;900&display=swap");
/* Light Box */
@import url("lightgallery.css");
/* Variables */
/* CSS Reset */
*, *, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

::-moz-selection {
  background-color: #fff;
  color: #AD2826;
}

::selection {
  background-color: #fff;
  color: #AD2826;
}

html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
  }
}

@media (max-width: 576px) {
  html, body {
    font-size: 13px !important;
  }
}

div, header, nav, footer, section, aside, article {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merienda One", cursive;
}

a {
  color: #AD2826;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #AD2826;
}

p {
  color: #666666;
}

@media (max-width: 576px) {
  p {
    font-size: 13px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img, video {
  width: 100%;
}

svg {
  height: auto;
}

/* Components */
.title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 42px;
}

@media (max-width: 576px) {
  .title {
    font-size: 24px;
  }
}

.title::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 40px;
  background-color: #EF7F1A;
  left: 100%;
  margin-left: 10px;
  top: -10px;
}

.title::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 40px;
  background-color: #EF7F1A;
  left: calc( 100% + 10px);
  margin-left: 10px;
  top: 0;
}

.text-center .title, .text-md-center .title {
  margin: 0 auto;
}

.btn {
  position: relative;
  background-color: #AD2826;
  min-width: 170px;
  min-height: 45px;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  border-radius: 24px 24px 0px 24px;
  -webkit-box-shadow: 4px 4px 4px rgba(173, 40, 38, 0.3);
          box-shadow: 4px 4px 4px rgba(173, 40, 38, 0.3);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.btn:hover {
  border-radius: 24px;
  color: #fff;
}

.text-widget .btn {
  margin-top: 20px;
}

.text-widget .title, .text-widget h2, .text-widget h1, .text-widget h3, .text-widget h4, .text-widget h5, .text-widget h6 {
  margin-bottom: 10px;
}

.shape-widget {
  position: absolute;
}

.wrapper {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .wrapper {
    padding: 50px 0;
  }
}

@media (min-width: 1440px) {
  .container-full {
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* Main CSS */
@media (min-width: 1440px) {
  header nav {
    max-width: 1800px;
    margin: 0 auto;
    padding: .5rem 0 !important;
  }
  header .nav-item:last-child a {
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  header::after {
    display: none;
  }
  header .navbar-toggler i {
    color: #fff;
  }
}

@media (max-width: 576px) {
  header::after {
    display: none;
  }
  header .navbar-collapse {
    background-color: #AD2826;
  }
  header .navbar-toggler i {
    color: #fff;
  }
}

header::after {
  position: absolute;
  left: 30%;
  top: 0;
  height: 160px;
  width: 20px;
  content: '';
  background-color: #EF7F1A;
  z-index: 1;
}

header::before {
  position: absolute;
  width: 100%;
  bottom: 5px;
  content: '';
  background-color: #AD2826;
  height: 30px;
  left: 0;
}

header .nav-link {
  color: #fff;
  padding: 0;
  padding: 0 20px !important;
}

header .nav-item {
  display: inline-block;
  padding-top: 10px;
  position: relative;
}

header .dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #EF7F1A;
  min-width: 220px;
}

header .dropdown-toggle:hover::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header .dropdown-toggle::after {
  position: absolute;
  top: 10px;
  right: 10px;
}

header .dropdown-item:active {
  background-color: #EF7F1A !important;
}

header .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

header .dropdown:hover > .dropdown-menu {
  display: block !important;
}

header .dropdown .dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}

@media (max-width: 768px) {
  header.open::before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    background-color: #AD2826;
    height: calc( 100% - 80px);
    left: 0;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .hero-wrapper .carousel {
    margin-top: -5px !important;
  }
  .hero-wrapper .shape-widget {
    right: -50px !important;
  }
  .hero-wrapper .shape-widget img {
    width: 90%;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .hero-wrapper .shape-widget {
    bottom: -60px !important;
  }
  .hero-wrapper .shape-widget img {
    width: 100px;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .hero-wrapper .carousel-caption {
    display: none !important;
  }
  .hero-wrapper .shape-widget {
    bottom: -60px !important;
  }
  .hero-wrapper .shape-widget img {
    width: 100px;
  }
}

@media (max-width: 576px) {
  .hero-wrapper .shape-widget {
    bottom: -30px !important;
  }
  .hero-wrapper .shape-widget img {
    width: 100px;
  }
  .hero-wrapper::before {
    display: none;
  }
}

.hero-wrapper::before {
  position: absolute;
  left: 30%;
  bottom: -70px;
  height: 140px;
  width: 20px;
  content: '';
  background-color: #EF7F1A;
  z-index: 3;
}

.hero-wrapper .carousel {
  max-width: 1800px;
  margin: 0 auto;
  max-height: 700px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 2;
}

.hero-wrapper .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-wrapper .carousel-caption {
  bottom: auto;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}

.hero-wrapper .carousel-caption h2, .hero-wrapper .carousel-caption h1, .hero-wrapper .carousel-caption h3, .hero-wrapper .carousel-caption h4, .hero-wrapper .carousel-caption h5, .hero-wrapper .carousel-caption h6 {
  color: #000;
  font-size: 60px;
}

.hero-wrapper .carousel-caption p {
  color: #000;
}

.hero-wrapper .shape-widget {
  right: 0;
  bottom: -180px;
  z-index: 10;
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .product-wrapper .shape-widget {
    left: -50px;
  }
  .product-wrapper .shape-widget img {
    width: 90%;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .product-wrapper .shape-widget {
    display: none;
  }
  .product-wrapper .col-sm-6, .product-wrapper .col-sm-4, .product-wrapper .col-sm-3, .product-wrapper .col-sm-5 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: auto;
  }
  .product-wrapper .img-box {
    height: auto !important;
  }
  .product-wrapper .pro-title {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    display: block;
    right: auto !important;
    top: auto !important;
  }
  .product-wrapper .pro-title h3 {
    font-size: 32px !important;
  }
}

@media (max-width: 768px) {
  .product-wrapper .shape-widget {
    display: none;
  }
  .product-wrapper .col-sm-6, .product-wrapper .col-sm-4, .product-wrapper .col-sm-3, .product-wrapper .col-sm-5 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: auto;
  }
  .product-wrapper .img-box {
    height: auto !important;
  }
  .product-wrapper .pro-title {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    display: block;
    right: auto !important;
    top: auto !important;
  }
  .product-wrapper .pro-title h3 {
    font-size: 18px !important;
  }
}

.product-wrapper .shape-widget {
  bottom: 0;
  z-index: -1;
}

.product-wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-wrapper::before {
  position: absolute;
  top: 0;
  height: 80%;
  background-color: #F2F2F2;
  content: '';
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  left: 370px;
}

.product-wrapper .container-full > .row {
  margin-bottom: 100px;
}

.product-wrapper .container-full {
  margin-top: 30px;
}

.product-wrapper .container-full .product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}

.product-wrapper .container-full .product .img-box {
  margin: auto;
}

.product-wrapper .container-full .pro-title {
  position: absolute;
}

.product-wrapper .container-full .pro-title::before {
  position: absolute;
  width: 130px;
  height: 20px;
  content: '';
  background-color: #EF7F1A;
  z-index: 2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.product-wrapper .container-full .pro-title h1, .product-wrapper .container-full .pro-title h2, .product-wrapper .container-full .pro-title h3, .product-wrapper .container-full .pro-title h4, .product-wrapper .container-full .pro-title h5 {
  font-family: "Nunito", sans-serif;
  z-index: 2;
  font-weight: bold;
  font-size: 28px;
}

.product-wrapper .container-full .mid .img-box {
  height: 300px;
}

.product-wrapper .container-full .small .img-box {
  height: 420px;
}

.product-wrapper .container-full .big .img-box {
  height: 330px;
}

.product-wrapper .container-full .left-bottom .pro-title {
  left: -90px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 50px;
}

.product-wrapper .container-full .right-bottom .pro-title {
  right: 0;
}

.product-wrapper .container-full .right-top .pro-title {
  right: -110px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50px;
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .collection-wrapper .title {
    margin-top: 100px;
  }
  .collection-wrapper .shape-widget {
    right: -50px !important;
    top: 50px !important;
  }
  .collection-wrapper .shape-widget img {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  .collection-wrapper .shape-widget {
    display: none;
    text-align: center;
  }
  .collection-wrapper::before {
    width: 100%;
    height: 100% !important;
    top: 0 !important;
  }
  .collection-wrapper .title {
    margin: auto !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .collection-wrapper h3 {
    font-size: 18px;
  }
}

.collection-wrapper::before {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 200px;
  content: '';
  background-color: #F2F2F2;
}

.collection-wrapper::after {
  position: absolute;
  left: 0;
  top: 40%;
  width: 90%;
  height: 200px;
  content: '';
  background-color: #F2F2F2;
  z-index: 2;
}

.collection-wrapper .container-fluid {
  z-index: 3;
}

.collection-wrapper img {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}

.collection-wrapper p {
  font-size: 14px;
}

.collection-wrapper .shape-widget {
  right: 0;
  top: 10px;
}

.collection-wrapper .shape-widget img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .size-wrapper .size-list a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .size-wrapper .size-list {
    margin-top: 0 !important;
  }
  .size-wrapper .size-list a {
    font-size: 10px;
  }
  .size-wrapper .offset-1 {
    margin-left: 0 !important;
  }
}

.size-wrapper::before {
  position: absolute;
  left: 0;
  top: 45%;
  width: 70%;
  height: 10px;
  content: '';
  background-color: #EF7F1A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.size-wrapper .size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f3f6;
  padding: 30px 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 100px;
}

.size-wrapper .size-list ul {
  margin-right: 15px;
}

.size-wrapper .size-list ul li {
  margin-right: 10px;
  margin-bottom: 15px;
}

.size-wrapper .size-list ul li a {
  font-weight: bold;
  color: #000;
}

.size-wrapper .size-list ul li:last-child {
  margin-bottom: 0 !important;
}

footer {
  background-color: #AD2826;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 576px) {
  footer .contact {
    margin: 10px 0 !important;
  }
  footer .contact::before {
    width: 100% !important;
  }
  footer .logo {
    margin-bottom: 50px;
  }
}

footer .logo {
  margin-top: -65px;
}

footer .logo img {
  width: 220px;
}

footer .contact {
  padding: 30px 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

footer .contact::before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  top: 0;
}

footer .contact p, footer .contact a, footer .contact i {
  margin-bottom: 0;
  color: #fff;
  vertical-align: middle;
}

footer .copyright p {
  color: #fff;
}

footer .credit {
  padding: 5px;
  text-align: center;
  background-color: #fff;
}

footer .credit .design {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .credit .design span {
  color: #000 !important;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .credit .design .ri-heart-fill {
  color: red;
  vertical-align: bottom;
}

footer .credit .design .ri-at-line {
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .credit .design p {
  margin-bottom: 0;
}

footer .credit .design p:hover span {
  display: inline-block;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .credit .design img {
  width: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.subpage {
  text-align: center;
  padding-bottom: 50px;
  z-index: 3;
}

.subpage h3 {
  font-size: 60px;
  color: #666;
}

.subpage .breadcrumb {
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .about-widget .border-widget {
    margin-top: 50px;
  }
  .about-widget .pr-0 {
    padding: 0 !important;
  }
}

.about-widget .border-widget {
  border-left: 3px solid #000;
}

.vision-widget {
  margin-top: 100px;
  padding: 70px 50px;
}

@media (max-width: 1024px) {
  .vision-widget::before {
    width: 100% !important;
  }
  .vision-widget .shape-logo {
    display: none;
  }
  .vision-widget .box {
    margin-bottom: 30px;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .vision-widget .shape-logo {
    width: 50%;
  }
}

.vision-widget::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  content: '';
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.vision-widget .shape-logo {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.counter-widget {
  margin-top: -50px;
}

@media (max-width: 1024px) {
  .counter-widget {
    margin-top: 50px !important;
  }
  .counter-widget .box {
    margin-bottom: 30px;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .counter-widget .box::before {
    left: 0 !important;
  }
  .counter-widget .box h4 {
    font-size: 18px !important;
  }
}

.counter-widget .box {
  text-align: center;
}

.counter-widget .box:hover::before {
  -webkit-transform: rotate(45deg) scale(1.2);
          transform: rotate(45deg) scale(1.2);
}

.counter-widget .box::before {
  position: absolute;
  left: 60px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  content: '';
  background-color: #AD2826;
}

.counter-widget .box h4 {
  font-size: 20px;
}

.counter-widget .box p {
  font-size: 18px;
}

.certtificate-widget {
  padding: 100px 0;
  margin-top: 100px;
}

@media (max-width: 576px) {
  .certtificate-widget::before {
    display: none;
  }
  .certtificate-widget .col-sm-2 {
    margin: 0 !important;
    max-width: 50%;
    margin-bottom: 30px !important;
  }
}

.certtificate-widget .title {
  margin-top: -100px;
}

.certtificate-widget::before {
  position: absolute;
  top: 50%;
  width: 310px;
  height: 15px;
  left: 0;
  background-color: #EF7F1A;
  content: '';
  z-index: 21;
}

.certtificate-widget::after {
  position: absolute;
  top: 50%;
  width: 310px;
  height: 15px;
  right: 0;
  background-color: #EF7F1A;
  content: '';
  z-index: -1;
}

.certtificate-widget .container-full {
  background-color: #f1f3f6;
}

.certtificate-widget .certi-one {
  margin-top: -100px;
}

.certtificate-widget .certi-three {
  margin-bottom: -100px;
}

@media (max-width: 576px) {
  .contact-widget iframe {
    margin-top: 50px;
  }
}

.contact-widget .form-widget label {
  display: block;
  width: 100%;
  padding: 10px;
}

.contact-widget .form-widget input[type="text"], .contact-widget .form-widget input[type="email"], .contact-widget .form-widget input[type="number"], .contact-widget .form-widget input[type="password"], .contact-widget .form-widget textarea, .contact-widget .form-widget select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 24px 24px 0px 24px;
  border: 1px solid #000;
  margin-bottom: 30px;
}

.contact-widget .form-widget span {
  position: absolute;
  top: -10px;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: .6;
  margin-bottom: 10px;
}

.contact-widget iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.collection-widget {
  padding: 50px 0;
}

.collection-widget .sidebar nav {
  background-color: #EF7F1A;
  padding: 20px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  border-left: 3px solid #000;
}

.collection-widget .sidebar nav li {
  color: #fff;
  margin: 20px 10px;
  cursor: pointer;
}

.collection-widget .sidebar nav li.active {
  font-weight: bold;
  padding-left: 20px;
  border-left: 2px solid #fff;
}

.collection-widget .content .coll-box {
  overflow: hidden;
}

.collection-widget .content .coll-box:hover .size {
  opacity: 1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.collection-widget .content .coll-box:hover .lightgallery {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  opacity: 1;
}

.collection-widget .content .coll-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection-widget .content .coll-box .size {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #000;
  color: #fff;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  text-align: center;
  opacity: 0;
}

.collection-widget .content .coll-box .lightgallery {
  display: block;
  text-align: center;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  padding: 10px;
  opacity: 0;
}

.collection-widget .content .coll-box .lightgallery a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1280px) {
  .info-wrapper table {
    display: block;
    width: 100%;
    overflow: scroll;
  }
}

.info-wrapper .tables .nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 50px;
  border: 0;
}

.info-wrapper .tables .nav a {
  padding: 10px;
  display: inline-block;
  position: relative;
  color: #000;
}

.info-wrapper .tables .nav a.active {
  font-weight: bold;
  color: #EF7F1A;
  border-bottom: 5px solid #EF7F1A;
}

.calculator-widget {
  padding: 80px 0;
}

.calculator-widget .guide {
  background-color: #F2F2F2;
  margin-top: 50px;
  padding: 30px;
}

.calculator-widget .guide .tips .d-title {
  font-size: 32px;
  opacity: 1 !important;
}

.calculator-widget .guide .tips p {
  color: #000;
}

.calculator-widget .guide .vertual-result p {
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
}

.calculator-widget .guide .vertual-result .yft {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  left: -15px;
  top: 50px;
}

.calculator-widget .guide .area {
  width: 345px;
  height: 125px;
  background: url("../images/tile-pattern.png") repeat;
  background-position: -4px -4px;
  border: 1px solid #000;
}

.calculator-widget .p-title {
  font-size: 24px !important;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .calculator-widget .shape-widget {
    display: none;
  }
}

.calculator-widget .poligone {
  right: 30px;
  top: 30px !important;
}

.calculator-widget .shape-widget {
  top: 50%;
}

.calculator-widget ::-webkit-input-placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget :-ms-input-placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget ::-ms-input-placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget ::placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget .result {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.calculator-widget .result .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}

.calculator-widget .result .d-flex .text-right {
  font-weight: bold;
  color: #000;
}

.calculator-widget .result .note {
  margin-top: 30px;
  font-size: 14px;
}

.calculator-widget .input:focus-within {
  background-color: #f1f3f6;
}

.calculator-widget .input:focus-within input, .calculator-widget .input:focus-within textarea, .calculator-widget .input:focus-within select {
  border-color: #AD2826;
}

.calculator-widget .input:focus-within label {
  color: #AD2826;
}

.calculator-widget .input input, .calculator-widget .input textarea, .calculator-widget .input select {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: transparent;
}

.catalogue .coll-box {
  max-height: 400px;
  overflow: visible !important;
}

.catalogue .coll-box:hover a {
  opacity: 1;
}

.catalogue .coll-box a {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  background-color: #AD2826;
  min-width: 170px;
  padding: 15px;
}

.catalogue .coll-box .catolog {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

/* Import all css */
/* Data scroll animation */
[data-scroll="in"] {
  opacity: 1;
}

[data-scroll="out"] {
  opacity: 0;
}

/* animation */
[data-scroll] {
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Animation delay */
[animate-delay="1"] {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

[animate-delay="2"] {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

[animate-delay="3"] {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

[animate-delay="4"] {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

[animate-delay="5"] {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

[animate-delay="6"] {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

[animate-delay="7"] {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

[animate-delay="8"] {
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
}

[animate-delay="9"] {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important;
}

/* Animation class */
[data-scroll="in"].in-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-scroll="out"].in-left {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

[data-scroll="in"].in-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-scroll="out"].in-right {
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}

[data-scroll="in"].in-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"].in-bottom {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

[data-scroll="in"].in-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"].in-top {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

[data-scroll="in"].scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-scroll="out"].scale {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.first-element .in-top {
  -webkit-animation: in-top 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-top 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.first-element .in-right {
  -webkit-animation: in-right 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-right 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.first-element .in-left {
  -webkit-animation: in-left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.first-element .in-bottom {
  -webkit-animation: in-bottom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-bottom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.first-element .scale {
  -webkit-animation: scale 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: scale 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@-webkit-keyframes in-top {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in-top {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes in-right {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in-right {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes in-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes in-bottom {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in-bottom {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 576px) {
  [data-scroll="out"], [data-scroll="in"] {
    opacity: 1 !important;
    -webkit-transform: scale(1) translateY(0) translateX(0) !important;
            transform: scale(1) translateY(0) translateX(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*# sourceMappingURL=style.css.map */