@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;500;600;700;800&family=Lexend+Deca:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Kumbh Sans", sans-serif;
}
ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
p {
  margin-bottom: 0;
}
a {
  text-decoration: none !important;
}
.custom-logo {
  width: 200px;
}
.current_page_item  a{
  color: #d90429 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Lexend Deca", sans-serif;
}
p,
a {
  font-family: "Kumbh Sans", sans-serif;
}
p {
  color: #444;
}
header.main-header {
  padding: 10px 0;
  background: #fff;
}
.theme {
  gap: 50px;
  align-items: center;
}
.theme li.nav-item a.nav-link.active {
  color: #d90429;
}
.theme li.nav-item a.nav-link {
  color: black;
  font-weight: 500;
  cursor: pointer;
}
.theme li.nav-item a.nav-link:hover {
  color: #d90429;
}
.btn.btn-theme {
  padding: 12px 30px;
  border-radius: 8px;
  background: #0090ff;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
}
section {
  padding: 70px 0;
}
section.hero-section {
  background-size: cover!important;
  background-position: center!important;
  color: #fff;
  text-align: center;
  height: 700px;
  display: flex;
  align-items: center;
}
section.hero-section.about {
  background-size: cover!important;
  background-position: center!important;
  color: #fff;
  text-align: center;
  height: 500px;
}
section.hero-section.service {
  background-size: cover!important;
  background-position: center!important;
  color: #fff;
  text-align: center;
  height: 500px;
}
section.hero-section.gallery {
  background-size: cover!important;
  background-position: center!important;
  color: #fff;
  text-align: center;
  height: 500px;
}
section.hero-section.testi {
  background-size: cover!important;
  background-position: center!important;
  color: #fff;
  text-align: center;
  height: 500px;
}
section.hero-section.contact {
  background-size: cover!important;
  background-position: center!important;
  color: #fff;
  text-align: center;
  height: 500px;
}
span.red-text {
  border-radius: 2px;
  background: #d90429;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h1.h1-main-title {
  color: #fff;
  text-align: center;
  font-family: Lexend Deca;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px; /* 111.429% */
  text-transform: capitalize;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
h1.h1-main-title span {
  color: #0090ff;
}
p.hero-text {
  color: #fff;
  text-align: center;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  width: 46%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.dash-title-wrapper {
  color: #d90429;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.dash {
  width: 20px;
  height: 2px;
  background: #d90429;
}
.dash-title-wrapper .title {
  color: #d90429;
  font-family: Kumbh Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.btn-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
h2.h2-title {
  color: #051d3e;
  font-family: Lexend Deca;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 15px;
}
p.norm-text {
  color: #444;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.icon-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.icon-text-wrapper .icon img {
  width: 20px;
}
.icon-text-wrapper .text {
  color: #051d3e;
  font-family: Kumbh Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.col-wrapper {
  padding: 10px 0px 10px 55px;
}
section.services {
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 25%,
    rgba(9, 13, 48, 1) 0%
  );
  color: #fff;
}
.dash-title-wrapper.center {
  justify-content: center;
}
h2.h2-main-title.white.center {
  text-align: center;
  color: #fff;
  font-family: Lexend Deca;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.card-th {
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card-th .card-img {
  width: 100%;
}
.card-th .card-img img {
  width: 100%;
}
.card-content {
  padding: 20px 20px;
  text-align: center;
}
h4.card-th-title {
  color: #051d3e;
  text-align: center;
  font-family: Lexend Deca;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 154.545% */
  letter-spacing: -0.22px;
}
p.card-text {
  color: #444;
  text-align: center;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.card-dash span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #0090ff;
}
h2.h2-main-title {
  color: #051d3e;
  font-family: Lexend Deca;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  width: 80%;
  margin-bottom: 30px;
}
.counter {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
}
.counter-icon img {
  width: 80px;
}
.counter-content {
  display: flex;
  flex-direction: column;
}
span.counter-title {
  color: #051d3e;
  font-family: Lexend Deca;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
span.counter-text {
  color: #0090ff;
  font-family: Kumbh Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  text-transform: capitalize;
}
span.counter-title span {
  font-weight: 400;
}
.ps-l-col-wrapper {
  border-right: 2px solid #c2c3c6;
  padding-right: 50px;
}
.ps-r-col-wrapper {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
h2.h2-main-title.center {
  text-align: center;
  margin: 0 auto;
}
.card-testi {
  border-radius: 8px;
  border: 1px solid rgba(68, 68, 68, 0.3);
  padding: 25px 30px;
  margin-bottom: 25px;
}
section.h-contact-us {
  background: url(../images/home/homepage-slicing/banner2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.red{
  background-color: #da042a;
}
.white-wrapper {
  padding: 100px 25px;
}
.white-wrapper .dash-title-wrapper {
  color: #fff;
}
.white-wrapper .dash-title-wrapper .dash {
  background: #fff;
}
.white-wrapper .dash-title-wrapper .title {
  color: #fff;
}
.white-wrapper p.norm-text {
  color: #fff;
}
h2.h2-main-title.white {
  color: #fff;
}
.btn.btn-theme.white {
  background: #fff;
  color: #d90429;
}
.card-header-testi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.card-header-testi .header-content h3.title {
  color: #051d3e;
  text-align: center;
  font-family: Lexend Deca;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 154.545% */
  letter-spacing: -0.22px;
}
.card-header-testi .header-icon img {
  width: 50px;
}
p.card-testi-text {
  color: #444;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-content .profile-name {
  color: #042526;
  text-align: center;
  font-family: Lexend Deca;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.profile-des {
  color: #0090ff;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.working-process-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.card-circle {
  text-align: center;
}
.card-circle .card-circle-img {
  margin-bottom: 20px;
}
.card-circle .card-circle-img img {
  width: 250px;
}
.card-circle-title {
  color: #051d3e;
  text-align: center;
  font-family: Lexend Deca;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 154.545% */
  letter-spacing: -0.22px;
  margin-bottom: 10px;
}
p.card-circle-text {
  color: #444;
  text-align: center;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 80%;
  margin: 0 auto;
}
.relate-icon img {
  width: 80px;
}
.relate-icon {
  margin-top: -140px;
}
footer.main-footer {
  padding-top: 50px;
  background: #090d30;
}
p.footer-text {
  color: #b7bdd4;
  font-family: Kumbh Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 80%;
}
ul.social-icon-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
h3.footer-title {
  color: #fff;
  font-family: Lexend Deca;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}
ul.links li a {
  color: #b7bdd4;
  font-family: Kumbh Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.contact-icon img {
  margin-right: 20px;
  width: 20px;
}
a.card-th {
  display: block;
  cursor: pointer;
}
footer.main-footer .container:last-child {
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 40%);
  text-align: center;
}
p.copy-right {
  color: #b7bdd4;
  font-family: Kumbh Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
h2#headingOne button.accordion-button {
  background: rgba(224, 242, 255, 0.6) !important;
  border-bottom: 0 !important;
  box-shadow: none;
  color: #051d3e;
  font-family: Lexend Deca;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 272.727% */
  text-transform: capitalize;
}
div#collapseOne {
  background: rgba(224, 242, 255, 0.6) !important;
}
.accordion-item {
  border: 0 !important;
  border-radius: 15px !important;
}
div#accordionExample {
  border-radius: 15px;
  overflow: hidden;
  position: sticky;
  top: 20px;
}
ul.services-list li a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  color: #051d3e;
  font-family: Kumbh Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
ul.services-list li a:hover {
  color: #0090ff;
}
ul.services-list li span {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  color: #051d3e;
  font-family: Kumbh Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}
ul.services-list li span:hover {
  color: #0090ff;
}
ul.services-list li:last-child a {
  border: 0;
}
.emergency {
  display: block;
  background: #d90429;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  border-radius: 15px;
}
.emergency .img {
  margin-bottom: 20px;
}
.emergency .img img {
  width: 100%;
}
.emergency .content .title {
  font-family: Lexend Deca;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 272.727% */
  text-transform: capitalize;
}
.emergency .content .text {
  color: #fff;
  text-align: center;
  font-family: Lexend Deca;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
  text-transform: capitalize;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
div#nav-tab {
  margin-bottom: 60px;
  border: 0;
  justify-content: center;
  gap: 30px;
}
div#nav-tab .nav-link.active {
  border-radius: 8px;
  background: #0090ff;
  color: #fff;
  font-family: Lexend Deca;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  padding: 5px 20px;
}
div#nav-tab .nav-link {
  border-radius: 8px;
  background: rgba(224, 242, 255, 0.6);
  color: #0090ff;
  font-family: Lexend Deca;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  padding: 5px 20px;
}
.form-control {
  border-radius: 8px !important;
  border: 1px solid rgba(68, 68, 68, 0.3);
  padding: 15px 15px !important;
  color: #444;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.card-info {
  border-radius: 10px;
  background: var(--Secondary-color, #d90429);
  padding: 30px 40px;
  color: #fff;
}
.info-title {
  color: #fff;
  font-family: Lexend Deca;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 132.143% */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.info-weg {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.weg-content .title {
  color: #fff;
  font-family: Lexend Deca;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}
.weg-content .text {
  color: #fff;
  font-family: Kumbh Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.info-weg:last-child {
  border-bottom: 0;
}
section.mobo-h-contact-us {
  display: none;
}
section.h-contact-us {
  display: block;
}
.emergency.mobo {
  display: none;
}

@media screen and (max-width: 1200px) {
  .theme {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  div#accordionExample {
    position: static;
  }
  h1.h1-main-title {
    font-size: 50px;
    line-height: 60px;
  }
  p.hero-text {
    width: 65%;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
  .col-wrapper {
    padding: 0;
    margin-bottom: 30px;
  }
  section.services {
    background: rgba(9, 13, 48, 1);
  }
  .ps-l-col-wrapper {
    border-bottom: 2px solid #c2c3c6;
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .ps-r-col-wrapper {
    padding-left: 0;
  }
  section.hero-section {
    background: url(../images/home/homepage-slicing/b1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 600px;
    display: flex;
    align-items: center;
  }
  section.hero-section.about {
    background: url(../images/home/homepage-slicing/b2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 350px;
  }
  section.hero-section.service {
    background: url(../images/home/homepage-slicing/b3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 350px;
  }
  section.hero-section.gallery {
    background: url(../images/home/homepage-slicing/b4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 350px;
  }
  section.hero-section.testi {
    background: url(../images/home/homepage-slicing/b5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 350px;
  }
  section.hero-section.contact {
    background: url(../images/home/homepage-slicing/b6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 350px;
  }
  section.h-contact-us {
    background: url(../images/home/homepage-slicing/banner-center.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 600px;
  }
  .white-wrapper {
    padding: 100px 0;
  }
  section.mobo-h-contact-us {
    display: block;
    padding: 0;
  }
  section.h-contact-us {
    display: none;
  }
  .contact-img img {
    width: 100%;
  }
  .mobo-content {
    background: #d90429;
  }
  .relate-icon {
    display: none;
  }
  .working-process-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .card-circle {
    margin-bottom: 30px;
  }
  .emergency.mobo {
    display: block;
    margin-top: 30px;
  }
  .emergency {
    display: none;
  }
  .rounded-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  section.hero-section {
    height: auto;
    padding: 32px 0;
  }
  h1.h1-main-title {
    font-size: 35px;
    line-height: 45px;
    width: 100%;
  }
  p.hero-text {
    width: 100%;
  }
  h2.h2-title {
    font-size: 28px;
    line-height: 38px;
  }
  .arrow-icon img {
    width: 80px;
  }
  h2.h2-main-title {
    font-size: 28px;
    line-height: 38px;
  }
  .card-header-testi .header-content h3.title {
    text-align: left;
    font-size: 17px;
    line-height: 20px;
  }
  .white-wrapper {
    padding: 50px 0;
  }
  span.counter-title {
    font-size: 32px;
    line-height: 42px;
  }
  h2.h2-main-title.white.center {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
  }
  p.copy-right {
    font-size: 14px;
    line-height: 30px;
  }
  section.services {
    padding: 70px 30px;
  }
  section.testimonials {
    padding: 20px 0;
  }
  div#nav-tab {
    gap: 10px;
    margin-bottom: 30px;
  }
  div#nav-tab .nav-link.active {
    padding: 0px 12px;
    font-size: 11px;
  }
  div#nav-tab .nav-link {
    font-size: 11px;
    padding: 0px 12px;
  }
  section.gallery-tabs {
    padding: 30px 0;
  }
}

.baby-blue-background{
  background-color: #EDF7FF;;
}



/* contact form 7 */

/* .wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    width: auto;
    max-width: 100%;
}

input.wpcf7-form-control {
  padding: 10px;
  border-radius: 7px;
} */

.post, .page{
  margin: 0;
}