/*---------------------------
      Table of Contents
    -------------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Header & Navbar 
    14- Accordions
    15- Banners
    16- Dividers
    17- Footer
    18- Request quote
    19- Carousel
    20- Slider
    21- Video
    22- Features
    23- Fancybox
    24- Projects
    25- Team
    26- Testimonials
    27- Clients
    28- Blog
    29- Contact
    30- Pricing
    31- Counters
    32- Sidebar
    33- About
    34- Banners
    35- Careers
    36- Maps

----------------------------*/
/*--------------------------
      Global Styles
---------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #9b9b9b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #B52F24;
  color: #ffffff;
}

a {
  color: #B52F24;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #8a1f1a;
  text-decoration: none;
}

section {
  position: relative;
  padding: 100px 0;
}

img {
  max-width: 320px;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0>.row {
  margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
  padding: 0;
}

.inner-padding {
  padding: 120px 70px;
}

.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.width-auto {
  width: auto !important;
}

.fz-16 {
  font-size: 13px;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.vh-100 {
  height: 100vh !important;
}

.list-inline>li {
  display: inline-block;
}

.align-v {
  display: flex;
  align-items: center;
}

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-top {
  border-top: 1px solid #eaeaea !important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}

@media (min-width: 992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* Large Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner-padding {
    padding: 120px 50px;
  }
}

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 75px 0;
  }

  .inner-padding {
    padding: 100px 50px !important;
  }

  .mt-30 {
    margin-top: 30.7692307692px !important;
  }

  .mt-40 {
    margin-top: 28.5714285714px !important;
  }

  .mt-50 {
    margin-top: 35.7142857143px !important;
  }

  .mt-60 {
    margin-top: 42.8571428571px !important;
  }

  .mt-70 {
    margin-top: 50px !important;
  }

  .mt-80 {
    margin-top: 57.1428571429px !important;
  }

  .mt-90 {
    margin-top: 64.2857142857px !important;
  }

  .mt-100 {
    margin-top: 71.4285714286px !important;
  }

  .mb-30 {
    margin-bottom: 23.0769230769px !important;
  }

  .mb-40 {
    margin-bottom: 28.5714285714px !important;
  }

  .mb-50 {
    margin-bottom: 35.7142857143px !important;
  }

  .mb-60 {
    margin-bottom: 42.8571428571px !important;
  }

  .mb-70 {
    margin-bottom: 50px !important;
  }

  .mb-80 {
    margin-bottom: 57.1428571429px !important;
  }

  .mb-90 {
    margin-bottom: 64.2857142857px !important;
  }

  .mb-100 {
    margin-bottom: 71.4285714286px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 23.0769230769px !important;
  }

  .mr-40 {
    margin-right: 28.5714285714px !important;
  }

  .mr-50 {
    margin-right: 35.7142857143px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 27.2727272727px !important;
  }

  .ml-40 {
    margin-left: 33.3333333333px !important;
  }

  .ml-50 {
    margin-left: 35.7142857143px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 23.0769230769px !important;
  }

  .pt-40 {
    padding-top: 28.5714285714px !important;
  }

  .pt-50 {
    padding-top: 35.7142857143px !important;
  }

  .pt-60 {
    padding-top: 42.8571428571px !important;
  }

  .pt-70 {
    padding-top: 50px !important;
  }

  .pt-80 {
    padding-top: 57.1428571429px !important;
  }

  .pt-90 {
    padding-top: 64.2857142857px !important;
  }

  .pt-100 {
    padding-top: 71.4285714286px !important;
  }

  .pt-110 {
    padding-top: 78.5714285714px !important;
  }

  .pt-120 {
    padding-top: 85.7142857143px !important;
  }

  .pt-130 {
    padding-top: 93.3333333333px !important;
  }

  .pt-140 {
    padding-top: 87.5px !important;
  }

  .pt-150 {
    padding-top: 88.2352941176px !important;
  }

  .pt-160 {
    padding-top: 88.8888888889px !important;
  }

  .pt-170 {
    padding-top: 89.4736842105px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.0769230769px !important;
  }

  .pb-40 {
    padding-bottom: 28.5714285714px !important;
  }

  .pb-50 {
    padding-bottom: 35.7142857143px !important;
  }

  .pb-60 {
    padding-bottom: 42.8571428571px !important;
  }

  .pb-70 {
    padding-bottom: 50px !important;
  }

  .pb-80 {
    padding-bottom: 57.1428571429px !important;
  }

  .pb-90 {
    padding-bottom: 64.2857142857px !important;
  }

  .pb-100 {
    padding-bottom: 71.4285714286px !important;
  }

  .pb-110 {
    padding-bottom: 78.5714285714px !important;
  }

  .pb-120 {
    padding-bottom: 85.7142857143px !important;
  }

  .pb-130 {
    padding-bottom: 86.6666666667px !important;
  }

  .pb-140 {
    padding-bottom: 87.5px !important;
  }

  .pb-150 {
    padding-bottom: 88.2352941176px !important;
  }

  .pb-160 {
    padding-bottom: 88.8888888889px !important;
  }

  .pb-170 {
    padding-bottom: 89.4736842105px !important;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  section {
    padding: 50px 0;
  }

  .inner-padding {
    padding: 50px 30px !important;
  }

  .text-center-xs-sm {
    text-align: center !important;
  }

  .mt-30 {
    margin-top: 23.0769230769px !important;
  }

  .mt-40 {
    margin-top: 28.5714285714px !important;
  }

  .mt-50 {
    margin-top: 33.3333333333px !important;
  }

  .mt-60 {
    margin-top: 33.3333333333px !important;
  }

  .mt-70 {
    margin-top: 35px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-90 {
    margin-top: 45px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-30 {
    margin-bottom: 23.0769230769px !important;
  }

  .mb-40 {
    margin-bottom: 28.5714285714px !important;
  }

  .mb-50 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-60 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-70 {
    margin-bottom: 35px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .mb-90 {
    margin-bottom: 45px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 25px !important;
  }

  .mr-40 {
    margin-right: 30.7692307692px !important;
  }

  .mr-50 {
    margin-right: 33.3333333333px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 25px !important;
  }

  .ml-40 {
    margin-left: 30.7692307692px !important;
  }

  .ml-50 {
    margin-left: 33.3333333333px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 23.0769230769px !important;
  }

  .pt-40 {
    padding-top: 28.5714285714px !important;
  }

  .pt-50 {
    padding-top: 33.3333333333px !important;
  }

  .pt-60 {
    padding-top: 33.3333333333px !important;
  }

  .pt-70 {
    padding-top: 35px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pt-90 {
    padding-top: 45px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pt-110 {
    padding-top: 55px !important;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .pt-130 {
    padding-top: 66.6666666667px !important;
  }

  .pt-140 {
    padding-top: 63.6363636364px !important;
  }

  .pt-150 {
    padding-top: 65.2173913043px !important;
  }

  .pt-160 {
    padding-top: 66.6666666667px !important;
  }

  .pt-170 {
    padding-top: 68px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.0769230769px !important;
  }

  .pb-40 {
    padding-bottom: 28.5714285714px !important;
  }

  .pb-50 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-60 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-70 {
    padding-bottom: 35px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .pb-90 {
    padding-bottom: 45px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .pb-110 {
    padding-bottom: 55px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .pb-130 {
    padding-bottom: 61.9047619048px !important;
  }

  .pb-140 {
    padding-bottom: 63.6363636364px !important;
  }

  .pb-150 {
    padding-bottom: 65.2173913043px !important;
  }

  .pb-160 {
    padding-bottom: 66.6666666667px !important;
  }

  .pb-170 {
    padding-bottom: 68px !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #F0F0F0 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-theme {
  color: #B52F24 !important;
}

.color-heading {
  color: #1b1a1a !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #F0F0F0 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #1b1a1a !important;
}

.bg-theme {
  background-color: #B52F24 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.55);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.75);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.95);
}

.bg-overlay-4:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  background: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
  background: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
  background: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
}

.bg-overlay-theme:before {
  background-color: rgba(255, 118, 7, 0.9);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1a1a;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 23px;
}

p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #B52F24;
  display: inline-block;
  margin-bottom: 16px;
}

.heading__title {
  font-size: 34px;
  margin-bottom: 14px;
}

.heading__desc {
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 0;
}

.divider__line+.heading__desc {
  margin-top: 22px;
}

.heading .divider__line {
  height: 3px;
}

.heading .divider__line:after {
  width: 40px;
  height: 3px;
}

.heading-2 .heading__title {
  font-size: 40px;
  line-height: 54px;
}

.heading-3 .heading__subtitle {
  margin-bottom: 17px;
}

.heading-3 .heading__title {
  font-size: 43px;
  line-height: 57px;
}

.heading-3 .heading__desc {
  font-size: 17px;
  line-height: 27px;
}

.heading-white .heading__subtitle {
  color: #F0F0F0;
}

.heading-white .heading__title,
.heading-white .heading__desc {
  color: #ffffff;
}

.text__block-desc {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 35px;
}

.text__block-2 {
  position: relative;
}

.text__block-2 .text__block-title {
  position: absolute;
  top: 0;
  left: 0;
}

.text__block-2 .text__block-desc {
  padding-left: 220px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a {
  color: #222222;
  border-bottom: 2px solid #222222;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.text__link:hover a {
  color: #B52F24;
  border-bottom: 2px solid #B52F24;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading__title {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2 .heading__title {
    font-size: 35px;
    line-height: 44px;
  }

  .heading-3 .heading__title {
    font-size: 37px;
    line-height: 47px;
  }

  .heading-3 .heading__desc {
    font-size: 13px;
    line-height: 26px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .heading-2 .heading__title {
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .heading-2 .heading__desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }

  .heading-3 .heading__subtitle {
    margin-bottom: 13px;
  }

  .heading-3 .heading__title {
    font-size: 30px;
    line-height: 38px;
  }

  .heading-3 .heading__desc {
    font-size: 13px;
    line-height: 26px;
  }

  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .text__block-2 .text__block-title {
    position: static;
  }

  .text__block-2 .text__block-desc {
    padding-left: 0;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .heading-2 .heading__title {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2 .heading__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title {
  margin-top: -100px;
}

.pagetitle__subheading {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #F0F0F0;
  display: block;
  margin-bottom: 15px;
}

.pagetitle__heading {
  font-size: 47px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 0;
}

.pagetitle__desc {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0;
}

.page-title {
  padding: 265px 0 165px;
}

.page-title .breadcrumb {
  margin-top: 33px;
  margin-bottom: 0;
}

.page-title .breadcrumb-item {
  padding-bottom: 5px;
}

.page-title .breadcrumb-item.active {
  color: #F0F0F0;
}

.page-title .breadcrumb-item a {
  position: relative;
  padding-bottom: 3px;
}

.page-title .breadcrumb-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B52F24;
}

.page-title .breadcrumb-item.active a:after {
  display: none;
}

.page-title .breadcrumb-item a,
.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
  color: #B52F24;
}

.page-title-layout2 {
  padding: 252px 0 22px;
}

.page-title-layout2 .btn {
  margin-top: 26px;
}

.page-title-layout2 .breadcrumb {
  margin-top: 109px;
}

.page-title-layout3 {
  padding: 297px 0 193px;
}

.page-title-layout3 .pagetitle__heading {
  font-size: 57px;
}

.page-title-layout4 {
  padding: 307px 0 212px;
}

.page-title-layout4 .pagetitle__heading {
  font-size: 57px;
}

.page-title-layout5 {
  padding: 200px 0 230px;
}

.page-title-layout5 .pagetitle__subheading {
  margin-bottom: 16px;
}

.page-title-layout6 {
  padding: 307px 0 212px;
}

.page-title-layout6 .pagetitle__heading {
  font-size: 57px;
}

.page-title-layout7 {
  padding: 250px 0 153px;
}

.page-title-layout7 .btn {
  margin-top: 26px;
}

.page-title-layout8 {
  padding: 265px 0 161px;
}

.page-title-layout9 {
  padding: 60px 0 50px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.page-title-layout9 .pagetitle__heading {
  color: #1b1a1a;
}

.page-title-layout10 {
  padding: 217px 0 118px;
}

.page-title-layout10 .pagetitle__heading {
  font-size: 105px;
  line-height: 105px;
}

.page-title-layout10 .pagetitle__desc {
  margin-top: 17px;
  padding-right: 60px;
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding: 200px 0 60px;
  }

  .page-title-layout2 {
    padding: 200px 0 22px;
  }

  .page-title-layout3 {
    padding: 200px 0 80px;
  }

  .page-title-layout9 {
    padding: 50px 0;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding: 100px 0 50px;
  }

  .page-title-layout2 {
    padding: 100px 0 22px;
  }

  .page-title-layout9 {
    padding: 40px 0;
  }

  .pagetitle__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 0 !important;
  }

  .pagetitle__heading {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .page-title .breadcrumb {
    margin-top: 15px;
  }
}

/*------------------------------*\
    BUTTONS
\*--------------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  width: 170px;
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn__block {
  width: 100%;
}

/* Button Primary */
.btn__primary {
  background-color: #B52F24;
  color: #ffffff;
  border: 2px solid #B52F24;
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
  background-color: transparent;
  color: #B52F24;
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
  background-color: #ffffff;
  color: #B52F24;
  border-color: #ffffff;
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
  background-color: #1b1a1a;
  color: #ffffff;
  border-color: #1b1a1a;
}

/* Button Secondary*/
.btn__secondary {
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #222222;
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
  background-color: #B52F24;
  color: #ffffff;
  border-color: #B52F24;
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
  background-color: #ffffff;
  color: #222222;
  border-color: #ffffff;
}

.btn__default {
  background-color: transparent;
  border: 2px solid #eaeaea;
}

.btn__default:active,
.btn__default:focus,
.btn__default:hover {
  background-color: #B52F24;
  color: #ffffff;
  border-color: #B52F24;
}

/* Button White */
.btn__white {
  background-color: #ffffff;
  color: #1b1a1a;
  border: 2px solid #ffffff;
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
  background-color: #B52F24;
  color: #ffffff;
  border-color: #B52F24;
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
  background-color: #1b1a1a;
  color: #ffffff;
  border-color: #1b1a1a;
}

.btn__rounded {
  border-radius: 50px;
}

/* Button Link */
.btn__link {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
}

.btn__link.btn__primary {
  color: #B52F24;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__secondary {
  color: #222222;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
  color: #B52F24;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white:active,
.btn__link.btn__white:focus,
.btn__link.btn__white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}

/* Button Bordered */
.btn__bordered {
  background-color: transparent;
}

.btn__bordered.btn__primary {
  color: #B52F24;
  border-color: #B52F24;
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
  color: #ffffff;
  background-color: #B52F24;
  border-color: #B52F24;
}

.btn__bordered.btn__secondary {
  color: #222222;
  border-color: #222222;
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn__bordered.btn__white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
  color: #B52F24;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn__white.btn__secondary {
  color: #222222;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
  color: #ffffff;
  background-color: #B52F24;
  border-color: #B52F24;
}

.btn__video.popup-video {
  padding-left: 40px;
  color: #ffffff;
}

.btn__video.popup-video .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn__lg {
  width: 210px;
}

.btn__underlined {
  padding-bottom: 5px;
}

.btn__underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #B52F24;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn__white.btn__underlined:after {
  background-color: #ffffff;
}

.btn__white.btn__underlined:hover {
  color: #1b1a1a;
}

.btn__white.btn__underlined:hover:after {
  background-color: #1b1a1a;
}

.btn i~span {
  margin-left: 6px;
}

/*---------------------------
        Forms
----------------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: #1b1a1a;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 50px;
  line-height: 50px;
  border: none;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 1px;
  padding: 0 0 0 20px;
  font-size: 14px;
}

.form-control:focus {
  background-color: #f4f4f4;
  border-color: #B52F24;
}

textarea.form-control {
  height: 122px;
  padding-top: 10px;
  line-height: 25px;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
}

.form-group-select:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.form-group-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #9b9b9b;
  cursor: pointer;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked~.radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked~.radio-indicator,
.label-radio input:checked:focus~.radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #B52F24;
}

.label-radio input:checked~.radio-indicator:after {
  display: block;
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .form-group {
    margin-bottom: 14px;
  }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 0 0 6px;
  margin: 0 30px 20px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #1b1a1a;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #B52F24;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: #B52F24;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
  color: #ffffff;
}

.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    margin: 0 15px 10px 0;
  }
}

/*------------------- 
    Icons
------------------*/
.social__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social__icons a {
  margin-right: 20px;
  color: #1b1a1a;
}

.social__icons a:hover {
  color: #B52F24;
}

.social__icons a:last-of-type {
  margin-right: 0;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  position: relative;
  line-height: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: FontAwesome;
  content: "";
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #f4f4f4;
  color: #222222;
  text-align: center;
  border: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a i {
  font-weight: 700;
}

.pagination li a:hover,
.pagination li a.current {
  background-color: #B52F24;
  color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

/*-------------------
    lists
-------------------*/
.list-items li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 31px;
}

.list-items li:before {
  content: "";
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
}

.list-items-white li {
  color: #ffffff;
}

.list-items-white li:before {
  color: #ffffff;
}

/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@-moz-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@-ms-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@-o-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-moz-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-ms-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-o-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  /*  dropdown-menu  */
}

.navbar>.container,
.navbar>.container-fluid {
  position: relative;
  height: 100px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}

.navbar .navbar-brand img {
  max-height: 114px;
  max-width: 358px;
  width: auto;
  height: auto;
  display: block;
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #333333;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #333333;
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 27px;
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #1b1a1a;
  line-height: 100px;
  letter-spacing: 0.4px;
}

.navbar .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #B52F24;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.navbar .dropdown-toggle:after {
  content: "";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0;
}

