:root {
  --mainColor: #1a1248;
  --mainColor: rgb(116 192 235) ;
  --cardColor: #1a1248;
  --hrColor: #2f2f69;
  --openSans: "Open Sans", sans-serif;
  --Poppins: "Poppins", sans-serif;
}

body {
  font-family: var(--openSans);
}
h1,
h2,
h3,
h4 {
  font-family: var(--Poppins) !important;
}

.box-border {
  /*    padding: 5px 5px 0 0;*/
  background: linear-gradient(270deg, #0082f3 5px, transparent 0) 100% 0,
    linear-gradient(180deg, #0082f3 5px, transparent 0) 100% 0;
  background-repeat: no-repeat;
  background-size: 56px 40px;
  border-radius: 0;
  border: 2px solid #dddddd;
}
.home-b-marquee-image-wrap {
  position: relative;
}

.blog-card:hover{
    color: var(--cardColor) !important;

}


.home-b-marquee-image-wrap div {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 120px;
  /*	margin-top: 50%;*/
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
  text-align: center;
  font-size: 25px;
  line-height: 100px;
  font-weight: bold;
}
.home-b-marquee-image-wrap div p {
  line-height: 115px;
}
.text-center,
.text-center p {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.job-apply .tile-contact-form {
  margin-top: 50px;
}
.arrow-right {
  rotate: -90deg;
}
.mt-0 {
  margin-top: 0 !important;
}
#mapp {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}
.pt-0 {
  padding-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.m-auto {
  margin: 0 auto;
}
.bg-gray {
  background-color: #f9f9f9;
}
.alkan-video iframe {
  width: 100%;
  height: 600px;
}
.alkan-excerpt {
  height: 72px;
  overflow: hidden;
}
.swiper.mySwiper {
  width: 100%;
  height: 100vh;
}
.swiper.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper.mySwiper .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.swiper.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  background: #ffffff9c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--mainColor);
}
.swiper.mySwiper .slide-title {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 86px;
  line-height: 110%;
  color: #ffffff;
  font-family: Satoshi;
}
/*.countriesSlider img{
    word-break: 200px;
}*/
.countriesSlider .swiper-slide {
  max-width: 100vw !important;
}
.excerpt {
  max-height: 73px;
  overflow: hidden;
}
.roadmap-paragraph.excerpt {
  height: 61px;
}
.excerpt * {
  margin: 0;
  font-weight: normal;
  font-style: normal;
}
.cols-4 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
/* partners  */
.al-list-container {
  width: 62.4%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.al-list-container .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.al-list-container .custom-al-col {
  width: 25%;
  height: 10.4666rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.al-list-container .custom-al-col .item {
  position: relative;
  overflow: hidden;
  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;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 2px solid rgba(233, 233, 233, 0.5);
  border-left: 2px solid rgba(233, 233, 233, 0.5);
}
.al-list-container .custom-al-col .item.customer-item img {
  margin-bottom: 0.85rem;
}
.al-list-container .custom-al-col .item.customer-item p {
  margin: 0;
  width: 70%;
  text-align: center;
  overflow: hidden;
  max-height: 3rem;
}
.al-list-container .custom-al-col:after {
  content: "";
  width: 100vw;
  position: absolute;
  background: rgba(233, 233, 233, 0.5);
  height: 1px;
  left: 0;
}
.al-list-container .custom-al-col:before {
  content: "";
  width: 100vw;
  position: absolute;
  background: rgba(233, 233, 233, 0.5);
  height: 1px;
  left: 0;
}
.al-list-container .custom-al-col img {
  max-width: 70%;
  max-height: 50%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%)*/
}
.al-list-container .custom-al-col .partner-link {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #2437ac;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 2rem;
  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;
  text-decoration: none !important;
}
.al-list-container .custom-al-col .partner-link span.txt {
  margin-right: 1rem;
  font-size: 0.8rem;
  overflow: hidden;
  max-height: 1.3rem;
  max-width: 80%;
}
.al-list-container .custom-al-col .partner-link span.icon {
  font-size: 0.6rem;
  margin-top: 0.2rem;
}
.al-list-container .custom-al-col:hover .partner-link {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.al-list-container .custom-al-col:hover img {
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 1199.98px) {
  .al-list-container .custom-al-col img {
    max-width: 80%;
  }
  .al-list-container .custom-al-col .partner-link {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .al-list-container .custom-al-col .item {
    margin: 0.5rem;
  }
  .al-list-container .custom-al-col .item img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .al-list-container .custom-al-col .item.customer-item p {
    max-height: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .al-list-container .custom-al-col {
    width: 33.33%;
  }
  .digital-productivity-section
    .product-section
    .al-list-container
    .custom-al-col {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .al-list-container .custom-al-col {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .al-list-container {
    width: 90%;
  }
  .roadmap-stage-master {
    width: 100%;
  }
  .roadmap-info-tile.development-tile,
  .roadmap-info-tile.test-tile {
    top: -193px;
  }
  .order-2,
  .mobile-order .home-a-testimonial-image-wrap2 {
    order: 2;
  }
  .order-1,
  .mobile-order .content-wrap-testimonial {
    order: 1;
  }
  .al-list-container .custom-al-col {
    width: 100%;
  }
}
.overlay-opacity-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0;
  opacity: 1;
}
/* play-btn / play-icon */
.cmt-play-icon {
  color: #fff;
  display: block;
  position: relative;
}
.cmt-play-icon .cmt-play-icon-animation {
  display: inline-block;
  position: relative;
}
.cmt-play-icon .cmt-play-icon-animation:after,
.cmt-play-icon .cmt-play-icon-animation:before {
  content: "";
  border: 3px solid;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  z-index: -1;
  -webkit-animation: 1s videoplay-anim linear infinite;
  animation: 1s videoplay-anim linear infinite;
}
.cmt-play-icon .cmt-play-icon-animation:after,
.cmt-play-icon .cmt-play-icon-animation:before {
  -webkit-animation: videoplay-anim 1.08s infinite;
  -moz-animation: videoplay-anim 1.08s infinite;
  -ms-animation: videoplay-anim 1.08s infinite;
  -o-animation: videoplay-anim 1.08s infinite;
  animation: videoplay-anim 1.08s infinite;
}
.cmt-play-icon .cmt-play-icon-animation:before {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.cmt-play-icon-btn .cmt-icon.cmt-icon_element-size-sm i.fa-play {
  padding-left: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  z-index: 2;
}
.cmt-play-icon-btn .cmt-icon.cmt-icon_element-size-md i.fa-play {
  font-size: 23px;
  z-index: 2;
}
i.fa-play {
  padding-left: 5px;
}
.cmt-play-icon-btn .cmt-play-icon-animation {
  position: relative;
  display: inline-block;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon {
  margin-bottom: 0;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon:after {
  content: "";
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon:after {
  z-index: 1;
  width: calc(100% * 1.25);
  height: calc(100% * 1.25);
  opacity: 0.4;
  background-color: inherit;
}
.cmt-bgcolor-skincolor .cmt-play-icon-btn .cmt-play-icon-animation:after {
  opacity: 0.1;
}
.cmt-play-icon-btn.animated .cmt-play-icon-animation .cmt-icon:after,
.cmt-play-icon-btn:hover .cmt-play-icon-animation .cmt-icon:after {
  -webkit-animation: sep-anim 1.05s infinite;
  -moz-animation: sep-anim 1.05s infinite;
  -ms-animation: sep-anim 1.05s infinite;
  -o-animation: sep-anim 1.05s infinite;
  animation: sep-anim 1.05s infinite;
}
@-webkit-keyframes sep-anim {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes sep-anim {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.cmt-play-icon-btn .cmt-play-icon-animation {
  position: relative;
  display: inline-block;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin-bottom: 0;
  background-color: #888888;
  color: #ffffff;
}
.d-in-block {
  display: inline-block !important;
}
.footer-logo-txt {
  color: #282943;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}
.dropdown-link-pages.w--current {
  color: #0082f3;
}
.sec-color {
  color: #0082f3;
}
/* Image Hotspots */
.image-hotspots {
  position: relative;
}
.image-hotspot {
  cursor: pointer;
  position: absolute;
  /*width: 30px;
    height: 30px;
    display: inline-block;*/
}
.cta-form-wrap .w-col {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.image-hotspot strong {
  color: #fff;
  z-index: 5;
  font-size: 0.65em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-100%, -65%, 0);
  font-weight: 600 !important;
}
.image-hotspot .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -0.666em auto auto -0.666em;
  background: #ccc;
  border-radius: 50%;
  opacity: 0.8;
  transform-origin: 50% 50%;
  transition: opacity 0.2s ease-in, transform 0.1s ease-out;
  color: white;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
}
.image-hotspot .ring {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid rgba(40, 41, 67, 0.9);
  opacity: 0;
  animation: hotspot-pulsate 3s ease-out infinite;
}
.image-hotspot-primary .circle {
  background: #282943 !important;
}
.image-hotspot-primary .ring {
  border-color: rgba(40, 41, 67, 0.9);
}
.image-hotspot:hover .circle,
.image-hotspot .circle:hover {
  background-color: #ce9732 !important;
}
@keyframes hotspot-pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  45% {
    transform: scale(1.75);
    opacity: 0;
  }
}
.w-100 {
  width: 100%;
}
.tippy-box a {
  color: #ffffff;
}
.case-studies .swiper-button-next:after,
.case-studies .swiper-button-prev:after {
  color: var(--mainColor);
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
.services-slider .service-marquee-content {
  width: 300px !important;
}
.services-slider .w-slide {
  width: auto;
  height: auto;
}
.services-slider .service-marquee-card {
  height: 300px;
}
.social-links {
  list-style: none;
  padding: 0;
  margin: 10px;
}
.social-links li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.social-links li a {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  font-size: 20px;
}
/*.social-links li:hover a{
    background: #282943;
    color:#ffffff;
}*/
.cart-container {
  max-width: 400px;
  min-width: 312px;
  /*    min-width: auto;*/
}
.search-form input {
  height: 40px;
  min-height: auto;
  padding: 10px 10px;
}
.search-page .feature-image-wrap {
  max-height: 100px;
  /*    height: auto;*/
  width: 200px;
}
.search-page .feature-overview-title {
  font-size: 18px;
}
.search-page .feature-marquee-card {
  margin: 15px 0;
}
.search-page .feature-content-wrap {
  width: 430px;
  max-width: auto;
}
.alkan-tabs .feature-content-wrap {
  max-width: none;
  padding-right: 0;
}
.alkan-tabs .feature-marquee-card {
  /*    margin: 0 10px;*/
}
.alkan-tabs .swiper-button-next,
.alkan-tabs .swiper-button-prev {
  /*    top: 0;*/
}
.business-card-image-wrap {
  min-height: auto;
}
/*
.slider-nav-wrap{
    left: 72%;
    position: relative;
    top: 0;
}
.slider-nav-wrap .service-slider-link{
    background: #d4d4d6;
}*/
.service-slider-link {
  left: 72%;
  background: #d4d4d6;
}
.service-slider-link.right-arrow-link {
  left: 80%;
}
.jobs-list .expandable-single {
  background: #e9e6e6;
  margin-bottom: 25px;
}
.jobs-list .faq-h3 {
  font-size: 16px;
}
.home-slides {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.marquee-mask-top,
.marquee-mask-bottom {
  z-index: 1;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
@media (max-width: 768px) {
  .navbar {
    height: 60px;
  }
  .industry-sub-nav {
    top: 60px;
  }
  .section.quote {
    padding-top: 60px;
  }
  .brand-navbar {
    height: 40px;
    z-index: 9;
  }
  .cart-button {
    z-index: 11;
  }
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    top: 61px;
    left: auto;
  }
  .swiper.mySwiper .slide-title {
    padding-top: 100px;
  }
  .swiper.mySwiper .slide-title p:first-child {
    font-size: 15px;
  }
  .links-master-footer.footer-contact {
    margin-top: 50px;
  }
  .swiper.mySwiper .slide-title p:nth-child(2) {
    font-size: 30px !important;
    line-height: 40px !important ;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    z-index: 9999999;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 15px;
  }
  .home-b-marquee .marquee-mask-top,
  .home-b-marquee .marquee-mask-bottom {
    display: none;
  }
  .cols-4.w-dyn-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .service-slider-link {
    left: 0;
  }
  .service-slider-link.right-arrow-link {
    left: 98%;
  }
  .home-a-testimonial-image-wrap2 {
    margin-top: 0;
  }
  .link-sub-nav {
    padding: 0 10px;
  }
  .link-sub-nav.sec-color {
    display: none;
  }
  .container-sub-nav {
    justify-content: center;
  }
  .about-image-wrap {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .home-b-marquee-image-wrap {
    margin-right: 0;
    margin-left: 0;
  }
  .cols-4.w-dyn-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*pagination*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(116 192 235);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  /*  font-size: 30px;*/
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  /*  font-size: 30px;*/
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: rgb(116 192 235);
  border-color: rgb(116 192 235);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.alkan-pagination {
  margin-top: 80px;
}
/******/
.logos-master-big {
  flex-wrap: wrap;
}
.logos-master-big div {
  flex: 1 0 20%;
  padding: 10px;
}
.logos-master-big div img {
  /*	width: 100%;*/
  width: 100%;
  max-width: 200px;
}
.mobiles-list {
  list-style: none;
  padding: 0;
}
.mobiles-list li {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .xs-only {
    display: block;
  }
  .lg-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .xs-only {
    display: none;
  }
  .lg-only {
    display: block;
  }
}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/*
  =======================
  NEW STYLES | 16-03-2024
  =======================
*/

/* $ => Header */
a,
a:hover {
  transition: 0.3s;
}
.dropdown-toggle-nav,
.nav-link {
  font-family: var(--Poppins);
  font-weight: 600;
  color: #3f3f3f;
}
.w-dropdown-list {
  border-radius: 0px;
  box-shadow: 0 1px 20px 0 rgba(78, 78, 78, 0.1);
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #f9f9f9;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
  right: auto;
  bottom: auto;
  width: 90%;
  min-width: 90%;
  padding: 10px;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: 0.3s;
}
.dropdown-toggle-nav i {
  font-size: 11px;
}
a:hover,
.w-dropdown-list .dropdown-link-pages:hover,
.dropdown-toggle-nav:hover,
.dropdown-toggle-nav.w--open {
  color: rgb(116 192 235);
}
.w-dropdown-list.w--open {
  width: 90%;
  min-width: 90%;
  top: 100px;
  border-radius: 0px;
  right: auto;
  bottom: auto;
  pointer-events: all;
  opacity: 1;
}
.w-dropdown-list .w-layout-grid {
  grid-row-gap: 0;
  grid-column-gap: 0;
}
.w-dropdown-list .dropdown-link-pages {
  padding: 16px;
  font-weight: 600;
  color: #3a3a3a;
  font-family: var(--Poppins);
  border-radius: 0;
}
.w-dropdown-list .dropdown-link-pages:hover {
  /* background-color: var(--mainColor); */
  /* color: #fff; */
  color: rgb(116 192 235);
}
.w-dropdown-list .dropdown-link-pages .dropdown-link {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .w-dropdown-list {
    display: none;
    transform: translateX(0);
    width: 100%;
    min-width: 100%;
  }
  .w-dropdown-list.w--open {
    width: 100%;
    min-width: 100%;
  }
  .drodpdown-grid-pages {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .dropdown-link-pages {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-dropdown-list {
    padding: 8px;
  }
  .w-dropdown-list .dropdown-link-pages {
    padding: 8px 8px;
  }
  .w-dropdown-list .dropdown-link-pages .dropdown-link {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .drodpdown-grid-pages {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 380px) {
  .drodpdown-grid-pages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}
.cart-container {
  max-width: 100%;
  min-width: 100%;
  border-radius: 0;
}
.w-commerce-commercecartheader {
  position: relative;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border: 0;
  align-items: center;
  background-color: #fff;
  border-radius: 0;
}
.w-commerce-commercecartheader {
  justify-content: flex-end;
}
/* .cart-button {
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #444;
  font-size: 20px;
} */
.search_blox {
  padding: 0 3rem;
}
.search_blox .text-field {
  min-height: initial;
  margin-bottom: 0px;
  padding: 14px 24px;
  border-color: #ddd;
  border-radius: 4px;
  font-size: 16px;
  line-height: initial;
  margin: 1rem 0;
  height: auto;
}
/* # => Header */

/* $ => Banner Slider */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: var(--mainColor);
  font-size: 22px;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after,
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--mainColor);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .swiper.mySwiper {
    height: 50vh;
  }
}
/* # => Banner Slider */

/* $ =>  */
.title-wrap-big {
  padding: 40px 50px;
  padding-bottom: 0;
}
.title-wrap-big .paragraph-big {
  margin-bottom: 0;
}
.title-wrap-big p {
  margin-bottom: 0;
}
.bg_style {
  position: relative;
}
.bg_style::before {
  content: "";
  background-image: url(../imgs/bg-apstract.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
/* # =>  */

/* $ => Counter */
.sec_counter .h1 {
  /* margin-bottom: 16px; */
  font-size: 40px;
  line-height: 1.2;
  /* color: var(--mainColor); */
  background: none;
  letter-spacing: 0;
  font-family: var(--Poppins);
  padding: 0;
}
.sec_counter p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit,
.odometer.odometer-theme-digital .odometer-digit + .odometer-digit {
  margin-left: 0;
}
/* # => Counter */

/* $ =>  */
.section_styles {
  padding: 4rem 0;
  padding-bottom: 1rem;
  /* background-color: var(--mainColor); */
}
.section_styles .main-title-wrap .colored,
.section_styles .main-title-wrap h2,
.section_styles .main-title-wrap p {
  /* color: #fff !important; */
}
.section_styles .main-title-wrap h2 {
  font-size: 28px;
}
.section_styles .main-title-wrap p {
  font-size: 16px;
  font-weight: 300;
  font-family: var(--Poppins);
}

.swiper.homeTabs {
  /* height: 100%; */
  padding-bottom: 2rem;
}
.feature-marquee-card {
  padding: 0;
  display: block;
  border-radius: 24px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(78, 78, 78, 0.1);
}
.feature-image-wrap {
  height: 270px;
}
.feature-marquee-card .feature-image-wrap img {
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.feature-marquee-card:hover .feature-image-wrap img {
  transform: scale(1.1) rotate(2deg);
}
.alkan-tabs .feature-content-wrap {
  padding: 1rem 0.5rem;
  height: 220px;
}

.homeTabs .swiper-wrapper {
  /* padding-bottom: 3rem; */
}
.homeTabs .swiper-button-next::after,
.homeTabs .swiper-button-prev::after {
  color: #181547;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: -8px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.swiper-pagination-bullet-active {
  background: var(--mainColor);
}

.navs_swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.navs_swiper > div {
  position: static !important;
  margin: 0 5px;
  background-color: #fff;
}
.navs_swiper > div:hover::after,
.navs_swiper > div:hover {
  background-color: rgb(116 192 235);
}
/* # =>  */

.sec_years h1 {
  /* font-size: 60px; */
}

/* $ =>  */
.sec_video {
  position: relative;
  padding-bottom: 70px;
}
.sec_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(26, 18, 72);
  background: linear-gradient(
    0deg,
    rgba(26, 18, 72, 1) 0%,
    rgba(255, 255, 255, 0.4822303921568627) 100%
  );
}
.sec_video .overlay-opacity-box {
  background-color: transparent;
  padding-bottom: 1rem;
}
.sec_video .title-header {
  margin-bottom: 6rem;
}
.sec_video .title-header h2 {
  /* font-size: 45px; */
  color: #fff;
  font-family: var(--Poppins);
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 40px;
  height: 40px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play-button i {
  color: #fff;
  font-size: 30px;
  position: relative;
  z-index: 2;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pt_0 {
  padding-top: 1rem;
}
.mt_0 {
  margin-top: 0 !important;
}
.mt_5 {
  margin-top: 3rem !important;
}
@media screen and (max-width: 600px) {
  .sec_video .title-header h2 {
    font-size: 30px;
  }
}
.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}
.animeslide-heading {
  transition-delay: 3s;
}
[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}
/* # =>  */

/* $ =>  */
.number-tile {
  /* border-left: 1px solid #eee; */
}
.odometer {
  font-size: 40px;
}
/* # =>  */

/* $ =>  */
.section.industry {
  padding-top: 120px;
}
.industry-hero-container {
  width: 96%;
  height: 300px;
}
.industry-sub-nav {
  position: sticky;
  left: 0%;
  top: 99px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 60px;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  margin-top: 2rem;
  box-shadow: 0 4px 10px rgb(0 0 0 / 4%);
}
.industry-container-inner {
  padding-top: 70px;
}
.link-sub-nav.w--current {
    border-bottom-color: #74c0eb;
    background-color: #74c0eb;
  color: #fff;
}

.mouse-scroll {
  width: auto;
  height: auto;
  padding-top: 0;
  border: 0;
  border-radius: 0;
}
.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid var(--mainColor);
  height: 44px;
  width: 24px;
  position: relative;
}
.move {
  position: absolute;
  background-color: var(--mainColor);
  height: 7px;
  width: 7px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}
@keyframes move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}

.services-slide .service-marquee-card {
  /* height: 500px; */
  background-size: cover !important;
  background-repeat: no-repeat;
}
.service-card-title {
  font-size: 24px;
  line-height: 1.2;
}
.service-marquee-card {
  position: relative;
  display: block;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  font-family: var(--Poppins);
}
.service-marquee-card::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgb(26, 18, 72);
  background: linear-gradient(
    0deg,
    rgba(26, 18, 72, 1) 0%,
    rgba(255, 255, 255, 0.4822303921568627) 100%
  );
  z-index: -1;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.service-marquee-card:hover::after {
  /* height: 100%;
  opacity: 1; */
}
.service-marquee-card:hover {
  /* color: #ffc107; */
}
.service-marquee-content {
  /* transform: translateY(20px); */
  /* opacity: 0; */
  /* transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); */
}
.service-marquee-card:hover .service-marquee-content {
  /* transform: translateY(0px); */
  /* opacity: 1; */
}
.service-card-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--Poppins);
}
@media screen and (max-width: 767px) {
  .service-marquee-card::after {
    height: 100%;
    opacity: 1;
  }
  .service-marquee-card .service-marquee-content {
    transform: translateY(0px);
    opacity: 1;
  }
}

.tab-tile-cursor-circle {
  /* width: 90px; */
  /* height: 90px; */
  /* font-size: 13px; */
  /* transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); */
}
.tab-tile-cursor-circle:hover {
  /* background-color: var(--mainColor); */
  /* color: #fff; */
}

.services_slider .navs_swiper > div {
  background-color: var(--mainColor);
  color: #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
}
.navs_swiper > div:hover::after,
.navs_swiper > div:hover {
  color: #fff;
  background-color: rgb(116 192 235);
}

.business-card-content p {
  /* text-align: justify; */
}
.feature-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
.feature-icon {
  width: 45px;
  height: auto;
}

.item_partners {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  height: 170px;
  overflow: hidden;
}
.py_3 {
  padding: 4rem 0;
}
/* # =>  */

/* $ =>  */
.cta-form-wrap {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.text-field {
  border-radius: 4px;
}
.text-field::placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}
.cta:hover {
  background-color: var(--mainColor);
}
/* # =>  */

/* $ =>  */
.section.footer {
  background-color: #181547;
}
.links-heading-footer {
  font-size: 20px;
  font-family: var(--Poppins);
  color: #fff;
}
.link-footer {
  color: #fff;
  font-size: 15px;
}
.cta-list-item {
  color: #fff;
}
.cta-list-item i {
  margin-top: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.footer .paragraph-big {
  color: #fff;
}
.footer .legal-text-footer {
  color: #fff;
  margin-bottom: 0;
}

.social-links li a {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-list-item:hover,
.link-footer:hover,
.social-links li a:hover {
  color: #0082f3;
}

.copyrights_footer {
  border-top: 1px solid var(--hrColor);
  padding-top: 1rem;
}
.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* # =>  */

/* $ =>  */
.page-item .page-link {
  background-color: white;
  border: 0;
  color: #333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  font-size: 1em;
  font-weight: bold;
  margin: auto 2px;
  cursor: pointer;
}
.page-item .page-link:hover,
.page-item.active .page-link {
  background-color: var(--mainColor);
  border: 0;
  color: #fff;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
  font-size: 1.5rem;
}

/* # =>  */

/* $ =>  */
.d_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.feature-overview-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: all;
}

.countriesSlider h2 {
  font-size: 24px;
}

#s1 {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .d_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-image-wrap {
    min-width: 100%;
  }
  .alkan-tabs .feature-marquee-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-image-wrap {
    height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .feature-image-wrap {
    height: 220px;
  }
  .d_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* # =>  */

/* $ =>  */

/* # =>  */
