/*----GANERAL----*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-size: 14px;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  background: transparent;
  width: 10px;
  background: #003a66;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(1, 123, 212, 1) 0%, #002a52 100%);
  height: 200px;
  border-radius: 2px;
}

.h-100 {
  height: 100%;
}

.text-theme {
  color: #004373;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none !important;
}

.reveal {
  position: relative;
  transform: translateY(110px);
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

.fw-500 {
  font-weight: 500 !important;
}

.website-quick-links a {
  background: #004373;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.website-quick-links a i {
  color: #fff;
  font-size: 22px;
}

.navbar-logo {
  width: 135px;
}

.nav-number {
  display: flex;
  gap: 25px;
  align-items: center;
}

.nav-number a,
.nav-number p {
  display: flex;
  gap: 5px;
  margin-bottom: 0;
  align-items: center;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}

.nav-number i {
  color: #fff;
  font-size: 13px;
}

.nav-industries-card .img-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-industries-card {
  border-right: 1px solid #ececec;
}

.nav-industries-card .img-div img {
  width: 60px;
  height: 60px;
  background: #ddf1ff;
  border-radius: 10px;
  padding: 15px;
}

.nav-industries-card .img-div span {
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  width: 1000px;
  right: 50%;
  transform: translateX(-50%);
  padding: 25px;
  border-radius: 16px;
}

.navbar .btn-group button:focus {
  border: none;
}

.navbar-top {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.nav-industries-card a {
  font-size: 12px;
  text-decoration: underline !important;
  text-transform: uppercase;
  color: #004373;
  font-weight: bold;
  display: flex;
  gap: 5px;
}

.nav-industries-card a i {
  color: #004373;
}

.pt-top {
  padding-top: 110px;
}

.nav-mail {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-mail a i {
  color: #fff;
}

.nav-link {
  font-weight: normal !important;
  color: #000 !important;
}

.nav-link.nav-active {
  font-weight: bold !important;
  color: #002a52 !important;
}

.nav-contact {
  background: #004373;
}

.nav-contact .container {
  padding-block: 15px;
  transition: 0.5s ease-in-out;
}

.nav-contact-div {
  display: flex;
  justify-content: space-between;
}

.nav-modal-div button {
  background: #004373;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s ease-in-out;
  font-size: 15px;
  font-weight: 400;
}

.nav-modal-div button:hover {
  background: #004373;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.nav-modal-div button span {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-modal-div button img {
  width: 22px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%)
    hue-rotate(175deg) brightness(96%) contrast(90%);
}

.nav-modal-form .modal-content {
  border-radius: 20px !important;
  padding: 20px;
}

.nav-modal-form .modal-header {
  border-bottom: none;
  align-items: start;
}

.nav-modal-form .modal-header p {
  width: 75%;
}

.nav-modal-form .modal-body p {
  color: #6c757d;
}

.nav-modal-form .modal-header button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.nav-modal-form .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.nav-modal-form .submit-btn {
  background-color: #003c71;
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  width: 100%;
  border: none;
}

.nav-modal-form .submit-btn:hover {
  background-color: #002a52;
}

.nav-modal-form .btn-close {
  background-color: #f1f1f1;
  border-radius: 50%;
  padding: 0.5rem;
}

.nav-modal-form input, .nav-modal-form select {
  border: none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  padding: 0;
  padding-bottom: 5px;
  font-size: 15px;
}

.nav-modal-form textarea {
  border: none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  font-size: 15px;
  padding: 0;
}

.nav-modal-form input::placeholder {
  font-size: 14px;
}

.nav-modal-form textarea::placeholder {
  font-size: 14px;
}

.navbar-active .nav-contact .container {
  height: 0;
  padding-block: 0;
  border-bottom: none;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.navbar {
  background: #fff;
}

.d-padding {
  padding-block: 80px;
}

.banner-padding {
  padding-block: 80px 30px;
}

.main-head-div {
  display: grid;
}

.sub-head {
  border: 1px solid #e6e6e6;
  width: fit-content;
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  background: #f7f7f7;
  margin-bottom: 8px;
}

.sub-head img {
  width: 15px;
}

.main-head {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}

.main-head spa {
  color: #004373;
}

.main-para {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: end;
}

.banner-section .overlay {
  position: absolute;
  background: linear-gradient(90deg, #000000c7, transparent, transparent);
  width: 100%;
  height: 100%;
}

.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .container {
  position: relative;
}

.banner-head {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

.banner-head-div p {
  font-size: 22px;
  color: #fff;
  width: 50%;
  font-weight: 300;
}

.banner-head-div a.one img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%)
    hue-rotate(175deg) brightness(96%) contrast(90%);
  width: 22px;
}

.banner-head-div a.one {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #004373;
  width: fit-content;
  padding: 5px 5px 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}

.banner-head-div a.one span {
  width: 35px;
  height: 30px;
  border-radius: 50px;
  padding: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-head-div a.two img {
  width: 22px;
}

.banner-head-div a.two {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: fit-content;
  padding: 5px 5px 5px 10px;
  color: #004373ff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 700;
}

.banner-head-div a.two span {
  width: 35px;
  height: 30px;
  border-radius: 50px;
  padding: 5px;
  background: #004373;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-industries-card {
  background: linear-gradient(
    179deg,
    rgba(0, 67, 115, 1) 0%,
    rgba(1, 123, 212, 1) 100%
  );
  border-radius: 12px;
  overflow: hidden;
}

.banner-industries-card {
  padding: 15px;
}

.banner-industries-card .head span {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.banner-slider {
  margin: 0 -10px;
}

.banner-slider .slick-slide {
  margin: 0 10px;
}

.banner-industries-card .head a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 30px;
}

.banner-industries-card .head p {
  color: #fff;
  font-size: 14px;
  overflow-y: scroll;
}

.banner-industries-card .head p::-webkit-scrollbar {
  display: none;
}

.banner-industries-card .image {
  height: 100%;
}

.banner-industries-card .image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.banner-industries {
  margin-top: 50px;
}

.h-product-para {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.h-product-para p {
  width: 80%;
  margin-bottom: 0;
}

.h-product-div {
  margin-top: 56px;
  border-top: 1px dashed gray;
  padding-top: 60px;
}

.h-product-more {
  height: 100%;
  display: flex;
  justify-content: end;
}

.h-product-more a {
  background: #004373;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-product-more a img {
  width: 35px;
}

.h-product-head h2 {
    font-size:22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Urbanist", sans-serif;
}

.product-head {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}

.product-head spa {
  color: #003a66;
}

.product-card {
  background: #fff;
  padding: 10px;
  height: 100%;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
}

.product-card a{
    width: 100%;
}


.product-card .img-div {
  background: #e6edf1;
  border-radius: 12px;
  height: 240px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card .img-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card .head-div {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 5px;
  align-items: center;
}

.product-card .head-div h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #004373;
  font-weight: bold;
  font-size: 16px;
}

.product-card .head-div span {
  background: #004373;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-count-section {
  background: linear-gradient(
    179deg,
    rgba(2, 97, 166, 1) 0%,
    rgba(0, 67, 115, 1) 30%,
    rgba(0, 67, 115, 1) 70%,
    rgba(2, 97, 166, 1) 100%
  );
}

.count-card {
  gap: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.count-card {
  position: relative;
  padding-right: 10px;
  /* Leave space for the gradient border */
}

