@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1314px;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    font-size: 16px;

}

.space-top {
    padding-top: 120px;
}

.space-bottom {
    padding-bottom: 120px;
}

/*------------------------------
Footer Area
-------------------------------*/
.footerarea {
    background: #3987d9;
}


.footerarea__wrapper {
    padding-top: 110px;
    padding-bottom: 0;

}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__wrapper {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footerarea__wrapper {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

.footerarea__wrapper.footerarea__wrapper__2 {
    border-bottom: none;
}

.footerarea__wrapper .footerarea__padding__left {
    padding-left: 60px;
}

@media (min-width: 992px) and (max-width: 1365px) {
    .footerarea__wrapper .footerarea__padding__left {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__wrapper .footerarea__padding__left {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footerarea__wrapper .footerarea__padding__left {
        padding-left: 0;
    }
}

.footerarea__wrapper .footerarea__right__wraper {
    padding-left: 50px;
}

@media (min-width: 992px) and (max-width: 1365px) {
    .footerarea__wrapper .footerarea__right__wraper {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__wrapper .footerarea__right__wraper {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footerarea__wrapper .footerarea__right__wraper {
        padding-left: 0;
    }
}

.footerarea__wrapper .footerarea__about__us {
    margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__wrapper .footerarea__inner {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footerarea__wrapper .footerarea__inner {
        margin-top: 20px;
    }
}

.footerarea__wrapper .footerarea__inner .footerarea__heading {
    margin-bottom: 20px;
}

.footerarea__wrapper .footerarea__inner .footerarea__heading h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--whiteColor);
    font-family: var(--headingFont);
}

.footerarea__wrapper .footerarea__inner .footerarea__content {
    margin-bottom: 30px;
}

.footerarea__wrapper .footerarea__inner .footerarea__content p {
    color: var(--darkgray);
}

@media (min-width: 992px) and (max-width: 1365px) {
    .footerarea__wrapper .footerarea__inner .footerarea__content p {
        font-size: 14px;
    }
}

.footerarea__icon li {
    list-style: none;
    display: inline-block;
}

.footerarea__wrapper .footerarea__inner .footerarea__icon {
    margin-top: 30px;
}

.footerarea__wrapper .footerarea__inner .footerarea__icon ul li {
    margin-right: 5px;
}

.footerarea__wrapper .footerarea__inner .footerarea__icon ul li a {
    height: 44px;
    width: 44px;
    line-height: 44px;
    background: var(--deepgray);
    font-size: 16px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: var(--whitegrey);
}

@media (min-width: 992px) and (max-width: 1365px) {
    .footerarea__wrapper .footerarea__inner .footerarea__icon ul li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.footerarea__wrapper .footerarea__inner .footerarea__icon ul li a:hover {
    color: var(--whiteColor);
}

.footerarea__wrapper .footerarea__inner .footerarea__list ul li {
    display: block;
    margin-bottom: 12px;
}

.footerarea__wrapper .footerarea__inner .footerarea__list ul li a {
    color: var(--darkgray);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--contentFont);
    transition: 0.3s;
    position: relative;
}

.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: var(--primaryColor);
    left: 0;
    bottom: -5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:hover {
    color: var(--primaryColor);
}

.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.footerarea__right__wraper .footerarea__right__list ul li {
    margin-bottom: 15px;
    display: block;
}

.footerarea__right__wraper .footerarea__right__list ul li a {
    display: flex;
    align-items: center;
}

.footerarea__right__wraper .footerarea__right__list ul li a:hover .footerarea__right__content h6 {
    color: var(--primaryColor);
}

.footerarea__right__wraper .footerarea__right__list ul li a .footerarea__right__img {
    margin-right: 11px;
    max-width: 60px;
}

.footerarea__right__wraper .footerarea__right__list ul li a .footerarea__right__content span {
    font-size: 12px;
    color: var(--darkgray);
}

.footerarea__right__wraper .footerarea__right__list ul li a .footerarea__right__content h6 {
    font-size: 15px;
    color: var(--whiteColor);
}

.footerarea__copyright__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__copyright__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footerarea__copyright__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 {
        margin-bottom: 20px;
    }
}

.footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 p {
    color: var(--whiteColor);
}

@media (min-width: 992px) and (max-width: 1365px) {
    .footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 p {
        font-size: 14px;
    }
}

.footerarea__copyright__wrapper .footerarea__copyright__content p {
    color: var(--darkgray);
    margin-bottom: 0;
}

.footerarea__copyright__wrapper .footerarea__copyright__content p span {
    color: var(--primaryColor);
}

.footerarea__copyright__wrapper .footerarea__copyright__content p a {
    color: var(--darkgray);
}

.footerarea__copyright__wrapper .footerarea__copyright__content p a:hover {
    color: var(--primaryColor);
}

.footerarea__copyright__wrapper .footerarea__copyright__list {
    text-align: right;
}

@media (max-width: 767px) {
    .footerarea__copyright__wrapper .footerarea__copyright__list {
        text-align: center;
        margin-top: 20px;
    }
}

.footerarea__copyright__wrapper .footerarea__copyright__list ul li {
    color: var(--darkgray);
    position: relative;
    padding-right: 25px;
}

.footerarea__copyright__wrapper .footerarea__copyright__list ul li a {
    color: var(--darkgray);
}

.footerarea__copyright__wrapper .footerarea__copyright__list ul li a:hover {
    color: var(--primaryColor);
}

.footerarea__copyright__wrapper .footerarea__copyright__list ul li:last-child {
    padding-right: 0;
}

.footerarea__copyright__wrapper .footerarea__copyright__list ul li:last-child::after {
    display: none;
}

.footerarea__copyright__wrapper .footerarea__copyright__list ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: var(--darkgray);
    bottom: 5px;
    right: 9px;
}

.footerarea__text h3 {
    font-size: 40px;
    line-height: 64px;
    color: var(--whiteColor);
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__text h3 {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .footerarea__text h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.footerarea__text h3 span {
    color: var(--primaryColor);
}

.footerarea__text p {
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0;
}

.foter__bottom__text {
    display: flex;
    align-items: center;
}

.foter__bottom__text .footer__bottom__icon {
    margin-right: 22px;
}

.foter__bottom__text .footer__bottom__icon i {
    width: 78px;
    height: 78px;
    color: var(--whiteColor);
    background: var(--primaryColor);
    display: inline-block;
    text-align: center;
    line-height: 78px;
    font-size: 30px;
}

.foter__bottom__text .footer__bottom__content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: var(--whiteColor);
    text-transform: uppercase;
    margin-bottom: 0;
}

.foter__bottom__text .footer__bottom__content span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.63);
    display: block;
    margin-bottom: 7px;
}

.footerarea__copyright__wrapper__2 .row {
    align-items: center;
}

.footerarea__icon__2 {
    text-align: right;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footerarea__icon__2 {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footerarea__icon__2 {
        text-align: left;
    }
}

.footerarea__icon__2 ul li a {
    width: 40.19px;
    height: 37px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--whiteColor);
    display: inline-block;
    text-align: center;
    line-height: 37px;
    margin-right: 7px;
}

@media (min-width: 992px) and (max-width: 1365px) {
    .footerarea__icon__2 ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 3px;
    }
}

.footerarea__icon__2 ul li a:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}

