
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');
body,
* {
    font-family: 'SF Pro Display', sans-serif;
    font-family: 'Heebo', sans-serif;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* try now */
.sign_up {
    background-image: url(../images/ss2.png);
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0px;
    background-size: cover;
}

.login-sso a {
    color: #FFFFFF;
}

.sign_up::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.sign_up_form {
    width: 100%;
    max-width: 610px;
    margin: auto;
    background: #FFFFFF;
    padding: 60px 40px;
    text-align: center;
}

.login-sso {
    text-align: center;
    margin-top: 20px;
    width: 50%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .login-sso p {
        color: #FFFFFF;
        font-size: 14px;
        margin-top: 6px;
    }

.confirm_mail {
    width: 100%;
    max-width: 500px;
    margin: auto;
    background: #FFFFFF !important;
    padding: 24px 40px;
    text-align: center;
}

.signup-section {
    z-index: 1;
    /*  margin-top: 30px; */
}

.sign_up_form .form-group .form-control {
    border: 1px solid #ccc;
    padding: 15px 10px;
    border-radius: 4px !important;
}

.sign_up_form .form-group {
    position: relative;
}

    .sign_up_form .form-group i {
        position: absolute;
        right: 12px;
        top: 19px;
    }

.sign_up_btn {
    padding: 12px 0px;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
    transition: background-color .15s ease-in;
    background-color: #24984e;
    color: #FFFFFF;
}

    .sign_up_btn:hover {
        background-color: #0977c6 !important;
        border: 1px solid #0977c6;
    }

.confirm_mail h4 {
    color: #24984e;
    font-weight: 500;
    font-size: 25px;
}

.confirm_mail p {
    margin: 15px 0px;
    color: #000000;
}

.confirm_mail h6 {
    font-size: 16px;
}

.sign_up_form h2 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.sign_up_form p {
    font-size: 14px;
    margin-top: 15px;
}

/* try now */
/*------------Hero section starts------------*/
.free_trail {
    position: relative;
}

    .free_trail input::placeholder {
        font-family: 'SF Pro Display', sans-serif !important;
    }

    .free_trail input {


        border: 1px solid #CCCCCC;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        /* margin-bottom: 10px; */
        margin-right: 10px;
    }

        .free_trail input::placeholder {
            color: #000;
            font-family: 'Heebo', sans-serif;
            font-weight: 300;
            font-size: 14px !important;
        }

.hero p {
    color: #000;
    font-size: 40px;
    margin: 20px 0;
    font-weight: 500;
    line-height: 1.3;
}

.hero h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/*------------Hero section Ends------------*/

/*------------Traning section Start------------*/
.left li:not(:last-of-type) {
    margin-bottom: 20px;
}

.traning {
    background-color: #F7F7F7;
}

    .traning h4 {
        font-size: 48px;
    }

    .traning .sub_heading {
        position: relative;
        margin-bottom: 20px;
    }

        .traning .sub_heading::before {
            position: absolute;
            content: '\f105';
            left: -30px;
            font-family: FontAwesome;
            color: #0977c6;
            font-weight: 800;
            font-size: 40px;
            top: -8px;
        }

    .traning ul li:nth-child(2) .sub_heading::before {
        color: #e23c39;
    }

    .traning .left {
        padding-left: 50px;
    }

    .traning .col-lg-6.mb-lg-auto {
        margin-right: auto;
    }

/*------------Traning section Ends------------*/

/*------------Lorem section Start------------*/
.text {
    background-color: #19984e;
}

.lorem .arrow {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

    .lorem .arrow:last-of-type {
        margin-bottom: 0;
    }

    .lorem .arrow::before {
        position: absolute;
        content: '\f105';
        left: 0px;
        font-family: FontAwesome;
        color: rgb(36, 152, 78);
        font-size: 40px;
        font-weight: 800;
        top: -10px;
    }
.lorem .content-div p {
    font-size: 18px;
    color: #000;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.content-div li {
    margin-bottom: 30px;
}
.lorem .content-div h2 {
    font-size: 44px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.lorem .divider-img {
    width: 130px;
}
/*------------Lorem section Ends------------*/
/*------------Courses section Start------------*/
.courses{
    padding:60px 0px;
}
.courses p {
    font-size: 18px;
    color: #000;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.courses h3 {
    font-size: 44px;
    font-weight: 500;
    color: #151515;
    width: fit-content;
}
.courses h5 {
    font-size: 32px;
    font-weight: 600;
}
    .courses span {
        font-weight: 600;
    }

.courses {
    background-color: #fff;
}

    .courses .title {
        font-family: 'Heebo', sans-serif;
        color: #000;
        margin-bottom: 80px;
    }

    .courses ul li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 10px;
        font-weight:300;
    }

        .courses ul li:last-of-type {
            margin-bottom: 0;
        }

        .courses ul li::before {
            position: absolute;
            content: '\f00c';
            height: 0;
            width: 0;
            border-radius: 3px;
            left: 10px;
            color: #FFB400;
            top: 0;
            font-family: 'FontAwesome';
        }

.creted_courses .title {
    color: #000;
    text-align: start;
    width: auto;
    line-height: 1.4;
}

.creted_courses .left {
    padding: 0 100px;
}

/*------------Courses section End------------*/
/*------------Digital learning section Start------------*/
.heading_img {
    height: 40px;
}
.digital_learning {
    background-color: #F2FDFF;
}
.digital_learning figcaption p {
    font-weight: 400;
}

.digital_learning figcaption .image_heading {
    margin: 20px 0 10px;
}



    .digital_learning .img_top {
        margin-bottom: 30px;
    }
.learning h4.image_heading {
    font-size: 25px;
    font-weight: 400;
    color: #000;
}
/*------------Digital learning section End------------*/
/*------------Congrats section Start------------*/
.congrats .congrats_detail {
    margin-left: 80px;
}

.congrats_detail {
    position: relative;
    margin-bottom: 50px;
}

    .congrats_detail:last-of-type {
        margin-bottom: 0;
    }

    .congrats_detail::before {
        position: absolute;
        content: '';
        left: -20px;
        width: 3px;
        height: 100%;
        top: -2px;
        background-color: #0977c6;
    }

/*------------Congrats section End------------*/

/*------------Lesson section Start------------*/
.lesson {
    background-color: #0977c6;
}

    .lesson .content-div p {
        font-weight: 300;
        line-height: 1.3;
        color: white;
        font-size: 30px;
    }

/*------------Lesson section End------------*/
/*------------Testimonial section Start------------*/
 
.testimonial .item .title {
    color: #000;
    font-weight: 300;
    position: relative;
    width: 90%;
    padding: 26px 15px;
    margin: 0 auto;
}

.testimonial .item {
    position: relative;
    text-align: center;
    padding: 40px 60px;
}

    .testimonial .item h5 {
        font-size: 26px;
        font-family: 'Heebo', sans-serif;
        color: #212529;
        font-weight: 500;
        /* text-align: end; */
        padding-top: 5px;
        margin-bottom: 15px;
    }

.testimonial_carousel .owl-item img {
    width: 25px;
}

.testimonial_carousel .last_img {
    margin-left: auto;
    position: absolute;
    right: 20px;
    bottom: 62px;
}

.testimonial_carousel .first_img {
    /* margin-left: auto; */
    position: absolute;
    /* left: 20px; */
    top: 15px;
}

.testimonial {
    /* background-color: #F7F7F7; */
    /* padding: 0; */
}

    .testimonial .owl-theme .owl-dots {
        margin: 10px;
        padding-bottom: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

        .testimonial .owl-theme .owl-dots .owl-dot span {
            width: 24px;
            height: 6px;
            transition: .5s linear;
        }

        .testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #10104b;
        }
/*------------Testimonial section End------------*/
/*------------Dollar section Start------------*/
.dollar_heading {
    width: 80%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

    .dollar_heading .title {
        color: #000;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .dollar_heading .image_heading {
        font-weight: 800;
        font-size: 22px;
        /* margin: 30px 0 10px; */
    }

    .dollar_heading .fw {
        font-weight: 300;
        margin-top: 15px;
        font-size: 20px;
    }

.dollar .card_top span {
    font-size: 22px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    /* margin-bottom: 20px; */
}

.dollar .card_top .title {
    color: #0977c6;
    margin-top: 10px;
    font-weight: 800;
    font-family: 'Heebo', sans-serif;
}

.dollar .card ul {
    width: auto;
    text-align: left;
    margin: auto;
    max-width: fit-content;
}

.dollar .card_top h3 {
    margin-top: 15px;
    font-size: 20px;
}

.dollar .card_top h4 {
    margin-top: 0;
    font-size: 18px;
}

.dollar .card_top h5 {
    margin-bottom: 15px;
    font-size: 16px;
}

.dollar .card-body li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    padding-left: 26px;
}

    .dollar .card-body li:last-of-type {
        margin-bottom: 0;
    }

    .dollar .card-body li:before {
        position: absolute;
        content: '';
        height: 12px;
        width: 12px;
        border-radius: 3px;
        left: 1%;
        background-color: #0977c6;
        top: 8px;
    }

.dollar .card-body .btn_1 {
    margin: 0 auto;
    display: flex;
    padding: 12px 50px;
    margin-top: 60px;
    font-weight: 300;
}

.dollar .card {
    background-color: #FAFAFA;
    padding: 50px;
    border-radius: 10px;
}

.dollar .trial {
    font-size: 48px;
    font-weight: 800;
}

    .dollar .trial span {
        color: #0977c6;
    }

.dollar .btn_2 {
    padding: 12px 50px;
    font-weight: 300;
}

/*------------Dollar section End------------*/

/*------------Index section Start------------*/
.index_contact {
    background-color: #19984e;
}

    .index_contact .image_heading {
        font-weight: 400;
    }

    .index_contact .btn_1 {
        padding: 12px 50px;
        font-weight: 300;
    }

/*------------Index section End------------*/

/* blog-page-css start */
.custom-btn {
    background-color: #0977c6;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}
.blog-slide-sec .blog-slide .owl-carousel .owl-item img {
    width: 100% !important;
}

/*.blog-slide-sec {
    background: linear-gradient(#0977c6 75%, #FFFF 25%);
}*/
.blog-slide-sec .row{
    align-items:center;
}

.blog-slide-sec {
    position: relative;
    height: calc(85vh - 120px);
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .blog-slide-sec p {
        font-size: 16px;
        font-family: 'SF Pro Display', sans-serif;
        font-weight: 600;
        margin-top: 30px;
        color: #000;
    }
    .blog-slide-sec .container {
        z-index: 8;
    }
    .blog-slide-sec .banner_title {
        font-size: 60px;
        font-family: "SF Pro Display", sans-serif;
        font-weight: 100;
        color: #000;
    }
    .blog-slide {
        max-width: 1000px;
        background-color: #fff;
        margin: auto;
    }

.slider-content {
    display: flex;
}

.blog-slide-sec .owl-carousel.owl-drag {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .blog-slide-sec .owl-carousel.owl-drag .owl-item {
        overflow: hidden;
    }

.blog-slide-text {
    padding:25px 35px;
    text-align: initial;
}

.blog-slide img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-slide-text h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Heebo', sans-serif;
}

.blog-slide-text p {
    margin-bottom: 30px;
    color: #58595A;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-title {
    font-family: 'Heebo', sans-serif;
}

.blog-slide-text .custom-btn {
    padding: 9px 29px;
}

.blog-slide-sec .owl-theme .owl-dots {
    width: 100%;
    position: absolute;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .blog-slide-sec .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #0977c6;
    }

.blog-slide-sec .owl-theme .owl-nav {
    width: 100%;
    top: 40%;
    position: absolute;
    color: #0D793B;
    font-size: 30px;
}

    .blog-slide-sec .owl-theme .owl-nav .owl-prev {
        left: -50px;
        position: absolute;
    }

    .blog-slide-sec .owl-theme .owl-nav .owl-next {
        right: -50px;
        position: absolute;
    }

#blog-slider .owl-nav i {
    color: #fff0;
    font-size: 35px;
}

    #blog-slider .owl-nav i:hover {
        color: #FFFF;
        transition: 0.2s ease-in-out;
    }

.blog-slide-sec .owl-theme .owl-dots .owl-dot span {
    transition: 0.5s linear;
}

.blog-slide-sec .owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
}

.blog-slide-sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.blog-slide-sec .owl-theme .owl-nav .disabled {
    opacity: 1;
}
.blog-slide-sec .blog-slide .owl-carousel .owl-item img {
    width: 100%;
}
    /* tab section start */
    .blog-tab {
    padding: 60px 0px 50px 0px;
}

    .blog-tab .btn-tab.active {
        text-decoration: none;
        color: #0977c6;
    }

    .blog-tab .card {
        width: fit-content !important;
    }

    .blog-tab .card-body {
        padding: 15px 20px;
        height: 325px;
    }

    .blog-tab .card-title {
        font-size: 24px;
        font-weight: bold;
        margin: 25px 0px;
        font-family: 'Heebo', sans-serif;
        font-weight: 800;
    }

    .blog-tab .card-text {
        font-size: 14px;
        margin-bottom: 5px;
        color: #58595A;
        line-height: 1.5;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
    }

.the_green {
    color: #0977c6 !important;
    font-weight: 800 !important;
}

.blog-tab .card-body a {
    text-decoration: none;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: bold;
}

.the_green {
    color: #FF7500 !important;
}

.blog-tab .card {
    margin-bottom: 35px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-tab .tab-btn-sec {
    padding-bottom: 20px;
    border-bottom: 2px solid red;
    margin-bottom: 40px;
}

.blog-tab .tab-navigation ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-left: 10px;
}

.blog-tab .tab-navigation li {
    margin-right: 30px;
}

    .blog-tab .tab-navigation li a {
        text-decoration: none;
        color: #58595A;
        font-size: 20px;
        cursor: pointer;
        font-weight: 400;
    }

    .blog-tab .tab-navigation li:last-of-type {
        margin-right: 0;
    }

.blog-tab .btn-tab:hover {
    color: #00D1F0;
    transition: 0.2s ease-in-out;
}

.tab-navigation {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 50px;
    padding-bottom: 8px;
}

.card-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 87px;
}

/* blog-page responsive end */
/* blog-page-css end */


/*--------------Blog Detail Page Start--------------*/

.blog_banner {
    background: linear-gradient(#f4f7eb 50%, #FFF 50%);
    /* background-color: rgb(37, 152, 78, 10%); */
}

    .blog_banner .title {
        text-align: left;
        margin-bottom: 50px;
        color: #000;
        font-size: 48px;
        font-weight: 600;
    }

.blog_content p {
    color: #58595A;
    font-size: 20px;
}

.blog_content .line {
    position: relative;
    padding-left: 40px;
}

.blog_content p.line::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100px;
    left: 0;
    background-color: #0977c6;
}

.blog_banner iframe {
    /* margin-bottom: 50px; */
    height: 100%;
}



/*--------------Blog Detail Page End--------------*/

/*--------------Contact us Page Start--------------*/
.Contact_Us_Description p {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    line-height: normal;
}


.contact_us .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #58595A;
    font-size: 16px;
}

