/*@font-face {
    font-family: "Century Gothic" ;
    src: url(fonts/GOTHIC.TTF);
    font-weight: 400;
}

@font-face {
    font-family:"Century Gothic";
    src: url(fonts/GOTHICB.TTF);
    font-weight:600;
}
    */

body {
    font-family: "Ubuntu";
}



.text-gradient {
    background: linear-gradient(90deg,#0A6CFF 33.54%,#AF12B2 73.82%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1px;
}


@media only screen and (max-width: 400px) {
    .text-gradient {
        background: linear-gradient(90deg,#7f90ff 33.54%,#cc4fe5 73.82%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 1px;
    }
}

h1, h3 {
    line-height: 52px;
    letter-spacing: 0;
    font-weight: 600;
}

h2 {
    line-height: 42px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 18px !important
}

h5 {
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 18px !important
}

.h1-lh-50 h1 {
    line-height: 50px !important;
}


.background-blue-light {
    background-color: #EFF5FF !important;
}

.bg-gradient1 {
    background: #0A6CFF;
    background: linear-gradient(90deg, rgba(10, 108, 255, 0.19) 0%, rgba(175, 18, 178, 0.32) 100%);
    border-radius: 100px;
    padding: 20px 50px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.cus_card .card {
    border-radius: 10px;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    background-image: url(../img/Innovace/tick_bullet.svg);
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 35px;
}


.background-blue-dark {
    background-color: #092E6B !important;
}

.background-black-dark {
    background-color: #101828 !important;
}

.background-white {
    background-color: #ffffff !important;
}



.card-dark .card {
    border-radius: 10px !important;
    border: 1px solid #2F71CC !important;
    background-color: #082553 !important;
    transition: 0.75s !important;
}

.card-dark .card-body {
    min-height: 323px;
}

.card-dark .card:hover {
    background-color: #00183F !important;
    transition: 0.75s !important;
    border: 1px solid #00183F !important;
}

.card-dark .testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author {
    margin: 0px 0 0 0;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}



@media only screen and (max-width: 990px) {
    .card-dark .testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author {
        margin: 0px 0 0 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}






.card-dark .testimonial-author-thumbnail {
    display: flex;
}

.card-dark strong {
    font-size: 22px !important;
}

.normal-text {
    color: rgba(255,255,255, 0.7);
    line-height: 1.8;
    font-size: 16px;
}



h4 a {
    letter-spacing: 0;
}

.card {
    border-radius: 10px;
}

.bullet {
    background-image: url(../img/Innovace/tick_bullet_light.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 35px;
    background-size: 16px;
}

html .scroll-to-top {
    background-color: #0A6CFF;
}

.cus_list h2 {
    margin-bottom: 10px;
    line-height: 32px;
}

.cus_list li i {
    top: 15px !important;
}


.cirlc_bg_01 {
    background-image: url(../img/Innovace/circle_bg_01.svg) !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}

.cirlc_bg_02 {
    background-image: url(../img/Innovace/circle_bg_02.svg) !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}

.cirlc_bg_03 {
    background-image: url(../img/Innovace/circle_bg_03.svg) !important;
    background-repeat: no-repeat !important;
}

.infinite_bg {
    background-image: url(../img/Innovace/infinite_bg.svg) !important;
    background-repeat: no-repeat !important;
}


.infinite_bg1 {
    background-image: url(../img/Innovace/infinite_bg1.svg) !important;
    background-repeat: no-repeat !important;
}

.infinite_bg2 {
    background-image: url(../img/Innovace/infinite_bg2.svg) !important;
    background-repeat: no-repeat !important;
}


.exp_card .card-body {
    min-height: 324px;
}

.exp_card .card {
    transition: 0.75s !important;
    background-color: #122369 !important;
    background-image: url(../img/Innovace/infinite_bg3.png) !important;
    background-size: 220%;
}

    .exp_card .card:hover {
        background-color: #071448 !important;
        transition: 0.75s !important;
        background-size: 200%;
        background-image: url(../img/Innovace/infinite_bg3.png) !important;
    }




.nom_card .card {
    min-height: 421px;
}

.gap p {
    line-height: 45px;
}

.card_img img {
    border-radius: 10px;
}

.custom-bg-color-white {
    background-color: white !important;
}

.bblock_card .card {
    background-color: #F2F5F7 !important;
}

    .bblock_card .card img {
        height: 65px;
        width: auto;
    }

.brdrbtm {
    border-bottom: 1px solid #1268FB;
}

.blue-brdr {
    border: 0px;
}

.card_01 {
    background-color: #DCE9FF;
    font-family: "Courgette";
    color: black;
}

.card_02 {
    background-color: #F7EAF8;
    font-family: "Courgette";
    color: black;
}

.card_03 {
    background-color: #F7EAF8;
    font-family: "Courgette";
    color: black;
}

.card_04 {
    background-color: #DCE9FF;
    font-family: "Courgette";
    color: black;
}

.ma {
    margin: auto;
}




.thought {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    min-width: 40px;
    /* max-width: 220px; */
    min-height: 40px;
    margin: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Courgette";
    width: 90%;
}

    .thought:before,
    .thought:after {
        content: "";
        background-color: #fff;
        border-radius: 50%;
        display: block;
        position: absolute;
        z-index: -1;
    }

    .thought:before {
        width: 44px;
        height: 44px;
        top: -12px;
        left: 28px;
        box-shadow: -50px 30px 0 -12px #fff;
    }

    .thought:after {
        bottom: -10px;
        right: 26px;
        width: 30px;
        height: 30px;
        box-shadow: 40px -34px 0 0 #fff, -28px -6px 0 -2px #fff, -24px 17px 0 -6px #fff, -5px 25px 0 -10px #fff;
    }



.inno_gradient {
    background-image: linear-gradient(to right top, #cadcf9, #d4dcfd, #e0dcff, #eedbff, #fbdafd);
}


.build img {
border-radius:10px;
margin-bottom:25px;
}