body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ba101d;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ba101d;
  outline: none !important;
}

h1,
h2 {
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  h1,
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  h3 {
    font-size: 18px;
  }
}

.font-weight-medium {
  font-weight: 500;
}

.wrap {
  padding: 5px 0;
}

.wrap .top-wrap {
  font-size: 12px;
}

.wrap .top-wrap .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ba101d;
}

.wrap .top-wrap .icon span {
  color: #ba101d;
}

.wrap .top-wrap .text {
  padding-left: 15px;
  width: calc(100% - 30px);
}

.wrap .top-wrap .text span {
  display: block;
}

.wrap .top-wrap .text span:first-child() {
  text-transform: uppercase;
}

.wrap .top-wrap .text span:last-child() {
  color: rgba(255, 255, 255, 0.8);
}

.main-nav {
  background: #000000;
  z-index: 3;
  padding: 0;
}

@media (max-width: 991.98px) {
  .main-nav {
    background: #000000;
    padding: 10px 15px;
  }
}

@media (max-width: 1199.98px) {
  .main-nav .navbar-nav {
    text-align: right;
  }
}

.main-nav .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  opacity: 1 !important;
}

.main-nav .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #ba101d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}

.main-nav .navbar-nav > .nav-item > .nav-link:hover {
  color: #fff;
}

.main-nav .navbar-nav > .nav-item > .nav-link:hover:before {
  visibility: visible;
  background-color: #ba101d;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .main-nav .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    color: #fff;
  }
  .main-nav .navbar-nav > .nav-item > .nav-link:hover {
    color: #ba101d;
  }
  .main-nav .navbar-nav > .nav-item > .nav-link:hover:before {
    display: none;
  }
}

.main-nav .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  border-radius: 4px;
}

.main-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #000000;
}

.main-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.main-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: none;
  color: #fff;
}

.main-nav .navbar-nav > .nav-item.cta > a {
  color: #fff;
  background: #ba101d;
  border-radius: 0px;
}

.main-nav .navbar-nav > .nav-item.active > a {
  color: #fff;
}

.main-nav .navbar-nav > .nav-item.active > a:before {
  visibility: visible;
  background-color: #ba101d;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .main-nav .navbar-nav > .nav-item.active > a {
    color: #ba101d;
  }
  .main-nav .navbar-nav > .nav-item.active > a:before {
    display: none;
  }
}

.main-nav .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1rem;
}

.main-nav .navbar-toggler:focus {
  outline: none !important;
}

