@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

:root {
  --font-family: "Roboto", Arial, sans-serif;
  --primary: #155bd5;
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
  --black: #1d1d1d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-4: #e0e0e0;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --shadow: 0 8px 24px rgba(18, 59, 117, 0.09);
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
}

img {
  max-width: 100%;
}

.row > * {
  min-width: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--black);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  margin: 0;
  color: var(--dark-3);
  line-height: 1.5;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  color: inherit;
}

.navbar-area.navbar-nine {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: var(--primary);
}

.navbar-area.navbar-nine.sticky {
  position: fixed;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.navbar-area.navbar-nine .navbar {
  position: relative;
  padding: 18px 0;
  border-radius: 5px;
}

.navbar-area.navbar-nine .navbar-brand {
  padding: 0;
}

.navbar-area.navbar-nine .navbar-brand img {
  width: 190px;
  height: 50px;
  object-fit: contain;
  padding: 6px 10px;
  border-radius: 4px;
  background: var(--white);
}

.navbar-area.navbar-nine .navbar-toggler {
  width: 38px;
  height: 38px;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  box-shadow: none;
}

.navbar-area.navbar-nine .navbar-toggler .toggler-icon {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: var(--white);
}

.navbar-area.navbar-nine .navbar-nav {
  margin-left: 70px;
}

.navbar-area.navbar-nine .navbar-nav .nav-item {
  position: relative;
  margin-right: 32px;
}

.navbar-area.navbar-nine .navbar-nav .nav-item a {
  position: relative;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
}

.navbar-area.navbar-nine .navbar-nav .nav-item a.active,
.navbar-area.navbar-nine .navbar-nav .nav-item a:hover {
  color: var(--white);
}

.navbar-area.navbar-nine .navbar-btn .menu-bar {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: var(--white);
  font-size: 24px;
}

.header-eight {
  padding: 145px 0 90px;
  background: var(--primary);
}

.header-eight .header-content h1 {
  max-width: 620px;
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.header-eight .header-content p {
  max-width: 650px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: break-word;
}

.header-eight .button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.header-eight .primary-btn {
  min-width: 156px;
  background: var(--white);
  color: var(--primary);
}

.header-eight .primary-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.header-eight .video-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-weight: 800;
}

.header-eight .video-button .icon-btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  letter-spacing: 0;
}

.header-eight .header-image {
  padding-left: 20px;
}

.header-eight .header-image img {
  width: 100%;
  height: 458px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.about-five {
  padding: 100px 0;
  background: var(--light-3);
}

.about-image-five {
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.about-image-five .dot-shape {
  position: absolute;
  top: -28px;
  left: 12px;
  z-index: -1;
  width: 120px;
  height: 120px;
  opacity: 0.7;
  background-image: radial-gradient(#d5d5d5 1.5px, transparent 1.5px);
  background-size: 14px 14px;
}

.about-image-five img {
  width: 100%;
  height: 506px;
  object-fit: cover;
}

.about-five-content {
  padding-left: 35px;
}

.about-five-content .small-title {
  position: relative;
  margin-bottom: 18px;
  padding-left: 28px;
  color: var(--black);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-five-content .small-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--primary);
  content: "";
  transform: translateY(-50%);
}

.about-five-content .main-title {
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 1.22;
}

.about-five-content .about-five-tab nav {
  padding: 12px;
  border-radius: 4px;
  background: #efefef;
}

.about-five-content .about-five-tab nav .nav-tabs {
  border: 0;
}

.about-five-content .about-five-tab nav button {
  margin-right: 14px;
  padding: 12px 20px;
  border: 0;
  border-radius: 4px;
  background: var(--white);
  color: var(--black);
  font-weight: 800;
}

.about-five-content .about-five-tab nav button.active,
.about-five-content .about-five-tab nav button:hover {
  background: var(--primary);
  color: var(--white);
}

.about-five-content .about-five-tab .tab-content {
  padding-top: 28px;
}

.about-five-content .about-five-tab .tab-content p {
  margin-bottom: 18px;
}

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

.section-title h6 {
  display: inline-flex;
  min-width: 110px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--primary);
  border-radius: 50px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

.section-title h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.section-title p {
  max-width: 560px;
  margin: 0 auto;
}

.services-eight {
  padding: 100px 0 70px;
  background: var(--white);
}

.services-eight .single-services {
  min-height: 272px;
  margin-bottom: 30px;
  padding: 36px 28px;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  background: var(--white);
  transition: all 0.25s ease;
}

.services-eight .single-services:hover {
  box-shadow: var(--shadow);
}

.services-eight .single-services .service-icon {
  position: relative;
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  color: var(--primary);
  font-size: 32px;
}

.services-eight .single-services .service-icon::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--primary-light);
  content: "";
}

.services-eight .single-services .service-content h4 {
  margin-bottom: 16px;
  font-size: 20px;
}

.sectors-area {
  padding: 90px 0 70px;
  background: var(--light-3);
}

.sector-card {
  min-height: 190px;
  margin-bottom: 30px;
  padding: 30px 24px;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  background: var(--white);
}

.sector-card h4 {
  margin-bottom: 14px;
  color: var(--primary);
  font-size: 19px;
}

.call-action {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: var(--primary);
}