.contact_us .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    border-radius: 10px;
    height: 50px;
    border: 1px solid #CCCCCC;
    background-color:white;
}
.bg-style-two {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.contact_us .title {
    font-size: 48px;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
    line-height: 1.2;
}

    .contact_us .title:last-of-type {
        margin-bottom: 25px;
    }
.Contact_Us_Description p{
    margin-bottom:15px !important;
}
.Contact_Us_Description p:last-of-type {
    margin-bottom: 25px !important;
}


.contact_detail li:not(:last-of-type) {
    margin-bottom: 20px;
}

.contact_detail li a i {
    color: #0977c6;
}

.contact_detail li a i,
.contact_detail li a img {
    margin-right: 12px;
}

.heading {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
}

.send_us_message .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #D6D6D6 !important;
    font-size: 13px !important;
}

.send_us_message input::placeholder {
    font-family: 'Heebo', sans-serif;
}

.send_us_message input,
.send_us_message textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 10px 0px 14px 12px;
    border-radius: 10px;
    line-height: 1;
    background-color: #fff;
}

    .send_us_message input::placeholder,
    .send_us_message textarea::placeholder {
        font-size: 16px;
        font-family: 'Heebo', sans-serif;
        color: #7c858c ;
    }

.send_us_message label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

    .send_us_message label span {
        color: red;
    }

.send_us_message .phone_p {
    font-family: 'Heebo', sans-serif;
    color: #878787;
    font-size: 12px;
}

.max_200 {
    font-family: 'Heebo', sans-serif;
    color: #58595A;
    font-size: 14px;
    text-align: end;
    font-weight: 300;
}

.send_us_message .btn_2 {
    border-radius: 0;
    margin-top: 30px;
}

.send_us_message {
    padding: 60px 30px;
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 20%), 0 6px 35px 0 rgb(0 0 0 / 19%);
    background-color: #fff;
    border-radius: 10px; /*
    position: absolute;
    width: 40%;
    right: 110px;
    top: 12%;*/
    right: 60px;
    border-radius: 10px;
}

    .send_us_message .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #7c858c !important;
        font-size: 16px !important;
    }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 50px;
}

section.contact_us {
    padding-top: 50px;
}
/*.the_lower_contact{
    position:relative;
}*/
.contact_detail{
    position:relative;
}
.texty{
    resize:none;
}
/*--------------Contact us Page End--------------*/
/**--------------For Demo------------------*/
.modal .modal-content textarea {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
.modal .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single {
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 48px;
    background-color: #fff;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #d6d6d6 !important;
    font-size: 16px !important;
}

.has-icon input::placeholder {
    color: #000 !important;
}

.modal .fill-require:after {
    content: " *";
    color: red;
}

.modal .modal-dialog {
    max-width: 620px;
}

.modal .modal-body.form_field {
    padding: 0 30px 40px;
}

.has-icon > i {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 5px;
    width: 22px;
    pointer-events: none;
}

.form_field label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.form_field .form-control {
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 50px;
    background-color: #ffffff;
}

.form_field .form-group small {
    font-size: 12px;
    color: #757575;
    line-height: 1;
}

#datepicker {
    display: none;
    position: absolute;
    bottom: 60px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
}

    #datepicker button {
        outline: 0;
        border: 0;
        background: #ffffff;
        color: black;
        border-radius: 4px;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

       /* #datepicker button.active,
        #datepicker button.ui-state-hover {
            background: #0977c6;
            border: 1px solid#0977c6;
            color: white;
        }*/

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f104";
}

.ui-datepicker-next:before {
    content: "\f105";
}

#datepicker button:disabled {
    background: #ebebeb;
}

