body {
  font-family: "Poppins", sans-serif;
}

#top-bar {
  padding: 12px 0;
  background-color: #000;
}
@media (max-width: 991.98px) {
  #top-bar {
    display: none;
  }
}
#top-bar .top-content {
  text-align: right;
  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;
}
#top-bar .top-content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
#top-bar .top-content .social-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 16px;
}
#top-bar .top-content .social-nav li a {
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
}

#header-content .desktop-menu {
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  #header-content .desktop-menu {
    display: none;
  }
}
#header-content .desktop-menu .site-logo img {
  max-width: 240px;
}
#header-content .desktop-menu .contact-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header-content .desktop-menu .contact-nav li {
  margin: 0 10px;
}
#header-content .desktop-menu .contact-nav li .call-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-content .desktop-menu .contact-nav li .call-box .icon {
  margin-right: 15px;
}
#header-content .desktop-menu .contact-nav li .call-box i {
  font-size: 30px;
  color: #ed2726;
}
#header-content .desktop-menu .contact-nav li .call-box h4 {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
}
#header-content .desktop-menu .contact-nav li .call-box p {
  padding-top: 6px;
  color: #c9c9c9;
}
#header-content .main-menu {
  position: relative;
  z-index: 1222;
}
#header-content .main-menu .navbar-brand {
  display: none;
}
@media (max-width: 991.98px) {
  #header-content .main-menu .navbar-brand {
    display: block;
  }
}
#header-content .main-menu .navbar-brand img {
  max-width: 200px;
}
#header-content .main-menu .navbar {
  background-color: #fff;
  width: 80%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0px 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  top: -30px;
}
@media (max-width: 991.98px) {
  #header-content .main-menu .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    z-index: 1034;
  }
}
#header-content .main-menu .navbar .offcanvas-body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header-content .main-menu .navbar ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  #header-content .main-menu .navbar ul {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
#header-content .main-menu .navbar ul li a {
  color: #000;
  padding: 23px 20px;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #header-content .main-menu .navbar ul li a {
    padding: 10px 0;
  }
}
#header-content .main-menu .navbar ul li .btn-login {
  background-color: #ed2726;
  color: #fff;
  padding: 12px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header-content .main-menu .navbar ul li .btn-login:hover {
  background-color: #000;
}
#header-content .main-menu .bg {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: 0;
  left: 0;
  right: 0;
  z-index: 1034;
}
#header-content .main-menu .bg .navbar-brand {
  display: block;
}
#header-content .main-menu .bg .offcanvas-body {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#banner-area {
  padding: 140px 0;
  background-image: url("../img/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #banner-area {
    padding: 60px 0;
    padding-top: 150px;
  }
}
#banner-area .text-box {
  background-color: #000;
  padding: 60px;
}
@media (max-width: 767.98px) {
  #banner-area .text-box {
    padding: 20px;
  }
}
#banner-area .text-box h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #banner-area .text-box h1 {
    font-size: 25px;
  }
}
#banner-area .text-box p {
  color: #fff;
  font-size: 17px;
  padding: 12px 0;
}
@media (max-width: 767.98px) {
  #banner-area .text-box p {
    font-size: 15px;
    padding: 6px 0;
  }
}
#banner-area .text-box .btn-main {
  background-color: #ed2726;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#banner-area .text-box .btn-main:hover {
  background-color: #fff;
  color: rgb(10, 43, 73);
}
#banner-area .text-box .btn-main i {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  #banner-area .text-box .btn-main {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.banner-area {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: url("../img/banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.banner-area .overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-area .text-area {
  position: relative;
}
.banner-area .text-area h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}
.banner-area .text-area .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-area .text-area .breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.banner-area .text-area .breadcrumb li .active {
  color: #ed2726;
}

