/* ==========================================================================
1.0 RESET BROWSER
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
}

body {
    width: 100%;
    font: 400 .875em/1.75 sans-serif;
    color: #878787;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 14px;
}

ul {
    list-style: inside;
}

ol {
    list-style: inside decimal;
}

    ul ul,
    ol ol {
        padding-left: 1.5em;
    }

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote, q {
    quotes: none;
    background: #f1f1f1;
    padding: 30px 25px 30px 60px;
    margin-bottom: 20px;
    position: relative;
    font-family: serif;
    font-style: italic;
    display: block;
}

    blockquote:before,
    q:before {
        position: absolute;
        content: "''";
        left: 25px;
        top: 0;
        font-size: 50px;
        color: #999;
    }

    blockquote p {
        margin-bottom: 1.4736842105em;
    }

    blockquote cite,
    blockquote small {
        color: #1a1a1a;
        display: block;
        font-size: 1rem;
        line-height: 1.75;
    }

        blockquote cite:before,
        blockquote small:before {
            content: "\2014\00a0";
        }

    blockquote em,
    blockquote i,
    blockquote cite {
        font-style: normal;
    }

    blockquote strong,
    blockquote b {
        font-weight: 500;
    }

    blockquote > :last-child {
        margin-bottom: 0;
    }

    blockquote p, q p {
        margin: 0;
    }

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 500;
}

dd {
    margin: 0 0 1.75em;
}

table,
th,
td {
    border: 1px solid #ddd;
    vertical-align: middle;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 1.5em 0 1.75em;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 10px;
}

    th p,
    td p {
        margin: 0;
    }

small {
    font-size: 75%;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

b, strong {
    font-weight: bold;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark {
    background: #222;
    padding: 0.125em 0.25em;
    text-decoration: none;
    color: #fff;
}

big {
    font-size: 125%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.lazy_icons .flickity-button {
    visibility: hidden;
}

/* ==========================================================================
   1.1 TYPOGRAPHY
   ========================================================================== */
a {
    color: #222;
    transition: all .3s;
}

    a, a:hover, a:focus, a:active {
        text-decoration: none;
        outline: 0;
    }

        a:hover, a:active {
            color: #56cfe1;
        }

em {
    font-style: italic;
    font-family: serif;
}

strong {
    font-weight: 600;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.65em 0 0.5em;
    line-height: 1.428;
    font-family: sans-serif;
    color: #222;
    letter-spacing: 0;
}

h1, .h1 {
    margin: 0;
    font-size: 2.6179em;
}

h2 {
    font-size: 2.0581em;
}

