﻿
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Hind+Madurai&display=swap');

body {
    /*background: linear-gradient(to right, #ada996, #f2f2f2, #dbdbdb, #eaeaea);*/
    background-color: #fff;
    /*font-family: 'Hina Mincho', serif;*/
    font-family: 'Hind Madurai', sans-serif;
}

.section-title h3 {
    color: #00558e;
}
/*navbar*/
.nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
    padding: 0 110px;
    transition: .9s;
    background: #00000047;
    /*background: linear-gradient(to right, #360033, #0b8793);*/
}

    .nav.active {
        height: 80px;
        padding: 0 70px;
        background: linear-gradient(to right, #3600339e, #0b8793a8);
    }

    /************** .nav img h1 *******************/
    .nav img {
        position: relative;
        width: 115px;
        height: 70px;
        background: transparent;
        float: left;
        transition: .9s;
        margin-left: 60px;
    }

    .nav.active img {
        width: 115px;
        height: 70px;
    }

    .nav h1 {
        float: right;
        display: none;
    }
    /************** .nav .menu  *******************/
    .nav ul.menu {
        position: relative;
        float: right;
        top: 25%;
    }

    .nav.active ul.menu {
        top: 0;
    }

    .nav ul.menu li {
        list-style: none;
        float: left;
    }

        .nav ul.menu li a {
            position: relative;
            display: inline-block;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            padding: 10px 30px;
            box-sizing: border-box;
        }

        .nav ul.menu li:hover a, .container .nav ul.menu li a.color {
            background: #00cfe8;
        }

    .nav.active ul.menu li a {
        padding: 0 25px;
        height: 60px;
        line-height: 60px;
    }

/*********** Media Queries******************/
@media screen and (max-width: 934px) {
    .nav, .nav.active {
        height: auto;
        padding: 10px 30px;
        background: #0a0a0abf;
    }

        .nav img, .nav.active img {
            width: 95px;
            height: 60px;
            float: left;
            margin-left: 20px;
        }

        .nav h1 {
            float: right;
            display: block;
            top: 10px;
            position: relative;
            cursor: pointer;
            color: #fff;
            left: 137px;
        }

        .nav ul.menu, .nav.active ul.menu {
            clear: both;
            margin-top: 70px;
            float: none;
            top: 0;
            width: 100%;
            text-align: center;
            display: none;
        }

            .nav ul.menu.display, .nav.active ul.menu.display {
                display: block;
            }

            .nav ul.menu li {
                list-style: none;
                float: none;
                width: 100%;
            }

                .nav ul.menu li a, .nav.active ul.menu li a {
                    width: 100%;
                    line-height: 40px;
                    padding: 0;
                    height: auto;
                }
}



.slide1 {
    background-image: url('../images/slider1.jpg');
    /*background-image: url('../images/slide1.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.slide2 {
    background-image: url('../images/slider2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.slide3 {
    background-image: url('../images/slider4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.carousel-indicators {
    bottom: 0;
    z-index: 1 !important;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-item {
    min-height: 550px;
    height: 100%;
    width: 100%;
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: #56565675;
}

.carousel-caption h3 {
    padding: .5em;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.carousel-caption button {
    border-color: #00bfff;
    margin-bottom: 40px;
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-caption button {
    animation-delay: 3s;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.p {
    padding-top: 125px;
    text-align: center;
}

    .p a {
        text-decoration: underline;
    }

/*about cards-------------------*/
.card-a {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
    height: 150px;
    transition: border 0.1s, transform 0.3s;
}

    .card-a:hover {
        border: 1px solid rgba(0,0,0,.125);
        box-shadow: 5px 5px 14px 0px #80808047;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        cursor: pointer;
    }

    .card-a .card-body h2 {
        color: #35404e;
    }

    .card-a img:hover {
        opacity: 0.6;
    }

    .card-a p {
        color: #8492a6 !important;
    }

    .card-a i {
        color: #008c6d;
        font-size: 25px;
    }

section#smart-contract {
    padding: 80px 0;
    /* background: #616264; */
    position: relative;
    z-index: 7;
    background-image: url('../images/click-here.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    section#smart-contract h3 span {
        font-size: 42px;
        margin-left: 10px;
     
        color: #33ccff;
        /* text-shadow: 1px 2px 3px #ffffff; */
    }

sup {
    top: -1.5em;
    color: #fff;
}

#smart-contract .btn {
    animation: glowing 1300ms infinite;
}

#smart-contract .btn {
    background-color: #1c87c9;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
   
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
}

