* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: gilroy-bold;
  src: url(../fonts/gilroy/Gilroy-Bold.ttf);
}

@font-face {
  font-family: gilroy-semibold;
  src: url(../fonts/gilroy/Gilroy-SemiBold.ttf);
}

@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/gilroy/Gilroy-Medium.ttf);
}

@font-face {
  font-family: gilroy-light;
  src: url(../fonts/gilroy/Gilroy-Light.ttf);
}

:root {
  --white: #fff;
  --black: #000;
  --primary-color: rgb(3, 65, 83);
  --secondary-color: rgb(254, 209, 0);
  --light-color: rgb(247, 247, 247);
  --c-padding: 125px;
  --cr-padding: 15px;
  --text-color: #212529;
  --font-bold: gilroy-bold;
  --font-semibold: gilroy-semibold;
  --font-medium: gilroy-medium;
  --font-light: gilroy-light;
}

section,
div,
span,
h1,
h2,
h3,
h4,
h5,
h5,
a,
ul,
ol,
p {
  font-family: var(--font-medium);
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0rem !important;
}

.my-container {
  padding: 0px var(--c-padding);
}

.spl-c-1 {
  padding-left: var(--c-padding);
}

.spl-c-2 {
  padding-right: var(--c-padding);
}

header {
  background-color: var(--light-color);
}

header .header_row {
  display: flex;
  justify-content: space-between;
}

header .header_row .header_col ul {
  list-style: none;
  display: flex;
  padding-left: 0rem !important;
  padding: 10px 0px;
  margin-bottom: 0rem !important;
}

header .header_row .header_col ul li {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

header .header_row .header_col ul li span:first-child {
  padding-right: 5px;
}

header .header_row .header_col ul li:first-child {
  margin-left: 0px;
}

.header_col_right {
  background-color: var(--primary-color);
  padding-left: 70px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
}

.header_col_right ul li a {
  color: #fff;
  text-decoration: none;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem !important;
  padding-left: 1rem !important;
  color: var(--text-color);
}

.navbar-brand img {
  width: 170px;
}

.site-main-banner .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.site-main-banner .owl-nav button.owl-prev {
  left: 0;
}

.site-main-banner .owl-nav button.owl-next {
  right: 0;
}

.site-main-banner .owl-dots {
  text-align: center;
  padding-top: 15px;
}

.site-main-banner .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.site-main-banner .owl-dots button.owl-dot.active {
  background-color: #000;
}

.site-main-banner .owl-dots button.owl-dot:focus {
  outline: none;
}

.site-main-banner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--secondary-color) !important;
}

.site-main-banner span {
  font-size: 50px;
  position: relative;
  top: -5px;
  color: var(--secondary-color);
  padding: 0px 5px;
}

.site-main-banner .owl-nav button:focus {
  outline: none;
}

.site-main-banner .owl-dots {
  display: none;
}

.banner-item-inner {
  background-image: linear-gradient(
    to right,
    rgb(3, 65, 83, 0.8),
    rgb(3, 65, 83, 0.4)
  );
  padding: 180px 0px;
}

.banner-item-inner h5 {
  color: var(--white);
  font-size: 2rem !important;
  font-family: var(--font-semibold);
  font-weight: 600 !important;
}

.p-button {
  border: 1px solid var(--secondary-color);
  padding: 6px 20px;
  background-color: transparent;
  border-radius: 2px;
  color: var(--secondary-color);
}

.s-button {
  border: 1px solid var(--secondary-color);
  padding: 6px 20px;
  background-color: var(--secondary-color);
  border-radius: 2px;
  color: var(--primary-color);
}

.second-section-start {
  background-image: linear-gradient(
    to right,
    rgb(254, 209, 0, 0.8),
    rgb(254, 209, 0, 0.5)
  );
  padding: 30px 0px;
}

.home_heading h2 {
  color: var(--primary-color);
  font-family: var(--font-bold);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.home_heading h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 70%;
  background-color: var(--secondary-color);
}

.section-inner-mc {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}

.home_services_card {
  box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  margin-top: 30px;
}

.home_services_card a {
  color: var(--text-color);
}

.home_services_card img {
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 1.3 / 1; /* Maintains a 1:1.30 aspect ratio */
  object-fit: cover;
}

.services-btn {
  margin-top: 20px;
}

.services-btn span {
  padding: 10px;
}

.services-btn span:first-child {
  background-color: var(--primary-color);
  color: var(--white);
}

.services-btn span:last-child {
  background-color: var(--secondary-color);
}

