/**
 * @file
 * Layouts for this cloud4c theme.
 */


/*********************   Font Face   *********************/


/* @font-face {
    font-family: 'Helvetica-Bold';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  
    url('fonts/Helvetica-Bold.woff') format('woff'),
    url('fonts/Helvetica-Bold.ttf')  format('truetype'), 
    url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  }
  
  
  @font-face {
    font-family: 'Helvetica-Light';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),  
    url('fonts/Helvetica-Light.ttf')  format('truetype'), 
    url('fonts/Helvetica-Light.woff') format('woff'),
    url('fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
  }
  
  @font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'),  
    url('fonts/Helvetica.woff') format('woff'),
    url('fonts/Helvetica.ttf')  format('truetype'), 
    url('fonts/Helvetica.svg#Helvetica') format('svg');
  } */


/*********************   Common    *********************/


/* html,
body {
    height: 100%;
}

body {
    font-family: 'Helvetica'!important;
    font-size: 100%;
    line-height: 150%;
    color: #000000;
}


.container-fluid {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.container-fluid .row {
    padding: 0;
    margin: 0 -15px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

body.no-scroll {
    overflow: hidden;
} */


/*********************   Typography   *********************/


/* p {
    font-size: 18px;
    margin: 0;
    padding-bottom: 1.5rem;
} */


/* p:last-child { padding-bottom: 0; } */

ul li p {
    padding-bottom: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700 !important;
    font-family: 'Helvetica' !important;
    line-height: normal;
    padding-bottom: 0.5rem;
}

.lead {
    line-height: 2rem;
}


/********************* Font Style *********************/

.txt-bold {
    font-family: 'Helvetica-Bold';
    font-weight: normal !important;
}

.txt-light {
    font-family: 'Helvetica-Light';
    font-weight: normal !important
}

.txt-condensed {
    font-family: 'Helvetica';
    font-weight: normal !important
}

.txt-uppercase {
    text-transform: uppercase;
}

.font-black {
    color: #000000 !important;
}


/********************* Title Size *********************/

.title-xl {
    font-size: 4em;
}

.title-lg {
    font-size: 3em;
}

.title-md {
    font-size: 2.5em;
}

.title-sm {
    font-size: 2em;
}

.title-xs {
    font-size: 1.5em;
}

.title-line-big:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    height: 8px;
    width: 30px;
}

.title-line-big.txt-blue:before {
    background: #0025c9;
}

.title-line-big.txt-black:before {
    background: #000000;
}

.title-line-big.txt-white:before {
    background: #ffffff;
}

.title-line-small:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    height: 5px;
    width: 30px;
}

.title-line-small.txt-blue:before {
    background: #0025c9;
}

.title-line-small.txt-black:before {
    background: #000000;
}

.title-line-small.txt-white:before {
    background: #ffffff;
}


/* .txt-blue {
    color: #0025c9 !important;
}

.txt-black {
    color: #000000 !important;
}

.txt-white {
    color: #ffffff !important;
}

.txt-aqua {
    color: #00bcd4 !important;
} */


/* List Styles */


/* ul {
    padding: 0;
    margin: 0;
    list-style: none;
} */


/* ul.list-style-bullet { padding-bottom:30px; } */

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

@media only screen and (max-width:991px) {
    body {
        font-size: 80%;
    }
    .hide-mobile {
        display: none;
    }
}

ul.list-style-bullet li {
    padding: 0 0 10px 30px;
    position: relative;
}

ul.list-style-bullet li:before {
    content: "\25A0";
    color: #0040c6;
    font-weight: bold;
    display: inline-block;
    width: 1.4em;
    font-size: 15px;
    position: absolute;
    left: 0;
}

ul.list-style-bullet li a {
    color: #000;
}

ul.list-style-bullet li ul {
    padding-top: 15px
}

ul.list-style-bullet li ul li {
    background: url(../images/arrow_blue.png) no-repeat 0 3px;
    background-size: 13px
}

ul.list-style-bullet li ul li:before {
    content: "";
}

ul.list-style-bullet>li>strong:first-child {
    color: #0040c6;
    display: block;
    padding-bottom: 10px;
}


/*ul.list-style-arrow li { padding: 0 0 0 40px; position: relative; font-size: 1.15em; margin: 40px 0 0 0; }*/


/* ul.list-style-arrow { padding-bottom: 50px; } */

ul.list-style-arrow li {
    padding: 0 0 0 40px;
    position: relative;
    background: url(../images/arrow_blue.png) no-repeat 0 0;
    font-size: 1.15em;
    margin: 35px 0 0 0;
}

ul.list-style-arrow li:first-child {
    margin-top: 0;
}

ul.list-style-arrow li ul {
    margin-top: 10px;
}

ul.list-style-arrow li ul li {
    background: none !important;
    font-size: 1em;
    padding: 0 0 0 30px;
    margin: 15px 0 0 0;
}

ul.list-style-arrow li ul li:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #000000;
}

ul.list-style-arrow>li>strong:first-child {
    color: #0040c6;
    display: block;
    padding-bottom: 10px;
}

ul.list-style-three li {
    padding: 0 0 0 40px;
    position: relative;
    font-size: 1.15em;
    margin: 20px 0 0 0;
}

ul.list-style-three li:first-child {
    margin-top: 0;
}

ul.list-style-three li ul li {
    background: none;
}

ul.list-style-three li ul li:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #000000;
}

ul.list-style-bullet-small li {
    padding: 0 0 5px 15px;
    position: relative;
    font-size: 0.875em;
}

ul.list-style-bullet-small li:before {
    content: "\25A0";
    color: #0040c6;
    font-weight: bold;
    display: inline-block;
    width: 1.4em;
    font-size: 8px;
    position: absolute;
    left: 0;
}

ul.list-style-bullet-small li a {
    color: #000;
}

ul.list-style-tick li {
    padding: 0 0 10px 30px;
    position: relative;
}

ul.list-style-tick li:before {
    content: "\2713";
    color: #0040c6;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 0;
}

ul.list-style-tick li a {
    color: #000;
}

ul.list-style-tick li ul {
    padding-top: 15px
}

ul.list-style-tick li ul li:before {
    content: "\25A0";
    font-size: 12px
}

ul.list-style-tick>li>strong:first-child {
    color: #0040c6;
    display: block;
    padding-bottom: 10px;
}

ul.big-gm {
    margin: 50px auto;
    text-align: center;
}

ul.big-gm li {
    display: inline-block;
    font-weight: bold;
    padding: 30px 30px;
    border-right: 5px solid black;
}

ul.big-gm li:first-child {
    margin-left: 0;
    padding-left: 0;
}

ul.big-gm li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

ul.big-gm li h3 {
    font-size: 3vw;
    color: black;
    margin: 0;
}

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

ul.stair-style li {
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
}

ul.stair-style li span {
    display: inline-block;
    /*background: #ededed;*/
    padding: 20px 0;
    position: relative;
}

ul.stair-style li span:before {
    position: absolute;
    top: 20px;
    right: 100%;
    content: '';
    display: block;
    height: 4px;
    width: 500px;
    background: #fff;
}

ul.stair-style li span h3 {
    color: #0040c6;
    font-size: 1.15em;
}

ul.stair-style li span p {
    padding: 0;
    margin: 0;
}

.bg-white ul.stair-style li span:before {
    background: #000000;
}

ul.list-benefits li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin: 0 -4px 30px 0;
    padding-left: 50px;
    padding-right: 15px;
    background: url(../images/arrow_white.png) no-repeat 0 0;
}

ul.list-benefits li h5 {
    font-weight: bold;
}

ul.list-benefits.blue-arrow li {
    background: url(../images/arrow_blue.png) no-repeat 0 0;
}

.blog_content_details ul.list-style-bullet>li>strong:first-child {
    color: #000;
    display: inline-block;
    padding-bottom: 0;
}


/* Buttons */

.btn-know-more {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/arrowsblue.png) no-repeat right center;
    font-size: 1.5rem;
    color: #000000;
    text-decoration: none;
}

.btn-know-more:hover {
    text-decoration: underline;
    color: #000000;
}

.btn-get-now {
    color: #ffffff;
    text-decoration: underline;
}

.btn-get-now:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-get-now.submit-btn {
    display: inline-block;
    background: #ffffff;
    color: #0335a3 !important;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #ffffff;
    font-size: 16px;
    transition: 0.3s all;
}

.btn-get-now.submit-btn:hover {
    background: none;
    color: #ffffff !important;
    text-decoration: none;
}

a.blue-btn,
.bg-white .btn-get-now.submit-btn,
.bg-gray .btn-get-now.submit-btn {
    display: inline-block;
    background: #0025c9;
    color: #ffffff !important;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #0025c9;
    font-size: 16px;
}

a.blue-btn:hover,
.bg-white .btn-get-now.submit-btn:hover,
.bg-gray .btn-get-now.submit-btn:hover {
    background: #ffffff;
    color: #0025c9 !important;
    text-decoration: none;
}

.bg-blue .btn-get-now.submit-btn,
.bg-black .btn-get-now.submit-btn,
.bhg-white p a {
    background: #ffffff;
    color: #0025c9 !important;
    border: 1px solid #ffffff;
}

.bg-blue .btn-get-now.submit-btn:hover,
.bg-black .btn-get-now.submit-btn:hover {
    background: none;
    color: #ffffff !important;
}

.bg-blue .camper-in-bg .bhg-white .btn-get-now.submit-btn {
    background: #0025c9 !important;
    color: #fff !important;
    border: 0;
    transition: none;
}

.bg-blue .camper-in-bg .bhg-white .btn-get-now.submit-btn:hover {
    background: #0025c9 !important;
    color: #000 !important;
    border: 0;
}

a.white-btn {
    display: inline-block;
    background: #ffffff;
    color: #0025c9 !important;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #ffffff;
    font-size: 16px;
}

a.white-btn:hover {
    background: none;
    color: #ffffff !important;
    text-decoration: none;
}

.bg-blue .btn-know-more,
.bg-black .btn-know-more {
    color: #ffffff !important;
}

.defaultBtn {
    cursor: pointer;
    padding: 10px 45px;
    display: inline-block;
    background: #0025c9;
    border: 1px solid #0025c9;
    font-size: 16px;
    text-align: center;
    color: #fff!important;
    border: 0px;
    outline: none;
    border-radius: 4px;
    transition: 0.3s all;
}

.defaultBtn:hover {
    background: #ffffff;
    color: #0025c9!important;
}

.mailTo {
    cursor: pointer;
    padding: 10px 45px;
    display: inline-block;
    background: #fff;
    font-size: 16px;
    text-align: center;
    color: #0025c9!important;
    border: 1px solid #0025c9;
    outline: none;
    border-radius: 4px;
    transition: 0.3s all;
    text-decoration: none;
}

.mailTo:hover {
    background: #0025c9;
    color: #ffffff!important;
}

.bg-black .btn-get-now,
.bg-blue .btn-get-now {
    color: #ffffff;
}

.bg-white .btn-get-now,
.bg-gray .btn-get-now {
    color: #0025c9;
}


/*********************   Collapse   *********************/

.accordion .card {
    background: white;
    padding: 25px 25px 25px 25px;
    border-radius: 10px !important;
    margin: 0 0 24px 0;
    text-align: left;
}

.accordion .card .card-header {
    padding: 0;
    margin: 0;
    background: none !important;
    border: none;
    position: relative
}

.accordion .card .card-header h2 {
    background: url(../images/arrow_blue.png) no-repeat 0 0;
    padding-left: 35px;
    padding-right: 40px;
    color: #0025c9;
    font-size: 1.25em;
    text-align: left;
}