.navbar .dropdown-menu .nav__item:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  top: 0;
  line-height: 40px;
  left: 30px;
  transform: none;
  opacity: 0;
  transition-delay: 0.5s;
  color: #9b9b9b;
  font-size: 10px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.navbar .dropdown-menu .nav__item:hover:before {
  opacity: 1;
  left: 40px;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px !important;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #B52F24;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #B52F24;
  padding-left: 18px;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  width: 100%;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link {
  border-bottom: none;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link:after {
  display: none;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* header topbar */
.header__topbar {
  background-color: #222222;
  max-height: 47px;
}

.header__topbar .contact__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__topbar .contact__list li {
  font-size: 13px;
  line-height: 47px;
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.header__topbar .contact__list li i {
  font-size: 15px;
  margin-right: 8px;
}

.header__topbar .contact__list li:last-child {
  margin-right: 0;
}

.header__topbar .social__icons a {
  color: #ffffff;
  line-height: 47px;
  margin-right: 20px;
}

.header__topbar .social__icons a:last-child {
  margin-right: 0;
}

.header__topbar .social__icons a:hover {
  color: #B52F24;
}

.header__topbar .social__icons span {
  margin-right: 20px;
}

.header__topbar .header__topbar-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.header__topbar .header__topbar-links li {
  line-height: 47px;
}

.header__topbar .header__topbar-links li a {
  display: block;
  color: #ffffff;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 13px;
}

.header__topbar .header__topbar-links li a:after {
  content: "-";
  position: absolute;
  right: 0;
  color: #ffffff;
}

.header__topbar .header__topbar-links li a:hover {
  color: #B52F24;
}

.header__topbar .header__topbar-links li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

.header__topbar .header__topbar-links li:last-child a:after {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header__topbar {
    display: none;
  }
}

/* navbar-transparent */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .logo-light {
  display: inline-block;
}

.header-transparent .logo-dark {
  display: none;
}

.header-transparent .module__btn,
.header-transparent .nav__item .nav__item-link {
  color: #ffffff;
}

.header-transparent .module__btn-phone i,
.header-transparent .module__btn-phone a {
  color: #ffffff;
}

.header-transparent .module__btn-request:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b1a1a;
}

/* navbar-white */
.header-white .module__btn-phone a,
.header-white .module__btn-phone .icon-phone {
  color: #222222;
}

.header-full .navbar,
.header-full .navbar .nav__item .nav__item-link {
  line-height: 80px;
}

.header-full .navbar,
.header-full .navbar>.container,
.header-full .navbar>.container-fluid {
  height: 80px;
}

.header-full .module__search-form .search__input {
  padding-left: 20px;
  border: none;
  border-left: 1px solid #eaeaea;
  font-size: 13px;
  max-height: 77px;
}

/* fixed-navbar */
.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 90px;
  max-height: 90px;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: translateHeader 0.8s;
  -moz-animation: translateHeader 0.8s;
  -ms-animation: translateHeader 0.8s;
  -o-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
}

.fixed-navbar>.container,
.fixed-navbar>.container-fluid {
  position: relative;
  height: 90px;
}

.fixed-navbar .navbar-brand {
  line-height: 90px;
}

.fixed-navbar .header__top-right {
  display: none !important;
}

.fixed-navbar .nav__item .nav__item-link {
  color: #333333;
  line-height: 90px;
}

.fixed-navbar .logo-light {
  display: none;
}

.fixed-navbar .logo-dark {
  display: inline-block;
}

.fixed-navbar .navbar-nav {
  margin-top: 0;
}

.fixed-navbar .module__btn,
.fixed-navbar .module__btn i,
.fixed-navbar .module__btn-phone a {
  color: #333333;
}

.header-full-layout2 .navbar__bottom.fixed-navbar {
  background-color: #B52F24 !important;
  height: 60px;
  max-height: 60px;
}

.header-full-layout2 .navbar__bottom.fixed-navbar>.container,
.header-full-layout2 .navbar__bottom.fixed-navbar>.container-fluid {
  height: 60px;
}

.header-transparent .fixed-navbar .module__btn-request:hover {
  background-color: #1b1a1a;
  border-color: #1b1a1a;
  color: #ffffff;
}

/* navbar-modules */
.navbar-modules .modules__btns-list li {
  margin-left: 20px;
}

.navbar-modules .modules__btns-list li:first-child {
  margin-left: 30px;
}

.module__btn {
  position: relative;
  color: #333333;
}

.module__btn:hover {
  color: #B52F24;
}

.module__btn-request {
  width: 154px;
  height: 40px;
  line-height: 38px;
  letter-spacing: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.module__btn-request span {
  margin-right: 7px;
}

.module__btn-request:hover {
  background-color: #1b1a1a;
  border-color: #1b1a1a;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.module__btn-phone span {
  color: #9b9b9b;
  text-transform: uppercase;
}

.module__btn-phone a {
  font-weight: 700;
}
.header-phone-item {
  display: flex;
  align-items: center;
}

.module__btn-phone {
  gap: 12px;
  align-items: center;
}

.module__btn-phone .icon-phone {
  flex: 0 0 auto;
  margin-right: 0 !important;
}

.module__btn-phone-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.1;
  min-width: 0;
}

.module__btn-phone span {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.module__btn-phone-flags {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
}

.module__btn-phone-flag {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.module__btn-phone a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.15;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-modules {
    width: 100%;
    margin-top: 10px;
  }

  .navbar .navbar-collapse .modules__btns-list {
    display: block !important;
  }

  .navbar .navbar-collapse .modules__btns-list li,
  .navbar .navbar-collapse .modules__btns-list li:first-child {
    margin-left: 0;
  }

  .module__btn-phone {
    gap: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    background: rgba(245, 245, 245, 0.95);
  }

  .module__btn-phone .icon-phone,
  .module__btn-phone a {
    color: #111111 !important;
  }

  .module__btn-phone span {
    color: #666666;
  }
}

@media only screen and (max-width: 575px) {
  .module__btn-phone {
    gap: 10px;
    padding: 10px 12px;
  }

  .module__btn-phone a {
    font-size: 14px;
  }

  .module__btn-phone-flag {
    width: 16px;
    height: 16px;
  }
}


/* module-search  */
.module__search-container {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.module__search-container .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.module__search-container .close-search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: -1;
  opacity: 0;
  background-color: #B52F24;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.module__search-container .close-search:hover {
  color: #fff;
}

.module__search-container .close-search:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.module__search-container .module__search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 770px;
  margin: -40px auto 0;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.module__search-container .module__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 34px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #1b1a1a;
}

.module__search-container .module__search-btn:hover {
  color: #B52F24;
}

.module__search-container .search__input {
  z-index: 1;
  height: 80px;
  padding: 0 0 0 50px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #B52F24;
  width: 100%;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.module__search-container.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.module__search-container.inActive {
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.module__search-container.active .module__search-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.module__search-container.inActive .module__search-form {
  transition-delay: 0ms;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 15px;
  }

  .module__btn-request {
    width: 130px;
    font-size: 12px;
  }

  .navbar .logo-light {
    max-width: 140px;
  }

  .navbar-modules .modules__btns-list li:first-child {
    margin-left: 20px;
  }
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0 !important;
  }

  .navbar .nav__item {
    margin-right: 0;
  }

  .navbar .nav__item .nav__item-link {
    color: #222222;
    line-height: 35px !important;
    padding-left: 15px;
  }

  .navbar .nav__item .nav__item-link:hover {
    color: #B52F24;
  }

  .navbar .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }

  .navbar .navbar-collapse .navbar-modules {
    padding: 0 15px;
  }

  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar i[data-toggle=dropdown] {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 50%;
    text-align: right;
    z-index: 2;
  }

  .navbar .dropdown-toggle:after {
    display: none;
  }

  .navbar .nav__item.opened>i[data-toggle=dropdown]:before,
  .navbar .nav__item.show>i[data-toggle=dropdown]:before {
    content: "";
  }

  .navbar .dropdown-menu {
    background-color: white;
  }

  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
    border-bottom: none;
  }

  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu-col h6 {
    font-size: 13px;
    margin: 10px 0 5px;
  }

  .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu>.nav__item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .fixed-navbar {
    position: static;
    animation: none;
  }

  .header-transparent+.page-title {
    margin-top: 0;
  }

  .header-full .navbar {
    line-height: 80px;
  }

  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }

  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }

  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }

  .header .module__btn,
  .header-transparent .module__btn {
    color: #333333;
    margin: 0 60px 0 0;
  }

  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #333333;
  }

  .header .navbar-expand-lg>.container,
  .header .navbar-expand-lg>.container-fluid,
  .header-transparent .navbar-expand-lg>.container,
  .header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,
  .header .navbar>.container,
  .header .navbar>.container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar>.container,
  .header-transparent .navbar>.container-fluid {
    height: 80px;
  }

  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important;
  }

  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px;
  }

  .header__topbar>.container {
    max-width: none;
  }

  .navbar__bottom {
    display: flex;
    flex-wrap: wrap;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .dropdown-menu.wide-dropdown-menu {
    min-width: 512px;
    padding: 0;
    overflow: hidden;
  }

  .navbar .dropdown-menu.wide-dropdown-menu>.nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.wide-dropdown-menu>.nav__item:before {
    display: none;
  }

  .navbar .dropdown-menu.wide-dropdown-menu h6 {
    font-size: 14px;
    margin: 0 0 13px 40px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 100%;
    background-color: #eaeaea;
  }

  .navbar .nav__item.with-dropdown>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.mega-menu,
  .navbar .nav__item.with-dropdown>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .navbar .nav__item.with-dropdown:hover>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
  .navbar .nav__item.with-dropdown:hover>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    color: #B52F24;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .navbar-nav>.nav__item>.dropdown-toggle:after {
    display: none;
  }

  .nav__item i[data-toggle=dropdown] {
    display: none;
  }

  .header-full-layout2 .navbar,
  .header-full-layout2 .navbar>.container,
  .header-full-layout2 .navbar>.container-fluid {
    height: auto;
  }

  .header-full-layout2 .navbar {
    display: block;
    line-height: 60px;
  }

  .header-full-layout2 .navbar .nav__item .nav__item-link {
    line-height: 60px;
  }

  .header-full-layout2 .nav__item .nav__item-link {
    color: #ffffff;
  }

  .header-full-layout2 .nav__item .nav__item-link:before {
    background-color: #ffffff;
  }

  .header-full-layout2 .header__topbar {
    background-color: transparent;
  }

  .header-full-layout2 .header__topbar .contact__list li {
    line-height: 1;
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
  }

  .header-full-layout2 .header__topbar .contact__list li:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
  }

  .header-full-layout2 .header__topbar .contact__list li:last-child {
    margin-right: 0;
  }

  .header-full-layout2 .header__topbar .contact__list li:last-child:after {
    display: none;
  }

  .header-full-layout2 .header__topbar .contact__list li>i {
    font-size: 13px;
    margin-right: 14px;
    color: #B52F24;
  }

  .header-full-layout2 .header__topbar .contact__list li strong {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 700;
  }

  .header-full-layout2 .navbar__bottom {
    flex: 1;
    display: flex;
    background-color: #B52F24;
  }

  .header-full-layout2 .navbar__bottom>.container {
    display: flex;
    flex-wrap: wrap;
  }

  .header-full-layout2 .navbar__bottom .social__icons a {
    color: #ffffff;
  }

  .header-full-layout2 .navbar__bottom .social__icons a:hover {
    color: #1b1a1a;
  }

  .header-full-layout2 .module__search-form {
    background-color: #ff5e00;
    min-width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-full-layout2 .module__search-form .search__input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: transparent;
    color: #ffffff;
    padding: 0 25px;
  }

  .header-full-layout2 .module__search-form .search__input::-webkit-input-placeholder {
    color: #ffffff;
  }

  .header-full-layout2 .module__search-form .search__input:-moz-placeholder {
    color: #ffffff;
  }

  .header-full-layout2 .module__search-form .search__input::-moz-placeholder {
    color: #ffffff;
  }

  .header-full-layout2 .module__search-form .search__input:-ms-input-placeholder {
    color: #ffffff;
  }

  .header-full-layout2 .module__search-form .module__btn-search {
    margin-right: 25px;
  }

  .header-full-layout2 .module__search-form .module__btn-search i {
    color: #ffffff;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu>.nav__item {
    padding: 0 15px;
  }

  .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
    border-bottom: none;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .module__search-container .module__search-form {
    max-width: 90%;
  }

  .module__search-container .module__search-btn {
    font-size: 18px;
  }

  .module__search-container .search__input {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 450px) {
  .navbar-brand img {
    max-width: 110px;
  }

  .header-full .module__search-form .search__input {
    max-width: 210px;
  }

  .navbar-modules .modules__btns-list li {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .navbar-brand img {
    max-width: 100px;
  }

  .header-full .module__search-form .search__input {
    max-width: 110px;
  }
}

/* Header Animation */
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 1px solid #ededed;
  background-color: #ffffff;
  padding: 25px 30px;
  margin-bottom: 27px;
}

.accordion-item .accordion__item-title {
  font-family: "Rubik", sans-serif;
  color: #222222;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px;
}

.accordion-item .accordion__item-title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: fontawesome;
  background-color: transparent;
  color: #1b1a1a;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-item.opened {
  border-color: #B52F24;
}

.accordion-item.opened .accordion__item-title {
  color: #B52F24;
}

.accordion-item.opened .accordion__item-title:after {
  background-color: #B52F24;
  color: #ffffff;
  content: "";
}

.accordion-item .accordion__item-body {
  padding-top: 25px;
}

.accordion-item .accordion__item-body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 15px 20px;
  }
}

/*----------------------
     Dividers 
------------------------*/
.divider__line {
  position: relative;
  height: 2px;
}

.divider__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1b1a1a;
}

.divider__line.divider__center:after {
  left: 50%;
  transform: translateX(-50%);
}

.divider__line.divider__sm,
.divider__line.divider__sm:after {
  width: 30px;
}

.divider__theme:after {
  background-color: #B52F24;
}

.divider__white:after {
  background-color: #ffffff;
}

/*-------------------------
    Footer
--------------------------*/
.footer {
  background-color: #161616;
}

.footer-top {
  padding-top: 110px;
  padding-bottom: 63px;
}

.footer__widget-title {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}

.footer__widget-about img {
  margin-bottom: 35px;
}

.footer__widget-about p {
  color: #f4f4f4;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 11px;
}

.footer__widget-about p:first-child {
  font-size: 15px;
}

.footer__widget-newsletter .footer__widget-content {
  background-color: #121212;
  border-radius: 1px;
  padding: 40px 30px;
}

.footer__widget-newsletter .footer__widget-content .footer__widget-title {
  margin-bottom: 11px;
  color: #B52F24;
}

.footer__widget-newsletter .footer__widget-content p {
  color: #f4f4f4;
  margin-bottom: 26px;
}

.widget__newsletter-form {
  position: relative;
}

.widget__newsletter-form .form-control {
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #212121;
}

.widget__newsletter-form .form-control:focus {
  background-color: transparent;
  border-color: #B52F24;
}