section#smart-contract a {
    background: #dd2427;
    box-shadow: 0 0 11px #fff;
    color: #fff;
}

.main-button span {
    position: relative;
    z-index: 5;
    color: #ffffff;
}

.main-button {
    background-image: linear-gradient(to right, #00ffe8, #007eff);
    border: 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
   
    border-radius: 1px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

    .main-button:after {
        background-color: #004cf7;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 1px;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1.3s;
        animation-duration: 1.3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        animation-direction: alternate-reverse;
        z-index: 4;
        -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

@-webkit-keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.4, 1.1);
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.4, 1.1);
        opacity: 0;
    }
}

.cus_new .badge {
    background: #00558e;
    color: #fff;
}

.list-inline i {
    color: #008c6d;
}
/*About us start*/
.bg,
.newsletter-bg {
    background: linear-gradient(to right, #008c6d, #011222);
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg {
    background-position: center top;
    padding: 30px 70px;
    height: 100%;
    border-top: 5px solid #00a984;
}

@media(max-width:500px) {
    .bg,
    .newsletter-bg {
        background-size: auto;
        padding: 0px 0px;
    }
}

.wrap {
    position: relative;
}

.newsletter-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    margin: 0 auto;
    background-position: center -100px;
    -webkit-filter: blur(7px);
}

.newsletter-text {
    padding: 50px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

    .newsletter-text p {
        font-size: 18px
    }

    .newsletter-text h2 {
        color: white;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
       
    }

.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

    .hovicon.small {
        font-size: 20px;
        line-height: 45px;
        width: 45px;
        height: 45px;
        margin: 7px;
    }

    .hovicon.mini {
        font-size: 15px;
        line-height: 32px;
        width: 30px;
        height: 30px;
        margin: 7px;
    }

    .hovicon.auto-width {
        width: auto;
        height: auto;
        padding: 15px;
    }

    .hovicon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .hovicon:before {
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }
    /* Effect 8 */
    .hovicon.effect-8 {
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
        -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
    }

        .hovicon.effect-8:after {
            top: 0;
            left: 0;
            padding: 0;
            z-index: -1;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
            opacity: 0;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }

        .hovicon.effect-8:hover {
            background: rgba(255, 255, 255, 0.05);
            -webkit-transform: scale(0.93);
            -moz-transform: scale(0.93);
            -ms-transform: scale(0.93);
            transform: scale(0.93);
            color: #fff;
        }

            .hovicon.effect-8:hover i {
                color: #fff;
            }

            .hovicon.effect-8:hover:after {
                -webkit-animation: sonarEffect 1.3s ease-out 75ms;
                -moz-animation: sonarEffect 1.3s ease-out 75ms;
                animation: sonarEffect 1.3s ease-out 75ms;
            }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.circular-img img {
    border-radius: 50%;
    height: 250px;
    width: 250px;
}


/*cards*/
:root {
    --main-color: #00cfe8;
    --second-color: #1b1b1b;
    --third-color: #d4d4d4;
    --bg-color: #ebebeb;
    --main-grid: repeat(auto-fill, minmax(300px, 1fr));
    --main-padding: 40px;
}


.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.skills {
    padding-top: 20px;
    padding-bottom: 0px;
    /*background-color: var(--bg-color);*/
    text-align: center;
}

    .skills .text {
        padding-bottom: 10px;
    }

    .skills h2 {
        font-size: 35px;
        color: #011222;
        padding-bottom: 10px;
    }

        .skills h2 span {
            color: var(--main-color);
        }

    .skills p {
        font-size: 18px;
        color: var(--second-color);
        font-weight: 400;
    }

    .skills .skill-card {
        grid-gap: 60px;
        margin-bottom: 70px;
        margin-top: 60px;
    }

        .skills .skill-card .card {
            padding: 10px;
            text-align: center;
            background-color: #011222;
            border: 3px solid #008c6d;
            color: var(--third-color);
            transition: 1s;
            height: 290px;
            position: relative;
        }

    .skills .card h4 {
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 25px;
        font-weight: 500;
    }

    .skills .card p {
        line-height: 1.7;
        font-size: 16px;
        color: var(--third-color);
    }

    .skills .card i {
        font-size: 32px;
        padding: 10px;
        width: 60px;
        height: 60px;
        color: #fff;
        background-color: #008c6d;
        position: absolute;
        top: calc(-75px / 2);
        transform: rotate(45deg);
        left: 39%;
        transition: 1s;
        border: 1px solid #00c398;
    }

    .skills .card:hover {
        background-color: #fff;
    }

        .skills .card:hover i {
            transform: rotate(0deg);
            background-color: #011222;
        }

        .skills .card:hover h4, .skills .card:hover p {
            color: var(--second-color);
            transition: 1s;
        }

    .skills a {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
        border-radius: 2px;
        color: var(--second-color);
        transition: background-color 0.8s;
        padding: 12px 20px;
        letter-spacing: 1.5px;
        z-index: 50px;
        text-decoration: none;
    }

        .skills a:hover {
            background-color: var(--second-color);
            color: var(--main-color);
        }
/*products*/
.carousel-multi-item.v-2.product-carousel .carousel-inner .carousel-item.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.carousel-multi-item.v-2.product-carousel .carousel-item-right.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

.carousel-multi-item.v-2.product-carousel .carousel-item-left.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}

.carousel-multi-item.v-2.product-carousel .carousel-item-right,
.carousel-multi-item.v-2.product-carousel .carousel-item-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.carousel-multi-item.v-2.product-carousel *, .carousel-multi-item.v-2.product-carousel ::after, .carousel-multi-item.v-2.product-carousel ::before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fuchsia-rose-text {
    color: #db0075;
}

.aqua-sky-text {
    color: #5cc6c3;
}

.mimosa-text {
    color: #F0C05A;
}

.list-inline-item .fas, .list-inline-item .far {
    font-size: .8rem;
}

.chili-pepper-text {
    color: #9B1B30;
}

.carousel-multi-item .controls-top .btn-floating {
    /*background: #F8CDCD;*/
}

.carousel-multi-item .carousel-indicators li {
    height: .75rem;
    width: .75rem;
    max-width: .75rem;
    background-color: #5cc6c3;
}

.carousel-multi-item .carousel-indicators .active {
    height: 1rem;
    width: 1rem;
    max-width: 1rem;
    background-color: #5cc6c3;
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -1rem;
}
/*card slider*/
.mt-100 {
    margin-top: 100px
}

.back {
    background: #94949461;
    /*background: linear-gradient(to right, #8360c3, #2ebf91);*/
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -99px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 2px
}

.product-wrapper,
.product-img {
    overflow: hidden;
    position: relative
}

.mb-45 {
    margin-bottom: 45px
}

.product-action {
    bottom: 0px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.6s ease 0s
}

.product-action-style {
    background-color: #fff;
    box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 16px 2px 12px
}

    .product-action-style > a {
        color: #979797;
        line-height: 1;
        padding: 0 21px;
        position: relative
    }

        .product-action-style > a.action-plus {
            font-size: 18px
        }

.product-wrapper:hover .product-action {
    bottom: 20px;
    opacity: 1
}
/*footer*/
.footer-section {
    background-color: #006b52;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .footer-section:before {
        content: '';
        position: absolute;
        top: -146%;
        left: -18%;
        width: 44%;
        height: 257%;
        transform: rotate(54deg);
        background-color: rgb(0 152 117);
        -webkit-transform: rotate(54deg);
        -moz-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        -o-transform: rotate(54deg);
        z-index: -10;
    }

    .footer-section:after {
        position: absolute;
        content: '';
        background-color: rgb(29 46 42);
        top: -24%;
        right: 4%;
        width: 26%;
        height: 264%;
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
        z-index: -10;
    }

.footer-top {
    padding-top: 40px;
    padding-bottom: 50px;
}

    .footer-top p,
    .company-footer-contact-list li {
        color: #ffffff;
    }

.company-footer-contact-list {
    margin-top: 10px;
}

    .company-footer-contact-list li {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

        .company-footer-contact-list li + li {
            margin-top: 5px;
        }

        .company-footer-contact-list li i {
            margin-right: 10px;
            font-size: 20px;
            display: inline-block;
        }

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}

.widget-title {
    text-transform: capitalize;
}

.footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 40px;
}