.accordion .card .card-header .btn-link {
    position: absolute;
    right: 0;
    top: -8px;
    background: #0025c9;
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

.accordion .card .card-header .btn-link:before {
    content: "-";
}

.accordion .card .card-header .btn-link.collapsed:before {
    content: "+";
}


/*********************   Structure   *********************/


/* .page-section {
    float: left;
    clear: both;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */


/*********************   Header   *********************/


/* .header {
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 10;
    padding: 15px 0;
    transition: 0.5S;
}

.header.fixed {
    background: #ffffff;
    top: 0;
}

.header .container>div {
    float: left;
    width: 100%;
    clear: both
}

.header #block-cloud4c-branding {
    float: left;
    width: 172px;
    position: relative;
}

#block-cloud4c-branding img {
    display: block;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
}

#block-cloud4c-branding img.svg-logo {
    display: none;
}

#block-cloud4c-branding a {
    position: relative;
    display: block;
}

#block-cloud4c-branding a:after {
    content: "A CtrlS Company";
    position: absolute;
    bottom: -20px;
    transition: 0.5S;
    opacity: 1;
    color: #000000;
}

.front-page #block-cloud4c-branding a:after {
    color: #ffffff;
}

#block-cloud4c-main-menu,
#block-cloud4c-main-menu-lang,
.multilingual_menu {
    float: right;
}

.header.fixed #block-cloud4c-branding a:after {
    opacity: 0;
}

.header.fixed #block-cloud4c-branding img {
    padding-bottom: 0;
} */


/*********************   Home Page   *********************/


/* .banner.page-section {
    position: relative;
} */


/* 
.home-page-bannner.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.home-page-bannner.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.home-page-bannner.owl-theme .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
}

.home-page-bannner.owl-theme .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    background: #ffffff;
}

.home-page-bannner.owl-theme .owl-dots .owl-dot.active span {
    background: #0f00ff;
}

.home-page-bannner figure {
    padding: 0;
    margin: 0;
}

.home-page-bannner figure img {
    width: 100%;
   height: 95vh;object-fit: cover;
    height: auto;
}

.home-page-bannner1.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.home-page-bannner1.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.home-page-bannner1.owl-theme .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
}

.home-page-bannner1.owl-theme .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    background: #ffffff;
}

.home-page-bannner1.owl-theme .owl-dots .owl-dot.active span {
    background: #0f00ff;
}

.home-page-bannner1 figure {
    padding: 0;
    margin: 0;
} */

#block-ciotestimonialblock h2 {
    text-align: center;
    padding: 25px 0;
}

.popular-jobs.career-wrapper .fields-wrapper {
    background: #ffffff;
}

.cio-testimonial.owl-carousel .owl-nav button.owl-next,
.cio-testimonial.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #000;
    color: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    outline: none;
    box-shadow: none;
}

.cio-testimonial.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.cio-testimonial.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.cio-testimonial .author-info {
    padding: 15px;
    background: #fff;
}

.cio-testimonial .author-info .customized-text {
    padding-bottom: 15px;
    color: #666666;
    display: block;
}

.cio-testimonial .author-info .name {
    padding-bottom: 10px;
    color: #0025c9;
    font-family: 'Helvetica-Bold';
}

.quick-scroll {
    position: absolute;
    left: 50%;
    bottom: -20px;
    background: #0025c9;
    height: 40px;
    width: 40px;
    z-index: 2;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
    padding-top: 10px;
}

#block-sliderbylanguageblock .quick-scroll {
    display: none;
}

#block-anycloudanyplatformblock {
    background: url(../images/bg-home-section-one.png) no-repeat center center;
    background-size: cover;
}

ul.count-list {
    padding: 0;
    margin: 0;
}

ul.count-list li {
    display: flex;
    line-height: normal;
    align-items: baseline;
    padding: 15px 0;
}

ul.count-list li div:first-child {
    width: 70%;
    text-align: right;
    padding-right: 15px;
    color: #003fca;
    font-family: 'Helvetica-Bold';
    font-size: 4em;
    position: relative;
}

ul.count-list li div:first-child:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 200%;
    bottom: 0;
    right: 15px;
    background: #ffffff;
}

ul.count-list li div:last-child {
    font-size: 1.25rem;
}

.box-holder .bg-black-80 {
    display: flex;
    align-items: center;
    padding: 15px;
    text-align: center;
    min-height: 120px;
    justify-content: center;
    text-transform: uppercase;
}

.box-holder .col {
    padding: 5px;
}

.testimonials-slider .testi-article {
    font-size: 1.875em;
    color: #000;
    line-height: 1.25em;
    font-family: 'Helvetica';
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.testimonials-slider .testi-article p {
    font-size: 1.5rem
}

.testimonials-slider .testi-article p:before {
    content: open-quote;
    font-size: 1.5em;
}

.testimonials-slider .testi-article picture:after {
    content: close-quote;
    font-size: 1.5em;
}

.testimonials-slider .author-info {
    color: #003dc9;
}

.testimonials-slider .name {
    font-family: 'Helvetica-Bold';
    font-size: 1.5em;
    text-transform: uppercase;
}

.testimonials-slider .name:after {
    content: "|";
    font-size: 20px;
    font-style: normal;
}

.testimonials-slider .designation,
.testimonials-slider .company {
    font-family: 'Helvetica';
    font-style: italic;
}

.testimonials-slider .designation:after {
    content: "|";
    font-size: 20px;
    font-style: normal;
}

.testimonials-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    text-align: left;
}


/* .testimonials-slider.owl-theme  .owl-dots { position: absolute; width: 100%; bottom: 20px; } */

.testimonials-slider.owl-theme .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
}

.testimonials-slider.owl-theme .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    background: #0f00ff;
}

.testimonials-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #000000;
}

.right-float-nav {
    position: fixed;
    right: 100px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

.right-float-nav ul li {
    display: block;
}

.right-float-nav ul li a {
    display: block;
    margin: 5px;
    height: 10px;
    width: 10px;
    margin: 5px 0;
    text-align: center;
}

.right-float-nav ul li a span {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #000000;
    display: inline-block;
    transition: 0.5s;
}

.right-float-nav ul li a.active span {
    height: 10px;
    width: 10px;
    background: #003dc9;
}

.right-line {
    position: fixed;
    right: 105px;
    bottom: 0;
    height: 40%;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9;
}


/*********************   Footer   *********************/

.footer-top {
    background: #f2f2f2;
}


/* .footer-top img {
    max-width: 100%;
    width: auto;
    margin: 0;
} */

.subscribe-form h6,
.subscribe-form #edit-message,
.subscribe-form .form-no-label {
    font-size: 12px;
    color: #003dc9;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: bold;
}

.subscribe-form .form-email {
    font-size: 14px;
    border: 2px solid #fff;
    background: #fff;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}

.subscribe-form .form-submit {
    background: #fff;
    color: #003dc9;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    margin-top: 3px;
    height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    outline: none;
}

.subscribe-form .description {
    display: none;
}

.subscribe-form label {
    display: none;
}

.succ-msg {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: cadetblue;
    z-index: 2;
    color: #fff;
    text-align: center;
}


/* .footer-top-nav ul.menu.nav {
    display: block;
    padding: 0;
    margin: 0;
}

.footer-top-nav ul.menu li {
    display: block;
    padding: 0 0 5px 0;
}

.footer-top-nav ul.menu li a {
    color: #2a2a2a;
    font-size: 14px;
    display: block;
}

.footer-top-nav ul.menu li:first-child a {
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
}

.footer-bottom {
    font-size: 13px;
    text-align: center;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 10px 0 0
}

.footer-bottom ul li a {
    color: #ffffff;
} */

.subscribe-form {
    padding-bottom: 15px;
}

#block-helplineblock {
    text-align: right;
}


/* .location-change-block {
    padding-top: 40px;
}

.location-change-block .global-location {
    color: #ffffff;
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: normal;
} */


/* .location-change-block .global-location span {
    padding-top: 4px;
}

.location-change-block .global-location:hover span {
    text-decoration: underline;
} */


/*********************  Inner Pages - old page  ********************/

.banner-image {
    position: relative;
}

.banner-image img {
    width: 100%;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-text h1 {
    font-size: 2.25em;
    margin: 0;
    color: #000;
    line-height: normal;
    width: 60%;
    position: relative;
    font-family: 'Helvetica-Bold';
    font-weight: normal !important;
    text-transform: uppercase;
}

.banner-text h1::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    height: 8px;
    width: 40px;
    background: #000
}

.banner-text p {
    font-size: 1.25rem;
    padding-bottom: 0;
    padding-top: 1rem;
    font-weight: normal;
    line-height: 1.5;
    width: 60%;
}


/*
.front-page .banner-text {
    top: auto;
    bottom: 30px;
    transform: none;
    -webkit-transform: none;
} */


/* .banner-text .download-pdf {
    padding-top: 40px;
}

.banner-text .download-pdf a {
    background-color: #0025c9;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 20px;
    border: 1px solid #0025c9;
    display: inline-block;
}

.banner-text .download-pdf a:hover {
    background: #ffffff;
    color: #0025c9;
} */


/* .front-page .banner-text .download-pdf {
    padding-top: 0;
} */


/* css for banner link */


/* .front-page .banner-text {
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
}

.front-page .item .download-pdf {
    width: 100%;
    height: 100%;
}

.front-page .item .download-pdf a {
    width: 100%;
    height: 100%;
    background: none;
    font-size: 0;
    text-indent: -9999px;
    border: 0;
}

.front-page .item .download-pdf a:hover {
    background: none;
    border: 0;
}

.front-page .item .download-pdf {
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    position: absolute;
}

.front-page .item .download-pdf a {
    display: block;
} */


/* Customer Success Page */


/* .success-fields-wrapper {
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.success-fields-wrapper .customer-success-img {
    margin-bottom: 15px;
}

.success-fields-wrapper .customer-success-img img {
    object-fit: cover;
    height: 200px;
}

.success-fields-wrapper .customer-success-title {
    font-size: 1.25rem;
    padding: 15px;
    font-family: 'Helvetica';
    font-weight: 600;
    min-height: 78px;
    line-height: normal;
}

.success-fields-wrapper .customer-success-desc {
    min-height: 200px;
    padding: 15px;
}

.success-fields-wrapper .download_btn {
    padding: 15px;
} */


/* Blog Page */


/* .popular-post {
    background: #ffffff;
    padding: 10px;
    margin-right: 50px;
}

.popular-post img {
    display: block;
    height: auto;
    width: 100%;
}

.popular-post h2 {
    font-size: 26px;
    color: #000000;
    text-decoration: none;
}

.popular-post h2 a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}

.popular-post h2 a:hover {
    color: #0025c9;
}

.blog-footer {
    padding-top: 20px;
}

.blog-footer .date {
    float: left;
    color: #0025c9;
}

.blog-footer .social-count {
    float: right;
}

.blog-footer .social-count span {
    display: inline-block;
    padding-left: 10px;
    color: #0025c9;
}

.blog-footer .social-count span .far {
    color: #000000;
    font-size: 18px;
}

.blog-side-panel .media-object {
    height: 100px;
    object-fit: cover;
    max-width: 100%;
}

.blog-side-panel h3 {
    font-size: 16px;
}

.blog-side-panel h3 a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}

.blog-side-panel h3 a:hover {
    color: #0025c9;
}

.blog-side-panel .well {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
}

.blog-listing .col-md-4 {
    margin-bottom: 30px;
}

.blog-listing figure img {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.blog-listing h3 {
    font-size: 18px;
    color: #000000;
    min-height: 50px;
}

.blog-listing h3 a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}

.blog-listing h3 a:hover {
    color: #0025c9;
} */


/* Data Modernization Page */

.making-modernization h3 {
    color: #0040c6;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
}

.making-modernization ul {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
}

.making-modernization ul li {
    position: relative;
    padding: 0 0 5px 15px;
    font-size: 16px;
}

.making-modernization ul li:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    background: #0040c6;
    position: absolute;
    left: 0;
    top: 5px;
}

.making-modernization .col-lg-3 {
    border: 2px solid #0040c6;
    position: relative;
}

.making-modernization .col-lg-3:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #0040c6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}

.making-modernization .col-lg-3:last-child:after {
    content: none;
    display: none;
}