h3 {
    font-size: 1.618em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

p {
    margin-bottom: 1.3em;
}

/* ==========================================================================
   1.2 FORM
   ========================================================================== */
input,
button,
textarea {
    transition: all .3s;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
}

    input:focus,
    button:focus,
    textarea:focus {
        outline: 0;
        box-shadow: none;
    }

    input[type=text], input[type=email], input[type=url], input[type=password], input[type=number], input[type=date], input[type=tel], select, textarea {
        width: 100%;
        height: 40px;
        line-height: 18px;
        transition: border-color .5s;
        box-shadow: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input:-webkit-autofill {
        border-color: #E6E6E6;
        -webkit-box-shadow: 0 0 0 1000px #FFF inset;
        -webkit-text-fill-color: #878787;
    }

    input:focus:-webkit-autofill {
        border-color: #D9D9D9;
    }

    input:not([type="submit"]):not([type="checkbox"]),
    textarea,
    select {
        border: 1px solid #acacac;
        font-size: 13px;
        outline: 0;
        padding: 0px 20px;
        color: #000000;
        border-radius: 0;
        max-width: 100%;
        /* border-radius: 30px; */
    }

        input:not([type="submit"]):not([type="checkbox"]):focus,
        textarea:focus {
            border-color: #222;
        }

textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}

input[type="submit"],
button,
a.button {
   cursor: pointer;
   border: 0px solid #222;
   padding: 8px 25px;
   background: #b81f1f;
   color: #ffffff;
   /* border-radius: 30px; */
   font-size: 14px;
   font-weight: 600;
   min-height: 35px;
   position: absolute;
   right: -5px;
   /* border-top-right-radius: 20px; */
   /* border-bottom-right-radius: 20px; */
}

a.button {
    display: inline-block;
    background: transparent;
}

    a.button.button-o-w {
        border-color: initial;
        color: #fff;
    }

    a.button.button_dark {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

a.external_btn.truncate.button {
    border-radius: 40px;
}

input[type="submit"]:hover,
button:hover,
a.button:hover {
    /* border-color: #56cfe1; */
    /* background-color: #56cfe1; */
    color: #fff;
}

button,
input[type="submit"] {
    -webkit-appearance: button;
}

    [disabled="disabled"],
    input[disabled="disabled"],
    button[disabled="disabled"] {
        cursor: not-allowed;
        opacity: .5;
    }

::-webkit-input-placeholder {
    color: #c1c1c1;
}

:-moz-placeholder {
    color: #c1c1c1;
}

::-moz-placeholder {
    color: #c1c1c1;
}

:-ms-input-placeholder {
    color: #c1c1c1;
}

.color_scheme_light ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.color_scheme_light :-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.color_scheme_light ::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.color_scheme_light :-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@-moz-document url-prefix() {
    select:-moz-focusring,
    select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #999 !important;
        background-image: none !important;
        border: 0;
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

select {
    padding: 0 30px 0 15px;
    max-width: 100%;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    color: #222;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
}

.yes-js #cart-form_ppr select.product-select_pr,
.no-js #cart-form_ppr .variations {
    display: none;
}

.no-js #cart-form_ppr select {
    margin-bottom: 30px;
}

a, button, input, .swatch .nt-swatch {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    .button, button, input[type='submit'], input[type='reset'], input[type='button'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

/* ==========================================================================
   1.3 CLEARING
   ========================================================================== */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.dcp_cd_ip {
    opacity: 0;
    height: 0 !important;
}











h1,
h2,
h3,
h4,
h5,
h6 {
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

    a,
    a:active,
    a:focus {
        color: #6f6f6f;
        text-decoration: none;
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -ms-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }

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

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 60px 0;
    /* min-height: 100vh;*/
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

    .sec-title .title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #4e31ab;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 25px;
        line-height: 1.28em;
        color: #222222;
        font-weight: 600;
        padding-bottom: 12px;
    }

        .sec-title h2:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 50px;
            height: 3px;
            background-color: #d1d2d6;
        }

    .sec-title .text {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
        margin-top: 35px;
    }

    .sec-title.light h2 {
        color: #ffffff;
    }

    .sec-title.text-center h2:before {
        left: 50%;
        margin-left: -25px;
    }

.list-style-one {
    position: relative;
}

    .list-style-one li {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #222222;
        font-weight: 400;
        padding-left: 35px;
        margin-bottom: 12px;
    }

        .list-style-one li:before {
            content: "\f058";
            position: absolute;
            left: 0;
            top: 0px;
            display: block;
            font-size: 18px;
            padding: 0px;
            color: #ff2222;
            font-weight: 600;
            -moz-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1.6;
            font-family: "Font Awesome 5 Free";
        }

        .list-style-one li a:hover {
            color: #44bce2;
        }

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
}

    .btn-style-one:hover {
        background-color: #0794c9;
        color: #ffffff;
    }

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

    .about-section .sec-title {
        margin-bottom: 15px;
    }

    .about-section .content-column {
        position: relative;
        margin-bottom: 50px;
    }

        .about-section .content-column .inner-column {
            position: relative;
            padding-left: 30px;
        }

    .about-section .text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
    }

    .about-section .list-style-one {
        margin-bottom: 45px;
    }

    .about-section .btn-box {
        position: relative;
    }

        .about-section .btn-box a {
            padding: 15px 50px;
        }

    .about-section .image-column {
        position: relative;
    }

        .about-section .image-column .text-layer {
            position: absolute;
            right: -110px;
            top: 50%;
            font-size: 325px;
            line-height: 1em;
            color: #ffffff;
            margin-top: -175px;
            font-weight: 500;
        }

        .about-section .image-column .inner-column {
            position: relative;
            padding-left: 80px;
            padding-bottom: 0px;
        }

            .about-section .image-column .inner-column .author-desc {
                position: absolute;
                bottom: 16px;
                z-index: 1;
                background: #000000;
                padding: 8px 15px;
                left: 96px;
                width: calc(85% - 138px);
                border-radius: 50px;
            }

                .about-section .image-column .inner-column .author-desc h2 {
                    font-size: 14px;
                    letter-spacing: 1px;
                    text-align: center;
                    color: #fff;
                    margin: 0;
                }

                .about-section .image-column .inner-column .author-desc span {
                    font-size: 12px;
                    letter-spacing: 6px;
                    text-align: center;
                    color: #fff;
                    display: block;
                    font-weight: 400;
                }

            .about-section .image-column .inner-column:before {
                content: '';
                position: absolute;
                width: calc(46% + 80px);
                height: calc(85% + 160px);
                top: -45px;
                left: -3px;
                background: transparent;
                z-index: 0;
                border: 23px solid #dadada;
            }

        .about-section .image-column .image-1 {
            position: relative;
        }

        .about-section .image-column .image-2 {
            position: absolute;
            left: 0;
            bottom: 0;
        }

            .about-section .image-column .image-2 img,
            .about-section .image-column .image-1 img {
                box-shadow: 0 30px 50px rgba(8,13,62,.15);
                border-radius: 46px;
            }

        .about-section .image-column .video-link {
            position: absolute;
            left: 70px;
            top: 170px;
        }

            .about-section .image-column .video-link .link {
                position: relative;
                display: block;
                font-size: 22px;
                color: #191e34;
                font-weight: 400;
                text-align: center;
                height: 100px;
                width: 100px;
                line-height: 100px;
                background-color: #ffffff;
                border-radius: 50%;
                box-shadow: 0 30px 50px rgba(8,13,62,.15);
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .about-section .image-column .video-link .link:hover {
                    background-color: #191e34;
                    color: #fff;
                }







.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    /*width: 350px;
    margin: 1rem;*/
    padding:10px;
    transition: 250ms all ease-in-out;
    cursor: pointer;
    margin-bottom:20px;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 0px;
}
    .card:hover {
        transform: scale(1.05);
        box-shadow: 0px 2px 40px #d7dfe2;
    }

.banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
}

.popular {
    background: #ef257a;
}

.technology {
    background: #651fff;
}

.psychology {
    background: #e85808;
}

.card-body {
    margin: 15rem 1rem 1rem 1rem;
    padding: 5px;
}

.blog-hashtag a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4b30a5;
}

.blog-title {
    line-height: 30px;
    margin: 1rem 0 0.5rem;
    font-size: 20px;
}

.blog-description {
    color: #616b74;
    font-size: 0.9rem;
}

.card-profile {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.card-profile-info {
    margin-left: 1rem;
}

.profile-name {
    font-size: 1rem;
}

.profile-followers {
    color: #616b74;
    font-size: 0.9rem;
}


.type_banner {
    display: none;
}












.innerWidth {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}

.sectionTitle {
    text-align: center;
    color: #1abc9c;
    text-transform: uppercase;
    font-size: 30px;
}

.boarder {
    width: 160px;
    height: 2px;
    background: #1abc9c;
    margin: 40px auto;
}

.servicesContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serviceBox {
    max-width: 33.33%;
    padding: 10px;
    text-align: center;
    color: #353b48;
    cursor: pointer;
}

.serviceIcon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #93c926;
    color: #ffffff;
    transform: rotate(45deg);
    margin-bottom: 30px;
    margin-top: 15px;
    transition: 0.3s linear;
}

    .serviceIcon i {
        line-height: 70px;
        transform: rotate(-45deg);
        font-size: 25px;
    }

.serviceBox:hover .serviceIcon {
    background: #ffffff;
    color: #ddd;
}

.serviceTitle {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.serviceDesc {
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .serviceBox {
        max-width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .serviceBox {
        max-width: 50%;
    }
}

@media screen and (max-width: 480x) {
    .serviceBox {
        max-width: 100%;
    }
}
