 :root{
      --navy:#1F3A5F;
      --royal:#2E6EA6;
      --teal:#0C8380;
      --teal-light:#2BB7A3;
      --gray:#6B7280;

      --dark:#0c1320;
      --dark-2:#070b12;
      --light:#ffffff;

      --mint:#eef7f2;
      --shadow: 0 18px 40px rgba(0,0,0,.14);
      --max: 1200px;

      /* Header sizing */
      --header-h: 76px;
    }
@media (max-width: 767px) {
  .navbar-nav .navbar-nav .dropdown-menu.show {
    background: #002641 !important;
  }
 .navbar-nav .navbar-nav .dropdown-menu.show .nav-item .nav-link {
   color: #fff !important;
  }
  #menu-main-menu{
   width: 100% !important;
  }
  .nav-link.dropdown-toggle {
  justify-content: space-between !important;
  display: flex !important;
  }
  .mob-request{
    position: absolute;
    right: 84px;
  }
}
/* global css end */
/* header footer css start */
.navbar {
  background: #050810;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #ffff;
  box-shadow: 0 4px 15px rgb(0 0 0 / 28%);
}
.mega-menu-link {
  margin: 10px 0 !important;
}
.navbar .mega-menu-link {
  font-weight: 600 !important;
}
.navbar .nav-link {
  margin: 0 20px;
  color: #000 !important;
  font-weight: 500;
}
.top-mini-bar {
  background: #002641;
  padding: 6px 0;
  font-size: 14px;
}
.top-mini-bar .mini-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.top-mini-bar .mini-link i {
  margin-right: 6px;
}
.navbar {
  background: #fff;
}
.top-mini-bar .mini-link:hover {
  color: #00d1c1;
  text-decoration: none;
}
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      color:#111827;
      padding-top: 70px;
      background:#fff;
      line-height:1.6;
    }
    a{color:inherit;text-decoration:none}
    .container{max-width:var(--max);margin:0 auto;padding:0 18px}
    header.siteHeader{
      position:fixed;
      left:0; right:0; top:0;
      z-index:50;
      background: rgba(12,19,32,.88);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .nav{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      min-height: var(--header-h);
      padding: 10px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      min-width: auto;
      flex: 0 0 auto;
    }
    .brand .logoImg{
      height: 70px; 
      width:auto;
      display:block;
      object-fit:contain;
      filter: drop-shadow(0 10px 16px rgba(0,0,0,.20));
    }
    .brandText{display:none; flex-direction:column; line-height:1.05}
    .brandText b{display:block;font-size:14px;letter-spacing:.2px}
    .brandText span{display:block;font-size:12px;opacity:.78;margin-top:4px}
    nav.navLinks ul{
      list-style:none;
      margin:0;
      padding:0;
      display:flex;
      align-items:center;
      gap:22px;
      color:#fff;
      opacity:.95;
    }
    nav.navLinks a{
      font-size:14px;
      padding:10px 10px;
      border-radius: 12px;
      color: rgba(255,255,255,.88);
      transition: background .18s ease, color .18s ease;
    }
    nav.navLinks a:hover{
      background: rgba(255,255,255,.10);
      color:#fff;
    }

    .navCta{
      display:flex;
      justify-content:flex-end;
      flex: 0 0 auto;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 18px;
      border-radius:999px;
      font-size:13px;
      font-weight:600;
      border:1px solid transparent;
      cursor:pointer;
      user-select:none;
      transition: transform .08s ease, filter .2s ease, background .2s ease, border-color .2s ease;
      white-space:nowrap;
    }

    .footer-widget .useful-links-grid {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: 100%;
      float: none;
      display: grid;
      grid-template-columns: max-content max-content;
      column-gap: 20px;
      row-gap: 6px;
      margin: 0;
      padding: 0;
    }

    .footer-widget .useful-links-grid li {
      display: block;
      margin-bottom: 18px;
    }

    .btn:active{transform:translateY(1px)}

    .btn-primary{
      background: linear-gradient(135deg, #13CDB4, #0E8080);
      color:#fff;
      box-shadow: 0 14px 26px rgba(31,143,122,.18);
    }
    .btn-primary:hover{filter:brightness(.98)}

    .btn-outline{
      background: transparent;
      border-color: rgba(255,255,255,.35);
      color:#fff;
    }
    .btn-outline:hover{background: rgba(255,255,255,.08)}

    .btn-wa{
      background: linear-gradient(135deg, #58BB52, #1F8E6A);
      color:#fff;
    }
    .btn-wa:hover{filter: brightness(.98)}

    .menuBtn{
      display:none;
      padding:10px 14px;
      border-radius: 12px;
      background: rgba(255,255,255,.10);
      color:#fff;
      border: 1px solid rgba(255,255,255,.16);
    }

    @media (max-width: 900px){
      .menuBtn{display:inline-flex}
      nav.navLinks{display:none; width:100%}
      nav.navLinks.open{
        display:block;
        width:100%;
        background: rgba(7,11,18,.92);
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 16px;
        padding: 10px 10px;
        margin-top: 10px;
      }
      nav.navLinks ul{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
        padding: 4px 0;
      }
      nav.navLinks a{
        width:100%;
        padding:10px 12px;
        border-radius: 12px;
      }
      .nav{
        flex-wrap:wrap;
      }
    }

/* Background Images */

.hero .carousel-item{
  display: flex;
  justify-content: center;
  align-items: center;
   height: 70vh; /* Full screen height */
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

    .hero h1{
      margin:0 0 14px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.08;
      font-weight: 700;
      letter-spacing: -.5px;
    }
    .hero p{
      margin:0 0 26px;
      color: rgba(255,255,255,.88);
      font-size: 14px;
    }
    .hero-actions .btn{padding:12px 20px;border: 1px solid #fff; font-size:13px}

    .float-wa{
      position: fixed;
      right: 16px;
      bottom: 18px;
      z-index: 70;
      width: 52px;
      height: 52px;
      border-radius: 999px;
      display:grid;
      place-items:center;
      background: linear-gradient(135deg, #13CDB4, #0E8080);
      box-shadow: 0 16px 30px rgba(0,0,0,.22);
    }
    .float-wa svg{width:24px; height:24px; fill:#fff}

    section{padding: 78px 0}
    .section-title{text-align:center;margin-bottom:34px}
    .section-title h2{
      margin:0 0 8px;
      font-size: 30px;
      font-weight:700;
      letter-spacing:-.2px;
      color: var(--navy);
    }
    .section-title p{margin:0;color:var(--gray);font-size:13px}

    /* ABOUT */
    .about-wrap{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:34px;
      align-items:start;
    }
    .collage{position:relative;height:360px}
    .img{
      position:absolute;
      border-radius:18px;
      overflow:hidden;
      box-shadow: var(--shadow);
      border:1px solid rgba(0,0,0,.06);
      background:#e5e7eb;
    }
    .img.top{
      top:0; left:0;
      width:56%;
      height:160px;
      background: url("about-1.jpg") center/cover no-repeat, #e5e7eb;
    }
    .img.bottom{
      top:80px; left:18%;
      width:62%;
      height:280px;
      background: url("about-2.jpg") center/cover no-repeat, #e5e7eb;
    }
    .about-text small{
      display:inline-block;
      font-weight:700;
      color: var(--teal);
      letter-spacing:.8px;
      font-size:11px;
      text-transform:uppercase;
      margin-bottom:10px;
    }
    .about-text medium{
      display:inline-block;
      font-weight:700;
      color: var(--teal);
      letter-spacing:.8px;
      font-size:14px;
      text-transform:uppercase;
      margin-bottom:10px;
    }
    .about-text h3{
      margin:0 0 12px;
      font-size:28px;
      font-weight: 600;
      line-height:1.2;
      color: var(--navy);
    }
    .about-text p{margin:0 0 16px;color:var(--gray);font-size:13px}
    .about-text .btn{
      border-radius:999px;
      border:1px solid var(--teal);
      color:var(--teal);
      background:transparent;
      padding:11px 18px;
      font-weight:600;
    }
    .about-text .btn:hover{background: rgba(31,143,122,.08)}
    @media (max-width: 980px){
      .about-wrap{grid-template-columns:1fr}
      .collage{height:330px}
    }

    .products{background: var(--mint)}
    .products .box{
      max-width:860px;
      margin:0 auto;
      background:#fff;
      border-radius:18px;
      box-shadow: var(--shadow);
      border:1px solid rgba(0,0,0,.06);
      padding:28px;
      text-align:center;
    }
    .products .box h3{margin:0 0 8px;font-size:18px;color:var(--navy)}
    .products .box p{margin:0 0 16px;color:var(--gray);font-size:13px}
    .products .box .btn{border-radius:999px;padding:11px 18px;font-size:13px}

    .why{
      background: linear-gradient(180deg, var(--navy), #0f223b);
      color:#fff;
    }

    .why small{
      display:inline-block;
      font-weight:700;
      letter-spacing:.8px;
      font-size:11px;
      text-transform:uppercase;
      opacity:.9;
      margin-bottom:10px;
      color: rgba(255,255,255,.92);
    }
    .why h3{margin:0 0 16px;font-size:28px;line-height:1.2}
    .why .item{
      display:flex;
      gap:12px;
      padding:14px 0;
      border-bottom:1px solid rgba(255,255,255,.14);
    }
    .why .star{
      width:18px;height:18px;margin-top:2px;border-radius:6px;
      background: linear-gradient(135deg, #13CDB4, #0E8080);
      flex: 0 0 auto;
    }
    .why .item b{display:block;font-size:13px}
    .why .item span{
      display:block;margin-top:4px;
      color: rgba(255,255,255,.82);
      font-size:12px;
    }
    .why-img{
      border-radius:18px;
      overflow:hidden;
      box-shadow: 0 22px 44px rgba(0,0,0,.28);
      border:1px solid rgba(255,255,255,.12);
      height:420px;
      background: url("why.jpg") center/cover no-repeat, rgba(255,255,255,.08);
    }
    @media (max-width: 980px){
      .why-wrap{grid-template-columns:1fr}
      .why-img{height:320px}
    }

    .contact-wrap{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:18px;
      align-items:stretch;
    }
    .panel{
      background:#fff;
      border:1px solid rgba(0,0,0,.06);
      box-shadow: var(--shadow);
      border-radius:18px;
      padding:22px;
    }
    .panel h4{margin:0 0 10px;font-size:18px;color:var(--navy)}
    .panel p{margin:0 0 12px;color:var(--gray);font-size:13px}
    .info{display:grid;gap:10px;margin-top:10px}
    .info div{
      border:1px solid rgba(0,0,0,.06);
      border-radius:14px;
      padding:12px 14px;
      font-size:13px;
      color:#374151;
      background:#fff;
    }
    form{display:grid;gap:10px;margin-top:10px}
    input,textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(0,0,0,.10);
      padding:12px 12px;
      font-family:inherit;
      font-size:13px;
      outline:none;
    }
    textarea{min-height:110px;resize:vertical}
    input:focus,textarea:focus{
      border-color: rgba(31,143,122,.85);
      box-shadow: 0 0 0 4px rgba(31,143,122,.18);
    }
    @media (max-width: 900px){
      .contact-wrap{grid-template-columns:1fr}
      .row{grid-template-columns:1fr}
    }

     .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #239d88; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #239d88;
  border-left-color: #239d88; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #011028;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#239d88; }

  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;           
    height: 42px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
  }

  /* Hover animation */
  .dk-footer-box-info .footer-social-link a i {
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .dk-footer-box-info .footer-social-link a:hover i {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,.25);
  }

  /* Facebook */
  .dk-footer-box-info .footer-social-link a i.fa-facebook-f {
    background-color: #1877F2;
  }

  /* X / Twitter */
  .dk-footer-box-info .footer-social-link a i.fa-x-twitter {
    background-color: #000;
  }

  /* LinkedIn */
  .dk-footer-box-info .footer-social-link a i.fa-linkedin-in,
  .dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0A66C2;
  }

  /* Instagram gradient */
  .dk-footer-box-info .footer-social-link a i.fa-instagram {
    background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);
  }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #239d88; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #239d88;
    background: linear-gradient(135deg, #58BB52, #1F8E6A);
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #239d88; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#239d88; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }

      .products-section{
    padding:80px 0;
}

.products-hero {
    position: relative;
    height: 90vh;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.products-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgb(25, 104, 171) 0%, rgba(23, 49, 91, 0.3) 40%, rgba(139, 0, 0, 0.3) 70%, rgba(139, 0, 0, 0.1) 100% );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 70px;
    font-weight: 700;
}

.hero-content p {
    font-size: 20px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .products-hero {
        height: 70vh;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 16px;
    }
}
.products-section h2{
    font-weight:700;
    color:#1961A0;
    font-size:42px;
}
.products-section p{
    color:#666;
}
.product-card{
    background:#ffffff;
    border-radius:11px;
    overflow:hidden;
    transition:all .4s ease;
    position:relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product-card img{
    width:100%;
    border-radius:25px;
    padding:20px;
}
.product-content{
    padding:25px;
    transition:all .4s ease;
}
.product-title{
    font-size:22px;
    font-weight:600;
    color:#1961A0;
}
.product-desc{
    font-size:15px;
    color:#333;
}
.product-card:hover{
    background:#BFEECB;
    transform:translateY(-5px);
}
.product-card:hover .product-title,
.product-card:hover .product-desc{
    color:#000;
}
@media(max-width:768px){
    .products-section h2{
        font-size:30px;
    }
}

.product-detail .category-title {
    color: #1961A0;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.product-detail .table-products thead {
    background: #e9ecef;
    font-weight: 600;
}
.product-detail.table-products tbody tr:nth-child(even) {
    background: #f8f9fa;
}
.product-detail .table-products td {
    font-size: 14px;
}

.product-slide.slick-slide {
    padding: 0 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.info-card{
    background:#fff;
    border-radius:12px;
    padding:40px 30px;
    border:1px solid #e5e9f2;
    transition:0.3s;
    height:100%;
}

.info-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.info-card h3{
    font-weight:700;
    margin-top:20px;
    margin-bottom:15px;
}

.icon-box{
    width:50px;
    height:50px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.icon-mission{
    background:#d9ece8;
    color:#1b8a6b;
}

.icon-vision{
    background:#f6e7cc;
    color:#c68a00;
}

.icon-value{
    background:#d9ece8;
    color:#0f968f;
}

/* Section Heading */
.section-subtitle{
    font-size:13px;
    letter-spacing:2px;
    color:#2c7a7b;
    font-weight:600;
}

.section-title{
    font-weight:700;
    font-size:40px;
    margin-top:10px;
}
.hero-section {
    position: relative;
    height: 76vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/* Badge */
.hero-badge {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #0f958e;
    border-radius: 30px;
    color: #0f958e;
    font-size: 13px;
    margin-bottom: 20px;
}

/* Heading */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
}

.hero-title span {
    color: #0f958e;
}

/* Paragraph */
.hero-text {
    max-width: 650px;
    margin: 20px auto 30px;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}



@media (max-width:768px){
    .hero-title{
        font-size:40px;
    }
}
.badge-success {
  color: #fff;
  background-color: #0c807e;
}
.contact-us1 {
   background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}