.making-modernization .col-lg-3 .inner-wrapper {
    padding: 30px 15px;
}

.discover-section {
    padding: 50px 0 0 0;
}

.discover-section h3 {
    font-size: 24px;
    color: #0040c6;
    line-height: normal;
    padding: 15px;
    margin-bottom: 30px;
    border: 2px solid #0040c6;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

.discover-section h3:before {
    content: '';
    display: block;
    height: 250px;
    width: 60px;
    background: url(../images/discover-title-line.png) no-repeat 0 0;
    position: absolute;
    left: -85px;
    top: 10px;
}

.discover-section h4 {
    color: #0040c6;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
}

.discover-section ul {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
}

.discover-section ul li {
    position: relative;
    padding: 0 0 10px 30px;
    font-size: 16px;
}

.discover-section ul li:before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border: 1px solid #0040c6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
}

.discover-section ul li:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    background: #ffffff;
    background: #0040c6;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 8px;
    z-index: 2;
}

.discover-section .span-3 {
    border: 2px solid #0040c6;
    position: relative;
    border-radius: 30px;
    background: #fff;
    width: 31%;
    margin: 0 1%;
}

.discover-section .span-3:before {
    content: '';
    display: block;
    height: 30px;
    width: 45px;
    background: url(../images/arrow-discover.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: -33px;
    top: 150px;
}

.discover-section .span-3:last-child:after {
    content: none;
    display: none;
}

.discover-section .span-3 .inner-wrapper {
    padding: 30px;
}

.data-security {
    text-align: center;
}

.data-security h3 {
    font-weight: normal !important;
    font-size: 18px;
    padding: 15px 0;
}

.more-data {
    font-size: 14px;
    color: #003fca;
    line-height: normal;
    padding-bottom: 15px;
}

.more-data span {
    display: block;
    font-size: 36px;
    font-family: 'Helvetica-Bold';
}

.mapping h3 {
    color: #0040c6;
    font-size: 18px;
    font-weight: normal !important;
    min-height: 70px;
}

.mapping h3 span {
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    display: block;
}

.mapping figure {
    min-height: 115px;
}

.mapping a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
}

.mapping a span {
    display: inline-block;
    border-top: 1px solid #0040c6;
}

.capabilities h3 {
    color: #0040c6;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Helvetica-Bold';
    font-weight: normal !important;
}

.capabilities h5 {
    color: #0040c6;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: 'Helvetica-Bold';
    font-weight: normal !important;
}

.capabilities ul {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
}

.capabilities ul li {
    position: relative;
    padding: 0 0 5px 15px;
    font-size: 14px;
}

.capabilities ul li:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    background: #0040c6;
    position: absolute;
    left: 0;
    top: 5px;
}

.capabilities a {
    color: #0040c6;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}

.data-migration-grid .col {
    border: 1px solid #0040c6;
    border-bottom: none;
    border-right: none;
}

.data-migration-grid .col:nth-child(1),
.data-migration-grid .col:nth-child(2),
.data-migration-grid .col:nth-child(3) {
    border-top: none;
}

.data-migration-grid .col:first-child,
.data-migration-grid .col:nth-child(4n+1) {
    border-left: none;
}

.data-migration-grid .blue-box {
    background: #0040c6;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.data-migration-grid .grid-inner {
    padding: 15px;
}

.data-migration-grid .blue-box .grid-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.data-migration-grid .blue-box h2 {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.data-migration-grid .blue-box span {
    display: block;
    text-transform: uppercase;
}

.data-migration-grid .grid-inner h3 {
    background: url(../img/arrow_blue.png) no-repeat 0 0px;
    color: #0040c6;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Helvetica-Bold';
    padding: 0 0 0 40px;
    min-height: 45px;
}

.data-migration-grid .grid-inner p {
    padding-left: 40px;
}

.table-main {
    margin: 5% 0;
    width: 100%;
    overflow: auto;
}

.table-main>ul {
    min-width: 1000px;
}

.large-in {
    width: 60%;
}

.small-in {
    width: 40%;
}

.blue-back {
    background: #1e5ac9 !important;
    color: white !important;
    padding: 15px;
    font-size: 18px !important;
}

.table-main ul li {
    display: flex;
}

.table-main ul li.blue-header>div {
    border: 2px solid #0e0e0e;
    padding: 18px 0px;
}

.table-main ul li>div>div p {
    font-size: 1em !important;
    padding: 5px 0 !important;
}

.table-main ul li.blue-header>div p {
    line-height: 1 !important;
    font-size: 1.3em !important;
}

.table-main ul li>div {
    float: left;
    color: #000;
    font-size: 28px;
    border: 1px solid #0e0e0e;
    text-align: center;
    text-transform: capitalize;
    background: white;
    display: flex;
    justify-content: center;
    /*! padding: 15px; */
}

.table-main ul li>div>div {
    float: left;
    width: 29%;
    padding: 2%;
    border: 1px solid #0e0e0e;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
}

.table-main ul li>div>div.steps {
    width: 13%;
    color: #1e5ac9;
}

.table-main ul li>div.small-in>div {
    width: 50%;
}

.blue-back p {
    font-size: 22px;
}

.align-middle th,
.align-middle td {
    vertical-align: middle
}


/*  Contact us Page */


/* .contact_us_block {
    background: #0025c9;
    padding: 50px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    clear: both
}

.contact_us_form_content {
    padding: 30px;
    background: #ffffff;
}

.locate_us_content {
    padding: 30px;
    padding-bottom: 0;
} */


/* #contact-us-form .form-item {
    display: block;
    width: 48%;
    margin: 0;
    padding-bottom: 15px;
    float: left;
    margin: 0 1%;
}

#contact-us-form .form-item.form-item-subject,
#contact-us-form .form-item.form-item-message,
#contact-us-form .form-item.form-item-captcha-response {
    width: 98%;
}

#contact-us-form .form-email,
#contact-us-form .form-text,
#contact-us-form .form-textarea,
#contact-us-form .form-number {
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-family: 'Helvetica';
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: none;
    height: 45px;
    margin: 0;
}

#contact-us-form .form-textarea {
    height: 100px;
}

#contact-us-form .button {
    clear: both;
    display: block;
    padding: 10px 20px;
    border: 1px solid #0025c9;
    background: #0025c9;
    width: 150px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s all;
    text-transform: uppercase;
    font-family: 'Helvetica-Bold';
    outline: none;
    box-shadow: none;
}

#contact-us-form .button:hover {
    background: #ffffff;
    color: #0025c9;
}

#contact-us-form .description {
    color: #999;
    font-size: 12px;
    padding-top: 5px
}

#contact-us-form .captcha img {
    margin: 0 0 20px 0;
}

#contact-us-form .captcha {
    padding-bottom: 30px;
    clear: both;
} */

.locate_us_content .company-address {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 15px;
}

.locate_us_content .company-address .company-title,
.locate_us_content .company-address .company-phone-number,
.locate_us_content .company-address .company-email,
.locate_us_content .company-address .company-location-pointer {
    padding-left: 35px;
    font-size: 14px;
    position: relative;
    min-height: 24px;
    margin-bottom: 10px;
}

.locate_us_content .company-address .company-title:before,
.locate_us_content .company-address .company-phone-number:before,
.locate_us_content .company-address .company-email:before,
.locate_us_content .company-address .company-location-pointer:before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/contact-us-icons.png);
    background-repeat: no-repeat;
}

.locate_us_content .company-address .company-title:before {
    background-position: 0 0;
}

.locate_us_content .company-address .company-phone-number:before {
    background-position: 0 -24px;
}

.locate_us_content .company-address .company-email:before {
    background-position: 0 -48px;
}

.locate_us_content .company-address .company-location-pointer:before {
    background-position: 0 -72px;
}

.locate_us_content .company-address .company-title {
    font-family: 'Helvetica-Bold';
}

.locate_us_content .company-address .company-address-location {
    padding-left: 35px;
}

.locate_us_content .company-address .company-address-location p {
    font-size: 14px;
    margin: 0;
}

.locate_us_content .company-address:first-child {
    background: #0025c9;
    color: #ffffff;
}

.locate_us_content .company-address:first-child .company-title:before,
.locate_us_content .company-address:first-child .company-phone-number:before,
.locate_us_content .company-address:first-child .company-email:before,
.locate_us_content .company-address:first-child .company-location-pointer:before {
    background-image: url(../images/contact-us-icons-white.png);
}

.locate_us_content .company-address:first-child a {
    color: #ffffff;
}

.contact_us_form_content h2,
.locate_us_content h2 {
    color: #0025c9;
    padding-bottom: 25px;
    font-size: 2em;
}

.company-addresses-block {
    height: 735px;
    overflow: auto;
    padding-right: 5px;
}

.pointer_popup {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 0;
    width: 90%;
    max-width: 800px;
    padding-bottom: 31.25%;
    border: 10px solid #ffffff;
}

.pointer_popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

.pointer_popup .popup_close {
    right: -10px;
    top: -10px;
    z-index: 2;
}

.map-popup-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
}


/* Disaster Recovery  Page */

.cpmo-logo ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cpmo-logo ul li {
    display: block;
    margin: 15px;
    width: 22%;
}


/* .cpmo-logo ul li:last-child { margin: 0; } */

.cpmo-logo ul li .trd-1 {
    background: #0025ca;
    color: white;
    line-height: 26px;
    padding: 0 20px;
    height: 214px;
    display: flex;
    align-items: center;
}

.cpmo-logo ul li .trd-1 p {
    font-size: 20px;
}

