body,
html {
    background: linear-gradient(to left, #0e0946, #1f0c41, #0e0946) !important
}

#particles-js {
    z-index: -10
}

#minimal-bootstrap-carousel {
    margin-top: 0;
    position: relative;
    height: 100vh;
    overflow: hidden
}

#minimal-bootstrap-carousel.banner_2 {
    height: calc(100vh - 137px)
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-shadow: none
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20vh;
    height: 60vh
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: 0 0;
    width: 70px;
    height: 60px;
    font-size: 14px;
    line-height: 48px;
    color: #001328;
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 91
}

#minimal-bootstrap-carousel .carousel-inner {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    position: relative
}

#minimal-bootstrap-carousel .carousel-inner>div {
    background-size: contain;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease
}

#minimal-bootstrap-carousel .carousel-pic {
    height: 100vh;
    display: flex;
    align-items: center
}

#minimal-bootstrap-carousel .carousel-pic img {
    opacity: .5
}

#minimal-bootstrap-carousel .circles {
    position: relative
}

#minimal-bootstrap-carousel .circles::before {
    position: absolute;
    content: '';
    left: -100px;
    top: -100px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #acfffb 0, #726cbb 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #acfffb 0, #726cbb 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #acfffb 0, #726cbb 100%)
}

#minimal-bootstrap-carousel .circles::after {
    position: absolute;
    content: '';
    left: -115px;
    top: -115px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    border: 5px solid #42e8e0
}

#minimal-bootstrap-carousel {
    position: relative
}

#minimal-bootstrap-carousel::before {
    position: absolute;
    content: '';
    right: 0;
    top: 20vh;
    height: 60vh;
    width: 80%;
    background: url(../img/solutions/ai/bann_content_bg.png)
}

@media (max-width:1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px
    }
}

@media (max-width:991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px
    }
}

@media (max-width:667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px
    }
}

@media (max-width:480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, .4);
        color: #000
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: var(--primary-color);
    color: var(--white-color)
}

#minimal-bootstrap-carousel .carousel-inner .carousel-item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#minimal-bootstrap-carousel .content {
    position: relative;
    z-index: 999;
    padding-top: 0;
    height: 100%;
    width: 450px;
    padding: 20px;
    height: 350px;
    top: calc(50% - 175px);
    margin: 0 auto;
    text-align: left
}

#minimal-bootstrap-carousel .content h3 {
    margin: 0;
    font-size: 33px;
    line-height: 50px;
    font-weight: 700;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    margin: 70px 0 10px 0;
    color: #00ffe8
}

#minimal-bootstrap-carousel .content h4 {
    margin: 0;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

#minimal-bootstrap-carousel .content p {
    font-size: 24px;
    margin-bottom: 30px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.carousel-caption:after,
.carousel-caption:before {
    display: none
}

.carousel-indicators {
    height: 5px;
    width: 60px;
    display: block;
    margin: 0 !important;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 20px;
    z-index: 99999
}

.carousel-indicators li {
    width: calc(50% - 6px);
    height: 5px;
    display: inline-block !important;
    border: none;
    cursor: pointer;
    margin: 0 3px
}

.carousel-indicators li.active {
    background: #00ffe8
}

.bann_pic {
    max-width: 400px;
    margin: 0 auto
}

.bann_pic img {
    animation: animate_up_down 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite
}

@keyframes animate_up_down {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(0, -30px, 0)
    }
}

.section-py {
    position: relative;
    padding-top: 30px
}

.about .about_pic {
    border: 20px solid #42e8e0;
    border-radius: 50%;
    position: relative;
    right: -40px
}

.about .about_content {
    margin-top: 20px;
    background: #050036;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    position: relative;
    box-shadow: 20px 0 30px rgba(67, 232, 224, .3)
}

.about .about_content p {
    margin-bottom: 0
}

.about .about_content::after,
.about .about_content::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, transparent, #42e8e0, transparent) !important
}

.about .about_content::after {
    top: inherit;
    bottom: 0
}

.bg_pics {
    position: relative
}

.bg_pics:before {
    position: absolute;
    content: '';
    right: 10px;
    top: -140px;
    width: 160px;
    height: 160px;
    background: url(../img/solutions/robotic/bg_pic_1.png) center center no-repeat;
    background-size: contain
}

