/****** Custom fonts *******/
/* Inter  */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('../fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Black.woff2') format('woff2'),
        url('../fonts/inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/inter/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
        url('../fonts/inter/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Light.woff2') format('woff2'),
        url('../fonts/inter/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('../fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Thin.woff2') format('woff2'),
        url('../fonts/inter/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* font-family: 'Inter'; */

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Poppins Fonts */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Default Css Start ***
**********************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #706c81;
    background-color: #fff;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    cursor: default;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: 0.3s all ease-in-out;
}

a:hover {
    color: #0A7EFB;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
}

.row {
    row-gap: 1.875rem;
}


/* Common */
:root {
    --skinColor: #0a7efb;
    --skinHover: #005ab9;
    --whiteColor: #FFF;
    --blackColor: #000;
    --darkColor: #141451;
    --grayColor: #676c7d;
}

/* Bootstrap css */
.fw-semibold {
    font-weight: 600 !important;
}

.fw-extrabold {
    font-weight: 800 !important;
}

/* row column-row gap */
.row-0px {
    --bs-gutter-x: 0px;
}

.row-12px {
    --bs-gutter-x: 12px;
    row-gap: 12px;
}

.row-20px {
    --bs-gutter-x: 20px;
    row-gap: 20px;
}

.row-30px {
    --bs-gutter-x: 30px;
    row-gap: 30px;
}

/* column gap */
.cg-10px {
    column-gap: 10px;
}

.cg-12px {
    column-gap: 12px;
}

.cg-14px {
    column-gap: 14px;
}

.cg-18px {
    column-gap: 18px;
}

.cg-20px {
    column-gap: 20px;
}

.cg-32px {
    column-gap: 32px;
}


/* row gap  */
.rg-20px {
    row-gap: 20px;
}

.rg-30px {
    row-gap: 30px;
}


/* column row gap  */
.g-10px {
    gap: 10px;
}

.g-12px {
    gap: 12px;
}

.g-14px {
    gap: 14px;
}

.g-18px {
    gap: 18px;
}

.g-20px {
    gap: 20px;
}

.g-30px {
    gap: 30px;
}

/* line height */
.lh-normal {
    line-height: normal !important;
}

/* margin bottom */
.mb-2px {
    margin-bottom: 2px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-14px {
    margin-bottom: 14px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-32px {
    margin-bottom: 32px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-52px {
    margin-bottom: 52px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mb-70px {
    margin-bottom: 70px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

/* margin top */
.mt-2px {
    margin-top: 2px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.mt-14px {
    margin-top: 14px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-32px {
    margin-top: 32px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.mt-60px {
    margin-top: 60px !important;
}

.mt-100px {
    margin-top: 100px !important;
}


/* padding px */
.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-12px {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.px-14px {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.px-18px {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.px-20px {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px-32px {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

/* padding py */
.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-14px {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.py-18px {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.py-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}


/* padding pb */
.pb-2px {
    padding-bottom: 2px !important;
}

.pb-6px {
    padding-bottom: 6px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.pb-12px {
    padding-bottom: 12px !important;
}

.pb-14px {
    padding-bottom: 14px !important;
}

.pb-18px {
    padding-bottom: 18px !important;
}

.pb-20px {
    padding-bottom: 20px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}


/* padding */
.p-2px {
    padding: 2px !important;
}

.p-6px {
    padding: 6px !important;
}

.p-10px {
    padding: 10px !important;
}

.p-12px {
    padding: 12px !important;
}

.p-14px {
    padding: 14px !important;
}

.p-18px {
    padding: 18px !important;
}

.p-20px {
    padding: 20px !important;
}

.p-30px {
    padding: 30px !important;
}

.skin-color {
    color: var(--skinColor) !important;
}

.cin1-border-bottom {
    border-bottom: 1px solid #DDE2E6;
}


/* Other Common Css */
/* Scroll Top */
.scroll-top-main {
    display: none;
    position: fixed;
    bottom: 3.125rem;
    right: 3.125rem;
    z-index: 10;
}

.scroll-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    background: #0a7efb;
    color: #fff;
    box-shadow: 0rem 1.5rem 2.25rem 0rem rgba(54, 4, 185, 0.18);
    border-radius: 50%;
    cursor: pointer;
}

.scroll-top svg {
    animation: bounce 2s ease infinite;
    width: 12px;
}

.scroll-top svg path {
    fill: #fff;
}

@keyframes bounce {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* Buttons */
.btn-primary-ci1 {
    background-color: var(--skinColor);
    border-radius: 8px;
    padding: 12px 24px;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--whiteColor);
    border: none;
}

.btn-primary-ci1:focus {
    box-shadow: none;
}

.btn-primary-ci1:hover {
    background-color: var(--skinHover);
    color: var(--whiteColor);
}

.cin1-btn-primary {
    background-color: var(--skinColor);
    border-radius: 12px;
    padding: 12px 24px;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    color: var(--whiteColor);
    border: none;
}

.cin1-btn-primary:focus {
    box-shadow: none;
}

.cin1-btn-primary:hover {
    background-color: var(--skinHover);
    color: var(--whiteColor);
}
/* Font size */
.fw-medium {
    font-weight: 500 !important;
}

.man-title-60px {
    color: #212534;
    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 72px */
}

.man-title-48px {
    color: #212534;
    font-family: 'Manrope';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
}

.man-title-32px {
    color: #212534;
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.man-title-28px {
    color: #212534;
    font-family: 'Manrope';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.man-title-20px {
    color: #212534;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.man-title-16px {
    color: #212534;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.man-title2-20px {
    color: #181A1E;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}



.man-subtitle-20px {
    color: var(--grayColor);
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.man-subtitle-16px {
    color: var(--grayColor);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.man-subtitle-16px2 {
    color: var(--grayColor);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.man-subtitle-15px {
    color: var(--grayColor);
    font-family: 'Manrope';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
}

.man-subtitle3-16px {
    color: #595C6D;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

/* Font size */


/* Something Wrong Css Start ***
******************************/
.something-wrong-area {
    padding: 80px 0;
}
.max-w-503px{
    max-width: 503px;
}
.gr-subscribe2-input{
    background: transparent;
    border-radius: 12px;
    border: 1px solid #E1E4EC;
    padding: 12px 142px 12px 11px;
    color: #FFF;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.gr-subscribe2-input::placeholder{
    color: #FFF;
}
.gr-subscribe2-input:focus{
    background: transparent;
    border-color: #E1E4EC;
    color: #FFF;
}
.gr-subscribe-area{
    border-radius: 32px;
    background: linear-gradient(180deg, #0A7EFB 0%, #0059FF 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden;
}
.gr-subscribe-content{
    padding: 80px 0 90px 78px;
}
.gr-subscribe-img{
    width: 360px;
}
.gr-subscribe-img > img{
    width: 100%;
}
.max-w-503px{
    max-width: 503px;
}
.gr-subscribe2-input{
    background: transparent;
    border-radius: 12px;
    border: 1px solid #E1E4EC;
    padding: 12px 142px 12px 11px;
    color: #FFF;
    font-family: 'Manrope';
    font-size: 16px;
    height: 50px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.gr-subscribe2-input::placeholder{
    color: #FFF;
}
.gr-subscribe2-input:focus{
    background: transparent;
    border-color: #E1E4EC;
    color: #FFF;
}
.gr-btn-white{
    border-radius: 8px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(90deg, #3B25F4 0%, #C255AB 51%, #FF5C50 100%);
    background: var(--whiteColor);
    border: none;
    padding: 12px 28px;
    color: #0364FE;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    transition: .3s;
}
.gr-btn-white:hover{
    color: #0364FE;
    background: #edf2f6;
}
.gr-btn-white:focus{
    box-shadow: none;
}
.gr-subscribe2-btn{
    position: absolute;
    right: 4px;
    top: 4px;
}
.profit-dark-area{
    border-radius: 24px;
    background: #212534;
    padding: 34px;
}
.profit-dark-area{
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-gap: 24px;
}
.profit-blue-wrap{
    grid-column: span 5;
    height: 100%;
    padding: 24px;
    border-radius: 20px;
    background: #0A7EFB;
}
.profit-white-wrap{
    grid-column: span 3;
    border-radius: 20px;
    background: var(--whiteColor);
    height: 100%;
    padding: 50px 10px;
}
.man-gray-text-14px {
    color: #DDD;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}






























/* Responsive Css End */
@media screen and (min-width: 768px){
    .md-max-w-535px{
        max-width: 535px;
    }
    .md-max-w-503px{
        max-width: 503px;
    }
}
@media screen and (max-width: 991px){
    /* Login signup */
    .man-title-36px {
        font-size: 33px;
    }
    .gr-verify-code-wrap {
        gap: 20px;
    }
    /* gorwup lms main */
    .gr-radio-list-grid{
        grid-template-columns: repeat(3, auto);
    }
}
@media screen and (max-width: 767px){
    /* GrowUp lms Features Css */
    .linearbg-img-wrap{
        max-width: 555px;
        margin: 0 auto;
    }
    .inspire-growth-banner {
        max-width: 555px;
        margin: 0 auto;
    }
    .box-items-group{
        grid-template-columns: repeat(2, 1fr);
    }
    .box-item-single:nth-of-type(2)::after,
    .box-item-single:nth-of-type(4)::after{
        display: none;
    }
    .box-item-single:nth-of-type(3)::after{
        display: block;
    }
    .box-item-single:nth-of-type(4)::before{
        display: block;
    }
    .api-mobile-banner{
        max-width: 555px;
        margin: 0 auto;
    }
    /* Login signup */
    .man-title-36px {
        font-size: 30px;
    }
    .gr-user-access-inner{
        justify-content: center;
    }
    /* gorwup lms main */
    .gr-radio-list-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .gr-main-hero-section {
        padding: 36px 0 88px 0;
    }

    .gr-subscribe-area {
        flex-direction: column;
        align-items: flex-start;
    }

    /* gorwup lms feature */
    .gr-feature-hero-banner{
        max-width: 555px;
        margin: 0 auto;
    }
    /* gorwup lms Solution */
    .services-card-main{
        row-gap: 30px;
        flex-direction: column;
    }
    .black-service-info-card {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }
    .white-service-info-card {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }
    .problem-solver-details2 .title {
        font-size: 23px;
    }
    .man-title-24px {
        font-size: 23px;
    }
    .gr-subscribe-area{
        flex-direction: column;
        align-items: flex-start;
    }
    .gr-subscribe-content{
        margin: 0 auto;
        padding: 65px 65px 40px 65px;
    }
    .gr-subscribe-img{
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px){
    /* GrowUp lms Features Css */
    .growup-title-60px{
        font-size: 38px;
    }
    .max-sm-400px{
        max-width: 400px;
    }
    /* Login signup */
    .man-title-36px {
        font-size: 27px;
    }
    /* GrowUp LMS Main */
    .gr-iconbox-card{
        max-width: 400px;
        margin: 0 auto;
    }
    .gr-radio-list-grid{
        grid-template-columns: repeat(1, auto);
        justify-content: center;
    }
    .gr-chart-nav-link {
        padding: 14px 22px;
    }
}

@media screen and (max-width: 450px){
    .box-items-group{
        grid-template-columns: repeat(1, 1fr);
    }
    .box-item-single:nth-of-type(1)::after,
    .box-item-single:nth-of-type(3)::after,
    .box-item-single:nth-of-type(5)::after{
        display: none;
    }
    .box-item-single:nth-of-type(5)::before{
        display: block;
    }
    /* Growup lms Main */
    .gr-chart-nav-pills {
        flex-direction: column;
    }
}