.count-card ::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  /* Border thickness */
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 67, 115, 1),
    white,
    rgba(0, 67, 115, 1)
  );
}

.count-card img {
  width: 85px;
}

.count-card .head {
  text-align: center;
}

.count-card .head span {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  font-family: "Anybody", sans-serif;
}

.count-card .head h6 {
  color: #fff;
}

.h-about-section .row {
  --bs-gutter-x: 1rem !important;
}

.h-about-head-div {
  width: 100%;
  height: 100%;
  background: #004373;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

.h-about-img img {
  width: 100%;
}

.h-about-head-div .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
}

.h-about-head-div p {
  color: #fff;
  font-size: 20px;
  z-index: 2;
  font-weight: 300;
}

.h-about-head-div a {
  background: #fff;
  font-size: 14px;
  padding: 5px 10px;
  color: #004373;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 5px;
  font-weight: bold;
}

.h-about-head-div a img {
  background: #004373;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.h-industrie-section {
  position: relative;
  z-index: 1;
}

.h-industrie-para p {
  width: 70%;
  margin-left: auto;
}

.bg-color-half {
  background: linear-gradient(to top, #00437373 50%, #004373 50%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.h-industrie-section .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-industrie-section .container {
  position: relative;
  z-index: 2;
}

.h-industrie-div {
  background: #fff;
  border-radius: 16px;
}

.industries-card {
  padding: 30px;
}

.industries-card h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Urbanist", sans-serif;
}

.industries-card .image {
  height: 200px;
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}

.main-para-div {
  width: 75%;
  margin-left: auto;
}

.industries-card a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: underline !important;
  color: #004373;
  font-weight: 600;
}

.industries-card a img {
  background: #004373;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.h-service-section {
  background: #fafafa;
}

.service-more-button img{
        width: 22px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%) hue-rotate(175deg) brightness(96%) contrast(90%);
}

.service-card {
  position: relative;
  height: 580px;
  display: flex;
  align-items: end;
}

