@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
}

a {
  text-decoration: none;
}

/* header area css*/

.nav {
  padding: 0;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar li.nav-item {
  padding: 0 10px;
}

.navbar a.nav-link {
  color: #212121;
  font-weight: 500;
  transition: all 0.2s;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar a.nav-link:hover {
  color: #cf2e2e;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

a {
  color: #cf2e2e;
}

.navbar-brand img {
  width: 80px;
}

.banner-bg {
  background: rgba(18, 17, 17, 0.9) url(img/banner-img.jpg);
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.banner-tittle {
  font-weight: 700;
}

.banner-btn button {
  background-color: #cf2e2e;
  padding: 13px 30px;
  color: #fff;
  border: none;
  font-weight: 500;
  border: #cf2e2e 2px solid;
  transition: all 0.4s;
}

.banner-btn button:hover {
  background-color: transparent;
  border: #cf2e2e 2px solid;
  transition: all 0.4s;
}

h1 {
  font-weight: 700;
}

.h1 {
  font-weight: 700;
}

.card-1 {
  box-shadow: 0px 4px 10px rgba(211, 192, 192, 0.82);
  padding: 20px;
  border-bottom: solid 3px #cf2e2e;
  transition: all 0.4s;
}

.card-1 p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.card-1:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}

.card-1 h4 {
  background-color: #cf2e2e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
}

.subtittle {
  font-weight: 500;
  color: #cf2e2e;
}

.swiper-slide .position-absolute {
  color: #fff;
  top: 55%;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 60px;
  border-radius: 10px;
}

.swiper-slide .overly {
  background-color: rgba(18, 17, 17, 0.31);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  transition: all 0.4s;
  border-radius: 10px;
}

.swiper-slide .position-relative:hover .overly {
  background-color: rgba(10, 9, 9, 0.65);
  transition: all 0.4s;
  border-radius: 10px;
}

.slide-text {
  background-color: rgba(221, 202, 202, 0.47);
  padding: 5px 15px;
  border-radius: 10px;
}

.position-relative img {
  border-radius: 10px;
}

.service-card {
  box-shadow: 0px 4px 10px rgba(211, 192, 192, 0.82);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-20px);
  transition: all 0.3s;
}

.service-card:hover h4 {
  color: #cf2e2e;
  transition: all 0.4s;
}

.service-card img {
  width: 60px;
}

.service-btn button {
  border: none;
  background-color: transparent;
  font-weight: 500;
  color: #cf2e2e;
}

.counter-up div:nth-child(1) {
  color: #000;
  font-size: 52px;
  font-weight: bold;
}

.counter-up div:nth-child(2) {
  font-size: 22px;
  font-weight: 500;
}

.number {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.counter-tittle {
  color: #9a9a9a;
}

.bg-1 {
  background-image: url(img/bg-1.svg);
  color: #fff;
  height: 60vh;
  border-radius: 10px;
}

.success h4 {
  font-size: 70px;
  color: #cf2e2e;
}

.success span {
  font-size: 30px;
  color: #cf2e2e;
}

.card-2 {
  box-shadow: 0px 4px 50px rgba(211, 199, 199, 0.46);
  padding: 30px 0;
  border-radius: 10px;
  margin-top: -22%;
  background-color: #fff;
  width: 90%;
}

.card-2 h6 {
  color: rgba(0, 0, 0, 0.65);
  padding-left: 40px;
}

.choose-card img {
  width: 50px;
}

.choose-card a {
  font-weight: 500;
  color: #cf2e2e;
  transition: all 0.4s;
}

.choose-card:hover a {
  color: #000;
  transition: all 0.4s;
}

.choose-card {
  border: solid 1px rgba(42, 42, 42, 0.13);
  border-radius: 10px;
  padding: 30px 5px;
  box-shadow: 0px 4px 50px rgba(211, 199, 199, 0.46);
  transition: all 0.4s;
}

.choose-card:hover {
  border: solid 1px #cf2e2e;
  transition: all 0.4s;
}

.price-card {
  box-shadow: 0px 4px 50px rgba(211, 199, 199, 0.46);
  padding: 40px;
  border-radius: 10px;
}

.price-card img {
  width: 70px;
}

.price-card ul li {
  font-size: 20px;
}

.btn-2 button {
  border: none;
  background-color: #cf2e2e;
  font-weight: 500;
  color: #fff;
  padding: 15px 40px;
  border: solid 2px #cf2e2e;
  transition: all 0.4s;
}

.btn-2 button:hover {
  background-color: #fff;
  color: #cf2e2e;
  border: solid 2px #cf2e2e;
  transition: all 0.4s;
}

.special-bg .nav-pills .nav-link {
  border-radius: 0;
}

.nav-link {
  color: #000;
  margin-bottom: 10px;
}

.price-card {
  color: #000;
}

.nav-pills .nav-link.active {
  background-color: #cf2e2e;
}

.nav-link:hover {
  color: #cf2e2e;
}

.testimonial img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  border: dotted 5px #fff;
}

.testimonial h4 {
  font-weight: 500;
}

.testimonial-card {
  background-color: #cf2e2e;
  padding: 110px;
  border-radius: 10px;
  color: #fff;
}

.blog-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-card h4 {
  font-weight: 700;
}

.blog-card:hover h4 {
  color: #cf2e2e;
}

.bolg-card img:hover {
}

.blog-text {
  box-shadow: 0px 4px 50px rgba(211, 199, 199, 0.46);
  padding: 30px;
}

.blog-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-img {
  overflow: hidden;
  transition: all 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-img img {
  position: relative;
  display: block;
  transition: all 0.4s linear;
}

.blog-img img:hover {
  transform: scale(1.2);
  transition: all 0.4s linear;
  display: block;
}

.contact-bg {
  background-color: rgba(193, 64, 64, 0.78);
  color: #fff;
}

.blog-form {
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  margin-bottom: 15px;
  border: solid 1px rgb(244, 240, 240);
}

.blog-form:focus {
  box-shadow: none;
  border: none;
}

.form-blog {
  background-color: rgba(255, 255, 255, 0.71);
}

textarea.form-control {
  font-size: 13px;
  padding: 50px 0;
}

.form-blog h5 {
  color: #000;
}

.blog-form:focus {
  border: solid 1px rgba(201, 192, 192, 0.47);
}

textarea.form-control:focus {
  box-shadow: none;
  border-color: rgba(224, 214, 214, 0.91);
}

.form-bg {
  background-color: #cf2e2e;
  padding: 30px;
  border-radius: 10px;
}

.form-blog input {
  padding: 20px;
}

.form-btn button {
  border: none;
  background-color: #fff;
  font-weight: 700;
  color: #cf2e2e;
  padding: 15px 40px;
  border: solid 2px #cf2e2e;
  transition: all 0.4s;
}

.form-btn button:hover {
  color: #cf2e2e;
  border: solid 2px #cf2e2e;
  transition: all 0.4s;
}

.form-bg {
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
}

.contact {
  color: #fff;
  font-size: 20px;
}

.form-icon i {
  font-size: 20px;
  margin-right: 15px;
  border: solid 2px #fff;
  color: #fff;
  padding: 4px 6px;
  border-radius: 5px;
  transition: all 0.3s;
}

.form-icon i:hover {
  background-color: #fff;
  color: #cf2e2e;
  transition: all 0.3s;
}

.bg-contact {
  background-color: #cf2e2e;
  padding: 50px 0;
  border-radius: 10px;
}

.footer-logo {
  width: 90px;
}

.footer-bg {
  background-color: rgba(185, 77, 77, 0.1);
}

.footer-icon i {
  font-size: 20px;
  border: solid 2px #cf2e2e;
  padding: 4px 6px;
  border-radius: 5px;
  transition: all 0.3s;
  color: #cf2e2e;
}

.footer-icon i:hover {
  background-color: #cf2e2e;
  color: #fff;
  transition: all 0.3s;
}

.footer-menu ul li {
  transition: all 0.3s;
}

.footer-menu ul li:hover {
  margin-left: 10px;
  transition: all 0.3s;
}

.f-info {
  transition: all 0.3s;
}

.f-info:hover {
  margin-left: 10px;
  transition: all 0.3s;
}

.choose-img {
  border-top: solid 8px #000;
  border-left: solid 8px #000;
  border-top-right-radius: 30%;
  transition: all 0.3s;
}

.choose-img:hover {
  border-top: solid 8px #cf2e2e;
  border-left: solid 8px #cf2e2e;
  transition: all 0.3s;
}

.blog-bg {
  background: rgba(18, 17, 17, 0.58) url(img/blog-banner.jpg);
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.blog-btn a {
  color: #fff;
}

.blog span a {
  color: rgba(36, 35, 35, 0.67);
}

.blog span p {
  color: rgba(36, 35, 35, 0.67);
}

.blog span i {
  color: #cf2e2e;
}

.tittle {
  font-weight: 700;
  transition: all 0.3s;
}

.tittle:hover {
  color: #cf2e2e;
  transition: all 0.3s;
}

.blog-btn2 {
  border: none;
  background-color: #cf2e2e;
  font-weight: 500;
  color: #fff;
  padding: 15px 30px;

  border: solid 2px #cf2e2e;
  transition: all 0.4s;
}

.blog-btn2:hover {
  background-color: #fff;
  color: #cf2e2e;
  border: solid 2px #cf2e2e;
  transition: all 0.4s;
}

.bg-22 {
  background-color: #cf2e2e;
  color: #fff;
  padding: 20px 30px;
  margin-top: 50px;
  border-radius: 10px;
}

.blog-page {
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  border: none;
}

.blog-page:focus {
  box-shadow: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
}

.blog-page-btn {
  background-color: #cf2e2e;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  border: none;
}

.form-bg2 {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 10px;
}

.Recent-img img {
  width: 90px;
  border-radius: 5px;
}

.recent-post p {
  color: rgba(44, 42, 42, 0.46);
}

.recent-post {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.recent-post h5 {
  font-weight: 500;
}

.categories {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 10px;
}

.categories ul li a {
  color: #000;
}

.tags-bg {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.btn {
  border: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  background-color: #fff;
  color: #000;
}

.social-bg {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.blog-icon i {
  font-size: 20px;
  background-color: #fff;
  padding: 5px 7px;
  border-radius: 10px;
  transition: all 0.3s;
  color: #000;
  justify-content: center;
  align-items: center;
}

.blog-icon i:hover {
  background-color: #cf2e2e;
  color: #fff;
  transition: all 0.3s;
}

.newslatter-bg {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.sub-btn button {
  border: none;
  background-color: #cf2e2e;
  padding: 13px;
  color: #fff;

  font-weight: 500;
}

.blog-Information {
  color: #cf2e2e;
}
.blog a {
  font-size: 12px;
}
.blog p {
  font-size: 12px;
  padding-top: 5px;
}
.team-img img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: rgba(212, 187, 187, 0.23);
}

.team-details {
  background-color: #cf2e2e;
  color: #fff;
  border-radius: 3px;
}

.team-details p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.team-bg {
  background-color: #f4f4f4;
}

.team-img .icon {
  right: 15px;
  top: 15px;
}
.team-img .dropbtn {
  background-color: transparent;
  padding: 16px;
  font-size: 20px;
  border: none;
  color: #cf2e2e;
}
.team-img .dropdown {
  position: relative;
  display: inline-block;
}
.team-img .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 50px;
  text-align: center;
}
.team-img .dropdown-content a {
  color: rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: #cf2e2e;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: transparent;
}
.team-details2 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(191, 29, 29, 0.33);
}
.member-details p {
  color: rgba(0, 0, 0, 0.72);
}
.team-details2 ul li a {
  color: #000;
  transition: all 0.3s;
}
.team-details2 ul li a:hover {
  color: #cf2e2e;
  transition: all 0.3s;
}
.team-icon i {
  border: solid 2px rgba(212, 201, 201, 0.44);
  padding: 4px 6px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.59);
  transition: all 0.3s;
}
.team-icon i:hover {
  background-color: #cf2e2e;
  color: #fff;
  border: solid 2px #cf2e2e;
  transition: all 0.3s;
}
.team-details-bg {
  box-shadow: 0px 4px 50px rgba(211, 199, 199, 0.46);
  padding: 80px;
  border-radius: 10px;
  margin-left: 20%;
}

.about-banner {
  background: rgba(39, 37, 37, 0.9) url(img/service-banner-img.jpg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.service-bg {
  background: rgba(39, 37, 37, 0.9) url(img/service-banner-img.jpg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.service img {
  border-radius: 10px;
}
.service-img-bg {
  background-color: rgba(181, 119, 119, 0.25);
  padding: 80px;
}
.progress {
  background: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 100%;
}
.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #000;
  border-radius: 100px;
  background: #000;
  height: 17px;
  width: 0;
  color: #fff;
  text-align: end;
}
.prog-2 .progress-value {
  animation: load2 3s normal forwards;
  background-color: green;
}

.prog-3 .progress-value {
  animation: load3 3s normal forwards;
  background-color: #cf2e2e;
}
@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 49%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 95%;
  }
}
.service-img2 {
  background-color: rgba(177, 100, 100, 0.56);
  border-radius: 10px;
}
.about-page {
  font-size: 60px;
  color: #cf2e2e;
}
.about-page-btn a {
  color: #fff;
}
.about-page-img img {
  border-radius: 10px;
}
.team-btn {
  background-color: #cf2e2e;
  border-color: transparent;
  color: #fff;
  padding: 13px 30px;
  border-radius: 10px;
  font-weight: 600;
}

.contact-form-btn button {
  background-color: #cf2e2e;
  color: #fff;
  border-color: transparent;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 20px;
  transition: all 0.3s;
}
.contact-form-btn button:hover {
  background-color: #fff;
  border: solid 2px #cf2e2e;
  color: #cf2e2e;
  transition: all 0.3s;
}
.contact-bg {
  background-color: #f4f4f4;
  color: #000;
}
.contact-tittle {
  color: #000;
}
.form-check-label {
  color: rgba(47, 43, 43, 0.72);
}
.contact-form2 a {
  color: rgba(77, 59, 59, 0.83);
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
}
.contact-form2 i {
  padding-left: 60px;
  padding-right: 10px;
}
.contact-form2 i:hover {
  color: #cf2e2e;
}

.contact-form3 a {
  color: rgba(77, 59, 59, 0.83);
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
}
.contact-form3 i {
  padding-left: 75px;
  padding-right: 10px;
}
.contact-form3 i:hover {
  color: #cf2e2e;
}

.cont-icon {
  background-color: #fff;
  padding: 10px 19px;
  border-radius: 2px;
  transition: all 0.3s;
}
.cont-icon:hover {
  color: #cf2e2e;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }

  .team-details-bg {
    margin-left: 0;
  }
  .card-2 {
    margin-left: 0;
  }

  .testimonial-card {
    padding: 20px;
  }

  .d-flex.testimonial {
    display: block !important;
  }

  .swiper-slide .position-absolute {
    top: 20%;
    padding: 30px;
  }

  .service-img-bg {
    padding: 20px;
  }
}
