@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&family=Poppins:wght@300;400;500;600;700&family=Quicksand:wght@600;700&family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-family: "Quicksand", sans-serif;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.mainLogoImg {
  display: none;
}
/* Navbar CSS Start */
.navbar {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem 0 !important;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-toggler i {
  font-size: 1.6rem;
}

.navbar .navbar-toggler i.fa-xmark {
  display: none;
}

.navbar .navbar-brand {
  font-size: 1.3rem;
  font-weight: 600;
}

.navbar .navbar-brand a {
  text-decoration: none;
  color: #000;
}

.navbar .navbar-brand .image img {
  width: 11rem;
}

.navbar .nav-link {
  color: #fff;
  margin: 0 0.5rem;
  transition: 0.5s all;
  text-transform: uppercase;
}

.navbar .nav-link:hover {
  color: #fff;
}

.navbar .navbar-nav .dropdown-menu {
  padding: 1rem;
  border: none;
  width: 35rem;
  left: -4rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 1rem 0.5rem;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: #fff;
  color: #000;
}

.quote-btn {
  background-color: #175cff;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: 0.5s all;
  border-radius: 0.375rem;
}

.login-btn {
  background-color: #175cff;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border: none;
  align-items: center;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1rem;
  transition: 0.5s all;
  border-radius: 0.375rem;
}

.quote-btn:active {
  transform: scale(0.9);
}

.login-btn:active {
  transform: scale(0.9);
}

.quote-btn:hover {
  color: #fff;
}

.dropdown-menu {
  transition: 0.5s all;
}

@media only screen and (max-width: 767px) {
  .navbar .nav-link {
    padding: 0.5rem;
    font-size: 3.5vw;
  }

  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    font-size: 3.7vw;
  }

  .quote-btn {
    font-size: 3vw;
    padding: 0.4rem 0.5rem;
    margin: 0 0.5rem;
  }

  footer .copy-right-content p {
    font-size: 3.3vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .navbar .nav-link {
    padding: 1rem;
  }

  .quote-btn {
    padding: 0.4rem 0.7rem;
    font-size: 0.9rem;
  }
}

/* Navbar CSS End */
.page-content {
  margin-top: 5rem;
}

/* Main Video */
.video-banner {
  position: relative;
}

.main-video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-video img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* .main-video::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
} */

.video-content {
  position: absolute;
  top: 20rem;
  left: 3rem;
}

.video-content h5 {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.video-content .btn-area {
  margin-top: 2rem;
}

.video-content .btn-area .contact {
  background-color: #fff;
  color: #000;
  padding: 0.8rem 1.5rem;
  border-radius: 0.2rem;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s all;
}

.video-content .btn-area .contact:hover {
  background-color: #000;
  color: #fff;
}

.video-content .btn-area .portfolio {
  background-color: #fff;
  color: #000;
  padding: 0.8rem 1.5rem;
  border-radius: 0.2rem;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s all;
  margin-left: 3rem;
}

.video-content .btn-area .portfolio:hover {
  background-color: #000;
  color: #fff;
}

.hero-section {
  overflow: hidden;
}

/* About */
.about-us {
  overflow: hidden;
  padding: 2rem 0 2rem 0;
}

.about-us h5 {
  font-size: 1.3rem;
}

.about-us h2 {
  font-weight: 500;
  font-size: 1.8rem;
}

.about-us .desc {
  text-align: justify;
  font-size: 1.1rem;
}

.about-img img {
  border-radius: 10px;
}
.about-img .aboutMain {
  width: 35rem;
}
.about-overlay-img img {
  border: 20px solid #fff;
  border-radius: 10px;
  margin-top: -140px;
  margin-left: -30px;
}

.about-count-box {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  border-right: 10px solid var(--bs-primary);
  border-radius: 10px;
}

.about-box {
  padding: 30px 20px;
  box-shadow: 10px 10px 66px 0px rgba(136, 136, 136, 0.15);
  background-color: #fff;
  border-radius: 10px;
}

.about-icon {
  margin-bottom: 25px;
}

.about-icon i {
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  display: inline-block;
  color: #175cff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.explore-btn {
  text-decoration: none;
  color: #175cff;
}

.tab-view-exp {
  position: relative;
}

.about-count-box {
  position: absolute;
  bottom: -2rem;
  left: 15rem;
  width: 85%;
}

/* Technology */
.technology-area {
  overflow: hidden;
  padding: 3rem 0;
}

.services-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Animations Start */
.services-image .image .tech-logo-java,
.services-image .image .tech-logo-php,
.services-image .image .tech-logo-python {
  /* animation: javaIconAnimation 20s infinite; */
  margin-bottom: 3rem;
}

.services-image .image .tech-logo-python {
  width: 9rem;
}

.services-image .image .tech-logo-react {
  width: 8rem;
}

@keyframes javaIconAnimation {
  from {
    transform: rotate(0deg) translateY(200px) rotate(0deg);
  }

  to {
    transform: rotate(-360deg) translateY(200px) rotate(360deg);
  }
}

/* Animations End */

.services-image .image img {
  width: 10rem;
}

.services-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.services-content .content {
  max-width: 630px;
  padding-left: 30px;
}

.services-content .content .icon {
  margin-bottom: 20px;
}

.services-content .content h2 {
  font-size: 1.8rem;
  font-weight: 500;
}

.it-service-content .content p {
  margin-bottom: 30px;
  max-width: 540px;
  color: #575757;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: justify;
  word-spacing: 0.3rem;
}

.feature-box {
  color: #4a6f8a;
  background-color: #fff;
  border: 1px solid #f2effc;
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  border-radius: 30px;
  font-size: 15px;
  padding: 12px 22px;
  margin-bottom: 25px;
  /* cursor: pointer; */
  display: flex;
  transition: 0.5s;
}

.feature-box:hover {
  background-color: #175cff;
  color: #fff;
  padding-left: 25px;
}

.feature-box i {
  margin-right: 1rem;
  font-size: 0.7rem;
  background-color: #175cff;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.feature-box span {
  font-size: 1.1rem;
}

.feature-box:hover i {
  color: #fff;
}

.services-image img {
  width: 100%;
}

/* Services */
.services {
  overflow: hidden;
  padding: 2rem 0;
  background: #574af6;
}

.services h5.text-primary {
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  color: #fff !important;
}

.services h2 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
}