.about-sec {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .about-sec {
    padding: 30px 0;
  }
}
.about-sec .about .about-title {
  text-align: center;
}
.about-sec .about .about-title h4 {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.about-sec .about .about-title h4::before {
  position: absolute;
  content: " ";
  top: 8px;
  background-color: #000;
  width: 30px;
  height: 3px;
  margin-left: -45px;
}
@media (max-width: 767.98px) {
  .about-sec .about .about-title h4::before {
    display: none;
  }
}
.about-sec .about .about-title h4::after {
  position: absolute;
  content: " ";
  top: 8px;
  background-color: #000;
  width: 30px;
  height: 3px;
  margin-right: -45px;
}
@media (max-width: 767.98px) {
  .about-sec .about .about-title h4::after {
    display: none;
  }
}
.about-sec .about .sub-title {
  text-align: center;
}
.about-sec .about .sub-title h3 {
  font-weight: 700;
  font-size: 36px;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .about-sec .about .sub-title h3 {
    font-size: 20px;
  }
}
.about-sec .about .sub-title h3 span {
  display: block;
  color: #ed2726;
}
.about-sec .about p {
  color: #39385A;
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .about-sec .about p {
    font-size: 14px;
  }
}
.about-sec .about .about-img {
  padding: 50px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .about-sec .about .about-img {
    padding: 10px;
  }
}
.about-sec .about .divider {
  border-style: slashes;
  color: #3F3F3E;
  border-width: 1px;
  pattern-height: 8.6px;
  pattern-size: 8.1px;
}

.product-sec {
  background-color: #E3E3E3;
  padding: 40px 0;
}
.product-sec .product-title {
  text-align: center;
}
.product-sec .product-title h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}
.product-sec .product-title h2 {
  color: #161B39;
  padding: 12px 0;
  font-weight: 700;
}
.product-sec .product-title p {
  color: #39385A;
  text-align: center;
  font-size: 17px;
  padding: 0 194px;
}
@media (max-width: 768px) {
  .product-sec .product-title p {
    padding: 0;
    font-size: 15px;
  }
}
.product-sec .product {
  margin-top: 36px;
}
.product-sec .product .product-card {
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
          box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
}
.product-sec .product .product-card .card-logo {
  position: relative;
}
.product-sec .product .product-card .card-logo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  vertical-align: middle;
}
.product-sec .product .product-card .card-logo .category {
  padding: 6px 10px 6px 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  position: absolute;
  bottom: -17px;
  right: 25px;
  background-color: white;
  border-radius: 40px;
  font-size: 12px;
}
.product-sec .product .product-card .card-body {
  padding: 28px;
}
.product-sec .product .product-card .card-body .card-title {
  font-size: 21px;
  color: #000;
  font-weight: bold;
}
.product-sec .product .product-card .card-body .card-text {
  color: #8c8c8c;
  font-size: 14px;
  padding: 12px 0;
}
.product-sec .product .product-card .card-body .btn-custom {
  color: #ed2726;
  border: 2px solid #000;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 8px 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}
.product-sec .product .product-card .card-body .btn-custom:hover {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.service-sec {
  padding: 50px 0;
}
.service-sec .service-title {
  text-align: center;
}
.service-sec .service-title h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.service-sec .service-title h2 {
  color: #161B39;
  font-size: 36px;
  font-weight: 700;
  padding: 13px 0;
}
@media (max-width: 768px) {
  .service-sec .service-title h2 {
    font-size: 20px;
  }
}
.service-sec .service-title p {
  font-size: 17px;
  color: #39385A;
}
@media (max-width: 768px) {
  .service-sec .service-title p {
    font-size: 14px;
  }
}
.service-sec .service-card {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .service-sec .service-card {
    margin-top: 40px;
  }
}
.service-sec .service-card .card {
  border: none;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  text-align: center;
}
.service-sec .service-card .card:hover {
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.service-sec .service-card .card:hover .card-img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-sec .service-card .card .card-img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.service-sec .service-card .card .card-body h5 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .service-sec .service-card .card .card-body h5 {
    font-size: 17px;
  }
}
.service-sec .service-card .card .card-body p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .service-sec .service-card .card .card-body p {
    font-size: 14px;
  }
}

.facts-sec {
  background-image: url(../img/bg-section-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 40px;
  background-position: bottom center;
  background-color: #EBEBEB;
}
@media (max-width: 768px) {
  .facts-sec {
    padding-bottom: 30px;
  }
}
.facts-sec .facts-img {
  overflow: hidden;
  max-width: 100%;
}
.facts-sec .facts-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.facts-sec .facts-detail {
  padding: 0 15px;
}
.facts-sec .facts-detail .facts-title h3 {
  font-size: 28px;
  color: #161B39;
  font-weight: 700;
  padding-bottom: 20px;
}
.facts-sec .facts-detail .facts-title h3 span {
  color: #ed2726;
}
@media (max-width: 768px) {
  .facts-sec .facts-detail .facts-title h3 {
    font-size: 20px;
    padding-top: 20px;
  }
}
.facts-sec .facts-detail .facts-para p {
  font-size: 17px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .facts-sec .facts-detail .facts-para p {
    font-size: 14px;
  }
}
.facts-sec .facts-detail .facts-card {
  position: relative;
}
.facts-sec .facts-detail .facts-card .card {
  border: none;
  background-color: transparent;
}
.facts-sec .facts-detail .facts-card .card h2 {
  font-size: 50px;
  font-weight: 700;
  color: #ed2726;
}
@media (max-width: 768px) {
  .facts-sec .facts-detail .facts-card .card h2 {
    font-size: 26px;
  }
}
.facts-sec .facts-detail .facts-card .card h2 span {
  color: #39385A;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .facts-sec .facts-detail .facts-card .card h2 span {
    font-size: 26px;
  }
}
.facts-sec .facts-detail .facts-card .card p {
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .facts-sec .facts-detail .facts-card .card p {
    font-size: 12px;
  }
}
.facts-sec .facts-detail .facts-card .card p:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ed2726;
  width: 30px;
  height: 3px;
}

