.viewAll {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fefefe;
  color: #fff;
  width: 100%;
  border-radius: 12px;
  border: 2px dashed #757575;
  padding: 20px;
}
.viewAll p {
  text-align: center;
}

.lineCrossing {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.lineCrossing::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--theme-color2);
  bottom: 0%;
  left: 0;
  z-index: 1;
  animation: lineCross 3s ease-in-out infinite;
}
@keyframes lineCross {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

#cursor {
  position: fixed;
  background-color: rgba(19, 110, 185, 0.5);
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 999999;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

body {
  scroll-behavior: smooth;
}

ul.service-homepage {
  list-style-type: none;
  padding: 0;
}
ul.service-homepage li {
  margin: 0px 25px 0px 25px;
}
ul.service-homepage li img {
  width: 60px;
  height: 60px;
  object-fit: fill;
  filter: grayscale(100%);
}
ul.service-homepage li img:hover {
  filter: grayscale(0%);
}
ul.service-homepage li p {
  font-size: 15px !important;
}

.services {
  display: flex;
  justify-content: center;
}

.services .nav-item {
  flex: 0;
  min-width: 180px;
}
.services .nav-item .nav-link {
  padding: 0px;
  background-color: #fff;
  border-top: none;
  border-bottom: 5px solid transparent;
}

.course-tab .nav-link.active {
  background: transparent;
  border-top: none;
  border-bottom: 5px solid var(--theme-color);
}

.our-clients {
  display: flex;
  justify-content: space-between;
}

.performance {
  max-width: 700px;
  max-height: 353px;
  background-color: rgba(210, 230, 241, 0.5450980392);
  border-radius: 5px;
  padding: 20px 20px 20px 0px;
  margin: 0px 40px 20px 0px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

.locations {
  margin: 0px 0px 20px 40px;
  display: flex;
  align-items: center;
}
.locations img {
  width: 700px;
  height: 350px;
}

.clients {
  margin: 1rem;
}
.clients img {
  opacity: 1 !important;
  height: 50px;
  width: 50px;
  object-fit: contain;
  padding: 4px;
  border-radius: 7px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.clients img:hover {
  scale: 1.1;
}

.gallery2 {
  max-width: 665px;
  margin: 1rem;
}
.gallery2 .card {
  display: flex;
  justify-content: center;
  width: calc(25% - 0.5rem); /* Adjust as needed for spacing */
  margin: 1.5rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  max-width: 100px;
}
.gallery2 .card img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0; /* Rounded corners only at the top */
}

.sidemenu-wrapper .sidemenu-content {
  overflow: auto !important;
}

.sidemenu-list {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 2px;
}
.sidemenu-list ul li {
  font-size: 20px;
  font-weight: bolder;
  line-height: 40px;
  padding: 5px 10px 5px 0px;
}
.sidemenu-list ul li i {
  rotate: 45deg;
}
.sidemenu-list ul li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  margin: 5px 5px;
}
.sidemenu-list ul li a p {
  margin: 0px;
}
.sidemenu-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* Adjust the position of the underline */
  width: 100%;
  height: 2px; /* Adjust the thickness of the underline */
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.sidemenu-list ul li a:hover {
  text-decoration: none; /* Prevent default underline */
}
.sidemenu-list ul li a:hover::after {
  transform: scaleX(1);
}

.widget_contact {
  margin-top: 20px;
  margin-left: 5px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 2px;
}
.widget_contact .info-box-wrap {
  margin-bottom: 20px;
}

.social-media {
  margin-top: 10px;
  margin-left: 5px;
}
.social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media .social-media-links {
  display: flex;
  flex-direction: row;
}

.contact-form-wrap {
  position: relative;
  margin-top: 0px;
}

.homeServiceBox {
  margin-bottom: 20px;
  height: 240px;
  transition: all 0.3s ease-in-out;
}
.homeServiceBox .course-content {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.homeServiceBox .course-content .serviceIcon {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
.homeServiceBox .course-content .serviceIcon h3 {
  width: 50%;
  font-weight: 600;
}
.homeServiceBox .course-content .serviceIcon h3 a {
  color: var(--body-color);
}
.homeServiceBox .course-content .serviceIcon img {
  width: 50px;
  object-fit: contain;
}
.homeServiceBox .course-content p {
  font-size: 15px;
  margin-top: 8px;
}
.homeServiceBox .viewDetail {
  padding: 5px 10px;
  text-align: center;
  background: var(--theme-color);
  color: #fff;
  width: 50px;
  border-radius: 20%;
  transition: all 0.3s ease-in-out;
}
.homeServiceBox .viewDetail:hover {
  background: var(--theme-color2);
}

.portList .course-content {
  padding-bottom: 30px;
}
.portList .tech {
  display: flex;
  column-gap: 8px;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.portList .tech img {
  width: 35px;
  object-fit: contain;
}
.portList .platform {
  display: flex;
  column-gap: 8px;
}
.portList .platform span {
  border: 1px solid #b9b9b9;
  padding: 0px 8px;
  background: #ebebeb;
  color: var(--body-color);
  border-radius: 5px;
  font-size: 12px;
}
.portList p {
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
}
.portList .viewAll {
  height: 645px;
}

.profileSec {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.profileSec img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.profileSec h4 {
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.profileSec h6 {
  font-size: 12px;
  font-weight: 500;
  color: #818181;
  margin-bottom: 0;
}

.techs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeBlog .viewAll {
  height: 335px;
}

.numbering {
  background: #f4f8ff !important;
  padding: 10px !important;
  margin-bottom: 10px;
}
.numbering .icon i {
  color: #136eb9;
  font-size: 22px;
}
.numbering .details .text {
  font-size: 14px;
}

.services-box {
  min-height: 475px !important;
}

.hero-service {
  padding: 41px 0;
}

.tech-list {
  list-style-type: none;
  padding: 0;
}

.tech-item {
  border: 1px solid #b9b9b9;
  padding: 0px 8px;
  background: #ebebeb;
  color: var(--body-color);
  border-radius: 5px;
  font-size: 12px;
  display: inline-block; /* To make items inline */
  margin: 5px 5px 5px 0; /* Margin around each item */
}

.acrossWorld {
  text-align: right;
}
.acrossWorld div {
  float: right;
  width: 60%;
}
.acrossWorld h6 {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.acrossWorld p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.acrossWorld p.small {
  font-size: 13px;
  font-weight: normal;
}

.post-title {
  font-size: 16px !important;
}

.recent-post-meta a {
  font-size: 13px !important;
}

.main-menu ul.sub-menu li a:before {
  content: "\f0da";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
}

.whatsapp {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  background-color: green;
  font-size: 34px;
  text-align: center;
}
.whatsapp i {
  margin-top: 8px;
}

.footerBottom {
  display: none;
}

@media only screen and (max-width: 700px) {
  .scroll-top {
    bottom: 60px !important;
    right: 5px !important;
  }
  .whatsapp {
    display: none !important;
  }
  .footerBottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1111;
    background: #fff;
    padding: 5px 0;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #f0f0f0;
  }
  .footerBottom a {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: var(--theme-color);
    text-decoration: none;
    border-right: 1px solid #b4d2f9;
    width: 20%;
  }
  .footerBottom a span {
    font-size: 11px;
    font-weight: 600;
  }
  .footerBottom a i {
    font-size: 20px;
  }
}
.serviceList .hero-style12 {
  padding: 200px 0;
}
.serviceList .shape1 {
  top: 0;
}

.tmColor {
  color: var(--theme-color2);
}

.typing {
  font-size: 28px;
  margin: 20px 0;
}
.typing #typing-text {
  border-right: 2px solid #000;
  padding-right: 5px;
  animation: typing 0.5s steps(20) infinite;
}
@keyframes typing {
  0%, 100% {
    border-right: 2px solid #000;
  }
  50% {
    border-right: 2px solid transparent;
  }
}

.linkBox {
  overflow: auto;
  width: 100%;
  background: #f6f6f6;
  padding: 20px 0;
}
.linkBox h6 {
  text-align: center;
}
.linkBox .otherLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
}
.linkBox .otherLinks .linkSection {
  padding: 5px 10px;
  flex: 0 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  color: #606060;
}
.linkBox .otherLinks .linkSection:hover .linkHeading,
.linkBox .otherLinks .linkSection:hover .linkContent {
  color: var(--theme-color);
  text-decoration: underline;
}
.linkBox .otherLinks .linkSection span {
  display: block;
}
.linkBox .otherLinks .linkSection .linkHeading {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.linkBox .otherLinks .linkSection .linkContent {
  font-size: 12px;
  color: #787878;
}
.linkBox .otherLinks .linkSection:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.portCategory {
  justify-content: start !important;
  margin-bottom: 0px;
  align-items: center;
  padding: 4px 0;
}

.porCategory {
  justify-content: end;
}
.porCategory span {
  display: none;
}

.hero-img2 img {
  width: 100%;
  height: auto;
}

.customHere .hero-img2::before {
  display: none;
}

.clintale {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  background: #456584;
}
.clintale img {
  opacity: 1 !important;
  height: 64px;
  width: 64px;
  object-fit: contain;
  padding: 4px;
  border-radius: 7px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.clintale img:hover {
  scale: 1.1;
}

.slideIt {
  display: flex;
  animation: slide 30s linear infinite;
  align-items: center;
  column-gap: 40px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}
.industryServe {
  padding: 20px 0;
  border-radius: 20px;
}
.industryServe h4 {
  text-align: center;
}
.industryServe .category-slider {
  padding-top: 0;
}
.industryServe .induWork .category-card_title {
  font-size: 16px;
}
.industryServe .induWork .category-card_text {
  margin-bottom: 0;
  font-size: 13px;
}

.customTestimonial .testi-card_text {
  font-size: 15px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}
.customTestimonial .testi-card_profile {
  gap: 15px;
}
.customTestimonial .testi-card_avater img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.customTestimonial .testi-card_name {
  font-size: 15px;
  font-weight: 600;
}
.customTestimonial .testi-card_desig {
  font-size: 13px;
  margin-bottom: 0;
}
.customTestimonial .testi-slider2 .slick-arrow {
  bottom: -64px;
}
.customTestimonial .testi-slider2 .slick-arrow.slick-prev {
  right: 55px;
}
.customTestimonial .testi-thumb img {
  height: 350px;
}

.header-logo img {
  width: 240px;
}

.ourClients h2 {
  font-weight: 500;
  color: var(--body-color);
}
.ourClients .sub-title {
  margin-bottom: 3px;
}
.ourClients .ourClientCard h5 {
  margin-bottom: 0;
}
.ourClients .ourClientCard .team-desig {
  font-size: 12px;
}
.ourClients .ourClientCard img {
  object-fit: contain;
}

.aboutContent .bold {
  font-weight: bold;
}
.aboutContent p {
  margin-bottom: 14px;
}

.fixHt {
  height: 220px;
}

.oneline {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.twoline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.apptBox {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}

.awardBox {
  padding: 0;
}
.awardBox .category-card_icon {
  width: 100%;
}

.whyMain .check-box {
  padding: 20px 15px !important;
  max-width: 600px !important;
}
.whyMain .content p {
  font-size: 14px;
}

.heroServiceBox {
  width: 42%;
  padding: 150px 0;
}

.otherServiceBox .category-list2 {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.otherServiceBox .category-list2_title {
  font-size: 16px;
  text-transform: uppercase;
}

.abtMain {
  padding: 5px;
}
.abtMain .card {
  padding: 12px 18px;
  height: 510px;
  border-radius: 14px;
}
.abtMain .aboutInfoBox {
  margin-bottom: 8px;
}
.abtMain .aboutInfoBox h4 {
  margin-bottom: 4px;
}

.whybox .feature-card {
  padding: 45px 10px;
}

.aboutAward .team-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.aboutAward .team-content h3 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.breadCrumHero {
  padding: 0;
}

#team-sec {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.location-card {
  height: 520px;
  background-color: white;
  text-align: center;
  padding: 16px;
  border-radius: 12px;
}

.get_direc {
  margin-top: 8px;
}

.Social_media {
  display: flex;
  column-gap: 12px;
  justify-content: center;
}

.contact-feature-icon_social_media {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--theme-color);
  color: white;
  transition: 0.4s;
}

.gall_img {
  padding-top: 8px;
}

.small_img {
  width: 300px;
  height: 200px;
  object-fit: contain;
  border-radius: 8px;
}

.awardHome .product-title {
  font-size: 16px;
  font-weight: 500;
}

.makeMenuCenter {
  display: flex;
  align-items: center;
}

.main-menu .megaLink {
  padding: 0px !important;
}
.main-menu li.menuUnderLine {
  position: relative;
}
.main-menu li.menuUnderLine a.addA {
  padding: 0px 0px !important;
  position: relative;
}
.main-menu li.menuUnderLine a.addA::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--theme-color2);
  transition: width 0.3s ease;
}
.main-menu li.menuUnderLine:hover a.addA, .main-menu li.menuUnderLine.active a.addA {
  color: var(--theme-color2);
}
.main-menu li.menuUnderLine:hover a.addA::before, .main-menu li.menuUnderLine.active a.addA::before {
  width: 100%;
}
.main-menu li.menuUnderLine:hover a.addMeg::before, .main-menu li.menuUnderLine.active a.addMeg::before {
  left: -3px;
  bottom: 0px;
  height: 2px;
  margin-top: 20px;
}

.pubPoint h6 {
  font-size: 20px;
  font-weight: 500;
}
.pubPoint ul li {
  margin-bottom: 12px;
}

.blogListItem .blog-img img {
  object-fit: cover;
  aspect-ratio: 1.2/1;
}
.blogListItem .author {
  padding-right: 0;
}
.blogListItem .blog-content {
  padding: 10px 10px 10px !important;
}
.blogListItem .box-title {
  font-size: 17px !important;
}
.blogListItem .blog-meta {
  margin: 0 0 14px 0;
}
.blogListItem .blog-meta a {
  font-size: 14px;
}

.th-pagination .active {
  background: var(--theme-color);
}

.w-full {
  width: 100%;
}

.floating-share-btn {
  position: fixed;
  left: 10px;
  bottom: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #4a4a4a;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
}
.floating-share-btn i {
  color: #fff;
  font-size: 22px;
}
@media (min-width: 768px) {
  .floating-share-btn {
    display: none;
  }
}

.contact-feature {
  padding: 12px;
}

.contactForm {
  padding: 30px;
}

.pht {
  height: 100px;
}

.myTesti {
  padding: 20px !important;
}
.myTesti .testi-box_img img {
  height: 50px !important;
}
.myTesti .testi-box_name {
  font-size: 20px;
}

.videoBox .course-title {
  font-size: 17px !important;
  font-weight: 600;
}

.gall_img p {
  text-align: center;
  padding: 2px 4px;
  font-weight: 600;
  text-transform: uppercase;
}

.testHeght {
  height: 115px;
}

.addTestBox {
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 20px;
}

.office .contact-feature {
  gap: 8px !important;
}
.office .contact-feature .contact-feature_link {
  font-size: 14px;
}

.footer-layout6 .widget-area {
  padding-top: 50px !important;
  padding-bottom: 0px !important;
}

.footer-widget.style2 .widget_title {
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.footer-layout6 .copyright-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-widget {
  margin-bottom: 0px;
}

@media only screen and (max-width: 700px) {
  .bottom_footer {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer-layout6 .copyright-wrap {
    padding-bottom: 70px;
    padding-top: 0px;
  }
}
.slick-slide {
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  .apptBox {
    width: 100% !important;
  }
  .cta-img-1 {
    height: 80px;
  }
}

/*# sourceMappingURL=custom.css.map */