.second-banner-mc {
  background-image: linear-gradient(rgb(3, 65, 83, 0.8), rgb(3, 65, 83, 0.8)),
    url(../images/img-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.second-banner-mc p {
  font-size: 1.2rem !important;
  font-family: var(--font-light);
}

.industries-card {
  background-color: rgb(93, 114, 124);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries-card svg {
  color: var(--white);
  font-size: 1.8rem;
}

.industries-card p {
  color: var(--white);
  font-size: 1.2rem;
  margin-top: 6px;
}

.industries-card:hover svg {
  color: var(--secondary-color);
}

.industries-card:hover p {
  color: rgb(99 213 182);
}

footer {
  background-color: var(--primary-color);
}

footer img {
  width: 70%;
  filter: brightness(0) invert(1);
}

footer .footer-first {
  padding: 50px 0px;
}

footer p b {
  color: var(--white);
  font-size: 1.3rem !important;
  font-family: var(--font-medium) !important;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 100%;
}

footer ul {
  list-style: none;
  padding-left: 0rem;
  margin-bottom: 0rem;
  margin-top: 10px;
}

footer ul li {
  margin-top: 5px;
}

footer ul li a {
  color: var(--white);
}

footer ul li a:hover {
  color: var(--secondary-color);
}

.copy-right-mc {
  background-color: rgb(2, 53, 68);
  padding: 10px 0px;
}

.copy-right-mc .container {
  display: flex;
  justify-content: space-between;
}

.copy-right-mc section p {
  color: var(--white);
}

.copy-right-mc section p a {
  color: var(--white);
}

.copy-right-mc section {
  padding: 5px 0px;
}

.team-section-mc .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.team-section-mc .owl-nav button.owl-prev {
  left: 0;
}

.team-section-mc .owl-nav button.owl-next {
  right: 0;
}

.team-section-mc .owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}

.team-section-mc .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.team-section-mc .owl-dots button.owl-dot.active {
  background-color: #000;
}

.team-section-mc .owl-dots button.owl-dot:focus {
  outline: none;
}

.team-section-mc .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.team-section-mc span {
  font-size: 50px;
  position: relative;
  top: -5px;
  color: var(--primary-color);
}

.team-section-mc .owl-nav button:focus {
  outline: none;
}

.team-card-mc {
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid #c0bebe8c;
  text-align: center;
}

.team-card-mc img {
  width: 100%;
  border-radius: 5px;
}

.inner-page-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/inner-page-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.inner-page-banner h2 {
  color: var(--white);
  margin-bottom: 0rem !important;
}

.inner-about-mc img {
  border-radius: 15px;
  box-shadow: 51px 40px 89px -26px rgba(0, 0, 0, 0.07);
}

.services-single-post-mc img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 51px 40px 89px -26px rgba(0, 0, 0, 0.05);
}

.services-single-post-mc h2 {
  font-size: 2rem !important;
  margin-top: 30px;
  font-weight: 300 !important;
  font-family: var(--font-medium) !important;
}

.services-single-post-mc button {
  color: var(--white) !important;
  background-color: rgb(33, 55, 68);
  border-radius: 10px;
  outline: none !important;
  border: none !important;
  margin-top: 5px;
}

.accordion-button:not(.collapsed) {
  color: var(--white) !important;
  background-color: rgb(33, 55, 68) !important;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.services-right-mc ul {
  list-style: none;
}

.services-right-mc ul li {
  background-color: rgb(242, 242, 242);
  padding: 10px;
  margin-top: 5px;
  color: var(--text-color);
}

.contact-address {
  list-style: none;
  padding-left: 0rem !important;
  margin-top: 20px;
}

.contact-address li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.contact-address li span:last-child {
  padding-left: 10px;
}

/* WhatsApp Floating Button */
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .spl-c-1 {
    padding-left: var(--cr-padding);
  }

  .spl-c-2 {
    padding-right: var(--cr-padding);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .res-center {
    text-align: center;
  }

  .spl-c-1 {
    padding-left: var(--cr-padding);
  }

  .spl-c-2 {
    padding-right: var(--cr-padding);
  }

  .m-none {
    display: none !important;
  }

  .banner-item-inner {
    padding: 80px 0px;
    text-align: center;
  }

  .banner-item-inner h5 {
    font-size: 1.5rem !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
  }

  .dropdown-item {
    text-align: center !important;
  }

  .home_heading h2:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .section-inner-mc {
    grid-template-columns: 100%;
  }

  .copy-right-mc .container {
    display: block;
  }

  .services-single-post-mc {
    text-align: center;
  }

  ul#menu-sector {
    padding-left: 0rem !important;
    margin-top: 30px;
  }
}