.courses-link-list li + li {
    margin-top: 10px;
}

.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    
    font-weight: 400;
}

    .courses-link-list li a:hover {
        color: #ffb606;
    }

.courses-link-list li i {
    margin-right: 5px;
}

.footer-top .small-post-title a {
   
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    
    font-weight: 400;
}

.small-post-list li + li {
    margin-top: 30px;
}

.news-letter-form {
    margin-top: 15px;
}

    .news-letter-form input {
        width: 100%;
        padding: 12px 25px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
    }

        .news-letter-form input[type="submit"] {
            width: auto;
            border: none;
            background-color: #ffb606;
            padding: 9px 30px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            color: #ffffff;
            margin-top: 10px;
        }

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #ffffff;
}

    .copy-right-text a {
        color: #ffb606;
    }

.terms-privacy li + li {
    margin-left: 30px;
}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}

    .terms-privacy li a:after {
        position: absolute;
        content: '-';
        color: #ffffff;
        display: inline-block;
        top: 0;
        right: -18px;
    }

.terms-privacy li + li a:after {
    display: none;
}

/* End Banner Area css
============================================================================================ */

/*===============================About us page===========================================*/


.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}

    .tabs:after {
        content: '';
        display: table;
        clear: both;
    }

    .tabs input[type=radio] {
        display: none;
    }

    .tabs label {
        display: block;
        float: left;
        width: 33.3333%;
        color: #ccc;
        font-size: 30px;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        line-height: 2;
        cursor: pointer;
        box-shadow: inset 0 4px #ccc;
        border-bottom: 4px solid #ccc;
        -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
        transition: all 0.5s;
    }

        .tabs label span {
            display: none;
        }

        .tabs label i {
            padding: 5px;
            margin-right: 0;
        }

        .tabs label:hover {
            color: #00cfe8;
            box-shadow: inset 0 4px #00cfe8;
            border-bottom: 4px solid #00cfe8;
        }

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #e4e4e4;
}

    .tab-content * {
        -webkit-animation: scale 0.7s ease-in-out;
        -moz-animation: scale 0.7s ease-in-out;
        animation: scale 0.7s ease-in-out;
    }

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tabs [id^="tab"]:checked + label {
    background: #154a5c;
    box-shadow: inset 0 4px #00cfe8;
    border-bottom: 4px solid #00cfe8;
    color: #00cfe8;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
    display: block;
}