.about_2 article {
    padding: 20px;
    position: relative;
    color: #fff
}

.about_2 article::before {
    position: absolute;
    content: '';
    top: -10%;
    left: -20px;
    width: calc(100% + 40px);
    height: 120%;
    z-index: -1;
    transform: perspective(1000px) rotateX(-30deg);
    background: #050036;
    border-radius: 10px 10px 20px 20px;
    background-size: 100% 100%
}

.about_2 article::after {
    position: absolute;
    content: '';
    top: calc(-10% + 2px);
    left: -22px;
    width: calc(100% + 44px);
    height: 120%;
    z-index: -99;
    transform: perspective(1000px) rotateX(-30deg);
    background: linear-gradient(transparent, #42e7df) !important;
    border-radius: 10px 10px 20px 20px;
    background-size: 100% 100%
}

.services_list {
    color: #fff;
    text-align: center;
    list-style: none;
    padding: 30px 0
}

.services_list li {
    margin-bottom: 10px;
    font-size: 18px
}

.services_list .icon {
    width: 100px;
    height: 100px;
    background: url(../img/solutions/robotic/polygon_bg.png) center center no-repeat;
    background-size: 100%
}

.services_list .icon img {
    width: 50px;
    height: auto;
    text-align: center;
    position: relative;
    top: 15px
}

.services {
    position: relative
}

.services:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -40px;
    width: 160px;
    height: 160px;
    background: url(../img/solutions/robotic/bg_pic_2.png) center center no-repeat;
    background-size: contain
}

.robotic_tabs {
    position: relative
}

.robotic_tabs:before {
    position: absolute;
    content: '';
    right: 30px;
    top: -140px;
    width: 160px;
    height: 160px;
    background: url(../img/solutions/robotic/bg_pic_3.png) center center no-repeat;
    background-size: contain
}

.robotic_list li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #4d4d4d;
    border-radius: 100%;
    position: absolute;
    left: -5px;
    top: 13px
}

.robotic_tabs .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: block;
    height: 50px;
    background: 0 0 !important
}

.robotic_tabs .nav.nav-tabs {
    border: none;
    color: #fff;
    background: 0 0;
    border-radius: 0;
    margin: 0 5px;
    font-size: 14px;
    position: relative;
    top: 6px
}

.robotic_tabs a.nav-item.nav-link {
    border: none;
    padding: 0 20px;
    margin: 0 3px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: relative
}

.robotic_tabs a.nav-item.nav-link.active,
.robotic_tabs a.nav-item.nav-link:focus,
.robotic_tabs a.nav-item.nav-link:hover {
    color: #050036 !important;
    background: 0 0 !important
}

.robotic_tabs a.nav-item.nav-link::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #211a58 !important;
    transform: perspective(350px) rotateX(45deg);
    background: rgba(255, 255, 255, .6)
}

.robotic_tabs a.nav-item.nav-link.active::before,
.robotic_tabs a.nav-item.nav-link:focus::before,
.robotic_tabs a.nav-item.nav-link:hover::before {
    background: #2adedb !important
}

.robotic_tabs .tab-content {
    background: #050036 url(../img/solutions/robotic/tab_content_bg.png) right bottom no-repeat;
    background-size: contain;
    color: #fff;
    line-height: 25px;
    border: 1px solid #49cfce;
    padding: 30px 25px;
    font-size: 14px !important
}

.robotic_tabs ul li {
    list-style-image: url(../img/solutions/robotic/list_icon.png)
}

.robotic_tabs ul li>ul li {
    list-style: circle
}

.robotics_solution {
    width: 170px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px
}

.robin {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block
}

.rob_img3 {
    width: 250px;
    height: auto;
    margin: 0 auto;
    display: block
}

.robotics_solution {
    position: relative;
    padding: 5px;
    border: 2px dashed #2adedb;
    border-radius: 20px
}