.animation-nav {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.title-absolute {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .title-absolute {
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@media (max-width: 575.98px) {
  .img-cleaner {
    display: none;
  }
}

.social-media {
  display: inline-block;
}

.social-media p a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.social-media p a span {
  color: white;
}

.social-media p a:hover {
  background: #ba101d;
}

.social-media p a:hover span {
  color: #fff;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.4;
  background: #000000;
}

.hero-wrap .slider-text .slider-title {
  color: #fff;
  line-height: 1.2;
  font-family: "Poppins", Arial, sans-serif;
}

.hero-wrap .slider-text .slider-title span {
  color: #ba101d;
}

.hero-wrap .slider-text .subheading {
  font-size: 15px;
  color: #ba101d;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero-wrap .slider-text p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.hero-wrap .slider-text p strong {
  font-weight: 700;
}

.hero-wrap .slider-text p strong a {
  color: #000000;
}

.hero-wrap .slider-text .breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  z-index: 99;
}

.hero-wrap .slider-text .breadcrumbs span {
  color: #000;
}

.hero-wrap .slider-text .breadcrumbs span i {
  font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
  color: #ba101d;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #ba101d;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #4d4d4d;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
  border-color: #fff;
}

.owl-carousel.home-slider {
  position: relative;
  height: 500px;
  z-index: 0;
}

@media (max-width: 575.98px) {
  .owl-carousel.home-slider {
    height: 300px;
  }
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .owl-carousel.home-slider .slider-item {
    height: 300px;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.2;
  width: 100%;
  padding: 0;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item .slider-text {
  height: 500px;
  position: relative;
}

@media (max-width: 575.98px) {
  .owl-carousel.home-slider .slider-item .slider-text {
    height: 300px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text .slider-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .owl-carousel.home-slider .slider-item .slider-text .slider-title {
    font-size: 22px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .slider-lead {
  font-size: 24px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  display: inline-block;
  position: relative;
}

@media (max-width: 575.98px) {
  .owl-carousel.home-slider .slider-item .slider-text .slider-lead {
    font-size: 20px;
  }
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 0;
  margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  width: 100%;
  text-align: center;
}

@media (max-width: 575.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 10px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 0.4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #ba101d !important;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.bg-light {
  background: #fff;
}

.bg-dark {
  background: #000000 !important;
}

.bg-secondary {
  background: #1292ff !important;
}

.bg-primary {
  background: #ba101d !important;
}

.btn {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #ba101d;
  border: 1px solid #ba101d;
  color: #fff;
}

.btn.btn-primary:hover {
  border: 1px solid #ba101d;
  background: transparent;
  color: #ba101d;
}

.btn.btn-primary.btn-outline-primary {
  border: 1px solid #ba101d;
  background: transparent;
  color: #ba101d;
}

.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #ba101d;
  color: #fff;
}

.btn.btn-secondary {
  background: #1292ff;
  border: 1px solid #1292ff;
  color: #fff;
}

.btn.btn-secondary:hover {
  border: 1px solid #1292ff;
  background: transparent;
  color: #1292ff;
}

.btn.btn-secondary.btn-outline-secondary {
  border: 1px solid #1292ff;
  background: transparent;
  color: #1292ff;
}

.btn.btn-secondary.btn-outline-secondary:hover {
  border: 1px solid transparent;
  background: #1292ff;
  color: #fff;
}

.btn.btn-light {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}

.btn.btn-light:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-light.btn-outline-light {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-light.btn-outline-light:hover {
  border: 1px solid transparent;
  background: #fff;
  color: #000000;
}

.btn.btn-dark {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}

.btn.btn-dark:hover {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}

.btn.btn-dark.btn-outline-dark {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}

.btn.btn-dark.btn-outline-dark:hover {
  border: 1px solid transparent;
  background: #000000;
  color: #fff;
}

.btn.btn-lg {
  font-weight: bold;
}

.btn.btn-shadow-white {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
}

.btn.btn-shadow-primary {
    -webkit-box-shadow: 0px 0px 10px 5px rgb(190 73 73 / 50%);
    box-shadow: 0px 0px 10px 5px rgb(190 73 73 / 50%);
}

.services {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon-body h3 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: center;
}

.services .btn-custom {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2px solid #e6e6e6;
}

.services .btn-custom:hover {
  color: #1292ff;
  border-color: #1292ff;
}

.services-2 {
  margin: 0;
  padding: 0;
}

.services-2 li {
  list-style: none;
}

.services-2 li span {
  color: #1292ff;
  margin-right: 20px;
}

.services-dark {
  overflow-x: hidden;
  position: relative;
  padding: 4rem 0;
  background: #000000;
}

.services-dark h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .services-dark h2 {
    font-size: 1.375rem;
  }
}

.services-dark .icon {
  margin-bottom: 10px;
}

.services-dark .icon-body h3 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

@media (max-width: 575.98px) {
  .services-dark .icon-body h3 {
    font-size: 16px;
  }
}

.form-secton {
  background-position: center center !important;
  position: relative;
}

.form-secton .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  opacity: 1;
  background: #ba101d;
}

.form-secton .half {
  width: 100%;
}

.form-secton .half h2 {
  font-weight: 600;
}

.quote-form {
    background-color: #f6db26;
    padding: 1.5rem;
    margin: 0 20px;
    -webkit-box-shadow: 0px 40px 80px -40px black;
    box-shadow: 0px 40px 80px -40px black;
}

@media (max-width: 991.98px) {
  .quote-form {
    position: static;
    max-width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@media (max-width: 767.98px) {
  .quote-form {
    padding: 1.25rem;
    margin: 1.875rem 1.25rem;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .quote-form {
        right: 20px;
    }
}

.quote-form .title {
  color: #fff;
  font-size: 2.4rem;
  font-family: "Poppins", Arial, sans-serif;
  text-align: center;
}

@media (max-width: 767.98px) {
  .quote-form .title {
    font-size: 1.5rem;
  }
}

.quote-form .form-group {
  position: relative;
  width: 100%;
  display: block;
}

.quote-form .form-group .icon {
  position: absolute;
  top: 50% !important;
  right: 15px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quote-form .form-group .icon span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5) !important;
}

.quote-form .form-group .select-wrap,
.quote-form .form-group .input-wrap {
  position: relative;
}

.quote-form .form-group .btn {
  width: 100%;
  display: block !important;
  border-radius: 0;
}

.quote-form .form-control {
  background: #fff;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.quote-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7b7b7b;
}

.quote-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #7b7b7b;
}

.quote-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #7b7b7b;
}

.quote-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #7b7b7b;
}

.quote-form .form-control:focus,
.quote-form .form-control:active {
  border-color: #000000;
}

.quote-form textarea.form-control {
  height: 65px !important;
}

.form-control {
  height: 48px;
  color: #999999;
  font-size: 14px;
  border-radius: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
  border-color: #ba101d;
}

textarea.form-control {
  height: inherit !important;
}

.animate {
  opacity: 0;
  visibility: hidden;
}

.section {
  padding: 3.75rem 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .section {
    padding: 1.875rem 0;
  }
  .navbar-brand {
    margin: 0 auto;
  }
}

.footer {
  color: #fff;
  overflow: hidden;
  background: #000000;
  clear: both;
}

.footer .footer-widget h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.footer .footer-widget .footer-contact i {
  font-size: 18px;
}

.footer .footer-widget .footer-contact .icon {
  padding-top: 5px;
  width: 30px;
}

.footer .footer-widget .footer-contact .icon,
.footer .footer-widget .footer-contact span {
  display: table-cell;
}

.footer .footer-widget .footer-contact li a {
  white-space: nowrap;
}

.footer .footer-widget .footer-form .form-control {
  color: #ffffff;
  background: transparent;
}

.footer .footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: #b1b1b1;
}

.footer .footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: #b1b1b1;
}

.footer .footer-widget .footer-form .form-control::-ms-input-placeholder {
  color: #b1b1b1;
}

.footer .footer-widget .footer-form .form-control::placeholder {
  color: #b1b1b1;
}

.footer .footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.footer p {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #ba101d;
}

.footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.footer-social li a {
  color: #000000;
  height: 40px;
  width: 40px;
  display: block;
  float: left;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-social li a:hover {
  color: #ba101d;
}

.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
  color: #ba101d;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
    box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
    box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
    box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
  }
}

.img,
.blog-img,
.user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-star {
  background: url("../images/bg_star.png"), #ba101d;
}

.testimony-section {
  position: relative;
}

.testimony-section .owl-carousel {
  margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
  padding: 20px 0 2rem 0;
  position: relative;
}

.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.testimony-section .owl-dots {
  text-align: center;
}

.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.testimony-section .owl-dots .owl-dot.active {
  background: #1292ff;
}

.testimony-section .owl-dots .owl-dot.active:after {
  border-color: #1292ff;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
}

.testimony-wrap .icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ba101d;
}

