.alt {
    background-color: rgb(243, 249, 249);
}

body {
    padding: 0;
    --eb-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px -2px rgba(0, 0, 0, 0.1);
    --eb-shadow2: 0 5px 20px rgba(0, 0, 0, 0.05);
    font-family: Montserrat;
    overflow-x: hidden;
}

.mb {
    padding-bottom: 5em;
}

.mt {
    padding-top: 5em;
}

    .mt:first-child {
        padding-top: 4em;
    }

.mt0 {
    margin: 0;
}

.h_b {
    margin-bottom: 1em;
}

.eb_font_H {
    font-weight: 600;
    font-size: 2.6rem;
    color: #656565;
    font-family: Montserrat;
}

.eb_font_T {
    font-weight: 400;
    color: #828181;
    font-family: Montserrat;
}

.nopadding {
    padding: 0;
}

.pd-b-0 {
    padding-bottom: 0 !important;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-r-0 {
    padding-right: 0;
}

.jumb {
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

    .jumb:hover {
        transform: translateY(-1px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    }
/*       Slider       */
/*forgetpassword msgBox*/
.message-box-indexpage {
    position: fixed;
    width: 100%;
    z-index: 1200;
    color: white;
    padding: 15px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    display: none;
    bottom: 0;
    background-color: #333333 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.accept_cookies {
    background-color: #1c7ec6 !important;
    border-color: #2287d1 !important;
}

    .accept_cookies:hover, .accept_cookies:focus {
        border-color: #035a99 !important;
        color: white;
        background-color: #035a98;
    }

/*/***********************************
Navigation bar
*************************************/
.ext-pageheader .navbar-brand {
    padding: 0;
}

.ext-pageheader .navbar {
    height: auto;
    padding: 5px;
}

.ext-pageheader .navbar-default {
    background-color: white;
    border-bottom: 0;
}

    .ext-pageheader .navbar-default .navbar-nav > li > a {
        color: #5f6c7d;
        padding-bottom: 10px;
        font-family: Montserrat;
        font-weight: 500;
        padding-top: 10px;
        border-radius: 4px;
        margin-top: 5px;
    }

        .ext-pageheader .navbar-default .navbar-nav > li > a:hover, .ext-pageheader .navbar-default .navbar-nav > li > a:focus {
            color: #508bf9;
            font-weight: 600;
            background: none;
        }

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 100%;
    bottom: 0;
    background-color: #508bf9;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:not(.active_Link):hover:before, .hvr-underline-from-center:not(.active_Link):focus:before, .hvr-underline-from-center:not(.active_Link):active:before {
    left: 15px;
    right: 15px;
}

.active_Link {
    background-color: #508bf9;
    color: white !important;
}

    .active_Link:hover {
        background-color: #0a6794 !important;
    }

@media (max-width: 990px) and (max-width: 1366px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}

@media(max-width: 768px) {
}

.padding-zero {
    padding: 0px;
}

.mart20 {
    margin-top: 20px;
}

.login-box-msg .img-cir {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.eb-banner {
    padding: 15px 15px 15px 15px;
}

.eb-banner-text-img-sec {
    width: 100%;
}

.callAction-nocredcrd {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.get-start-bottom {
    padding: 50px 10px;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    border: 1px solid #fafcff;
    display: flex;
    justify-content: center;
}

.btn-demos {
    margin-left: 15px;
}

.eb-btn {
    height: 50px;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

    .eb-btn i {
        margin: 0 5px;
    }

.btn-blue:hover {
    text-decoration: none;
    color: white;
    background: #3579f9;
}

.btn-blue {
    background: #508bf9;
    color: white;
    border: 1px solid #508bf9;
}

.btn-plain {
    background: white;
    border: 1px solid #508bf9;
    color: #508bf9;
}

    .btn-plain:hover {
        font-weight: 600;
        color: #508bf9;
        text-decoration: none;
    }

.eb-banner .banner-img {
    top: 11rem;
    position: absolute;
    right: 0;
    width: 449px;
    bottom: -67px;
    z-index: 2;
}

    .eb-banner .banner-img img {
        width: 100%;
    }

.home_bner {
    right: -150px;
    left: unset;
    width: 700px;
    top: 50px;
    position: absolute;
    z-index: -1;
}

    .home_bner .figure {
        height: 100%;
        width: 100%;
    }

.bg-color-banner {
    margin-top: 100px;
}

    .bg-color-banner h2 {
        color: white;
        font-size: 35px;
        font-family: Montserrat;
        font-weight: 400;
    }

    .bg-color-banner p {
        width: 90%;
        font-size: 15px;
        line-height: 3.2rem;
        color: white;
        font-family: Montserrat;
        font-weight: 400;
        padding-right: 5em;
    }

.customers {
    padding-top: 2em;
    padding-bottom: 2em;
}

    .customers .slick-prev, .customers .slick-next {
        display: none !important;
    }
/*new hero style*/
.eb-heropage-wrpr {
    display: flex;
}

.eb-heropage .eb-heropage-tabhead {
    width: 100%;
}

.eb-heropage .cust-radio {
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    margin-right: 5px;
    padding: 3px;
    display: inline-block;
    border: 1px solid #75a4fd;
}

.eb-heropage .cust-radio-checked {
    width: 100%;
    height: 100%;
    background: #75a4fd;
    border-radius: 50%;
    display: none;
}

.eb-heropage {
    padding-top: 100px;
}

.eb-heropage-wrpr .nav {
    border-bottom: 1px solid #75a4fd;
    display: flex;
}

.eb-heropage-wrpr .nav-tabs > li > a {
    font-weight: 500;
    color: #35373a;
    display: flex;
    align-items: center;
}

.eb-heropage-wrpr .nav-tabs > li.active > a {
    border-style: none;
    background: #75a4fd;
    color: white;
    border: 1px solid #75a4fd;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.eb-heropage-wrpr .nav-tabs > li.active .cust-radio-checked {
    display: block;
}

.eb-heropage-wrpr .tab-content {
    margin-top: 20px;
}

.eb-heropage-tabpane {
    display: flex;
}

.eb-herosec-call4action {
    flex: 1;
    display: flex;
}

    .eb-herosec-call4action .eb-herosec-call4action-inner {
        align-self: flex-end;
    }

.eb-heropage-wrpr .eb-herpage-tabtext {
    flex: 1;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

    .eb-heropage-wrpr .eb-herpage-tabtext h2 {
        font-size: 35px;
        font-family: Montserrat;
        font-weight: 400;
        color: #042b88;
    }

    .eb-heropage-wrpr .eb-herpage-tabtext p {
        font-size: 15px;
        line-height: 3.2rem;
        font-family: Montserrat;
        font-weight: 400;
    }

.eb-heropage-wrpr .eb-herpage-video {
    width: 50%;
}

.eb-heropage-tabpane iframe {
    width: 100%;
    height: 350px;
    border-radius: 4px;
    border: 1px solid #e2e1e1;
}
/**********************************new hero style end************************************/
/*Work Shop*/
.nopadding {
    padding: 0 !important;
}

.work-shop {
    font-family: Montserrat;
    font-weight: 300;
    position: relative;
    padding-top: 8em;
    background: #508bf9;
}

.service-box {
    width: 100%;
    float: left;
    color: white;
}

.work-shop .content {
    font-size: 1.5rem;
    color: white;
    line-height: 2.7rem;
    font-weight: 300;
}

.icon-box {
    font-size: 40px;
    color: #bbcfff;
}

    .icon-box i {
        margin-top: 22px !important;
    }

.ser-text {
    font-size: 22px;
    margin: 10px 0px 15px;
}

.feature_row_second {
    margin-top: 10rem;
}
/*workshop ends*/
/*aboutus*/
.eb-banner-abtus-head {
    padding-top: 130px;
}

    .eb-banner-abtus-head .banner-img-abtus img {
        width: 100%;
    }
/*team*/
.team {
    font-family: Montserrat;
    font-weight: 300;
}

.team_name {
    font-size: 18px;
    margin: 15px 0px 10px 0px;
}

.team_role {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
}

.profile .img-box {
    display: flex;
    justify-content: center;
}

    .profile .img-box img {
        width: 50%;
        height: 50%;
    }

.img-box_lead {
    padding: 0 12%;
}
/*end team*/
/*overlay2*/
.bg-white {
    background-color: #fff !important;
}

.eb-integrations {
    height: 300px;
    background-color: #fafafa;
}
/*Footer*/
.footerStyle {
    background: linear-gradient(to right,#eef9fe,#edf7ff) !important;
}

footer {
    padding-top: 30px;
    background: linear-gradient(to right,#eef9fe,#edf7ff);
    color: white;
    padding-bottom: 30px;
    font-family: Montserrat;
    font-weight: 300;
}

    footer h5 {
        color: #656565;
        margin-top: 0;
        font-weight: 500;
    }

    footer a {
        text-decoration: none;
        color: #656565;
        font-size: 13px;
        cursor: auto;
        font-weight: 500;
    }

        footer a:hover, footer a:focus {
            color: #aaa;
            cursor: pointer;
        }

    footer p {
        color: #656565;
        font-size: 12px;
        font-weight: 400;
    }

        footer p .country {
            color: #3b3b3b;
            font-weight: 500;
        }

.txt_decor_none {
    text-decoration: none !important;
}

footer .cmpny-details {
    padding-left: 32px;
}

footer .eb-footer-socialbtns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .branch-icon {
    color: #508cf9;
    font-size: 18px;
    margin-right: 8px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    padding-left: 20px;
}

    footer ul li {
        margin-bottom: 2px;
    }

.f_social {
    background-color: #508cf9;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    margin: 6px;
    color: white;
}

    .f_social i {
        width: 20px;
    }

.copyright {
    background-color: #edf8fe;
}

    .copyright p {
        font-weight: 500;
        padding: 10px 0px 0px 0px;
        font-size: 11px;
        margin-bottom: 4px;
    }

.heading7 {
    font-size: 15px;
    font-weight: 700;
    color: #3b5998;
    margin-bottom: 10px;
}
/*Footer*/
.btn-submit:hover, .btn-submit:focus {
    background-color: #5fcf80;
    color: #fff;
}
/*Responsive media queries*/
@media (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 980px) {
    .ser-text {
        font-size: 20px;
    }

    .service-box, .feature-info, .orga-stru {
        margin-bottom: 30px;
    }
}

@media (min-width: 451px) and (max-width: 768px) {
    .ser-text {
        font-size: 20px;
    }

    .service-box, .feature-info {
        margin-bottom: 30px;
    }

    .service-box {
        padding: 0 !important;
    }

    .cust_callout_content {
        height: auto !important;
    }

    .multi_db_supp_text {
        width: 100%;
    }

        .multi_db_supp_text p {
            text-align: center;
        }

        .multi_db_supp_text h3 {
            text-align: center;
        }

    ._quats {
        width: 100% !important
    }

    .mt {
        padding-top: 2em;
    }

    .mb {
        padding-bottom: 2em;
    }

    .h_b {
        margin-bottom: 1em;
    }

    .pdl0xssm {
        padding-left: 0;
    }

    .pdr0xssm {
        padding-right: 0;
    }

    .img_main_callout img {
        height: 19px !important;
    }

    .bg-color-banner h2 {
        padding-bottom: 30px;
    }
}

@media (min-width: 450px) and (max-width: 800px) {
    .ext-pageheader .drp_container {
        width: 400px !important;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .ext-pageheader .nav > li {
        float: left;
        width: 100%;
    }

    .ext-pageheader .drp_container::after {
        display: none;
    }
}

/*mobile*/
@media (min-width: 20px) and (max-width: 450px) {
    .ext-pageheader .nav > li {
        float: left;
        width: 100%;
    }

    .ext-pageheader .drp_items_desc {
        float: left;
        width: 100%;
        padding-left: 0;
    }

    .ext-pageheader li[class='open'] {
        background: #fafafa;
    }

    .ext-pageheader .drp_container::after {
        display: none;
    }

    .ext-pageheader .dropdown-menu > li > a {
        white-space: unset !important;
        word-wrap: break-word;
    }

    .header-section p {
        font-size: 20px;
    }

    .heading {
        margin-bottom: 20px;
    }

    .contact-form-button {
        width: 40%;
    }

    .footer .social-links li {
        margin: 0 5px 25px;
    }

    .modal-sm {
        width: 300px;
    }

    .login-box-body {
        padding: 15px 20px;
    }

    .eb-banner2-img {
        padding-left: 15px;
        padding-right: 15px;
        border: none;
    }

    .chatbot-container img {
        width: 98%;
    }

    .parteners-last {
        padding-top: 20px;
    }

    .gl {
        text-align: center;
    }

    .pr_cont {
        margin-bottom: 30px;
    }

    .pd-t6em {
        padding-top: 0 !important;
    }

    .for-mob {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .supportedBy {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .cmpny-details {
        text-align: center;
    }

    .gl {
        text-align: center;
    }

        .gl ul {
            margin: 0;
            padding: 0;
        }

    .f12 {
        font-size: 13px;
    }

    .for-mob-pd-t {
        padding-top: 15px;
    }

    .copyright p {
        font-size: 9px;
    }

    .techstack {
        height: 90px;
        padding: 10px;
    }

    .b40 {
        margin-bottom: 0 !important;
    }

    .bg-color-banner h2 {
        font-size: 35px;
    }

    .bg-color-banner p {
        font-size: 14px;
        line-height: 2.2rem !important;
        padding-right: 0;
    }

    .pr_text p {
        padding: 0 10px !important;
    }

    .get-start-sec .col-md-4 {
        margin: 20px 0;
    }

    .multi_db_supp_img img {
        width: 100% !important;
        height: auto !important;
    }

    .cust_callout_content {
        height: auto !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .callfaction_cont {
        padding: 0;
    }

        .callfaction_cont .getstarted {
            font-size: 9px;
        }

    .emailtxt {
        font-size: 11px;
    }

    .h_b {
        margin-bottom: 1em;
    }

    .feature_row_second {
        margin-top: 0;
    }

    .multi_db_supp_text p {
        font-size: 1.6rem !important;
        text-align: center;
    }

    .mt {
        padding-top: 2em;
    }

    .mb {
        padding-bottom: 2em;
    }

    .multi_db_supp_text h3 {
        text-align: center;
    }

    .img_main_callout {
        text-align: right;
    }

    .bg-color-banner {
        padding: 0 5px !important
    }

    .ml12_5 {
        margin-left: 0 !important;
    }

    .team_name {
        font-size: 14px;
        text-align: center;
    }

    .team_role {
        font-size: 11px;
        text-align: center;
    }

    .founder .detail-info h3 {
        text-align: center;
        font-size: 20px;
    }

    .founder .detail-info p {
        padding: 0 5px;
    }

    .founder .detail-info h4 {
        text-align: center;
    }

    .mv_com {
        font-size: 15px;
    }

    .team_lead_txt, .sales_head_txt {
        width: 100% !important;
        padding-top: 15px;
    }

    .team_lead_img, .sales_head_img {
        width: 100% !important;
    }

    .flx {
        flex-direction: column-reverse;
    }

    .sales_head {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .team_lead, .sales_head  {
            margin-bottom: 3em;
        }

    .message-box-indexpage {
        font-size: 12px;
    }

    .ml_125 {
        margin-left: 0 !important;
    }

    .navmain .drop-body {
        background: #eaf3fb !important;
    }

    .drp_container {
        border: 1px solid #ccc !important;
    }

    .sprt_logos {
        flex-wrap: wrap !important;
    }

        .sprt_logos .img_cont {
            width: 50% !important;
            margin: 10px 0;
        }

    .accept_cookies {
        margin-top: 15px;
    }

    .navmain .drop-body {
        flex-flow: column wrap;
    }

    .get-start-bottom {
        flex-flow: column;
    }

    /*new heropage*/
    .eb-heropage {
        padding: 100px 10px;
    }

    .eb-heropage-wrpr {
        flex-direction: column-reverse;
    }

        .eb-heropage-wrpr .eb-herpage-video {
            width: 100%;
        }

    .eb-heropage .get-start-sec {
        display: flex;
        flex-flow: column;
    }

    .eb-heropage .get-start-sec {
        width: 100%;
        display: flex;
        flex-flow: column;
    }

        .eb-heropage .get-start-sec a {
            margin: 10px 0;
        }

    .eb-heropage-wrpr .eb-herpage-tabtext {
        padding: 0;
    }

    footer .eb-footer-socialbtns {
        flex-direction: row;
    }
}

.ml12_5 {
    margin-left: 12.5%;
}

.login-box-body {
    margin-top: 100px;
}

.aboutus-header {
    min-height: 480px;
    width: 100%;
    font-family: Montserrat;
    font-weight: 300;
    background-image: url(../images/wall/eb-team.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-header {
    min-height: 480px;
    width: 100%;
    font-family: Montserrat;
    font-weight: 300;
    background-image: url(../images/wall/blog_wall.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blg_subscribe {
    border-radius: 0;
    color: #4d86d6;
    background-color: #e88d21;
    color: white;
    margin: 15px 0;
    padding: 6px 30px;
}

.services-header {
    min-height: 480px;
    width: 100%;
    font-family: Montserrat;
    font-weight: 300;
    background-image: url(../images/wall/servicecover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.platform_wall {
    background-image: url(../images/wall/server.jpeg) !important;
}

.layer {
    background-color: black;
    float: left;
    height: 480px;
    width: 100%;
    opacity: .4;
    padding-top: 150px;
    color: white;
}

.icon_mis {
    width: 100%;
}

.aboutus-header h1 {
    color: white;
    font-size: 3.5em;
}

.abt_us_sunH {
    font-size: 1.9em;
}

.mv_com {
    padding: 5px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 17px;
    line-height: 3.4rem;
}

.eb_mis {
    margin-bottom: 1em;
}

.founder .detail-info {
    line-height: 3rem;
    font-weight: 400;
}

.founder .peoplescllink, .team_lead_txt .peoplescllink, .sales_head_txt .peoplescllink {
    font-size: 20px;
}

.al_bottom {
    margin-top: 13%;
}

.sign-in-ext {
    margin-top: 50px;
    background: url(../images/signinExt.jpg) no-repeat center center fixed;
    height: calc(100vh - 50px);
    width: 100%;
}

.cont-signin {
    height: inherit;
}

.row-sign-in {
    height: inherit;
}

.log-form {
    height: inherit;
    background-color: white;
}

.subscript {
    font-size: 25px;
}

.getStarted {
    padding-bottom: 6em;
}

    .getStarted .socialbtns {
        color: #7b7b7b;
    }

.left {
    text-align: left;
    background-color: gainsboro;
}

.right {
    text-align: center;
    font-size: 12px;
}


.main-cont {
    background-color: #f2f2f2;
    min-height: 100vh;
}

#layout_div #objlist-items {
    height: calc(100vh - 84px);
    margin-right: -15px;
    margin-left: -8px;
    margin-top: 85px;
}

.padd {
    padding-right: 7px;
    padding-bottom: 7px;
}

.list-group a {
    padding: 0;
    padding-left: 10px;
}

.techstack {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

    .techstack a {
        height: 100%
    }

    .techstack img {
        height: 100%;
    }

.f12 {
    font-size: 12px;
}

.cust_img {
    height: 60px;
    display: flex;
    justify-content: center;
}

    .cust_img img {
        height: 100%;
    }

.pr_img_cont {
    height: 120px;
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

    .pr_img_cont img {
        height: 100%;
        width: auto;
    }

.pr_text {
    font-weight: 400;
    font-family: Montserrat;
}

    .pr_text h4 {
        margin: 15px 0px 15px;
        font-size: 22px;
        color: #4e4c4c;
    }

    .pr_text p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: #36424c;
        padding: 0 82px;
    }

.pd-t6em {
    padding-top: 5em;
}

.pd-t-1em {
    padding-top: 1em;
}

.pr_link {
    color: #508cf9;
    font-size: 16px;
    border: 1px solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .pr_link:hover {
        background-color: #508bf9;
        color: white;
        box-shadow: var(--eb-shadow2);
        transform: translateY(-3px);
    }

.cs:hover {
    background-color: #ccc;
    transform: translateY(-3px);
}

.b40 {
    margin-bottom: 40px;
}

.cust_callout_block {
    padding: 20px;
    text-align: center;
}

.img_main_callout {
    margin-bottom: 20px;
}

    .img_main_callout img {
        height: 22px;
        width: auto;
    }

.cust_callout_content {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 300;
    min-height: 185px;
    text-align: center;
    padding: 10px 40px;
}

.speakers {
    background-color: #0280db;
    background-image: linear-gradient(46deg,rgba(0,130,235,.17) 0,rgba(150,195,34,.32) 100%);
    font-family: Montserrat;
    font-weight: 300;
}

.cw {
    color: gainsboro;
}

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

    .team_lead p, .sales_head p {
        line-height: 3rem;
        font-weight: 400;
    }

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

.team_lead_txt, .sales_head_txt {
    width: 66.6%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.team_lead_img, .sales_head_img {
    width: 33.3%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

/*eb loader css*/
.eb-loader-prcbar {
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #ddd;
    height: 3px;
    z-index: 2;
}

    .eb-loader-prcbar:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 3px;
        background-color: #23c523;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.loader_mask_EB {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: #585656;
    opacity: .3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eb_common_loader {
    bottom: 0;
}
/*eb loader css end*/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*home page dropdown*/
.nav_drp_li .sub {
    padding: 7px 20px !important;
    color: #1488c5 !important;
    font-size: 15px;
    font-family: open sans;
}

.nav_drp_li .dropdown-menu {
    padding: 10px;
}
/*EbMsgBox*/
.eb_messageBox_container {
    width: 100%;
    padding: 20px;
    font-family: Montserrat;
    font-size: 18px;
    display: none;
    text-align: center;
    position: fixed;
    z-index: 10000;
    top: 0;
}
/*dropdown menu*/
.drp_container {
    transition: transform .27s ease,opacity .27s ease,visibility .27s ease;
    width: 560px;
    padding: 0;
    top: 40px;
}

    .drp_container .drop-col1 {
        min-width: 62%;
        max-width: 100%;
    }

    .drp_container .drop-col2 {
        min-width: 38%;
        max-width: 100%;
    }

    .drp_container::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        top: -6px;
        right: 45px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(45deg);
        border-left: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3;
    }

.navmain .drop-body {
    background: white;
    border-radius: 4px 4px 0 0;
    padding: 22px 33px 20px;
    position: relative;
    border-bottom: 1px solid #eaf3fb;
    display: flex;
    font-family: Montserrat;
}

.navmain .drop-title {
    display: block;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-size: 15px;
    font-weight: 500;
}

.navmain .drop-link {
    display: block;
    padding: 2px 0 4px 50px;
    margin-bottom: 15px;
    width: auto;
    color: #656a77;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
}

.navmain .ico {
    float: left;
    margin-left: -40px;
    position: relative;
    font-size: 22px;
    color: #508bf9;
}

    .navmain .ico i {
        position: absolute;
        top: 2px;
    }

.navmain .drop-link > * {
    display: block;
}

.navmain .drop-link .dl-title {
    transition: margin-top .25s ease;
    overflow: hidden;
    margin-bottom: 3px;
    font-weight: 500;
    color: #333;
}

.navmain .drop-link .dl-sub {
    font-size: 12.5px;
    font-weight: 500;
    color: #5f6c7d;
    margin-bottom: 3px;
}

.navmain .drop-link .more {
    font-size: 12px;
    color: #0c67a9;
    font-weight: 600;
}

.navmain ul {
    list-style: none;
    padding: 0;
}

.navmain .drop-foot.single {
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    background: #edf7ff;
    border-top: 1px solid #edf7ff;
}

.navmain .drop-foot {
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 17px 54px 7px;
}

    .navmain .drop-foot.single .drop-link {
        width: auto;
    }

    .navmain .drop-foot .drop-link {
        margin-bottom: 12px;
    }

.drop-link:hover .dl-title {
    text-decoration: underline;
    color: #508bf9;
    font-weight: 600;
}

.drp_down:focus:before, drp_down:not(.active_Link):hover:focus {
    display: none;
}

.drp_down:hover .drp_container {
    display: block !important;
    border-radius: 4px;
}

.drp_container:hover {
    display: block !important;
}
/*loader*/
.commonLoader {
    bottom: -1px;
}
/*loder2*/
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 6px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 26px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 45px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%, 100% {
        top: 19px;
        height: 26px;
    }
}
/*blog container indexpage*/
/*suppoted by*/
.sprt_logos {
    display: flex;
    flex-flow: row;
}

    .sprt_logos img {
        /*max-width: 100%;*/
        max-height: 150px;
    }

    .sprt_logos .img_cont {
        width: 25%;
        padding: 0 20px;
        display: flex;
        justify-content: center;
    }


/*bott line*/
.spot {
    width: 100%;
    height: 5px;
    margin: 10px 0px 15px 0px;
    display: flex;
}

    .spot .tick {
        width: 40px;
        height: 100%;
        border-radius: 10px;
    }

.g {
    background-color: #7dd27d;
}

.v {
    background-color: #d37bda;
}

.r {
    background-color: #ef7373;
}

.spot-center {
    justify-content: center;
}

.b {
    background-color: #8fb0ff;
}

/*eb font colors*/

.cw {
    color: white !important;
}

.cbl {
    color: #042b88 !important;
}

.cblk {
    color: #4c4848 !important;
}

/*db round*/
.dbExpWrpr {
    font-family: Montserrat;
    position: relative;
}

.HuYexDb {
    font-size: 35px;
    /* font-family: inherit; */
    font-weight: 400;
    color: #042b8b;
    /* border-left: 6px solid #7dd27d; */
    /*padding-left: 10px;*/
}

.dbExpWrpr .sHbH {
    font-size: 20px;
    color: #5c5d5f;
}

.dbExpWrpr .content-bzATm {
    font-size: 17px;
    line-height: 2em;
    color: #5c5d5f;
    margin-top: 2em;
}

.iMGwrP {
    width: 100%;
    padding: 50px 0;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    background: white;
    height: 100%;
    -webkit-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

    .iMGwrP:hover {
        -webkit-transition: all 250ms ease-in;
        -webkit-transform: scale(1.2);
        -ms-transition: all 250ms ease-in;
        -ms-transform: scale(1.2);
        -moz-transition: all 250ms ease-in;
        -moz-transform: scale(1.2);
        transition: all 250ms ease-in;
        transform: scale(1.2);
    }

.dbWOtr {
    margin-bottom: 25px;
}

.service_name .detail-info {
    line-height: 3rem;
    font-weight: 400;
}

.service_name .peoplescllink {
    font-size: 20px;
}


.service_name .detail-info h3 {
    text-align: center;
    font-size: 20px;
}

.service_name .detail-info p {
    padding: 0 5px;
}

.service_name .detail-info h4 {
    text-align: center;
}
