@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* Colors */
:root {
  --primary-color: #071721
    /*#07332F*/;
  --white: #fff;
  --black: #000;
  --grey-text: #646567;
  --grey-bg: #f5f6f7;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-style: normal;
}

.carousel-inner {
  border-radius: 10% 12px;
}

/* Global */
body {
  background: var(--white);
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.text-grey {
  color: var(--grey-text);
}

.text-small {
  font-size: 14px;
}

.equal-height {
  display: table;
}

.bg-grey {
  background: var(--grey-bg)
}

.mh-inherit {
  min-height: inherit;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

section {
  padding: 80px 0;
}

section .sub-title {
  font-weight: 300;
  color: var(--primary-color)
}

/* Header */
header {
  background: var(--primary-color);
}

.navbar {
  border-bottom: 1px solid #0d202b;
  padding: 26px 0;
}

.navbar-brand {
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  padding: 0;
  letter-spacing: 2.2px;
  color: var(--white);
}

.navbar-brand:hover {
  color: var(--white);
}

.slogan {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: var(--white);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--white);
  font-weight: 600;
}

.bg-primary {
  background: var(--primary-color) !important;
  color: var(--white)
}

section {
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  color: #fff;
}

.heading-section {
  margin-right: 60px;
}

.banner h1 {
  margin: 12px 0 20px;
  font-weight: 400;
  font-size: 62px;
}

.banner h1 span {
  font-weight: 600;
}

.banner p {
  max-width: 540px;
  font-size: 20px;
  line-height: 36px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner h1 {
    font-size: 42px;
  }

  .heading-section {
    margin-right: 32px;
  }

  .banner p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 0 0 54px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  section {
    padding: 60px 0;
  }

  .banner h1 {
    font-size: 42px;
  }

  .heading-section {
    margin-right: 32px;
  }

  .banner p {
    font-size: 18px;
    line-height: 32px;
    max-width: inherit;
  }

  .banner .carousel {
    max-width: 560px;
    margin: 60px auto 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    background: #fff;
    left: 0;
    top: 63px;
    width: 100%;
    padding: 16px 24px;
    z-index: 999;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-collapse {
    top: 92px;
  }

  .navbar-nav {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 12px;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 40px 0;
  }

  .navbar {
    padding: 16px
  }

  .navbar .container {
    padding: 0;
  }

  .navbar-brand {
    font-size: 24px;
    line-height: 26px;
    margin-right: 0;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
  }

  .navbar-nav {
    max-width: 540px;
    margin: 0 auto;
  }

  .banner h1 {
    font-size: 36px;
  }

  .slogan {
    font-size: 15px;
  }

  .heading-section {
    margin-right: 0px;
  }

  .banner p {
    font-size: 18px;
    line-height: 32px;
    max-width: inherit;
  }

  .banner .carousel {
    max-width: 560px;
    margin: 32px auto 0;
  }
}

/* About Us */
.about-section .about-image {
  padding-right: 42px;
  border-radius: 10px 20%;
}

@media(min-width: 1200px) and (max-width: 1399.98px) {
  .about-section .about-image {
    padding-right: 16px;
  }
}

@media(min-width: 768px) and (max-width: 1199.98px) {
  .about-section .about-image {
    padding-right: 0px;
    margin: 42px auto 0;
    max-width: 460px;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-section .about-image {
    padding-right: 0px;
    margin: 36px auto 0;
    max-width: 342px;
    display: flex;
  }
}

/* Call to Action */
.call-to-action {
  background: var(--primary-color);
  color: var(--white);
  padding: 60px 0;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.6px;
  font-weight: 300
}

.call-to-action a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1px;
  margin-left: 4px;
}

.call-to-action .call-text {
  max-width: 860px;
  margin: 0 auto;
}

.custom-list li {
  list-style: none;
  position: relative;
  line-height: 24px;
  margin-bottom: 14px;
}

.custom-list li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-color) !important;
  left: -20px;
  top: 8px;
  border-radius: 50px;
}

/* Who We Are */
.who-we-are-section .intro-info {
  padding-right: 52px;
}

.who-we-are-section .who-image {
  border-radius: 20% 10px;
}

@media(min-width: 768px) and (max-width: 1199.98px) {
  .who-we-are-section .intro-info {
    padding-right: 0;
  }

  .who-we-are-section .who-image {
    padding-right: 0px;
    margin: 42px auto 0;
    max-width: 460px;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .who-we-are-section .intro-info {
    padding-right: 0;
  }

  .who-we-are-section .who-image {
    padding-right: 0px;
    margin: 36px auto 0;
    max-width: 342px;
    display: flex;
  }

  .call-to-action .call-text {
    max-width: 326px;
  }
}

/* Home Page Pricing List */
.pricing-section h2 {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary-color);
}

@media (min-width: 992px) {
  .pricing-section h2 {
    font-size: 50px;
  }
}

/* Pricing List */
.pricing-list {
  background: var(--white);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .06);
  padding: 36px;
  border-radius: 12px;
  display: table-cell;
}

.pricing-list li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 16px 26px;
  color: #42545e;
  text-align: center;
}

.pricing-list ul {
  margin: 0;
  padding: 0;
}