.testimony-wrap .icon span {
  color: #fff;
}

.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
}

.testimony-wrap .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
}

.testimony-wrap .position {
  font-size: 14px;
  color: #333333;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  position: relative;
  display: block;
}

.block-23 ul {
  padding: 0;
}

.block-23 ul li,
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li span {
  color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: white;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}

.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
  color: gray;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #ba101d;
  color: #fff;
  border: 1px solid transparent;
}

.contact-wrap {
  border-radius: 10px;
}

.contact-wrap h3 {
  font-size: 1.875rem;
}

@media (max-width: 575.98px) {
  .contact-wrap h3 {
    font-size: 1.375rem;
  }
}

.info-wrap h3 {
  color: #000000;
}

.info-wrap .dbox {
  width: 100%;
  margin-bottom: 10px;
}

.info-wrap .dbox:last-child() {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 600;
}

.info-wrap .dbox p a {
  color: #000000;
}

.info-wrap .dbox .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.info-wrap .dbox .icon span {
  font-size: 25px;
  color: #1292ff;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

.contactForm .form-control {
  border: 2px solid rgba(0, 0, 0, 0.05) !important;
}

.contactForm .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

.contactForm .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

.contactForm .form-control::-ms-input-placeholder {
  /* Default */
  color: #999999;
}

.contactForm .form-control::placeholder {
  /* Default */
  color: #999999;
}

.request-form .form-control {
  padding: 10px 20px;
  border-radius: 30px;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}

.block-21 .text {
  width: calc(100% - 100px);
}

.block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
}

.block-21 .text .heading a {
  color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #ba101d;
}

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.block-21 .text .meta > div a {
  color: gray;
}

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1rem;
}

.post-info > div {
  display: inline-block;
}

.post-info > div .seperator {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.5;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px;
}

.tagcloud a:hover {
  border: 1px solid #000;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1rem;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1rem;
  font-weight: 400;
  border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: black;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
  font-size: 14px;
}