.timeslot {
    padding: 10px;
    max-height: 95px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}



    .timeslot::-webkit-scrollbar {
        width: 2px;
    }

    .timeslot::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .timeslot::-webkit-scrollbar-thumb {
        background-color: #0977c6;
        outline: 1px solid#0977c6;
    }

    .timeslot .row .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    border: 0;
    background: white;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-weight: 300;
    color: #757575;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #454545;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid#0977c6;
        background: #0977c6;
        font-weight: normal;
        color: #ffffff;
        border-radius: 4px;
    }

#addon {
    background-color: #999;
    width: 100%
}


/*Select2*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 50px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%);
    }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #0977c6;
    outline: 1px solid#0977c6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0977c6;
    color: white;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
    top: -50px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
}

.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    display: block;
    padding: 4px;
    position: absolute;
    width: 100%;
    bottom: -44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    left: unset !important;
    top: 15px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        left: -9px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(-45deg);
    }

.modal-backdrop {
    z-index: 0;
}

/* modal-css-end */




/*--------------------------------------------------------------------
        ************FAQ PAGE CSS STARTS***********
----------------------------------------------------------------------*/
.faq-top-banner {
    background-color: #c3e1ff;
    text-align: center;
    padding: 100px 0px;
}

.main-heading-style-one h2 {
    color: #151515;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 35px;
}

/* .faq-top-banner .main-heading-style-one p {
    width: 630px;
} */

.main-heading-style-one p {
    color: #151515;
    font-size: 24px;
    margin: auto;
}

    .main-heading-style-one p span a {
        color: #29abe2;
        font-size: 24px;
    }



section.faq-first-section {
    padding: 100px 0 100px;
}

    section.faq-first-section .accordion-item {
        border-top: none;
        border-radius: 0px !important;
        background: #fff !important;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #CCCCCC;
    }

        section.faq-first-section .accordion-item:first-of-type {
            border-top: 2px solid #CCCCCC;
        }

    section.faq-first-section .accordion-button {
        padding: 22px 20px;
    }

        section.faq-first-section .accordion-button:not(.collapsed)::after {
            color: #0977c6;
            content: "\f106";
            font-family: Fontawesome;
            background-image: none;
            font-size: 24px;
            position: relative;
            top: -9px;
            right: 0px;
            transform: revert;
            font-weight: 300;
        }

.accordion-button::after {
    color: #58595a;
    content: "\f107";
    font-family: Fontawesome;
    background-image: none;
    font-size: 24px;
    position: relative;
    top: -8px;
    font-weight: 300;
}

section.faq-first-section .accordion-button:not(.collapsed) {
    color: #58595A;
    background-color: #fff;
    box-shadow: none;
}

section.faq-first-section button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

section.faq-first-section h2.accordion-header button {
    font-size: 20px;
    color: #58595A;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
}

section.faq-first-section .accordion-item:nth-child(1n) .collapse {
    display: none !important;
}

    section.faq-first-section .accordion-item:nth-child(1n) .collapse.show {
        display: block !important;
    }


/*--------------------------------------------------------------------
        ************FAQ PAGE CSS ENDS***********
----------------------------------------------------------------------*/




/*--------------------------------------------------------------------
        ************FAQ PAGE CSS STARTS***********
----------------------------------------------------------------------*/

section.blog-first-section {
    padding: 100px 0 0;
}


/*--------------------------------------------------------------------
        ************FAQ PAGE CSS ENDS***********
----------------------------------------------------------------------*/






/* feature css start */
.feature-top-banner {
    padding: 100px 0px;
    text-align: center;
}

    .feature-top-banner h2 {
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 35px;
        color: #000000;
    }

.feature-heading {
    margin-bottom: 30px;
    border-bottom: 3px solid #E6E6E6;
    margin-top: 20px;
}

    .feature-heading h2 {
        position: relative;
        width: fit-content;
        color: #0977c6;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 4px;
    }

        .feature-heading h2::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -7px;
            background-color: #0977c6;
            left: 0;
        }

.feature-box a.mediaanchor {
    position: relative;
}

    .feature-box a.mediaanchor img:first-child {
        max-height: none;
        width: 100%;
    }

.feature-box-details a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.feature-box img.playIcon {
    position: absolute;
    max-width: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.feature-box p {
    font-size: 16px;
    color: #707070;
    line-height: 25px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-box h4 {
    font-size: 19px;
    font-weight: bold;
    color: #0e3553;
}

/* feature css end */

/*price section starts*/
.my-plans .packages {
    margin-bottom: 20px;
}

.my-plans .card-body li {
    position: relative;
    margin-bottom: 6px;
    font-size: 18px;
    padding-left: 26px;
}



.my-plans .btn_1 {
    margin: 0 auto;
    display: flex;
    padding: 12px 50px;
    font-weight: 300;
    background-color: #000000;
    color: white;
}

.my-plans .packages {
    padding: 40px;
}

    .my-plans .packages p {
        text-align: center;
    }

    .my-plans .packages h2 {
        font-size: 26px;
        font-weight: 600;
        padding: 0px 5px;
        text-align: center;
    }

.my-plans .packages {
    width: 100%;
    padding-bottom: 2.5em;
    height: 100%;
    background-color: #edf4db;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
    color: #000;
}

h1,
h2 {
    font-size: 2.2em;
}

.my-plans .list li {
    font-size: 16px;
    list-style: none;
    border-width: 1px;
    padding: 0px 15px;
    text-align: left;
    margin: 0;
}

.my-plans .card-body li:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -2%;
    background-color: #0977c6;
    top: 10px;
}

.my-plans .first {
    margin-top: 0px;
}

.my-plans .list {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.my-plans ol,
ul {
    padding: 0;
}

.my-plans .top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-plans input,
label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.my-plans .button {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1.4em;
    margin: 15px 15px;
    border-radius: 50px;
    color: #f4f4f4;
    transition: all 0.3s ease 0s;
}

    .my-plans .button:hover {
        transform: scale(1.2);
    }

.my-plans .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .my-plans .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.my-plans .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: 0.4s;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

    .my-plans .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

.my-plans input:checked + .slider {
    background-color: #0977c6;
}

.my-plans input:focus + .slider {
    box-shadow: 0 0 1px #0977c6;
}

.my-plans input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.my-plans .slider.round {
    border-radius: 34px;
}

    .my-plans .slider.round:before {
        border-radius: 50%;
    }

.my-plans .top {
    margin-bottom: 25px;
}

.plan-value-section {
    min-height: 245px;
    text-align: center;
}

.toggle-btn span {
    font-size: 20px;
    font-weight: 400;
}

.packages h1 {
    color: #0977c6;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 0px;
}

.packages h4 {
    color: #000;
    font-weight: 500;
    padding-top: 30px;
    font-size: 30px;
}

.packages h5 {
    color: #0000008c;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.packages h1 sub {
    font-size: 16px;
    font-weight: 600;
    /*color: #000;*/
}

.packages h1 sup {
    font-size: 24px;
    vertical-align: top;
    top: 18px;
    color: #000;
}

.packages h6 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.packages p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-top: 5px;
}

.toggle-btn {
    margin-top: 20px;
}

/*price section ends*/


.modal .fill-require:after {
    content: " *";
    color: red;
}

.modal .modal-dialog {
    max-width: 580px;
}

    .modal .modal-dialog h2 {
        color: #000 !important;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 26px;
        max-width: 55%;
        margin-inline: auto;
    }

    .modal .modal-dialog .btn {
        min-height: 50px;
        line-height: 28px;
    }

.modal .modal-body.form_field {
    padding: 0 30px 40px;
}

.has-icon > i {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 5px;
    width: 22px;
    pointer-events: none;
}

.form_field label {
    font-family: 'Heebo', sans-serif;
}

.form_field .form-control {
    font-family: 'Heebo', sans-serif;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 46px;
    background-color: #ffffff;
    color: #000;
}

.form_field .form-group small {
    font-size: 11px;
    color: #757575;
    display: block;
    line-height: 14px;
    margin-top: 5px;
}

#datepicker {
    display: none;
    position: absolute;
    bottom: 60px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
}

    #datepicker button {
        outline: 0;
        border: 0;
        background: #ffffff;
        color: black;
        border-radius: 4px;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

        #datepicker button.active,
        #datepicker button.ui-state-hover {
            background: #FF4800;
            border: 1px solid #FF4800;
            color: white;
        }

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f104";
}

.ui-datepicker-next:before {
    content: "\f105";
}

#datepicker button:disabled {
    background: #ebebeb;
}

.timeslot {
    padding: 10px;
    max-height: 95px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}



    .timeslot::-webkit-scrollbar {
        width: 2px;
    }

    .timeslot::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .timeslot::-webkit-scrollbar-thumb {
        background-color: #FF4800;
        outline: 1px solid #FF4800;
    }

    .timeslot .row .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    border: 0;
    background: white;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-weight: 300;
    color: #757575;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #454545;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid #FF4800;
        background: #FF4800;
        font-weight: normal;
        color: #ffffff;
        border-radius: 4px;
    }

#addon {
    background-color: #999;
    width: 100%
}


/*Select2*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 45px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%);
    }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #0977c6;
    outline: 1px solid #0977c6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
    top: -50px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
}

.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    display: block;
    padding: 4px;
    position: absolute;
    width: 100%;
    bottom: -44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    left: unset !important;
    top: 15px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        left: -9px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(-45deg);
    }

.modal-backdrop {
    z-index: 9999;
}

.term-con a {
    color: #0977c6;
}

.modal {
    z-index: 99999;
}

header.fixed-header {
    position: sticky;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 2px 4px -4px black;
    -moz-box-shadow: 0 2px 4px -4px black;
    box-shadow: 0 2px 4px -4px black;
    background: #fff;
    z-index: 1050;
}



.faq-content .accordion-body a img.playIcon {
    width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq-content .accordion-body a {
    position: relative;
}

p.shortDesc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.btn_2:disabled {
    background: #000;
    pointer-events: none;
}

/*Loader*/
.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