.brands-area {
  padding: 50px 0;
}
.brands-area .brand-box img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .brands-area .brand-box img {
    max-width: 150px;
    margin: 12px 0;
  }
}

.quotes {
  text-align: center;
  background-image: url("../img/bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .quotes {
    padding: 40px 0;
  }
}
.quotes .overlay {
  background-color: transparent;
  background-image: linear-gradient(210deg, #ed2726 4%, #105777 62%);
  position: absolute;
  top: 0;
  opacity: 0.8;
  left: 0;
  right: 0;
  bottom: 0;
}
.quotes .quotes-title {
  position: relative;
}
.quotes .quotes-title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .quotes .quotes-title h3 {
    font-size: 20px;
  }
}
.quotes .quotes-title p {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 768px) {
  .quotes .quotes-title p {
    font-size: 14px;
    padding: 17px 0;
  }
}
.quotes .btn-contact {
  background-color: #0B6A95;
  padding: 15px 30px;
  color: #fff;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quotes .btn-contact:hover {
  background-color: #62BDA4;
}
.quotes .btn-contact i {
  margin-right: 8px;
}
.quotes .btn-quote {
  background-color: #ed2726;
  padding: 15px 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quotes .btn-quote:hover {
  background-color: #223B57;
}
.quotes .btn-quote i {
  margin-right: 8px;
}

.sec-10 {
  padding: 60px 0;
  position: relative;
}
.sec-10 h4 {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 2px solid #000;
  position: absolute;
  padding-bottom: 5px;
  top: 105px;
  rotate: -90deg;
  margin-left: -43px;
}
.sec-10 h1 {
  color: #000;
  font-size: 36px;
  padding-left: 40px;
  font-weight: 700;
}
.sec-10 h1 span {
  display: block;
}
.sec-10 p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
}
.sec-10 .image-text {
  padding: 23px;
}
.sec-10 .image-text p {
  text-align: center;
  font-size: 20px;
  color: #000;
}

