@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@1,700&display=swap');
@import url("bootstrap.min.css");
@import url("bootstrap-select.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("nouislider.css");
@import url("nouislider.pips.css");
@import url("jquery.bootstrap-touchspin.css");
@import url("magnific-popup.css");
@import url("animate.min.css");
@import url("hover-min.css");
@import url("jquery.bxslider.min.css");
@import url("../plugins/icofont/css/icofont.css");
@import url("../plugins/bands-icon/style.css");
@import url("../plugins/fontawesome-5/css/fontawesome-all.min.css");
@import url("../plugins/industrio-icon/style.css");
body {
  font-family: 'Montserrat', sans-serif;
  color: rgb(85, 85, 85);
  font-size: 16px;
  line-height: 27px;
}
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}
.container {
  transition: none;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-wrapper {
  background: rgb(255, 255, 255);
}
.sec-pad {
  padding: 130px 0px;
}
.p0 {
  padding: 0px !important;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.gray-bg {
  background: rgb(246, 246, 246);
}
.dark-bg {
  background: rgb(38, 38, 38);
}
.light-dark-bg {
  background: rgb(33, 33, 33);
}
.blue-bg {
  background: rgb(32, 25, 64);
}
.dark-blue-bg {
  background: rgb(27, 21, 55);
}
.sec-title {
  margin-bottom: 35px;
}
.sec-title h3 {
  margin: 0px;
  color: rgb(38, 38, 38);
  font-weight: 600;
  font-size: 32px;
font-family: 'Montserrat', sans-serif;
}
.sec-title h3::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 38px;
  height: 2px;
  background: rgb(136, 136, 136);
  margin-left: 15px;
  margin-top: 12px;
}
.sec-title h3 + p {
  margin-top: 21px;
}
.sec-title p {
  color: rgb(85, 85, 85);
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
}
.sec-title span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.sec-title.light h3 {
  color: rgb(255, 255, 255);
}
.sec-title.light h3::after {
  background: rgb(255, 255, 255);
}
.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: 0.4s;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: rgba(254, 90, 14, 0.75);
  color: rgb(38, 38, 38);
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 23px 42px;
  transition: 0.4s;
}
.scroll-to-top:hover {
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
}
body.active-preloader-ovh {
  overflow: hidden;
}
.preloader {
  background-color: rgb(210, 38, 38);
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  animation: 1s ease-in-out 0s infinite normal none running sk-scaleout;
}
@-webkit-keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.header-navigation {
  background-color: transparent;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  z-index: 999;
}
.header-navigation .container {
  position: relative;
  padding-right: 220px;
}
.header-navigation .container .navbar-header {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  z-index: 10;
}
.header-navigation .container .navbar-header button.side-nav-toggler {
  border: none;
  outline: none;
  background-color: transparent;
  color: rgb(38, 38, 38);
  font-size: 18px;
  transition: 0.4s;
}
.header-navigation .container .navbar-header button.side-nav-toggler:hover {
  color: rgb(210, 38, 38);
}
.header-navigation .container .navbar-brand {
  height: auto;
  padding: 0px;
}
.header-navigation .container .navbar-brand .default-logo {
  display: inline-block;
}
.header-navigation .container .navbar-brand .sticky-logo {
  display: none;
}
.header-navigation .container .main-navigation {
  text-align: left;
  padding: 0px;
  background: rgb(255, 255, 255);
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.header-navigation .container .right-side-box a.rqa-btn {
  display: inline-block;
  vertical-align: middle;
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 16px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 26.5px 39px;
  transition: 0.4s;
  letter-spacing: 0.01em;
  line-height: 1em;
  position: relative;
}
.header-navigation .container .right-side-box a.rqa-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.header-navigation .container .right-side-box a.rqa-btn span.inner {
  display: block;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 3px 0px;
}
.header-navigation .container .right-side-box a.rqa-btn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 25px;
  height: 100%;
  transform: skewX(-15deg);
  background: rgb(210, 38, 38);
  display: block;
  z-index: -1;
  transition: 0.4s;
}
.header-navigation .container .right-side-box a.rqa-btn:hover {
  background: rgb(37, 37, 37);
  color: rgb(255, 255, 255);
}
.header-navigation .container .right-side-box a.rqa-btn:hover::after {
  background: rgb(37, 37, 37);
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 120px;
  position: relative;
}
.header-navigation ul.navigation-box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 99%;
  width: 60px;
  height: 100%;
  transform: skewX(-15deg);
  background: rgb(255, 255, 255);
  display: block;
  z-index: -1;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 24px 0px;
  display: inline-block;
}
.header-navigation ul.navigation-box > li::before {
  content: "";
  width: 100%;
  height: 3px;
  background: rgb(210, 38, 38);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.4s;
  transform: scale(0, 0);
}
.header-navigation ul.navigation-box > li:hover::before,
.header-navigation ul.navigation-box > li.current::before {
  transform: scale(1, 1);
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 50px;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0px;
font-family: 'Montserrat', sans-serif;
  color: rgb(38, 38, 38);
  font-size: 16px;
  transition: 0.4s;
  font-weight: 600;
  display: inline-block;
}
.header-navigation ul.navigation-box > li > a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  margin-left: 5px;
  color: rgb(210, 38, 38);
}
.header-navigation ul.navigation-box > li > a:only-child::after {
  content: "";
  display: none;
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px;
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0px;
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: rgb(38, 38, 38);
  font-family: Rubik;
  font-weight: 400;
  padding: 11.5px 0px 11.5px 40px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  transition: 0.4s;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px;
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation
  ul.navigation-box
  > li
  > .sub-menu
  > li
  > ul.sub-menu
  > li
  > a {
  font-size: 16px;
  color: rgb(38, 38, 38);
  font-weight: 500;
  padding: 11.5px 0px 11.5px 40px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  transition: 0.4s;
}
.header-navigation
  ul.navigation-box
  > li
  > .sub-menu
  > li
  > .sub-menu
  li:hover
  > a {
  background: rgb(241, 241, 241);
  color: rgb(24, 24, 24);
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: rgb(255, 255, 255);
}
.header-navigation.stricky-fixed .container {
  box-shadow: none;
}
.header-top {
  background: rgb(24, 24, 24);
}
.header-top .logo {
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
}
.header-top .logo img {
  position: relative;
}
.header-top .logo::before {
  content: "";
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -35px;
  transform: skewX(30deg);
  background: rgb(46, 46, 46);
}
.header-top .header-right-info {
  padding: 34px 0px;
}
.header-top .single-header-right-info {
  display: inline-block;
  vertical-align: middle;
}
.header-top .single-header-right-info + .single-header-right-info {
  margin-left: 36px;
}
.header-top .single-header-right-info .icon-box,
.header-top .single-header-right-info .text-box {
  display: table-cell;
  vertical-align: middle;
}
.header-top .single-header-right-info .icon-box {
  width: 35px;
}
.header-top .single-header-right-info .icon-box i {
  font-size: 35px;
  color: rgb(255, 255, 255);
  line-height: 1em;
  vertical-align: text-top;
}
.header-top .single-header-right-info .text-box {
  padding-left: 20px;
}
.header-top .single-header-right-info .text-box h3,
.header-top .single-header-right-info .text-box p {
  margin: 0px;
}
.header-top .single-header-right-info .text-box p {
  color: rgb(210, 38, 38);
  letter-spacing: 0.01em;
  font-family: Rubik;
  font-size: 14px;
}
.header-top .single-header-right-info .text-box h3 {
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.header-top.home-three {
  background: rgb(255, 255, 255);
}
.header-top.home-three .top-info {
  background: rgb(38, 38, 38);
}
.header-top.home-three .top-info .left-text {
  padding: 16px 0px;
  position: relative;
}
.header-top.home-three .top-info .left-text::before {
  content: "";
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -45px;
  transform: skewX(50deg);
  background: rgba(0, 0, 0, 0.3);
}
.header-top.home-three .top-info p {
  margin: 0px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.01em;
  position: relative;
  z-index: 10;
}
.header-top.home-three .top-info p span {
  color: rgb(210, 38, 38);
}
.header-top.home-three .top-info .social {
  padding: 16px 0px;
}
.header-top.home-three .top-info .social a {
  font-size: 12px;
  color: rgb(255, 255, 255);
  transition: 0.4s;
}
.header-top.home-three .top-info .social a:hover {
  color: rgb(210, 38, 38);
}
.header-top.home-three .top-info .social a + a {
  margin-left: 20px;
}
.header-top.home-three .logo {
  padding: 26px 0px;
}
.header-top.home-three .logo::before {
  display: none;
}
.header-top.home-three .header-right-info {
  padding: 30px 0px;
}
.header-top.home-three .single-header-right-info p {
  color: rgb(136, 136, 136);
}
.header-top.home-three .single-header-right-info i,
.header-top.home-three .single-header-right-info h3 {
  color: rgb(38, 38, 38);
}
.header.header-home-one {
  position: relative;
  top: -40px;
}
.header.header-home-one .stricky-fixed {
  background-color: transparent;
}
.header.header-home-one .stricky-fixed .container {
  margin-top: 0px;
}
.header.header-home-two {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(217, 215, 214);
}
.header.header-home-two.stricky-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: rgb(255, 255, 255);
  border-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 16px;
}
.header.header-home-two .header-navigation .container .navbar-header {
  display: none;
}
.header.header-home-two .header-navigation ul.navigation-box {
  padding-left: 30px;
}
.header.header-home-two .header-navigation ul.navigation-box > li::before {
  bottom: auto;
  top: -6px;
}
.header.header-home-two .header-navigation ul.navigation-box > li + li {
  margin-left: 60px;
}
.header.header-home-two .header-navigation ul.navigation-box > li {
  padding: 21.5px 0px;
}
.header.header-home-two
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn {
  padding: 14px 29px;
}
.header.header-home-two
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn
  span {
  border: none;
  padding: 0px;
}
.header.header-home-two
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn
  i {
  font-size: 16px;
}
.header.header-home-two
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn::after {
  display: none;
}
.header.header-home-two
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn:hover {
  background-color: rgb(210, 38, 38);
}
.header.header-home-two
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn::before {
  background: rgb(37, 37, 37);
}
.header.header-home-three + section,
.header.header-home-three + div {
  margin-top: -62px !important;
}
.header.header-home-three .header-navigation .container {
  padding-right: 255px;
}
.header.header-home-three .header-navigation .container .navbar-header {
  display: none;
}
.header.header-home-three .header-navigation ul.navigation-box {
  padding-left: 40px;
}
.header.header-home-three .header-navigation .container .main-navigation {
  background: rgb(38, 38, 38);
  border-bottom: 3px solid rgb(6, 6, 6);
}
.header.header-home-three .header-navigation ul.navigation-box > li::before {
  bottom: -3px;
}
.header.header-home-three .header-navigation ul.navigation-box > li > a {
  color: rgb(255, 255, 255);
}
.header.header-home-three .header-navigation ul.navigation-box > li {
  padding: 16px 0px;
}
.header.header-home-three .header-navigation ul.navigation-box::after {
  display: none;
}
.header.header-home-three
  .header-navigation
  ul.navigation-box
  > li
  > ul.sub-menu {
  background-color: transparent;
  padding-top: 3px;
}
.header.header-home-three
  .header-navigation
  ul.navigation-box
  > li
  > ul.sub-menu
  > li {
  background: rgb(255, 255, 255);
}
.header.header-home-three .header-navigation ul.navigation-box > li + li {
  margin-left: 55px;
}
.header.header-home-three
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn {
  padding: 18px 69px;
  border-bottom: 3px solid rgb(210, 38, 38);
}
.header.header-home-three
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn::after {
  display: none;
}
.header.header-home-three
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn:hover {
  background: rgb(37, 37, 37);
  color: rgb(255, 255, 255);
  border-color: rgb(37, 37, 37);
}
.header.header-home-three
  .header-navigation
  .container
  .right-side-box
  a.rqa-btn:hover
  span {
  border-color: rgb(255, 255, 255);
}
.header.header-home-three .stricky-fixed {
  background-color: transparent;
}
.header.header-home-three .stricky-fixed .container {
  margin-top: 0px;
}
.search_area {
  position: relative;
  max-width: 950px;
  margin: auto;
}
.search_area .search_box_inner {
  background: transparent;
  padding: 100px 60px;
  display: block;
  overflow: hidden;
}
.search_area .search_box_inner h3 {
  padding-bottom: 20px;
font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.search_area .search_box_inner .input-group {
  display: block;
  position: relative;
}
.search_area .search_box_inner .input-group input {
  background: transparent;
  border-radius: 0px;
  height: 50px;
  padding: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgb(255, 255, 255);
font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}
.search_area .search_box_inner .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
}
.search_area .search_box_inner .input-group .input-group-btn .btn-default {
  padding: 0px;
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 24px;
  outline: none !important;
  box-shadow: none !important;
}
.search_area .mfp-close {
  right: 0px;
  color: rgb(255, 255, 255);
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: 0.2s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.98;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0px) perspective(600px) rotateX(0deg);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 991;
}
#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  inset: 0px;
  padding: 0px;
  text-align: right;
  text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}