.call-action::before,
.call-action::after {
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.call-action::before {
  top: -145px;
  left: -80px;
}

.call-action::after {
  right: -90px;
  bottom: -130px;
}

.call-action .inner-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.call-action .inner-content h2 {
  margin-bottom: 26px;
  color: var(--white);
  font-size: 34px;
  line-height: 1.25;
}

.call-action .inner-content p {
  color: var(--white);
  font-weight: 600;
}

.call-action .inner-content .light-rounded-buttons {
  margin-top: 38px;
}

.call-action .primary-btn-outline {
  min-width: 158px;
  border-color: var(--white);
  color: var(--white);
}

.call-action .primary-btn-outline:hover {
  background: var(--white);
  color: var(--primary);
}

.contact-section {
  position: relative;
  padding: 80px 0 0;
  background: var(--white);
}

.contact-item-wrapper {
  position: relative;
  z-index: 2;
}

.contact-section .contact-item {
  display: flex;
  min-height: 112px;
  align-items: flex-start;
  margin-bottom: 28px;
  padding: 20px 26px;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: var(--white);
}

.contact-section .contact-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 22px;
}

.contact-section .contact-content h4 {
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 20px;
}

.contact-form-wrapper {
  position: relative;
  z-index: 2;
  padding: 45px 36px 38px;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: var(--white);
}

.contact-form-wrapper .section-title {
  margin-bottom: 28px;
}

.contact-form-wrapper .section-title span {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-weight: 800;
}

.contact-form-wrapper .section-title h2 {
  margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 22px;
  padding: 16px 24px;
  border: 1px solid #dedede;
  border-radius: 30px;
  color: var(--dark-2);
}

.contact-form textarea {
  min-height: 138px;
  border-radius: 22px;
  resize: vertical;
}

.contact-form .primary-btn {
  min-width: 174px;
  border-radius: 30px;
  background: var(--primary);
  color: var(--white);
}

.map-section {
  position: relative;
  height: 300px;
  margin-top: -95px;
  overflow: hidden;
  background:
    linear-gradient(rgba(226, 241, 255, 0.86), rgba(226, 241, 255, 0.86)),
    linear-gradient(135deg, transparent 0 19%, rgba(21, 91, 213, 0.14) 20% 21%, transparent 22% 39%, rgba(21, 91, 213, 0.12) 40% 41%, transparent 42% 100%);
  background-size: auto, 220px 220px;
}

.map-section::before,
.map-section::after {
  position: absolute;
  background: rgba(21, 91, 213, 0.16);
  content: "";
}

.map-section::before {
  top: 110px;
  left: -20px;
  width: 120%;
  height: 12px;
  transform: rotate(-2deg);
}

.map-section::after {
  top: -10px;
  left: 58%;
  width: 16px;
  height: 120%;
  transform: rotate(8deg);
}

.map-label {
  position: absolute;
  top: 56%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--white);
  color: var(--primary);
  font-weight: 800;
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.footer-eleven {
  padding: 80px 0 60px;
  background: var(--white);
}

.footer-eleven .footer-widget {
  margin-bottom: 30px;
}

.footer-eleven .f-about .logo img {
  width: 210px;
  height: auto;
}

.footer-eleven .f-about p {
  margin-top: 20px;
}

.footer-eleven .footer-widget h5 {
  margin-bottom: 28px;
  color: var(--black);
  font-size: 18px;
}

.footer-eleven .f-link li {
  margin-bottom: 12px;
}

.footer-eleven .f-link li a,
.footer-mail {
  color: var(--dark-2);
}

.footer-eleven .f-link li a:hover,
.footer-mail:hover {
  color: var(--primary);
}

.scroll-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 90;
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--primary);
  color: var(--white);
}

.scroll-top:hover {
  color: var(--white);
}

@media (max-width: 1199px) {
  .navbar-area.navbar-nine .navbar-nav {
    margin-left: 34px;
  }

  .navbar-area.navbar-nine .navbar-nav .nav-item {
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .navbar-area.navbar-nine .navbar-collapse {
    margin-top: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    background: var(--white);
  }

  .navbar-area.navbar-nine .navbar-nav {
    margin-left: 0;
  }

  .navbar-area.navbar-nine .navbar-nav .nav-item {
    margin-right: 0;
  }

  .navbar-area.navbar-nine .navbar-nav .nav-item a {
    display: block;
    color: var(--black);
  }

  .navbar-area.navbar-nine .navbar-nav .nav-item a.active,
  .navbar-area.navbar-nine .navbar-nav .nav-item a:hover {
    color: var(--primary);
  }

  .header-eight {
    padding: 128px 0 72px;
  }

  .header-eight .header-image {
    margin-top: 52px;
    padding-left: 0;
  }

  .about-five-content {
    margin-top: 46px;
    padding-left: 0;
  }

  .map-section {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-area.navbar-nine .navbar {
    padding: 14px 0;
  }

  .navbar-area.navbar-nine .navbar-brand img {
    width: 160px;
    height: 44px;
  }

  .header-eight .header-content h1 {
    font-size: 34px;
  }

  .header-eight .header-content p {
    font-size: 15px;
  }

  .header-eight .button {
    align-items: stretch;
    flex-direction: column;
  }

  .header-eight .button > .primary-btn,
  .header-eight .video-button {
    width: 100%;
    justify-content: center;
  }

  .header-eight .video-button .icon-btn {
    width: 44px;
    min-width: 44px;
  }

  .header-eight .header-image img {
    height: 320px;
  }

  .about-five,
  .services-eight,
  .sectors-area {
    padding: 70px 0 40px;
  }

  .about-image-five {
    padding-left: 0;
  }

  .about-image-five img {
    height: 360px;
  }

  .about-five-content .main-title,
  .section-title h2,
  .call-action .inner-content h2 {
    font-size: 28px;
  }

  .about-five-content .about-five-tab nav button {
    width: 100%;
    margin: 0 0 10px;
  }

  .contact-form-wrapper {
    padding: 35px 20px;
  }

  .footer-eleven {
    padding: 60px 0 35px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
    max-width: 390px;
    margin-left: 0;
    margin-right: auto;
  }

  .header-eight .header-content h1 {
    font-size: 33px;
  }
}