.sec-11 {
  padding: 0px 0;
}
.sec-11 .blue-box {
  background-color: #000;
  padding: 30px;
  border-radius: 20px;
}
.sec-11 .blue-box h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.sec-11 .blue-box .btn-main {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
          box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec-11 .blue-box .btn-main:hover {
  background-color: #000;
  color: #fff;
}
.sec-11 .blue-box .btn-main i {
  margin-right: 6px;
}

.sec-12 {
  padding: 50px 0;
}
.sec-12 h4 {
  color: #000;
  font-size: 17px;
  padding-left: 45px;
  font-weight: 600;
  position: relative;
}
.sec-12 h4:before {
  content: "";
  background-color: #000;
  width: 34px;
  height: 3px;
  top: 12px;
  left: 0px;
  position: absolute;
}
.sec-12 h1 {
  color: #000;
  font-size: 38px;
  font-weight: 700;
}
.sec-12 p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
.sec-12 .card-area {
  background-color: #f9fbfd;
  margin-top: 80px;
}
.sec-12 .card-area .choose-card {
  background-color: transparent;
  border-radius: 0;
  padding: 30px;
  background-color: #f9fbfd;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-12 .card-area .choose-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
          box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
}
.sec-12 .card-area .choose-card img {
  display: block;
  margin: 0 auto;
  max-width: 90px;
}
.sec-12 .card-area .choose-card h3 {
  color: #000;
  font-size: 20px;
  padding: 13px 0;
  font-weight: 700;
  text-align: center;
}
.sec-12 .card-area .choose-card p {
  color: #666;
  font-size: 16px;
  text-align: center;
}

.sec-14 h3 {
  color: #000;
  font-size: 17px;
  padding-left: 45px;
  font-weight: 600;
  position: relative;
}
.sec-14 h3:before {
  content: "";
  background-color: #000;
  width: 34px;
  height: 3px;
  top: 12px;
  left: 0px;
  position: absolute;
}
.sec-14 h1 {
  padding: 14px 0;
}

.sec-15 {
  padding-bottom: 50px;
}
.sec-15 h3 {
  font-size: 17px !important;
}
.sec-15 h3 span {
  color: #bfbfbf;
  font-weight: 400;
}

#footer-content {
  border-top: 4px solid #ed2726;
}
#footer-content .footer-top {
  background-color: #607d8b;
  padding: 60px 0;
}
#footer-content .footer-top .site-logo {
  margin-bottom: 20px;
}
#footer-content .footer-top .site-logo img {
  max-width: 200px;
}
#footer-content .footer-top p {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #footer-content .footer-top p {
    font-size: 14px;
  }
}
#footer-content .footer-top .main-nav li a {
  border-radius: 50px;
  margin: 0 6px;
  color: #fff;
  background-color: #000;
  padding: 8px 16px;
}
#footer-content .footer-top h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #footer-content .footer-top h4 {
    padding: 15px 0;
    font-size: 20px;
  }
}
#footer-content .footer-top .footer-nav li a {
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footer-content .footer-top .footer-nav li a:hover {
  color: #ed2726;
}
#footer-content .footer-top .footer-nav li a i {
  margin-top: 5px;
  color: #ed2726;
  margin-right: 8px;
}
#footer-content .footer-top h5 {
  color: #fff;
  font-size: 16px;
  padding-top: 20px;
  font-weight: 600;
}
#footer-content .footer-top .hours p {
  margin-bottom: 0;
  padding: 4px 0;
  font-size: 14px;
}
#footer-content .footer-top .form-control {
  background-color: #464646;
  padding: 0;
  border-radius: 0;
  border: none;
  padding: 12px 10px;
}
#footer-content .footer-top .form-control::-webkit-input-placeholder {
  color: #fff;
}
#footer-content .footer-top .form-control::-moz-placeholder {
  color: #fff;
}
#footer-content .footer-top .form-control:-ms-input-placeholder {
  color: #fff;
}
#footer-content .footer-top .form-control::-ms-input-placeholder {
  color: #fff;
}
#footer-content .footer-top .form-control::placeholder {
  color: #fff;
}
#footer-content .footer-top .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#footer-content .footer-top .btn-sub {
  padding: 10px 20px;
  color: #fff;
  border-radius: 0;
  background-color: #ed2726;
}
#footer-content .footer-bottom {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}
#footer-content .footer-bottom p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

#header-content .main-menu .navbar ul li a {
  position: relative;
}

#header-content .main-menu .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 0 0 7px 7px;
}

#header-content .main-menu .navbar .navbar-nav .nav-item .dropdown-item {
  padding: 8px 10px 5px;
  font-weight: 500;
}

.navbar .navbar-nav .dropdown > a::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  border: 1.5px solid #000;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  right: 0px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar .navbar-nav .dropdown:hover > a {
  color: #ed2726 !important;
}

.navbar .navbar-nav .dropdown:hover > a::after {
  opacity: 1;
  height: 30px;
}

.dropdown-item {
  font-size: 13px !important;
  font-weight: none !important;
}

