@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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

:root {
  --primary-bg-color: #ffffff;
  --primary-theme-color: #ee1f23;
  --black: #000;
  --white: #fff;
  --main-color: #1d2355;
  --black-color: 0, 0, 0;
  --white-color: 255, 255, 255;
  --font-awesome: "Font Awesome 6 free";
}

/* home page start */

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topbar a {
  padding: 10px;
  color: var(--primary-theme-color);
  font-size: 20px;
  font-weight: 600;
}

.navbar {
  padding: 0;
  height: 150px;
}

.banner_section .navbar li a {
  color: var(--primary-bg-color);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.banner_section .left_content {
  padding: 50px 0;
  position: relative;
}

.banner_section .left_content h1 {
  color: var(--primary-bg-color);
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
}

.banner_section .left_content p {
  color: var(--primary-bg-color);
}

.banner_section {
  position: relative;
}

.banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 350px;
  align-items: start;
  padding-left: 125px;
}

.custom_btn {
  background: var(--primary-theme-color);
  color: #ffffff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 0%;
  border: none;
}

.custom_btn:hover {
  background: var(--primary-theme-color);
  color: #ffffff;
}

.what_we_do_section {
  padding: 40px 0;
}

.what_we_do_section .what_we_do_section h2 {
  color: var(--main-color);
  font-weight: 600;
  font-size: 30px;
}

.what_we_do_section .what_we_do_section p {
  color: var(--main-color);
  font-weight: 500;
  text-align: justify;
}

.what_we_do_section .services_box img {
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
}

.what_we_do_section .services_box .service_image p {
  background: var(--primary-theme-color);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}

.why_us_section {
  background: #e5e6e6;
  padding: 75px 0;
}

.why_us_section .why_us_heading h2 {
  color: var(--main-color);
  font-weight: 600;
  font-size: 30px;
}

.why_us_ico h4 {
  text-align: center;
  color: var(--main-color);
  font-weight: 600;
  font-size: 28px;
}

.why_us_ico p {
  text-align: center;
  color: var(--main-color);
  font-size: 20px;
}

.footer_section {
  background: var(--primary-theme-color);
  padding: 75px 0;
}

.foot_box {
  color: #ffffff;
}

.footer_left h3{
  font-weight: 700;
}

.phone_num {
  text-align: end;
}