#btnContact {
    position: relative;
}

    #btnContact span {
        position: absolute;
        right: 0px;
        top: 23px;
    }

button span .spinner {
    width: 20px;
    height: 20px;
    right: 10px;
    left: initial;
    margin: -10px 0 0 -25px;
}

.green-disabled {
    pointer-events: none;
}

.spinner .path {
    stroke: #fff;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

#errorIcon {
    color: red;
    position: absolute;
    top: 15px;
    right: 15px;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.btn_try_now {
    font-size: 30px;
    width: 300px;
    display: block;
    min-height: 80px;
    margin: auto;
    line-height: 60px;
    background-color: #0977c6;
    border-color: #0977c6;
    color: #fff;
    border-radius: 10px;
    padding: 0.57rem 1.63rem;
    margin-right: 0;
}

.cta1 {
    padding-top: 0;
}

    .cta1 h4 {
        font-size: 60px;
        font-weight: 600;
    }




.footer-copyright {
    padding: 10px 0px;
    background-color: #1D1D1D;
}
    .footer-copyright p {
        font-size: 16px;
        font-weight: 400;
        color: #9D9D9D !important;
        margin-bottom: 15px;
    }
.blog_banner .iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding-top: 56.25%; */
    /* 16:9 Aspect Ratio */
    max-width: 900px;
    height: 510px;
    margin: auto;
    margin-bottom: 50px;
}

.blog_banner img {
    display: flex;
    margin: 20px auto;
    min-width: 900px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cta1 h4 strong {
    color: #24984e;
    font-weight: 500 !important;
}

section.contact_us {
    padding: 150px 0px;
    position: relative;
}
.swal-overlay {
    z-index: 9999999999;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    background-color: #0977c6;
    font-weight: 300;
    min-width: 100px;
    font-size: 16px;
}

.swal-text {
    color: #000;
}

.swal-button:not([disabled]):hover {
    background-color: #0977c6;
}

.swal-text {
    text-align: center;
}

.input-cross {
    height: 20px;
    width: 20px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .input-cross i {
        color: #FFFFFF;
        font-size: 13px;
    }
/*font issues fixed by sibankar*/

.hero img {
    /*margin-top: -110px;*/
    margin-left: auto;
    display: block;
}



.hero .free_trail input {
    height: 50px;
    font-size: 18px;
}

    .hero .free_trail input::placeholder {
        font-size: 18px;
        color: #d6d6d6;
    }

    .hero .free_trail input::-webkit-input-placeholder {
        font-size: 16px !important;
    }

.free_trail input {
    font-size: 16px;
    margin-right: 0px;
}

.hero small {
    display: block;
    margin-top: 10px;
    color: #878787;
    font-size: 16px;
}

.traning h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.traning .sub_heading {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-left: 30px;
}

.traning p {
    padding-left: 0;
    margin-bottom: 10px;
    padding-left: 30px;
}

.cta h2 {
    font-size: 48px;
    font-weight: 400;
}
.cta h4 {
    font-size: 40px !important;
    color: black !important;
    font-weight: 400 !important;
}

.cta .upper_heading {
    font-size: 40px !important;
    width: 50%;
}
.cta .under_heading {
    font-size: 18px;
}
.lorem .sub_heading {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.lorem .arrow {
    font-size: 26px;
    color: #000;
    line-height: 1.7;
    padding-left: 55px;
}
.lorem_home_2 .content-div h2::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 4px;
    width: 100px;
    background: #E2E2E2;
    top: -25px;
    border-radius: 40px;
}
.lorem_home_2 .content-div h2::after {
    content: "";
    position: absolute;
    left: 110px;
    height: 4px;
    width: 20px;
    background: #E2E2E2;
    top: -25px;
    border-radius: 40px;
}
.lorem_home_2 .content-div{
    position:relative;
}
.courses ul li p, .creted_courses p, .lorem p, .traning p, .congrats p {
    font-size: 21px;
    line-height: 1.7;
}

h4.image_heading {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.testimonial .item .title {
    font-size: 45px;
    line-height: 60px;
}
.testimonial .slider-box .owl-slider {
    background-color: #f7f7f7;
}

.my-plans h4 {
    font-size: 30px;
    font-weight: 500;
}

.my-plans .list li {
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}

.my-plans .btn_1 {
    font-size: 23px;
    min-width: 213px;
    min-height: 60px;
    text-transform: uppercase;
    line-height: 44px;
    font-weight: 500;
}

/*.cta .btn_1 {
    font-size: 23px;
    min-width: 213px;
    min-height: 60px;
    line-height: 45px;
    padding: 12px 48px;
}*/

.usefull_link {
    max-width: 200px;
   /* margin-left: auto;*/
}

.footer_heading ul li a, .footer_heading ul li a p {
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
}

.footer_heading span i {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 5px;
    min-width: 20px;
}

    .footer_heading span i.fa-map-marker {
        margin-left: 5px;
    }

.footer_logo {
    margin-bottom: 30px;
    width:250px;
}

.veridoc {
    max-width: 180px;
}


.blog_content {
    /* max-width: 1000px; */
    margin: auto;
    margin-bottom: 30px;
}


.section-title h1 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

.section-title h1 {
    font-size: 48px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.4;
}

.accordion-body p {
    font-size: 20px;
    line-height: 1.7;
    color: #58595a;
    font-family: 'SF Pro Display', sans-serif !important;
    margin-bottom: 20px;
}

.blog_content * {
    font-family: 'SF Pro Display', sans-serif !important;
}

.blog_content p {
    font-size: 20px;
    line-height: 1.7;
    color: #58595a;
    margin-bottom: 1rem;
}

.blog_content h1 span {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

.blog_content h2 span {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 1.4 !important;
}

.blog_content h1, .blog_content h2, .blog_content p {
    text-align: left !important;
}

.contact_detail p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.contact_detail li i {
    font-size: 21px;
}



.navbar .header-demo-btn .btn_1 {
    line-height: 1.7;
    font-size:14px;
}

.free_trail .btn_2 {
    font-size: 16px;
    font-weight: 300;
    min-height: 50px;
    line-height: 28px;
}

#RequestDemoModal h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #24984e;
}

.modal .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'SF Pro Display', sans-serif !important;
}

#RequestDemoModal input::placeholder {
    color: #d6d6d6;
}

.select2-results__options li:first-child img {
    display: none;
}

.select2-results__options li:first-child div {
    color: #d6d6d6;
}

.send_us_message .btn_2 {
    min-height: 50px;
    line-height: 28px;
    border-radius: 10px;
    padding: 0.57rem 1.63rem;
    font-size: 16px;
}

.send_us_message .heading {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
}

.contact-add p {
    max-width: 400px;
}

.desc-txt {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
    /* max-width: 1000px; */
}

.feature-top-banner .text-black {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 532px;
    margin: auto;
}

.feature-top-banner a {
    color: #29abe2;
    font-size: 24px;
    text-decoration: underline;
}

.section-title span {
    margin-bottom: 20px;
}

.section-title p {
    font-size: 24px;
    margin: 35px 0 0px;
    color: #FFF;
}

.custom-btn {
    background-color: #0977c6;
    border-color: #0977c6;
    color: #fff;
    border-radius: 2px;
    padding: 0.57rem 1.63rem;
    font-size: 16px;
}

.blog_banner {
    padding-top: 60px;
}

#blog-slider {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 0px;
}

.blog-tab .tab-navigation li a {
    color: #000;
}

.feature-top-banner .text-black {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 906px;
    width: auto;
    margin: auto;
}

.blog-tab .card-body {
    height: auto;
}

/* .faq-top-banner .main-heading-style-one p {
    max-width: 906px;
    width: auto;
} */

.blog-tab .card {
    /*box-shadow: 0 20px 30px rgb(0 24 73 / 10%);*/
    margin-top: 35px;
    border-radius: 10px;
}

.blog-slide {
    border-radius: 10px;
    /* overflow: hidden; */
}

.blog-slide-sec h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.faq-top-banner a, .feature-top-banner a {
    text-decoration: underline;
    font-weight: 300;
}

.faq-first-section {
    /* max-width: 930px; */
    margin: auto;
}

.blog_header {
    padding: 50px 0 150px;
    position: relative;
    /* min-height: 450px; */
}
    .blog_header h1{
        color: black;
    }
    .blog_header p{
        color: black;
    }

    .blog_content img:first-of-type {
        margin-top: -130px;
        z-index: 99;
        position: relative;
        width: 100%;
    }

.blog_content ul {
    list-style: disc;
    padding-left: 15px;
}



.blog_footer .custom-btn {
    margin-bottom: 50px;
}

    .blog_footer .custom-btn .fa-angle-left {
        margin-right: 8px;
    }

.iframe-container {
    position: relative;
    /* height: 507px; */
    margin-top: -115px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.35%;
}

.grecaptcha-badge {
    left: 0 !important;
    box-shadow: none !important;
}

.grecaptcha-logo iframe {
    width: 72px !important;
}

.contact-add i {
    margin-left: 4px;
}
/* debojyoti css */
.footer-contact {
    max-width: 375px;
    margin: auto;
}

.hero {
    padding-top: 60px;
}



