html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
a {
  text-decoration: none;
}
.bg-blue {
  background-color: #01325b;
}
.navbar-light .navbar-toggler {
  color: rgb(255 255 255 / 55%);
  border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(/assets/image/toggler-icon.svg);
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.btn.btn-login {
  color: #fff;
  border-color: #2296CE;
  border-radius: 50px;
  background: #2296CE;
  padding: 10px 30px;
  border: 2px solid #2296CE;
  transition: all 0.3s ease-in-out;
}
.btn.btn-login:hover {
  background-color: transparent;
  color: #fff;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: au;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.nav-item {
  margin-right: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
 {
    color: #2296CE !important;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 1.5px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #2296CE;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #2296CE;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-contents {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-contentss {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 0%;
}

.dropdown-content a:hover {
  background-color: #e3e3e3;
}

.dropdown-contents a {
  color: black;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 0%;
}

.dropdown-contents a:hover {
  background-color: #e3e3e3;
}

.dropbtns {
  color: white;
  padding: 6px 14px;
  font-size: 10px;
  border: none;
  cursor: pointer;
  border-radius: 54px;
}
.dropbtns.to-do {
  background-color: #343a40;
}
.dropbtns.pending {
  background-color: #ff5722;
}
.dropbtns.done {
  background-color: #03a9f4;
}
.dropbtns.complete {
  background-color: #4caf50;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* Hero section  */
.hero-section-bg {
  background-color: #f9fafc;
}
.hero-heading h3 {
  color: #01325b;
  font-size: 22px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.hero-heading h1 {
  color: #000122;
  font-size: 70px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  line-height: 76px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.hero-heading h1 span {
  color: #2296ce;
  text-decoration: underline;
}
.hero-heading p {
  color: rgba(0, 1, 34, 0.75);
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.btn-contact-us-hero {
  background-color: #01325b;
  color: white;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 16px;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid #01325b;
  transition: all 0.3s ease-in-out;
}
.btn-contact-us-hero:hover {
  background-color: transparent;
  color: #01325b;
  border: 2px solid #01325b;
}
.hero-img img {
  height: 520px;
}
.hero-img {
  text-align: end;
}
.section-two-heading h2 {
  color: #00001e;
  font-size: 60px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 10px;
}
.section-two-heading h2 span {
  color: #2296ce;
}
.section-two-heading p {
  color: #777777;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.follow-heading {
  margin-top: 20px;
}
.follow-heading h4 {
  color: #000122;
  font-size: 18px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: 28.8px;
  margin-bottom: 5px;
}
.section-two-link {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.section-two-link a {
  background: #01325b;
  border-radius: 5px;
  color: #ffffff;
  font-size: 17px;

  font-weight: 500;
  line-height: 16px;
  padding: 10px 10px;
  border: 2px solid #01325b;
  transition: all 0.3s ease-in-out;
}
.section-two-link a:hover {
  background: transparent;
  color: #01325b;
  border: 2px solid #01325b;
}
.btn-brands-link {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-two-right {
  margin-left: 20px;
}
.section-three-bg {
  background-color: #01325b;
}
.project-name h5 {
  color: white;
  font-size: 55px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0;
}
.project-name h6 {
  color: white;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.project-name-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.card-img-land {
  margin-bottom: 10px;
}
.card-img-land img {
  height: 80px;
}
.section-four-heading h4 {
  color: #202020;
  font-size: 26px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  line-height: 31.2px;
  margin-bottom: 5px;
}
.section-four-heading p {
  color: #777777;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.hr-border {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
}
.section-four-contact a {
  color: #01325b;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  /* line-height: 26px; */
}
.servic-card {
  background: white;
  box-shadow: 1px 1.7319999933242798px 60px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
}
.section-five-bg {
    background-color: #01325B;
}
.choose-dexol-heading h2 {
    color: white;
font-size: 70px;
font-family: "Red Hat Display", sans-serif;
font-weight: 700;
line-height: 75px;
margin-bottom: 10px;
}
.choose-dexol-heading h2 span {
    color: #2296CE;
}
.choose-dexol-heading p {
    color: #D5E4E8;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 5px;
}
/* Dexol Tabs Styles */
.dexol-tabs-wrapper {
  margin-top: 40px;
}

.dexol-tabs-wrapper .nav-pills .nav-link {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 50%;
}
.tab-icon-btn img {
  height: 40px;
}
.tab-icon-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
}

.tab-icon-btn:hover {
  border-color: #2296ce;
  color: #2296ce;
}

.dexol-tabs-wrapper .nav-pills .nav-link.active {
  background-color: transparent;
}

.dexol-tabs-wrapper .nav-pills .nav-link.active.tab-icon-btn {
  border: 2px solid #2296ce;
  background-color: transparent;
  color: #2296ce;
  box-shadow: 0 0 0 5px rgba(34, 150, 206, 0.1);
  transform: scale(1.1);
}

.tab-content {
  border-left: 2px solid #FFFFFF;
  padding-left: 40px;
  margin-left: 10px;
}

.tab-text-content h3 {
 color: white;
font-size: 28px;
font-weight: 700;
line-height: 33.60px;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 10px;
}

.tab-text-content p {
  color: #D5E4E8;
font-size: 15px;
font-weight: 400;
line-height: 26px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.tab-list {
  list-style: none;
  padding: 0;
}

.tab-list li {
  color: white;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tab-list li i {
  color: #2296ce;
  font-size: 18px;
}

@media (max-width: 767px) {
  .dexol-tabs-wrapper {
    flex-direction: column;
  }
  .dexol-tabs-wrapper .nav-pills {
    flex-direction: row !important;
    margin-bottom: 30px;
    width: 100%;
    justify-content: space-around;
  }
  .tab-content {
    border-left: none;
    border-top: 1px solid #FFFFFF;
    padding-left: 0;
    padding-top: 30px;
    margin-left: 0;
  }
}


/* Product Slider Styles */
.product-slider-section {
  padding: 0;
  overflow: hidden;
}

.product-card {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  transition: all 0.4s ease;
  border-right: 2px solid white;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 50, 91, 0.8) 0%, rgba(0, 50, 91, 0.4) 40%, transparent 100%);
  z-index: 1;
  opacity: 0.8;
  transition: all 0.4s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
  background: linear-gradient(to top, rgba(0, 50, 91, 0.9) 0%, rgba(0, 50, 91, 0.6) 50%, transparent 100%);
}

.product-content {
  position: relative;
  z-index: 2;
  color: white;
  width: 100%;
}

.product-content h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 5px;
  line-height: 1.3;
}

.product-content p {
  font-size: 14px;
  color: #d5e4e8;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.product-card:hover .product-content p {
  max-height: 100px;
  opacity: 1;
  margin-top: 10px;
}

.product-info-badge {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  color: #01325b;
  font-size: 14px;
  font-weight: 800;
  font-family: "Red Hat Display", sans-serif;
  z-index: 2;
}

.product-carousel .owl-item:last-child .product-card {
  border-right: none;
}

.product-carousel .owl-nav {
  display: none;
}

.product-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.product-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}

.product-carousel .owl-dots .owl-dot.active span {
  background: #2296ce;
}
.section-seven-bg {
  background-image: url('../image/section-seven-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.client-img img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.client-name h3 {
  color: #202020;
font-size: 26px;
 font-family: "Red Hat Display", sans-serif;
font-weight: 700;
line-height: 25px;
margin-bottom: 0;
}
.client-name p {
font-family: "Roboto", sans-serif;
color: #01325B;
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
}
.client-card-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.client-text p {
  color: #777777;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
padding-left: 20px;
}
.client-text {
  border-left: 2px solid #01325B ;
}
.client-card {
  background: white; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  position: relative;
}
.client-colon {
  position: absolute;
  right: 30px;
  top: 30px;
}

.client-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.client-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 8px;
  background: #003057;
  display: block;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin: 5px;
  opacity: 1;
}

.client-carousel .owl-dots .owl-dot.active span {
  background: #003057;
  width: 30px;
}

.client-carousel .owl-dots .owl-dot:not(.active) span {
    background: #00424b; /* Matching the darker secondary color in image */
}

.client-carousel .item {
    padding: 15px;
}
.section-eight-bg {
  background-color: #F9FAFC;
}
.contact-text {
  margin-bottom: 50px;
}
.contact-text h3 {
  color: black;
font-size: 45px;
 font-family: "Red Hat Display", sans-serif;
font-weight: 700;
line-height: 84px;
margin-bottom: 0;
}
.contact-text h3  span {
  color: #2296CE;
}
.contact-text p {
color: black;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 40px;
}
.btn-download-brochure {
color: white;
font-size: 16px;
font-family: "Roboto", sans-serif;
font-weight: 500;
text-transform: capitalize;
line-height: 16px;
padding: 15px 30px;
background-color: #01325B;
border-radius: 30px;
border: 2px solid #01325B;
transition: all 0.3s ease;

}
.btn-download-brochure:hover {
  background-color: transparent;
  color: #01325B;
}
.contact-info h4 {
  color: #01325B;
font-size: 22px;
font-family: "Red Hat Display", sans-serif;
font-weight: 700;
line-height: 33.60px;
margin-bottom: 20px;
}
.contact-info-icon {
  background-color: #2296CE;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.contact-info-icon i {
  color: white;
  font-size: 18px;
  
}
.contact-info-text p {
  color: rgba(0, 0, 0, 0.80);
font-size: 17px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
width: 250px;
}
.contact-info-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.contact-info-text {
  display: flex;
  flex-direction: column;
}
.contact-info-text a {
  color: rgba(0, 0, 0, 0.80);
font-size: 17px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
}
.form-bg {
  background: white; box-shadow: 0px 5px 20px rgba(21, 21, 21, 0.05);
  padding: 40px;
  border-radius: 2px;
}
.dexol-label {
  font-weight: 600;
  font-family: "Red Hat Display", sans-serif;
  color: #202020;
  margin-bottom: 12px;
  font-size: 16px;
}
.dexol-input {
  border-radius: 50px;
  padding: 12px 25px;
  border: 1px solid #D5D5D5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.dexol-input:focus {
  box-shadow: none;
  border-color: #2296CE;
}
.dexol-textarea {
  border-radius: 20px;
  padding: 15px 25px;
  border: 1px solid #D5D5D5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.dexol-textarea:focus {
  box-shadow: none;
  border-color: #2296CE;
}
.btn-submit-now {
  width: 100%;
  background-color: #2296CE;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
  transition: all 0.3s ease;
  font-size: 16px;
  margin-top: 20px;
    border: 2px solid #2296CE;
}
.btn-submit-now:hover {
    background-color: transparent;
    color: #2296CE;
}
.section-eight-heading h2 {
  margin-bottom: 50px;
}
.footer-bg {
  background-color: #01325B;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-icon i {
  background-color: #2296CE;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.footer-icon i {
  color: #FFFFFF;
  font-size: 18px;
}
.footer-text p {
  color: rgba(255, 255, 255, 0.80);
font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
}
.footer-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.footer-text {
  display: flex;
  flex-direction: column;
}
.footer-text a {
  color: rgba(255, 255, 255, 0.80);
font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
}
.footer-heading h4 {
  color: white;
font-size: 24px;
font-family: "Red Hat Display", sans-serif;
font-weight: 700;
line-height: 28.80px;
margin-bottom: 20px;
}
.footer-list ul {
  list-style: none;
  padding-left: 0;
}
.footer-list ul li {
  margin-bottom: 10px;
}
.footer-list ul li a {
 color: rgba(255, 255, 255, 0.80);
font-size: 17px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 5px;
display: inline-block;
}
.footer-link-left {
  padding-left: 4rem;
}
.footer-list p {
  color: rgba(255, 255, 255, 0.80);
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 5px;
}
.footer-list span {
 color: #2296CE;
font-size: 15px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 20px ;
display: inline-block;
}

.subscribe-form form {
  display: flex;
  background-color: white;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}

.subscribe-form input {
  border: none;
  background: transparent;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.subscribe-form button {
  background-color: #2296CE;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.subscribe-form button:hover {
  background-color: #01325B;
}

.subscribe-form button i {
    font-size: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #2296CE;
  transform: translateY(-5px);
  color: white;
}
.footer-bottom p {
  color: white;
font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
}
.footer-bottom p span {
  color: #2296CE;
}
.footer-bottom p span a {
  color: #2296CE;
}
.footer-border-top {
  border-top: 2px solid rgba(255, 255, 255, 0.10);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.product-slider-section .owl-theme .owl-nav.disabled+.owl-dots {
  display: none;
}
/* 1680 */
@media (max-width: 1700px) {
}

/* 1500 */
@media (max-width: 1679px) {
}

/* 1440 */
@media (max-width: 1499px) {
}

/* 1280 */
@media (max-width: 1439px) {
  .hero-heading h1 {
    font-size: 60px;
    line-height: 1.2;
  }
  .section-two-heading h2 {
    font-size: 50px;
  }
}

/* 1025 */
@media (max-width: 1279px) {
  .hero-heading h1 {
    font-size: 50px;
  }
  .section-two-heading h2 {
    font-size: 45px;
  }
  .py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero-img img {
    height: auto;
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  .choose-dexol-heading h2 {
        font-size: 55px;
        line-height: 65px;
  }
}

/* 992 */
@media (max-width: 1024px) {
  .hero-heading h1 {
    font-size: 42px;
  }
  .hero-heading h3 {
    font-size: 26px;
  }
  .section-four-heading h4 {
    font-size: 20px;
  }
  .choose-dexol-heading h2 {
    font-size: 56px;
    line-height: 66px;
}
.tab-icon-btn img {
    height: 33px;
}
.dexol-tabs-wrapper .nav-pills .nav-link {
margin-bottom: 22px;
}
.client-carousel .item {
    padding: 10px;
}
.section-eight-heading h2 {
    margin-bottom: 15px;
}
.footer-link-left {
    padding-left: 1rem;
}
.footer-text p ,.footer-text a {
    font-size: 15px;
    line-height: 20px;
}
.footer-flex {
  margin-bottom: 20px;
}
.subscribe-form button {
  height: 40px;
  width: 40px;
}
.subscribe-form button i {
    font-size: 17px;
}
}

/* 768 */
@media (max-width: 991px) {
  .navbar {
    padding: 8px 0;
  }
  .navbar-brand img {
    height: 35px;
  }
  li.nav-item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .btn-login {
    margin-top: 10px;
  }
  .hero-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .hero-img {
    text-align: center;
  }
  .hero-img img {
    max-width: 50%;
  }
  .section-two-heading {
    text-align: center;
  }
  .section-two-link {
    justify-content: center;
  }
  .follow-heading {
    text-align: center;
  }
  .follow-heading .section-two-link {
    justify-content: center;
  }
  .project-name-flex {
    justify-content: center;
    margin-bottom: 20px;
  }
  .dexol-tabs-wrapper {
    flex-direction: column !important;
  }
  .dexol-tabs-wrapper .nav-pills {
    flex-direction: row !important;
    margin-bottom: 20px !important;
    width: 100%;
    justify-content: start;
    margin-right: 0 !important;
    gap: 30px;
  }
  .tab-content {
      border-left: none;
      border-top: 1px solid #FFFFFF;
      padding-left: 0;
      padding-top: 30px;
      margin-left: 0;
  }
  .order-2 {
    margin-top: 30px;
  }
  .footer-link-left {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .contact-text {
    text-align: center;
  }
  .contact-text {
    text-align: start;
  }
  .contact-text h3 {
    font-size: 32px;
    line-height: 1.2;
    text-align: start;
    margin-bottom: 10px;
  }
  .contact-text p {
    text-align: start;
  }
  .section-eight-heading h2 {
    font-size: 40px;
  }
      .dexol-tabs-wrapper .nav-pills .nav-link
 {
  margin-bottom: 0px;
 }
 .project-name h5 {
    font-size: 40px;
 }
 .project-name h6 {
  font-size: 15px;
 }
 .project-name-flex {
  gap: 10px;
 }
 .card-img-land img {
    height: 65px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link {
  text-align: start;
}
.navbar-nav {
  align-items: start !important;
}
.nav-link {
  padding: .2rem 1rem;
}
.tab-text-content p {
      margin-bottom: 20px;
}
.dexol-tabs-wrapper {
    margin-top: 30px;
}
.section-five-img {
  text-align: center;
}
.section-eight-heading h2 {
    margin-bottom: 3px;
    text-align: start;
}
.contact-info-text p {
  width: 100%;
}
.hero-heading h1 {
    font-size: 48px;
}
.choose-dexol-heading h2 {
    font-size: 50px;
}
.product-content h3 {
    font-size: 20px;
}
.py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-bottom p {
    font-size: 16px;
}
.footer-link-left {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
}
.footer-link-mb {
  margin-bottom: 0;
}
.product-content p {
  max-height: 100px;
  opacity: 1;
  margin-top: 10px;
}
.product-overlay {
  opacity: 1;
  background: linear-gradient(to top, rgba(0, 50, 91, 0.9) 0%, rgba(0, 50, 91, 0.6) 50%, transparent 100%);
}
}

/* 576 */
@media (max-width: 767px) {
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-heading h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .section-two-heading h2 {
    font-size: 40px;
  }
  .hero-heading p {
    font-size: 16px;
  }
  .hero-heading h3 {
    font-size: 20px;
  }
  .btn-contact-us-hero {
    padding: 10px 25px;
    }
    .hero-img img {
        max-width: 70%;
    }
    .choose-dexol-heading h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .client-name h3 {
        font-size: 22px;
    }
    .client-text p {
      line-height: 20px;
    }
    .section-eight-heading h2 {
        margin-bottom: -15px;
    }
    .btn-download-brochure {
        padding: 10px 25px;
    }
    .contact-text {
      margin-bottom :40px ;
    }
    .btn-submit-now {
      font-size : 15px ;
      padding: 10px;
    }
    .form-bg {
      padding: 30px;
    }
    .footer-flex.mb-0 {
              margin-bottom: 20px !important;
    }
    .footer-list p
 {
  line-height: 20px;
 }
}

/* 525 */
@media (max-width: 575px) {
.project-name-flex {
  margin-bottom: 0;
}
  .form-bg {
    padding: 25px;
  }
      .project-name h6 {
        font-size: 17px;
    }
        .section-two-heading h2 {
        font-size: 37px;
    }
        .choose-dexol-heading h2 {
        font-size: 42px;
        line-height: 49px;
    }
    .contact-info-icon {
      height: 42px;
    width: 42px;
    }
.section-two-right {
    margin-left: 0px;
}
     .footer-link-left {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

/* 480 */
@media (max-width: 524px) {
}

/* 425 */
@media (max-width: 479px) {
.hero-heading h1 {
  font-size: 35px;
}
.section-two-heading h2 {
        font-size: 37px;
        line-height: 40px;
    }
    .servic-card {
      padding: 20px;
    }
    .section-four-heading h4 {
      font-size: 19px;
      margin-bottom: 0;
    }
        .choose-dexol-heading h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .section-eight-heading{
      margin-bottom: 10px;
    }
        .contact-info-icon {
        height: 45px;
        width: 45px;
    }
    .contact-info-icon {
      gap: 10px;
    }
    .footer-list span {
      line-height: 10px;
    }
        .project-name-flex {
        justify-content: start;
    }
}

/* 375 */
@media (max-width: 424px) {
      .hero-heading h1 {
        font-size: 31px;
    }
        .hero-heading h3 {
        font-size: 17px;
    }
    .section-two-heading p {
      line-height: 23px;
    }
   
        .project-name-flex {
        margin-bottom: 0;
        align-items: center;
    }
    .client-card {
      padding: 20px;
    }
    .client-colon {
right: 15px;
    }
    .contact-info-icon i {
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  .subscribe-form button {
        height: 35px;
        width: 35px;
    }
    .subscribe-form input {
      padding: 6px 15px;
    }
}

/* 320 */
@media (max-width: 374px) {

}