.widget__newsletter-form .btn {
  width: 82px;
  height: 30px;
  line-height: 26px;
  border-radius: 1px;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

.footer__widget-nav li a,
.footer__copyright-links li a {
  display: block;
  position: relative;
  color: #f4f4f4;
  font-size: 14px;
  line-height: 33px;
}

.footer__widget-nav li a:hover,
.footer__copyright-links li a:hover {
  color: #B52F24;
}

.footer__copyright-links li a {
  margin-right: 14px;
  padding-right: 14px;
  margin-bottom: 3px;
}

.footer__copyright-links li a:after {
  content: "-";
  position: absolute;
  right: 0;
  color: #9b9b9b;
}

.footer__copyright-links li:last-child a:after {
  display: none;
}

.footer__contact-link a {
  position: relative;
  padding-bottom: 1px;
}

.footer__contact-link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B52F24;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__contact-link a:hover {
  color: #ffffff;
}

.footer__contact-link a:hover:after {
  background-color: #ffffff;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 2px solid #212121;
}

.footer-bottom .social__icons a {
  color: #9b9b9b;
  font-size: 17px;
}

.footer-bottom .social__icons a:hover {
  color: #ffffff;
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #222222;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #B52F24;
}


.whatsapp-widget {
  position: fixed;
  right: 16px;
  bottom: 76px;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25D366;
  color: #ffffff;
  font-size: 34px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
  z-index: 1001;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-widget:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .footer__widget {
    margin-bottom: 30px;
  }

  .footer-top .footer__widget-title {
    margin-bottom: 14px;
  }

  .footer-bottom .social__icons {
    margin-top: 20px;
    justify-content: flex-start !important;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .footer-bottom {
    padding: 25px 0;
  }

  .footer__copyright-links {
    margin-bottom: 10px;
  }

  .footer__copyright-links li a {
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .footer__widget-newsletter .footer__widget-content {
    padding: 30px;
  }

  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .whatsapp-widget {
    right: 12px;
    bottom: 70px;
    width: 62px;
    height: 62px;
    font-size: 31px;
  }
}

@media only screen and (max-width: 400px) {
  .widget__newsletter-form .btn {
    position: static;
    margin-top: 10px;
  }

  .footer__widget-nav li a,
  .footer__copyright-links li a {
    font-size: 13px;
    line-height: 30px;
  }

  .footer__widget-newsletter .footer__widget-content {
    padding: 20px;
  }
}

/*-----------------------
    Request quote
 ------------------------*/
.request__form {
  background-color: #fff;
  box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
  margin-bottom: 30px;
}

.request__form .request__form-title {
  font-size: 31px;
  line-height: 36px;
  margin-bottom: 8px;
}

.request__form .request__form-body {
  padding: 50px;
}

.request__form .input-radio {
  margin-right: 20px;
}

.request__form .input-radio:last-child {
  margin-right: 0;
}

.request-quote-2 .request-quote-panel {
  display: flex;
  flex-wrap: wrap;
}

.request-quote-2 .request__form {
  flex-basis: 64%;
}

.request-quote-2 .request__form-body {
  padding: 60px 80px;
}

.request-quote-2 .request__panel-banner {
  flex-basis: 36%;
  padding: 60px;
  position: relative;
}

.request-quote-2 .request__panel-banner .request__panel-title {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 27px;
}

.request-quote-2 .request__panel-banner .request__panel-desc {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.request-quote-2 .request__panel-banner .btn {
  width: 280px;
  position: absolute;
  bottom: 60px;
}

.features-list-layout2+.request-quote-2 {
  margin-top: -120px;
  z-index: 3;
}

@media only screen and (min-width: 1400px) {
  .request__form-body {
    padding: 60px 80px;
  }
}

/* Large Size Screens */
@media only screen and (max-width: 1200px) {
  .request__form .request__form-body {
    padding: 50px 20px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .request__form .request__form-body {
    padding: 30px 20px;
  }

  .request-quote-2 .request-quote-panel {
    display: block;
  }

  .request-quote-2 .request__panel-banner .btn {
    position: static;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .request__form {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .request__form .request__form-body {
    padding: 30px 20px;
  }

  .request-quote-2 .request__panel-banner {
    padding: 30px;
  }

  .request-quote-2 .request__panel-banner .request__panel-title {
    margin-bottom: 14px;
  }

  .request-quote-2 .request__panel-banner .btn {
    position: static;
  }

  .request-quote-2 .request-quote-panel {
    display: block;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .request__form .request__form-body {
    padding: 20px;
  }

  .request__form .request__form-header {
    padding: 15px 10px;
  }

  .request__form .request__form-header i {
    font-size: 20px;
    margin-right: 5px;
  }

  .request__form .request__form-header .request__form-title {
    font-size: 13px;
  }

  .request-quote-2 .request__panel-banner {
    padding: 30px;
  }

  .request-quote-2 .request__panel-banner .request__panel-title {
    margin-bottom: 15px;
  }
}

/*----------------------
    Carousel
-----------------------*/
[data-nav=false] .owl-nav,
[data-dots=false] .owl-dots {
  display: none;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.carousel-dots .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.carousel-dots .owl-dots .owl-dot {
  margin: 0 5px;
}

.carousel-dots .owl-dots .owl-dot span {
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #1b1a1a;
  margin: 0;
  display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #B52F24;
}

.carousel-dots-white .owl-dots .owl-dot span {
  background-color: #ffffff;
  border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span {
  border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span:before {
  background-color: #ffffff;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  color: #333333;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-arrows .owl-nav .owl-prev:hover,
.carousel-arrows .owl-nav .owl-next:hover {
  color: #B52F24;
  background-color: transparent;
}

.carousel-arrows .owl-nav .owl-prev {
  left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
  font-family: "icomoon";
  content: "";
  font-size: 55px;
}

.carousel-arrows .owl-nav .owl-next {
  right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
  font-family: "icomoon";
  content: "";
  font-size: 55px;
}

.carousel-arrows .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  line-height: 1;
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 767px) {

  .carousel-arrows .owl-nav .owl-prev:before,
  .carousel-arrows .owl-nav .owl-next:before {
    font-size: 40px;
  }
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent+.slider {
  margin-top: -100px;
}

.header-transparent+.slider .slide-item {
  padding-top: 100px;
}

.slider {
  padding: 0;
}

.slider .slide-item {
  height: 100vh;
}

.slider .slide__subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #B52F24;
  margin-bottom: 14px;
}

.slider .slide__title {
  font-size: 65px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 23px;
}

.slider .slide__desc {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 34px;
}

.slider .carousel-arrows .owl-nav .owl-prev {
  left: 50px;
}

.slider .carousel-arrows .owl-nav .owl-next {
  right: 50px;
}

.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
  color: #ffffff;
  border: none;
  line-height: 46px;
  width: auto;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.4s ease;
  transform: scale(0.8);
}

.slider:hover .carousel-arrows .owl-nav .owl-prev,
.slider:hover .carousel-arrows .owl-nav .owl-next {
  opacity: 1;
  transform: scale(1);
}

.slider .carousel-arrows .owl-dots {
  bottom: 10px;
  text-align: center;
}

.slider .carousel-dots .owl-dots .owl-dot span {
  border-color: #ffffff;
}

.slider .carousel-dots .owl-dots .owl-dot.active span {
  border-color: #B52F24;
}

.slider .slider__panel {
  background-color: #fff;
  text-align: center;
  padding: 50px 45px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.slider .slider__panel .slider__panel-icon {
  font-size: 72px;
  line-height: 1;
  color: #282828;
  margin-bottom: 16px;
}

.slider .slider__panel .slider__panel-title {
  font-size: 18px;
  line-height: 29px;
  color: #222222;
  margin-bottom: 7px;
}

.slider .slider__panel .slider__panel-desc {
  font-size: 14px;
  line-height: 24px;
}

.slider .slider__panel:hover .slider__panel-icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.slider .slider__panel:hover .slider__panel-title {
  color: #B52F24;
}

.slider-1 .slide__title {
  font-size: 105px;
  line-height: 95px;
}

.slider-2 .slide__content {
  padding: 0 70px;
}

.slider-2 .slide__desc {
  padding: 0 50px;
}

.slider-3 .slide-item {
  min-height: 670px;
}

.slider-3 .slide__desc {
  padding-right: 180px;
}

.slider-3 .carousel-arrows .owl-dots {
  bottom: 110px;
}

.slider-3+.services-layout4 {
  margin-top: -80px;
  z-index: 3;
}

/* FIMAC home banner text tune-up */
#slider1 .fimac-banner-copy {
  max-width: 860px;
  padding-top: 20px;
}

#slider1 .fimac-banner-copy .slide__title {
  font-size: 68px;
  line-height: 1.04;
  margin-bottom: 14px;
}

#slider1 .fimac-banner-copy .slide__desc {
  max-width: 820px;
}

/* FIMAC logo swap: transparent header vs scrolled header */
.header-transparent .navbar-brand .logo-light {
  display: inline-block !important;
}

.header-transparent .navbar-brand .logo-dark {
  display: none !important;
}

.header-transparent .fixed-navbar .navbar-brand .logo-light {
  display: none !important;
}

.header-transparent .fixed-navbar .navbar-brand .logo-dark {
  display: inline-block !important;
}

@media only screen and (max-width: 991px) {
  .header-transparent .navbar-brand .logo-light {
    display: none !important;
  }

  .header-transparent .navbar-brand .logo-dark {
    display: inline-block !important;
  }

  .navbar .navbar-brand img {
    max-height: 101px;
    max-width: 306px;
  }
}


 .fimac-maintenance-strip {
  padding: 70px 0 45px;
  background: #111111;
  position: relative;
}

.fimac-maintenance-strip:before {
  background-color: rgba(0, 0, 0, 0.92) !important;
}

.fimac-maintenance-item {
  margin-bottom: 14px;
  padding-right: 16px;
}

 .fimac-maintenance-item__title {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
}

 .fimac-maintenance-item__desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 0;
}

@media (max-width: 991px) {
    .fimac-maintenance-strip {
    padding: 60px 0 35px;
  }

    .fimac-maintenance-item__title {
    font-size: 22px;
  }

    .fimac-maintenance-item__desc {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
    .fimac-maintenance-strip {
    padding: 45px 0 20px;
  }

  .fimac-maintenance-item {
    padding-right: 0;
  }

    .fimac-maintenance-item__title {
    font-size: 20px;
  }

    .fimac-maintenance-item__desc {
    font-size: 14px;
    line-height: 1.65;
  }
}

.fimac-maintenance-item__icon {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-top: 18px;
}

@media (max-width: 991px) {
  .fimac-maintenance-item__icon {
    width: 70px;
    height: 70px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .fimac-maintenance-item__icon {
    width: 62px;
    height: 62px;
    margin-top: 14px;
  }
}
/* FIMAC concepts text strip */
.fimac-concepts-text {
  padding-bottom: 40px !important;
}

.fimac-concept-block {
  margin-bottom: 28px;
}

.fimac-concept-block__title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 14px;
  color: #1b1a1a;
}

.fimac-concept-block__desc {
  font-size: 18px;
  line-height: 1.9;
  color: #5c6673;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .fimac-concepts-text {
    padding-bottom: 20px !important;
  }

  .fimac-concept-block__title {
    font-size: 28px;
  }

  .fimac-concept-block__desc {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .fimac-concept-block__title {
    font-size: 24px;
  }

  .fimac-concept-block__desc {
    font-size: 13px;
    line-height: 1.8;
  }
}
/* FIMAC services redesign: 3 per row with clean cards */
#servicesLayout3.fimac-services-grid .service-items-wrap {
  box-shadow: none;
  overflow: visible;
}

#servicesLayout3.fimac-services-grid .service-item {
  border: 1px solid #d7dde5;
  border-radius: 4px;
  margin: 0;
  height: 100%;
  box-shadow: 0 10px 18px rgba(28, 35, 49, 0.1) !important;
  background-color: #fff;
  overflow: hidden;
}

#servicesLayout3.fimac-services-grid .fimac-service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  min-height: 290px;
}

#servicesLayout3.fimac-services-grid .service-item .service__content {
  padding: 34px 28px 28px;
  text-align: left;
}

#servicesLayout3.fimac-services-grid .service-item .service__title {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#servicesLayout3.fimac-services-grid .service-item .service__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  min-height: 118px;
}

#servicesLayout3.fimac-services-grid .service-item .service__list li {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: #5c6673;
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  text-align: left;
}

#servicesLayout3.fimac-services-grid .service-item .service__list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B52F24;
  position: absolute;
  left: 0;
  top: 10px;
}

#servicesLayout3.fimac-services-grid .service-item .service__icon {
  width: 72px;
  height: 72px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#servicesLayout3.fimac-services-grid .service-item .service__icon i {
  font-size: 52px;
  line-height: 1;
}

#servicesLayout3.fimac-services-grid .service-item .service__icon img {
  max-width: 52px;
  max-height: 52px;
}

#servicesLayout3.fimac-services-grid .service__link {
  display: inline-block;
  color: #B52F24;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-bottom: 2px solid #B52F24;
  padding-bottom: 4px;
}

#servicesLayout3.fimac-services-grid .service__media {
  position: relative;
  background: linear-gradient(180deg, #22272f, #0e1116);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
}

#servicesLayout3.fimac-services-grid .service__media span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
}

#servicesLayout3.fimac-services-grid .service__media:before {
  content: attr(data-image-slot);
  position: absolute;
  left: 26px;
  right: 16px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

#servicesLayout3.fimac-services-grid .service-item:hover {
  transform: translateY(-4px);
}

@media only screen and (max-width: 1199px) {
  #servicesLayout3.fimac-services-grid .fimac-service-card {
    grid-template-columns: minmax(0, 1fr) 120px;
  }
}

@media only screen and (max-width: 767px) {
  #servicesLayout3.fimac-services-grid .fimac-service-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  #servicesLayout3.fimac-services-grid .service-item .service__content {
    padding: 28px 22px 24px;
  }

  #servicesLayout3.fimac-services-grid .service-item .service__title {
    font-size: 20px;
  }

  #servicesLayout3.fimac-services-grid .service-item .service__list {
    min-height: auto;
  }

  #servicesLayout3.fimac-services-grid .service__media {
    clip-path: none;
    min-height: 150px;
  }

  #servicesLayout3.fimac-services-grid .service__media:before {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 13px;
  }
}
/* Banner 2 override: black panel instead of orange */
#banner2 .fimac-black-panel:before {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* Request/contact section panel in brand red */
#requestQuote .fimac-contact-panel:before {
  background-color: rgba(181, 47, 36, 0.96) !important;
}

/* Clients logos uniform sizing */
#clients .client img {
  height: 98px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.laser-service-title {
  color: #B52F24 !important;
}

.fimac-service-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 30px 0 40px;
}

.fimac-service-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f4f4;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.fimac-service-gallery__item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.fimac-service-gallery__item:hover img {
  transform: scale(1.03);
}


.page-title--contacto {
  min-height: 520px;
  padding: 235px 0 165px;
  display: flex;
  align-items: center;
}

.page-title--contacto .bg-img {
  position: absolute;
  inset: 0;
  background-color: #1b1a1a;
}

.page-title--contacto .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 35%;
}

.page-title--nosotros {
  min-height: 460px;
  padding: 118px 0 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #120f16;
}

.page-title--nosotros .bg-img {
  position: absolute;
  inset: 0;
  background-color: #1b1a1a;
}

.page-title--nosotros .bg-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}

.page-title--nosotros .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.fimac-about-hero .container {
  position: relative;
  z-index: 2;
}

.fimac-about-hero__panel {
  position: relative;
  max-width: 520px;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 28px 0 24px 0;
  background: transparent;
  clip-path: none;
  box-shadow: none;
}

.fimac-about-hero__panel:before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 0;
  height: 0;
  background: transparent;
  transform: skewX(-18deg);
}

.fimac-about-hero__panel:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  background-image: radial-gradient(rgba(211, 50, 40, 0.32) 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.45;
}

.fimac-about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 320px;
}

.fimac-about-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #d33228;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fimac-about-hero__eyebrow:after {
  content: "";
  width: 42px;
  height: 2px;
  background: transparent;
}

.fimac-about-hero__title {
  color: #171717;
  font-size: 28px;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fimac-about-hero__title span {
  color: #d33228;
}

.fimac-about-hero__desc {
  color: #2f2f2f;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.fimac-about-hero__btn {
  min-width: 0;
}

@media (max-width: 767px) {
  .page-title--nosotros {
    min-height: 360px;
    padding: 118px 0 70px;
  }

  .fimac-about-hero__panel {
    max-width: 320px;
    min-height: 0;
    padding: 18px 0 12px 0;
    background: transparent;
    clip-path: none;
  }

  .fimac-about-hero__panel:before {
    right: 16px;
    width: 10px;
    height: 54px;
  }

  .fimac-about-hero__panel:after {
    right: 28px;
    bottom: 18px;
    width: 40px;
    height: 40px;
  }

  .fimac-about-hero__title {
    font-size: 32px;
  }

  .fimac-about-hero__desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fimac-service-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 24px 0 32px;
  }

  .fimac-service-gallery__item img {
    height: 240px;
  }

  .fimac-service-gallery--slider .fimac-service-gallery__item img {
    height: 260px;
  }

  .page-title--contacto {
    min-height: 250px;
    padding: 150px 0 95px;
  }

  .page-title--contacto .bg-img img {
    object-position: center top;
  }

  .page-title--nosotros {
    min-height: 360px;
    padding: 140px 0 90px;
  }

  .page-title--nosotros .bg-img img {
    object-position: center 18%;
  }
}

.footer-logo-small {
  max-width: 252px;
  height: auto;
}

#footer .footer-top a,
#footer .footer-bottom a,
#footer .footer__widget-nav li a,
#footer .footer__copyright-links li a {
  color: #B52F24 !important;
}

@media only screen and (min-width: 992px) {
  #footer .footer-top .row {
    flex-wrap: nowrap;
  }
}

/* FIMAC: Fade In Left scroll-reveal (non-intrusive, one-time) */
.fimac-fade-left {
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s ease;
  will-change: transform, opacity;
}

.fimac-fade-left.fimac-fade-left--in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Hero video background */
.slider .slide-item {
  position: relative;
  overflow: hidden;
}

.slider .slide-item .hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.slider .slide-item .hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.slider .slide-item--video-bg .bg-img {
  display: none;
}

.slider .slide-item--video-bg .hero-video-bg {
  z-index: 0;
}

.slider .slide-item--video-bg:before {
  z-index: 1;
}

.slider .slide-item--video-bg .container {
  position: relative;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .fimac-fade-left {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
    line-height: 75px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .slider-3 .slide__desc {
    padding-right: 100px;
  }

  .slider-3+.services-layout4 {
    margin-top: 0;
  }

  #slider1 .fimac-banner-copy {
    padding-top: 70px;
  }

  #slider1 .fimac-banner-copy .slide__title {
    font-size: 60px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 0;
  }

  .slider-2 .slide__content,
  .slider-2 .slide__desc {
    padding: 0;
  }

  .slider-3 .slide__desc {
    padding-right: 50px;
  }

  .slider-3+.services-layout4 {
    margin-top: 0;
  }

  #slider1 .fimac-banner-copy {
    padding-top: 60px;
  }

  #slider1 .fimac-banner-copy .slide__title {
    font-size: 48px;
    line-height: 1.08;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header-transparent+.slider {
    margin-top: 0;
  }

  .header-transparent+.slider .slide-item {
    padding-top: 0;
  }

  .slider .slide-item {
    height: calc(100vh - 80px);
  }

  .header-transparent+.slider .slide__content {
    padding-top: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .slider .carousel-arrows .owl-nav .owl-next:before,
  .slider .carousel-arrows .owl-nav .owl-prev:before {
    font-size: 15px;
  }

  .slider-2 .slide__content,
  .slider-2 .slide__desc {
    padding: 0;
  }

  .slider-3 .slide__desc {
    padding-right: 0;
  }

  .slider-3+.services-layout4 {
    margin-top: 0;
  }

  #slider1 .fimac-banner-copy {
    padding-top: 20px;
  }

  #slider1 .fimac-banner-copy .slide__title {
    font-size: 40px;
    line-height: 1.08;
  }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  #slider1 .fimac-banner-copy .slide__title {
    font-size: 34px;
    line-height: 1.1;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }

  .slider .slide__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px;
  }

  .slider .btn {
    margin-bottom: 14px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    display: none;
  }

  #slider1 .fimac-banner-copy .slide__title {
    font-size: 34px;
    line-height: 1.12;
  }

  #slider1 .fimac-banner-copy .slide__desc {
    max-width: 320px;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  position: relative;
}

.popup-video {
  text-align: center;
  display: inline-block;
  position: relative;
}

.popup-video .video__player {
  font-size: 18px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #B52F24;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.popup-video .video__player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px solid #B52F24;
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}

.popup-video .video__player-animation-2 {
  animation-delay: 1s;
}

.popup-video .video__player-animation-3 {
  animation-delay: 1.8s;
}