/*.lorem .col-lg-6.mt-lg-auto {
    text-align: center;
}
*/

.accordion-body img {
    transition: transform .5s;
    border: 1px solid transparent;
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
}

    .accordion-body img:hover {
        transform: scale(1.5);
        border: 1px solid #0977c6;
        padding: 10px;
        border-radius: 6px;
    }

.testimonial .item h2 {
    position: relative;
}

/*   .testimonial .item h2::before {
        content: "\f10d";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
    }

    .testimonial .item h2::after {
        content: "\f10e";
        font-family: FontAwesome;
        position: absolute;
        bottom: 0;
        right: 0;
    }
*/
.feature-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

.faq-first-section .container {
    width: 70%;
}

.learning .img_top img {
    width: 180px;
    height: 180px;
}

.blog_content ul {
    list-style: disc;
    padding-left: 18px;
}

.blog_content img {
    margin-bottom: 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog-slide-text h3 {
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner {
    object-fit: cover;
    position: relative;
    background-position: center;
    width: 100% !important;
    display: flex;
    align-items: center;
    object-position: center;
    height: calc(85vh - 80px);
    background-repeat: no-repeat;
    background-size: cover;
}

    .banner::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(45deg, #0977c680, transparent);
    }

    .banner h1 {
        font-size: 70px;
        color: #02C148;
        font-weight: 500;
    }

    .banner h3 {
        color: #02C148;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .banner h2 {
        color: #fff;
        font-size: 40px;
        margin: 20px 0;
        font-weight: 500;
        max-width: 51%;
    }

.lorem h6 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

section.our_team {
    background: #c3e1ff;
}

.our_team .team_heading {
    font-size: 40px;
    font-weight: 500;
    color: #151515;
    margin-bottom: 40px;
}
/*.team_devider img{
    margin-bottom: 40px;
}*/
.our_team .card-body .image_heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.our_team .heading_img {
    height: auto;
}

.our_team .card-body p {
    margin: 3px 0px 15px 0px;
}

.our_team .card {
    transition: all 0.5s ease-in-out;
}

    .our_team .card:hover {
        transform: scale(1.1);
    }

#carousel_1 .item {
    padding: 30px;
    height: 130px;
    display: flex;
    align-items: center;
    border: 1px solid #ededed;
    justify-content: center;
}

    #carousel_1 .item img {
        max-height: 90px;
        width: auto;
        max-width:200px;
    }

.partner {
    padding: 0;
}

.our_team .card {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.blog-slide .owl-carousel .owl-item img {
    max-width: 100%;
    width: 100%;
    height: 339px;
}

.view_button {
    margin-top: 25px;
    margin-left: 25px;
}

.testimonial .item p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
}

.testimonial .item h6 {
    color: #212529;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}

.testimonial h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #212529;
}

/*#carousel {
    background: #f7f7f7;
}*/
/*.testimonial .owl-carousel .owl-stage-outer {
    min-height: 415px;
}*/
.blog-tab .card img {
    /*height: 190px;*/
    width: 100%;
}

.blog_content h3 {
    font-size: 20px;
    line-height: 1.7;
    color: #000;
    margin: 15px 0;
    font-weight: 600;
    font-size: 32px;
}


/*DefaultContentWithMultiImageAndBg css start*/

.aboutus,
.services,
section.valued_services {
    background-position: center
}
.valued_services .card .card-body span {
    font-weight: 500;
    
}
.our_solution .card-img-top,
.training_sec img {
    height: 100%
}

.overlap-content {
    background-color: #fff;
    padding: 45px 30px;
    border-right: 1px dashed #d3d3d3
}

.about-us,
.aboutus,
.blog-detail-content,
.contact-us,
.our-approach,
.services,
.testimonial-section {
    padding: 80px 0
}

.overlap-content:last-of-type {
    border-right: none
}

.overlap-content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.aboutus h2,
.aboutus h4,
.our-approach h2,
.section-heading {
    margin-bottom: 20px;
    color: #000
}

.aboutus {
    background-size: contain;
    background-repeat: no-repeat
}

.services,
.slider,
section.valued_services {
    background-size: cover;
    background-repeat: no-repeat
}

.section-heading {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    margin-right: 20px;
}

.aboutus h2,
.our-approach h2 {
    font-size: 36px;
    font-weight: 500
}

.otherPage-banner-content h1 {
    font-size: 42px;
    font-weight: 500
}

.aboutus h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.aboutus p {
    margin-bottom: 15px;
}

@media (max-width:991px) {
    .aboutus .btn-1 {
        margin-bottom: 25px
    }

    .aboutus h2,
    .choose-us h2,
    .section-heading {
        font-size: 24px
    }

    .aboutus h4,
    .choose-us h6,
    footer .left h5 {
        font-size: 18px
    }

    .aboutus img {
        margin-bottom: 15px !important
    }

    .aboutus {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0
    }
}

@media (max-width:767px) {

    .aboutus .col-lg-6,
    .overlap-content,
    .service-content {
        text-align: center
    }

    .otherPage-banner-content h1 {
        font-size: 24px
    }

    .otherPage-banner-content p {
        font-size: 16px
    }

    section.aboutus .col-lg-6 .col-lg-6.col-md-6 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    section.aboutus .col-lg-6 .col-lg-6.col-md-6:first-child {
        padding-right: 15px !important;
        padding-left: 15px
    }

    section.aboutus .col-lg-6 .col-lg-6.col-md-6:nth-child(2n) {
        padding-right: 15px !important;
        padding-left: 0
    }
}

section.aboutus .col-lg-6 .col-lg-6.col-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 0
}

/*DefaultContentWithMultiImageAndBg css end*/

/**overlapping css start*/
.overlap-pos {
    margin-top: -80px;
    justify-content: center;
    border-bottom: 4px solid #c3e1ff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.overlap-content {
    background-color: #fff;
    padding: 45px 30px;
    border-right: 1px dashed #d3d3d3
}

    .overlap-content:last-of-type {
        border-right: none
    }

    .overlap-content h4 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 5px;
    }

@media (max-width:991px) {

    .overlap-content,
    .service-content,
    .solution-section1,
    .solution-section2,
    .solution-section3 {
        text-align: center
    }

    .overlap-pos {
        margin: 0 10px
    }

    .overlapping-sec {
        padding: 80px 0;
        padding-bottom: 40px !important
    }

    .overlap-content {
        padding: 20px 30px
    }
}

@media (max-width:767px) {

    .aboutus .col-lg-6,
    .overlap-content,
    .service-content {
        text-align: center
    }
}

/**overlapping css end*/

/**Services css start*/
.valued_services .card .card-body ul li{
    position: relative
}

section.valued_services {
    background-position: center
}
section.valued_services {
    background-size: cover;
    background-repeat: no-repeat
}
    .valued_services h4 {
        color: #000;
        font-size: 20px;
        margin-top: 10px;
        font-weight: 500;
        margin-bottom: 8px;
    }

.valued_services .section-heading {
    text-align: center
}

@media(min-width:992px) {
    .max-lg-75 {
        max-width: 75%
    }

    .img-shape-main::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border: 2px solid #c9e1fc;
        left: -35px;
        bottom: -35px;
    }

    .main-service .content-para {
        max-width: 85%
    }
}

section.valued_services {
    padding: 100px 0;
    background-image: url(../images/our_service_bg.png)
}

/*.valued_services .section-heading h2 {
    font-weight: 700;
}*/

.valued_services h5 {
    color: #000;
    font-size: 18px;
    margin: 10px auto 10px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0;
    width: 80%;
}

.valued_services .card {
    border-radius: 50px 0;
    border: none;
    height: 100%;
}

.valued_services .card-body {
    min-height: 400px
}
    .valued_services .card-body ul {
        margin-top: 15px
    }

section.valued_services {
    padding: 100px 0;
    background-image: url(../images/our_service_bg.png)
}
/*.valued_services .section-heading h2 {
    font-weight: 700
}*/

.valued_services h5 {
    color: #000;
    font-size: 18px;
    margin: 10px auto 10px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0;
    width: 80%;
}

.valued_services .card {
    border-radius: 50px 0;
    border: none;
    height: 100%
}

.valued_services .card-img-top {
    padding: 30px 20px 30px 40px;
    background-color: #c3e1ff;
    border-top-left-radius: 50px;/*
    min-height: 150px;*/
    border-top-right-radius: 0
}
.valued_services #VCS_Carousel {
    max-width: 75%;
    margin: auto;
}
.valued_services .card-body {
    min-height: 400px;
    padding: 1.25rem;
}
.owl-carousel .owl-item img {
    width: auto !important;
}
    .valued_services .card-body ul {
        margin-top: 15px
    }
.valued_services .card .card-body ul li:before {
    position: absolute;
    content: '';
    left: -10px;
    background-color: #3a3b3c;
    width: 4px;
    height: 1px;
    top: 12px
}
.valued_services .card-title {
    min-height: auto;
}
#VCS_Carousel.owl-carousel .col-lg-6{
    width:100%;
}
@media(max-width:991px) {
    /*.valued_services .card, .valued_services .card-img-top {
        border-top-right-radius: 50px
    }
*/
   
    .valued_services .card {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .valued_services #VCS_Carousel {
        max-width: 100%;
        margin: auto;
    }
}

@media(max-width:767px) {

    .valued_services .card-img-top img {
        width: 100px
    }
}