@media (min-width: 992px) and (max-width: 1365px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footerarea.footerarea__image {
        background-image: none !important;
    }
}

.copyright__logo img {
    width: 90%;
}

.fa-facebook {
    background: unset;
    color: white;
}


.section-title h3 {
    margin-bottom: 20px;
}

.section-title p {
    margin-bottom: 20px;
    color: #000;
}

@media (max-width: 991px) {
    .section-title h3 {
        margin-bottom: 16px;
    }

    .section-title p {
        margin-bottom: 24px;
        color: #000;
    }
}

.counter-inner .counter-talk-items {
    padding: 30px 18px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: all 0.4s;
}

.counter-inner .counter-talk-items .icon {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.counter-inner .counter-talk-items .content h3 {
    color: var(--black);
}

.counter-inner .counter-talk-items .content h3 span {
    font-size: 25px;
    color: black;
    text-transform: capitalize;
}

.counter-inner .counter-talk-items .content p {
    font-size: 16px;
    color: #000;
}

.counter-inner .counter-talk-items:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.counter-inner .counter-talk-items:hover .icon {
    transform: scale(1.04);
}

@media (max-width: 1399px) {
    .counter-inner .counter-talk-items {
        padding: 20px 16px;
        gap: 14px;
    }

    .counter-inner .counter-talk-items .icon {
        min-width: 65px;
        min-height: 65px;
    }

    .counter-inner .counter-talk-items .icon img {
        width: 30px;
        object-fit: contain;
    }

    .counter-inner .counter-talk-items .content h3 span {
        font-size: 25px;

    }

    .counter-inner .counter-talk-items .content p {
        font-size: 16px;

    }
}

@media (max-width: 1399px) {
    .counter-inner .counter-talk-items {
        padding: 18px 14px;
        gap: 14px;
    }

    .counter-inner .counter-talk-items .icon {
        min-width: 50px;
        min-height: 50px;
    }

    .counter-inner .counter-talk-items .icon img {
        width: 24px;
        object-fit: contain;
    }

    .counter-inner .counter-talk-items .content h3 {
        color: var(--black);
    }

    .counter-inner .counter-talk-items .content h3 span {
        font-size: 25px;
    }

    .counter-inner .counter-talk-items .content p {
        font-size: 16px;
    }
}

.iconbg-v2 {
    background: #fd8e09;
}

.iconbg-v3 {
    background: #f2125b;
}

.iconbg-v4 {
    background: #72bf46;
}

.iconbg-v5 {
    background: #1cbcb5;
}

.mb-30 {
    margin-bottom: 30px;
}

.round10 {
    border-radius: 10px;
}

.gra-border {
    border: 1px solid #f2f2f2;
}

.section-title .sub-title {
    margin-bottom: 14px;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    display: block;
}

.p2-clr {
    color: #f59421;
}

.section-title h3 {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.img-responsive {
    width: 100%;
}

.content-wrap h5 {
    margin-bottom: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}


.cl-v1 {
    color: #fd8e09;
}

.cl-v2 {
    color: #f2125b;
}

.cl-v3 {
    color: #72bf46;
}

.cl-v4 {
    color: #1cbcb5;
}

.margin-top-30 {
    margin-top: 30px;
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/******here slider******/
.hero-slider {
    position: relative;
    background-position: bottom;
}

/* Hero 1 ---------------------------------- */
.hero-subtitle {
    font-size: 30px;
    font-family: var(--title-font);
    font-weight: 400;
    color: var(--theme-color);
    display: block;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.hero-subtitle2 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--body-color);
    display: block;
    margin-bottom: 28px;
}

.hero-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    /*color: var(--title-color);*/
    color: #0b3b82;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.hero-text {
    font-size: 20px;
    margin-bottom: 42px;
}

.hero-thumb1 img {
    width: 100%;
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 182px 0 184px;
    text-align: center;
}

.hero-style1 .btn-group {
    margin-top: 46px;
    justify-content: center;
}

/* Extra large devices */
@media (max-width: 1500px) {

    .hero-style1 {
        padding: 152px 0 154px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {

}

/* Medium Large devices */
@media (max-width: 1299px) {
    .hero-style1 {
        padding: 118px 0 120px;
    }

    .hero-title {
        font-size: 54px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .hero-1 .hero-thumb1 {
        margin: 0;
    }

    .hero-title {
        font-size: 44px;
        line-height: normal;
    }

    .hero-style1 .btn-group {
        margin-top: 46px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .hero-style1 {
        padding: 118px 0 50px 0px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .hero-title {
        font-size: 40px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .hero-subtitle {
        font-size: 24px;
    }

    .hero-subtitle2 {
        font-size: 20px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .hero-title {
        font-size: 34px;
    }
}


.btn.style2 {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: white;
    color: #0b3b82;
    font-size: 13px;
    border: 1px solid #0b3b82;
    font-weight: 600;
    line-height: 1;
    padding: 18.5px 50px;
    border-radius: 40px;

    overflow: hidden;
}

.btn.style2:hover {

    color: white !important;
    background-color: #0b3b82;

}

.link-wtsp img {

    width: 100%;
}

.link-wtsp {
    margin-bottom: 50px;
    display: block;
}

.hero-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-wrapper .slick-arrow svg {
    width: 60px;
    object-fit: contain;
}

.hero-wrapper .slick-arrow.slick-next {
    right: 30px
}

.hero-wrapper .slick-arrow.slick-prev {
    left: 30px

}

.ofrm {
    position: absolute;
    width: 360px !important;
    top: -120px;

}

@media (max-width: 375px) {
    .ofrm {
        position: absolute;
        width: 150px !important;
        top: 0;

    }
}

.bg-bloc2.bg-sect,
.typo-dark.bg-bloc2 {
    background-size: contain !important;
    background-position: bottom !important;
}

.grid-step {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.grid-step img {
    width: 100%;
    text-align: center;
}

.grid-step .img_pr {
    width: 70%;
    margin: auto;
}

.grid-step p {
    text-align: center;
    margin: 10px auto;
    color: #475a95;
}

.step-7-time,
.step-3-time {
    padding-top: 100px;
}

.step-2-time,
.step-4-time,
.step-6-time {
    display: flex;
    align-items: center;
}

.step-4-time img {
    margin-top: -30px;
    transform: rotate(25deg);
    width: 100%;
}

.step-6-time img,
.step-2-time img {
    margin-top: -30px;
    transform: rotate(-25deg);
    width: 100%;
}

.bord-tim-num__main {
    background: #ffffff;
    border-radius: 100%;
    padding: 5px;
}

.step-1-time .img-bottom {
    margin-top: 10px;
}

@media (max-width: 999px) {

    .step-2-time,
    .step-4-time,
    .step-6-time {
        display: none !important
    }

    .grid-step {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .grid-step > div {
        background-color: white;
        padding: 30px;
        border-radius: 12px;
    }

    .grid-step .img_pr {
        width: 25%;
        margin: auto;
    }

    .bord-tim-num__main {
        width: 20% !important;
    }

    .step-1-time,
    .step-5-time {
        flex-direction: column;
        display: flex;
    }

    .step-1-time .text-timeline,
    .step-5-time .text-timeline {
        order: 1;
    }

    .step-1-time .img-center,
    .step-5-time .img-center {
        order: 2;
    }

    .step-1-time .img-bottom,
    .step-5-time .img-bottom {
        margin-top: 0px;
        order: 0;
    }
}

@media (max-width: 600px) {


    .grid-step {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        width: 90%;
        margin: auto;
        text-align: center;
    }
}

.bg-color {
    background-color: #f5f5f9;
    position: relative;
}

.img-bottom-warp {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    left: 0;
    right: 0;
}

.img-bottom-warp img {
    width: 22em;
}

@media (max-width: 767px) {
    .img-bottom-warp img {
        width: 15em;
    }
}

.step-main,
#video_container_2 {
    position: relative;
    z-index: 2;
}