body {
  font-family: Montserrat, sans-serif;
  padding-top: 70px;
}

.navbar {
  background-color: #001e50;
}
.nav-link {
  font-weight: 500;
}
.nav-link,
.navbar-toggler i {
  color: #fff;
}
.nav-link:hover {
  background-color: #fff;
  color: #001e50;
}
.navbar-toggler {
  border: 1px solid #fff;
  border-radius: 0;
}

.ServicesArea a,
.btnslider,
.custompage a,
footer a {
  text-decoration: none;
}

.ntlxslider {
  transition: background-image 1.5s ease-in-out;
  width: 100%;
  height: 850px;
  background: url("/assets/img/sliderbg.jpg") center/cover no-repeat #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 850px;
}

.ntlxslider .contents {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ntlxslider .content {
  margin-top: 0;
  text-align: center;
}

.ntlxslider h1,
.ntlxslider h2,
.ntlxslider p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 18px;
}

.ntlxslider h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.ntlxslider p {
  line-height: 30px;
  font-weight: 500;
}

.btn-area {
  margin-top: 25px;
  height: 47px;
}

.btnslider {
  background-color: #fff;
  color: #001e50;
  padding: 10px;
  border: 2px solid #001e50;
  font-weight: 600;
}

.PartnerArea img,
.Service,
.ServiceAlt,
.WorkTime,
.pagetitle {
  border-radius: 13px;
  background-color: #f5f5f5;
}

.PartnerArea h3,
.ServiceDesc,
.ServicesAlt h3,
.WorkTimeAlt h3,
.WorkTimeDesc {
  font-weight: 700;
  color: #001e50;
}

.ServicesArea,
.WorkTimeArea {
  padding-top: 35px;
}

.ServicesAlt,
.WorkTimeAlt {
  text-align: center;
  padding-bottom: 20px;
}

.ServicesAlt p,
.WorkTime p,
.WorkTimeAlt p,
footer .footeralt {
  font-weight: 500;
}

.Service {
  margin: 10px;
  padding: 25px 15px;
  text-align: center;
}

.Service i {
  font-size: 35px;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 50%;
  color: #001e50;
}

.ServiceDesc {
  margin-bottom: 0px;
}

.Service:hover,
.Service:hover .ServiceDesc,
.Service:hover i {
  background-color: #001e50;
  color: #fff;
}

.Service:hover i {
  border-color: #fff;
}

.WorkTime {
  margin: 10px;
  padding: 45px 15px;
  text-align: center;
  cursor: default;
  min-height: 289px;
}

.WorkTime i {
  font-size: 35px;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 50%;
  color: #001e50;
}

.WorkTimeDesc {
  margin-bottom: 10px;
}

.WorkTime p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.PartnerArea img {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}

.pagetitle {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.pagetitle h1 {
  margin: 0 0 0px;
  font-weight: 700;
  color: #001e50;
  font-size: 25px;
}

.pagetitle p {
  margin: 0;
  font-weight: 500;
}

.custompage {
  padding-top: 20px;
  padding-bottom: 20px;
}

.custompage h2 {
  font-weight: 700;
  color: #001e50;
  font-size: 20px;
}

.custompage h3 {
  font-weight: 700;
  color: #001e50;
  font-size: 17px;
}

.custompage a {
  color: #000;
}

.ServiceAlt,
.ServiceAlt:hover {
  transition: 0.3s;
}

.ServiceAlt {
  margin: 10px;
  padding: 45px 30px;
  border: 2px solid #f6f8fa;
  min-height: 365px;
  background-color: #f6f8fa;
}

.ServiceAlt i {
  font-size: 50px;
  padding: 10px;
  margin-bottom: 15px;
  color: #001e50;
}

.ServiceAlt:hover {
  border: 2px solid #001e50;
}

.ServiceAlt .ServiceDetail {
  text-align: left;
  font-size: 1rem;
}

.ServiceAlt .text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.serviceDetailPageArea ul,
footer li,
footer ul {
  list-style: none;
  padding-left: 0;
}

.serviceDetailPageArea h1,
.serviceDetailPageArea h2,
.serviceDetailPageArea h3 {
  font-weight: 700;
  color: #001e50;
  font-size: 25px;
}

.serviceDetailPageArea li,
.serviceDetailPageArea p,
.serviceDetailPageArea ul {
  font-weight: 400;
  font-size: 15px;
}

.serviceDetailPageArea ul li {
  position: relative;
  padding-left: 1em;
}

.serviceDetailPageArea ul li::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background-color: #001e50;
  border-radius: 50%;
}

.serviceDetailPageArea ol {
  list-style-position: inside;
  padding-left: 0;
}

.serviceDetailPageArea ol li::marker {
  font-weight: 700;
  color: #001e50;
}

.serviceDetailPageArea dt,
.serviceDetailPageArea strong {
  color: #001e50;
}

.contactArea,
.contactPage .btn-primary,
footer {
  background-color: #001e50;
}

.contactArea,
.contactForm {
  border-radius: 5px;
}

.contactPage {
  min-height: 550px;
}

.contactPage .btn-primary {
  border-color: #001e50;
}

.contactPage h2,
.contactPage h3 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 25px;
}

.contactArea {
  color: #fff;
  margin-bottom: 20px;
  min-height: 565px;
}

.contactForm {
  background-color: #f6f8fa;
  min-height: 565px;
}

.contactForm h2 {
  color: #001e50;
}

.form-control:focus {
  border-color: #001e50;
  box-shadow: 0 0 0 0 #01063940;
}

footer {
  margin-top: 30px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
}

footer a {
  color: #fff;
  font-size: 14px;
}

footer li,
footer ul {
  font-weight: 500;
}

footer strong {
  font-weight: 600;
}

footer h6 {
  font-weight: 600;
  margin-bottom: 16px;
}

.navbar .dropdown-menu {
  background-color: #001e50;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  padding: 6px 0;
  margin-top: 8px;
  --bs-dropdown-link-hover-bg: #fff;
  --bs-dropdown-link-hover-color: #001e50;
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-active-color: #001e50;
}

.navbar .dropdown-item {
  color: #fff;
  font-weight: 500;
  padding: 10px 14px;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active,
.navbar .dropdown-item.active {
  background-color: #fff;
  color: #001e50;
}

.navbar .dropdown-toggle {
  color: #fff;
}

.navbar .dropdown-toggle::after {
  border-top-color: #fff;
}

.navbar .dropdown-menu-end {
  right: 0;
  left: auto;
}

.navbar .dropdown-toggle:focus,
.navbar .nav-link:focus {
  box-shadow: none;
}

.navbar .dropdown-item:focus-visible {
  outline: none;
  box-shadow: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.navbar .dropdown-toggle {
  background-color: #001e50;
}

@media (max-width: 767px) {
  .ntlxslider {
    background-image: url("/assets/img/sliderbg.jpg");
    height: auto;
    min-height: calc(100vh - 90px);
    padding: 20px 15px;
    background-size: cover;
    background-position: center;
  }

  .ntlxslider h2 {
    font-size: 28px;
  }

  .ntlxslider p {
    font-size: 16px;
    line-height: 1.6;
  }
}