.popup-video .video__player-title {
  text-transform: uppercase;
  color: #1b1a1a;
  font-size: 13px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.popup-video:hover .video__player-animation {
  opacity: 0;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

.video__btn-white .video__player {
  background-color: #ffffff;
  color: #B52F24;
}

.video__btn-white .video__player-animation {
  border-color: #ffffff;
}

.video-1 {
  padding: 225px 0;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-1 {
    padding: 130px 0;
  }

  .popup-video .video__player {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .video-1 {
    padding: 80px 0;
  }
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  margin-bottom: 30px;
}

.feature-item .feature__img {
  margin-bottom: 18px;
}

.feature-item .feature__img img {
  border-radius: 3px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.feature-item .feature__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}

.feature-item .feature__title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.feature-item .feature__desc {
  margin-bottom: 0;
}

.feature-item .feature__link {
  display: block;
  margin-top: 5px;
}

.feature-item:hover .feature__img img {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.feature-item:hover .feature__title {
  color: #B52F24;
}

.features-Layout2 {
  z-index: 3;
}

.features-Layout2 .features-wrap {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.features-Layout2 .feature-item {
  padding: 38px 24px 40px 30px !important;
  border-right: 2px solid #eaeaea;
  margin-bottom: 0;
}

.features-Layout2 .feature-item:last-child {
  border-right: none;
}

.features-Layout2 .feature-item:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% + 40px);
  background-color: #B52F24;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-Layout2 .feature-item .feature__desc {
  font-size: 14px;
  line-height: 25px;
}

.features-Layout2 .feature-item:hover:after {
  opacity: 1;
}

.features-Layout2 .feature-item:hover .feature__title,
.features-Layout2 .feature-item:hover .feature__desc,
.features-Layout2 .feature-item:hover .feature__link {
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.awards .feature__content {
  padding-left: 30px;
}

.feature-list-item {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-list-item .feature__content {
  position: relative;
  padding-left: 15px;
}

.feature-list-item .feature__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.feature-list-item .feature__title {
  margin-bottom: 15px;
}

.feature-list-item .feature__desc {
  font-size: 14px;
  line-height: 24px;
}

.features-list-layout1 .feature__content:before {
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B52F24;
}

.features-list-layout2 {
  padding-bottom: 190px;
}

.features-list-layout2 .feature-list-item {
  margin-bottom: 0;
  padding: 25px 30px;
}

.features-list-layout2 .feature-list-item:hover {
  background-color: rgba(15, 15, 15, 0.75);
}

.features-list-layout2 .feature-list-item .feature__content {
  padding-left: 38px;
}

.features-list-layout2 .feature-list-item .feature__content:before {
  font-family: "Fontawesome";
  content: "";
  color: #ffffff;
}

.features-list-layout2 .feature-list-item .feature__title {
  font-size: 20px;
  color: #ffffff;
}

.features-list-layout2 .feature-list-item .feature__desc {
  color: #f4f4f4;
}

.features-list-layout3 .feature-list-item {
  padding: 27px 15px 22px 25px;
  border: 2px solid #e5e5e5;
  background-color: #ffffff;
}

.features-list-layout3 .feature-list-item:hover {
  border-color: #ffffff;
  box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
}

.features-list-layout3 .feature-list-item .feature__content {
  padding-left: 32px;
}

.features-list-layout3 .feature-list-item .feature__content:before {
  font-family: "Fontawesome";
  content: "";
  color: #B52F24;
  font-size: 18px;
}

.features-list-layout3 .feature-list-item .feature__title {
  font-size: 19.5px;
  margin-bottom: 14px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item .feature__img {
    margin-bottom: 14px;
  }

  .feature-item .feature__title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .awards .feature__content {
    padding-left: 0;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-item .feature__img {
    margin-bottom: 15px;
  }

  .feature-item .feature__title {
    margin-bottom: 10px;
  }

  .awards .feature-item {
    text-align: center;
  }

  .awards .feature-item .feature__content {
    padding-left: 0;
  }
}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 40px;
}

.fancybox-item .fancybox__icon {
  font-size: 52px;
  line-height: 1;
  color: #B52F24;
  margin-bottom: 15px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.fancybox-item .fancybox__title {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
  color: #B52F24;
}

.fancybox-white .fancybox-item .fancybox__icon,
.fancybox-white .fancybox-item .fancybox__title,
.fancybox-white .fancybox-item:hover .fancybox__title {
  color: #ffffff;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-item .fancybox__title {
    margin-bottom: 16px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .fancybox-item .fancybox__title {
    font-size: 15px;
    margin-bottom: 5px !important;
  }
}

/*-----------------------
    projects
------------------------*/
.project-item {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.project-item .project__img {
  position: relative;
  overflow: hidden;
}

.project-item .project__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.project-item .project__img img {
  width: 100%;
  max-width: 320px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.project-item:hover .project__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.project-item .project__content {
  padding: 30px;
  background-color: #ffffff;
}

.project-item .project__cat {
  line-height: 1;
  margin-bottom: 11px;
}

.project-item .project__cat a {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #B52F24;
  padding-right: 7px;
}

.project-item .project__cat a:hover {
  color: #1b1a1a;
}

.project-item .project__cat a::after {
  content: ",";
  position: absolute;
  top: 2px;
  right: 2px;
}

.project-item .project__cat a:last-child:after {
  display: none;
}

.project-item .project__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 9px;
}

.project-item .project__title a {
  color: #1b1a1a;
}

.project-item .project__title a:hover {
  color: #B52F24;
}

.project-item .project__desc {
  margin-top: 19px;
  margin-bottom: 16px;
}

.project-item .btn__link {
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
}

.project-item .btn__link i {
  display: inline-block;
  opacity: 0;
  color: #B52F24;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}

.project-item:hover .btn__link {
  color: #B52F24;
}

.project-item:hover .btn__link i {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.project-item .zoom__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.project-item .zoom__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.project-item .zoom__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.project-item:hover .zoom__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.projects-filter {
  display: flex;
  flex-wrap: wrap;
}

.projects-filter li {
  margin-bottom: 14px;
  margin-right: 30px;
}

.projects-filter li:last-child {
  margin-right: 0;
}

.projects-filter li a {
  position: relative;
  color: #1b1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  padding-bottom: 4px;
}

.projects-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #B52F24;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.projects-filter li a:hover,
.projects-filter li a.active {
  color: #B52F24;
}

.projects-filter li a:hover:after,
.projects-filter li a.active:after {
  width: 100%;
}

/* projects-carousel */
.projects-carousel .projects-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 624px;
}

.projects-carousel .project-item {
  box-shadow: none;
  overflow: hidden;
}

.projects-carousel .project-item .project__content {
  position: absolute;
  bottom: 40px;
  left: 50px;
  width: 390px;
  padding: 40px 40px 37px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.projects-carousel .project-item .project__title {
  margin-bottom: 9px;
}

.projects-carousel .project-item .project__desc {
  margin-bottom: 17px;
}

.projects-carousel .project-item .btn__link {
  color: #B52F24;
}

.projects-carousel .project-item .btn__link i {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.projects-carousel .project-item:hover .project__img img {
  transform: scale(1);
}

.projects-carousel .project-item:hover .project__content {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.projects-carousel .project-item:hover .btn__link i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.projects-carousel .owl-nav .owl-prev,
.projects-carousel .owl-nav .owl-next {
  top: auto;
  bottom: 25%;
  width: auto;
  left: -70px;
  right: auto;
  color: #fff;
}

.projects-carousel .owl-nav .owl-prev:hover,
.projects-carousel .owl-nav .owl-next:hover {
  color: #B52F24;
}

.projects-carousel .owl-nav .owl-next {
  bottom: 2.5%;
  color: #333333;
}

.projects-carousel-2 .project-item {
  box-shadow: none;
  margin-bottom: 0;
}

.projects-carousel-2 .project-item .project__content {
  padding: 30px 0 0 0;
}

.projects-carousel-2.carousel-arrows .owl-nav .owl-prev {
  left: -60px;
}

.projects-carousel-2.carousel-arrows .owl-nav .owl-next {
  right: -60px;
}

.projects-carousel-3 .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.projects-carousel-3 .project-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
}

.projects-carousel-3 .project-item .project__content {
  padding: 30px 15px 30px 30px;
}

.project-hidden>.project-item {
  display: none;
}

@media (min-width: 992px) {
  .projects-carousel .owl-carousel {
    width: 130%;
  }

  .projects-carousel-2.owl-carousel {
    width: 100%;
  }
}

/* project single */
.projects-single .project__single-title {
  font-size: 30px;
  font-weight: 600;
}

.projects-single .divider__line {
  margin-bottom: 21px;
}

.projects-single .project__single-desc {
  margin-bottom: 40px;
}

.projects-single .project__single-desc p {
  margin-bottom: 27px;
}

.projects-single .project__single-desc p:last-of-type {
  margin-bottom: 0;
}

/* project gallery */
.projects-slider .bg-overlay:before {
  z-index: 1;
}

.projects-slider .owl-thumbs {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.projects-slider .owl-thumbs .owl-thumb-item {
  flex: 1;
  text-align: left;
  cursor: pointer;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap span,
.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap i {
  display: block;
  color: #ffffff;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
  font-size: 68px;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  margin-bottom: 14px;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 13px;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 13px;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
  background-color: #B52F24;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  padding: 37px 15px 37px 37px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
  background-color: rgba(15, 15, 15, 0.5);
  padding: 37px 15px 37px 37px;
}

.projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    left: -30px;
  }

  .projects-carousel .owl-nav .owl-prev:before,
  .projects-carousel .owl-nav .owl-next:before {
    font-size: 40px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
    display: none;
  }

  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
    padding: 15px 10px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
    background-color: #B52F24;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
    font-size: 13px;
    margin-bottom: 0;
  }

  .project-item .project__content,
  .projects-carousel-2 .project-item .project__content,
  .projects-carousel-3 .project-item .project__content {
    padding: 20px;
  }

  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    left: -40px;
  }

  .projects-filter li {
    margin-right: 23px;
  }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .projects-filter li {
    margin-right: 20px;
  }

  .projects-grid .container {
    max-width: none;
  }

  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    left: -40px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .projects-slider .owl-thumbs .owl-thumb-item {
    border-right: none;
  }

  .projects-slider .slide-item img {
    min-height: 250px;
  }

  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
    display: none;
  }

  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
    padding: 10px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
    background-color: #B52F24;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
    display: none;
  }

  .projects-carousel .projects-bg {
    height: 580px;
  }

  .projects-carousel-3 .project-item .project__content,
  .project-item .project__content {
    padding: 20px;
  }

  .project-item .project__desc {
    margin-top: 5px;
  }

  .projects-single .project__title {
    font-size: 24px;
  }

  .projects-gallery .container {
    max-width: none;
  }

  .projects__nav {
    display: block;
  }

  .projects__nav .projects__nav-content h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .projects-carousel .project-item .project__content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 15px;
    opacity: 1;
  }

  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    position: static;
    color: #333333;
    margin: 15px 15px 0;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .projects-filter li {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .projects-filter li a {
    font-size: 13px;
  }

  .project-item .project__title {
    font-size: 18px;
    line-height: 25px;
  }

  .projects-carousel-2.carousel-arrows .owl-nav .owl-next {
    right: 20px;
    color: #F0F0F0;
  }

  .projects-carousel-2.carousel-arrows .owl-nav .owl-prev {
    left: 20px;
    color: #F0F0F0;
  }
}

/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  margin-bottom: 50px;
}

.member .member__img {
  position: relative;
  overflow: hidden;
}

.member .member__img img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.member .member__info {
  padding-top: 29px;
}

.member .member__info .member__name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 11px;
}

.member .member__info .member__desc {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.member .member__content-inner {
  position: absolute;
  left: 50px;
  bottom: 10px;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 100px);
  opacity: 0;
  background-color: #B52F24;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.member .social__icons a {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  transition-delay: 0.4s;
}

.member .social__icons a:hover {
  color: #1b1a1a;
}

.member .social__icons a:nth-of-type(2) {
  transition-delay: 0.6s;
}

.member .social__icons a:nth-of-type(3) {
  transition-delay: 0.8s;
}

.member .social__icons a:nth-of-type(4) {
  transition-delay: 1s;
}

.member:hover .member__hover {
  opacity: 1;
}

.member:hover .member__content-inner {
  bottom: 10px;
  opacity: 1;
}

.member:hover .social__icons a {
  opacity: 1;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .member .member__info {
    padding-top: 15px;
  }

  .member .member__info .member__name {
    font-size: 17px;
    margin-bottom: 0;
  }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item {
  position: relative;
  padding-top: 30px;
}

.testimonial-item .testimonial__rating {
  line-height: 1;
  margin-bottom: 21px;
}

.testimonial-item .testimonial__rating i {
  color: #ff5e14;
}

.testimonial-item .testimonial__content {
  position: relative;
  z-index: 2;
  margin-left: 120px;
}

.testimonial-item .testimonial__content:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
  width: 90px;
  height: 64px;
  display: inline-block;
  background-image: url(../images/testimonials/quote-icon.png);
}

.testimonial-item .testimonial__desc {
  font-family: "Rubik", sans-serif;
  color: #1b1a1a;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 19px;
}

.testimonial__meta {
  position: absolute;
  top: 30px;
  left: 0;
}

.testimonial__meta .testimonial__meta-title {
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  display: block;
}

.testimonial__meta .testimonial__meta-desc {
  font-family: "Roboto", sans-serif;
  line-height: 23px;
  font-weight: 400;
  font-size: 13px;
  color: #616161;
  margin-bottom: 0;
  display: block;
}

.testimonial__thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #B52F24;
  margin-bottom: 16px;
  display: inline-block;
}

.testimonial__thumb img {
  max-width: 320px;
  border-radius: 50%;
}

.testimonial-wrap-panel {
  background-color: #F0F0F0;
  padding: 60px 0 40px;
}

.testimonial-wrap-panel .testimonial-item {
  margin: 0 100px;
}

.testimonial .carousel-dots .owl-dots {
  margin-top: 22px;
}

.testimonial-2 .testimonial-item:before {
  top: 10px;
  bottom: auto;
}

.testimonial-2 .testimonial-item .testimonial__content {
  padding: 40px 40px 10px;
}

.testimonial-2 .testimonial__thumb {
  margin-bottom: 14px;
}

.testimonial-2 .testimonial-item .testimonial__desc {
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
}

.testimonial-2 .owl-thumb-item {
  opacity: 0.5;
  margin-right: 42px;
}

.testimonial-2 .owl-thumb-item .testimonial__thumb {
  transform: scale(0.8);
}

.testimonial-2 .owl-thumb-item:last-child {
  margin-right: 0;
}

.testimonial-2 .owl-thumb-item.active {
  opacity: 1;
}

.testimonial-2 .owl-thumb-item.active .testimonial__thumb {
  transform: scale(1);
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2 .testimonial-item .testimonial__desc {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-wrap-panel {
    padding: 20px 0 20px;
  }

  .testimonial-wrap-panel .testimonial-item {
    margin: 0 20px;
  }

  .testimonial-item .testimonial__desc {
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400;
  }

  .testimonial-2 .testimonial-item .testimonial__content {
    padding: 20px 0 0;
  }

  .testimonial-2 .owl-thumb-item {
    margin-right: 20px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .testimonial__meta {
    position: relative;
    top: 0;
    z-index: 3;
  }

  .testimonial-item .testimonial__content {
    margin: 0;
  }

  .testimonial__content:before {
    opacity: 0.7;
  }

  .testimonial-wrap-panel .testimonial-item {
    padding-top: 0;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 400px) {
  .testimonial__meta .testimonial__meta-title {
    margin-bottom: 0;
  }

  .testimonial-2 .owl-thumb-item {
    margin-right: 13px;
  }
}

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients {
  padding: 72px 0;
}

.clients .client {
  position: relative;
  text-align: center;
}

.clients .client img {
  display: inline-block;
  width: auto !important;
  max-width: 320px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients {
    padding: 50px 0;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .clients {
    padding: 30px 0;
  }
}

/*--------------------
     Blog
-------------------*/
.blog-item {
  position: relative;
  margin-bottom: 50px;
}

.blog-item .blog__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog-item .blog__img img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.blog-item:hover .blog__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item .blog__content {
  padding-left: 30px;
}

.blog-item .blog__meta-cat {
  display: inline-block;
  margin-bottom: 7px;
  line-height: 1;
}

.blog-item .blog__meta-cat a {
  position: relative;
  color: #B52F24;
  padding-right: 7px;
}

.blog-item .blog__meta-cat a:hover {
  color: #1b1a1a;
}

.blog-item .blog__meta-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #B52F24;
}

.blog-item .blog__meta-cat a:last-child {
  padding: 0;
}

.blog-item .blog__meta-cat a:last-child:after {
  display: none;
}

.blog-item .blog__meta-date {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #616161;
  margin-bottom: 14px;
}

.blog-item .blog__title {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
}

.blog-item .blog__title a {
  color: #1b1a1a;
}

.blog-item .blog__title a:hover {
  color: #B52F24;
}

.blog-item .blog__desc {
  text-align: left;
  margin-bottom: 0;
}

.blog-item .btn__link {
  margin-top: 19px;
}

.blog-item .btn__link i {
  display: inline-block;
  opacity: 0;
  color: #B52F24;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}

.blog-item:hover .btn__link {
  color: #B52F24;
}

.blog-item:hover .btn__link i {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.hidden-blog-item {
  display: none;
}

/* Blog Sigle */
.blog-single .blog-item .blog__meta-cat,
.blog-single .blog-item .blog__meta-date {
  margin-bottom: 0;
}

.blog-single .blog-item .blog__content {
  padding-left: 0;
}

.blog__meta-author {
  font-size: 13px;
}

.blog__meta-author span {
  color: #333333;
}

.blog-single .blog__meta {
  margin-bottom: 26px;
}

.blog-single .blog__meta>* {
  margin-right: 20px;
}

.blog-single .blog__meta>*:last-child {
  margin-right: 0;
}

.blog-single .blog__desc {
  margin-bottom: 21px;
}

.blog-single .blog__desc p {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 18px;
}

.blog-standard .blog-item .blog__desc {
  margin-bottom: 22px;
}

.blog-widget {
  padding-top: 40px;
  margin-bottom: 60px;
}

.blog__widget-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.blog-comments {
  padding-bottom: 37px;
  border-bottom: 2px solid #eaeaea;
}

.blog-share .blog__share-title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.blog-share .social__icons a {
  color: #5d5d5d;
  transition: 0.3s linear;
  margin: 0 0 0 20px;
}

.blog-share .social__icons a:hover {
  color: #B52F24;
}

.blog__tags a {
  font-size: 12px;
  background-color: #B52F24;
  color: #ffffff;
  line-height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 11px;
  display: block;
  transition: 0.3s linear;
}

.blog__tags li:last-child a {
  margin-right: 0;
}

.blog__tags a:hover {
  background-color: #1b1a1a;
  color: #ffffff;
}

.blog-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}

.blog-nav .blog__prev,
.blog-nav .blog__next {
  position: relative;
  min-height: 70px;
}

.blog-nav .blog__prev:hover h6,
.blog-nav .blog__next:hover h6 {
  color: #B52F24;
}

.blog-nav .blog__next {
  text-align: right;
}

.blog-nav .blog__next .blog__nav-img {
  right: 0;
  left: auto;
}

.blog-nav .blog__nav-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}

.blog-nav .blog__nav-img img {
  width: 100%;
  height: 100%;
}

.blog-nav .blog__nav-content span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}

.blog-nav .blog__nav-content h6 {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-nav .blog__next .blog__nav-content {
  padding-right: 90px;
}

.blog-nav .blog__prev .blog__nav-content {
  padding-left: 90px;
}

.blog-author {
  padding: 40px;
  display: flex;
  border: 2px solid #B52F24;
}

.blog-author .blog__author-avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
  border: 2px solid #B52F24;
  margin-right: 30px;
  margin-bottom: 14px;
}

.blog-author .blog__author-avatar img {
  border-radius: 50%;
}

.blog-author .blog__author-name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

.blog-author .blog__author-bio {
  line-height: 23px;
  margin-bottom: 13px;
}

.blog-author .social__icons a {
  font-size: 15px;
  margin-right: 26px;
  color: #5d5d5d;
}

.blog-author .social__icons a:hover {
  color: #222222;
}

.blog-author .social__icons a:last-child {
  margin-right: 0;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.comments-list .comment__item .comment__content {
  padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
  font-family: "Roboto", sans-serif;
  color: #616161;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #B52F24;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #1b1a1a;
}

.comments-list .comment__item .nested__comment {
  border-top: 2px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .blog-item .blog__title {
    padding: 0 40px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-item {
    margin-bottom: 30px;
  }

  .blog-item .blog__title {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .blog-item .blog__content {
    padding-left: 0;
  }

  .blog-single .blog-item .blog__title {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }

  .blog-grid-layout2 .blog-item .blog__content,
  .blog-grid-layout2 .blog-item-wide .blog__content {
    padding: 0 20px 20px 20px;
  }

  .blog__tags ul {
    justify-content: flex-start !important;
  }

  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }

  .comments-list .comment__item .comment__content {
    padding-left: 60px;
  }

  .blog-nav {
    display: block;
  }

  .blog-nav .blog__prev {
    margin-bottom: 14px;
  }

  .blog-nav .blog__nav-content h6 {
    font-size: 13px;
  }

  .blog-nav .blog__nav-img {
    width: 60px;
    height: 60px;
  }

  .blog-nav .blog__prev .blog__nav-content {
    padding-left: 70px;
  }

  .blog-nav .blog__next .blog__nav-content {
    padding-right: 70px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    display: block;
    padding: 20px;
  }
}

/*----------------------------
    Contact
----------------------------*/
.contact-panel .contact__panel-title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 21px;
}

.contact-panel .contact__panel-list li {
  font-size: 13px;
  line-height: 24px;
}

.contact-panel .contact__panel-list li i {
  width: 20px;
  color: #B52F24;
}

.contact-panel .contact__panel-list-2 li {
  line-height: 29px;
  display: flex;
  justify-content: space-between;
}

.contact-panel-2 {
  padding-bottom: 0 !important;
}

.contact-panel-2 .contact__panel-header {
  background-color: #B52F24;
  color: #ffffff;
  padding: 27px 30px;
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.contact-panel-2 .contact__panel-header .contact__panel-title {
  color: #ffffff;
}

.contact-panel-2 .contact__panel-header i {
  font-size: 40px;
  margin-right: 5px;
}

.contact-panel-2 .accordion-item {
  padding: 0;
}

.contact-panel-2 .accordion-item .accordion__item-header {
  padding: 22px 30px;
}

.contact-panel-2 .accordion-item .accordion__item-title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.contact-panel-2 .accordion-item .accordion__item-body {
  padding: 27px 30px;
  border-top: 1px solid #eaeaea;
}

.contact-panel-2 ul {
  margin-bottom: 0;
}

.locations-panel {
  margin-bottom: 85px;
}

.locations-panel .locations__panel-header {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.locations-panel .locations__panel-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
}

.locations-panel ul {
  display: flex;
  flex-wrap: wrap;
}

.locations-panel ul li {
  line-height: 40px;
  flex-basis: 25%;
}

.locations-panel ul li a {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}

.locations-panel ul li a:hover {
  color: #B52F24;
}

.locations-panel ul li a i {
  margin-right: 10px;
}

.contact .contact-panel {
  margin-right: 50px;
}

.contact-2 .contact-panels-wrap {
  position: absolute;
  top: 110px;
  z-index: 22;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.contact-2 .contact-panels-wrap .contact-panel {
  margin-right: 0;
}

@media only screen and (max-width: 992px) {
  .contact-2 .contact-panels-wrap {
    position: static;
    margin-bottom: 30px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact .contact-panel {
    margin-right: 0;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact .contact-panel {
    margin-right: 0;
  }

  .contact-panel .contact__panel-header {
    padding: 20px 10px;
    margin-bottom: 14px;
  }

  .contact-panel {
    margin-bottom: 14px;
    padding-bottom: 20px;
  }

  .contact-panel-2 .accordion-item .accordion__item-header,
  .contact-panel-2 .accordion-item .accordion__item-body {
    padding: 15px 20px;
  }
}

/*--------------------------
        pricing
--------------------------*/
.page-title-layout5+.pricing {
  margin-top: -138px;
  z-index: 3;
}

.pricing-item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.pricing-item .pricing__label {
  position: absolute;
  top: -1px;
  right: 30px;
  width: 18px;
  height: 40px;
  background-color: #B52F24;
}

.pricing-item .pricing__label:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 6px;
  width: 18px;
  border: 9px solid transparent;
  border-bottom-color: white;
}

.pricing-item .pricing__header {
  padding: 46px 60px;
  border-bottom: 2px solid #eaeaea;
}

.pricing-item .pricing__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 7px;
}

.pricing-item .pricing__subtitle {
  font-size: 13px;
  display: block;
}

.pricing-item .pricing__price {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  color: #1b1a1a;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}

.pricing-item .pricing__time {
  font-size: 14px;
}

.pricing-item .pricing__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
}

.pricing-item .pricing__content {
  padding: 45px 60px 35px;
}

.pricing-item .pricing__list {
  margin-top: 40px;
}

.pricing-item .pricing__list li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  line-height: 34px;
  text-transform: capitalize;
}

.pricing-item .pricing__list li:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #B52F24;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-layout5+.pricing {
    margin-top: 0;
  }

  .pricing .container {
    max-width: none;
    padding: 0 15px;
  }

  .pricing-item .pricing__header,
  .pricing-item .pricing__content {
    padding: 20px;
  }

  .pricing-item .pricing__list {
    margin-top: 40px;
  }

  .pricing-item .pricing__title {
    margin-bottom: 15px;
  }

  .pricing-item .pricing__price {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .pricing-item .pricing__title,
  .pricing-item .pricing__desc {
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title-layout5+.pricing {
    margin-top: 0;
  }

  .pricing .container {
    padding: 0 15px;
  }

  .pricing-item .pricing__list {
    margin-top: 20px;
  }

  .pricing-item .pricing__header,
  .pricing-item .pricing__content {
    padding: 20px;
  }
}

/*-----------------------
    Counters
-----------------------*/
.counter-item {
  text-align: center;
}

.counter-item h4 {
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.counter-item .counter__icon {
  line-height: 1;
  margin-bottom: 29px;
}

.counter-item .counter__icon i {
  font-size: 60px;
}

.counter-item .counter__subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.counter-item .counter__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.counters-white h4,
.counters-white .counter__icon,
.counters-white .counter__subtitle,
.counters-white .counter__desc {
  color: #fff;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter-item {
    margin-bottom: 30px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .counter-item .counter__icon {
    margin-bottom: 15px;
  }

  .counter-item .counter__icon i {
    font-size: 45px;
  }

  .counter-item h4 {
    font-size: 35px;
  }

  .counter-item .counter__subtitle {
    font-size: 13px;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .counter-item .counter__icon {
    margin-bottom: 15px;
  }

  .counter-item .counter__icon i {
    font-size: 30px;
  }

  .counter-item h4 {
    font-size: 25px;
  }

  .counter-item .counter__subtitle {
    font-size: 12px;
  }
}

/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-item .service__img {
  position: relative;
}

.service-item .service__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  -webkit-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -moz-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -ms-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -o-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
}

.service-item .service__img img {
  width: 100%;
  max-width: 320px;
}

.service-item .service__content {
  background-color: #fff;
  padding: 40px 20px 40px 40px;
}

.service-item .service__icon {
  margin-bottom: 30px;
}

.service-item .service__icon i {
  font-size: 65px;
  line-height: 1;
  color: #B52F24;
}

.service-item .service__icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
}

.service-item .service__title {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 16px;
}

.service-item .service__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.service-item .btn__link {
  margin-top: 19px;
}

.service-item .btn__link i {
  display: inline-block;
  opacity: 0;
  color: #B52F24;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}

.service-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.14);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-item:hover .service__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.service-item:hover .btn__link i {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.service-item .service__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 118, 7, 0.9);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.service-item:hover .service__overlay {
  opacity: 1;
}

.services-layout2 .heading__title,
.services-layout3 .heading__title {
  line-height: 48px;
}

.services-layout3 .service-items-wrap {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  overflow: hidden;
}

.services-layout3 .service-item {
  box-shadow: none !important;
  border-left: 2px solid #eaeaea;
  margin-left: -2px;
  margin-bottom: 0;
}

.services-layout3 .service-item:hover {
  box-shadow: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.services-layout3 .zoom__icon {
  position: relative;
  z-index: 3;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-layout3 .zoom__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.services-layout3 .zoom__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.services-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.services-carousel .service-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item .service__icon {
    margin-bottom: 15px;
  }

  .service-item .service__icon i {
    font-size: 28px;
  }

  .service-item .service__icon img {
    width: 50px;
    height: 50px;
  }

  .service-item .service__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .services-layout2 .heading__title,
  .services-layout3 .heading__title {
    line-height: 40px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-item .service__content {
    padding: 20px;
  }

  .service-item .service__title {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .service-item .service__icon {
    margin-bottom: 10px;
  }

  .service-item .service__icon i {
    font-size: 45px;
  }

  .service-item .service__icon img {
    width: 45px;
    height: 45px;
  }

  .services-layout2 .heading__title,
  .services-layout3 .heading__title {
    line-height: 35px;
  }
}

/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-right: 20px;
  z-index: 2;
}

.widget {
  background-color: #f4f4f4;
  padding: 40px;
  margin-bottom: 40px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 30px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  background-color: #fff;
}

.widget-search .widget__form-search button {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  color: #333333;
}

.widget-search .widget__form-search button:hover {
  color: #B52F24;
}

.widget-categories ul {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.05);
}

.widget-categories ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #222222;
  line-height: 48px;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 2px solid #f4f4f4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a.active,
.widget-categories ul li a:hover {
  background-color: #B52F24;
  color: #ffffff;
}

.widget-categories ul li:last-child a {
  border-bottom: none;
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  background-color: #B52F24;
  color: #ffffff;
  line-height: 1;
  text-transform: capitalize;
  padding: 7px 9px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #1b1a1a;
}

/*widget posts*/
.widget-posts .widget-post-item {
  margin-bottom: 26px;
}

.widget-posts .widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
  color: #222222;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
  color: #B52F24;
}

.widget-posts .widget-post-item .widget__post-img {
  margin-bottom: 19px;
}

.widget-posts .widget-post-item .widget__post-date {
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 6px;
}

.widget-posts .widget-post-item .widget__post-cat {
  margin-right: 20px;
  margin-bottom: 7px;
  line-height: 1;
}

.widget-posts .widget-post-item .widget__post-cat a {
  position: relative;
  font-size: 13px;
  color: #B52F24;
  padding-right: 7px;
}

.widget-posts .widget-post-item .widget__post-cat a:hover {
  color: #1b1a1a;
}

.widget-posts .widget-post-item .widget__post-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #B52F24;
}

.widget-posts .widget-post-item .widget__post-cat a:last-child {
  padding: 0;
}

/* Widget Download */
.widget-download .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  height: 70px;
}

.widget-download .btn img {
  width: 22px;
  height: 24px;
}

/* Widget help */
.widget-help {
  overflow: hidden;
}

.widget-help .widget__content {
  position: relative;
}

.widget-help .widget__content h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 27px;
}

.widget-help .widget__content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 74px;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar {
    margin-right: 0;
  }

  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }

  .widget-categories ul {
    padding: 15px 20px;
  }
}

/* Tablets and  Small Screens */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget {
    padding: 25px;
  }

  .widget .widget__title {
    margin-bottom: 25px;
  }

  .widget-categories ul {
    padding: 20px 30px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .widget {
    padding: 15px;
  }

  .widget .widget__title {
    margin-bottom: 14px;
  }

  .widget-help .widget__content p {
    margin-bottom: 30px;
  }

  .widget-categories ul {
    padding: 0;
  }

  .widget-categories ul li a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
  }

  .widget-download .btn {
    height: 50px;
  }
}

/*----------------------
    About
-----------------------*/
.about .heading {
  margin-bottom: 25px;
}

.about .carousel-wrap {
  position: relative;
  padding-right: 40px;
}

.about .carousel-wrap .carousel-arrows .owl-nav .owl-prev,
.about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
  bottom: 28px;
  top: auto;
  transform: translateY(0);
  color: rgba(255, 255, 255, 0.5);
}