.service-card .overlay {
  position: absolute;
  background: linear-gradient(0deg, #004373, transparent);
  width: 100%;
  height: 100%;
}

.service-card img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.service-card .head {
  position: relative;
  padding: 20px;
}

.service-card .head h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.service-card .head p {
  color: #fff;
  height: 150px;
  overflow-y: scroll;
}

.service-card .head p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(211, 211, 211, 0.6);
  background-color: #ffffff;
  border-radius: 2px;
}

.service-card .head p::-webkit-scrollbar {
  background: transparent;
  width: 3px;
  border-radius: 2px;
}

.service-card .head p::-webkit-scrollbar-thumb {
  background: #004373;
  height: 50px;
  border-radius: 2px;
}

.h-blog-button a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #004373;
  width: fit-content;
  padding: 5px 5px 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}

.h-blog-button a span {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.h-blog-button a span img {
  width: 22px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%)
    hue-rotate(175deg) brightness(96%) contrast(90%);
}

.h-blog-button {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.blog-card {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}

.blog-card .head {
  padding: 20px;
}

.blog-card .head span {
  background: #004373;
  font-size: 13px;
  border-radius: 30px;
  padding: 5px 15px;
  color: #fff;
}

.blog-card .head h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
  font-family: "Urbanist", sans-serif;
}

