@charset "UTF-8";
/*-------------   Color Variable  --------------*/
/*------------------- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #e31921;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #635c5c;
}

a:hover {
  color: #fff;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #000;
  outline: medium none;
  text-decoration: none;
  font-size: 16px;
  margin-right: 5px;
}
a:hover,
button:hover {
  color: #e31921;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

.btn2 {
  background: #ad221d;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #e31921;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn2:hover {
  color: #fff;
}
.btn2:hover:after {
  left: 0;
  width: 100%;
}
.btn2:active {
  top: 2px;
}

.btn3 {
  background: #ad221d;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn3::after, .btn3::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ad221d;
  transition: all 0.3s ease;
}
.btn3::before {
  height: 0%;
  width: 2px;
}
.btn3::after {
  width: 0%;
  height: 2px;
}
.btn3:hover {
  color: #fff;
  font-weight: 500;
  background: transparent;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn3:hover:before {
  height: 100%;
}
.btn3:hover:after {
  width: 100%;
}
.btn3:active {
  top: 2px;
}

.header-btn {
  padding: 20px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-btn {
    padding: 20px 20px;
  }
}

.btn-radius {
  border-radius: 50%;
  background: #ad221d;
  color: #fff;
  font-size: 35px;
  padding: 12px 25px;
  margin-top: 20px;
}

/* scrollUp */
#scrollUp,
#back-top {
  background: #ad221d;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
  #scrollUp,
#back-top {
    right: 16px;
  }
}
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
  color: #fff;
}
#scrollUp a i:hover,
#back-top a i:hover {
  color: #b0b1b6;
  transition: 0.8s;
}

#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 5;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.mob-top {
  position: relative;
  padding-top: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .mob-top {
    padding-top: 135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mob-top {
    padding-top: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-top {
    padding-top: 127px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-top {
    top: 36px;
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .mob-top {
    top: 90px;
    padding-top: 36px;
  }
}

.filter {
  filter: brightness(0);
}

.invert {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.banner-home {
  background-color: #eee;
  position: relative;
}
.banner-home .banner-home-left {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-right: 15%;
  padding-bottom: 10%;
}
.banner-home .banner-home-left h1 {
  font-size: 45px;
  color: #e31921;
  font-weight: bold;
  padding-top: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home .banner-home-left h1 {
    font-size: 40px;
  }
}
.banner-home .banner-home-left p {
  color: #ad221d;
  font-size: 18px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home .banner-home-left p {
    font-size: 17px;
  }
}
.banner-home .banner-home-left .btn {
  border: 1px solid #e31921;
  border-radius: 55px;
  color: #fff;
  padding: 20px 0px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #e31921;
  transition: 0.3s;
  width: 35%;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home .banner-home-left .btn {
    width: 45%;
    padding: 12px 0px;
  }
}
.banner-home .banner-home-left .btn:hover {
  background-color: #ad221d;
  border-color: #ad221d;
}
.banner-home .banner-home-left .banner-home-numbers {
  display: flex;
  padding-top: 90px;
}
.banner-home .banner-home-left .banner-home-numbers .row {
  width: 100%;
}
.banner-home .banner-home-left .banner-home-numbers .col-md-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-home .banner-home-left .banner-home-numbers .col-md-4 span {
  font-size: 48px;
  font-weight: bold;
  color: #e31921;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home .banner-home-left .banner-home-numbers .col-md-4 span {
    font-size: 40px;
  }
}
.banner-home .banner-home-left .banner-home-numbers .col-md-4 p {
  font-size: 20px;
  color: #ad221d;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home .banner-home-left .banner-home-numbers .col-md-4 p {
    font-size: 18px;
  }
}
.banner-home .col-md-3 {
  position: relative;
}
.banner-home .banner-home-right {
  background-color: #e31921;
  height: 100%;
  width: 360px px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-home img {
  max-width: 120%;
  margin-right: 47px;
}
@media (max-width: 768px) {
  .banner-home .banner-home-config {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-home .banner-home-right {
    padding-top: 100px;
    background-color: #eee;
  }
  .banner-home .banner-home-right img {
    max-width: 75%;
    margin-right: 0px;
  }
  .banner-home .banner-home-left {
    padding: 20px;
    padding-bottom: 60px;
    text-align: center;
    align-items: center;
  }
  .banner-home .banner-home-left h1 {
    font-size: 28px;
    padding-top: 20px;
  }
  .banner-home .banner-home-left p {
    padding: 0;
  }
  .banner-home .banner-home-left .btn {
    width: 52%;
    padding: 15px 0px;
    font-size: 14px;
  }
  .banner-home .banner-home-left .banner-home-numbers {
    padding-top: 20px;
  }
  .banner-home .banner-home-left .banner-home-numbers .row {
    width: auto;
  }
  .banner-home .banner-home-left .banner-home-numbers .col-md-4 span {
    font-size: 30px;
  }
  .banner-home .banner-home-left .banner-home-numbers .col-md-4 p {
    font-size: 16px;
  }
}

.header-area .main-header {
  padding: 10px 150px;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .main-header {
    padding: 5px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header {
    padding: 5px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding: 18px 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header {
    padding: 18px 70px;
  }
}
@media (max-width: 575px) {
  .header-area .main-header {
    padding: 18px 16px;
  }
}
.header-area .menu-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header-area .menu-wrapper .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  list-style-type: none;
  display: inline-block;
  margin: 5px 10px;
}
.header-area .menu-wrapper .main-menu ul li a {
  color: #000;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .menu-wrapper .main-menu ul li a {
    padding: 20px 10px;
  }
}
.header-area .menu-wrapper .main-menu ul li a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}
.header-area .menu-wrapper .main-menu ul li a:hover::after, .header-area .menu-wrapper .main-menu ul li a.active-nav::after {
  width: 100%;
  background: #e31921;
}
.header-area .menu-wrapper .main-menu ul li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-area .menu-wrapper .main-menu ul ul.submenu {
  position: absolute;
  width: 250px;
  background: white;
  border-top: 3px solid #ad221d;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-area .menu-wrapper .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}
.header-area .menu-wrapper .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 12px;
  color: #e31921;
  font-weight: 500;
}
.header-area .menu-wrapper .main-menu ul ul.submenu > li > a::after {
  content: none;
}
.header-area .menu-wrapper .main-menu ul ul.submenu > li > a:hover {
  color: #ad221d;
  background: none;
  padding-left: 13px !important;
}

.header-sticky.sticky-bar {
  background: #ffffff;
}
.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}
@media (max-width: 575px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}
.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}
.mobile_menu .slicknav_menu .slicknav_btn {
  top: -58px;
  right: 40px;
}
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #000 !important;
}
.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 15px !important;
  box-shadow: 0 0 10px 3px rgba(141, 140, 140, 0.5);
  border-top: 3px solid #ad221d;
  padding: 10px;
}
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #e31921;
}
.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 14px;
  padding: 7px 10px;
  color: #000;
  text-transform: none;
}
.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

