﻿#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #e81c2e;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #e81c2e;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
a:hover,
a:active {
  color: #e81c2e;
  text-decoration: none;
}
.white-hover:hover {
  color: #fff !important;
}
.min-height-250 {
  min-height: 250px;
}
.min-height-350 {
  min-height: 350px;
}
.min-height-500 {
  min-height: 500px;
}
.map-h400 {
  height: 400px;
  width: 100%;
}
.map-h500 {
  height: 500px;
  width: 100%;
}
.height-300 {
  height: 300px;
}
.primary-overlay[data-overlay-dark]:before {
  background: #e81c2e;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #19191b;
}
.text-primary,
.text-primary-hover:hover {
  color: #e81c2e !important;
}
.text-secondary,
.text-secondary-hover:hover {
  color: #19191b !important;
}
.bg-primary {
  background-color: #e81c2e !important;
}
.bg-secondary {
  background-color: #19191b !important;
}
.box-shadow1 {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #1e2022;
  background: #fff;
}
.scroll-to-top:hover i {
  color: #1e2022;
}
.scroll-to-top:visited {
  color: #1e2022;
  text-decoration: none;
}
.butn {
  background-color: #e81c2e;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 18px 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
.butn span {
  z-index: 9;
  position: relative;
}
.butn:hover,
.butn:focus,
.butn:active {
  background: #19191b;
  color: #fff;
}
.butn.secondary {
  background-color: #19191b;
}
.butn.secondary:hover,
.butn.secondary:focus,
.butn.secondary:active {
  background: #e81c2e;
  color: #fff;
}
.butn.white {
  background: #fff;
  color: #1e2022;
}
.butn.white:hover,
.butn.white:active,
.butn.white:focus {
  background: #19191b;
  color: #ffffff;
}
.butn.white-hover-butn:hover,
.butn.white-hover-butn:active,
.butn.white-hover-butn:focus {
  background: #fff;
  color: #19191b;
}
.butn.small {
  padding: 12px 20px !important;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.butn.medium {
  padding: 14px 24px;
}
@media screen and (max-width: 991px) {
  .butn {
    padding: 16px 28px;
  }
  .butn.medium {
    padding: 10px 22px;
  }
  .butn.small {
    padding: 8px 18px;
  }
}
@media screen and (max-width: 575px) {
  .butn {
    padding: 15px 18px;
  }
}
.header-style1 .attr-nav > ul > li > a.butn:hover,
.header-style1 .attr-nav > ul > li > a.butn:active,
.header-style1 .attr-nav > ul > li > a.butn:focus {
  background: #fff;
  color: #19191b !important;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.butn:hover,
.header-style1 .attr-nav > ul > li > a.butn:active,
.header-style1 .attr-nav > ul > li > a.butn:focus {
  background: #19191b;
  color: #fff !important;
}
.section-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-bg.h-600 {
  height: 600px;
}
@media screen and (max-width: 575px) {
  .section-bg.h-700 {
    height: 700px;
  }
  .section-bg.h-800 {
    height: 800px;
  }
  .section-bg.h-950 {
    height: 950px;
  }
}
.list-style1 {
  list-style: none;
  margin-bottom: 35px;
  padding: 0;
}
.list-style1 li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
}
.list-style1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-style1 {
    margin-bottom: 30px;
  }
}
.list-style2 {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.list-style2 li {
  font-size: 16px;
  position: relative;
  margin: 10px 0;
  display: flex;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}
.list-style2 li:before {
  content: "\e64d";
  font-family: "themify";
  color: #e81c2e;
  font-size: 16px;
  margin-right: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .list-style2 {
    margin-bottom: 30px;
  }
}
.list-style3 {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.list-style3 li a {
  text-transform: capitalize;
  color: #282b2d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px dashed #ededed;
  font-weight: 600;
}
.list-style3 li a span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #1e1f36;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ededed;
  transition-duration: 0.5s;
}
.list-style3 li:last-child a {
  border-bottom: 0;
}
.list-style3 li:hover span {
  background: #e81c2e;
  color: #ffffff;
  border-color: #e81c2e;
}
.list-style3 li:hover a {
  color: #e81c2e;
}
.list-style3 li.active a {
  color: #e81c2e;
  font-weight: 500;
}
.list-style3 li.active span {
  background: #e81c2e;
  color: #ffffff;
  border-color: #e81c2e;
}
.list-style3 li:last-child {
  margin-bottom: 0;
}
.list-style4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style4 li {
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #dddddd;
  position: relative;
}
.list-style4 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.list-style4 li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
}
.list-style4 li span {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background-color: #e81c2e;
}
.social-icon-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icon-style li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.social-icon-style li a {
  color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  background: #e81c2e;
}
.social-icon-style li:last-child {
  margin-right: 0;
}
.social-icon-style li a:hover {
  background: #19191b;
  color: #fff;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}
.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #e81c2e;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #e81c2e #e81c2e transparent;
}
.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
  color: #e81c2e;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #e81c2e #e81c2e transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #e81c2e;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #e81c2e;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #e81c2e;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #e81c2e #e81c2e transparent;
}
@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a,
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #e81c2e;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #e81c2e;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #e81c2e;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #e81c2e;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #e81c2e #e81c2e transparent;
  }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #e81c2e #e81c2e transparent;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #e81c2e;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #e81c2e;
  }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #e81c2e #e81c2e transparent;
  }
  .header-style2 .navbar ul ul li.active > a {
    color: #e81c2e;
  }
  .header-style2 .navbar-nav li.has-sub a:hover,
  .header-style2 .navbar-nav li.has-sub a:active,
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #e81c2e;
  }
  .header-style2 .navbar-nav li.current > a,
  .header-style2 .navbar-nav li.active > a {
    color: #e81c2e;
  }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after,
  .header-style2 .navbar > ul > li.has-sub > a:active:after,
  .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #e81c2e #e81c2e transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #e81c2e;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.header-style2 .navbar-nav li.current > a {
  color: #e81c2e;
}
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #e81c2e #e81c2e transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #e81c2e;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #e81c2e;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #e81c2e #e81c2e transparent;
}
@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #e81c2e;
  }
  .header-style2 .butn.secondary:before {
    background: #ffffff;
  }
  .header-style2 .butn.secondary:hover,
  .header-style2 .butn.secondary:focus,
  .header-style2 .butn.secondary:active {
    color: #19191b !important;
  }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #e81c2e;
  }
  .header-style2.scrollHeader .butn.secondary:hover,
  .header-style2.scrollHeader .butn.secondary:focus,
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important;
  }
}
.section-heading {
  margin-bottom: 60px;
  text-align: center;
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  font-size: 36px;
  margin: 0 auto;
}
.section-heading.white h1,
.section-heading.white h2,
.section-heading.white h3,
.section-heading.white h4,
.section-heading.white h5,
.section-heading.white h6 {
  color: #fff;
}
.section-heading .sub-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.section-heading .sub-title.white {
  color: #ffffff;
}
.heading-separator {
  width: 10px;
  height: 5px;
  display: inline-block;
  background-color: #19191b;
  position: relative;
}
.heading-separator.white {
  background-color: #ffffff;
}
.heading-separator:before {
  content: "";
  position: absolute;
  right: 20px;
  left: auto;
  width: 30px;
  height: 5px;
  background: #e81c2e;
}
.heading-separator:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 30px;
  height: 5px;
  background: #e81c2e;
}
@media screen and (max-width: 1199px) {
  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .section-heading h4,
  .section-heading h5,
  .section-heading h6 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 50px;
  }
  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .section-heading h4,
  .section-heading h5,
  .section-heading h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading .sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .section-heading h4,
  .section-heading h5,
  .section-heading h6 {
    font-size: 28px;
  }
}
.common-banner .owl-item {
  height: 100vh;
  position: relative;
}
.common-banner .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  z-index: 9;
}
.common-banner .overflow-hidden {
  display: inline-block;
}
.common-banner .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
}
.common-banner h1,
.common-banner .h1,
.common-banner h2,
.common-banner .h2 {
  margin-bottom: 25px;
  animation-delay: 0.8s;
}
.common-banner p {
  animation-delay: 1.2s;
}
.common-banner .butn {
  animation-delay: 1.6s;
}
.common-banner .owl-theme .owl-nav {
  margin-top: 0;
}
.common-banner .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.85);
}
.common-banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 45%;
  height: 55px;
  width: 55px;
  background: #ffffff77 !important;
  opacity: 1;
  border-radius: 0.25rem;
  line-height: 32px;
  transition: all 0.3s ease;
}
.common-banner .owl-nav .owl-next:hover {
  background: #e81c2e !important;
}
.common-banner .owl-nav .owl-next:hover span {
  color: #fff;
}
.common-banner .owl-nav .owl-next span {
  color: #e81c2e;
  font-size: 24px;
  line-height: 55px;
  transition: all 0.3s ease;
}
.common-banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 45%;
  height: 55px;
  width: 55px;
  background: #ffffff77 !important;
  opacity: 1;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.common-banner .owl-nav .owl-prev:hover {
  background: #e81c2e !important;
}
.common-banner .owl-nav .owl-prev span {
  color: #e81c2e;
  font-size: 24px;
  line-height: 55px;
  transition: all 0.3s ease;
}
.common-banner .owl-nav .owl-prev:hover span {
  color: #fff;
}
.page-title-section {
  padding: 180px 0 90px;
  text-align: center;
}
.page-title-section.style2 {
  padding: 100px 0 90px 0;
}
.page-title-section h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 20px 0;
  margin-bottom: 30px;
  max-width: 40%;
}
.breadcrumb {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.breadcrumb ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.breadcrumb ul li a {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.breadcrumb ul li:last-child a {
  color: #e81c2e;
}
.breadcrumb ul li:after {
  content: "/";
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-family: Font Awesome\5 Free;
  padding: 0 10px 0 10px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 175px 0 85px;
  }
  .page-title-section.style2 {
    padding: 90px 0 80px 0;
  }
  .page-title-section h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 150px 0 75px;
  }
  .page-title-section.style2 {
    padding: 85px 0 75px 0;
  }
  .page-title-section h1 {
    font-size: 36px;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-title-section h1 {
    font-size: 32px;
    margin-bottom: 25px;
    padding: 15px 0;
    max-width: 60%;
  }
  .breadcrumb ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .page-title-section h1 {
    font-size: 30px;
    max-width: 90%;
  }
}
.about-icon {
  color: #fff;
  background: #e81c2e;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 15px;
  text-align: center;
  vertical-align: top;
}
.about-counter-wrapper {
  background-color: #19191b96;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -55%);
  padding: 25px;
}
.about-counter-wrapper p:after {
  content: "+";
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .about-counter-wrapper {
    display: none;
  }
}
.info-box {
  position: relative;
  margin-top: -70px;
  padding: 0;
  z-index: 9;
  background: transparent;
}
.info-box-number {
  counter-reset: count;
}
.card-style1 {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.card-style1 .card-body {
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.5s ease 0s;
}
.card-style1 .card-body:hover:before {
  width: 100%;
}
.card-style1 .card-body:before {
  position: absolute;
  width: 0;
  height: 3px;
  background: #e81c2e;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: 3;
  transition: all 0.4s ease-out;
}
.card-style1 .card-body:after {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: 2;
  transition: all 0.4s ease-out;
}
.card-style1 .card-body .info-icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.card-style1 .card-body .info-icon:after {
  font-weight: 700;
  font-size: 46px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.05);
  counter-increment: count;
  content: "0" counter(count);
}
@media screen and (max-width: 1199px) {
  .info-box {
    margin-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .info-box {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .card-style1 .card-body {
    padding: 35px;
  }
}
@media screen and (max-width: 575px) {
  .card-style1 .card-body i:after {
    font-size: 40px;
    line-height: 20px;
  }
}
.card-style2 {
  border: 0;
  border-radius: 0;
  background: #fafafa;
}
.card-style2 .card-body {
  opacity: 0;
  padding: 40px;
  transform: scale(0.8);
  background-color: #ffffff;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: -50px auto 20px auto;
  width: 80%;
}
.card-style2 .card-body .service-numberbox {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-right: 40px;
  align-self: center;
}
.card-style2 .card-body .service-numberbox .service-number {
  font-weight: 700;
  font-size: 44px;
  color: rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.card-style2 .card-body .service-content {
  vertical-align: middle;
  padding-left: 40px;
  display: table-cell;
  border-left: 1px solid #ededed;
}
.service-carousel .owl-item.active.center .card-style2 .card-body {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  display: table;
}
@media screen and (max-width: 1199px) {
  .card-style2 .card-body {
    padding: 35px 25px;
    width: 95%;
  }
  .card-style2 .card-body .service-numberbox {
    padding-right: 20px;
  }
  .card-style2 .card-body .service-content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .card-style2 .card-body .service-numberbox {
    display: inline-block;
    margin-bottom: 15px;
  }
  .card-style2 .card-body .service-content {
    padding-left: 0;
    border-left: 0;
  }
}
.card-style3 {
  text-align: center;
  background: #ffffff;
  padding-top: 50px;
  border: 0;
  border-radius: 0;
}
.card-style3 .card-header {
  border: 0;
  background: #ffffff;
  padding: 0;
  text-align: center;
}
.card-style3 .card-header h3 {
  display: inline-block;
  padding: 0.6em 1.2em;
  margin: 0;
  background: rgba(232, 28, 46, 0.1);
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #e81c2e;
}
.card-style3 .card-body {
  padding: 50px 30px;
}
@media screen and (max-width: 991px) {
  .card-style3 {
    padding-top: 40px;
  }
  .card-style3 .card-body {
    padding: 30px 30px 40px 30px;
  }
}
.card-style4 {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0;
}
.card-style4 .card-img-top {
  border-radius: 0;
}
.card-style4 .card-body {
  position: relative;
  padding: 35px;
  margin-right: 30px;
  margin-top: -60px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ededed;
}
.card-style4 .card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  background: transparent;
  align-items: flex-end;
  padding: 15px 0 0 0;
}
.card-style4 .card-footer ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1399px) {
  .card-style4 .card-body {
    padding: 25px;
  }
}
.card-style5 {
  margin-bottom: 70px;
}
.card-style5 .card-body {
  position: absolute;
  top: calc(100% - 40px);
  left: 15px;
  right: 15px;
  bottom: -20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  padding: 20px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  height: 105px;
  transition: all 0.7s ease-in-out;
}
.card-style5 .card-body .social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.card-style5 .card-body .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.card-style5 .card-body .social-icons li a {
  color: #ffffff;
}
.card-style5 .card-body .social-icons li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.card-style5:hover .card-body {
  height: unset;
  background-color: rgba(232, 28, 46, 0.9);
  top: 15px;
  bottom: 15px;
  display: flex;
  border: unset;
}
.card-style5:hover .card-body h4 a,
.card-style5:hover .card-body h6 {
  color: #ffffff;
}
.card-style5 .card-body h4 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.card-style6 {
  border: 0;
  border-radius: 0;
  background: #fafafa;
}
.card-style6 .card-body {
  padding: 40px;
  background-color: #ffffff;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: -50px 30px 15px 30px;
}
.card-style6 .card-body .service-numberbox {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-right: 30px;
  align-self: center;
}
.card-style6 .card-body .service-numberbox .service-number {
  font-weight: 700;
  font-size: 44px;
  color: rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.card-style6 .card-body .service-content {
  vertical-align: middle;
  padding-left: 30px;
  display: table-cell;
  border-left: 1px solid #ededed;
}
@media screen and (max-width: 767px) {
  .card-style6 .card-body {
    margin: -50px 20px 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  .card-style6 .card-body {
    padding: 30px 20px;
    margin: -50px 10px 15px 10px;
  }
  .card-style6 .card-body .service-numberbox {
    padding-right: 0;
    vertical-align: top;
  }
  .card-style6 .card-body .service-content {
    padding-left: 25px;
    border-left: 0;
  }
}
.card-style7 {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}
.card-style7 .portfolio-image img {
  transition: 0.4s ease-in-out;
}
.card-style7:hover .portfolio-image img {
  transform: scale(1.05);
}
.card-style7 .card-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(25, 25, 27, 0.85);
  transition: opacity 0.5s;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
.card-style7:hover .card-body {
  opacity: 1;
  transition: all 0.5s ease;
}
.card-style7 .card-body:before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  transition: opacity 0.55s, transform 0.55s;
  border-left: 1px dashed rgba(255, 255, 255, 0.33);
  border-right: 1px dashed rgba(255, 255, 255, 0.33);
  transform: scale(1, 0);
  transform-origin: 100% 0;
}
.card-style7 .card-body:after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  transition: opacity 0.55s, transform 0.55s;
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  transform: scale(0, 1);
  transform-origin: 0 0;
}
.card-style7:hover .card-body:before,
.card-style7:hover .card-body:after {
  opacity: 1;
  transform: scale(1);
}
.card-style7 .portfolio-content-inner {
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.card-style7 .portfolio-content {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
}
.card-style7 .portfolio-content-inner .portfolio-title h4 {
  font-size: 20px;
  position: relative;
  color: #fff;
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(1, 1);
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out,
    -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}
.card-style7 .portfolio-content-inner .portfolio-title h4 a {
  color: #ffffff;
  opacity: 9;
}
.card-style7:hover .portfolio-title h4 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.portfolio-category {
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(1, 1);
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out,
    -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}
.card-style7:hover .portfolio-category {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.card-style7 .portfolio-icon-box {
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -65px;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, -20px, 0) scale(1, 1);
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out,
    -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}
.card-style7 .portfolio-icon-box a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #e81c2e;
}
.card-style7:hover .portfolio-icon-box {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.card-style8 {
  margin-bottom: 70px;
}
.card-style8 .card-body {
  position: absolute;
  top: calc(100% - 40px);
  left: 20px;
  right: 20px;
  bottom: -20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  padding: 20px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  height: 105px;
  transition: all 0.7s ease-in-out;
}
.card-style8 .card-body .portfolio-icon-box a {
  display: none;
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 50px;
  padding: 0;
  margin: 0 4px 20px;
  text-align: center;
  border-radius: 50%;
  color: #282b2d;
}
.card-style8:hover .card-body .portfolio-icon-box a {
  background-color: #ffffff;
  display: inline-block;
}
.card-style8 .card-body .portfolio-icon-box a:hover {
  background-color: #19191b;
  color: #ffffff;
}
.card-style8:hover .card-body {
  height: unset;
  background-color: rgba(232, 28, 46, 0.9);
  top: 20px;
  bottom: 20px;
  display: flex;
  border: unset;
}
.card-style8:hover .card-body h4,
.card-style8:hover .card-body h6 {
  color: #ffffff;
}
.card-style8 .card-body h4 a:hover {
  color: #fff;
}
.card-style9 {
  border: none;
  border-radius: 0;
}
.card-style9 .card-body {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  z-index: 1;
}
.card-style9 .card-body .blog-meta {
  list-style: none;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 15px 0;
}
.card-style9 .card-body .blog-meta li {
  display: inline-block;
  cursor: pointer;
  margin: 3px;
  margin-right: 15px;
  border-right: 1px solid #ededed;
  padding-right: 15px;
}
.card-style9 .card-body .blog-meta li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.card-style9 .card-body .blog-meta:before {
  background: #ededed;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.card-style9 .card-body blockquote {
  display: block;
  padding: 30px 60px;
  position: relative;
  border: none;
  text-align: center;
  font-style: italic;
  background: #fafafa;
  font-weight: 500;
  margin: 50px 0 40px 0;
}
.card-style9 .card-body blockquote:before {
  content: "\f10d";
  font-family: Font Awesome\5 Free;
  font-weight: 600;
  font-size: 20px;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-style: bold;
  background-color: #19191b;
  border-radius: 50%;
  display: block;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 20px;
}
.card-style9 .card-body blockquote:after {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  top: -22px;
  border-radius: 50%;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
  border: 1px dashed #ffffff;
}
.card-style9 .card-body .separator-line {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #ddd;
  text-align: left;
}
.card-style9 .card-body .blog-tag {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-style9 .card-body .blog-tag li {
  display: inline-block;
}
.card-style9 .card-body .blog-tag li a {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  border: 1px solid #ededed;
}
.card-style9 .card-body .blog-tag li a:hover {
  background: #e81c2e;
  color: #ffffff !important;
  border: 1px solid #e81c2e;
}
.card-style9 .card-body .social-icon {
  text-align: right;
  margin: 0;
  padding: 0;
}
.card-style9 .card-body .author-post-info {
  padding: 25px;
  border: 2px solid #ededed;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
}
.card-style9 .card-body .author-post {
  padding: 0;
  margin: 0;
}
.card-style9 .card-body .author-post li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
.card-style9 .card-body .author-post li:first-child {
  margin-left: 0;
}
.card-style9 .card-body .author-post li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .card-style9 .card-body blockquote {
    padding: 30px 40px;
  }
  .card-style9 .card-body blockquote:before {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .card-style9 .card-body blockquote:after {
    height: 55px;
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .card-style9 .card-body blockquote {
    padding: 30px;
  }
  .card-style9 .card-body blockquote:before {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 18px;
  }
  .card-style9 .card-body blockquote:after {
    height: 50px;
    width: 50px;
  }
  .card-style9 .card-body .social-icon {
    text-align: left;
  }
}
.testimonial-carousel .testimonial-box {
    height: 370px;
  border: 1px solid #ededed;
  background: #f8f9fa;
  padding: 50px 40px 40px 40px;
  margin-top: 30px;
  background: #fff;
}
.testimonial-carousel .testimonial-quote {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #e81c2e;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  top: 5px;
  z-index: 2;
  right: 30px;
}
.testimonial-carousel .testimonial-box .rating i {
  color: #efca00;
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .testimonial-carousel .testimonial-box {
    padding: 40px 35px 35px 35px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-carousel .testimonial-box {
    padding: 40px 30px 30px 30px;
  }
  .testimonial-carousel .testimonial-quote {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 20px;
  }
}
.story-video {
  height: 100%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #e81c2e;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.video_btn:hover i,
.video_btn:focus i {
  color: #fff;
}
.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.video_btn.small:after {
  height: 50px;
  width: 50px;
}
.video_btn.small:before {
  height: 65px;
  width: 65px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
  .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .video_btn:before {
    height: 85px;
    width: 85px;
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .video_btn:after {
    height: 60px;
    width: 60px;
  }
  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}
.portfolio-sidebar .portfolio-widget {
  margin-bottom: 30px;
}
.portfolio-sidebar .portfolio-widget:last-child {
  margin-bottom: 0;
}
.portfolio-sidebar .portfolio-widget .widget-title {
  background: #e81c2e;
  padding: 15px;
}
.portfolio-sidebar .portfolio-widget .widget-title h4 {
  position: relative;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #fff;
}
.portfolio-sidebar .portfolio-widget .widget-body {
  padding: 20px;
  word-break: break-word;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.project-info-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.project-info-list li {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  padding-bottom: 15px;
}
.project-info-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.project-info-list li .project-label {
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  width: 92px;
  vertical-align: top;
}
.project-info-list li .project-label:after {
  content: ":";
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: 0;
}
.project-info-list li.project-rating {
  display: flex;
}
.rating {
  padding: 0;
  list-style: none;
}
.rating li {
  display: inline;
  border-bottom: 0;
}
.rating li i {
  color: #fc0;
  line-height: 28px;
}
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  font-size: 16px;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #ededed;
  background: #fff;
  color: #575a7b;
}
.pagination a:hover {
  background-color: #e81c2e;
  border: 1px solid #e81c2e;
  color: #ffffff;
}
.pagination .active a {
  background-color: #e81c2e;
  color: #ffffff;
  border: 1px solid #e81c2e;
  cursor: default;
}
@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 15px;
    font-size: 14px;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e81c2e;
}
.owl-nav i,
.owl-nav span {
  color: #19191b;
  font-size: 28px;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.accordion-style .card {
  border: 1px solid #ededed;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0;
}
.accordion-style .card:last-child {
  margin-bottom: 0;
}
.accordion-style .card-header {
  border: 0;
  background: none;
  padding: 0;
  border-bottom: none;
}
.accordion-style .btn-link {
  color: #e81c2e;
  position: relative;
  display: block;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  white-space: normal;
  box-shadow: none;
  text-transform: capitalize;
  padding: 0 0 0 50px;
  line-height: 35px;
  text-decoration: none;
}
.accordion-style .btn-link:hover {
  text-decoration: none;
}
.accordion-style .btn-link.collapsed {
  color: #282b2d;
}
.accordion-style .btn-link.collapsed:after {
  content: "+";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #19191b;
  color: #ffffff;
  display: block;
  text-align: center;
}
.accordion-style .btn-link:after {
  content: "-";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #e81c2e;
  display: block;
  text-align: center;
}
.accordion-style .card-body {
  padding-top: 0;
  padding-left: 50px;
  padding-bottom: 0;
  margin-top: 20px;
  position: relative;
}
.accordion-style .card-body:before {
  position: absolute;
  content: "";
  border-style: dashed;
  border-width: 0 0 0 1px;
  border-color: #e81c2e;
  left: 15px;
  top: 0;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .accordion-style .card-body {
    margin-top: 10px;
  }
  .accordion-style .btn-link:after,
  .accordion-style .btn-link.collapsed:after {
    top: 8px;
  }
}
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  padding-left: 0;
}
.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: 180px;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li i {
  font-size: 28px;
  margin-bottom: 8px;
  color: #6f6f6f;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.resp-tab-content {
  display: none;
  padding: 40px 0 40px 0;
}
.resp-tabs-list li.resp-tab-active {
  background: #00baee;
  background: linear-gradient(-45deg, #00baee, #8089ff);
  padding: 15px 20px 13px 20px;
  color: #00baee;
}
.resp-tabs-list li.resp-tab-active i {
  color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  float: left;
  width: 100%;
}
h2.resp-accordion {
  background: #fff !important;
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 1px solid #ededed;
  border-top: 0px solid #ededed;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%;
}
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #27ae60 !important;
  color: #fff;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #00baee;
}
.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}
h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #2380fb !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #2380fb !important;
  border-left: 4px solid #2380fb !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}
.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}
h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px;
}
.resp-tab-content-active {
  display: block;
  border-color: 1px solid #ececec !important;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #ededed;
}
h2.resp-accordion.resp-tab-active {
  border-color: #27ae60 !important;
}
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ededed !important;
  }
  .resp-tab-content {
    background-color: #fff;
  }
}
.tab-style1 ul.resp-tabs-list {
  float: left;
  width: 100%;
}
.tab-style1 .resp-tabs-list li {
  padding: 15px 25px 13px 25px !important;
  margin: 0 !important;
  cursor: pointer;
  float: left;
  background: #fff !important;
  border: 1px solid #ededed;
  min-width: auto;
}
.tab-style1 .resp-tabs-container {
  padding: 0px;
  background-color: transparent;
  border: none !important;
  float: left;
  width: 100%;
  min-height: auto;
  clear: none;
}
.tab-style1 .resp-tab-content {
  border: none;
  word-wrap: break-word;
  padding: 0;
  padding-top: 15px;
}
.tab-style1 li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
  padding: 15px 25px !important;
  border: none !important;
  display: inline-block;
  background: #e81c2e !important;
  color: white;
}
@media screen and (max-width: 991px) {
  .tab-style1 .resp-tabs-container {
    padding-left: 0;
    width: 100%;
  }
  .tab-style1 .resp-tabs-list li {
    padding: 10px 25px 8px 25px !important;
  }
  .tab-style1 li.resp-tab-active {
    padding: 10px 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .tab-style1 h2.resp-tab-active {
    background: #e81c2e !important;
  }
  .tab-style1 h2.resp-accordion.resp-tab-active {
    border-color: #e81c2e !important;
  }
  .tab-style1 ul.resp-tabs-list {
    display: none;
  }
  .tab-style1 .resp-tab-content {
    border: 1px solid #ededed !important;
    padding: 20px;
  }
  .tab-style1.resp-vtabs .resp-tab-content:last-child {
    border-color: #ededed !important;
  }
  .tab-style2 h2.resp-accordion {
    border-color: #ededed !important;
  }
}
.about-us .about-box-wrapper {
  background: #19191b;
  color: #fff;
  max-width: 90%;
  margin-top: -80px;
  position: relative;
  display: block;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
}
.image-content {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}
.image-content p {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.about-icons {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #e81c2e;
  margin-left: -18px;
  text-align: center;
}
.about-icons i {
  line-height: 60px;
}
@media screen and (max-width: 1199px) {
  .about-us .about-box-wrapper {
    padding: 25px;
  }
  .image-content {
    padding: 25px 20px;
  }
  .image-content p {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .about-us .about-box-wrapper {
    display: none;
  }
}
.process-block {
  text-align: center;
  height: 100%;
}
.process-block .process-step {
  font-size: 60px;
  font-weight: 600;
  color: #e81c2e;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}
.process-block .process-step .dot-border:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background: #19191b;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.process-block .process-step .dot-border:after {
  content: "...................................................................................................................................";
  font-size: 14px;
  color: #dedede;
  line-height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  width: 430px;
  overflow: hidden;
  letter-spacing: 8px;
  position: absolute;
}
.number {
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.process-block .process-step .last:after {
  content: none;
}
@media screen and (max-width: 1199px) {
  .process-block .process-step .dot-border:after {
    width: 310px;
  }
}
@media screen and (max-width: 991px) {
  .process-block .process-step {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .process-block .process-step .dot-border:before {
    display: none;
  }
  .process-block .process-step .dot-border:after {
    content: none;
  }
  .number {
    padding: 6px;
  }
}
.history-wrapper {
  position: relative;
  z-index: 1;
  left: calc(50% - 8px);
  width: 18px;
  height: 18px;
  background: transparent;
  border: 3px solid #e81c2e;
  border-radius: 50%;
}
.history-divider {
  position: relative;
  padding: 60px 0;
}
.history-divider:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #e81c2e;
}
.year span {
  position: absolute;
  left: 50%;
  z-index: 1;
  background: #e81c2e;
  padding: 10px 15px;
  color: #ffffff;
  transform: translate(-40px, -20px);
  transition: all 0.25s ease-in-out;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.history-info {
  margin-bottom: 80px;
}
.history-content {
  padding: 30px 25px;
  background: #fff;
  position: relative;
}
.history-content:before {
  position: absolute;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  right: -15px;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.history-info:nth-child(even) .history-content:before {
  position: absolute;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 0px solid transparent;
  border-right: 20px solid #fff;
  left: -15px;
  right: auto;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}
.history-divider-last {
  position: relative;
  z-index: 1;
  left: calc(50% - 8px);
  width: 18px;
  height: 18px;
  background: transparent;
  border: 3px solid #e81c2e;
  border-radius: 50%;
}
.history-info:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .history-wrapper {
    display: none;
  }
  .history-divider {
    padding: 0;
  }
  .history-divider:before {
    display: none;
  }
  .history-divider-last,
  .history-content:before {
    display: none;
  }
  .history-info {
    margin-bottom: 30px;
  }
  .history-info:nth-child(even) .history-content:before {
    display: none;
  }
  .year span {
    font-size: 20px;
  }
}
.service-details-sidebar .service-title {
  background-color: #19191b;
  padding: 20px;
}
.service-details-sidebar .widget {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.service-details-sidebar .widget-address .address-info {
  margin: 0;
  list-style: none;
  padding: 0;
}
.service-details-sidebar .widget-address .address-info li {
  border-bottom: 1px dashed #ededed;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
}
.service-details-sidebar .widget-address .address-info li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e81c2e;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
}
.service-details-sidebar .widget-address .address-info li:last-child {
  border-bottom: 0;
}
.widget-brochures .brochure-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.brochure-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px dashed #ededed;
}
.brochure-list li a {
  text-transform: capitalize;
  color: #282b2d;
}
.brochure-list li:last-child {
  border-bottom: 0;
}
.brochure-list li span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #1e1f36;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ededed;
  transition-duration: 0.5s;
}
.brochure-list li:hover span {
  background: #e81c2e;
  color: #ffffff;
  border-color: #e81c2e;
}
.brochure-list li:hover a {
  color: #e81c2e;
  font-weight: 500;
}
.brochure-list li:last-child {
  margin-bottom: 0;
}
.widget-contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 350px;
  text-align: center;
}
.widget-contact .contact-content {
  position: absolute;
  left: 0;
  bottom: 70px;
  right: 0;
  z-index: 9;
}
.widget-contact .contact-content .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: 1px dashed #ffffff;
  position: relative;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  transition: 0.5s;
  margin: 0 auto 20px;
}
.widget-contact .contact-content p {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 500;
}
.widget-contact .contact-content a {
  display: inline-block;
  font-weight: 700;
}
.widget-contact:hover .contact-content .icon {
  background-color: #ffffff;
  color: #19191b;
  border-color: #ffffff;
}
.team-info {
  list-style: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  border-bottom: 1px solid #ededed;
}
.team-info li {
  font-size: 16px;
  display: flex;
  margin-bottom: 10px;
}
.team-info li:last-child {
  margin-bottom: 0;
}
.team-info li span {
  font-weight: 500;
  flex-basis: 30%;
}
.team-social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-social-icon li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.team-social-icon li a {
  color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  background: #e81c2e;
}
.team-social-icon li:last-child {
  margin-right: 0;
}
.team-social-icon li a:hover {
  background: #19191b;
  color: #fff;
}
.numbers {
  font-weight: 700;
  font-size: 44px;
  color: rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.error-content {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.error-content h1 {
  font-size: 350px;
  font-weight: 700;
  line-height: 300px;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.error-content span {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  background-color: #e81c2e;
  margin: -45px 0px 0px 0px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 50%;
  line-height: 60px;
}
@media screen and (max-width: 1399px) {
  .error-content h1 {
    font-size: 320px;
  }
}
@media screen and (max-width: 1199px) {
  .error-content h1 {
    font-size: 300px;
    line-height: 240px;
  }
  .error-content span {
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .error-content {
    margin-bottom: 30px;
  }
  .error-content h1 {
    font-size: 280px;
  }
}
@media screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 240px;
    line-height: 200px;
  }
  .error-content span {
    font-size: 33px;
    line-height: 45px;
    margin: -25px 0px 0px;
  }
}
@media screen and (max-width: 575px) {
  .error-content h1 {
    font-size: 150px;
    line-height: 120px;
  }
  .error-content span {
    font-size: 20px;
    line-height: 25px;
    margin: -20px 0px 0px 0px;
  }
}
.coming-soon-wrap h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.countdown {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.countdown li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 0 60px;
  text-align: center;
}
.countdown li:first-child {
  padding-left: 0;
}
.countdown li:last-child {
  padding-right: 0;
  border-right: none;
}
.countdown li span {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .coming-soon-wrap h1 {
    font-size: 50px;
  }
  .countdown li {
    padding: 0 50px;
  }
  .countdown li span {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .coming-soon-wrap h1 {
    font-size: 45px;
  }
  .countdown li {
    padding: 0 40px;
  }
  .countdown li p.timeRefDays,
  .countdown li p.timeRefHours,
  .countdown li p.timeRefMinutes,
  .countdown li p.timeRefSeconds {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .coming-soon-wrap h1 {
    font-size: 40px;
  }
  .countdown li {
    padding: 0 30px;
  }
  .countdown li span {
    font-size: 38px;
  }
  .countdown li p.timeRefDays,
  .countdown li p.timeRefHours,
  .countdown li p.timeRefMinutes,
  .countdown li p.timeRefSeconds {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .coming-soon-wrap h1 {
    font-size: 36px;
  }
  .countdown li {
    margin-top: 10px;
    padding: 0 10px;
    min-width: 47%;
  }
  .countdown li span {
    font-size: 40px;
  }
  .countdown li.second {
    border-right: 0;
    padding-right: 0;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #e81c2e;
}
.form-check-input:checked {
  border-color: #e81c2e;
  background-color: #e81c2e;
}
.form-check-input:focus {
  box-shadow: none;
}
.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px;
}
.quform-inner input {
  width: 100%;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
  border-color: #f5543f;
}
.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
  float: none;
}
.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}
.light-validation .quform-errors > .quform-error {
  color: #fff;
}
.newsletter-form .quform-elements {
  position: relative;
}
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: #e81c2e;
  height: 50px;
  border-left: none;
  border-radius: 0;
  text-align: center;
  line-height: 48px;
  z-index: 0;
}
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form input {
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
}
.newsletter-form.roofing input {
  border: none;
  height: 56px;
  border-radius: 4px;
}
.newsletter-form.roofing .quform-submit-inner {
  right: 6px;
  top: 4px;
  background: unset;
}
.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.icon-gallery .d-table {
  margin-top: 30px;
}
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff;
}
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #e81c2e;
}
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0;
}
.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.html-code:before {
  color: #c8dfab;
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}
.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out;
}
.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
.html-code .copy-element {
  top: 15px;
  right: 30px;
}
.html-code:hover .copy-element,
.html-code:hover .source-element {
  opacity: 1;
}
.box-hover:hover .copy-element,
.box-hover:hover .source-element {
  opacity: 1;
}
.copy-element > a,
.source-element > a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600;
}
.copy-element > a:hover,
.source-element > a:hover {
  background: #e81c2e;
  color: #fff !important;
}
.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px;
}
.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed;
}
.white-popup-block.popup-copy.mfp-hide {
  display: block !important;
  height: 0;
  position: absolute;
  z-index: -1;
  padding: 0;
  opacity: 0;
  margin: 0;
}
.white-popup-block:before {
  color: rgba(3, 169, 245, 0.2);
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}
.white-popup-block:hover .copy-element {
  opacity: 1;
}
.white-popup-block .copy-element {
  top: 45px;
  right: 30px;
}
.box-hover {
  position: relative;
}
.box-hover .container {
  position: relative;
}
.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px;
  }
  .copy-element,
  .source-element {
    top: 65px;
  }
}
.blog-sidebar .widget {
  position: relative;
  margin-bottom: 30px;
}
.blog-sidebar .widget .widget-title {
  background: #19191b;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}
.blog-sidebar .widget .widget-body {
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  word-break: break-word;
}
.blog-sidebar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #ededed;
  min-height: auto;
}
.blog-sidebar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  float: right;
  border-radius: 0;
  padding: 0;
}
.blog-sidebar .search form button:hover:before {
  border-radius: 0;
  padding: 0;
}
.blog-sidebar .widget-reviews .client-carousel .seprator {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.blog-sidebar .widget-reviews .client-carousel .seprator:before {
  position: absolute;
  content: "";
  left: -70px;
  top: 12px;
  background: #ededed;
  width: 50px;
  height: 2px;
}
.blog-sidebar .widget-reviews .client-carousel .seprator:after {
  position: absolute;
  content: "";
  right: -70px;
  top: 12px;
  background: #ededed;
  width: 50px;
  height: 2px;
}
.blog-sidebar .widget-tag .blog-tags {
  margin: 0;
  padding: 0;
}
.blog-sidebar .widget-tag .blog-tags li {
  display: inline-block;
}
.blog-sidebar .widget-tag .blog-tags li a {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  font-weight: 500;
  margin: 5px 5px 5px 0;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ededed;
}
.blog-sidebar .widget-tag .blog-tags li a:hover {
  background: #e81c2e;
  color: #ffffff !important;
  border: 1px solid #e81c2e;
}
.contact-icon {
  color: #fff;
  background: #e81c2e;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  text-align: center;
  vertical-align: top;
}
.contact-icon i {
  line-height: 65px;
}
.counter-style-01 {
  text-align: center;
  position: relative;
}
.counter-style-01 h3:after {
  content: "+";
}
.counter-style-01:after {
  background: rgba(255, 255, 255, 0.15);
  content: "";
  display: inline-block;
  right: -15px;
  top: 50px;
  width: 1px;
  height: 90px;
  position: absolute;
}
.counter-style-01.last:after,
.counter-style-01.three:after {
  content: none;
}
@media screen and (max-width: 1199px) {
  .counter-style-01:after {
    top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .counter-style-01.second:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .counter-style-01:after {
    top: 30px;
    height: 80px;
  }
  .counter-style-01.one:after,
  .counter-style-01.two:after {
    content: none;
  }
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ffc44a;
}
.lg-progress-bar .lg-progress {
  background-color: #ffc44a;
}
.lg-backdrop.in {
  opacity: 0.85;
}
.datetimepicker td,
.datetimepicker th {
  padding: 5px;
  font-size: 14px;
}
.search-form_input {
  color: #e81c2e;
}
.search-frame h4 a:hover {
  color: #e81c2e;
}
.search-frame .search_list .match {
  color: #e81c2e;
}
.search-frame .search_list li:before {
  color: #e81c2e;
}
.search-frame .search_list li + li {
  border-top: 3px solid #e81c2e;
}
.search-frame .search {
  color: #e81c2e;
}
footer {
  background: #19191b;
}
footer .newsletter-form input {
  border: none;
}
footer > .container {
  padding-top: 90px;
  padding-bottom: 80px;
}
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
}
.footer-logo > a {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  footer > .container {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #19191b;
}
.footer-icon {
  background-color: #e81c2e;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}
.footer-list-style {
  margin: 0;
  padding: 0;
}
.footer-list-style li {
  list-style-type: none;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer-list-style li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-list-style li a {
  color: #ffffff;
}
/* .footer-list-style li a:before {
  content: "\f105";
  font-weight: 700;
  font-family: Font Awesome\5 Free;
  color: #ffffff;
  padding-right: 8px;
  transition-duration: 0.3s;
} */
.footer-list-style li a:hover {
  color: #e81c2e;
}
.footer-list-style li a:hover:before {
  color: #e81c2e;
}
.footer-social-icon {
  margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none;
}
.footer-social-icon li {
  padding-right: 25px;
  display: inline-block;
}
.footer-social-icon li a {
  color: #ffffff;
}
.footer-social-icon li a:hover {
  color: #e81c2e;
}
.footer-social-icon li:last-child {
  padding-right: 0;
}
.buy-theme {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 150px;
  right: -89px;
  background: #e81c2e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.buy-theme i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.buy-theme:hover,
.all-demo:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  right: 0px;
  background: #e81c2e;
}
.all-demo:hover {
  background: #e81c2e;
}
.buy-theme span,
.all-demo span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0;
}
.buy-theme:hover span,
.all-demo:hover span {
  opacity: 1;
  color: #fff;
}
.buy-theme:hover i,
.all-demo:hover i {
  color: #fff;
}
.buy-theme a,
.all-demo a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.all-demo {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 185px;
  right: -105px;
  background: #e81c2e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
/* Custom Banner Section Styles */
.custom-banner-section .custom-banner-overlay {
  position: relative;
  background-size: cover;
  background-position: center;
 
  height: 80vh; /* Set height to full viewport height (optional, adjust as needed) */
}

.custom-banner-section .container {
  height: 100%; /* Ensures the container stretches to fill the height of the parent */
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-banner-section .custom-banner-content {
  text-align: left;
  color: #fff;
  max-width: 900px;
}

.custom-banner-section .custom-banner-text {
  margin-bottom: 1.5rem;
}

.custom-banner-section .custom-subheading {
  font-size: 1.25rem;
  color: #00B0FF; /* Accent color */
  margin-bottom: 1rem;
}

.custom-banner-section .custom-banner-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.custom-banner-section .custom-btn-primary {
  background-color: #FF4081; /* Button primary color */
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.5rem;
  transition: background-color 0.3s ease;
}

.custom-banner-section .custom-btn-primary:hover {
  background-color: #D50057; /* Hover effect for primary button */
}

.custom-banner-section .custom-btn-secondary {
  background-color: transparent;
  color: #FF4081;
  padding: 12px 30px;
  border: 2px solid #FF4081;
  border-radius: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-banner-section .custom-btn-secondary:hover {
  background-color: #FF4081;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .custom-banner-section .custom-banner-heading {
      font-size: 1.8rem;
  }

  .custom-banner-section .custom-btn-primary, .custom-banner-section .custom-btn-secondary {
      padding: 10px 20px;
      font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .custom-banner-section .custom-banner-heading {
      font-size: 1.5rem;
  }

  .custom-banner-section .custom-btn-primary, .custom-banner-section .custom-btn-secondary {
      padding: 8px 16px;
      font-size: 0.9rem;
  }
}
/* General Styles for the Contact Section */
.ftco-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Styling the Contact Info Box */
.contact-info .box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.contact-info .box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* Icon Styles */
.contact-info .icon {
  font-size: 40px;
  color: #3498db;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.contact-info .box:hover .icon {
  color: #2980b9;
}

/* Text Styling */
.contact-info h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.contact-info p {
  font-size: 1rem;
  color: #555;
}

.contact-info a {
  color: #3498db;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Responsive Design for Small Screens */
@media (max-width: 767px) {
  .contact-info .col-md-3 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1.5rem;
  }

  .contact-info .box {
      padding: 2rem;
  }

  .contact-info h3 {
      font-size: 1rem;
  }

  .contact-info p {
      font-size: 0.9rem;
  }

  .contact-info .icon {
      font-size: 35px;
  }
}

/* Responsive Design for Medium Screens */
@media (max-width: 991px) {
  .contact-info .col-md-3 {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 1.5rem;
  }
}


