@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  border-radius: 8px;
  background: none;
}
*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ADADAD;
  border: 1px solid rgba(0, 0, 0, 0.2745098039);
}

ul, li {
  list-style: none;
}

body {
  background-color: #ffffff;
  position: relative;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: none;
  border: 1px solid #cacaca;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #000;
}

.custom-banner-btn {
  max-width: 450px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}
.custom-banner-btn p {
  font-size: 22px;
}
.custom-banner-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.custom-banner-btn.append-icon {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.has-br-circle {
  border-radius: 9000px;
}

.custom-accordion .accordion-breadcrumb {
  border: none;
  padding-left: 0;
}
.custom-accordion .accordion-breadcrumb li {
  display: inline-block;
  list-style-type: none;
  margin-left: 0;
  font-size: 13px;
}
.custom-accordion .accordion-breadcrumb li.active {
  color: #000 !important;
}
.custom-accordion .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.custom-accordion .accordion-content h5 {
  font-size: 18px;
  font-weight: 400;
}
.custom-accordion .accordion-content p {
  font-size: 14px;
}
.custom-accordion .accordion-content ul {
  border: none;
  margin-top: 0;
}
.custom-accordion .accordion-content ul li::marker {
  color: #333; /* Change the color of the disc */
}

.main-section {
  padding: 80px 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1165px) {
  .main-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1165px) {
  .main-section {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1165px) {
  .main-section#team-section {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 570px) {
  .main-section#team-section {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 390px) {
  .main-section#team-section {
    padding: 40px 20px;
  }
}
.main-section.mxl {
  padding: 80px 200px;
}
@media screen and (max-width: 1195px) {
  .main-section.mxl {
    padding: 80px 130px;
  }
}
@media screen and (max-width: 1165px) {
  .main-section.mxl {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 700px) {
  .main-section.mxl {
    padding: 40px 40px;
  }
}
.main-section .absolute-right {
  position: absolute;
  top: -1%;
  right: -17%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main-section .track-record-bg {
  position: absolute;
  right: -5%;
  top: -5%;
  z-index: -1;
}
.main-section .focus-obj-bg {
  position: absolute;
  right: 10%;
  bottom: -5%;
  z-index: -1;
}
.main-section.has-left-slant-bg {
  padding: 80px 80px 230px 80px;
}
@media screen and (max-width: 1165px) {
  .main-section.has-left-slant-bg {
    padding: 80px 20px 230px 20px;
  }
}
.main-section.has-left-slant-bg::after {
  content: "";
  position: absolute;
  top: -55px;
  left: -15px;
  right: -10px;
  width: 100%;
  height: 0;
  border-bottom: 610px solid rgba(27, 20, 100, 0.8901960784);
  border-left: 0px solid transparent;
  border-right: 77px solid transparent;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: -1;
  background-image: url(../images/slide/slide.jpg);
  background-repeat: no-repeat;
  background-position: center 18%;
  background-size: cover;
}
@media screen and (max-width: 1405px) {
  .main-section.has-left-slant-bg::after {
    border-bottom: 545px solid rgba(27, 20, 100, 0.8901960784);
  }
}
@media screen and (max-width: 1045px) {
  .main-section.has-left-slant-bg::after {
    background-position: center 0%;
  }
}
@media screen and (max-width: 905px) {
  .main-section.has-left-slant-bg::after {
    background-position: center -17%;
  }
}
@media screen and (max-width: 830px) {
  .main-section.has-left-slant-bg::after {
    border-bottom: 600px solid rgba(27, 20, 100, 0.8901960784);
  }
}
@media screen and (max-width: 398px) {
  .main-section.has-left-slant-bg::after {
    border-bottom: 680px solid rgba(27, 20, 100, 0.8901960784);
  }
}
@media screen and (max-width: 1405px) {
  .main-section.has-left-slant-bg .heading-caption {
    font-size: 60px;
  }
}
@media screen and (max-width: 1151px) {
  .main-section.has-left-slant-bg .heading-caption {
    font-size: 50px;
  }
}
@media screen and (max-width: 666px) {
  .main-section.has-left-slant-bg .heading-caption {
    font-size: 40px;
  }
}
@media screen and (max-width: 830px) {
  .main-section.has-left-slant-bg .slant-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section.has-left-slant-bg .slant-container .flex-basis-4 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .main-section.has-left-slant-bg .slant-container .flex-basis-4 {
    gap: 0px;
  }
}
.main-section .custom-mini-divider {
  height: 3px;
  width: 100px;
  position: absolute;
  top: 0;
}
.main-section .main-container .custom-mini-heading h4 {
  text-transform: uppercase;
  font-size: 20px;
}
.main-section .main-container .custom-meduim-heading h4 {
  font-size: 50px;
  letter-spacing: -4px;
}
@media screen and (max-width: 980px) {
  .main-section .main-container .custom-meduim-heading h4 {
    font-size: 40px;
  }
}
.main-section .main-container .services-section {
  position: relative;
  height: 500px;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.main-section .main-container .services-section::-webkit-scrollbar {
  display: none;
}
.main-section .main-container .service-listing h1 {
  font-size: 46px;
  color: #000;
}
.main-section .main-container .service-listing h1.medium-heading {
  font-size: 35px;
}
.main-section .main-container .service-listing p {
  color: #626161;
  font-size: 23px;
}
.main-section .main-container .service-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 90000px;
  background-color: #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-section .main-container .custom-numbering {
  font-weight: 500;
  font-size: 20px;
}
.main-section .main-container .custom-big-caption-wrapper .custom-big-caption h1 {
  font-family: "Sugar Magic - Personal Use Only", sans-serif;
  font-size: 180px;
}
.main-section .main-container .custom-big-caption-wrapper .custom-big-caption:nth-child(2) {
  margin-left: -45%;
}
.main-section .main-container .custom-big-caption-wrapper .custom-big-caption:nth-child(3) {
  margin-left: 30%;
}
.main-section .main-container .custom-big-caption-wrapper p {
  position: absolute;
  top: 40%;
  right: -30%;
  font-size: 16px;
}
.main-section .main-container .service-image {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 690px;
  height: 450px;
  -webkit-box-shadow: 0px 4px 21px 3px rgba(0, 0, 0, 0.2705882353);
          box-shadow: 0px 4px 21px 3px rgba(0, 0, 0, 0.2705882353);
}
.main-section .main-container .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-section .main-container .custom-flex-card {
  padding: 30px 40px 60px 40px;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1450980392);
}
.main-section .main-container .focus-area-section .area-images-wrapper {
  width: 845px;
  height: 600px;
}
.main-section .main-container .focus-area-section .area-images-wrapper .slide {
  width: 100%;
  height: 100%;
}
.main-section .main-container .focus-area-section .area-images-wrapper .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-section .main-container .custom-listing-content {
  font-size: 25px;
  color: #626161;
}
.main-section .page-heading {
  font-size: 40px;
}
.main-section .page-address {
  font-size: 20px;
  color: #ADADAD;
}

.custom-main-heading h4 {
  font-size: 40px;
  letter-spacing: -3px;
}
@media screen and (max-width: 1118px) {
  .custom-main-heading h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 400px) {
  .custom-main-heading h4 {
    font-size: 32px;
  }
}
.custom-main-heading h5 {
  font-size: 30px;
  letter-spacing: -3px;
}
.custom-main-heading p {
  color: #626161;
  font-size: 16px;
}

.heading-caption {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -5px;
}

.custom-btn {
  padding: 15px 50px;
  font-family: 14px;
  font-weight: 500;
}

.custom-mini-btn {
  padding: 6px 15px;
  font-family: 14px;
  font-weight: 500;
}
.custom-mini-btn.has-grey-bd {
  border: 1px solid #ADADAD;
}

.about-description {
  /* Ordered List */
}
.about-description p {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-description h5 {
  font-size: 26px;
  margin-bottom: 10px;
}
.about-description ul {
  font-size: 20px;
}
.about-description ul li {
  margin-bottom: 15px;
  list-style-type: disc;
  display: list-item;
  margin-left: 1em;
}
.about-description ul li::marker {
  color: #1C9CDE; /* Change the color of the disc */
}
.about-description ol {
  counter-reset: item; /* Reset the counter for ordered list items */
  padding-left: 10px; /* Add some left padding for better readability */
  font-size: 20px;
}
.about-description ol li {
  margin-bottom: 15px;
}
.about-description ol li::before {
  content: counter(item) ". "; /* Use counter for numbering */
  counter-increment: item; /* Increment the counter */
  color: #1C9CDE; /* Change the color of the numbering */
  display: inline-block; /* Make the numbering appear inline with the text */
  width: 1em; /* Set width to control size of the numbering */
  font-size: 20px; /* Adjust font size of the numbering */
  font-weight: 500;
  line-height: 1; /* Adjust line height to match the font size */
}

.absolute-img {
  position: absolute;
}
.absolute-img.dots-bg {
  left: -12%;
  top: 10%;
}
.absolute-img.service-img {
  width: 36%;
  bottom: 0;
}

.form-control label {
  font-size: 16px;
}
.form-control input, .form-control textarea {
  width: 100%;
  font-size: 14px;
  padding: 15px 20px;
}
.form-control input::-webkit-input-placeholder, .form-control textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #8D8A8A;
}
.form-control input::-moz-placeholder, .form-control textarea::-moz-placeholder {
  font-style: italic;
  color: #8D8A8A;
}
.form-control input:-ms-input-placeholder, .form-control textarea:-ms-input-placeholder {
  font-style: italic;
  color: #8D8A8A;
}
.form-control input::-ms-input-placeholder, .form-control textarea::-ms-input-placeholder {
  font-style: italic;
  color: #8D8A8A;
}
.form-control input::placeholder, .form-control textarea::placeholder {
  font-style: italic;
  color: #8D8A8A;
}
.form-control.inverted input::-webkit-input-placeholder, .form-control.inverted textarea::-webkit-input-placeholder {
  color: #000;
}
.form-control.inverted input::-moz-placeholder, .form-control.inverted textarea::-moz-placeholder {
  color: #000;
}
.form-control.inverted input:-ms-input-placeholder, .form-control.inverted textarea:-ms-input-placeholder {
  color: #000;
}
.form-control.inverted input::-ms-input-placeholder, .form-control.inverted textarea::-ms-input-placeholder {
  color: #000;
}
.form-control.inverted input::placeholder, .form-control.inverted textarea::placeholder {
  color: #000;
}

.custom-flex-auto {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); /* see notes below */
  grid-gap: 6.3em;
}

.testimonial-slider {
  /* Adjust width as needed */
  width: 700px;
  height: 100%;
  padding: 30px 30px;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(241, 195, 29, 0.3882352941)), to(rgba(27, 46, 221, 0.1647058824)));
  background: linear-gradient(to bottom right, rgba(241, 195, 29, 0.3882352941), rgba(27, 46, 221, 0.1647058824));
  border-radius: 30px;
}
.testimonial-slider .testimonial {
  display: none;
  width: 100%;
  height: 100%;
}
.testimonial-slider .testimonial.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 5s infinite;
          animation: slide 5s infinite; /* Adjust animation duration as needed */
}
.testimonial-slider .testimonial .testimonial-img img {
  width: 92px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonial-slider .testimonial .testimony {
  font-size: 23px;
  color: #626161;
}
@media screen and (max-width: 1318px) {
  .testimonial-slider .testimonial .testimony {
    font-size: 20px;
  }
}
.testimonial-slider .testimonial .title {
  font-weight: 500;
  font-size: 25px;
  color: #626161;
}
@media screen and (max-width: 1318px) {
  .testimonial-slider .testimonial .title {
    font-size: 23px;
  }
}
.testimonial-slider .testimonial .small {
  font-size: 20px;
  color: #626161;
}
@media screen and (max-width: 1318px) {
  .testimonial-slider .testimonial .small {
    font-size: 18px;
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.slide-dots .slide-dot {
  width: 15px;
  height: 15px;
  border-radius: 9000px;
  background-color: #D9D9D9;
}
.slide-dots .slide-dot.active {
  background-color: #1B1464;
}

.custom-people-block .circle-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; /* Stack items in descending order */
}
.custom-people-block .circle-stack .circle {
  width: 100px; /* Adjust circle size as needed */
  height: 100px; /* Adjust circle size as needed */
  border-radius: 50%; /* Make the image circular */
  margin-left: -35px; /* Adjust spacing between circles */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.3882352941);
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.3882352941);
}
@media screen and (max-width: 400px) {
  .custom-people-block .circle-stack .circle {
    width: 70px;
    height: 70px;
  }
}
.custom-people-block .circle-stack .circle:first-of-type {
  margin-left: 0;
}