.top_menu {
  background-color: transparent;
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .top_menu {
    display: none;
  }
}
.top_menu .dn_btn {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
  font-weight: 500;
  color: #000000;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top_menu .dn_btn {
    margin-right: 10px;
  }
}
.top_menu .header-social a {
  color: #000000;
  font-size: 22px;
}
.top_menu .header-social a:hover {
  color: #e31921 !important;
}
.top_menu .header-social a i {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top_menu .header-social a i {
    margin-right: 6px;
  }
}
.top_menu .contact-menu a {
  display: inline-block !important;
  font-size: 13px;
}

.logo a img {
  width: 100%;
}

.txt-car {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.txt-car p {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  text-align: left;
}
.txt-car span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txt-car p {
    font-size: 45px;
    line-height: 45px;
  }
  .txt-car span {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txt-car p {
    font-size: 40px;
    line-height: 45px;
  }
  .txt-car span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txt-car p {
    font-size: 45px;
    margin-left: 0px;
    line-height: 45px;
  }
  .txt-car span {
    font-size: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .txt-car p {
    font-size: 30px;
    margin-left: 0px;
    line-height: 45px;
  }
  .txt-car span {
    font-size: 20px;
    margin-left: 0px;
  }
}

.footer-area {
  background: #ffffff;
  padding: 65px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ad221d;
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #e31921;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #e31921;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #000;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #ad221d;
  padding-left: 5px;
}
.footer-area .footer-bottom {
  padding-bottom: 50px;
  padding-top: 30px;
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}
.footer-area .footer-bottom .footer-copy-right p i {
  color: #e31921;
}
.footer-area .footer-bottom .footer-copy-right p a {
  color: #e31921;
}
.socail_links {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .socail_links {
    margin-top: 30px;
  }
}
.socail_links ul li {
  display: inline-block;
}
.socail_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #565656;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff;
  line-height: 41px !important;
}
.socail_links ul li a:hover {
  color: #fff !important;
  background: #ad221d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}

.wantToWork-area {
  background-image: url(../img/about/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.45);
  padding: 100px 0;
}
.wantToWork-area .wantToWork-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.wantToWork-area .wantToWork-caption p {
  color: #fff;
  font-size: 18px;
}
.wantToWork-area .wantToWork-caption a {
  color: #fff;
}
.wantToWork-area .wantToWork-caption a:hover {
  color: #eee;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

.section-padding {
  padding: 65px 0;
}

.section-title span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.section-title h1 {
  color: #eee;
  font-size: 24px;
  font-weight: 800;
}
.section-title h2 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
}
.section-title .underline-title {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.section-title .underline-title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 4px;
  background: #e31921;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.section-title .underline-title::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 8px;
  background-color: #fff;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
  left: 40px;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .underline-title::after {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .section-title .underline-title::after {
    left: 20px;
  }
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
  }
}
.section-title .upperline-title {
  position: relative;
  display: inline-block;
}
.section-title .upperline-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #e31921;
  right: 0;
  left: 0;
  bottom: 32px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.section-title .upperline-title::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 8px;
  background-color: #fff;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG2;
  animation-name: MOVE-BG2;
  left: 0;
  right: 0;
  bottom: 32px;
}
@-webkit-keyframes MOVE-BG2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
  }
}

