﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar {
    font-family: 'Overlock', cursive;
    background-color: transparent !important;
    top: -0px !important;
}

.nav-link {
    transition: 0.3s;
}

    .nav-link:hover {
        transition: 0.3s;
        color: deepskyblue !important;
    }
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    overflow: hidden;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.navbar-toggler span {
    transform: rotate(0deg);
    transition: .5s;
}

.navbar-toggler:hover span {
    text-shadow: 0px 0px 10px black;
    transform: rotate(90deg);
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px; */
    background: linear-gradient(to left,#f6fafd, white);
    background: rgba(166, 210, 253,0.05);
    font-family: 'Overlock', cursive !important;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.subPage-nav {
    display:none;
}
/*

*/
/* Make the image fully responsive */
.intro .carousel-inner .img {
    width: 100%;
    height: calc(100vh);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 610px -0px black;
}

.intro .carousel-inner {
    background: rgb(247,249,250);
}

.intro .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .intro .carousel-fade .carousel-item.active,
    .intro .carousel-fade .carousel-item-next.carousel-item-left,
    .intro .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.intro .carousel-fade .active.carousel-item-left,
.intro .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.intro .carousel-fade .carousel-item-next,
.intro .carousel-fade .carousel-item-prev,
.intro .carousel-fade .carousel-item.active,
.intro .carousel-fade .active.carousel-item-left,
.intro .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.indicator-time-animated {
    height: 100%;
    width: 0%;
    background-color: lightcoral;
}

.intro .carousel-indicators {
    top: calc(50% - 100px);
    left: 40px;
    right: auto;
    display: block;
    width: 50px;
    max-width: 200px;
    margin: 10px auto !important;
    transition: all .5s, width .5s linear;
}

    .intro .carousel-indicators li {
        display: inline-block;
        opacity: .8 !important;
        height: 2px;
        width: 50px;
        overflow: hidden;
        border-radius: 5px;
        margin-right: auto;
        transition: margin .5s, width .5s;
    }

        .intro .carousel-indicators li:nth-child(odd) {
            width: 30px;
        }

        .intro .carousel-indicators li:nth-child(even) {
            width: 20px;
        }

    .intro .carousel-indicators .active .indicator-time-animated {
        animation: ci-time-animation 10s forwards;
    }

@keyframes ci-time-animation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.toggled .carousel-item:nth-child(1) .img {
    background-image: linear-gradient(to left,rgba(40, 170, 180, 0.3), rgba(40,110,155,0.5)), url('https://img.pikbest.com/backgrounds/20190919/cloud-computing-smart-technology-hd-background_1903778.jpg!bwr800') !important;
}

.toggled .carousel-item:nth-child(2) .img {
    background-image: linear-gradient(to left,rgba(40, 170, 180, 0.5), rgba(40,110,155,0.9)), url('https://media.istockphoto.com/id/1181250359/photo/business-people.jpg?b=1&s=170667a&w=0&k=20&c=ApjkFothuVX8XXtr5cwAkq3upqBzwm21_CB7SKrN-Q0=') !important;
}

.toggled .carousel-item:nth-child(3) .img {
    background-image: linear-gradient(to left,rgba(40, 170, 180, 0.5), rgba(40,110,155,0.6)), url('https://media.istockphoto.com/id/499517325/photo/a-man-speaking-at-a-business-conference.jpg?b=1&s=170667a&w=0&k=20&c=BOVLG8A-VuYZmXlDvvv-uO0Z-7dgmGYTY6vd2q6R8C4=') !important;
}


/*

*/



.intro.not-loaded {
    filter: url(#nothing);
}

.intro {
    position: relative;
    margin: 0;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: calc(100vh );
    margin: 0; /*filter: drop-shadow(-1px 10px 20px rgba(0, 0, 0, 0.5));*/
    transition: -webkit-clip-path 1s ease-in;
    filter: url(#round);
}

    .intro.not-loaded .layout {
        -webkit-clip-path: polygon(0px 0px,100% 0px,100% 100%,0px 100% );
    }

.layout {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/about_cover-1920x960.jpg);
    background-image: linear-gradient(to left,rgba(40, 170, 180, 0.6), rgba(40,110,155,0.8)), url(https://media.istockphoto.com/id/1181250359/photo/business-people.jpg?b=1&s=170667a&w=0&k=20&c=ApjkFothuVX8XXtr5cwAkq3upqBzwm21_CB7SKrN-Q0=);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: inset(15px 15px 15px 15px round 420px 5px 420px 5px);
    clip-path: circle(50.0% at 50% 50%);
    -webkit-clip-path: circle(60.0% at 50% 10%);
    -webkit-clip-path: polygon(20px 20px,calc(100% - 20px) 20px,92.5% 85%,20px calc(100% - 20px) );
    transition: all .5s, -webkit-clip-path 0.7s;
}

.toggled .layout {
    -webkit-clip-path: polygon(20px 20px,calc(100% - 20px) 20px,90% 85%,20px calc(100% - 20px) );
    -webkit-clip-path: polygon(20px 20px,calc(100% - 20px) 20px,93.5% calc(90% - 20px),7% calc(90% - 20px) );
}

.toggled .navbar-brand.one {
    display: none;
}

.toggled .navbar-brand.two {
    display: inline-block !important;
}

.toggled .intro .carousel-indicators {
    top: calc(50% - 100px);
    left: calc(100% - 90px);
    right: auto;
    display: block;
    width: 50px;
    max-width: 200px;
    margin: 10px auto !important;
    direction: rtl;
    transition: all .5s, width .5s linear;
}

    .toggled .intro .carousel-indicators li:nth-child(2) {
        margin-right: 10px;
    }

    .toggled .intro .carousel-indicators li:nth-child(3) {
        margin-right: 15px;
    }

.toggled section li {
    transform: scale(1) !important;
    top: 10px !important;
    transition: top .5s;
}

#canvas {
    opacity: 0.2;
}

#canvas2 {
    position: fixed;
    top: 0vh;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.35;
    z-index: 0;
}

.banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 700px;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

    .welcome-banner .block {
        position: relative;
        display: block;
        width: 0vw;
        opacity: 0;
        margin: 2.5vh 2.5vw;
        height: 0vh;
        background-position: center;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        transition: all 0.5s;
    }

        .welcome-banner .block.active {
            opacity: 1;
            height: 5vh;
            width: 5vw;
            margin: 0;
            background-image: url('/images/cloud.jpg'), linear-gradient(30deg, rgba(80,120,155,0.1) 30%, rgba(80,125,135,0.1) 50%);
        }

        .welcome-banner .block.inactive {
            width: 0vw;
            opacity: 0;
            margin: 2.5vh 2.5vw;
            height: 0vh;
            background-image: url('/images/cloud.jpg'), linear-gradient(30deg, rgba(80,120,155,0.1) 30%, rgba(80,125,135,0.1) 50%);
            transition: all 0.6s /* cubic-bezier(.17,.67,.83,.67)*/;
        }

.certificates {
    position: relative;
    top: calc(-100px - 5vh);
    z-index: 999;
    display: block;
    width: 100vw;
    text-align: center;
    transition: top .5s;
}

    .certificates ul {
        padding: 0;
    }

        .certificates ul li {
            display: inline-block;
            list-style: none;
            margin: 0 calc(0px + 2vw);
            border-radius: 100%;
            filter: url(#round2) drop-shadow(0px 15px 15px #8E9BA5);
            transition: .5s;
            overflow: hidden;
        }

            .certificates ul li span {
                background: white;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                width: calc(48px + 3.5vw);
                height: calc(48px + 3.5vw);
                width: 100px;
                height: 100px;
                background-size: 80%;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                -webkit-clip-path: polygon(75% 10%, 100% 50%, 75% 90%, 25% 90%, 0% 50%, 25% 10%);
                transition: -webkit-clip-path .5s;
            }

.toggled .certificates ul li span {
    -webkit-clip-path: polygon(20% 5%,80% 5%,100% 48%,81% 95%,20% 94%,0% 48%);
}

.certificates ul li span:hover {
    /*-webkit-clip-path: polygon(50% 0%,100% 0%,100% 100%,50% 100%,0% 100%,0% 0%);
     -webkit-clip-path: polygon(100% 50%,90% 90%,10% 90%,0% 50%,10% 10%,90% 10%);*/
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.certificates ul li:nth-child(1) {
    position: relative;
    top: 40px;
    transform: scale(0.8);
}

.certificates ul li:nth-child(2) {
    position: relative;
    top: 35px;
    transform: scale(0.85);
}

.certificates ul li:nth-child(3) {
    position: relative;
    top: 30px;
    transform: scale(.95);
}

.certificates ul li:nth-child(4) {
    position: relative;
    top: 25px;
    transform: scale(1);
}

.certificates ul li:nth-child(5) {
    position: relative;
    top: 20px;
    transform: scale(1.05);
}


/*services*/
.services .title {
    visibility: visible;
    animation-delay: 0.1s;
    color: #5C9BC6;
    font-weight: 600;
}

.services .title-desc {
    color: rgba(33, 37, 41,.7)
}

.services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .services-list li {
        background: white;
        box-shadow: 0px 0px 20px -0px rgba(0,0,0,0.05);
        width: 230px;
        height: 320px;
        display: inline-block;
        margin: 10px 10px;
        cursor: pointer;
        vertical-align: top;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        transition: .5s linear;
    }

        .services-list li:hover {
            box-shadow: 0px 0px 20px -0px rgba(0,0,0,0.18);
        }

            .services-list li:hover .si-inner-cover {
                -webkit-clip-path: inset(100% 0px 0px 100% round 100% 0px 0px 0px);
            }

.si-inner-cover {
    z-index: 1;
    padding-top: 70px;
    background: rgba(200,0,0,1);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    -webkit-clip-path: inset(0px 0px 0px 0px round 320px 0px 0px 0px);
    transition: .5s;
    box-shadow: inset 90px 90px 170px -50px rgba(0,0,0,0.5);
    height: 100%;
    text-shadow: 5px 3px 8px #222;
    width: 100%;
}

.service-item-details {
    overflow: hidden;
    background: white;
    height: 100%;
    width: 100%;
}

    .service-item-details i {
        position: relative;
        display: inline-block;
        background-image: url('https://cdn-icons-png.flaticon.com/512/4215/4215880.png');
        background-size: cover;
        background-position: center;
        width: 50px;
        height: 50px;
        left: 12px;
        margin: 0 0 0 0;
        top: 20px;
        font-size: 40px;
        color: skyblue;
        text-shadow: 0px 0px 3px #333;
        transition: .5s;
    }

    .service-item-details .item {
        opacity: 0;
        transition: .5s linear;
    }

    .service-item-details p.item {
        color: rgba(0,0,0,0.6);
        margin: 0;
        font-size: 14px;
    }

    .service-item-details a {
        font-weight: 700;
        margin-top: 0px;
        display: inline-block;
        height: 37px;
        color: #fff;
        text-decoration: none;
        padding: 6px 20px;
        border-radius: 40px;
        background-color: rgba(92, 169, 198, 0.7);
    }

        .service-item-details a:hover {
            background-color: rgba(92, 169, 198, 0.9);
        }

.services-list li:hover .service-item-details .item {
    opacity: 1;
}

.services-list li:hover .service-item-details i {
    width: 70px;
    height: 70px;
    left: calc(50% - 33px);
    margin: 10px 0 0 0;
}

/* key work guidlines */
.key-work-gl {
    padding: 50px 20px;
    background: white;
    margin: 20px 0;
}

    .key-work-gl ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .key-work-gl ul li {
            vertical-align: top;
            margin: 10px;
            display: inline-block;
            width: 350px;
            height: 200px;
            text-align: center;
        }

    .key-work-gl i {
        display: block;
        width: 60px;
        height: 60px;
        background-size: cover;
        margin: 10px auto;
    }

    .key-work-gl h5 {
        color: #5C8BC6;
        opacity: .9;
        font-weight: 600;
    }

    .key-work-gl p {
        opacity: .7;
    }

/* products */
.products {
    padding: 50px 20px;
}

    .products ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .products ul li {
            vertical-align: top;
            margin: 10px;
            display: inline-block;
            width: 450px;
            height: 235px;
            text-align: left;
            position: relative;
        }

            .products ul li:not(:first-child) {
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                border-radius: 10px;
            }

    .products h5 {
        opacity: .8;
        font-weight: 600;
    }

    .products ul li:not(:first-child) h5 {
        overflow: hidden;
        position: absolute;
        width: 100%;
        text-align: center;
        opacity: 1;
        top: 70%;
        font-size: 22px;
        margin: 0 !important;
        padding: 12px 0;
        border-radius: 0%;
        color: white;
        text-shadow: 0px 0px 10px #444;
    }

        .products ul li:not(:first-child) h5::after {
            /*content: '';*/
            width: 40%;
            height: 29px;
            background: rgba(150,170,190,0.2);
            position: absolute;
            bottom: 0;
            left: 30%;
            clip-path: inset(23px 0px 0px 0px round 80% 80% 0 0);
        }

    .products p {
        opacity: .7;
    }

/* our customers */
.our-customers {
    background: white;
    padding: 50px 180px;
}

    .our-customers ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .our-customers ul li {
            vertical-align: top;
            margin: 10px 20px;
            display: inline-block;
            width: 200px;
            height: 90px;
            background: white;
            background-size: 50%;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            box-shadow: 0px 0px 15px -5px #bbb;
            position: relative;
            border-radius: 15px;
            border-top-left-radius: 0;
            border:none;
            transition: transform .3s;
        }
            .our-customers ul li:hover {
                transform:scale(1.7);
            }
            /* testimonial */
            .testimonials {
                padding: 50px 20px;
            }

    .testimonials ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .testimonials ul li {
            vertical-align: top;
            margin: 10px 20px;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            background: white;
            width: 400px;
            height: auto;
            min-height: 120;
            max-height: 120px;
            background: white;
            background-size: 40%;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            box-shadow: 0px 0px 30px -0px #eee;
            position: relative;
            border-radius: 15px;
            padding: 10px;
            cursor: default;
            padding-left: 50px;
            transition: .5s ease-in-out;
        }

            .testimonials ul li i {
                position: absolute;
                left: -32.5px;
                top: calc(50% - 32.5px);
                width: 65px;
                height: 65px;
                background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(/images/Home/download-5.png);
                background-size: 110%;
                background-position: center;
                border-radius: 100%;
                box-shadow: 0px 0px 30px -6px #777;
                border: solid 3px #eee;
                transition:.3s;
            }

            .testimonials ul li p {
                display: block;
                padding: 0;
                margin: 0;
                text-align: left !important;
                width: 100%;
            }

                .testimonials ul li p.tu-name {
                    color: #579;
                    font-weight: 700;
                    opacity: .8;
                }

                .testimonials ul li p.tu-position {
                    opacity: .6;
                    font-size: 13px;
                }

                .testimonials ul li p.tu-msg {
                    margin-top: 10px;
                    font-size: 14px;
                    overflow: hidden;
                }

            .testimonials ul li:hover p.tu-msg span {
                display: none;
            }

            .testimonials ul li:hover p.tu-msg {
                margin-top: 10px;
                font-size: 14px;
                display: inline-block;
            }

            .testimonials ul li:hover {
                max-height: 220px;
                height: auto;
            }

/* statistics */
.statistics {
    margin-top: 50px;
    padding: 0px 20px;
    background: linear-gradient(to top,rgba(70, 80, 120, .99), rgba(40,90,145,0.8),rgba(40,130,175,0.7));
    min-height: 400px;
    height: auto;
    color: white;
    text-shadow: 0px 0px 4px #444;
    font-size: 20px;
}

    .statistics .desc-wrapper {
        width: 700px !important;
        filter: drop-shadow(4px 4px 28px rgba(0, 0, 0, 0.29));
    }

    .statistics .description {
        background: linear-gradient(to left,rgba(80, 190, 220, .75), rgba(40,110,155,.95));
        background: linear-gradient(to left,rgba(80, 150, 200, .6), rgba(40,130,175,.7), rgba(40,90,155,.8));
        background: linear-gradient(to right,rgba(58, 127, 179, .79), rgba(58, 146, 189,0.65),rgba(79, 157, 190,0.65));
        position: relative;
        top: -40px;
        height: 100%;
        padding: 50px;
        clip-path: inset(0% 0% 0% 0% round 0px 10px 10px 0 );
        -webkit-clip-path: inset(0px 0px 0px 0px round 0px 0px 420px 5px);
    }

        .statistics .description h2 {
            font-weight: 700;
        }

        .statistics .description small {
            font-size: 17px;
            opacity: .8;
        }

    .statistics .metrics {
        flex-grow: 1;
        overflow: hidden;
        margin: 0 auto !important;
    }

    .statistics .metric-wrapper {
        display: flex;
        height: 150px;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 25px 20px;
        margin: 35px 0px;
        width: 100%;
    }

    .statistics .metric-details {
        display: inline-block;
        width: 50%;
        margin: 0 5px;
        position: relative;
    }

        .statistics .metric-details h3 {
            font-weight: 500;
        }

        .statistics .metric-details h4 {
            font-weight: 700;
        }

        .statistics .metric-details p {
            font-size: 16px;
        }

        .statistics .metric-details .badge {
            font-size: 126px;
            opacity: .15;
            filter: drop-shadow(0 0 10px black);
            position: absolute;
            top: -45px;
            left: 70px !important;
            text-shadow: none;
            color: powderblue
        }



/* new and announcements */
.news-announcements {
    padding: 50px 20px;
}

    .news-announcements .content-wrapper *:not(.badge) {
        text-align: left !important;
    }

    .news-announcements .ci-container {
        width: 70vw;
        margin: 0 auto !important;
        box-shadow: 0px -10px 40px -0px #eee;
        border-radius: 10px;
        overflow: hidden;
        background: linear-gradient(to top,white, rgba(140,170,204, 0.0));
    }

    .news-announcements .na-ci-image {
        margin: 0;
        height: 300px;
        background-size: cover;
        background-position: center;
        box-shadow: 0 5px 15px 0px #dfdfdf;
    }

    .news-announcements .ca-ci-d-description {
        font-size: 14px;
        margin: 0;
        margin-top: 10px;
        color: rgba(30,30,30,0.75);
    }

    .news-announcements .carousel-indicators li {
        background-color: grey !important;
        opacity: .2;
    }

    .news-announcements .carousel-indicators .active {
        background-color: #58a !important;
        opacity: .9;
    }




.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 48
}

.animation {
    position: relative;
    opacity: 0;
}

    .animation.left {
        left: -20px;
        transition: opacity .7s linear, left .5s linear;
    }

        .animation.left.animate {
            opacity: 1;
            left: 0px;
        }

    .animation.right {
        right: -20px;
        transition: opacity .7s linear, right .5s linear;
    }

        .animation.right.animate {
            opacity: 1;
            right: 0px;
        }

    .animation.top {
        top: -20px;
        transition: opacity .7s linear, top .5s linear;
    }

        .animation.top.animate {
            opacity: 1;
            top: 0px;
        }

    .animation.bottom {
        bottom: -20px;
        transition: opacity .7s linear, bottom .5s linear;
    }

        .animation.bottom.animate {
            opacity: 1;
            bottom: 0px;
        }

    .animation.fadein {
        transition: opacity 1s linear;
    }

        .animation.fadein.animate {
            opacity: 1;
        }

    .animation.delayed {
        transition-delay: .2s;
    }





@media (max-width: 991px) {
    .navbar-brand {
        color: white !important;
    }

    .navbar {
        padding-left: 30px;
    }

    .layout {
        -webkit-clip-path: inset(10px 10px 10px 10px round 50px 5px 50% 5px);
        -webkit-clip-path: polygon(15px 2%,calc(100% - 12px) 2%,calc(100% - 12px) 98%,15px 98% );
    }

    .welcome-banner .block.active {
        background-image: url('/images/cloud-sm.jpg'), linear-gradient(30deg, rgba(80,120,155,0.1) 30%, rgba(80,125,135,0.1) 50%);
    }

    .welcome-banner .block.inactive {
        background-image: url('/images/cloud-sm.jpg'), linear-gradient(30deg, rgba(80,120,155,0.1) 30%, rgba(80,125,135,0.1) 50%);
    }

    .intro .carousel-indicators {
        left: 30px;
        top: 92%;
        width: 200px !important;
        max-width: 200px;
        animation: carousel-ind-anim .5s forwards;
        animation-delay: .5s;
    }

        .intro .carousel-indicators li {
            width: 25px !important;
        }

    .certificates {
        top: 0px;
        padding: 0px 20px 50px 20px;
    }

        .certificates ul li {
            margin: 0 10px;
            margin-bottom: 10px;
        }

            .certificates ul li span {
                width: 100px;
                height: 100px;
            }

    .statistics {
        height: auto;
    }

    .news-announcements .ci-container {
        width: 80vw;
        margin: 0 auto !important;
        box-shadow: 0px -10px 40px -0px #eee;
        border-radius: 10px;
        overflow: hidden;
        background: linear-gradient(to top,white, rgba(140,170,204, 0.0));
    }
    .our-customers {
        padding: 50px 0px;
    }
    .testimonials ul li {
        max-width: 90%;
        padding-left:20px;
        margin-top:65px;
    }
        .testimonials ul li i {
            position: absolute;
            left: calc(50% - 32px);
            top: -32px;
            width: 55px;
            height: 55px;
        }
    .products ul li {
        width: min(300px, 90%);
    }
    .key-work-gl ul li {
        max-width:300px;
    }
}

@media (max-width: 576px) {
    .certificates ul li span {
        width: 80px;
        height: 80px;
    }

    .statistics .metric-wrapper {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .statistics .metric-details {
        position: relative !important;
        display: block;
        position: static;
        text-align: center !important;
        margin-top: 90px;
        width: 100% !important;
    }

    .statistics .metric-wrapper:nth-child(1) .metric-details:nth-child(1) {
        margin-top: 20px;
    }

    .metric-wrapper:last-child .metric-details:last-child {
        margin-bottom: 90px !important;
    }

    .statistics .metric-details .badge {
        left: calc(50% - 110px) !important;
        top: 10px !important;
    }
}

@media (max-width: 450px) {
    .certificates ul li span {
        width: 80px;
        height: 80px;
    }
}

@keyframes carousel-ind-anim {
    to {
        left: calc(50% - 50px);
    }
}

@keyframes display-animation-left {
    from {
        left: -40px;
    }

    to {
        left: 0px;
    }
}

@keyframes display-animation-right {
}

@keyframes display-animation-top {
}

@keyframes display-animation-bottom {
}

@keyframes display-animation-fadein {
}