.about .carousel-wrap .carousel-arrows .owl-nav .owl-prev:hover,
.about .carousel-wrap .carousel-arrows .owl-nav .owl-next:hover {
  color: #fff;
}

.about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
  right: 200px;
}

.about .carousel-wrap .counter-item {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 9;
  background-color: #B52F24;
  color: #ffffff;
  width: 200px;
  padding: 50px;
  text-align: left;
  margin: 0;
}

.about .carousel-wrap .counter-item .counter__icon {
  margin-bottom: 27px;
}

.about .carousel-wrap .counter-item h4 {
  font-size: 38px;
  margin-bottom: 10px;
}

.about .carousel-wrap .counter-item .counter__subtitle {
  font-size: 18px;
  font-weight: 500;
}

.about__text p {
  margin-bottom: 14px;
}

.about__text p:first-of-type {
  color: #222222;
  font-size: 17px !important;
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 28px;
}

.about__img {
  position: relative;
  padding-left: 35px;
  overflow: hidden;
}

.about__img:after {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  width: 35px;
  height: 100%;
  z-index: -1;
  background-color: #B52F24;
}

.about-2 .features-list {
  margin-left: 35px;
}

.about-2 .btn__primary.popup-video {
  height: 70px;
  line-height: 68px;
}


.about-2 .btn__primary.popup-video:hover {
  background-color: #B52F24;
  color: #ffffff;
}

.about-2 .about__img {
  opacity: 0;
  transition: opacity 0.4s, transform 0.75s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: scale(0.95) translateY(30px);
  -moz-transform: scale(0.95) translateY(30px);
  -ms-transform: scale(0.95) translateY(30px);
  -o-transform: scale(0.95) translateY(30px);
  transform: scale(0.95) translateY(30px);
}


#about2 .about__img img {
  display: block;
  width: 62%;
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #about2 .about__img img {
    width: 78%;
    max-width: 320px;
  }
}
.about-2 .about__img.animated-img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2 .heading {
    margin-bottom: 0 !important;
  }

  .about-2 .heading .heading__title {
    margin-bottom: 0;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about .about__img {
    margin-left: 30px;
  }

  .about .about__img:before {
    left: 0;
  }

  .about-2 .heading {
    margin-bottom: 0 !important;
  }

  .about-2 .heading .heading__title {
    margin-bottom: 0;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .about .carousel-wrap .counter-item {
    position: static;
    margin-top: 20px;
  }

  .about .carousel-wrap {
    padding-right: 0;
  }

  .about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
    right: 0;
  }
}

/*-----------------------
    banner
------------------------*/
.banner .fancybox-item {
  margin-bottom: 0;
}

.banner-1 .container-fluid {
  padding: 0 50px;
}

.banner-2 .heading__desc {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}

.banner-2 .carousel-wrap {
  position: relative;
  height: 100%;
  min-height: 350px;
}

.banner-2 .carousel {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 370px;
  background-color: #B52F24;
  padding: 50px 50px 44px;
  z-index: 10;
}

.banner-2 .carousel .owl-dots {
  margin: 0;
  position: absolute;
  top: 30px;
  right: 30px;
}

.banner-2 .carousel .owl-dots .owl-dot.active span {
  border-color: #fff;
}

.banner-2 .carousel .counter-item {
  text-align: left;
}

.banner-2 .carousel .counter-item .counter,
.banner-2 .carousel .counter-item .counter__subtitle {
  display: inline-block;
}

.banner-2 .carousel .counter-item .counter {
  margin-right: 18px;
}

.banner-3 .inner-padding {
  padding: 110px 50px;
}

.banner-3 .heading__title {
  margin-bottom: 21px;
}

.banner-3 .heading__desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.banner-3 .list-items {
  display: flex;
  flex-wrap: wrap;
}

.banner-3 .list-items li {
  flex-basis: 50%;
}

.banner-4 .banner-content {
  margin: 0 20px;
  background-color: #B52F24;
  padding: 80px 90px;
}

.banner-4 .heading__desc {
  font-weight: 500;
}

/* Extra Large Size Screens */
@media only screen and (min-width: 1400px) {
  .banner-1 .container-fluid {
    padding: 0 110px;
  }

  .banner .inner-padding {
    padding-right: 110px;
    padding-left: 110px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-1 .container-fluid {
    padding: 0 30px;
  }

  .banner-4 .banner-content {
    margin: 0;
    padding: 50px 60px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-1 .container-fluid {
    padding: 0 30px;
  }

  .banner-4 .banner-content {
    margin: 0;
    padding: 20px 30px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .banner-1 .container-fluid {
    padding: 0 20px;
  }

  .banner-2 .carousel {
    width: 320px;
    padding: 20px;
  }

  .banner-2 .heading__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .banner-3 .list-items {
    display: block;
  }
}

@media only screen and (max-width: 450px) {
  .fancybox-item .fancybox__title {
    font-size: 12px;
    line-height: 17px;
  }
}

/*-----------------------
    careers
------------------------*/
.careers .owl-carousel .owl-stage-outer {
  margin: 0 -20px;
  padding: 20px;
}

.job-item {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.job-item .btn__link i {
  opacity: 0;
  color: #B52F24;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.job-item:hover {
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.14);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}

.job-item:hover .btn__link {
  color: #B52F24;
}

.job-item:hover .btn__link i {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.job-item .job__meta {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.job-item .job__type {
  font-size: 13px;
  text-transform: capitalize;
  border: 1px solid #B52F24;
  color: #B52F24;
  padding: 3px 10px;
  margin-right: 10px;
}

.job-item .job__location {
  font-size: 13px;
}

.job-item .job__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 14px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .job-item {
    padding: 30px;
  }

  .job-item .job__meta {
    margin-bottom: 14px;
  }

  .job-item .job__title {
    margin-bottom: 10px;
  }
}

/*-------------------------
    Google Map
------------------------*/
#map {
  height: 560px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 450px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #map {
    height: 370px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  #map {
    height: 300px;
  }
}







































/* FIMAC final CTA + footer */
.fimac-cta-band {
  padding: 0;
  background: #050b10;
}

.fimac-cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  min-height: 430px;
  background: #0b1016;
}

.fimac-cta-media,
.fimac-cta-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fimac-cta-media img {
  object-fit: cover;
  object-position: center;
}

.fimac-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 8, 13, 0.94) 0%, rgba(4, 8, 13, 0.78) 36%, rgba(4, 8, 13, 0.28) 100%);
}

.fimac-cta-content {
  position: relative;
  z-index: 1;
  max-width: 470px;
  padding: 48px 36px;
}

.fimac-cta__eyebrow {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fimac-cta__title {
  color: #ffffff;
  font-size: 58px;
  line-height: 0.96;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.fimac-cta__title span {
  color: #e02d26;
}

.fimac-cta__desc {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 26px;
}

.fimac-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.fimac-cta-btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.fimac-cta-btn-outline:hover {
  color: #ffffff;
  border-color: #c42f27;
  background: #c42f27;
}

.fimac-trust-strip {
  background: #081018;
}

.fimac-trust-strip .container {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 26px 16px;
}

.fimac-trust-strip__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fimac-trust-strip__title:before,
.fimac-trust-strip__title:after {
  content: "";
  width: 36px;
  height: 2px;
  background: #c42f27;
  opacity: 0.9;
}

.fimac-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.fimac-trust-logo {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.fimac-trust-logo:last-child {
  border-right: 0;
}

.fimac-trust-logo img {
  width: auto;
  max-width: 210px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.18) contrast(1.08);
  opacity: 0.92;
}

.fimac-footer-panel {
  background: #060c11;
  padding-top: 0;
}

.fimac-footer-panel .container {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fimac-footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
  gap: 0;
}

.fimac-footer-col {
  padding: 34px 24px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.fimac-footer-col:last-child {
  border-right: 0;
}

.fimac-footer-col h6 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.fimac-footer-logo {
  max-width: 140px;
  margin-bottom: 14px;
}

.fimac-footer-brand p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.fimac-footer-badges {
  display: grid;
  gap: 12px;
}

.fimac-footer-badge {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.fimac-footer-badge i {
  color: #e02d26;
  font-size: 20px;
  margin-top: 2px;
}

.fimac-footer-badge span,
.fimac-footer-links li a,
.fimac-footer-contact-list span,
.fimac-footer-contact-list a,
.fimac-footer-route,
.fimac-footer-social-list span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.fimac-footer-links ul,
.fimac-footer-contact-list {
  margin: 0;
  padding: 0;
}

.fimac-footer-links li {
  margin-bottom: 6px;
}

.fimac-footer-links li a {
  display: block;
  padding-left: 14px;
  position: relative;
}

.fimac-footer-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c42f27;
}

.fimac-footer-mini-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.fimac-footer-contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.fimac-footer-contact-list i {
  color: #e02d26;
  font-size: 13px;
  margin-top: 4px;
}

.fimac-footer-map-card {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.fimac-footer-map-card img {
  display: block;
  width: 100%;
  height: auto;
}

.fimac-footer-route {
  display: inline-block;
  margin-top: 12px;
  color: #e02d26;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fimac-footer-social-list {
  display: grid;
  gap: 12px;
}

.fimac-footer-social-list a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fimac-footer-social-list i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
}

.fimac-footer-social-list a:nth-child(1) i {
  background: #0a66c2;
}

.fimac-footer-social-list a:nth-child(2) i {
  background: #1877f2;
}

.fimac-footer-social-list a:nth-child(3) i {
  background: linear-gradient(180deg, #f58529, #dd2a7b 55%, #8134af);
}

.fimac-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fimac-footer-bottom__left,
.fimac-footer-bottom__right {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.fimac-footer-bottom__left span,
.fimac-footer-bottom__right a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

@media (max-width: 1199px) {
  .fimac-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .fimac-footer-col:nth-child(2n) {
    border-right: 0;
  }

  .fimac-trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fimac-trust-logo:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .fimac-cta-panel {
    min-height: 0;
  }

  .fimac-cta-overlay {
    background: linear-gradient(180deg, rgba(4, 8, 13, 0.9) 0%, rgba(4, 8, 13, 0.82) 54%, rgba(4, 8, 13, 0.72) 100%);
  }

  .fimac-cta-content {
    padding: 30px 20px;
  }

  .fimac-cta__title {
    font-size: 40px;
  }

  .fimac-trust-strip__grid,
  .fimac-footer-main {
    grid-template-columns: 1fr;
  }

  .fimac-trust-logo,
  .fimac-footer-col,
  .fimac-footer-col:nth-child(2n) {
    border-right: 0;
  }

  .fimac-footer-bottom {
    flex-direction: column;
  }
}
/* FIMAC clients carousel sizing */
#clients .carousel .client {
  padding: 8px 0;
}

#clients .client a {
  min-height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
}

#clients .client img {
  width: auto !important;
  max-width: 252px;
  max-height: 110px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  #clients .client a {
    min-height: 139px;
    padding: 12px 16px;
  }

  #clients .client img {
    max-width: 216px;
    max-height: 94px;
  }
}

@media (max-width: 575px) {
  #clients .client a {
    min-height: 125px;
    padding: 10px 12px;
  }

  #clients .client img {
    max-width: 192px;
    max-height: 84px;
  }
}