.blog-card .head p{
    font-size: 14px;
    height: 65px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.blog-card .head .person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-card .head .person h6 {
  font-weight: 600;
}

.blog-card .head .person small {
  color: gray;
}

.blog-card .head .person img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-card .image {
  position: relative;
  height: 310px;
}

.blog-card .image .bg-wave {
  position: absolute;
  top: -1px;
  width: 100%;
}

.blog-card .image .blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-box {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.logo-box img {
  max-width: 70%;
  max-height: 60px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.logo-box:nth-child(5n) {
  border-right: none;
}

.logo-box:nth-last-child(-n + 5) {
  border-bottom: none;
}

.h-brand-head-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 70%;
}

.h-brand-section {
  background: #fafafa;
  padding-block: 50px;
}

.testi-card {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #004373;
  box-shadow: 10px 10px #004373;
  margin-bottom: 12px;
}

.testi-card p {
  height: 115px;
  overflow-y: scroll;
}

.testi-card p::-webkit-scrollbar {
  display: none;
}

.testi-slick {
  margin: 0 -15px;
  /* negative margin to cancel out inside margin */
}

.testi-slick .slick-slide {
  margin: 0 10px;
  /* horizontal gap of 20px between slides */
  box-sizing: border-box;
}

.testi-head-div {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.testi-head-div p {
  margin-inline: auto;
  width: 45%;
}

.testi-card .person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi-card .person img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.testi-card .person h6 {
  font-weight: 600;
}

.testi-card .person small {
  color: gray;
}

.footer-section {
  background: #004373;
}

.footer-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-details ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer-details ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.footer-details ul li p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.footer-details h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.footer-details.social a {
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-details.social a i {
  color: #fff;
  font-size: 14px;
}

.footer-link a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  height: 100%;
}

.footer-link i {
  color: #fff;
}

.footer-logo img {
  filter: brightness(0) invert(1) !important;
}

.footer-by {
  display: flex;
  justify-content: end;
}

.footer-items-div {
  background: #195581;
  padding: 20px;
  border-radius: 16px;
}

.footer-items-div p {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.footer-section hr {
  margin: 2rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.75;
  color: #ffffff9e;
}

/* ---------------------------- */

.about-head-div {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}

.about-head-image img {
  width: 100%;
  object-fit: cover;
}

.about-head-image img.one {
  height: 525px;
  border-radius: 150px 150px 0% 150px;
}

.about-head-image img.two {
  height: 250px;
  border-radius: 100px 0px 100px 0px;
}

.about-head-image img.three {
  height: 250px;
  border-radius: 100px 100px 100px 0px;
}

.about-para-div p {
  font-size: 17px;
}

.about-para-div a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #004373;
  width: fit-content;
  padding: 5px 5px 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}

.about-para-div a span {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-para-div a img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%)
    hue-rotate(175deg) brightness(96%) contrast(90%);
  width: 22px;
}

.about-who-section {
  background: linear-gradient(
    179deg,
    rgba(2, 97, 166, 1) 0%,
    rgba(0, 67, 115, 1) 30%,
    rgba(0, 67, 115, 1) 70%,
    rgba(2, 97, 166, 1) 100%
  );
}

.about-who-section .container {
  width: 70%;
}

.about-who-img-div {
  height: 400px;
}

.about-who-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-who-para a {
  background: #fff;
  font-size: 15px;
  padding: 8px;
  color: #004373;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 5px;
  font-weight: 600;
  margin-inline: auto;
}

.about-who-para a img {
  background: #004373;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.about-who-para p {
  font-size: 23px;
  font-weight: 200;
}

.founder-div {
  background: #004373;
  padding: 60px;
  border-radius: 16px;
}

.founder-div p {
  color: #fff;
  font-size: 17px;
}

.person-div {
  display: flex;
  justify-content: space-between;
}

.person-head {
  display: flex;
  flex-direction: column;
}

.person-head small {
  color: #fff;
  font-size: 13px;
}

.person-head span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.founder-div .img-div {
  height: 500px;
  text-align: end;
}

.founder-div .img-div img {
  width: 85%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 15px;
}

.team-div {
  margin-top: 50px;
}

.team-div .row {
  --bs-gutter-x: 1rem !important;
}

.team-card {
  height: 330px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
}

.team-card .overlay {
  position: absolute;
  background: linear-gradient(0deg, #004373, transparent, transparent);
  width: 100%;
  height: 100%;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.team-card .name {
  position: relative;
  text-align: center;
  padding: 20px;
}

.team-card .name h5 {
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}

.team-card .name small {
  color: #fff;
  font-size: 14px;
}

/* ---------------------- */

.product-section {
  position: relative;
}

.product-section .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.3);
}

.product-section .container {
  position: relative;
  width: 35%;
  text-align: center;
}

.product-search-filter-div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.product-search-filter-div .search-div {
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  width: 30%;
}

.product-search-filter-div .search-div input {
  border: none;
  background: transparent;
}

.product-search-filter-div .search-div input::placeholder {
  font-size: 14px;
  color: gray;
}

.product-search-filter-div .search-div input:focus {
  box-shadow: none !important;
}

.product-view-discription-div {
  margin-top: 50px;
}

.button-div button {
  border-top: 2px solid transparent;
  transition: 0.3s;
}

.button-div .one.active {
  border-top: 2px solid #005489 !important;
}

.button-div .two.active {
  border-top: 2px solid #005489 !important;
}

.product-view-discription-div .button-div .one {
  background: #fafafa;
  border: none;
  padding: 10px;
  border-top: 3px solid #e9e9e9;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.product-view-discription-div .button-div .two {
  background: #fafafa;
  border: none;
  padding: 10px;
  border-top: 3px solid #e9e9e9;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.product-view-discription-div .content-div .para {
  margin-top: 10px;
  background: #fafafa;
  padding: 25px;
}

.table-div {
  margin-top: 10px;
}

.table-div th {
  background: #004373 !important;
  color: #fff !important;
  white-space: pre;
}

.filter-div {
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 30%;
}

.filter-div .fill-btn {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filter-div a {
  font-size: 14px;
  font-weight: 500;
}

.filter-div .dropdown-menu {
  position: absolute;
  inset: 15px auto auto 0px !important;
  margin: 0px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  padding: 0;
}

.filter-div .dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  padding-block: 5px;
}

/* --------------- */

.industrie-div {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-top: 50px;
}

.industrial-view-image {
  height: 250px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  text-align: center;
}

.industrial-view-image img {
  height: 100%;
}

.category-box {
  border: 1px solid #cbd5e0;
  border-radius: 10px;
  padding: 20px;
}

.category-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #00509e;
  display: inline-block;
  padding-bottom: 3px;
}

.category-list {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  font-size: 15px;
  color: #b0b0b0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.2s;
}

.category-list a::before {
  content: "•";
  color: rgb(145, 145, 145);
  position: absolute;
  left: -15px;
}

.category-list a:hover {
  color: #000;
}

.category-list a.active {
  font-weight: 600;
  color: #000;
}

.category-list a.active::before {
  content: "•";
  color: black;
  position: absolute;
  left: -15px;
}

/* --------------------- */

.brands-section {
  background: #fafafa;
}

.brand-card-div {
  margin-top: 40px;
}

.brand-card-div span {
  background: #004373;
  color: #fff;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 18px;
}

.brand-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 16px;
}

.brand-card img {
  height: 100%;
  object-fit: scale-down;
}

/* ================================ */

.contact-section {
  position: relative;
}

.contact-section .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.3);
}

.contact-section .container {
  position: relative;
  width: 55%;
  text-align: center;
}

.blog-card-main {
  position: relative;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.blog-card-main .blog-image {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  object-fit: cover;
}

.blog-card-main .head {
  position: relative;
  backdrop-filter: blur(2px);
  background: #42424280;
  margin: 20px;
  padding: 25px;
  border-radius: 16px;
  width: 100%;
}

.blog-card-main .head img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-card-main .head .person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-card-main .head .person h6 {
  color: #fff;
  font-weight: 400;
}

.blog-card-main .head .person small {
  color: #fff;
}

.blog-card-main .head h4 {
  color: #fff;
}

.blog-card-main .head p {
  color: #fff;
  margin-bottom: 0;
}

.blog-card-main .photo-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card-main .photo-name span {
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 30px;
}

.back-blog-btn a {
  background: #004373;
  padding: 4px 8px;
  display: flex;
  gap: 5px;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  width: fit-content;
}

.back-blog-btn a i {
  color: #fff;
}

.blog-view-discription {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.blog-view-discription .head span {
  background: #004373;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 15px;
  color: #fff;
}

.blog-view-discription .head .person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-view-discription .head .person img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-view-discription .head .person h6 {
  font-weight: 600;
}

.blog-view-discription .head .person small {
  color: gray;
}

.toc-card {
  background-color: #003a66;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  max-width: 400px;
}

.toc-card img {
  width: 100%;
  display: block;
  height: 310px;
  object-fit: cover;
  border-radius: 16px;
}

.toc-card .toc-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  text-transform: uppercase;
  color: #fff;
}

.toc-card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  border-left: 2px solid #0070c0;
}