.about-area {
  padding: 90px 0 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area {
    padding-top: 105px;
  }
}
@media (max-width: 575px) {
  .about-area {
    padding: 70px 0 110px;
  }
}
.about-area h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .thumb {
    padding: 20px;
  }
}
.thumb img {
  border-radius: 8px;
}
.thumb span {
  position: absolute;
  left: 0;
  bottom: 50px;
  margin: 0;
  background: #dfdfdf;
  padding: 37px;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  border-radius: 8px;
  display: block;
}
@media (max-width: 575px) {
  .thumb span {
    bottom: -45px;
  }
}
.thumb span strong {
  font-size: 62px;
  color: #ad221d;
}
.thumb::before {
  position: absolute;
  top: 215px;
  right: 283px;
  content: "";
  height: 50%;
  width: 50%;
  display: block;
  background: #ad221d;
  z-index: -1;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .thumb::before {
    position: absolute;
    top: 155px;
    right: 283px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .thumb::before {
    right: 278px;
    top: 21px;
  }
}
@media (max-width: 575px) {
  .thumb::before {
    display: none;
    position: absolute;
    right: 91px;
    top: 10px;
  }
}
.thumb::after {
  position: absolute;
  left: 302px;
  top: -32px;
  content: "";
  height: 50%;
  width: 50%;
  display: block;
  background: transparent;
  z-index: -1;
  border-radius: 8px;
  border: 4px solid #ad221d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .thumb::after {
    position: absolute;
    left: 245px;
    top: -7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .thumb::after {
    left: 278px;
    top: -21px;
  }
}
@media (max-width: 575px) {
  .thumb::after {
    display: none;
    position: absolute;
    left: 91px;
    top: -10px;
  }
}
.thumb.about::before {
  display: none;
}

h3 {
  font-size: 22px;
}

.product-area {
  border-radius: 10px;
}
.product-area .card-product {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  padding: 20px;
}
.product-area .card-product h3 {
  background-image: linear-gradient(-0.2turn, #e31921 -50%, #ad221d 50%);
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: smooth 1s;
}
.product-area .card-product p {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
.product-area .card-product p .readmore {
  font-weight: normal;
  color: #ad221d;
  border: 1px solid #ad221d;
  padding: 10px;
  border-radius: 3px;
  font-size: 18px;
}
.product-area .card-product p .readmore:hover {
  color: #fff;
  border: 1px outset #ad221d;
  background-color: #ad221d;
}
.product-area .card-product:hover {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
  top: -2px;
}

.services-area .single_service {
  background: url(../img/gallery/fecho-tambor.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-position: center;
  overflow: hidden;
  min-height: 250px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .single_service {
    min-height: 250px;
  }
}
.services-area .single_service .service_hover {
  text-align: center;
  padding: 90px 0 94px 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  min-height: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .single_service .service_hover {
    min-height: 250spx;
  }
}
.services-area .single_service .service_hover h3 {
  font-size: 19px;
  color: #000;
  margin-bottom: 0;
  display: inline-block;
  min-width: 217px;
  max-width: 230px;
  padding: 50px 15px;
  border-left: 7px solid #ad221d;
  background: #ffffffd1;
  border-radius: 6px;
}
.services-area .single_service .service_hover .hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: #8b8b8b;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.services-area .single_service .service_hover .hover_content .hover_content_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-area .single_service .service_hover .hover_content .hover_content_inner {
    padding: 0 10px;
  }
}
.services-area .single_service .service_hover .hover_content .hover_content_inner h3,
.services-area .single_service .service_hover .hover_content .hover_content_inner span {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.services-area .single_service .service_hover .hover_content .hover_content_inner p {
  font-size: 14px;
  color: #fff;
}
.services-area .single_service .service_hover .hover_content .hover_content_inner ul li {
  font-size: 16px;
  color: #fff;
}
.services-area .single_service:hover {
  background-position: top;
}
.services-area .single_service:hover .hover_content {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.services-area .single_service:hover .service_hover {
  background: rgba(0, 0, 0, 0.5);
}
.services-area .bg2 {
  background: url(../img/gallery/aros.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.services-area .bg3 {
  background: url(../img/gallery/fecho-envirolado.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.brands-area {
  padding: 0 0 55px;
}
.brands-area .single-brand-item {
  cursor: pointer;
  margin: 0 auto;
}
.brands-area .single-brand-item img {
  filter: grayscale(1);
  opacity: 0.7;
  height: 65px !important;
  transition: 0.8s;
}
.brands-area .single-brand-item:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.question-area {
  padding: 65px 0 0;
}

.testimonial-area {
  /* Homepage1 Testimonial */
}
.testimonial-area .testimonial-caption p {
  font-size: 17px;
  color: #ad221d;
  color: #191d34;
  line-height: 45px;
  line-height: 1.5;
  padding: 0 80px;
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption p {
    padding: 0 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-area .testimonial-caption p {
    font-size: 15px;
    padding: 0 10px;
  }
}
.testimonial-area .testimonial-ratting {
  margin-bottom: 21px;
}
.testimonial-area .testimonial-ratting i {
  color: #fbba42;
  display: inline-block;
}
.testimonial-area .rattiong-caption span {
  color: #112e41;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.testimonial-area .h1-testimonial-active button.slick-arrow {
  position: absolute;
  top: 67%;
  left: -133px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  height: 45px;
  width: 45px;
  line-height: 15px;
  border-radius: 50%;
  cursor: pointer;
  background: none;
  color: #96989a;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .h1-testimonial-active button.slick-arrow {
    left: -45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .h1-testimonial-active button.slick-arrow {
    left: -45px;
  }
}
.testimonial-area .h1-testimonial-active button.slick-next {
  left: auto;
  right: -133px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .h1-testimonial-active button.slick-next {
    right: -45px;
  }
}
.testimonial-area .h1-testimonial-active:hover button.slick-prev {
  left: -120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .h1-testimonial-active:hover button.slick-prev {
    left: 0;
  }
}
.testimonial-area .h1-testimonial-active:hover button.slick-next {
  right: -120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .h1-testimonial-active:hover button.slick-next {
    right: 0;
  }
}
.testimonial-area .h1-testimonial-active:hover button {
  background: #e31921;
  color: #fff;
}
.testimonial-area .testimonial-icon img {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial-area .h1-testimonial-active .testimonial-icon img {
  border: 3px dashed transparent;
  border-radius: 50%;
}
.testimonial-area .h1-testimonial-active:hover .testimonial-icon .ani-btn {
  animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
  box-shadow: 0 0 0 0 rgba(18, 70, 240, 0.302);
  -webkit-animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
  z-index: 9999;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(226, 14, 14, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(230, 10, 10, 0);
  }
}
.testimonial-area .slick-initialized .slick-slide {
  outline: 0;
}

.blog-area .home-blog-single {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
}
.blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}
.blog-area .home-blog-single .blog-img-cap ul {
  background: #f3f3f3;
}
.blog-area .home-blog-single .blog-img-cap ul li {
  background: #eee;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #787878;
  padding: 20px 30px 20px 120px;
  margin-right: 50px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding: 20px 30px 20px 87px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap {
  background: #f3f3f3;
  padding: 30px 45px 36px 45px;
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 37px 23px 37px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 19px 8px 17px 18px;
    min-height: 236px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 19px 8px 17px 18px;
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    padding: 19px 8px 17px 18px;
    min-height: 140px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
  color: #191d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
.blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
  color: #e31921;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
  color: #3a3a3a;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #3a3a3a;
  position: relative;
  padding-left: 50px;
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn:hover {
  color: #eee;
}
.blog-area .home-blog-single:hover {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.blog-area .home-blog-single:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-area {
  padding: 0px 0 120px;
}

.img-int {
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
  padding: 20px;
}
.img-int img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.card-catalogos {
  border: 1px solid #b0b1b6;
  border-top: 2px solid #ad221d;
  padding: 20px;
  transition: 0.3s;
}
.card-catalogos:hover {
  box-shadow: 4px 4px 4px 4px #d3d3d3;
}
.card-catalogos img {
  text-align: center;
}
.card-catalogos .card-text {
  padding-top: 40px;
}
.card-catalogos .card-text p {
  min-height: 64px;
  color: #e31921;
  font-weight: 400;
  transition: 0.3s;
}
.card-catalogos .card-text p:hover {
  color: #b0b1b6;
}

.list-int {
  padding: 20px;
}
.list-int li {
  padding: 2px 5px;
  list-style: disc;
}
.list-int li::marker {
  color: #e31921;
}

.contact-form {
  padding: 50px 0;
  overflow: hidden;
  background: #801511;
}
.contact-form .form-wrapper {
  border-radius: 5px;
  background: #eee;
  padding: 100px 50px 20px 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form .form-wrapper {
    padding: 45px 26px 41px 29px;
  }
}
@media (max-width: 575px) {
  .contact-form .form-wrapper {
    padding: 100px 20px 20px 20px;
  }
}
.contact-form .subtitle span {
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff26;
  font-size: 70px;
  overflow: hidden;
}
.contact-form .subtitle h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: -65px;
  color: #fff;
}
.contact-form .contact-card .icon-contact {
  padding-top: 10px;
  width: 50px;
  height: 45px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.contact-form .contact-card .icon-contact i {
  font-size: 30px;
  color: #fff;
}
.contact-form .contact-card .content p {
  font-size: 16px;
  height: 45px;
  display: flex;
  align-items: center;
}
.contact-form .contact-card .content a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}
.contact-form .contact-card .content a:hover {
  color: #696868;
}

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-info {
  margin-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}
.contact-info .media-body h3 a {
  font-size: 16px;
}
.contact-info .media-body h3 a:hover {
  color: #ad221d;
}
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
  border-radius: 5px;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-control {
  border: 1px solid #ad221daf;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  color: #ad221d;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 400;
  color: #e31921;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.contact-section {
  padding: 75px 0 0px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 0px;
  }
}
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}
.contact-section .btn_2:hover {
  background-color: #ad221d;
}

.boxed-btn {
  background: transparent;
  color: #ad221d !important;
  border-radius: 5px;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border: 1px solid #ad221d;
  text-align: center;
  color: #ad221d;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #ad221d;
  color: #fff !important;
  border: 1px solid #ad221d;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

.slider-height2 {
  height: 350px;
  background-size: cover;
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.hero-overly {
  position: relative;
  z-index: 1;
}
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.slider-area2 {
  background-image: url(../img/about/hero2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area2 .hero-cap h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area2 .hero-cap h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area2 .hero-cap h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area2 .hero-cap h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-area2 .hero-cap h1 {
    font-size: 26px;
  }
}
.slider-area2 .hero-cap .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.slider-area2 .hero-cap .breadcrumb a {
  color: #dcdcdc;
  font-size: 18px;
  text-transform: capitalize;
}
.slider-area2 .hero-cap .breadcrumb-item + .breadcrumb-item::before {
  color: #dcdcdc;
}

.ajust-padding {
  padding-top: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ajust-padding {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ajust-padding {
    padding-top: 115px;
  }
}
@media (max-width: 575px) {
  .ajust-padding {
    padding-top: 115px;
  }
}

.ajust-link {
  color: #fff;
}
.ajust-link:hover {
  color: #e31921;
}

.color-w {
  color: #fff;
}

/* animaçãozinha */
@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 28px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
}

.whatsapp-icon {
  margin-top: 13px;
}

/* posição no mobile */
@media (max-width: 600px) {
  .whatsapp {
    right: 12px;
    bottom: 73px;
  }
}
/* ================== */
.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 95%;
  margin: 0 2.5%;
  z-index: 7886392056514347007;
  display: none;
}
.lgpd .lgpd-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.lgpd .lgpd-container .lgpd-msg {
  font-size: 13px;
  width: 90%;
}
.lgpd .lgpd-container .lgpd-msg a {
  color: #fff;
  text-decoration: underline;
}
.lgpd .lgpd-container .lgpd-button-container {
  width: 10%;
}
.lgpd .lgpd-container .lgpd-button-container .lgpd-btn {
  background: #eab934;
  border: 0;
  padding: 5px 15px;
  display: block;
  outline: none;
  width: 100%;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