/* Footer services list */
.footer__services-nav ul {
  column-count: 1;
  column-gap: 0;
}

.footer__services-nav li {
  break-inside: avoid;
  margin-bottom: 6px;
}

.footer__services-nav a {
  display: block;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: normal;
}

@media (max-width: 1199px) {
  .footer__services-nav ul {
    column-count: 1;
  }
}



/* Footer nav labels */
#footer .footer__widget-nav li a {
  text-transform: uppercase;
}


/* Nosotros sections */
.fimac-about-values {
  background: #ffffff;
  padding: 0;
}

.fimac-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(10, 18, 26, 0.08);
  border-right: 1px solid rgba(10, 18, 26, 0.08);
}

.fimac-about-value {
  min-height: 255px;
  padding: 38px 34px 32px;
  text-align: center;
  border-right: 1px solid rgba(10, 18, 26, 0.08);
}

.fimac-about-value:last-child {
  border-right: 0;
}

.fimac-about-value i {
  color: #d33228;
  font-size: 38px;
  margin-bottom: 14px;
}

.fimac-about-value h3 {
  color: #111111;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fimac-about-value p,
.fimac-about-value li {
  color: #272727;
  font-size: 13px;
  line-height: 1.65;
}

.fimac-about-value ul {
  margin: 0;
  text-align: left;
  display: inline-block;
}

.fimac-about-value li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}

.fimac-about-value li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: transparent;
}

.fimac-about-stats {
  background: #070d12;
  padding: 34px 0 30px;
}

.fimac-about-stats__title {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.fimac-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fimac-about-stat {
  min-height: 150px;
  padding: 10px 18px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fimac-about-stat:last-child {
  border-right: 0;
}

.fimac-about-stat i {
  color: #e02d26;
  font-size: 34px;
  margin-bottom: 14px;
}

.fimac-about-stat strong,
.fimac-about-stat span {
  display: block;
}

.fimac-about-stat strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.fimac-about-stat span {
  color: #d33228;
  font-size: 14px;
  line-height: 1.45;
  text-transform: uppercase;
}

.fimac-about-image-strip {
  background: #070d12;
}

.fimac-about-image-strip__panel {
  position: relative;
  min-height: 230px;
  overflow: hidden;
}

.fimac-about-image-strip__panel img {
  display: block;
  width: 100%;
  max-width: none;
  height: 230px;
  object-fit: contain;
}

.fimac-about-image-strip__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 13, 18, 0.92) 0%, rgba(7, 13, 18, 0.56) 45%, rgba(7, 13, 18, 0.2) 100%);
}

.fimac-about-image-strip__copy {
  position: absolute;
  left: 26px;
  bottom: 28px;
  max-width: 340px;
}

.fimac-about-image-strip__copy h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.fimac-about-image-strip__copy h2:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: transparent;
  margin-top: 16px;
}

.fimac-about-clients-title {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
  padding-top: 18px;
}

.fimac-about-clients-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: transparent;
  margin: 14px auto 0;
}

.fimac-about-cta {
  background: #070d12;
}

.fimac-about-cta__panel {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  background: #0a1117;
}

.fimac-about-cta__media,
.fimac-about-cta__media img {
  width: 100%;
  height: 100%;
}

.fimac-about-cta__media img {
  min-height: 118px;
  object-fit: contain;
}

.fimac-about-cta__content {
  padding: 22px 28px;
}

.fimac-about-cta__content h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.fimac-about-cta__content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin: 0;
}

.fimac-about-cta__actions {
  display: flex;
  gap: 12px;
  padding: 0 24px 0 0;
}

.fimac-about-cta__btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}

.fimac-about-cta__btn-outline:hover {
  color: #ffffff;
  border-color: #d33228;
  background: transparent;
}

@media (max-width: 991px) {
  .fimac-about-values__grid,
  .fimac-about-stats__grid {
    grid-template-columns: 1fr;
  }

  .fimac-about-value,
  .fimac-about-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(10, 18, 26, 0.08);
  }

  .fimac-about-stats .fimac-about-stat {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .fimac-about-value:last-child,
  .fimac-about-stat:last-child {
    border-bottom: 0;
  }

  .fimac-about-cta__panel {
    grid-template-columns: 1fr;
  }

  .fimac-about-cta__actions {
    padding: 0 24px 24px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .fimac-about-value {
    min-height: 0;
    padding: 30px 22px;
  }

  .fimac-about-stats__title,
  .fimac-about-image-strip__copy h2,
  .fimac-about-clients-title,
  .fimac-about-cta__content h2 {
    font-size: 24px;
  }

  .fimac-about-image-strip__copy {
    left: 18px;
    right: 18px;
    bottom: 20px;
    max-width: none;
  }

  .fimac-about-cta__content {
    padding: 22px 20px 14px;
  }

  .fimac-about-cta__actions {
    padding: 0 20px 20px;
  }
}
/* Nosotros quality banner image */
#banner2 .fimac-quality-image {
  min-height: 620px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
  #banner2 .fimac-quality-image {
    min-height: 360px;
  }
}

/* Nosotros about layout */
#about2 .about__img-nosotros {
  max-width: 760px;
  margin: 0 auto;
}

#about2 .about__img-nosotros img {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: block;
}

#about2 .mission-vision-row {
  margin-top: 40px;
}

@media (max-width: 991px) {
  #about2 .about__img-nosotros {
    margin-top: 25px;
  }

  #about2 .about__img-nosotros img {
    max-width: 320px;
  }
}

#banner2 .heading__subtitle {
  color: #B52F24 !important;
  font-size: 18px;
  line-height: 1.4;
}

.footer-link-nowrap {
  white-space: nowrap !important;
}

.footer__address-bottom {
  color: #c42f27;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .footer__address-bottom {
    margin-bottom: 14px;
  }
}

.page-title--servicios {
  min-height: 520px;
  padding: 235px 0 165px;
  display: flex;
  align-items: center;
}

.page-title--servicios .bg-img {
  position: absolute;
  inset: 0;
  background-color: #1b1a1a;
}

.page-title--servicios .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 45%;
}

@media (max-width: 767px) {
  .page-title--servicios {
    min-height: 250px;
    padding: 150px 0 95px;
  }

  .page-title--servicios .bg-img img {
    object-position: center center;
  }
}

/* FIMAC sectors and stats */
.fimac-sectors {
  background: #ffffff;
}

.fimac-sector-card {
  position: relative;
  min-height: 230px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  background: #111111;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.fimac-sector-card img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.fimac-sector-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.fimac-sector-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 26px;
}

.fimac-sector-card__content span {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.fimac-sector-card:hover img {
  transform: scale(1.06);
}

.fimac-stats:before {
  background-color: rgba(0, 0, 0, 0.88) !important;
}

.fimac-stats .heading__subtitle {
  color: #c42f27 !important;
}

.fimac-stat-item {
  min-height: 170px;
  margin-bottom: 30px;
  padding: 28px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.fimac-stat-item strong {
  display: block;
  color: #c42f27;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 16px;
}

.fimac-stat-item span {
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 991px) {
  .fimac-sector-card,
  .fimac-sector-card img {
    min-height: 210px;
    height: 210px;
  }

  .fimac-stat-item strong {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .fimac-sectors {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .fimac-sector-card,
  .fimac-sector-card img {
    min-height: 190px;
    height: 190px;
  }

  .fimac-sector-card__content span {
    font-size: 21px;
  }

  .fimac-stat-item {
    min-height: auto;
    padding: 24px 18px;
    text-align: center;
  }

  .fimac-stat-item strong {
    font-size: 36px;
  }
}

.fimac-stat-item strong .counter,
.fimac-stat-item strong .fimac-stat-prefix {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* FIMAC industrial reach */
.fimac-reach {
  background:
    radial-gradient(circle at top right, rgba(196, 47, 39, 0.18), transparent 34%),
    linear-gradient(180deg, #071018 0%, #040a10 100%);
}

.fimac-reach-panel {
  padding: 44px 36px 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(5, 11, 17, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.fimac-reach-copy {
  padding-right: 18px;
}

.fimac-reach__eyebrow {
  display: block;
  color: #c42f27;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.fimac-reach__title {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.08;
  margin-bottom: 22px;
}

.fimac-reach__title span {
  color: #e02d26;
}

.fimac-reach__desc {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.65;
  margin-bottom: 34px;
}

.fimac-reach-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fimac-reach-point {
  padding: 26px 22px 0 0;
  margin-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fimac-reach-point:last-child {
  margin-right: 0;
  border-right: 0;
}

.fimac-reach-point i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.fimac-reach-point strong,
.fimac-reach-point span {
  display: block;
}

.fimac-reach-point strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.fimac-reach-point span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
}

.fimac-reach-map {
  position: relative;
  min-height: 520px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 32%, rgba(224, 45, 38, 0.32), transparent 24%),
    radial-gradient(circle at 62% 72%, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(102, 16, 16, 0.96) 0%, rgba(41, 7, 10, 0.96) 46%, rgba(16, 22, 31, 0.98) 46%, rgba(8, 12, 18, 0.98) 100%);
}

.fimac-reach-map:before,
.fimac-reach-map:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fimac-reach-map:before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.35;
}

.fimac-reach-map:after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 32%);
}

.fimac-reach-map__label {
  position: absolute;
  z-index: 2;
  max-width: 220px;
}

.fimac-reach-map__label strong,
.fimac-reach-map__label span {
  display: block;
}

.fimac-reach-map__label strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.fimac-reach-map__label span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.fimac-reach-map__label--usa {
  top: 90px;
  right: 38px;
}

.fimac-reach-map__label--mx {
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%);
  text-align: center;
}

.fimac-reach-map__dot {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 8px rgba(224, 45, 38, 0.16), 0 0 26px rgba(255, 255, 255, 0.42);
}

.fimac-reach-map__dot--origin {
  left: 50%;
  bottom: 132px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: #e02d26;
}

.fimac-reach-map__dot--north {
  top: 118px;
  left: 62%;
}

.fimac-reach-map__dot--east {
  top: 186px;
  right: 84px;
}

.fimac-reach-map__dot--west {
  top: 208px;
  left: 62px;
}

.fimac-reach-map__arc {
  position: absolute;
  z-index: 1;
  border-top: 2px dashed rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  transform-origin: center;
}

.fimac-reach-map__arc--one {
  left: 46%;
  bottom: 126px;
  width: 220px;
  height: 170px;
  transform: rotate(-18deg);
}

.fimac-reach-map__arc--two {
  left: 39%;
  bottom: 132px;
  width: 320px;
  height: 220px;
  transform: rotate(8deg);
}

.fimac-reach-map__arc--three {
  left: 24%;
  bottom: 118px;
  width: 360px;
  height: 196px;
  transform: rotate(-10deg);
}

.fimac-reach-sectors {
  margin-top: 36px;
  padding: 22px 24px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.fimac-reach-sectors__title {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}

.fimac-reach-sectors__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fimac-reach-sector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.fimac-reach-sector:last-child {
  border-right: 0;
}

.fimac-reach-sector i {
  color: #ffffff;
  font-size: 34px;
}

.fimac-reach-sector:nth-child(3) i,
.fimac-reach-sector:nth-child(4) i,
.fimac-reach-sector:nth-child(5) i {
  color: #e02d26;
}

.fimac-reach-sector span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.fimac-reach-actions {
  padding-top: 28px;
  text-align: center;
}

.fimac-reach-btn {
  min-width: 320px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.fimac-reach-btn:hover {
  color: #ffffff;
  border-color: #c42f27;
  background: #c42f27;
}

@media (max-width: 1199px) {
  .fimac-reach__title {
    font-size: 42px;
  }

  .fimac-reach-points {
    grid-template-columns: 1fr;
  }

  .fimac-reach-point {
    margin-right: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .fimac-reach-point:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .fimac-reach-map {
    min-height: 460px;
    margin-top: 30px;
  }

  .fimac-reach-sectors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }

  .fimac-reach-sector:nth-child(3n) {
    border-right: 0;
  }
  }

@media (max-width: 767px) {
  .fimac-reach-panel {
    padding: 30px 20px 24px;
  }

  .fimac-reach-copy {
    padding-right: 0;
  }

  .fimac-reach__title {
    font-size: 34px;
  }

  .fimac-reach__desc {
    font-size: 17px;
    margin-bottom: 28px;
  }

  .fimac-reach-point strong {
    font-size: 21px;
  }

  .fimac-reach-map {
    min-height: 360px;
  }

  .fimac-reach-map__label--usa {
    top: 34px;
    right: 20px;
    max-width: 172px;
  }

  .fimac-reach-map__label strong {
    font-size: 18px;
  }

  .fimac-reach-map__label span {
    font-size: 14px;
  }

  .fimac-reach-map__label--mx {
    bottom: 42px;
  }

  .fimac-reach-map__dot--west {
    left: 36px;
  }

  .fimac-reach-map__dot--east {
    right: 42px;
  }

  .fimac-reach-map__arc--one {
    width: 150px;
    height: 112px;
    left: 45%;
    bottom: 100px;
  }

  .fimac-reach-map__arc--two {
    width: 214px;
    height: 148px;
    left: 35%;
    bottom: 102px;
  }

  .fimac-reach-map__arc--three {
    width: 240px;
    height: 128px;
    left: 18%;
    bottom: 96px;
  }

  .fimac-reach-sectors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fimac-reach-sector,
  .fimac-reach-sector:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fimac-reach-sector:nth-child(2n) {
    border-right: 0;
  }

  .fimac-reach-btn {
    min-width: 100%;
  }
}
/* FIMAC redesigned home hero */
#slider1 .fimac-hero-industrial {
  max-width: 760px;
  padding-top: 10px;
}

#slider1 .fimac-hero-industrial .fimac-hero-title {
  text-transform: uppercase;
  font-size: 58px;
  line-height: .95;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

#slider1 .fimac-hero-industrial .fimac-hero-title .color-theme {
  color: #e02d26 !important;
}

.fimac-hero-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.fimac-hero-highlight__icon {
  width: 58px;
  height: 58px;
  border: 2px solid #c42f27;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  flex: 0 0 58px;
}

.fimac-hero-highlight p {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
}

#slider1 .fimac-hero-industrial .slide__desc {
  max-width: 720px;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.fimac-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fimac-hero-btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .85);
  background: transparent;
}

.fimac-hero-btn-outline:hover {
  color: #fff;
  border-color: #c42f27;
  background: #c42f27;
}

.fimac-hero-stats-strip {
  background: #050b0f;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 24px 0;
}

.fimac-hero-stats-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.fimac-hero-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  min-height: 86px;
  border-right: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
}

.fimac-hero-stat:last-child {
  border-right: 0;
}

.fimac-hero-stat i {
  color: #e02d26;
  font-size: 38px;
  line-height: 1;
  flex: 0 0 auto;
}

.fimac-hero-stat strong,
.fimac-hero-stat span {
  display: block;
}

.fimac-hero-stat strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.fimac-hero-stat span {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .fimac-hero-stats-row {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 22px;
  }

  .fimac-hero-stat:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  #slider1 .fimac-hero-industrial .fimac-hero-title {
    font-size: 36px;
    line-height: 1.02;
  }

  .fimac-hero-highlight {
    align-items: flex-start;
  }

  .fimac-hero-highlight p {
    font-size: 17px;
  }

  #slider1 .fimac-hero-industrial .slide__desc {
    font-size: 14px;
    line-height: 1.55;
  }

  .fimac-hero-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
  }

  .fimac-hero-stat,
  .fimac-hero-stat:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, .22);
  }

  .fimac-hero-stat:nth-child(2n) {
    border-right: 0;
  }

  .fimac-hero-stat {
    padding: 0 12px;
  }
}

@media (max-width: 480px) {
  .fimac-hero-stats-row {
    grid-template-columns: 1fr;
  }

  .fimac-hero-stat,
  .fimac-hero-stat:nth-child(3n),
  .fimac-hero-stat:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    padding-bottom: 16px;
  }

  .fimac-hero-stat:last-child {
    border-bottom: 0;
  }
}

/* Static, symmetrical hero capability bar */
.fimac-hero-stats-strip {
  padding: 18px 0 22px;
  background: #020b0f;
}

.fimac-hero-stats-strip .container {
  max-width: 1360px;
}

.fimac-hero-stats-row {
  align-items: stretch;
}

.fimac-hero-stat {
  min-height: 104px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  padding: 8px 22px 0;
  text-align: center;
}

.fimac-hero-stat i {
  width: auto;
  text-align: center;
  font-size: 46px;
  color: #e12e27;
}

.fimac-hero-stat div {
  max-width: 210px;
  margin: 0 auto;
}

.fimac-hero-stat strong {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 14px;
  min-height: 44px;
  white-space: normal;
}

.fimac-hero-stat strong:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 28px;
  height: 3px;
  background: #e12e27;
  transform: translateX(-50%);
}

.fimac-hero-stat span {
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1200px) {
  .fimac-hero-stat {
    padding: 8px 18px 0;
  }
}

@media (max-width: 767px) {
  .fimac-hero-stat {
    min-height: 0;
    padding: 0 14px 16px;
  }

  .fimac-hero-stat i {
    font-size: 36px;
  }

  .fimac-hero-stat strong {
    font-size: 13px;
    min-height: 0;
  }
}
/* Soft readability veil behind the home hero copy */
#slider1 .fimac-hero-industrial {
  position: relative;
  isolation: isolate;
}

#slider1 .fimac-hero-industrial:before {
  content: "";
  position: absolute;
  inset: -34px -46px -30px -46px;
  z-index: -1;
  background: radial-gradient(ellipse at left center, rgba(0, 0, 0, .48) 0%, rgba(0, 0, 0, .34) 45%, rgba(0, 0, 0, 0) 78%);
  border-radius: 18px;
  pointer-events: none;
}

@media (max-width: 767px) {
  #slider1 .fimac-hero-industrial:before {
    inset: -24px -18px -24px -18px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .24), rgba(0, 0, 0, 0));
  }
}

/* Hero-wide soft dark band, closer to the reference */
#slider1 .fimac-hero-industrial:before {
  display: none;
}

#slider1 .slide-item--video-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 9, 13, .72) 0%, rgba(0, 9, 13, .56) 36%, rgba(0, 9, 13, .24) 66%, rgba(0, 9, 13, .06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .22) 100%);
}

@media (max-width: 767px) {
  #slider1 .slide-item--video-bg:after {
    background: linear-gradient(90deg, rgba(0, 9, 13, .78) 0%, rgba(0, 9, 13, .48) 70%, rgba(0, 9, 13, .18) 100%);
  }
}

/* Active header item in FIMAC red */
.navbar .nav__item .nav__item-link.active {
  color: #B52F24 !important;
}

.header-transparent .navbar:not(.fixed-navbar) .nav__item .nav__item-link.active {
  color: #e02d26 !important;
}

















/* FIMAC contact showcase */
.fimac-contact-showcase {
  padding: 0 0 30px;
  background: #ffffff;
}

.fimac-contact-shell {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
}

.fimac-contact-shell__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 52%);
  background: #ffffff;
}

.fimac-contact-shell__info {
  padding: 48px 40px 28px;
}

.fimac-contact-shell__eyebrow {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 18px;
  background: #d33228;
}

.fimac-contact-shell__info h2 {
  color: #101010;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 18px;
}

.fimac-contact-shell__info h2 span {
  color: #d33228;
}

