:root {
    --theme-color:#6F00FF;
    --font-family:
}

.overflow-hidden {
    overflow: hidden;
}

.hero-inner-sec {
    padding: 10% 10% 10% 0;
    background-image: url(../images/banner/Noise.png);
    overflow: hidden;
    background-color: #6b00f6;
}

.hero-content h1 {
    color: #fff !important;
}

.hero-content span {
    color: #fff;
}

h2.hero-subtitle {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 5px 30px;
    color: #6f00fe;
    font-size: 25px;
    width: fit-content !important;
}

li.banner-links {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

li.banner-links a {
    color: #fff;
    transition: all 200ms ease;
    background-color: #000;
    border-radius: 50%;
    border: solid 4px #000;
    padding: 15px;
    display: inline-flex;
    width: 80px !important;
    align-items: center;
    height: 80px;
    font-size: 16px;
    justify-content: center;
    cursor: auto;
}

li.banner-links:hover a {
    transform: scale(1.1) !important;
}

li.banner-links::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: inherit;
    width: inherit;
    margin: 20px;
    background-color: transparent;
    border-radius: inherit;
    border: solid 0.4px rgba(0, 0, 0, 0);
    padding: 20px;
    box-sizing: content-box;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    transition-delay: 50ms;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

li.banner-links:hover::before {
    border-color: rgba(0, 0, 0, .2) !important;
    transition-delay: 200ms;
}

li.banner-links::after {
    content: "";
    position: absolute;
    z-index: 1;
    height: inherit;
    width: inherit;
    margin: 15px;
    background-color: transparent;
    border-radius: inherit;
    border: solid 0.4px rgba(0, 0, 0, 0);
    padding: 15px;
    width: 90px;
    height: 90px;
    box-sizing: content-box;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    transition-delay: 150ms;
    border-radius: 50%;
}

li.banner-links:hover::after {
    border-color: rgba(0, 0, 0, .4);
    transition-delay: 150ms;
}

li.banner-links a::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: inherit;
    width: inherit;
    margin: 20px;
    background-color: transparent;
    border-radius: inherit;
    border: solid 0.4px rgba(0, 0, 0, 0);
    padding: 20px;
    box-sizing: content-box;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    transition-delay: 50ms;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

li.banner-links:hover a::before {
    border-color: rgba(0, 0, 0, .2) !important;
    transition-delay: 100ms;
}

li.banner-links a::after {
    content: "";
    position: absolute;
    z-index: 1;
    height: inherit;
    width: inherit;
    margin: 15px;
    background-color: transparent;
    border-radius: inherit;
    border: solid 0.4px rgba(0, 0, 0, 0);
    padding: 15px;
    width: 70px;
    height: 70px;
    box-sizing: content-box;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    transition-delay: 150ms;
    border-radius: 50%;
}

li.banner-links:hover a::after {
    border-color: rgba(0, 0, 0, .4);
    transition-delay: 60ms;
}

/* HERO ECLIPS */

.ellipseCss-1 {
    height: 790px;
    width: 790px;
}

.ellipseCss-1 {
    position: absolute;
    height: 550px;
    width: 420px;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ellipseCss-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(98.81% 98.81% at 100% 50%, #ffffff 0%, rgba(192, 255, 96, 0) 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1px),#fff 0);
}

.ellipseCss-2 {
    height: 1090px;
    width: 1090px;
}

.ellipseCss-2 {
    position: absolute;
    height: 850px;
    width: 690px;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ellipseCss-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(98.81% 98.81% at 100% 50%, #ffffff 0%, rgba(192, 255, 96, 0) 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px),#fff 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 2px),#fff 0);
}

.ellipseCss-3 {
    height: 1390px;
    width: 1390px;
}

.ellipseCss-3 {
    position: absolute;
    height: 1030px;
    width: 930px;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ellipseCss-3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(98.81% 98.81% at 100% 50%, #ffffff 0%, rgba(192, 255, 96, 0) 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px),#fff 0);
}

.ellipseCss-4 {
    height: 1690px;
    width: 1690px;
}

.ellipseCss-4 {
    position: absolute;
    height: 1190px;
    width: 1190px;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ellipseCss-4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(98.81% 98.81% at 100% 50%, #ffffff 0%, rgba(192, 255, 96, 0) 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px),#fff 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px),#fff 0);
}

li.banner-links {
    text-decoration: none;
    position: absolute;
    z-index: 30;
    transition: all 200ms ease;
    margin: -0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
    cursor: pointer;
}

li.banner-links.banner-link-1 {
    left: -5px;
    top: -60px !important;
}

li.banner-links.banner-link-1 {
    transform:rotate(336.7deg) translate(545px) rotate(-336.7deg) scale(1.0);
    -webkit-transform: rotate(336.7deg) translate(440px) rotate(-336.7deg) scale(1.0);
    -moz-transform:rotate(336.7deg) translate(545px) rotate(-336.7deg) scale(1.0);
    -ms-transform:rotate(336.7deg) translate(545px) rotate(-336.7deg) scale(1.0);
    -o-transform:rotate(336.7deg) translate(545px) rotate(-336.7deg) scale(1.0);
}

li.banner-links.banner-link-2 {
    left: -5px;
    top: -45px !important;
}

li.banner-links.banner-link-2 {
    transform:rotate(350.1deg) translate(545px) rotate(-350.1deg) scale(1.0);
    -webkit-transform: rotate(350.1deg) translate(450px) rotate(-350.1deg) scale(1.0);
    -moz-transform:rotate(350.1deg) translate(545px) rotate(-350.1deg) scale(1.0);
    -ms-transform:rotate(350.1deg) translate(545px) rotate(-350.1deg) scale(1.0);
    -o-transform:rotate(350.1deg) translate(545px) rotate(-350.1deg) scale(1.0);
}

li.banner-links.banner-link-3 {
    left: 0px;
    top: -35px !important;
}

li.banner-links.banner-link-3 {
    transform: rotate(363.5deg) translate(545px) rotate(-363.5deg) scale(1.0);
    -webkit-transform: rotate(363.5deg) translate(450px) rotate(-363.5deg) scale(1.0);
    -moz-transform: rotate(363.5deg) translate(545px) rotate(-363.5deg) scale(1.0);
    -ms-transform: rotate(363.5deg) translate(545px) rotate(-363.5deg) scale(1.0);
    -o-transform: rotate(363.5deg) translate(545px) rotate(-363.5deg) scale(1.0);
}

li.banner-links.banner-link-4 {
    left: 0;
    top: -20px !important;
}

li.banner-links.banner-link-4 {
    transform: rotate(376.9deg) translate(545px) rotate(-376.9deg) scale(1.0);
    -webkit-transform: rotate(376.9deg) translate(460px) rotate(-376.9deg) scale(1.0);
    -moz-transform: rotate(376.9deg) translate(545px) rotate(-376.9deg) scale(1.0);
    -ms-transform: rotate(376.9deg) translate(545px) rotate(-376.9deg) scale(1.0);
    -o-transform: rotate(376.9deg) translate(545px) rotate(-376.9deg) scale(1.0);
}

li.banner-links.banner-link-5 {
    left: 0;
    top: 0px !important;
}

li.banner-links.banner-link-5 {
    transform: rotate(390.3deg) translate(545px) rotate(-390.3deg) scale(1.0);
    -webkit-transform: rotate(390.3deg) translate(458px) rotate(-390.3deg) scale(1.0);
    -moz-transform: rotate(390.3deg) translate(545px) rotate(-390.3deg) scale(1.0);
    -ms-transform: rotate(390.3deg) translate(545px) rotate(-390.3deg) scale(1.0);
    -o-transform: rotate(390.3deg) translate(545px) rotate(-390.3deg) scale(1.0);
}

li.banner-links.banner-link-6 {
    left: 31%;
    top: -35px !important;
}

li.banner-links.banner-link-6 {
    transform: rotate(350.1deg) translate(545px) rotate(-350.1deg) scale(1.0);
}

/* HERO SECTION END */

/* SECOND SECTION SLIDER */

section.card-sider {
    position: relative;
    width: calc(min(70rem, 90%));
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

section.card-sider .swiper-container {
    position: relative;
}

section.card-sider .swiper {
    width: 100%;
    padding: 0 0 95px 0;
}

section.card-sider .swiper-slide {
    height: 35rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
    border-radius: 15px;
}

section.card-sider .swiper-slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

section.card-sider .swiper-3d .swiper-slide-shadow-left,
section.card-sider .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

section.card-sider .swiper-slide .slide-content h2 {
    color: #fff;
}

section.card-sider .card-slider-one {
    background-image: url(../images/industries/info.png) !important;
    background-size: cover;
}

section.card-sider .card-slider-two {
    background-image: url(../images/industries/hosp.png) !important;
    background-size: cover;
}

section.card-sider .card-slider-three {
    background-image: url(../images/industries/oil.png) !important;
    background-size: cover;
}

section.card-sider .card-slider-four {
    background-image: url(../images/industries/industrial.png) !important;
    background-size: cover;
}

section.card-sider .card-slider-five {
    background-image: url(../images/industries/med.png) !important;
    background-size: cover;
}

/* section.card-sider .swiper-slide.swiper-slide-prev .swiper-slide-shadow-left, 
section.card-sider .swiper-slide.swiper-slide-next .swiper-slide-shadow-right {
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    background-image: none;
}

section.card-sider .swiper-slide.swiper-slide-prev .swiper-slide-shadow-left .slider-card-style, 
section.card-sider .swiper-slide.swiper-slide-next .swiper-slide-shadow-right .slider-card-style {
    opacity: 0;
} */


/* section.card-sider .swiper-button-prev {
    background: white;
    border-radius: 50%;
    top: 47%;
    left: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px #000;
}
section.card-sider .swiper-button-prev::after {
    font-size: 1.4rem;
    content: "";
}
section.card-sider .swiper-button-prev svg {
    width: 25px;
}
section.card-sider .swiper-button-next {
    background: white;
    border-radius: 50%;
    top: 47%;
    right: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px #000;
}
section.card-sider .swiper-button-next::after {
    font-size: 1.4rem;
    content: "";
}
section.card-sider .swiper-button-next svg {
    width: 25px;
}
section.card-sider .swiper-button-prev, .swiper-button-next {
    display: none;
} */

/* SERVICES */

.custom-services .col {
    flex: 0 0 20.333333%;
    max-width: 20.333333%;
}

/* SECOND SECTION SLIDER END */

/* MILE STONE SECTION COUNTER */

section#counter:before {
    content: "";
    background-color: #6600eb;
    width: 150px;
    height: 200px;
    position: absolute;
    left: 0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    top: 50%;
    transform: translateY(-50%);
}

section#counter:after {
    content: "";
    background-color: #6600eb;
    width: 150px;
    height: 200px;
    position: absolute;
    right: 0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    top: 50%;
    transform: translateY(-50%);
}

.milestone {
    text-align: center;
}

h2.milestone-Counter {
    color: #606060;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-text-stroke-color: #606060;
    -webkit-text-stroke-width: 1px;
    font-family: "Space Grotesk", sans-serif;
}


/* TRANING SECTION */

  
h2.colum-title-typewriter span {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
    -webkit-animation: caret 1s steps(1) infinite;
}
  
  @keyframes caret {
    50% {
      border-color: transparent;
    }
  }

.training-videos img {
    max-width: 100%;
}

.tw-standards {
    background-color: #F7F9F8;
}

.tw-standards .stand-list {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    height: 20vh;
    transition: 0.5s !important;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
}

.tw-standards .stand-list img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.tw-standards .stand-list .content h4 {
    font-size: 20px;
    font-weight: 800;
}

.tw-standards .stand-list:hover {
    box-shadow: 0px 13px 37px rgba(0, 0, 0, 0.21);
    border-color: #6f00ff;
}

#tw-our-topics {background-image: url(../images/slider/slide_map_pattern.png) !important;background-size: auto !important;background-repeat: no-repeat !important;background-position: center center !important;}


ul.our-topics-list {
    display: flex;
    flex-wrap: wrap;
}

ul.our-topics-list li {
    list-style: none !important;
    flex: 0 0 48.333%;
    margin-bottom: 30px;
    border: 1px solid #6f00ff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 18px !important;
    color: #000;
    transition: 0.5s !important;
}

ul.our-topics-list li:not(:last-child) {margin-right: 10px;}

ul.our-topics-list li:hover {
    background-color: #6f00ff!important;
    color: #fff !important;
}

.main-industries .owl-nav {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    bottom: auto !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* CLIENT MARQUE */
.tw-client {
    padding: 30px 0;
}
.tw-client .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .client-logo img {
    width: 150px;
    aspect-ratio: 3/4;
    object-fit: contain;
}
  .tw-client .swiper-container.swiper--bottom:after {
    animation-direction: reverse;
  }
  .tw-client .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
  }
  .tw-client .swiper-slide {
    text-align: center;
    font-size: 33px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
  }
  @keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }


  /* Supporting Various Industries */

  .custom-card-design {
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    border-width: 2px;
    border-color: RGBA(255,255,255,0);
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 5%;
    padding-left: 2%;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    transition: transform 300ms ease 0ms,border 300ms ease 0ms,box-shadow 300ms ease 0ms;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.custom-card-design img {
    margin-bottom: 20px;
    height: 200px;
    width: 340px;
    object-fit: contain;
}

.custom-card-design:hover {
    border-width: 2px;
    border-color: #6f00fe;
    box-shadow: 0px 2px 18px 0px #6f00fe;
    transform: scaleX(1.05) scaleY(1.05) translateX(0px) translateY(-10px)!important;
}

.Industries-poppup .modal-content {
    border-radius: 30px !important;
    overflow: hidden;
}

.Industries-poppup .modal-content .custom-card-design {
    transform: none !important;
    box-shadow: none;
    border: 0 !important;
}

footer#tw-footer * {
    color: #fff;
}

footer#tw-footer .row.no-wrap {
    flex-wrap: nowrap;
}

.footer-widget ul.contact-info {
    width: 100%;
}

.footer-widget ul#pills-tab {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: nowrap;
}

.footer-widget ul#pills-tab li.nav-item {
    margin: 0;
    text-align: center;
}