.cpmo-logo ul li .cimg-1 {
    background: white;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.cpmo-logo ul li .cimg-1 img {
    max-width: 100%;
    width: auto;
}

.spas-border ul {
    display: flex;
}

.spas-border ul li {
    display: block;
    border: 2px solid #003fca;
    border-top: none;
    border-left: none;
    padding: 0px 20px 8px 20px;
}

.table-v-in {
    width: 80%;
    margin: 50px auto;
}

.table-v-in h2 {
    background-color: #003fca;
    color: white;
    text-align: center;
    padding: 36px 0 20px 0;
    line-height: 1;
    border-radius: 20px 20px 0 0;
    margin: 0;
}

.table-v-in ul {
    box-shadow: 5px 8px 18px rgba(1, 1, 1, 0.18);
    border-radius: 0 0 45px 45px;
    padding: 0 50px 50px 50px;
    background-color: #ffffff;
}

.table-v-in ul li {
    display: block;
    border-bottom: 2px solid gainsboro;
    padding: 20px 30px;
}

.table-v-in ul li p {
    font-size: 18px;
    width: 50%;
    float: left;
    margin: 0;
}

.alifh-w {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.alifh-w .cpmo-logo ul li {
    width: 40%;
}

.alifh-w .cpmo-logo ul li .trd-1 {
    height: 130px;
}

.alifh-w .cpmo-logo ul li .cimg-1 {
    box-shadow: 5px 8px 18px rgba(1, 1, 1, 0.18);
    height: 130px;
    text-shadow: 0 0 0 black;
}

.alifh-w .cpmo-logo ul li .trd-1 h3 {
    text-align: left;
    width: 100%;
}

.table-v-in ul li p.srtd {
    font-weight: bold;
}

.cpmo-logo ul {
    display: flex;
    margin: 0;
}

.cpmo-logo ul li .trd-1 {
    background: #0025ca;
    color: white;
    line-height: 50px;
    padding: 0 20px;
    height: 214px;
    display: flex;
    align-items: center;
}

.cpmo-logo ul li .trd-1 p {
    font-size: 20px;
}

.cpmo-logo ul li .cimg-1 {
    background: white;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.cpmo-logo ul li .cimg-1 img {
    max-width: 100%;
    width: auto;
}

.alifh-w .cpmo-logo ul li .cimg-1 {
    box-shadow: 5px 8px 18px rgba(1, 1, 1, 0.18);
    height: 130px;
    text-shadow: 0 0 0 black;
}


/* About Us */

.about-us.row img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.about-us.row img+.row {
    padding-top: 15px
}

.about-us.row img+.row h4 {
    font-size: 18px
}

.about-us.row img+.row .designation h6 {
    font-size: 14px;
    font-weight: normal !important;
}

.about-us.row img+.row .fa {
    font-size: 25px;
    color: #ccc;
    margin-top: 11px;
}

.green_sec {
    padding: 5% 0;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.green_sec:before {
    content: "";
    background: #ecf7ee;
    width: 250px;
    height: 700px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.green_sec h1 {
    color: #1fbc58;
    font-size: 44px;
    font-family: 'Helvetica';
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    position: relative;
}

.green_sec h1:after {
    content: "";
    width: 34px;
    height: 8px;
    background: #1fbc58;
    position: absolute;
    left: 0;
    bottom: 0;
}

.green_sec h4 {
    color: #1fbc58 !important;
    margin-bottom: 0;
    font-weight: normal;
    margin-top: 50px;
}


/* Blog Page */

.popular_blogs_title {
    font-size: 2.5rem;
    color: #0025c9;
    padding-bottom: 15px;
    position: relative;
}

.popular-blogs {
    padding: 10px;
    background: #fff;
}

.popular_block_title {
    padding: 15px 0
}

.popular_block_title h3,
.popular_block_title h3 a {
    color: #0025c9
}

.popular-blogs .row.item {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.right-sidebar h2,
.right-sidebar h3 {
    font-size: 1.5em;
    color: #0025c9;
    padding: 0 0 10px 0;
}

.right-sidebar h2 a,
.right-sidebar h3 a {
    color: #000000;
}

.right-sidebar .Recent {
    margin-bottom: 30px;
}

.right-sidebar .Recent h3,
.right-sidebar .white_paper h3,
.right-sidebar .related-blk-listing h3 {
    font-size: 1rem;
    color: #000000;
}

.right-sidebar .Recent h3 a,
.right-sidebar .white_paper h3 a,
.right-sidebar .related-blk-listing h3 a {
    color: #000000;
}

.right-sidebar .Recent .row,
.right-sidebar .white_paper .row {
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 15px 0;
    background: #ffffff;
    margin-left: 0;
    margin-right: 0;
}

.right-sidebar .Recent .row img,
.right-sidebar .white_paper .row img,
.related-blk-listing img {
    height: 90px;
    width: 100%;
    max-width: none;
    object-fit: cover;
}

.right-sidebar .Recent .row img,
.right-sidebar .white_paper .row img {
    margin-left: 0;
}

.right-sidebar .related_blogs_title,
.right-sidebar .white_paper_title,
.right-sidebar .related_blk_title {
    font-size: 2em;
}

.blogs-listing {
    padding-top: 50px
}

.blogs-listing .views-field-nothing {
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.blogs-listing .views-field-nothing h3 {
    font-size: 1.25rem;
    padding: 15px 0;
    font-family: 'Helvetica';
    font-weight: 600 !important;
    min-height: 110px;
    line-height: normal;
}

.blogs-listing .views-field-nothing h3 a {
    color: #0025c9;
}

.blogs-listing .views-field-nothing .img-holder img {
    /*object-fit: cover;*/
    height: 200px;
    width: 100%;
}

.blogs-listing .views-field-nothing .body-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
}

.body-wrapper li {
    display: inline-block;
    color: #9a9a9a;
    position: relative;
    margin: 0 -4px 0 0;
    padding: 0 9px;
}

.body-wrapper li .fa {
    color: #0025c9;
}

.body-wrapper li:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #000;
}

.body-wrapper li:first-child:before {
    content: none
}

.body-wrapper li:first-child {
    padding-left: 0
}

.exposed-filter {
    padding: 50px;
    background: #f2f2f2
    /* background: #ededed; display: none; */
}

.exposed-filter form {
    text-align: center;
}

.views-exposed-form .form-item,
.views-exposed-form .form-actions {
    display: inline-block;
    padding: 0 5px;
}

.views-exposed-form .form-item label {
    margin: 0;
    padding-right: 15px;
}

.views-exposed-form .form-item select {
    padding: 5px 30px;
    border: none;
    border-radius: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/menu-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    width: 800px;
    height: 50px;
    box-shadow: none;
    outline: none;
}

.views-exposed-form .form-actions .button {
    height: 50px;
    border: none;
    padding: 5px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 1rem;
    background: #0025c9;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.pager {
    text-align: center;
    padding-top: 30px
}

.customer-success-list .pager {
    width: 100%;
}

.pager ul li {
    display: inline-block
}

.pager ul li a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none;
}

.pager ul li.is-active a,
.pager ul li a:hover {
    background: #0025c9;
    color: #ffffff;
    border-color: #0025c9;
    text-decoration: none;
}

.blog_details_page.page-section,
.job-details-pagepage-section {
    padding-top: 150px;
}

.blog_content_details {
    padding: 10px;
    background: #fff;
}

.blog_content_details h1 {
    font-size: 2rem;
    color: #0025c9;
    padding-bottom: 10px;
}

.related_blk.right-sidebar .row.item {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.popular_block_text p {
    font-size: inherit;
}


/* Career Page */

.location-search {
    max-width: 1250px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.location-search .container {
    padding-top: 100px;
}


/* .views-exposed-form {padding-bottom: 50px;} */

.career-wrapper .fields-wrapper {
    padding: 30px;
    background: #f1f1f1;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 75px;
    min-height: 400px;
    transition: 0.5s;
}

.career-position {
    font-size: 1.5em;
    padding-bottom: 15px;
    min-height: 75px;
}

.career-location,
.career-experience,
.career-job-code,
.career-status,
.career-key-skills {
    position: relative;
    padding: 0 0 10px 30px
}

.career-key-skills {
    min-height: 130px;
}

.career-location:before,
.career-experience:before,
.career-job-code:before,
.career-status:before,
.career-key-skills:before {
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/career-icons.png);
    background-repeat: no-repeat;
}

.career-location:before {
    background-position: 0 0;
}

.career-experience:before {
    background-position: 0 -22px;
}

.career-job-code:before {
    background-position: 0 -44px;
}

.career-status:before {
    background-position: 0 -66px;
}

.career-key-skills:before {
    background-position: 0 -88px;
}

.career-apply-now {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    text-align: center;
}

.career-apply-now a.submit-btn {
    display: inline-block;
    background: #0025c9;
    color: #ffffff !important;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #0025c9;
    font-size: 14px;
    font-family: 'Helvetica-Bold';
    font-weight: normal;
}

.career-apply-now a.submit-btn:hover {
    background: #ffffff;
    color: #0025c9 !important;
    text-decoration: none;
}

.career-wrapper .fields-wrapper:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.career-wrapper .fields-wrapper:hover .career-location:before {
    background-position: -22px 0;
}

.career-wrapper .fields-wrapper:hover .career-experience:before {
    background-position: -22px -22px;
}

.career-wrapper .fields-wrapper:hover .career-job-code:before {
    background-position: -22px -44px;
}

.career-wrapper .fields-wrapper:hover .career-status:before {
    background-position: -22px -66px;
}

.career-wrapper .fields-wrapper:hover .career-key-skills:before {
    background-position: -22px -88px;
}

.career-wrapper .fields-wrapper .career-position a {
    color: #000000;
    text-decoration: none;
}

.career-wrapper .fields-wrapper:hover .career-position a {
    color: #0025c9;
}

.no-result {
    background: #fff url(../images/icon-noresult.png) no-repeat 10px 10px;
    padding: 13px 10px 10px 50px;
    min-height: 50px;
}

.job-details-page .fields-wrapper {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 30px;
    position: relative;
}

.job-details-page .fields-wrapper .career-apply-now {
    position: static;
    text-align-last: left;
    bottom: auto;
    left: auto;
    padding-top: 30px;
}

.job-details-page .job-details .career-position {
    color: #0025c9;
    font-size: 2em;
    padding-right: 100px;
}

.apply-job-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    border: 1px solid #0025c9;
    padding: 5px 10px;
    border-radius: 20px;
    color: #0025c9;
    z-index: 2;
    text-decoration: none;
    font-size: 14px;
    transition: 0.5s;
}

.apply-job-btn:hover {
    background: #0025c9;
    color: #ffffff;
    text-decoration: none;
}

.job-details-page .related_blogs_title {
    background: #fff;
    margin: 0;
    padding: 10px 30px;
    border-bottom: 1px solid #ccc
}

.popular-jobs.career-wrapper .fields-wrapper {
    background: #ffffff;
}

.popular-jobs.owl-carousel .owl-nav button.owl-next,
.popular-jobs.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #000;
    color: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    outline: none;
    box-shadow: none;
}

.popular-jobs.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.popular-jobs.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.application_form_wrapper {
    padding: 30px;
    background: #ffffff;
    margin-top: 50px;
}

.application_form_wrapper input[type="text"],
.application_form_wrapper input[type="email"] {
    padding: 10px 15px;
    height: 45px;
    font-size: 14px;
    font-family: 'Helvetica';
    border: 1px solid #dee2e6;
    display: block;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.application_form_wrapper .col-lg-6,
.application_form_wrapper #ajax-wrapper,
.resume-captcha-wrapper>div:first-child {
    padding-bottom: 20px;
}

.application_form_wrapper label {
    display: block;
    font-size: 1.;
}

.application_form_wrapper .btn-holder {
    text-align: center;
    padding-top: 30px;
}

.application_form_wrapper .btn-holder .button {
    display: inline-block;
    background: #0025c9;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #0025c9;
    font-size: 16px;
    font-family: 'Helvetica-Bold';
    font-weight: normal;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}

.application_form_wrapper .btn-holder .button:hover {
    background: #ffffff;
    color: #0025c9;
}

.application_form_wrapper .js-form-managed-file .button {
    display: inline-block;
    background: #ffffff;
    color: #0025c9;
    padding: 6px 20px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #0025c9;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.application_form_wrapper .js-form-managed-file .button:hover {
    background: #0025c9;
    color: #ffffff;
}

.application_form_wrapper .description {
    color: #999999;
    font-size: 14px;
    padding-top: 5px;
}

.application_form_wrapper div[role=alert] {
    background: #f00;
    padding: 15px;
    color: #ffffff;
}

.application_form_wrapper .captcha {
    width: 49%;
    display: block;
    float: right;
}

.application_form_wrapper .captcha img {
    margin: 0 0;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.application_form_wrapper .captcha .js-form-item {
    display: inline-block;
    width: 59%;
}

.application_form_wrapper .captcha .reload-captcha-wrapper {
    text-align: right;
}

.application_form_wrapper #ajax-wrapper,
.resume-captcha-wrapper>div:first-child {
    display: block;
    width: 48%;
    float: left;
}

.messages--error,
.err-msg,
.pop_up_msg {
    background: #f00;
    padding: 15px;
    color: #ffffff;
}

.succ-msg {
    background: #32CD32;
    padding: 15px;
    color: #ffffff;
}

.pop_up_msg {
    margin-bottom: 15px;
}

.application_form_wrapper .intl-tel-input {
    display: block;
}

.stat_msgs .err-msg {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 100;
}

.err-msg .message_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
}

.front-page .stat_msgs,
.front-page .err-msg {
    display: none;
}


/* Popup Form */


/* #block-popupformblock { position: fixed; height:100%; width: 100%; background:rgba(0,0,0,0.8); z-index: 99; display: none; } */


/* #popup-user-form { position: absolute; width: 90%; max-width: 600px;  background: #fff; padding: 15px; top: 50%; left: 50%; transform: translate(-50%,-50%); } */

#download-brochure-form {
    background: #000;
    overflow: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: auto;
}

#download-brochure-form .container {
    background: #fff;
    max-width: 600px !important;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    overflow: auto;
}

#popup-user-form .form-item {
    padding-bottom: 15px
}

#popup-user-form .form-item .form-email,
#popup-user-form .form-item .form-text {
    width: 100%;
    padding: 5px 10px;
    outline: none;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: none;
    min-height: 45px;
    margin: 0;
}