.fimac-contact-shell__info p {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.fimac-contact-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.fimac-contact-shell__ghost {
  color: #141414;
  border-color: rgba(20, 20, 20, 0.36);
  background: transparent;
}

.fimac-contact-shell__ghost:hover {
  color: #ffffff;
  border-color: #141414;
  background: #141414;
}

.fimac-contact-shell__meta-title {
  color: #101010;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.fimac-contact-shell__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 16, 16, 0.08);
}

.fimac-contact-shell__meta-item {
  min-height: 138px;
  padding: 22px 18px 10px;
  border-right: 1px solid rgba(16, 16, 16, 0.08);
}

.fimac-contact-shell__meta-item:last-child {
  border-right: 0;
}

.fimac-contact-shell__meta-item i {
  display: inline-block;
  color: #d33228;
  font-size: 22px;
  margin-bottom: 14px;
}

.fimac-contact-shell__meta-item strong {
  display: block;
  color: #101010;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fimac-contact-shell__meta-item span {
  display: block;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.fimac-contact-shell__map-wrap {
  min-height: 100%;
  background: #e9edf1;
}

.fimac-contact-shell__map {
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
  border: 0;
}

.fimac-contact-shell__social-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 24px;
  background: #0b1016;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fimac-contact-shell__social-bar span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.fimac-contact-shell__social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fimac-contact-shell__social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 18px;
}

.fimac-contact-shell__social-links a:hover {
  border-color: #d33228;
  background: #d33228;
  color: #ffffff;
}

.fimac-contact-shell__cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.92)), url("assets/images/fimacinicio.png") center/cover no-repeat;
}

.fimac-contact-shell__cta-copy span {
  color: #ffffff;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 700;
}

.fimac-contact-shell__cta-copy strong {
  color: #d33228;
  font-weight: 700;
}

.fimac-contact-shell__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 991px) {
  .fimac-contact-shell__main {
    grid-template-columns: 1fr;
  }

  .fimac-contact-shell__map-wrap,
  .fimac-contact-shell__map {
    min-height: 360px;
    height: 360px;
  }

  .fimac-contact-shell__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fimac-contact-shell__cta-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .fimac-contact-showcase {
    padding-bottom: 20px;
  }

  .fimac-contact-shell__info {
    padding: 34px 22px 20px;
  }

  .fimac-contact-shell__info h2 {
    font-size: 38px;
  }

  .fimac-contact-shell__info p {
    font-size: 16px;
  }

  .fimac-contact-shell__meta {
    grid-template-columns: 1fr;
  }

  .fimac-contact-shell__meta-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  }

  .fimac-contact-shell__meta-item:last-child {
    border-bottom: 0;
  }

  .fimac-contact-shell__social-bar {
    flex-direction: column;
  }

  .fimac-contact-shell__cta-copy span {
    font-size: 24px;
  }
}

/* Contact page horizontal refinement */
.fimac-contact-showcase {
  padding: 0;
}

.fimac-contact-showcase > .container {
  width: 100%;
  max-width: none;
  padding-right: 42px;
  padding-left: 42px;
}

.fimac-contact-shell {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-shadow: none;
}

.fimac-contact-shell__main {
  grid-template-columns: minmax(500px, 48%) minmax(0, 52%);
  min-height: 420px;
}

.fimac-contact-shell__info {
  padding: 42px 44px 30px;
}

.fimac-contact-shell__info h2 {
  max-width: 500px;
  font-size: 42px;
  line-height: 1.04;
}

.fimac-contact-shell__info p {
  font-size: 16px;
  margin-bottom: 24px;
}

.fimac-contact-shell__actions {
  margin-bottom: 28px;
}

.fimac-contact-shell__meta-title {
  margin-bottom: 18px;
}

.fimac-contact-shell__meta-item {
  min-height: 118px;
  padding: 18px 16px 10px;
}

.fimac-contact-shell__meta-item span {
  overflow-wrap: anywhere;
  font-size: 13px;
}

.fimac-contact-shell__map,
.fimac-contact-shell__map-wrap {
  min-height: 420px;
}

.fimac-contact-shell__social-bar {
  justify-content: flex-end;
  min-height: 64px;
  padding: 12px 44px;
}

.fimac-contact-shell__cta-bar {
  min-height: 112px;
  padding: 24px 44px;
}

.fimac-contact-shell__cta-copy span {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .fimac-contact-shell__main {
    grid-template-columns: 1fr;
  }

  .fimac-contact-shell__map,
  .fimac-contact-shell__map-wrap {
    height: 360px;
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .fimac-contact-showcase > .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .fimac-contact-shell__info {
    padding: 30px 22px 22px;
  }

  .fimac-contact-shell__info h2 {
    font-size: 34px;
  }

  .fimac-contact-shell__social-bar,
  .fimac-contact-shell__cta-bar {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* Contact CTA footer alignment */
.fimac-contact-showcase > .container {
  padding-right: 0;
  padding-left: 0;
}

.fimac-contact-shell {
  max-width: none;
}

.fimac-contact-shell__main {
  max-width: 1320px;
  margin: 0 auto;
}

.fimac-contact-shell__cta-bar {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(44px, calc((100vw - 1320px) / 2 + 44px));
  padding-left: max(44px, calc((100vw - 1320px) / 2 + 44px));
}

.fimac-contact-shell__cta-actions .btn {
  min-width: 210px;
}

@media (max-width: 767px) {
  .fimac-contact-shell__cta-bar {
    padding-right: 22px;
    padding-left: 22px;
  }

  .fimac-contact-shell__cta-actions .btn {
    width: 100%;
  }
}



/* FIMAC service redesign */
.fimac-service-redesign {
  background: #f7f7f7;
  color: #111111;
}

.fimac-service-hero {
  padding: 132px 0 34px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/fimacinicio.png") center/cover no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.fimac-service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: center;
}

.fimac-service-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #e12b24;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fimac-service-eyebrow:after {
  content: "";
  width: 54px;
  height: 2px;
  background: #e12b24;
}

.fimac-service-hero h1 {
  color: #ffffff;
  font-size: 64px;
  line-height: 0.98;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fimac-service-hero h2 {
  color: #e12b24;
  font-size: 31px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fimac-service-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.fimac-service-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 780px;
}

.fimac-service-badge {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.fimac-service-badge i {
  color: #e12b24;
  font-size: 28px;
}

.fimac-service-hero__visual {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.fimac-service-hero__visual:before {
  content: "";
  position: absolute;
  inset: 30px 0 30px auto;
  width: 120px;
  background: linear-gradient(180deg, rgba(210, 25, 20, 0.9), rgba(120, 0, 0, 0.82));
  transform: skewX(-13deg);
}

.fimac-service-hero__visual i,
.fimac-service-hero__visual img {
  position: relative;
  z-index: 1;
  max-width: 210px;
  max-height: 210px;
  color: #e12b24;
  font-size: 145px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

.fimac-service-capabilities {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: stretch;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.fimac-service-capabilities strong {
  display: flex;
  align-items: center;
  padding: 22px 28px;
  color: #ffffff;
  font-size: 19px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.fimac-service-capabilities div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.fimac-service-capabilities span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fimac-service-section {
  padding: 54px 0 28px;
  background: #f7f7f7;
}

.fimac-service-section--tight {
  padding-top: 30px;
}

.fimac-service-section--apps {
  padding-top: 18px;
  padding-bottom: 42px;
}

.fimac-service-section__heading {
  text-align: center;
  margin-bottom: 28px;
}

.fimac-service-section__heading h2 {
  color: #111111;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.fimac-service-section__heading h2:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 10px auto 0;
  background: #e12b24;
}

.fimac-service-section__heading p {
  color: #333333;
  font-size: 16px;
  margin: 0;
}

.fimac-service-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fimac-service-info-card {
  min-height: 315px;
  padding: 34px 34px 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.fimac-service-info-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #c90000;
  color: #ffffff;
  font-size: 30px;
}

.fimac-service-info-card h3 {
  color: #111111;
  font-size: 24px;
  line-height: 1.12;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fimac-service-info-card p {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.7;
}

.fimac-service-info-card ul {
  padding: 18px 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.fimac-service-info-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
  color: #222222;
  font-size: 13px;
  line-height: 1.45;
}

.fimac-service-info-card li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  color: #e12b24;
}

.fimac-service-products {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.fimac-service-product {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  background: linear-gradient(135deg, #1a1a1a, #3a3a3a);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
}

.fimac-service-apps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.fimac-service-app {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.fimac-service-app:last-child {
  border-right: 0;
}

.fimac-service-app i {
  color: #111111;
  font-size: 28px;
}

.fimac-service-app span {
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fimac-service-cta {
  padding: 0;
  background: #05080b;
}

.fimac-service-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 120px;
  padding: 26px 0;
  color: #ffffff;
}

.fimac-service-cta h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 4px;
}

.fimac-service-cta p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.fimac-service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 991px) {
  .fimac-service-hero__grid,
  .fimac-service-info-grid {
    grid-template-columns: 1fr;
  }

  .fimac-service-hero__visual {
    min-height: 180px;
  }

  .fimac-service-capabilities {
    grid-template-columns: 1fr;
  }

  .fimac-service-capabilities strong {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .fimac-service-products,
  .fimac-service-apps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fimac-service-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .fimac-service-hero {
    padding: 112px 0 28px;
    background-size: auto, contain;
    background-position: center center, center top;
    background-repeat: no-repeat, no-repeat;
  }

  .fimac-service-hero h1 {
    font-size: 42px;
  }

  .fimac-service-hero h2 {
    font-size: 23px;
  }

  .fimac-service-badges,
  .fimac-service-products,
  .fimac-service-apps {
    grid-template-columns: 1fr;
  }

  .fimac-service-info-card {
    min-height: 0;
    padding: 28px 24px 24px;
  }

  .fimac-service-cta__actions .btn {
    width: 100%;
  }
}

/* Soldadura service details */
.fimac-service-info-grid--two {
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fimac-service-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fimac-service-equipment-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 22px 22px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

.fimac-service-equipment-card__visual {
  position: relative;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -22px 22px;
  background: radial-gradient(circle at 50% 30%, rgba(225, 43, 36, 0.32), transparent 38%), linear-gradient(135deg, #060606, #202020);
  color: #ffffff;
}

.fimac-service-equipment-card__visual span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  background: #d00000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
}

.fimac-service-equipment-card__visual i {
  color: #e12b24;
  font-size: 58px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

.fimac-service-equipment-card h3 {
  color: #d00000;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fimac-service-equipment-card p {
  color: #222222;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 14px;
}

.fimac-service-equipment-card ul {
  flex: 1;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.fimac-service-equipment-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #222222;
  font-size: 12px;
  line-height: 1.35;
}

.fimac-service-equipment-card li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  color: #e12b24;
}

.fimac-service-equipment-card strong {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  color: #111111;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.fimac-service-app p {
  max-width: 170px;
  margin: -4px auto 0;
  color: #555555;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .fimac-service-equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .fimac-service-info-grid--two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fimac-service-equipment-grid {
    grid-template-columns: 1fr;
  }
}

/* Corte laser details */
.fimac-service-equipment-grid--laser .fimac-service-equipment-card__visual i {
  font-size: 52px;
}

.fimac-service-showcase-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.fimac-service-showcase-label,
.fimac-service-showcase-item {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 14px;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
}

.fimac-service-showcase-label {
  background: linear-gradient(135deg, #090909, #202020);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.fimac-service-showcase-item {
  background: linear-gradient(145deg, #2a2a2a, #111111);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.fimac-service-apps--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .fimac-service-showcase-grid,
  .fimac-service-apps--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fimac-service-showcase-grid,
  .fimac-service-apps--five {
    grid-template-columns: 1fr;
  }

  .fimac-service-showcase-label,
  .fimac-service-showcase-item {
    min-height: 74px;
  }
}

/* Maquinado CNC layout */
.fimac-service-equipment-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1199px) {
  .fimac-service-equipment-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fimac-service-equipment-grid--three {
    grid-template-columns: 1fr;
  }
}

/* Doblado CNC layout */
.fimac-service-equipment-grid--two-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px) {
  .fimac-service-equipment-grid--two-cards {
    grid-template-columns: 1fr;
  }
}

/* Fibra de vidrio layout */
.fimac-service-info-grid--fibra {
  align-items: stretch;
}

.fimac-service-info-card--media {
  display: flex;
  flex-direction: column;
}

.fimac-service-media-stack {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.fimac-service-media-box {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1b1b1b, #3a3a3a);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.fimac-service-media-box--tall {
  min-height: 252px;
  margin-top: auto;
}

.fimac-service-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fimac-service-sector-card {
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
}

.fimac-service-sector-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.fimac-service-sector-card__head i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c90000;
  color: #ffffff;
  font-size: 24px;
}

.fimac-service-sector-card__head h3 {
  margin: 0;
  color: #111111;
  font-size: 20px;
  text-transform: uppercase;
}

.fimac-service-sector-card__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fimac-service-sector-item {
  min-height: 118px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f4f4f4, #e8e8e8);
  text-align: center;
}

.fimac-service-sector-item span {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}

.fimac-service-cta--quality .fimac-service-cta__inner {
  min-height: 110px;
}

@media (max-width: 991px) {
  .fimac-service-sector-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fimac-service-sector-card__items {
    grid-template-columns: 1fr;
  }

  .fimac-service-media-box--tall {
    min-height: 180px;
  }
}

#servicesLayout3.fimac-services-grid .service__media {
  overflow: hidden;
}

#servicesLayout3.fimac-services-grid .service__media--filled {
  background: #14181f;
}

#servicesLayout3.fimac-services-grid .service__media--filled span,
#servicesLayout3.fimac-services-grid .service__media--filled:before {
  display: none;
}

#servicesLayout3.fimac-services-grid .service__media--filled img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fimac-reach-map--image {
  background: #0d1219;
}

.fimac-reach-map--image:before,
.fimac-reach-map--image:after {
  display: none;
}

.fimac-reach-map--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}


.fimac-reach-map--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #0d1219;
}

.fimac-reach-map--image {
  min-height: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #0d1219;
}

.fimac-reach-map--image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #0d1219;
}

@media only screen and (max-width: 991px) {
  .fimac-reach-map--image {
    min-height: 0;
  }
}

@media only screen and (max-width: 767px) {
  .fimac-reach-map--image {
    min-height: 0;
  }
}

.fimac-reach-map--image {
  max-width: 520px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .fimac-reach-map--image {
    max-width: 100%;
  }
}

.fimac-reach-map--image {
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
  margin: 0;
  display: block;
}

.fimac-reach-map--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 991px) {
  .fimac-reach-map--image {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

.fimac-reach-map--image {
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0d1219;
}

.fimac-reach-map--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.14);
  transform-origin: center;
}

@media only screen and (max-width: 991px) {
  .fimac-reach-map--image img {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 767px) {
  .fimac-reach-map--image img {
    transform: scale(1.06);
  }
}



/* Compact trust strip spacing */
.fimac-trust-strip .container {
  padding: 12px 26px 10px;
}

.fimac-trust-strip__title {
  margin-bottom: 10px;
}

.fimac-trust-logo {
  min-height: 64px;
  padding: 8px 18px;
}

.fimac-trust-logo img {
  max-height: 46px;
}

@media only screen and (max-width: 991px) {
  .fimac-trust-strip .container {
    padding: 10px 18px;
  }

  .fimac-trust-logo {
    min-height: 58px;
    padding: 8px 12px;
  }
}

/* ponytail: trust strip should not inherit generic 100px section spacing */
.fimac-trust-strip {
  padding: 18px 0 0;
}

.fimac-trust-strip .container {
  padding: 12px 26px 10px;
}

.fimac-trust-strip__title {
  margin-bottom: 8px;
}

.fimac-trust-strip__grid {
  max-width: 1140px;
}

.fimac-trust-logo {
  min-height: 78px;
  padding: 10px 20px;
}

.fimac-trust-logo img {
  max-width: 240px;
  max-height: 62px;
}

@media only screen and (max-width: 991px) {
  .fimac-trust-strip {
    padding: 12px 0 0;
  }

  .fimac-trust-strip .container {
    padding: 10px 18px;
  }

  .fimac-trust-logo {
    min-height: 68px;
    padding: 8px 14px;
  }

  .fimac-trust-logo img {
    max-height: 56px;
  }
}

/* ponytail: CTA background image must ignore global img max-width */
.fimac-cta-media img {
  max-width: none;
}

/* ponytail: logo rasters with white cards should blend into the dark trust strip */
.fimac-trust-logo img {
  background: transparent;
  filter: grayscale(1) invert(1) brightness(1.15) contrast(1.08);
}

/* ponytail: about strip image should behave like a full-width background */
.fimac-about-image-strip__panel {
  min-height: 260px;
  border-radius: 0;
}

.fimac-about-image-strip__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.fimac-about-image-strip__overlay {
  background: linear-gradient(90deg, rgba(7, 13, 18, 0.9) 0%, rgba(7, 13, 18, 0.62) 38%, rgba(7, 13, 18, 0.2) 100%);
}

@media (max-width: 991px) {
  .fimac-about-image-strip__panel {
    min-height: 220px;
  }
}

/* ponytail: service pages should follow the same transparent-header-over-hero pattern as home */
.header-transparent + .fimac-service-redesign {
  margin-top: -100px;
}

.header-transparent + .fimac-service-redesign .fimac-service-hero {
  padding-top: 232px;
}

@media (max-width: 991px) {
  .header-transparent + .fimac-service-redesign {
    margin-top: 0;
  }

  .header-transparent + .fimac-service-redesign .fimac-service-hero {
    padding-top: 132px;
  }
}

@media (max-width: 767px) {
  .header-transparent + .fimac-service-redesign .fimac-service-hero {
    padding-top: 112px;
  }
}

/* ponytail: redesigned reach sectors + iso block */
.fimac-reach-sectors--card {
  margin-top: 30px;
  padding: 28px 26px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12, 20, 30, 0.96) 0%, rgba(8, 14, 22, 0.96) 100%);
}

.fimac-reach-sectors--card .fimac-reach-sectors__title {
  margin-bottom: 28px;
  font-size: 16px;
  letter-spacing: 3px;
  color: #f2f2f2;
}

.fimac-reach-sectors--card .fimac-reach-sectors__title:before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: #e02d26;
}

.fimac-reach-sectors--card .fimac-reach-sectors__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fimac-reach-sectors--card .fimac-reach-sector {
  gap: 16px;
  padding: 12px 14px 0;
}

.fimac-reach-sectors--card .fimac-reach-sector i {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.fimac-reach-sectors--card .fimac-reach-sector span:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #e02d26;
}

.fimac-reach-sectors--card .fimac-reach-sector span {
  font-size: 22px;
}

.fimac-reach-iso {
  margin-top: 24px;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 420px;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at right center, rgba(176, 32, 40, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(12, 20, 30, 0.98) 0%, rgba(8, 14, 22, 0.98) 100%);
}

.fimac-reach-iso__logo,
.fimac-reach-iso__copy {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fimac-reach-iso__logo {
  padding: 8px 26px 8px 4px;
}

.fimac-reach-iso__logo img {
  width: 100%;
  max-width: 240px;
}

.fimac-reach-iso__copy {
  padding: 0 30px;
}

.fimac-reach-iso__eyebrow {
  display: inline-flex;
  align-items: center;
  color: #e02d26;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.fimac-reach-iso__copy h3 {
  color: #ffffff;
  font-size: 64px;
  line-height: 0.98;
  margin-bottom: 12px;
}

.fimac-reach-iso__copy strong {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 18px;
}

.fimac-reach-iso__copy p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.65;
}