.our-team-wrapper .left-bottom {
  position: absolute;
  top: 35%;
  left: -15%;
  -webkit-transform: rotate(-45deg) scale(1.3);
          transform: rotate(-45deg) scale(1.3);
  z-index: -1;
}
.our-team-wrapper .right-bottom {
  position: absolute;
  top: 50%;
  right: -10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}

.team-slider {
  position: relative;
}
.team-slider:hover .section-controller {
  opacity: 1;
}
.team-slider .section-controller {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding: 0px 15px;
  z-index: 4;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-slider .section-controller img {
  cursor: pointer;
}
.team-slider .our-team-section {
  position: relative;
  padding: 30px 0px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
  gap: 30px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.team-slider .our-team-section::-webkit-scrollbar {
  display: none;
}
.team-slider .our-team-section .team-card {
  position: relative;
  overflow: clip;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 225px;
  height: 442px;
  padding: 28px 25px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.151);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.151);
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #ffffff;
  background-color: #000;
  cursor: pointer;
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 45px;
}
.team-slider .our-team-section .team-card.expanded {
  width: 564px;
  color: #000;
  background-color: #ffffff;
}
.team-slider .our-team-section .team-card.expanded .card-cursor {
  display: none;
}
.team-slider .our-team-section .team-card.expanded .person {
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}
.team-slider .our-team-section .team-card.expanded .color-circles {
  right: -100%;
}
.team-slider .our-team-section .team-card.expanded .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.team-slider .our-team-section .team-card.expanded .team-info .person-info {
  padding-top: 50px;
}
.team-slider .our-team-section .team-card.expanded .team-info .person-info .team-title h1 {
  font-size: 40px;
}
.team-slider .our-team-section .team-card.expanded .team-info .person-info .team-title span {
  font-size: 16px;
}
.team-slider .our-team-section .team-card.expanded .team-info .person-info .description {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.team-slider .our-team-section .team-card:hover {
  -webkit-box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, 0.2);
}
.team-slider .our-team-section .team-card .card-cursor {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.1450980392);
  border-radius: 90000px;
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.team-slider .our-team-section .team-card .color-circles {
  width: 188px;
  height: 188px;
  border-radius: 9000px;
  position: absolute;
  top: -10%;
  right: -15%;
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
}
.team-slider .our-team-section .team-card .person {
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-slider .our-team-section .team-card .team-info {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.team-slider .our-team-section .team-card .team-info .person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-transition: padding-top 0.7s ease-in-out;
  transition: padding-top 0.7s ease-in-out;
}
.team-slider .our-team-section .team-card .team-info .person-info .team-title h1 {
  font-size: 40px;
}
.team-slider .our-team-section .team-card .team-info .person-info .team-title span {
  font-size: 16px;
}
.team-slider .our-team-section .team-card .team-info .person-info .description {
  opacity: 0;
  max-width: 450px;
  font-size: 23px;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
}

.case-studies-section {
  max-width: 1200px;
  margin: -120px auto 0px auto;
  position: relative;
}
@media screen and (max-width: 1265px) {
  .case-studies-section {
    max-width: 100%;
    margin: -120px 30px 0px 30px;
  }
}
@media screen and (max-width: 480px) {
  .case-studies-section {
    margin: -120px 10px 0px 10px;
  }
}
.case-studies-section .top-heading-section {
  position: relative;
  width: 1130px;
  margin: 0px auto -28px auto;
}
@media screen and (max-width: 1265px) {
  .case-studies-section .top-heading-section {
    width: 100%;
    padding: 0px 30px;
  }
}
.case-studies-section .top-heading-section .bar {
  width: inherit;
  height: 14px;
  border-radius: 8px;
}
@media screen and (max-width: 1265px) {
  .case-studies-section .top-heading-section .bar {
    width: 100%;
  }
}
.case-studies-section .top-heading-section p {
  font-size: 12px;
  color: #1B1464;
}
.case-studies-section .case-studies-wrapper {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 35px 24px;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.0823529412);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.0823529412);
}
.case-studies-section .case-studies-wrapper .custom-case-studies-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 794px) {
  .case-studies-section .case-studies-wrapper .custom-case-studies-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 405px) {
  .case-studies-section .case-studies-wrapper .custom-case-studies-form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input input, .case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input select, .case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input textarea {
  width: 100%;
  background: none;
  font-size: 16px;
}
.case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input.append-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 794px) {
  .case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input.append-icon {
    grid-column: span 2;
  }
}
@media screen and (max-width: 405px) {
  .case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input.append-icon {
    grid-column: 1;
  }
}
.case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input.full-width {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 794px) {
  .case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input.full-width {
    grid-column: span 3;
  }
}
@media screen and (max-width: 405px) {
  .case-studies-section .case-studies-wrapper .custom-case-studies-form .custom-input.full-width {
    grid-column: 1;
  }
}

