@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --poppins: "Poppins", sans-serif;
  --inter: "Inter", sans-serif;
  --red: #e91e25;
  --white: #fff;
  --gray: #475467;
  --beige: #f9eed5;
  --dark-beige: #f8ebd3;
  --green: #3cab900f;
}

html,
body {
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
strong,
label,
ul,
li,
a {
  margin-bottom: 0;
  text-decoration: none;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--inter);
}

p,
span,
ul,
li,
label,
span {
  font-family: var(--poppins);
}
/* login */
.login_Sec .forgot_box {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.login_Sec label {
  color: #000;
  font-size: 14px;
}
.login_Sec h2.heading {
  font-size: 35px;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
  font-family: var(--inter);
  border-bottom: 1px solid var(--red);
}
.login_Sec .service_Content {
  min-height: 100%;
}
.login_Sec .red_btn {
  background: var(--red);
  width: -webkit-fill-available;
  color: #fff;
  border-radius: 6px;
}
.login_Sec a {
  color: var(--gray);
  font-size: 14px;
}
/* all */
.padding_70 {
  padding: 70px 0px;
}

.text_red {
  color: var(--red);
}
.bg_red {
  background: var(--red);
  color: #fff;
}
.bg_beige {
  background: var(--dark-beige);
  color: #000;
}
.white_btn {
  border-radius: 0;
  width: max-content;
  padding: 14px 30px;
  background: var(--beige);
  color: #000;
  font-size: 14px;
  line-height: 20px;
  border: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--inter);
  border-radius: 30px;
  gap: 10px;
}
.red_btn {
  background: var(--red);
  color: #fff;
}
h2.heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  font-family: var(--inter);
}
p.descrp {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--poppins);
}
.descrp {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--poppins);
}
.footer_cntnt img {
  width: 205px;
}
.layout {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* header */
img.logo_img {
  max-width: 160px;
  width: 100%;
}
.header .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 22px;
  font-family: var(--inter);
}
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active {
  color: #fff;
  background: #ca0f15;
  box-shadow: 0 3px 0px #8b2125;
  font-weight: 600;
  width: max-content;
  padding: 5px 18px;
  border-radius: 7px;
  transition: 0.3s ease;
}

