div#spop--bottom-left,
.demo {
    display: none;
}
label.error {
    color: #ec0909;
}

.collapse ul.navbar-nav li.active a.nav-link,
ul.footer_social li.active a {
    color: #ff69c9;
}
.collapse ul.navbar-nav li.active a.nav-link::before {
    bottom: 10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #ff69c9;
}

.list_icon .fa-mobile {
    font-size: 20px;
}
.client__sec h4 {
    color: #0e082c;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.counter__sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__logo {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.footer_social li {
    color: #ffffff;
}
.span__text {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(5px);
    color: #fff;
}
.navbar-expand-lg .navbar-nav > li {
    padding: 0 20px;
}
.cyber-defenses-image img {
    border-radius: 50%;
}

.info_contact .contact_detail a {
    color: #7a7a7a;
}
.sweet-alert button {
    padding: 0 32px !important;
}
.radius_box:hover {
    box-shadow: 5px 5px 5px 5px #DCDCDC;
}
ul.footer_social.list_none h4{
    font-size: 18px;
    color: #fff;

}
section.small_pb {
    padding-top: 70px;
}
#doc_select_child ul li span,
.doc_lan li a span {
    color: #7a7a7a;
}

.cyber-defenses-area ul.nav .nav-item a {
    background: linear-gradient(129.37deg, #5957cd 8.09%, #5957cd 100%);
    color: #fff;
    margin-top: 15px;
}
.cyber-defenses-list-tabs ul.nav {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.cyber-list {
    margin-left: 15px;
}
.roadmap_list .col-lg:nth-child(2n) .single_roadmap h6 {
    bottom: -70px;
}
.single_roadmap h6 {
    top: -60px;
}
section#whitepaper {
    padding: 70px 0px 0px 0px;
}
.row.justify-content-center {
    padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .single_roadmap h6 {
        top: -65px;
    }
    .roadmap_list .col-lg:nth-child(2n) .single_roadmap h6 {
        bottom: -70px;
    }
    .doc_lan li {
        margin-top: 10px;
    }
    #whitepaper .small_space {
        flex-direction: column;
    }
    .carousel {
        height: 60% !important;
    }
    .content__right .content__main {
        font-size: 16px !important;
    }
    .content__left h1 {
        line-height: 1 !important;
    }
    .divider.large_divider.bottom-divider {
        height: 130px !important;
    }
    .box_wrap.radius_box.bg-white.text-center.animation.animated.fadeInUp {
        height: 440px;
    }
    .box_wrap.bg-white.text-center.animation.animated.fadeInUp {
        height: 420px;
    }
    .content__left{
      background-size: 100% 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .cyber-defenses-list-tabs ul.nav {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .middle-space {
        margin: 0 auto;
    }
    .testimonial-section {
        flex-direction: column;
    }
    .testi-user-img,
    .testimonial-section .user-saying {
        width: 100% !important;
    }
    .testimonial-section .quote {
        padding-left: 40px !important;
        width: 85%;
    }
    .carousel__control {
        height: 160px !important;
        width: 30px !important;
    }
    .carousel {
        height: 100% !important;
    }
    .bullet-order ul li {
        margin-left: 15px;
    }
}
.bullet-order ul li {
    margin-left: 15px;
}
@media screen and (max-width: 380px) {
    .testimonial-section .quote,
    .gallery-thumbs .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }
    .quote-icon {
        display: none !important;
    }
    .testimonial-section .quote {
        justify-content: unset;
        padding-right: 25px;
        padding: 15px 15px !important;
    }
    .testimonial-section .quote p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    .content__right .content__main {
        font-size: 8px !important;
        line-height: 14px !important;
    }

    .bullet-order {
        justify-content: space-between !important;
        gap: unset !important;
    }
}
@media only screen and (max-width: 991px) {
    header.fixed-top {
        position: fixed !important;
        background-color: #4241b8;
    }
}

.js-transitions-disabled * {
    transition: none !important;
}
.carousel {
    position: relative;
    height: 100%;
    overflow: hidden;
    perspective: 50vw;
    perspective-origin: 50% 50%;
}
.carousel__control {
    position: absolute;
    height: 160px;
    width: 40px;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.carousel__control a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%;
    box-sizing: border-box;
}
.carousel__control a:hover:before {
    background-color: rgba(0, 0, 0, 0.4);
}
.carousel__control a.active:before,
.carousel__control a.active:hover:before {
    background-color: rgba(0, 0, 0, 0.6);
}
.carousel__control a:first-child {
    margin-top: 15px;
}
.carousel__control a:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    padding-top: 25%;
    width: 25%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    margin-top: -12.5%;
}
.carousel__stage {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
    transform-style: preserve-3d;
    transform: translateZ(calc(-50vh + 20px));
}
.spinner {
    position: absolute;
    width: calc(50vw - (20px));
    height: calc(100vh - 40px);
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto;
    transform-style: preserve-3d;
    transition: transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 50% 50%;
    transform: rotateX(0);
}
.js-spin-fwd .spinner {
    transform: rotateX(-90deg);
}
.js-spin-bwd .spinner {
    transform: rotateX(90deg);
}
.js-spin-fwd .spinner--right {
    transform: rotateX(90deg);
}
.js-spin-bwd .spinner--right {
    transform: rotateX(-90deg);
}
.spinner--right {
    right: 0;
    left: auto;
}
.spinner__face {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.spinner__face.js-next {
    display: block;
    transform: rotateX(90deg) translateZ(calc(50vh - 20px));
}
.spinner--right .spinner__face.js-next {
    transform: rotateX(270deg) translateZ(calc(50vh - 20px));
}
.js-spin-bwd .spinner__face.js-next {
    transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
}
.js-spin-bwd .spinner--right .spinner__face.js-next {
    transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
}
.js-active {
    display: block;
    transform: translateZ(calc(50vh - 20px));
}
.content {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
}
.spinner--right .content {
    left: -100%;
}
.content__left,
.content__right {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.content__right {
    right: 0;
    left: auto;
}
.content__left {
    background-repeat: no-repeat;
    background-size: cover;
}
.content__left:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.content__left h1 {
    position: absolute;
    top: 50%;
    margin-top: -3vw;
    text-align: center;
    font-size: 4vw;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
    height: 10vw;
    opacity: 1;
    color: #fff;
    width: 100%;
    letter-spacing: 0.1em;
}
.content__left span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2em;
    opacity: 0.9;
}
.content__right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content__right .content__main {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #fff;
    padding: 0 6vw;
    margin: 0;
    opacity: 0.8;
}
.content__right .content__main p:last-child {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.85em;
}
.content__right .content__index {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    right: -1vh;
    top: 35vh;
    opacity: 0.04;
    color: #fff;
}
[data-type="iceland"] .content__left {
    background-image: url("../images/web.png");
}
.spinner--right [data-type="iceland"] .content__left {
    background-image: none;
}
[data-type="china"] .content__left {
    background-image: url("../images/app.png");
}
.spinner--right [data-type="china"] .content__left {
    background-image: none;
}
[data-type="usa"] .content__left {
    background-image: url("../images/ui-ux.png");
}
.spinner--right [data-type="usa"] .content__left {
    background-image: none;
}
[data-type="peru"] .content__left {
    background-image: url("../images/brand.png");
}
[data-type="digital"] .content__left {
    background-image: url("../images/digital.png");
}
[data-type="ai-ml"] .content__left {
    background-image: url("../images/ai-ml.png");
}
.spinner--right [data-type="peru"] .content__left {
    background-image: none;
}

.content__main p,
.content__main h1 {
    color: #fff;
}
.content__main ul {
    margin-left: 15px;
}

.bullet-order {
    display: flex;
    align-items: flex-start;
    gap: 45px;
}

.feature-tabs-center {
    margin-bottom: 25px;
}

.feature-tabs li {
    position: relative;
    background: #efefef;
}

.feature-tabs li:first-child {
    margin-left: 0;
}
.feature-tabs li a {
    padding: 15px 30px;
    border-right: 1px solid #ffffff !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}
@media (min-width: 768px) {
    section.outstanding-section.ptb-100 {
        display: none;
    }
    .carousel {
        display: block;
    }
}
@media (max-width: 767px) {
    section.outstanding-section.ptb-100 {
        display: block;
    }
    .carousel {
        display: none;
    }
    ul.nav.nav-tabs.border-bottom-0.feature-tabs.feature-tabs-center.d-flex.justify-content-center.gap-5 {
      gap: 10px;
  }
  .video_box.animation.animated.fadeInRight img{
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
    .feature-tabs li a {
        padding: 15px;
    }
}
@media (min-width: 280px) and (max-width: 767px) {
    .feature-tabs li a {
        padding: 10px;
    }
    .feature-tabs li a.active:after {
        display: none;
    }
    .process-box {
        text-align: center;
    }
}
.feature-tabs li:last-child a {
    border-right: none !important;
}
.feature-tabs li a,
.feature-tabs li a.active {
    border-radius: 0;
    position: relative;
}
.feature-tabs li a.active:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    margin-left: -10px;
    bottom: -10px;
    left: 50%;
}
.feature-tabs li a h6 {
    font-size: 13px;
    line-height: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.feature-tabs li a.active:before {
    width: 100%;
    background: #e80566;
}
.feature-tabs li a.active {
    color: #e80566 !important;
}

@media (width <= 574px) {
    .outstanding-section .feature-tabs-center {
        flex-wrap: wrap;
        gap: 8px;
    }
    .outstanding-section .feature-tabs-center > li {
        width: 48%;
    }
}
@media (width <= 374px) {
    .outstanding-section .feature-tabs-center > li {
        width: 100%;
    }
}
@media screen and (max-width: 579px) {
    .feature-tabs li a h6 {
        font-size: 10px;
        line-height: 14px;
    }
    .box_wrap.radius_box.bg-white.text-center.animation.animated.fadeInUp {
        height: 360px;
    }
    .box_wrap.bg-white.text-center.animation.animated.fadeInUp {
        height: 350px;
    }
}
@media (width <= 991px) {
    .promo_section_row div[class*="col-"]:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media (width <= 767px) {
    .about-with-promo div[class*="col-"]:not(:last-of-type) {
        margin-bottom: 0px !important;
    }
    .services-section .row > div[class*="col-"]:last-of-type {
        margin-bottom: 20px;
    }
}
@media (min-width: 280px) and (max-width: 575px) {
    .divider.large_divider.top-divider {
        height: 0px !important;
    }
    .divider.large_divider.bottom-divider {
        height: 0px !important;
    }
    .footer_title.border_title::before {
        display: none;
    }
    .top_footer.blue_light_bg {
        text-align: center;
    }
    .footer_title.border_title {
        padding-left: 0;
    }
}

.about_shape_bg {
    background-image: url("../images/our__bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.process {
    background-image: url(../images/our-operation-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.top_footer {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section_breadcrumb {
    background-image: url(../images/inner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-bg {
    background-image: url("../images/unmatched.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.counter_bg {
    background-image: url(../images/counter-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom_footer,
#mobileapp,
#whychoose,
.suppot-bg,
.content__right,
#loader-wrapper .loader-section {
    background-color: #060045;
}
.nav-fixed,
header.active,
.spop {
    background-color: #322553;
}
.section_banner {
    position: relative;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
section {
    padding: 70px 0;
    position: relative;
}

.collapse ul.navbar-nav li.active a.nav-link,
ul.footer_social li.active a,
header a:hover,
a:hover {
    color: #917ecd !important;
}
.collapse ul.navbar-nav li.active a.nav-link::before {
    background-color: #917ecd;
}
.btn-default {
    background-image: linear-gradient(
        to right,
        #ffbc51 0%,
        #ffbc51 51%,
        #553fc3
    );
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-style: italic;
}
h1.animation.animated.fadeInUp {
    text-transform: capitalize;
}

.divider.large_divider.top-divider {
    height: 65px;
}
.divider.large_divider.bottom-divider {
    height: 110px;
}

section#about {
    padding: 70px 0 0 0;
}
.top_footer {
    padding: 100px 0 50px 0;
}
.single_roadmap.roadmap_done .roadmap_icon {
    background-color: #ffffff;
}

.faq_question .card-header a[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
section.client_logo.small_pt.small_pb img {
    max-width: 160px;
}
.navbar-expand-lg .navbar-nav > li:last-child {
    padding: 0 20px;
}
.rounded_shape::before {
    display: none;
}
.nav-tabs .nav-link.active{
  background-color: #0e082c;
}
.angle_bottom{
  z-index: 0;
}
.info_contact h4{
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 600;
}