body {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    color: #333333;
}
a {
    color: #333333;
}
p {
    font-size: 1rem;
    line-height: 1.625rem;
}
ul {
    margin-bottom: 0;
    padding-left: 0;
}
img {
    max-width: 100%;
    height: auto;
}
input {
    border: none;
    outline: none;
}
textarea {
    border: none;
    outline: none;
    overflow: auto;
    resize: none;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
li {
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
    outline: none;
}
a:focus {
    outline: none;
}
.error {
    font-size: 12px;
    color: #f00;
    line-height: normal;
}
/* .navbar-nav .dropdown-menu.show {
    display: none;
}
.navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}
.navbar .navbar-nav .nav-item.open-drop,
.navbar .navbar-nav .hover-nav:hover,
.navbar .navbar-nav .hover-nav.active {
    background-color: rgba(0, 0, 0, 0.98);
}
.navbar .navbar-nav .nav-item:hover .nav-link.chat-link {
    background-color: transparent;
}
.navbar .navbar-nav .mega-menu.nav-item {
    position: static;
}
.navbar .navbar-nav .dropdown-menu {
    margin-top: 0px;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.98);
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: #a9a9a9;
}
.navbar .navbar-nav .dropdown-menu li.active .dropdown-item,
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
}
.navbar .navbar-nav .mega-menu .dropdown-menu {
    padding: 35px 0;
    margin-top: 0px;
    border: 0;
    border-radius: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.98);
  }
.dropdown-item:focus,
.dropdown-item:hover {
    color: #a9a9a9;
    background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu h5 {
    color: #a9a9a9;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 400;
    padding-left: 0px;
    position: relative;
    display: inline-block;
}
.navbar .navbar-nav .dropdown-menu h5 a {
    color: #a9a9a9;
}
.navbar .navbar-nav .dropdown-menu h5.active a,
.navbar .navbar-nav .dropdown-menu h5 a:hover,
.navbar .navbar-nav .dropdown-menu h5 a:focus,
.navbar .navbar-nav .dropdown-menu h5 a:active {
    color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu li.dropdown-item {
    padding: 0;
}
.navbar .navbar-nav .dropdown-menu li.dropdown-item.active,
.navbar .navbar-nav .dropdown-menu li.dropdown-item:active {
    background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu li.dropdown-item a {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #a9a9a9;
    display: inline-block;
    position: relative;
}
.navbar .navbar-nav .dropdown-menu li.dropdown-item.active a,
.navbar .navbar-nav .dropdown-menu li.dropdown-item a:hover,
.navbar .navbar-nav .dropdown-menu li.dropdown-item a:focus,
.navbar .navbar-nav .dropdown-menu li.dropdown-item a:active {
    color: #ffffff;
}
.navbar .navbar-nav .nav-link > span {
    color: #fff;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    display: block;
    position: relative;
}
.navbar .navbar-nav .nav-link > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1.125rem;
    background-color: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.navbar .navbar-nav .nav-item.active .nav-link > span:after,
.navbar .navbar-nav .nav-item .nav-link:hover > span:after {
    background-color: #ec1c24;
}
.navbar .navbar-nav .bpm-search {
    position: relative;
}
.navbar .navbar-nav .bpm-search .nav-link img {
    width: 1.125rem;
} */
/* .bpm-search-form {
    background-color: #dcdcdc;
    padding: 4px;
    box-shadow: 0 2px 0.75rem rgba(0, 0, 0, 0.082);
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 100%;
    border-radius: 4px;
    display: none;
}
.bpm-search-form form {
    width: 258px;
}
a.close-search-form {
    color: #333;
    margin-left: 7px;
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-block;
    padding: 6px 0;
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 45%;
    transform: translateY(-45%);
}
.bpm-search-form input {
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 8px 30px 8px 35px;
    background-image: url(../images/bpm-search-black.png);
    background-repeat: no-repeat;
    background-size: 0.875rem;
    background-position: 4% 54%;
    font-size: 0.875rem;
    background-color: #e6e6e6;
    margin: 0;
}
.navbar .navbar-nav .nav-link.chat-link {
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.navbar .navbar-nav .nav-link.chat-link > span {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    border-left: 0;
    padding: 1px 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.navbar .navbar-nav .nav-link.chat-link:hover > span {
    color: #ec1c24;
    background-color: #fff;
}
.navbar .navbar-nav .nav-link.chat-link i {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 30px;
    text-align: center;
}
.navbar .navbar-nav .nav-link.chat-link:hover i {
    background-color: #ec1c24;
}
.navbar .navbar-nav .nav-link.chat-link i:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -10px;
    border: 5px solid;
    border-color: #fff transparent transparent #fff;
}
.navbar .navbar-nav .nav-link.chat-link:hover i:before {
    border-color: #ec1c24 transparent transparent #ec1c24;
}
.navbar .navbar-nav .nav-link.chat-link i > span {
    position: absolute !important;
    width: 6px;
    height: 6px;
    background: #ec1c24;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.navbar .navbar-nav .nav-link.chat-link:hover i > span {
    background: #fff;
}
.navbar .navbar-nav .nav-link.chat-link i span:first-child {
    left: 1.25rem;
}
.navbar .navbar-nav .nav-link.chat-link i span:last-child {
    right: 1.25rem;
}
.fixed-header .navbar {
    background-color: rgba(0, 0, 0, 0.98);
    transition: 1s;
}
.fixed-header .navbar .navbar-nav .nav-item {
    padding: 15px;
} */
#outsourcing-banner.carousel {
    background-color: #000000;
    overflow: hidden;
    height: 100vh;
}
#outsourcing-banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
#outsourcing-banner .carousel-indicators {
    left: auto;
    margin-left: 15px;
    margin-right: 15px;
    bottom: 15px;
}
#outsourcing-banner.carousel-fade .carousel-item {
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 2s;
}
#outsourcing-banner.carousel-fade .carousel-item.active {
    opacity: 1;
    transition-timing-function: linear;
    transition-duration: 0.5s;
}
#outsourcing-banner.carousel-fade .active.carousel-item-left,
#outsourcing-banner.carousel-fade .active.carousel-item-right {
    opacity: 0.5;
}
#outsourcing-banner.carousel-fade .carousel-item-next,
#outsourcing-banner.carousel-fade .carousel-item-prev,
#outsourcing-banner.carousel-fade .carousel-item.active,
#outsourcing-banner.carousel-fade .active.carousel-item-left,
#outsourcing-banner.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
a.scroll_arrow {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 50%;
    width: 40px;
    text-align: center;
    bottom: 15px;
}
#outsourcing-banner .carousel-item {
    position: relative;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsourcing-banner .banner-one:before,
#outsourcing-banner .banner-three:before,
#outsourcing-banner .banner-four:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
#outsourcing-banner .carousel-caption {
    bottom: 35%;
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#outsourcing-banner .carousel-caption h1 {
    font-size: 2.625rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}
#outsourcing-banner .carousel-caption h2 {
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0 auto 1rem;
}
.heading-title h2 {
    position: relative;
    margin-bottom: 2.25rem;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #333;
    text-align: center;
}
.heading-title h2 a {
    color: #333;
}
.heading-title.ht-left h2 {
    text-align: left;
}
.heading-title h2:hover a {
    color: #ec1c24;
}
.heading-title h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 1.125rem;
    background-color: #ec1c24;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}
.heading-title.ht-left h2::after {
    left: 0;
    transform: translate(0);
}
.heading-title h3 {
    position: relative;
    margin-bottom: 2.25rem;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}
.case-study-content .heading-title h3 {
    background-color: #eeeeee;
    margin-bottom: 1.5rem;
}
.heading-title h3 small {
    display: block;
    font-size: 50%;
    text-transform: uppercase;
    line-height: 2rem;
    background-color: #fff;
}
.heading-title h3 a {
    color: #333;
}
.heading-title.ht-left h3 {
    text-align: left;
}
.heading-title h3:hover a {
    color: #ec1c24;
}
.heading-title h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 1.125rem;
    background-color: #ec1c24;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}
.heading-title.ht-left h3::after {
    left: 0;
    transform: translate(0);
}
.heading-title h4 {
    position: relative;
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}
.heading-title.ht-left h4 {
    text-align: left;
}
.heading-title h4::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    border-radius: 1.125rem;
    background-color: #ec1c24;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%);
}
.heading-title.ht-left h4::after {
    left: 0;
    transform: translate(0);
}
.content p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #333333;
}
.content.text-left p {
    text-align: left;
}
.content p a {
    color: #ec1c24;
    border-bottom: 1px dotted #ec1c24;
}
.home-sec-one .content p {
    margin-bottom: 0;
}
.img-box {
    padding-top: 30px;
    width: 190px;
    cursor: pointer;
    min-height: 190px;
    margin: 1.25rem auto 0;
    text-align: center;
}
.img-box a {
    display: inline-block;
}
.img-box.active,
.img-box:hover {
    background-color: #c0c0c0;
}
.img-box.vertical-box.active,
.img-box.vertical-box:hover {
    background-color: transparent;
}
.img-box i {
    font-size: 4.5rem;
    margin-bottom: 0.75rem;
    color: #333;
    display: inline-block;
}
.img-box:hover i {
    color: #ec1c24;
}
.box-text p {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-top: 5px;
    margin-bottom: 0;
    color: #333;
}
.img-box:hover .box-text p {
    color: #ec1c24;
}
.img-box.vertical-box:hover .box-text p {
    color: #333333;
}
.img-box.vertical-box:hover i {
    color: #333333;
}
.box-text p span {
    display: block;
}
.img-box.vertical-box {
    width: 100%;
    padding: 10px;
    min-height: auto;
    cursor: default;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}