a.nav_call {
  font-size: 22px;
  font-weight: 500;
}
/* banner_Section */
h1.banner_heading {
  font-size: 52px;
  font-family: var(--inter);
  text-align: left;
  line-height: 70px;
  font-weight: 600;
}
.banner_paragraph {
  font-size: 19px;
  font-weight: 400;
  font-family: var(--poppins);
  text-align: left;
}
.banner_btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.carousel-caption {
  right: 33%;
  left: 7%;
  max-width: 45%;
  width: 100%;
  top: 9%;
  color: #fff;
  text-align: left;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.banner_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.navbar-toggler {
  filter: brightness(0) invert(1);
}
/* trusted_Sec */
.trusted_item {
  display: flex;
  gap: 10px;
}
.trusted_item {
  display: flex;
  gap: 10px;
}
.trusted_item p,
.trusted_item span {
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--inter);
  color: #000 !important;
}
.left_trusted_sec {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.right_trusted_sec {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trusted_list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.right_trusted_sec {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust_top_box,
.trust_bottom_box {
  position: absolute;
  width: 33%;
  max-width: 380px;
  color: white;
  padding: 20px;
  border-radius: 12px;
  text-align: start;
}
.trust_top_box {
  top: 0;
  transform: translateY(-9%);
  right: -3%;
}
.trust_bottom_box {
  bottom: 0;
  transform: translateY(-6%);
  left: -3%;
}

.trusted_img.main-img {
  margin: 80px 0;
}

.trusted_img.main-img {
  margin: 80px 0;
}
img.small_trust_img {
  width: 80px;
  margin-bottom: 10px;
}
/* pocket */
.card {
  color: #fff !important;
}
.card-img-overlay {
  position: absolute;
  top: 72px;
  right: 0;
  bottom: 0;
  width: 41%;
  left: 200px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: var(--bs-card-inner-border-radius);
}
/* services */

.service_Content {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 158px;
}
.service_Content a,
.service_Content i {
  color: var(--red);
  font-size: 15px;
  font-family: var(--inter);
  font-weight: 600;
}
.service_Content p.dscp {
  font-size: 14px;
  color: var(--gray);
}
.service_Content .dscp {
  font-size: 14px;
  color: var(--gray);
}
.service_card {
  box-shadow: 0 0 105px #f5f5f5;
}
/* mission_vision */
.mission_vision_sec {
  content: "";
  width: 100%;
  height: 500px;
  background-image: url("../images/mission_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.info_mission {
  padding: 20px 25px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
/* testimonial */
.testimonial_right_sec .item {
  align-items: center;
  background: var(--green);
  color: #000;
  display: flex;
  justify-content: center;
  border-radius: 25px;
}
img.test_profile {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
p.sub_para {
  color: var(--red);
  font-size: 16px;
  font-weight: 600;
}
h3.sub_heading {
  font-size: 24px;
  font-weight: 300;
  word-spacing: 5px;
  width: 71%;
}
.test_profile_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.testimonial_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 34px;
}
.testimonial_right_sec .owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 10%;
  right: 7%;
}
.testimonial_right_sec .owl-theme .owl-nav {
  text-align: center;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  bottom: 10%;
  right: 6%;
}
.testimonial_right_sec .owl-nav button {
  background: transparent !important;
  width: 40px !important;
  height: 42px !important;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
}
.testimonial_right_sec .owl-nav button:hover {
  color: #000;
}
.testimonial_right_sec .owl-nav button span {
  font-size: 27px;
}
.testimonial_left_sec {
  width: 74%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
img.testimonial_qt {
  width: 100%;
  max-width: 55px;
}
/* why choose */
.why_choose_box {
  background: var(--green);
  padding: 23px;
  min-height: 281px;
  border-radius: 15px;
  border: 1px solid var(--beige);
}
.why_choose_box:hover {
  transform: scale(0.9);
  transition: 0.3s ease;
}
/* sub banner */
.sub_banner_content {
  content: "";
  width: 100%;
  height: 265px;
  background-image: url("../images/sub_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
}
.sub_banner_content h1.banner_heading {
  color: #fff;
}
/* blog */
.date {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.blog_card {
  box-shadow: 0 0 2px #f5f5f5;
}
/* gallery */

.main_bnr {
  background: url(../images/banner_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gallery_card {
  position: relative;
}

.gallery_img {
  width: 100%;
  height: 100%;
}

.cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(211, 42, 47, 0.7) 100%
  );
  top: 0;
  left: 0;
  padding: 20px;
}

.gallery_card .cnt h5 {
  font-family: var(--antonio);
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.gallery_card .cnt p {
  font-family: var(--poppins);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

/* faq */

.accordion-item {
  padding: 0 !important;
  border: 1px solid var(--red);
  border-radius: 5px;
  border-top: 0;
}

.accordion-button {
  font-family: var(--inter);
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  background: var(--red);
  color: #fff;
  box-shadow: none !important;
  border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--red);
  border-top: 1px solid var(--red);
}

.accordion-button::after {
  background-image: url(../images/down_arrow.png);
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/down_arrow.png);
  filter: none;
}

.accordion-body {
  color: var(--red);
  padding-top: 0;
}
/* contact */
.contact_infobox {
  padding: 24px;
  gap: 5px;
  align-items: center;
  min-height: 100% !important;
  box-shadow: 0 0 26px #f5f5f5;
  border-radius: 15px;
}
.contact_icons i {
  color: #fff;
  padding: 10px 12px;
  background: var(--red);
  font-size: 20px;
  border-radius: 50%;
}
form.contact_form {
  padding: 60px 46px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 88px #f5f5f5;
}
.contact_map {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 950px;
}
.form_Sec {
  position: absolute;
  bottom: 38px;
  right: 0px;
  left: 0px;
}
label.form-label {
  font-size: 14px;
}
/* footer */

.footer_box ul {
  padding: 0px;
  list-style: none;
}
.footer_box h5 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--inter);
  padding-bottom: 18px;
}
.footer_box a {
  font-size: 15px;
}
.footer_box li {
  padding-bottom: 12px;
}
.footer_box span {
  display: flex;
  gap: 10px;
}
.copyright {
  padding: 20px;
  border-top: 1px solid #888;
  text-align: center;
}
.footer_cntnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links {
  display: flex;
  gap: 10px;
  padding-top: 14px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--inter);
}
.index_contact .red_btn {
  border-radius: 5px;
}
.two_line_clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