.services .description {
  color: #fff;
}

.services-section {
  padding: 1rem 2rem;
  margin-bottom: 30px;
  border-radius: 0.2rem;
  /* height: 266px; */
}

.services-section a {
  background-color: #175cff;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 0.2rem;
  padding: 0.5rem 1rem;
}
.services-section a:hover {
  color: #fff;
}

.feature-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(23, 92, 255, 0.2); */
}

.feature-icon img {
  width: 3rem;
}
/* @media screen and (max-width: 1px) {
  .services-section {
    height: 288px;
  }
} */
.service-card-title {
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  margin-left: 3rem;
}

.service-card-desc {
  text-align: justify;
  color: #575757;

  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limits to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Appointment */
.appointment {
  overflow: hidden;
  padding: 2rem 0;
}

.appointment-cta-bg {
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.cta-btn {
  background-color: #175cff;
  color: #fff;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.8rem;
  font-size: 1.1rem;
  border-radius: 0.375rem;
}

.cta-btn i {
  margin-left: 1rem;
}

.cta-btn:hover {
  color: #fff;
}

.appointment .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Speciality */
.specialities-area {
  overflow: hidden;
  padding: 1rem 0;
  background: #f5fff3;
}

.section-title.text-left .sub-title {
  font-weight: 600;
  color: #175cff;
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.specialities-area .specialities-content {
  padding-top: 3rem;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.single-services-box {
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-services-box img {
  width: 100%;
}

.single-services-box .content {
  padding: 30px 0 30px 25px;
}

.single-services-box .content h3 {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-right: -20px;
}

.single-services-box .content .read-more-btn {
  color: #000;
}

.specialities-area p {
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 0;
  text-align: justify;
}

.single-services-box .content .read-more-btn {
  font-weight: 600;
  padding-right: 22px;
  position: relative;
  display: inline-block;
}

.single-services-box .content .read-more-btn i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  color: #13c4a1;
  transition: 0.5s;
}

.single-services-box .image.bg-1 {
  background-image: url("../../images/yearOfExp.jpg");
  height: 100%;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-services-box .image img {
  height: 13.5rem;
}
.box-1 {
  height: 344px;
  border-top: 4px solid #175cff;
}
.p-tag1 {
  width: 75%;
  font-size: 1rem;
}
.paragraph1 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .about-box {
    margin-bottom: 2rem;
  }
  .accordion-body {
    font-size: 12px;
    padding: var(--bs-accordion-body-padding-y)
      var(--bs-accordion-body-padding-x);
  }
  .p-tag1 {
    width: 100%;
  }
  .accordion-button {
    font-size: 0.9rem !important;
  }
  .single-services-box .content {
    padding: 18px 25px 20px 25px;
  }
  .box-1 {
    height: auto;
  }
  .services-section {
    height: auto;
  }
  .about-us {
    padding: 2rem 0 0 0;
  }

  .about-us h2 {
    font-size: 1.6rem;
  }

  .technology-area {
    overflow: hidden;
    padding: 0;
  }

  .technology-area .mob-view {
    flex-direction: column-reverse;
  }
  .techStackContent {
    display: none !important;
  }

  .services-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .services-image .image img {
    width: 5rem;
  }

  .services-image .image .tech-logo-python {
    width: 5rem;
  }

  .services-image .image .tech-logo-react {
    width: 5rem;
  }

  .services-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services-content .content {
    max-width: 100%;
    padding-left: 0;
  }

  .services-content .content h2 {
    font-size: 1.4rem;
  }

  .services-content .content p {
    font-size: 1rem;
  }

  .feature-box:hover {
    padding: 12px 15px;
  }

  .appointment .title {
    font-size: 1.5rem;
  }

  .footer-cta-inner {
    padding: 2rem;
    display: block;
  }

  .single-services-box .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .single-services-box .image img {
    height: 10rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .tab-view-exp {
    width: 50%;
    margin: auto;
  }

  .about-box {
    margin-bottom: 2rem;
  }

  .technology-area .mob-view {
    flex-direction: column;
  }

  .services-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .services-image .image img {
    width: 7rem;
  }

  .services-image .image .tech-logo-python {
    width: 7rem;
  }

  .services-image .image .tech-logo-react {
    width: 7rem;
  }

  .services-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services-content .content {
    max-width: 100%;
    padding-left: 0;
  }

  .appointment .title {
    font-size: 1.4rem;
  }

  .cta-btn {
    font-size: 0.9rem;
    width: 33%;
  }

  .footer-cta-inner {
    padding: 2rem;
    flex-wrap: wrap;
  }

  .footer-cta-inner .section-title {
    width: 100%;
  }

  .footer-cta-inner .theme-btn {
    width: 40%;
    padding: 1rem;
  }

  .footer-cta-inner .hotline {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-image .image img {
    width: 9rem;
  }

  .services-image .image .tech-logo-python {
    width: 9rem;
  }

  .services-image .image .tech-logo-react {
    width: 9rem;
  }

  .appointment .title {
    font-size: 2rem;
  }

  .cta-btn {
    font-size: 0.9rem;
  }

  .footer-cta-inner {
    padding: 1.5rem;
    flex-wrap: wrap;
  }

  .footer-cta-inner .section-title h2 {
    font-size: 1.5rem;
  }

  .footer-cta-inner .section-title {
    margin-right: 1rem;
  }

  .footer-cta-inner .theme-btn {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .footer-cta-inner {
    padding: 2rem;
  }

  .footer-cta-inner .section-title {
    margin-right: 1rem;
  }

  .footer-cta-inner .section-title h2 {
    font-size: 2.2rem;
  }

  .footer-cta-inner .theme-btn {
    margin-bottom: 0;
    padding: 1rem;
    font-size: 0.9rem;
  }

  .footer-cta-inner .hotline {
    margin-bottom: 0;
  }
}

/* Footer Css */
.footer-white {
  color: #b6bace;
  margin-top: 3rem;
  padding-top: 2rem;
  background-color: #1b1f2e;
}

.footer-cta-inner {
  background-image: url("/ak_assets/images/footerBg.jpg");
  padding: 1rem 3rem;
  transform: translateY(-80px);
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.footer-cta-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #30f0b6;
}

.footer-cta-inner .section-title {
  margin-bottom: 25px;
  margin-right: auto;
}

.footer-cta-inner .section-title .sub-title {
  margin-bottom: 8px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.footer-cta-inner .section-title h2 {
  margin-bottom: 0;
  letter-spacing: -1px;
  color: #000;
  font-size: 2rem;
}

.footer-cta-inner .theme-btn {
  margin-right: 30px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
  text-align: center;
  padding: 12px 30px;
  display: flex;
  color: #fff;
  align-items: center;
  position: relative;
  justify-content: center;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #175cff;
}

.footer-cta-inner .hotline {
  display: flex;
  align-items: center;
}

.footer-cta-inner .hotline i {
  background: white;
  border-color: white;
  width: 50px;
  height: 50px;
  line-height: 51px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  color: #175cff;
  border: 2px solid #fff;
}

.footer-cta-inner .hotline .content span,
.footer-cta-inner .hotline .content a {
  color: #000;
  text-decoration: none;
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-white .main-content {
  overflow: hidden;
}

.footer-white .main-content a:not(:hover),
.footer-white .footer-bottom a:not(:hover) {
  color: #b6bace;
}

.footer-white .main-content .footer-title {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 28px;
}

.list-style-two {
  padding-left: 0;
}

.list-style-two li {
  list-style: none;
}

.list-style-two li:not(:last-child) {
  margin-bottom: 0.7rem;
}

.list-style-two li a {
  text-decoration: none;
}

.footer-white .widget_newsletter form {
  border-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(21, 16, 31, 0.1);
}

.widget_newsletter form label {
  margin: 5px 6px 0 0;
  color: #30f0b6;
}

.widget_newsletter form input {
  padding: 0;
  border: none;
  max-width: 150px;
  color: #fff;
  margin-right: auto;
  background: transparent;
}

.widget_newsletter form input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

.widget_newsletter form button {
  color: white;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 12px;
  background: #175cff;
  border: none;
}

.widget_newsletter .social-style-one a {
  margin-right: 15px;
}

.social-style-one a:not(:first-child) {
  margin-left: 10px;
}

footer a:hover {
  color: #fff;
}

footer .copy-right-content {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .copy-right-content p {
  margin-bottom: 0;
}

footer .copy-right-content p span {
  border-radius: 1rem;
  color: #fff;
  font-weight: 600;
  padding: 0 0.5rem;
}

footer .footer-logo .logo img {
  width: 10rem;
}

@media only screen and (max-width: 767px) {
  .footer-cta-inner .section-title h2 {
    font-size: 1.5rem;
  }

  .footer-cta-inner .theme-btn {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }

  .footer-cta-inner .hotline > i {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}

/* About Page */
.about-page {
  overflow: hidden;
}

#about-company {
}

.about-company-right-content {
  margin-top: 50px;
}

.about-title {
  text-align: left;
  width: 100%;
}

.common-title h2 {
  color: #6653e8;
  font-size: 22px;
  font-weight: 600;
}

.common-title h3 {
  color: #1b1525;
  font-size: 1.8vw;
  font-weight: 500;
}

.about-company-right-content .nav-tabs {
  position: relative;
  border-bottom: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  border-radius: 15px;
}

.about-company-right-content .nav .nav-item a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
  margin: 20px 10px;
  margin-left: 0;
  transition: 0.5s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.about-company-right-content .tab-content .container {
  padding-left: 0;
}

.about-details p {
  font-size: 18px;
}

.a-key-points {
  margin: 40px 0;
}

.a-key-points ul {
  padding-left: 0;
}

.a-key-points ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  list-style: none;
  display: flex;
}

.ha-key-points ul li i {
  background-color: #2be4ac;
  color: #fff;
}

.a-key-points ul li i {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
}

.home-about-right-content .about-button a {
  display: inline-block;
  background-color: #08203a;
  border: 2px solid #08203a;
  padding: 15px 30px;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}

.home-about-right-content .about-button a:hover {
  background-color: #fff;
  color: #08203a;
  border: 2px solid #08203a;
}

.about-company-contant {
  position: relative;
  height: 600px;
}

.ac-image-one {
  position: relative;
  top: 1rem;
  left: 30rem;
  z-index: 10;
}

.ac-image-two img {
  position: relative;
  top: 3rem;
  width: 100%;
  height: 30rem;
}

.ac-bg-image {
  position: relative;
  bottom: 33rem;
}

.ac-content {
  position: absolute;
  left: -7rem;
  top: 25rem;
  background-color: #fff !important;
  padding: 20px 50px;
  box-shadow: 2px 8px 15px rgb(0 0 0 / 10%);
  background-position: top right;
  background-repeat: no-repeat;
}

.ac-content h3 {
  color: #6653e8;
  font-size: 65px;
  font-weight: 600;
}

.ac-content span {
  font-size: 20px;
  font-weight: 500;
}

.ac-content ul {
  display: flex;
  padding-left: 0;
}

.ac-content ul li {
  margin-right: 10px;
  list-style: none;
}

.ac-content ul li i {
  color: #ff9c00;
}

#about-choose {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.about-choose-left-content {
  position: relative;
}

.about-choose-left-content .ac-left-image img {
  width: 100%;
  border-radius: 1rem;
}

.about-choose-progress {
  position: absolute;
  top: 462px;
  left: 100px;
  width: 530px;
  height: 210px;
  border-radius: 0;
  background: #6653e8;
  display: flex;
  justify-content: space-around;
}

.home-about-progress-child {
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.home-about-progress-child .child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-about-progress-child .child-one::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 0.1rem;
  position: absolute;
  height: 11rem;
  left: 16rem;
}

.home-about-progress-child .child h1 {
  color: #fff;
  font-size: 1rem;
  margin-top: 1rem;
}

.CircularProgressbar {
  width: 7rem !important;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #fff !important;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #30f0b6 !important;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #fff !important;
}

.choose-right-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.choose-right-content ul {
  padding-left: 0;
}

.choose-right-content ul li {
  margin-bottom: 20px;
  list-style: none;
}

.choose-right-content ul li p {
  display: inline-block;
  margin-left: 80px;
  font-size: 1.2rem;
  font-weight: 500;
}

.choose-right-content ul li p span {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}

.about-button a {
  display: inline-block;
  background-color: #6653e8;
  border: 2px solid #6653e8;
  padding: 15px 30px;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 1rem;
}

.about-button a:hover {
  background-color: #fff;
  color: #6653e8;
}
.log-port {
  border: 1px solid #053ae7 !important;
  height: 113px;
}

@media only screen and (max-width: 767px) {
  .tab-view-exp {
    position: static;
  }
  .log-port {
    border: 1px solid #053ae7;
    height: 85px;
  }

  .about-count-box {
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
  }

  #about-company {
    padding: 0 0.5rem;
  }

  .common-title h2 {
    font-size: 1rem;
  }

  .common-title h3 {
    font-size: 5.3vw;
  }

  .about-company-right-content .nav-tabs {
    display: flex;
  }

  .about-company-right-content .nav .nav-item a {
    font-size: 0.8rem;
    padding: 0.5rem;
    margin: 0.3rem;
  }

  .about-details p {
    font-size: 4vw;
    text-align: justify;
  }

  .a-key-points ul li {
    font-size: 1rem;
  }

  .a-key-points ul li i {
    height: 1rem;
    width: 1rem;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 0.2rem;
  }

  .home-about-right-content .about-button a {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .about-company-contant {
    height: 30rem;
  }

  .ac-image-one {
    left: 7rem;
  }

  .ac-image-one img {
    width: 13rem;
  }

  .ac-image-two {
    position: relative;
    left: 0rem;
  }

  .ac-image-two img {
    width: 100%;
  }

  .ac-bg-image {
    bottom: 24rem;
    right: 4rem;
  }

  .ac-content {
    left: 1rem;
    padding: 2rem;
    top: 17rem;
  }

  .ac-content h3 {
    font-size: 2.5rem;
  }

  .ac-content span {
    font-size: 1rem;
  }

  .ac-content ul {
    margin-bottom: 0;
  }

  #about-choose .ac-left-image img {
    width: 100%;
  }

  .about-choose-progress {
    top: 20rem;
    left: 0rem;
    width: 100%;
    height: 10rem;
  }

  .home-about-progress-child {
    align-items: inherit;
    padding: 1rem 2rem;
  }

  .home-about-progress-child .child {
    width: 50%;
    display: block;
    padding: 0 1rem;
  }

  .CircularProgressbar {
    width: 6rem !important;
  }

  .child-two .CircularProgressbar {
    margin-left: 1.5rem;
  }

  .home-about-progress-child .child-one::after {
    left: 11rem;
    top: 0;
  }

  .home-about-progress-child .child h1 {
    position: relative;
    width: 10rem;
    font-size: 0.8rem;
  }

  .choose-right-container {
    position: relative;
    top: 7rem;
  }

  .choose-right-content ul li p {
    font-size: 1rem;
    margin-left: 0;
  }

  .choose-right-content ul li p span {
    font-size: 0.9rem;
  }

  .about-button a {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  #about-company {
    padding: 2rem 1rem;
  }

  .choose-right-container {
    position: relative;
    top: 7rem;
  }

  .about-count-box {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-right-container {
    position: relative;
    top: 7rem;
  }

  .about-count-box {
    bottom: -8rem;
    left: 8rem;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .ac-image-one {
    left: 24rem;
  }

  .ac-image-two {
    position: relative;
    left: 5rem;
  }

  .about-count-box {
    bottom: 1rem;
    left: 12rem;
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .about-count-box {
    bottom: 1rem;
    left: 14rem;
    width: 100%;
  }
}

.about-banner-content {
  position: relative;
}

.about-banner-image img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.about-banner-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-banner-wrapper h2 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
}

.about-banner-wrapper span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}

.about-banner-wrapper span a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}

.about-banner-wrapper span i {
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  #about-banner {
    height: 13rem;
  }

  .about-banner-content {
    height: 13rem;
  }

  .about-banner-image {
    height: 13rem;
  }

  .about-banner-image img {
    height: 13rem;
    object-fit: cover;
  }

  .about-banner-wrapper h2 {
    font-size: 2.5rem;
  }

  .about-banner-wrapper span a {
    font-size: 1.2rem;
  }

  .about-banner-wrapper span i {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .about-banner-wrapper h2 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-content .child .layer h1 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .portfolio-content .child .layer h1 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .portfolio-content .child .layer h1 {
    font-size: 2rem;
  }
}

/* Careers Page */
.career-page-content {
  padding: 3rem 0;
}

.career-page-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-page-content .title h1 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}

.career-page-content .title h1::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 0.3rem;
  top: 4rem;
  left: 2rem;
  opacity: 0.9;
  background-color: #30f0b6;
}

.career-page-content .careers-card-area {
  padding-top: 4rem;
}

.career-page-content .careers-card-area-child {
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.career-page-content .careers-card-area-child .row-1 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.career-page-content .careers-card-area-child .icon img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}

.career-page-content .careers-card-area-child .title h5 {
  font-size: 1.2rem;
}

.career-page-content .careers-card-area-child .experience {
  font-weight: 600;
  font-size: 1.1rem;
}

.career-page-content .careers-card-area-child .exp-time {
  font-weight: 500;
  font-size: 1.1rem;
}

.career-page-content .careers-card-area-child .location-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.career-page-content .careers-card-area-child .location-name {
  font-weight: 500;
  font-size: 1.1rem;
}

.career-page-content .careers-card-area-child .apply-button {
  margin-top: 1rem;
}

.career-page-content .careers-card-area-child .apply-button a {
  display: inline-block;
  width: 50%;
  text-decoration: none;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 0.2rem;
  transition: 0.5s all;
  font-size: 1.3rem;
  padding: 0.5rem;
}

.career-page-content .careers-card-area-child .apply-button a:active {
  transform: scale(0.9);
}

.career-page-content .careers-card-area-child .apply-button a:hover {
  background-color: #1b1f2e;
  color: #fff;
  border: 1px solid transparent;
}

/* Apply Job Css */
.apply-job-page {
  padding: 3rem 0;
}

.apply-job-page .custom-bg {
  background: #f7f7f7;
  padding: 2rem 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.apply-job-page .profile-info {
  margin-bottom: 2rem;
}

.apply-job-page .profile-info .other-info {
  padding-top: 2.5rem;
}

.apply-job-page .profile-info .other-info .col-xl-6 {
  display: flex;
  align-items: center;
}

.apply-job-page .profile-info .other-info .icon img {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.apply-job-page .profile-info .other-info h5 {
  margin-bottom: 0;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.apply-job-page .profile-info .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-job-page .profile-info .image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.apply-job-page .job-description .title h1 {
  font-weight: 500;
  padding-bottom: 1rem;
}

.apply-job-page .job-description .description p {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

.apply-job-page .required-qualification .title h1 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.apply-job-page .required-qualification .description p {
  display: flex;
  align-items: center;
}

.apply-job-page .required-qualification .description p span div {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #30f0b6;
  margin-right: 0.6rem;
}

.apply-job-page .roles-responsibilities .title h1 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.apply-job-page .roles-responsibilities .description p {
  display: flex;
  align-items: center;
}

.apply-job-page .roles-responsibilities .description p span div {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #30f0b6;
  margin-right: 0.6rem;
}

.apply-job-page .apply-form .form-area {
  padding: 2rem;
  width: 80%;
  margin: auto;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.apply-job-page .apply-form .form-area .title h3 {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 0.6rem;
}

.apply-job-page .apply-form .form-area .sub-title h5 {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.apply-job-page .apply-form .form-area .col-xl-6,
.apply-job-page .apply-form .form-area .col-xl-12 {
  margin-bottom: 2rem;
}

.apply-job-page .apply-form .form-area textarea {
  height: 10rem;
  overflow: hidden;
}

.apply-job-page .apply-form .form-area .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-job-page .apply-form .form-area .submit-button button {
  background-color: #175cff;
  border: none;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s all;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.apply-job-page .apply-form .form-area .submit-button button:active {
  transform: scale(0.9);
}

@media only screen and (max-width: 767px) {
  .career-page-content .careers-card-area-child {
    padding: 1rem;
  }

  .career-page-content .title h1 {
    font-size: 2rem;
    text-align: center;
  }

  .career-page-content .careers-card-area-child .icon img {
    width: 3rem;
    height: 3rem;
  }

  .career-page-content .careers-card-area-child .title h5 {
    font-size: 1.1rem;
  }

  .apply-job-page .custom-bg {
    padding: 2rem 0;
  }

  .apply-job-page .apply-form .form-area {
    width: 100%;
    padding: 1.5rem;
  }

  .apply-job-page .apply-form .form-area .title h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .career-page-content .careers-card-area-child .icon img {
    width: 3rem;
    height: 3rem;
  }

  .career-page-content .careers-card-area-child .title h5 {
    font-size: 1.1rem;
  }

  .apply-job-page .apply-form .form-area {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 1400px) {
}

/* Contact Page Css */
.contact-page {
  padding: 4rem 0;
  background-color: #e0edff;
}

.contact-title {
  font-size: 40px;
  font-weight: 500;
}

.contact-content p {
  margin-bottom: 32px;
}

.contact-info {
  padding-right: 100px;
}

.contact-mail {
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  display: block;
  position: relative;
  padding: 20px 30px 18px 30px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #000;
}

.contact-mail span {
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 10px;
}

.contact-mail i {
  height: 34px;
  width: 34px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e7e8eb;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}

.contact-social {
  border-radius: 6px;
  background: #fff;
  display: inline-block;
}

.contact-social a {
  display: inline-block;
  color: #55585b;
  padding: 8px 26.5px;
  position: relative;
}

.contact-social a i {
  font-size: 15px;
}

.contact-social a::before {
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e7e8eb;
}

.contact-form {
  background: #fff;
  box-shadow: 0px 40px 50px rgba(3, 8, 31, 0.1);
  border-radius: 20px;
  padding: 60px 70px 70px 70px;
  margin-bottom: -130px;
  position: relative;
  z-index: 2;
}

.contact-form-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}

.contact-form-input input,
.contact-form-input textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e7e8eb;
  box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
  border-radius: 6px;
  height: 54px;
  padding: 5px 22px;
  margin-bottom: 25px;
}

.contact-form-input textarea {
  height: 7rem;
}

.mb-25 {
  margin-bottom: 25px;
}

.contact-form-check .form-check-input {
  margin-right: 10px;
}

.menu-btn,
.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background: #175cff !important;
  border: none;
  color: #fff !important;
  text-align: center;
  padding: 12px 33px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: 0.5s all;
}

.menu-btn,
.tp-btn:active {
  transform: scale(0.9);
}

.map-wrapper {
  padding-top: 212px;
  position: relative;
}

.map-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #0e1331;
  margin-bottom: 11px;
  display: inline-block;
}

.map-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.12;
  color: #0e1331;
  margin-bottom: 49px;
}

.map-wrap ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.map-wrap ul li {
  list-style: none;
  width: 50%;
  flex: 0 0 50%;
}

.location-icon {
  margin-bottom: 25px;
}

.location-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0e1331;
}

.location-content p {
  font-size: 15px;
  line-height: 24px;
}

.location-content p a {
  text-decoration: none;
  color: #000;
}

.map-bg {
  width: 100%;
}

.map-bg iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .contact-info {
    padding-right: 0;
  }

  .contact-mail {
    font-size: 1.1rem;
  }

  .contact-mail i {
    right: 1rem;
  }

  .contact-social {
    margin-bottom: 2rem;
  }

  .contact-form {
    padding: 2rem;
  }

  .map-title {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .contact-info {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
  }

  .contact-mail:nth-child(1) {
    width: 55%;
  }

  .contact-mail:nth-child(2) {
    width: 40%;
  }

  .contact-social {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-mail {
    width: 110%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .contact-mail {
    width: 110%;
  }
}

@media only screen and (min-width: 1400px) {
}

/* Service Spec Page Css */
.service-spec-page {
  overflow: hidden;
}

.service-spec-page .content {
  padding: 3rem 0;
}

.service-spec-page .content .title h2 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
.h3-tag {
  font-size: 1.5rem;
  font-weight: 500;
}
.service-spec-page .content .title h2 span {
  color: #175cff;
}

.service-spec-page .content .description p {
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: justify;
  padding-bottom: 1rem;
}

.service-spec-page .content .quote-button button {
  background-color: #175cff;
  border: none;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s all;
}

.service-spec-page .content .quote-button button:active {
  transform: scale(0.9);
}

.service-spec-page .content .quote-button button span {
  margin-left: 0.5rem;
}
.service-spec-page .content .image {
  display: flex;
  justify-content: flex-end;
}
.service-spec-page .content .image img {
  width: 35rem;
  height: 34rem;
  object-fit: contain;
}

.service-spec-page .content .development-cycle {
  background: #f9f9f9;
  padding: 3rem 0;
}

.service-spec-page .content .development-cycle .quote-form {
  width: 100%;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-spec-page .content .development-cycle .quote-form .title h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.service-spec-page .content .development-cycle .quote-form .sub-title h5 {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 3.5rem;
}

.service-spec-page .content .development-cycle .quote-form .form-control {
  padding: 0.8rem;
}

.service-spec-page .content .development-cycle .quote-form .button-area button {
  background-color: #175cff;
  border: none;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s all;
  width: 30%;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.service-spec-page
  .content
  .development-cycle
  .quote-form
  .button-area
  button:active {
  transform: scale(0.9);
}

.service-spec-page .content .development-cycle .col-xl-6:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-spec-page .content .development-cycle .description p:nth-child(2) {
  margin-bottom: 0;
}

.service-spec-page .content .development-cycle .col-xl-6:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.service-spec-page .content .development-cycle .input-child {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .service-spec-page .about-banner-wrapper h2 {
    font-size: 1.5rem;
  }

  .service-spec-page .about-banner-wrapper span a {
    font-size: 1rem;
  }

  .service-spec-page .content {
    padding: 2rem 0;
  }
  .h3-tag {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .service-spec-page .content .title h2 {
    font-size: 1.2rem;
    font-weight: 800;
  }

  .service-spec-page .content .description p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }

  .service-spec-page .content .quote-button button {
    font-size: 0.95rem;
  }

  .service-spec-page .content .development-cycle .quote-form {
    width: 100%;
  }

  .service-spec-page .content .development-cycle .quote-form .title h3 {
    font-size: 1.2rem;
  }

  .service-spec-page .content .development-cycle .quote-form .sub-title h5 {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .service-spec-page .about-banner-wrapper h2 {
    font-size: 3rem;
  }

  .service-spec-page .about-banner-wrapper span a {
    font-size: 1.5rem;
  }

  .service-spec-page .content .development-cycle .quote-form {
    margin: auto;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-spec-page .about-banner-wrapper h2 {
    font-size: 5rem;
  }

  .service-spec-page .content .development-cycle .quote-form {
    margin: auto;
    width: 60%;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 1400px) {
}

/* Pages CSS */
.about-banner-image img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  filter: brightness(50%);
}

.portfolio-page {
  overflow: hidden;
}

.portfolio-content {
  padding: 5rem 0 1rem 0;
}

.portfolio-content .child {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
  position: relative;
  height: 20rem;
  overflow: hidden;
}

.portfolio-content .child .image img {
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
}

.portfolio-content .child .layer {
  position: absolute;
  top: 17rem;
  padding: 1rem 2rem;
  height: 0;
  transition: 0.5s all;
}

.portfolio-content .child .layer h1 {
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.portfolio-content .child .layer a {
  display: inline-block;
  background-color: #30f0b6;
  border: 2px solid #30f0b6;
  padding: 0.5rem 1rem;
  color: #000;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0;
}

.portfolio-content .child .layer a:active {
  transform: scale(0.9);
}

.portfolio-content .child:hover .layer {
  top: 15rem;
}

.portfolio-content .child:hover .layer a {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .portfolio-content .child .layer h1 {
    font-size: 2rem;
  }

  .portfolio-content .child {
    height: auto;
  }

  .portfolio-content .child .image img {
    height: auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .portfolio-content .child .layer h1 {
    font-size: 2rem;
  }

  .portfolio-content .child {
    height: auto;
  }

  .portfolio-content .child .image img {
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-content .child {
    height: auto;
  }

  .portfolio-content .child .image img {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .portfolio-content .child .layer h1 {
    font-size: 2rem;
  }
}

/* Apply Job */
/* Apply Job Css */
.apply-job-page {
  padding: 3rem 0;
}

.apply-job-page .custom-bg {
  background: #f7f7f7;
  padding: 2rem 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.apply-job-page .profile-info {
  margin-bottom: 2rem;
}

.apply-job-page .profile-info .other-info {
  padding-top: 2.5rem;
}

.apply-job-page .profile-info .other-info .col-xl-6 {
  display: flex;
  align-items: center;
}

.apply-job-page .profile-info .other-info .icon img {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.apply-job-page .profile-info .other-info h5 {
  margin-bottom: 0;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.apply-job-page .profile-info .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-job-page .profile-info .image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.apply-job-page .job-description .title h1 {
  font-weight: 500;
  padding-bottom: 1rem;
}

.apply-job-page .job-description .description p {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

.apply-job-page .required-qualification .title h1 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.apply-job-page .required-qualification .description .child {
  display: flex;
  align-items: center;
}

.apply-job-page .required-qualification .description .child div.dots p {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #30f0b6;
  margin-right: 0.6rem;
}

.apply-job-page .roles-responsibilities .title h1 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.apply-job-page .roles-responsibilities .description .child {
  display: flex;
  align-items: center;
}

.apply-job-page .roles-responsibilities .description .child div.dots p {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #30f0b6;
  margin-right: 0.6rem;
}

.apply-job-page .apply-form .form-area {
  padding: 2rem;
  width: 80%;
  margin: auto;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.apply-job-page .apply-form .form-area .title h3 {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 0.6rem;
}

.apply-job-page .apply-form .form-area .sub-title h5 {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.apply-job-page .apply-form .form-area .col-xl-6,
.apply-job-page .apply-form .form-area .col-xl-12 {
  margin-bottom: 2rem;
}

.apply-job-page .apply-form .form-area textarea {
  height: 10rem;
  overflow: hidden;
}

.apply-job-page .apply-form .form-area .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-job-page .apply-form .form-area .submit-button button {
  background-color: #175cff;
  border: none;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s all;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.apply-job-page .apply-form .form-area .submit-button button:active {
  transform: scale(0.9);
}

/* Mobile Service Section */
.mobileViewServices {
  padding: 2rem 0;
  overflow: hidden;
}
.mobileViewServices .col-6:nth-child(1) {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1rem;
}
.mobileViewServices .col-6:nth-child(2) {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1rem;
}
.mobileViewServices .col-6:nth-child(3) {
  border-right: 1px solid #e2e2e2;
  padding-top: 1rem;
}
.mobileViewServices .col-6:nth-child(4) {
  border-right: 1px solid #e2e2e2;
  padding-top: 1rem;
}
.mobileViewServices .image img {
  width: 5rem;
}
.mobileViewServices .title h5 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 0.5rem;
  font-family: "Quicksand";
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  max-width: 100%;
  top: 39px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 75vh;
}

.slide {
  min-width: 100%;
  height: 75vh;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .slides,
  .slide {
    height: 50vh;
  }

  .slider-btn {
    padding: 6px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .slides,
  .slide {
    height: 25vh;
  }

  .slider-btn {
    padding: 4px;
    font-size: 1rem;
  }
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}