@media screen and (max-width:767px) {
    .ist_navbar_collapse {
        position: absolute;
        top: 70px;
        width: calc(100% - 30px)
    }

    .ist_navbar_nav:before {
        display: none
    }

    #minimal-bootstrap-carousel .content {
        width: 100%;
        height: auto;
        top: 0
    }

    #minimal-bootstrap-carousel .content h3 {
        font-size: 20px;
        line-height: 30px
    }

    .content_box {
        margin: 20px 0
    }

    #footer {
        margin-top: 130px
    }

    .robotic_tabs .nav.nav-tabs {
        height: 100px
    }

    .robotic_tabs a.nav-item.nav-link {
        padding: 0 5px;
        font-size: 13px
    }

    #minimal-bootstrap-carousel .circles::before {
        width: 450px;
        height: 450px
    }

    #minimal-bootstrap-carousel .circles::after {
        width: 480px;
        height: 480px
    }

    #minimal-bootstrap-carousel .content h3 {
        margin-top: 10px;
        font-size: 18px
    }

    #minimal-bootstrap-carousel .content h4 {
        font-size: 18px;
        line-height: 20px
    }

    #minimal-bootstrap-carousel .content p {
        font-size: 18px
    }

    .carousel-indicators {
        bottom: 27px
    }

    .about_2 article::before {
        left: -10px;
        width: calc(100% + 20px)
    }

    .about_2 article::after {
        left: -11px;
        width: calc(100% + 22px)
    }

    .robotic_tabs .tab-content {
        float: none;
        clear: both;
    }
}

@media screen and (max-width:410px) {
    .robotic_tabs a.nav-item.nav-link {
        padding: 0 5px;
        font-size: 10px;
        height: 50px;
    }
}

@media screen and (max-width:342px) {
    .robotic_tabs .nav.nav-tabs {
        height: 150px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .robotic_tabs a.nav-item.nav-link {
        padding: 0 5px;
        font-size: 13px
    }

    #minimal-bootstrap-carousel .carousel-inner {
        height: 80vh
    }

    #minimal-bootstrap-carousel .content h3 {
        margin-top: 10px
    }

    #minimal-bootstrap-carousel .content h3,
    #minimal-bootstrap-carousel .content h4 {
        line-height: 35px
    }

    .robotic_tabs {
        margin-bottom: 70px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #minimal-bootstrap-carousel .circles::before {
        left: -150px
    }

    #minimal-bootstrap-carousel .circles::after {
        left: -165px
    }

    #minimal-bootstrap-carousel::before {
        width: 100%
    }

    #minimal-bootstrap-carousel .carousel-inner .carousel-item {
        min-height: 80vh
    }
}

@media screen and (min-width:992px) {
    .row_reverse {
        flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important
    }
}

@media screen and (max-width:991px) {

    .bg_pics:before,
    .robotic_tabs:before,
    .services:before {
        display: none
    }

    .about .about_pic {
        right: 0
    }

    .about .about_content {
        margin-top: -30px
    }

    #minimal-bootstrap-carousel::before {
        top: inherit;
        bottom: 20px;
        width: 100%
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

    #minimal-bootstrap-carousel .circles {
        position: relative;
        left: -50px;
    }

    #minimal-bootstrap-carousel::before {
        width: 100%;
    }
}

@media screen and (max-width:950px) and (orientation:landscape) {
    #minimal-bootstrap-carousel::before {
        top: 34px;
        bottom: inherit;
        width: 100%
    }

    .carousel-indicators {
        bottom: 38px;
    }

    .section-py {
        padding-top: 40px;
    }

    #minimal-bootstrap-carousel {
        margin-top: 80px
    }

    .carousel-item .row>div {
        width: 50%
    }


    #minimal-bootstrap-carousel .content {
        height: 100%;
        width: 100%;
        top: 10px
    }

    #minimal-bootstrap-carousel,
    #minimal-bootstrap-carousel .carousel-inner {
        height: calc(100vh - 50px);
    }

    #minimal-bootstrap-carousel .carousel-caption .container {
        margin-top: 10vh;
        height: inherit;
    }

    .bann_pic {
        max-width: 300px
    }

    #minimal-bootstrap-carousel .content h3 {
        margin-top: 10px
    }

    #minimal-bootstrap-carousel .circles {
        transform: scale(.7);
        left: -100px;
    }

    .robotic_tabs ul {
        margin-left: 20px
    }

    .robotic_tabs ul li {
        padding-left: 0
    }

}

@media screen and (min-width:1920px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        margin-top: 40vh;
    }

    #minimal-bootstrap-carousel::before {
        width: 100%;
    }

    #minimal-bootstrap-carousel .content h3 {
        margin: 20px 0 10px 0;
    }
}