.search-form .fa {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-box {
  margin-bottom: 40px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
  color: #1a1a1a;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
  font-size: 12px;
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
  outline: none;
  color: #ba101d;
}

.categories li.active a,
.sidelink li.active a {
  color: #ba101d;
}

.categories li.active a span,
.sidelink li.active a span {
  color: #ba101d;
}

.faq .accordion .card .card-header .fa {
  transition: 0.3s transform ease-in-out;
}

.faq .accordion .card .card-header .collapsed .fa {
  transform: rotate(180deg);
}
.match-captcha {
  color: #000;
  background: #fff;
  display: flex;
  height: 42px;
  align-items: center;
  padding: 8px 10px;
}
.match-captcha label {
  width: 90%;
  margin-top: 7px;
}
.match-captcha input {
  width: 30%;
  border: 1px solid #ba101d;
  height: 100%;
  color: #ba101d;
  padding: 0 5px;
}
.match-captcha input:focus {
  outline: none;
}
button:disabled, input[type="submit"]:disabled {
  pointer-events: none;
}
iframe {
    float: left;
}





ul.listing.grid-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 !important;
}
ul.listing.grid-list li {
    width: 49%;
    margin: 2px;
}
ul.box-style01 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.box-style01 li {
    display: flex;
    list-style-type: none;
    width: 30%;
    margin: 15px;
    padding: 15px;
    background-color: #f6f870;
    flex-direction: column;
    align-items: center;
}
ul.box-style01 li h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 17px;
}
h2 {
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
}
ul.listing-box {
    padding: 0;
}
.listing-box li {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #40588f;
    color: #fff;
}
.listing-box li strong {
    color: #fbff00;
}
section.light-bg.sctn02 {
    background-color: #f7c90d;
    padding: 20px;
    color: #000;
}
.call2acton .col-md-4 {
    text-align: center;
    padding: 30px;
}
.call2acton .col-md-4 h4 {
    font-size: 19px;
    margin: 20px;
}
.slider-text h2.text-left {
    margin: 30px 0 !important;
}
.space30 {
    min-height: 30px;
}
.all-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.all-services .service {
    width: 31%;
    padding: 15px;
    margin: 5px;
    background-color: #fff;
    height: 450px;
}
.for-phone{
    display: none;
}
.for-desktop{
    display: block;
}
section {
    padding: 40px 0;
}
.grey-bg {
    background-color: #ffe6e8;
}
img.logo {
    width: 55%;
}
.listing li {
    list-style-type: disclosure-closed;
    margin-bottom: 13px;
}
.listing li::marker {
    color: #e00907;
}
ul.listing.icon-bx02 {
    display: flex;
    flex-wrap: wrap;
}
.looking-for-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border-width: 2px;
    box-shadow: 0.5rem 0.5rem #2b4b7a, -0.5rem -0.5rem #BA101D;
    margin-top: 36px;
    margin-bottom: 36px;
    border-radius: 20px;
    padding-bottom: 20px;
    height: auto;
}
button.button-book-last {
    margin: 10px;
}
.icon-bx02 li {
    display: flex;
    margin: 16px;
    width: 47%;
    background: lightgoldenrodyellow;
    list-style-type: none;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    text-align: justify;
    box-shadow: 10px 10px 10px 10px lightgrey;
    flex-direction: column;
}
.icon-bx02 li strong {
    margin: 10px 0;
}
.button-book-last {
    background-color: white;
    color: #BA101D;
    width: 17%;
    border-radius: 10px 10px;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 1px 1px 3px 3px #2b4b7a;
}
.button-call-last:hover {
    background-color: #2b4b7a;
    /* color: #BA101D; */
    width: 17%;
    border-radius: 10px 10px;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 1px 1px 3px 3px #2b4b7a;
}
.button-call-last {
    background-color: white;
    color: #BA101D;
    /* color: white; */
    width: 17%;
    border-radius: 10px 10px;
    font-weight: 700;
    font-size: 20px;
    /* box-shadow: 0.5rem 0.5rem #2b4b7a, 0.5rem 0.5rem #BA101D; */
    box-shadow: 1px 1px 3px 3px #2b4b7a;
}
ul.icn-list {
    padding: 0;
}
ul.icn-list li {
    list-style-type: none;
    margin-bottom: 14px;
}
ul.icn-list li img {
    margin: 0 10px;
    width: 19px;
}
@media only screen and (max-width: 600px) {
    .icon-bx02 li {
        width: 98%;
    }
        .wrap {
        padding: 5px 0;
    }
    
    .all-services .service {
        width: 96%;
        height: auto;
    }
    .phone-margin{
        margin-top: 90px;
    }

    .sctn03 .col-md-4.services {
        min-width: 95%;
    }
    ul.box-style01 li {

    width: 95%;
    }
    ul.listing.grid-list li {
        width: 98%;
    }
    section.section01.pd-2 .col-md-6.position-relative {
        margin-top: 60px;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    
}
