html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.text-blue {
    color: #0092cd;
}

.f15 {
    font-size: 15px;
}


@font-face {
    font-family: 'HypatiaSansPro';
    src: url('../fonts/HypatiaSansPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

/*-header-start*/
.container {
    max-width: 95% !important;
}
#whatwedo {
    position: relative;
    top: -100px
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.header-bg {
    background: transparent;
    transition: all 0.3s;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #f5bd20 !important
}

.navbar-dark .navbar-nav .nav-item.active .nav-link.bookdemo-link {
    color: #668ab9 !important
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f5bd20 !important;
    transition: all ease 0.3s;
}

.navbar-dark .navbar-nav .nav-link .login-icon {
    color: #565555;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
    background-color: #f5bd20;
}


.dropdown-item{
    font-weight: 600;
    font-size: 14px;
    color: white;

}
.dropdown-menu {
    position: absolute;
    top: 80%;
    left: 5px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    /* padding: 0.5rem 0; */
    padding:  0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #344252;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border: none;
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px  1.5rem;
    clear: both;
    font-weight: 600;
    color: white;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #707070;
}
  .dropend .dropdown-toggle {
    /* color: rgb(226, 226, 226); */
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color:#4b5969;
    color: #f5bd20;
    border-bottom: 1px solid #f5bd20;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #f5bd20;
    text-decoration: none;
    background-color: #4b5969;
    
    
}
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }

    .hide { display: none }
.toggle { cursor: pointer}
  }
  
.solid-bg .logo-width {
    max-width: 65px;
    transition: all 0.8s;
}

.nav-header.solid-bg {
    background-color: #344252;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 30%);
    transition: all 0.7s;
}

/*-header-end*/

/* section.home-banner-sec{
    background-image: url("../images/banner-bg.png");
    
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}    */



section.banner-bg {
    background-image: url("../images/digital-banner-bg.png");


}

section.who-we-are-banner {
    background-image: url("../images/who-we-are-banner-bg.png");


}

section.industries-banner {
    background-image: url("../images/industries-banner-bg.png");


}

section.automation-banner {
    background-image: url("../images/automation-banner-bg.png");


}

section.careers-bg {
    background-image: url("../images/careers-banner-bg.png");


}

.bnr-ht {
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner-container {
    position: relative;
    display: flex;
    align-content: center;
    height: 100vh
}

.home-banner-content-area {
    color: #fff;

    text-align: center;

    width: 100%;
    max-width: 920px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.home-banner-heading h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 43px;
}

.home-banner-subheading {
    background: #485867c7;
    padding: 10px 15px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 4px;
    font-size: 20px;
    margin: 25px 0;

}

.what-we-do-description p {
    text-align: left;
}

span#show_hide_business {
    display: block;
    text-align: center;
}

.iner-baner-subheading {
    background: transparent;
    margin: 0;
}

.home-banner-subheading span {
    padding: 0 10px;
}

.letsconnect-btn {
    margin: 20px 0;
}

.letsconnect-btn a {
    margin: 3px;
}

.letsconnect-btn a span {
    padding: 0 0px 0 10px;
}

section.who-we-are-sec {
    background: #F9F9FA;
    padding: 50px 0
}

.who-we-are-container {
    background: #fff;
    padding: 30px 40px 40px 40px;
    text-align: center;
    border-radius: 13px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    margin: -4% 0 0 0;
}

.title-text {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.theme-btn a {
    background: #f5bd20;
    background-image: url("../images/cta-bg.png");
    background-position: center;
    color: #000;
    display: inline-block;
    padding: 10px 35px;
    border: solid 2px #f5bd20;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.5s;
}

.theme-btn a:hover {
    background: #fff;
    transition: all 0.5s;

}
.theme-btn button {
    background: #f5bd20;
    color: #000;
    display: inline-block;
    padding: 10px 35px;
    border: solid 2px #f5bd20;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.5s;
}

.theme-btn button:hover {
    background: #ffffff;
    transition: all 0.5s;
    color: rgb(0, 0, 0);
    border: solid 2px #f5bd20;

}

.who-we-are-description {
    padding: 25px 0;
    text-align: justify;
}

.who-we-are-description p {
    margin: 0;
    padding: 0;
}

.who-we-are-description p {
    margin: 0 0 9px 0;
    padding: 0;
    font-size: 16px;
}

.who-we-are-btn a {}

.we-help-area {
    text-align: centert;
}

.title-text {
    text-align: center;
}

.we-help-list {
    padding: 7px 0;
    text-align: left;
}

.we-help-list ul {
    margin: 0;
    padding: 0;
    text-align: justify;
    margin-right: 14px;
}

.we-help-list li {
    padding: 12px 0 12px 4px;
    margin-left: 20px;
    font-size: 16px;
}

.our-approch-infografik-img {
    text-align: center
}

.our-approch-infografik-img img {
    /* max-width: 100%; */
    max-width: 85%;
    margin: 0 auto;
}

section.what-we-do-sec {
    padding: 50px 0;
}

.what-we-do-description {
    padding: 20px 0;
}

.what-we-do-description p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: justify
}

.what-we-do-description p span {
    color: #0036ff;
    cursor: pointer;
}




.business-tab-content-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

span.close-tab-area {
    float: right;
    cursor: pointer;
}

section.industry-we-serve-sec {
    background: #f5f9fc;
    padding: 40px 0px 20px 0px;
}

.industry-we-serve-description {
    padding: 15px 0;
}

.industry-we-serve-description p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    /* text-align: justify; */
}

.industry-healthcare-pc-row {
    display: flex;
    align-items: center;

}

