/*body.pace-running::before {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  background-color: #ff002478;*/
/*  content: "";*/
/*  z-index: 90;*/
/*}*/

.margin-bottom {
  margin-bottom: 35px;
}

.margin-top {
  margin-top: 35px;
}

.padding-top {
  padding-top: 100px !important;
}

.padingTop {
  padding-top: 50px;
}

.pading {
  padding: 33px 0vw 0 0vw !important;
}

.box-pading {
  padding: 19px 20px !important;
}

.features-form {
  background-color: #fff;
  width: 65%;
  margin: 0px auto;
  padding: 102px 10px 0px 10px;
  border-radius: 15px;
}

.borderPad {
  height: auto !important;
  min-height: 55px !important;
  background-color: #fff !important;
}

.label {
  font-size: 13px;
  font-weight: 600;
}

::placeholder {
  font-size: 14px;
}

.newsletter-area-2 {
  position: relative;
  z-index: 8;
}

.newsletter-wrapper {
  padding: 20px 70px 45px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.newsWrapper {
  padding: 11px 47px 0px;
}

.section-title-2 .title {
  font-size: 47px;
  line-height: 54px;
}

.section-title-2 .line {
  width: 150px;
  background: 0 0;
  border: 1px solid #07294d;
  margin-top: 25px;
}

.section-title-2 p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #07294d;
  margin-top: 25px;
}

.newsletter-form {
  position: relative;
}

.single-form {
  margin-top: 30px;
}

.single-form textarea {
  height: 120px;
  padding-top: 15px;
  resize: none;
}

.single-form input,
.single-form textarea {
  width: 100%;
  padding: 0 20px;
  border: 1px solid #dbdbdb;
  font-weight: 500;
  font-size: 16px;
  color: #303030;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.newsletter-form a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.form-div {
  width: 50%;
  margin: 10px auto;
}

.contactCard {
  position: relative;
  padding: 35px 0vw !important;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
  overflow: hidden;
}

.banner-content .title {
  color: #000;
  font-weight: 700;
  font-size: 76px;
}

.single-contact-info .info-icon i {
  font-size: 24px;
  color: #07294d;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}

.single-contact-info .info-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-contact-info .info-content .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #0c8b51;
}

.move-up {
  margin: 0;
  margin-top: -7px;
}

.single-contact-info .info-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
}
.contact-area .single-contact-info {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  border: solid 1px #e5dcdc;
  padding: 5px 20px;
  border-radius: 5px;
  min-height: 150px;
  align-items: center;
}
.anchor {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.container.content {
  width: 81%;
  margin: 2px auto;
}

.section-title {
  margin-bottom: 51px;
}

.section-title .subtitle.subtitle-thumb {
  padding-left: 25px;
}

.section-title .subtitle {
  position: relative;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 500;
  /* color: #fff; */
  margin-bottom: 14px;
  display: inline-block;
}

.section-title .title {
  font-weight: 600;
  font-size: 40px;
  font-family: var(--body-font);
  color: #292929;
  margin-bottom: 23px;
}

.section-title .subtitle.subtitle-thumb:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.section-title .subtitle.subtitle-thumb:after {
  content: "";
  position: absolute;
  background: #000;
  height: 10px;
  width: 10px;
  top: 0;
  left: 0;
}

.single-service {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.46);
  background: #fff;
  padding: 32px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
}

.single-service .thumb {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.32);
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 90px;
  background: #fff;
}

.single-service .service-details h5 {
  font-weight: 600;
  color: #292929;
  margin: 34px 0 15px;
}

.single-service .service-details p {
  color: #5a6471;
  margin-bottom: 32px;
  transition: all 0.3s ease-in;
}

.width {
  width: 90%;
}

.hover:hover {
  background-color: rgb(176, 19, 19);
  cursor: pointer;
}

.hover:hover .thumb {
  border-radius: 50%;
}

.hover:hover h5 a,
.hover:hover p {
  color: #fff !important;
}

header.style-14 {
  padding-top: 105px;
}

.no-padding {
  padding-left: 0px;
}

.testimonials.style-14 {
  position: relative;
  background-color: #ecf0f3;
}

.section-padding {
  padding: 35px 0;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.testimonials.style-14 .testi-card {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 50px 40px;
  max-width: 300px;
}

.testimonials.style-14 .testi-card .info .stars {
  color: #cc2131;
  margin-bottom: 10px;
}

.testimonials.style-14 .testi-card .info .text {
  font-size: 18px;
  color: #171717;
  margin-bottom: 20px;
  line-height: 1.7;
}

.testimonials.style-14 .testi-card .info h6 {
  font-size: 18px;
  color: #171717;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-padding.no-background {
  background-color: #fff !important;
  padding: 70px 0 !important;
}

.font-size {
  font-size: 23px;
  margin: 50px 0px 20px;
}

.less-padding {
  padding: 40px 7vw !important;
}

.borderRadius {
  border-radius: 20px;
}

.inf > h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
}

.col-lg-4 a {
  width: 100%;
}

p.width {
  width: 200px;
  text-align: center;
  display: none;
}

h2.font {
  font-size: 22px;
  font-weight: 700;
}

.single-work {
  box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.46);
  background: #fff;
  position: relative;
  padding: 74px 20px 40px;
  margin-bottom: -50%;
  transition: all 0.3s ease-in;
}

.single-work .work-icon {
  box-shadow: 0px 8px 32px 0px rgba(204, 204, 204, 0.17);
  background: #fff;
  height: 90px;
  width: 107px;
  position: absolute;
  margin-left: -53px;
  line-height: 90px;
  left: 50%;
  top: -45px;
}

.single-work h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 11px;
}