.toc-card ul li {
  padding: 8px 0;
  padding-left: 15px;
  position: relative;
  border-left: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
}

.toc-card ul li.active,
.toc-card ul li:hover {
  color: #00bfff;
  border-left: 2px solid #00bfff;
}

/* --------------------------------------- */
.contact-add-card {
  background: #fff;
  padding: 20px;
  text-align: start;
}

.contact-add-card .name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.contact-add-card .name i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dfeef8;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004373;
  font-size: 17px;
}

.contact-add-card .name span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.contact-add-card a {
  color: #000;
  font-size: 15px;
}

.contact-add-card p {
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
}

.w-set.row {
  --bs-gutter-x: 0.5rem !important;
}

.contact-form-div .form-group {
  margin-bottom: 15px;
}

.contact-form-div .form-group label {
  font-weight: 500;
}

.contact-form-div .form-group input {
  padding-block: 15px;
}

.contact-form-div .form-group input::placeholder {
  font-size: 14px;
}

.contact-form-div button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #004373;
  width: fit-content;
  padding: 5px 5px 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
  margin-left: auto;
}

.contact-form-div button:hover {
  background: #004373de;
  color: #fff;
}

.contact-form-div button span {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form-div button img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%)
    hue-rotate(175deg) brightness(96%) contrast(90%);
  width: 22px;
}

.map-section {
  background: #004373;
  position: relative;
}

.map-section .bg-image {
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}

.map-section .container {
  border-bottom: 1px solid #fff;
  position: relative;
}

.map-section .map {
  height: 300px;
}

.map-section .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.main-div-mission-vision {
  margin-top: 70px;
}

.mission-vision-div.one {
  width: 100%;
  position: relative;
  padding: 12px;
  margin-top: 20px;
}

.mission-vision-div.one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 16px;
  z-index: 0;
}

.mission-vision-div.two {
  width: 100%;
  position: relative;
  padding: 12px;
  margin-top: 20px;
}

.mission-vision-div.two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0 !important;
  width: 60%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 16px;
  z-index: 0;
}

.mission-vision-div .row {
  position: relative;
  z-index: 1;
}

.mission-vision-div .head {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  justify-content: center;
}

.mission-vision-div .head span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-vision-div .head span img {
  width: 35px;
}

.mission-vision-div .head h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

.mission-vision-div .content {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 45px;
  border-radius: 12px;
}

.mission-vision-div .content p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
}

  .content-div tbody .img-div{
       width:300px !important;
    }