#popup-user-form .button {
    display: block;
    padding: 10px 20px;
    border: 1px solid #0025c9;
    background: #0025c9;
    width: 150px;
    color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s all;
    text-transform: uppercase;
    font-family: 'Helvetica-Bold';
    outline: none;
    box-shadow: none;
}

#popup-user-form .button:hover {
    background: #ffffff;
    color: #0025c9;
}

#popup-user-form .captcha img {
    margin: 0 0 15px 0;
}

#popup-user-form .captcha {
    margin-bottom: 30px;
}

.popup_close {
    position: absolute;
    height: 30px;
    width: 30px;
    background: #0025c9;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0;
    right: 0;
    top: 0;
    padding-top: 5px;
    cursor: pointer;
}

#popup-user-form .description {
    color: #cccccc;
    font-size: 12px;
    padding-top: 5px;
}

#popup-user-form .button[disabled="disabled"],
#contact-us-form #edit-submit[disabled="disabled"],
#applicant-form #edit-submit[disabled="disabled"],
#popup-user-form #edit-submit[disabled="disabled"] {
    opacity: 0.2;
    border: 1px solid #0025c9 !important;
    background: #0025c9 !important;
    color: #fff !important;
    cursor: default;
}

#popup-user-form .form-item .form-email.error,
#popup-user-form .form-item .form-text.error {
    border-color: #ff0000;
}


/* Profile Block */

.profile-block .photo {
    margin-bottom: 15px;
}

.profile-block .photo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.profile-block h5.profile-name {
    color: #0025c9;
    font-size: 1.75rem;
}

.profile-block h6.profile-designation {
    color: #0025c9;
}


/* Data Migration Grid*/

.data-migration-grid .col {
    border: 1px solid #0040c6;
    border-bottom: none;
    border-right: none;
}

.data-migration-grid .col:nth-child(1),
.data-migration-grid .col:nth-child(2),
.data-migration-grid .col:nth-child(3) {
    border-top: none;
}

.data-migration-grid .col:first-child,
.data-migration-grid .col:nth-child(4n+1) {
    border-left: none;
}

.data-migration-grid .blue-box {
    background: #0040c6;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.data-migration-grid .grid-inner {
    padding: 15px;
}

.data-migration-grid .blue-box .grid-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.data-migration-grid .blue-box h2 {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.data-migration-grid .blue-box span {
    display: block;
    text-transform: uppercase;
}

.data-migration-grid .grid-inner h3 {
    background: url(../images/arrow_blue.png) no-repeat 0 0px;
    color: #0040c6;
    font-size: 18px;
    text-transform: uppercase;
    /*! font-family: "GrotesqueMTStd-Bold"; */
    padding: 0 0 0 40px;
    min-height: 45px;
}

.data-migration-grid .grid-inner p {
    padding-left: 40px;
}

.blue_bg.advance-managed {
    background: #0040c6;
}

.blue_bg.advance-managed h2 {
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    line-height: normal;
}

.blue_bg.advance-managed h2 span {
    display: block;
    font-size: 16px;
    font-family: 'Helvetica';
}

.blue_bg.advance-managed h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Helvetica-Bold';
    min-height: 55px;
    font-size: 22px;
    margin-bottom: 15px;
    background: url(../img/arrow_white.png) 0 0 no-repeat;
    padding-left: 30px;
}

.blue_bg.advance-managed p {
    font-size: 18px;
}

.blue_bg.advance-managed h3+p {
    padding-left: 30px;
}

.expertise-block span {
    font-family: 'Helvetica-Bold';
    display: block;
    font-size: 36px;
    text-transform: uppercase;
}

.expertise-block .col {
    background: #cccccc;
    font-size: 16px;
    margin: 5px;
    line-height: normal;
    padding-top: 66px;
    padding-bottom: 10px;
}

.expertise-block .col.blue-box {
    background: #003fca;
    color: #ffffff;
}

.expertise-block .col.bg-one {
    background: #000000;
    color: #ffffff;
}

.expertise-block .col.bg-three {
    background: #8ba9f9;
}

.expertise-block .col.bg-four {
    background: #b6b5b6;
}

.expertise-block .col.bg-five {
    background: #807f80;
}


/* Client Quotes */

.client_quotes .field-description {
    min-height: 200px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/quote-icons-light-blue.png) no-repeat 0 0;
}

.bg-black .client_quotes .field-description,
.bg-blue .client_quotes .field-description {
    background: url(../images/quote-icons-for-dark-bg.png) no-repeat 0 0;
}

.client_desc.row {
    align-items: center;
}

.client_desc.row p {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}

.client_desc.row p.client_name {
    font-weight: bold;
}

.client_quotes h2.quote {
    padding: 50px 0 5px 50px;
    background: url(../images/quote-icons-light-blue.png) no-repeat 0 0;
}

.client_quotes h2.quote+.field-description {
    min-height: 1px;
    background: none;
    padding-left: 50px;
    color: #000000
}

.client_quotes h2.quote+.field-description+.client_desc {
    padding-left: 50px;
}

.client_quotes h2.quote+.field-description+.client_desc p {
    color: #0025c9;
}

.client_quotes h2.quote+.field-description+.client_desc p.designation,
.client_quotes h2.quote+.field-description+.client_desc p.company {
    display: inline;
}

.company_quotes .field-description {
    background: url(../images/quote-icons-light-blue.png) no-repeat 0 0;
    background-size: 70px;
    padding: 30px 0 40px 90px;
}

.company_quotes .company_desc.row {
    padding-left: 90px;
}

.company_quotes .company_desc.row p {
    margin-bottom: 0;
}

.company_quotes .company_desc.row p.designation-company-combo {
    font-weight: bold;
    font-size: 1.1rem;
}


/* Service Block */


/* .service-block .row {  padding-bottom: 50px; } */

.service-block h3 {
    font-size: 1.25em;
    color: #0025c9;
}

.service-block p {
    padding: 0;
    margin: 0;
}

.service-block .grid-icon img {
    display: block;
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 0;
}

.service-block .icon_box_details {
    padding: 20px;
    min-height: 235px;
}

.service-block .icon_box_details.bg-none {
    min-height: auto
}

.bg-black .service-block h3,
.bg-blue .service-block h3 {
    color: #ffffff;
}

.bg-white .service-block h3,
.bg-gray .service-block h3 {
    color: #0025c9;
}

.bg-white .service-block .bg-blue h3,
.bg-gray .service-block .bg-black h3 {
    color: #ffffff;
}

.service-block .icon_box {
    margin-top: 50px;
    padding-bottom: 0;
}

.txt-white .service-block h3 {
    font-size: 1.25em;
    color: #ffffff;
}


/* Newsletter Subscribe */

.confirmation-page form {
    padding: 30px;
    background: #fff;
    margin-top: 50px;
}

.confirmation-page form .button {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #0025c9;
    color: #0025c9;
    text-decoration: none;
}

.confirmation-page form .button.form-submit {
    background: #0025c9;
    color: #ffffff;
    margin-right: 10px;
}


/* Equal Grid */

.equal-grid {
    padding: 30px 0
}

.equal-grid .col {
    border: 1px solid #2f51a2;
    border-bottom: none;
    border-right: none;
}

.equal-grid .col:nth-child(1),
.equal-grid .col:nth-child(2),
.equal-grid .col:nth-child(3),
.equal-grid .col:nth-child(4) {
    border-top: none;
}

.equal-grid .col:first-child,
.equal-grid .col:nth-child(5n+1) {
    border-left: none;
}

.equal-grid .grid-inner {
    padding: 30px;
    text-align: center;
    font-size: 16px;
}


/* Black Button Section */

.black-btn-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.black-btn-holder span {
    padding: 18px 40px;
    margin: 10px;
    background: #000000;
    color: #ffffff;
    border-radius: 10px;
    font-size: 1.5em;
    min-width: 150px;
    text-align: center;
}


/* Table */

.table {
    background: #ffffff;
}

.table tr th {
    background: #0025c9;
    color: #ffffff;
}


/* Responsive Youtube Video */

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Approach Tree */