.fimac-reach-iso__action {
  padding-left: 34px;
}

.fimac-reach-btn {
  min-width: 0;
  width: 100%;
  min-height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
}

.fimac-reach-btn:after {
  content: "›";
  margin-left: 16px;
  font-size: 34px;
  line-height: 1;
  color: #e02d26;
}

@media (max-width: 1199px) {
  .fimac-reach-sectors--card .fimac-reach-sectors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 22px;
  }

  .fimac-reach-sectors--card .fimac-reach-sector:nth-child(3n) {
    border-right: 0;
  }

  .fimac-reach-iso {
    grid-template-columns: 220px 1fr;
    gap: 24px;
  }

  .fimac-reach-iso__logo,
  .fimac-reach-iso__copy {
    border-right: 0;
  }

  .fimac-reach-iso__action {
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .fimac-reach-iso__copy {
    padding: 0;
  }

  .fimac-reach-iso__copy h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .fimac-reach-sectors--card {
    padding: 24px 18px 20px;
    border-radius: 18px;
  }

  .fimac-reach-sectors--card .fimac-reach-sectors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fimac-reach-sectors--card .fimac-reach-sector,
  .fimac-reach-sectors--card .fimac-reach-sector:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fimac-reach-sectors--card .fimac-reach-sector:nth-child(2n) {
    border-right: 0;
  }

  .fimac-reach-sectors--card .fimac-reach-sector i {
    width: 72px;
    height: 72px;
    font-size: 36px;
  }

  .fimac-reach-sectors--card .fimac-reach-sector span {
    font-size: 18px;
  }

  .fimac-reach-iso {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .fimac-reach-iso__logo {
    padding: 0;
    text-align: center;
  }

  .fimac-reach-iso__logo img {
    max-width: 200px;
  }

  .fimac-reach-iso__copy h3 {
    font-size: 40px;
  }

  .fimac-reach-iso__copy strong {
    font-size: 20px;
  }

  .fimac-reach-iso__copy p {
    font-size: 16px;
  }

  .fimac-reach-btn {
    min-height: 72px;
    font-size: 16px;
  }
}

/* ponytail: iso card should read cleaner without hard internal dividers */
.fimac-reach-iso {
  grid-template-columns: 280px minmax(0, 1fr) 360px;
  gap: 28px;
}

.fimac-reach-iso__logo,
.fimac-reach-iso__copy {
  border-right: 0;
}

.fimac-reach-iso__logo {
  padding: 8px 8px 8px 4px;
}

.fimac-reach-iso__copy {
  padding: 0;
}

.fimac-reach-iso__copy h3 {
  font-size: 54px;
  line-height: 1.02;
}

.fimac-reach-iso__copy strong {
  font-size: 20px;
  line-height: 1.45;
}

.fimac-reach-iso__copy p {
  font-size: 17px;
}

.fimac-reach-iso__action {
  padding-left: 0;
}

@media (max-width: 1199px) {
  .fimac-reach-iso {
    grid-template-columns: 220px 1fr;
    gap: 20px;
  }

  .fimac-reach-iso__copy h3 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .fimac-reach-iso__copy h3 {
    font-size: 38px;
  }

  .fimac-reach-iso__copy strong {
    font-size: 18px;
  }
}

/* ponytail: final mobile guard for reach cards */
@media (max-width: 767px) {
  .fimac-reach-sectors--card .fimac-reach-sectors__title {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .fimac-reach-sectors--card .fimac-reach-sector {
    padding: 10px 10px 0;
  }

  .fimac-reach-sectors--card .fimac-reach-sector span {
    font-size: 16px;
    line-height: 1.25;
  }

  .fimac-reach-iso {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 16px;
    overflow: hidden;
  }

  .fimac-reach-iso__logo,
  .fimac-reach-iso__copy,
  .fimac-reach-iso__action {
    width: 100%;
    min-width: 0;
  }

  .fimac-reach-iso__logo {
    text-align: center;
    padding: 0;
  }

  .fimac-reach-iso__logo img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }

  .fimac-reach-iso__copy h3 {
    font-size: 34px;
    line-height: 1.04;
    word-break: break-word;
  }

  .fimac-reach-iso__copy strong {
    font-size: 17px;
    line-height: 1.4;
  }

  .fimac-reach-iso__copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  .fimac-reach-btn {
    min-height: 64px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
  }

  .fimac-reach-btn:after {
    margin-left: 10px;
    font-size: 28px;
  }
}

/* ponytail: laser service gets its own hero banner */
.fimac-service-redesign--laser .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/bannercortelaser.png") center/cover no-repeat;
}

/* ponytail: maquinado cnc service gets its own hero banner */
.fimac-service-redesign--maquinado .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/maquinadocncbanner.png") center/cover no-repeat;
}

/* ponytail: remove decorative red strip from service heroes */
.fimac-service-hero__visual:before {
  display: none;
}

/* ponytail: doblado cnc service gets its own hero banner */
.fimac-service-redesign--doblado .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/dobladocncbanner.png") center/cover no-repeat;
}

/* ponytail: rectificado service gets its own hero banner */
.fimac-service-redesign--rectificado .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/recifcadobanner.png") center/cover no-repeat;
}

/* ponytail: procesos con alambre service gets its own hero banner */
.fimac-service-redesign--alambrado .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/procesosalambrebanner.png") center/cover no-repeat;
}

/* ponytail: soldadura service gets its own hero banner */
.fimac-service-redesign--soldadura .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/soldadurabanner.png") center/cover no-repeat;
}

/* ponytail: pintura industrial service gets its own hero banner */
.fimac-service-redesign--pintura .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/pinturabanner.png") center/cover no-repeat;
}

/* ponytail: fibra de vidrio service gets its own hero banner */
.fimac-service-redesign--fibra .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 45%, rgba(0, 0, 0, 0.18) 100%),
    url("../images/fibravidriobanner.png") center/cover no-repeat;
}

/* ponytail: estampado service gets its own hero banner */
.fimac-service-redesign--estampado .fimac-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.45) 100%),
    url("../images/estampadobanner.png") center/cover no-repeat;
}

/* ponytail: remove decorative lines from trust strip for cleaner footer transition */
.fimac-trust-strip .container,
.fimac-trust-logo {
  border: 0;
}

/* ponytail: trust strip should render clean without divider lines */
.fimac-trust-strip .container,
.fimac-trust-strip__grid,
.fimac-trust-logo,
.fimac-trust-logo:last-child,
.fimac-trust-logo:nth-child(2n) {
  border: 0 !important;
  box-shadow: none !important;
}

/* ponytail: laser showcase works better as responsive HTML than one baked image */
.fimac-service-redesign--laser .fimac-service-showcase-grid {
  grid-template-columns: 1.1fr repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.fimac-service-redesign--laser .fimac-service-showcase-label,
.fimac-service-redesign--laser .fimac-service-showcase-item {
  min-height: 94px;
  padding: 16px 12px;
  border-radius: 10px;
  line-height: 1.15;
}

.fimac-service-redesign--laser .fimac-service-showcase-label {
  background: linear-gradient(180deg, #181818 0%, #101010 100%);
  font-size: 16px;
  font-weight: 800;
}

.fimac-service-redesign--laser .fimac-service-showcase-item {
  background: linear-gradient(180deg, #252525 0%, #171717 100%);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .fimac-service-redesign--laser .fimac-service-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fimac-service-redesign--laser .fimac-service-showcase-label {
    grid-column: 1 / -1;
    min-height: 72px;
    font-size: 15px;
  }

  .fimac-service-redesign--laser .fimac-service-showcase-item {
    min-height: 78px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .fimac-service-redesign--laser .fimac-service-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fimac-service-redesign--laser .fimac-service-showcase-label {
    min-height: 64px;
    padding: 14px 12px;
  }

  .fimac-service-redesign--laser .fimac-service-showcase-item {
    min-height: 72px;
    padding: 14px 10px;
  }
}

/* ponytail: laser pieces grid should stay clean and readable without baking the whole block into one image */
.fimac-service-redesign--laser .fimac-service-showcase-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.fimac-service-redesign--laser .fimac-service-showcase-label,
.fimac-service-redesign--laser .fimac-service-showcase-item {
  min-height: 104px;
  padding: 18px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #1b1b1b;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  box-shadow: none;
}

.fimac-service-redesign--laser .fimac-service-showcase-label {
  font-size: 18px;
  font-weight: 800;
  background: #161616;
}

.fimac-service-redesign--laser .fimac-service-showcase-item {
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .fimac-service-redesign--laser .fimac-service-showcase-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fimac-service-redesign--laser .fimac-service-showcase-label {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .fimac-service-redesign--laser .fimac-service-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .fimac-service-redesign--laser .fimac-service-showcase-label,
  .fimac-service-redesign--laser .fimac-service-showcase-item {
    min-height: 86px;
    padding: 14px 10px;
  }

  .fimac-service-redesign--laser .fimac-service-showcase-label {
    grid-column: 1 / -1;
    font-size: 16px;
  }

  .fimac-service-redesign--laser .fimac-service-showcase-item {
    font-size: 12px;
  }
}

/* ponytail: single baked showcase image for laser pieces section */
.fimac-service-showcase-image {
  margin: 0 auto;
  max-width: 1180px;
}

.fimac-service-showcase-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .fimac-service-showcase-image img {
    border-radius: 8px;
  }
}

/* ponytail: laser showcase replaced with one crisp svg visual */
.fimac-service-showcase-image {
  width: 100%;
}

.fimac-service-showcase-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .fimac-service-showcase-image img {
    border-radius: 8px;
  }
}

/* ponytail: laser parts showcase must span full width with the provided horizontal artwork */
.fimac-service-redesign--laser .fimac-service-showcase-image {
  margin: 0;
  width: 100%;
  max-width: none;
}

.fimac-service-redesign--laser .fimac-service-showcase-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .fimac-service-redesign--laser .fimac-service-showcase-image img {
    border-radius: 8px;
  }
}

.module__btn-phone-flags a {
  display: block;
  line-height: 0;
}

.mobile-language-item {
  display: none;
}

@media only screen and (max-width: 991px) {
  .navbar-modules .header-phone-item {
    display: none !important;
  }

  .mobile-language-item {
    display: block;
    padding: 14px 20px 18px;
    border-top: 1px solid #eeeeee;
  }

  .mobile-language-label {
    display: block;
    margin-bottom: 10px;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile-language-flags {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mobile-language-flags a {
    display: block;
    line-height: 0;
  }

  .mobile-language-flags .module__btn-phone-flag {
    width: 28px;
    height: 28px;
  }
}
#servicesLayout3.fimac-services-grid .service__icon img[src*="rectificado.png"] {
  width: 68px;
  max-width: none;
}
.fimac-reach-sectors--card .fimac-reach-sector:nth-child(5) i {
  color: #ffffff;
}

@media (min-width: 992px) {
  .fimac-reach-sectors--card .fimac-reach-sectors__grid {
    column-gap: 18px;
  }

  .fimac-reach-sectors--card .fimac-reach-sector {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fimac-reach-sectors--card .fimac-reach-sector span {
    font-size: 20px;
    white-space: nowrap;
  }
}
.fimac-reach-sectors--card .fimac-reach-sector span:before {
  margin: 4px auto 20px;
}
.fimac-reach-sectors--card .fimac-reach-sector {
  border-right: 0;
  position: relative;
}

.fimac-reach-sectors--card .fimac-reach-sector:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 1px;
  height: 112px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .fimac-reach-sectors--card .fimac-reach-sector:not(:last-child):after {
    display: none;
  }
}
.fimac-trust-logo {
  min-height: 140px;
}

.fimac-trust-logo img {
  max-width: 480px;
  max-height: 124px;
}

@media only screen and (max-width: 991px) {
  .fimac-trust-logo {
    min-height: 110px;
  }

  .fimac-trust-logo img {
    max-height: 96px;
  }
}
.fimac-about-hero .fimac-about-hero__title,
.fimac-about-hero .fimac-about-hero__desc {
  color: #ffffff;
}

.fimac-about-hero .fimac-about-hero__title span,
.fimac-about-hero .fimac-about-hero__eyebrow {
  color: #ff332d;
}
.fimac-about-value ul {
  columns: 2;
  column-gap: 28px;
}

.fimac-about-quality-policy {
  grid-column: 1 / -1;
  padding: 30px 42px 34px;
  text-align: center;
  border-top: 1px solid rgba(10, 18, 26, 0.08);
}

.fimac-about-quality-policy i {
  color: #d33228;
  font-size: 34px;
  margin-bottom: 12px;
}

.fimac-about-quality-policy h3 {
  color: #111111;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fimac-about-quality-policy p {
  max-width: 900px;
  margin: 0 auto;
  color: #272727;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .fimac-about-value ul {
    columns: 1;
  }

  .fimac-about-quality-policy {
    padding: 28px 22px 32px;
  }
}
/* ponytail: about image strip full team photo, taller box instead of crop */
.fimac-about-image-strip__panel {
  min-height: 420px;
  background: #070d12;
}

.fimac-about-image-strip__panel img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  .fimac-about-image-strip__panel {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .fimac-about-image-strip__panel {
    min-height: 260px;
  }
}

.fimac-wordmark-fi {
  color: #d33228;
}

.fimac-service-info-card__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}
.fimac-service-info-card__icon--plain {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}

.fimac-service-info-card__icon--plain img {
  width: 74px;
  height: 74px;
}
/* ponytail: doblado equipment three cards reuse existing card component */
.fimac-service-redesign--doblado .fimac-service-equipment-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fimac-service-redesign--doblado .fimac-service-equipment-card h3 span {
  display: block;
  color: #d33228;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .fimac-service-redesign--doblado .fimac-service-equipment-grid--three {
    grid-template-columns: 1fr;
  }
}

.service__icon--xl img {
  transform: scale(1.28);
  transform-origin: center;
}

.fimac-trust-logo img[src*='gelectric.png'],
.clients img[src*='gelectric.png'] {
  transform: translateY(-8px) scale(1.35);
  transform-origin: center;
}

.fimac-contact-shell__meta {
  grid-template-columns: repeat(3, minmax(160px, 1fr));
}

.fimac-contact-shell__meta-item {
  padding-left: 14px;
  padding-right: 14px;
}

.fimac-contact-shell__meta-item span {
  font-size: 13px;
}

.fimac-contact-phone-nowrap,
.fimac-contact-nowrap {
  white-space: nowrap;
}

.fimac-contact-address-lines {
  white-space: nowrap;
}

.fimac-service-redesign--rectificado .fimac-service-info-card__icon {
  margin-left: auto;
  margin-right: auto;
}

.fimac-reach-map--image {
  aspect-ratio: 1 / 1;
  background: #0d1219;
  overflow: hidden;
}

.fimac-reach-map--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.fimac-reach__title span,
.fimac-reach-iso__copy h3 {
  white-space: nowrap;
}

.fimac-reach .fimac-reach-map--image {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.fimac-reach .fimac-reach-map--image img {
  width: 112%;
  height: auto;
  max-width: none;
  margin-left: -6%;
  object-fit: contain;
  transform: none;
}

/* Final visual polish requested for service cards and footer */
#servicesLayout3.fimac-services-grid .service__media--filled {
  padding: 0;
  background: transparent;
}

#servicesLayout3.fimac-services-grid .service__media--filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

.fimac-footer-contact-list a[href*="google.com/maps"] {
  color: rgba(255, 255, 255, 0.8);
}

.fimac-footer-contact-list a[href*="google.com/maps"]:hover {
  color: #e02d26;
}

.fimac-reach .fimac-reach-map--image {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.fimac-reach .fimac-reach-map--image img {
  width: 100%;
  margin-left: 0;
  object-fit: contain;
}

/* About page: panoramic team photo, full horizontal view with less height */
.fimac-about-image-strip__panel {
  aspect-ratio: 1535 / 720;
  min-height: 0;
}

.fimac-about-image-strip__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.fimac-service-redesign--estampado .fimac-service-equipment-card__visual {
  background: #f4f4f4;
}

.fimac-service-redesign--estampado .fimac-service-equipment-card__visual img {
  width: 112%;
  height: 112%;
  object-fit: contain;
  object-position: center bottom;
}

.fimac-service-redesign--fibra .fimac-service-media-box {
  background: #ffffff;
}

.fimac-service-redesign--fibra .fimac-service-media-box--tall img {
  width: 116%;
  height: 116%;
  margin: -4% -8%;
  object-fit: contain;
}

.fimac-service-redesign--doblado .fimac-service-showcase-image img {
  image-rendering: auto;
}

/* Service equipment visuals: fill the frame so no side background shows */
.fimac-service-equipment-card__visual {
  background: transparent !important;
}

.fimac-service-equipment-card__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Requested fixed line breaks for service headlines. */
.fimac-hero-line {
  display: block;
}

.fimac-title-line {
  display: block;
}

.fimac-cta__title span {
  white-space: nowrap;
}

/* About: mission, vision and policy first; six values in a 3 x 2 grid. */
.fimac-about-quality-policy {
  grid-column: auto;
  padding: 38px 34px 32px;
  text-align: center;
  border-top: 0;
  border-right: 1px solid rgba(10, 18, 26, 0.08);
}

.fimac-about-quality-policy p {
  font-size: 13px;
  line-height: 1.65;
}

.fimac-about-values-list {
  grid-column: 1 / -1;
  min-height: 0;
  border-top: 1px solid rgba(10, 18, 26, 0.08);
  border-right: 0;
}

.fimac-about-values-list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 640px);
  margin: 0 auto;
  columns: unset;
  gap: 8px 26px;
  text-align: left;
}

/* Stamping machines keep their full cutout over the requested red background. */
.fimac-service-redesign--estampado .fimac-service-equipment-card__visual {
  background: radial-gradient(circle at center, #b61d1d 0%, #650b0b 45%, #1c0808 100%) !important;
}

.fimac-service-redesign--estampado .fimac-service-equipment-card__visual img {
  width: 112% !important;
  height: 112% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.fimac-service-equipment-card__visual--contain {
  background: #f4f4f4 !important;
}

.fimac-service-equipment-card__visual--contain img {
  object-fit: contain !important;
}

.fimac-service-showcase-image--icons img {
  width: 100%;
  height: auto;
  display: block;
}

.fimac-service-redesign--pintura .fimac-service-showcase-image--icons {
  width: 100%;
  max-width: none;
  margin: 0;
}

.fimac-service-redesign--pintura .fimac-service-showcase-image--icons img {
  width: 100% !important;
  max-width: none;
}

.fimac-hero-stat__icon {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
}

.fimac-about-values-list ul {
  width: min(100%, 500px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(54px, auto));
  grid-auto-flow: column;
  text-align: center;
}

.fimac-about-values-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding-left: 0;
  text-align: center;
  margin: 0;
}

.fimac-about-values-list li:before {
  display: none;
}

.fimac-service-redesign--estampado .fimac-service-equipment-card__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.45);
  transform-origin: center 54%;
}

@media (max-width: 767px) {
  .fimac-hero-stat__icon {
    width: 52px;
    height: 52px;
  }
}

/* Reach-section medallions supplied for the FIMAC industrial scope. */
.fimac-reach-point__icon {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 0 12px;
}

.fimac-reach-point__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .fimac-reach-point__icon {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .fimac-about-quality-policy {
    border-right: 0;
    border-bottom: 1px solid rgba(10, 18, 26, 0.08);
  }

  .fimac-about-values-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .fimac-about-values-list ul {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    width: max-content;
  }
}