.pricing-price {
  display: flex;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
  align-items: baseline;
  line-height: 28px;
  background: var(--primary-color);
  margin: 0 auto;
  color: #fff;
  min-width: 220px;
  max-width: 220px;
  padding: 16px 16px;
  border-radius: 6px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.pricing-duration {
  font-size: 14px;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 0;
}

.pricing-list .custom-list li:before {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-list {
    padding: 32px 0;
  }
}

@media (max-width: 991.98px) {
  .pricing-list {
    margin-bottom: 38px;
    display: block;
  }

  .pricing-list li {
    padding: 14px 0;
  }
}

footer {
  padding: 22px 0;
  font-size: 16px;
}

/* Buttons */
.kb-btn {
  text-decoration: none;
  padding: 24px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 500;
  letter-spacing: 1px;
}

.kb-btn:hover {
  background: #07312D;
  background: linear-gradient(135deg, #082825, #07312D);
}


.inner-nav {
  background: var(--white);
}

.inner-nav .navbar-toggler {
  background: var(--primary-color);
  padding: 4px 10px;
}

.inner-nav .navbar-brand,
.inner-nav .navbar-brand:hover {
  color: var(--primary-color);
}

.inner-nav .navbar-nav .nav-link {
  color: var(--primary-color);
}

.inner-banner {
  padding-top: 85px;
  min-height: 470px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.inner-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #071721;
  opacity: 0.6;
  top: 0;
}

.inner-banner .container {
  position: relative;
  z-index: 999;
  color: var(--white);
}

.inner-banner h2 {
  font-size: 42px;
  letter-spacing: 4px;
  text-align: center;
  margin-top: 140px;
}

.inner-banner nav {
  display: flex;
  justify-content: center;
}

.inner-banner nav .breadcrumb-item a {
  color: var(--white);
}

.inner-banner nav .breadcrumb-item.active {
  color: var(--white);
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
  color: var(--white);
}

@media (min-width: 1200px) {
  .inner-page h2 {
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 800;
  }
}

.our-services .equal-height {
  margin-bottom: 24px;
}

.our-services-box {
  background: linear-gradient(to bottom right, #071721, #2b4d4e);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
  border-radius: 16px;
  padding: 30px;
  display: table-cell;
  transition: background 0.5s ease;
  color: var(--white);
}

.our-services-box:hover {
  background: linear-gradient(to top left, #071721, #2b4d4e);
}

.our-services-box .number {
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;

  margin-bottom: 16px;
}

.our-services-box p {
  margin-bottom: 0;
}

.contact-us {
  min-height: inherit;
}

.contact-us .contact-box {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
  border-radius: 6px;
  background: #fffcfc;
  padding: 28px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.contact-us .inquiry-text {
  font-size: 22px;
  line-height: 28px;
  max-width: 360px;
  padding-top: 40px;
}

.contact-us .call-text {
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
  margin: 32px 0 0 0;
}

.contact-us .call-text a {
  font-size: 70px;
  display: block;
  text-decoration: none;
  color: var(--primary-color);
  line-height: 92px;
  letter-spacing: 2px;
  font-weight: 700;
}
.contact-us .call-text span{
  font-size: 18px;
}
/*.contact-box:before {
  content: "";
  position: absolute;
  background: url(../images/phone-image.avif) no-repeat;
  width: 300px;
  height: 200px;
  bottom: 0;
  right: 0px;
  background-size: contain;
}*/
.contact-wrapper .location-block{
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
  border-radius: 6px;
  background: #fffcfc;
  padding: 28px;
  text-align: center;
}

.location-block h5{
  font-weight: 400;
}
.location-block a{
  font-size: 38px;
  text-decoration: none;
  color: var(--primary-color);
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-us .call-text a {
    font-size: 60px;
  }

  .contact-box:before {
    width: 254px;
    height: 174px;
  }
  .location-block {
    margin:0 auto 24px;
    max-width: 460px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-us .contact-box {
    max-width: 600px;
  }

  .contact-box:before {
    width: 254px;
    height: 210px;
  }
  .location-block {
    margin:0 auto 24px;
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {
  .contact-us .contact-box {
    padding: 16px;
  }

  .contact-us .inquiry-text {
    padding-top: 24px;
  }

  .contact-us .call-text {
    margin-bottom: 140px;
    font-size: 22px;
  }

  .contact-us .call-text a {
    font-size: 46px;
  }
  .contact-wrapper .location-block{
    padding: 24px;
  }
  .location-block {
    margin-bottom: 24px;
  }
  .location-block a{
    font-size: 34px;
  }
}

.whatsapp-wrapper {
  position: fixed;
  right: 0;
  bottom: 60px;
  padding: 10px 6px 10px 12px;
  background: #25D366;
  border-radius: 6px 0 0 6px;
}

@media (max-width:991.98px) {
  .offcanvas {
    background: #090d14;
    padding: 0 8px;
  }

  .offcanvas h5 {
    color: var(--white);
  }

  .offcanvas .btn-close {
    opacity: 1;
  }

  .offcanvas .call-us {
    color: var(--white);
    margin-top: 42px;
  }

  .offcanvas .call-us a {
    color: var(--white);
    text-decoration: none;
    font-size: 42px;
    display: block;
    line-height: 52px;
    letter-spacing: 2px;
    font-weight: 700;
  }

  .offcanvas .nav-link {
    border-bottom: 1px solid #171b29;
    padding: 12px 0;
    font-size: 16px;
  }

  .inner-nav .offcanvas .nav-link {
    color: var(--white);
  }
}