.industry-healthcare-pc-img {
    background: #f1f0ff;
    width: 25%;
    text-align: center;
    display: flex;
    height: 180px;
    align-items: center;
    justify-content: center;
}

.industry-healthcare-pc-teitle {
    background: #5082c9;
    width: 75%;
    color: #fff;
    height: 180px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Healthcare-box-row .industry-healthcare-pc-teitle {
    background: #3cd5c3;
}

.industry-healthcare-area {
    padding: 30px 0;
    text-align: justify;
}

.industry-healthcare-title {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.industry-healthcare-description p {
    padding: 12px 0;
    font-size: 16px;
    margin: 0;
}

.industry-healthcare-learn-btn {
    margin: 10px 0 0 0
}

.industry-healthcare-learn-btn a {
    background: #f5bd20;
    background-image: url("../images/cta-bg.png");
    background-position: center;
    display: inline-block;
    padding: 12px 32px;
    border: solid 2px #f5bd20;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.5s;
    font-weight: 500;
}

.industry-healthcare-learn-btn a:hover {
    background: #fff;
    transition: all 0.5s;
}

.industry-healthcare-pc-row.Healthcare-box-row {
    border: #2dc4b1 solid 2px;
}

.close-tab-area {
    display: none;
}

.business-support-slide-info {
    display: none;
}

.contact-support-slide-info {
    display: none;
}

.business-support-slide-title {
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
}

.business-support-slide-title {
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
}



/*primis-client-speak-sec-css-start*/
section.primis-client-sec {
    padding: 40px 0px 10px 0px;
}

.yellow-bg {
    position: relative;
}

.yellow-bg:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    background-image: url("../images/client-speak-bg.png");
    width: 916px;
    height: 450px;
    top: 16%;
    z-index: -9;
    background-size: cover;
}


.client-speak-container {
    padding: 10px 0;
}

.client-speak-container-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1px 0;
}

.client-speak-title {
    width: 100%;
    max-width: 400px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.client-speak-title span {
    display: block;
}



.client-speak-info-box {
    background: #fff;
    margin: 10px;
    min-height: 330px !important;
    padding: 25px;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.home-client-speak-sec .client-speak-info-box {
    min-height: 500px !important;
}

.client-speak-info-box-upperrow {
    display: flex;
    align-items: center;
}

.client-speak-box-logo img {
    max-width: 95px;
}

.client-speak-box-logo-title {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px
}

.client-speak-box-logo-title span {
    font-size: 13px;
    display: block;

}

.client-speak-info-box-description p {
    font-size: 13px;
    padding: 10px 0 0 0;


}

/*primis-client-speak-sec-css-end*/

/*footer-css-start*/
section.footer-sec {
    background-image: url("../images/footer-bg.png");
    padding: 50px 0;
    background-size: cover;
}

.footer-left-area {
    padding: 30px;
    color: #fff;
}

.footer-left-heading {
    text-align: center;
    font-size: 27px;
    padding: 20px 0;
}

.footer-office-infor-row {
    display: flex;
    padding: 15px 0;
}

.footer-office-des {
    padding-left: 20px;
}

.footer-officecountry-title {
    font-size: 15px;
}

.footer-officecountry-address {
    font-size: 13px;
}

.footer-officecountry-address a {
    color: #fff;
    text-decoration: none;
}

.footer-officecountry-address span {
    display: block;
}

.footer-social-icon {
    margin: 0 0 0 40px;
}

.footer-social-icon span {
    padding-right: 15px;
}

.footer-social-icon span a {
    width: 32px;
    display: inline-block;
}

.footer-social-icon span a img {
    width: 100%;
}

.footer-form-area {
    background: #ffffff1a;
    padding: 25px 50px;
    border-radius: 15px;
}

.footer-form {
    padding: 20px 0;
}

.footer-form-heading {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0;
    font-weight: 600;
}

.footer-form .form-control {
    background: #fff;
    color: #000;
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    border-radius: 4px;
}

#txtInput {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Captcha-input {
    border-radius: 0px !important;
}

.Captcha-refresh-btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.footer-form textarea.form-control {
    height: auto;
}

.Captcha-row {
    display: flex;
}

.Captcha-input {
    max-width: 100px;
    background: #e6e6e8 !important;
    color: #231d1d;
    font-weight: 500;
    font-size: 15px;
}

.Captcha-refresh-btn {
    background: #e6e6e8;
    border: none;
    width: 50px;
}

.Captcha-refresh-btn:focus {
    outline: none;
}

.footer-form button.btn.btn-default.submit-btn {
    background: #f5bd20;
    background-image: url("../images/cta-bg.png");
    background-position: center;
    color: #000;
    display: block;
    padding: 10px 35px;
    font-size: 17px;
    border-radius: 5px;
    border: solid 2px #f5bd20;
    font-weight: 500;
    margin: 20px auto 0;
    transition: all 0.3s;
    text-align: center;
}

.footer-form button.btn.btn-default.submit-btn:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s;

}

.footer-bottom-row {
    background: #02192d;
    color: #fff;
    font-size: 13px;
    padding: 15px 0px 15px 0;
    text-align: center;
}

/*footer-css-end*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


.our-business-process {
    margin: 25px 0 40px 0;
    display: flex;
    justify-content: center;
}

.our-business-container {
    /* background: #a1bbd4;*/
    padding: 0px;
    margin: 25px 0;
}

.our-business-process-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.our-business-process-left {
    width: 100%;
}

.our-business-process-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-business-blue-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #377cbe;
    width: 100%;
    max-width: 280px;
    padding: 15px;
}