@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs label span {
        display: inline-block;
    }

    .tabs {
        max-width: 950px;
        margin: 50px auto;
    }
}


/*===============================Business cards======================*/

.card-container {
    display: flex;
}

    .card-container .card {
        margin: 20px;
        border-radius: 10px;
        background-color: #e2e2e2;
        overflow: hidden;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    }

        .card-container .card .card-count-container {
            display: flex;
            align-items: center;
            width: 100%;
            height: 120px;
            padding: 20px 0px;
        }

        .card-container .card .card-count {
            font-weight: bold;
            font-size: 40px;
            width: 115px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: auto;
            margin-right: -50px;
            padding-right: 25px;
            overflow: hidden;
            color: #ffffff;
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
            transition: all 0.2s ease-in-out;
        }

        .card-container .card .card-content {
            padding: 20px;
            padding-top: 0px;
        }

            .card-container .card .card-content > h2 {
                margin-top: 0px;
                text-align: center;
            }


        .card-container .card:nth-child(1) .card-count, .card-container .card:nth-child(1) .card-footer {
            background-image: linear-gradient(90deg, #0c8592, #c01b1c);
        }

        .card-container .card:nth-child(2) .card-count, .card-container .card:nth-child(2) .card-footer {
            background-image: linear-gradient(90deg, #fec22f, #ea9826);
        }

        .card-container .card:nth-child(3) .card-count, .card-container .card:nth-child(3) .card-footer {
            background-image: linear-gradient(90deg, #6fc6a9, #058ba9);
        }

        .card-container .card:hover .card-count {
            width: 130px;
            height: 110px;
        }

@media (max-width: 767px) {
    .card-container {
        flex-wrap: wrap;
    }
}