.dropdown-item:hover {
  color: #ed2726 !important;
  background: white !important;
}

.dropdown .dropdown-menu {
  padding: 23px !important;
  display: block;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  visibility: hidden;
  -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
          box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
  -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown:hover .dropdown-menu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
}

.nav-link:hover {
  color: #ed2726 !important;
}

/* ABout Features Tab */
.features {
  background-image: url(../img/aboutBG.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .features {
    padding: 50px 0;
  }
}
.features::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 1;
}
.features .container {
  position: relative;
  z-index: 10;
}
.features .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 5px solid #fff;
}
@media (max-width: 767px) {
  .features .nav-pills {
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
}
.features .nav-pills .nav-link {
  position: relative;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .features .nav-pills .nav-link {
    padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
  }
}
.features .nav-pills .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -7px;
  width: 10px;
  background-color: #ed2726;
  height: 0%;
  z-index: 10;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
@media (max-width: 767px) {
  .features .nav-pills .nav-link::after {
    height: 4px;
    width: 0%;
    bottom: -2px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.features .nav-pills .nav-link.active::after {
  height: 110%;
}
@media (max-width: 767px) {
  .features .nav-pills .nav-link.active::after {
    height: 4px;
    width: 110%;
  }
}
.features .tab-pane p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .features .tab-pane p {
    font-size: 16px;
  }
}

.sectionTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}
.sectionTitle span {
  position: absolute;
  left: -20px;
  -webkit-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  padding-bottom: 2px;
  font-size: 18px;
  color: #787878;
  top: calc(50% - 20px);
  border-bottom: 3px solid #ed2726;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .sectionTitle span {
    top: calc(50% - 15px);
    left: 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #343434;
  }
}
.sectionTitle h2 {
  max-width: 450px;
  font-weight: bold;
  color: #000;
  font-size: 36px;
}
@media (max-width: 767px) {
  .sectionTitle h2 {
    max-width: 80%;
    font-size: 24px;
  }
}