section.valued_services .card-body p {
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

section.valued_services .card-body ul {
    margin-top: 0px;
    padding-left: 15px !important;
    font-weight:300;
}

    section.valued_services .card-body ul li {
        margin-bottom: 2px;
        font-size: 16px;
    }
.valued_services .section-heading-2 {
    margin-bottom: 30px;
}
/**Services css end*/


/**solution css start*/
.valued_services .card .card-body ul li{
    position: relative
}

/*.card-img-top {
    width: 100%;
    height: 100%
}
*/
.our_solution h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.valued_services .section-heading {
    text-align: center
}
    .valued_services .section-heading h2 {
        font-weight: 500;
        font-size: 36px;
        text-transform: uppercase;
    }
.valued_services .card-body ul {
    margin-top: 15px
}

section.our_solution {
    padding: 100px 0;
    background-color: #c3e1ff
}

.our_solution .card-body {
    padding: 25px 15px 25px 0px;
    min-height: 320px
}

.our_solution .card .row > div:nth-child(2n) {
    padding-left: 0px;
}

.our_solution .card-body span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical
}

.our_solution h5 {
    color: #0977c6;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.our_solution .card {
    border-radius: 50px 0;
    border: none;
    box-shadow:none !important;
}
    .our_solution .card .btn_2{
        margin-top:20px;
    }
    .our_solution .card-img-top img {
        border-top-left-radius: 50px;
        border-top-right-radius: 0;
        height: 100%
    }

.our_solution .card img {
    border-top-left-radius: 50px
}

.our_solution .card .card-body ul li:before {
    position: absolute;
    content: '';
    left: -10px;
    background-color: #3a3b3c;
    width: 4px;
    height: 1px;
    top: 12px
}

@media(max-width:991px) {

    .our_solution .card-body {
        padding: 20px
    }
}

@media(max-width:767px) {

    .our_solution .card-img-top img {
        width: 100%
    }

    .our_solution .card {
        border-bottom-right-radius: 45px;
        border: none;
        border-top-left-radius: 66px;
    }

        .our_solution .card img {
            border-top-left-radius: 45px;
        }
}

section.our_solution ul {
    padding-left: 15px !important;
    margin-top: 10px !important;
}

    section.our_solution ul li {
        margin-bottom: 2px;
        position:relative;
    }
.our_solution .owl-carousel .col-lg-6 {
    width:100%;
}
.our_solution .section-heading {
    text-align: center;
}
.our_solution .card-body .btn-1 {
    margin-top: 12px !important;
}
/**solution css end*/

/* overlapping card with image*/

.overlapping-sec {
    padding: 0px 0px 100px;
    z-index: 5;
    position: relative;
}



.overlap-pos {
    margin-top: -80px;
    justify-content: center;
    border-bottom: 4px solid #c3e1ff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}

.training_sec {
    height: 309.59px;
    background: #fff;
}

.training {
    padding: 45px 15px;
}

    .training h4 {
        margin: 10px 0;
    }

    /*section.overlapping-sec p {
    margin: 0px;
}*/
    .training p {
        margin-bottom: 15px;
    }

    .training button {
        margin-top: 10px;
    }

.our_solution .card-img-top, .training_sec img {
    height: 100%;
}

.btn-1 {
    padding: 15px 25px !important;
    background: linear-gradient(180deg, #FF9900, #FF4800);
    border-radius: 110px;
    color: #fff !important;
    border: none !important;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    transform: scale(1);
    transition: all ease .4s;
}
    .btn-1:hover {
        transform: scale(0.96);
        transition: all ease .4s;
    }

@media only screen and (max-width: 991px) {
    .overlapping-sec {
        padding: 80px 0;
        padding-bottom: 40px !important;
    }

    .overlap-pos {
        margin: 0 10px;
    }
}




@media only screen and (max-width: 767px) {
    .training_sec {
        height: 280px;
        background: #fff;
    }
}
.taining-container .card-body .card-text {
    min-height: auto;
}
.taining-container img.card-img-top.img-fluid {
    min-height: 357px;
}

.taining-container p.card-text {
    height: auto;
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0 20px;
}

/*training banner*/
.training_banner {
    z-index: -1;
}

/*---Services---*/
.service {
    background-color: #f7f7f7;
    padding:50px 0px;
}

    .service img {
        border-top-left-radius: 50px;
        overflow: hidden;
        border-bottom-right-radius: 50px;
        position: relative;
    }

        .service img::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-top-left-radius: 50px;
            border-bottom-right-radius: 50px;
            border: 2px solid #c9e1fc;
            left: -35px;
            bottom: -35px;
        }
/*TextWithDivider*/
.latest-blog-section {
    padding: 80px 0 0px;
}

    .latest-blog-section .heading1 {
        display: flex;
        justify-content: space-between;
        margin: 0 0 3rem;
    }

        .latest-blog-section .heading1 img {
            margin-top: 20px;
            text-align: left !important;
        }

    .latest-blog-section h2 {
        font-weight: 500;
        text-align: left;
        margin-bottom: 15px;
    }

    .latest-blog-section .heading1 p {
        text-align: left;
    }
/*TextWithDivider*/

.content-para {
    margin-right: 20px;
}
/*Default content with double img command btn*/
.content-div1 h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 300;
}
.content-div1 .tool_img2 {
    margin-bottom: 35px;
}
.tool-image {
    width: 80% !important;
    margin: auto;
}
.content-div1 h4 {
    font-size: 44px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    width: 93%;
}
.content-div1 p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom:20px;
}
.view_button2 {
    margin-top: 35px;
}
.service_banner .service_banner_right_image {
    text-align: end;
}
.service_banner {
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}

    .service_banner:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #F2FDFF;
    }

    .service_banner h2 {
        font-weight: 400;
        font-size: 58px;
        font-family: 'SF Pro Display', sans-serif;
        color: #00D1F0;

    }

    .service_banner h3 {
        font-size: 24px;
        font-weight: 500;
        margin: 5px 0 20px;
    }

    .service_banner p {
        color: #000;
        font-family: 'SF Pro Display', sans-serif;
        font-weight: 600;
        font-size: 18px;
        margin-bottom:8px;
    }

    .service_banner p:last-of-type {
            margin-bottom: 0;
    }
        


.about_banner{
    position: relative;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
    /*.about_banner:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgb(9 119 198 / 50%);
    }*/
.about_banner .banner_title {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 100;
}
    /*.about_banner h1{
        color:#fff;
        font-size:42px;
        font-weight:100;
    }*/
    .about_banner p {
        width: 37%;
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        margin-top: 20px;
    }
    .about_banner h4 {
        font-size: 34px;
        font-weight: 300;
        margin-top: 20px;
        color: #fff;
        width: 36%;
    }
    .about_banner h4 strong {
            font-weight: 700 !important;
    }    
    .about_detail .view_button {
            margin-top: 25px;
            margin-left: 0;
    }
.about_testimonial {
    padding: 80px 0 80px;
    background: url(../images/slider_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
}
    .about_testimonial .divider-img{
        display: none;
    }

    .about_testimonial h5 {
        margin-top: 25px;
        font-size: 24px;
        color: #000;
        font-weight: 500;
    }

    .about_testimonial p {
        font-size: 32px;
        color: #000;
        line-height: 1.5;
    }

    .about_testimonial .owl-theme .owl-dots .owl-dot span {
        width: 20px;
        height: 5px;
    }

    .about_testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #10104b;
    }
        .service_banner p:last-of-type

        {
            margin-bottom: 0;
        }

.about_testimonial .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
/*feature-food*/
.feature-food {
    background-image: url(../images/Bacground_bg.png);
    padding: 80px 0 130px;
    background-repeat: no-repeat;
    background-size: cover;
}
    .feature-food .heading {
        display: flex;
        justify-content: space-between;
        margin: 0 0 3rem;
    }

    .feature-food p {
        font-size: 18px;
        color: #000;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .feature-food h4 {
        font-weight: 500 !important;
        margin-bottom: 20px;
        color: #000;
        font-size: 30px;
    }


   /* partner image*/
.experties_heading h2{
    font-size: 44px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 50px !important;
}
/*.partner_image img {
    max-width: 75px;
    margin-bottom: 20px;
    margin-top: 15px;
}*/
.partner_image {
    height: 90px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: self-end;
    max-width: 70px;
}
.partner_circle h6 {
    font-size: 18px;
    color: #000;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
}
.partner_circle {
    width: 250px;
    height: 250px;
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 100%;
    box-shadow: 0 3px 6px #00000029;
    margin: auto;
    display: flex;
    flex-direction: column;
    transform: scale(1);
    transition: all ease .4s;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
    /*.partner_image:hover {
        transform: scale(0.9);
    }*/
.experties_content{
    text-align: center;
}
.experties_content p {
    margin: 50px 0px;
}
/* partner image*/
.img-shape-main {
    position: relative;
}
.img-shape {
    border-top-left-radius: 50px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    position: relative;
}
/*training page card area css*/
.card-para {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 95px;
}
.card-body {
    /* margin-bottom: 25px;*/
    padding: 20px 20px 30px;

}
.card {
    box-shadow: 0 20px 30px rgb(0 24 73 / 10%);
    margin-bottom: 25px;
    border-radius: 10px;

}



.Contact_Us_Description p {
    margin-bottom: 15px;
}
/*******responsive css by Sibankar Dey*********/

@media(max-width:991px) {
    /****home page****/
    .our_solution h2, .valued_services .section-heading h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .valued_services .col-lg-6 {
        margin-bottom: 25px;
    }

    .lorem .sub_heading {
        font-size: 36px;
        font-weight: 600;
        margin: 20px 0 5px 0;
    }

    .lorem-2 .row, .tools-2 .row, .tools-4 .row, .about_detail-1 .row {
        flex-direction: column-reverse;
    }
   
    .lorem-2 img {
        margin-bottom: 10px;
    }
    .about_detail-1 img {
        margin-bottom: 15px;
    }
    .about_banner p {
        font-size: 18px;
    }
    .our_solution .card-body {
        padding: 25px 15px 35px 30px;
        min-height: auto;
    }

    .lorem h6 {
        font-size: 18px;
    }
    .testimonial .item {
        padding: 0px;
    }
    .section-heading {
        margin-right: 0px;
    }
    .content-div1 h3 {
        font-size: 24px;
        font-weight: 400;
    }
    .content-div1 h4 {
        font-size: 34px;
    }
    .tools-2 .view_button2, .tools-4 .view_button2 {
        margin-bottom: 20px;
    }
    .content-div1 h3 {
        margin-bottom: 10px;
    }
    .content-div1 .tool_img2 {
        margin-bottom: 30px;
        max-width:300px;
    }
    .content-div1 p {
        margin-bottom: 10px;
    }
}
@media(max-width:767px) {
    /****home page****/
    .aboutus .mt-4{
        margin-bottom:25px;
    }
    
}
.tools-3 .content-div1 .tool_img2 {
    max-width: 300px;
}

/*home_contac_us*/
.home_contact_us .home_send_us_message .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #58595A;
    font-size: 16px;
}

.home_contact_us .home_send_us_message .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    border-radius: 10px;
    /*height: 50px;*/
}