.custom-filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 765px) {
  .custom-filter-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-filter-section .custom-input {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2705882353);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2705882353);
  padding: 15px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 765px) {
  .custom-filter-section .custom-input:first-of-type {
    grid-column: span 2;
  }
}
.custom-filter-section .custom-input input, .custom-filter-section .custom-input select, .custom-filter-section .custom-input textarea {
  width: 100%;
  background: none;
  font-size: 16px;
}
.custom-filter-section .custom-input.append-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.custom-filter-section .custom-input.full-width {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-filter-section .full-width {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.custom-rows .custom-row {
  padding: 20px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1450980392);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .custom-rows .custom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom-rows .custom-row .data-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.custom-rows .custom-row .data-cell .append-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.custom-rows .custom-row .data-cell .file-icon {
  width: 30px;
}
.custom-rows .custom-row .data-cell h4 {
  font-size: 16px;
  font-weight: 600;
}
.custom-rows .custom-row .data-cell h6 {
  font-size: 14px;
  font-weight: 300;
}
.custom-rows .custom-row .data-cell p {
  font-size: 12px;
  color: #ADADAD;
}
.custom-rows .custom-row .custom-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 750px;
}
@media screen and (max-width: 1300px) {
  .custom-rows .custom-row .custom-title {
    width: 500px;
  }
}
@media screen and (max-width: 1050px) {
  .custom-rows .custom-row .custom-title {
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  .custom-rows .custom-row .custom-title {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    width: 100%;
    margin-bottom: 10px;
  }
}
.custom-rows .custom-row .side-data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 695px) {
  .custom-rows .custom-row .side-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 345px) {
  .custom-rows .custom-row .side-data {
    grid-template-columns: 1fr;
  }
}

#about-section {
  position: relative;
}
#about-section .abs-dots {
  position: absolute;
  left: -45%;
  top: -58%;
  z-index: -1;
}
@media screen and (max-width: 1155px) {
  #about-section .abs-dots {
    display: none;
  }
}
#about-section #about-image {
  position: relative;
}
#about-section .about-img {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  #about-section .about-img {
    height: 440px;
  }
}
@media screen and (max-width: 980px) {
  #about-section .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about-section #about-image {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
  #mission-section #mission_vision {
    gap: 40px;
  }
}
@media screen and (max-width: 780px) {
  #mission-section #mission_vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #mission-section #mission_vision .flex-column {
    width: 100%;
  }
}
#mission-section .mission-img {
  width: 565px;
  height: 565px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1190px) {
  #mission-section .mission-img {
    width: 460px;
  }
}
@media screen and (max-width: 882px) {
  #mission-section .mission-img {
    width: 430px;
  }
}
@media screen and (max-width: 780px) {
  #mission-section .mission-img {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #mission-section .mission-img {
    height: 450px;
  }
}
#mission-section .column-icon {
  border-radius: 9000px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: #D9D9D9;
}
#mission-section .column-icon img {
  width: 60px;
  height: 60px;
}
#mission-section .about-description {
  font-size: 20px;
}