.testimonal {
  background-image: url(https://demo.casethemes.net/consultio-agency/wp-content/uploads/2019/12/bg-section-01.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 85px 0;
}

.testimonialSlider .slick-slide {
  padding: 0 15px;
}
.testimonialSlider .slick-list {
  padding: 60px 0px 40px !important;
}
.testimonialSlider .slick-center .item {
  -webkit-box-shadow: 0 12px 24px rgba(29, 27, 76, 0.1);
          box-shadow: 0 12px 24px rgba(29, 27, 76, 0.1);
}
.testimonialSlider .slick-center .item .avatar {
  border-color: #3a4268;
}
.testimonialSlider .item {
  padding: 60px 35px 30px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 29px rgba(44, 42, 105, 0);
          box-shadow: 0 25px 29px rgba(44, 42, 105, 0);
  -webkit-transition: 0.12s linear;
  transition: 0.12s linear;
}
.testimonialSlider .item:hover {
  -webkit-box-shadow: 0 25px 29px rgba(29, 27, 76, 0.22);
          box-shadow: 0 25px 29px rgba(29, 27, 76, 0.22);
}
.testimonialSlider .item:hover .avatar {
  border-color: #3a4268;
}
.testimonialSlider .item .rating {
  color: rgb(255, 191, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin: 0 0 10px;
}
.testimonialSlider .item .avatar {
  border: 10px solid transparent;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: -50px;
  -webkit-transition: 0.12s linear;
  transition: 0.12s linear;
}
.testimonialSlider .item .avatar .quote {
  background-color: #ed2726;
  color: #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.testimonialSlider .item .avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonialSlider .item p {
  font-size: 15px;
  color: #333;
}
.testimonialSlider .item h5 {
  font-size: 20px;
  font-weight: bold;
  color: #3a4268;
}
.testimonialSlider .item h5 small {
  font-weight: 500;
  font-size: 13px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 30px;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button {
  color: transparent;
  border: none;
  padding: 0px;
  background-color: #ccc;
  height: 7px;
  width: 15px;
  outline: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.slick-dots li.slick-active button {
  background-color: #ed2726;
  width: 30px;
}

.whyUs {
  background-color: #fff;
  padding: 40px 0;
}
.whyUs .title {
  text-align: center;
}
.whyUs .title h2 {
  color: #161B39;
  padding: 12px 0;
  font-weight: 700;
}
.whyUs .title p {
  color: #39385A;
  text-align: center;
  font-size: 17px;
  padding: 0 194px;
}
@media (max-width: 768px) {
  .whyUs .title p {
    padding: 0;
    font-size: 15px;
  }
}
.whyUs .skill {
  text-align: center;
}
.whyUs .skill .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #30496E;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #30496E;
  font-size: 18px;
}
.whyUs .skill h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 10px;
  color: #333;
}
.whyUs .skill p {
  color: #8d8d8d;
  font-size: 15px;
  text-align: left;
  line-height: 25px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .whyUs .skill p {
    text-align: center;
    padding: 0 5px;
  }
}

.contactUs {
  background-color: #fff;
  padding: 50px 0 0;
}
.contactUs .contactTitle {
  margin-bottom: 40px;
}
.contactUs .contactTitle span {
  padding-left: 60px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
}
.contactUs .contactTitle span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #223B57;
}
.contactUs .contactTitle h1 {
  max-width: 460px;
  font-weight: bold;
}
.contactUs .contactTitle h1 b {
  color: #ed2726;
}
.contactUs .contactTitle p {
  font-size: 16px;
  margin: 15px 0 0;
}
.contactUs h2 {
  max-width: 460px;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 991px) {
  .contactUs h2 {
    font-size: 28px;
  }
}
.contactUs h2 b {
  color: #ed2726;
}
.contactUs img {
  margin-bottom: 25px;
}
.contactUs .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .contactUs .widget {
    margin-top: 25px;
  }
}
.contactUs .widget i {
  color: #ed2726;
  font-size: 36px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .contactUs .widget i {
    font-size: 25px;
  }
}
.contactUs .widget h3 {
  margin: 0px 0 10px;
  font-size: 22px;
  font-weight: bold;
}
.contactUs .widget p {
  margin: 0px;
}
@media (max-width: 991px) {
  .contactUs .widget p {
    font-size: 14px;
  }
}
.contactUs .widget .rotate-45 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.map-holder {
  position: relative;
  padding-top: 32%;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .map-holder {
    padding-top: 50%;
  }
}
.map-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.strip {
  padding: 30px 0;
  background-image: linear-gradient(190deg, #5c0000, #a30000 60%);
}
.strip h2 {
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .strip h2 {
    text-align: center;
  }
}
.strip .d-flex {
  border-left: 1px solid rgba(255, 255, 255, 0.3176470588);
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .strip .d-flex {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3176470588);
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.strip .btn-outline {
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
}
.strip .btn-outline:hover {
  background-color: #fff;
  color: #ed2726;
}

.benefits {
  background-image: url(../img/redVector.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.benefits .title {
  text-align: center;
  margin-bottom: 60px;
}
.benefits .title h1 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 32px;
}
.benefits .title p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.benefits .benefit {
  background-color: rgba(0, 0, 0, 0.2549019608);
  border: 1px solid rgba(255, 255, 255, 0.662745098);
  padding: 60px 30px 30px;
  border-radius: 12px;
  color: #fff;
  position: relative;
  height: 100%;
}
.benefits .benefit .icon {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
}
.benefits .benefit p {
  color: rgba(255, 255, 255, 0.7450980392);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.favours {
  padding: 50px 0;
}
.favours .title h2 {
  font-weight: bold;
  margin: 0px 0 30px;
  font-size: 36px;
  position: relative;
}
.favours .title h2::after {
  height: 1px;
  width: 50px;
  background-color: #000;
  bottom: -10px;
  left: 0px;
  content: "";
  position: absolute;
}
.favours h6 {
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0 10px;
}
.favours h6::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #ed2726;
}
.favours p {
  margin: 0;
  color: #454545;
}

@media (max-width: 991px) {
  #header-content .main-menu .navbar .navbar-nav .nav-item .dropdown-menu {
    border-radius: 5px !important;
    visibility: visible !important;
    -webkit-transform: rotateX(0deg) !important;
            transform: rotateX(0deg) !important;
    padding: 10px !important;
  }
}
#header-content .desktop-menu .contact-nav li .call-box p {
    font-size: 12px;
}