@media only screen and (max-width: 767px) {
    
    .content-div tbody{
        display: grid;
    }
    .content-div tbody .img-div{
        width: 100% !important;
    }
    
     .content-div tbody .img-div img{
        width: 100% !important;
    }
     .content-div tbody tr{
        display: flex;
    }
    
    .content-div tbody .head{
        width: 50%;
    }
    
     .content-div tbody .disc{
        width: 50%;
    }
    
    
    .footer-details ul li p {
    text-align: start;
}

.footer-details ul {
    gap: 10px;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
    
    
    .banner-section .overlay {
      background: linear-gradient(180deg, #000000c7, #00000078, transparent)!important;
    }
    
    .pt-sm-20{
        padding-top: 20px;
    }
    
    .service-card .head p{
        height: 100px;
    }
    
    .container{
          padding-inline: 1.75rem!important;
      }
    
  .banner-head-div {
    text-align: center;
  }

  .mission-vision-div.two {
    width: 100%;
    position: relative;
    padding: 12px;
    margin-top: 0px;
  }

  .mission-vision-div .content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .blog-card .head {
    padding: 20px;
    text-align: center;
  }

  .navbar-nav .btn-group {
    width: max-content;
    margin-inline: auto;
  }

  .nav-modal-div {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .logo-grid {
    margin-top: 30px;
  }

  .logo-box:nth-child(5n) {
    border-right: 1px solid #e6e6e6;
  }

  .logo-box:nth-last-child(-n + 5) {
    border-bottom: 1px solid #e6e6e6;
  }

  .logo-box:nth-child(3n) {
    border-right: none;
  }

  /* Remove bottom border on last row */
  .logo-box:nth-last-child(-n + 3) {
    border-bottom: none;
  }

  .blog-card .head .person {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .blog-card .head .person h6 {
    font-weight: 600;
    line-height: 8px;
  }

  .blog-card .head .person small {
    color: gray;
    font-size: 12px;
  }

  .banner-head {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: ;: 0;
    line-height: 35px;
  }

  .banner-head-div p {
    font-size: 15px;
    color: #fff;
    width: 100%;
    font-weight: 300;
  }

  .banner-head-div div {
    justify-content: center;
  }

  .main-head {
    font-family: "Urbanist", sans-serif;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }

  .h-product-para p {
    width: 100%;
    margin-bottom: 0;
  }

  .testi-head-div p {
    margin-inline: auto;
    width: 100%;
  }

  .main-head-div {
    display: grid;
    text-align: center;
  }

  .sub-head {
    margin-inline: auto;
  }

  .main-para {
    text-align: center;
  }

  .h-product-head {
    text-align: center;
  }

  .count-card img {
    width: 55px;
  }

  .count-card {
    height: auto;
  }

  .count-card .head {
    margin-top: 15px;
  }

  .count-card .head span {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
  }

  .h-about-head-div p {
    color: #fff;
    font-size: 17px;
    z-index: 2;
    font-weight: 300;
    text-align: justify;
  }

  .main-para-div {
    width: 100%;
    margin-left: auto;
  }

  .h-blog-button {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 5px;
  }

  .h-brand-head-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  .h-industrie-para p {
    width: 100%;
    margin-left: auto;
  }

  .count-card .head h6 {
    color: #fff;
    font-size: 14px;
  }

  .footer-details {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-details.social div {
    justify-content: center;
  }

  .footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .developed-by {
    text-align: center;
  }

  .footer-by {
    text-align: center;
  }

  .footer-items-div p {
    text-align: justify;
  }

  .footer-logo {
    text-align: center;
  }

  .about-head-div {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
    text-align: center;
  }

  .about-para-div p {
    font-size: 17px;
    text-align: justify;
  }

  .about-para-div a {
    margin-inline: auto;
  }

  .about-head-image img.one {
    height: 210px;
    border-radius: 80px 80px 0% 80px;
    margin-bottom: 25px;
  }

  .about-head-image img.two {
    height: 210px;
    border-radius: 70px 0px 70px 0px;
  }

  .about-head-image img.three {
    height: 210px;
    border-radius: 70px 0px 70px 0px;
  }

  .about-who-section .container {
    width: 100%;
  }

  .about-who-img-div {
    height: 180px;
  }

  .about-who-para p {
    font-size: 20px;
    font-weight: 200;
  }

  .mission-vision-div.one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background-color: #f0f0f0;
    border-radius: 16px;
    z-index: 0;
  }

  .mission-vision-div.two::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0 !important;
    width: 100%;
    height: 65%;
    background-color: #f0f0f0;
    border-radius: 16px;
    z-index: 0;
  }

  .mission-vision-div.two .head {
    margin-top: 5px;
  }

  .mission-vision-div.one .head span {
    margin-bottom: 10px;
  }

  .founder-div {
    background: #004373;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
  }

  .founder-div .img-div img {
    width: 100%;
  }

  .founder-div .img-div {
    height: 420px;
    text-align: end;
    margin-top: 25px;
  }

  .product-section .container {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .product-search-filter-div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .product-search-filter-div .search-div {
    width: 50%;
  }

  .filter-div {
    width: 50%;
  }

  .service-card {
    position: relative;
    height: 420px;
    display: flex;
    align-items: end;
  }

  .brand-card-div {
    margin-top: 40px;
    text-align: center;
  }

  .blog-card-main .photo-name {
    flex-direction: column;
    gap: 15px;
  }

  .blog-card-main .photo-name span {
    color: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 30px;
  }

  .blog-card-main .head {
    margin: 20px;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
  }

  .contact-section .container {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .contact-add-card .name {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    justify-content: center;
    flex-direction: column;
  }

  .contact-add-card {
    background: #fff;
    padding: 20px;
    text-align: center;
  }

  .blog-view-discription {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    text-align: center;
  }

  .blog-view-discription .head .person {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .back-blog-btn {
    height: 250px!important;
  }

  .navbar-logo {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .banner-industries-card .head p {
    color: #fff;
    font-size: 14px;
    height: 65px;
    overflow-y: scroll;
  }
  
     .content-div tbody{
        display: grid;
    }
    .content-div tbody .img-div{
        width: 100% !important;
    }
    
     .content-div tbody .img-div img{
        width: 100% !important;
    }
     .content-div tbody tr{
        display: flex;
    }
    
    .content-div tbody .head{
        width: 50%;
    }
    
     .content-div tbody .disc{
        width: 50%;
    }
  

  .h-about-head-div .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 50%;
  }

  .navbar-nav .btn-group {
    width: max-content;
    margin-inline: auto;
  }

  .nav-modal-div {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .banner-head {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
  }

  .banner-head-div p {
    font-size: 20px;
    color: #fff;
    width: 60%;
  }

  .banner-industries-card .head span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .main-head {
    font-family: "Urbanist", sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
  }

  .count-card img {
    width: 70px;
  }

  .count-card .head span {
    color: #fff;
    font-size: 65px;
    line-height: 70px;
    font-weight: 500;
    font-family: "Anybody", sans-serif;
  }

  .count-card {
    height: 200px;
  }

  .h-about-head-div p {
    color: #fff;
    font-size: 15px;
    z-index: 2;
    font-weight: 300;
  }

  .h-about-img {
    height: 100%;
  }

  .h-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
  }

  .service-card {
    position: relative;
    height: 400px;
    display: flex;
    align-items: end;
  }

  .service-card .head {
    position: relative;
    padding: 15px;
  }

  .service-card .head h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
  }

  .h-product-para p {
    width: 100%;
    margin-bottom: 0;
  }

  .h-industrie-para p {
    width: 100%;
    margin-left: auto;
  }

  .main-para-div {
    width: 100%;
    margin-left: auto;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-industries-card .head p {
    color: #fff;
    font-size: 14px;
    height: 65px;
    overflow-y: scroll;
  }

  .h-about-head-div .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 50%;
  }
  
     .content-div tbody{
        display: grid;
    }
    .content-div tbody .img-div{
        width: 100% !important;
    }
    
     .content-div tbody .img-div img{
        width: 100% !important;
    }
     .content-div tbody tr{
        display: flex;
    }
    
    .content-div tbody .head{
        width: 50%;
    }
    
     .content-div tbody .disc{
        width: 50%;
    }

  .navbar-nav .btn-group {
    width: max-content;
    margin-inline: auto;
  }

  .nav-modal-div {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .banner-head {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
  }

  .banner-head-div p {
    font-size: 20px;
    color: #fff;
    width: 60%;
  }

  .banner-industries-card .head span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .main-head {
    font-family: "Urbanist", sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
  }

  .count-card img {
    width: 70px;
  }

  .count-card .head span {
    color: #fff;
    font-size: 65px;
    line-height: 70px;
    font-weight: 500;
    font-family: "Anybody", sans-serif;
  }

  .count-card {
    height: 260px;
  }

  .h-about-head-div p {
    color: #fff;
    font-size: 15px;
    z-index: 2;
    font-weight: 300;
  }

  .h-about-img {
    height: 100%;
  }

  .h-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
  }

  .service-card {
    position: relative;
    height: 520px;
    display: flex;
    align-items: end;
  }

  .service-card .head {
    position: relative;
    padding: 15px;
  }

  .service-card .head h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .h-product-head h2 {
    font-size: 28px;
  }

  .banner-industries-card .head p {
    color: #fff;
    font-size: 14px;
    height: 65px;
    overflow-y: scroll;
  }

  .main-head {
    font-family: "Urbanist", sans-serif;
    font-size: 38px;
    line-height: 43px;
    font-weight: 600;
  }

  .count-card img {
    width: 75px;
  }

  .h-about-img {
    height: 100%;
  }

  .h-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
  }

  .count-card .head span {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-family: "Anybody", sans-serif;
  }

  .h-about-head-div p {
    color: #fff;
    font-size: 17px;
    z-index: 2;
    font-weight: 300;
  }

  .service-card {
    position: relative;
    height: 520px;
    display: flex;
    align-items: end;
  }

  .navbar-logo {
    width: 130px;
  }

  .about-para-div p {
    font-size: 16px;
  }

  .about-who-para p {
    font-size: 20px;
    font-weight: 200;
  }

  .about-who-section .container {
    width: 85%;
  }

  .founder-div p {
    color: #fff;
    font-size: 16px;
  }

  .product-card .head-div h6 {
    font-size: 17px;
  }

  .product-card .head-div span {
    width: 35px;
    height: 35px;
  }

  .product-card .head-div span img {
    width: 22px;
  }

  .product-card .img-div {
    height: 210px;
    padding: 20px;
  }

  .main-para {
    font-size: 15px;
  }

  .blog-card-main {
    height: 470px;
  }

  .navbar-nav .btn-group {
    width: max-content;
    margin-inline: auto;
  }

  .nav-modal-div {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .contact-form-div .form-group input {
    padding-block: 10px;
  }

  .banner-head {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 65px;
  }

  .banner-head-div p {
    font-size: 20px;
    color: #fff;
    width: 55%;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .d-padding {
    padding-block: 55px;
  }

  .contact-form-div .form-group input {
    padding-block: 12px;
  }

  .blog-card-main {
    height: 470px;
  }

  .main-para {
    font-size: 15px;
  }

  .product-card .head-div h6 {
    font-size: 16px;
  }

  .product-card .head-div span img {
    width: 22px;
  }

  .product-card .img-div {
    height: 210px;
    padding: 20px;
  }

  .product-card .head-div span {
    min-width: 35px;
    min-height: 35px;
  }

  .banner-industries-card .head p {
    color: #fff;
    font-size: 14px;
    height: 65px;
    overflow-y: scroll;
  }

  .about-who-section .container {
    width: 80%;
  }

  .banner-head-div p {
    font-size: 17px;
    color: #fff;
    width: 50%;
    font-weight: 300;
  }

  .banner-head {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
  }

  .h-product-head h2 {
    font-size: 28px;
  }

  .main-head {
    font-family: "Urbanist", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .founder-div p {
    color: #fff;
    font-size: 16px;
  }

  .count-card img {
    width: 80px;
  }

  .count-card .head span {
    color: #fff;
    font-size: 75px;
    line-height: 75px;
    font-weight: 500;
    font-family: "Anybody", sans-serif;
  }

  .h-about-head-div p {
    color: #fff;
    font-size: 18px;
    z-index: 2;
    font-weight: 300;
  }

  .service-card {
    position: relative;
    height: 550px;
    display: flex;
    align-items: end;
  }

  .navbar-logo {
    width: 135px;
  }

  .about-para-div p {
    font-size: 16px;
  }

  .about-who-para p {
    font-size: 21px;
    font-weight: 200;
  }
}

@media (min-width: 1801px) {
  .container {
    max-width: 1630px !important;
  }
}

.navbar-top {
  box-shadow: none;
}

.navbar {
  background: transparent;
}

.navbar-logo {
  filter: brightness(0) invert(1) !important;
}

.nav-modal-div button {
  background: #ffffff;
  color: #004373;
  font-weight: 600;
}

.nav-modal-div button span {
  background: #004373;
}

.nav-modal-div button img {
  width: 22px;
  /* filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%) hue-rotate(175deg) brightness(96%) contrast(90%); */
  filter: none;
}

.nav-contact {
  background: transparent;
}

.nav-contact .container {
  border-bottom: 1px solid #fff;
}

.navbar-active .navbar {
  background: #fff;
}

.navbar-active .navbar-logo {
  filter: none !important;
}

.navbar-active .nav-link {
  color: #000000 !important;
}

.navbar-nav {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.navbar-active.navbar-top {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.navbar-active.navbar-active .nav-modal-div button {
  background: #004373;
  color: #fff;
  font-weight: 600;
}

.navbar-active .nav-modal-div button span {
  background: #ffffff !important;
}

.navbar-active .nav-modal-div button img {
  width: 22px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%)
    hue-rotate(175deg) brightness(96%) contrast(90%);
}

.intl-tel-input{
  width: 100%!important;
}

.contact-social{
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-social a{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #002a52;
}

.contact-social a i{
  color: #002a52;
}

.back-blog-btn {
    display: flex;
    justify-content: center;
    height: 400px;
    width: 100%;
    border-radius: 10px;
    position: relative;
  }

  .back-blog-btn img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
  }

  .back-blog-btn a{
    position: absolute;
    top: 20px;
    left: 20px;
  }
  
  .btn-theme-secondary{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0562a7;
    border-color: #0562a7;
    width: fit-content;
    padding: 5px 5px 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
  }
  
  .btn-theme-secondary:hover{
    background: #0562a780 !important;
    border-color: #0562a780 !important;
  }

  .btn-theme{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #004373;
    border-color: #004373;
    width: fit-content;
    padding: 5px 5px 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
  }
  
  .btn-theme:hover{
    background: #086db780 !important;
    border-color: #086db780 !important;
  }

  .btn-theme span{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    padding: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .btn-theme span a{
    width: 22px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(743%) hue-rotate(175deg) brightness(96%) contrast(90%);
  }

  .divider{
      border-bottom: 1px dashed #ccc;
      margin: 10px 0px 10px 0px;
      width: 75%;
      margin-left: auto;
      margin-right: auto;
  }
  
  
  .slick-list{
    padding-bottom: 10px!important;
  }.bg-theme{
      background-color: #004373 !important;
  }
  
  
  @media only screen and (min-width: 990px) 
  {
      
      
      .w-md-25{
          width: 25%!important;
      }
      
      .w-md-50{
          width: 50%!important;
      }
      
      .w-md-75{
          width: 75%!important;
      }
      
      .w-md-100{
          width: 100%!important;
      }
      
  }