@media screen and (max-width: 895px) {
  #partners-section .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 40px;
  }
}
#partners-section .side-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 262px;
}
#partners-section .side-heading .block-bar {
  position: absolute;
  left: 0;
  width: 144px;
  height: 262px;
  border-radius: 45px;
  z-index: -1;
}
#partners-section .side-heading .heading-mini-caption {
  padding-left: 50px;
}
#partners-section .partner-slider {
  overflow: hidden;
  width: 100%;
}

#values-section .values-cards {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-gap: 1.3em;
}
@media screen and (max-width: 960px) {
  #values-section .values-cards {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media screen and (max-width: 760px) {
  #values-section .values-cards {
    grid-template-columns: 1fr;
  }
}
#values-section .values-cards.xl-1 {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media screen and (max-width: 1420px) {
  #values-section .values-cards.xl-1 {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media screen and (max-width: 880px) {
  #values-section .values-cards.xl-1 {
    grid-template-columns: 1fr;
  }
}
#values-section .values-cards .value-card {
  background-color: #ffffff;
  border-top: 10px solid #1B1464;
  border-radius: 3px;
  padding: 50px 20px 40px 20px;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1254901961);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1254901961);
}
#values-section .values-cards .value-card img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
#values-section .values-cards .value-card .medium-heading {
  font-size: 25px;
  letter-spacing: -2px;
  font-weight: 500;
}
#values-section .values-cards .value-card p {
  font-size: 20px;
}

@media screen and (max-width: 1156px) {
  #track-records .features-content-container {
    gap: 40px;
  }
}
@media screen and (max-width: 970px) {
  #track-records .features-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#track-records .features-content-container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 970px) {
  #track-records .features-content-container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#track-records .features-content-container:nth-child(even) .features-boxes {
  background-color: #1C9CDE;
}
#track-records .features-content-container:nth-child(even) .features-boxes .custom-box-block {
  -webkit-mask-image: url("../images/png/shape3.png"); /* For compatibility with some browsers */
  mask-image: url("../images/png/shape3.png"); /* Standard property */
}
#track-records .features-content-container .features-content-section h1, #track-records .features-content-container .features-content-section h2, #track-records .features-content-container .features-content-section h3, #track-records .features-content-container .features-content-section h4 {
  font-size: 25px;
  color: #777676;
  letter-spacing: -2px;
}
#track-records .features-content-container .features-content-section p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
#track-records .features-content-container .features-content-section ul li {
  font-size: 14px;
  color: #777676;
  margin-bottom: 3px;
  list-style-type: disc;
  display: list-item;
  margin-left: 1em;
}
#track-records .features-content-container .features-content-section ul li::marker {
  color: #1C9CDE; /* Change the color of the disc */
}
#track-records .features-content-container .features-boxes {
  padding: 30px 15px;
  border-radius: 40px;
  background-color: #023E62;
}
@media screen and (max-width: 455px) {
  #track-records .features-content-container .features-boxes {
    padding: 10px;
  }
}
#track-records .features-content-container .features-boxes .custom-box-block {
  width: 555px;
  height: 530px;
  -webkit-mask-image: url("../images/png/shape2.png"); /* For compatibility with some browsers */
  mask-image: url("../images/png/shape2.png"); /* Standard property */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain; /* Adjust as needed */
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  overflow: hidden;
}
@media screen and (max-width: 1308px) {
  #track-records .features-content-container .features-boxes .custom-box-block {
    width: 500px;
  }
}
@media screen and (max-width: 1091px) {
  #track-records .features-content-container .features-boxes .custom-box-block {
    width: 470px;
  }
}
@media screen and (max-width: 970px) {
  #track-records .features-content-container .features-boxes .custom-box-block {
    width: 100%;
  }
}
@media screen and (max-width: 685px) {
  #track-records .features-content-container .features-boxes .custom-box-block {
    height: 455px;
  }
}
@media screen and (max-width: 440px) {
  #track-records .features-content-container .features-boxes .custom-box-block {
    height: 380px;
  }
}
@media screen and (max-width: 350px) {
  #track-records .features-content-container .features-boxes .custom-box-block {
    -webkit-mask-position: center 60%;
            mask-position: center 60%;
  }
}
#track-records .features-content-container .features-boxes .custom-box-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#award-section .custom-award-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#award-section .custom-award-card:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#award-section .custom-award-card:nth-child(even) .top-date {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#award-section .custom-award-card:nth-child(even) .card-section {
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
#award-section .custom-award-card:nth-child(even) .card-section .card-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1230px) {
  #award-section .custom-award-card:nth-child(even) .card-section .card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#award-section .custom-award-card:nth-child(even) .card-section .card-wrapper .award-info p {
  text-align: right;
}
@media screen and (max-width: 1230px) {
  #award-section .custom-award-card:nth-child(even) .card-section .card-wrapper .award-info p {
    text-align: left;
  }
}
#award-section .custom-award-card:nth-child(even) .card-section .card-wrapper .award-info h1 {
  text-align: right;
}
@media screen and (max-width: 1230px) {
  #award-section .custom-award-card:nth-child(even) .card-section .card-wrapper .award-info h1 {
    text-align: left;
  }
}
#award-section .custom-award-card .top-date {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 15px 40px;
  background-color: #1B1464;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#award-section .custom-award-card .top-date p {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -2px;
}
@media screen and (max-width: 1130px) {
  #award-section .custom-award-card .top-date p {
    font-size: 25px;
  }
}
#award-section .custom-award-card .card-section {
  border-top-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 50px;
  background-color: #E8E8E8;
}
@media screen and (max-width: 1270px) {
  #award-section .custom-award-card .card-section {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  #award-section .custom-award-card .card-section {
    padding: 20px;
  }
}
#award-section .custom-award-card .card-section .card-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1230px) {
  #award-section .custom-award-card .card-section .card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#award-section .custom-award-card .card-section .card-wrapper .award-info p {
  font-size: 20px;
  color: #777676;
}
@media screen and (max-width: 1408px) {
  #award-section .custom-award-card .card-section .card-wrapper .award-info p {
    font-size: 17px;
  }
}
#award-section .custom-award-card .card-section .card-wrapper .award-info h1 {
  font-size: 35px;
  letter-spacing: -2px;
  color: #000;
}
@media screen and (max-width: 1408px) {
  #award-section .custom-award-card .card-section .card-wrapper .award-info h1 {
    font-size: 26px;
  }
}
#award-section .custom-award-card .card-section .card-wrapper .award-img {
  width: 575px;
  height: 387px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1408px) {
  #award-section .custom-award-card .card-section .card-wrapper .award-img {
    width: 555px;
  }
}
@media screen and (max-width: 1230px) {
  #award-section .custom-award-card .card-section .card-wrapper .award-img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #award-section .custom-award-card .card-section .card-wrapper .award-img {
    height: 100%;
  }
}
#award-section .custom-award-card .card-section .card-wrapper .award-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#career-wrapper .custom-main-heading h4 {
  color: #ADADAD;
  font-size: 30px;
}
#career-wrapper .career-body .job-showing {
  font-size: 14px;
}
#career-wrapper .career-body .job-showing span {
  font-weight: 600;
}
#career-wrapper .career-body a {
  color: #ADADAD;
  font-size: 15px;
  font-weight: 500;
}
#career-wrapper .career-body a:hover {
  color: #1B1464;
}