.home_contact_us .title {
    font-size: 40px;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
    line-height: 1.2;
}

  

/*.heading {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
}*/

.home_contact_us .home_send_us_message .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #D6D6D6 !important;
    font-size: 13px !important;
}

.home_contact_us .home_send_us_message input::placeholder {
    font-family: 'Heebo', sans-serif;
}

.home_contact_us .home_send_us_message input,
textarea {
    width: 100%;
    padding: 10px 0px 14px 12px;
    border-radius: 0px;
    line-height: 1;
    background-color: #f3f9ff;
    border:none;
}
    .home_contact_us .home_send_us_message input:focus,
    textarea:focus {
        border: 1px solid #0977c6 !important;
    }
    .home_contact_us .home_send_us_message input::placeholder,
    .send_us_message textarea::placeholder {
        font-size: 16px;
        font-family: 'Heebo', sans-serif;
        color: #7c858c;
    }

.home_contact_us .home_send_us_message label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.home_contact_us .home_send_us_message label span {
    color: red;
}

.home_contact_us .home_send_us_message .phone_p {
    font-family: 'Heebo', sans-serif;
    color: #878787;
    font-size: 12px;
}

.max_200 {
    font-family: 'Heebo', sans-serif;
    color: #58595A;
    font-size: 14px;
    text-align: end;
    font-weight: 500;
    margin-bottom:10px;
}

.home_contact_us .home_send_us_message .btn_2 {
    border-radius: 0;
    margin-top: 10px;
    padding: 7px 20px;
    border-radius: 2px;
}

.home_contact_us .home_send_us_message {
    padding: 30px;
    background-color: #fff;
}

    .home_contact_us .home_send_us_message .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #7c858c !important;
        font-size: 16px !important;
    }

    .home_contact_us .home_send_us_message .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single {
        background-color: #f3f9ff;
        border-radius: 0px;
        border: none;
        font-size: 16px;
        height: 48px;
    }

.home_contact_us {
    padding-top: 50px;
}
.home_contact_us_heading{
    width: 50%;
    margin: auto;
    margin-bottom:20px;
}
.home_contact_us_left_img img {
    border-top-left-radius: 50px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    position: relative;
}
.home_contact_us_left{
    position:relative;
}

/*testimonialmods css start*/
.testimonials_card .owl-carousel .owl-item img {
    width: 100% !important;
}

.testimonials_card {
    padding: 100px 0px;
    position: relative;
    background: #FAFAFA;
}
    .testimonials_card .owl-item {
        width: 271.5px;
        margin-right: 10px;
    }
    .testimonials_card .card-area {
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        overflow: hidden;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        height: auto;
    }
    .testimonials_card .card-body {
        min-height: 260px;
    }
    .testimonials_card .card-area .card-body .card-title {
        font-size: 22px;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        color: #000;
        margin-bottom:15px;
        position: relative;
        /*margin-bottom: 15px;*/
    }
    .testimonials_card .card-area .card-body p {
        font-size: 16px;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        color: #5C5C5C;
        position: relative;
        margin-bottom: 105px;
        text-align: center;
        height: 60px !important;
    }
    .testimonials_card .testimonials_card_headings {
        text-align: center;
        margin-bottom: 40px;
    }
        .testimonials_card .testimonials_card_headings h2 {
            font-size: 44px;
            font-family: 'Heebo', sans-serif;
            font-weight: 400;
            color: #000;
            position: relative;
            margin-bottom: 20px;
        }
        .testimonials_card .testimonials_card_headings p{
            font-size: 20px;
            font-family: 'Heebo', sans-serif;
            font-weight: 400;
            color: #000;
            position: relative;
            width: 65%;
            margin: 0 auto;
        }
/*testimonialmods css end*/


