    /* custom stylesheet */
    
    html,
    body {
        padding: 0;
        border: 0;
        font-family: 'charterregular', sans-serif;
        scroll-behavior: smooth;
    }
    
    [data-link] {
        cursor: pointer;
    }
    
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    
    .container {
        width: 90%;
        margin: 0px auto;
    }
    
    .space_one {
        padding: 60px 0;
    }
    
    @font-face {
        font-family: 'charterregular';
        src: url('../fonts/charter_regular-webfont.woff2') format('woff2'), url('../fonts/charter_regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'charterbold';
        src: url('../fonts/charter_bold-webfont.woff2') format('woff2'), url('../fonts/charter_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'charteritalic';
        src: url('../fonts/charter_italic-webfont.woff2') format('woff2'), url('../fonts/charter_italic-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    .sprite-one,
    .sprite-one-before:before {
        background-image: url("../../../../uploads/2021/04/sprite-01042021.png");
        background-size: 350px auto;
        background-repeat: no-repeat;
    }
    code {
    color: #79BC32;
}
    .sprite,
    .sprite-before:before {
        background-image: url("../../../../uploads/2021/05/Sprite-1.png");
        background-size: 1055px auto;
        background-repeat: no-repeat;
    }
    
    .cloud,
    .cloud-before:before {
        background-image: url("../../../../uploads/2021/05/Cloud-1.png");
        background-size: 800px auto;
        background-repeat: no-repeat;
        border-radius: 100%;
    }
    
    .backend,
    .backend-before:before {
        background-image: url("../../../../uploads/2021/05/Backend-Services-1.png");
        background-size: 1050px auto;
        background-repeat: no-repeat;
        border-radius: 100%;
    }
    
    .database,
    .cloud-before:before {
        background-image: url("../../../../uploads/2021/05/Database.png");
        background-size: 1050px auto;
        background-repeat: no-repeat;
        border-radius: 100%;
    }
    
    .web,
    .web-before:before {
        background-image: url("../../../../uploads/2021/05/Backend-Services-3.png");
        background-size: 1050px auto;
        background-repeat: no-repeat;
        border-radius: 100%;
    }
    
    .cloud-platform,
    .web-before:before {
        background-image: url("../../../../uploads/2021/05/Cloud-Platforms.png");
        background-size: 392px auto;
        background-repeat: no-repeat;
        border-radius: 100%;
    }
    
    .other-tech,
    .web-before:before {
        background-image: url("../../../../uploads/2021/05/Other-Techs.png");
        background-size: 1050px auto;
        background-repeat: no-repeat;
        border-radius: 100%;
    }
    
    a:focus,
    button:focus {
        outline: none;
    }
    
    .below-fold {
        display: none;
    }
    
    .below-fold.active {
        display: block;
    }
    
    .space_two {
        padding: 60px 0;
    }
    
    @media (max-width: 991px) {
        .space_two {
            padding: 30px 0;
        }
        .testimonial_box .testimonial_content .testimony h3 {
            font-size: 20px;
            line-height: 32px;
        }
        .testimonial_box .testimonial_content .testimony p {
            font-size: 16px;
            line-height: 26px;
        }
        .col-md-12 {
            padding-left: 0px;
            padding-right: 0px;
        }
        .space_three {
            padding: 0px;
        }
        .space_four {
            padding: 0px;
        }
        .space_one {
            padding: 20px 0;
        }
        .column-mega {
            float: left;
            width: 25%;
            padding: 0px 30px!important;
            background-color: #fff;
            height: 50px !important;
            position: relative;
        }
        .column-mega {
            border-bottom: 1px solid darkgray;
        }
        .column-mega:hover::after {
            top: 11px !important;
            left: 286px !important;
        }
        .button__one {
            display: none;
        }
        header button {
            flex-basis: 42px;
            top: 1px !important;
            position: relative !important;
        }
        .header_button {
            background-color: #79BC32;
            border-radius: 3px;
            margin-top: 8px;
            margin-left: auto;
            margin-right: 10px;
        }
        .header_button a.nav-link.new {
            color: #ffff;
        }
        .header_button:hover {
            background: #538f14;
            color: #fff;
        }
        .column-mega:hover {
            background: #E5E5E5;
            border-radius: 0px;
        }
    }
    
    .space_four {
        padding-top: 60px;
    }
    
    .button__one {
        background-color: #79BC32;
        padding: 1px 3px;
        border-radius: 3px;
        margin-top: -1px;
    }
    
    .button__one:hover {
        background: #538f14;
        color: #fff;
    }
    
    .button__one a.nav-link {
        color: #ffffff !important;
    }
    
    .button__two {
        background-color: #80bf43;
        padding: 15px 25px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 700;
        text-overflow: ellipsis;
        max-width: 300px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .button__two:hover {
        background: #92db4b;
        text-decoration: none;
    }
    
    .button__two a {
        color: #ffffff !important;
    }
    
    .button__two a:hover {
        text-decoration: none;
    }
    
    .button_outline {
        padding: 3px 10px 11px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 700;
        color: #80bf43;
        border: 1px solid #80bf43;
    }
    
    .button_outline:hover {
        background: #92db4b;
        border: 1px solid #80bf43;
        color: #ffffff;
    }
    
    .seat_avai_max {
        color: #27ae60;
    }
    
    .seat_avai_avg {
        color: #f2994a;
    }
    
    .seat_avai_min {
        color: #eb5757;
    }
    
    header {
        background-color: #ffff;
        border-bottom: 1px solid #e5e9f2;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    header .navbar {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .logo img {
        width: auto;
        height: 60px;
        padding: 10px 0px
    }
    
    .menu .navbar-nav .nav-item .nav-link {
        color: #18191f;
        font-weight: 700;
        font-size: 1rem;
        line-height: 20px;
        justify-content: center;
    }
    
    .menu .navbar-nav .nav-item .nav-link:hover {
        color: #80bf43;
    }
    
    .menu .navbar-nav li {
        padding: 0 20px;
    }
    
    .menu .navbar-nav li:first-child {
        margin-left: 0;
        padding: 0;
    }
    
    .navbar-toggler-icon {
        background-position: -271px -387px;
    }
    
    .navbar-toggler-icon.close {
        background-position: -199px -387px;
    }
    
    @media (min-width: 489px) and (max-width: 991px) {
        .offcanvas-collapse {
            top: 70px !important;
        }
    }
    
    @media (min-width: 320px) and (max-width: 991px) {
        .offcanvas-collapse {
            position: fixed;
            top: 60px;
            bottom: 0;
            left: 100%;
            width: 100%;
            padding-right: 1rem;
            padding-left: 1rem;
            overflow-y: auto;
            visibility: hidden;
            background-color: #fff;
            z-index: 2;
            transition: transform 0.7s ease-in-out, visibility 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
            border-top: 1px solid #ccc;
        }
        .offcanvas-collapse.open {
            visibility: visible;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            z-index: 2;
        }
    }
    
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;..");
    }
    
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;..");
    }
    
    footer {
        background: #0b0d17;
    }
    
    .footer_box__two .hs-input {
        width: 100%;
    }
    
    .footer_box__one img {
        width: auto;
        height: 80px;
        padding: 20px 0px;
    }
    
    footer .footer_box__one p.desc {
        color: #f8f8f8;
        font-family: "Lato", sans-serif;
        font-weight: normal;
        font-size: 1rem;
        opacity: 0.85;
        line-height: 26px;
        margin: 9px 0px;
    }
    
    footer .footer_box__one .social-links ul {
        padding-left: 0;
    }
    
    footer .footer_box__one .social-links ul li {
        list-style-type: none;
        display: inline-block;
        font-size: 16px;
    }
    
    footer .footer_box__two .quick_links h3 {
        color: #999caa;
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-weight: 500;
        padding: 20px 0;
        line-height: 30px;
    }
    
    footer .footer_box__two .quick_links ul {
        padding-left: 0;
    }
    
    footer .footer_box__two .quick_links ul li {
        list-style-type: none;
        /*     padding-top: 10px; */
    }
    
    footer .footer_box__two .quick_links ul li a {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 400;
        padding: 9px 0;
        display: block;
        line-height: 26px;
    }
    
    footer .footer_box__two .quick_links ul li a:hover {
        text-decoration: none;
        color: #80bf43;
    }
    
    footer .footer_box__three h3 {
        color: #999caa;
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-weight: 500;
        padding: 20px 0;
    }
    
    footer .footer_box__three ul {
        padding-left: 0;
    }
    
    footer .footer_box__three ul li {
        list-style-type: none;
        padding: 5px 0;
        color: #ffffff;
    }
    
    footer .footer_box__three ul li span {
        font-size: 1rem;
        font-weight: 700;
        color: #ffffff;
    }
    
    footer .footer_box__three ul li a {
        color: #80bf43;
        font-size: 1rem;
        font-weight: 400;
    }
    
    footer .footer_box__three ul li a:hover {
        text-decoration: none;
        color: #f8f8f8;
    }
    
    .banner-box {
        width: 100%;
        background: #ffffff;
        position: relative;
        font-family: 'Open Sans', sans-serif;
    }
    
    .banner-box .owl-dots {
        position: absolute;
        right: 40px;
        bottom: 10px;
    }
    
    .banner-box .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #92db4b;
    }
    
    .banner-box .caption-box {
        color: #18191f;
    }
    
    .banner-box .caption-box:hover {
        background: #92db4b;
    }
    
    .banner-box .caption-box:hover {
        background: none;
    }
    
    .banner-box .caption-box h1 {
        font-size: 2.625rem;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 25px;
    }
    
    .banner-box .caption-box p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 35px;
        line-height: 32px;
    }
    
    .arrow-explore {
        width: 28px;
        height: 31px;
        display: inline-block;
        background-position: -145px 2px;
        margin: -3px;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
    }
    
    .arrow-explore-one {
        width: 22px;
        height: 14px;
        display: inline-block;
        margin: -2px 8px;
        background-position: -62px -315px;
    }
    
    .arrow-explore-video {
        display: inline-block;
        background-position: -184px -325px;
        width: 55px;
        height: 55px;
        border-radius: 66px;
        background-color: #fff;
    }
    
    .arrow-explore-three,
    .arrow-explore-four,
    .arrow-explore-five,
    .arrow-explore-six,
    .arrow-explore-seven,
    .arrow-explore-eight,
    .arrow-explore-nine,
    .arrow-explore-ten,
    .arrow-explore-eleven,
    .arrow-explore-twelve,
    .arrow-explore-thirteen {
        width: 64px;
        height: 64px;
        display: inline-block;
    }
    
    .cloud-platform-one,
    .cloud-platform-two,
    .cloud-platform-three,
    .cloud-platform-four,
    .backend-one,
    .backend-two,
    .backend-three,
    .backend-four,
    .backend-five,
    .backend-six,
    .backend-seven,
    .backend-eight,
    .backend-nine,
    .backend-ten,
    .backend-eleven,
    .backend-twelve {
        width: 64px;
        height: 64px;
        display: inline-block;
    }
    
    .arrow-explore-three {
        background-position: -19px -18px;
    }
    
    .arrow-explore-four {
        background-position: -104px -18px;
    }
    
    .arrow-explore-five {
        background-position: -189px -18px;
    }
    
    .arrow-explore-six {
        background-position: -275px -18px;
    }
    
    .arrow-explore-seven {
        background-position: -360px -18px;
    }
    
    .arrow-explore-eight {
        background-position: -445px -18px;
    }
    
    .arrow-explore-nine {
        background-position: -531px -18px;
    }
    
    .arrow-explore-ten {
        background-position: -616px -18px;
    }
    
    .arrow-explore-eleven {
        background-position: -702px -18px;
    }
    
    .backend-one {
        background-position: -18px -18px;
    }
    
    .backend-two {
        background-position: -103px -18px;
    }
    
    .backend-three {
        background-position: -187px -18px;
    }
    
    .backend-four {
        background-position: -273px -18px;
    }
    
    .backend-five {
        background-position: -357px -18px;
    }
    
    .backend-six {
        background-position: -441px -18px;
    }
    
    .backend-seven {
        background-position: -526px -18px;
    }
    
    .backend-eight {
        background-position: -609px -18px;
    }
    
    .backend-nine {
        background-position: -694px -18px;
    }
    
    .backend-ten {
        background-position: -780px -18px;
    }
    
    .backend-eleven {
        background-position: -868px -18px;
    }
    
    .backend-twelve {
        background-position: -949px -18px;
    }
    
    .cloud-platform-one {
        background-position: -20px -20px;
    }
    
    .cloud-platform-two {
        background-position: -108px -20px;
    }
    
    .cloud-platform-three {
        background-position: -196px -20px;
    }
    
    .cloud-platform-four {
        background-position: -284px -20px;
    }
    
    .database-one,
    .database-two,
    .database-three,
    .database-four,
    .database-five,
    .database-six,
    .database-seven {
        width: 64px;
        height: 64px;
        display: inline-block;
    }
    
    .database-one {
        background-position: -18px -18px;
    }
    
    .database-two {
        background-position: -103px -18px;
    }
    
    .database-three {
        background-position: -187px -18px;
    }
    
    .database-four {
        background-position: -273px -18px;
    }
    
    .database-five {
        background-position: -357px -18px;
    }
    
    .database-six {
        background-position: -441px -18px;
    }
    
    .database-seven {
        background-position: -526px -18px;
    }
    
    .other-tech-one,
    .other-tech-two,
    .other-tech-three,
    .other-tech-four,
    .other-tech-five,
    .other-tech-six,
    .other-tech-seven,
    .other-tech-eight,
    .other-tech-nine,
    .other-tech-ten,
    .other-tech-eleven,
    .other-tech-twelve,
    .web-one,
    .web-two,
    .web-three,
    .web-four,
    .web-five,
    .web-six,
    .web-seven,
    .web-eight,
    .web-nine,
    .web-ten,
    .web-eleven,
    .web-twelve {
        width: 64px;
        height: 64px;
        display: inline-block;
    }
    
    .web-one {
        background-position: -18px -18px;
    }
    
    .web-two {
        background-position: -103px -18px;
    }
    
    .web-three {
        background-position: -187px -18px;
    }
    
    .web-four {
        background-position: -273px -18px;
    }
    
    .web-five {
        background-position: -357px -18px;
    }
    
    .web-six {
        background-position: -441px -18px;
    }
    
    .web-seven {
        background-position: -526px -18px;
    }
    
    .web-eight {
        background-position: -609px -18px;
    }
    
    .web-nine {
        background-position: -694px -18px;
    }
    
    .web-ten {
        background-position: -780px -18px;
    }
    
    .web-eleven {
        background-position: -868px -18px;
    }
    
    .web-twelve {
        background-position: -949px -18px;
    }
    
    .other-tech-one {
        background-position: -18px -18px;
    }
    
    .other-tech-two {
        background-position: -103px -18px;
    }
    
    .other-tech-three {
        background-position: -187px -18px;
    }
    
    .other-tech-four {
        background-position: -273px -18px;
    }
    
    .other-tech-five {
        background-position: -357px -18px;
    }
    
    .other-tech-six {
        background-position: -441px -18px;
    }
    
    .other-tech-seven {
        background-position: -523px -18px;
    }
    
    .other-tech-eight {
        background-position: -609px -18px;
    }
    
    .other-tech-nine {
        background-position: -694px -18px;
    }
    
    .other-tech-ten {
        background-position: -780px -18px;
    }
    
    .other-tech-eleven {
        background-position: -863px -18px;
    }
    
    .other-tech-twelve {
        background-position: -949px -18px;
    }
    
    .arrow-explore_one,
    .arrow-explore_two,
    .arrow-explore_three,
    .arrow-explore_four,
    .arrow-explore_five,
    .arrow-explore_six {
        width: 56px;
        height: 56px;
        display: inline-block;
        border-radius:100%;
        background-color: #f6f6f6;
    }
    
    .arrow-explore_one {
        background-position: -100px -55px;
    }
    
    .arrow-explore_two {
        background-position: -171px -55px;
    }
    
    .arrow-explore_three {
        background-position: -241px -49px;
    }
    
    .arrow-explore_four {
        background-position: -406px -47px;
    }
    
    .arrow-explore_five {
        background-position: -9px -55px;
    }
    
    .arrow-explore_six {
        background-position: -313px -48px;
    }
    
    .arrow-explore_seven {
        width: 44px;
        height: 44px;
        display: inline-block;
        border-radius: 100%;
        background-color: #f6f6f6;
        background-position: -246px -1px;
    }
    
    .arrow-explore_eight,
    .arrow-explore_nine,
    .arrow-explore_ten {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50%;
    }
    
    .arrow-explore_eight {
        background-position: -356px -2px;
    }
    
    .arrow-explore_nine {
        background-position: -461px -2px;
    }
    
    .arrow-explore_ten {
        background-position: -565px -2px;
    }
    
    .linkdin.arrow-explore_elev:hover,
    .sprite.arrow-explore_nine:hover,
    .sprite.arrow-explore_ten:hover,
    .sprite.arrow-explore_eight:hover {
        background-color: #ffff;
    }
    
    .row.services_list {
        justify-content: center;
    }
    
    .services-box {
        background: #fafafa;
        font-family: 'charterregular';
    }
    
    .services-box .section_title {
        text-align: center;
        display: block;
    }
    
    .services-box .section_title h2 {
        color: #18191f;
        font-size: 3rem;
        font-weight: 700;
        line-height: 64px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .services-box .section_title h2 span {
        display: block;
    }
    .header_button {
        display: none;
}
    @media (max-width: 991px) {
        .services-box .section_title h2 span {
            display: inline;
        }
        .banner-box .caption-box h1 {
            font-size: 22px;
            line-height: 42px;
            margin-bottom: 15px;
        }
        footer .footer_box__one p {
            margin-bottom: 10px;
        }
        .sprite-one {
            width: 40px;
            height: 40px;
        }
        .navbar-toggler-icon {
            background-position: -262px -382px;
        }
        .navbar-toggler-icon.close {
            background-position: -195px -380px;
        }
        .services-box .section_title h2 {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 5px;
        }
        .services-box .services_list .service_card h3 span {
            display: inline;
        }
        .case_study_section .case_box h3 {
            font-size: 20px !important;
        }
        .case_study_section p.casestudy-author {
            padding-bottom: 0px !important;
        }
        .accordion_box {
            margin-top: 30px;
        }
        .accordion_box .panel-group .panel .panel-body {
            line-height: 26px !important;
        }
        .nav {
            overflow-x: auto;
            white-space: nowrap;
        }
       .header_button {
            display: block;
    }
        
    }
  
    .services-box .services_list .service_card {
        background: #ffffff;
        border-radius: 8px;
        padding: 30px 30px;
        box-shadow: 0 1px 9px rgb(41 41 42 / 10%);
        transition: 0.3s;
        width: 100%;
        height: 100%;
        min-height: 250px;
    }
    
    .services-box .services_list .service_card:hover {
        box-shadow: 0px 13px 21px rgb(26 34 43 / 25%);
    }
    
    .services-box .services_list .service_card h3 span {
        display: block;
    }
    
    .services-box .services_list .service_card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #18191f;
        line-height: 32px;
        text-overflow: ellipsis;
        overflow: hidden;
        min-height: 53px;
    }
    
    .services-box .services_list .service_card p {
        font-size: 20px;
        font-weight: 400;
        color: #969bab;
        line-height: 26px;
        max-height: 76px;
        overflow: hidden;
    }
    
    .services-box .services_list .service_card a.link {
        color: #79BC32;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 5px 0px;
        position: absolute;
        bottom: 26px;
    }
    
    .services-box .services_list .service_card a.link:hover {
        text-decoration: none;
        color: #538f14;
    }
    
    .services-box .services_list .service_card a span {
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
    }
    
    .services-box .services_list .service_card a.link:hover span.sprite.arrow-explore {
        margin-left: 7px;
    }
    
    .services-box .list-explore {
        margin: 10px auto;
    }
    
    .services-box .list-explore a {
        color: #ffffff;
    }
    
    .video_section {
        background: #ffffff;
    }
    
    .video_section .text_container h2 {
        font-size: 42px;
        font-weight: 700;
        color: #18191f;
        line-height: 56px;
        margin-bottom: 20px;
    }
    
    .video_section .text_container h2 span {
        color: #80bf43;
    }
    
    .video_section .text_container p {
        font-size: 18px;
        font-weight: 400;
        color: #969bab;
        line-height: 32px;
        margin-bottom: 30px;
    }
    
    .video_section {
        overflow: hidden;
    }
    
    .video_section .text_container .cta {
        background-color: #80bf43;
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 700;
        text-overflow: ellipsis;
        max-width: 212px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .video_section .text_container .cta:hover {
        background: #92db4b;
    }
    
    .video_section .text_container .cta a {
        color: #ffffff;
    }
    
    .video_section .text_container .cta a:hover {
        text-decoration: none;
    }
    
    .video_section .video_box {
        position: relative;
        background-image: url("../../../../uploads/2021/05/2-layers@2x.png");
    }
    
    .video_section .video_box img {
        position: relative;
        border-radius: 5px;
    }
    
    .video_box iframe {
        width: 100%;
        height: 350px;
        position: relative;
        z-index: 9;
        left: 50px;
    }
    
    #first_image {
        width: 227px;
        margin-bottom: 32px;
        right: 60px;
        transition: all ease-in-out;
        transition-duration: 0.05;
    }
    
    #second_image {
        width: 552px;
        left: 50px;
        margin-bottom: 28px;
        z-index: 9;
    }
    
    #third_image {
        width: 240px;
        right: 100px;
        bottom: -50px;
    }
    
    @media(min-width: 768px) and (max-width: 1600px) {
        #third_image {
            right: 10px;
        }
    }
    
    #fourth_image {
        width: 286px;
        right: -100px;
        bottom: -50px;
        transition: all ease-in-out;
        transition-duration: 0.05;
    }
    
    .video_section .video_box .play_icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 10%;
    }
    
    .d-flex {
        display: flex;
        align-items: center;
    }
    
    .technology-section {
        background: #ffffff;
        min-height: 540px;
        padding-top: 60px;
    }
    
    .technology_list:hover {
        transform: scale(1.1);
    }
    
    .technology-section .section_title {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }
    
    .technology-section .section_title h2 {
        color: #18191f;
        font-size: 3rem;
        font-weight: 700;
        line-height: 64px;
        text-align: center;
        margin-bottom: 30px;
        margin-bottom: 15px;
    }
    
    .technology-section .section_title h2 span {
        display: block;
    }
    
    .technology-section .section_title p {
        font-size: 18px;
        font-weight: 400;
        color: #18191f;
        line-height: 32px;
        margin-bottom: 30px;
        border-radius: 5px;
    }
    
    
    div#nav-tab::-webkit-scrollbar {
        display: none;
    }
    
    div#nav-tab {
        -ms-overflow-style: none;
    }
    
    .technology-section .tabs_nav .nav-tabs .nav-link {
        color: #18191f;
        font-size: 23px;
        line-height: 32px;
        border: none;
        border-bottom: 1px solid #d7d7d7;
        font-weight: 400;
        outline: none;
        overflow: initial;
    }
    
    .technology-section .tabs_nav .nav-tabs .nav-link.active {
        color: #79BC32;
        border-bottom: 4px solid #79BC32;
    }
    
    @media (max-width: 991px) {
        .technology-section .tabs_nav .nav-tabs .nav-link {
            font-size: 16px;
            line-height: 6px;
            padding-bottom: 11px;
        }
        .technology-section .section_title p {
            font-size: 16px;
            line-height: 30px;
        }
        .video_section .video_box {
            margin-top: 30px;
            margin-bottom: 100px;
        }
        .col-md-6.footer_box__two {
            width: 100%;
            max-width: 100%;
        }
        .video_section .text_container .cta {
            font-size: 14px;
            line-height: 24px;
            padding: 10px 20px;
        }
        .video_section .text_container p {
            font-size: 16px;
            line-height: 26px;
        }
        .video_section .text_container h2 {
            font-size: 24px;
            line-height: 30px;
        }
        .technology-section .tabs_nav .nav-tabs {
            display: flex;
            flex-wrap: nowrap;
        }
        .services-box .services_list .service_card {
            margin-bottom: 20px;
            min-height: 212px;
            width: 310px;
        }
    }
    .testimonial_box .arrow-quotes img {
        width: 200px;
}
    .technology-section .tab-content ul {
        padding: 16px 0;
        text-align: center;
    }
    
    .technology-section .tab-content ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0;
    }
    
    .technology-section .tab-content ul li .technology_list {
        text-align: center;
        margin-right: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .technology-section .tab-content ul li .technology_list p {
        color: #18191f;
        font-size: 18px;
        line-height: 1.2;
        margin-top: 10px;
        flex-basis: 100%;
    }
    .testimonial_box {
        background-color: #80bf43;
    }
    
    .testimonial_box .section_title {
        width: 100%;
        display: block;
    }
    
    .testimonial_box .section_title h2 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 64px;
        text-align: center;
        margin-bottom: 30px;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .testimonial_box .arrow-quotes {
        position: absolute;
        right: -53px;
        top: -111px;
        opacity: 0.2;
    }
    
    @media (min-width: 320px) and (max-width: 991px) {
        .testimonial_box .arrow-quotes {
            right: 0;
            width: 81px;
            top: -69px;
        }
    }
    
    .testimonial_box .testimonial_content {
        text-align: center;
    }
    
    .testimonial_box .testimonial_content .testimony {
        background: #ffffff;
        box-shadow: 0 10px 25px rgba(41, 41, 42, 0.1);
        border-radius: 8px;
        padding: 30px;
        margin: 30px 0px;
        min-height: 267px;
    }
    
    .testimonial_box .testimonial_content .testimony h3 {
        color: #18191f;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }
    
    .testimonial_box .testimonial_content .testimony p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #18191f;
        margin-bottom: 0;
        max-height: 147px;
        overflow-y: hidden;
    }
    
    @media (max-width: 991px) {
        .testimonial_box .testimonial_content .testimony:first-child {
            margin-right: 0;
        }
        .technology-section .tab-content ul {
            padding: 0px 0;
            text-align: center;
            margin-top: 12px;
        }
        .blog_cover {
            padding: 1px 0px;
        }
        .technology-section .section_title h2 {
            font-size: 24px;
            line-height: 20px;
        }
    }
    
    .testimonial_box .testimonial_content .arrow-down {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 20px solid #ffffff;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 64px;
    }
    
    .testimonial_box .testimonial_content .author {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .testimonial_box .testimonial_content .author .author_details {
        color: #ffffff;
    }
    
    .testimonial_box .testimonial_content .author .author_details .name {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
    }
    
    
    .testimonial_box .testimonial_content .author .author_details .designation {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    
    .testimonial_box .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 35px;
    }
    
    .testimonial_box .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: transparent;
        display: block;
        border-radius: 30px;
        border: 2px solid #ffffff;
        opacity: 0.5;
        outline: none;
    }
    
    .testimonial_box .owl-theme .owl-dots .owl-dot.active span,
    .testimonial_box .owl-theme .owl-dots .owl-dot:hover span {
        background: #fdfdfd;
        opacity: 1;
    }
    
    .training-section .section_title {
        width: 100%;
        display: block;
    }
    
    .training-section .section_title h2 {
        color: #18191f;
        font-size: 3rem;
        font-weight: 700;
        line-height: 64px;
        text-align: center;
        margin-bottom: 30px;
        margin-bottom: 45px;
    }
    
    
    .training-section .training_list .service_card {
        background: #ffffff;
        border-radius: 8px;
        padding: 15px 20px;
        box-shadow: 0px 4px 14px -7px rgb(0 0 0 / 50%);
        margin-bottom: 20px;
        min-height: 334px;
    }
    
    
    .training-section .training_list .service_card .service_header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        margin: 15px 0px;
    }
    
    .training-section .training_list .service_card .service_header .seats_status {
        background: #f4f4f4;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        right: -20px;
    }
    
    .training-section .training_list .service_card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #18191f;
        line-height: 32px;  
    }
    
    .training-section .training_list .service_card p {
        font-size: 14px;
        font-weight: 400;
        color: #969bab;
        line-height: 24px;
        max-height: 95px;
        overflow: hidden;
    }
    
    .training-section .training_list .service_card p br {
        display: none;
    }
    
    .training-section .training_list .service_card .service_footer {
        display: flex;
        justify-content: space-between;
    }
    
    .training-section .training_list .service_card .service_footer a.link {
        color: #80bf43;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }
    
    .training-section .training_list .service_card .service_footer a span {
        margin-left: 10px;
    }
    
    .training-section .training_list .service_card .service_footer a img:hover {
        filter: saturate(3);
    }
    
    .case_study_section {
        background: #ffffff;
    }
    
    .case_study_section .section_title h2 {
        color: #18191f;
        font-size: 3rem;
        font-weight: 700;
        line-height: 64px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .case_study_section .section_title h2 span {
        display: block;
    }
     
    .case_study_section .case_box img {
        margin-bottom: 20px;
    }
    
    .case_study_section .case_box h3 {
        color: #18191f;
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
        min-height: 65px;
    }
    
    .case_study_section .case_box p {
        font-size: 15px;
        line-height: 24px;
        color: rgba(24, 25, 31, 0.67);
        margin-bottom: 6px;
        max-height: 76px;
        overflow: hidden;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .case_study_section .owl-prev,
    .case_study_section .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        outline: none;
    }
    
    .case_study_section .owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
        z-index: 1000;
        opacity: 1;
    }
    
    .case_study_section .owl-carousel .owl-nav button.owl-prev {
        background-color: #ffffff;
        left: -10px;
        transform: rotate(180deg);
        top: 140px;
    }
    
    .case_study_section .owl-carousel .owl-nav button.owl-prev.disabled {
        display: none;
    }
    
    .case_study_section .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #f4f4f4;
    }
    
    .case_study_section .owl-carousel .owl-nav button.owl-next {
        background-color: #ffffff;
        right: -12px;
        transform: rotate(0deg);
        top: 140px;
    }
    
    .case_study_section .owl-carousel .owl-nav button.owl-next.disabled {
        display: none;
    }
    
    .case_study_section .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #f4f4f4;
    }
    .promotion_section {
        background: #ffffff;
    }
    
    .promotion_section .prom_content {
        background-image: url(../img/bg_one.png);
        background-size: 100% 100%;
        border-radius: 0;
        padding: 34px 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        display: none;
    }
    
    @media (max-width: 991px) {
        .promotion_section .prom_content {
            background: #80bf43;
            margin: 0 -15px;
        }
        .training-section .section_title h2 {
            font-size: 24px;
            font-weight: 700;
            line-height: 20px;
            text-align: center;
        }
        .testimonial_box .testimonial_content .author .author_details .name {
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
        }
        .testimonial_box .testimonial_content .author .author_details {
            color: #ffffff;
            margin: 6px 12px;
            text-align: center;
        }
    }
    
    .promotion_section .prom_content h2 {
        color: #ffffff;
        font-size: 40px;
        line-height: 54px;
        font-weight: 800;
        margin-bottom: 30px;
    }
    
    .promotion_section .prom_content h2 span {
        display: block;
    }
    
    @media (max-width: 991px) {
        .promotion_section .prom_content h2 {
            font-size: 24px;
            line-height: 32px;
            text-align: center;
        }
        .promotion_section .prom_content h2 span {
            display: inline-block;
        }
        .case_study_section .owl-carousel .owl-nav {
            display: none;
        }
        .case_study_section .section_title h2 {
            font-size: 23px;
            line-height: 1.3;
            text-align: center;
            margin-top: 30px;
        }
        .case_study_section .section_title h2 span {
            display: inline-block;
        }
        .testimonial_box .section_title h2 {
            font-size: 28px;
            line-height: 42px;
            text-align: center;
        }
    }
    
    .promotion_section .prom_content a {
        background-color: #ffffff;
        padding: 12px 16px;
        border-radius: 8px;
        color: #80bf43;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-overflow: ellipsis;
        max-width: 250px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .promotion_section .prom_content a:hover {
        background: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
    }
    .panel-title>a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "";
        background: url("../../../../uploads/2021/04/sprite-01042021.png");
        width: 16px;
        height: 16px;
        background-position: -303px -360px;
        background-size: 322px auto;
    }
    
    .panel-title>a.collapsed:before {
        float: right !important;
        content: "";
        background: url("../../../../uploads/2021/03/Layer_1@2x1.png");
        width: 16px;
        height: 16px;
        background-position: -125px -316px;
        background-size: 322px auto;
    }
    
    .panel-title>a:hover,
    .panel-title>a:active,
    .panel-title>a:focus {
        text-decoration: none;
    }
    
    .gen_section {
        background-color: #ffffff;
        min-height: 6px;
    }
    
    .gen_section .form_box h2 {
        color: #18191f;
        font-size: 48px;
        line-height: 64px;
        font-weight: 800;
    }
    
    .gen_section .form_box form label {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        margin-top: 25px;
    }
    
    .gen_section .form_box form .form-control {
        border-radius: 8px;
        color: #828282;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        border: 1px solid #e4e4e4;
        background-color: #f9f9f9;
    }
    
    .gen_section .form_box form input[type=text] {
        height: calc(1.5em + .75rem + 12px);
    }
    
    .gen_section .form_box form .button__submit {
        background-color: #80bf43;
        padding: 15px 25px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        margin-top: 15px;
    }
    
    .gen_section .form_box form .button__submit:hover {
        background: #92db4b;
        text-decoration: none;
    }
    
    .accordion_box .title {
        margin: 115px 0 50px;
    }
    
    .accordion_box .title h3 {
        color: #18191f;
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
    }
    
    .accordion_box .title p {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: #969bab;
    }
    
    .accordion_box .panel-group .panel-title a {
        color: #18191f !important;
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
    }
    
    .accordion_box .panel-group .panel {
        border-bottom: 1px solid #e5e9f2;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    
    .accordion_box .panel-group .panel .panel-body {
        color: #969bab;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
    /* .banner {
            background: #6EA239;
            display: flex;
        } */
    
    .banner .full_stack {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        width: 100%;
    }
    
    .banner .full_stack .section_title_one {
        width: 100%;
        display: block;
        padding: 82px 0px;
    }
    
    .banner .full_stack .section_title_one h2 {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        max-width: 730px;
        margin-bottom: 21px;
        line-height: 67px;
    }
    
    .col-md-6.section_title_two {
        flex-basis: 50%;
        display: flex;
        justify-content: flex-end;
    }
    
    .banner .full_stack .section_title_one h2 span {
        display: block;
    }
    
    @media (max-width: 991px) {
        .banner .full_stack .section_title_one h2 {
            width: 100%;
            color: #ffffff;
            font-size: 24px;
            font-weight: 700;
            line-height: 33px;
        }
        .banner .full_stack .section_title_one h2 span {
            display: inline-block;
        }
        .banner .full_stack .section_title_one h2 p {
            color: #ffffff;
            font-size: 17px;
            font-weight: 600;
            text-align: center;
        }
        .nav_link_sub.active::after {
            content: '-';
            width: 20px;
            height: 20px;
            left: 80%;
            font-size: 20px;
        }
        .nav_link_sub::after {
            content: '+';
            width: 20px;
            height: 20px;
            position: absolute;
            left: 80%;
            font-size: 20px;
        }
        .accordion_box .title {
            margin: 21px 0 16px;
        }
        .gen_section .form_box h2 {
            font-size: 28px;
            line-height: 42px;
        }
        .promotion_section .prom_content a {
            font-size: 12px;
            font-weight: 700;
            line-height: 20px;
        }
    }
    
    .banner .full_stack .section_title_one p {
        width: 100%;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        line-height: 29px;
    }
    
    .banner .section_title_two img {
        width: 80%;
    }
    
    .team_box {
        background-color: white;
    }
    
    .team_box .content-box {
        padding-top: 50px;
        position: sticky;
        top: 24px;
    }
    
    .team_box .content-box h2 {
        width: 100%;
        color: #000000;
        font-size: 36px;
        font-weight: 700;
        line-height: 54px;
        text-align: left;
    }
    
    .team_box .content-box h2 span {
        display: block;
    }
    
    .team_box .content-box p {
        max-width: 100%;
        color: #18191f;
        font-size: 18px;
        font-weight: normal;
        line-height: 32px;
        padding-top: 15px;
    }
    
    .team_box .content-box p span {
        display: block;
        padding-top: 20px;
    }
    
    .team_box .development {
        width: max-content;
        border-radius: 8px;
        border: 1px solid #c4c4c4;
        background-color: #ffffff;
        position: sticky;
        top: 0;
        min-width: 330px;
    }
    
    .team_box .development h5 {
        padding-left: 22px;
        width: 100%;
        color: #333333;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    
    .team_box .development a {
        width: 100%;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 22px;
    }
    
    .team_box .development ul {
        margin: 12px 0px;
        padding: 16px 0px;
    }
    
    .content-box_second .development_second ul li,
    .team_box .development ul li {
        list-style-type: none;
        padding: 3px 20px;
    }
    
    .team_box .development ul li a {
        text-decoration: none;
        margin: -20px;
    }
    
    .team_box .development ul li a br {
        display: none;
    }
    
    .team_box .development a:visited {
        color: #000000;
    }
    
    .team_box .development a:hover,
    .team_box .development a:active {
        border-width: 3px;
        border-left-style: outset;
        color: #80bf43;
    }
    
    .team_box .service-column p {
        color: #969BAB;
        font-size: 16px;
        line-height: 22px;
    }
    
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem 0px;
    }
    
    .main_row {
        padding: 41px 0px;
    }
    
    .text_blog {
        color: #ffffff;
    }
    
    .text_blog .button_one {
        width: 100%;
    }
    
    .text_blog .button_one a {
        background-color: #ffffff;
        color: #80bf43;
    }
    
    .text_blog .button_one a:hover {
        color: #000000;
    }
    
    .text_blog p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 24px;
    }
    
    .text_blog h3 {
        color: #ffffff;
        font-size: 42px;
        font-weight: 700;
        line-height: 56px;
    }
    
    .latest_Blos {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .latest_Blos .auth_one {
        max-width: 320px;
        display: none;
    }
    
    .newsletter {
        text-align: center;
        margin: 30px 0px;
    }
    
    .bg_color {
        background: #6EA239;
    }
    
    .bg_color h6 {
        color: #ffffff;
        width: 100%;
        font-size: 13px;
        font-weight: 800;
        line-height: 28px;
        text-align: center;
    }
    
    .bg_color h6 span {
        display: block;
    }
    
    .bg_color a {
        color: #80bf43;
        background-color: white;
    }
    
    .bg_color p {
        width: 100%;
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }
    
    .bg_color p span {
        display: block;
        padding: 12px 0px;
    }
    
    .blog_cover {
        padding: 20px 0px;
    }
    
    .cardone {
        padding: 20px 0px;
    }
    
    .cardone .categories {
        width: 100%;
        padding: 5%;
    }
    
    .cardone .text_place {
        text-align: start;
    }
    
    .cardone .text_place p {
        color: #333333;
        font-size: 16px;
        font-weight: 600;
    }
    
    .cardone .search-container {
        position: relative;
        display: flex;
    }
    
    .cardone .search-container input::placeholder {
        width: 100%;
        color: #999999;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .cardone .search-container #search-bar {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #cccccc;
        padding: 12px;
    }
    
    .cardone .search-container #search-bar:focus {
        outline: none;
        border: 1px solid #cccccc;
    }
    
    .cardone .search-container .icon_one {
        background-color: #ffff;
        position: absolute;
        right: 9px;
        top: 12px;
        z-index: 1;
    }
    
    .pagination-wrapper.section-inner {
        display: none;
    }
    
    .first_paragraph {
        text-align: center;
        border: none;
    }
    
    .first_paragraph input {
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        border-bottom-style: groove;
        background-color: #80bf43;
        max-width: 100%;
        border-bottom: 2px solid #fcf9f9;
    }
    
    .no-outline:focus {
        outline: none;
        color: white;
    }
    
    .button_one {
        width: 100%;
        padding: 18px 0px 0px;
    }
    
    .tutorial ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .tutorial ul li {
        border-radius: 8px;
        background-color: #f3f3f3;
        display: inline-block;
        padding: 9px;
        margin: 12px 2px;
    }
    
    .tutorial ul li a {
        color: rgba(24, 25, 31, 0.67);
        font-size: 12px;
        font-weight: 800;
        line-height: 24px;
        text-decoration: none;
    }
    
     ::placeholder {
        color: white;
        font-size: small;
    }
    
    .topic {
        color: #80bf43;
    }
    
    #newsletterone {
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
    }
    
    .blog-one {
        background-color: white;
        width: 100%;
        padding: 3% 0% 1% 6%;
    }
    
    .blog-one a,
    .blog-one p,
    .blog-one h4 {
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        text-decoration: none;
    }
    
    .auth_three {
        padding: 2% 0%;
    }
    
    .auth_three .auth {
        display: flex;
    }
    
    .auth_three .auth .auth_two {
        width: 100%;
        display: block;
    }
    
    .auth_three .auth .auth_two a {
        width: 100%;
        color: #6ea239;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        text-decoration: none;
    }
    
    .auth_three .auth .auth_two p {
        width: 100%;
        color: rgba(24, 25, 31, 0.67);
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
    }
    
    .auth_three .auth .auth_two h4 {
        width: 100%;
        color: #18191f;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    
    .auth_three .auth .auth_one {
        width: 100%;
    }
    
    @media (max-width: 910px) {
        .auth {
            display: flex;
            flex-direction: column;
        }
    }
    
    .bg_second .alertmanager {
        margin-top: 50px;
    }
    
    .bg_second .alertmanager p {
        width: 100%;
        color: #18191f;
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
    }
    
    .bg_second .alertmanager span {
        display: block;
    }
    
    .bg_second .alertmanager ul {
        margin: 0;
        padding: 0px 0px 20px 17px;
    }
    
    .bg_second .alertmanager ul li {
        padding-top: 5px;
        color: #18191f;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
    }
    
    .bg_second .alertmanager h {
        width: 100%;
        color: #18191f;
        font-size: 36px;
        font-weight: 700;
        line-height: 54px;
        text-align: left;
    }
    
    .bg_second .alertmanager .Go_to_Slack {
        color: #18191f;
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
        text-align: left;
    }
    
    .bg_second .alertmanager .img_one {
        width: 100%;
    }
    
    .bg_second {
        background-color: #ffffff;
    }
    
    .content-box_second {
        position: sticky;
        top: 75px;
    }
    
    .content-box_second h2 {
        width: 100%;
        color: #000000;
        font-size: 36px;
        font-weight: 700;
        line-height: 54px;
        text-align: left;
    }
    
    .content-box_second .development_second {
        width: max-content;
        border-radius: 8px;
        border: 1px solid #c4c4c4;
        background-color: #ffffff;
        width: 100%;
    }
    
    .content-box_second .development_second h5 {
        padding-left: 22px;
        width: 100%;
        color: #333333;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }
    
    .content-box_second .development_second a {
        width: 100%;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 22px;
    }
    
    .content-box_second .development_second ul {
        margin: 12px 0px;
        padding: 0;
    }
    
    .content-box_second .development_second ul li a {
        text-decoration: none;
        margin: -20px;
    }
    
    .content-box_second .development_second a:visited {
        color: #000000;
    }
    
    .content-box_second .development_second a:hover,
    .content-box_second .development_second a:active {
        border-width: 3px;
        border-left-style: outset;
        color: #80bf43;
    }
    
    .text_img {
        display: flex;
        justify-content: center;
    }
    
    .text_img p {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
    }
    
    @media screen and (max-width: 991px) {
        header .navbar {
            margin-left: -15px;
            margin-right: -15px;
        }
        .menu .navbar-nav li {
            margin-left: 0;
            margin-bottom: 10px;
            padding: 0;
        }
        .full_stack {
            display: flex;
        }
        .full_stack .section_title_two img {
            width: 100%;
        }
        .development_second {
            display: none;
        }
    }
    
    @media screen and (max-width: 768px) {
        .full_stack {
            display: flex;
            flex-direction: column-reverse;
        }
        .development {
            display: none;
        }
        .dots-one {
            display: none;
        }
        .services-box .services_list .service_card h3 {
            font-size: 17px;
            font-weight: 600;
            line-height: 30px;
        }
       
        .case_study_section .section_title h2 {
            font-size: 28px;
            line-height: 42px;
            margin-top: 0px;
        }
        .case_study_section .case_box h3 {
            font-size: 20px;
            line-height: 30px;
        }
        .case_study_section p.casestudy-author {
            line-height: 15px;
            padding-bottom: 8px;
        }
        .gen_section .form_box h2 {
            font-size: 28px;
            line-height: 42px;
        }
        .accordion_box .title h3 {
            line-height: 42px;
        }
        .accordion_box .title p {
            font-size: 16px;
            line-height: 26px;
        }
        .accordion_box .panel-group .panel .panel-body {
            font-size: 16px;
            line-height: 26px;
        }
        .gen_section {
            background-color: #ffffff;
            min-height: 550px;
        }
        .footer_box__one img {
            padding: 20px 0px;
        }
        .team_box .content-box h2 {
            font-size: 32px;
            line-height: 45px;
        }
        .team_box .content-box p {
            font-size: 17px;
            line-height: 34px;
            padding-top: 7px;
        }
    }
    
    .hbspt-form .hs-input:focus {
        outline: none;
    }
    
    .hbspt-form .hs-button {
        border-radius: 3px;
        background-color: #79BC32;
        font-weight: 700;
        color: #ffff;
        padding: 9px 30px;
        margin-top: 25px;
        line-height: 30px;
        outline: none;
        border: none;
    }
    
    .hs-error-msgs li {
        list-style: none;
    }
    
    .hs-error-msg {
        color: red;
        padding-top: 10px;
        position: absolute;
        font-size: 12px;
        font-weight: 300;
    }
    
    .quick_links .hs-main-font-element {
        color: #80bf43;
        font-size: 1rem;
        font-weight: 300;
    }
    
    .search-container ul {
        padding: 0;
    }
    
    .search-container li {
        list-style: none;
    }
    
    .search-container li a {
        color: #80bf43;
    }
    
    @media (max-width:767px) {
        .search-container h1 {
            font-size: 24px;
        }
        .case_study_section .case_box p {
            font-size: 14px;
            line-height: 24px;
        }
        .search-container h3 {
            font-size: 18px;
        }
        .case_study_section .section_title h2 {
            margin-top: 30px;
        }
        .training-section .section_title h2 {
            margin-top: 30px;
            padding: 0 15px;
            line-height: 33px;
        }
        .services-box .services_list .service_card {
            max-width: 100%;
            width: 100%;
            padding: 20px 20px;
            min-height: 162px;
        }
    }
    /*  Get in touch form custom css */
    
    .form_box ::placeholder {
        color: #828282;
        font-size: 16px;
    }
    
    .form_box .input input {
        border-radius: 3px;
        border: 1px solid #e4e4e4;
        background-color: #f9f9f9;
        padding: 16px;
    }
    
    .form_box .hs-input {
        width: 100% !important;
        padding: 16px;
        border: 1px solid #e4e4e4;
        background-color: #f9f9f9;
        border-radius: 3px;
    }
    
    .form_box .hs-button {
        background-color: #79BC32;
        color: #fff;
        outline: none;
        border: none;
        padding: 6px 32px;
    }
    
    .quick_links input::placeholder {
        color: #828282;
        font-size: 16px;
    }
    
    .footer_box__two input {
        padding: 13px;
        border-radius: 3px;
        max-width: 100%;
    }
    
    .card_body input {
        background: #6EA239;
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        border-bottom-style: groove;
        max-width: 100%;
        border-bottom: 2px solid #fcf9f9;
    }
    
    fieldset.form-columns-2 {
        margin-top: 48px;
    }
    
    fieldset.form-columns-1 {
        margin-top: 48px;
    }
    
    label.hs-main-font-element {
        display: none;
    }
    
    .form_box .hbspt-form fieldset {
        max-width: 100%;
    }
    
    .form_box ul.no-list.hs-error-msgs.inputs-list {
        padding-left: 0px
    }
    
    .gen_section .form_box form label.hs-error-msg {
        margin-top: 0px;
        padding-top: 10px;
        position: absolute;
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
        max-width: 100%;
        width: 46%;
    }
    
    .form_box ul.no-list.hs-error-msgs.inputs-list li:nth-child(2) {
        display: none;
    }
    
    button.search-submit {
        background: transparent;
        border: none;
    }
    
    .card_body ul.no-list.hs-error-msgs.inputs-list {
        padding-left: 0px;
    }
    
    .card_body label.hs-error-msg {
        margin-left: -94px;
    }
    
    .card_body .submitted-message {
        font-size: 12px;
        font-weight: 300;
        color: #80bf43;
    }
    
    .card_body input {
        color: #ffff;
    }
    
    .form_box .hs-main-font-element {
        color: #80bf43;
    }
    
    .modal-content {
        margin-top: 50%;
    }
    
    .navbar-nav {
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .navbar-nav a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 9px 16px;
        text-decoration: none;
    }
    
    .nav-item {
        float: left;
        overflow: hidden;
    }
    
    .nav-item .nav-item {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font: inherit;
        margin: 0;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffff;
        width: 100%;
        left: 0%;
        z-index: 9;
        top: 100%;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    }
    
    .row-mega {
        margin: 10px;
    }
    
    @media(min-width: 992px) {
        .nav-item:hover .dropdown-content {
            display: block;
        }
    }
    /* Create three equal columns that floats next to each other */
    
    .column-mega {
        float: left;
        width: 25%;
        padding: 29px;
        background-color: #fff;
        height: 115px;
        position: relative;
    }
    
    .column-mega a {
        float: none;
        color: black;
        padding: 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        position: relative;
    }
    
    .column-mega:hover::after {
        content: '';
        background-image: url("../../../../uploads/2021/05/Sprite-1.png");
        background-size: 880px auto;
        background-repeat: no-repeat;
        width: 37px;
        height: 25px;
        position: absolute;
        top: 42px;
        left: 216px;
        background-position: -112px -5px;
    }
    /* Clear floats after the columns */
    
    .row-mega:after {
        content: "";
        display: table;
        clear: both;
    }
    /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
    
    @media screen and (max-width: 600px) {
        .column-mega {
            width: 100%;
            height: auto;
        }
    }
    
    .dots-one {
        position: fixed;
        z-index: 9;
        top: 22%;
    }
    
    li.dots.active {
        background-color: #79BC32;
        box-shadow: 0px 0px 4px 7px #e6f2d9;
    }
    
    .dots a {
        padding-left: 43px;
    }
    
    .dots {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        position: relative;
        margin-top: 36px;
        margin-left: 0px;
        background: #E4E4E4;
        list-style: none;
    }
    
    .dots span {
        display: none;
        position: absolute;
        top: -10px;
        left: 17px;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 6px;
        border-radius: 4px;
        font-weight: bold;
    }
    
    .dots:hover span {
        display: block;
    }
    
    .case_box:hover {
        box-shadow: 0px 2px 24px rgb(26 34 43 / 35%);
    }
    /* .dots-one.active {
       background-color: #80bf43;
	border: 1px solid #80bf43;
	        box-shadow: 0px 1px 3px 4px #e6f2d9;
} */
    /*servise landing page  */
    
    .service-row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .service-column {
        width: 32%;
        background-color: #fff;
        box-shadow: 0 1px 9px rgb(41 41 42 / 10%);
        padding: 40px 32px;
        margin: 9px 9px;
        border-radius: 8px;
    }
    
    .service-column:hover {
        box-shadow: 0px 13px 21px rgb(26 34 43 / 25%);
    }
    
    .service-column a {
        color: #18191F;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none;
        line-height: 32px;
        cursor: alias;
    }
    /* experience ection */
    
    .case_box {
        box-shadow: 1px 0px 21px rgb(41 41 42 / 16%);
        margin: 26px 13px;
        border-radius: 7px;
        padding: 26px;
        height: 280px;
    }
    
    .case_study_section p.casestudy-author {
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
    }
    
    .case_study_section a.link {
        color: #80BF43;
        font-weight: bold;
        line-height: 30px;
        bottom: 60px;
        text-decoration: none;
    }
    
    .column-mega img {
        position: absolute;
        left: 14px;
        max-width: 21px;
        top: 45px;
    }
    
    @media (max-width: 767px) {
        .banner-box .caption-box p {
            font-size: 14px;
            line-height: 32px;
        }
        .services_list .col-md-4 {
            margin-bottom: 20px;
            padding-right: 0px;
            padding-left: 0px;
        }
        img.img-fluid.about-vediod {
            margin-left: 0px;
        }
        .banner .full_stack .section_title_one {
            text-align: center;
            padding: 20px 0px;
        }
        .technology-section .tab-content ul li .technology_list p {
            font-size: 14px;
        }
    }
    
    @media screen and (max-width: 991px) {
        .dropdown-content {
            position: inherit;
            top: 20%;
            box-shadow: none;
        }
        .column-mega img {
            top: 29%;
            left: 2%;
            width: 23px;
        }
        .column-mega {
            width: 100%;
        }
        .testimonial_box .testimonial_content .arrow-down {
            bottom: 75px;
        }
        .button__one {
            border-radius: 3px;
            max-width: fit-content;
            padding: 0px 10px;
        }
       
    }
    
    .profile_img,
    .blog_img_two .img-fluid {
        display: none;
    }
    
    .blog_img_two {
        margin: 72px 0px -46px;
    }
    
    .banner_middle_heading span::after {
        content: '</Code>';
        color: #90DC50;
    }
    
    .cta.btn.button__two {
        display: none;
    }
    
    .form_box .hs-button:hover {
        background: #538f14;
        color: #fff;
    }
    
    .case_study_section a.link:hover span.sprite.arrow-explore {
        margin-left: 7px;
    }
    
    .card_body .hbspt-form .hs-button:hover,
    .quick_links .hbspt-form .hs-button:hover {
        background: #538f14;
        color: #fff;
    }
    
    .tutorial ul li a:hover {
        color: #80bf43;
    }
    
    .navbar {
        padding: 0;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link.nav_link_sub {
        padding: 30px 30px 30px 30px;
    }
    
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    
    @media (max-width: 991px) {
        .navbar-expand-lg .navbar-nav {
            align-items: initial;
        }
        .column-mega:hover::after {
            display: none;
        }
        a.nav-link.nav_link_sub {
            position: unset;
            margin: 0px;
            padding-bottom: 0px;
        }
        .row-mega {
            margin: -14px;
        }
        .services-box .services_list .service_card h3 {
            font-size: 17px;
    }
        .services-box .services_list .service_card p {
            font-size: 16px;
            max-height: 108px;
        }
    }
    
    .row.error-banner {
        justify-content: center;
        margin: 80px 0px;
    }
    
    h1.error-page {
        color: #fff;
        font-weight: bold;
    }
    
    .error-msg {
        text-align: center;
        margin: 150px 0px;
    }
    
    .error404-content input.search-submit {
        background: #6EA239;
        color: #ffff;
    }
    
    label#label-email-d5f9da0f-ec9d-4663-83df-2cc3a10b8325 {
        display: none;
    }
    
    .error404-content input.search-submit:hover {
        background: #a2da68;
    }
    
    .col-md-12.text_blog {
        text-align: center;
    }
    
    .services_list .col-md-4 {
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    @media (min-width: 1589px) {
        .container {
            max-width: 1440px;
            margin: auto;
        }
        .services_list .col-md-4 {
            max-width: 25%;
            max-height: 256px;
            padding-right: 0px;
            margin-bottom: 20px;
        }
        .banner-box .caption-box h1 {
            font-size: 3rem;
            font-weight: 800;
            line-height: 67px;
            margin-bottom: 25px;
        }
        .banner-box .caption-box p {
            font-size: 24px;
            font-weight: normal;
            margin-bottom: 35px;
            line-height: 34px;
        }
        .services-box .services_list .service_card h3 {
            font-size: 22px;
        }
        .services-box .services_list .service_card {
            width: 100%;
            height: 100%;
            padding: 31px 40px;
            position: relative;
            min-height: 250px;
        }
        .testimonial_box .testimonial_content .testimony {
            width: 100%;
        }
        .service-column {
            width: 23%;
            padding: 30px 30px;
            margin: 13px 13px;
        }
        .column-mega:hover::after {
            content: '';
            left: 291px;
        }
        .promotion_section .prom_content {
            padding: 73px;
        }
        .services-box .services_list .service_card a.link {
            font-size: 20px;
            bottom: 19px;
        }
        .services-box .services_list .service_card p {
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            display: -webkit-box;
            max-width: 100%;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        img.img-fluid.about-vedioa {
            width: 297.62px;
            height: 200.24px;
        }
        img.img-fluid.about-vediod {
            width: 552.72px;
            height: 353.85px;
        }
        img.img-fluid.about-vediob {
            width: 240.01px;
            height: 161.84px;
        }
        img.img-fluid.about-vedioc {
            width: 296.25px;
            height: 200.24px;
        }
        .training_list .col-md-4 {
            max-width: 25%;
            padding-right: 5px;
    }
    .training-section .training_list .service_card {
        width: 100%;
}
    }
    
    img.img-fluid.about-vediod {
        position: relative;
        left: 35%;
    }
    
    .col-md-6.col-md-second {
        top: 50px;
    }
    
    .blog_details_contant_wrapper a {
        color: #79BC32;
    }
    .case_study_section .case_box h3 {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    @media (max-width: 480px) {
        .col-md-6.hidden-sm-down {
            display: none;
        }
        .space_two.banner-box .caption-box h1 {
            font-size: 18px;
        }
        .services-box .section_title h2 {
            font-size: 24px;
            line-height: 20px;
            padding: 15px 0 0 0;
        }
        .services-box .services_list .service_card h3 {
            font-size: 15px;
            line-height: 20px;
            min-height: 12px;
        }
        .services-box .services_list .service_card p {
            font-size: 14px;
            line-height: 33px;
        }
        .video_section .text_container h2 {
            font-size: 24px;
            line-height: 20px;
            padding: 15px 0 0 0;
        }
        .video_section .text_container p {
            font-size: 14px;
            line-height: 26px;
        }
        .video_section .video_box {
            display: none;
        }
        .technology-section .section_title h2 {
            font-size: 24px;
            line-height: 1.3;
            padding: 15px 0 0 0;
        }
        .technology-section .tab-content ul li .technology_list p {
            font-size: 14px;
            line-height: 1.2;
        }
        .testimonial_box .section_title h2 {
            font-size: 24px;
            line-height: 20px;
            padding: 15px 0 0 0;
            margin-top: 19px;
        }
        .testimonial_box .testimonial_content .author .author_details .name {
            font-size: 14px;
            line-height: 26px;
        }
        .testimonial_box .testimonial_content .author .author_details .designation {
            font-size: 12px;
            line-height: 21px;
            font-weight: 400;
        }
        .space_four {
            padding: 0px 0px;
        }
        .case_study_section .section_title h2 {
            font-size: 24px;
            line-height: 1.3;
            padding: 15px 0 0 0;
            margin-top: 25px;
        }
        .case_study_section .case_box h3 {
            font-size: 16px !important;
            line-height: 26px;
        }
        .gen_section .form_box h2 {
            font-size: 17px;
            line-height: 37px;
        }
        .form_box .hs-button {
            padding: 7px 24px;
        }
        .form_box .input input {
            padding: 9px;
        }
        .gen_section .form_box form label {
            font-size: 11px;
            line-height: 3px;
            font-weight: 400;
            margin-top: 25px;
        }
        .help-row {
            display: flex;
            flex-direction: column-reverse;
        }
        .accordion_box .title h3 {
            line-height: 20px;
            font-size: 17px;
        }
        .accordion_box .title p {
            font-size: 13px;
            line-height: 26px;
        }
        .accordion_box .panel-group .panel-title a {
            font-size: 15px;
            line-height: 26px;
            font-weight: 400;
        }
        .accordion_box .panel-group .panel {
            border-bottom: 1px solid #e5e9f2;
            padding-bottom: 1px;
            margin-bottom: 13px;
        }
        .accordion_box .panel-group .panel .panel-body {
            font-size: 13px;
        }
        .footer_box__one img {
            padding: 20px 0px;
            max-width: 100%;
            width: auto;
        }
        footer .footer_box__one p.desc {
            font-size: 14px;
        }
        footer .footer_box__one .social-links ul {
            padding-left: 0;
            margin-bottom: 1px;
        }
        footer .footer_box__two .quick_links h3 {
            font-size: 16px;
            padding: 0px;
            line-height: 26px;
            min-height: 53px;
        }
        footer .footer_box__two .quick_links ul li a {
            font-size: 13px;
            padding: 3px 0;
        }
        .col-md-6.footer_box__two {
            max-width: 100%;
            width: 49%;
        }
        footer .footer_box__three h3 {
            font-size: 16px;
            padding: 1px 0px;
        }
        footer .footer_box__three ul li a {
            font-size: 13px;
        }
        footer .footer_box__three ul li span {
            font-size: 13px;
        }
        .space_one {
            padding: 0;
        }
        .form_box .actions {
            margin-bottom: 44px;
        }
        .services-box .section_title {
            margin-top: 12px;
        }
        .menu .navbar-nav .nav-item .nav-link {
            font-size: 12px;
            line-height: 16px;
        }
        .column-mega a {
            padding: 14px 0px;
            font-size: 13px;
        }
        .column-mega img {
            top: 31%;
            left: 0%;
            width: 16px;
        }
        .service-column {
            width: 100%;
            max-width: 100%;
        }
        .team_box .content-box h2 {
            width: 100%;
            font-size: 24px;
            line-height: 40px;
        }
        .team_box .content-box p {
            font-size: 16px;
            line-height: 30px;
            padding-top: 0px;
        }
        .column-mega:hover::after {
            top: 11px !important;
            left: 216px !important;
        }
    }
    
    .quick_links .hs-error-msgs a {
        position: absolute;
        top: 61%;
        left: 5%;
    }
    
    @media (max-width: 320px) {
        .space_two.banner-box .caption-box h1 {
            font-size: 17px;
        }
        .space_two.banner-box .caption-box p {
            font-size: 12px;
            margin-bottom: 0;
            line-height: 26px;
        }
        .services-box .section_title h2 {
            font-size: 24px;
        }
        .services_list .col-md-4 {
            padding-right: 0px;
            padding-left: 0px;
        }
        .team_box .content-box h2 {
            width: 100%;
            font-size: 20px;
            line-height: 30px;
        }
        .team_box .content-box {
            padding-top: 17px;
        }
        .team_box .content-box p {
            font-size: 15px;
            line-height: 29px;
            padding-top: 0px;
        }
        .service-column {
            width: 100%;
            padding: 12px 12px;
            margin: 10px 0px;
            max-width: 100%;
        }
        .service-column a {
            font-size: 16px;
            line-height: 30px;
        }
    }
    
    @media (max-width: 768px) {
        .video_section .video_box {
            display: none;
        }
        .footer_box__one img {
            padding: 20px 0px;
            width: auto;
        }
        .column-mega:hover::after {
            top: 13px !important;
            left: 280px !important;
        }
    }
    
    @media (min-width: 320px) and (max-width: 480px) {
        .column-mega:hover::after {
            top: 11px !important;
            left: 201px !important;
        }
        .sprite-one,
        .sprite-one-before:before {
            background-size: 300px auto;
            background-position: -223px -323px;
        }
        .navbar-toggler-icon.close {
            background-position: -169px -321px;
        }
    }
    /*# sourceMappingURL=style.css.map */
    
    .active_menu {
        color: #80bf43 !important;
    }
    
    .slide_wrapper {
        padding-right: 60px;
        padding-top: 50px;
    }
    
    .slide_wrapper img {
        width: 100%;
        float: right;
    }
    
    .inside_slide_container {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
    }
    
    #slider_one .banner_top_heading {
        color: #90DC50;
        font-size: 46px;
        font-weight: bold;
        line-height: 1;
        margin: 0;
    }
    
    #slider_one .banner_middle_heading {
        font-size: 64px;
        line-height: 1.3;
        color: #000;
        font-weight: bold;
    }
    
    #slider_one .banner_sub_heading {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        opacity: .7;
    }
    
    #slider_two .banner_top_heading {
        color: #90DC50;
        font-size: 42px;
        font-weight: bold;
        line-height: 1;
        margin: 0;
    }
    
    #slider_two .banner_middle_heading {
        font-size: 58px;
        line-height: 1.4;
        color: #000000;
        font-weight: bold;
        margin: 0;
    }
    
    #slider_two .banner_sub_heading {
        font-size: 22px;
        line-height: 30px;
        color: #000000;
        opacity: .7;
    }
    
    #slider_three .banner_top_heading {
        color: #90DC50;
        font-size: 42px;
        font-weight: bold;
        line-height: 1;
        margin: 0;
    }
    
    #slider_three .banner_middle_heading {
        font-size: 58px;
        line-height: 1.4;
        color: #000;
        font-weight: bold;
        margin: 0;
    }
    
    #slider_three .banner_sub_heading {
        font-size: 22px;
        line-height: 30px;
        color: #000;
        opacity: .7;
    }
    
    @media(max-width: 320.98px) {
        .slide_wrapper img {
            width: 100%;
        }
        #slider_one .banner_top_heading {
            color: #90DC50;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_one .banner_middle_heading {
            font-size: 20px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_one .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_two .banner_top_heading {
            color: #90DC50;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_two .banner_middle_heading {
            font-size: 20px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_two .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            margin: 0 auto;
            color: #000;
            opacity: .7;
        }
        #slider_three .banner_top_heading {
            color: #90DC50;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_three .banner_middle_heading {
            font-size: 20px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_three .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            opacity: .7;
        }
    }
    
    @media(min-width: 321px) and (max-width: 575.98px) {
        #slider_one .banner_top_heading {
            color: #90DC50;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_one .banner_middle_heading {
            font-size: 20px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_one .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_two .banner_top_heading {
            color: #90DC50;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_two .banner_middle_heading {
            font-size: 20px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_two .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_three .banner_top_heading {
            color: #90DC50;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_three .banner_middle_heading {
            font-size: 20px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_three .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
    }
    
    @media(min-width: 576px) and (max-width: 767.98px) {
        #slider_one .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_one .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_one .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_two .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_two .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_two .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_three .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_three .banner_middle_heading {
            font-size: 25px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_three .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
    }
    
    @media(min-width: 768px) and (max-width: 991.98px) {
        #slider_one .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_one .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_one .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_two .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_two .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_two .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_three .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_three .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_three .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
    }
    
    @media(min-width: 992px) and (max-width: 1199.98px) {
        #slider_one .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_one .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_one .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_two .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_two .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_two .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_three .banner_top_heading {
            color: #90DC50;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_three .banner_middle_heading {
            font-size: 30px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_three .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
    }
    
    @media(min-width: 1200px) and (max-width: 1365.98px) {
        .slide_wrapper img {
            width: 100%;
            object-fit: cover;
            object-position: center;
        }
        #slider_one .banner_top_heading {
            color: #90DC50;
            font-size: 30px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_one .banner_middle_heading {
            font-size: 40px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_one .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_two .banner_top_heading {
            color: #90DC50;
            font-size: 30px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_two .banner_middle_heading {
            font-size: 40px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_two .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
        #slider_three .banner_top_heading {
            color: #90DC50;
            font-size: 30px;
            font-weight: bold;
            line-height: 1;
            margin: 0;
        }
        #slider_three .banner_middle_heading {
            font-size: 40px;
            line-height: 1.8;
            color: #000;
            font-weight: bold;
        }
        #slider_three .banner_sub_heading {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            opacity: .7;
        }
    }
    /* service banner */
    
    .service_banner {
        position: relative;
    }
    
    .service_banner img {
        width: 100%;
    }
    
    .banner_content_wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        font-family: 'Open Sans', sans-serif;
        ;
    }
    
    h1.banner_heading {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
        max-width: 730px;
        margin-bottom: 12px;
    }
    
    p.banner_text {
        width: 100%;
        color: #ffffff;
        font-size: 27px;
        line-height: 1.2;
        max-width: 790px;
    }
    /*Font reduce all site 1366 to 1600*/
    
    @media(min-width: 1364.98px) and (max-width: 1650px) {
        .slide_wrapper .banner_middle_heading {
            font-size: 40px !important;
        }
        .slide_wrapper .banner_top_heading {
            font-size: 36px !important;
        }
        .services-box .section_title h2 {
            font-size: 40px !important;
        }
        #slider_one .banner_sub_heading {
            font-size: 20px !important;
        }
        #slider_two .banner_sub_heading {
            font-size: 20px !important;
        }
        #slider_three .banner_sub_heading {
            font-size: 20px !important;
        }
        .video_section .text_container h2 {
            font-size: 40px;
        }
        .technology-section .section_title h2 {
            font-size: 40px;
        }
        .testimonial_box .section_title h2 {
            font-size: 40px;
        }
        .case_study_section .section_title h2 {
            font-size: 40px;
        }
        .gen_section .form_box h2 {
            font-size: 40px;
        }
        .services-box .services_list .service_card p {
            font-size: 18px;
            line-height: 24px;
        }
        h1.banner_heading {
            font-size: 40px;
        }
        p.banner_text {
            font-size: 22px;
            line-height: 1.3;
            max-width: 600px;
        }
    }
    
    span.wp-applaud-count {
        color: #90DC50;
    }
    
    #getintouch a {
        color: #90DC50;
        font-size: 12px;
    }
    
    .footer_box__three li i {
        color: #90DC50;
        margin: 0px 10px 0 0px;
    }
    
    .linkdin {
        background-image: url('../img/in.png');
        background-size: 23px;
        background-repeat: no-repeat;
        background-position: 7px 10px;
    }
    
    .banner-box .right-content .bg {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        height: 100%;
    }
    
    .banner-box .owl-carousel .owl-item img {
        width: auto;
    }
    
    .banner-box .right-content h2 {
        font-weight: bold;
        font-size: 74px;
        color: #fff;
    }
    
    .banner-box .right-content {
        float: right;
        z-index: 1;
        padding-right: 84px;
        padding-top: 35px;
        text-align: center;
        font-weight: bold;
        padding-left: 247px;
        width: 59%;
        color: #fff;
        padding-bottom: 53px;
        background: url(../img/slider/BG.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .banner-box .right-content h4 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 0;
    }
    
    .banner-box .right-content p {
        font-size: 18px;
    }
    
    .banner-box .speaker {
        display: inline-block;
        margin: 0 40px;
    }
    
    .banner-box .right-content .speaker img {
        float: none;
        margin: 0 auto;
    }
    
    .banner-box .left-content {
        float: left;
        padding-left: 130px;
        width: 41%;
        padding-top: 60px;
    }
    
    .banner-box .left-content img {
        float: none;
    }
    
    .banner-box .left-content h2 {
        font-size: 46px;
        font-weight: bold;
        color: #5a5a5a;
        margin-top: 35px;
    }
    
    .banner-box .left-content h4 {
        font-size: 33px;
        font-weight: bold;
        color: #347baa;
    }
    
    .slide_wrapper.first {
        padding-right: 0;
        padding-top: 0;
    }
    
    .slide_content_wrapper .banner_sub_heading {
        width: 52%;
    }
    
    @media (max-width: 1800px) {
        .banner-box .right-content h2 {
            font-size: 66px;
        }
        .banner-box .left-content h2 {
            font-size: 42px;
        }
        .banner-box .left-content h4 {
            font-size: 27px;
        }
    }
    
    @media (max-width: 1700px) {
        .banner-box .right-content {
            padding-left: 121px;
            padding-right: 0;
        }
        .banner-box .right-content h2 {
            font-size: 50px;
        }
        .banner-box .speaker {
            padding: 0 34px;
            margin: 0;
            width: 49%;
            vertical-align: top;
        }
    }
    
    @media (max-width: 1500px) {
        .banner-box .left-content h2 {
            font-size: 33px;
        }
        .banner-box .left-content h4 {
            font-size: 20px;
        }
        .banner-box .right-content h2 {
            font-size: 44px;
        }
        .banner-box .right-content .speaker img {
            margin: 0 auto;
        }
        .banner-box .right-content {
            padding-left: 207px;
        }
        .banner-box .right-content h4 {
            font-size: 19px;
        }
        .banner-box .right-content p {
            font-size: 12px;
        }
        .banner-box .owl-carousel .owl-item img {
            max-height: 250px;
        }
    }
    
    @media (max-width: 1100px) {
        .banner-box .right-content {
            padding-right: 26px;
            padding-left: 114px;
        }
        .banner-box .right-content .speaker img {
            height: 100px;
            margin: 0 auto;
        }
        .banner-box .right-content h4 {
            font-size: 18px;
        }
        .banner-box .right-content p {
            font-size: 15px;
        }
        .slide_wrapper {
            padding-top: 22px;
        }
        .banner-box .right-content h2 {
            font-size: 29px;
        }
        .banner-box .left-content h2 {
            font-size: 24px;
            margin-top: 35px;
        }
        .banner-box .left-content h4 {
            font-size: 18px;
        }
        .banner-box .speaker {
            margin: 0 0px;
            width: 49%;
        }
        .slide_wrapper .no-bg {
            max-height: 200px;
        }
        .banner-box .left-content {
            padding-left: 73px;
        }
    }
    
    @media (max-width: 900px) {
        .banner-box .left-content {
            padding-left: 53px;
        }
        .banner-box .right-content {
            padding-left: 28px;
            padding-right: 0;
        }
        .banner-box .speaker {
            width: 35%;
            padding: 0 13px;
        }
        .banner-box .right-content h2 {
            font-size: 21px;
        }
        .banner-box .right-content h4 {
            font-size: 15px;
        }
        .banner-box .right-content p {
            font-size: 10px;
        }
    }
    
    @media (max-width: 767px) {
        .slide_wrapper {
            padding-right: 0px;
            padding-top: 0px;
            padding-left: 0px;
            padding-bottom: 45px;
        }
        .banner-box .right-content {
            float: none;
            width: 100%;
            padding: 20px 0 0;
            position: relative;
            overflow: hidden;
            padding-left: 120px;
        }
        .banner-box .right-content h2 {
            font-size: 19px;
            padding-left: 26px;
        }
        .banner-box .right-content h4 {
            font-size: 14px;
        }
        .banner-box .right-content p {
            font-size: 11px;
        }
        .banner-box .right-content .speaker img {
            width: 48px;
            height: auto;
            margin: 0 auto;
        }
        .banner-box .speaker {
            margin: 0;
            width: 49%;
            vertical-align: top;
        }
        .banner-box .right-content .bg {
            height: 145%;
            margin-top: 0;
        }
        .banner-box .left-content {
            float: none;
            padding-left: 15px;
            width: 100%;
            padding-top: 22px;
            padding-right: 15px;
            margin: 0 auto;
            max-width: 540px;
        }
        .banner-box .owl-carousel .left-content img {
            height: 20px;
        }
        .banner-box .left-content h2 {
            font-size: 15px;
            margin-top: 12px;
        }
        .banner-box .left-content h4 {
            font-size: 11px;
        }
        .slide_wrapper .no-bg {
            margin-top: 30px;
            margin: 30px auto 14px;
            float: none;
        }
        .inside_slide_container {
            position: static;
            transform: none;
        }
        .banner-box .container {
            width: 100%;
        }
        .banner-box .owl-carousel .owl-item .banner_sub_heading {
            font-size: 14px !important;
            line-height: 22px !important;
            width: 100%;
        }
        .banner-box .owl-carousel .owl-item img {
            max-height: 117px;
        }
    }
    
    @media (max-width: 500px) {
        .banner-box .right-content {
            padding-left: 27px;
            padding-right: 0px;
        }
    }
    
    .linkdin.arrow-explore_elev {
        background-image: url(../../../../uploads/2021/05/2021-05-25.png);
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50%;
    }
    
    #site-content .btn.button__one {
        margin: 15px 0px;
    }
    .accordion_box {
        min-height: 450px;
}
@media (min-width: 991px){
.column-mega:hover {
    background: #E5E5E5;
    border-radius: 8px;
    }
}