.job-apply-section {
  position: relative;
  background-image: url("../images/jpg/job-apply.jpg");
  background-position: left 50%;
  background-size: cover;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-radius: 50px;
  padding: 0px 80px 0px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1235px) {
  .job-apply-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1235px) {
  .job-apply-section {
    height: 100%;
    padding: 30px 30px;
  }
}
.job-apply-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 20, 100, 0.1450980392)), color-stop(52%, #1B1464), to(#1B1464));
  background: linear-gradient(to right, rgba(27, 20, 100, 0.1450980392) 0%, #1B1464 52%, #1B1464 100%);
}
@media screen and (max-width: 1235px) {
  .job-apply-section::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(27, 20, 100, 0.1450980392)), color-stop(52%, rgba(27, 20, 100, 0.6431372549)), to(rgba(27, 20, 100, 0.3843137255)));
    background: linear-gradient(to right, rgba(27, 20, 100, 0.1450980392) 0%, rgba(27, 20, 100, 0.6431372549) 52%, rgba(27, 20, 100, 0.3843137255) 100%);
  }
}
.job-apply-section .job-apply-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.job-apply-section .job-apply-wrapper p {
  font-size: 20px;
  color: #ffffff;
}
.job-apply-section .job-apply-wrapper .custom-btn {
  font-size: 25px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); /* Adjust min and max width as needed */
  gap: 20px; /* Adjust the gap between grid items */
  position: relative;
}
@media screen and (max-width: 1460px) {
  .service-card-grid {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* Adjust min and max width as needed */
  }
}
@media screen and (max-width: 759px) {
  .service-card-grid {
    grid-template-columns: 1fr; /* Adjust min and max width as needed */
  }
}
.service-card-grid .service-card {
  height: 554px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.service-card-grid .service-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.service-card-grid .service-card .card-description {
  padding: 15px;
  width: 100%;
}
.service-card-grid .service-card .card-description .description-info {
  background: #ffffff;
  padding: 15px;
  border-radius: 25px;
}
.service-card-grid .service-card .card-description .description-info .card-title {
  font-size: 25px;
  letter-spacing: -2px;
  color: #000;
  font-weight: 700;
}
.service-card-grid .service-card .card-description .description-info .card-text {
  font-size: 17px;
  letter-spacing: -1px;
}

.custom-container {
  width: 100%;
  position: relative;
}
.custom-container .display-image {
  width: 100%;
  height: 562px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 948px) {
  .custom-container .display-image {
    height: 510px;
  }
}
@media screen and (max-width: 565px) {
  .custom-container .display-image {
    height: 460px;
  }
}
.custom-container .display-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.custom-container .mini-image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.custom-container .mini-image-grid img {
  width: 110px;
  height: 90px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.custom-container h1, .custom-container h2 {
  font-size: 25px;
  letter-spacing: -2px;
}
.custom-container p {
  font-size: 17px;
  color: #777676;
}
.custom-container ul {
  margin-top: -10px;
  padding-left: 15px;
  border-left: 4px solid #1B1464;
}
.custom-container ul li {
  font-size: 16px;
  color: #777676;
  margin-bottom: 3px;
  list-style-type: disc;
  display: list-item;
  margin-left: 1em;
}
.custom-container ul li::marker {
  color: #1C9CDE; /* Change the color of the disc */
}

@media screen and (max-width: 1250px) {
  .has-aside {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.custom-aside {
  width: 452px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1538px) {
  .custom-aside {
    width: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .custom-aside {
    width: 100%;
  }
}
.custom-aside h2 {
  font-size: 20px;
  letter-spacing: -1px;
}
.custom-aside .case-link {
  font-size: 17px;
  text-decoration: none;
  color: #777676;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  #career-section .custom-main-heading .d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
#career-section .job-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 700px) {
  #career-section .job-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#career-section .job-form-wrapper .job-form {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #career-section .job-form-wrapper .job-form {
    width: 100%;
  }
}
#career-section .job-form-wrapper .job-form .form-heading {
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 10px;
}
#career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1275px) {
  #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper .input-append {
    width: 100%;
  }
}
#career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper.format {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper input, #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper textarea, #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper select {
  max-width: 400px;
}
@media screen and (max-width: 1275px) {
  #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper input, #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper textarea, #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper select {
    max-width: 100%;
  }
}
#career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper.no-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper.no-flex input, #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper.no-flex textarea, #career-section .job-form-wrapper .job-form .custom-form-v2-wrapper .form-input-wrapper.no-flex select {
  max-width: 100%;
}

.custom-form-v2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.custom-form-v2-wrapper .form-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-form-v2-wrapper .form-input-wrapper.format {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
}
.custom-form-v2-wrapper .form-input-wrapper.format input[type=checkbox] {
  padding: 0;
}
.custom-form-v2-wrapper .form-input-wrapper.format input, .custom-form-v2-wrapper .form-input-wrapper.format textarea, .custom-form-v2-wrapper .form-input-wrapper.format select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-form-v2-wrapper .form-input-wrapper.format input:focus, .custom-form-v2-wrapper .form-input-wrapper.format textarea:focus, .custom-form-v2-wrapper .form-input-wrapper.format select:focus {
  background-color: #D9D9D9;
}
.custom-form-v2-wrapper .form-input-wrapper label {
  font-size: 14px;
}
.custom-form-v2-wrapper .form-input-wrapper input, .custom-form-v2-wrapper .form-input-wrapper textarea, .custom-form-v2-wrapper .form-input-wrapper select {
  padding: 10px 20px;
  width: 100%;
  background: none;
  border: 1px solid #D9D9D9;
}
.custom-form-v2-wrapper .form-input-wrapper input:focus, .custom-form-v2-wrapper .form-input-wrapper textarea:focus, .custom-form-v2-wrapper .form-input-wrapper select:focus {
  background-color: #D9D9D9;
}
.custom-form-v2-wrapper .form-input-wrapper .input-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 400px;
}
.custom-form-v2-wrapper .form-input-wrapper .input-append .small {
  max-width: 100px !important;
}
.custom-form-v2-wrapper .form-input-wrapper .input-append input, .custom-form-v2-wrapper .form-input-wrapper .input-append select {
  max-width: 100%;
}