.our-business-blue-content {
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.our-business-blue-icon {
    padding: 5px 0 0 0;
}

.our-business-list-area ul {
    list-style: none;
    padding: 0;

}

.our-business-list-area ul li {
    padding: 2px 30px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.our-business-list-area ul li:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    left: 13px;
    height: 7px;
    border-radius: 50%;
    background: #76464b;
    top: 8px;
}

.our-business-process-infografic img {
    max-width: 100%;
}

.business-right-info-box {
    background: #595bc0;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 6px 1px #00000054;
    box-shadow: 1px 1px 6px 1px #00000054;
    max-width: 390px;
    margin: 0 0 0 -30%;
}

.business-right-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

.business-right-info-text {
    padding-left: 15px;
    color: #fff;
    font-size: 18px;
    padding-top: 10px
}

.industry-healthcare-area ul.nav.nav-pills {
    display: block;
}

.industry-healthcare-area ul.nav.nav-pills li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

li.Healthcare-tab {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

li.legal-process-tab {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.industry-healthcare-area ul.nav.nav-pills li span {
    margin-right: 20px;
    background: #456ABB;
    padding: 10px;
    border-radius: 10px;
}

.industry-healthcare-area ul.nav.nav-pills li a {

    width: 100%;
    margin: -1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* max-width: 335px; */
    padding: 15px;
    font-weight: 600;
    background: #fff;
    color: #000;
    font-size: 18px;
    border: solid 1px #bcbcbc;
    /* border-bottom: none; */
    border-radius: 6px;
}

.industry-healthcare-area ul.nav.nav-pills li a.active {
    background: #ffd76b;
    /* color: #fff; */
}

.industry-healthcare-area ul.nav.nav-pills li a .white-tab-icon {
    display: none;
}

.industry-healthcare-area ul.nav.nav-pills li a.active .black-tab-icon {
    display: none;
}

.industry-healthcare-area ul.nav.nav-pills li a.active .white-tab-icon {
    display: block;
}

/****Process-Champ-page****/

section.process-champ-sec {
    padding: 30px 0px 30px 0px;
    background: #0d5181;
}

section.process-champ-sec img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

/*our-approch-css-start-aboutus-page*/
section.our-approch-sec {
    padding: 0px 0px 30px 0px;
}

.our-approch-uper-description p {
    text-align: justify;
    font-size: 16px;
    padding: 15px 0;
}

.our-approch-coustam-container {
    background: #c3b8fd;
    padding: 50px;
}

.our-approch-coustam-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-approch-coustam-left-area {
    background: #fff;
    padding: 40px;
    max-width: 420px;
}

.our-approch-left-box-heading {
    font-weight: 600;
    font-size: 18px;
}

.our-approch-left-box-listing {
    padding: 15px 0;
}

.our-approch-left-box-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.our-approch-left-box-listing ul li {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.our-approch-left-box-listing ul li:after {
    content: "";
    position: absolute;
    display: block;
    background: #a9a8ad;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 43%;
    left: 0;
}

.our-approch-coustam-right-area {
    width: 100%;
    margin: 0 0 0 -50px;
    max-width: 750px;

    /* padding: 20px; */
}

.our-approch-coustam-right-box-hdr {
    background: #3c65a5;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 4px;
}

.our-apporch-right-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    margin: 15px 0;
    border-radius: 4px;
    overflow: hidden;
}

.our-approch-right-box-blue-area {
    width: 20%;
    background: #3c65a5;
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.our-approch-right-box-white-area {
    width: 80%;
    background: #fff;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
}

.our-approch-right-white-box-listing {}

.our-approch-right-white-box-listing ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.our-approch-right-white-box-listing li {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 15px;
    position: relative;
}

.our-approch-right-white-box-listing li:after {
    content: "";
    position: absolute;
    display: block;
    background: #a9a8ad;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 42%;
    left: 0;
}

.our-approch-right-box-subtitle-area {
    background: #a6e7f9;
}

.our-approch-right-box-subtitle-area {
    background: #a6e7f9;
    font-size: 12px;
    padding: 5px 15px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 210px;
    margin-left: -5px;
    border-radius: 0 4px 4px 0;
    width: 100%;
}

.our-approch-right-box-blue-area.blue-title-height {
    height: 50px;
    border-radius: 4px 0px 0px 4px;
}

.align-item-none {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.our-approch-right-box-subtitle-area.pink-bg {
    background: #f4d1a9;
}

.our-approch-right-box-subtitle-area.yellow-bg {
    background: #ddd87d;
}

.our-approch-bottom-description {
    padding: 20px;
}

.our-approch-bottom-description p {
    text-align: center;
    font-size: 16px;
}

/*our-approch-css-end-aboutus-page*/
/*aboutus-page-leadership-sec-css-start*/
section.leadership-team-sec {
    padding: 40px 0px 10px 0px;
    background: #f9f9fa;
}

.leadership-team-info-area {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.leadership-team-info-box {
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
    width: 290px;
    margin: 8px;
    display: flex;
    position: relative;
}

.leadership-team-info-hdr-right {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.leadership-team-info-des {
    padding-left: 8px;
    width: 100%;
}

.leadership-team-info-img img {
    width: 135px;
    border-radius: 5px;
}

.leadership-team-info-hdr {
    display: flex;
    border-bottom: solid 3px #f5bd20;
    padding-bottom: 10px;
    justify-content: space-between
}

.leadership-team-degignation {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0;
}

.leadership-team-name {
    font-size: 19px;
    line-height: 20px;
}

.leadership-team-name span {
    display: block;
}

.leadership-team-info-content p {
    font-size: 12px;
    padding-top: 9px;
    display: none;
}

.our-promoters-container {
    padding: 25px 0;
}

/*aboutus-page-leadership-sec-css-end*/

/*Industries-sec-css-start*/

.Industries-tab-area {
    text-align: left;
}

.Industries-verticle-tab-container {
    padding: 15px 0;
    text-align: justify;
}

.Industries-verticle-tab-container ul {}

.Industries-verticle-tab-container li {
    width: 100%;
    border: solid 1px #bcbcbc;
    border-bottom: none;
}

.Industries-verticle-tab-container li.border-botom {
    border-bottom: solid 1px #bcbcbc;
}

.Industries-verticle-tab-container li a {
    text-decoration: none;
    display: block;
    padding: 18px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.Industries-verticle-tab-container li a.active {
    background: #ffd76b;
    box-shadow: 1px 3px 5px 1px #0000003d;
}

.Industries-verticle-tab-container li a span {
    padding-right: 10px;
}

.Industries-verticle-tab-container li a span img {
    width: 100%;
    max-width: 42px;
}

.Industries-verticle-tab-container h3 {
    font-size: 20px;
}

.Industries-verticle-tab-container p {
    font-size: 16px;
}

section.Industries-services-sec {
    padding: 40px 0px 0px 0px;
}

.industry-services-box-area {
    padding: 60px 0px 0px 0px;
    min-height: 700px;

}

/* 
.industry-services-box-area .row {
    height: 330px;
} */

.industry-services-box {
    padding: 30px 0px 0px 0px;
    margin: 5px 0 60px 0;
    transition: all 0.1s;

    overflow: hidden;
    border: 1px solid #D3D1D1;
    border-radius: 10px;

}

.mg {
    margin: 5px 0 20px 0;
}

.industry-services-box-img {
    text-align: center;
    background: #fff;
    border-width: 4px;
    border-style: solid;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: -40px;

    left: 0;
    right: 0;
    padding: .4rem;

}

.industry-services-box-img img {
    width: 100%;
    height: 100%;
    align-items: center;
    margin: 0 auto;


    padding: 1rem;

}

.iconbg {
    border-radius: 50%;
}

.iconbg img {
    filter: brightness(0) invert(1);
}

.industry-services-title {
    padding: 35px 20px 35px 20px;
    font-size: 14px;
    height: 56px;
    font-weight: 500;
    text-align: center;

}

.industry-services-listing ul {
    list-style: none;
    /* padding: 0; */
    margin: 0px 0px 15px 0px;
    height: 122px;
    overflow: hidden;
    padding: 0px 20px 0px 20px;

}

.pc-insurance-box-area .industry-services-listing ul {
    height: 116px;
}



.technical-help-desk-box .industry-services-listing ul {
    height: 134px;
}


.industry-services-listing li {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 2px 7px 2px;
    position: relative;
    list-style-image: url("../images/list-icon.png");
}

.nested-list ul {
    list-style: none;
    /* padding: 0; */
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    height: 152px;
    overflow: hidden;
}

.nested-list li {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 2px 7px 2px;
    position: relative;
    /* list-style-image:  url("../images/list-icon.png");  */
    list-style: disc;
}

.industry-services-listing li:after {
    /* content: "";
       position: absolute;
       display: block;
       left: 0px;
       top: 9px;
       width: 6px;
       height: 6px;
       /* border: solid 3px rgb(58, 58, 58); */
    border-radius: 50%;

}

.industry-services-box.active-box {
    background: #fff;
    overflow: visible;
    transition: all 0.1s;
    z-index: 9;
    box-shadow: 0px 2px 10px 5px #0000000f;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 12px;
    position: absolute;
    width: 90%;

}

.industry-services-box.active-box .industry-services-box-img {
    top: -46px
}

/* .sec-6.active-box {
    background: #ffd76b;
    overflow: visible;
    transition: all 0.1s;
    z-index: 9;
    box-shadow: 0px 2px 5px 5px #0000003b;
    padding-left: 20px;
    padding-right: 11px;
    border-radius: 12px;
    margin-top: -130px;
}
 */

.industry-services-box.active-box ul {
    height: auto;
}

.Industries-slide-icon {
    margin: 0px;
    height: 22px;
    text-align: center;
    background: blue;
    margin: 0 auto;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;


}

.b1 {
    background-color: #4B58B1;
}

.b2 {
    background-color: #5CB0CE;
}

.b3 {
    background-color: #5CCEAC;
}

.b4 {
    background-color: #6271D4;
}

.b5 {
    background-color: #2080CB;
}

.b6 {
    background-color: #585DE4;
}

.b7 {
    background-color: #686BAF;
}

.br1 {
    border-color: #4B58B1;
}

.br2 {
    border-color: #5CB0CE;
}

.br3 {
    border-color: #5CCEAC;
}

.br4 {
    border-color: #6271D4;
}

.br5 {
    border-color: #2080CB;
}

.br6 {
    border-color: #585DE4;
}

.br7 {
    border-color: #686BAF;
}




.Industries-slide-icon span {
    color: #fff;
    float: none;

    cursor: pointer;

    line-height: 22px;
    position: relative;
    top: -2px;
}

.industry-services-box.active-box .Industries-slide-icon span {
    color: #fff;
    transform: rotate(180deg);
}

/*Industries-page-sec-css-end*/

/*career-page-sec-css-start*/
.employees-speak-right .slick-next {
    left: -22% !important;
}

.employees-speak-right .slick-prev {
    left: -28% !important;
}



.employees-speak-right .slick-prev:before {
    content: url("../images/slider-prev-btn.png") !important;
    filter: brightness(100) invert(0);
}

.employees-speak-right .slick-next:before {
    content: url("../images/slider-next-btn.png") !important;
    filter: brightness(100) invert(0);
}

.employees-speak-right .slick-prev,
.slick-next {
    top: 55% !important;
}

.employees-speak-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.employees-speak-left {
    width: 22%;
}

.employees-speak-right {
    width: 78%;
}

.slick-list {
    width: 100% !important;
}

.employees-speak-left .client-speak-title {
    padding: 65px 0;
}

.employees-speak-right .client-speak-box-logo-title {
    font-size: 16px;
}

.employees-speak-right .client-speak-box-logo-title span {
    font-size: 13px;
    display: block;
    color: #7f7f7f
}

.employees-speak-right .client-speak-info-box {
    padding: 18px;
}

.ht {
    min-height: 352px !important;
}

/*our-position-sec-css-start*/
.open-position-info-area {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.careers-open-position-box {
    max-width: 320px;
    width: 100%;
    padding: 0 20px;
}

.open-position-title {
    font-size: 16px;
    font-weight: 600;
}

.open-position-place {
    font-size: 17px;
    color: #66686f;
    padding: 8px 0;
}

.open-position-apply {
    color: #133d74;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

section.careers-open-position-sec {
    padding: 10px 0 40px 0;
}

/*career-job-opening-modal-css-start*/

.job-opening-modal .open-job-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.job-opening-modal .open-job-heading span {
    font-weight: normal;
    font-size: 16px;
}

.job-opening-modal .open-job-heading span {
    font-weight: normal;
    font-size: 17px;
    padding-left: 8px;
}

span.jobcode {
    color: #f5bd1f;
}

.job-opening-modal .modal-header {
    border-bottom: none;
    padding: 20px 15px 0px 25px
}

.job-opening-modal .modal-body {
    padding: 0;
}

.open-job-container-area {

    padding: 0px 25px;
}

.job-skill-required-box {
    margin: 15px 0;
}

.job-skill-required-heading {
    font-size: 18px;
    font-weight: 500;
}

.job-skill-required-listing ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.job-skill-required-listing ul li {
    position: relative;
    font-size: 14px;
    padding: 6px 0 0 17px;
}

.job-skill-required-listing ul li:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 11px;
    width: 9px;
    height: 9px;
    border: solid 1px #000;
    border-radius: 50%;
}


.Technical-career-form-area {
    background: #fafafa;
    padding: 15px 30px;
    margin-top: 10px;
    border-radius: 0px 0px 5px 5px;
}

.Technical-career-form-heading {
    font-size: 20px;
    font-weight: 500;
}

.Technical-career-form {
    padding: 10px 0;
}

.Technical-career-form .form-control {
    border-radius: 0;
    height: 45px;
}

.Technical-career-form .custom-file-input {
    text-indent: -999px;
    cursor: pointer;
}

.Technical-career-form .custom-file-label {
    height: 45px;
    line-height: 32px;
    border-radius: 0;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

.Technical-career-form .custom-file-label::after {
    height: 43px;
    line-height: 32px;
    background: #1354a6;
    border-radius: 0;
    color: #fff;
    width: 90px;
    text-align: center;
}

.Technical-career-form label {
    color: #000;
    font-size: 14px;
    margin: 0 0 4px 0;
    font-weight: 600;
}

.Technical-career-form label span {
    font-weight: normal;
    font-size: 13px;
}

.Technical-career-form button.carrer-submit-btn {
    background: #f5bd20;
    color: #000;
    display: block;
    padding: 10px 35px;
    font-size: 17px;
    border-radius: 5px;
    border: solid 2px #f5bd20;
    font-weight: 500;
    margin: 20px auto 0;
    transition: all 0.3s;
    text-align: center;
}

.Technical-career-form button.carrer-submit-btn:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s;

}

.Technical-career-form .form-control:focus {
    border-color: #1354a6;
    outline: 0;
    box-shadow: none;
}

.Technical-career-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    /* Firefox */
}

.Technical-career-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

.Technical-career-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

@media (min-width: 576px) {
    .job-opening-modal .modal-dialog {
        max-width: 1150px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 70%;
        margin: 1.75rem auto;
    }
}

/*career-job-opening-modal-css-end*/
/*our-position-sec-css-end*/
/*career-page-sec-css-end*/


/*rpa-page-css-start*/

.use-cases-sec {
    padding: 0;
}

.wrapper .header {
    width: 100%;
    height: 50px;
    background: #e36686;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 900;
}

.cards_wrap {
    /* padding: 20px; */
    width: 100%;
    display: flex;
    justify-content: last baseline;
    flex-wrap: wrap;
    /* margin-top: 30px; */
}

.cards_wrap .card_item {
    padding: 19px 11px;
    margin: 10px;
    width: 30.6666%;
    border-radius: 13px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.industry-services-listing ul.cus-ui {
    height: 80px
}

.industry-services-box.active-box ul.cus-ui {
    height: auto
}

.cards_wrap .card_inner {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    min-width: 225px;
    min-height: 315px;
    max-height: 370px;
    width: 100%;
}

.cards_wrap .card_item img {
    /* width: 80px;
    height: 80px; */
    width: 20%;
    margin-bottom: 5px;
}

.cards_wrap .card_item .role_name {
    color: #000000;
    font-weight: 500;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    font-size: 15px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin-top: 10px;
}

.cards_wrap .card_item .real_name {
    color: #b6c0c2;
    font-size: 12px;
    font-weight: 100;
    margin: 5px 0 10px;
}

.cards_wrap .card_item .film {
    font-size: 14px;
    line-height: 24px;
    /* color: #7b8ca0; */
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .cards_wrap .card_item {
        width: 46%;
    }
}

@media screen and (max-width: 768px) {
    .cards_wrap .card_item {
        width: 50%;
    }

    .wrapper .header {
        font-size: 16px;
        height: 60px;
    }

    #automation-box.cards_wrap .card_item {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {

    #automation-box .cards_wrap .card_item {
        width: 100%;
    }
}


@media screen and (max-width: 568px) {
    .cards_wrap .card_item {
        width: 100%;
    }

    .wrapper .header {
        font-size: 14px;
    }
}


.rpa-process-slide-area {
    display: flex;
    overflow: auto;
    /* background: #fff; */
    width: 100%;

    max-width: 70%;
    border-radius: 7px;

}

.rpa-process-content {
    padding: 16px;
    font-size: 15px;
    max-width: 70%;
}

.employees-speak-left .use-case-title {
    padding: 10px 0;
}

.use-cases-sec .client-speak-container {
    margin: 10px 0 0px 0px;
    text-align: justify;
}

.benefit-rpa-box-heading ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefit-rpa-box-heading ul li {
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.benefit-rpa-box-heading ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    top: 41%;
    left: -8px;
}

.benefit-rpa-box-description p {
    font-size: 15px;
}

.use-cases-sec .employees-speak-right {
    width: 100%
}

.rpa-porcess-box {
    display: flex;
    align-items: center;
}

.use-cases-sec .employees-speak-right .slick-prev {
    left: 0% !important;
}

.use-cases-sec .employees-speak-right .slick-next {
    left: 5% !important;
}

.rpa-process-img {
    width: 100%;
    max-width: 30%;
    /* height: 210px; */
    /* padding: 0px 26px 10px 0px; */
    border-radius: 10px;
    /* background-color: wheat; */
}


.rpa-process-img img {
    width: 150%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.use-cases-sec .client-speak-title {
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-right: 15px;
    text-align: left
}

.we-help-area .title-text {
    font-size: 21px;
    text-align: left;
}

.employees-speak-right .slick-next {
    top: 55% !important;
}

.use-cases-sec .slick-next {
    z-index: 99;
    top: 80% !important;
}

.use-cases-sec .slick-prev {
    z-index: 99;
    top: 80% !important;
}

/*rpa-page-css-end*/
/* watch a short video */

.modal-open .video-modal-area.modal {
    z-index: 999999;
}

.modal-backdrop {
    /* z-index: 99999; */
    opacity: 0.8 !important;
    color: #000;
}

.video-modal-area .modal-body {
    padding: 0
}

.video-modal-area .modal-content {
    background: transparent;
    border: none;
}

.video-modal-area .modal-header {
    border: none;
}
.download-modal-close{
    position: absolute;
    right: 0;

    top: 0px;
    right: 28px;
    width: 7px;
    height: auto;
    opacity: 1;
    /*padding: 20px;*/
    color: #000000;
    font-size: 36px;
}
.video-modal-area button.close.video-modal-close {
    position: absolute;
    right: 0;

    top: 0px;
    right: 16px;
    width: 7px;
    height: auto;
    opacity: 1;
    /*padding: 20px;*/
    color: #fff;
    font-size: 36px;
}

.wwd-text {
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 80%;
    margin: 0 auto
}

.wwd-text span#show_hide_business {

    text-align: left;
    position: relative;
    top: 15px;
    color: #1354a6;
}

.wwd-text .what-we-do-description {
    padding: 5px 0px 20px 0px
}

.wwd-text span#show_hide_business::after {
    border: solid #1354a6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 9px;
    margin-left: 6px;
}


.what-we-do-heading {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    border-right: 1px solid #d7d6da;
    padding-right: 20px;
    margin-right: 20px;
    width: 50%;
    display: flex;
    align-items: center;
}

.what-we-do-heading1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    border-right: none;
    padding-right: 20px;
    margin-right: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.what-we-do-heading {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    border-right: 1px solid #d7d6da;
    padding-right: 20px;
    margin-right: 20px;
    width: 50%;
    display: flex;
    align-items: center;
}

.wwd-text .our-business-container {
    padding: 0px
}


.what-we-do-tab-area {
    background: #0d5181;
    padding: 10px 30px;
    margin-top: 25px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;

}


.what-we-do-tab-area .nav {
    display: block
}

.what-we-do-tab-area ul.nav.nav-pills {
    /* width: 100% */
}
.business-support-slide-description{
    max-width: 90%;

}


.what-we-do-tab-area ul.nav.nav-pills li {
    margin: 20px 0px 0px 0px;
    width: 320px
}


.what-we-do-tab-area ul.nav.nav-pills li a {
    background: #fff;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    text-align: left;
    margin-right: 20px
}

.what-we-do-tab-area ul.nav.nav-pills li a::after {

    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
}

.what-we-do-tab-area ul.nav.nav-pills li a:hover::after,
.what-we-do-tab-area ul.nav.nav-pills li a.active::after {

    border: solid #000;
    border-width: 0 2px 2px 0;
    border-color: #000;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
}

.what-we-do-tab-area ul.nav.nav-pills li a span {
    position: absolute;
    left: 17px;
    top: 14px;
}

.what-we-do-tab-area ul.nav.nav-pills li a.active,
.what-we-do-tab-area ul.nav.nav-pills li a:hover {
    background: #f5bd20;
    position: relative;
    color: #000;
    transition: all 0.5s;

}


.tab-content-info-area {
    background: #0d5181;
    padding: 0px 20px;
    border-radius: 10px;
    margin: 20px 0;

    max-width: 100%
}

.tab-content-heading {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #fff
}

.tab-content {
    text-align: justify
}

.tab-content-description p {
    margin: 0;
    font-size: 16px;
    padding: 10px 0px;
    color: #fff;
}

.tab-content-description {
    max-width: 80%;
}

.tab-learn-more-btn a {
    background: #f5bd20;
    background-image: url("../images/cta-bg.png");
    background-position: center;
    border: solid 2px #f5bd20;
    color: #000;
    display: block;
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    /* background: #f5bd20; */
    transition: all 0.5s;
    text-align: center;
}

.tab-learn-more-btn a:hover {
    background: #fff;
    transition: all 0.5s;
}

.business-support-slide-box {
    border: none;
    border-radius: 5px;
    padding: 25px 30px;
    margin: 10px 0;
    min-height: auto;
    /* background: #11509f; */
    background: #4b7bb1;
    border-radius: 20px;
    display: flex;
}

.business-support-slide-icon {
    width: 260px;
    padding: 0px;
    position: relative;
    top: 10px;
}

.error {
    color: red;
    font-size: 90%;
}

.business-support-slide-icon img {
    max-width: 100%
}

.business-support-slide-box p,
.business-support-slide-title {
    color: #fff;
    padding-left: 20px
}

.icon-img {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-cntent: center;
    align-itmes: center;
    padding: 1.5rem
}

.icon-img img {
    width: 100%
}

.tab-content-description-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.office-list-box span {
    background: none;
    margin: 0 2px;
    padding: 7px 17px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.office-list-box span img {
    padding-right: 8px;
    position: relative;
    top: -2px
}

.business-tab-content-bottom-row {
    border-top: 1px solid #fff;
    padding-top: 20px
}

.office-list-box {
    text-align: left
}

.blog-container {
    background: #fff;
    padding: 30px 40px 40px 30px;
    text-align: center;
    border-radius: 13px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    margin: -9% 0 0 0;
}

.blog-date {
    font-size: 13px;
    color: #1354a6;
}

.blog-box .card_item {
    width: 100%
}

.blog-box .cards_wrap .card_item .role_name {
    margin-top: 0;
    overflow: auto;
    text-overflow: unset;
    white-space: unset;
}

.blog-box .cards_wrap .card_item {
    padding: 15px;
}

.blog-des {
    margin: 15px 0 5px 0;
}

.blog-box .cards_wrap .card_inner {
    padding: 0px;
    min-width: unset;
    min-height: 384px;
    max-height: 384px;
}

.blog-box .cards_wrap .card_inner img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}

.blog-box .cards_wrap {

    margin-top: 0px;
    width: 70%
}

.blog-box .cards_wrap .card_item .film {
    font-size: 14px;
    line-height: 24px;
    color: #505b67;
    ;
    margin-top: 0px;
}

.blog-box {
    display: flex;
    justify-content: space-between;
}

.right-block {
    width: 28%;
    position: relative;
}

.right-block-content {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px 30px;
    margin: 10px 0;
    position: sticky;
    top: 130px;
}

.right-block h2 {
    font-size: 20px;
}

.blog-row {
    display: flex;
    border-bottom: 2px solid #595bc0;
    clear: both;
    padding-top: 10px;
    padding-bottom: 5px;
}

.blog-row img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.bl-des {
    width: auto
}

.bl-des p {
    font-size: 12px;
    color: #212529;
    line-height: 16px;
    margin-bottom: .5rem;
}

.bl-des:hover p {
    color: #344252;
}

.blog-row:last-child {
    border-bottom: 0px solid transparent;
}


ul.pagination {
    padding: 15px 10px 0px 10px !important;
    margin-bottom: 0 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0px;
    line-height: 1.25;
    color: #494c4f;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.blog-btn a {
    background: #f5bd20;
    background-image: url("../images/cta-bg.png");
    background-position: center;
    color: #000;
    display: inline-block;
    padding: 5px 19px;
    font-size: 15px;
    border-radius: 5px;
    border: solid 2px #f5bd20;
    font-weight: 500;
    margin: 10px auto 0;
    transition: all 0.3s;
    text-align: center;
}

.blog-btn a:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s;

}

.blog-btn a:focus {
    border-color: #f5bd20;
    outline: 0;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3772bc;
    border-color: #3772bc;
}

section.blogs-banner {
    background-image: url("../images/blogs-banner.jpg");
}

.blog-date-banner {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.blog-heading,
.blog-des h2 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    margin: .5rem 0;
}

.blog-des h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    margin: .5rem 0;
}

.blog-des h4 {
    font-size: 20px;
    color: #000;
    margin-top: 1rem;
}

.cards_wrap .card_item .blog-des-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: 1.5rem 0;
}

#footer {
    position: relative;
    top: 15px
}

.blog-btn-display {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.text-left {
    text-align: left;
}


.wwa-des {
    width: 60%;
    float: left;
}

.help-points {
    width: 40%;
    float: right;
    background: #0d5181;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.no-padding {
    padding: 0px;
}

.clear {
    clear: both;
}

.pdg {
    padding: 15px 30px;
}

.wht {
    color: #fff
}

.we-help-list ul {
    text-align: left;
}

.we-help-list ul li {
    position: relative;
    list-style: none;
    margin: 0px;
    padding-left: 40px;
    /* color: #fff; */
    font-size: 16px;
}

.we-help-list ul li::before {
    background: url(../images/icon/list.png) no-repeat 0px 0px/cover;
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 10px
}

.mb-bt {
    margin-bottom: 15px;
}

section.process-champ-sec {
    padding: 0px 0px;
 
        /* padding: 40px 0px 20px 0px; */
 }

.process-champ-sec-inner {
    background: url(../images/icon/bg-video.svg) no-repeat  100% / cover;
    height: 100%;
    padding: 40px 0px 20px 0px;
}

.pm-box {
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    height: 100%;
}

.pm-box-text {
    padding: 20px 20px 50px 20px;
}

.pm-box-text h3 {
    font-size: 16px;
    text-align: center;
}

.pm-box-text p {
    font-size: 13px;
}

.pm-box-icon {
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.pm-box-icon img {
    width: 100px;
    height: 100px;
}

.careers-open-position-box {
    background: #ffff;
    padding: 20px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    border-radius: 4px;
    margin-right: 15px;
}

section.cl-bg {
    background: #0d5181;
    padding: 0px;
}

.yellow-bg-new {
    background-image: url("../images/client-speak-bg.png");
    background-repeat: no-repeat;
    background-position: 370px 100%;
    background-size: cover;
    padding: 40px;
}

.pd-0 {
    padding: 0;
}

.pd-30 {
    padding-top: 30px;
}

.pd-bot {
    padding-bottom: 20px;
}

.yellow-bg-new1 {
    background-image: url("../images/client-speak-bg.png");
    background-repeat: no-repeat;
    background-position: 150% 0%;
    background-size: 79%;
    padding-top: 40px;
}


.slick-dots li button::before {
    font-family: 'slick';
    font-size: 0px !important;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.film h4 {
    color: #3273b9;
    font-size: 16px;
}

.italic {
    font-style: italic;
    font-weight: 500 !important;
}

.film ul,
.film ul li {
    margin: 10px 0px 10px 10px;
    padding: 0px;
}

.film ol,
.film ol li {
    margin: 10px 0px 10px 10px;
    padding: 0px;
}


.home-banner-subheading {
    background: #485867c7;
    padding: 10px 15px;
    margin: 10px 0;
    display: inline-block;
    /* border-radius: 4px; */
    border-radius: 12px;
    font-size: 20px;
    margin: 25px 0;
    
}

.icon-row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 12px 0px;
    flex-wrap:wrap;
    width: 1200px;
}

.icon-row .home-banner-subheading {
    margin: .8rem;
    min-width: 200px;
    padding: 5px 6px;
}

.icon-row .home-banner-subheading div {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: .2rem 0;
}

.icon-row .home-banner-subheading img {
    display: block;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

#home-cs.employees-speak-right {
    width: 100%;
}

#home-cs .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

#home-cs .client-speak-info-box {
    background: #fff;
    margin: 10px;
    min-height: 355px !important;
    padding: 25px 25px 0px 25px;
    width: 33% !important;
    max-width: 33%;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}


.autotext {
    display: none;
    height: 100%;
    color: #fff;
    height: 100%;
}

.autotext h2 {
    font-size: 20px;
}

.autohd {
    /* text-align: left; */
    padding: 20px 0px;
    margin-top: 0px !important;

}

.bottomline {
    height: 6px;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.auto-outer {
    height: 100%;
    box-shadow: none !important;
}

.card_inner.autocon {
    min-height: 60%;
    max-height: 60%;
    height: 200px;
    border-radius: 10px;
    position: relative;
    /* border: 1px solid #E7E7E7; */
}

.row-right{
    
    margin-right: 45px;
}
.auto1 {
    background: url(../images/auto1.jpg) no-repeat 0px 0px / cover;
}

.auto2 {
    background: url(../images/auto2.jpg) no-repeat 0px 0px / cover;
}

.auto3 {
    background: url(../images/auto3.jpg) no-repeat 0px 0px / cover;
}

.auto4 {
    background: url(../images/auto4.jpg) no-repeat 0px 0px / cover;
}

.auto5 {
    background: url(../images/auto5.jpg) no-repeat 0px 0px / cover;
}

.auto6 {
    background: url(../images/auto6.jpg) no-repeat 0px 0px / cover;
}

.at-height {
    /* height: 120px; */
}

.autoimg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.autoimg .autoimgbox {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.autoimg .autoimgbox img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.autoc1 {
    background: #4B58B1;
}

.autoc2 {
    background: #5CB0CE;
}

.autoc3 {
    background: #5CCEAC;
}

.autoc4 {
    background: #6271D4;
}

.autoc5 {
    background: #585DE4;
}

.autoc6 {
    background: #686BAF;
}

.auto-active-text {
    position: absolute;
    width: 100%;
    padding: 10px;
}

#automation-box .card_inner {
    cursor: pointer;
}

#automation-box .card_inner:hover .autotext {
    display: block;
}

.hover-text {
    padding: 10px 15px;
    opacity: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    width: 100%;
    height: 0%;
    top: 100%;
    visibility: hidden;

}

#automation-box .card_inner:hover .hover-text {
    display: flex;
    opacity: 1;
    height: 99%;
    flex: 1;
    top: 0%;
    -webkit-transition: height .5s ease-out, top 4s ease-out;
    -moz-transition: height .4s ease-out, top .4s ease-out;
    -ms-transition: height .4s ease-out, top .4s ease-out;
    -o-transition: height .4s ease-out, top .4s ease-out;
    transition: height .4s ease-out, top .4s ease-out;
    visibility: visible;
}

#automation-box .card_inner:hover .bottomline {
    height: 100%;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    -webkit-transition: height .5s ease-out;
    -moz-transition: height .4s ease-out;
    -ms-transition: height .4s ease-out;
    -o-transition: height .4s ease-out;
    transition: height .4s ease-out;
}

.auto-bg {
    background: #edf1f7;
    padding-top: 30px !important;
}

.auto-bg img {
    padding: 1rem 0rem 2rem 0rem;
}

.auto-bg .title-text {
    padding-bottom: 6px;
}

  
  @media screen and (max-width: 568px) {

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: white;
    }
    

}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: white;
}