.footer-widget ul#pills-tab li.nav-item button {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
}

.footer-widget ul#pills-tab li.nav-item button.active {
    border-bottom: 5px solid #6d00fb !important;
}

.footer-social-link ul {
    padding: 0px;
    display: flex !important;
}

.footer-social-link ul li {
    list-style: none;
}

.footer-social-link ul li:not(:last-child) {
    margin-right: 10px;
}

.footer-social-link ul li a i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    color: #000 !important;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


ul.contact-info li {   
    position: relative;
    }
    
    ul.contact-info li {	
    padding-left:30px !important;
    }
    
    /* ADDRESS */
    ul.contact-info li:nth-child(1)::before {
        font-family: "iconfont";
        content: "\e833";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        left: 0;
    }
    
    /* Phone */
    ul.contact-info li:nth-child(2)::before {    
        font-family: "iconfont";
        content: "\e926";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        left: 0;
    }
    
    /* EMAIL */
    ul.contact-info li:nth-child(3)::before {
        font-family: "iconfont";
        content: "\e004";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        left: 0;
    }

@media (max-width: 1600px) {
    .footer-widget ul {
        margin-right: 20px !important;
    }
}

@media (max-width: 1440px) {
    .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5 {
        max-width: 33% !important;
        flex: 0 0 33%;
        padding: 0 30px !important;
    }
    footer#tw-footer .row.no-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5 {
    max-width: 50% !important;
    flex: 1 0 50%;
    padding: 0 30px !important;
    margin-top: 20px;
}
}

@media (max-width: 800px) {
.col-md-2.footer-col-3 {
    max-width: 30% !important;
    flex: 1 0 30% !important;
}

.col-md-3.footer-col-4 {
    flex: 1 0 60% !important;
    min-width: 60%;
}
}

@media (min-width: 760px) {
    section.card-sider .swiper-button-prev, .swiper-button-next {
        display: flex;
   }
}

@media (max-width: 690px) {
    .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5 {
        max-width: 100% !important;
        flex: 1 0 100% !important;
        min-width: 100%;
    }
}