@media screen and (max-width: 1318px) {
  #testimonials {
    gap: 20px;
  }
}
@media screen and (max-width: 1227px) {
  #testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #testimonials .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.team-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); /* Adjust min and max width as needed */
  gap: 1.3em; /* Adjust the gap between grid items */
  position: relative;
}
@media screen and (max-width: 1461px) {
  .team-card-grid {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* Adjust min and max width as needed */
  }
}
@media screen and (max-width: 760px) {
  .team-card-grid {
    grid-template-columns: 1fr; /* Adjust min and max width as needed */
  }
}
.team-card-grid .team-card {
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
}
@media screen and (max-width: 760px) {
  .team-card-grid .team-card {
    width: 100%;
  }
}
.team-card-grid .team-card img {
  width: 229px;
  height: 229px;
  border-radius: 9000px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 760px) {
  .team-card-grid .team-card img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 448px) {
  .team-card-grid .team-card img {
    width: 210px;
    height: 210px;
  }
}
.team-card-grid .team-card .card-description .description-info .card-title {
  font-size: 25px;
  letter-spacing: -2px;
}
@media screen and (max-width: 760px) {
  .team-card-grid .team-card .card-description .description-info .card-title {
    text-align: center;
  }
}
.team-card-grid .team-card .card-description .description-info .card-mini-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
}
.team-card-grid .team-card .card-description .description-info ul li {
  font-size: 14px;
  color: #777676;
  margin-bottom: 3px;
  list-style-type: disc;
  display: list-item;
  margin-left: 1em;
}
.team-card-grid .team-card .card-description .description-info ul li::marker {
  color: #1C9CDE; /* Change the color of the disc */
}

.footer p {
  font-size: 20px;
}
@media screen and (max-width: 1265px) {
  .footer p {
    font-size: 17px;
  }
}