.tree,
.tree ul,
.tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.tree {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.tree>li>span:before {
    content: none;
    display: none;
}

.tree>li>ul:before {
    content: none;
    display: none;
}

.tree,
.tree ul {
    display: table;
}

.tree ul {
    width: 100%;
}

.tree li {
    display: table-cell;
    padding: .5em 0;
    vertical-align: top;
    width: 33.33%;
}

.tree li:before {
    outline: solid 1px #000000;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tree li:first-child:before {
    left: 50%;
}

.tree li:last-child:before {
    right: 50%;
}

.tree code,
.tree span {
    display: inline-block;
    margin: 0 .2em .5em;
    padding: 50px .5em;
    position: relative;
    color: #003fca;
    font-size: 1.5em;
}

.tree ul:before,
.tree code:before,
.tree span:before {
    content: "";
    height: 50px;
    width: 17px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: url(../images/line.png) no-repeat 0 0;
}

.tree ul:before {
    top: -50px;
}

.tree code:before,
.tree span:before {
    top: -8px;
}

.tree>li {
    margin-top: 0;
}

.tree>li:before,
.tree>li:after,
.tree>li>code:before,
.tree>li>span:before {
    outline: none;
}

.key_diff img {
    max-width: 80px;
}

.key_diff h5 {
    padding-top: 25px;
    font-size: 1em;
}


/* Accordion */

.accordion {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.accordion-thumb {
    margin: 0;
    padding: 10px 25px 10px 10px;
    cursor: pointer;
    font-weight: normal;
    background-color: #0025c9;
    color: #ffffff !important;
    font-size: 1rem;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.accordion-thumb:before {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    transition: transform .2s ease-out;
    position: absolute;
    right: 20px;
    top: 18px;
}

.accordion-panel {
    margin: 0;
    display: none;
    background: #f1f1f1;
    padding: 15px;
    margin: 0 0 5px 0;
    color: #000000;
}

.accordion-item.is-active .accordion-thumb:before {
    transform: rotate(180deg);
}

.bg-black .accordion-thumb {
    background-color: #000000;
    color: #0025c9;
    border-bottom: 1px solid #ffffff;
}

.bg-black .accordion-item.is-active .accordion-thumb {
    border: none;
}

.bg-black .accordion-panel {
    background: #000000;
    color: #ffffff;
}

.bg-blue .accordion-thumb {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.bg-blue .accordion-item.is-active .accordion-thumb {
    border: none;
}

.bg-blue .accordion-panel {
    background: #0025c9;
    color: #ffffff;
}

.bg-gray .accordion-panel {
    background: #ffffff;
}

.pos-relative {
    position: relative;
}

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}


/**** Padding ****/


/* .p15 {
    padding: 15px
}

.p30 {
    padding: 30px;
}

.p50 {
    padding: 50px;
}

.ptb100 {
    padding: 100px 0;
}

.ptb50 {
    padding: 50px 0;
}

.ptb30 {
    padding: 30px 0;
}

.pb150 {
    padding: 0 0 150px 0 !important;
}

.pb100 {
    padding: 0 0 100px 0 !important;
}

.pb50 {
    padding: 0 0 50px 0 !important;
}

.pb25 {
    padding: 0 0 25px 0 !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt150 {
    padding-top: 150px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.no-pad {
    padding: 0 !important;
} */


/**** Margin ****/


/* .no-margin {
    margin: 0 !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml-15 {
    margin-left: -15px !important;
}

.mr-15 {
    margin-right: -15px !important;
}

.mb-50 {
    margin-bottom: -50px !important;
}

.mb-100 {
    margin-bottom: -100px !important;
} */


/**** section Background Color ****/


/* .bg-white {
    background-color: #ffffff;
    color: #000000 !important;
}

.bg-blue {
    background-color: #0025c9;
    color: #ffffff !important;
}

.bg-black {
    background-color: #000000;
    color: #ffffff !important;
}

.bg-gray {
    background-color: #ededed;
    color: #000000 !important;
}

.bg-gray-dark {
    background-color: #ededed;
    color: #000000 !important;
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
} */

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.section-bg img {
    display: block;
    height: auto;
    width: 100%;
}


/* Card */

.card {
    border: none;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
}

.box_shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.border-radius20 {
    border-radius: 20px;
}

.card .field_image {
    max-width: 150px;
    margin: 30px auto 30px auto;
}

.card .btn-get-now {
    color: #0025c9;
}

.card-block h2 {
    font-size: 24px;
    color: #ffffff !important;
    background: #003fca;
    padding: 20px;
    margin: -15px -15px 20px -15px;
    border-radius: 15px 15px 0 0;
}

.bg-black ul.list-style-arrow li,
.bg-blue ul.list-style-arrow li {
    background: url(../images/arrow_white.png) no-repeat 0 0;
}

.bg-black ul.list-style-arrow li ul li:before,
.bg-blue ul.list-style-arrow li ul li:before {
    background: #ffffff;
}

.bg-black ul.list-style-bullet li:before,
.bg-blue ul.list-style-bullet li:before {
    color: #ffffff;
}


/* Code added by Anwesha */

.partner-logo img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-width: 100%;
    height: auto;
}

.blog_details_page article .icon-80 img {
    width: 80px;
    margin-bottom: 0;
}

.blog_details_page article .icon-90 img {
    width: 90px;
    margin-bottom: 0;
}

.blog_details_page article .icon-100 img {
    width: 100px;
    margin-bottom: 0;
}

.blog-border-lr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.blog_details_page .bg_light {
    background: #efefef;
    padding: 20px;
}

.related_blk .views-row {
    margin: 0 0 30px 0;
    border: 1px solid #999;
    border-radius: 5px;
}

.related_blk .views-field-nothing {
    padding: 16px;
}

.related_blk .views-field-nothing .field-content a {
    color: #000;
    font-size: 20px;
    font-weight: 700 !important;
    font-family: 'Helvetica';
}

.related_blk .views-field-nothing .blk_changed_likes {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
    color: #003fca;
}

.related_blk .views-field-nothing .blk_changed_likes i {
    margin-right: 4px;
    color: #000;
}

.pb-30 {
    padding-bottom: 30px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Language Page */

.country-language {
    margin-top: 100px;
}

.country-language h1 {
    color: #0025c9;
    font-family: 'Helvetica-Bold';
    font-weight: normal !important;
    padding: 0 0 25px 0;
    font-size: 2.5em;
    position: relative;
}

.country-language h1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    height: 8px;
    width: 30px;
    background: #0025c9;
}

.country-language ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.country-language ul li {
    padding: 5px 0 5px 25px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.country-language ul li:before {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
}

.country-language ul li.selected:after {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0025c9;
    position: absolute;
    left: 5px;
    top: 11px;
    content: '';
}

.country-language ul li a {
    color: #000 !important;
    text-decoration: none;
}

.country-language ul li.selected a,
.country-language ul li a:hover {
    color: #0025c9 !important;
    text-decoration: none;
}


/* Home Page Video Popup */

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.overlay .video-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 90%;
    padding: 10px;
    background: #ffffff;
}

.overlay .video-holder .testimonial-content {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.overlay .video-holder .testimonial-content iframe,
.overlay .video-holder .testimonial-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay .video-holder .btn-close-popup {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: #0025c9;
    color: #ffffff;
    text-align: center;
    right: -15px;
    top: -15px;
}

.overlay .video-holder .btn-close-popup a {
    display: block;
    height: 30px;
    width: 30px;
    color: #ffffff;
    font-family: 'Helvetica-Bold';
    font-weight: normal;
    font-size: 18px;
    padding-top: 3px;
    text-decoration: none;
}


/* Admin Login */

.user-custom-login {
    padding: 100px;
}

.table-responsive+div {
    padding-top: 50px;
}


/* Adjust ment 
.w-100 {
    height: 0;
}
*/

.table-responsive-sm.w-100 {
    height: inherit;
}


/*.page-section[style] .service-block h3{ color:#ffffff; }*/

.show_desktop {
    display: block;
}

.show_mobile {
    display: none;
}

.logo_block .col-6 {
    margin-bottom: 15px
}

.lb-like,
.lb-dislike {
    height: 25px !important;
    padding: 6px 8px 1px 10px !important;
}

.title.sec8_img img {
    height: 80px;
    margin: 0 0 15px 0;
    width: auto;
    max-width: none
}

.location-change article[role~="article"] {
    display: none;
}


/* 404 Page */

.pg_not_found {
    padding: 0;
    margin: 0;
}

.pg_not_found .page-section {
    padding: 15px !important;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.page-not-found {
    background: #fff;
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-not-found .img-404 {
    margin: 0 0 30px 0;
}

.page-not-found p {
    padding-bottom: 1rem;
}

.page-not-found p span {
    font-family: 'Helvetica-Bold';
    color: #0025c9;
}

.page-not-found p a {
    display: inline-block;
    background: #0025c9;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #0025c9;
    font-size: 16px;
    margin-top: 20px
}

.page-not-found p a:hover {
    background: #ffffff;
    color: #0025c9;
}


/* ***************************** Responsive ******************************* */


/* @media (min-width: 1140px) {

    #block-cloud4c-main-menu-lang ul>li,
    #block-cloud4c-main-menu ul>li,
    .multilingual_menu ul>li {
        display: inline-block;
        position: relative;
        padding: 0 10px 0 10px;
        margin: 0 -4px 0 0;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
    }

    .page-thank-you #block-cloud4c-main-menu ul>li,
    .page-thank-you .multilingual_menu ul>li {
        color: #fff;
    }

    .header.fixed #block-cloud4c-main-menu ul>li,
    .cloud4c-new-page .header.fixed #block-cloud4c-main-menu>ul>li {
        color: #000;
    }

    #block-cloud4c-main-menu-lang ul>li>a,
    #block-cloud4c-main-menu ul>li>a,
    .multilingual_menu ul>li>a,
    #block-cloud4c-main-menu ul>li>ul>li>span:not(.down-arrow) {
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: none;
        transition: 0.5s;
        display: block;
    }

    #block-cloud4c-main-menu-lang ul>li:hover>a,
    #block-cloud4c-main-menu ul>li:hover>a,
    #block-cloud4c-main-menu-lang ul>li>a.is-active,
    #block-cloud4c-main-menu ul>li>a.is-active,
    .multilingual_menu ul>li:hover>a,
    .multilingual_menu ul>li>a.is-active {
        color: #013fc8;
    }

    #block-cloud4c-main-menu-lang ul>li>ul,
    #block-cloud4c-main-menu ul>li>ul,
    .multilingual_menu ul>li>ul {
        position: absolute;
        left: 50%;
        top: 100%;
        background: #000000;
        padding: 5px;
        opacity: 0;
        transition: all linear 0.5s;
        transform: translate(-50%, 5%);
        min-width: 220px;
        display: none;
    }

    #block-cloud4c-main-menu-lang ul>li:hover>ul,
    #block-cloud4c-main-menu ul>li:hover>ul,
    .multilingual_menu ul>li:hover>ul {
        opacity: 1;
        transform: translate(-50%, 0);
        display: block;
    }

    #block-cloud4c-main-menu-lang ul>li>ul>li,
    #block-cloud4c-main-menu ul>li>ul>li,
    .multilingual_menu ul>li>ul>li {
        display: block;
    }

    #block-cloud4c-main-menu-lang ul>li>ul>li a,
    #block-cloud4c-main-menu ul>li>ul>li a,
    .multilingual_menu ul>li>ul>li a,
    #block-cloud4c-main-menu ul>li>ul>li>span:not(.down-arrow) {
        text-transform: uppercase;
        font-family: 'Helvetica'!important;
        display: block;
        line-height: normal;
        padding: 10px 0;
        color: #ffffff
    }

    #block-cloud4c-main-menu-lang ul>li>ul>li.hasSub>a,
    #block-cloud4c-main-menu ul>li>ul>li.hasSub>a,
    .multilingual_menu ul>li>ul>li.hasSub>a,
    #block-cloud4c-main-menu ul>li>ul>li.hasSub>span {
        background: url(../images/menu-arrow-right.png) no-repeat right 50%;
    }

    #block-cloud4c-main-menu-lang ul>li>ul>li>ul,
    #block-cloud4c-main-menu ul>li>ul>li>ul,
    .multilingual_menu ul>li>ul>li>ul {
        left: 150%;
        top: 0;
    }

    #block-cloud4c-main-menu-lang ul>li>a.left+ul,
    #block-cloud4c-main-menu ul>li>a.left+ul,
    .multilingual_menu ul>li>a.left+ul {
        left: auto;
        right: 0;
        border-radius: 10px 0 10px 0;
    }

    #block-cloud4c-main-menu-lang ul>li>a.left+ul>li>a,
    #block-cloud4c-main-menu ul>li>a.left+ul>li>a,
    .multilingual_menu ul>li>a.left+ul>li>a {
        text-align: right;
    }
} */


/* .front-page #block-cloud4c-main-menu-lang ul>li>a,
.front-page #block-cloud4c-main-menu ul>li>a,
.front-page .multilingual_menu ul>li>a {
    color: #ffffff;
}

.front-page #block-cloud4c-main-menu-lang ul>li:hover>a,
.front-page #block-cloud4c-main-menu ul>li:hover>a,
.front-page #block-cloud4c-main-menu-lang ul>li>a.is-active,
.front-page #block-cloud4c-main-menu ul>li>a.is-active,
.front-page .multilingual_menu ul>li:hover>a,
.front-page .multilingual_menu ul>li>a.is-active {
    color: #013fc8;
}

.header.fixed #block-cloud4c-main-menu-lang ul>li>a,
.header.fixed #block-cloud4c-main-menu ul>li>a,
.header.fixed .multilingual_menu ul>li>a {
    color: #000000;
}

.header.fixed #block-cloud4c-main-menu-lang ul>li>ul>li a,
.header.fixed #block-cloud4c-main-menu ul>li>ul>li a,
.header.fixed .multilingual_menu ul>li>ul>li a {
    color: #ffffff;
}

.header.fixed #block-cloud4c-main-menu-lang ul>li:hover>a,
.header.fixed #block-cloud4c-main-menu ul>li:hover>a,
.header.fixed .multilingual_menu ul>li:hover>a {
    color: #013fc8;
}

.header.fixed #block-cloud4c-main-menu-lang ul>li>ul>li:hover>a,
.header.fixed #block-cloud4c-main-menu ul>li>ul>li:hover>a,
.header.fixed #block-cloud4c-main-menu-lang ul>li>ul>li>a.is-active,
.header.fixed #block-cloud4c-main-menu ul>li>ul>li>a.is-active,
.header.fixed .multilingual_menu ul>li>ul>li:hover>a,
.header.fixed .multilingual_menu ul>li>ul>li>a.is-active {
    color: #013fc8;
}


.burger,
.close-menu {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 5px;
    height: 40px;
    width: 40px !important;
    border-radius: 50%;
    padding: 7px 0 0 8px;
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

.close-menu .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background: #ffffff;
}

.close-menu .bar2 {
    opacity: 0;
    background: #ffffff;
}

.close-menu .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -6px);
    background: #ffffff;
} */


/* @media screen and (max-width:1139px) {
    #block-cloud4c-branding {
        width: 140px;
    }

    #block-cloud4c-main-menu,
    #block-cloud4c-main-menu-lang,
    .multilingual_menu {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #0025c9;
        left: 0;
        top: 0;
        overflow: auto;
        padding: 15px;
        padding-top: 60px;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
        transition: transform 0.5s 0s, visibility 0s 0.5s;
    }

    #block-cloud4c-main-menu-lang.is-active,
    #block-cloud4c-main-menu.is-active,
    #block-menubylanguageblock.is-active {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
        transition: transform 0.5s 0s, visibility 0s 0s;
    }

    #block-cloud4c-main-menu-lang ul>li,
    #block-cloud4c-main-menu ul>li,
    .multilingual_menu ul>li {
        display: block;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        clear: both;
        position: relative;
        color: #fff;
    }

    #block-cloud4c-main-menu ul>li>span,
    .multilingual_menu ul>li>span {
        font-size: 16px;
        padding: 15px 0;
        display: block;
        text-transform: uppercase;
    }

    #block-cloud4c-main-menu-lang ul>li:first-child,
    #block-cloud4c-main-menu ul>li:first-child,
    .multilingual_menu ul>li:first-child {
        border-top: none;
    }

    #block-cloud4c-main-menu-lang ul>li>a,
    #block-cloud4c-main-menu ul>li>a,
    .multilingual_menu ul>li>a {
        color: #ffffff !important;
        font-size: 16px;
        text-decoration: none !important;
        padding: 15px 0;
        display: block;
        text-transform: uppercase;
    }

    #block-cloud4c-main-menu-lang ul>li>ul,
    #block-cloud4c-main-menu ul>li>ul,
    .multilingual_menu ul>li>ul {
        display: none;
    }

    #block-cloud4c-main-menu-lang ul>li>ul>li>a,
    #block-cloud4c-main-menu ul>li>ul>li>a,
    .multilingual_menu ul>li>ul>li>a {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #block-cloud4c-main-menu-lang ul>li>ul>li>ul>li>a,
    #block-cloud4c-main-menu ul>li>ul>li>ul>li>a,
    .multilingual_menu ul>li>ul>li>ul>li>a {
        font-size: 12px;
        padding-left: 30px;
    }

    .down-arrow {
        position: absolute;
        height: 30px;
        width: 30px;
        background: url(../images/arrow-menu.png) no-repeat center center;
        right: 0;
        top: 10px;
    }

    .down-arrow.open {
        background: url(../images/arrow-menu-left.png) no-repeat center center;
    }

    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .country-language ul li:before {
        display: block;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 1px solid #ccc;
        position: absolute;
        left: 0;
        top: 4px;
        content: '';
    }

    .country-language ul li.selected:after {
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #0025c9;
        position: absolute;
        left: 5px;
        top: 9px;
        content: '';
    }
} */


/* Animations for Navigation */


/* @keyframes fadeInLeft {
    from {
        opacity: 0.5;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
} */

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        /* max-width: 1400px !important; */
        max-width: 1200px !important;
    }
}

@media (min-width: 1681px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1720px !important;
    }
    .right-float-nav {
        right: 10px;
    }
    .right-line {
        right: 14px;
    }
    .banner-text {
        max-width: 1720px;
    }
    .location-search {
        max-width: 1720px;
    }
}

@media screen and (max-width:1139px) {
    .right-float-nav,
    .quick-scroll,
    .right-line {
        display: none !important
    }
    /* body {
        font-size: 90%;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    } */
    /* .header {
        top: 0;
        padding: 10px 0;
    }

    .burger,
    .close-menu {
        display: block;
    } */
    /* Banner */
    /* .banner-text h1 {
        width: 90%;
        font-size: 2em;
    }

    .banner-text p {
        width: 100%;
    } */
    .pt50 {
        padding-top: 30px !important;
    }
    .pb50 {
        padding: 0 0 30px 0 !important;
    }
    .page-section.ptb100,
    .page-section,
    .page-section.pb100 {
        padding: 30px 0 30px 0;
    }
    .page-section.pt100 {
        padding-top: 30px !important;
    }
    .page-section.pb100 {
        padding-bottom: 30px !important;
    }
    footer.page-section {
        padding: 0
    }
    .p50 {
        padding: 20px;
    }
    /* .banner-image img {
        height: auto;
    } */
    .lead {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    /* Title Size */
    .title-xl {
        font-size: 3.5em;
        /*3.5em;*/
    }
    .title-lg {
        font-size: 2.5em;
    }
    .title-md {
        font-size: 2em;
    }
    .title-sm {
        font-size: 1.5em;
    }
    .title-xs {
        font-size: 1em;
    }
    .title-line-big:before,
    .title-line-small:before {
        content: none;
        display: none;
    }
    /* .country-language h2 {
        font-size: 2en;
    }

    .country-language h2::before {
        content: none;
        display: none;
    } */
    /* .container-fluid {
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid .row {
        margin-right: auto;
        margin-left: auto;
    } */
    .front-page .container-fluid .col-lg-6 {
        padding-left: 0;
        padding-right: 0
    }
    .col-lg-5,
    .col-lg-6,
    .col-lg-4 {
        /*padding-top:15px; */
        padding-bottom: 15px;
    }
    .green_sec::before {
        content: none;
        display: none;
    }
    .green_sec img {
        margin: 0;
    }
    .testimonials-slider .testi-article {
        padding-top: 0;
    }
    .service-block .grid-icon img {
        max-width: 60px;
    }
    .profile-block h5.profile-name {
        font-size: 1.25rem;
    }
    ul.stair-style li {
        padding-left: 0 !important;
    }
    ul.stair-style li h3 {
        font-size: 1.25rem
    }
    .popular_blogs_title {
        font-size: 2em;
    }
    .popular_blogs_title::before {
        content: none;
        display: none;
    }
    .blog_details_page.page-section,
    .job-details-page.page-section {
        padding-top: 100px !important;
    }
    .data-migration-grid .col {
        width: 100%;
        flex-basis: auto;
        border: none;
        border-top: 1px solid #0040c6;
    }
    .data-migration-grid .blue-box .grid-inner {
        position: static;
        left: auto;
        top: auto;
        transform: translate(0, 0);
    }
    .testimonials-item {
        padding: 50px 0 0 30px;
    }
    .testimonials-item h3 {
        font-size: 24px;
    }
    .expertise-block span {
        font-size: 28px;
    }
    .blue_bg.advance-managed h3 {
        font-size: 18px;
    }
    .location-search .container {
        padding-top: 50px;
    }
    .career-position {
        font-size: 1.25rem;
    }
    .application_form_wrapper .captcha {
        width: 48%;
    }
    .exposed-filter form {
        text-align: left;
    }
    .views-exposed-form .form-item,
    .views-exposed-form .form-actions {
        display: block;
    }
    .views-exposed-form .form-item select {
        width: 100%;
    }
    .views-exposed-form .form-actions .button {
        width: 100%;
        margin-top: 20px;
    }
    .views-exposed-form label {
        display: block;
        padding-bottom: 15px;
    }
    .popular-jobs.owl-carousel .owl-nav button.owl-next,
    .popular-jobs.owl-carousel .owl-nav button.owl-prev,
    .cio-testimonial.owl-carousel .owl-nav button.owl-next,
    .cio-testimonial.owl-carousel .owl-nav button.owl-prev {
        height: 30px;
        width: 30px;
    }
    .pointer_popup {
        padding-bottom: 56.25%;
    }
    /* #popup-user-form {max-height: 90%; overflow: auto;  } */
    .contact_us_form_content {
        padding: 15px;
    }
    .locate_us_content {
        padding: 15px;
        padding-bottom: 0;
    }
    /* .country-language ul {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    } */
}

@media screen and (max-width:992px) {
    /* .container,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    } */
    .box-holder {
        padding: 0 10px;
    }
    .client_quotes .field-description {
        min-height: 1px;
        margin-bottom: 15px;
    }
    /* .career-wrapper .fields-wrapper {
        padding: 15px;
        padding-bottom: 75px;
    }

    .job-details-page .fields-wrapper {
        padding: 15px;
    }

    .apply-job-btn {
        top: 15px;
        right: 15px;
    } */
    /* 
    .country-language ul {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    } */
}

@media screen and (max-width:991px) {
    .show_desktop {
        display: none;
    }
    .show_mobile {
        display: block;
    }
    .title-xs {
        font-size: 1.5em;
    }
    .contact_us_block {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    /* #contact-us-form .form-email,
    #contact-us-form .form-text,
    #contact-us-form .form-textarea,
    #contact-us-form .form-number {
        padding: 10px;
        height: 40px;
    }

    #contact-us-form .form-textarea {
        height: 130px;
    }

    .contact_us_form_content h2 {
        padding-top: 30px;
    } */
    .company-addresses-block {
        height: 745px;
    }
    .client_desc.row p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .cpmo-logo ul li {
        width: 44%;
    }
    ul.count-list li {
        justify-content: center;
    }
    ul.count-list li div:first-child {
        width: auto;
        padding-right: 0;
    }
    ul.count-list li div:first-child::after {
        content: none;
        display: none;
    }
    .spas-border ul {
        display: block;
    }
    .spas-border ul li {
        padding: 10px 0;
        border-right: none;
    }
    .table-v-in {
        width: 100%;
    }
    .table-v-in ul li p {
        font-size: 14px;
    }
    .application_form_wrapper #ajax-wrapper,
    .resume-captcha-wrapper>div:first-child {
        width: 100%;
        display: block;
    }
    .application_form_wrapper .captcha {
        width: 100%;
        display: block;
    }
    .application_form_wrapper .captcha img {
        display: block;
        width: auto;
    }
    .application_form_wrapper .captcha .js-form-item {
        display: block;
        width: 100%;
    }
    .application_form_wrapper .captcha .reload-captcha-wrapper {
        text-align: left;
    }
    .client_quotes h2.quote {
        padding: 50px 0 5px 15px;
    }
    .client_quotes h2.quote+.field-description {
        padding-left: 15px;
    }
    .client_quotes h2.quote+.field-description+.client_desc {
        padding-left: 15px;
    }
    .title-md.pb25 {
        padding-bottom: 10px !important;
    }
    .table-v-in h2 {
        padding: 20px 0;
        border-radius: 0;
    }
    .table-v-in ul {
        padding: 0;
        border-radius: 0;
    }
    .overlay .video-holder .btn-close-popup a {
        padding-top: 6px;
    }
}

@media screen and (max-width:767px) {
    .green_sec h1 {
        font-size: 35px;
    }
    /* 
    .footer-top .footer-link-block {
        padding-bottom: 10px;
        padding-top: 15px;
        position: relative;
    }

    .footer-top .footer-link-block::after {
        content: '';
        display: block;
        width: calc(100% - 30px);
        position: absolute;
        bottom: 0;
        left: 15px;
        height: 1px;
        background: #ccc;
    }

    .footer-bottom .col-sm-12 {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    } */
    .black-btn-holder span {
        padding: 18px 30px;
        margin: 5px;
        font-size: 1.25em;
        min-width: 125px;
    }
    /* #contact-us-form .form-item {
        width: 100%;
        margin: 0;
        padding-bottom: 15px;
    }

    #contact-us-form .form-item.form-item-subject,
    #contact-us-form .form-item.form-item-message,
    #contact-us-form .form-item.form-item-captcha-response {
        width: 100%;
        margin: 0;
    } */
    .company-addresses-block {
        height: auto;
        padding-right: 0;
    }
    .service-block .row {
        align-items: center;
    }
    ul.list-style-arrow li {
        margin: 25px 0 0 0
    }
    .banner-text .download-pdf {
        padding-top: 15px;
    }
    .banner-text .download-pdf a {
        padding: 10px 15px
    }
    .popular-blogs {
        margin-bottom: 30px;
    }
    .popular_block_title h3,
    .popular_block_title h3 a {
        color: #0025c9;
        font-size: 1.25rem;
    }
    .related_blk {
        padding-top: 30px;
    }
    .locate_us_content {
        padding: 30px 0 0 0;
    }
    .service-block .icon_box {
        margin-top: 20px;
    }
    .equal-grid .grid-inner {
        padding: 15px;
    }
    .equal-grid .col {
        border: none;
    }
    ul.big-gm li {
        display: block;
        border: none;
        padding: 15px;
    }
    .blogs-listing .views-field-nothing {
        margin-bottom: 0;
    }
    .footer-bottom ul {
        text-align: center;
    }
    #block-helplineblock {
        text-align: center;
    }
    .right-sidebar .Recent .row img,
    .right-sidebar .white_paper .row img,
    .related-blk-listing img {
        height: auto;
        width: 100%;
        max-width: none;
        object-fit: contain;
    }
}

@media screen and (max-width:575px) {
    .mapping .col-12 {
        padding-bottom: 30px;
        text-align: center;
    }
    .career-wrapper .fields-wrapper {
        min-height: auto;
    }
    .success-fields-wrapper .customer-success-img img {
        max-width: none;
        width: 100%;
        height: auto;
    }
    .success-fields-wrapper .customer-success-title {
        min-height: auto;
    }
    .success-fields-wrapper .customer-success-desc {
        min-height: auto;
    }
    .views-exposed-form .form-item,
    .views-exposed-form .form-actions {
        display: block;
    }
    .career-position {
        min-height: auto;
    }
    .career-key-skills {
        min-height: auto;
    }
    #popup-user-form .form-item .form-email,
    #popup-user-form .form-item .form-text {
        min-height: 35px;
    }
    /* .country-language ul {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    } */
}

@media screen and (max-width:540px) {
    .title-xl {
        font-size: 2.5em;
    }
    /* .title-lg { font-size: 2em; }
      .title-md { font-size: 1.5em; }
      .title-sm { font-size: 1em; }
      .title-xs { font-size: 1em; }   

      ul.count-list li div:first-child { font-size: 2.5em; }*/
    .title-md.pb50 {
        padding: 0 0 10px 0 !important
    }
    .service-block .grid-icon img {
        max-width: 60px !important;
    }
    /* .banner-text {
        top: 60%;
    }

    .banner-text h1 {
        font-size: 1.5em;
        padding: 0;
    }

    .banner-text h1::before {
        top: -15px;
    }

    .banner-text p {
        font-size: 0.875rem;
        padding-top: 0;
    } */
    a.blue-btn,
    .bg-white .btn-get-now.submit-btn,
    .bg-gray .btn-get-now.submit-btn {
        padding: 10px 15px
    }
    .cpmo-logo ul li,
    .alifh-w .cpmo-logo ul li {
        margin: 15px 0;
        width: 100%;
    }
    .page-banner .banner-content {
        top: 0px
    }
}

@media screen and (max-width:450px) {
    .application_form_wrapper .js-form-managed-file .button {
        margin-top: 15px;
    }
    /* .banner-text h1 {
        font-size: 1.25em;
    } */
    .stat_msgs .err-msg {
        padding: 15px 30px 15px 15px;
    }
    .err-msg .message_close {
        top: 10px;
        right: 15px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
    .pointer_popup {
        padding-bottom: 95.25%;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pointer_popup {
        padding-bottom: 45.25%;
    }
}

.company-addresses-block .company-address .company-location-pointer span {
    cursor: pointer;
}

#block-helplineblock a {
    color: #fff;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel-item {
    height: auto;
    padding: 0 50px;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.carousel-control-next,
.carousel-control-prev {
    width: 30px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.tblthw-50 th {
    width: 50%;
}

ul.list-style-bullet li:before {
    top: -2px;
    font-size: 14px;
}

.back-img {
    position: relative;
}

.back-img img {
    width: 100%
}

.text-back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-forms h2,
.text-back h2 {
    font-family: helvetica;
    font-size: 38px;
}

@media (max-width:1600px) {
    .back-img img {
        min-height: 350px;
        object-fit: cover;
    }
}

@media (max-width:991px) {
    .footer-forms h2,
    .text-back h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .Sub-more {
        margin-top: 30px;
    }
}

.mktoForm .mktoFormCol {
    margin-bottom: 0px !important;
}

.mktoForm fieldset.mktoFormCol {
    border: none;
    padding: 0px !important;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow {
    display: flex;
}

.mktoForm fieldset.mktoFormCol legend {
    display: none;
}

.mktoForm fieldset.mktoFormCol .mktoCheckboxList {
    padding: 0px;
}

.mktoForm fieldset.mktoFormCol .mktoHtmlText {
    font-size: 9px;
    width: 100% !important;
    line-height: 12.9px;
}

.mktoForm fieldset.mktoFormCol .mktoFieldDescriptor,
.mktoForm fieldset.mktoFormCol .mktoFormCol {
    margin: 0px !important;
}

.mkt-form .g-recaptcha {
    order: 1;
}

p.date-singl {
    color: #fff;
    padding: 0px;
}


/* footer form */


/* .footer-forms .new-blog-mkt-frm input#Phone {
    width: 100% !important;
}

.footer-forms .mktoFormRow:last-child {
    width: 100% !important;
}

.footer-forms .mktoFormRow:nth-child(20) {
    width: 100% !important;
}

.footer-forms .mktoFormRow:nth-child(19) {
    display: none;
}

.footer-forms fieldset.mktoFormCol {
    margin-left: -9px;
    padding: 0px 0px 15px !important;
}

.footer-forms fieldset .mktoGutter,
.footer-forms fieldset .mktoOffset {
    display: none;
}

.footer-forms fieldset .mktoFormCol {
    width: auto !important;
}

.footer-forms fieldset input[type=checkbox] {
    position: relative;
    z-index: 9;
    height: 25px !important;
}

.footer-forms .mktoFieldWrap label {
    display: none;
}

.footer-forms .mktoFieldWrap label#LblconsentCheckbox {
    display: block;
}

.footer-forms .mktoFormRow:last-child {
    width: 100% !important;
}

.footer-forms .mktoFormRow:nth-child(4),
.footer-forms #mkt-captcha-2 {
    margin-left: -4px;
}

.footer-forms .mktoForm .mktoFieldWrap input,
.footer-forms .mktoForm .mktoFieldWrap textarea {
    width: 97% !important;
    padding: 10px 15px;
    outline: none;
    font-family: 'Helvetica';
    font-size: 16px;
    background: #ffffff;
    border: none;
    box-shadow: none;
    height: 45px;
    margin: 0;
    border-radius: 0px;
}

.footer-forms form.mktoForm .mktoFieldWrap {
    float: none;
    width: 100%;
}

.footer-forms .mktoForm .mktoFieldWrap textarea {
    width: 98.5% !important;
    height: 100px;
}

.footer-forms form.mktoForm {
    width: 100% !important;
    display: inline-flex;
    padding: 0px;
    flex-flow: wrap;
    justify-content: space-between;
}

.footer-forms .mktoFormRow:first-child input[type=text] {
    margin-left: -5px;
}

.footer-forms .mktoForm .mktoFormRow:nth-child(6) {
    width: 100%;
}

.footer-forms .mktoFormRow {
    width: 49.5%;
}

.footer-forms .mktoForm .mktoFormCol {
    float: none;
    width: 100%;
}

.footer-forms button.mktoButton:hover {
    background: #ffffff !important;
    color: #0025c9 !important;
}

.footer-forms .mktoFormRow input#FirstName {
    margin-left: -4px;
}

.footer-forms button.mktoButton:hover {
    border: 1px solid #0025C9 !important;
}

.footer-forms button.mktoButton {
    background-color: #0025c9 !important;
    color: #ffffff;
    width: 153px;
    height: 50px;
    border-radius: 7px;
    margin-top: 15px;
    background-image: none !important;
    border: 1px solid #0025C9 !important;
}

.footer-forms .mktoForm .mktoClear {
    clear: none;
}

.footer-forms .mktoButtonRow {
    width: 100%;
}

.footer-forms span.mktoButtonWrap.mktoRound {
    font-size: 18px;
    margin-left: 0px !important;
}

@media (max-width: 991px) {
    .banner-inrwrap img {
        min-height: 500px;
        object-fit: cover;
    }

    .footer-forms .mktoFormRow:nth-child(4),
    .footer-forms #mkt-captcha-2,
    .footer-forms .mktoFormRow input#FirstName,
    .footer-forms fieldset.mktoFormCol {
        margin-left: 0px !important;
    }

    .footer-forms .intl-tel-input {
        width: 97%;
    }

    .footer-forms .mktoForm .mktoOffset,
    .footer-forms .mktoForm .mktoGutter {
        float: none;
    }
}

@media (max-width: 480px) {
    .footer-forms .intl-tel-input {
        width: 100%;
    }

    .footer-forms .mktoFormRow,
    .footer-forms .mktoForm .mktoFieldWrap textarea,
    .footer-forms .mktoForm .mktoFieldWrap input {
        width: 100% !important;
    }

    .footer-forms .mktoForm input.mktoField.mktoInvalid {
        margin-bottom: 0px !important;
    }

    .footer-forms .mktoForm .mktoFieldWrap .error {
        margin-bottom: 10px;
    }

    .footer-forms .mktoFormRow:nth-child(4) {
        margin-bottom: 10px !important;
    }

    .footer-forms .mktoFormRow input#FirstName {
        margin-left: 0px;
    }

} */


/* 

.blog_details_page .mkt-form button[type=submit] {
    order: 2;
}

.blog_details_page .mkt-form .g-recaptcha {
    order: 1;
}

.blog_details_page .mktoForm .mktoButtonRow .mktoButton {
    margin-top: 30px !important;
}

.blog_details_page .mkt-form #LblAddress,
.blog_details_page .mkt-form input#Address {
    visibility: hidden;
}

.blog_details_page .mkt-form #LblAddress {
    display: none;
}

.blog_details_page .mkt-form input#Address {
    height: 0px !important;
    min-height: 0px !important;
    padding: 0 !important;
}

.blog_details_page .mkt-form .mktoFormRow:nth-child(6) .mktoFieldDescriptor {
    margin: 0px !important;
    min-height: auto;
}

@media (max-width: 480px) {
    .blog_details_page .mkt-form .g-recaptcha iframe {
        padding: 0;
    }
} */


/* .lazy , .lazy:before, .lazy:after {
    background-image: none !important;
    background: none !important;
}
.lazyviewport {
    background-image: none !important;
	display: none !important;
} */


/* Thankyou page */

.banner-thank .txt-title-one {
    font-size: 42px !important;
    padding-bottom: 60px !important;
}

.banner-thank .txt-title-two {
    font-size: 42px !important;
}

@media only screen and (max-width: 767px) {
    .banner-thank .txt-title-one {
        font-size: 22px !important;
        padding-bottom: 20px !important;
    }
    .banner-thank .txt-title-two {
        font-size: 22px !important;
    }
}


/*blog*/

ul.cost li {
    font-size: 15px;
    line-height: 22px;
}


/* padding for blog page */


/* @media only screen and (max-width: 991px) {
    .blog_details_page .pb30-m {
        padding-bottom: 30px !important;
    }

    .blog_details_page .pb20-m {
        padding-bottom: 20px !important;
    }

    .blog_details_page .pb10-m {
        padding-bottom: 10px !important;
    }
} */


/* Cloud cost - Key metric  https://cloud4c.focalworks.in/what-is-cloud-cost-optimization-8-best-practices-to-reduce-your-cloud-costs */

.gcalbtn:hover {
    text-decoration: none;
    background-color: #000 !important;
}

.gcalbtn img {
    width: auto !important;
    display: inline-block;
}

.tiny {
    font-size: 11px;
}


/* global match footer css*/


/* .location-change-block .global-location {color:#ffffff;}
 footer .footer-top {
    background: #202430;
    color: #fff;
  }
 footer .footer-top .footer-top-nav a:link,
   footer .footer-top .footer-top-nav a:visited {
    color: #fff;
  }
   footer .footer-top .footer_logo a {
    display: inline-block;
    background: url(/themes/custom/cloud4c/images/revamp/logo-w.png) no-repeat;
    background-size: 100%;
    width: 209px;
    height: 50px;
  }
   footer .footer-top .footer_logo a img {
    display: none;
  }


footer .bg-blue.footer-bottom {
    background: #14161E;
        padding: 24px 0px;
}  */