.img-box.vertical-box .box-image {
    width: 34%;
    display: inline-block;
    vertical-align: middle;
}
.img-box.vertical-box .box-text {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
}
.j-row {
    justify-content: center;
}
.engagement-model-section.grey-bg,
.grey-bg {
    background-color: #eeeeee;
}
#industry .item {
    padding: 25px;
    text-align: center;
}
.industry-box {
    text-align: center;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
}
.industry-box-text {
    background-color: #ffffff;
    padding: 25px 15px;
}
.industry-box-text h5 {
    font-size: 1.5rem;
    color: #ec1c24;
    font-weight: 600;
}
.industry-box-text P {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}
.industry-box-image {
    text-align: center;
}
.industry-box-text p .more-text {
    display: none;
}
.industry-box-text p a.read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #ec1c24;
}
.testimonial-box {
    padding: 1.25rem;
    border: 1px solid #dcdcdc;
    text-align: center;
}
.owl-carousel .owl-item .testimonial-box img {
    width: auto;
    display: inline-block;
    margin-bottom: 0.75rem;
}
.testimonial-box h5 {
    font-size: 1.125rem;
    font-weight: 600;
}
#industry.owl-carousel .owl-dots {
    bottom: -30px;
}
#inventory.owl-carousel .owl-dots {
    bottom: -30px;
}
#inventory .item {
    padding: 25px;
    text-align: center;
}
.inventory-box {
    text-align: center;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    height: 100%;
}
.inventory-box-text {
    background-color: #ffffff;
    padding: 25px 15px;
}
.inventory-box-text h5 {
    font-size: 1.5rem;
    color: #ec1c24;
    font-weight: 600;
}
.inventory-box-text P {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #333333;
    text-align: left;
    margin-bottom: 0;
}
.inventory-box-text ul {
    text-align: left;
}
.inventory-box-image {
    text-align: center;
}
.inventory-box-text p .more-text {
    display: none;
}
.inventory-box-text p a.read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #ec1c24;
}
.learn-more-section .nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.learn-more-section .nav-item {
    position: relative;
}
.learn-more-section .nav-item .nav-link {
    color: #333333;
    font-size: 1rem;
    border: none;
    border-bottom: 2px solid transparent;
    line-height: 1.25rem;
    margin: 10px;
    padding: 0;
}
.learn-more-section .nav-link.active {
    border: none;
    border-bottom: 2px solid #ec1c24;
    color: #ec1c24;
    background: none;
    font-weight: 600;
}
.learn-more-section .nav-link.active::after {
    position: absolute;
    content: "";
    bottom: 5px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #ec1c24;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6px;
}
.tab-content {
    padding-top: 25px;
}
.learn-more-section .fade {
    opacity: 1 !important;
}
.learn-more-section .fade .no-cont {
    text-align: center;
    font-weight: 600;
    color: #e7e7e7;
    display: block;
    padding: 60px 0;
}
.learn-more-box-text {
    padding: 15px;
    text-align: center;
}
.learn-more-box-text h5 {
    font-size: 0.975rem;
    color: #ec1c24;
    font-weight: 400;
}
.learn-more-box-text a {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #333333;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.learn-more-box-text a:hover,
.learn-more-box-text a:active,
.learn-more-box-text a:focus {
    color: #ec1c24;
}
.learn-more-box-image {
    text-align: center;
}
.learn-more-box {
    text-align: center;
    border: 1px solid #dcdcdc;
    height: 100%;
}
.grey-bg .learn-more-box {
    background-color: #ffffff;
}
#credential.rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.quick-connect-section {
    background-image: url(../images/reach-section.png);
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: center;
}
.quick-connect-section .heading-title h2 {
    color: #ffffff;
}
.foot-contact ul {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.foot-contact ul li {
    padding-bottom: 10px;
    width: 49%;
    display: inline-block;
    text-align: left;
}
.foot-contact ul li:nth-child(2n) {
    text-align: right;
}
.foot-contact ul li:last-child() {
    text-align: center;
}
.foot-contact ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.125rem;
}
.foot-contact ul li a:hover {
    opacity: 0.5;
}
.social-feed ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.social-feed ul li {
    display: inline-block;
    padding: 0;
    margin-right: 0.75rem;
}
.social-feed ul li:last-child {
    margin-right: 0;
}
.social-feed ul li a {
    font-size: 25px;
    color: #fff;
    line-height: 25px;
}
.social-feed ul li a:hover {
    color: #ec1c24;
}
.social-feed ul li a i {
    vertical-align: middle;
    font-size: 25px;
}
.admin-input {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.admin-input .inputText {
    border: 0;
    width: 100%;
    height: 36px;
    border-radius: 0px;
    color: #000;
    font-size: 0.875rem;
    padding: 0 10px;
}
.admin-input .customLabel {
    position: absolute;
    pointer-events: none;
    top: 8px;
    color: rgba(51, 51, 51, 0.8);
    left: 13px;
    font-size: 0.875rem;
    display: inline-block;
}
.required {
    color: #ec1c24;
}
.vel select {
    background-image: url(../images/d-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.select_section {
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    height: 36px;
    text-shadow: none;
    color: rgba(51, 51, 51, 0.8);
    font-size: 0.875rem;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: unset;
}
.btn-captacha button.submit:focus,
.btn-captacha button.submit:hover {
    background-color: rgb(236 28 36/0.75);
}
.btn-captacha button.submit {
    width: 100%;
    background-color: #ec1c24;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border: 1px solid #ec1c24;
    border-radius: 0px;
    padding: 0.875rem 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
}
.contactForm .btn-captacha button.submit {
    margin: 15px auto 0;
}
.footer-nav-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #272727;
}
.footer_nav ul + ul {
    margin-top: 10px;
}
.footer_nav ul li.fnav_title,
.footer_nav ul li.fnav_title a {
    text-transform: uppercase;
    font-weight: 700;
    color: #a9a9a9;
    font-size: 0.75rem;
    display: block;
    line-height: 22px;
    vertical-align: top;
}
.footer_nav ul li.fnav_title:hover,
.footer_nav ul li.fnav_title:hover a,
.footer_nav ul li.fnav_title:focus a,
.footer_nav ul li.fnav_title:active a {
    color: #fff;
}
.footer_nav ul li {
    line-height: 16px;
}
.footer_nav ul li a {
    color: #a9a9a9;
    font-size: 0.75rem;
    display: inline-block;
    font-weight: 400;
}
.footer_nav ul li a:hover,
.footer_nav ul li a:focus,
.footer_nav ul li a:active {
    color: #fff;
}
.copyright-section {
    background: #333;
    padding: 7px;
    opacity: 0.9;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2);
}
.copyright-section p {
    font-size: 0.75rem;
    color: #f9f9f9;
    margin-bottom: 0;
    padding-top: 0px;
}
.copyright-section .quick_links li {
    display: inline-block;
}
.copyright-section .quick_links li a {
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: 400;
    color: #f9f9f9;
    display: inline-block;
}
.copyright-section .quick_links li a:hover {
    opacity: 0.5;
}
.copyright-section .quick_links li a::after {
    content: "|";
    font-size: 0.625rem;
    margin-left: 4px;
    color: #f9f9f9;
}
.copyright-section .quick_links li:last-child a::after {
    display: none;
}
.qpad {
    padding-top: 70px;
}
.navbar-dark .navbar-toggler {
    border: 0;
    padding-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}
.btn-captacha .google-captcha {
    width: 100%;
    margin-bottom: 1.25rem;
}
button:focus {
    outline: 0;
}
.msg_icon {
    position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 110;
    width: 60px;
    height: 60px;
    background: url("../images/css_sprites_icon.png") -12px -11px;
}
.msg_icon.msg_open {
    display: none !important;
}
.msg_form .msg_close {
    background-image: url(../images/msg_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
    top: -20px;
    z-index: 100000;
    right: -10px;
    width: 42px;
    height: 42px;
    position: absolute;
}
.msg_form .heading-title h2 {
    color: #ffffff;
}
.msg_form {
    background-image: url(../images/reach-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 30px;
    padding: 1.25rem;
    width: calc(100% - 30px);
    z-index: 99999;
    right: 15px;
    display: none;
}
.msg_form .admin-input {
    margin-bottom: 15px;
}
.msg_form.msg_show {
    display: block;
}
.msg_form .btn-send button {
    width: 100%;
    background-color: #ec1c24;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border: 1px solid #ec1c24;
    border-radius: 0px;
    margin: 0;
    padding: 0.875rem 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
}
.industries-served-section {
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}
.industries-served-section #particles-js {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
}
.inventory-typing-section {
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}
.inventory-typing-section #particles-js {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
}
.owl-carousel .owl-item img {
    margin: 0 auto;
    width: auto;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.accounting-services-section {
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}
.accounting-services-section #particles-js {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
.accounting-services-section .nav-tabs {
    position: relative;
    z-index: 1;
    border: 0;
}
.accounting-services-section .nav-tabs .nav-link {
    padding: 0;
    height: 100%;
}
.accounting-services-section .nav-tabs .nav-link .img-box {
    width: auto;
    height: 100%;
    margin: 0;
    min-height: auto;
    padding: 50px 25px;
}
.accounting-services-section .nav-tabs .nav-item.show .nav-link,
.accounting-services-section .nav-tabs .nav-link.active {
    background: #ededed;
    box-shadow: unset;
}
.accounting-services-section .nav-tabs .nav-link .img-box.active,
.accounting-services-section .nav-tabs .nav-link .img-box:hover {
    background: #ededed;
    box-shadow: unset;
}
.accounting-services-section .nav-tabs .nav-link.active .img-box .box-text p {
    color: #ec1c24;
}
.accounting-services-section .nav-tabs .nav-link.active .img-box i {
    color: #ec1c24;
}
.accounting-services-section .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -23px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #ededed;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}
.image-tab img {
    max-width: 100%;
}
.tab-pane p a {
    color: #ec1c24;
    font-weight: 300;
    border-bottom: 1px dotted #ec1c24;
}
.advantage-section p a {
    color: #ec1c24;
    font-weight: 300;
    border-bottom: 1px dotted #ec1c24;
}
.inner-banner-section .banner-img {
    height: 420px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner-section .banner-img .inner-banner-text {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.inner-banner-section .banner-img .inner-banner-text h1 {
    font-size: 2.625rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0 auto 0.6rem;
}
.inner-banner-section .banner-img .inner-banner-text h2 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.14;
    color: #fff;
    margin: 0 auto 2.1rem;
}
.blog_banner {
    background-image: url('../images/blog/blog-banner.webp');
}
.case_studies_banner {
    background-image: url('../images/bpo-process-automation-bookkeeping-accoutant-online.webp');
}
.page-breadcrumb {
    background-color: #ededed;
}
.page-breadcrumb .breadcrumb {
    background-color: #ededed;
    border-radius: 0;
    padding: .75rem 1rem;
    margin: 0;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #6c757d;
    /* font-weight: 600; */
}
.page-breadcrumb .breadcrumb-item.title:last-child {
    display: none;
}
.page-breadcrumb .breadcrumb li {
    color: #333333;
    font-size: 16px;
    text-transform: capitalize;
}
.page-breadcrumb .breadcrumb li a {
    color: #333333;
    font-size: 16px;
    text-transform: capitalize;
}
.page-breadcrumb .breadcrumb li a:hover,
.page-breadcrumb .breadcrumb li a:active,
.page-breadcrumb .breadcrumb li a:focus {
    color: #00b987;;
}
ul.one-ul,
ul.two-ul,
ul.tri-ul,
ul.four-ul {
    margin-bottom: 20px;
}
ul.one-ul > li {
    position: relative;
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.625rem;
    padding-right: 20px;
}
ul.two-ul > li {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.625rem;
}
ul.tri-ul > li {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    font-size: 1rem;
    line-height: 1.625rem;
    padding-right: 20px;
}
ul.four-ul > li {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    font-size: 1rem;
    line-height: 1.625rem;
    padding-right: 20px;
}
ul.one-ul > li::before,
ul.two-ul > li::before,
ul.tri-ul > li::before,
ul.four-ul > li::before {
    content: "";
    background-image: url(../images/li-arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    width: 10px;
    height: 10px;
}
.pcb-list ul.one-ul > li {
    margin: 0;
    font-weight: 700;
}
.pcb-list ul.one-ul > li > ul > li {
    position: relative;
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.625rem;
    padding-right: 20px;
    font-weight: 400;
}
.pcb-list ul.one-ul > li > ul > li::before {
    content: "";
    background-image: url(../images/cicle_bulet.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    width: 8px;
    height: 8px;
}
.engagement-model-section {
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}
.engagement-model-section #particles-js-one {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
.engagement-model-section .nav-tabs {
    position: relative;
    z-index: 1;
    border: 0;
}
.engagement-model-section .nav-tabs .nav-link {
    padding: 0;
    height: 100%;
}
.engagement-model-section .nav-tabs .nav-link .img-box {
    width: auto;
    margin: 0;
    min-height: auto;
    padding: 50px 25px;
}
.engagement-model-section .nav-tabs .nav-item.show .nav-link,
.engagement-model-section .nav-tabs .nav-link.active {
    background: #ededed;
}
.engagement-model-section .nav-tabs .nav-link .img-box.active,
.engagement-model-section .nav-tabs .nav-link .img-box:hover {
    background: #ededed;
}
.engagement-model-section .nav-tabs .nav-link.active .img-box .box-text p {
    color: #ec1c24;
}
.engagement-model-section .nav-tabs .nav-link.active .img-box i {
    color: #ec1c24;
}
.engagement-model-section .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -23px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #ededed;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}
.working-model-section {
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}
.working-model-section #particles-js-two {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
.working-model-section .nav-tabs {
    position: relative;
    z-index: 1;
    border: 0;
}
.working-model-section .nav-tabs .nav-link {
    padding: 0;
    height: 100%;
}
.working-model-section .nav-tabs .nav-link .img-box {
    width: auto;
    margin: 0;
    min-height: auto;
    padding: 50px 25px;
}
.working-model-section .nav-tabs .nav-item.show .nav-link,
.working-model-section .nav-tabs .nav-link.active {
    background: #ededed;
}
.working-model-section .nav-tabs .nav-link .img-box.active,
.working-model-section .nav-tabs .nav-link .img-box:hover {
    background: #ededed;
}
.working-model-section .nav-tabs .nav-link.active .img-box .box-text p {
    color: #ec1c24;
}
.working-model-section .nav-tabs .nav-link.active .img-box i {
    color: #ec1c24;
}
.working-model-section .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -23px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #ededed;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}
.industry-grid-box {
    text-align: center;
    padding: 30px 20px 35px 20px;
}
.industry-grid-box i {
    font-size: 4.5rem;
    margin-bottom: 0.75rem;
    color: #333;
    display: inline-block;
}
.industry-grid-box h5 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}
.industry-grid-box p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
}
.industry-grid-box p a {
    color: #ec1c24;
}
.bss-grid-box {
    text-align: center;
    padding: 30px 20px 35px 20px;
}
.bss-grid-box h5 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}
.bss-grid-box p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
}
.bss-grid-box p a {
    color: #ec1c24;
    border-bottom: 1px dotted #ec1c24;
}
.agile-method-description p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
    text-align: justify;
}
.career-content p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
    text-align: left;
}
.career-content p a {
    color: #ec1c24;
    font-weight: 700;
    border-bottom: 1px dotted #ec1c24;
}
.resume-content p em {
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    color: #bdbdbd;
}
.velan-life-content p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
}
.contact-content p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
}
.about-content p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
}
.about-vvq-section .nav-tabs .nav-item {
    padding: 0px;
}
.about-vvq-section .nav-tabs .nav-link {
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 25px;
    line-height: 30px;
    border-radius: 0px;
    color: #333;
    background: #fff;
    padding: 20px;
}
.about-vvq-section .nav-tabs .nav-link:hover {
    color: #ec1c24;
}
.about-vvq-section .nav-tabs .nav-item.show .nav-link,
.about-vvq-section .nav-tabs .nav-link.active {
    background: #c0c0c0;
    color: #ec1c24;
    border-color: #c0c0c0;
}
.about-vvq-section .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -23px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #c0c0c0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.about-vvq-section .tab-content {
    padding: 50px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.infrastructure p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Lato", sans-serif;
    color: #333333;
}
.list_proces_row .list_proces_colum {
    float: left;
    width: 20%;
    padding-left: 13px;
    padding-top: 240px;
    position: relative;
}
.list_proces_row .list_proces_colum::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 0px;
    width: 230px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
}
.list_proces_row .list_proces_colum.feasibility_arw::before {
    background-image: url(../images/feasibility_arw.png);
}
.list_proces_row .list_proces_colum.evolving_migration_arw::before {
    background-image: url("../images/evolving_migration_arw.png");
}
.list_proces_row .list_proces_colum.pilot_run_arw::before {
    background-image: url("../images/pilot_run_arw.png");
}
.list_proces_row .list_proces_colum.transition_arw::before {
    background-image: url("../images/transition_arw.png");
}
.list_proces_row .list_proces_colum.operational_arw::before {
    background-image: url("../images/operational_arw.png");
}
.list_proces_row .list_proces_colum ul {
    list-style: none;
    padding: 0 20px;
}
.list_proces_row .list_proces_colum ul li {
    list-style-image: url("../images/cicle_bulet.png");
    list-style-position: outside;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.list_proces_row .list_proces_colum h5 {
    font-size: 20px;
    line-height: 25px;
    padding-right: 15px;
    padding-left: 5px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
    min-height: 50px;
    color: #333333;
}
.about-key-section .nav-link {
    margin: 0.5rem;
    padding: 0;
}
.about-key-section a.nav-link {
    color: #333333;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid transparent;
    line-height: 20px;
    margin: 10px;
}
.about-key-section .nav-link.active {
    border: none;
    border-bottom: 2px solid #ec1c24;
    color: #ec1c24;
    background: none;
}
.about-key-section .nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.about-key-section .nav-item {
    position: relative;
}
.about-key-section .nav-link.active::after {
    position: absolute;
    content: "";
    bottom: 5px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #ec1c24;
    left: 50%;
}
.about-key-section .services {
    background-color: #fff;
    border: 1px solid #e9e8e8;
    padding: 13px;
    margin-top: 17px;
    margin-bottom: 17px;
}
.about-key-section .service {
    background-color: #fff;
    border: 1px solid #e9e8e8;
    padding: 10px;
    margin-top: 17px;
    margin-bottom: 17px;
}
.about-key-section .service a {
    display: block;
    text-align: right;
    color: #ec1c24;
    font-size: 16px;
    text-decoration: none;
}
.about-key-section .service a:hover {
    opacity: 0.5;
}
.about-key-section .service p {
    font-size: 16px;
    line-height: 26px;
    min-height: 118px;
    color: #333;
}
.about-key-section .service h5 {
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}
.about-key-section .fade {
    opacity: 1 !important;
}
.about-key-section .services a {
    display: block;
    text-align: right;
    color: #ec1c24;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}
.about-key-section .fade .no-cont {
    text-align: center;
    font-weight: 600;
    color: #e7e7e7;
    display: block;
    padding: 60px 0;
}
.about-key-section .services a:hover {
    opacity: 0.5;
}
.about-key-section .services P {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.about-key-section .services h5 {
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 8px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-key-section .services a em {
    position: relative;
    font-size: 12px;
    font-family: cursive;
    color: #ec1c24;
}
.about-key-section .tab-content {
    max-width: 845px;
    margin: 25px auto;
    padding: 14px;
    border: 1px solid #e5e5e5;
}
.about-key-section .tab-content .inner_cont h5 {
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 8px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-key-section .tab-content .inner_cont P {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.about-data-security-section .inside_box {
    border: 1px solid #d7d7d7;
}
.about-data-security-section .inside_box h6 {
    background: #e0e0e0;
    padding: 10px 15px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
}
.about-data-security-section .inside_box ul {
    padding: 30px 15px 30px 45px;
    background: #fff;
    min-height: 200px;
}
.about-data-security-section .inside_box ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    list-style-image: url(../images/cir_full_butlet.png);
    list-style-position: outside;
    padding-left: 3px;
}
.about-data-security-section .inside_box ul li:last-child {
    margin-bottom: 0;
}
.contact-info {
    border: 1px solid #d9d9d9;
    padding: 25px 15px;
}
.google-captcha img {
    width: 100%;
}
.contact-info h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-info > ul {
    margin-bottom: 15px;
    padding-left: 20px;
}
.contact-info > ul li {
    list-style-image: url(../images/contact_tick.png);
    list-style-position: outside;
    font-size: 16px;
    line-height: 32px;
}
.contact-info > p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.contact-info > p > a {
    font-weight: 700;
    color: #ec1c24;
    border-bottom: 1px dotted #ec1c24;
}
.reach_us {
    margin-bottom: 15px;
}
.contactModal .modal-dialog #map1,
.contactModal .modal-dialog #map2,
.contactModal .modal-dialog #map3 {
    height: 85vh;
}
#case-study .item {
    padding: 25px;
    text-align: center;
}
.case-study-box {
    text-align: center;
    display: inline-block;
    border: 1px solid #e7edf3;
    background-color: #e7edf3;
    padding: 15px;
}
.grey-bg .case-study-box {
    background-color: #ffffff;
}
.case-study-box-text {
    margin-top: 15px;
}
.case-study-box-text h5 {
    font-size: 1.5rem;
    color: #ec1c24;
    font-weight: 600;
}
.case-study-box-text P {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}
.case-study-box-image {
    text-align: center;
}
.case-study-box-text p .more-text {
    display: none;
}
.case-study-box-text p a.read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #ec1c24;
}
#case-study.owl-carousel .owl-dots {
    bottom: -25px;
}
.content-ul {
    text-align: left;
}
ul.tri-ul.content-ul li {
    padding-left: 25px;
}
ul.tri-ul.content-ul li::before {
    background-image: url("../images/double-tick.png");
    width: 18px;
    height: 12px;
    top: 7px;
    background-size: 18px;
}
.portal-img {
    text-align: center;
}
.contact-input {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.contact-input .inputText {
    border: 1px solid #d7d7d7;
    width: 100%;
    height: 46px;
    border-radius: 0px;
    color: #333;
    padding: 0 10px;
}
.contact-input .inputTextarea {
    height: 95px;
    padding: 10px;
}
.contact-input .inputText:focus {
    border: 1px solid #333;
    box-shadow: none;
}
.contact-input .customLabel {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 15px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625rem;
    display: inline-block;
    color: rgba(51, 51, 51, 0.8);
}
.select_section option {
    font-size: 1rem;
    line-height: 1.625rem;
}
.contact-input .floating-label span {
    font-size: 15px;
}
.contact-input .inputText:focus ~ .customLabel,
.contact-input .customLabel.activeLabel {
    top: -20px;
    left: 0px;
    font-size: 12px;
    opacity: 1;
}
.contact-input div.error {
    width: 100%;
    color: #ec1c24;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
}
.contact-input .select_section {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    height: 46px;
    text-shadow: none;
    color: rgba(51, 51, 51, 0.8);
    font-size: 16px;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: unset;
}
.contact-input select.select_section::-ms-expand {
    display: none;
}
.contact-input select {
    background-image: url(../images/d-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.contact-input .select_section:focus {
    border: 1px solid #000;
    box-shadow: none;
}
.career-input {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.career-fileInput {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.career-input .inputText {
    border: 1px solid #d7d7d7;
    width: 100%;
    height: 46px;
    border-radius: 0px;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
}
.career-input .inputTextarea {
    height: 95px;
}
.career-input .inputText:focus {
    border: 1px solid #333;
    box-shadow: none;
}
.career-input .customLabel {
    position: absolute;
    pointer-events: none;
    top: 14px;
    left: 13px;
    font-size: 14px;
    display: inline-block;
    color: rgba(51, 51, 51, 0.8);
}
.career-input .select_section option {
    font-size: 14px;
}
.career-input .floating-label span {
    font-size: 15px;
}
.career-input .inputText:focus ~ .customLabel,
.career-input .customLabel.activeLabel {
    top: -20px;
    left: 0px;
    font-size: 12px;
    opacity: 1;
}
.career-input div.error,
.career-fileInput div.error {
    width: 100%;
    color: #ec1c24;
    font-size: 12px;
    margin-top: 6px;
    text-align: left;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit !important;
}
.career-input .select_section {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    height: 46px;
    text-shadow: none;
    color: rgba(51, 51, 51, 0.8);
    font-size: 14px;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: unset;
}
.career-input select.select_section::-ms-expand {
    display: none;
}
.career-input select {
    background-image: url(../images/d-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.career-input .select_section:focus {
    border: 1px solid #000;
    box-shadow: none;
}
.career-fileInput > label {
    font-size: 14px;
    line-height: 26px;
    padding-right: 5px;
    margin-bottom: 0px;
    width: 70px;
    float: left;
}
.upladerInput {
    float: left;
    width: calc(100% - 82px);
    position: relative;
}
.upladerInput .uploadfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upladerInput .uploadfile ~ label {
    color: #d3394c;
}
.upladerInput .uploadfile ~ label {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.upladerInput .uploadfile:focus ~ label,
.upladerInput .uploadfile.has-focus ~ label,
.upladerInput .uploadfile ~ label:hover {
    border-color: #ddd;
}
.upladerInput .uploadfile ~ label span,
.upladerInput .uploadfile ~ label strong {
    padding: 3px 10px;
    text-align: center;
}
.upladerInput .uploadfile ~ label span {
    max-width: 200px;
    width: 100%;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid #d7d7d7;
    background-color: #ececec;
    font-size: 12px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.8);
}
.upladerInput .uploadfile ~ label strong {
    height: 100%;
    font-weight: 500;
    font-size: 11px;
    color: rgba(51, 51, 51, 0.8);
    display: inline-block;
    padding: 0 0 0 6px;
}
.career-submit button {
    background-color: #ec1c24;
    color: #fff;
    max-width: 300px;
    text-align: center;
    display: block;
    text-decoration: none;
    border: 1px solid #ec1c24;
    border-radius: 0px;
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
}
.career-submit button:focus,
.career-submit button:hover {
    background-color: #fff;
    color: #ec1c24;
}
.career-submit .form-group .career-input span {
    position: absolute;
    display: inherit;
    right: 30px;
    top: 3px;
}
.openings-section .card {
    margin-bottom: 15px;
    margin-top: 15px;
}
.openings-section .card:first-child {
    margin-top: 0;
}
.openings-section .card:last-child {
    margin-bottom: 0;
}
.openings-section .card .card-header {
    padding: 0px;
}
.openings-section .card:hover .card-header {
    background-color: #f5f5f5;
}
.openings-section .card .card-header {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    padding: 10px;
}
.openings-section .card .card-header .btn-link {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: normal;
    padding: 4px;
    color: #333333;
    text-decoration: none;
    background-image: url(../images/acc_arwup.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 100%;
    white-space: normal;
    width: 100%;
    border-radius: 0;
    text-align: left;
    padding: 0 20px 0 0;
}
.openings-section .card .card-header > p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.openings-section .card .card-header .btn-link.collapsed {
    color: #333333;
    border-radius: 0px;
    background-image: url(../images/acc_arwdown.png);
}
.openings-section .card .card-body ul.one-ul {
    margin-bottom: 5px;
}
.openings-section .card .card-body {
    padding: 10px 15px;
}
.openings-section .card .card-body p:last-child {
    margin-bottom: 0;
}
.pos-num {
    margin-top: 10px;
    color: #ec1c24;
}
.sitemap-section .card_block {
    margin-bottom: 30px;
}
.sitemap-section .card_header {
    padding: 10px 20px;
    background: #eeeeee;
    border: 1px solid #d7d7d7;
}
.sitemap-section .card_body {
    padding: 15px 25px;
    border: 1px solid #d7d7d7;
}
.sitemap-section .card_header h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #ec1c24;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
.sitemap-section .four-ul {
    margin-bottom: 0;
}
.sitemap-section .four-ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sitemap-section .four-ul li::before {
    top: 14px;
}
.sitemap-section .four-ul li a {
    color: #333333;
}
.sitemap-section .four-ul li a:hover,
.sitemap-section .four-ul li a:focus,
.sitemap-section .four-ul li a:active {
    color: #ec1c24;
    border-bottom: 1px dotted #ec1c24;
}
h2.sidebar-title {
    background-color: #333333;
    padding: 10px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 0px;
}
.widget h2 {
    background-color: #333;
    padding: 10px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 0;
}
.widget ul {
    margin: 20px auto 10px auto;
}
.recent-post>ul>li,
.recent-post>ul>li a,
.categories>ul>li,
.categories>ul>li a,
.Categories>ul>li,
.Categories>ul>li a,
.Categories_tech_tip>ul>li,
.Categories_tech_tip>ul>li a {
    color: #333;
    font-size: 1rem;
    line-height: 1.625rem;
    text-transform: capitalize;
}
.recent-post>ul,
.categories>ul,
.Categories>ul,
.Categories_tech_tip>ul {
    border: 1px solid #dddddd;
    margin: 20px auto;
    padding: 15px 10px;
}
.recent-post>ul>li,
.categories>ul>li,
.Categories>ul>li,
.Categories_tech_tip>ul>li {
    background-color: #fff;
    border-radius: 0px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.categories>ul>li ul.children>li,
.Categories>ul>li ul.children>li,
.Categories_tech_tip>ul>li ul.children>li {
    position: relative;
    padding-left: 15px;
}
.categories>ul>li ul.children>li::before,
.Categories>ul>li ul.children>li::before,
.Categories_tech_tip>ul>li ul.children>li::before {
    content: "\00BB";
    display: inline-block;
    text-align: center;
    max-width: 10px;
    width: 100%;
    font-size: 1.5rem;
    color: #333333;
    position: absolute;
    top: -2px;
    left: 0;
}
.categories>ul>li ul.children>li ul.children>li::before,
.Categories>ul>li ul.children>li ul.children>li::before,
.Categories_tech_tip>ul>li ul.children>li ul.children>li::before {
    content: "\2013";
    display: inline-block;
    text-align: center;
    max-width: 10px;
    width: 100%;
    font-size: 1rem;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
.recent-post>ul>li::before,
.categories>ul>li::before,
.Categories>ul>li::before,
.Categories_tech_tip>ul>li::before {
    content: "\27A4";
    display: inline-block;
    text-align: center;
    max-width: 30px;
    width: 100%;
    font-size: 1rem;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
.categories>ul>li.active a,
.Categories>ul>li.active a,
.Categories_tech_tip>ul>li.active a {
    color: #e82921;
    text-decoration: underline;
    font-size: 1rem;
}
.categories>ul>li>a:hover,
.categories>ul>li>a:focus,
.categories>ul>li>a:active,
.Categories>ul>li>a:hover,
.Categories>ul>li>a:focus,
.Categories>ul>li>a:active,
.Categories_tech_tip>ul>li>a:hover,
.Categories_tech_tip>ul>li>a:focus,
.Categories_tech_tip>ul>li>a:active {
    color: #e82921;
    text-decoration: none;
}
.case-study-content ul.one-ul li {
    padding-left: 0;
    padding-right: 0;
}
.case-study-content ul.tri-ul > li {
    padding-left: 0;
}
.case-study-content ul.one-ul > li::before,
.case-study-content ul.two-ul > li::before,
.case-study-content ul.tri-ul > li::before,
.case-study-content ul.four-ul > li::before {
    background-image: none;
}
.tagcloud {
    margin: 20px auto 10px auto;
}
.tagcloud a {
    padding: 3px 8px;
    color: #333;
    font-size: 0.875rem !important;
    line-height: 1rem;
    margin-right: 4px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 0px;
    background-color: #eef2f3;
    text-transform: capitalize;
}
.tagcloud a:hover {
    background-color: #333333;
    color: #fff;
    text-decoration: none;
}
.search-section {
    margin-bottom: 25px;
}
.search-section form {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.search-section form .screen-reader-text {
    display: none;
}
.search-section form label {
    margin-bottom: 0px;
    display: block;
}
.search-section form input {
    padding: 10px 70px 10px 15px;
    font-size: 1rem;
    line-height: 1.625rem;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    width: 100%;
    color: #353535;
}
.search-section form input.search-submit {
    right: 5px;
    padding: 7px 15px;
    border: none;
    background: #333333 url(../images/search-icon.png) no-repeat center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 60px;
    text-indent: -9999px;
    right: 0px;
    cursor: pointer;
}
.blog-title h2 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-transform: capitalize;
    color: #333333;
    font-variant: small-caps;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 0;
    background-color: #eeeeee;
}
.detailed-blog h2 {
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #333;
    text-transform: capitalize;
    background-color: #eeeeee;
}
.detailed-blog .blog-title h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 1.125rem;
    background-color: #ec1c24;
    bottom: -5px;
    left: 0;
}
.detailed-blog .blog-title h2 small {
    display: block;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 50%;
    text-transform: uppercase;
    line-height: 2rem;
}
.blog-title h2 a:hover,
.blog-title h2 a:focus,
.blog-title h2 a:active {
    color: #ec1c24;
}
.blog-image {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-image img {
    height: auto;
}
.blog-description p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}
.blog-description p .continue-reading {
    color: #ec1c24;
}
.blog-description h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    padding: 0;
    margin-bottom: .5rem;
}
.blog-description h3 {
    font-size: 1.025rem;
    line-height: normal;
    font-weight: 700;
    background-color: transparent;
    padding: 5px 0;
    margin-bottom: .5rem;
}
.blog-full-date {
    text-align: right;
}
.blog-full-date span {
    color: #000;
}
.blog-meta span {
    color: #333333;
    font-size: 14px;
    position: relative;
    margin-right: 7px;
}
.blog-meta .pipeline{
    color: grey
}
.blog-meta span a {
    color: #000;
    margin-left: 3px;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-meta span a:hover{
    color: #00b987;
}
.blog-social {
    text-align: right;
}
.detailed-blog {
    border: 1px solid #eeeeee;
    padding: 15px;
}
.detailed-blog .blog-footer {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.blog-footer {
    margin-bottom: 25px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}
.blog-social .comments a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.blog-social .socialIcons,
.blog-social .comments {
    float: right;
}
.blog-social .comments a i {
    padding-right: 2px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}
.blog-social .socialIcons li {
    display: inline-block;
    vertical-align: middle;
}
.blog-social .socialIcons li:after {
    content: "|";
    padding: 0 5px;
    color: grey
}
.blog-social .socialIcons li:last-child:after {
    content: "";
}
.blog-social .socialIcons li a i {
    font-size: 13px;
    color: #000;
    vertical-align: middle;
}
.blog-social .socialIcons img{
    width: 13px;
}
.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.pagination ul {
    width: 100%;
}
.pagination li a,
.pagination li span {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    text-align: center;
    height: 35px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "Open Sans", sans-serif;
    line-height: 33px;
    font-weight: 600;
    margin: 0 5px;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li span.current {
    background: #333;
    color: #fff;
}
.pagination li a.next {
    background: #f1545a url(../images/page-next.png) no-repeat center;
    text-indent: -9999px;
}
.pagination li a.prev {
    background: #f1545a url(../images/page-next.png) no-repeat center;
    text-indent: -9999px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.bg-page_next {
    width: 16px;
    height: 12px;
    background: url("../images/css_sprites_icon.png") -94px -54px;
}
.bg-reading_arw {
    width: 16px;
    height: 12px;
    background: url("../images/css_sprites_icon.png") -10px -132px;
    display: inline-block;
    vertical-align: middle;
}
.comments-area .comments-title {
    font-size: 1.025rem;
    font-weight: 700;
    background-color: #eee;
    padding: 5px;
    text-transform: uppercase;
}
.comments-area .comment-list > li {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(142, 142, 147, 0.24);
}
.comments-area .comment-list > li .comment-respond {
    width: 100%;
    margin-top: 20px;
}
.comments-area .comment-list > li .comment-respond .comment-reply-title #cancel-comment-reply-link {
    color: #ec1c24;
    float: right;
    font-variant: small-caps;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}
.comment-meta .comment-author .avatar {
    display: none;
}
.comment-meta .comment-author b,
.comment-reply-title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 24px;
}
.comment-meta .comment-author b a {
    color: #000;
}
.comment-meta .comment-author .says {
    display: none;
}
.comment-metadata a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 24px;
}
.comment-content,
.comment-content p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
.comment .reply a {
    color: #ec1c24;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.5px;
}
.comment-respond {
    border: 1px solid rgba(142, 142, 147, 0.24);
    border-radius: 5px;
    /* float: right; */
    margin-top: 27px;
}
.comment-respond .comment-reply-title {
    padding: 12px 25px;
    color: #003333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(142, 142, 147, 0.24);
    margin: 0px;
}
.comment-respond .comment-form {
    padding: 25px;
}
.comment-form p label {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.comment-form .comment-notes {
    display: none;
}
.comment-form p input,
.comment-form p textarea {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #c6c6c9;
    height: 40px;
    resize: none;
    padding: 5px 10px;
    width: 100%;
}
.comment-form .comment-form-comment {
    float: right;
    width: 52%;
    margin-left: 4%;
}
.comment-form .comment-form-author {
    margin-bottom: 24px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
    float: left;
    width: 44%;
}
.comment-form p textarea {
    height: 136px;
}
.logged-in .comment-form .comment-form-comment {
    width: 100%;
    margin-left: 0px;
}
.comment-form p.comment-form-cookies-consent input[type="checkbox"],
.comment-form p.comment-form-cookies-consent label {
    display: inline-block;
    width: auto;
    height: auto;
}
.comment-form p.comment-form-cookies-consent label {
    vertical-align: 1px;
}
.comment-form p.form-submit,
.comment-form p.comment-form-url {
    width: 100%;
    clear: both;
}
.comment-form p.form-submit input {
    background: #ec1c24;
    border: none;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}
.reach_us h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.25rem;
}
.reach_us p {
    font-size: 12px;
    line-height: normal;
}
.reach_us ul li {
    padding: 2px 0;
}
.reach_us ul li a {
    color: #333333;
}
.reach_us ul li span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.grey-title {
    background-color: #eeeeee;
    padding: 5px 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.location p {
    margin-bottom: 10px;
    line-height: 1.5rem;
}
.credential-image {
    text-align: center;
}
.apply-job {
    background-color: #f3f3f3;
    transition: 0.4s;
    border: 1px solid #d9d9d9;
    margin-bottom: 25px;
}
.apply-job:hover {
    box-shadow: 2px 2px 2px 2px #e9e9e9;
}
.apply-job p {
    font-family: "Caveat", cursive;
    font-size: 2rem;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    padding: 15px;
}
.apply-job p a {
    display: block;
    color: #ec1c24;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.apply-job p a:hover {
    text-decoration: underline;
}
.color-box-sec {
    text-align: center;
}
.color-box {
    text-align: center;
    background-color: #ffffff;
    padding: 15px 5px;
    height: 110px;
    width: 110px;
    margin: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-box h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    margin: 0;
}
.color-box h2 span {
    font-size: 2.75rem;
    font-weight: 700;
}
.color-box p {
    font-size: 13px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.green {
    background-color: #7fba02;
}
.blue {
    background-color: #00a3ef;
}
.yellow {
    background-color: #ffb800;
}
.orange {
    background-color: #f25025;
}
.img-box.vertical-box h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
}
.img-box.vertical-box p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 0;
    color: #333333;
}
.img-box.vertical-box p .learn-more {
    display: block;
    color: #ec1c24;
    text-transform: capitalize;
    text-align: right;
}
.openings-section {
    border: 1px solid #d9d9d9;
    padding: 25px;
}
.case-study-description > h3 {
  font-size: 1.025rem;
  font-weight: 700;
  background-color: #eee;
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.case-study-description > ol{
    padding-left: 15px;
}
.case-study-description > ol li{
    list-style:decimal;
}
.case-study-description > p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  word-break: break-word;
}
.case-study-description > p:last-child {
  margin-bottom: 0;
}
.case-study-description > p > a {
  color: #ec1c24;
  border-bottom: 1px dotted #ec1c24;
}
.case-study-description > p > img {
  margin-right: 10px;
}
.event-title {
    background-color: #333333;
    padding: 5px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 0px;
}
.events ul {
    margin: 0 auto 10px;
    text-align: center;
}
.events ul li a {
    color: #333;
    font-size: 1rem;
    line-height: 1.625rem;
    text-transform: capitalize;
    padding: 3px 15px;
    display: block;
}
.events ul li {
    border-radius: 0px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #eee;
    margin: 3px;
}
.events-list {
    height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
}
.event-list {
    border: 1px solid #eeeeee;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 15px;
    display: none;
}
.event-list:last-child {
    margin-bottom: 0;
}
.events ul li:hover,
.events ul li.active {
    background-color: #ec1c24;
}
.events ul li:hover a,
.events ul li.active a {
    color: #ffffff;
}
.event-list h4 {
    margin: 0;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #333;
    text-transform: capitalize;
}
.event-list h4 span.event-date {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #333333;
    font-weight: 400;
}
.event-list p {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
}
.testimonial-section {
    padding-bottom: 5rem !important;
}
.quickConnectForm #recaptcha1,
.quickConnectForm .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.admin-input div.error {
    display: block;
    color: #ec1c24;
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
}
.wpcf7 input[type="text"] {
    border: 0;
    width: 100%;
    height: 36px;
    border-radius: 0px;
    color: #000;
    font-size: 0.875rem;
    padding: 0 10px;
}
.wpcf7 input[type="email"] {
    border: 0;
    width: 100%;
    height: 36px;
    border-radius: 0px;
    color: #000;
    font-size: 0.875rem;
    padding: 0 10px;
}
.wpcf7 label {
    width: 100%;
    display: block;
}
.wpcf7 br {
    display: none;
}
.wpcf7 select {
    background-image: url(../images/d-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    height: 36px;
    text-shadow: none;
    color: rgba(51, 51, 51, 0.8);
    font-size: 0.875rem;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: unset;
}
.wpcf7 .btn-captacha input[type="submit"]:focus,
.wpcf7 .btn-captacha input[type="submit"]:hover {
    background-color: rgb(236 28 36/0.75);
}
.wpcf7 .btn-captacha input[type="submit"] {
    width: 100%;
    background-color: #ec1c24;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    border: 1px solid #ec1c24;
    border-radius: 0px;
    padding: 0.875rem 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
}
.wpcf7-response-output {
    display: none !important;
}
.wpcf7-form-control-wrap .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.preloaderOne {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    overflow-y: hidden;
    height: 100vh;
}
.loadingOne {
    background: url(../images/spinner.gif) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 150px;
    z-index: 1071;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body .zsiq_flt_rel {
    background-color: #ec1c24 !important;
}
.herbyCookieConsent {
    padding: 15px 0;
}
.herbyCookieConsent p {
    float: none;
    display: block;
    width: 100% !important;
}
.herbyCookieConsent p a {
    color: #fff !important;
    text-decoration: underline;
    vertical-align: unset;
    vertical-align: unset !important;
    font-size: 1.125rem !important;
}
.herbyCookieConsent .herbyBtn {
    margin-top: 8px !important;
    padding: 10px 25px !important;
    background-color: #808080 !important;
    border-bottom: 1px solid #A9A9A9!important;
}
.herbyCookieConsent p {
    margin: 0 !important;
    font-size: 1.125rem !important;
}
.chat-up .zsiq_floatmain {
    display: none !important;
}
.herbyIn + .zsiq_floatmain {
    display: none !important;
}
.australia-icon {
    width: 30px;
    height: 18px;
    background: url("../images/css_sprites_icon.png") -10px -94px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.australia-icon + a {
    margin-right: 10px;
}
.india-icon {
    width: 30px;
    height: 18px;
    background: url("../images/css_sprites_icon.png") -138px -10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.email-icon {
    width: 30px;
    height: 18px;
    background: url("../images/css_sprites_icon.png") -60px -94px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.uk-icon {
    width: 30px;
    height: 18px;
    background: url("../images/css_sprites_icon.png") -138px -48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.usa-icon {
    width: 30px;
    height: 18px;
    background: url("../images/css_sprites_icon.png") -138px -86px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 16px;
    display: block;
}
.btn-captacha .wpcf7-form-control-wrap {
    margin-bottom: 0;
}
.btn-captacha .ajax-loader {
    display: none !important;
}
h1.page-title {
    background-color: #eee;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 2rem;
}
.wpcf7-not-valid-tip {
    display: block;
    color: #ec1c24;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    position: absolute;
    top: 35px;
}
.author-img img {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 75px;
    height: 75px;
}
.author-info h5 {
    font-weight: 600;
}
.author-row {
    justify-content: center;
    align-items: center;
}
.author-name {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
}
.author-nickname {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
}
.author-info p {
    text-align: justify;
    font-size: 0.875rem;
    line-height: 1rem;
}
.author-info h5 {
    font-size: 0.875rem;
    line-height: 1rem;
}
.author-info p strong {
    display: block;
    margin-top: 5px;
    font-weight: 400;
}
.author-info p a {
    color: #333333;
}
.blog-description ul li {
    list-style: disc;
}
.blog-description ul {
    padding-left: 18px;
    margin-bottom: 10px;
}
.comment .wpcf7-not-valid-tip {
    top: 60px;
}
.case-study-content {
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    padding: 15px;
}
code {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    display: block;
    color: #333;
}

.case-study-description p > br {
    display: none;
}
.page-breadcrumb .breadcrumb li.breadcrumb-item:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 60%;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/open-menu.png");
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.nav-item.resourcelist.open-drop .dropdown-menu{
    top: 64px;
    /* display:none; */
}
/* .nav-item.resourcelist.open-drop .dropdown-menu.show{
display:block;
} */
.navbar .navbar-nav .nav-item.resourcelist.open-drop::after {
    bottom: -34px;
}
/* .case-study-description {
    word-break: break-all;
} */
/* responsive */

@media screen and (min-width: 320px) and (max-width: 567px) {
    .color-box {
        width: 48%;
        float: left;
        margin-bottom: 15px;
    }
    .msg_form .heading-title h2 {
        font-size: 1.4rem;
    }
}
@media (min-width: 568px) {
    .modal-dialog {
        max-width: calc(100%ed - 100px);
    }
    .inner-banner-section .banner-img .inner-banner-text {
        width: 540px;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .color-box {
        width: 23%;
        float: left;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .wpcf7-form-control-wrap .g-recaptcha {
        transform: scale(0.825);
        -webkit-transform: scale(0.825);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .heading-title h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .c
    .comments-area {
        margin-bottom: 25px;
    } 
    .category_page.pt-5.pb-5 {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .detailed-blog {
        border: 0;
        border-bottom: 1px solid #eee;
        padding: 0 0 15px 0;
    }
    .tagcloud {
        border: 1px solid #ddd;
        margin: 20px auto;
        padding: 15px 10px;
    }
    .author-info {
        margin-top: 15px;
    }
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 100%;
    }
    .comment-form .comment-form-comment {
        width: 100%;
        margin-left: 0px;
        order: 3;
        -webkit-order: 3;
    }
    .comment-form .comment-form-author {
        margin-bottom: 15px;
        order: 1;
        -webkit-order: 1;
    }
    .comment-form .comment-form-email {
        order: 2;
        -webkit-order: 2;
        margin-bottom: 15px;
    }
    .comment-form .sgr-main {
        order: 4;
        -webkit-order: 4;
    }
    .comment-form p.form-submit {
        order: 10;
        -webkit-order: 10;
    }
    .comments-area .comment-list li ol.children {
        padding-left: 0px;
    }
    .comment-respond .comment-form {
        padding: 10px;    
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }
    .comments-area .comment-list li ol.children li {
        padding: 0px;
    }
    .comment-respond {
        width: 100%;
    }
    #outsourcing-banner.carousel {
        height: 325px;
    }
    .img-box.vertical-box .box-text {
        padding-left: 0;
        margin-top: 10px;
    }
    .img-box.vertical-box p .learn-more {
        text-align: center;
    }
    .img-box.vertical-box .box-image,
    .img-box.vertical-box .box-text {
        width: 100%;
        text-align: center;
    }
    .industry-box-text {
        padding: 10px;
    }
    .case-study-content .heading-title.ht-left h2 {
        text-align: left;
    }
    blockquote:before,
    blockquote:after {
        font-size: 4rem;
        width: 2rem;
        height: 2rem;
    }
    blockquote:before {
        left: -0.75rem;
    }
    blockquote:after {
        right: 0;
        bottom: -0.75rem;
    }
    blockquote {
        font-size: 1rem;
    }
    .industry-grid-box {
        padding: 15px 0;
    }
    .reach_us h4,
    .reach_us p,
    .reach_us ul li,
    .grey-title,
    .location p {
        text-align: center;
    }
    .openings-section .card .card-header .btn-link {
        font-size: 1rem;
    }
    .blog-social .socialIcons {
        margin-left: 15px;
    }
    .blog-social .socialIcons,
    .blog-social .comments {
        float: left;
    }
    .blog-title h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .blog-full-date {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-meta > span {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 0 0;
        margin-right: 0;
    }
    .blog-social {
        text-align: left;
        margin-top: 10px;
    }
    .blog-full-date span {
        display: inline-block;
        vertical-align: middle;
    }
    .sitemap-section .card_header h2 {
        font-size: 1rem;
    }
    .content-ul {
        padding-left: 15px;
    }
    .contact-info p,
    .contact-info h4 {
        text-align: center;
    }
    .contact-address .pl-0 {
        margin-bottom: 10px;
        padding: 15px !important;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
    }
    .portal-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    #case-study .item {
        padding: 0 25px;
    }
    .accounting-services-section {
        padding-bottom: 10px !important;
    }
    ul.one-ul,
    ul.two-ul,
    ul.tri-ul,
    ul.four-ul {
        margin-bottom: 10px;
    }
    ul.one-ul > li,
    ul.two-ul > li,
    ul.tri-ul > li,
    ul.four-ul > li {
        font-size: 0.875rem;
        line-height: 1.4rem;
    }
    p {
        font-size: 0.875rem;
        line-height: 1.4rem;
    }
    .img-box.vertical-box {
        margin-top: 15px;
    }
    .img-box.vertical-box p,
    .box-text p,
    .industry-box-text p,
    .inventory-box-text p,
    .industry-grid-box p,
    .bss-grid-box p,
    .agile-method-description p,
    .career-content p,
    .velan-life-content p,
    .contact-content p,
    .about-content p,
    .infrastructure p,
    .about-key-section .service p,
    .about-key-section .services p,
    .about-key-section .tab-content .inner_cont p,
    .contact-info > p,
    .contact-address p {
        font-size: 0.875rem;
        line-height: 1.4rem;
    }
    .about-data-security-section {
        padding-bottom: 0px !important;
    }
    .about-data-security-section .container .row > .col-md-4 {
        padding: 0 15px 15px 15px !important;
    }
    .about-data-security-section .inside_box ul {
        min-height: auto;
    }
    .about-key-section .tab-content {
        padding: 0;
        border: 0;
    }
    .about-key-section .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
    }
    .about-key-section .nav-item {
        width: 100%;
    }
    .about-vvq-section {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }
    .about-key-section {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }
    .infrastructure-section {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .list_proces_row .list_proces_colum {
        width: 100%;
        padding-left: 10px;
        padding-top: 140px;
        border-bottom: 1px dashed #d7d7d7;
    }
    .list_proces_row .list_proces_colum::before {
        width: 120px;
        height: 120px;
        top: 20px;
        left: 0;
    }
    .list_proces_row .list_proces_colum h5 {
        min-height: auto;
    }
    .list_proces_row .list_proces_colum.feasibility_arw::before {
        background-image: url("../images/feasibility_arw1.png");
    }
    .list_proces_row .list_proces_colum.evolving_migration_arw::before {
        background-image: url("../images/evolving_migration_arw1.png");
    }
    .list_proces_row .list_proces_colum.pilot_run_arw::before {
        background-image: url("../images/pilot_run_arw1.png");
    }
    .list_proces_row .list_proces_colum.transition_arw::before {
        background-image: url("../images/transition_arw1.png");
    }
    .list_proces_row .list_proces_colum.operational_arw::before {
        background-image: url("../images/operational_arw1.png");
    }
    .about-content p {
        text-align: justify;
    }
    .about-vvq-section .tab-content {
        padding: 0;
        border: 0;
    }
    .about-vvq-section .container > .row > .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .tab-pane:nth-child(2n) {
        background-color: #eeeeee;
    }
    .accounting-services-tab-section .tab-content,
    .working-model-tab-section .tab-content,
    .accounting-services-tab-section .tab-content {
        padding-top: 0;
        margin-right: -15px;
        margin-left: -15px;
    }
    .accounting-services-tab-section .tab-content .tab-pane,
    .working-model-tab-section .tab-content .tab-pane,
    .accounting-services-tab-section .tab-content .tab-pane {
        padding: 25px;
    }
    .m-none {
        display: none !important;
    }
    .about-vvq-section .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        padding: 15px;
    }
    .accounting-services-section .tab-content > .tab-pane,
    .working-model-tab-section .tab-content > .tab-pane,
    .accounting-services-tab-section .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
    }
    .accounting-services-section .tab-content > .tab-pane p,
    .working-model-tab-section .tab-content > .tab-pane p,
    .accounting-services-tab-section .tab-content > .tab-pane p {
        text-align: justify;
    }
    .image-tab {
        margin-bottom: 15px;
    }
    .working-model-section .nav-tabs .nav-link .img-box,
    .engagement-model-section .nav-tabs .nav-link .img-box,
    .accounting-services-section .nav-tabs .nav-link .img-box {
        padding: 25px;
        min-height: 165px;
    }
    .nav-tabs .nav-link.active::after {
        display: none !important;
    }
    .page-breadcrumb {
        display: none;
    }
    .info-sec-one {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .inner-banner-section .banner-img .inner-banner-text h1 {
        font-size: 1.733rem;
        line-height: 1.08;
    }
    .inner-banner-section .banner-img .inner-banner-text h2 {
        font-size: 0.875rem;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .inner-banner-section .banner-img .inner-banner-text {
        width: 100%;
    }
    .inner-banner-section .banner-img {
        height: 250px;
    }
    ul.one-ul > li,
    ul.two-ul > li,
    ul.tri-ul > li,
    ul.four-ul > li {
        width: 100%;
        display: block;
    }
    .testimonial-section {
        background-color: #eee;
    }
    .testimonial-box p {
        font-size: 0.875rem;
        line-height: 1.4rem;
        text-align: justify;
    }
    .testimonial-box h5 {
        font-size: 1rem;
    }
    .navbar-dark .navbar-toggler {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-brand {
        padding: 0;
        line-height: normal;
    }
    .fixed-header .navbar .navbar-nav .nav-item {
        padding: 0;
    }
    .fixed-top.navbar {
        padding: 5px 15px;
    }
    .owl-carousel .owl-dots {
        bottom: -35px;
    }
    .digi-width {
        padding: 0 !important;
    }
    .digi-width .menu-wrap {
        padding: 5px 0 !important;
    }
    .digi-width.empty-dw {
        padding: 0 !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        padding: 10px 15px;
    }
    .navbar .navbar-nav > .nav-item.dropdown > a:after {
        content: "";
        background-image: url(../images/right-arrow.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 1rem;
        position: absolute;
        right: 15px;
        top: 50%;
        width: 1rem;
        height: 1rem;
        transform: translateY(-50%);
    }
    .navbar .navbar-nav > .nav-item.dropdown > a.select:after {
        background-image: url(../images/down-arrow.png);
    }
    .navbar .dropdown-menu .digi-width .menu-wrap {
        position: relative;
    }
    .navbar .dropdown-menu .digi-width .menu-wrap > span:after {
        content: "";
        background-image: url(../images/right-arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1rem;
        position: absolute;
        right: 0;
        top: 10px;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }
    .navbar .navbar-nav .dropdown-menu li.dropdown-item {
        padding: 5px 5px 5px 15px;
    }
    .navbar .dropdown-menu .container {
        padding-right: 10px;
    }
    .navbar .dropdown-menu .digi-width .menu-wrap > span.open:after {
        background-image: url(../images/down-arrow.png);
    }
    .navbar .navbar-nav .mega-menu .dropdown-menu {
        padding: 0;
    }
    .navbar .navbar-nav .nav-link span:after {
        display: none;
    }
    .navbar .navbar-nav .nav-link.chat-link {
        text-align: center;
        padding: 10px 15px;
    }
    a.nav-link.chat-link > span {
        background-color: #ec1c24;
        border-color: #ec1c24;
        border-radius: 0;
        padding: 10px 25px;
        margin-top: 10px;
        text-transform: capitalize;
        min-width: 150px;
    }
    .navbar .navbar-nav .nav-link.chat-link > span {
        border: 0;
        padding: 10px 25px;
        border-radius: 5px;
        text-align: center;
        margin: 0 auto;
    }
    .navbar .navbar-nav .bpm-search {
        display: none;
    }
    .fixed-header .navbar .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 10px 15px;
        border-bottom: 1px solid #616161;
    }
    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0;
        margin-top: 15px;
    }
    .navbar .navbar-nav .dropdown-menu h5 {
        margin: 5px 0;
    }
    .navbar .navbar-nav .nav-link.chat-link i {
        display: none;
    }
    .navbar .dropdown-menu.open {
        display: block;
    }
    .navbar .dropdown-menu h5 + ul {
        /* display: none; */
    }
    .navbar .dropdown-menu h5 + ul.open {
        display: block;
    }
    .navbar .navbar-collapse {
        height: calc(100vh - 42px);
        overflow: auto;
        position: fixed;
        top: 42px;
        right: 0;
        z-index: 1;
        width: 85%;
        background: rgba(0, 0, 0, 0.98);
    }
    .navbar-collapse.collapsing {
        height: auto;
        right: -100%;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .quick_links,
    .copyright {
        text-align: center;
    }
    .heading-title h2 {
        font-size: 1.75rem;
        line-height: normal;
        font-weight: 600;
    }
    .heading-title.ht-left h2 {
        text-align: center;
    }
    .heading-title.ht-left h2::after {
        left: 50%;
        transform: translate(-50%);
    }
    #outsourcing-banner .carousel-caption h1 {
        font-size: 1.733rem;
        line-height: 1.08;
        margin-bottom: 5px;
    }
    #outsourcing-banner .carousel-caption h2 {
        font-size: 0.875rem;
        margin-bottom: 0;
        margin-top: 10px;
    }
    a.scroll_arrow {
        display: none;
    }
    .navbar-dark {
        background-color: rgba(0, 0, 0, 0.98);
    }
    .img-box {
        width: 100%;
        margin-top: 0;
        padding: 30px 10px;
        min-height: auto;
    }
    .img-box i {
        font-size: 3.75rem;
    }
    .industry-grid-box i {
        font-size: 3.75rem;
    }
    #outsourcing-banner .carousel-inner .carousel-item {
        height: 325px;
    }
    #outsourcing-banner .carousel-caption {
        bottom: 10%;
        width: 90%;
    }
    .navbar .navbar-brand img {
        /*height: 2rem;*/ 
    }
}
@media (min-width: 768px) {
    .inner-banner-section .banner-img .inner-banner-text {
        width: 720px;
    }
    .terms-section .one-ul,
    .privacy-section .one-ul {
        padding-left: 30px;
    }
    .terms-section .one-ul li,
    .privacy-section .one-ul li {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .terms-section .one-ul li::before,
    .privacy-section .one-ul li::before {
        top: 14px;
    }
    .menu-wrap + .menu-wrap {
        margin-top: 15px;
    }
    .contact-address ul {
        min-height: 105px;
    }
    .navbar .navbar-nav .nav-link.chat-link > span {
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .quick_links {
        text-align: right;
    }
    .msg_icon {
        display: none;
    }
    #inventory .owl-stage {
        display: flex;
    }
    #inventory .owl-item {
        display: flex;
        flex: 1 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .color-box {
        width: 100%;
        height: auto;
    }
    .contact-address .pl-0 {
        margin-bottom: 10px;
        padding: 0 !important;
    }
    ul.tri-ul.content-ul {
        margin: 25px auto;
        width: 75%;
    }
    .pcb-list ul.one-ul > li {
        width: 100%;
        display: block;
    }
    .inner-banner-section .banner-img .inner-banner-text {
        width: 90%;
    }
    .about-vvq-section .tab-content {
        padding: 30px;
    }
    .list_proces_row .list_proces_colum h5 {
        min-height: auto;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list_proces_row .list_proces_colum ul li {
        line-height: 16px;
    }
    .list_proces_row .list_proces_colum {
        width: 33.33%;
        min-height: 300px;
        padding-left: 10px;
        padding-top: 140px;
        border-bottom: 1px dashed #d7d7d7;
    }
    .list_proces_row .list_proces_colum::before {
        width: 120px;
        height: 120px;
        top: 20px;
        left: 0;
    }
    .list_proces_row .list_proces_colum.feasibility_arw::before {
        background-image: url("../images/feasibility_arw1.png");
    }
    .list_proces_row .list_proces_colum.evolving_migration_arw::before {
        background-image: url("../images/evolving_migration_arw1.png");
    }
    .list_proces_row .list_proces_colum.pilot_run_arw::before {
        background-image: url("../images/pilot_run_arw1.png");
    }
    .list_proces_row .list_proces_colum.transition_arw::before {
        background-image: url("../images/transition_arw1.png");
    }
    .list_proces_row .list_proces_colum.operational_arw::before {
        background-image: url("../images/operational_arw1.png");
    }
    .about-data-security-section .inside_box h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .about-data-security-section .inside_box ul {
        padding: 15px 10px 10px 30px;
        min-height: 225px;
    }
    .working-model-section .nav-tabs .nav-link .img-box,
    .engagement-model-section .nav-tabs .nav-link .img-box,
    .accounting-services-section .nav-tabs .nav-link .img-box {
        padding: 25px;
    }
    .inner-banner-section .banner-img {
        height: 350px;
    }
    ul.tri-ul > li {
        width: 49.5%;
    }
    ul.four-ul > li {
        width: 32.5%;
    }
    .navbar .navbar-nav .nav-link > span:after {
        bottom: 0;
    }
    .learn-more-box-text a {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .navbar .navbar-nav .dropdown-menu h5 {
        font-size: 0.875rem;
        margin-bottom: 0;
    }
    .navbar .navbar-nav .dropdown-menu li.dropdown-item a {
        font-size: 13px;
    }
    .navbar .navbar-nav .dropdown-menu {
        padding: 15px 0;
    }
    .heading-title h2 {
        font-size: 1.75rem;
    }
    .qpad {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .navbar .navbar-nav .nav-link span {
        font-size: 0.875rem;
        text-transform: capitalize;
    }
    #outsourcing-banner.carousel,
    #outsourcing-banner .carousel-inner .carousel-item {
        height: 450px;
    }
    .navbar .navbar-nav .nav-item {
        padding: 15px 10px;
    }
    .fixed-header .navbar .navbar-nav .nav-item {
        padding: 10px;
    }
    .navbar-dark .navbar-brand img {
        height: 35px;
    }
    .navbar .navbar-nav .nav-link.chat-link i {
        width: 38px;
        height: 1.5rem;
    }
    .navbar .navbar-nav .nav-link.chat-link i span:first-child {
        left: 15px;
    }
    .navbar .navbar-nav .nav-link.chat-link i span:last-child {
        right: 15px;
    }
    .navbar .navbar-nav .nav-link.chat-link i > span {
        width: 4px;
        height: 4px;
    }
    .navbar .navbar-nav .nav-link.chat-link i:before {
        right: 8px;
        bottom: -7px;
        border: 4px solid;
        border-color: #fff transparent transparent #fff;
    }
    a.scroll_arrow img {
        width: 32px;
    }
    #outsourcing-banner .carousel-caption {
        width: 90%;
    }
    #outsourcing-banner .carousel-caption h1 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    #outsourcing-banner .carousel-caption h2 {
        font-size: 1.5rem;
    }
    .navbar .navbar-nav .nav-item.resourcelist.open-drop::after {
        bottom: -44px;
    }
}
@media (min-width: 992px) {
    .inner-banner-section .banner-img .inner-banner-text {
        width: 960px;
    }
    .wid-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .color-box {
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .color-box {
        width: 135px;
        height: 135px;
    }
    .color-box h2 span {
        font-size: 3.5rem;
    }
    .apply-job p {
        font-size: 1.75rem;
    }
    #outsourcing-banner .carousel-caption h1 {
        font-size: 2.25rem;
    }
    .inner-banner-section .banner-img {
        height: 350px;
    }
    ul.four-ul > li {
        width: 32.5%;
    }
    .list_proces_row .list_proces_colum h5 {
        min-height: auto;
    }
    .list_proces_row .list_proces_colum {
        padding-left: 10px;
        padding-top: 140px;
    }
    .list_proces_row .list_proces_colum::before {
        width: 120px;
        height: 120px;
        top: 20px;
        left: 0;
    }
    .list_proces_row .list_proces_colum.feasibility_arw::before {
        background-image: url("../images/feasibility_arw1.png");
    }
    .list_proces_row .list_proces_colum.evolving_migration_arw::before {
        background-image: url("../images/evolving_migration_arw1.png");
    }
    .list_proces_row .list_proces_colum.pilot_run_arw::before {
        background-image: url("../images/pilot_run_arw1.png");
    }
    .list_proces_row .list_proces_colum.transition_arw::before {
        background-image: url("../images/transition_arw1.png");
    }
    .list_proces_row .list_proces_colum.operational_arw::before {
        background-image: url("../images/operational_arw1.png");
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #outsourcing-banner.carousel,
    #outsourcing-banner .carousel-inner .carousel-item {
        height: 75vh;
    }
    #outsourcing-banner .carousel-caption {
        width: 90%;
    }
    .navbar .navbar-nav .nav-item {
        padding: 25px 15px;
    }
    .about-data-security-section .inside_box ul {
        min-height: 225px;
    }
    ul.tri-ul.content-ul {
        margin: 25px auto;
        width: 75%;
    }
    .wpcf7-form-control-wrap .g-recaptcha {
        transform: scale(0.625);
        -webkit-transform: scale(0.625);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-item.dropdown.open-drop .dropdown-menu {
        display: block;
    }
}
@media (min-width: 1200px) {
    .color-box-sec {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
    .home-sec-one .align-self-center {
        -ms-flex: 0 0 77.5%;
        flex: 0 0 77.5%;
        max-width: 77.5%;
    }
    .navbar .navbar-nav .dropdown-menu li.dropdown-item {
        line-height: 0;
    }
    .inner-banner-section .banner-img .inner-banner-text {
        width: 1180px;
    }
    .container {
        max-width: 1180px;
    }
    #outsourcing-banner .carousel-inner .carousel-item {
        height: 100vh;
    }
    .navbar .navbar-nav .nav-item {
        padding: 34px 15px;
    }
    .industries-served-section .industry-box-text {
        padding: 25px 15px 15px;
    }
    .inventory-typing-section .inventory-box-text {
        padding: 25px 15px 15px;
    }
    ul.tri-ul.content-ul {
        margin: 35px auto;
        width: 75%;
    }
}
@media (min-width: 1281px) {
    .digi-width {
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
}
.preloaderOne {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    overflow-y: hidden;
    height: 100vh;
}
.loadingOne {
    background: url(../images/spinner.gif) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 150px;
    z-index: 1071;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tech-tips-wrap {
    padding: 10px;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.case-study-wrap:hover,
.tech-tips-wrap:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.tech-tips-title h2 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-transform: capitalize;
    color: #333333;
    font-variant: small-caps;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 0;
    background-color: #eeeeee;
}

.detailed-tech-tips h2 {
    position: relative;
    margin-bottom: 1.5rem;
}

.tech-tips-description p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.tech-tips-description p a:hover {
    color: #ec1c24;
}

.tech-tips-description ol {
    padding-left: 15px;
    margin-bottom: 0.5rem;
}

.tech-tips-description ol li {
    list-style: decimal;
}
.tech-tips-description ul li,
.case-study-description ul li {
    list-style: disc;
}
.tech-tips-description ul,
.case-study-description ul {
    padding-left: 20px;
    margin-bottom: 0.5rem;
}
.case-study-content .continue-reading,
.tech-tips-description p .continue-reading {
    color: #ec1c24;
    text-transform: uppercase;
}
.tech-tips-description h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    padding: 0;
    margin-bottom: .5rem;
}
.tech-tips-description h3 {
    font-size: 1.025rem;
    line-height: normal;
    font-weight: 700;
    background-color: transparent;
    padding: 5px 0;
    margin-bottom: .5rem;
}

.detailed-tech-tips {
    border: 1px solid #eee;
    padding: 15px;
}

.detailed-tech-tips .tech-tips-title h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 1.125rem;
    background-color: #ec1c24;
    bottom: -5px;
    left: 0;
}

.detailed-tech-tips .tech-tips-title h2 small {
    display: block;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 50%;
    text-transform: uppercase;
    line-height: 2rem;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 5px 15px;
}


#mf_captcha{
    /* position: absolute; */
    top: 10px;
    right: 10px;
}
#captcha_code_mf{
    background-color:#ec1c24;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 10px 40px;
    letter-spacing: 1px;
}
.error{
    color:red;
}
#captcha_mf{
    width: 100%;
    float: right;
}

.press_release_div .pr-heading{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 80px;
padding:0px 10px;
}
.press_release_div .blog-footers{
border-top: 1px solid #dddcdc;
background-color: #eee;
padding: 10px 10px;
margin-top: 10px;
}
.press_release_div .case-study-description{
padding:10px;
}
.press_release_single_div{

}
.press_release_single_div h2{
padding:0px 10px;
font-weight: 400;
font-size: 1.75rem;
line-height: 2.5rem;
text-transform: capitalize;
color: #333333;
font-variant: small-caps;
letter-spacing: 0.5px;
margin-bottom: 5px;
margin-top: 0;
background-color: #eeeeee;
}
.press_release_single_div .blog-footers{
border-top: 1px solid #dddcdc;
background-color: #eee;
padding: 10px 10px;
margin-top: 10px;
}

@media(max-width:767px){
    .press_release_div .blog-social, .press_release_div .socialIcons {
        margin-top: 0px;
        float: right;
    }
    .press_release_div .blog-meta > span {
        padding: 0px 0 0;
    }

    .press_release_single_div .blog-social, .press_release_single_div .socialIcons {
        margin-top: 0px;
        float: right;
    }
    .press_release_single_div .blog-meta > span {
        padding: 0px 0 0;
    }
}


.error404 .navbar {
    background-color: rgba(0, 0, 0, 0.98);
}

.error-sec {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50vh;
    padding: 0 15px;
    margin: 150px 0 100px;
}

.error-sec h1 {
    background-color: #ec1c24;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 1.5rem;
    display: block;
    margin: 20px auto 10px;
    width: 250px;
}

.error-sec h2 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

/* Style for the individual menu items inside the dropdown when active */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    color: #00b987 !important;
    background-color: transparent; 
    text-decoration: underline;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #00b987 !important;
    background-color: transparent;
}