@charset "UTF-8";

/*---------------------------
** Global CSS
---------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
}

p,
small,
span {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 15px;
  margin: 0px;
}

a span,
button span,
input[type="submit"] span {
  font-family: "Roboto Condensed", sans-serif;
}

/*---------------------------
** Helper CSS
---------------------------*/

.height-100 {
  height: 100%;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

.outer {
  display: table;
  height: 100%;
}

.inner {
  display: table-cell;
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.parallax {
  background-attachment: fixed;
}

.section-title {
  text-align: center;
}

.section-title span {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.8;
  display: inline-block;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 60px;
  color: #000;
}

.section-title h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: 0px;
  background-color: #71bf44;
  left: 50%;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

/*---------------------------
** Header Section CSS
---------------------------*/

.header-section {
  position: relative;
}

.header-section .info-area {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 10px 5px;
}

.header-section .info-area ul.socials {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.header-section .info-area ul.socials li {
  display: inline-block;
  margin-right: 20px;
}

.header-section .info-area ul.socials li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-section .info-area ul.socials li a:hover {
  color: #71bf44;
}

.support-area {
  background-color: #333333;
  color: #fff;
  padding: 25px 0px 74px;
}

.support-area .support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-area .support-box .icon-wrapper {
  margin-right: 15px;
}

.support-area .support-box .icon-wrapper i {
  font-size: 40px;
  color: #de192c;
}

.support-area .support-txt h4 {
  font-size: 18px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.support-area .support-txt p {
  font-size: 14px;
}

.appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.appointment p {
  margin-right: 40px;
}

.appointment a.phone-number {
  position: relative;
  background-color: #de192c;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.appointment a.phone-number:hover {
  background-color: #71bf44;
  color: #de192c;
}

.appointment .phone-number .icon-wrapper {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 40px;
  color: #ff3737;
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}

.home-3 .appointment .phone-number .icon-wrapper i {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.appointment .phone-number:hover .icon-wrapper i {
  color: #ff3737;
}

.appointment .phone-number span {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

/*---------------------------
** Navbar Area CSS
---------------------------*/

.nav-area {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
}

.nav-area ul.menus {
  padding-left: 0px;
  margin: 0px;
  list-style: none;
}

.nav-area .main-menu {
  padding: 0px 38px 0px 40px;
  background-color: #fff;
}

.nav-area nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.nav-area ul.menus li {
  display: inline-block;
  margin-right: 5px;
  padding: 25px 0px 15px;
}

.nav-area ul.menus li a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  padding: 12px 10px;
  text-decoration: none;
}

.nav-area ul.menus li a.parent-link {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-area ul.menus li a.parent-link:hover {
  color: #71bf44;
}

.nav-area ul.menus li a.parent-link::before {
  content: "";
  position: absolute;
  top: 46%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  left: 0;
  width: 100%;
  height: 2px;
  /*    background-color: #de192c;*/
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1),
    -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.nav-area ul.menus li a.parent-link:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav-area ul.menus li.dropdown:hover a.parent-link::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav-area ul.menus li.dropdown a {
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-area ul.menus li.dropdown:hover>a {
  color: #71bf44;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a:hover {
  color: #fff;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #de192c;
  z-index: -1;
  -webkit-transition: 0.5s;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a:hover::before {
  width: 100%;
}

.nav-area .menus li.active a.parent-link {
  color: #ff3737;
}

ul.search-cart {
  padding-left: 0px;
  margin: 0px;
  list-style: none;
  margin-left: 24px;
}

ul.search-cart li {
  display: inline-block;
}

ul.search-cart li.cart {
  position: relative;
}

ul.search-cart li.cart span.count {
  background-color: #ff3737;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 15px;
  width: 15px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
}

ul.search-cart li a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.search-cart li a:hover {
  color: #ff3737;
}

ul.search-cart li:first-child {
  position: relative;
  margin-right: 30px;
}

ul.search-cart li:first-child::after {
  content: "|";
  position: absolute;
  right: -18px;
  top: 0px;
}

.nav-area .menus li.dropdown {
  display: inline-block;
  position: relative;
  margin-right: 14px;
}

.nav-area .menus li.dropdown::after {
  content: "\f078";
  position: absolute;
  color: #333;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  font-family: "FontAwesome";
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-area .menus li.dropdown:hover::after {
  color: #71bf44;
}

.nav-area .menus li.active::after {
  color: #ff3737;
}

.nav-area .menus li.dropdown ul.dropdown-lists {
  position: absolute;
  top: 66px;
  left: 0px;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  left: 50%;
  width: 200px;
  background-color: #fff;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-area .menus li.dropdown:hover ul.dropdown-lists {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-area .menus li.dropdown ul.dropdown-lists li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin: 0px;
  padding: 0px;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus {
  position: relative;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus ul.sub-dropdown-lists {
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #fff;
  width: 180px;
  top: 0px;
  padding-left: 0px;
  border: 1px solid #f1f1f1;
  display: none;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus>a {
  position: relative;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus>a::after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #333333;
  right: 10px;
  top: 10px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus>a:hover::after {
  color: #fff;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus.active>a::after {
  color: #fff;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus:hover ul.sub-dropdown-lists {
  display: block;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.active>a {
  background-color: #ff3737;
  color: #fff;
}

.nav-area .menus li.dropdown ul.dropdown-lists li:last-child {
  border-bottom: none;
}

.nav-area .menus li.dropdown ul.dropdown-lists li a {
  padding: 10px 0px;
  display: block;
  text-align: center;
}

#mobileMenu {
  display: none;
}

.sticky-navbar,
.header-section.home-2 .sticky-navbar {
  border: none;
  -webkit-animation: navFadeIn 1s;
  animation: navFadeIn 1s;
}

@-webkit-keyframes navFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes navFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.nav-area.sticky-navbar,
.header-section.home-2.sticky-navbar,
.home-3 .nav-area.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-bottom: 2px solid #0000001a;
}

.header-section.home-2.sticky-navbar {
  background-color: #333;
}

.nav-area.sticky-navbar .navbar-area,
.header-section.home-2.sticky-navbar .navbar-area,
.home-3 .navbar-area.sticky-navbar {
  padding: 30px 0px;
}

.nav-area.sticky-navbar::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*---------------------------
** Feature Area CSS
---------------------------*/

.feature-area {
  padding: 80px 0px;
}

.feature-bg {
  background-image: url("../images/feature_bg.jpg");
  background-repeat: repeat;
}

/*---------------------------
** Services Area CSS
---------------------------*/
.post-slide-wrapper {
  margin: 0;
  padding: 20px;
}

.post-slide {
  padding: 20px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
}

.post-slide .post-img {
  overflow: hidden;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
  transform: scale(1.08);
}

.post-slide .post-content {
  background: #fff;
  padding: 20px 20px 0 20px;
}

.post-slide .post-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}

.post-slide .post-title a {
  display: inline-block;
  color: #d8182a;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  color: #71bf44;
  text-decoration: none;
}

.post-slide .post-description {
  color: #676767;
  line-height: 24px;
}

.post-slide .post-bar {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}

.post-slide .post-bar li {
  color: #676767;
  padding: 2px 0;
}

.post-slide .post-bar li i {
  margin-right: 5px;
}

.post-slide .post-bar li a {
  display: inline-block;
  font-size: 12px;
  color: #808080;
  transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
  content: ",";
}

.post-slide .post-bar li a:last-child:after {
  content: "";
}

.post-slide .post-bar li a:hover {
  color: #3d3030;
  text-decoration: none;
}

.post-slide .read-more {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #e7989a;
  border-bottom-right-radius: 10px;
  text-transform: capitalize;
  transition: all 0.3s linear;
}

.post-slide .read-more:hover {
  background: #333;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: none !important;
}

/*-----------------------------------------38. Owl Carousel-------------------------------------------*/
.custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px;
}

.custom-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #cecece;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.custom-dot span:hover {
  background: #aaa;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}

.custom-dot.active span {
  width: 12px;
  height: 12px;
  background: #d21e2b;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.owl-nav i {
  color: #111;
  font-size: 20px;
  padding-top: 10px;
}

.owl-nav .owl-prev {
  color: #d21e2b;
  font-size: 43px;
  left: 0%;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
  color: #d21e2b;
  font-size: 43px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-theme .owl-nav {
  margin-top: 40px !important;
}

/*---------------------------
** Statistics Area CSS
---------------------------*/

.statistics-area {
  padding: 130px 0px 110px;
}

.counter {
  color: #71bf44;
  font-family: "Poppins", sans-serif;
  text-align: right;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.counter:before {
  content: "";
  background: radial-gradient(at 5% 10%,
      #e7e7e7 10%,
      transparent 50%,
      transparent 80%,
      #e7e7e7 100%);
  border: 5px solid #de192c;
  border-radius: 0 100px 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.counter:hover:before {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.counter .counter-icon {
  color: #fff;
  background: #71bf44;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  width: 80px;
  height: 80px;
  margin: 0 0 15px;
  border-radius: 50px;
  border: 6px solid #fff;
  display: inline-block;
}

.counter h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 0 13px;
  margin: 0 0 15px;
}

.counter .counter-value-wrap {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  display: block;
}

.counter .counter-value {
  /*    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    display: block;*/
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 40px;
  }
}

/*---------------------------
** Testimonials Area CSS
---------------------------*/

.Testimonials-area {
  padding: 60px 0px 60px;
}

.Testimonials-area .section-title h2 {
  text-transform: uppercase;
  color: #000;
}

.Testimonials-bg {
  background-image: url("../images/feature_bg.jpg");
  background-repeat: repeat;
}

.testimonial {
  text-align: center;
  padding: 85px 50px 45px 70px;
  margin: 70px 15px 35px;
  background: #f9f9f9;
  /*    box-shadow: 8px 4px 0 0 #333;*/
  position: relative;
}

.testimonial .pic {
  width: 120px;
  height: 120px;
  border: 5px solid #de192c;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  color: #757575;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
}

.testimonial .description:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #333;
  position: absolute;
  top: -15px;
  left: -35px;
}

.testimonial .testimonial-profile {
  position: relative;
  margin: 20px 0 10px 0;
}

.testimonial .testimonial-profile:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #77a9dd;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.testimonial .title {
  display: inline-block;
  font-size: 18px;
  color: #4a5184;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 15px;
  color: #757575;
  text-transform: capitalize;
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
  background: #5e5f5f;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #77a9dd;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 22px;
  height: 12px;
}

/*---------------------------
** Partner Area CSS
---------------------------*/

.partner-area .border-bottom {
  border-bottom: 2px solid #dbddde;
}

.single-partner-item {
  height: 198px;
  text-align: center;
}

.single-partner-item .outer-container {
  margin: 0 auto;
}

/*---------------------------
** Call to Action Area CSS
---------------------------*/

.cta-area {
  padding: 80px 0px;
  position: relative;
}

.cta-area *:not(.cta-overlay) {
  position: relative;
  z-index: 1;
}

.cta-bg {
  background-image: url("../images/cta_bg.jpg");
  background-size: cover;
  background-position: center;
}

.cta-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #333333;
  opacity: 0.9;
}

a.cta-btn {
  background-color: #de192c;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 12px 0px;
  display: block;
  opacity: 0.9;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.cta-btn span {
  position: relative;
  z-index: 1;
}

a.cta-btn:hover {
  color: #71bf44;
}

a.cta-btn::after {
  background: #fff;
  content: "";
  position: absolute;
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.cta-btn:hover::after {
  height: 100%;
  width: 135%;
}

.cta-area h2 {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0px;
}

/*---------------------------
** Footer Area CSS
---------------------------*/

footer {
  background-color: #292929;
  color: #fff;
}

.footer-top {
  padding: 50px 0px 50px;
}

footer .txt {
  opacity: 0.8;
  margin-top: 30px;
}

footer h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

footer ul.links {
  padding-left: 0px;
  list-style: none;
  margin-top: 27px;
}

footer ul.links li {
  margin-bottom: 2px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer ul.links li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

footer ul.links a {
  position: relative;
  color: #fff;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0.8;
  text-transform: uppercase;
  padding-left: 12px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer ul.links li:hover a {
  color: #ff3737;
}

footer ul.links a::before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #ff3737;
}

footer .contact-infos {
  margin-top: 30px;
}

footer .contact-infos .single-info .icon-wrapper {
  margin-right: 20px;
}

footer .contact-infos .single-info i {
  color: #de192c;
  font-size: 18px;
}

footer .contact-infos .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom {
  border-top: 2px solid rgba(51, 51, 51, 0.8);
  padding: 20px 0px;
}

.footer-bottom p {
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

.banner-title {
  /* padding-top: 30px !important; */
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 28px !important;
    padding-top: 0px !important;
  }

  .banner-area {
    min-height: 120px !important;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    padding-top: 0px !important;
  }

  .banner-area {
    min-height: 120px !important;
  }
}

/* CSS */
.button1 {
  background: rgb(237, 27, 47);
  background: -moz-linear-gradient(180deg, rgba(237, 27, 47, 1) 0%, rgba(178, 16, 31, 1) 50%);
  background: -webkit-linear-gradient(180deg, rgba(237, 27, 47, 1) 0%, rgba(178, 16, 31, 1) 50%);
  background: linear-gradient(180deg, rgba(237, 27, 47, 1) 0%, rgba(178, 16, 31, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1b2f", endColorstr="#b2101f", GradientType=1);

  border: 1px solid #d5d9d9;
  border-radius: 6px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button1:hover {
  color: #ffffff;
  background: rgb(237, 27, 47);
  background: -moz-linear-gradient(360deg, rgba(237, 27, 47, 1) 0%, rgba(178, 16, 31, 1) 50%);
  background: -webkit-linear-gradient(360deg, rgba(237, 27, 47, 1) 0%, rgba(178, 16, 31, 1) 50%);
  background: linear-gradient(360deg, rgba(237, 27, 47, 1) 0%, rgba(178, 16, 31, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1b2f", endColorstr="#b2101f", GradientType=1);
}

.button1:focus {
  border-color: rgb(237, 27, 47);
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}