.footer-bg {
  background-size: cover;
  background-position: center;
  background-image: url("../images/png/footer.png");
}
@media screen and (max-width: 805px) {
  .footer-bg .justify-content-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.has-dropdown {
  position: relative;
}

a.has-dropdown::after {
  content: url("../images/svgs/gridicons_dropdown.svg");
  top: 7px;
  position: relative;
}

.menu-dropdown {
  min-width: 100%;
  position: absolute;
  min-height: 200px;
  visibility: hidden;
  overflow-y: scroll;
  max-height: 80vh;
  opacity: 0;
  background-color: #000;
  left: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media screen and (max-width: 980px) {
  .menu-dropdown {
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background-color: transparent !important;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    max-height: 100%;
  }
  .menu-dropdown .menu-block {
    max-width: 100%;
    padding: 0px 0px 0px 10px !important;
    gap: 10px !important;
  }
  .menu-dropdown .menu-block .menu-item .menu {
    color: #ADADAD !important;
  }
  .menu-dropdown .menu-block .menu-item .sub-items {
    padding-top: 20px !important;
  }
}
.menu-dropdown.active {
  visibility: visible;
  opacity: 1;
}
.menu-dropdown .menu-block {
  max-width: 900px;
  margin: auto;
  padding: 40px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.menu-dropdown .menu-block .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1434px) {
  .menu-dropdown .menu-block .menu-item {
    gap: 30px;
  }
}
@media screen and (max-width: 630px) {
  .menu-dropdown .menu-block .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.menu-dropdown .menu-block .menu-item .menu {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 30px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 200px;
  cursor: pointer;
}
.menu-dropdown .menu-block .menu-item .menu::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0; /* Adjust the value as needed */
  width: 35%; /* Adjust the length as needed */
  border-bottom: 3px solid #ffffff; /* Same style as the original border */
}
.menu-dropdown .menu-block .menu-item .sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  padding-top: 5px;
}
.menu-dropdown .menu-block .menu-item .sub-items .sub-menu {
  cursor: pointer;
  text-decoration: none;
  color: #D9D9D9;
  font-size: 14px;
}
.menu-dropdown .menu-block .menu-item .sub-items .sub-menu:hover {
  color: #ffffff;
}

.gallery {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 980px) {
  .gallery {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 475px) {
  .gallery {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.gallery .gallery-item {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.gallery .gallery-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* The Modal (background) */
.custom-gallery-modal {
  display: none;
  position: fixed;
  z-index: 50;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  /* The Close Button */
  /* Modal Content (image) */
}
.custom-gallery-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-gallery-modal .close:hover, .custom-gallery-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.custom-gallery-modal .modal-content {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* Add Animation - Zoom in the Modal */
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.custom-gallery-modal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bg-primary {
  background-color: #1B1464;
}

.bg-white {
  background-color: #ffffff;
}

.bg-secondary {
  background-color: #1C9CDE;
}

.bg-accented {
  background-color: #1CC4DE;
}

.bg-card-grey {
  background-color: #D9D9D9;
}

.bg-light-grey {
  background-color: #E8E8E8;
}

.bg-darker-grey {
  background-color: #535353;
}

.bg-partners {
  background-color: rgba(192, 192, 192, 0.2431372549);
}

.bg-dim-accented {
  background-color: #023E62;
}

.bd-bt-4 {
  border-bottom: 40px solid;
}
.bd-bt-4.bd-secondary {
  border-bottom-color: #1C9CDE;
}

.txt-white {
  color: #ffffff !important;
}

.txt-black {
  color: #000;
}

.txt-err {
  color: #EB5757;
}

.txt-grey {
  color: #ADADAD;
}

.txt-secondary {
  color: #1C9CDE !important;
}

.has-br-10 {
  border-radius: 10px;
}

.has-br-25 {
  border-radius: 25px;
}

.has-br-30 {
  border-radius: 30px;
}

.custom-b-radius {
  border-radius: 50px;
}

.custom-mini-b-radius {
  border-radius: 30px;
}

.main-padding {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1265px) {
  .main-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .main-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.custom-padding {
  padding: 50px;
}

.custom-mini-padding {
  padding: 30px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-15 {
  margin-top: 150px;
}

.mt-25 {
  margin-top: 250px;
}

.r-mt-200 {
  margin-top: -200px;
}

.r-mt-250 {
  margin-top: -250px;
}

.r-mt-350 {
  margin-top: -350px;
}

.pd-15 {
  padding-top: 150px;
}

.pd-25 {
  padding-top: 250px;
}

.overflow-auto {
  overflow: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-grid {
  display: grid;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-start {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-item-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-basis-7 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.flex-basis-6 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.flex-basis-5 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.flex-basis-4 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.flex-basis-3 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.no-flex-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gap-25 {
  gap: 250px;
}

.gap-10 {
  gap: 100px;
}

.gap-8 {
  gap: 80px;
}

.gap-5 {
  gap: 50px;
}

.gap-4 {
  gap: 40px;
}

.gap-3 {
  gap: 30px;
}

.gap-2 {
  gap: 20px;
}

.gap-1 {
  gap: 10px;
}

.fl-right {
  float: right;
}

.text-align-right {
  text-align: right;
}

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

.max-width-3 {
  max-width: 300px;
}

.max-width-4 {
  max-width: 400px;
}

.max-width-5 {
  max-width: 500px;
}

.max-width-6 {
  max-width: 600px;
}

.max-width-7 {
  max-width: 700px;
}

.max-width-8 {
  max-width: 800px;
}

.max-width-9 {
  max-width: 900px;
}

.max-height-7 {
  max-height: 700px;
}

.position-relative {
  position: relative;
}

.custom-btn {
  padding: 12px 25px;
  font-size: 16px;
}

.heading-mini-caption {
  font-size: 45px;
  letter-spacing: -4px;
}
@media screen and (max-width: 500px) {
  .heading-mini-caption {
    font-size: 40px;
  }
}

.heading-mini-description {
  font-size: 16px;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.2745098039); /* Change this to the desired background color */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#preloader .preloader {
  position: relative;
  width: 80px;
  height: 80px;
}
#preloader .preloader .dot {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #3498db;
  border-radius: 50%;
  -webkit-animation: dot-animation 1.2s infinite ease-in-out;
          animation: dot-animation 1.2s infinite ease-in-out;
}
#preloader .preloader .dot:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
#preloader .preloader .dot:nth-child(2) {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
#preloader .preloader .dot:nth-child(3) {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
#preloader .preloader .dot:nth-child(4) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes dot-animation {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes dot-animation {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.main-header {
  position: fixed;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 80px;
  background: transparent;
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
  z-index: 10;
}
@media screen and (max-width: 1165px) {
  .main-header {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 980px) {
  .main-header.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    background-color: #1B1464;
    padding: 30px 30px;
    overflow-y: scroll;
    height: 100vh;
  }
  .main-header.mobile nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-header.mobile nav .menu-toggle {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-header.mobile nav .menu {
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .main-header.mobile nav .menu li {
    display: block;
    height: 100%;
  }
  .main-header.mobile nav .menu li .menu-link {
    color: #ADADAD;
  }
  .main-header.mobile nav .menu li .menu-link.active {
    border-bottom: 3px solid #ffffff;
    color: #ffffff !important;
  }
  .main-header.mobile nav .menu li .menu-link.menu-btn {
    color: #ADADAD !important;
    background-color: transparent !important;
    padding: 0;
  }
}
@media screen and (max-width: 980px) and (max-width: 665px) {
  .main-header.mobile nav .menu li:last-of-type {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .main-header.mobile.sticky nav .menu li .menu-link.menu-btn {
    color: #ADADAD !important;
    background-color: transparent !important;
    padding: 0;
  }
}
.main-header .main-logo img {
  width: 220px;
  margin-top: 10px;
}
.main-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.main-header nav .menu-toggle {
  display: none;
  cursor: pointer;
  /* Rotate the first and third bars into an X and hide the second bar */
}
@media screen and (max-width: 980px) {
  .main-header nav .menu-toggle {
    display: inline-block;
  }
}
.main-header nav .menu-toggle div {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-header nav .menu-toggle.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
          transform: rotate(-45deg) translate(-9px, 6px);
}
.main-header nav .menu-toggle.change .bar2 {
  opacity: 0;
}
.main-header nav .menu-toggle.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px);
}
.main-header nav .menu li {
  display: inline-block;
  margin: 0px 20px;
  cursor: pointer;
}
.main-header nav .menu li:last-of-type {
  margin: 0px;
}
@media screen and (max-width: 980px) {
  .main-header nav .menu li {
    display: none;
  }
  .main-header nav .menu li:last-of-type {
    display: inline-block;
  }
}
@media screen and (max-width: 665px) {
  .main-header nav .menu li:last-of-type {
    display: none;
  }
}
.main-header nav .menu li .menu-link {
  color: #ffffff;
}
.main-header nav .menu li .menu-link.active {
  border-bottom: 3px solid #1B1464;
  padding-bottom: 6px;
  font-weight: 600;
  color: #1B1464 !important;
}
.main-header nav .menu li .menu-link.menu-btn {
  padding: 12px 25px;
}
.main-header nav .menu.inverted li .menu-link {
  color: #000;
}
.main-header.sticky {
  background-color: #1B1464;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1607843137);
}
.main-header.sticky nav .menu li .menu-link {
  color: #ADADAD;
}
.main-header.sticky nav .menu li .menu-link.active {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.main-header.sticky nav .menu li .menu-link.menu-btn {
  color: #000 !important;
  background-color: #ffffff !important;
}

.main .mini-breadcrumbs-wrap .banner-info, .main .breadcrumbs-wrap .banner-info {
  display: grid;
  grid-template-columns: repeat(0, minmax(0, 1fr));
  gap: 20px;
}
.main .mini-breadcrumbs-wrap .banner-info h1, .main .breadcrumbs-wrap .banner-info h1 {
  color: #ffffff;
  font-size: 70px;
  letter-spacing: -4px;
  max-width: 990px;
  border-left: 5px solid #1C9CDE;
  padding: 0px 0px 0px 20px;
  width: 100%;
  -webkit-animation: slideIn 2s forwards;
          animation: slideIn 2s forwards; /* Adjust the animation duration as needed */
}
@media screen and (max-width: 1185px) {
  .main .mini-breadcrumbs-wrap .banner-info h1, .main .breadcrumbs-wrap .banner-info h1 {
    font-size: 65px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1040px) {
  .main .mini-breadcrumbs-wrap .banner-info h1, .main .breadcrumbs-wrap .banner-info h1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 825px) {
  .main .mini-breadcrumbs-wrap .banner-info h1, .main .breadcrumbs-wrap .banner-info h1 {
    max-width: 100%;
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 800px) {
  .main .mini-breadcrumbs-wrap .banner-info h1, .main .breadcrumbs-wrap .banner-info h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 460px) {
  .main .mini-breadcrumbs-wrap .banner-info h1, .main .breadcrumbs-wrap .banner-info h1 {
    font-size: 32px;
    letter-spacing: -1px;
    padding: 0px 0px 0px 10px;
  }
}
.main .mini-breadcrumbs-wrap .banner-info p, .main .breadcrumbs-wrap .banner-info p {
  color: #ffffff;
  max-width: 700px;
  font-size: 16px;
  -webkit-animation: fade 2s forwards;
          animation: fade 2s forwards; /* Adjust the animation duration as needed */
}
@media screen and (max-width: 1185px) {
  .main .mini-breadcrumbs-wrap .banner-info p, .main .breadcrumbs-wrap .banner-info p {
    font-size: 14px;
    max-width: 500px;
  }
}
@media screen and (max-width: 560px) {
  .main .mini-breadcrumbs-wrap .banner-info p, .main .breadcrumbs-wrap .banner-info p {
    max-width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .main .mini-breadcrumbs-wrap .banner-info p, .main .breadcrumbs-wrap .banner-info p {
    font-size: 12px;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main .mini-breadcrumbs-wrap {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url("../images/jpg/breadcrumb2.jpg");
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("../images/png/shape.png"); /* For compatibility with some browsers */
  mask-image: url("../images/png/shape.png"); /* Standard property */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover; /* Adjust as needed */
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
}
@media screen and (max-width: 800px) {
  .main .mini-breadcrumbs-wrap {
    height: 50vh;
  }
}
.main .mini-breadcrumbs-wrap::after {
  content: "";
  background-color: rgba(27, 20, 100, 0.4666666667);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.main .mini-breadcrumbs-wrap .mini-breadcrumbs-banner {
  display: grid;
  grid-template-columns: repeat(0, minmax(0, 1fr));
  gap: 150px;
  z-index: 1;
  margin-left: 100px;
  width: 100%;
  overflow: hidden;
  margin-top: -70px;
}
@media screen and (max-width: 1165px) {
  .main .mini-breadcrumbs-wrap .mini-breadcrumbs-banner {
    margin-left: 35px;
    margin-top: 0px;
  }
}
.main .breadcrumbs-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-mask-image: url("../images/png/shape.png"); /* For compatibility with some browsers */
  mask-image: url("../images/png/shape.png"); /* Standard property */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover; /* Adjust as needed */
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  overflow: hidden;
}
.main .breadcrumbs-wrap .breadcrumbs {
  width: inherit;
  height: inherit;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; /* Add transition effect for opacity */
  -webkit-animation: zoomout 2s forwards;
          animation: zoomout 2s forwards; /* Adjust the animation duration as needed */
}
@-webkit-keyframes zoomout {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomout {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.main .breadcrumbs-wrap .breadcrumbs.slant-bg::after {
  position: absolute;
  top: -55px;
  left: -35px;
  width: 1004px;
  height: 0;
  border-bottom: 100vh solid #1B1464;
  border-left: 0px solid transparent;
  border-right: 287px solid transparent;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  background-color: transparent;
}
.main .breadcrumbs-wrap .breadcrumbs.slant-bg .absolute-right {
  position: absolute;
  top: -1%;
  right: -17%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main .breadcrumbs-wrap .breadcrumbs::after {
  content: "";
  background-color: rgba(27, 20, 100, 0.4666666667);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.main .breadcrumbs-wrap .breadcrumbs .breadcrumbs-banner {
  display: grid;
  grid-template-columns: repeat(0, minmax(0, 1fr));
  gap: 150px;
  z-index: 1;
  margin-left: 300px;
  overflow: hidden;
}
@media screen and (max-width: 1455px) {
  .main .breadcrumbs-wrap .breadcrumbs .breadcrumbs-banner {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1040px) {
  .main .breadcrumbs-wrap .breadcrumbs .breadcrumbs-banner {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 560px) {
  .main .breadcrumbs-wrap .breadcrumbs .breadcrumbs-banner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.main .breadcrumbs-wrap .breadcrumbs.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .breadcrumbs-wrap .breadcrumbs-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 1;
  top: 75%;
  left: 235px;
}
@media screen and (max-width: 1455px) {
  .main .breadcrumbs-wrap .breadcrumbs-dots {
    left: 60px;
    top: 80%;
  }
}
@media screen and (max-width: 1040px) {
  .main .breadcrumbs-wrap .breadcrumbs-dots {
    left: 40px;
  }
}
@media screen and (max-width: 960px) {
  .main .breadcrumbs-wrap .breadcrumbs-dots {
    top: 83%;
  }
}
@media screen and (max-width: 870px) {
  .main .breadcrumbs-wrap .breadcrumbs-dots {
    display: none;
  }
}
.main .breadcrumbs-wrap .breadcrumbs-dots .slide-dot {
  width: 18px;
  height: 18px;
  background-color: #D9D9D9;
  border-radius: 9000px;
}
.main .breadcrumbs-wrap .breadcrumbs-dots .slide-dot.active {
  background-color: #1C9CDE;
}
.main .mini-breadcrumb {
  position: relative;
  width: 100%;
  height: 60vh;
}
.main .page-breadcrumb {
  background-image: url(../images/slide/slide.jpg);
  background-repeat: no-repeat;
  background-position: center 18%;
  background-size: cover;
}
.main .page-breadcrumb::after {
  content: "";
  background-color: rgba(46, 49, 146, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main .page-breadcrumb .main-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1265px) {
  .main .contact-section .contact-section-wrapper .contact-info-block {
    margin-top: 0px;
  }
}
.main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card {
  padding: 15px 20px;
}
.main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card .contact-icon {
  padding: 10px;
  background-color: #ADADAD;
  -ms-flex-item-align: center;
      align-self: center;
}
.main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card .contact-icon.bg-secondary {
  background-color: #1C9CDE;
}
.main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card .contact-info h4 {
  font-size: 25px;
  color: #000;
  line-break: anywhere;
}
@media screen and (max-width: 1265px) {
  .main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card .contact-info h4 {
    font-size: 18px;
  }
}
.main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card .contact-info h5 {
  font-size: 16px;
  color: #000;
}
.main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card .contact-info p {
  color: #777676;
  font-size: 14px;
}
@media screen and (max-width: 1265px) {
  .main .contact-section .contact-section-wrapper .contact-info-block .contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card {
    width: 100%;
  }
  .main .contact-section .contact-section-wrapper .contact-info-block .contact-grid .grid-card.max-width-5 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1208px) {
  .main .contact-section .contact-section-wrapper .contact-info-block .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 775px) {
  .main .contact-section .contact-section-wrapper .contact-info-block .contact-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1265px) {
  .main .contact-section .contact-section-wrapper .contact-info-block {
    width: 100%;
  }
}
.main .contact-section .contact-section-wrapper .contact-form-card {
  padding: 50px 35px;
  position: relative;
  width: 100%;
  height: 100%;
}
.main .contact-section .contact-section-wrapper .contact-form-card .form-heading h1 {
  font-size: 30px;
  letter-spacing: -2px;
}
.main .contact-section .contact-section-wrapper .contact-form-card .dots {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 115px;
  right: -290px;
  z-index: -1;
}
.main .contact-section .contact-section-wrapper .contact-form-card.has-shadow {
  -webkit-box-shadow: 0px 20px 55px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 55px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1595px) {
  .main .contact-section .contact-section-wrapper .contact-form-card.max-width-9 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1380px) {
  .main .contact-section .contact-section-wrapper .contact-form-card.max-width-9 {
    max-width: 580px;
  }
}
@media screen and (max-width: 1265px) {
  .main .contact-section .contact-section-wrapper .contact-form-card.max-width-9 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1265px) {
  .main .contact-section .contact-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}/*# sourceMappingURL=style.min.css.map */