.section-title .title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 23px;
}

.col-md-6,
.col-lg-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.work-area {
  background: #cc2131;
  margin-bottom: 200px;
  padding-top: 35px;
}

.section-title p {
  color: #768495;
  font-weight: 400;
  margin-bottom: 32px;
}

.work-area .section-title {
  margin-bottom: 100px;
}

.single-work p {
  color: #5a6471;
  margin-bottom: 26px;
}

.section-title-2 p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 25px;
}

.single-work:hover {
  box-shadow: 0px 2px 0px 0px rgba(204, 204, 204, 0.46);
}

.contact-card.pad {
  padding: 50px 75px 120px 4vw !important;
}

.btn.hover-shadow {
  margin-bottom: 20px;
}

header.style-14 .img img {
  max-width: 85%;
}

section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

.divider.divider-small {
  margin: 22px auto;
  background: 0 0;
}

.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background: rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  clear: both;
}

.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}

.appear-animation-visible {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

h4.card-title {
  font-weight: 700;
}

p.card-text {
  color: #777;
  font-size: 14px;
}

.overflow-hidden h3 {
  color: #969696 !important;
  font-weight: 600;
  font-size: 1.2em;
}

.col h2.font-weight-bold {
  color: #212529 !important;
  font-weight: 700;
}

.col p.font-weight-medium {
  color: #777;
  font-size: 1.1em;
}

.py-5 .card {
  margin-bottom: 30px;
}

.divider.divider-small hr {
  width: 50px;
  height: 3px;
  height: 6px;
  opacity: 1;
  border-radius: 4px;
  background-color: #cc2131 !important;
}

.py-5 .card .card-body {
  background: #f2ecec;
}

.py-5 .card .card-body:hover {
  border-top: 5px solid #cc2131;
  transition: 0.5s all ease;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: -15px;
}

.single-price {
  box-shadow: 0px 12px 24.3px 2.7px rgba(238, 238, 238, 0.78);
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}

.single-price .pricing-details {
  background: #dc3545;
  padding: 15px 1px;
  border-radius: 9px 9px 0 0;
  transition: all 0.3s ease-in;
}

.single-price .pricing-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 0px;
}

.single-price .pricing-details .pricing-cost {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 2px;
}

.single-price .pricing-details .pricing-subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font);
  position: relative;
  display: inline-block;
  padding-bottom: 17px;
}

.single-price .pricing-details .pricing-subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  width: 200px;
  background: #fff;
  left: -50%;
  margin-left: -25px;
}

.single-price .pricing-details .pricing-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--heading-font);
  margin-bottom: 3px;
}

.single-price .pricing-list li {
  margin-bottom: 22px;
  position: relative;
}

.single-price .pricing-list li a {
  color: #768495;
}

.single-price .pricing-list li:after {
  position: absolute;
  content: "";
  background: #e0e0e0;
  height: 1px;
  width: 100px;
  bottom: -9px;
  left: 50%;
  margin-left: -50px;
}

.home-color {
  color: #fff !important;
}

.noMarginPad {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.apply_loan {
  background-image: url(../backend/images/bg-01.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding: 128px 0;
  background-size: cover;
  background-position: center;
}

.apply_loan .overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 153, 0.6);
  opacity: 0.6;
  z-index: 0;
}

.apply_loan .loan_text h3 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 56px;
  text-align: left !important;
}

.btn.btn-blue {
  background: #cc2131;
}

.apply_loan .btn {
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(55, 125, 255, 0.25);
  height: 55px;
  line-height: 55px;
  padding: 0 70px;
  transition: all 0.3s ease-in;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.appear-animation-visible {
  opacity: 1;
}

.pricing-header {
  padding-bottom: 32px;
  border-bottom: 1px dashed #c0c0c5;
}

.pricing-header .package-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.pricing-feature-list li {
  font-size: 15px;
  padding: 5px 0;
}

.padding {
  padding: 1.5rem !important;
  margin-top: 10px;
}

.rounded-custom {
  border-radius: 1rem !important;
}
.custom-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
}
.single-pricing-wrap {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.owl-item {
  /* margin-right: 50px; */
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .features-form {
    width: 90%;
  }
  .features.style-14 .content {
    padding: 45px 5vw 0 5vw;
  }

  .newsWrapper {
    padding: 0px;
  }
  .newsletter-area-2 {
    padding-bottom: 47px !important;
  }

  .about.style-14 .img .play_ptn {
    left: 50%;
  }

  a.btn.hover-shadow.anchor {
    margin-bottom: 30px;
    margin-top: 0px !important;
  }

  .padding-top {
    padding-top: 50px !important;
  }

  .section-padding {
    padding: 20px !important;
  }

  .navbar.style-14 {
    position: relative;
  }

  header.style-14 {
    padding-top: 0px !important;
  }

  .single-work {
    margin-bottom: 25% !important;
  }

  header.style-14 .info .down_store .btns a {
    max-width: 134px;
  }

  .work-area {
    margin-bottom: 0px;
  }

  header.style-14 .img img {
    max-width: 100% !important;
  }

  .foot-info {
    margin-top: 30px;
  }

  .about.style-14 .img {
    margin-bottom: 45px;
  }

  .apply_loan .loan_text h3 {
    font-size: 30px !important;
    text-align: center !important;
  }

  .apply_loan .btn {
    font-size: 12px;
    margin-top: 40px;
    padding: 0 37px;
  }

  .apply_loan {
    padding: 80px 0;
  }

  .testimonials-slider14 .swiper-container {
    overflow: hidden !important;
  }

  .owl-item {
    margin-right: 3px !important;
  }

  .col p.font-weight-medium {
    font-size: 12px !important;
  }
}