/*fold carousel start*/
.industry-fourth-section .heading-style-two h2{
    font-size: 44px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
section.industry-fourth-section {
    padding: 100px 0;
}

    section.industry-fourth-section .reviews-slider {
        /*background: #199bdd;*/
        padding: 65px 80px;
    }

        section.industry-fourth-section .reviews-slider .owl-dots .owl-dot.active span,
        section.industry-fourth-section .reviews-slider .owl-dots .owl-dot:hover span {
            /*background: #5A009C !important;*/
        }



        section.industry-fourth-section .reviews-slider .card {
            border: none;
            background: transparent;
            box-shadow:none !important;
        }

            section.industry-fourth-section .reviews-slider .card p {
                font-size: 18px;
                font-family: 'Heebo', sans-serif;
                font-weight: 400;
                color: #000;
                margin-bottom: 25px;
                height: auto !important;
                line-height: initial;
                min-height: unset !important;
            }

            section.industry-fourth-section .reviews-slider .card h4 {
                font-size: 18px;
                font-family: 'Heebo', sans-serif;
                font-weight: 600;
                color: #000;
            }

            section.industry-fourth-section .reviews-slider .card h5 {
                font-size: 14px;
                font-family: 'Heebo', sans-serif;
                font-weight: 600;
                color: #000;
            }
.btn-style-one {
    padding: 15px 25px !important;
    background: linear-gradient(180deg, #FF9900, #FF4800);
    border-radius: 110px;
    color: #fff !important;
    border: none !important;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    transform: scale(1);
    transition: all ease .4s;
}

    .btn-style-one:hover {
        transform: scale(0.96);
        transition: all ease .4s;
    }
section.industry-fourth-section .reviews-slider .btn-style-one {
    width: fit-content;
    margin: auto;
}

section.industry-fourth-section .reviews-slider .card-body {
    /*background: #fff;
    padding: 20px 10px;
    box-shadow: 0 4px 8px #0000003b;
    border-radius: 4px;    
    transition: all ease .4s;*/
}

section.industry-fourth-section .reviews-slider .project-img-sctn {
    padding: 0;
    box-shadow: 0 4px 8px #0000003b;
    border-radius: 4px;
    margin-bottom: 25px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    transition: all ease .10s;
}

section.industry-fourth-section .owl-carousel .owl-stage-outer {
    overflow-x: clip;
    overflow-y: unset;
    z-index: 9;
}

section.industry-fourth-section .reviews-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    /*background: #199bdd;*/
}

section.industry-fourth-section .reviews-slider .card h4 {
    font-size: 22px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

section.industry-fourth-section .reviews-slider .project-img-sctn img {
    width: 100%;
    transition: all ease .10s;
}

section.industry-fourth-section .reviews-slider .project-des {
    position: relative;
    left: 0;
    top: 0;
    height: 260px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 4px 8px #0000003b;
    border-radius: 4px;
    transition: all ease .4s;
    overflow: hidden;
    margin-top: -250px;
}

section.industry-fourth-section .reviews-slider .owl-dots .owl-dot.active span,
section.industry-fourth-section .reviews-slider .owl-dots .owl-dot:hover span {
    background: #0977c673 !important;
    opacity: 1;
}


section.industry-fourth-section .reviews-slider .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
    margin: 15px 4px;
    background: #0977c6;
    opacity: 0.6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}


section.industry-fourth-section .reviews-slider .projct-sub-de {
    opacity: 0;
    height: 0;
    top: 0;
    padding: 0 15px;
    position: relative;
    background: #fff;
    transition: all ease-in .4s;
}

section.industry-fourth-section .owl-dots {
    position: absolute !important;
    top: 360px;
    left: 0;
    right: 0;
}

section.industry-fourth-section .reviews-slider .card-body:hover .project-des {
    top: 0;
    display: block;
    padding-top: 80px !important;
    transition: all ease .4s;
    /* position: relative; */
    margin-top: -80px;
}

section.industry-fourth-section .reviews-slider .card-body:hover .projct-sub-de {
    opacity: 1;
    height: auto;
    transition: all ease 2s;
}

section.industry-fourth-section .reviews-slider .card-body:hover .project-img-sctn {
    width: 100%;
    transition: all ease .4s;
}

section.industry-fourth-section .reviews-slider .card-body:hover {
    padding: 0;
    transition: all ease .4s;
}

section.industry-fourth-section .reviews-slider .btn-style-one {
    width: fit-content;
    margin: auto;
}


@media only screen and (max-width: 767px) {
    section.industry-fourth-section .reviews-slider .card h4 {
        font-size: 16px;
    }
    section.industry-fourth-section .reviews-slider .card p {
        font-size: 14px;
    }

    section.industry-fourth-section .reviews-slider:before {
        height: 380px;
    }

    section.industry-fourth-section .reviews-slider {
        /* background: #199bdd; */
        padding: 85px 80px 60px;
    }

    section.industry-fourth-section .owl-dots {
        position: absolute !important;
        top: 330px;
        left: 0;
        right: 0;
    }
    .industry-fourth-section .heading-style-two{
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    section.industry-fourth-section .owl-dots {
        position: absolute !important;
        top: 370px !important;
        left: 0;
        right: 0;
    }

    section.industry-fourth-section .reviews-slider:before {
        height: 450px !important;
    }

    section.industry-fourth-section .reviews-slider {
        padding: 105px 25px 70px !important;
        margin-top: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    section.industry-fourth-section .owl-dots {
        position: absolute !important;
        top: 330px !important;
        left: 0;
        right: 0;
    }

    section.industry-fourth-section .reviews-slider:before {
        height: 400px !important;
    }

    section.industry-fourth-section .reviews-slider {
        padding: 105px 25px 40px !important;
        margin-top: 60px;
    }

        section.industry-fourth-section .reviews-slider .project-des {
            height: 230px;
            margin-top: -220px;
        }

        section.industry-fourth-section .reviews-slider .card-body:hover .project-des {
            height: 260px;
        }
}

@media only screen and (max-width: 575px) {

    section.industry-fourth-section {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 425px) {

    section.industry-fourth-section .reviews-slider {
        padding: 25px 15px;
    }

    section.industry-fourth-section {
        padding: 30px 0;
    }
    .industry-fourth-section .heading-style-two{
        margin-bottom: 45px;
    }
    section.industry-fourth-section .owl-dots {
        top: 275px;
    }
    section.industry-fourth-section .reviews-slider:before {
        height: 340px;
    }
}
@media only screen and (max-width: 375px) {
    section.industry-fourth-section .owl-dots {
        top: 225px;
    }
    section.industry-fourth-section .reviews-slider:before {
        height: 290px;
    }
}

    @media only screen and (min-width: 768px) and (max-width: 992px) {

        section.industry-fourth-section {
            padding: 80px 0;
        }

            section.industry-fourth-section .reviews-slider {
                padding: 75px 25px 30px;
                margin-top: 60px;
            }

                section.industry-fourth-section .reviews-slider .card-body:hover .project-des {
                    height: 260px;
                }

                section.industry-fourth-section .reviews-slider .card-body .project-des {
                    height: 220px;
                    margin-top: -200px;
                }

            section.industry-fourth-section .owl-dots {
                position: absolute !important;
                top: 290px;
                left: 0;
                right: 0;
            }

            section.industry-fourth-section .reviews-slider:before {
                height: 350px;
            }
    }



    @media only screen and (min-width: 992px) and (max-width: 1199px) {

        section.industry-fourth-section .reviews-slider .card h4 {
            font-size: 18px;
        }

        section.industry-fourth-section .reviews-slider .card p {
            font-size: 16px;
            margin-bottom: 15px;
        }
    }

    @media (min-width:1200px) {


        section.industry-fourth-section .reviews-slider {
            padding: 100px 30px;
        }
    }



    @media only screen and (max-width: 1400px) {
        section.industry-fourth-section .reviews-slider .card h4 {
            font-size: 18px;
        }

        section.industry-fourth-section .reviews-slider .card p {
            font-size: 16px;
            margin-bottom: 15px;
        }
    }

    @media only screen and (min-width: 1700px) {

        section.industry-fourth-section .reviews-slider:before {
            height: 500px !important;
        }

        section.industry-fourth-section .owl-dots {
            top: 400px !important;
        }
    }


    @media only screen and (min-width: 1900px) {

        section.industry-fourth-section .owl-dots {
            top: 430px !important;
        }

        section.industry-fourth-section .reviews-slider .project-des {
            height: 280px;
        }
    }
    @media(min-width:992px) and (max-width:1399px){
        .testimonials_card .card-area .card-body .card-title {
            min-height: 55px;
        }
        .testimonials_card .card-area .card-body p{
            min-height:105px
        }
    }

    /*fold carousel end*/

/* vertical section with btn */

.payment .payment_content img{
    margin-bottom: 50px;
}
.payment .payment_content h2 {
    font-size: 44px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.payment .payment_content p {
    font-size: 20px;
    width: 60%;
    margin: 0px auto 30px;
    font-weight: 400;
    letter-spacing: .5px;
}
/* vertical section with btn */

/*BannerWdTextImg*/
.text_image_banner .banner_right_image img {
    width: 70%;
}
.text_image_banner {
    padding-top:100px;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    background-color: #F2FDFF;
   padding:0 ;
}
    .text_image_banner h2 {
        font-size: 50px;
        font-weight: 400;
        margin-bottom:20px;
    }
    .text_image_banner p {
        color: #000;
        margin-bottom: 20px;
    }
/*BannerWdTextImg*/
.aboutusimg {
    background-color: #F2FDFF;
    padding:30px 0;

}
    .aboutusimg .imag-per{
        display:flex;
        justify-content:center;
    }
        .aboutusimg .imag-per img {
            height: 220px;
            width: 220px;
            border: 1px solid #ccc;
            border-radius: 50%;
            object-fit: cover;
        }
    .aboutusimg .link-in a i {
        margin-top: 20px;
        font-size: 30px;
        color: #000;
        display: flex;
        justify-content: center;
    }
    .aboutusimg .link-in a{
        cursor:pointer;
    }
/*section_with_btn*/
.section_with_btn .section_right {
    display: flex;
    justify-content: center;
}
.section_with_btn .content .banner_title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    width: 65%;
}
.section_with_btn .content p{
    font-size:18px;
    margin-bottom: 16px;
}
.section_with_btn .content p:last-child{
    margin-bottom:0px;
}
.section_with_btn {
    background-color: #F2FDFF;
    border-top: 4px solid white !important;
}

/*section_with_btn*/

/*flex_section*/
.flex_section{
    padding:0px;
}
section.flex_section .container {
    background: #F2FDFF;
    padding: 50px;
}
.flex_section .flex_section_middle .flex_section_title {
    font-size: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
}
.flex_section .flex_section_middle .flex_section_title_bold {
    font-size: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}

/*flex_section*/

/*SmallHoraizontalSec*/
.business-section-two{
    padding: 60px 0px;
}
.the_squere {
    background: #00D1F0;
    text-align: center;
    padding: 25px;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
    .the_squere h6 {
        color: #fff;
        font-family: 'Heebo';
        font-weight: 600;
        font-size: 18px;
    }
.squere_image {
    height: 100px !important;
    margin-right: 25px;
}
/*SmallHoraizontalSec*/
/*topbar*/
.topbar .left{
    justify-content:end;
}
.topbar {
    padding: 10px 0px;
    background-color: #2C2C2C;
}
    .topbar .right span{
        margin-right: 10px;
    }
    .topbar .right p {
        margin-right: 10px;
        font-size: 14px;
    }
    .topbar .right span i{
        color:white;
    }
    .topbar .left span i {
        display: block;
        color: #fff;
        margin: 0 3px;
        font-size: 18px;
        transition: all ease .4s;
        opacity: 1;
        transform: scale(1);
    }
  
/*topbar*/
.Right_Image_Left_Content .content-div{
    margin-right:40px;
}
.Right_Image_Left_Content .the_image_div {
    margin-left: 40px;
}
.Left_Image_Right_Content .content-div {
    margin-left: 40px;
}
.Left_Image_Right_Content .the_image_div {
    margin-right: 40px;
}
/*.testimonials_card .card_text{
    display:none;
}*/
#customers-testimonials .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
    margin: 15px 4px;
    background: #ccc;
    opacity: 0.6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#customers-testimonials .owl-dots .owl-dot.active span,
#customers-testimonials .owl-dots .owl-dot:hover span {
    background: #0977c6 !important;
    opacity: 1;
}

#customers-testimonials .owl-dots {
    

    position: absolute !important;
    margin-top: 30px;
    left: 0;
    right: 0;
}
#customers-testimonials .owl-dots {
    text-align: center;
    margin-bottom:30px;
}
.payment {
    padding-top:50px !important;
}
.contact_us {
    background-size: cover;
    max-height: 600px;
}
section.contact_us {
    /* padding: 200px 0px; */
    position: relative;
}
.contact_us .title:last-of-type {
    margin-bottom: 150px;
}
.host-service {
    background: #FBFBFB;
}

.single-host-service {
    display: flex;
}

    .single-host-service img {
        width: 65px;
        height: 65px;
        margin-right: 45px;
    }

.host-service-content h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.host-service-content {
    position: relative;
    margin: 5px 0 25px;
}

    .host-service-content::before {
        position: absolute;
        content: "\f105";
        font-family: FontAwesome;
        color: #FFB400;
        font-weight: 600;
        font-size: 30px;
        top: -16px;
        left: -25px;
    }

.host-service .busi-subtitle2 {
    font-size: 32px;
}
.payment .btn-1 {
    display:none;
}
.heading-part {
    text-align: center;
}

.busi-title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}

.busi-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}

.busi-subtitle2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.diagnostic{
    display:none;
}