@import url("https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap");
@font-face {
  font-family: "FSP DEMO - Resolve Sans Bold Wd";
  src: url("../fonts/FONTSPRINGDEMO-ResolveSansBoldWdRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-ResolveSansBoldWdRegular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Funnel Display", sans-serif;
  background: white-color;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  color: #545F71;
  line-height: 24px;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  p {
    font-size: 0.813rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #EA0A35 !important;
}
a:hover {
  text-decoration: none;
}

h3 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.3rem;
  }
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #EA0A35;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #f6f4f4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating,
.form-control {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select,
.form-control input,
.form-control .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus,
.form-control input:focus,
.form-control textarea:focus,
.form-control .form-select:focus,
.form-control select:focus {
  color: #5a5a59;
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #EA0A35;
  transition: all 0.6s ease-in-out;
}
.form-group textarea,
.form-floating textarea,
.form-control textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  color: #5a5a59;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder, .form-control ::-moz-placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder,
.form-control ::placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder,
.form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1ae;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder,
.form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1ae;
  font-weight: 400;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #727272;
}

.wsmenucontainer {
  display: block;
}
@media (max-width: 767px) {
  .wsmenucontainer {
    display: none;
  }
}

.header {
  transition: all 0.4s ease-in-out;
  background: none;
  padding: 1.5rem 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  background: #fff;
}
@media (width <= 1200px) {
  .header {
    padding: 1rem 0;
  }
}
.header .nav-brand {
  padding: 0;
}
.header .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/vr4bim-logo.svg);
  display: inline-block;
  width: 221px;
  height: 40px;
  position: relative;
  margin: 10px 0 0 px;
  background-repeat: no-repeat;
}
@media (768px <= width <= 992px) {
  .header .logo {
    width: 200px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .header .logo {
    width: 180px;
    height: 32px;
  }
}

.intro {
  width: 100%;
  position: relative;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .intro {
    margin-top: 85px;
  }
}
.intro .banner {
  z-index: 0;
  height: auto;
  position: relative;
}
.intro .banner .item {
  display: flex;
  height: auto;
  overflow: hidden;
  align-items: baseline;
  padding: 0;
}
.intro .banner .item .slider-caption {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.intro .banner .item .slider-caption .content__first {
  position: absolute;
  left: 28%;
  top: 0;
  width: 60%;
}
@media (min-width: 1600px) {
  .intro .banner .item .slider-caption .content__first {
    left: 28%;
  }
}
@media (1200px <= width <= 1400px) {
  .intro .banner .item .slider-caption .content__first {
    left: 28%;
  }
}
@media (992px <= width <= 1200px) {
  .intro .banner .item .slider-caption .content__first {
    width: 80%;
    left: 30%;
  }
}
@media (768px <= width <= 992px) {
  .intro .banner .item .slider-caption .content__first {
    left: 34%;
    right: 0;
  }
}
@media (650px <= width <= 768px) {
  .intro .banner .item .slider-caption .content__first {
    position: absolute;
    position: absolute;
    right: 8%;
    top: 0;
    left: 34%;
    width: 58%;
  }
}
@media (480px <= width <= 650px) {
  .intro .banner .item .slider-caption .content__first {
    position: absolute;
    right: 8%;
    top: 0;
    left: auto;
    width: 58%;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption .content__first {
    right: 5%;
    top: 0;
    left: auto;
    width: 58%;
  }
}
.intro .banner .item .slider-caption .content__first h2 {
  font-family: "FSP DEMO - Resolve Sans Bold Wd";
  color: #000;
  font-size: 2rem;
}
@media (1200px <= width <= 1400px) {
  .intro .banner .item .slider-caption .content__first h2 {
    font-size: 1.6rem;
  }
}
@media (992px <= width <= 1200px) {
  .intro .banner .item .slider-caption .content__first h2 {
    font-size: 1.5rem;
  }
}
@media (768px <= width <= 992px) {
  .intro .banner .item .slider-caption .content__first h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .intro .banner .item .slider-caption .content__first h2 {
    font-size: 1.2rem;
  }
  .intro .banner .item .slider-caption .content__first h2 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption .content__first h2 {
    font-size: 1rem;
  }
}
.intro .banner .item .slider-caption .content__first .para_content {
  margin-top: 1.5rem;
  width: 60%;
}
@media (min-width: 1600px) {
  .intro .banner .item .slider-caption .content__first .para_content {
    width: 80%;
  }
}
@media (1200px <= width <= 1400px) {
  .intro .banner .item .slider-caption .content__first .para_content {
    width: 80%;
  }
}
@media (992px <= width <= 1200px) {
  .intro .banner .item .slider-caption .content__first .para_content {
    margin-top: 1rem;
  }
}
@media (768px <= width <= 992px) {
  .intro .banner .item .slider-caption .content__first .para_content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .intro .banner .item .slider-caption .content__first .para_content {
    margin-top: 1rem;
    width: 80%;
  }
}
@media (650px <= width <= 768px) {
  .intro .banner .item .slider-caption .content__first .para_content p {
    position: absolute;
    font-size: 0.75rem;
    line-height: 16px;
  }
}
@media (480px <= width <= 650px) {
  .intro .banner .item .slider-caption .content__first .para_content p {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption .content__first .para_content p {
    font-size: 0.625rem;
    line-height: 16px;
  }
}
.intro .banner .item .slider-caption .content__two {
  left: 0;
  bottom: 20%;
  width: 18%;
  position: absolute;
}
@media (1200px <= width <= 1400px) {
  .intro .banner .item .slider-caption .content__two {
    bottom: 10%;
  }
}
@media (992px <= width <= 1200px) {
  .intro .banner .item .slider-caption .content__two {
    bottom: 0;
    width: 20%;
  }
}
@media (768px <= width <= 992px) {
  .intro .banner .item .slider-caption .content__two {
    bottom: 0;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .intro .banner .item .slider-caption .content__two {
    bottom: 0;
    width: 25%;
    left: 0;
  }
}
@media (650px <= width <= 768px) {
  .intro .banner .item .slider-caption .content__two {
    bottom: 0;
    width: 40%;
    left: 0;
  }
}
@media (480px <= width <= 650px) {
  .intro .banner .item .slider-caption .content__two {
    bottom: 0;
    width: 40%;
    left: 0;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption .content__two {
    bottom: 0;
    width: 40%;
    left: 0;
  }
}
.intro .banner .item .slider-caption .content__two .shape1 {
  margin-bottom: 1rem;
}
.intro .banner .item .slider-caption .content__two .shape1 img {
  width: 15px;
}
.intro .banner .item .slider-caption .content__two p {
  margin-bottom: 1.5rem;
}
@media (650px <= width <= 768px) {
  .intro .banner .item .slider-caption .content__two p {
    font-size: 0.75rem;
    line-height: 16px;
    margin-bottom: 1rem;
  }
}
@media (480px <= width <= 650px) {
  .intro .banner .item .slider-caption .content__two p {
    font-size: 0.75rem;
    line-height: 18px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption .content__two p {
    font-size: 0.625rem;
    line-height: 16px;
    margin-bottom: 1rem;
  }
}
.intro .banner .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -40px;
  z-index: 999;
  position: relative;
}
.intro .banner .owl-theme .owl-dots .owl-dot.active span,
.intro .banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #EA0A35;
}

.banner__desk {
  display: block;
}
@media (max-width: 992px) {
  .banner__desk {
    display: none;
  }
}

.banner__tab {
  display: none;
}
@media (767px <= width <= 992px) {
  .banner__tab {
    display: block;
    margin-top: 4rem;
  }
}

.banner__mob {
  display: none;
}
@media (max-width: 767px) {
  .banner__mob {
    display: block;
    margin-top: 8rem;
  }
}
@media (max-width: 480px) {
  .banner__mob {
    margin-top: 9rem;
  }
}

.service__desk {
  display: block;
}
@media (max-width: 768px) {
  .service__desk {
    display: none;
  }
}

.service__mobile {
  display: none;
}
@media (max-width: 768px) {
  .service__mobile {
    display: block;
  }
}

.about_section {
  width: 100%;
  padding-bottom: 0;
}
.about_section h1 {
  color: #000;
  font-size: 2rem;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .about_section h1 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .about_section h1 {
    font-size: 1.5rem;
    line-height: 35px;
  }
}
@media (width <= 768px) {
  .about_section h1 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .about_section h1 {
    font-size: 1.4rem;
  }
}
.about_section h1 span {
  color: #EA0A35;
}
.about_section .dflex {
  display: flex;
  flex-wrap: wrap;
}
.about_section .rating {
  margin-bottom: 1.5rem;
  display: flex;
}
@media (width <= 768px) {
  .about_section .rating {
    margin-bottom: 0.5rem;
    width: 50%;
  }
}
@media (width <= 480px) {
  .about_section .rating {
    width: 100%;
  }
}
.about_section .rating .stats-rating, .about_section .rating .stats {
  font-size: 2.4rem;
  font-weight: 700;
  color: #EA0A35;
}
@media (768px <= width <= 992px) {
  .about_section .rating .stats-rating, .about_section .rating .stats {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .about_section .rating .stats-rating, .about_section .rating .stats {
    font-size: 1.2rem;
  }
}
.about_section .rating .icons {
  margin-bottom: 0.5rem;
  padding-right: 0.8rem;
}
.about_section .rating .icons img {
  width: 65px;
}
.about_section .rating .stats-text-rating {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin-top: 0.5rem;
}
@media (768px <= width <= 992px) {
  .about_section .rating .stats-text-rating {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .about_section .rating .stats-text-rating {
    margin-top: 0.4rem;
  }
}
.about_section .second_content {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  /* Responsive handling for smaller screens */
}
@media (width <= 768px) {
  .about_section .second_content {
    gap: 20px;
  }
}
@media (width <= 480px) {
  .about_section .second_content {
    flex-direction: column;
    margin-top: 1rem;
  }
}
.about_section .second_content .content {
  width: 100%;
}
@media (width <= 480px) {
  .about_section .second_content .content p {
    margin-bottom: 0;
  }
}
.about_section .second_content .two-column-content {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px; /* adjust spacing between columns */
  text-align: justify;
}
@media (max-width: 768px) {
  .about_section .second_content .two-column-content {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.about_section .client {
  margin-top: 2rem;
}
.about_section .client .logo {
  padding: 2rem;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
}
@media (width <= 1200px) {
  .about_section .client .logo {
    padding: 1rem;
  }
}
@media (width <= 480px) {
  .about_section .client .logo {
    padding: 0.5rem;
  }
}
.about_section .client .logo img {
  width: 180px;
}
.about_section .owl-carousel {
  margin-top: 2rem;
}
.about_section .owl-pagination {
  display: none;
}

.steps-sections {
  width: 100%;
  padding-top: 0;
}
.steps-sections .image-box {
  padding-left: 2rem;
}
@media (width <= 1200px) {
  .steps-sections .image-box {
    padding-left: 0;
  }
}
.steps-sections .step__content {
  padding-right: 2rem;
}
.steps-sections .step__content h3 {
  color: #000;
  font-size: 2.5rem;
  line-height: 50px;
  font-weight: 300;
}
@media (768px <= width <= 1400px) {
  .steps-sections .step__content h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (width <= 768px) {
  .steps-sections .step__content h3 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.steps-sections .step__content h3 span {
  color: #EA0A35;
}
.steps-sections .step__content .accordion {
  border: none;
}
.steps-sections .step__content .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.steps-sections .step__content .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  color: #EA0A35;
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: none;
}
.steps-sections .step__content .accordion .accordion-item .accordion-button::after {
  display: none;
}
.steps-sections .step__content .accordion .accordion-item .accordion-button {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.2rem;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.steps-sections .step__content .accordion .accordion-item .accordion-button .digit {
  position: absolute;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.0705882353);
  font-weight: 700;
  z-index: -1;
  left: 0;
  top: 0;
}
.steps-sections .step__content .accordion .accordion-body {
  padding-top: 0;
}

.service-sections {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.service-sections h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
@media (768px <= width <= 1400px) {
  .service-sections h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (width <= 768px) {
  .service-sections h3 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.service-sections p {
  text-align: center;
  font-size: 0.875rem;
  color: #000;
  opacity: 0.6;
  font-weight: 300;
}
.service-sections .service-card {
  transition: all 0.4s ease-in-out;
  padding: 4rem;
  border: 1px solid #D8DEE5;
  border-radius: 8px;
  position: relative;
  height: 100%;
  margin-bottom: 1.5rem;
  clip-path: polygon(0 0, 96% 0, 100% 10%, 100% 100%, 0 100%);
  overflow: visible; /* Ensures the pseudo-element is not clipped */
}
@media (1200px <= width <= 1400px) {
  .service-sections .service-card {
    padding: 3rem;
  }
}
@media (992px <= width <= 1200px) {
  .service-sections .service-card {
    padding: 1.5rem;
  }
}
@media (768px <= width <= 992px) {
  .service-sections .service-card {
    padding: 2rem;
  }
}
@media (width <= 768px) {
  .service-sections .service-card {
    padding: 2rem;
  }
}
.service-sections .service-card h4 {
  transition: all 0.4s ease-in-out;
  color: #000;
  font-size: 2rem;
}
@media (1200px <= width <= 1400px) {
  .service-sections .service-card h4 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .service-sections .service-card h4 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .service-sections .service-card h4 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .service-sections .service-card h4 {
    font-size: 1.5rem;
  }
}
.service-sections .service-card .nxt_btn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 480px) {
  .service-sections .service-card .nxt_btn {
    width: 30px;
    height: 30px;
  }
}
.service-sections .service-card .nxt_btn i {
  color: #000;
}
.service-sections .service-card .description {
  font-weight: 400;
  line-height: 20px;
}
.service-sections .service-card .description p {
  transition: all 0.4s ease-in-out;
  text-align: left;
}
.service-sections .service-card .listing {
  width: 100%;
}
.service-sections .service-card .listing ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-sections .service-card .listing ul li {
  transition: all 0.4s ease-in-out;
  list-style: none;
  line-height: 20px;
  padding: 0 0 0.5rem 0;
  display: flex;
}
@media (width <= 768px) {
  .service-sections .service-card .listing ul li {
    padding: 0;
  }
}
.service-sections .service-card .listing ul li span {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0.2rem 0.5rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
@media (992px <= width <= 1200px) {
  .service-sections .service-card .listing ul li span {
    font-size: 0.938rem;
  }
}
@media (768px <= width <= 992px) {
  .service-sections .service-card .listing ul li span {
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .service-sections .service-card .listing ul li span {
    font-size: 0.938rem;
  }
}
@media (width <= 480px) {
  .service-sections .service-card .listing ul li span {
    font-size: 0.813rem;
  }
}
.service-sections .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 38px;
  background: #e8e8e8;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (992px <= width <= 1200px) {
  .service-sections .service-card::before {
    width: 19px;
    height: 34px;
  }
}
@media (768px <= width <= 992px) {
  .service-sections .service-card::before {
    height: 53px;
    width: 15px;
  }
}
@media (width <= 768px) {
  .service-sections .service-card::before {
    width: 21px;
    height: 40px;
  }
}
@media (width <= 480px) {
  .service-sections .service-card::before {
    width: 15px;
    height: 38px;
  }
}
.service-sections .service-card:hover {
  background: #EA0A35;
}
.service-sections .service-card:hover h4 {
  color: #fff;
}
.service-sections .service-card:hover .description p {
  color: #fff;
  opacity: 1;
}
.service-sections .service-card:hover .nxt_btn {
  border: 1px solid #fff;
  opacity: 1;
}
.service-sections .service-card:hover .nxt_btn i {
  color: #fff;
}
.service-sections .service-card:hover .listing ul li {
  color: #fff;
}
.service-sections .service-card:hover .listing ul li span {
  color: #fff;
  border: 1px solid #fff;
}

.portfolio-sections {
  width: 100%;
  padding-bottom: 0;
}
.portfolio-sections h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
@media (768px <= width <= 1400px) {
  .portfolio-sections h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (width <= 768px) {
  .portfolio-sections h3 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.portfolio-sections .full p {
  color: #000;
  opacity: 0.6;
  font-weight: 300;
}
.portfolio-sections .full .custom-text .btn_3 {
  color: #000 !important;
}
.portfolio-sections .portfolio-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.portfolio-sections .portfolio-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 219, 226, 0) 14%, rgba(32, 0, 50, 0.9719537473) 88%, rgba(32, 0, 50, 0.9747548678) 100%);
  height: 80%;
}
.portfolio-sections .portfolio-item img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-sections .portfolio-item .info-label {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.portfolio-sections .portfolio-item .info-label p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio-sections .portfolio-item:hover {
  background: #EA0A35;
}
.portfolio-sections .portfolio-item:hover img {
  opacity: 0.3;
  transform: scale(1.1);
}
.portfolio-sections .portfolio-item:hover .info-label {
  padding-left: 1rem;
}

.service-sectors-sections {
  width: 100%;
  padding-bottom: 0;
}
.service-sectors-sections h3 {
  transition: all 0.4s ease-in-out;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
@media (768px <= width <= 1400px) {
  .service-sectors-sections h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (width <= 768px) {
  .service-sectors-sections h3 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.service-sectors-sections p {
  color: #000;
  opacity: 0.6;
  font-weight: 300;
}
.service-sectors-sections .sector-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 18px;
  border-radius: 8px;
  /* text-align: center; */
  transition: 0.3s;
  gap: 24px;
}
.service-sectors-sections .sector-card .title_heading {
  padding: 1rem 0;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
@media (768px <= width <= 992px) {
  .service-sectors-sections .sector-card .title_heading {
    font-size: 1rem;
  }
}
.service-sectors-sections .sector-card .icon-image img {
  width: 48px;
}
@media (768px <= width <= 992px) {
  .service-sectors-sections .sector-card .icon-image img {
    width: 40px;
  }
}
@media (width <= 480px) {
  .service-sectors-sections .sector-card .icon-image img {
    width: 40px;
  }
}
.service-sectors-sections .sector-card .description p {
  color: #000;
  opacity: 0.6;
}
.service-sectors-sections .sector-card .nxt_btn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-sectors-sections .sector-card .nxt_btn i {
  color: #000;
}
.service-sectors-sections .sector-card:hover {
  background: #EA0A35;
  border: none;
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.service-sectors-sections .sector-card:hover .title_heading {
  color: #fff;
}
.service-sectors-sections .sector-card:hover .svg-icon {
  filter: invert(100%);
  /* White */
}
.service-sectors-sections .sector-card:hover .description p {
  color: #fff;
  opacity: 1;
}
.service-sectors-sections .sector-card:hover .nxt_btn {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #fff;
}
.service-sectors-sections .sector-card:hover .nxt_btn i {
  color: #fff;
}

.testimonial-section {
  width: 100%;
  padding-bottom: 0;
}
.testimonial-section .testi_bg {
  background: url(../images/testimonila__bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 8rem 4rem;
}
@media (992px <= width <= 1400px) {
  .testimonial-section .testi_bg {
    padding: 4rem 2rem;
  }
}
@media (768px <= width <= 992px) {
  .testimonial-section .testi_bg {
    padding: 3rem 1.5rem;
  }
}
@media (width <= 768px) {
  .testimonial-section .testi_bg {
    padding: 2rem 1.5rem;
  }
}
.testimonial-section .testi_bg::before {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9747548678) 100%);
}
.testimonial-section .testi_bg .full_box {
  background: rgba(255, 255, 255, 0.7764705882);
  padding: 2rem;
}
@media (width <= 992px) {
  .testimonial-section .testi_bg .full_box {
    padding: 1.5rem;
  }
}
.testimonial-section .testi_bg .full_box .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.testimonial-section .testi_bg .full_box .top .pic {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 65px;
  height: 65px;
}
.testimonial-section .testi_bg .full_box .top .pic img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-section .testi_bg .full_box .top .star i {
  color: #FF843E;
}
.testimonial-section .testi_bg .full_box .content {
  margin-top: 1.5rem;
}
.testimonial-section .testi_bg .full_box .content p {
  color: #000;
  font-size: 1.15rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (width <= 1400px) {
  .testimonial-section .testi_bg .full_box .content p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.testimonial-section .testi_bg .full_box .content p.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.testimonial-section .testi_bg .full_box .content h4 {
  margin-top: 1.2rem;
  color: #000;
  font-size: 1.125rem;
}
.testimonial-section .testi_bg .full_box .content h4 span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 300;
  display: block;
  margin-top: 0.5rem;
}
.testimonial-section .testi_bg .full_box .readmore-btn {
  border: none;
  background: none;
  color: #EA0A35;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin-top: 6px;
}
.testimonial-section .testi_bg .awards {
  display: flex;
  width: 100%;
  padding-left: 2rem;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media (width <= 992px) {
  .testimonial-section .testi_bg .awards {
    padding-left: 0;
  }
}
@media (width <= 768px) {
  .testimonial-section .testi_bg .awards {
    margin-top: 4rem;
    height: auto;
  }
}
.testimonial-section .testi_bg .awards .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
@media (width <= 768px) {
  .testimonial-section .testi_bg .awards .logos {
    margin-bottom: 2rem;
  }
}
.testimonial-section .testi_bg .awards .logos .logo_img {
  width: 80px;
}
@media (width <= 992px) {
  .testimonial-section .testi_bg .awards .logos .logo_img {
    width: 60px;
  }
}
.testimonial-section .testi_bg .awards .logos .logo_img img {
  width: 80px;
}
@media (width <= 992px) {
  .testimonial-section .testi_bg .awards .logos .logo_img img {
    width: 60px;
  }
}
.testimonial-section .testi_bg .awards .about_content h3 {
  font-size: 2rem;
  color: #fff;
}
@media (width <= 992px) {
  .testimonial-section .testi_bg .awards .about_content h3 {
    font-size: 1.5rem;
  }
}
.testimonial-section .testi_bg .awards .about_content p {
  color: #fff;
  opacity: 0.6;
  margin-bottom: 0;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev,
.testimonial-section .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 1.5rem;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-section .owl-nav button.owl-next:hover {
  color: #328f89;
  background: none;
}
.testimonial-section .owl-prev {
  position: absolute;
  left: 0px;
  bottom: -45px;
}
.testimonial-section .owl-next {
  position: absolute;
  left: 40px;
  bottom: -45px;
}

.blog-section {
  width: 100%;
}
.blog-section h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
@media (768px <= width <= 1400px) {
  .blog-section h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (width <= 768px) {
  .blog-section h3 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.blog-section .full p {
  color: #000;
  opacity: 0.6;
  font-weight: 300;
}
.blog-section .full .custom-text .btn_3 {
  color: #000 !important;
}
.blog-section .blog-card {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  aspect-ratio: 1.44/1;
}
.blog-section .blog-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-section .blog-card h4 {
  margin: 1rem 0;
  font-size: 1.5rem;
  color: #000;
  display: -webkit-box;
  height: 60px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (1200px <= width <= 1400px) {
  .blog-section .blog-card h4 {
    font-size: 1.35rem;
  }
}
@media (992px <= width <= 1200px) {
  .blog-section .blog-card h4 {
    font-size: 1.25rem;
    height: 50px;
  }
}
@media (768px <= width <= 992px) {
  .blog-section .blog-card h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
@media (width <= 768px) {
  .blog-section .blog-card h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
.blog-section .blog-card p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #545F71;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .blog-section .blog-card p {
    height: 48px;
    min-height: 40px;
  }
}
.blog-section .blog-list {
  padding-left: 2rem;
}
@media (width <= 992px) {
  .blog-section .blog-list {
    padding-left: 0rem;
  }
}
@media (width <= 768px) {
  .blog-section .blog-list {
    margin-top: 1.5rem;
  }
}
.blog-section .blog-list .img_box {
  width: 20%;
}
.blog-section .blog-list .img_box img {
  width: 150px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-list .content_box {
  width: 80%;
}
.blog-section .blog-list .content_box h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #000;
  display: -webkit-box;
  height: 52px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (1200px <= width <= 1400px) {
  .blog-section .blog-list .content_box h4 {
    font-size: 1.25rem;
  }
}
@media (768px <= width <= 992px) {
  .blog-section .blog-list .content_box h4 {
    font-size: 1.05rem;
    height: 42px;
  }
}
@media (width <= 768px) {
  .blog-section .blog-list .content_box h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
.blog-section .btn_3 {
  color: #000 !important;
}

.footer-section {
  background-color: #1D242B;
  padding-bottom: 40px;
}
@media (768px <= width <= 992px) {
  .footer-section .footer-logo-div img {
    width: 190px;
  }
}
.footer-section .right_list {
  width: 100%;
}
.footer-section .right_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}
@media (width <= 768px) {
  .footer-section .right_list ul {
    justify-content: center;
  }
}
.footer-section .right_list ul li {
  list-style: none;
}
.footer-section .right_list ul li .coloum_1 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 1.5rem;
  color: #fff;
  cursor: pointer;
}
@media (992px <= width <= 1200px) {
  .footer-section .right_list ul li .coloum_1 {
    padding: 0.8rem 1.2rem;
    font-size: 0.875rem;
  }
}
@media (768px <= width <= 992px) {
  .footer-section .right_list ul li .coloum_1 {
    padding: 0.5rem 1rem;
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .footer-section .right_list ul li .coloum_1 {
    padding: 0.5rem 1rem;
    font-size: 0.813rem;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer-section .right_list ul li .coloum_2 {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (992px <= width <= 1200px) {
  .footer-section .right_list ul li .coloum_2 {
    width: 50px;
    height: 50px;
  }
}
@media (768px <= width <= 992px) {
  .footer-section .right_list ul li .coloum_2 {
    width: 40px;
    height: 40px;
  }
}
@media (width <= 768px) {
  .footer-section .right_list ul li .coloum_2 {
    width: 40px;
    height: 40px;
  }
}
.footer-section .right_list ul li .coloum_2 i {
  font-size: 1.2rem;
}
@media (768px <= width <= 992px) {
  .footer-section .right_list ul li .coloum_2 i {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .footer-section .right_list ul li .coloum_2 i {
    font-size: 0.813rem;
  }
}
@media (width <= 480px) {
  .footer-section .right_list ul li:first-child {
    width: 100%;
  }
}
.footer-section .right_list ul li:hover .coloum_2 {
  background: #EA0A35;
}
.footer-section .right_list ul li:hover .coloum_1 {
  background: #EA0A35;
}
.footer-section .footer-heading {
  padding-right: 4rem;
}
@media (width <= 1200px) {
  .footer-section .footer-heading {
    padding-right: 2rem;
  }
}
@media (width <= 768px) {
  .footer-section .footer-heading {
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
}
.footer-section .footer-heading h3 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 50px;
  font-weight: 300;
  text-align: left;
}
@media (768px <= width <= 1400px) {
  .footer-section .footer-heading h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (width <= 768px) {
  .footer-section .footer-heading h3 {
    font-size: 1.8rem;
    line-height: 40px;
    text-align: center;
  }
}
@media (width <= 480px) {
  .footer-section .footer-heading h3 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.footer-section .footer-heading h3 span {
  color: #EA0A35;
}
.footer-section .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-section .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 0.2rem 0;
  color: #fff;
  font-size: 0.85rem;
  text-align: left;
  line-height: 30px;
}
@media (width <= 768px) {
  .footer-section .lists ul li {
    line-height: 20px;
  }
}
.footer-section .lists ul li a {
  color: #fff !important;
}
.footer-section .text-end img {
  width: 60px;
}
@media (width <= 768px) {
  .footer-section .text-end img {
    width: 40px;
  }
}
.footer-section .powered {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
}
.footer-section .powered p {
  margin-bottom: 0;
  color: #fff;
  opacity: 0.6;
  text-align: left;
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .footer-section .powered p {
    text-align: center;
  }
}
@media (width <= 480px) {
  .footer-section .powered p {
    font-size: 0.813rem;
  }
}
.footer-section .powered p a {
  color: #fff !important;
}
@media (width <= 480px) {
  .footer-section .powered p a {
    font-size: 0.813rem;
  }
}
.footer-section .powered .ftr__list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media (width <= 768px) {
  .footer-section .powered .ftr__list {
    justify-content: center;
  }
}
.footer-section .powered .ftr__list p {
  margin-bottom: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 0.875rem;
}
.footer-section .powered .ftr__list p a {
  color: #fff !important;
}

.about_heading {
  margin-top: 75px;
  padding: 3rem 0;
}
@media (768px <= width <= 992px) {
  .about_heading {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .about_heading {
    padding: 2rem 0;
  }
}
@media (width <= 480px) {
  .about_heading {
    padding: 1.5rem 0;
  }
}
.about_heading h1 {
  font-family: "FSP DEMO - Resolve Sans Bold Wd";
  color: #000;
  font-size: 2rem;
}
@media (768px <= width <= 992px) {
  .about_heading h1 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .about_heading h1 {
    font-size: 1.6rem;
  }
}
@media (width <= 480px) {
  .about_heading h1 {
    font-size: 1.4rem;
  }
}
.about_heading h1 span {
  color: #EA0A35;
}
.about_heading .about__img {
  margin-top: 4rem;
  position: relative;
}
.about_heading .about__img .count {
  width: 20%;
  position: absolute;
  padding: 2rem;
  bottom: 0;
  right: 40px;
  background: #EFF2F5;
  transform: translateY(145px);
  z-index: 9;
}
@media (992px <= width <= 1200px) {
  .about_heading .about__img .count {
    width: 30%;
  }
}
@media (768px <= width <= 992px) {
  .about_heading .about__img .count {
    width: 30%;
    padding: 1.5rem;
  }
}
@media (width <= 768px) {
  .about_heading .about__img .count {
    position: relative;
    transform: translateY(-1.5rem);
    width: 50%;
    margin-left: 5%;
    right: auto;
    bottom: auto;
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .about_heading .about__img .count {
    width: 80%;
    padding: 1rem;
  }
}
.about_heading .about__img .count .rating {
  margin-bottom: 1.5rem;
  display: flex;
}
@media (width <= 768px) {
  .about_heading .about__img .count .rating {
    padding-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
.about_heading .about__img .count .rating .stats-rating, .about_heading .about__img .count .rating .stats {
  font-size: 2.4rem;
  font-weight: 700;
  color: #EA0A35;
}
@media (768px <= width <= 992px) {
  .about_heading .about__img .count .rating .stats-rating, .about_heading .about__img .count .rating .stats {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .about_heading .about__img .count .rating .stats-rating, .about_heading .about__img .count .rating .stats {
    font-size: 1.2rem;
  }
}
.about_heading .about__img .count .rating .icons {
  margin-bottom: 0.5rem;
  padding-right: 0.8rem;
}
.about_heading .about__img .count .rating .icons img {
  width: 65px;
}
.about_heading .about__img .count .rating .stats-text-rating {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin-top: 0.5rem;
}
@media (768px <= width <= 992px) {
  .about_heading .about__img .count .rating .stats-text-rating {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .about_heading .about__img .count .rating .stats-text-rating {
    margin-top: 0.2rem;
  }
}
.about_heading .mt-6 {
  margin-top: 4rem;
}
@media (768px <= width <= 992px) {
  .about_heading .mt-6 {
    margin-top: 2rem;
  }
}
@media (width <= 768px) {
  .about_heading .mt-6 {
    margin-top: 1.5rem;
  }
}
.about_heading .headingtext {
  font-size: 2rem;
  font-weight: 300;
  line-height: 44px;
  color: #000;
}
@media (992px <= width <= 1200px) {
  .about_heading .headingtext {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .about_heading .headingtext {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media (width <= 768px) {
  .about_heading .headingtext {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media (width <= 480px) {
  .about_heading .headingtext {
    font-size: 1.2rem;
  }
}
.about_heading .justfy p {
  text-align: justify;
}
.about_heading .client {
  margin-top: 1rem;
}
.about_heading .client .logo {
  padding: 2rem;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
}
@media (480px <= width <= 992px) {
  .about_heading .client .logo {
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .about_heading .client .logo {
    padding: 1rem;
  }
}
.about_heading .client .logo img {
  width: 180px;
}
.about_heading .owl-carousel {
  margin-top: 3rem;
}
.about_heading .owl-pagination {
  display: none;
}
.about_heading .content {
  padding-right: 5rem;
}
@media (width <= 1200px) {
  .about_heading .content {
    padding-right: 0;
  }
}
.about_heading .content h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media (992px <= width <= 1200px) {
  .about_heading .content h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .about_heading .content h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .about_heading .content h3 {
    font-size: 1.6rem;
  }
}
.about_heading .content p {
  text-align: justify;
}

.mission_vision {
  padding-top: 0;
  width: 100%;
}
.mission_vision h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media (992px <= width <= 1200px) {
  .mission_vision h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .mission_vision h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .mission_vision h3 {
    font-size: 1.6rem;
  }
}
.mission_vision .full_img {
  margin: 1.5rem 0 2rem;
}
.mission_vision .boxes {
  padding: 0 5rem 1rem 1.5rem;
  position: relative;
}
@media (width <= 1200px) {
  .mission_vision .boxes {
    padding: 0 1rem 0 0;
  }
}
@media (width <= 768px) {
  .mission_vision .boxes {
    padding: 0 0 2rem 0;
  }
}
.mission_vision .boxes span {
  position: absolute;
  left: 0;
  top: -13px;
  font-size: 3.5rem;
  color: #000;
  opacity: 0.1;
  font-weight: 700;
  z-index: -1;
}
.mission_vision .boxes h4 {
  color: #EA0A35;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.mission_vision .content {
  padding-left: 5rem;
}
@media (width <= 1200px) {
  .mission_vision .content {
    padding-left: 0;
  }
}
.mission_vision .content h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media (992px <= width <= 1200px) {
  .mission_vision .content h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .mission_vision .content h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .mission_vision .content h3 {
    font-size: 1.6rem;
  }
}
.mission_vision .content p {
  text-align: justify;
}

.inner_heading {
  margin-top: 75px;
  padding: 3rem 0;
}
@media (768px <= width <= 992px) {
  .inner_heading {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .inner_heading {
    padding: 2rem 0;
  }
}
@media (width <= 480px) {
  .inner_heading {
    padding: 1.5rem 0;
  }
}
.inner_heading h1 {
  font-family: "FSP DEMO - Resolve Sans Bold Wd";
  text-align: center;
  color: #000;
  font-size: 2rem;
}
@media (width <= 480px) {
  .inner_heading h1 {
    font-size: 1.6rem;
  }
}
.inner_heading .breadcrums {
  padding: 10px 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .inner_heading .breadcrums {
    padding: 15px 0;
  }
}
.inner_heading .breadcrums ul {
  margin-left: 0;
  display: flex;
}
@media (max-width: 767px) {
  .inner_heading .breadcrums ul {
    flex-wrap: wrap;
  }
}
.inner_heading .breadcrums ul li {
  display: inline-flex;
  align-items: flex-end;
  color: #EA0A35;
  position: relative;
  padding: 0px 10px 0 20px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .inner_heading .breadcrums ul li {
    font-size: 0.813rem;
  }
}
.inner_heading .breadcrums ul li:last-child {
  padding-right: 0;
}
.inner_heading .breadcrums ul li:first-child {
  padding: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .inner_heading .breadcrums ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
}
.inner_heading .breadcrums ul li:first-child::before {
  display: none;
}
.inner_heading .breadcrums ul li::before {
  position: absolute;
  content: "\f285" !important;
  font-family: bootstrap-icons !important;
  color: #808080;
  left: -10px;
}
@media (max-width: 767px) {
  .inner_heading .breadcrums ul li::before {
    left: 0px;
  }
}
.inner_heading .breadcrums ul li a {
  display: flex;
  align-items: flex-end;
  color: #000 !important;
}
@media (max-width: 767px) {
  .inner_heading .breadcrums ul li a {
    font-size: 0.813rem;
  }
}
.inner_heading p {
  text-align: center;
  color: #000;
  font-size: 1rem;
}
@media (width <= 768px) {
  .inner_heading p {
    font-size: 0.938rem;
  }
}

.service_banner {
  margin-top: 95px;
  padding: 0;
  position: relative;
  margin-bottom: 4rem;
  position: relative;
}
@media (width <= 1200px) {
  .service_banner {
    margin-bottom: 0;
  }
}
@media (768px <= width <= 992px) {
  .service_banner {
    margin-top: 60px;
  }
}
@media (width <= 768px) {
  .service_banner {
    margin-top: 70px;
  }
}
.service_banner .brief {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 45%;
  z-index: 9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgba(255, 255, 255, 0.7411764706);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 2rem;
}
@media (1200px <= width <= 1400px) {
  .service_banner .brief {
    padding: 1.5rem;
  }
}
@media (width <= 1200px) {
  .service_banner .brief {
    padding: 1.5rem;
    width: 60%;
  }
}
@media (width <= 992px) {
  .service_banner .brief {
    left: 50px;
    width: 60%;
    padding: 1.5rem;
  }
}
@media (480px <= width <= 768px) {
  .service_banner .brief {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    left: 0;
    padding: 0 !important;
    margin-bottom: 2rem;
    margin-top: 2rem;
    bottom: 0 !important;
    position: relative;
  }
}
@media (width <= 480px) {
  .service_banner .brief {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 15px;
    position: relative;
    padding: 0 !important;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.service_banner .brief h1 {
  font-family: "Special Gothic Expanded One", sans-serif;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 2rem;
}
@media (1200px <= width <= 1400px) {
  .service_banner .brief h1 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .service_banner .brief h1 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .service_banner .brief h1 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .service_banner .brief h1 {
    font-size: 1.5rem;
  }
}
.service_banner .service_images {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
}
.service_banner .service_images .item {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  position: relative;
  height: 500px;
  width: 100%;
}
@media (992px <= width <= 1200px) {
  .service_banner .service_images .item {
    height: 450px;
  }
}
@media (768px <= width <= 992px) {
  .service_banner .service_images .item {
    height: 450px;
  }
}
@media (width <= 768px) {
  .service_banner .service_images .item {
    height: 350px;
  }
}
.service_banner .service_images .item img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (992px <= width <= 1200px) {
  .service_banner .service_images .item img {
    height: 450px;
  }
}
@media (768px <= width <= 992px) {
  .service_banner .service_images .item img {
    height: 450px;
  }
}
@media (width <= 768px) {
  .service_banner .service_images .item img {
    height: 350px;
  }
}
.service_banner .service_images .item .service__bg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
}
.service_banner .service_images .item .service__bg img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
}
.service_banner .owl-carousel .owl-nav button.owl-prev,
.service_banner .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.368627451);
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
}
@media (768px <= width <= 992px) {
  .service_banner .owl-carousel .owl-nav button.owl-prev,
  .service_banner .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
@media (width <= 768px) {
  .service_banner .owl-carousel .owl-nav button.owl-prev,
  .service_banner .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
  }
}
.service_banner .owl-carousel .owl-nav button.owl-prev i,
.service_banner .owl-nav button.owl-next i {
  color: #000;
}
.service_banner .owl-prev {
  position: absolute;
  right: 70px;
  bottom: 45px;
}
@media (width <= 768px) {
  .service_banner .owl-prev {
    right: 50px;
    bottom: 20px;
  }
}
.service_banner .owl-next {
  position: absolute;
  right: 20px;
  bottom: 45px;
}
@media (width <= 768px) {
  .service_banner .owl-next {
    right: 10px;
    bottom: 20px;
  }
}

.inner_container {
  width: 100%;
  position: relative;
  padding-top: 0;
}
.inner_container h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.inner_container .resources_boxes {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #F2F4F6;
  padding: 2rem;
}
@media (width <= 992px) {
  .inner_container .resources_boxes {
    padding: 1.5rem;
    height: 100%;
  }
}
.inner_container .resources_boxes .icons {
  transition: all 0.4s ease-in-out;
  margin-bottom: 2rem;
}
.inner_container .resources_boxes h4 {
  transition: all 0.4s ease-in-out;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.inner_container .resources_boxes p {
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #545F71;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 70px;
  -webkit-line-clamp: 3;
  margin-bottom: 1.2rem;
}
@media (max-width: 480px) {
  .inner_container .resources_boxes p {
    height: 48px;
    min-height: 40px;
  }
}
.inner_container .resources_boxes:hover {
  background: #EA0A35;
}
.inner_container .resources_boxes:hover h4 {
  color: #fff;
}
.inner_container .resources_boxes:hover .icons {
  padding-left: 10px;
}
.inner_container .resources_boxes:hover p {
  color: #fff;
}
.inner_container .resources_boxes:hover .svg-icon {
  filter: invert(100%);
  /* White */
}
.inner_container .resources_boxes:hover .btn_4 i {
  color: #fff;
}
.inner_container .list_boxes {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  margin-bottom: 0.5rem;
}
.inner_container .list_boxes .imgbox {
  position: relative;
  background: #EA0A35;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  aspect-ratio: 1.44/1;
  overflow: hidden;
}
.inner_container .list_boxes .imgbox .download__icon {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.2rem 0.8rem;
  color: #000;
  font-size: 0.875rem;
  opacity: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (768px <= width <= 992px) {
  .inner_container .list_boxes .imgbox .download__icon {
    font-size: 0.813rem;
  }
}
.inner_container .list_boxes .imgbox .download__icon a {
  color: #000 !important;
}
.inner_container .list_boxes .imgbox .download__icon i {
  font-size: 0.813rem;
}
.inner_container .list_boxes .imgbox img {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .list_boxes .imgboxes {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #EA0A35;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  aspect-ratio: 1.44/1;
}
.inner_container .list_boxes .imgboxes img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .list_boxes .content__blog {
  padding: 1rem 0 0.5rem 0;
}
.inner_container .list_boxes .content__blog .calendar {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.4;
  margin-bottom: 0.5rem;
}
.inner_container .list_boxes .content__blog h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #000;
  display: -webkit-box;
  height: 52px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (width <= 768px) {
  .inner_container .list_boxes .content__blog h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
.inner_container .list_boxes .content__blog .btn_3 {
  color: #000 !important;
}
.inner_container .list_boxes .content {
  padding: 0.5rem 0;
}
.inner_container .list_boxes .content .calendar {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.4;
}
.inner_container .list_boxes .content p {
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media (width <= 992px) {
  .inner_container .list_boxes .content p {
    font-size: 0.938rem;
  }
}
.inner_container .list_boxes .content h5 {
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.inner_container .list_boxes .content h5 span {
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  color: #000;
  opacity: 0.6;
  margin-top: 0.3rem;
}
.inner_container .list_boxes:hover .imgbox img {
  opacity: 0.2;
}
.inner_container .list_boxes:hover .imgboxes img {
  opacity: 0.6;
  transform: scale(1.1);
}
.inner_container .list_boxes:hover .download__icon {
  opacity: 1;
}
.inner_container .list_boxes_team {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  margin-bottom: 0.5rem;
}
.inner_container .list_boxes_team .imgbox {
  position: relative;
  background: #EA0A35;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.inner_container .list_boxes_team .imgbox .download__icon {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.2rem 0.8rem;
  color: #000;
  font-size: 0.875rem;
  opacity: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (768px <= width <= 992px) {
  .inner_container .list_boxes_team .imgbox .download__icon {
    font-size: 0.813rem;
  }
}
.inner_container .list_boxes_team .imgbox .download__icon a {
  color: #000 !important;
}
.inner_container .list_boxes_team .imgbox .download__icon i {
  font-size: 0.813rem;
}
.inner_container .list_boxes_team .imgbox img {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .list_boxes_team .imgboxes {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #EA0A35;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  aspect-ratio: 1/1;
}
.inner_container .list_boxes_team .imgboxes img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .list_boxes_team .content__blog {
  padding: 1rem 0 0.5rem 0;
}
.inner_container .list_boxes_team .content__blog .calendar {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.4;
  margin-bottom: 0.5rem;
}
.inner_container .list_boxes_team .content__blog h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #000;
  display: -webkit-box;
  height: 52px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (width <= 768px) {
  .inner_container .list_boxes_team .content__blog h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
.inner_container .list_boxes_team .content__blog .btn_3 {
  color: #000 !important;
}
.inner_container .list_boxes_team .content {
  padding: 0.5rem 0;
}
.inner_container .list_boxes_team .content .calendar {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.4;
}
.inner_container .list_boxes_team .content p {
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media (width <= 992px) {
  .inner_container .list_boxes_team .content p {
    font-size: 0.938rem;
  }
}
.inner_container .list_boxes_team .content h5 {
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.inner_container .list_boxes_team .content h5 span {
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  color: #000;
  opacity: 0.6;
  margin-top: 0.3rem;
}
.inner_container .list_boxes_team:hover .imgbox img {
  opacity: 0.2;
}
.inner_container .list_boxes_team:hover .imgboxes img {
  opacity: 0.6;
  transform: scale(1.1);
}
.inner_container .list_boxes_team:hover .download__icon {
  opacity: 1;
}
.inner_container .career_content {
  padding-right: 3rem;
}
@media (width <= 992px) {
  .inner_container .career_content {
    padding-right: 0rem;
  }
}
.inner_container .career_content .img_box {
  margin: 1rem 0;
}
.inner_container .career_content h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media (1200px <= width <= 1400px) {
  .inner_container .career_content h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .career_content h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .career_content h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .inner_container .career_content h3 {
    font-size: 1.5rem;
  }
}
.inner_container .career__list h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media (1200px <= width <= 1400px) {
  .inner_container .career__list h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .career__list h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .career__list h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .inner_container .career__list h3 {
    font-size: 1.5rem;
  }
}
.inner_container .career__list .job_list ul li {
  list-style: none;
  padding-bottom: 1.5rem;
}
@media (width <= 992px) {
  .inner_container .career__list .job_list ul li {
    padding-bottom: 1rem;
  }
}
.inner_container .career__list .job_list ul li a {
  color: #000 !important;
}
.inner_container .career__list .job_list ul li .full_box {
  transition: all 0.4s ease-in-out;
  padding: 2rem 1.5rem;
}
@media (width <= 992px) {
  .inner_container .career__list .job_list ul li .full_box {
    padding: 1.5rem;
  }
}
.inner_container .career__list .job_list ul li .full_box h4 {
  transition: all 0.4s ease-in-out;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
}
.inner_container .career__list .job_list ul li .full_box p {
  transition: all 0.4s ease-in-out;
}
.inner_container .career__list .job_list ul li .full_box .time_salary {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (width <= 992px) {
  .inner_container .career__list .job_list ul li .full_box .time_salary {
    margin-top: 1rem;
  }
}
.inner_container .career__list .job_list ul li .full_box .time_salary .salary, .inner_container .career__list .job_list ul li .full_box .time_salary .time {
  transition: all 0.4s ease-in-out;
  color: #000 !important;
  font-size: 0.875rem;
  padding-right: 1.5rem;
  font-weight: 400;
}
.inner_container .career__list .job_list ul li .full_box .time_salary .salary img, .inner_container .career__list .job_list ul li .full_box .time_salary .time img {
  padding-right: 0.2rem;
}
.inner_container .career__list .job_list ul li .full_box:hover {
  background: #EA0A35;
}
.inner_container .career__list .job_list ul li .full_box:hover h4, .inner_container .career__list .job_list ul li .full_box:hover p {
  color: #fff;
}
.inner_container .career__list .job_list ul li .full_box:hover .salary, .inner_container .career__list .job_list ul li .full_box:hover .time {
  color: #fff !important;
}
.inner_container .career__list .loader {
  display: flex;
  justify-content: center;
}
.inner_container .career__list .loader img {
  width: 50px;
}
.inner_container .career_detail {
  margin-top: 1.5rem;
  padding-right: 2.5rem;
}
@media (width <= 992px) {
  .inner_container .career_detail {
    padding-right: 0;
  }
}
.inner_container .career_detail .heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.inner_container .career_detail .heading .left h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media (1200px <= width <= 1400px) {
  .inner_container .career_detail .heading .left h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .career_detail .heading .left h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .career_detail .heading .left h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .inner_container .career_detail .heading .left h3 {
    font-size: 1.5rem;
  }
}
.inner_container .career_detail .heading .left .time_salary {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (width <= 992px) {
  .inner_container .career_detail .heading .left .time_salary {
    margin-top: 1rem;
  }
}
.inner_container .career_detail .heading .left .time_salary .salary, .inner_container .career_detail .heading .left .time_salary .time, .inner_container .career_detail .heading .left .time_salary .experience {
  transition: all 0.4s ease-in-out;
  color: #000 !important;
  font-size: 0.875rem;
  padding-right: 1.5rem;
  font-weight: 400;
}
@media (width <= 992px) {
  .inner_container .career_detail .heading .left .time_salary .salary, .inner_container .career_detail .heading .left .time_salary .time, .inner_container .career_detail .heading .left .time_salary .experience {
    padding-right: 0.5rem;
  }
}
.inner_container .career_detail .heading .left .time_salary .salary img, .inner_container .career_detail .heading .left .time_salary .time img, .inner_container .career_detail .heading .left .time_salary .experience img {
  padding-right: 0.2rem;
}
.inner_container .career_detail .heading .right {
  position: relative;
  display: inline-block;
}
.inner_container .career_detail .heading .right .share-button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: none;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (width <= 480px) {
  .inner_container .career_detail .heading .right .share-button {
    width: 35px;
    height: 35px;
  }
}
.inner_container .career_detail .heading .right .share-button i {
  color: #000;
}
.inner_container .career_detail .heading .right .share-options {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 9;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (width <= 768px) {
  .inner_container .career_detail .heading .right .share-options {
    left: auto;
    right: 0;
  }
}
.inner_container .career_detail .heading .right .share-options a {
  display: block;
  text-decoration: none;
  color: #333 !important;
  margin: 5px 0;
}
.inner_container .career_detail h4 {
  transition: all 0.4s ease-in-out;
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 1rem;
}
.inner_container .career_detail ul {
  padding-left: 10px;
  margin-bottom: 1.5rem;
}
.inner_container .career_detail ul li {
  color: #545F71;
  line-height: 26px;
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 10px;
}
.inner_container .apply__now {
  padding: 2.5rem;
  position: sticky;
  top: 100px;
}
@media (992px <= width <= 1200px) {
  .inner_container .apply__now {
    padding: 2rem;
  }
}
@media (width <= 992px) {
  .inner_container .apply__now {
    padding: 1.5rem;
  }
}
.inner_container .apply__now h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
@media (768px <= width <= 1200px) {
  .inner_container .apply__now h3 {
    font-size: 1.4rem;
  }
}
@media (width <= 768px) {
  .inner_container .apply__now h3 {
    font-size: 1.4rem;
  }
}
@media (width <= 480px) {
  .inner_container .apply__now h3 {
    font-size: 1.35rem;
  }
}
.inner_container .apply__now p a {
  color: #EA0A35;
  opacity: 0.6;
}
.inner_container .apply__now .forms {
  margin-top: 1.5rem;
}
.inner_container .apply__now .forms label {
  font-size: 0.813rem;
  color: #192535;
}
.inner_container .apply__now .forms .upload-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.inner_container .apply__now .forms .upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px dashed #3498db;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  width: 100%;
  min-height: 150px;
  transition: background-color 0.3s ease;
}
.inner_container .apply__now .forms .upload-label i {
  font-size: 1.5rem;
}
.inner_container .apply__now .forms .upload-label:hover {
  background-color: #e3f2fd;
}
.inner_container .apply__now .forms .upload-input {
  display: none;
}
.inner_container .apply__now .forms .form-control::-moz-placeholder {
  color: rgba(19, 20, 20, 0.61);
  opacity: 1;
  font-size: 0.875rem;
}
.inner_container .apply__now .forms .form-control::placeholder {
  color: rgba(19, 20, 20, 0.61);
  opacity: 1;
  font-size: 0.875rem;
}
.inner_container .loader {
  display: flex;
  justify-content: center;
}
.inner_container .loader img {
  width: 50px;
}
.inner_container .blog-card {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  aspect-ratio: 1.44/1;
}
.inner_container .blog-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.inner_container .blog-card .calendar {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.4;
  margin-top: 1rem;
}
.inner_container .blog-card h4 {
  margin: 0.5rem 0 1rem 0;
  font-size: 1.5rem;
  color: #000;
  display: -webkit-box;
  height: 60px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (width <= 480px) {
  .inner_container .blog-card h4 {
    font-size: 1.25rem;
    height: 48px;
  }
}
.inner_container .blog-card p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #545F71;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .inner_container .blog-card p {
    height: 48px;
    min-height: 40px;
  }
}
.inner_container .blog-card .btn_3 {
  color: #000 !important;
}
.inner_container .blog-list {
  padding-left: 2rem;
}
@media (width <= 992px) {
  .inner_container .blog-list {
    padding-left: 0rem;
  }
}
@media (width <= 768px) {
  .inner_container .blog-list {
    margin-top: 1.5rem;
  }
}
.inner_container .blog-list .img_box {
  width: 20%;
}
.inner_container .blog-list .img_box img {
  width: 150px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .blog-list .content_box {
  width: 80%;
}
.inner_container .blog-list .content_box h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #000;
  display: -webkit-box;
  height: 52px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (1200px <= width <= 1400px) {
  .inner_container .blog-list .content_box h4 {
    font-size: 1.25rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .blog-list .content_box h4 {
    font-size: 1.05rem;
    height: 45px;
  }
}
@media (width <= 768px) {
  .inner_container .blog-list .content_box h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
.inner_container .blog-list .content_box .btn_3 {
  color: #000 !important;
}
.inner_container .blog__details {
  width: 100%;
}
.inner_container .blog__details h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
@media (width <= 992px) {
  .inner_container .blog__details h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 480px) {
  .inner_container .blog__details h3 {
    font-size: 1.25rem;
  }
}
.inner_container .blog__details h4 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 1rem;
}
.inner_container .blog__details .heading {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media (width <= 768px) {
  .inner_container .blog__details .heading {
    margin-bottom: 1rem;
  }
}
.inner_container .blog__details .heading .left h5 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  font-family: "Albert Sans", sans-serif;
}
.inner_container .blog__details .heading .left h5 .name {
  color: #EA0A35;
  opacity: 1;
  display: inline-block;
}
.inner_container .blog__details .heading .left h5 span {
  color: #000;
  display: block;
  opacity: 0.4;
  margin-top: 0.5rem;
}
.inner_container .blog__details .heading .left .tag {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (width <= 768px) {
  .inner_container .blog__details .heading .left .tag {
    gap: 5px;
  }
}
.inner_container .blog__details .heading .left .tag .tagone {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #E3EAFB;
  border: 1px solid #B0BDDD;
  font-size: 0.813rem;
  color: #192535;
  padding: 0.2rem 0.4rem;
}
@media (width <= 768px) {
  .inner_container .blog__details .heading .left .tag .tagone {
    padding: 0.1rem 0.3rem;
  }
}
.inner_container .blog__details .heading .right {
  position: relative;
  display: inline-block;
}
.inner_container .blog__details .heading .right .share-button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: none;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (width <= 480px) {
  .inner_container .blog__details .heading .right .share-button {
    width: 35px;
    height: 35px;
  }
}
.inner_container .blog__details .heading .right .share-button i {
  color: #000;
}
.inner_container .blog__details .heading .right .share-options {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 9;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (width <= 768px) {
  .inner_container .blog__details .heading .right .share-options {
    left: auto;
    right: 0;
  }
}
.inner_container .blog__details .heading .right .share-options a {
  display: block;
  text-decoration: none;
  color: #333 !important;
  margin: 5px 0;
}
.inner_container .blog__details .full__img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  margin-bottom: 1.5rem;
}
.inner_container .blog__details .full__img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
}
.inner_container .blog__details .full__img2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  padding: 0 10%;
  margin-bottom: 1.5rem;
}
@media (width <= 768px) {
  .inner_container .blog__details .full__img2 {
    padding: 0;
  }
}
.inner_container .blog__details .full__img2 img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
}
.inner_container .readmore__blog h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
@media (1200px <= width <= 1400px) {
  .inner_container .readmore__blog h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .readmore__blog h3 {
    font-size: 1.5rem;
    line-height: 35px;
  }
}
@media (width <= 768px) {
  .inner_container .readmore__blog h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 480px) {
  .inner_container .readmore__blog h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.inner_container .contact_bg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 3rem;
  background: #F2F4F6 url(../images/map_bg.png) no-repeat center;
}
@media (1200px <= width <= 1400px) {
  .inner_container .contact_bg {
    padding: 2.5rem;
  }
}
@media (992px <= width <= 1200px) {
  .inner_container .contact_bg {
    padding: 2rem;
  }
}
@media (width <= 992px) {
  .inner_container .contact_bg {
    padding: 1.5rem;
  }
}
.inner_container .contact_bg .getintouch {
  padding-right: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C5C3C3;
}
@media (width <= 992px) {
  .inner_container .contact_bg .getintouch {
    padding-bottom: 1rem;
    padding-right: 0;
  }
}
.inner_container .contact_bg .getintouch h2 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
@media (1200px <= width <= 1400px) {
  .inner_container .contact_bg .getintouch h2 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .contact_bg .getintouch h2 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .contact_bg .getintouch h2 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .inner_container .contact_bg .getintouch h2 {
    font-size: 1.5rem;
  }
}
.inner_container .contact_bg .getintouch h5 {
  font-size: 1.05rem;
  color: #192535;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 26px;
}
@media (width <= 768px) {
  .inner_container .contact_bg .getintouch h5 {
    font-size: 0.938rem;
  }
}
.inner_container .contact_bg .getintouch h6 {
  font-size: 0.875rem;
  color: #192535;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.inner_container .contact_bg .getintouch .social_icons {
  width: 100%;
}
.inner_container .contact_bg .getintouch .social_icons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.inner_container .contact_bg .getintouch .social_icons ul li {
  list-style: none;
}
.inner_container .contact_bg .getintouch .social_icons ul li i {
  transition: all 0.4s ease-in-out;
  color: #192535;
  font-size: 1.5rem;
}
.inner_container .contact_bg .getintouch .social_icons ul li:hover i {
  color: #EA0A35;
}
.inner_container .contact_bg .address__box {
  margin-top: 1.5rem;
}
.inner_container .contact_bg .address__box .address ul {
  margin-top: 1rem;
}
.inner_container .contact_bg .address__box .address ul li {
  position: relative;
  font-size: 1.15rem;
  list-style: none;
  color: #192535;
  padding-bottom: 0.5rem;
  padding-left: 30px;
}
@media (992px <= width <= 1200px) {
  .inner_container .contact_bg .address__box .address ul li {
    font-size: 1rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .contact_bg .address__box .address ul li {
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .inner_container .contact_bg .address__box .address ul li {
    font-size: 1rem;
  }
}
@media (width <= 480px) {
  .inner_container .contact_bg .address__box .address ul li {
    font-size: 0.875rem;
  }
}
.inner_container .contact_bg .address__box .address ul li a {
  color: #192535 !important;
}
.inner_container .contact_bg .address__box .address ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.inner_container .contact_bg .contact__form {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 2rem;
  border: 1px solid #D7DEDD;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (width <= 992px) {
  .inner_container .contact_bg .contact__form {
    padding: 1.5rem;
  }
}
.inner_container .contact_bg .contact__form h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media (1200px <= width <= 1400px) {
  .inner_container .contact_bg .contact__form h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .contact_bg .contact__form h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .contact_bg .contact__form h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .inner_container .contact_bg .contact__form h3 {
    font-size: 1.5rem;
  }
}
.inner_container .contact_bg .contact__form p {
  color: #000;
  opacity: 0.4;
}
.inner_container .contact_bg .contact__form .forms {
  margin-top: 1.5rem;
}
.inner_container .contact_bg .contact__form .forms label {
  font-size: 0.813rem;
  color: #192535;
}
.inner_container .contact_bg .contact__form .forms .form-control::-moz-placeholder {
  color: rgba(19, 20, 20, 0.61);
  opacity: 1;
  font-size: 0.875rem;
}
.inner_container .contact_bg .contact__form .forms .form-control::placeholder {
  color: rgba(19, 20, 20, 0.61);
  opacity: 1;
  font-size: 0.875rem;
}
.inner_container .contact_bg .contact__form .forms .btn_2 {
  background: #000;
  border: 1px solid #000;
}
.inner_container .contact_bg .contact__form .forms .btn_2:hover {
  background: #EA0A35;
  border: 1px solid #EA0A35;
}
.inner_container .testi_full_box {
  background: rgba(255, 255, 255, 0.7764705882);
  padding: 2rem;
}
@media (width <= 992px) {
  .inner_container .testi_full_box {
    padding: 1.5rem;
  }
}
.inner_container .testi_full_box .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.inner_container .testi_full_box .top .pic {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 65px;
  height: 65px;
}
@media (768px <= width <= 992px) {
  .inner_container .testi_full_box .top .pic {
    width: 55px;
    height: 55px;
  }
}
@media (width <= 480px) {
  .inner_container .testi_full_box .top .pic {
    width: 50px;
    height: 50px;
  }
}
.inner_container .testi_full_box .top .pic img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.inner_container .testi_full_box .top .star i {
  color: #FF843E;
}
.inner_container .testi_full_box .top .star .gray {
  color: #D9D9D9;
}
.inner_container .testi_full_box .content {
  margin-top: 1.5rem;
}
.inner_container .testi_full_box .content p {
  color: #000;
  font-size: 1.15rem;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (768px <= width <= 992px) {
  .inner_container .testi_full_box .content p {
    font-size: 0.938rem;
    line-height: 24px;
  }
}
@media (width <= 768px) {
  .inner_container .testi_full_box .content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (width <= 1400px) {
  .inner_container .testi_full_box .content p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.inner_container .testi_full_box .content p.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.inner_container .testi_full_box .content h4 {
  margin-top: 1.2rem;
  color: #000;
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .inner_container .testi_full_box .content h4 {
    font-size: 1rem;
  }
}
.inner_container .testi_full_box .content h4 span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 300;
  display: block;
  margin-top: 0.5rem;
}
.inner_container .testi_full_box .content .readmore-btn {
  border: none;
  background: none;
  color: #EA0A35;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin-top: 6px;
}
.inner_container .project__service__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (768px <= width <= 992px) {
  .inner_container .project__service__list ul {
    justify-content: center;
  }
}
@media (width <= 768px) {
  .inner_container .project__service__list ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: none;
  }
}
.inner_container .project__service__list ul li {
  list-style: none;
  margin: 0.5rem;
}
@media (width <= 768px) {
  .inner_container .project__service__list ul li {
    margin: 0.5rem 0;
  }
}
.inner_container .project__service__list ul li .boxes {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F2F4F6;
  padding: 0.5rem 1.5rem;
  height: 140px;
  width: 140px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
@media (992px <= width <= 1200px) {
  .inner_container .project__service__list ul li .boxes {
    padding: 0.5rem 1rem;
    font-size: 0.813rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .project__service__list ul li .boxes {
    padding: 0.5rem 1rem;
    font-size: 0.813rem;
    margin: 0.5rem 0.5rem 1.5rem 0.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .project__service__list ul li .boxes {
    padding: 0.5rem 1rem;
    font-size: 0.813rem;
    margin: 0.5rem;
    line-height: 18px;
    height: 100px;
    width: 100px;
  }
}
.inner_container .project__service__list ul li .boxes .icon {
  width: 50px;
  margin-bottom: 0.5rem;
}
.inner_container .project__service__list ul li .boxes .icon img {
  transition: all 0.4s ease-in-out;
  width: 40px;
  height: 40px;
}
@media (width <= 768px) {
  .inner_container .project__service__list ul li .boxes .icon img {
    width: 30px;
    height: 30px;
  }
}
.inner_container .project__service__list ul li a {
  color: #000 !important;
}
.inner_container .project__service__list ul li .active {
  background: #EA0A35;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.inner_container .project__service__list ul li .active img {
  filter: invert(100%);
}
.inner_container .project__service__list ul li:hover .boxes {
  background: #EA0A35;
  color: #fff;
}
.inner_container .project__service__list ul li:hover .boxes img {
  filter: invert(100%);
}
.inner_container .sort__service {
  align-items: center;
  padding: 1rem 0;
  margin-top: 2rem;
  justify-content: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (width <= 992px) {
  .inner_container .sort__service {
    margin-top: 1.5rem;
    padding: 0;
  }
}
@media (width <= 480px) {
  .inner_container .sort__service {
    margin-top: 1rem;
  }
}
.inner_container .sort__service .texts {
  font-size: 0.875rem;
  color: #000;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.inner_container .sort__service .service__list {
  width: 100%;
}
.inner_container .sort__service .service__list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.inner_container .sort__service .service__list ul li {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  list-style: none;
  font-size: 0.875rem;
  cursor: pointer;
  border: 1px solid #CBD6E0;
  padding: 0.5rem 1.2rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (width <= 768px) {
  .inner_container .sort__service .service__list ul li {
    font-size: 0.813rem;
    padding: 0.2rem 0.8rem;
  }
}
.inner_container .sort__service .service__list ul li .dropdown-menu {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  list-style: none;
  margin-top: 2px;
  /* Hide dropdown initially */
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  line-height: 1.5;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.inner_container .sort__service .service__list ul li .dropdown-menu li {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 8px 12px;
  white-space: nowrap;
  border: none;
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  /* For older browsers */
}
.inner_container .sort__service .service__list ul li .dropdown-menu li a {
  color: #000 !important;
}
.inner_container .sort__service .service__list ul li .dropdown-menu li label {
  padding-left: 0.5rem;
}
.inner_container .sort__service .service__list ul li .dropdown-menu li .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  border: var(--bs-border-width) solid #8e9194;
}
.inner_container .sort__service .service__list ul li .dropdown-menu li .custom-checkbox {
  accent-color: #EA0A35; /* Modern Browsers */
}
.inner_container .sort__service .service__list ul li .dropdown-menu li .custom-checkbox:checked {
  background-color: #EA0A35;
  border-color: #EA0A35;
}
.inner_container .sort__service .service__list ul li:hover {
  border: 1px solid #EA0A35;
}
.inner_container .sort__service .service__list ul .dropdown span i {
  font-size: 0.813rem;
}
.inner_container .sort__service .service__list ul .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.inner_container .sort__service .service__list ul .dropdown:hover .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #ccc;
}
.inner_container .sort__service .service__list ul .dropdown:hover .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 1;
}
.inner_container .sort__service .service__list ul .active {
  background: #EA0A35;
  color: #fff;
  border: 1px solid #EA0A35;
}
.inner_container .project-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.inner_container .project-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 219, 226, 0) 14%, rgba(32, 0, 50, 0.9719537473) 88%, rgba(32, 0, 50, 0.9747548678) 100%);
  height: 80%;
}
.inner_container .project-item img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .project-item .info-label {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.inner_container .project-item .info-label h5 {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0;
}
.inner_container .project-item .info-label p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.inner_container .project-item:hover {
  background: #EA0A35;
}
.inner_container .project-item:hover img {
  opacity: 0.3;
  transform: scale(1.1);
}
.inner_container .project-item:hover .info-label {
  padding-left: 1rem;
}
.inner_container .map {
  margin-top: 2rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
}
.inner_container .detail__list {
  width: 100%;
  padding-right: 2rem;
}
@media (width <= 992px) {
  .inner_container .detail__list {
    padding-right: 0;
  }
}
.inner_container .detail__list h2 {
  font-family: "FSP DEMO - Resolve Sans Bold Wd";
  color: #EA0A35;
  font-size: 2rem;
}
@media (1200px <= width <= 1400px) {
  .inner_container .detail__list h2 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .detail__list h2 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .detail__list h2 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .inner_container .detail__list h2 {
    font-size: 1.5rem;
  }
}
.inner_container .detail__list .project_lists {
  margin-top: 0.5rem;
}
.inner_container .detail__list .project_lists ul {
  display: flex;
  flex-wrap: wrap;
}
.inner_container .detail__list .project_lists ul li {
  list-style: none;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  color: #000 !important;
  font-size: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}
@media (width <= 768px) {
  .inner_container .detail__list .project_lists ul li {
    font-size: 0.875rem;
  }
}
.inner_container .detail__list .project_lists ul li img {
  width: 18px;
  margin-right: 0.5rem;
}
@media (width <= 768px) {
  .inner_container .detail__list .project_lists ul li img {
    width: 15px;
  }
}
.inner_container .detail__list .description {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.inner_container .detail__list .description h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
}
@media (width <= 480px) {
  .inner_container .detail__list .description h3 {
    font-size: 1.2rem;
  }
}
.inner_container .detail__list .description .cross__shape img {
  width: 15px;
}
.inner_container .service__done {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #C9CFDB;
  background: #F2F4F6;
  padding: 2rem;
  margin-left: 1rem;
}
@media (width <= 992px) {
  .inner_container .service__done {
    margin-left: 0;
    padding: 1.5rem;
  }
}
.inner_container .service__done h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #000;
}
@media (1200px <= width <= 1400px) {
  .inner_container .service__done h3 {
    font-size: 1.6rem;
  }
}
@media (768px <= width <= 1200px) {
  .inner_container .service__done h3 {
    font-size: 1.4rem;
  }
}
@media (width <= 768px) {
  .inner_container .service__done h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 480px) {
  .inner_container .service__done h3 {
    font-size: 1.3rem;
  }
}
.inner_container .service__done .service__list {
  padding-bottom: 1.5rem;
}
.inner_container .service__done .service__list h6 {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  opacity: 0.6;
  margin-bottom: 0.4rem;
}
.inner_container .service__done .service__list h5 {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.project_detail_banner {
  margin-top: 75px;
  padding: 0;
  margin-bottom: 4rem;
  position: relative;
  /* Ensure navigation arrows appear inside the active image */
}
@media (768px <= width <= 992px) {
  .project_detail_banner {
    margin-bottom: 2rem;
  }
}
@media (width <= 768px) {
  .project_detail_banner {
    margin-bottom: 1rem;
    margin-top: 55px;
  }
}
@media (width <= 480px) {
  .project_detail_banner {
    margin-bottom: 0;
  }
}
.project_detail_banner .project_detail {
  width: 100%;
  position: relative;
}
.project_detail_banner .project_detail .item {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 1.5rem;
  width: 100%;
}
@media (768px <= width <= 992px) {
  .project_detail_banner .project_detail .item {
    padding: 0.5rem;
  }
}
@media (width <= 768px) {
  .project_detail_banner .project_detail .item {
    padding: 0.5rem;
  }
}
.project_detail_banner .project_detail .item img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_detail_banner .project_detail .owl-nav {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* Prevent blocking clicks on images */
}
.project_detail_banner .project_detail .owl-nav button {
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  border: none;
  cursor: pointer;
  pointer-events: all; /* Allow clicks */
}
@media (width <= 768px) {
  .project_detail_banner .project_detail .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}
@media (width <= 480px) {
  .project_detail_banner .project_detail .owl-nav button {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.project_detail_banner .project_detail .owl-nav .owl-prev {
  position: relative;
  left: 10px; /* Adjust position */
}
.project_detail_banner .project_detail .owl-nav .owl-next {
  position: relative;
  right: 10px; /* Adjust position */
}
.project_detail_banner .project_detail .owl-item.active .owl-nav {
  display: flex;
}

.modal-dialog {
  position: relative;
}
.modal-dialog .modal-content {
  position: relative;
}
.modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
.modal-dialog .modal-content .modal-body h2 {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.modal-dialog .modal-content .modal-body h3 {
  color: #000;
  font-family: "FSP DEMO - Resolve Sans Bold Wd";
  margin-bottom: 0.5rem;
}
.modal-dialog .modal-content .modal-body label {
  font-size: 0.813rem;
  color: #192535;
}
.modal-dialog .modal-content .modal-body .form-control::-moz-placeholder {
  color: rgba(19, 20, 20, 0.61);
  opacity: 1;
  font-size: 0.875rem;
}
.modal-dialog .modal-content .modal-body .form-control::placeholder {
  color: rgba(19, 20, 20, 0.61);
  opacity: 1;
  font-size: 0.875rem;
}
.modal-dialog .modal-content .modal-body .btn_1 {
  margin-right: 1rem;
}

.btn_1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #EA0A35 !important;
  font-size: 1rem;
  border: 1px solid #000;
  color: #000 !important;
  background: none;
  padding: 0.4rem 1rem;
  cursor: pointer;
}
@media (width <= 768px) {
  .btn_1 {
    font-size: 0.875rem;
  }
}
.btn_1:hover {
  background: #000;
  color: #fff !important;
}

.btn_2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  color: #EA0A35 !important;
  font-size: 1rem;
  border: 1px solid #EA0A35;
  color: #fff !important;
  background: #EA0A35;
  padding: 0.4rem 1rem;
}
@media (width <= 768px) {
  .btn_2 {
    font-size: 0.875rem;
  }
}
.btn_2:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
}

.btn_3 {
  color: #EA0A35 !important;
  font-size: 1rem;
}
@media (width <= 768px) {
  .btn_3 {
    font-size: 0.875rem;
  }
}
.btn_3 i {
  transition: all 0.4s ease-in-out;
  font-size: 0.813rem;
  padding-left: 1rem;
}
@media (width <= 768px) {
  .btn_3 i {
    padding-left: 0.2rem;
  }
}
.btn_3:hover i {
  padding-left: 1.4rem;
}
@media (width <= 768px) {
  .btn_3:hover i {
    padding-left: 0.5rem;
  }
}

.btn_4 i {
  transition: all 0.4s ease-in-out;
  font-size: 1.5rem;
  color: #000;
}
@media (width <= 768px) {
  .btn_4 i {
    font-size: 1rem;
  }
}/*# sourceMappingURL=main.css.map */