#minimal-bootstrap-carousel .carousel-control {
  width: 66px;
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: normal;
  margin-top: -33px;
  border-radius: 50%;
  transition: 0.5s;
  top: 50%;
  z-index: 99;
  visibility: visible !important;
}
#minimal-bootstrap-carousel .carousel-control:hover {
  background: rgb(210, 38, 38);
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}
#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}
#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}
#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0px;
  transform: translate3d(0px, 0px, 0px);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0px;
}
#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
  border: 0px;
  border-radius: 0px;
  text-indent: 0px;
  width: 30px;
  height: 2px;
  background: rgb(255, 255, 255);
  opacity: 0.3;
  cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-left: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 650px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(24, 24, 24);
}
#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
  min-height: calc(-70px + 100vh);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(52, 66, 79);
}
@media (max-height: 600px) {
  #minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 600px;
  }
}
#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
  min-height: 620px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(255, 255, 255);
}
.slider-home-one {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  background-color: rgb(52, 66, 79);
}
.slider-home-one .content {
  padding-bottom: 50px;
}
.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0px;
}
.slider-home-one .content.text-center h2,
.slider-home-one .content.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.slider-home-one .content.text-right h2,
.slider-home-one .content.text-right p {
  margin-left: auto;
  margin-right: 0px;
}
.slider-home-one .content h2 {
font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  width: 46%;
  animation-delay: 0.5s;
}
.slider-home-one .content h2 span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.slider-home-one .content h2 + a.banner-btn {
  margin-top: 40px;
}
.slider-home-one .content p {
  color: rgb(254, 254, 254);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  font-family: Rubik;
  width: 39%;
  margin-top: 35px;
  margin-bottom: 40px;
  animation-delay: 1s;
}
.slider-home-one .content a.banner-btn {
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 205px;
  height: 54px;
  line-height: 54px;
font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: 0.4s;
  animation-delay: 1.5s;
}
.slider-home-one .content a.banner-btn::before {
  background: rgb(37, 37, 37);
}
.slider-home-one .content a.banner-btn i {
  margin-left: 7px;
}
.slider-home-two {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
.slider-home-two .content {
  padding-bottom: 0px;
}
.slider-home-two .logo.home-two {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  display: inline-block;
  padding: 47px 0px 47px 45px;
  z-index: 9999;
}
.slider-home-two .logo.home-two img {
  z-index: 10;
  position: relative;
}
.slider-home-two .logo.home-two::before {
  content: "";
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -42px;
  transform: skewX(30deg);
  background: rgb(255, 255, 255);
  z-index: 2;
}
.slider-home-two .logo.home-two::after {
  content: "";
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -52px;
  transform: skewX(30deg);
  background: rgb(217, 215, 214);
  z-index: 1;
}
.slider-home-three {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
.slider-home-three .content {
  padding-bottom: 0px;
}
.main-slider {
  position: relative;
  z-index: 8;
}
.main-slider #rev_slider_one_wrapper {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.main-slider .tp-caption {
  z-index: 5 !important;
}
.main-slider .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.05) !important;
}
#rev_slider_two .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
.main-slider .tparrows.gyges {
  margin-top: -60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main-slider .tparrows.gyges::before {
  line-height: 60px;
}
.main-slider .tparrows.gyges:hover {
  background-color: rgb(228, 53, 58);
}
.main-slider h2 {
  position: relative;
  line-height: 1.3em;
  padding-bottom: 20px;
font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-weight: 600;
}
.main-slider h2 span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.main-slider h2.dark-text {
  position: relative;
  color: rgb(34, 34, 34);
}
.main-slider .text {
  position: relative;
  font-weight: 400;
  line-height: 1.7em;
  color: rgb(254, 254, 254);
  font-size: 18px;
  letter-spacing: 0.01em;
  font-family: Rubik;
}
.main-slider .text.dark-text {
  color: rgb(2, 34, 34);
  font-size: 16px;
}
.main-slider .text.white-text {
  color: rgb(255, 255, 255);
}
.main-slider .dark-heading {
  position: relative;
  color: rgb(2, 34, 34);
  border: 0px;
  padding: 0px;
  line-height: 1.2em;
}
.main-slider .dark-heading::after {
  display: none;
}
.main-slider .white-heading {
  position: relative;
  color: rgb(255, 255, 255);
  border: 0px;
  padding: 0px;
  line-height: 1.2em;
}
.main-slider .white-heading::after {
  display: none;
}
.main-slider h4 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.main-slider h1 {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.2em;
  text-transform: uppercase;
}
.slider-content {
  position: relative;
  padding: 35px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.slider-content h3 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-content h3::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: -1px;
  z-index: 10;
  background-color: rgb(228, 53, 58);
}
.slider-content .content-text {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.main-slider .tp-bannertimer {
  display: none !important;
}
.main-slider .theme-btn {
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 14px 44px;
font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: 0.4s;
}
.main-slider .theme-btn::before {
  background: rgb(37, 37, 37);
}
.main-slider .theme-btn i {
  margin-left: 7px;
}
@media only screen and (max-width: 1024px) {
  .main-slider h2 {
    font-size: 34px;
  }
  .main-slider .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider {
    margin-top: 0px !important;
  }
  .main-slider h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .main-header .header-lower {
    margin: 0px;
  }
  .main-slider .dark-heading {
    font-size: 32px;
  }
  .main-slider h1 {
    font-size: 32px;
  }
  .main-slider h4 {
    font-size: 28px;
  }
  .main-slider .text {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 599px) {
  .main-slider h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .main-slider .text {
    font-size: 13px;
  }
  .main-slider .dark-heading {
    font-size: 24px;
  }
  .main-slider .text.dark-text {
    font-size: 13px;
  }
  .slider-content .content-text {
    font-size: 14px;
  }
  .main-slider .theme-btn {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 489px) {
  .main-slider .text {
    margin-top: -10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .main-slider .slide-2 h2,
  .main-slider .slide-3 h2 {
    margin-top: -20px;
    padding-top: 20px;
  }
  .main-slider .slide-2 .text,
  .main-slider .slide-3 .text {
    margin-top: -20px;
    padding-top: 20px;
  }
  .main-slider .slide-2 .theme-btn,
  .main-slider .slide-3 .theme-btn {
    margin-top: 50px;
  }
}
.hidden-sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/side-menu-bg.jpg") center center / 100% 100% no-repeat
    rgb(24, 24, 24);
  text-align: center;
  z-index: 1000;
  overflow: auto;
  transition: 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
.hidden-sidebar.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
.hidden-sidebar a.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: rgb(255, 255, 255);
  font-size: 25px;
}
.hidden-sidebar .sidebar-content {
  padding: 40px 0px;
}
.hidden-sidebar .sidebar-content .navigation-box {
  margin: 130px 0px 150px;
  padding: 0px;
  list-style: none;
}
.hidden-sidebar .sidebar-content .navigation-box li a {
  color: rgb(255, 255, 255);
  font-size: 20px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.4s;
  display: block;
}
.hidden-sidebar .sidebar-content .navigation-box li a:hover {
  color: rgb(210, 38, 38);
}
.hidden-sidebar .sidebar-content .navigation-box li.current a {
  color: rgb(210, 38, 38);
}
.hidden-sidebar .sidebar-content .navigation-box li + li {
  margin-top: 20px;
}
.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
  background-color: transparent;
  border: none;
  outline: none;
  color: rgb(210, 38, 38);
  font-size: 15px;
  padding: 0px;
  margin-left: 5px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
  margin: 10px 0px;
  padding: 0px;
  list-style: none;
  display: none;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  transition: 0.4s;
  display: block;
}
.hidden-sidebar .sidebar-content .social {
  margin-bottom: 20px;
}
.hidden-sidebar .sidebar-content .social a {
  display: inline-block;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 33px;
  transition: 0.4s;
  border-radius: 50%;
}
.hidden-sidebar .sidebar-content .social a:hover {
  color: rgb(210, 38, 38);
}
.hidden-sidebar .sidebar-content .social a + a {
  margin-left: 10px;
}
.hidden-sidebar .sidebar-content p.copy-text {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 15px;
}
.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
  color: rgb(210, 38, 38);
}
footer.site-footer.fixed-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
footer.site-footer .main-footer {
  padding-top: 95px;
  padding-bottom: 60px;
}
footer.site-footer .footer-widget h3,
footer.site-footer .footer-widget p,
footer.site-footer .footer-widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer.site-footer .footer-widget .title {
  margin-bottom: 25px;
}
footer.site-footer .footer-widget .title h3 {
  font-size: 18px;
  color: rgb(38, 38, 38);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
footer.site-footer .footer-widget p {
  font-size: 15px;
  color: rgb(136, 136, 136);
  line-height: 25px;
}
footer.site-footer .footer-widget ul.links-list li {
  display: block;
  line-height: 1em;
}
footer.site-footer .footer-widget ul.links-list li + li {
  margin-top: 10px;
}
footer.site-footer .footer-widget ul.links-list li a {
  color: rgb(136, 136, 136);
  font-size: 15px;
  display: inline-block;
  line-height: 1em;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
footer.site-footer .footer-widget ul.links-list li a:hover {
  border-color: rgb(208, 208, 208);
}
footer.site-footer .footer-widget.about-widget {
  position: relative;
  bottom: 50px;
}
footer.site-footer .footer-widget.about-widget h3 {
  font-size: 18px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  margin-top: 45px;
  margin-bottom: 20px;
}
footer.site-footer .footer-widget.subscribe-widget {
  padding: 35px 40px;
  background: rgb(246, 246, 246);
}
footer.site-footer .footer-widget.subscribe-widget h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(210, 38, 38);
font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  margin-bottom: 15px;
}
footer.site-footer .footer-widget.subscribe-widget p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(136, 136, 136);
}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form {
  position: relative;
  margin-top: 30px;
}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input,
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button {
  border: none;
  outline: none;
  display: block;
}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input {
  width: 100%;
  height: 51px;
  border: 1px solid rgb(230, 229, 229);
  padding-left: 20px;
  font-size: 14px;
  color: rgb(178, 175, 175);
}
footer.site-footer
  .footer-widget.subscribe-widget
  form.subscribe-form
  input::-webkit-input-placeholder {
  color: rgb(178, 175, 175);
}
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 98px;
  height: 51px;
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 14px;
}
footer.site-footer
  .footer-widget.subscribe-widget
  form.subscribe-form
  button::before {
  background: rgb(37, 37, 37);
}
footer.site-footer .bottom-footer .container {
  border-top: 1px solid rgb(225, 225, 225);
  padding-top: 28.5px;
  padding-bottom: 28.5px;
}
footer.site-footer .bottom-footer p {
  margin: 0px;
  color: rgb(85, 85, 85);
  font-size: 15px;
}
.award-winning {
  background: rgb(38, 38, 38);
  border-bottom: 3px solid rgb(210, 38, 38);
  padding: 35px 0px;
}
.award-winning .title {
  padding-top: 25px;
}
.award-winning .title h3,
.award-winning .title p {
  margin: 0px;
}
.award-winning .title h3 {
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 32px;
}
.award-winning .title h3 span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.award-winning .title h3::after {
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 38px;
  height: 2px;
  background: rgb(255, 255, 255);
  margin-left: 15px;
}
.award-winning .title p {
  font-size: 16px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.01em;
  margin-top: 8px;
}
.award-winning .img-box {
  position: relative;
}
.award-winning .img-box::before {
  content: "";
  width: 1px;
  height: 93px;
  background: rgb(98, 97, 97);
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translateY(-50%);
}
.brand-carousel-area {
  padding: 65px 0px;
}
.brand-carousel-area .brand-carousel {
  text-align: center;
}
.brand-carousel-area .brand-carousel i {
  font-size: 150px;
  color: rgb(136, 136, 136);
  transition: 0.4s;
}
.brand-carousel-area .brand-carousel i:hover {
  color: rgb(0, 0, 0);
}
.brand-carousel-area .brand-carousel .owl-nav {
  display: none;
}
.brand-carousel-area.home-three {
  padding: 10px 0px;
}
.blog-style-one .single-blog-style-one .img-box {
  position: relative;
  overflow: hidden;
}
.blog-style-one .single-blog-style-one .img-box::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgb(255, 255, 255);
  opacity: 0;
  transition: 0.4s;
}
.blog-style-one .single-blog-style-one .img-box > img {
  transition: 0.4s;
}
.blog-style-one .single-blog-style-one .img-box:hover::after {
  opacity: 0.3;
}
.blog-style-one .single-blog-style-one .img-box:hover > img {
  transform: scale(1.03);
}
.blog-style-one .single-blog-style-one .meta-info {
  margin-top: 23px;
  margin-bottom: 10px;
}
.blog-style-one .single-blog-style-one .meta-info a {
  color: rgb(136, 136, 136);
  font-size: 16px;
  transition: 0.4s;
}
.blog-style-one .single-blog-style-one .meta-info a:hover {
  color: rgb(210, 38, 38);
}
.blog-style-one .single-blog-style-one .meta-info a + a {
  margin-left: 10px;
}
.blog-style-one .single-blog-style-one h3 {
  margin: 0px 0px 10px;
  font-size: 18px;
  line-height: 27px;
  color: rgb(38, 38, 38);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.4s;
}
.blog-style-one .single-blog-style-one h3:hover {
  color: rgb(210, 38, 38);
}
.blog-style-one .single-blog-style-one p {
  margin: 0px 0px 7px;
  color: rgb(136, 136, 136);
  font-size: 16px;
}
.blog-style-one .single-blog-style-one a.read-more {
  color: rgb(210, 38, 38);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.3s;
  margin: 0px;
  display: inline-block;
  vertical-align: baseline;
}
.blog-style-one .single-blog-style-one a.read-more i {
  margin-left: 4px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: 1px;
}
.blog-style-one .single-blog-style-one a.read-more:hover {
  margin-left: 5px;
}
.blog-style-one .blog-list-sidebar {
  border: 1px solid rgb(230, 229, 229);
  background: rgb(255, 255, 255);
}
.blog-style-one .blog-list-sidebar .single-blog-list {
  padding: 14px 30px;
  transition: 0.4s;
}
.blog-style-one .blog-list-sidebar .single-blog-list + .single-blog-list {
  border-top: 1px solid rgb(230, 229, 229);
}
.blog-style-one .blog-list-sidebar .single-blog-list h3,
.blog-style-one .blog-list-sidebar .single-blog-list p {
  margin: 0px;
}
.blog-style-one .blog-list-sidebar .single-blog-list h3 {
  color: rgb(36, 36, 36);
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.blog-style-one .blog-list-sidebar .single-blog-list p {
  color: rgb(136, 136, 136);
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 4px;
  margin-top: 7px;
}
.blog-style-one .blog-list-sidebar .single-blog-list .cat-list a {
  font-size: 16px;
  color: rgb(136, 136, 136);
  line-height: 1em;
}
.blog-style-one .blog-list-sidebar .single-blog-list:hover {
  background: rgb(38, 38, 38);
}
.blog-style-one .blog-list-sidebar .single-blog-list:hover h3 {
  color: rgb(210, 38, 38);
}
.blog-style-one .blog-list-sidebar .single-blog-list:hover p,
.blog-style-one .blog-list-sidebar .single-blog-list:hover .cat-list a {
  color: rgb(246, 246, 246);
}
.blog-style-one .blog-list-sidebar .btn-box {
  border-top: 1px solid rgb(230, 229, 229);
  padding: 16px 30px;
}
.blog-style-one .blog-list-sidebar .btn-box a {
  color: rgb(210, 38, 38);
  font-size: 16px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
  transition: 0.4s;
}
.blog-style-one .blog-list-sidebar .btn-box a:hover {
  color: rgb(37, 37, 37);
}
.single-blog-style-two + .single-blog-style-two {
  margin-top: 60px;
}
.single-blog-style-two .img-box {
  position: relative;
  overflow: hidden;
}
.single-blog-style-two .img-box::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgb(255, 255, 255);
  opacity: 0;
  transition: 0.4s;
}
.single-blog-style-two .img-box > img {
  transition: 0.4s;
}
.single-blog-style-two .img-box:hover::after {
  opacity: 0.3;
}
.single-blog-style-two .img-box:hover > img {
  transform: scale(1.03);
}
.single-blog-style-two .text-box {
  background: rgb(248, 248, 248);
  padding: 35px 30px;
}
.single-blog-style-two .text-box h3 {
  margin: 0px;
  font-size: 28px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  color: rgb(38, 38, 38);
  transition: 0.4s;
  line-height: 1.25em;
}
.single-blog-style-two .text-box h3:hover {
  color: rgb(210, 38, 38);
}
.single-blog-style-two .text-box .meta-info {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-blog-style-two .text-box .meta-info a {
  color: rgb(85, 85, 85);
  font-size: 15px;
font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
}
.single-blog-style-two .text-box .meta-info a:hover {
  color: rgb(210, 38, 38);
}
.single-blog-style-two .text-box .meta-info a i {
  color: rgb(210, 38, 38);
  font-size: 12px;
  margin-right: 4px;
}
.single-blog-style-two .text-box .meta-info a + a {
  margin-left: 13px;
}
.single-blog-style-two .text-box p {
  color: rgb(85, 85, 85);
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
}
.single-blog-style-two .text-box a.more {
  display: inline-block;
  width: 202px;
  height: 54px;
  text-align: center;
  color: rgb(255, 255, 255);
font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 54px;
  transition: 0.4s;
  background: rgb(210, 38, 38);
  margin-top: 25px;
}
.single-blog-style-two .text-box a.more::before {
  background: rgb(37, 37, 37);
}
.blog-post-pagination {
  margin-top: 60px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 38px;
  color: rgb(38, 38, 38);
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgb(204, 203, 203);
  text-align: center;
  transition: 0.4s;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}
.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  border-color: rgb(136, 136, 136);
  color: rgb(255, 255, 255);
  background: rgb(136, 136, 136);
}
.blog-details-page .single-blog-style-two .text-box h4 {
  margin: 0px;
  color: rgb(38, 38, 38);
  font-weight: 500;
  font-size: 18px;
}
.blog-details-page .single-blog-style-two .text-box p {
  margin: 0px;
}
.blog-details-page .tags-share-box {
  margin: 35px 0px;
}
.blog-details-page .tags-share-box .tags-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blog-details-page .tags-share-box .tags-box ul li {
  display: inline-block;
}
.blog-details-page .tags-share-box .tags-box ul li + li {
  margin-left: 5px;
}
.blog-details-page .tags-share-box .tags-box ul li a,
.blog-details-page .tags-share-box .tags-box ul li span {
  display: block;
}
.blog-details-page .tags-share-box .tags-box ul li span {
  font-size: 15px;
  color: rgb(38, 38, 38);
  font-weight: 500;
  padding-right: 10px;
}
.blog-details-page .tags-share-box .tags-box ul li a {
  border-radius: 20px;
  border: 1px solid rgb(38, 38, 38);
  height: 40px;
  line-height: 40px;
  color: rgb(81, 74, 71);
  font-size: 15px;
  text-align: center;
  padding: 0px 25px;
  transition: 0.4s;
}
.blog-details-page .tags-share-box .tags-box ul li a:hover {
  background: rgb(38, 38, 38);
  border-color: rgb(38, 38, 38);
  color: rgb(255, 255, 255);
}
.blog-details-page .tags-share-box .social {
  padding: 5px 0px;
}
.blog-details-page .tags-share-box .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(59, 89, 150);
  color: rgb(255, 255, 255);
  line-height: 32px;
  font-size: 18px;
  text-align: center;
}
.blog-details-page .tags-share-box .social a + a {
  margin-left: 5px;
}
.blog-details-page .tags-share-box .social a.fa-twitter {
  background: rgb(85, 171, 236);
}
.blog-details-page .tags-share-box .social a.fa-google-plus-g {
  background: rgb(220, 74, 57);
}
.blog-details-page .tags-share-box .social a.fa-dribbble {
  background: rgb(204, 52, 152);
}
.blog-details-page .post-links {
  border-width: 1px 0px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(235, 235, 239);
  border-bottom-color: rgb(235, 235, 239);
  border-image: initial;
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: initial;
  border-right-color: initial;
  padding: 19.5px 0px;
  margin-bottom: 35px;
}
.blog-details-page .post-links a {
  font-size: 15px;
  color: rgb(81, 74, 71);
  transition: 0.4s;
}
.blog-details-page .post-links a:hover {
  color: rgb(38, 38, 38);
}
.blog-details-page .post-links a.prev-post i {
  margin-right: 3px;
}
.blog-details-page .post-links a.next-post i {
  margin-left: 3px;
}
.blog-details-page .title-blog-details-page {
  margin-bottom: 30px;
}
.blog-details-page .title-blog-details-page h3 {
  margin: 0px;
  color: rgb(38, 38, 38);
  font-size: 24px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.blog-details-page .title-blog-details-page h3 span {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.blog-details-page .title-blog-details-page h3::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 38px;
  height: 2px;
  background: rgb(136, 136, 136);
  margin-left: 15px;
  margin-top: 18px;
}
.blog-details-page .comment-box-wrapper {
  margin-bottom: 80px;
}
.blog-details-page
  .comment-box-wrapper
  .single-comment-box
  + .single-comment-box {
  margin-top: 30px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
  width: 75px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box > img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  padding-left: 30px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box .inner {
  background: rgb(244, 244, 250);
  padding: 25px;
  position: relative;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  margin: 0px;
}
.blog-details-page
  .comment-box-wrapper
  .single-comment-box
  .text-box
  span.date {
  display: block;
  line-height: 1em;
  color: rgb(81, 74, 71);
  font-weight: 500;
  font-size: 14px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
  font-size: 18px;
  color: rgb(21, 10, 51);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  font-size: 15px;
  color: rgb(81, 74, 71);
  line-height: 27px;
  margin-top: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
  width: 82px;
  height: 35px;
  background: rgb(210, 38, 38);
  border-radius: 17.5px;
  line-height: 35px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.blog-details-page
  .comment-box-wrapper
  .single-comment-box
  .text-box
  a.reply:hover {
  background: rgb(37, 37, 37);
}
.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
  padding-left: 100px;
}
.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
  padding-left: 200px;
}
@media (max-width: 736px) {
  .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 0px;
  }
  .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 0px;
  }
}
.blog-details-page .comment-form {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.blog-details-page .comment-form [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
  outline: none;
  width: 100%;
  height: 46px;
  border: 1px solid rgb(224, 224, 224);
  padding-left: 25px;
  display: block;
}
.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.blog-details-page .comment-form label.error {
  display: none !important;
}
.blog-details-page .comment-form input {
  margin-bottom: 15px;
}
.blog-details-page .comment-form textarea {
  height: 116px;
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 15px;
}
.blog-details-page .comment-form button.thm-btn {
  border: none;
  outline: none;
  width: 202px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: rgb(210, 38, 38);
  font-size: 16px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.blog-details-page .comment-form button.thm-btn::before {
  background: rgb(37, 37, 37);
}
.testimonials-style-one {
  padding-bottom: 125px;
}
.testimonials-style-one .sec-title {
  margin-bottom: 70px;
}
.single-testimonials-style-one {
  background: rgb(245, 245, 245);
  position: relative;
  padding-left: 55px;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 100px;
}
.single-testimonials-style-one h3,
.single-testimonials-style-one p {
  margin: 0px;
}
.single-testimonials-style-one h3 {
  font-size: 20px;
font-family: 'Montserrat', sans-serif;
  color: rgb(37, 37, 37);
  font-weight: 600;
  margin-bottom: 15px;
}
.single-testimonials-style-one p {
  font-size: 15px;
  line-height: 27px;
  color: rgb(84, 84, 84);
  width: 83%;
}
.single-testimonials-style-one img.qoute-img {
  position: absolute;
  top: 25px;
  right: 35px;
  width: auto;
}
.single-testimonials-style-one .name-box {
  position: absolute;
  bottom: -100px;
  left: 55px;
}
.single-testimonials-style-one .name-box .img-box,
.single-testimonials-style-one .name-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonials-style-one .name-box .img-box {
  width: 70px;
  border-radius: 50%;
}
.single-testimonials-style-one .name-box .img-box img {
  width: 100%;
  border-radius: 50%;
}
.single-testimonials-style-one .name-box .text-box {
  padding-left: 15px;
}
.single-testimonials-style-one .name-box .text-box h4 {
  margin: 0px;
  color: rgb(84, 84, 84);
  font-size: 18px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.single-testimonials-style-one .name-box .text-box span {
  font-size: 16px;
  color: rgb(84, 84, 84);
}
.testimonials-style-one-carousel .owl-nav {
  margin: 0px;
}
.testimonials-style-one-carousel .owl-nav [class*="owl-"] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(221, 221, 221);
  color: rgb(136, 136, 136);
  font-size: 15px;
  margin: -40px 0px 0px;
  padding: 0px;
  text-align: center;
  line-height: 28px;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials-style-one-carousel .owl-nav [class*="owl-"]:hover {
  background: rgb(210, 38, 38);
}
.testimonials-style-one-carousel .owl-nav .owl-prev {
  left: -14px;
}
.testimonials-style-one-carousel .owl-nav .owl-next {
  right: -14px;
}
.single-testimonial-style-two .inner {
  background: rgb(37, 37, 37);
  position: relative;
  z-index: 999;
}
.single-testimonial-style-two p {
  position: relative;
  color: rgb(231, 233, 234);
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}
.single-testimonial-style-two p i.fas {
  color: rgb(210, 38, 38);
  font-size: 17px;
  position: absolute;
}
.single-testimonial-style-two p i.fa-quote-left {
  top: 0px;
  left: 0px;
}
.single-testimonial-style-two p i.fa-quote-right {
  bottom: 0px;
  right: 0px;
}
.single-testimonial-style-two .client-info-box {
  margin-top: 30px;
}
.single-testimonial-style-two .client-info-box .img-box,
.single-testimonial-style-two .client-info-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonial-style-two .client-info-box .img-box {
  width: 90px;
}
.single-testimonial-style-two .client-info-box .img-box > img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid rgb(255, 255, 255);
}
.single-testimonial-style-two .client-info-box .text-box {
  padding-left: 15px;
}
.single-testimonial-style-two .client-info-box .text-box h3 {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.single-testimonial-style-two .client-info-box .text-box p {
  margin: 0px;
  color: rgb(210, 38, 38);
  font-size: 16px;
  padding: 0px;
}
.testimonials-style-two-carousel .owl-stage-outer::before,
.testimonials-style-two-carousel .owl-stage-outer::after {
  content: "";
  width: 1px;
  height: calc(100% + 0px);
  position: absolute;
  top: 0px;
  background: rgb(64, 63, 63);
  z-index: -1;
}
.testimonials-style-two-carousel .owl-stage-outer::before {
  left: 31.83%;
}
.testimonials-style-two-carousel .owl-stage-outer::after {
  right: 31.83%;
}
.testimonials-style-two-carousel .owl-dots {
  margin-top: 60px;
  display: none !important;
}
.testimonials-style-two-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: rgb(51, 150, 236);
}
.testimonials-style-two-carousel .owl-dots .owl-dot.active span,
.testimonials-style-two-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(255, 255, 255);
}
.testimonials-style-two-carousel .owl-nav {
  margin-top: 40px;
  display: none;
}
.testimonials-style-two-carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 16px;
  padding: 0px;
  border-radius: 50%;
  line-height: 40px;
  transition: 0.4s;
}
.testimonials-style-two-carousel .owl-nav [class*="owl-"]:hover {
  background: rgb(20, 125, 216);
  color: rgb(255, 255, 255);
}
.testimonials-style-two {
  padding: 110px 0px;
  background: url("../img/testi-2-bg.jpg") center center / 100% 100% no-repeat
    rgb(38, 38, 38);
}
.testimonials-style-two .sec-title {
  margin-bottom: 90px;
}
.testimonials-style-three {
  padding-top: 225px;
  padding-bottom: 110px;
  background: url("../img/testi-bg.jpg") center center / cover no-repeat fixed
    rgb(0, 0, 0);
  position: relative;
}
.testimonials-style-three::before {
  content: "";
  background: rgb(54, 18, 1);
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.testimonials-style-three .container {
  position: relative;
  z-index: 10;
  max-width: 930px;
}
.testimonials-style-three .sec-title {
  padding-left: 202px;
  margin-bottom: 30px;
}
.testimonials-style-three .single-testimonials-style-three .img-box,
.testimonials-style-three .single-testimonials-style-three .text-box {
  display: table-cell;
  vertical-align: top;
}
.testimonials-style-three .single-testimonials-style-three .img-box {
  width: 102px;
}
.testimonials-style-three .single-testimonials-style-three .img-box > img {
  width: 100%;
  border-radius: 50%;
  margin-top: 4px;
}
.testimonials-style-three .single-testimonials-style-three .text-box {
  padding-left: 100px;
  position: relative;
  padding-bottom: 10px;
}
.testimonials-style-three .single-testimonials-style-three .text-box p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
}
.testimonials-style-three
  .single-testimonials-style-three
  .text-box
  .client-name {
  margin-top: 30px;
  text-align: right;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
}
.testimonials-style-three
  .single-testimonials-style-three
  .text-box
  .client-name
  span {
  color: rgb(210, 38, 38);
}
.testimonials-style-three .single-testimonials-style-three .text-box::after {
  content: "";
  width: 48px;
  height: 39px;
  background: url("../img/testi-quote-1-1.png") 0px 0px no-repeat transparent;
  position: absolute;
  bottom: 0px;
  left: 100px;
}
.testimonials-style-three .single-testimonials-style-three .text-box::before {
  content: "";
  width: 2px;
  height: 107px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 4px;
  left: 50px;
}
.testimonials-style-three-carousel .owl-nav {
  margin: 0px;
  position: absolute;
  top: -75px;
  right: 0px;
}
.testimonials-style-three-carousel .owl-nav [class*="owl-"] {
  width: 45px;
  height: 45px;
  border-radius: 0px;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 41px;
  border: 2px solid rgb(255, 255, 255);
  transition: 0.4s;
}
.testimonials-style-three-carousel .owl-nav [class*="owl-"]:hover {
  border-color: rgb(210, 38, 38);
  background: rgb(210, 38, 38);
}
.testimonials-style-three-carousel .owl-nav [class*="owl-next"] {
  margin-left: 10px;
}
.testimonials-style-four {
  padding-bottom: 60px;
}
.testimonials-style-four .sec-title {
  margin-bottom: 55px;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding-bottom: 20px;
}
.testimonials-style-four .sec-title p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(84, 84, 84);
  padding-left: 0px;
  padding-top: 7px;
}
.testimonials-style-four .single-testimonial-style-four {
  margin-bottom: 60px;
}
.testimonials-style-four .single-testimonial-style-four .top-box {
  position: relative;
}
.testimonials-style-four .single-testimonial-style-four .top-box i.qoute-icon {
  color: rgb(0, 0, 0);
  font-size: 35px;
  position: absolute;
  top: 0px;
  right: 20px;
  transform: rotateX(180deg);
}
.testimonials-style-four .single-testimonial-style-four .top-box .text-box h3 {
  margin: 0px 0px 5px;
  color: rgb(37, 37, 37);
  font-size: 24px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.testimonials-style-four .single-testimonial-style-four .top-box .text-box h4 {
  margin: 15px 0px 0px;
  color: rgb(135, 135, 135);
  font-size: 16px;
  font-weight: 400;
}
.testimonials-style-four .single-testimonial-style-four .content-box {
  padding-top: 25px;
}
.testimonials-style-four .single-testimonial-style-four .content-box p {
  color: rgb(115, 119, 124);
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.025em;
  font-family: Rubik;
  margin: 0px;
}
.testimonials-style-four .single-testimonial-style-four .content-box .stars {
  margin-top: 20px;
}
.testimonials-style-four .single-testimonial-style-four .content-box .stars i {
  color: rgb(253, 89, 18);
  font-size: 15px;
}
.testimonials-style-four
  .single-testimonial-style-four
  .content-box
  .stars
  i
  + i {
  margin-left: 5px;
}
.rqa-box {
  background: rgb(38, 38, 38);
  padding: 45px 30px;
}
.rqa-box h3,
.rqa-box p {
  margin: 0px;
}
.rqa-box h3 {
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.rqa-box h3 span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.rqa-box h3::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 38px;
  height: 2px;
  margin-top: 7px;
  background: rgb(255, 255, 255);
  margin-left: 15px;
}
.rqa-box p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  margin-top: 15px;
}
.rqa-box form.rqa-form {
  margin-top: 20px;
}
.rqa-box form.rqa-form input,
.rqa-box form.rqa-form textarea {
  width: 100%;
  height: 42px;
  color: rgb(177, 177, 177);
  font-size: 16px;
  padding-left: 20px;
  display: block;
}
.rqa-box form.rqa-form input::-webkit-input-placeholder,
.rqa-box form.rqa-form textarea::-webkit-input-placeholder {
  color: rgb(177, 177, 177);
}
.rqa-box form.rqa-form input + input {
  margin-top: 8px;
}
.rqa-box form.rqa-form textarea {
  height: 121px;
  margin-top: 8px;
  margin-bottom: 25px;
  padding-top: 10px;
}
.rqa-box form.rqa-form button {
  display: inline-block;
  width: 172px;
  height: 44px;
  border: none;
  outline: none;
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 16px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 44px;
}
.rqa-box form.rqa-form button i {
  margin-left: 4px;
}
.rqa-box form.rqa-form button::before {
  background: rgb(255, 255, 255);
}
.rqa-box form.rqa-form button:hover {
  color: rgb(37, 37, 37);
}
.faq-style-one .sec-title {
  padding-top: 25px;
  margin-bottom: 45px;
}
.faq-style-one .accrodion-grp {
  background: rgb(246, 246, 246);
  padding-top: 10px;
  padding-bottom: 10px;
}
.faq-style-one .accrodion-grp .accrodion {
  padding-left: 25px;
  padding-right: 25px;
}
.faq-style-one .accrodion-grp .accrodion + .accrodion .accrodion-title {
  border-top: 1px solid rgb(225, 225, 225);
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title {
  padding: 22px 0px;
  cursor: pointer;
  transition: 0.4s;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0px;
  position: relative;
  font-size: 18px;
  color: rgb(38, 38, 38);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: rgb(153, 153, 153);
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-weight: 900;
  width: 25px;
  height: 25px;
  line-height: 21px;
  border-radius: 50%;
  border: 2px solid rgb(153, 153, 153);
  text-align: center;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  padding-bottom: 20px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: rgb(85, 85, 85);
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
  color: rgb(210, 38, 38);
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4::before {
  content: "";
  font-weight: 900;
  color: rgb(38, 38, 38);
  border-color: rgb(38, 38, 38);
}
.faq-style-one a.more-info {
  color: rgb(210, 38, 38);
  font-size: 16px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
  display: inline-block;
  margin-top: 35px;
  transition: 0.4s;
  margin-left: 0px;
}
.faq-style-one a.more-info:hover {
  margin-left: 10px;
}
.single-team-style-one .img-box {
  position: relative;
}
.single-team-style-one .img-box > img {
  position: relative;
  z-index: 3;
}
.single-team-style-one .img-box .name-box {
  width: 90%;
  position: absolute;
  bottom: 65px;
}
.single-team-style-one .img-box .name-box .inner {
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  padding: 17px 0px;
  z-index: 4;
  position: relative;
}
.single-team-style-one .img-box .name-box::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0px;
  width: 58px;
  height: 51px;
  background: url("../img/team-tri-shape.png") 0px 0px no-repeat transparent;
  margin-top: -2px;
  z-index: 1;
}
.single-team-style-one .text-box p {
  margin: 19px 0px 0px;
  color: rgb(136, 136, 136);
  font-size: 16px;
}
.single-team-style-one .text-box .social {
  margin-top: 5px;
}
.single-team-style-one .text-box .social a {
  color: rgb(38, 38, 38);
  font-size: 16px;
  transition: 0.4s;
}
.single-team-style-one .text-box .social a:hover {
  color: rgb(210, 38, 38);
}
.single-team-style-one .text-box .social a + a {
  margin-left: 11px;
}
.team-style-one .sec-title {
  margin-bottom: 85px;
}
.team-page {
  padding-bottom: 75px;
}
.team-page .single-team-style-one {
  margin-bottom: 50px;
}
.single-team-style-two {
  text-align: center;
}
.single-team-style-two .img-box {
  width: 185px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.single-team-style-two .img-box .social {
  position: absolute;
  inset: 0px;
  background: rgba(254, 90, 14, 0.75);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s;
}
.single-team-style-two .img-box .social .inner {
  text-align: center;
  width: 100%;
}
.single-team-style-two .img-box .social a {
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.single-team-style-two .img-box .social a + a {
  margin-left: 10px;
}
.single-team-style-two .img-box > img {
  border-radius: 50%;
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}
.single-team-style-two .img-box:hover > img {
  transform: scale(1.02);
}
.single-team-style-two .img-box:hover .social {
  transform: scale(1);
}
.single-team-style-two .text-box h3,
.single-team-style-two .text-box p {
  margin: 0px;
}
.single-team-style-two .text-box h3 {
  color: rgb(38, 38, 38);
font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
.single-team-style-two .text-box p {
  font-size: 16px;
  color: rgb(136, 136, 136);
  margin-top: 5px;
}
.team-style-two .sec-title {
  margin-bottom: 75px;
}
.team-style-two-carousel .owl-nav [class*="owl-"] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(221, 221, 221);
  color: rgb(136, 136, 136);
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 28px;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.team-style-two-carousel .owl-nav [class*="owl-"]:hover {
  background: rgb(210, 38, 38);
}
.team-style-two-carousel .owl-nav .owl-prev {
  left: -14px;
}
.team-style-two-carousel .owl-nav .owl-next {
  right: -14px;
}
.feature-style-one [class*="col-md"]:nth-child(1) {
  background: rgb(246, 246, 246);
  padding: 0px;
}
.feature-style-one [class*="col-md"]:nth-child(2) {
  background: rgb(210, 38, 38);
  padding: 0px;
}
.feature-style-one [class*="col-md"]:nth-child(3) {
  background: rgb(38, 38, 38);
  padding: 0px;
}
.feature-style-one.overlapped-top {
  margin-top: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one.overlapped-bottom {
  margin-bottom: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one .single-feature-style-one {
  padding: 41px 25px;
}
.feature-style-one .single-feature-style-one .icon-box,
.feature-style-one .single-feature-style-one .text-box {
  display: table-cell;
  vertical-align: middle;
}
.feature-style-one .single-feature-style-one .icon-box {
  width: 60px;
}
.feature-style-one .single-feature-style-one .icon-box i {
  color: rgb(0, 0, 0);
  font-size: 60px;
}
.feature-style-one .single-feature-style-one .text-box {
  padding-left: 20px;
}
.feature-style-one .single-feature-style-one .text-box h3,
.feature-style-one .single-feature-style-one .text-box p {
  margin: 0px;
}
.feature-style-one .single-feature-style-one .text-box h3 {
  font-size: 24px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgb(38, 38, 38);
}
.feature-style-one .single-feature-style-one .text-box p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(85, 85, 85);
  margin-top: 15px;
}
.feature-style-one .single-feature-style-one.light .icon-box i {
  color: rgb(255, 255, 255);
}
.feature-style-one .single-feature-style-one.light .text-box h3,
.feature-style-one .single-feature-style-one.light .text-box p {
  color: rgb(255, 255, 255);
}
.features-style-two {
  padding-bottom: 120px;
}
.single-features-style-two {
  border: 1px solid rgb(232, 232, 232);
  text-align: center;
  min-height: 306px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.single-features-style-two .inner {
  width: 100%;
}
.single-features-style-two i {
  font-size: 53px;
  color: rgb(38, 38, 38);
  transition: 0.4s;
}
.single-features-style-two h3,
.single-features-style-two p {
  margin: 0px;
  transition: 0.4s;
}
.single-features-style-two h3 {
  font-size: 22px;
  line-height: 27px;
  color: rgb(37, 37, 37);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 18px;
  margin-bottom: 10px;
}
.single-features-style-two p {
  font-size: 15px;
  line-height: 27px;
  color: rgb(84, 84, 84);
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.single-features-style-two::before {
  background: rgb(210, 38, 38);
}
.single-features-style-two:hover h3,
.single-features-style-two:hover p,
.single-features-style-two:hover i {
  color: rgb(255, 255, 255);
}
#contact-google-map {
  width: 100%;
  height: 423px;
}
.contact-info-style-one {
  background: rgb(38, 38, 38);
  border-bottom: 3px solid rgb(210, 38, 38);
  padding: 50px 0px;
}
.contact-info-style-one .title h3,
.contact-info-style-one .title p {
  margin: 0px;
}
.contact-info-style-one .title h3 {
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 32px;
}
.contact-info-style-one .title h3 span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.contact-info-style-one .title h3::after {
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 38px;
  height: 2px;
  background: rgb(255, 255, 255);
  margin-left: 15px;
}
.contact-info-style-one .title p {
  font-size: 16px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.01em;
  margin-top: 8px;
}
.contact-info-style-one .contact-infos {
  padding: 21px 0px 21px 70px;
}
.contact-info-style-one .contact-infos .single-contact-infos {
  display: inline-block;
  vertical-align: middle;
}
.contact-info-style-one
  .contact-infos
  .single-contact-infos
  + .single-contact-infos {
  margin-left: 65px;
}
.contact-info-style-one .contact-infos .single-contact-infos .icon-box,
.contact-info-style-one .contact-infos .single-contact-infos .text-box {
  display: table-cell;
  vertical-align: middle;
}
.contact-info-style-one .contact-infos .single-contact-infos .icon-box {
  width: 33px;
}
.contact-info-style-one .contact-infos .single-contact-infos .icon-box i {
  font-size: 33px;
  color: rgb(255, 255, 255);
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box {
  padding-left: 20px;
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box h3,
.contact-info-style-one .contact-infos .single-contact-infos .text-box p {
  margin: 0px;
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box h3 {
  font-size: 28px;
font-family: 'Montserrat', sans-serif;
  color: rgb(210, 38, 38);
  font-weight: 600;
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box p {
  font-size: 18px;
font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
}
.contact-page #contact-page-google-map {
  width: 100%;
  height: 495px;
}
.contact-page form.contact-form h3 {
  margin: 10px 0px 30px;
  font-size: 24px;
  color: rgb(38, 38, 38);
font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.contact-page form.contact-form input,
.contact-page form.contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  color: rgb(136, 136, 136);
  padding-left: 20px;
  display: block;
  font-size: 16px;
  background: rgb(246, 246, 246);
  margin-bottom: 25px;
}
.contact-page form.contact-form input::-webkit-input-placeholder,
.contact-page form.contact-form textarea::-webkit-input-placeholder {
  color: rgb(136, 136, 136);
}
.contact-page form.contact-form input.error,
.contact-page form.contact-form textarea.error {
  background: rgba(255, 0, 0, 0.6);
  color: rgb(255, 255, 255);
}
.contact-page form.contact-form input.error::-webkit-input-placeholder,
.contact-page form.contact-form textarea.error::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}
.contact-page form.contact-form textarea {
  height: 144px;
  margin-bottom: 25px;
  padding-top: 15px;
}
.contact-page form.contact-form label.error {
  display: none !important;
}
.contact-page form.contact-form button {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 16px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 45px;
}
.contact-page form.contact-form button::before {
  background: rgb(37, 37, 37);
}
.contact-info-style-two {
  background: url("../img/project-video-box-bg.jpg") center center / cover
    no-repeat rgb(0, 0, 0);
}
.contact-info-style-two .left-content {
  position: relative;
  max-width: 670px;
  margin-left: auto;
}
.contact-info-style-two .left-content::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100000px;
  background: rgb(210, 38, 38);
  opacity: 0.85;
}
.contact-info-style-two .left-content .inner {
  position: relative;
  z-index: 10;
  padding: 110px 95px 110px 0px;
}
.contact-info-style-two .left-content .inner h3,
.contact-info-style-two .left-content .inner p {
  margin: 0px;
}
.contact-info-style-two .left-content .inner h3 {
  font-size: 36px;
  line-height: 44px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.contact-info-style-two .left-content .inner p {
  font-size: 16px;
  line-height: 27px;
  color: rgb(255, 255, 255);
  margin-top: 25px;
}
.contact-info-style-two .left-content .inner h4 {
  margin: 25px 0px 0px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.contact-info-style-two .left-content .inner .social {
  margin-top: 25px;
}
.contact-info-style-two .left-content .inner .social a {
  font-size: 36px;
  color: rgb(255, 255, 255);
  transition: 0.4s;
}
.contact-info-style-two .left-content .inner .social a:hover {
  color: rgb(38, 38, 38);
}
.contact-info-style-two .left-content .inner .social a + a {
  margin-left: 16px;
}
.contact-info-style-two .right-video-box {
  text-align: center;
  min-height: 593px;
}
.contact-info-style-two .right-video-box a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-info-style-two .right-video-box a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
}
.inner-banner {
  text-align: center;
  padding-top: 105px;
  padding-bottom: 50px;
  background: url("../img/inner-banner-1-1.jpg") center center / cover no-repeat
    rgb(0, 0, 0);
}
.inner-banner h3,
.inner-banner ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.inner-banner h3 {
  font-size: 36px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}
.inner-banner ul.breadcumb li {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner ul.breadcumb a,
.inner-banner ul.breadcumb span {
  color: rgb(210, 38, 38);
  font-size: 18px;
}
.inner-banner ul.breadcumb span.sep {
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(210, 38, 38);
}
.inner-banner ul.breadcumb span {
  color: rgb(255, 255, 255);
}
.error-404 {
  text-align: center;
  background: url("../img/404-bg.jpg") center center / cover no-repeat
    rgb(0, 0, 0);
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-height: 600px) {
  .error-404 {
    height: 600px;
  }
}
.error-404::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.8;
}
.error-404 .box {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 10;
}
.error-404 .box .content {
  display: table-cell;
  vertical-align: middle;
}
.error-404 .box .content h3,
.error-404 .box .content p {
  margin: 0px;
}
.error-404 .box .content h3 {
  font-size: 80px;
  color: rgb(210, 38, 38);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.error-404 .box .content p {
  font-size: 36px;
  color: rgb(255, 255, 255);
  margin-top: 30px;
}
.error-404 .logo {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
.error-404 .copy-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.error-404 .copy-text .inner {
  position: relative;
  z-index: 11;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding: 35px 0px;
}
.error-404 .copy-text::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 50px;
  transform: skewX(45deg);
  background: rgb(210, 38, 38);
  width: 100000px;
  height: 100%;
}
.coming-soon-block {
  text-align: center;
  background: url("../img/404-bg.jpg") center center / cover no-repeat
    rgb(0, 0, 0);
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-height: 1000px) {
  .coming-soon-block {
    height: 1000px;
  }
}
.coming-soon-block::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.8;
}
.coming-soon-block .box {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 10;
}
.coming-soon-block .box .content {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.coming-soon-block .box .content h3,
.coming-soon-block .box .content p {
  margin: 0px;
}
.coming-soon-block .box .content h3 {
  font-size: 80px;
  color: rgb(255, 255, 255);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.coming-soon-block .box .content h3 span {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.coming-soon-block .box .content p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 0px;
  margin-bottom: 80px;
}
.coming-soon-block .box .content ul.countdown-box {
  padding: 0px;
  list-style: none;
  margin: 0px -65px;
}
.coming-soon-block .box .content ul.countdown-box li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 65px;
}
.coming-soon-block .box .content ul.countdown-box li .box {
  text-align: center;
}
.coming-soon-block .box .content ul.countdown-box li .box h4 {
  margin: 0px;
  color: rgb(210, 38, 38);
  font-size: 40px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1em;
  display: block;
}
.coming-soon-block .box .content ul.countdown-box li .box span {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 1em;
  display: block;
  margin-top: 14px;
}
.coming-soon-block .box .content .btn-box {
  margin-top: 90px;
}
.coming-soon-block .box .content .btn-box a {
  display: inline-block;
  vertical-align: middle;
  background: rgb(210, 38, 38);
  font-size: 16px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
  width: 205px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  transition: 0.4s;
}
.coming-soon-block .box .content .btn-box a::before {
  background: rgb(37, 37, 37);
}
.coming-soon-block .box .content .btn-box a.style-two {
  margin-left: 45px;
  background: rgb(255, 255, 255);
  color: rgb(38, 38, 38);
}
.coming-soon-block .box .content .btn-box a.style-two::before {
  background: rgb(37, 37, 37);
}
.coming-soon-block .box .content .btn-box a.style-two:hover {
  color: rgb(255, 255, 255);
}
.coming-soon-block .logo {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
@media (max-height: 1000px) {
  .coming-soon-block .logo {
    top: 50px;
  }
}
.coming-soon-block .copy-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.coming-soon-block .copy-text .inner {
  position: relative;
  z-index: 11;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding: 35px 0px;
}
.coming-soon-block .copy-text::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 50px;
  transform: skewX(45deg);
  background: rgb(210, 38, 38);
  width: 100000px;
  height: 100%;
}
.portfolio-style-two {
  padding-bottom: 90px;
}
.portfolio-style-two .sec-title {
  margin-bottom: 70px;
}
.portfolio-style-two .gallery-filter {
  margin-bottom: 60px;
}
.portfolio-style-two .gallery-filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  border-top: 1px solid rgb(227, 223, 223);
}
.portfolio-style-two .gallery-filter ul li {
  display: inline-block;
  vertical-align: middle;
}
.portfolio-style-two .gallery-filter ul li span {
  display: block;
  color: rgb(38, 38, 38);
  font-size: 16px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  line-height: 25px;
  position: relative;
  padding: 17px 37px;
}
.portfolio-style-two .gallery-filter ul li span::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 3px;
  background: rgb(210, 38, 38);
  transform: scale(0);
  transition: 0.4s;
}
.portfolio-style-two .gallery-filter ul li span i {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.portfolio-style-two .gallery-filter ul li.active span {
  color: rgb(210, 38, 38);
}
.portfolio-style-two .gallery-filter ul li.active span::after {
  transform: scale(1);
}
.portfolio-style-two .single-portfolio-style-two {
  margin-bottom: 35px;
}
.portfolio-style-two .single-portfolio-style-two .img-box {
  position: relative;
}
.portfolio-style-two .single-portfolio-style-two .img-box > img {
  width: 100%;
}
.portfolio-style-two .single-portfolio-style-two .img-box .overlay {
  position: absolute;
  inset: 10px;
  text-align: center;
  background: rgb(38, 38, 38);
  opacity: 0;
  transition: 0.4s;
}
.portfolio-style-two .single-portfolio-style-two .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio-style-two
  .single-portfolio-style-two
  .img-box
  .overlay
  .box
  .content {
  display: table-cell;
  vertical-align: middle;
}
.portfolio-style-two
  .single-portfolio-style-two
  .img-box
  .overlay
  .box
  .content
  span {
  color: rgb(210, 38, 38);
  font-size: 14px;
}
.portfolio-style-two
  .single-portfolio-style-two
  .img-box
  .overlay
  .box
  .content
  h3 {
font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 5px 0px 7px;
}
.portfolio-style-two
  .single-portfolio-style-two
  .img-box
  .overlay
  .box
  .content
  a.img-popup {
  color: rgb(210, 38, 38);
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.portfolio-style-two .single-portfolio-style-two:hover .img-box .overlay {
  opacity: 1;
}
.portfolio-style-two.full-width {
  overflow: hidden;
}
.portfolio-style-two.full-width .container-fluid {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.portfolio-style-two.full-width .single-portfolio-style-two {
  margin-bottom: 0px;
}
.portfolio-style-two.no-gutter .row {
  margin: 0px;
}
.portfolio-style-two.no-gutter [class*="col-"] {
  padding: 0px;
}
.project-details {
  padding: 125px 0px;
}
.project-details .project-details-content {
  padding-top: 50px;
  padding-left: 45px;
  padding-right: 70px;
}
.project-details .project-details-content h3,
.project-details .project-details-content p {
  margin: 0px;
}
.project-details .project-details-content h3 {
  color: rgb(37, 37, 37);
  font-size: 30px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.project-details .project-details-content p {
  font-size: 15px;
  line-height: 27px;
  color: rgb(135, 135, 135);
}
.project-details .project-details-content .starts i {
  color: rgb(255, 93, 23);
  font-size: 18px;
}
.project-details .project-details-content .starts i + i {
  margin-left: 6px;
}
.project-details .project-details-content ul.meta-info {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.project-details .project-details-content ul.meta-info li {
  color: rgb(135, 135, 135);
  font-size: 15px;
}
.project-details .project-details-content ul.meta-info li + li {
  margin-top: 7px;
}
.project-details .project-details-content ul.meta-info li i {
  color: rgb(255, 93, 23);
  font-size: 12px;
  margin-right: 5px;
}
.project-details .project-details-content ul.meta-info li span {
  color: rgb(37, 37, 37);
  font-size: 15px;
font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
.single-service-style-one {
  text-align: center;
  overflow: hidden;
}
.single-service-style-one .front {
  min-height: 198px;
  background: rgb(246, 246, 246);
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.single-service-style-one .front .inner-content {
  width: 100%;
}
.single-service-style-one .front i {
  font-size: 56px;
  color: rgb(210, 38, 38);
}
.single-service-style-one .front h3 {
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  color: rgb(38, 38, 38);
  margin: 18px auto 0px;
  width: 83%;
  line-height: 1.25em;
}
.single-service-style-one .back {
  position: absolute;
  inset: 0px;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid rgb(210, 38, 38);
  background: rgb(27, 27, 27);
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-service-style-one .back h3 {
  margin: 0px 0px 15px;
  color: rgb(210, 38, 38);
  font-size: 20px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.single-service-style-one .back p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0px auto;
  width: 83%;
  line-height: 1.2em;
}
.single-service-style-one:hover .front {
  transform: scale(0);
}
.single-service-style-one:hover .back {
  opacity: 1;
  transform: translateY(0%);
}
.service-carousel-one .owl-nav [class*="owl-"] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(221, 221, 221);
  color: rgb(136, 136, 136);
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 28px;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service-carousel-one .owl-nav [class*="owl-"]:hover {
  background: rgb(210, 38, 38);
}
.service-carousel-one .owl-nav .owl-prev {
  left: -14px;
}
.service-carousel-one .owl-nav .owl-next {
  right: -14px;
}
.single-service-style-two {
  overflow: hidden;
  position: relative;
}
.single-service-style-two .img-box > img {
  width: 100%;
}
.single-service-style-two .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 18px 50px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s ease-in-out;
  transform: translateY(0%);
}
.single-service-style-two .overlay .icon-box,
.single-service-style-two .overlay .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-service-style-two .overlay .icon-box {
  width: 41px;
}
.single-service-style-two .overlay .icon-box i {
  color: rgb(210, 38, 38);
  font-size: 41px;
  line-height: 1em;
  display: block;
  position: relative;
  top: 5px;
}
.single-service-style-two .overlay .text-box {
  padding-left: 15px;
}
.single-service-style-two .overlay .text-box h3 {
  margin: 0px;
  color: rgb(242, 242, 242);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.single-service-style-two .hover {
  position: absolute;
  inset: 0px;
  padding: 0px 50px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: translateY(-40%);
  border-top: 3px solid rgb(210, 38, 38);
}
.single-service-style-two .hover .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-service-style-two .hover .box .content {
  display: table-cell;
  vertical-align: middle;
}
.single-service-style-two .hover .icon-box,
.single-service-style-two .hover .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-service-style-two .hover .icon-box {
  width: 41px;
}
.single-service-style-two .hover .icon-box i {
  color: rgb(210, 38, 38);
  font-size: 41px;
  line-height: 1em;
  display: block;
  position: relative;
  top: 5px;
}
.single-service-style-two .hover .text-box {
  padding-left: 15px;
}
.single-service-style-two .hover .text-box h3 {
  margin: 0px;
  color: rgb(242, 242, 242);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.single-service-style-two .hover .text-box p {
  margin: 15px 0px 5px;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.single-service-style-two .hover .text-box a.more {
  color: rgb(210, 38, 38);
font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  transition: 0.4s;
  margin-left: 0px;
}
.single-service-style-two .hover .text-box a.more i {
  display: inline-block;
  vertical-align: middle;
}
.single-service-style-two .hover .text-box a.more:hover {
  margin-left: 7px;
}
.single-service-style-two:hover .overlay {
  transform: translateY(100%);
  opacity: 0;
}
.single-service-style-two:hover .hover {
  opacity: 1;
  transform: translateY(0%);
}
.service-carousel-style-two {
  margin-top: -125px;
  position: relative;
  z-index: 991;
}
.service-carousel-style-two .owl-nav {
  margin: 0px;
}
.service-carousel-style-two .owl-dots {
  margin-top: 20px;
}
.service-carousel-style-two .owl-dots .owl-dot span {
  width: 28px;
  height: 5px;
  background: rgb(187, 189, 192);
  margin: 0px;
  padding: 0px;
}
.service-carousel-style-two .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.service-carousel-style-two .owl-dots .owl-dot.active span {
  background: rgb(210, 38, 38);
}
.service-style-three {
  padding-top: 120px;
}
.service-style-three .sec-title {
  margin-bottom: 70px;
}
.single-service-style-three {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 155px;
}
.single-service-style-three .img-box {
  position: relative;
}
.single-service-style-three .text-box {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  padding: 0px 20px;
  margin-top: -30px;
}
.single-service-style-three .text-box .inner {
  padding-bottom: 40px;
  background: rgb(210, 38, 38);
  transition: 0.4s;
}
.single-service-style-three .text-box .inner::before {
  background: rgb(255, 255, 255);
}
.single-service-style-three .text-box .inner .icon-box {
  border-radius: 50%;
  width: 81px;
  height: 81px;
  background: rgb(255, 255, 255);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40.5px;
  position: relative;
  z-index: 10;
  transition: 0.4s;
}
.single-service-style-three .text-box .inner .icon-box i {
  color: rgb(38, 38, 38);
  font-size: 40px;
  line-height: 81px;
  transition: 0.4s;
}
.single-service-style-three .text-box .inner h3,
.single-service-style-three .text-box .inner p {
  margin: 0px;
  color: rgb(255, 255, 255);
  transition: 0.4s;
}
.single-service-style-three .text-box .inner h3 {
  font-size: 24px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-service-style-three .text-box .inner p {
  font-size: 16px;
  line-height: 24px;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}
.single-service-style-three .text-box .inner a.more {
  font-size: 15px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  color: rgb(210, 38, 38);
  display: block;
  opacity: 0;
  margin-top: -37px;
  transition: 0.4s;
}
.single-service-style-three .text-box:hover .inner {
  padding-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 18px;
}
.single-service-style-three .text-box:hover .inner .icon-box {
  background: rgb(210, 38, 38);
}
.single-service-style-three .text-box:hover .inner .icon-box i {
  color: rgb(255, 255, 255);
}
.single-service-style-three .text-box:hover .inner h3 {
  color: rgb(38, 38, 38);
}
.single-service-style-three .text-box:hover .inner p {
  color: rgb(85, 85, 85);
}
.single-service-style-three .text-box:hover .inner a.more {
  margin-top: 10px;
  opacity: 1;
}
.service-title {
  background: url("../img/service-bg.jpg") center center / cover no-repeat
    rgb(0, 0, 0);
  padding-top: 110px;
  padding-bottom: 240px;
  margin-bottom: -130px;
}
.service-title .sec-title {
  margin: 0px;
}
.service-style-four .row {
  margin: 0px;
}
.service-style-four .row [class*="col-"] {
  padding: 0px;
}
.service-style-four
  .row
  [class*="col-"]:nth-child(1)
  .single-service-style-four
  .img-box
  .box
  .content
  h3
  span {
  color: rgb(210, 38, 38);
}
.service-style-four
  .row
  [class*="col-"]:nth-child(2)
  .single-service-style-four
  .img-box
  .box
  .content
  h3
  span {
  color: rgb(49, 218, 249);
}
.service-style-four
  .row
  [class*="col-"]:nth-child(3)
  .single-service-style-four
  .img-box
  .box
  .content
  h3
  span {
  color: rgb(177, 234, 4);
}
.service-style-four.about-page {
  padding: 120px 0px;
}
.service-style-four.about-page .sec-title {
  margin-bottom: 55px;
}
.service-style-four.about-page .sec-title p {
  font-size: 16px;
  line-height: 28px;
  color: rgb(84, 84, 84);
  padding-left: 100px;
}
.single-service-style-four .img-box {
  position: relative;
}
.single-service-style-four .img-box > img {
  width: 100%;
}
.single-service-style-four .img-box .box {
  position: absolute;
  inset: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.single-service-style-four .img-box .box .content {
  width: 100%;
  padding-left: 55px;
}
.single-service-style-four .img-box .box .content i {
  color: rgb(255, 255, 255);
  font-size: 56px;
}
.single-service-style-four .img-box .box .content h3 {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 28px;
font-family: 'Montserrat', sans-serif;
  line-height: 1.2em;
  margin: 15px 0px 0px;
}
.single-service-style-four .img-box .box .content h3 span {
  font-weight: 600;
}
.single-service-style-four .img-box .box .content a.more {
  width: 121px;
  height: 38px;
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-size: 16px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 38px;
  transition: 0.4s;
  text-align: center;
  margin-top: 15px;
}
.single-service-style-four .img-box .box .content a.more::before {
  background: rgb(37, 37, 37);
}
.gas.single-service-style-four .img-box .box .content h3 span {
  color: rgb(210, 38, 38);
}
.chemical.single-service-style-four .img-box .box .content h3 span {
  color: rgb(49, 218, 249);
}
.eco.single-service-style-four .img-box .box .content h3 span {
  color: rgb(177, 234, 4);
}
.mechanical.single-service-style-four .img-box .box .content h3 span {
  color: rgb(211, 174, 58);
}
.petrol.single-service-style-four .img-box .box .content h3 span {
  color: rgb(253, 253, 30);
}
.power.single-service-style-four .img-box .box .content h3 span {
  color: rgb(84, 196, 253);
}
.service-style-four-carousel.owl-theme .owl-dots {
  margin-top: 40px;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 20px;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0px;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(253, 89, 18);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
  border-radius: 50%;
  z-index: 1;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.4s;
  border-radius: 50%;
  background: rgb(210, 38, 38);
  z-index: 2;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot.active span::after {
  opacity: 1;
}
.service-style-four-carousel .owl-nav {
  margin: 0px;
  display: none !important;
}
.service-style-four-carousel .owl-nav [class*="owl-"] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgb(221, 221, 221);
  color: rgb(136, 136, 136);
  font-size: 15px;
  margin: 20px 0px 0px;
  padding: 0px;
  text-align: center;
  line-height: 38px;
  transition: 0.4s;
  position: relative;
  top: 0%;
  transform: translateY(0%);
}
.service-style-four-carousel .owl-nav [class*="owl-"]:hover {
  background: rgb(210, 38, 38);
}
.service-style-four-carousel .owl-nav .owl-prev {
  left: auto;
}
.service-style-four-carousel .owl-nav .owl-next {
  right: auto;
  margin-left: 15px;
}
.service-page {
  padding-top: 125px;
  padding-bottom: 95px;
}
.service-page .single-service-style-four {
  margin-bottom: 30px;
}
.service-page .service-item-box {
  padding-left: 30px;
}
.service-details-page .service-details-content h3,
.service-details-page .service-details-content h4,
.service-details-page .service-details-content p {
  margin: 0px;
}
.service-details-page .service-details-content h3 {
  font-size: 28px;
  color: rgb(37, 37, 37);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.service-details-page .service-details-content p {
  font-size: 16px;
  line-height: 27px;
  color: rgb(84, 84, 84);
}
.service-details-page .service-details-content h4 {
  font-size: 24px;
  color: rgb(37, 37, 37);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.service-details-page .service-details-content ul.list-items {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.service-details-page .service-details-content ul.list-items li {
  position: relative;
  color: rgb(135, 135, 135);
  font-size: 15px;
  padding-left: 30px;
}
.service-details-page .service-details-content ul.list-items li + li {
  margin-top: 5px;
}
.service-details-page .service-details-content ul.list-items li i {
  font-size: 16px;
  color: rgb(84, 84, 84);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.service-details-page
  .service-details-content
  .feature-style-one
  [class*="col-md"]:nth-child(4) {
  background: rgb(246, 246, 246);
}
.service-details-page .service-details-content .feature-list-box .content-box {
  width: calc(100% - 400px);
  float: left;
  padding-right: 50px;
}
.service-details-page
  .service-details-content
  .feature-list-box
  .content-box
  h4 {
  margin-bottom: 20px;
}
.service-details-page
  .service-details-content
  .feature-list-box
  .content-box
  p {
  margin-bottom: 15px;
}
.service-details-page .service-details-content .feature-list-box .img-box {
  width: 400px;
  float: left;
}
.about-style-one .about-content h3,
.about-style-one .about-content p,
.about-style-one .about-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.about-style-one .about-content h3 {
  font-size: 32px;
  color: rgb(38, 38, 38);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.about-style-one .about-content h3 span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.about-style-one .about-content h3::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 38px;
  height: 2px;
  background: rgb(136, 136, 136);
  margin-left: 15px;
  margin-top: 18px;
}
.about-style-one .about-content p {
  font-size: 16px;
  line-height: 27px;
  color: rgb(85, 85, 85);
  margin-top: 35px;
  margin-bottom: 30px;
}
.about-style-one .about-content ul li {
  color: rgb(85, 85, 85);
  position: relative;
  padding-left: 30px;
  transition: 0.4s;
}
.about-style-one .about-content ul li i {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: rgb(210, 38, 38);
  font-size: 16px;
  transition: 0.4s;
}
.about-style-one .about-content ul li:hover {
  padding-left: 37px;
}
.about-style-one .about-content ul li:hover i {
  left: 7px;
}
.about-style-one .about-content a.about-btn {
  margin-top: 40px;
  display: inline-block;
  background: rgb(210, 38, 38);
  font-size: 16px;
  text-align: center;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  line-height: 54px;
  width: 295px;
  color: rgb(255, 255, 255);
  transition: 0.4s;
}
.about-style-one .about-content a.about-btn::before {
  background: rgb(37, 37, 37);
}
.about-style-one .about-img-box {
  position: relative;
  background: url("../img/about-dots.png") 100% -120% no-repeat transparent;
}
.about-style-one .about-img-box img {
  display: block;
}
.about-style-one .about-img-box .video-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.about-style-one .about-img-box .video-box > img {
  border-radius: 50%;
  border: 5px solid rgb(255, 255, 255);
}
.about-style-one .about-img-box .video-box a.video-popup {
  font-size: 42px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.about-style-two .about-content h3 {
  margin: 0px;
font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: rgb(38, 38, 38);
}
.about-style-two .about-content h3 span {
  color: rgb(210, 38, 38);
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(
      to right,
      rgb(248, 5, 3) 0%,
      rgb(255, 125, 9) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.about-style-two .about-content h3::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 38px;
  height: 2px;
  background: rgb(136, 136, 136);
  margin-left: 15px;
  margin-top: 12px;
}
.about-style-two .about-content p.tag-line {
  color: rgb(39, 39, 39);
  font-size: 18px;
  line-height: 28px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 20px 0px 35px;
  width: 78%;
}
.about-style-two .about-content p.tag-line span {
  color: rgb(210, 38, 38);
}
.about-style-two .about-content p {
  font-size: 16px;
  line-height: 27px;
  color: rgb(85, 85, 85);
  margin: 0px;
  width: 82%;
}
.about-style-two .about-content .quote-box {
  border-left: 2px solid rgb(210, 38, 38);
  padding-left: 35px;
  padding-bottom: 15px;
  position: relative;
  padding-top: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.about-style-two .about-content .quote-box > img {
  position: absolute;
  top: 10px;
  left: 15px;
}
.about-style-two .about-content .quote-box p {
  font-size: 16px;
  line-height: 25px;
  color: rgb(136, 136, 136);
  margin: 0px;
}
.about-style-two .about-content .quote-box h4 {
  margin: 5px 0px 0px;
  color: rgb(210, 38, 38);
  font-size: 15px;
  font-weight: 500;
}
.about-style-two .about-content a.view-more {
  color: rgb(255, 255, 255);
  background: rgb(210, 38, 38);
  font-size: 16px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: inline-block;
  max-width: 295px;
  width: 100%;
  text-align: center;
  line-height: 54px;
  height: 54px;
  transition: 0.4s;
  margin-top: 25px;
}
.about-style-two .about-content a.view-more::before {
  background: rgb(37, 37, 37);
}
.about-style-two .video-box {
  position: relative;
  margin-top: 25px;
}
.about-style-two .video-box > img {
  width: 100%;
}
.about-style-two .video-box a.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-style-two .video-box a.video-popup i {
  color: rgb(255, 255, 255);
  font-size: 60px;
}
.about-style-two .video-box a.video-popup i::before {
  color: rgb(255, 255, 255);
}
.about-style-three {
  padding: 120px 0px;
}
.about-style-three .about-img-box {
  position: relative;
}
.about-style-three .about-img-box .content {
  position: absolute;
  top: 20px;
  left: 0px;
  background: rgb(210, 38, 38);
  width: 100%;
  max-width: 263px;
  min-height: 245px;
  padding: 40px;
}
.about-style-three .about-img-box .content span {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.about-style-three .about-img-box .content h3 {
  margin: 13px 0px 0px;
font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.about-style-three .about-img-box .content h3::after {
  content: "";
  width: 38px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  margin-left: 10px;
}
.about-style-three .about-content {
  padding-top: 60px;
}
.about-style-three .about-content h3,
.about-style-three .about-content p {
  margin: 0px;
}
.about-style-three .about-content h3 {
  font-size: 30px;
  line-height: 38px;
  color: rgb(37, 37, 37);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.about-style-three .about-content p {
  color: rgb(84, 84, 84);
  font-size: 16px;
  line-height: 27px;
  margin-top: 20px;
}
.about-style-three .about-content a.about-btn {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 45px;
  line-height: 45px;
  color: rgb(255, 255, 255);
  background: rgb(210, 38, 38);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
.about-style-three .about-content a.about-btn::before {
  background: rgb(37, 37, 37);
}
.fact-counter-section {
  background: url("../img/fact-counter-bg.jpg") center center / cover no-repeat
    fixed rgb(0, 0, 0);
  position: relative;
  padding-top: 110px;
  padding-bottom: 195px;
}
.fact-counter-section .sec-title {
  margin-bottom: 75px;
}
.fact-counter-section::before {
  content: "";
  opacity: 0.88;
  position: absolute;
  inset: 0px;
  background: rgb(12, 12, 12);
}
.fact-counter-section .container {
  position: relative;
  z-index: 10;
}
.fact-counter-section .progress-box p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 27px;
  margin: 0px 0px 30px;
}
.fact-counter-section .single-progress-bar + .single-progress-bar {
  margin-top: 20px;
}
.fact-counter-section .single-progress-bar .labeled-text,
.fact-counter-section .single-progress-bar .progress-scale,
.fact-counter-section .single-progress-bar .percent {
  display: inline-block;
  vertical-align: middle;
}
.fact-counter-section .single-progress-bar .labeled-text {
  color: rgb(255, 255, 255);
  font-size: 16px;
  width: 140px;
  margin-right: 20px;
}
.fact-counter-section .single-progress-bar .progress-scale {
  max-width: 285px;
  background: rgb(241, 241, 241);
  width: 100%;
  height: 8px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.fact-counter-section .single-progress-bar .progress-scale .inner {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 5px;
  animation-duration: 2s;
  background: rgb(210, 38, 38);
}
.fact-counter-section .single-progress-bar .percent {
  color: rgb(38, 38, 38);
  font-size: 14px;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 3px;
  padding: 13px 9px 10px;
  margin-left: 20px;
  line-height: 0;
}
.fact-counter-section .single-fact-counter .icon-box,
.fact-counter-section .single-fact-counter .text-box {
  display: table-cell;
  vertical-align: middle;
}
.fact-counter-section .single-fact-counter .icon-box {
  width: 63px;
}
.fact-counter-section .single-fact-counter .icon-box i {
  font-size: 63px;
  color: rgb(255, 255, 255);
}
.fact-counter-section .single-fact-counter .text-box {
  padding-left: 15px;
}
.fact-counter-section .single-fact-counter .text-box h3,
.fact-counter-section .single-fact-counter .text-box p {
  margin: 0px;
}
.fact-counter-section .single-fact-counter .text-box h3 {
  line-height: 1em;
  color: rgb(210, 38, 38);
  font-size: 36px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.fact-counter-section .single-fact-counter .text-box p {
  line-height: 1.2em;
  color: rgb(255, 255, 255);
  font-size: 16px;
}
.fact-counter-section .fact-counter {
  margin-top: -100px;
  position: relative;
}
.fact-counter-section .fact-counter .divider {
  position: absolute;
  background: rgb(63, 63, 63);
}
.fact-counter-section .fact-counter .divider.hor {
  height: calc(100% - 100px);
  width: 1px;
  bottom: 0px;
  left: 42%;
}
.fact-counter-section .fact-counter .divider.ver {
  height: 1px;
  left: 15px;
  top: 64%;
  right: 15px;
}
.fact-counter-section .fact-counter .single-fact-counter {
  padding-top: 100px;
}
.time-line {
  padding-bottom: 105px;
  padding-top: 100px;
}
.time-line.gray-bg {
  background: rgb(245, 245, 245);
}
.time-line .sec-title {
  margin-bottom: 55px;
}
.time-line .sec-title p {
  font-size: 16px;
  line-height: 28px;
  color: rgb(84, 84, 84);
  padding-left: 100px;
}
.time-line .timeline-tab-select-form {
  display: none;
}
.time-line
  .timeline-tab-select-form
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.time-line .timeline-tab-select-form .bootstrap-select > .dropdown-toggle {
  display: inline-block;
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 19px 30px;
  outline: none;
  border: none;
  transition: 0.4s;
  box-shadow: none !important;
}
.time-line .timeline-tab-select-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.time-line
  .timeline-tab-select-form
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret {
  border: none;
  transform: translateY(-50%);
  right: 30px;
  width: auto;
  height: auto;
}
.time-line
  .timeline-tab-select-form
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret::before {
  content: "";
  font-family: FontAwesome;
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.time-line .timeline-tab-select-form .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
.time-line .timeline-tab-select-form .dropdown-menu > li + li > a {
  border-top: 1px solid rgb(239, 239, 239);
}
.time-line .timeline-tab-select-form .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.time-line .timeline-tab-select-form .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.time-line .timeline-tab-select-form .dropdown-menu > li.selected > a {
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
}
.time-line .timeline-tab-select-form .dropdown-menu > li > a {
  font-size: 16px;
  padding: 9px 20px;
  transition: 0.4s;
}
.time-line .timeline-tab-select-form .dropdown-menu > li > a:hover {
  background: rgb(210, 38, 38);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.time-line ul.tab-title {
  display: inline-block;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: center;
  position: relative;
}
.time-line ul.tab-title::after {
  content: "";
  width: 93.5%;
  height: 1px;
  background: rgb(38, 38, 38);
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.time-line ul.tab-title li {
  display: inline-block;
  vertical-align: middle;
}
.time-line ul.tab-title li + li {
  margin-left: 70px;
}
.time-line ul.tab-title li a {
  display: block;
  color: rgb(84, 84, 84);
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  transition: 0.4s;
}
.time-line ul.tab-title li a:hover {
  color: rgb(210, 38, 38);
}
.time-line ul.tab-title li a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(84, 84, 84);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.time-line ul.tab-title li.active a {
  color: rgb(210, 38, 38);
}
.time-line .tab-content {
  margin-top: 75px;
}
.time-line .tab-content img {
  box-shadow: rgba(89, 89, 89, 0.2) 0px 1px 25px;
}
.time-line .tab-content h3,
.time-line .tab-content p {
  margin: 0px;
}
.time-line .tab-content .content {
  padding-left: 50px;
  padding-top: 60px;
}
.time-line .tab-content h3 {
  font-size: 24px;
  color: rgb(37, 37, 37);
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.time-line .tab-content p {
  font-size: 16px;
  line-height: 28px;
  color: rgb(84, 84, 84);
  letter-spacing: 0.025em;
  margin-top: 30px;
}
.strategy-wrapper .container-fluid {
  padding: 0px;
  width: 100%;
}
.strategy-wrapper .container-fluid .row {
  margin: 0px;
}
.strategy-wrapper .container-fluid [class*="col-"] {
  padding: 0px;
}
.strategy-wrapper .container-fluid [class*="col-"]:nth-child(1) .text-box {
  background: rgb(37, 37, 37);
}
.strategy-wrapper .container-fluid [class*="col-"]:nth-child(3) .text-box {
  background: rgb(255, 93, 23);
}
.strategy-wrapper .single-strategy .img-box,
.strategy-wrapper .single-strategy .text-box {
  display: table-cell;
  vertical-align: middle;
}
.strategy-wrapper .single-strategy .img-box {
  width: 320px;
}
.strategy-wrapper .single-strategy .img-box > img {
  width: 100%;
}
.strategy-wrapper .single-strategy .text-box {
  background: rgb(245, 245, 245);
  padding-left: 40px;
  padding-right: 50px;
}
.strategy-wrapper .single-strategy .text-box p,
.strategy-wrapper .single-strategy .text-box h3 {
  margin: 0px;
}
.strategy-wrapper .single-strategy .text-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: rgb(37, 37, 37);
font-family: 'Montserrat', sans-serif;
}
.strategy-wrapper .single-strategy .text-box p {
  font-size: 15px;
  line-height: 27px;
  color: rgb(37, 37, 37);
  margin-bottom: 35px;
  margin-top: 30px;
}
.strategy-wrapper .single-strategy .text-box span {
  color: rgb(37, 37, 37);
  font-size: 24px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.strategy-wrapper .single-strategy.light h3,
.strategy-wrapper .single-strategy.light p,
.strategy-wrapper .single-strategy.light span {
  color: rgb(255, 255, 255);
}
.ceo-message-wrapper {
  background: url("../img/ceo-message-bg.jpg") center center / 100% 100%
    no-repeat rgb(244, 245, 245);
  padding: 125px 0px;
}
.ceo-message-wrapper .ceo-message-content {
  padding-left: 40px;
  padding-top: 0px;
}
.ceo-message-wrapper .ceo-message-content h3,
.ceo-message-wrapper .ceo-message-content p {
  margin: 0px;
}
.ceo-message-wrapper .ceo-message-content h3 {
  color: rgb(37, 37, 37);
  font-size: 30px;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}
.ceo-message-wrapper .ceo-message-content span {
  color: rgb(135, 135, 135);
  font-size: 16px;
}
.ceo-message-wrapper .ceo-message-content p {
  color: rgb(84, 84, 84);
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.025em;
  margin-top: 20px;
  margin-bottom: 30px;
}
.ceo-message-content img {
  display: block;
  margin: 20px auto 0 auto; /* centra horizontalmente */
}
.has-right-sidebar {
  padding-right: 0px;
}
@media (max-width: 854px) {
  .sidebar {
    margin-top: 80px;
  }
}
.sidebar .single-sidebar:not(.search-widget):not(.tags-widget) {
  padding: 30px 30px 0px;
  border: 1px solid rgb(235, 235, 239);
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 45px;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0px;
  color: rgb(38, 38, 38);
  font-size: 22px;
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.sidebar .single-sidebar .title h3::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 38px;
  height: 2px;
  background: rgb(136, 136, 136);
  margin-left: 15px;
  margin-top: 18px;
}
.sidebar .single-sidebar.search-widget {
  border: 1px solid rgb(236, 236, 240);
}
.sidebar .single-sidebar.search-widget form {
  position: relative;
  height: 54px;
}
.sidebar .single-sidebar.search-widget form input {
  width: 100%;
  height: 100%;
  color: rgb(85, 85, 85);
  font-size: 15px;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  letter-spacing: 0.05em;
}
.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
  color: rgb(85, 85, 85);
}
.sidebar .single-sidebar.search-widget form button {
  outline: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-image: initial;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 75px;
  height: 100%;
  color: rgb(85, 85, 85);
  border-left: 1px solid rgb(236, 236, 240);
}
.sidebar .single-sidebar.category-widget {
  padding-bottom: 30px !important;
}
.sidebar .single-sidebar.category-widget ul.category-list {
  margin: -5px 0px 0px;
  padding: 0px;
  list-style: none;
}
.sidebar .single-sidebar.category-widget ul.category-list li + li {
  border-top: 1px solid rgb(224, 224, 224);
  padding-top: 10px;
  margin-top: 10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
  color: rgb(85, 85, 85);
  font-size: 15px;
  position: relative;
  display: block;
  transition: 0.4s;
}
.sidebar .single-sidebar.category-widget ul.category-list li a span.count {
  float: right;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
  color: rgb(210, 38, 38);
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list {
  margin-top: -5px;
  padding-bottom: 15px;
}
.sidebar
  .single-sidebar.recent-post-widget
  .recent-post-list
  .single-recent-post {
  margin-bottom: 0px;
}
.sidebar
  .single-sidebar.recent-post-widget
  .recent-post-list
  .single-recent-post
  + .single-recent-post {
  border-top: 1px solid rgb(224, 224, 224);
  padding-top: 15px;
}
.sidebar
  .single-sidebar.recent-post-widget
  .recent-post-list
  .single-recent-post
  + .single-recent-post {
  margin-top: 20px;
}
.sidebar
  .single-sidebar.recent-post-widget
  .recent-post-list
  .single-recent-post
  h3 {
  margin: 0px 0px 10px;
  color: rgb(21, 10, 51);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-weight: 600;
font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
}
.sidebar
  .single-sidebar.recent-post-widget
  .recent-post-list
  .single-recent-post
  h3:hover {
  color: rgb(210, 38, 38);
}
.sidebar
  .single-sidebar.recent-post-widget
  .recent-post-list
  .single-recent-post
  a.date {
  color: rgb(146, 145, 145);
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  font-weight: 500;
}
.sidebar .single-sidebar.tags-widget ul.tags-list,
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sidebar .single-sidebar.tags-widget ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a {
  display: block;
  border: 1px solid rgb(245, 249, 255);
  color: rgb(85, 85, 85);
  font-size: 15px;
  line-height: 1em;
  padding: 10px 19px;
  transition: 0.4s;
  background: rgb(245, 249, 255);
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(210, 38, 38);
  background: rgb(210, 38, 38);
}
.sidebar .single-sidebar.service-sidebar {
  border: none !important;
  padding: 0px !important;
}
.sidebar .single-sidebar.service-sidebar ul.service-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li + li {
  margin-top: 7px;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li a {
  display: block;
  color: rgb(37, 37, 37);
  font-weight: 500;
  font-size: 16px;
  background: rgb(245, 245, 245);
  position: relative;
  padding-left: 25px;
  line-height: 58px;
  transition: 0.4s;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li a::before {
  content: "";
  width: 6px;
  height: 0px;
  background: rgb(210, 38, 38);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.4s;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a {
  background: rgb(37, 37, 37);
  color: rgb(255, 255, 255);
}
.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a::before,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a::before {
  height: 100%;
}
.sidebar .single-sidebar.broucher-sidebar {
  border: none !important;
  padding: 0px !important;
}
.sidebar .single-sidebar.broucher-sidebar .title h3::after {
  display: none;
}
.sidebar .single-sidebar.broucher-sidebar p {
  font-size: 15px;
  color: rgb(84, 84, 84);
  line-height: 28px;
  letter-spacing: 0.025em;
  margin: 0px 0px 30px;
}
.sidebar .single-sidebar.broucher-sidebar a.broucher-btn {
  display: block;
  background: rgb(245, 245, 245);
font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 45px;
  padding-left: 75px;
  color: rgb(37, 37, 37);
  position: relative;
  transition: 0.4s;
}
.sidebar .single-sidebar.broucher-sidebar a.broucher-btn i {
  font-size: 25px;
  margin-right: 13px;
  line-height: 45px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.sidebar .single-sidebar.broucher-sidebar a.broucher-btn + a {
  margin-top: 15px;
}
.sidebar .single-sidebar.broucher-sidebar a.broucher-btn:hover {
  background: rgb(37, 37, 37);
  color: rgb(255, 255, 255);
}
.sidebar .single-sidebar.broucher-sidebar a.broucher-btn:hover i {
  color: rgb(253, 89, 18);
}

/* ===========================
   BOTONES PRINCIPALES
   =========================== */
.theme-btn.btn-style-one {
  background-color: #1d1d1d;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.theme-btn.btn-style-one i {
  color: inherit;
}

.theme-btn.btn-style-one:hover,
.theme-btn.btn-style-one:focus {
  background-color: #d22626; /* naranja Mex */
  color: #ffffff;
}

/* Variante con acento naranja (CTA WhatsApp) */
.btn-accent {
  background-color: #ff5e00;
  border-radius: 8px;
  padding: 18px 45px;
  font-size: 20px;
}

.btn-accent:hover,
.btn-accent:focus {
  background-color: #d22626;
}

/* ===========================
   ¿POR QUÉ MEX PERFORADORAS?
   =========================== */
.why-mex .sec-title p {
  color: #ffffff;
}

.why-mex .single-feature-style-one {
  background: transparent;
  border: none;
}

.why-mex .single-feature-style-one .text-box h3,
.why-mex .single-feature-style-one .text-box p {
  color: #ffffff;
}



/* ===========================
   MINI TAGLINE
   =========================== */
.mini-tagline {
  padding: 40px 0;
  text-align: center;
  color: #777777;
}

/* ===========================
   CTA FINAL (AWARD)
   =========================== */
.award-cta {
  background: #1d1d1d;
  padding: 70px 0;
}

.award-cta .title h3 {
  color: #ffffff;
  font-size: 40px;
}

.award-cta .title h3 span {
  color: #ff5e00;
}

.award-cta .title p {
  color: #cccccc;
  font-size: 18px;
  margin-top: 15px;
}

.award-cta .cta-wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  .award-cta .row-middle {
    display: flex;
    align-items: center;
  }
}
.btn-acento {
    background: #ff5e00 !important;
    border-color: #ff5e00 !important;
    color: #fff !important;
}
.btn-acento:hover {
    background: rgb(37, 37, 37) !important;
    color: #fff !important;
}

/* ICONOS NARANJAS GRANDES EN SECCIÓN: ¿POR QUÉ MEX PERFORADORAS? */
.why-mex .single-feature-style-one .icon-box i {
    font-size: 48px !important;       /* tamaño grande */
    color: #ff5e00 !important;        /* naranja MX */
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 0 0 6px rgba(255, 94, 0, 0.35); /* brillo suave */
}

/* CENTRAR EL ICONO */
.why-mex .single-feature-style-one .icon-box {
    text-align: center;
}

/* TÍTULOS BLANCOS */
.why-mex .single-feature-style-one .text-box h3 {
    color: #ffffff !important;
}

/* TEXTO GRIS CLARO */
.why-mex .single-feature-style-one .text-box p {
    color: #dcdcdc !important;
}

/* OPCIONAL: QUE AL HACER HOVER EL ICONO SE ILUMINE MÁS */
.why-mex .single-feature-style-one:hover .icon-box i {
    text-shadow: 0 0 12px rgba(255, 94, 0, 0.65);
    transform: scale(1.1);
    transition: all 0.25s ease;
}

/* Botón adicional igual al botón "about-btn" del template */
.btn-pozos {
    background: rgb(210, 38, 38) !important;  /* rojo institucional */
    color: #fff !important;
    border: none !important;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
}

/* Icono igual que el original */
.btn-pozos i {
    margin-left: 6px;
}

/* Hover igual al hvr-sweep-to-right */
.btn-pozos.hvr-sweep-to-right:before {
    background: rgb(37, 37, 37) !important;  /* negro/gris oscuro */
}

.btn-pozos2 {
    background: rgb(210, 38, 38) !important;  /* rojo institucional */
    color: #fff !important;
    border: none !important;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
}

/* Icono igual que el original */
.btn-pozos2 i {
    margin-left: 6px;
}

.btn-pozos2.hvr-sweep-to-right:hover {
    color: rgb(29, 29, 29) !important; /* texto oscuro al hover */
}

.btn-pozos2.hvr-sweep-to-right:before {
    background: rgb(255, 255, 255) !important;  /* fondo blanco en hover */
}

.pozo-image {
    max-width: 800px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto 20px auto;
}

.drill-section-align .row {
    display: flex;
    align-items: center; /* centra verticalmente */
}
