/*Multi Color Service Box Css start*/
:root {
    --main-color-box1: #CB4D27;
    --main-color-box2: #2c51bf;
    --main-color-box3: #4df4b4;
    --main-color-box4: #9528e4;
    --main-color-box5: #d8d60e;
    --main-color-box6: #b30f5a;
    --main-color-box7: #0b7e59;
}

.serviceBox {
    text-align: center;
    padding: 10px 20px 20px 25px;
    position: relative;
    z-index: 1;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: linear-gradient(to left bottom, #eee, #fff, #fff);
    border-radius: 15px;
    position: absolute;
    top: 45px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.serviceBox1:after,
.serviceBox .service-icon1 {
    background: var(--main-color-box1);
    color: var(--main-color-box1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color-box1);
}

.serviceBox2:after,
.serviceBox .service-icon2 {
    background: var(--main-color-box2);
    color: var(--main-color-box2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color-box2);
}

.serviceBox3:after,
.serviceBox .service-icon3 {
    background: var(--main-color-box3);
    color: var(--main-color-box3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color-box3);
}

.serviceBox4:after,
.serviceBox .service-icon4 {
    background: var(--main-color-box4);
    color: var(--main-color-box4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color-box4);
}

.serviceBox5:after,
.serviceBox .service-icon5 {
    background: var(--main-color-box5);
    color: var(--main-color-box5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color-box5);
}

.serviceBox6:after,
.serviceBox .service-icon6 {
    background: var(--main-color-box6);
    color: var(--main-color-box6);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color-box6);
}

.serviceBox7:after,
.serviceBox .service-icon7 {
    background: var(--main-color-box7);
    color: var(--main-color-box7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color-box7);
}

.serviceBox:after {
    width: 50%;
    height: 50%;
    border-radius: 0 0 20px 0;
    box-shadow: none;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.serviceBox .service-icon {
    background: #fff;
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 0 auto 30px auto;
    border-radius: 50px;
}

.serviceBox .description {
    color: #191919;
    line-height: 1.25rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px !important;
}

.serviceBox .breadmore {
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.serviceBox .breadmore a,
.breadmore a {
    padding: 5px 10px;
    color: #7671f2 !important;
    font-weight: 500;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
}
.serviceBox .breadmore a:hover,
.breadmore a:hover {
	color: #1B154C !important;
}
.serviceBox h3.title {
    font-weight: 700;
    color: #8480f1;
    font-size: 25px;
    font-style: normal;
    font-family: Saira Condensed;
    line-height: 1.3;
    margin-bottom: .5rem;
}
/*Multi Color Service Box Css end*/



/*About Evoke Counter Home Page Css start*/
.about-evoke {
  color: #191919;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0 !important;
  line-height: normal;
}

.about-evoke-container::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 180px;
  background: #ABABAB;
  right: -2%;
  top: 5%;
}

.about-evoke-counter .evc-counter .evc-c-digit {
  color: #F16A22;
  font-family: 'Saira Condensed';
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  height: auto;
  overflow: visible;
}

.about-evoke-counter .evc-counter .evc-c-title {
  color: #1B154C;
  font-family: 'Saira Condensed';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-evoke-counter .diversity-plus-icon .evc-c-digit:after {
  content: "+";
}

.about-evoke-counter .diversity-percentage-icon .evc-c-digit:after {
  content: "%";
}

.about-evoke-counter .evc-counter {
  margin-bottom: 30px;
}

.about-text-counter {
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .about-evoke-counter .evc-counter .evc-c-title {
    line-height: 18px;
    font-size: 16px;
    padding-top: 4px;
  }

  .about-evoke-counter .evc-counter .evc-c-digit {
    font-size: 40px;
  }

  .about-text-counter {
    padding-bottom: 50px;
  }

  .about-evoke {
    margin-bottom: 40px !important;
    font-size: 16px;
  }
}

/*About Evoke Counter Home Page Css end*/

.inerservices {
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 226px;
  align-items: center;
  margin-bottom: 0px !important;
}

.section-one h4 {
  color: #010F6C;
  font-family: 'Poppins', 'Open Sans';
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.9px;
  text-transform: capitalize;
}

.section-one h3 {
  color: #F06A24;
  font-family: 'Poppins', 'Open Sans';
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.8px;
  padding-bottom: 20px;
}

.section-one .first-head p {
  color: #666;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.54px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.section-one .mainpara p {
  color: #454545;
  font-family: 'Poppins', 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-two .accordion-content h5 {
  color: #010F6C;
  font-family: 'Poppins', 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.54px;
  padding-top: 30px;
}

.section-two .accordion-header {
  background-color: #355B63;
  cursor: pointer;
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
  color: #F2F2F2;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 2px;
}

.section-two .accordion-header .number {
  background-color: #8BAD4B;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 26px;
  font-weight: 500;
}

.section-two .accordion-header .icon {
  color: #FFF;
  font-family: 'Poppins', 'Open Sans';
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.85px;
}

.accordion-content {
  display: none;
  padding: 10px;
}

.icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.section-two .btnbg {
  background: #EAEAEA;
  text-align: center;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-two .borredius1 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-two .borredius4 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.section-two .nopadding {
  padding: 0px;
}

.section-two .btnbg button {
  border-radius: 40px;
  background: #97B948;
  width: 85%;
  height: 36px;
  color: #FFF;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
}

.section-two h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.5px;
}

.section-two h6 {
  color: #666;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding-bottom: 30px;
}

.section-two .accordion-content {
  padding: 4rem;
}

.section-two .approchbox p {
  color: #666;
  font-family: 'Poppins', 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.21px;
}

.section-two p {
  color: #454545;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.approchbox {
  padding: 0px 22px;
}

.approchbox:after {
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(197, 197, 197, 0.00) 0%, rgba(131, 131, 131, 0.44) 48.44%, rgba(197, 197, 197, 0.00) 100%);
  width: 1.438px;
  height: 130px;
  position: absolute;
  right: 0px;
  top: 60px;
}

.approchbox.noline:after {
  display: none;
}

.acc-iner-infograic {
  padding-top: 0px;
  text-align: center;
}

.typical {
  padding-top: 50px;
}

.section-two .goals {
  color: #010F6C;
  font-family: 'Poppins', 'Open Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}

.section-two .typical ul li {
  color: rgba(0, 0, 0, 0.60);
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
}

.section-two .accordion-content .focus p {
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.section-two .accordion-content li {
  font-size: 18px;
}

.section-two .focus h4 {
  color: #010F6C;
  font-family: 'Poppins', 'Open Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}

.section-two .accordion-content .focus p b {
  color: #F06A24;
  font-family: 'Poppins', 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.5px;
}

.section-two .accordion-item.active .accordion-header:after {
  content: '-';
  right: 32px;
  display: block;
  position: absolute;
  font-size: 34px;
}

.section-two .accordion-item .accordion-header:after {
  content: '+';
  display: block;
  position: absolute;
  right: 30px;
  font-size: 26px;
}

.section-two .keyelements {
  margin-top: 50px;
}

.section-two .keyelements li b {
  color: #2B2657;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.54px;
}

.section-two .keyelements li {
  border-radius: 40px;
  background: #F3F3F3;
  margin-bottom: 6px;
  color: #666;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.27px;
  padding: 10px;
  list-style: none;
}

.section-two .keyelements li .elementnum {
  background-color: #97B948;
  padding: 6px 13px;
  border-radius: 50%;
  color: #fff;
  margin-right: 25px;
}

.section-two .keyelements ul {
  margin-left: 0px;
}

.section-two .automframe h4 {
  margin-bottom: 25px;
}

.section-two .automframe p {
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.section-two .automframe .planing {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  padding: 20px 0px 20px 30px;
  margin-bottom: 20px;
  min-height: 203px;
}

.section-two .automframe .planing h6 {
  background-color: #97B948;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 8px;
  color: #FFF;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-left: 50px;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

.section-two .automframe .planing ul li {
  color: rgba(0, 0, 0, 0.60);
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.section-two .automframe .planing ul {
  margin-left: 65px;
}

.casestudy-inner h1.heading-title {
  color: #010F6C;
  font-family: 'Poppins', 'Open Sans';
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 30px;
}

.casestudy-inner .page-template-default .vc_gitem-zone-mini {
  border: 1px solid #E2E2E2;
}

.casestudy-inner .page-template-default .vc_gitem_row .vc_gitem-col {
  background-color: #FFF !important;
}

.casestudy-inner .blog-posts h3 {
  color: #999;
  font-family: 'Poppins', 'Open Sans';
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: -0.42px;
}

.casestudy-inner .vc_btn3-container.vc_btn3-right {
  text-align: left;
}

.inner-services .casestudy-inner .vc_btn3-container.vc_btn3-right a {
  color: #F06A24 !important;
  font-family: 'Poppins', 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.casestudy-inner .casestudy-button {
  text-align: center;
  margin-top: 40px;
}

.casestudy-inner .casestudy-button button {
  border-radius: 2px;
  background: #F06A24;
  color: #FFF;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  height: 36px;
}

.casetalktous .cta-header h2 {
  color: #F9F9FD;
  font-family: 'Poppins', 'Open Sans';
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 10px;
}

.casetalktous .cta-btn a {
  border-radius: 2px;
  background: #F06A24;
  padding: 11.5px 29.299px 11.5px 27.701px;
  color: #FFF;
  font-family: 'Poppins', 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

.casetalktous .cta-btn {
  text-align: center;
  margin-top: 20px;
}

.inner-services .page {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 768px) {
  .section-two .accordion-content {
    padding: 1rem !important;
  }

  .section-one h4 {
    padding-top: 20px;
  }

  .section-two .accordion-header {
    line-height: 24px;
  }

  .section-two ul {
    margin-bottom: 22px !important;
  }

  .section-two .goals {
    padding-bottom: 8px;
  }

  .section-two .accordion-item .accordion-header:after,
  .section-two .accordion-item.active .accordion-header:after {
    right: 12px;
  }

  .section-two .keyelements li .elementnum {
    margin-right: 6px;
  }

  .section-two .automframe .planing ul {
    margin-left: 56px;
  }

  #secondary.events {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.section-two .design-dev h2 {
  color: #010F6C;
  font-family: 'Poppins', 'Open Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.54px;
  margin-bottom: 14px;
}

.section-two .design-dev li {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
  list-style: none;

}

.section-two .design-dev li strong {
  color: #222;
}

.section-two .design-dev li h3 {
  font-size: 18px;
  font-family: 'Poppins', 'opens-sans';
}

.design-dev {
  padding-bottom: 20px;
}

.breadcrumbs span a {
  text-decoration: underline;
}

ul.quicklinks li a {
  color: #000;
  font-family: 'Poppins', 'Open Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.inner-services .inner-title h1 {
  color: #FFF;
  font-family: 'Poppins', 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.page-template-default .casestudy-inner .vc_gitem-zone-mini {
  border: 1px solid #E2E2E2;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.casestudy-inner .blog-posts .post-content {
  width: 100% !important;
  padding: 20px 16px 30px 16px !important;
}

.afttxtline img {
  width: 132px;
}

.page-template-default .casestudy-inner .blog-posts .wpb_single_image img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.casetalktous .cta-btn a:hover {
  color: #000 !important;
}

.section-two .rpa-support h4 {
  padding-bottom: 18px;
  margin-bottom: 0px;
}

.section-two .design-dev ul li ul {
  padding-top: 10px;
}

.rpa-img img {
  padding-top: 30px;
}

.auto-frame {
  padding-bottom: 30px;
}

.acc-iner-infograic img {
  padding-top: 50px;
}

.inner-services .blog-posts .wpb_single_image img {
  height: 150px !important;
  width: 360px;
}

.inner-services .et_pb_section.quick_links_section .et_pb_module ul.quicklinks li a {
  color: #000;
  font-family: 'Poppins', 'Open Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  padding-right: 10px !important;
}

.inner-services .casestudy-inner .vc_btn3-container.vc_btn3-right a:after {
  content: '>>';
  letter-spacing: -4.2px;
  position: absolute;
  right: -10px;
  top: 1.2px;
}

.turnkey-head h4 {
  padding-bottom: 30px;
}

.design-dev h5 {
  font-family: 'Poppins', 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.54px;
  margin-bottom: 14px;
  color: #010F6C;
}

.section-two .design-dev p strong {
  color: #222;
}

.section-two .singeline .design-dev li {
  padding-bottom: 4px;
}

.section-two .design-dev li ol {
  padding-top: 20px;
}

.section-two .design-dev li ol li::marker {
  color: #222;
  font-weight: 600;
}

.acc-iner-infograic.appror img {
  padding-top: 16px;
}

.et_pb_section.quick_links_section .et_pb_module ul.quicklinks li a:hover {
  border-bottom-color: #ff7345;
  color: #000 !important;
}

.section-two .design-dev ul {
  margin-left: 0px;
}

.section-two .design-dev li ol li {
  list-style: disc;
}

.section-two .singeline .design-dev ul {
  margin-left: 20px;
}

.section-two .singeline .design-dev ul li {
  list-style: disc;
}

.section-two .evc-predefined-style .evc-shortcode h5 {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}


.evc-predefined-style .evc-shortcode h5 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
}

/****************************
Customized Inline CSS
***************************/
@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

p {
  margin-bottom: 20px !important;
}

@font-face {
  font-family: 'fontawesome-webfont';
  font-display: swap;
  src: url('https://dev2.evoketechnologies.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
}

@font-face {
  font-family: 'themify';
  font-display: swap;
  src: url('https://dev2.evoketechnologies.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/themify.woff') format('woff');
}

@font-face {
  font-family: 'fa-solid-900';
  font-display: swap;
  src: url('https://dev2.evoketechnologies.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'fa-brands-400';
  font-display: swap;
  src: url('https://dev2.evoketechnologies.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fa-brands-400.woff2') format('woff2');
}

/* Topbar */
.themesflat-top .container-inside {
  display: block;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.themesflat-top {
  background-color: #ebebeb !important;
}

.themesflat-top .content-left,
.themesflat-top .content-right {
  display: inline-block;
}

.themesflat-top .content-left,
.themesflat-top .content-right {
  display: flex;
}

.top-bar {
  text-align: right;
}

.left-bar,
.left-bar i {
  color: #7772f2;
  font-weight: 500;
}

.left-bar a {
  padding-left: 6px
}

.left-bar,
.top-bar {
  flex: 1;
}

.top-bar ul li a,
.left-bar {
  font-size: 14px
}

.top-bar ul li {
  display: inline;
  padding-left: 8px;
  color: #b4b4b4;
  position: relative;
}

.top-bar ul li a:hover {
  color: #2c50be;
}

ul.footer-site-maap li::before,
.top-bar li:before {
  content: '|';
  position: absolute;
  right: -6px;
  top: 3px;
}

ul.footer-site-maap li:last-child::before,
.top-bar li:last-child:before {
  content: none;
}

.themesflat-top .content-left ul>li {
  border-left: 0;
}

.themesflat-top .search-form .search-submit {
  width: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
  right: 10px;
}

.themesflat-top .search-form .search-submit i {
  color: #963596;
}

.themesflat-top .search-form label {
  min-width: 0;
}

.themesflat-top .search-form input[type="search"] {
  border: 1px solid #d8d8d8;
  background: transparent;
  border-radius: 0;
}

/**
 Landing page Cloud
**/
.getinTouch-cloud ul li label {
  color: #fff;
}

.getinTouch-cloud .wpcf7-text {
  margin-bottom: 15px;
}

.getinTouch-cloud input.wpcf7-form-control.wpcf7-submit {
  background-color: #ff5100;
  color: #fff;
  border-radius: 0px;
}

.getinTouch-cloud input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fff;
  color: #ff5100;
}

h1.banner_hed {
  color: #fff;
}


#mainnav-mobi ul li {
  background-color: #fff !important;
  border-top: 1px solid rgb(39 39 39 / 10%);
}

#mainnav-mobi ul li.contact-us {
  display: none;
}

#mainnav-mobi ul>li>a {
  color: #000000;
}

.top-search.show {
  top: 155%;
}

.header-style1 .show-search {
  position: relative;
  top: 50%;
  transform: translateY(70%);
  display: block !important;
}

#mainnav ul li#wp_nav_menu-item-31163,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper,
header .col-md-12 {
  position: initial;
}

li.ai-menu {
  margin-top: 30px;
}

li.ai-menu a,
li.ai-menu a span {
  color: #404040 !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
  font-weight: 600;
}

.sub-fonts ul li a span.wpmm-mega-menu-href-title {
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

div.wpmm-sub-menu-wrap {
  min-height: 397px;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul.wp-mega-sub-menu {
  min-height: 350px;
}

/* Footer */
.footer {
  padding-top: 90px;
  padding-bottom: 0px !important;
}

.footer_background.footer_s1.background-size.auto {
  background-color: #010B26;
}

.footer a,
.footer {
  font-size: 13px;
}

.footer-widgets .widget h4.widget-title {
  font-size: 18px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: Open Sans;
}

.footer-widgets .widget .widget-title:before {
  content: none;
}

.footer-widgets .widgets-areas {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

footer #text-2 h3,
footer #text-2 h3 a {
  font-size: 28px;
  margin-bottom: 10px;
  width: 80%;
  font-family: Open Sans;
  font-weight: 700;
}

a.button.white {
  font-family: inherit;
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 21px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 50px;
  text-align: center;
  border: none;
  box-shadow: 0 2px 4px rgb(17 26 69 / 15%);
  color: #010B26;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 10px;
}

.footer a:hover {
  color: #ff5100 !important;
}

a.button.white:hover {
  color: #fff;
  background-image: linear-gradient(180deg, transparent 96%, #FF7345 0);
  box-shadow: 0 2px 25px rgb(17 26 69 / 15%);
  background-size: 100% 100%;
  color: #fff !important;
}

a.button.white:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

a.button.white::after {
  content: "";
  width: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background-color: #ff5100;
}

.infoBox li {
  padding-top: 0px !important;
  display: flex;
  align-items: center;
  flex: 1 1;
  margin-bottom: 15px;
  padding-left: 0 !important;
}

.infoBox li img {
  width: 42px;
  margin-right: 15px;
}

.infoBox li .infoContent {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.footer-widgets .widgets-areas:nth-child(3) {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

p.infoContent {
  margin-bottom: 10px !important;
}

.footer-widgets .widgets-areas:nth-child(4) {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.copyright-bar {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}

.social-icons-wrapper ul li {
  display: inline-block;
  padding: 0 !important;
}

.social-icons-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icons-wrapper ul li a {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-weight: 100 !important;
}

.hover-animation img {
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.hover-animation:hover img {
  transform: translateY(-20px) rotate(10deg);
}

@media screen and (max-width:1090px) {

  #wpmm-wrap-primary.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li>a.wp-mega-menu-link,
  #wpmm-wrap-primary.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li>a span.wpmm-mega-menu-href-title {
    font-size: 14px !important;
    padding-left: 0;
  }

  .logo img,
  .logo svg {
    width: 240px;
  }
}

@media screen and (max-width:992px) {

  footer #text-2 h3,
  footer #text-2 h3 a {
    font-size: 21px;
  }

  #mainnav-mobi ul li {
    text-align: left;
    text-transform: uppercase;
  }

  .btn-submenu {
    right: 0px;
  }
}

@media screen and (max-width:900px) {
  .tab-section {
    display: none;
  }

  .footer-widgets .widgets-areas:nth-child(4) {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }

  .footer-widgets .widgets-areas:nth-child(3) {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }

  .footer-widgets .widgets-areas {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }

  .contact-us {
    display: none !important;
  }

}

@media screen and (max-width:768px) {
  .copyright-bar {
    text-align: center;
    display: block;
  }

  .social-icons-wrapper {
    padding-left: 0;
  }

  .top-buttons-wrap .top-buttons {
    border-bottom: 2px solid #AFAFAF;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-bottom: 10px;
    margin: 10px;
  }

  .top-buttons-wrap .button3 {
    border: none;
  }

  .single-casestudies .featured-info h1 {
    font-size: 18px;
  }

  .single-casestudies .featured-post {
    height: 160px;
  }
}

@media screen and (max-width:740px) {

  .footer-widgets .widgets-areas,
  .footer-widgets .widgets-areas:nth-child(3) {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .footer-widgets .widgets-areas:nth-child(4) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .themesflat-top {
    display: none;
  }
}

@media screen and (max-width:690px) {

  .footer-widgets .widgets-areas,
  .footer-widgets .widgets-areas:nth-child(3),
  .footer-widgets .widgets-areas:nth-child(4) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  footer #text-2 h3,
  footer #text-2 h3 a {
    width: 100%
  }

  .infoBox li {
    padding-top: 0px !important;
    text-align: left;
  }

  ul.infoBox {
    max-width: 100%;
    margin: 0 auto;
    width: 230px;
  }
}

/* Page Inner Banner */
.inner-banner .wpb_text_column.wpb_content_element {
  margin-bottom: 0 !important;
}

.inner-banner {
  padding: 10px;
  background-image: url(images/a-view-of-new-york-city-at-night-time-2022-02-08-02-10-23-utc-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0px !important;
}

.inner-title {
  color: #fff;
  padding-bottom: 0px;
  z-index: 2;
  position: relative;
}

.inner-title h1 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Saira Semi Condensed', sans-serif !important;
  position: relative;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #fff !important;
  padding-right: 1px !important;
  font-family: 'Saira Semi Condensed', sans-serif !important;
}

.breadcrumbs span.breadcrumb_last {
  padding-left: 5px;
}

.work-logo {
  position: absolute;
  top: -142px;
  right: 0;
}

.et_pb_section.quick_links_section .et_pb_module ul.quicklinks {
  text-align: center;
}

.et_pb_section_0.et_pb_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #F4F4F4 !important;
}

.et_pb_section.quick_links_section {
  border-bottom-width: 0px;
}

.et_pb_section_0 {
  border-color: #e3e3e3;
}

@media (min-width: 981px) {
  .et_pb_section {
    padding: 4% 0;
  }
}

.et_pb_section {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}

.et_pb_with_border {
  position: relative;
  border: 0 solid #333;
}

.et_pb_section.quick_links_section .et_pb_module ul.quicklinks li {
  margin: 0;
  display: inline-block;
}

.et_pb_section.quick_links_section .et_pb_module ul.quicklinks li a {
  padding: 16px 20px;
  display: block;
  color: inherit;
  text-align: center;
  border-right: 1px solid #c8c8c8;
  border-bottom: 4px solid transparent;
}

.et_pb_section.quick_links_section .et_pb_module ul.quicklinks li:last-child a {
  border-right: 0;
}

.et_pb_section.quick_links_section .et_pb_module ul.quicklinks {
  list-style: none;
  margin: 0;
}

.et_pb_section.quick_links_section .et_pb_module ul.quicklinks li a:hover {
  border-bottom-color: #ff7345;
}

a.go-top:hover {
  background-color: #ff7345 !important;
}

@media screen and (min-width:1024px) {
  .et_pb_section.quick_links_section .et_pb_module ul.quicklinks {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .et_pb_section.quick_links_section .et_pb_module ul.quicklinks li {
    flex-grow: 1;
  }
}

@media screen and (max-width:1023.9px) {
  .et_pb_section.quick_links_section .et_pb_module ul.quicklinks li a {
    padding: 7px 10px;
    border-right: 1px solid #c8c8c8;
  }
}

@media screen and (max-width:991px) {
  .header-style1 .show-search {
    top: 50%;
    transform: translateY(30%);
  }

  .btn-menu {
    display: block;
    margin: 20px 0px;
  }
}

@media screen and (max-width:910px) {
  .et_pb_section.quick_links_section .et_pb_module ul.quicklinks li a {
    border-right: 0px solid #c8c8c8;
  }
}

@media screen and (max-width:820px) {

  .themesflat-top .content-left,
  .themesflat-top .content-right {
    display: block;
  }

  .top-bar {
    text-align: center;
  }
}

.sticky-talk {
  position: fixed;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ff7345 !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 16px !important;
  padding: 5px 15px !important;
  border-radius: 0px;
  border: 1px solid #ff7345 !important;
  font-weight: 700;
  display: none;
  z-index: 9;
}

.sticky-talk a {
  color: #fff !important;
  font-size: 20px
}

@media screen and (max-width:992px) {
  .sticky-talk {
    display: initial;
    left: -40px;
    width: 127px;
    line-height: 35px;
    transform: rotate(270deg);
  }
}


.eats-member-card-cards-photoContainer::before,
.eats-member-card-cards-photoContainer::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
  z-index: 99
}

.eats-member-card-cards-photoContainer::before {
  border-top: 2px solid #ff7345;
  border-bottom: 2px solid #ff7345;
  transform: scale3d(0, 1, 1);
}

.eats-member-card-cards-photoContainer::after {
  border-left: 2px solid #ff7345;
  border-right: 2px solid #ff7345;
  transform: scale3d(1, 0, 1);
}

.eats-member-card-cards-photoContainer:hover::before,
.eats-member-card-cards-photoContainer:hover::after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s;
}

.team-cols .eats-grid-item:last-child .eats-member-card-cards-photoContainer::before,
.team-cols .eats-grid-item:last-child .eats-member-card-cards-photoContainer::after {
  content: none;
}

div#usm-admin-notification-widget {
  display: none;
}

.sidebar .widget.widget_search {
  background-color: #6654e8;
  padding: 15px 10px 8px !important;
  margin-bottom: 30px !important;
}

.sidebar .search-form input[type="search"] {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  color: #fff !important;
}

.search-form input[type="search"]::placeholder,
.search-form i.fa.fa-search {
  color: #fff !important;
}

.search-form input[type="search"]:-ms-input-placeholder {
  color: #fff !important;
}

.search-form input[type="search"]::-ms-input-placeholder {
  color: #fff !important;
}

.sidebar .widget_categories,
.sidebar .widget_archive,
.sidebar .news-letter {
  background-color: #f7f7f9;
  padding: 30px 20px !important;
}

.sidebar .news-letter input {
  margin-bottom: 11px !important;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  padding: 0px 10px;
  width: 100%;
}

.sidebar .news-letter input[type="submit"] {
  background-color: #6654E8;
}

.sidebar .news-letter input[type="submit"]:hover {
  background-color: #000;
}

.sidebar .widget {
  margin-bottom: 0;
}

.sidebar .widget_archive,
.sidebar .widget_categories {
  max-height: 380px;
  overflow-y: scroll;
}

.sidebar .widget_archive a,
.sidebar .widget_categories a {
  color: #6654e8 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.sidebar .widget_archive a:hover,
.sidebar .widget_categories a:hover {
  color: #000 !important;
}

.sidebar .widget ul li,
.sidebar .widget ul li ul.children li {
  padding: 5px 5px 10px 15px !important;
  line-height: 20px !important;
  border: 0 !important;
  text-align: left !important;
}

.sidebar h4.widget-title {
  font-size: 24px;
  font-weight: 600;
  padding: 0 15px 10px !important;
  margin-bottom: 0 !important;
}

.sidebar .widget .widget-title:before {
  content: none;
}

.single-post .container.content-wrapper {
  margin-top: 60px;
}

.blog-posts .post-content {
  width: 83% !important;
  display: block !important;
}

.comment-reply-title {
  margin-bottom: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

input#wp-comment-cookies-consent {
  width: auto;
}

.footer-widgets .widget.widget_nav_menu ul li {
  padding: 0px 0px !important;
  line-height: 28px;
}

/* Case study single page */
.casestudies-template-default .container.content-wrapper {
  max-width: 100%;
  padding: 0;
}

.featured-post {
  overflow: hidden;
  height: 350px;
  position: relative;
  border-radius: 0 !important;
}

.featured-post img {
  width: 100%;
  height: 100%;
}

.featured-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;

}

.featured-info h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Saira Semi Condensed', sans-serif !important;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  max-width: 570px;
}

.casestudies-template-default .comments-area {
  display: none;
}

.top-buttons {
  border: 1px solid #97a6df;
}

.top-buttons-wrap,
.content-sets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 0;
}

.content-sets {
  align-items: center;
  padding: 30px 0 0;
}

.top-buttons {
  border: 2px solid #97a6df;
  text-align: center;
  padding: 30px;
}

.top-buttons h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
}

.button1.top-buttons h2 {
  color: #8580f6;
}

.button2.top-buttons h2 {
  color: #ff7345;
}

.button3.top-buttons h2 {
  color: #4062c3;
}

.top-buttons h3 {
  font-weight: 500;
  font-size: 25px;
}

.set-content {
  position: relative;
  border: 1px solid #7772f2;
  padding: 50px 30px 20px;
  font-size: 18px;
  line-height: 28px;
}

.set-content::before {
  content: '';
  position: absolute;
  top: -13px;
  right: 40px;
  background-color: #ff7345;
  width: 180px;
  height: 25px;
  z-index: 2;
}

.set-2 .set-content::before {
  left: 40px;
  right: auto;
}

.set-title {
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #4161c4;
  text-align: right;
  margin: 0 40px 0 30px;
  font-family: Saira Condensed;
}

.set-2.content-sets .set-title {
  text-align: left;
}

.set-title span {
  position: relative;
  display: inline-block;
  max-width: 305px;
}

.set-title span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 10px;
  border-bottom: 8px solid #ff7345;
}

.set-2.content-sets {
  flex-direction: row-reverse;
}

.full-btn a {
  font-size: 24px;
  background-color: #7772f2;
  color: #fff;
  padding: 30px 80px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  font-family: 'Saira Semi Condensed', sans-serif !important;
  font-weight: 600;
}

.full-btn {
  text-align: center;
  margin: 70px 0;
}

h2.full-title {
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
  max-width: 900px;
  margin: auto;
}

.cta-sec {
  max-width: 550px !important;
}

.cta-section {
  max-width: 650px;
  text-transform: capitalize;
  margin: auto;
  background-color: #ff7345 !important;
  box-sizing: border-box;
  margin-top: 70px;
  padding: 50px;
}

/*Header search  */
.search-form input[type="search"]::placeholder,
.search-form i.fa.fa-search {
  color: #999 !important;
}

ul.meta-left {
  display: none !important;
}

.search-form input.search-submit {
  display: none;
}

.search .item {
  width: 30%;
  margin-top: 20px;
}

.mpplatform .breadcrumbs span {
  color: #1b154c !important;
}

.mpplatform .breadcrumbs a {
  color: #1b154c !important;
}

.mpplatform h1 {
  color: #ff5100;
}

.inner-banner.mpplatform {
  min-height: 200px !important;
}

.partner-logos.newlogo ul {
  text-align: center;
}

.partner-logos.newlogo ul li {
  width: auto;
  height: auto;
}

.mpplatform .inner-title {
  text-align: center;
}

a:hover {
  color: #110dd9 !important;
}

.partner-logos ul {
  text-align: center;
}

.sml-featured .featured-post {
  height: auto;
}

.search .post-wrap {
  margin-top: 40px;
}

.blogsearch .vc_grid-filter-dropdown {
  display: none;
}

.blogsearch input.search-field {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.highlight a {
  color: #ff5100;
  padding-left: 2px;
}

.single-press_release h3.entry-title {
  display: none;
}

.contactp {
  background-color: #f5f5f5;
  padding: 15px;
}

.contactp h2 {
  color: #000;
  font-weight: bold;
}

.contactp h3 {
  color: #ff5100;
  margin-bottom: 0px;
}

.contactp span {
  font-size: 14px;
}

.press-contact p {
  font-size: 18px;
  text-align: justify;
}

.single-press_release .sfsi_Sicons.sfsi_Sicons_position_left {
  display: none !important;
}

.single-press_release .comments-area {
  display: none;
}

.gap-logo ul li {
  margin-left: 25px;
}

.imginfogra img {
  width: 90%;
}

.imginfogra-test img {
  width: 85%;
}

.ctacode {
  text-align: center;
  padding-bottom: 50px;
}

li.highlight {
  list-style: none;
  margin-left: -15px;
}

li.highlight .fa {
  padding-right: 5px;
  font-size: 12px;
}

.counter .counter-content {
  height: 360px !important;
}

ul.atfarw li {
  list-style: none;
}

ul.atfarw,
ul.atfarw1 {
  margin-bottom: 10px;
}

.serviceatf img {
  border-radius: 5px;
  border: 1px solid #bababa;
}

.featured-post img {
  width: 100%;
  height: auto;
}

.blog-single .featured-post {
  height: auto;
}

.pricingTable {
  padding: 30px 20px 30px !important;
}

.pricingTable.newSty h2 {
  font-size: 2rem;
  text-transform: initial;
}

.pricingTable.newSty h3 {
  font-size: 1.5rem;
}

.pricingTable .pricingTable-btn a {
  font-size: 1rem;
  padding: 8px 20px;
}

.pricingTable .pricingTable-btn a:hover {
  background: #ff5100;
  border-color: #fff;
  color: #fff !important;
}

.mobile-apps .counter .counter-content {
  height: 220px !important;
}

.expedite-your-business .counter .counter-content {
  height: 280px !important;
}

.search-case {
  display: flex;
  justify-content: flex-end;
}

.search-case ul li input[type="text"] {
  background-color: #716ba485;
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
}

.search-case select#ofcategory {
  border-radius: 0px;
  background-color: #d6dce5;
  color: #1b154c;
  outline: #d6dce5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Arial", sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.search-case ul li select#oftaxcasestudies {
  background-color: #D6DCE5;
  color: #1b154c;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Arial", sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 0px;
}

.search-case .is-form-style button.is-search-submit {
  width: 36px;
  height: 40px;
}

.search-case ul li input[type="submit"] {
  background-image: url(/wp-content/themes/evockans/search-icon.png);
  background-color: transparent !important;
  background-size: 30px;
  background-repeat: no-repeat;
  margin-top: 6px;
  padding-right: 0px;
  height: 36px;
  width: 30px;
  border: none !important;
}

.search-case ul li input[type="text"]:focus {
  border: none;
}

.search-case ul li select#oftaxcasestudies:focus-visible {
  outline: none;
}

.search-case input.search-field {
  border-radius: 20px;
  background-color: #b5b2d0;
  color: #fff;
}

.search-case ul li input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.search-case ul li input[type="text"]:-moz-placeholder,
.search-case input.search-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

.search-case ul li input[type="text"]::-moz-placeholder,
.search-case input.search-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.search-case ul li input[type="text"]:-ms-input-placeholder,
.search-case input.search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1b154c;
}

.search-case ul li input[type="text"]::-ms-input-placeholder,
.search-case input.search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1b154c;
}

.search-case ul li input[type="text"]::placeholder,
.search-case input.search-field::placeholder {
  /* Most modern browsers support this now. */
  color: #1b154c !important;
}

@media screen and (max-width: 668px) {
  .search-case {
    text-align: center;
    display: block;
  }

  .search-case .searchandfilter ul {
    width: 100%;
    margin-left: 0px;
    display: flex;
  }

  .search-case .is-search-form {
    margin-bottom: 15px;
    width: 286px;
  }

  .search-case ul li select#oftaxcasestudies {
    margin-bottom: 10px;
    width: 250px;
  }

  .search-case ul li input[type="text"] {
    width: 100%;
    margin-bottom: 5px;
  }

  .search-case ul li input[type="submit"] {
    width: 100%;
  }

  .search-case .searchandfilter li {
    flex: 0 0 0px;
    padding-right: 15px;
  }
}

.search-case .search-form .search-submit {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  border: 0;
  background-image: url('/wp-content/themes/evockans/search-icon.png');
  background-size: 30px;
  background-repeat: no-repeat;
  position: unset;
  padding: 0;
  text-indent: 100%;
  line-height: 30px;
}

.search-back-button #my-back-button {
  background-color: #ff5100;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
}

.search-case .searchandfilter li {
  vertical-align: top;
}

/* < !-- Ivory Search --> */
.search-case .is-form-style input.is-search-input {
  background-color: #d6dce5;
  color: #1b154c;
  padding: 20px;
  font-size: 16px !important;
  border: none !important;
}

.search-case .is-search-icon {
  background-color: transparent;
  border: none;
  padding-top: 0px !important;
  display: unset !important;
}

.search-case .is-search-icon svg {
  width: 42px;
  position: unset;
  display: block;
  height: 42px;
  margin-left: 6px;
}

.search-case .is-form-style .is-search-submit path {
  fill: #ff5100;
}

.search-case .is-form-style input.is-search-input::placeholder {
  color: #1b154c;
  font-size: 16px;
}

.search .post-wrap,
.archive .post-wrap {
  margin-top: 0px;
}

.archive .blog-list .themesflat-button-container {
  padding-top: 0px;
}

.search .navigation a {
  position: relative;
  color: #ff5100;
  padding: 9px 10px;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  background-color: #ffe3d7;
}

.search .nav-links {
  padding: 0px;
  margin-left: 20px;
}

.search .navigation a:hover {
  color: #ffe3d7 !important;
  background-color: #ff5100;
}

.navi-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.navi-bottom .search-back-button {
  margin-right: 15px;
}

.navi-bottom .navigation a,
.navigation.paging-navigation span,
.page-links a,
.page-links>span P {
  padding: 9px 16px;
}

.navi-bottom .navigation.paging-navigation .current,
.navi-bottom .navigation.paging-navigation a:hover {
  background: #ff5100;
  border-color: #ff5100;
  color: #fff !important;
  padding: 7px 16px !important;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.themesflat-top ul {
  line-height: 30px;
}

.themesflat-top .container-inside {
  padding-top: 10px;
}

.header .themesflat-top {
  background-color: #72116F !important;
}

.themesflat-top .top-bar ul li a,
.left-bar {
  color: #fff;
}

article h3.entry-title {
  font-size: 22px;
}

.single-casestudy-image img {
  height: 260px;
}

.single-casestudies .page-wrap {
  padding: 0 0 0px 0;
}

.single-casestudies .read-cta-btn {
  margin: 25px 0px 0px;
  text-align: center;
}

.read-cta-btn a.read-btn:hover {
  color: #fff !important;
}

.page .blog-posts .wpb_single_image::before {
  display: none;
}

.highlight img {
  width: 12px;
}

.builtit-btn-wrap.case-button {
  text-align: center;
}

.builtit-btn-wrap.case-button a:hover {
  color: #fff !important;
}

.sernowcls li {
  padding-bottom: 15px;
}

/****
 * Case Study Single Page
 ******/
.top-buttons-wrap {
  border: 2px solid #97a6df;
  padding: 0px 0 0;
  box-shadow: 1px 4px 10px 3px #B8B8B8;
}

.top-buttons-wrap .top-buttons {
  border-right: 2px solid #AFAFAF;
  margin: 15px;
  padding: 0px;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.top-buttons-wrap .button3 {
  border: none;
}

.set-contents p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
}

.set-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  text-align: left !important;
  margin: 0;
  font-family: Saira Condensed;
}

.set-title span::after,
.set-content::before {
  display: none;
}

.set-content {
  position: relative;
  border: 2px solid #97a6df;
  padding: 50px 30px 20px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0px 0px 15px 0px #B8B8B8;
  min-height: 400px;
  width: 100%;
}

.set-0 .set-content {
  background-color: #F4FDEC;
}

.set-1 .set-content {
  background-color: #FFFCE0;
}

.set-2 .set-content {
  background-color: #FFE6E4;
}

.content-sets .set-content li {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.content-sets .set-content p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.content-sets .set-content ul {
  margin: 0px;
}

.read-cta-btn a.read-btn:hover {
  background-color: transparent !important;
  color: transparent !important;
}

.read-cta-btn a.read-btn {
  border: none;
}

.read-cta-btn {
  text-align: center;
  margin: 10px 0px 0px;
}

.read-cta-btn img {
  width: 180px;
}

.page-wrap {
  padding: 0 0 80px 0;
}

.single-casestudy-image .featured-post {
  height: 260px;
  margin-bottom: 40px;
}

.single-casestudy-image .featured-info h1 {
  font-size: 25px;
  font-family: "Arial", sans-serif !important;
  line-height: 1.1em;
  font-weight: 900;
}

.blog-single.casestudies {
  border-bottom: none;
  margin-bottom: 0px;
}

/****
 * End Case Study
 * ***/

#rev_slider_4_1_wrapper .hermes.tp-bullets {
  margin-top: 14px !important;
}

/******
 * Flip Animation
 * *******/
.homflip h3 {
  color: #ff5100;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-shadow: 2px 2px 3px #a7a7a8;
}

.homflip p {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-align: left !important;
}

.vc-ihe-panel.homflip .pad h4 {
  margin: 0;
  color: #013366 !important;
  padding: 6px 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px !important;
}

.homflip .back1 {
  border-radius: 10px;
}

.homflip2 .pad img {
  border: 10px solid #d63031;
  border-radius: 15px;
}

.homflip2 .pad {
  background-color: #d63031;
}

.vc-ihe-panel.homflip2 .pad h4 {
  color: #fff !important;
}

.homflip2 p {
  font-size: 14px;
}

.homeServiceBox {
  padding: 15px;
  margin: 5px 0 0 5px;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 70%);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  min-height: 23.5rem;
  display: table;
  text-align: center;
}

.single-item-wrapper .item-content-wrapper {
  background: none !important;
}

.single-item-wrapper .author-name,
.single-item-wrapper .author-bio {
  display: none;
}

.homeServiceBox .descriptionText {
  line-height: 21px;
  margin: 5px 0 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
}

.homeServiceBox .title {
  color: #ff5100;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
  display: table-row;
}

.homeServiceBox .description {
  line-height: 21px;
  margin: 0 0 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
  display: table-row;
}

.homeServiceBox .description {
  text-align: center;
  height: 60px;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper::before {
  display: none;
}

.strpVerticle a {
  width: 200px;
  display: inline-flex;
  justify-content: center;
  padding: 5px 0 5px 0;
}

.strpVerticle span.inner-btn-one {
  color: #000000;
  font-weight: 600;
}

.learn-btn-one span.inner-btn-two {
  color: #ff5100;
  text-align: center;
  margin-left: 5px;
  font-weight: 600;
}

.learn-btn-one img {
  width: 25px;
  height: 17px;
  margin-top: 2px;
  margin-left: 10px;
}

.learn-btn-one::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #fff;
}

.learn-btn-one {
  text-align: center;
  background: #eaeaea;
  position: relative;
  border: 1px solid #fff;
  color: #000000;
  display: block;
}

.discover .btn-one {
  border: 1px solid #ff5100;
  background: #fff;
}

.discover span.inner-btn-one {
  color: #000;
  font-weight: 600;
}

.discover .btn-one span.inner-btn-two {
  color: #000;
  font-weight: 600;
}

.discover img {
  width: auto;
  margin-left: 12px;
  margin-top: -3px;
}

.btn-one::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #fff;
}

.btn-one {
  text-align: center;
  background: #440380;
  position: relative;
  border: 1px solid white;
  color: #FFF;
  display: block;
}

#rev_slider_4_1_wrapper .hermes .tp-bullet {
  width: 12px !important;
  height: 12px !important;
}

.single-casestudy .read-cta-btn a.read-btn {
  padding: 10px 30px;
  position: relative;
  border: 3px double #ff5101;
}

/**************************
 * Case study Archive page
 **************************/
.home .blog-posts .wpb_single_image img {
  height: 150px !important;
}

.casestudycls .blog-posts .wpb_single_image img {
  height: 150px !important;
}

.page-template-default .blog-posts .wpb_single_image img {
  height: 150px !important;

}

.page-template-default .vc_gitem_row .vc_gitem-col {
  padding: 0px;
  position: unset;
  margin-bottom: 0px;
}

.casestudycls .vc_gitem_row .vc_gitem-col {
  padding: 0px;
  position: unset;
  margin-bottom: 0px;
}

.blog-posts .vc_gitem-zone {
  overflow: hidden !important;
}

.blog-posts .post-content {
  margin-top: 0px;
  position: relative;
  z-index: 2;
  background-color: #fff !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: auto;
  box-shadow: none !important;
  margin-bottom: 0px;
  min-height: 100px !important;
  padding: 10px;
}

.blog-posts h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: Segoe UI;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-posts .post-content {
  width: 100% !important;
  padding: 10px !important;
}

.vc_btn3-container.vc_btn3-left {
  background-color: transparent !important
}

.blog-posts .norm_row.sfsi_wDiv {
  width: 150px !important;
}

.blog-posts .post-content {
  margin-top: 0px !important;
}

.blog-posts .vc_custom_heading {
  padding-bottom: 0px !important;
}

.blog-posts a.vc_general.vc_btn3,
#casestudy .blog-posts a.vc_general.vc_btn3 {
  color: #7671f2 !important;
}

.blog-posts .wpb_single_image::before {
  display: none;
}

.home .vc_gitem_row .vc_gitem-col {
  background-color: #f00;
  padding: 0px;
  position: unset;
  margin-bottom: 0px;
}

.single-casestudy .read-cta-btn a.read-btn {
  padding: 10px 30px;
  position: relative;
  border: 3px double #ff5101;
}

.single-casestudy .read-cta-btn a.read-btn:hover {
  background-color: #013366 !important;
  color: #fff !important;
  border: 3px double #013366;
}

.blogsearch .blog-posts .wpb_single_image img {
  height: 300px !important;
}

.casestudycls .blog-posts .wpb_single_image img {
  height: 150px !important;
}

.casestudycls .blog-posts .vc_gitem_row.vc_row.vc_gitem-row-position-bottom {
  border: 2px solid #cbd0f4;
}

.home .blog-posts .vc_gitem_row.vc_row.vc_gitem-row-position-bottom {
  border: 2px solid #cbd0f4;
}

.page-template-default .vc_gitem-zone-mini {
  border: 2px solid #cbd0f4;
}

.titsocil {
  width: 370px;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.titsocil .norm_row {
  text-align: center !important;
  width: 100px !important;
}

.titsocil .sfsi_shortcode_container .sfsi_wicons {
  z-index: 11 !important;
}

.titsocil .sfsi_widget {
  min-height: 40px;
}

.titsocil .sfsi_wicons.shuffeldiv {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .thumb-you img {
    width: 100%;
  }

  .thumb-you {
    padding-bottom: 20px;
  }

  .titsocil .sfsi_wicons.shuffeldiv {
    margin-top: 5px !important;
  }

  .container-contact100,
  .mediumPopup .container-contact100 {
    padding: 30px;
  }

  .alert-validate::before {
    font-size: 12px;
  }
}

/***********************
 * New Blog
 * ********************/
.bnew {
  margin-bottom: 20px;
}

.header_sticky .themesflat_header_wrap {
  z-index: 999;
}

.bcontent h2 {
  font-family: "" poppins",sans-serif", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.bcontent .entry-content p {
  font-size: 15px;
  font-family: "" poppins",sans-serif", sans-serif;
  line-height: 22px;
}

.breadmore a {
  border: 2px solid #FE5305;
  border-radius: 20px;
  padding: 5px 10px;
  color: #036;
  font-weight: 500;
}

.evc-predefined-style .bltitle.evc-shortcode h2 {
  font-size: 25px;
  font-family: "" poppins",sans-serif", sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}

.most-read {
  margin-left: 0px;
}

ul.most-read li {
  list-style: none;
  margin-bottom: 15px;
}

.most-read .bcontent h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.bcategories .vc_wp_categories.wpb_content_element ul {
  max-height: 685px !important;
  overflow-y: scroll;
}

.bcategories h2.widgettitle {
  color: #ff5100;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

.bcategories li {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.bcategories li a {
  font-size: 15px;
  font-family: "" poppins",sans-serif", sans-serif;
}

.icon-sc .sfsi_wicons.shuffeldiv {
  padding-top: 0px;
  margin-top: -6px;
}

.icon-sc .sfsi_shortcode_container .sfsi_wicons {
  z-index: 11 !important;
}

.blogsty .inner-banner {
  min-height: 82vh;
}

.blogsty .inner-title {
  background-color: #fff;
  padding: 50px 30px 30px 30px;
  width: 442px;
}

.blogsty .inner-title h1 {
  font-family: "" poppins",sans-serif", sans-serif !important;
  font-size: 40px;
  color: #000;
  text-transform: inherit;
  font-weight: 500;
}

.blogsty .company-brand {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-align: right;
}

.blogsty .breadcrumbs,
.blogsty .breadcrumbs a,
.blogsty .breadcrumbs span {
  color: #000 !important;
  padding-top: 10px;
}

.blogsty .work-logo {
  position: absolute;
  top: -78px;
  right: 0;
  z-index: 222;
}

.big-title {
  color: #013366;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.small-title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: right;
}

.title-half {
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: bold;
}

.title-half::after,
.bcategories h2.widgettitle::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 6px;
  width: 210px;
  border-bottom: 2px solid #cbd0f4;
}

.title-half span {
  color: #ff5100;
}

.casestudycls.blogsty .blog-posts .wpb_single_image img {
  height: 150px !important;
  width: 380px !important;
}

.bfeatured.newimg img {
  height: 250px;
  object-fit: cover;
  object-position: 80% 10%;
}

.searchblog .search-case {
  position: absolute;
  top: -50px;
  right: 0;
  display: none;
}

.search-case select#ofcategory {
  border-color: #d6dce5;
  height: 40px;
}

.blogarchive {
  padding-top: 30px;
}

.rightsearchblog .search-case {
  margin-bottom: 10px;
  display: inherit;
}

.rightsearchblog .search-case .searchandfilter ul {
  margin-left: 0px;
  display: flex;
  justify-content: start;
}

.rightsearchblog .search-case select#ofcategory {
  width: 205px;
  margin-bottom: 10px;
}

.rightsearchblog .search-case .is-form-style {
  width: 240px;
}

.single-post .page-wrap.sidebar-right .widget-area {
  display: block;
  width: auto;
}

.single-post .page-wrap.sidebar-right .content-area {
  padding-right: 2.6%;
}

@media screen and (max-width:600px) {
  .blogsty .inner-title {
    padding: 60px 30px 30px 30px;
    width: 100%;
  }

  .blogsty .inner-banner {
    min-height: 30vh;
  }

  .blogsty .work-logo {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
  }

  .searchblog .search-case {
    position: unset;
    top: -50px;
    right: 0;
  }

  .blogarchive {
    padding-top: 0px;
  }

  .searchblog {
    margin-top: 20px;
  }
}

@media screen and (max-width:926px) {
  .single-post .featured-post img {
    height: 30vh;
  }

  .single-blog .wrap-entry-title {
    top: 10%;
    width: 350px;
    left: 0px;
  }

  .blogsty .inner-banner {
    min-height: 30vh;
  }

  .blogsty .work-logo {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
  }

  .breadmore a {
    font-size: 12px;
  }

  .searchblog .search-case {
    position: unset;
    top: -50px;
    right: 0;
    display: flex;
  }

  .blogarchive {
    padding-top: 0px;
  }

  .searchblog {
    margin-top: 20px;
  }

  .rightsearchblog {
    display: none;
  }
}

.ctacoderpa {
  text-align: center;
}

/***
 * Single BLog
 * *****/
.single-blog .wrap-entry-title {
  position: absolute;
  top: 42%;
  color: #fff;
  left: 30px;
  width: 550px;
  background-color: #FFF;
  margin-left: 30px;
  padding: 25px 25px 25px 25px;
}

.single-blog h2.entry-title {
  color: #A9206B;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 25px;
}

.single-blog .category_link {
  padding: 0px 25px 25px;
}

.category_link a::after {
  content: "|";
  padding-left: 6px;
}

.category_link a:nth-child(1):after {
  content: none;
}

.single-post .container.content-wrapper {
  margin-top: 0px;
}

.single-post .featured-post {
  margin-bottom: 40px;
  height: auto;
}

.single-post .featured-post img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: 20% 50%;
}

.single-post .search-case .is-form-style {
  width: 100%;
}

.single-post .search-case .is-form-style input.is-search-input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-post .breadcrumbs a,
.single-post .breadcrumbs span.breadcrumb_last {
  color: #1b154c !important;
}

.single-post .breadcrumbs span.breadcrumb_last {
  color: #000 !important;
}

.single-post .breadcrumbs span {
  color: #3e3e3e !important;
}

.single-post .page-wrap.sidebar-right .content-area {
  padding-right: 2.6%;
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px;
  border-radius: 5px;
}

.single-post .page-wrap.sidebar-right .widget-area {
  display: block;
  width: auto;
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #e0e0e0;
  padding: 20px;
  border-radius: 5px;
}

.single-blog table {
  font-size: 13px;
  background-color: #eff4f9;
  border-radius: 5px;
}

.single-blog table td {
  padding: 7px;
  text-align: center;
  line-height: 20px;
}

.single-blog .main-post p {
  font-size: 16px;
}

.bnew {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 15px;
}

.most-read .bnew {
  box-shadow: none;
  padding: 0px;
}

ul.most-read {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 15px;
}

.bnew .sfsi_widget {
  min-height: auto !important;
}

.industries-page .page-wrap {
  padding: 0 0 20px 0;
}

.industries-page li {
  padding-bottom: 10px;
}

.rightcins .vc_column-inner {
  width: auto;
  background: #F6F6F6;
  box-shadow: none;
  padding: 20px;
  border-radius: 5px;
}

.rightcins .vc_column-inner li {
  font-size: 16px;
  padding-bottom: 12px;
  line-height: 21px;
}

.rightcins .vc_column-inner p {
  font-weight: 600;
  font-size: 18px !important;
  margin-bottom: 8px !important;
  font-family: "Open Sans", sans-serif;
}

.rightcins .vc_column-inner h4 {
  font-weight: 600;
  font-size: 18px !important;
  margin-bottom: 10px !important;
  font-family: "Open Sans", sans-serif;
}

.rightcins .vc_column-inner h3 {
  padding-top: 28px;
  color: #1B154C;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.rightcins .vc_column-inner ul {
  padding-bottom: 14px;
}

.counter {
  height: auto;
  width: auto;
  padding: 20px 0 0 0px;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
}

.counter .counter-content {
  height: 360px !important;
}

.counter .counter-content {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 18px 13px 11px 12px;
  border-radius: 15px 55px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  height: 420px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.counter .counter-content::before {
  content: "";
  width: 93%;
  height: 96%;
  border-radius: 0 52px;
  border: 3px solid #ED4712;
  border-left-color: rgb(237, 71, 18);
  border-left-style: solid;
  border-left-width: 3px;
  border-left: none;
  position: absolute;
  top: 9px;
  left: 9px;
}

.counter .counter-content p a {
  position: relative;
  z-index: 1;
}

.our-expertise-bpm .counter-content img {
  padding-top: 20px;
}

.serviceBox4::after,
.serviceBox .service-icon4 {
  background: #013366;
  color: #013366;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px #013366;
}


/***********
 * Home page css
 * ***************/
.home .heading-title.left-mg {
  color: #fff;
}

.strpVerticle a {
  width: 200px !important;
  display: inline-flex;
  justify-content: center;
  padding: 5px 0 5px 0;
}

.learn-btn-one img {
  width: 25px;
  height: 17px;
  margin-top: 2px;
  margin-left: 10px;
}

.discover .btn-one {
  background: #fff;
}

.discover span.inner-btn-one {
  color: #000;
  font-weight: 600;
}

.discover .btn-one {
  border: 1px solid white;
  padding: 5px 0 5px 0;
  margin: 0 auto;
  width: 200px !important;
}

.discover .btn-one span.inner-btn-two {
  color: #000;
  font-weight: 600;
}

.discover img {
  width: auto;
  margin-left: 12px;
  margin-top: -3px;
}

.discover .btn-one:hover span.inner-btn-two {
  color: #000;
}

.viewmore {
  text-align: center;
}

.ev-what-we-offer h3 {
  font-size: 30px;
}

.viewmore img {
  width: 180px;
}

.ev-what-we-offer p,
.ev-what-we-offer h3,
.ev-what-we-offer h5 {
  color: #FFF;
  text-align: center;
}

.home .page-wrap {
  padding: 0 0 0px 0;
}

.cta-rpa .hs-cta-img {
  width: 350px;
}

.technology-partners .page-wrap {
  padding: 0 0 0px 0;
}

.aws-partner {
  margin-bottom: 0px;
}

.aws-partners li {
  font-size: 18px;
}

.salesforce .counter .counter-content {
  height: 410px !important;
}

.sap .hs-cta-img {
  width: 350px;
}

.sap {
  text-align: center;
  padding-bottom: 0px;
}

.news-events .blog-posts img.vc_single_image-img {
  width: 386px;
  cursor: auto;
}

.rightpressr {
  border: 2px solid #cbd0f4;
  padding-bottom: 25px;
}

.rightpressr h4 {
  color: #000;
  font-weight: 700;
  font-family: 'Open Sans';
  padding-top: 10px;
  text-align: center;
}

.rightpressr p {
  padding: 15px;
  margin-bottom: 0px !important;
}

.readm {
  text-align: right;
  padding-right: 20px;
}

.readm a {
  color: #7672f2;
}

.ourblog::before {
  content: '';
  border-right: 2px solid #231f20;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 530px;
}

.news-events .page-wrap {
  padding: 0 0 20px 0;
}

.news-events .vc_btn3-icon-right {
  padding-right: 20px !important;
}

.news-events .vc_btn3-icon.fas.fa-arrow-right {
  right: 0px !important;
}

.blog-posts .sfsi_widget.sfsi_shortcode_container {
  position: absolute;
  left: 5px;
  bottom: -5px;
  width: auto !important;
}

.blog-posts .vc_custom_heading.vc_gitem-post-data {
  margin-bottom: 0 !important;
  height: 60px;
  overflow-y: hidden;
}

.single-newsandevents .content-wrapper {
  padding-top: 0px;
}

.single-newsandevents .content-area {
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px !important;
  border-radius: 5px;
}

#secondary.events {
  background-color: #F5F5F5;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px !important;
  border-radius: 5px;
}

.counter-ai {
  padding: 30px;
}

.widget_archive {
  margin-top: 20px;
}

.blog-posts {
  text-align: center;
}

.single-post .bfeatured {
  margin-bottom: 20px;
}

.bfeatured img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

#secondary.events {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px !important;
  border-radius: 5px;
  margin-top: 40px;
}

.single-newsandevents #secondary.events {
  margin-top: 20px;
}

.blogsty .bfeatured img {
  width: 100%;
  height: auto;
}

.insight-btn {
  margin-top: 20px;
}

#secondary.events {
  padding: 10px !important;
}

.rightpressr h4 {
  font-size: 18px;
}

.rightpressr p {
  padding: 5px;
  margin-bottom: 0px !important;
  font-size: 14px;
  line-height: 20px;
}

.rightpressr {
  padding-bottom: 10px;
  border: 2px solid #000;
}

.landing_content h3 {
  color: #ffb701;
  font-size: 23px;
  text-align: left;
  display: block;
  margin: 0px;
}

.landing_content li {
  color: #fff;
}

.form-landing input[type="text"],
.form-landing input[type="email"],
.form-landing input[type="tel"] {
  margin-bottom: 10px;
  width: 100%;
}

.form-landing .hs-fieldtype-text label {
  color: #fff;
}

.form-landing .hs-button.primary.large {
  padding: 0px 0;
}

.landing_page .page-wrap {
  padding: 0 0 0px 0;
}

.java_page .serviceBox {
  color: var(--main-color);
  box-sizing: content-box;
  min-height: 15.5rem;
  text-align: center;
  padding: 10px 15px 20px 20px;
  position: relative;
  z-index: 1;
}

.java_page .serviceBox6::after {
  background: #ff5100;
  color: #ff5100;
}

.java_page .serviceBox .service-icon6 {
  color: #ff5100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px #ff5100;
}

.frontend,
.backend {
  background-color: #e6eaef;
  padding: 30px;
  min-height: 235px;
  border: 2px solid #013366;
  border-radius: 5px;
  margin-bottom: 10px !important;
}

.talk-btn a:hover {
  color: #fff !important;
}

.landing_page article.page.type-page {
  margin-bottom: 0px;
}

.java_page li {
  text-align: left;
}

.java_page p {
  text-align: left;
}

.landing_page .holder960.clearfix p {
  margin-bottom: 0px !important;
}

.landing_page .holder960 {
  padding: 20px 0px;
  background-color: #fdd4c23d;
  border-radius: 5px;
}

.navi-bottom .navigation a,
.navigation.paging-navigation span,
.page-links a,
.page-links>span P {
  padding: 7px 16px !important;
}

.actions {
  text-align: center;
}

.landing_page .logo h3 {
  padding-bottom: 0px !important;
}

.search .navi-bottom .navigation a {
  padding: 9px 16px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.navi-bottom .navigation.paging-navigation a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.landing-page .page-wrap {
  padding: 0 0 20px 0;
}

.landing-page .side_content_box {
  background-color: #a25a5a24;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  min-height: 360px;
}

.landing-page .builtit-style1 h1 {
  margin-top: 30px;
}

.hs-button.primary {
  color: #fff;
  border: 1px solid orange;
  background-color: #FF9B21;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
  width: 130px !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 34%);
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.hs-button.primary:hover {
  border: 1px solid orange;
  background-color: #FF9B21;
}

.pega_world img {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 5px;
}

.pega_world {
  text-align: center;
}

.creditlanding_box .wpb_wrapper {
  background-color: #e7fcff;
  padding: 12px;
  border: 2px solid #ddd;
  min-height: 345px;
}

.creditlanding_box .section-title {
  font-size: 30px;
  color: #1b154c;
  font-weight: bold;
}

.automation_box .wpb_wrapper {
  background-color: #e7fcff;
  padding: 12px;
  border: 2px solid #ddd;
  min-height: 345px;
}

.automation_box .section-title {
  font-size: 30px;
  color: #1b154c;
  font-weight: bold;
}

.digital_box .wpb_wrapper {
  background-color: #e7fcff;
  padding: 12px;
  border: 2px solid #ddd;
  min-height: 195px;
}

.digital_box .section-title {
  font-size: 30px;
  color: #1b154c;
  font-weight: bold;
}

.form-landing h2 {
  color: #fff;
  font-weight: 600;
  font-family: "" poppins",sans-serif", sans-serif;
  font-size: 24px;
}

.form-landing p {
  color: #f0efef;
}

.read-cta-btn .modal-content .div-forms input[type="submit"] {
  padding: 0px 0;
  color: #fff !important;
  line-height: 1;
}

.svg_hyperautomation img.vc_single_image-img {
  width: 400px;
}

.single-press_release .page-wrap {
  padding: 0 0 20px 0;
}

.single-press {
  position: absolute;
  color: #fff;
  left: 20px;
  margin-left: 30px;
  padding: 25px 25px 25px 25px;
  bottom: 18%;
}

.press-release .vc_single_image-img {
  width: 400px !important;
}

#write-us .actions input[type="submit"] {
  padding: 0px;
  line-height: 1;
}

.featured-post1 img {
  width: 100%;
}

/* Topbar */
.themesflat-top .container-inside {
  display: block;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.themesflat-top {
  background-color: #ebebeb !important;
}

.themesflat-top .content-left,
.themesflat-top .content-right {
  display: inline-block;
}

.themesflat-top .content-left,
.themesflat-top .content-right {
  display: flex;
}

.top-bar {
  text-align: right;
}

.left-bar,
.left-bar i {
  color: #7772f2;
  font-weight: 500;
}

.left-bar a {
  padding-left: 6px
}

.left-bar,
.top-bar {
  flex: 1;
}

.top-bar ul li a,
.left-bar {
  font-size: 14px
}

.top-bar ul li {
  display: inline;
  padding-left: 8px;
  color: #b4b4b4;
  position: relative;
}

.top-bar ul li a:hover {
  color: #2c50be;
}

ul.footer-site-maap li::before,
.top-bar li:before {
  content: '|';
  position: absolute;
  right: -6px;
  top: 3px;
}

ul.footer-site-maap li:last-child::before,
.top-bar li:last-child:before {
  content: none;
}

.themesflat-top .content-left ul>li {
  border-left: 0;
}

.themesflat-top .search-form .search-submit {
  width: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
  right: 10px;
}

.themesflat-top .search-form .search-submit i {
  color: #963596;
}

.themesflat-top .search-form label {
  min-width: 0;
}

.themesflat-top .search-form input[type="search"] {
  border: 1px solid #d8d8d8;
  background: transparent;
  border-radius: 0;
}

/**
 Landing page Cloud
**/
.getinTouch-cloud ul li label {
  color: #fff;
}

.getinTouch-cloud .wpcf7-text {
  margin-bottom: 15px;
}

.getinTouch-cloud input.wpcf7-form-control.wpcf7-submit {
  background-color: #ff5100;
  color: #fff;
  border-radius: 0px;
}

.getinTouch-cloud input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fff;
  color: #ff5100;
}

h1.banner_hed {
  color: #fff;
}

/**
 End Landing page Cloud
**/

/* Header */
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper>li.menu-item-has-children>a:after {
  color: #ff7345;
  right: 8px !important;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li.wpmega-menu-flyout .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu>li ul.wp-mega-sub-menu>li a.wp-mega-menu-link {
  color: #000 !important;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li.wpmega-menu-flyout .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu>li ul.wp-mega-sub-menu>li a.wp-mega-menu-link:hover,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li.wpmega-menu-flyout .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu>li ul.wp-mega-sub-menu>li:hover>a.wp-mega-menu-link>span {
  color: #2c50be !important;
}

.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
  padding: 0 !important;
}

.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover>a {
  padding-left: 10px !important;
}

ul.wpmm-mega-wrapper li#wp_nav_menu-item-31162.wpmega-menu-flyout ul,
ul.wpmm-mega-wrapper li#wp_nav_menu-item-159.wpmega-menu-flyout ul,
li#wp_nav_menu-item-30836.wpmega-menu-flyout ul {
  width: 420px !important;
  text-align: left;
}

ul.wpmm-mega-wrapper li#wp_nav_menu-item-31162.wpmega-menu-flyout ul li,
ul.wpmm-mega-wrapper li#wp_nav_menu-item-159.wpmega-menu-flyout ul li,
li#wp_nav_menu-item-30836.wpmega-menu-flyout ul li {
  width: 208px;
  display: inline-block;
  vertical-align: top;
}

.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title,
.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link,
.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link span {
  background: transparent;
  padding: 0;
  position: relative;
  font-size: 15px;
}

li.menu-item-depth-2 a,
li.menu-item-depth-2 a span {
  font-size: 14px !important;
}

.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:after,
.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link:after {
  content: none;
}

#wpmm-wrap-primary.wpmm-orientation-horizontal .wpmm-sub-menu-wrap ul li {
  margin-bottom: 5px;
}

.wp-megamenu-main-wrapper.wpmega-sporty-mm-template.wpmm-onhover ul.wpmm-mega-wrapper>li li:hover>a>span:before {
  width: 100%;
}

.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper>li li>a.wp-mega-menu-link>span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #2c50be;
  -webkit-transition: all ease-in .5s;
  -moz-transition: all ease-in .5s;
  -ms-transition: all ease-in .5s;
  -o-transition: all ease-in .5s;
  transition: all ease-in .5s;
}

.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper>li li>a.wp-mega-menu-link>span {
  position: relative;
}

.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper>li li>a.wp-mega-menu-link>span.wpmm-mega-menu-icon:before {
  content: none;
}

.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link span,
.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.ai-title>a.wp-mega-menu-link span {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.wp-mega-menu-header {
  padding-left: 45px;
}

.wpmm-sub-menu-wrap ul li ul li.ai-title {
  padding-top: 20px;
}

.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link span.wpmm-mega-menu-icon,
.wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.ai-title>a.wp-mega-menu-link span.wpmm-mega-menu-icon {
  position: absolute !important;
  left: -28px;
}

.wpmm-sub-menu-wrap ul li ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #ff7345;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.wpmm-sub-menu-wrap ul li ul li::after {
  content: '';
  position: absolute;
  left: -16px;
  width: 1px;
  height: 30px;
  border-left: 1px solid #959595;
  top: 6px;
}

.wpmm-sub-menu-wrap ul li ul li:last-child::after,
.wpmm-sub-menu-wrap ul li ul li.ai-title::after,
.wpmm-sub-menu-wrap ul li ul li.ai-title::before,
.wpmm-sub-menu-wrap ul li ul li.no-icon::after {
  content: none;
}

li.contact-us a {
  background-color: #ff5100 !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 16px !important;
  padding: 9px 15px !important;
  border-radius: 0px;
  border: 1px solid #ff7345 !important;
}

li.contact-us a span {
  color: #fff !important;
}

li.contact-us a:hover {
  border: 1px solid #ff7345;
}

header li.contact-us a::before {
  content: none !important;
}

header li.contact-us a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid #ff7345;
  border-left: 12px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -11px
}

#wpmm-wrap-primary.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li:hover>a i.wpmm-mega-menu-icon {
  color: #963596 !important;
}

.wp-megamenu-main-wrapper .wpmm-mega-menu-icon {
  font-size: 24px;
  line-height: 24px;
}

.eats-member-card-cards-photoContainer::before,
.eats-member-card-cards-photoContainer::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
  z-index: 99
}

.eats-member-card-cards-photoContainer::before {
  border-top: 2px solid #ff7345;
  border-bottom: 2px solid #ff7345;
  transform: scale3d(0, 1, 1);
}

.eats-member-card-cards-photoContainer::after {
  border-left: 2px solid #ff7345;
  border-right: 2px solid #ff7345;
  transform: scale3d(1, 0, 1);
}

.eats-member-card-cards-photoContainer:hover::before,
.eats-member-card-cards-photoContainer:hover::after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s;
}

.team-cols .eats-grid-item:last-child .eats-member-card-cards-photoContainer::before,
.team-cols .eats-grid-item:last-child .eats-member-card-cards-photoContainer::after {
  content: none;
}

div#usm-admin-notification-widget {
  display: none;
}

.sidebar .widget.widget_search {
  background-color: #6654e8;
  padding: 15px 10px 8px !important;
  margin-bottom: 30px !important;
}

.sidebar .search-form input[type="search"] {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  color: #fff !important;
}

.search-form input[type="search"]::placeholder,
.search-form i.fa.fa-search {
  color: #fff !important;
}

.search-form input[type="search"]:-ms-input-placeholder {
  color: #fff !important;
}

.search-form input[type="search"]::-ms-input-placeholder {
  color: #fff !important;
}

.sidebar .widget_categories,
.sidebar .widget_archive,
.sidebar .news-letter {
  background-color: #f7f7f9;
  padding: 30px 20px !important;
}

.sidebar .news-letter input {
  margin-bottom: 11px !important;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  padding: 0px 10px;
  width: 100%;
}

.sidebar .news-letter input[type="submit"] {
  background-color: #6654E8;
}

.sidebar .news-letter input[type="submit"]:hover {
  background-color: #000;
}

.sidebar .widget {
  margin-bottom: 0;
}

.sidebar .widget_archive,
.sidebar .widget_categories {
  max-height: 380px;
  overflow-y: scroll;
}

.sidebar .widget_archive a,
.sidebar .widget_categories a {
  color: #6654e8 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.sidebar .widget_archive a:hover,
.sidebar .widget_categories a:hover {
  color: #000 !important;
}

.sidebar .widget ul li,
.sidebar .widget ul li ul.children li {
  padding: 5px 5px 10px 15px !important;
  line-height: 20px !important;
  border: 0 !important;
  text-align: left !important;
}

.sidebar h4.widget-title {
  font-size: 24px;
  font-weight: 600;
  padding: 0 15px 10px !important;
  margin-bottom: 0 !important;
}

.sidebar .widget .widget-title:before {
  content: none;
}

.single-post .container.content-wrapper {
  margin-top: 60px;
}

.blog-posts .post-content {
  width: 83% !important;
  display: block !important;
}

.comment-reply-title {
  margin-bottom: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

input#wp-comment-cookies-consent {
  width: auto;
}

.footer-widgets .widget.widget_nav_menu ul li {
  padding: 0px 0px !important;
  line-height: 28px;
}

/* Case study single page */
.casestudies-template-default .container.content-wrapper {
  max-width: 100%;
  padding: 0;
}

.featured-post {
  overflow: hidden;
  height: 350px;
  position: relative;
  border-radius: 0 !important;
}

.featured-post img {
  width: 100%;
  height: 100%;
}

.featured-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;

}

.featured-info h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Saira Semi Condensed', sans-serif !important;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  max-width: 570px;
}

.casestudies-template-default .comments-area {
  display: none;
}

.top-buttons {
  border: 1px solid #97a6df;
}

.top-buttons-wrap,
.content-sets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 0;
}

.content-sets {
  align-items: center;
  padding: 30px 0 0;
}

.top-buttons {
  border: 2px solid #97a6df;
  text-align: center;
  padding: 30px;
}

.top-buttons h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
}

.button1.top-buttons h2 {
  color: #8580f6;
}

.button2.top-buttons h2 {
  color: #ff7345;
}

.button3.top-buttons h2 {
  color: #4062c3;
}

.top-buttons h3 {
  font-weight: 500;
  font-size: 25px;
}

.set-content {
  position: relative;
  border: 1px solid #7772f2;
  padding: 50px 30px 20px;
  font-size: 18px;
  line-height: 28px;
}

.set-content::before {
  content: '';
  position: absolute;
  top: -13px;
  right: 40px;
  background-color: #ff7345;
  width: 180px;
  height: 25px;
  z-index: 2;
}

.set-2 .set-content::before {
  left: 40px;
  right: auto;
}

.set-title {
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #4161c4;
  text-align: right;
  margin: 0 40px 0 30px;
  font-family: Saira Condensed;
}

.set-2.content-sets .set-title {
  text-align: left;
}

.set-title span {
  position: relative;
  display: inline-block;
  max-width: 305px;
}

.set-title span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 10px;
  border-bottom: 8px solid #ff7345;
}

.set-2.content-sets {
  flex-direction: row-reverse;
}

.full-btn a {
  font-size: 24px;
  background-color: #7772f2;
  color: #fff;
  padding: 30px 80px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  font-family: 'Saira Semi Condensed', sans-serif !important;
  font-weight: 600;
}

.full-btn {
  text-align: center;
  margin: 70px 0;
}

h2.full-title {
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
  max-width: 900px;
  margin: auto;
}

.cta-sec {
  max-width: 550px !important;
}

.grad-cta .cta-sec {
  max-width: 500px !important;
}

.cta-section {
  max-width: 650px;
  text-transform: capitalize;
  margin: auto;
  background-color: #ff7345 !important;
  box-sizing: border-box;
  margin-top: 70px;
  padding: 50px;
}

@media screen and (max-width:1160px) and (min-width:768px) {
  .top-buttons {
    min-height: 195px;
  }
}

@media screen and (max-width:767.9px) {

  .top-buttons-wrap,
  .content-sets {
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .set-title,
  .set-2.content-sets .set-title {
    text-align: center;
    margin: 0 40px 60px 30px;
  }

  .top-buttons {
    margin-bottom: 30px;
  }

  .set-title span {
    max-width: initial;
  }
}

.infoTalk {
  color: #fff;
}

.page-wrap {
  padding: 0 0 0px 0 !important;
}

/*Header search  */
.search-form input[type="search"]::placeholder,
.search-form i.fa.fa-search {
  color: #999 !important;
}

ul.meta-left {
  display: none !important;
}

.search-form input.search-submit {
  display: none;
}

.search .item {
  width: 30%;
  margin-top: 20px;
}

.mpplatform .breadcrumbs span {
  color: #1b154c !important;
}

.mpplatform .breadcrumbs a {
  color: #1b154c !important;
}

.mpplatform h1 {
  color: #ff5100;
}

.inner-banner.mpplatform {
  min-height: 200px !important;
}

.partner-logos.newlogo ul {
  text-align: center;
}

.partner-logos.newlogo ul li {
  width: auto;
  height: auto;
}

.mpplatform .inner-title {
  text-align: center;
}

a:hover {
  color: #110dd9 !important;
}

.partner-logos ul {
  text-align: center;
}

.sml-featured .featured-post {
  height: auto;
}

.search .post-wrap {
  margin-top: 40px;
}

.blogsearch .vc_grid-filter-dropdown {
  display: none;
}

.blogsearch input.search-field {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.highlight a {
  color: #ff5100;
  padding-left: 2px;
}

.single-press_release h3.entry-title {
  display: none;
}

.press-contact p {
  font-size: 18px;
  text-align: justify;
}

.single-press_release .sfsi_Sicons.sfsi_Sicons_position_left {
  display: none !important;
}

.single-press_release .comments-area {
  display: none;
}

/* Square Box start */

/* Square Box End */
.gap-logo ul li {
  margin-left: 25px;
}

.imginfogra img {
  width: 90%;
}

.imginfogra-test img {
  width: 85%;
}

.ctacode {
  text-align: center;
  padding-bottom: 50px;
}

li.highlight {
  list-style: none;
  margin-left: -15px;
}

li.highlight .fa {
  padding-right: 5px;
  font-size: 12px;
}

.counter .counter-content {
  height: 360px !important;
}

ul.atfarw li {
  list-style: none;
}

ul.atfarw,
ul.atfarw1 {
  margin-bottom: 10px;
}

.serviceatf img {
  border-radius: 5px;
  border: 1px solid #bababa;
}

.featured-post img {
  width: 100%;
  height: auto;
}

.blog-single .featured-post {
  height: auto;
}

.pricingTable.newSty h2 {
  font-size: 2rem;
  text-transform: initial;
}

.pricingTable.newSty h3 {
  font-size: 1.5rem;
}

.pricingTable .pricingTable-btn a {
  font-size: 1rem;
  padding: 8px 20px;
}

.pricingTable .pricingTable-btn a:hover {
  background: #ff5100;
  border-color: #fff;
  color: #fff !important;
}

.mobile-apps .counter .counter-content {
  height: 220px !important;
}

.expedite-your-business .counter .counter-content {
  height: 280px !important;
}

#rev_slider_4_1_wrapper .hermes .tp-bullet {
  width: 12px !important;
  height: 12px !important;
}

.single-casestudy .read-cta-btn a.read-btn {
  padding: 10px 30px;
  position: relative;
  border: 3px double #ff5101;
}

/**************************
 * Case study Archive page
 **************************/
.home .blog-posts .wpb_single_image img {
  height: 150px !important;
}

.casestudycls .blog-posts .wpb_single_image img {
  height: 150px !important;
}

.page-template-default .blog-posts .wpb_single_image img {
  height: 150px !important;

}

.page-template-default .vc_gitem_row .vc_gitem-col {
  padding: 0px;
  position: unset;
  margin-bottom: 0px;
}

.casestudycls .vc_gitem_row .vc_gitem-col {
  padding: 0px;
  position: unset;
  margin-bottom: 0px;
}

.blog-posts .vc_gitem-zone {
  overflow: hidden !important;
}

.blog-posts .post-content {
  margin-top: 0px;
  position: relative;
  z-index: 2;
  background-color: #fff !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: auto;
  box-shadow: none !important;
  margin-bottom: 0px;
  min-height: 100px !important;
  padding: 10px;
}

.blog-posts h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: Segoe UI;
}

.blog-posts .post-content {
  width: 100% !important;
  padding: 10px !important;
}

.vc_btn3-container.vc_btn3-left {
  background-color: transparent !important
}

.blog-posts .norm_row.sfsi_wDiv {
  width: 150px !important;
}

.blog-posts a.vc_general.vc_btn3 {
  color: #7671f2 !important;
  background-color: transparent !important
}

.blog-posts .post-content {
  margin-top: 0px !important;
}

.blog-posts .vc_custom_heading {
  padding-bottom: 0px !important;
}

.blog-posts a.vc_general.vc_btn3 {
  color: #7671f2 !important;
}

.blog-posts .wpb_single_image::before {
  display: none;
}

.home .vc_gitem_row .vc_gitem-col {
  background-color: #f00;
  padding: 0px;
  position: unset;
  margin-bottom: 0px;
}

.single-casestudy .read-cta-btn a.read-btn {
  padding: 10px 30px;
  position: relative;
  border: 3px double #ff5101;
}

.single-casestudy .read-cta-btn a.read-btn:hover {
  background-color: #013366 !important;
  color: #fff !important;
  border: 3px double #013366;
}

.blogsearch .blog-posts .wpb_single_image img {
  height: 300px !important;
}

.casestudycls .blog-posts .wpb_single_image img {
  height: 150px !important;
}

.casestudycls .blog-posts .vc_gitem_row.vc_row.vc_gitem-row-position-bottom {
  border: 2px solid #cbd0f4;
}

.home .blog-posts .vc_gitem_row.vc_row.vc_gitem-row-position-bottom {
  border: 2px solid #cbd0f4;
}

.page-template-default .vc_gitem-zone-mini {
  border: 2px solid #cbd0f4;
}

.titsocil {
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.titsocil .norm_row {
  text-align: center !important;
  width: 100px !important;
}

.titsocil .sfsi_shortcode_container .sfsi_wicons {
  z-index: 11 !important;
}

.titsocil .sfsi_widget {
  min-height: 40px;
}

.titsocil .sfsi_wicons.shuffeldiv {
  margin-bottom: 0px !important;
}

/***********************
 * New Blog
 * ********************/
.bnew {
  margin-bottom: 20px;
}

.header_sticky .themesflat_header_wrap {
  z-index: 999;
}

.bcontent h2 {
  font-family: "" poppins",sans-serif", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.bcontent .entry-content p {
  font-size: 15px;
  font-family: "" poppins",sans-serif", sans-serif;
  line-height: 22px;
}

.breadmore a {
  border: 2px solid #FE5305;
  border-radius: 20px;
  padding: 5px 10px;
  color: #036;
  font-weight: 500;
}

.evc-predefined-style .bltitle.evc-shortcode h2 {
  font-size: 25px;
  font-family: "" poppins",sans-serif", sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}

.most-read {
  margin-left: 0px;
}

ul.most-read li {
  list-style: none;
  margin-bottom: 15px;
}

.most-read .bcontent h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.bcategories .vc_wp_categories.wpb_content_element ul {
  max-height: 685px !important;
  overflow-y: scroll;
}

.bcategories h2.widgettitle {
  color: #ff5100;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

.bcategories li {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.bcategories li a {
  font-size: 15px;
  font-family: "" poppins",sans-serif", sans-serif;
}

.icon-sc .sfsi_wicons.shuffeldiv {
  padding-top: 0px;
  margin-top: -6px;
}

.icon-sc .sfsi_shortcode_container .sfsi_wicons {
  z-index: 11 !important;
}

.blogsty .inner-banner {
  min-height: 82vh;
}

.blogsty .inner-title {
  background-color: #fff;
  padding: 50px 30px 30px 30px;
  width: 442px;
}

.blogsty .inner-title h1 {
  font-family: "" poppins",sans-serif", sans-serif !important;
  font-size: 40px;
  color: #000;
  text-transform: inherit;
  font-weight: 500;
}

.blogsty .company-brand {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-align: right;
}

.blogsty .breadcrumbs,
.blogsty .breadcrumbs a,
.blogsty .breadcrumbs span {
  color: #000 !important;
  padding-top: 10px;
}

.blogsty .work-logo {
  position: absolute;
  top: -78px;
  right: 0;
  z-index: 222;
}

.big-title {
  color: #013366;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.small-title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: right;
}

.title-half {
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: bold;
}

.title-half::after,
.bcategories h2.widgettitle::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 6px;
  width: 210px;
  border-bottom: 2px solid #cbd0f4;
}

.title-half span {
  color: #ff5100;
}

.casestudycls.blogsty .blog-posts .wpb_single_image img {
  height: 150px !important;
  width: 380px !important;
}

.bfeatured.newimg img {
  height: 250px;
  object-fit: cover;
  object-position: 80% 10%;
}

.searchblog .search-case {
  position: absolute;
  top: -50px;
  right: 0;
  display: none;
}

.search-case select#ofcategory {
  border-color: #d6dce5;
  height: 40px;
}

.blogarchive {
  padding-top: 30px;
}

.rightsearchblog .search-case {
  margin-bottom: 10px;
  display: inherit;
}

.rightsearchblog .search-case .searchandfilter ul {
  margin-left: 0px;
  display: flex;
  justify-content: start;
}

.rightsearchblog .search-case select#ofcategory {
  width: 205px;
  margin-bottom: 10px;
}

.rightsearchblog .search-case .is-form-style {
  width: 240px;
}

.single-post .page-wrap.sidebar-right .widget-area {
  display: block;
  width: auto;
}

.single-post .page-wrap.sidebar-right .content-area {
  padding-right: 2.6%;
}

.ctacoderpa {
  text-align: center;
}

/***
 * Single BLog
 * *****/
.single-blog .wrap-entry-title {
  position: absolute;
  top: 42%;
  color: #fff;
  left: 30px;
  width: 550px;
  background-color: #FFF;
  margin-left: 30px;
  padding: 25px 25px 25px 25px;
}

.single-blog h2.entry-title {
  color: #A9206B;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 25px;
}

.single-blog .category_link {
  padding: 0px 25px 25px;
}

.category_link a::after {
  content: "|";
  padding-left: 6px;
}

.category_link a:nth-child(1):after {
  content: none;
}

.single-post .container.content-wrapper {
  margin-top: 0px;
}

.single-post .featured-post {
  margin-bottom: 40px;
  height: auto;
}

.single-post .featured-post img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: 20% 50%;
}

.single-post .search-case .is-form-style {
  width: 100%;
}

.single-post .search-case .is-form-style input.is-search-input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-post .breadcrumbs a,
.single-post .breadcrumbs span.breadcrumb_last {
  color: #1b154c !important;
}

.single-post .breadcrumbs span.breadcrumb_last {
  color: #000 !important;
}

.single-post .breadcrumbs span {
  color: #3e3e3e !important;
}

.single-post .page-wrap.sidebar-right .content-area {
  padding-right: 2.6%;
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px;
  border-radius: 5px;
}

.single-post .page-wrap.sidebar-right .widget-area {
  display: block;
  width: auto;
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #e0e0e0;
  padding: 20px;
  border-radius: 5px;
}

.single-blog table {
  font-size: 13px;
  background-color: #eff4f9;
  border-radius: 5px;
}

.single-blog table td {
  padding: 7px;
  text-align: center;
  line-height: 20px;
}

.single-blog .main-post p {
  font-size: 16px;
}

.bnew {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 15px;
}

.most-read .bnew {
  box-shadow: none;
  padding: 0px;
}

ul.most-read {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 15px;
}

.bnew .sfsi_widget {
  min-height: auto !important;
}

@media screen and (min-width:927px) {
  .single-post .container.content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width:668px) {
  .searchblog .search-case {
    display: block;
    width: 250px;
  }
}

@media screen and (max-width:767px) {
  .title-half {
    margin-top: 20px;
  }
}

.industries-page .page-wrap {
  padding: 0 0 20px 0;
}

.industries-page li {
  padding-bottom: 10px;
}

.counter {
  height: auto;
  width: auto;
  padding: 20px 0 0 0px;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
}

.counter .counter-content {
  height: 360px !important;
}

.counter .counter-content {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 18px 13px 11px 12px;
  border-radius: 15px 55px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  height: 420px;
  align-items: center;
  justify-content: center;
}

.counter .counter-content::before {
  content: "";
  width: 93%;
  height: 96%;
  border-radius: 0 52px;
  border: 3px solid #ED4712;
  border-left-color: rgb(237, 71, 18);
  border-left-style: solid;
  border-left-width: 3px;
  border-left: none;
  position: absolute;
  top: 9px;
  left: 9px;
}

.counter .counter-content p a {
  position: relative;
  z-index: 1;
}

.our-expertise-bpm .counter-content img {
  padding-top: 20px;
}

.serviceBox4::after,
.serviceBox .service-icon4 {
  background: #013366;
  color: #013366;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px #013366;
}


/***********
 * Home page css
 * ***************/
.home .heading-title.left-mg {
  color: #fff;
}

.strpVerticle a {
  width: 200px !important;
  display: inline-flex;
  justify-content: center;
  padding: 5px 0 5px 0;
}

.learn-btn-one img {
  width: 25px;
  height: 17px;
  margin-top: 2px;
  margin-left: 10px;
}

.discover .btn-one {
  background: #fff;
}

.discover span.inner-btn-one {
  color: #000;
  font-weight: 600;
}

.discover .btn-one {
  border: 1px solid white;
}

.discover .btn-one span.inner-btn-two {
  color: #000;
  font-weight: 600;
}

.discover img {
  width: auto;
  margin-left: 12px;
  margin-top: -3px;
}

.discover .btn-one:hover span.inner-btn-two {
  color: #000;
}

.viewmore {
  text-align: center;
}

.ev-what-we-offer h3 {
  font-size: 30px;
}

.viewmore img {
  width: 180px;
}

.ev-what-we-offer p,
.ev-what-we-offer h3,
.ev-what-we-offer h5 {
  color: #FFF;
  text-align: center;
}

.home .page-wrap {
  padding: 0 0 0px 0;
}

.cta-rpa .hs-cta-img {
  width: 350px;
}

.technology-partners .page-wrap {
  padding: 0 0 20px 0;
}

.aws-partner {
  margin-bottom: 0px;
}

.aws-partners li {
  font-size: 18px;
}

.salesforce .counter .counter-content {
  height: 410px !important;
}

.sap .hs-cta-img {
  width: 350px;
}

.sap {
  text-align: center;
  padding-bottom: 0px;
}

.news-events .blog-posts img.vc_single_image-img {
  width: 386px;
}

.rightpressr {
  border: 2px solid #cbd0f4;
  padding-bottom: 25px;
}

.rightpressr h4 {
  color: #000;
  font-weight: 700;
  font-family: 'Open Sans';
  padding-top: 10px;
  text-align: center;
}

.rightpressr p {
  padding: 15px;
  margin-bottom: 0px !important;
}

.readm {
  text-align: right;
  padding-right: 20px;
}

.readm a {
  color: #7672f2;
}

.ourblog::before {
  content: '';
  border-right: 2px solid #231f20;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 530px;
}

.news-events .page-wrap {
  padding: 0 0 20px 0;
}

.news-events .vc_btn3-icon-right {
  padding-right: 20px !important;
}

.news-events .vc_btn3-icon.fas.fa-arrow-right {
  right: 0px !important;
}

.blog-posts .sfsi_widget.sfsi_shortcode_container {
  position: absolute;
  left: 5px;
  bottom: -5px;
  width: auto !important;
}

.blog-posts .vc_custom_heading.vc_gitem-post-data {
  margin-bottom: 0 !important;
  height: 60px;
  overflow-y: hidden;
}

.single-newsandevents .content-wrapper {
  padding-top: 0px;
}

.single-newsandevents .content-area {
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px !important;
  border-radius: 5px;
  margin-top: 20px;
}

#secondary.events {
  background-color: #F5F5F5;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px !important;
  border-radius: 5px;
}

.counter-ai {
  padding: 30px;
}

.widget_archive {
  margin-top: 20px;
}

.blog-posts {
  text-align: center;
}

.single-post .bfeatured {
  margin-bottom: 20px;
}

.bfeatured img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

#secondary.events {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px !important;
  border-radius: 5px;
  margin-top: 40px;
}

.single-newsandevents #secondary.events {
  margin-top: 20px;
}

.blogsty .bfeatured img {
  width: 100%;
  height: auto;
}

.insight-btn {
  margin-top: 20px;
}

#secondary.events {
  padding: 10px !important;
}

.rightpressr h4 {
  font-size: 18px;
}

.rightpressr p {
  padding: 5px;
  margin-bottom: 0px !important;
  font-size: 13px;
  line-height: 20px;
}

.rightpressr {
  padding-bottom: 10px;
  border: 2px solid #000;
}

.landing_content h3 {
  color: #ffb701;
  font-size: 23px;
  text-align: left;
  display: block;
  margin: 0px;
}

.landing_content li {
  color: #fff;
}

.form-landing input[type="text"],
.form-landing input[type="email"],
.form-landing input[type="tel"] {
  margin-bottom: 10px;
  width: 100%;
}

.form-landing .hs-fieldtype-text label {
  color: #fff;
}

.form-landing .hs-button.primary.large {
  padding: 0px 0;
}

.landing_page .page-wrap {
  padding: 0 0 20px 0;
}

.java_page .serviceBox {
  color: var(--main-color);
  box-sizing: content-box;
  min-height: 15.5rem;
  text-align: center;
  padding: 10px 15px 20px 20px;
  position: relative;
  z-index: 1;
}

.java_page .serviceBox6::after {
  background: #ff5100;
  color: #ff5100;
}

.java_page .serviceBox .service-icon6 {
  color: #ff5100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px #ff5100;
}

.frontend,
.backend {
  background-color: #e6eaef;
  padding: 30px;
  min-height: 235px;
  border: 2px solid #013366;
  border-radius: 5px;
  margin-bottom: 10px !important;
}

.talk-btn a:hover {
  color: #fff !important;
}

.landing_page article.page.type-page {
  margin-bottom: 0px;
}

.java_page li {
  text-align: left;
}

.java_page p {
  text-align: left;
}

.landing_page .holder960.clearfix p {
  margin-bottom: 0px !important;
}

.landing_page .holder960 {
  padding: 20px 0px;
  background-color: #fdd4c23d;
  border-radius: 5px;
}

.navi-bottom .navigation a,
.navigation.paging-navigation span,
.page-links a,
.page-links>span P {
  padding: 7px 16px !important;
}

.actions {
  text-align: center;
}

.landing_page .logo h3 {
  padding-bottom: 0px !important;
}

.search .navi-bottom .navigation a {
  padding: 9px 16px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.navi-bottom .navigation.paging-navigation a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.landing-page .page-wrap {
  padding: 0 0 20px 0;
}

.landing-page .side_content_box {
  background-color: #a25a5a24;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  min-height: 360px;
}

.landing-page .builtit-style1 h1 {
  margin-top: 30px;
}

.hs-button.primary {
  color: #fff;
  border: 1px solid orange;
  background-color: #FF9B21;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
  width: 130px !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 34%);
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.hs-button.primary:hover {
  border: 1px solid orange;
  background-color: #FF9B21;
}

.pega_world img {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 5px;

}

.pega_world {
  text-align: center;
}

.creditlanding_box .wpb_wrapper {
  background-color: #e7fcff;
  padding: 12px;
  border: 2px solid #ddd;
  min-height: 345px;
}

.creditlanding_box .section-title {
  font-size: 30px;
  color: #1b154c;
  font-weight: bold;
}

.automation_box .wpb_wrapper {
  background-color: #e7fcff;
  padding: 12px;
  border: 2px solid #ddd;
  min-height: 345px;
}

.automation_box .section-title {
  font-size: 30px;
  color: #1b154c;
  font-weight: bold;
}

.digital_box .wpb_wrapper {
  background-color: #e7fcff;
  padding: 12px;
  border: 2px solid #ddd;
  min-height: 195px;
}

.digital_box .section-title {
  font-size: 30px;
  color: #1b154c;
  font-weight: bold;
}

.form-landing h2 {
  color: #fff;
  font-weight: 600;
  font-family: "" poppins",sans-serif", sans-serif;
  font-size: 24px;
}

.form-landing p {
  color: #f0efef;
}

.read-cta-btn .modal-content .div-forms input[type="submit"] {
  padding: 0px 0;
}

.svg_hyperautomation img.vc_single_image-img {
  width: 400px;
}

.single-press_release .page-wrap {
  padding: 0 0 20px 0;
}

.single-press {
  position: absolute;
  color: #fff;
  left: 20px;
  margin-left: 30px;
  padding: 25px 25px 25px 25px;
  bottom: 18%;
}

.press-release .vc_single_image-img {
  width: 400px !important;
}

.featured-post1 img {
  width: 100%;
}

.contact-us-details h2.country {
  font-weight: 500;
  text-transform: uppercase;
}

.rpa_page li,
.rpa_page p {
  text-align: justify;
  font-size: 16px;
}

.rpa_page h3 {
  font-weight: 500;
  font-size: 25px;
}

.sf_fb.sf_icon .fb-like {
  display: none;
}

.careers .page-wrap {
  padding: 0 0 20px 0;
}

.statutory-pages .page-wrap {
  padding: 0 0 20px 0;
}

.statutory-pages article.page.type-page {
  margin-bottom: 0px;
}

.box-display hr {
  background-color: #8e8e8e;
}

.aboutus .page-wrap {
  padding: 0 0 20px 0;
}

.aboutus article.page.type-page {
  margin-bottom: 0px;
}

.sp-button:last-child {
  margin-bottom: 4px;
}

.contactus .page-wrap {
  padding: 0 0 20px 0;
}

.blogsty .page-wrap {
  padding: 0 0 20px 0;
}

.videos .page-wrap,
.press-release .page-wrap,
.aboutus_tech .page-wrap {
  padding: 0 0 20px 0;
}

.aboutus_tech article.page.type-page {
  margin-bottom: 0px;
}

.insights.page-template-default .blog-posts .wpb_single_image img {
  height: 150px !important;
  width: 336px;
}

.insighsp .page-wrap {
  padding: 0 0 20px 0;
}

.single-newsandevents .page-wrap {
  padding: 0 0 20px 0;
}

.topCurve a.read-more:hover {
  color: #ffffff !important;
}

.career_white a:hover {
  color: #fff !important;
}

.strpVerticle_coes a {
  width: 230px !important;
  display: inline-flex;
  justify-content: center;
  padding: 5px 0 5px 0;
}

.strpVerticle_coes {
  text-align: center;
}

.strpVerticle_coes a:hover {
  color: #000 !important;
}

.service-row .evoke_digitization .vc_column-inner {
  box-shadow: 6px 6px 9px -5px #989595;
  background-image: linear-gradient(to right top, #8a6bd1, #8264c6, #7a5cbc, #7255b1, #6a4ea7, #674aa9, #6546aa, #6242ac, #643fbb, #653bc9, #6737d8, #6831e7);
}

.service-row .evoke_appdev .vc_column-inner {
  box-shadow: 6px 6px 9px -5px #989595;
  background-image: linear-gradient(to right top, #e8675a, #e96c5f, #e97064, #ea7569, #ea796e, #ec7e6d, #ed836c, #ee886c, #ef9066, #ee9861, #eca15d, #e8aa5a);
}

.service-row .evoke_quality .vc_column-inner {
  box-shadow: 6px 6px 9px -5px #989595;
  background-image: linear-gradient(to right top, #007ea6, #0783ab, #0e89b1, #148eb6, #1994bb, #2099bc, #289ebd, #31a3bd, #41a8b9, #51adb5, #61b1b2, #70b5af);
}

.service-row .evoke_cloud .vc_column-inner {
  box-shadow: 6px 6px 9px -5px #989595;
  background-image: linear-gradient(to right top, #8b2f90, #923397, #99379e, #a03ba6, #a73fad, #9d4db8, #9159c1, #8563c9, #6371cc, #447cc7, #3383bd, #3987af);
}

.service-row .evoke_cloud p,
.service-row .evoke_quality p,
.service-row .evoke_appdev p,
.service-row .evoke_digitization p {
  text-align: center !important;
  line-height: 22px;
  font-size: 15px;
}

.service-row .evoke_cloud p span,
.service-row .evoke_quality p span,
.service-row .evoke_appdev p span,
.service-row .evoke_digitization p span {
  color: #fff !important;
}

.icon-sc div.simplesocialbuttons {
  height: auto;
  margin: -5px auto 5px -5px;
}

.icon-sc .simplesocialbuttons.simplesocial-round-icon button::after {
  width: 15px;
  height: 15px;
  line-height: 24px;
}

.icon-sc .simplesocialbuttons button::after {
  left: 5px;
  font-size: 12px;
}

.icon-sc .simplesocialbuttons.simplesocial-round-icon button {
  height: 28px;
  padding-left: 25px;
  margin: 2px;
}

.insighsp .icon-sc div.simplesocialbuttons {
  height: auto;
  margin: -5px auto 5px -5px;
  float: left;
}

.insighsp .ev-button-style {
  padding-top: 5px !important;
}

.ev_share {
  padding-bottom: 18px;
  font-weight: 500;
}

.main-single .icon-sc div.simplesocialbuttons {
  margin-bottom: 15px;
}

.single-post article {
  margin-bottom: 10px;
}

.download-brochure .thumb img {
  border: 2px solid #7672F2B2;
}

.download-brochure {
  text-align: center;
}

.download-heading h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.download-brochure h2 {
  font-size: 18px;
  font-weight: 600;
}

.download-brochure .btext {
  padding: 10px 0;
}

.section-brochure h3.vc_custom_heading {
  font-size: 35px;
  font-weight: 600;
}

.single-casestudies .vc_col-sm-6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.leadinModal-content {
  display: none !important;
}

.resource_hub .page-wrap {
  padding: 0 0 20px 0;
}

.page-wrap.sidebar-left .content-area,
.page-child .vc_column_container.vc_col-sm-9 {
  width: 75%;
  padding-right: 0;
}

@media screen and (max-width: 768px) {

  .page-wrap.sidebar-left .content-area,
  .content-area,
  .page-child .vc_column_container.vc_col-sm-9 {
    width: 100%;
    padding-right: 0;
  }
}

.secondary .wpb_raw_code {
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 10px;
  border-radius: 5px;
}

.dbutton a {
  color: #0088cf;
}

.footer_background.footer_s1.background-size.auto {
  background-color: #220021 !important;
}

.footer {
  background-color: #72116F !important;
}

.grad-cta {
  background: linear-gradient(0deg, #72116f 27%, transparent 20%) !important;
}

p.viewmore a.btn-one {
  padding: 5px 0 5px 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #ff5100;
}

p.viewmore .btn-one::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ff5100;
}

p.viewmore {
  width: 150px;
  margin: 0 auto;
}

.contactus p.viewmore {
  width: 150px;
  margin: inherit;
}

p.viewmore a.btn-one:hover {
  color: #44182d !important;
}

p.viewmore {
  margin-top: 20px;
}

.ev_viewmore button.mega-uae-btn {
  padding: 4px 0 5px 0 !important;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #ff5100 !important;
  width: 150px;
  font-size: 15px;
}

.ev_viewmore .mega-uae-btn>span:nth-child(1) {
  vertical-align: middle;
  padding: 7px 25px;
  line-height: 8px;
  border: 1px solid #ff5100;
  font-size: 15px;
}

.pricingTable.newSty {
  border: 2px solid #007ea6 !important;
  text-align: center;
}

.pricingTable.newSty h2 {
  font-size: 30px !important;
  padding-bottom: 15px;
}

.pricingTable.newSty h3 {
  font-size: 23px !important;
}

.pricingTable .pricingTable-btn a {
  padding: 5px 30px !important;
}

.pricingTable.newSty {
  background-color: #fff !important
}

.cta-sec {
  max-width: 500px !important;
  text-transform: capitalize;
  margin: auto;
}

@media screen and (min-width: 740px) {
  .hide_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  .hide_desktop {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  #mainnav-mobi {
    height: 100vh !important;
    background-image: url(/wp-content/uploads/2023/06/mobile-bg-menu.jpg);
    background-size: cover;
  }

  #mainnav-mobi ul.sub-menu>li>a {
    font-weight: 400;
    height: 40px;
    line-height: 40px;
  }

  #mainnav-mobi .menu {
    overflow-y: auto;
    max-height: 100vh !important;
    background-color: transparent;
  }

  #mainnav-mobi ul>li>a {
    color: #000000;
    font-weight: 700;
  }

  #mainnav-mobi ul li.hide_desktop a {
    font-weight: 400;
    color: #686868;
    line-height: 30px;
  }

  #mainnav-mobi ul li.hide_desktop {
    border: none;
  }

  #mainnav-mobi ul li {
    background-color: transparent !important;
    border: none !important;
  }

  .social_icons {
    float: left;
    width: 22px;
  }

  #mainnav-mobi ul.sub-menu {
    background-color: transparent;
  }

  .social_icons i.fa {
    font-size: 25px;
    margin-top: 15px;
  }

  #mainnav-mobi ul li.social_icons {
    margin-right: 6px;
  }
}

.casestudycls .page-wrap {
  padding: 0 0 20px 0;
}

/*********************
 * Custom Casestudy CSS
 * **********************/
.casestudy-grid .vc_gitem-zone-mini {
  border: 2px solid #cbd0f4;
  margin-bottom: 15px;
}

.casestudy-grid .vc_gitem-zone-mini h2 a {
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: Segoe UI;
  line-height: 1.3;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.casestudy-grid .vc_gitem-zone-mini h2 {
  line-height: 1.3;
  height: 50px;
}

.casestudy-grid .bcontent {
  padding: 10px;
}

.casestudy-grid .bfeatured img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}

.casestudy-grid .breadmore a {
  border: none;
  color: #7671f2 !important;
}

.cases_pagination {
  margin: 0 auto;
  margin-bottom: 0px;
}

.cases_pagination .page-numbers.current {
  background-color: #6654e8 !important;
  font-size: 18px;
  padding: 3px 10px;
  color: #fff;
}

.cases_pagination .page-numbers {
  background-color: #b1a8f3;
  font-size: 18px;
  padding: 3px 10px;
  color: #fff;
}

.cases_pagination .page-numbers:hover {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .insighsp .casestudy_template {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.casestudy-grid .breadmore {
  text-align: right;
}

.bottom .container-inside {
  padding: 10px 0 !important;
}

.ftcls {
  text-align: right;
}

.copleft {
  text-align: left;
}

.grad-cta {
  margin-bottom: -52px !important;
}

.carcls .vc_btn3 {
  color: #fff !important;
  border-color: #fff !important;
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #555;
  background-color: #fff;
  color: #110dd9 !important;
}

.yrc-shell li {
  margin: 0 auto !important;
  width: 200px;
}

.aboutus_tech .page-wrap {
  padding: 0 0 0px 0 !important;
}

.cta-sec .popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #f05423;
  opacity: 1;
}

.hbspt-form .hs-submit .actions {
  margin-top: 0px !important;
  margin-bottom: 18px !important;
  padding: 0px 0px !important;
  text-align: center !important;
}

input[type="submit"] {
  border: 4px double #fff !important;
  text-transform: uppercase;
  text-align: center;
  background-color: #f05423 !important;
}

.cta-sec .popup input[type="submit"]:hover {
  background: #f05423;
  border: 4px double #ccc !important;
}

.cta-sec .popup input {
  border: 1px solid #f05423 !important;
  border-radius: 0 !important;
  width: 100%;
  margin-bottom: 0px !important;
}

.read-cta-btn .modal-content .div-forms input {
  border: 1px solid #222;
}

.main-timeline .purcls .title {
  color: #72116f;
}

.main-timeline .purcls .timeline-content:before,
.main-timeline .purcls .timeline-content:after {
  content: '';
  background-color: #72116f;
}

.main-timeline .purcls .timeline-content {
  border-left: 2px solid #72116f;
  text-align: left;
}

.builtit-tab-style1 .builtit-tab-list li a {
  border-bottom: 2px solid #fd9678;
  padding: 5px 10px;
}

.builtit-tab-style1 .builtit-tab-list li a.active {
  color: #fd9678;
  background-color: #ff5100;
  color: #fff !important;
  border-bottom: 2px solid #ff5100;
}

.builtit-tab-style1 .builtit-tab-list li a.active:hover {
  color: #fff !important;
}

.builtit-tab-style1 .builtit-tab-list li a:hover {
  color: #ff5100 !important;
}

.builtit-tab-style1 .builtit-tab-list li a avtive:hover {
  color: #ff5100 !important;
}

.builtit-tab-style1 .builtit-tab-list li a.active:after {
  display: none;
}

.footer-widgets .widget.widget_text .textwidget p {
  line-height: 26px;
  font-size: 15px !important;
}

#yrc-shell-0 .yrc-item {
  margin: 2px !important;
}

.language_top {
  position: relative;
  display: inline-block;
}

.language_top-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.language_top-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.language_top-content a:hover {
  background-color: #ddd;
  color: #ff5100;
}

.language_top:hover .language_top-content {
  display: block;
  text-align: left;
}

.language_top:hover .dropbtn {
  background-color: transparent;
}

.language_top:after {
  content: '\f107';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-42%);
  -ms-transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
}

.language_top-content a span {
  padding-left: 0.2rem;
  font-weight: 300;
}

.dropbtn span {
  padding-left: 0.2rem;
  font-weight: 300;
}

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 0px;
  font-size: 15px;
  border: none;
  padding-right: 5px;
  padding-left: 2px;
}

.dropbtn a {
  color: #fff;
}

.linetop {
  margin-left: -12px;
}

.language_top .dropbtn a:hover {
  color: #ff5100 !important;
}

.single-press_release .simplesocialbuttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.single-press_release article {
  margin-bottom: 0px;
}

.icon-sc.sclicon {
  margin-top: 25px;
}

.single-press_release .page-wrap.sidebar-right .content-area {
  margin-bottom: 0px;
}

.btnpdf img {
  width: 200px;
}

.btnpdf p {
  text-align: center;
}

.contactp a {
  word-wrap: anywhere;
}

.single-post .page-wrap.sidebar-right .content-area li {
  word-wrap: break-word;
}

.serviceBoxpt {
  color: var(--main-color);
  box-sizing: content-box;
  min-height: 15rem;
  text-align: center;
  padding: 10px 15px 20px 20px;
  position: relative;
  z-index: 1;
}

.serviceBoxpt .description {
  color: #191919;
}


.serviceBoxpt :after {
  width: 50%;
  height: 50%;
  border-radius: 0 0 20px 0;
  box-shadow: none;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.serviceBoxpt h3.title {
  color: #72116f;
}

.vblog-posts .post-content {
  width: 100% !important;
  padding: 10px 10px 10px !important;
}

.vblog-posts h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: Segoe UI;
}

.contactp span.stgcls strong {
  font-size: 13px;
}

.stgcls h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: 'Open Sans';
}

.teamexp a {
  font-size: 13px;
  font-weight: 600;
  color: #ff5100;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid;
}

.teamexp {
  margin-top: 10px;
}

.subheader.sticky {
  position: fixed !important;
  top: 128px;
  padding: 0px;
  padding-right: 0px;
  padding-left: 0px;
  z-index: 99;
  border: none;
  left: 15px !important;
}

.eats-popup-item-infoContainer .eats-member-card-info-component>* {
  color: #111 !important;
  white-space: inherit;
}

.col-grid {
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(156, 156, 156, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(156, 156, 156, 1);
  box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 1);
}

.col-left {
  width: 50%;
}

.col-right {
  width: 50%;
  padding: 20px;
}

.conthr hr {
  margin-bottom: 5px;
  margin-top: 5px;
}

.coninfo {
  padding: 8px;
}

.contgrid {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(156, 156, 156, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(156, 156, 156, 1);
  box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 1);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.contact-details {
  margin-bottom: 6px !important;
  font-size: 14px;
  line-height: 22px;
}

.continfo p {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.addboxhr hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  background-color: #dadada;
}

#acc-style h3.vc_tta-panel-title span {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 8px 20px !important;
}

.contactus .hbspt-form .hs-submit .actions {
  margin-bottom: 12px !important;
}

.contactus #write-us .input textarea {
  margin-bottom: 0px;
}

#write-us .input input[type="text"],
#write-us .input input[type="password"],
#write-us .input input[type="email"],
#write-us .input input[type="tel"],
#write-us .input textarea {
  margin-bottom: 10px;
  width: 100%;
  border-color: #d9d8d8;
  font-size: 14px;
}

.vcnt {
  border-right: 1px dotted #000;
}

.contvbor {
  width: 20px;
}

.conipm {
  background-color: #fff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.con_dir {
  padding-top: 10px;
}

.contactus .vc_tta-panel-body p {
  margin-bottom: 5px !important;
}

.contactus .vc_tta.vc_general .vc_tta-panel-body {
  padding: 6px 12px !important;
}

h2.vc_custom_heading.country {
  font-weight: 500;
}

.home_disco {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  font-size: 18px;
}

.eventbor {
  width: 40px;
}

.news-events .heading-title {
  padding-bottom: 10px;
}

.events-grid {
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px;
  border-radius: 5px;
}

.serviceBoxpt.serviceBox1pr {
  color: var(--main-color);
  box-sizing: content-box;
  min-height: 15rem;
  text-align: center;
  padding: 10px 15px 20px 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to left bottom, #eee, #fff, #fff);
  border-radius: 15px;
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.BambooHR-ATS-board h2 {
  font-size: 1.866rem;
  line-height: 2.4rem;
  color: #f16f28;
  font-weight: bold;
}

.BambooHR-ATS-Department-Header {
  color: #ae4f00;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

ul.BambooHR-ATS-Jobs-List {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

div#BambooHR {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 14px 3px #0000000d;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 3px;
  position: relative;
  text-align: left;
  z-index: 2;
  padding: 30px;
}

span.BambooHR-ATS-Location {
  color: #020202;
}

th.tg-9zca,
th.tg-yxwx {
  background-color: #1a067b;
  color: #fff;
}

.tg-0pky,
.tg-0lax {
  text-align: left;
}

.evt_toptext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

h2.blog_archive_heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.evt_count {
  font-size: 1.4rem;
  line-height: 1.92rem;
}

.search .container.content-wrapper {
  padding: 2rem 1.5rem 1.5rem;
  margin-bottom: 0rem;
}

.search .entry-title a {
  color: #004dff;
}

.search article p {
  margin-bottom: 0px !important;
}

.latest-csr .box-csr {
  padding: 20px 15px;
}

.search article {
  border-bottom: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.31em 0.13em hsla(0, 0%, 42%, 0.15);
  box-shadow: 0 0 0.31em 0.13em hsla(0, 0%, 42%, 0.15);
  padding: 2rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
}

article.blog-post {
  margin-bottom: 20px !important;
}

.search #themesflat-content {
  background-image: url(/wp-content/uploads/2023/06/mobile-bg-menu.jpg);
}

.csr .page-wrap {
  padding-bottom: 0px !important;
}

.evk_read a {
  color: #ffffff;
  background-color: #72116f;
  padding: 6px 16px;
  border-radius: 5px;
}

.evk_read a:hover {
  color: #fff !important;
}

.csr_box {
  background-color: #fff;
  box-shadow: 0px 3px 10px 2px #dbd9de;
  padding: 20px;
  border-radius: 5px;
  margin: 12px;
}

.box-csr .vc_single_image-wrapper::after {
  border-color: transparent transparent #f7f7f7 transparent !important;
}

.box-csr .vc_single_image-wrapper::before {
  border-color: #f7f7f7 transparent transparent transparent !important;
}

.ppmlite-btn a.learn-btn-one::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #eaeaea;
}

.ppmlite-btn a.learn-btn-one {
  width: 200px !important;
  display: inline-flex;
  justify-content: center;
  padding: 5px 0 5px 0;
}

.ppmlite-btn {
  text-align: center;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li.menu-item-has-children>a {
  padding: 20px 20px 20px 8px !important;
}

.ppm-1section h2.heading-title.left-mg {
  font-size: 60px;
  color: #fff;
  line-height: 70px;
}

.ppm-1section p {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  font-family: 'Open Sans';
}

.ppm-2section h2.heading-title.left-mg {
  color: #000;
  margin-bottom: 20px;
}

.ppm-feature-box-item {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E1E1E1;
  border-radius: 9px 9px 9px 9px;
  padding: 30px 15px 20px 15px;
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.08);
}

.ppm-feature-icon-wrap {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.ppm-feature-icon.icon-type-image {
  width: 70px;
  height: 70px;
}

h4.ppm-feature-title {
  margin-bottom: 10px;
  color: #8380F0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28em;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}

.ppm-feature-box-item p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.ppm-lite article.page.type-page {
  margin-bottom: 0px;
}

.ppm-2section li {
  padding-bottom: 10px;
}

.ppelite input {
  margin-bottom: 15px !important;
}

.themesflat-top .top-bar ul li .language_top-content a {
  color: #000;
}

.cloud-grid img {
  padding: 20px;
}

.pgrid {
  display: flex;
  justify-content: space-evenly;
}

.imggrid {
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.aws-resource {
  justify-content: center;
}

.aws-resource h2.heading-title.left-mg {
  font-size: 22px;
}

.aws-resource img {
  border-radius: 6px;
}

/***************
  Chat Bot
*****************/
.chatbox__support {
  display: none !important;
  width: 360px !important;
}

.chatbox__support.chatbox--active {
  display: block !important;
}

.chatbox__footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  border-top: 2px solid #f26d22;
}

.chatbox__footer textarea {
  border: none !important;
  height: 50px !important;
  line-height: 25px !important;
  margin-bottom: 0px !important;
}

.chatbox__timestamp {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.chatbox__messages {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  width: 360px;
  height: 360px;
  padding: 10px 10px 10px 10px;
  background-color: white;
  overflow: scroll;
  position: relative;
}

.chatbox {
  position: fixed !important;
  z-index: 999;
}

.chatbox__messages a {
  color: #3d26ed;
}

.chat-bubble {
  visibility: hidden;
  position: absolute;
  background-color: #72116F;
  color: #fff;
  padding: 5px 5px 5px 8px;
  border-radius: 4px;
  font-size: 9px;
  bottom: 100%;
  right: 0;
  transform: translateX(-50%);
  margin-bottom: 10px;
  width: 100px;
  height: 40px;
  line-height: 15px;
}

.chatbox__button button {
  background-color: transparent;
}

.chat-bubble::after {
  position: absolute;
  right: 6px;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid rgb(114, 17, 111);
}

.chat-bubble__close {
  background: #3a3462 !important;
  border: none !important;
  color: #ffffff !important;
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: 34px;
  right: -10px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
}

.chatbox__heading--minimize:hover {
  background-color: transparent !important;
  color: #ff5100 !important;
}

.chatbox__heading--closer:hover {
  background-color: transparent !important;
  color: #ff5100 !important;
}

.tp-shadow3:before {
  display: none;
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands' !important;
}

.social-icons-wrapper img {
  width: 16px;
}

a.rs-layer.learn-more:hover {
  color: #000 !important;
}

.dbutton img {
  width: 108px;
}

span.line-button {
  padding: 0px 10px 0px 10px;
}

.top-button-title.clearfix {
  margin-top: 20px;
}

.button-lst.top-buttons-rt h2 {
  font-weight: 900;
  margin-top: 0px;
  line-height: 0.8;
}

.button-lst.top-buttons-rt h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}

.single-blog .main-post li {
  font-size: 16px;
}

.comment-respond input[type="submit"] {
  font-weight: 600;
}

.set-contents ul {
  list-style: none;
}

.set-contents ul li {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

div.simplesocialbuttons {
  text-align: center !important;
}

.icon-sc-cas h2 {
  font-weight: 700;
  color: #ff5100;
  text-transform: uppercase;
  text-align: center;
}

.casestudy-download .input input {
  border: 1px solid #9f9f9f;
  margin-bottom: 0px;
  height: 40px;
}

.casestudy-download .actions input {
  margin-top: 20px;
  line-height: 14px;
  background-color: transparent !important;
  border: 2px solid #ff5100 !important;
  border-radius: 5px;
  color: #000;
  text-shadow: none;
  width: 210px !important;
}

.casestudy-download {
  border: 2px solid #ff5100;
  padding: 20px;
  border-radius: 15px;
  margin-top: 30px;
}

.casestudy-download h2 {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  color: #ff5100;
}

.icon-sc-cas {
  width: 100%;
  margin-left: 10px;
}

.case-carosual {
  background-color: #FFEFE5;
  padding: 20px 0px 20px 0px;
}

.case-carosual h4 {
  background-color: #fff;
  padding: 10px 14px 10px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Arial", sans-serif, sans-serif, "Segoe UI Symbol";
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}

.case-carosual .icon-sc-cas h2 {
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.case-carosual .titsocil {
  padding: 0px;
}

.social-navbar .nav-item {
  margin-left: 11px;
  margin-right: unset;
}

.social-navbar .nav-link {
  width: 25px;
  height: 25px;
  line-height: 15px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border-radius: 500px;
  color: #fff;
}

.social-navbar .nav-link:hover {
  background-color: #ff5100;
  color: #fff !important;
}

.cs-carousel .owl-theme.nav-centered .owl-nav button.owl-prev {
  left: -38px !important;
  background-image: url(/wp-content/uploads/2023/12/arrow_icon_left-orange.svg);
  background-repeat: no-repeat;
  width: 30px;
}

.cs-carousel .owl-theme.nav-centered .owl-nav button.owl-next {
  right: -38px !important;
  background-image: url(/wp-content/uploads/2023/12/arrow_icon_right-orange.svg);
  background-repeat: no-repeat;
  width: 30px;
}

.cs-carousel .owl-theme.nav-centered .owl-nav button.owl-next:hover {
  background: url(/wp-content/uploads/2023/12/arrow_icon_right-orange.svg) !important;
  background-repeat: no-repeat !important;
}

.cs-carousel .owl-theme.nav-centered .owl-nav button.owl-prev:hover {
  background: url(/wp-content/uploads/2023/12/arrow_icon_left-orange.svg) !important;
  background-repeat: no-repeat !important;
}

.cs-carousel .owl-theme.nav-centered .item-inner {
  -webkit-box-shadow: 3px 2px 5px -3px rgba(39, 39, 39, 0.43);
  -moz-box-shadow: 3px 2px 5px -3px rgba(39, 39, 39, 0.43);
  box-shadow: 3px 2px 5px -3px rgba(39, 39, 39, 0.43);
}

.cs-carousel .owl-carousel .owl-item {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

@media screen and (max-width: 600px) {
  .single-casestudies .breadcrumbs span {
    margin-bottom: 0px !important;
  }

  .button1.top-buttons-story h2 {
    font-size: 14px;
  }

  .button1.top-buttons-story h3 {
    font-size: 14px;
  }

  .single-casestudy-image .featured-info h1 {
    font-size: 18px;
  }
}

.breadcrumbs a:hover {
  color: #f16A22 !important;
}

.breadcrumbs a {
  text-transform: uppercase;
}

ul.no-list.hs-error-msgs.inputs-list {
  color: #f00808;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.owl-theme.nav-centered .owl-nav {
  top: 35% !important;
}

.carousel-button.caseb {
  background-color: transparent;
  border: none;
  color: #ff5100;
  font-size: 12px;
  text-transform: uppercase;
}

.owl-btn-wrapper {
  background-color: #fff;
  margin: 0px !important;
  height: 30px;
  padding-top: 5px;
}

/**************************
 * Test Company Overview
 * **********************/
.companyov .themesflat-top .top-bar ul li a,
.companyov .left-bar {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.companyov #wpmm-wrap-primary.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li>a.wp-mega-menu-link,
.companyov #wpmm-wrap-primary.wpmm-orientation-horizontal ul.wpmm-mega-wrapper>li>a span.wpmm-mega-menu-href-title {
  font-family: 'poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.companyov .wpmm_megamenu ul.wp-mega-sub-menu li a {
  font-family: 'Inter', sans-serif;
}

.companyov .breadcrumbs,
.companyov .breadcrumbs a,
.companyov .breadcrumbs span {
  font-family: 'poppins', sans-serif !important;
  text-transform: uppercase;
}

.companyov .inner-title h1 {
  font-family: 'poppins', sans-serif !important;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
}

.companyov .et_pb_section.quick_links_section .et_pb_module ul.quicklinks li a {
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  line-height: 1.083rem;
  color: #000;
}

.companyov .counter-section .evc-counter .evc-c-digit {
  font-family: 'poppins', sans-serif !important;
}

.companyov .counter-section h5.evc-c-title {
  font-family: 'poppins', sans-serif;
  font-size: 18px !important;
  line-height: 1.111rem;
}

.companyov p {
  font-family: 'Inter', sans-serif;
  font-size: 16px !important;
  line-height: 1.5rem !important;
  color: #000;
}

.companyov .corevalues h3 {
  font-family: 'poppins', sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}

.companyov .corecount {
  font-family: 'poppins', sans-serif;
}

.companyov h2.heading-title {
  font-family: 'poppins', sans-serif;
  font-size: 30px;
  line-height: 1.067rem;
  font-weight: bold;
}

.companyov .footer-widgets .widget h4.widget-title {
  font-family: 'poppins', sans-serif;
}

.companyov .footer a {
  font-family: 'poppins', sans-serif;
  color: #fff;
}

.companyov footer #text-2 h3,
.companyov footer #text-2 h3 a {
  font-family: 'poppins', sans-serif;
}

.companyov .bottom .copyright a {
  font-family: 'poppins', sans-serif;
  font-size: 12px !important;
  font-weight: 500;
}

.companyov .ftcls {
  font-family: 'poppins', sans-serif;
  font-size: 12px !important;
  font-weight: 500;
}

.companyov .wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.wp-mega-menu-header>a.wp-mega-menu-link span,
.companyov .wpmega-sporty-mm-template .wpmm-sub-menu-wrap ul li.ai-title>a.wp-mega-menu-link span {
  font-family: 'poppins', sans-serif;
  font-weight: 600 !important;
}

.companyov .wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a {
  font-family: 'Inter', sans-serif !important;
}

.companyov .chat-bubble {
  font-family: 'poppins', sans-serif;
  text-align: left !important;
  height: 55px;
  font-size: 12px;
}

.companyov .chat-bubble::after {
  bottom: -16px;
}

.companyov .offer-callout p:nth-child(2) {
  font-size: 16px !important;
  line-height: 1.5rem !important;
  font-family: 'Inter', sans-serif;
}

.companyov .footer .button.white {
  color: #000;
}

.companyov .bottom .copyright a:hover {
  color: #ff5100 !important;
}

.companyov #mainnav ul li a,
.companyov #mainnav ul.sub-menu>li>a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.083rem !important;
}

.companyov .counter-section .evc-c-inner {
  margin-top: -55px !important;
}

.companyov .dropbtn {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.companyov h1.heading-title {
  font-family: 'poppins', sans-serif;
  font-size: 34px;
  line-height: 2rem;
  font-weight: bold;
}

.companyov .ourachi::before {
  border-right: 2px solid #dbdada !important;
}

.companyov #mainnav ul li a:hover,
.companyov #mainnav ul.sub-menu>li>a:hover {
  color: #110dd9 !important;
}

.companyov #wpmm-wrap-primary.wpmm-orientation-horizontal ul li ul li ul>li:hover>a span {
  color: #110dd9 !important;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmega-sporty-mm-template ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  top: 90% !important;
  margin-top: 10px;
}

.statutory-pages .policy li {
  color: #000;
  margin-bottom: 14px;
}

.ev-what-we-offer p {
  color: #fff !important;
}

.social-connect {
  display: ruby-base;
}

.single-post .wpb_wrapper a {
  color: #0002ff;
}

.home .homeServiceBox img {
  width: 35px;
  height: auto;
}

.accon_policy h4.vc_tta-panel-title {
  background-color: #4f4b73;
}

.accon_policy h4.vc_tta-panel-title a {
  color: #fff !important;
}

.visual-tour .sp-thumbnail-container {
  width: 80px;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.visual-tour .sp-image-container img.sp-image {
  width: 100% !important;
  position: relative;
  z-index: 0;
  border-radius: 10px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26) !important;
}

.sp-image-container {
  border-radius: 0 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.visual-tour .sp-thumbnail-container.sp-selected-thumbnail {
  border: 4px solid #fff !important;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}

.visual-tour .sp-thumbnails.sp-grab {
  height: 100px !important;
  margin-top: 20px;
}

.single-blog table td,
.single-blog table th {
  padding: 7px;
  text-align: left;
  line-height: 20px;
  vertical-align: middle;
}

.visual-tour .sp-thumbnails-container.sp-bottom-thumbnails {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  z-index: 99;
  width: 85% !important;
  overflow-x: hidden;
  padding-left: 10px;
}

.visual-tour .sp-next-arrow::after,
.visual-tour .sp-next-arrow::before {
  background-color: #FF5100 !important;
}

.visual-tour .sp-previous-arrow::after,
.visual-tour .sp-previous-arrow::before {
  background-color: #2400ff !important;
}

.visual-tour .sp-previous-thumbnail-arrow::before,
.visual-tour .sp-previous-thumbnail-arrow::after,
.visual-tour .sp-next-thumbnail-arrow::before,
.visual-tour .sp-next-thumbnail-arrow::after {
  background-color: #2400ff;
}

p.service.viewmore a.btn-one:hover {
  color: #FF5102 !important;
  background-color: #fff;
}

p.service.viewmore a.btn-one {
  background-color: #FF5102;
  color: #fff;
  font-weight: 600;
}

p.service.viewmore {
  width: 220px;
  margin: 0 auto;
}

.services .breadmore a {
  border: none;
  border-radius: 20px;
  padding: 5px 10px;
  color: #7671f2 !important;
  font-weight: 500;
  font-size: 15px;
}

.services .breadmore {
  text-align: right;
  width: 100%;
}

.services .sub-services h3,
.services .sub-services h4,
.services h3 {
  font-weight: 600;
  color: #7672f2;
}

.services p {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
}

.services .sub-services li {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
}

.services .sub-services .box-sub {
  border: 1px solid #292653;
  min-height: 210px;
}

.services .sub-services .box-sub h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  background-color: #00B1D1;
  padding: 8px 2px 8px 8px;
  text-align: left;
  color: #fff;
}

.services .sub-services .box-sub li {
  font-size: 16px
}

.modern-slavery h4 {
  font-weight: 600;
}

.modern-slavery table.table {
  margin-bottom: 30px;
}

.modern-slavery ul {
  margin-bottom: 30px !important;
}

.modern-slavery p {
  font-size: 16px;
}

.modern-slavery ul li {
  font-size: 16px;
}

.modern-slavery .table td {
  font-size: 16px;
}

h2.heading-title.left-mg {
  padding-bottom: 20px;
}

.services .sub-services ul li {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 10px;
}

.section-two .evc-counter .evc-c-digit:after {
  content: "+";
  color: grey;
  font-size: 25px;
  text-align: right;
}

.services .blog-posts h3 a {
  color: #222;
}

.services .sub-services .box-sub ul {
  padding-top: 16px;
}

.services .list-services li {
  font-size: 18px;
}

.services .wrapper-main .row {
  display: table-row;
  background: #fff;
}

.services .wrapper-main .row:nth-of-type(odd) {
  background: #F4F4F4;
}

.services .wrapper-main .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #7e83bd;
}

.news-events h2.service-heading-title strong:after {
  content: "";
  width: 89%;
  height: 1px;
  background: #72116F;
  left: 76px;
  top: 23px;
  position: absolute;
}

.news-events h2.service-heading-title {
  color: #72116F;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 20px;
}

.news-events .blog-posts {
  text-align: left;
}

.news-events .blog-posts .vc_custom_heading.vc_gitem-post-data {
  display: block;
  cursor: auto;
}

.news-events .ev-date-style {
  width: 66%;
  float: left;
  height: auto !important;
  color: #909090;
  padding: 0px;
  font-size: 15px;
}

.ev-button-style-news {
  width: 34%;
  float: right;
  margin-top: -4px !important;
}

.news-events .blog-posts a.vc_general.vc_btn3 {
  background-color: transparent !important;
  padding: 0;
  color: #7671f2 !important;
  font-size: 15px;
}

.news-events .vblog-posts .post-content {
  width: 100% !important;
  padding: 14px 10px 10px !important;
  cursor: auto;
}

.news-events .blog-posts .post-content {
  min-height: 116px !important;
}

.bottom p {
  font-size: 13px;
}

.serv-port .serviceBox .description {
  min-height: 380px
}

.serv-height .serviceBox .description {
  min-height: 320px
}

.serv-ht .serviceBox .description {
  min-height: 250px
}

.equal-ht .serviceBox .description {
  min-height: 200px
}

.ev-button-style-news a {
  margin-top: -4px;
}

.info-coe h5.up {
  font-size: 18px;
  color: #3d6989;
}

.info-coe li {
  font-size: 14px;
  line-height: 20px;
}

.info-coe ul {
  margin-bottom: 10px;
}

.info-coe .up h5 {
  color: #3D6989;
  font-size: 18px;
}

.info-coe .squad h5 {
  color: #134469;
  font-size: 18px;
}

.info-coe .mobi h5 {
  color: #134469;
  font-size: 18px;
}

.info-coe .qa h5 {
  font-size: 18px;
  color: #D75B25;
}

.info-coe {
  margin-top: 34px;
}

.box-aiml {
  padding: 0px 30px 30px 46px;
  background-image: url(/wp-content/uploads/2024/04/AI-ML-and-Analytics.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-aiml p,
.box-aiml1 p,
.box-aiml2 p {
  margin-bottom: 10px !important;
}

.box-aiml a {
  background-color: transparent !important;
  color: #7671f2 !important;
  width: 100%;
}

.box-aiml h3.ev-htext {
  color: #7AB752;
}

.box-aiml1 {
  padding: 0px 30px 30px 46px;
  background-image: url(/wp-content/uploads/2024/04/rpa-ai-ml-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-aiml2 {
  padding: 0px 30px 30px 46px;
  background-image: url(/wp-content/uploads/2024/04/low-code-ai-ml.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-aiml3 {
  padding: 0px 30px 30px 46px;
  background-image: url(/wp-content/uploads/2024/04/bpm-ai-ml.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-aiml a.vc_general.vc_btn3 {
  text-align: right;
  background-color: transparent !important;
  padding: 0;
  color: #7671f2 !important;
  float: right;
  padding-right: 24px;
}

.box-aiml1 a.vc_general.vc_btn3,
.box-aiml2 a.vc_general.vc_btn3,
.box-aiml3 a.vc_general.vc_btn3 {
  text-align: right;
  background-color: transparent !important;
  padding: 0;
  color: #7671f2 !important;
  float: right;
  padding-right: 24px;
}

.box-aiml1 h3.ev-htext {
  color: #FC8D00;
  margin-bottom: 0px;
}

.box-aiml2 h3.ev-htext {
  color: #8143AE;
}

.box-aiml3 h3.ev-htext {
  color: #3C95EC;
}

.countergenai .counter .counter-content {
  display: flex;
  height: auto !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 19px 34px 12px 25px;
}

.section-two .tas-auto .accordion-header span.number.or1 {
  background-color: #fc8d00;
  color: #fff;
}

.section-two .tas-auto .accordion-header span.number.or2 {
  background-color: #8143AE;
  color: #fff;
}

.section-two .tas-auto .accordion-header span.number.or3 {
  background-color: #3C95EC;
  color: #fff;
}

.section-two .tas-auto .accordion-header span.number.or4 {
  background-color: #7AB752;
  color: #fff;
}

.image {
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  width: 20px;
  height: 30px;
  cursor: pointer;
  background-image: url(/wp-content/uploads/2024/04/map-pointer.svg);
  background-size: 20px 31px;
  background-repeat: no-repeat;
}

.tooltip {
  position: absolute;
  background-color: #221A53;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  width: 290px;
  opacity: 0;
  margin-left: 10px;
  margin-top: 28px;
  box-shadow: 2px 4px 12px -2px #4a4a4a;
  left: -140px;
}

.hotspot:hover .tooltip {
  opacity: 1;
  position: absolute;
  left: -140px;
}

.hotspot .tooltip .hubhot h3 {
  color: #D9D9D9;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 600;
}

.hotspot .tooltip .hubhot h4 {
  color: #D9D9D9;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500;
}

.hotspot .tooltip .hubhot p {
  margin-bottom: 6px !important;
}

.section-two .evc-counter .evc-c-digit {
  color: #F06A24;
  font-size: 56px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.section-two .tas-auto .accordion-header {
  background-color: #DEDEDE;
  cursor: pointer;
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
  color: #191919;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 2px;
}

/*About Us Infra Security Slider Icon start*/
.sp-thumbnail-arrow,
.sp-arrow {
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  opacity: .6;
}

.sp-horizontal .sp-previous-arrow {
  left: 7px !important;
}

.sp-horizontal .sp-next-arrow {
  right: 7px !important;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 7px !important;
  top: -8px;
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 7px !important;
  top: -8px;
}

.sp-next-thumbnail-arrow::before {
  right: 42% !important;
  top: 30% !important;
}

.sp-next-thumbnail-arrow::after {
  right: 42% !important;
  top: 50% !important;
}

.sp-previous-thumbnail-arrow::before {
  left: 42% !important;
  top: 30% !important;
}

.sp-previous-thumbnail-arrow::after {
  left: 42% !important;
  top: 50% !important;
}

.sp-arrow:before {
  left: 42% !important;
  top: 30% !important;
}

.sp-arrow:after {
  left: 42% !important;
  top: 50% !important;
}

.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 1px !important;
  margin-right: 0 !important;
}

.sp-bottom-thumbnails {
  margin-top: 8px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sp-thumbnail-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
}

.sp-thumbnail-container.sp-selected-thumbnail::after {
  opacity: 0;
}

.sp-selected-thumbnail {
  border: 3px solid #f16A22 !important;
}

.sp-previous-thumbnail-arrow::before,
.sp-previous-thumbnail-arrow::after,
.sp-next-thumbnail-arrow::before,
.sp-next-thumbnail-arrow::after,
.sp-previous-arrow::before,
.sp-previous-arrow::after,
.sp-next-arrow::before,
.sp-next-arrow::after {
  width: 4px !important;
  height: 8px !important;
  background-color: #000 !important;
}

/*About Us Infra Security Slider Icon end*/

/*popup form css start*/
.modal-backdrop.fade.show {
  display: none;
}

.popupnewdesign.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.btnclose {
  background-image: url("/wp-content/uploads/2024/10/close-white-icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: -30px;
}

.btnclose:hover {
  background-image: url("/wp-content/uploads/2024/10/close-orange-icon.svg");
}

.btnclosewhite {
  background-image: url("/wp-content/uploads/2024/10/close-blue-icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: -30px;
}

.btnclosewhite:hover {
  background-image: url("/wp-content/uploads/2024/10/close-orange-icon.svg");
}

.office-location-main {
  max-width: 600px;
  width: 600px;
  margin-right: 36px;
}

.office-location-main-container .office-location-main .location-title {
  color: #FFF;
  font-family: "Saira Condensed", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 66.11px;
  letter-spacing: -0.84px;
}

.office-location-details {
  margin-top: 20px;
  margin-bottom: 65px;
}

.office-location-details .single-location .location-mobile-details {
  margin-left: 15px;
}

.office-location-details .single-location .location-mobile-details .location-name {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 35.41px;
  color: #fff;
  margin: 0 !important;
}

.office-location-details .single-location .location-mobile-details .location-mobile {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.24px;
  color: #fff;
  margin: 0 !important;
}

.office-location-details .single-location {
  box-shadow: 1px 0 #61A8FE;
  padding: 12px;
  display: grid;
  grid-template-columns: 53px auto;
  align-items: baseline;
}

.item-list {
  display: grid;
  grid-template-columns: 50% 50%;
  box-shadow: 0 1px #61A8FE;
}

.item-list:nth-child(3),
.office-location-details .single-location:nth-child(2) {
  box-shadow: none;
}

.career-container h3 {
  font-family: "Saira Condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #fff !important;
  margin-bottom: 0;
}

.career-container a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.career-container a:hover {
  color: #fff !important;
}

.container-contact100 {
  max-width: 433px;
  min-height: 572px;
  padding: 30px 40px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.container-contact100.case-studies-forms {
  min-height: 465px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
  padding: 30px 20px;
}

.mediumPopup .container-contact100.resourcehub {
  min-height: 395px;
}

.container-contact100 input[type="submit"] {
  height: 44px !important;
  padding: 10px 26px !important;
  border: 2px solid #F16A22 !important;
  border-radius: 5px !important;
  background: #F16A22 !important;
  font-family: "Open Sans";
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #fff;
  letter-spacing: 0px;
  text-transform: capitalize !important;
  text-shadow: none !important;
  cursor: pointer;
  transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.container-contact100 input[type="submit"]:hover {
  border: 2px solid #F16A22 !important;
  background: transparent !important;
  color: #F16A22;
}

.container-contact100 input[type="submit"]:focus {
  outline: 0 !important;
}

.container-contact100 .hbspt-form .hs-submit .actions {
  margin-bottom: 0 !important;
  padding-top: 6px !important;
  text-align: left !important;
}

.container-contact100 .wrap-contact100 .contact100-form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.container-contact100 .wrap-contact100 .contact100-form ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}

.container-contact100 .wrap-contact100 .contact100-form span.formTitle {
  color: #1B154C;
  font-family: 'Saira Condensed', sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.84px;
  padding-bottom: 24px;
  line-height: 1em;
}

.container-contact100 .wrap-contact100 .contact100-form fieldset {
  max-width: 100%;
}

.container-contact100 .wrap-contact100 .contact100-form form .hs-form-field {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 9px 16px;
  margin-bottom: 10px;
}

.container-contact100 .wrap-contact100 .contact100-form form .hs-form-field label {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  vertical-align: super;
}

.container-contact100 .wrap-contact100 .contact100-form form .hs-form-field .input {
  margin-right: 0;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ADADAD !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ADADAD !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ADADAD !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ADADAD !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ADADAD !important
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #ADADAD !important;
}

.container-contact100 .wrap-contact100 .contact100-form form .hs-form-field .input input,
.container-contact100 .wrap-contact100 .contact100-form form .hs-form-field .input textarea {
  display: block;
  height: 20px;
  width: 100%;
  background: 0 0;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #555 !important;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
}

.container-contact100 .wrap-contact100 .contact100-form form .hs_message {
  padding: 9px 15px 9px 16px;
}

.container-contact100 .wrap-contact100 .contact100-form form .hs-form-field .input textarea {
  min-height: 60px;
  padding-top: 5px;
}

.alert-validate::before {
  content: attr(data-validate);
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 20px;
  background-color: #fff;
  top: 35px;
  left: 0;
  padding: 0 40px 0 15px;
  pointer-events: none;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #fa4251;
}

.btn-hide-validate {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #fa4251;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 38px;
  right: 12px
}

.true-validate::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #00ad5f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 38px;
  right: 10px
}

#popup4 .modal-lg,
#popup2 .modal-lg {
  max-width: 1170px;
}

.mediumPopup .modal-md {
  max-width: 430px;
}

.mediumPopup .modal-content {
  padding: 0 !important;
}

.mediumPopup .container-contact100 {
  padding: 30px 40px;
  box-shadow: none;
  min-height: 472px;
}

.mediumPopup .btnclosewhite {
  right: 15px;
  top: 15px;
}

.popupnewdesign .modal-content {
  border-radius: 10px;
  padding: 50px;
}

.blue-bg-color {
  background-color: #1E65BB;
}

@media (max-width: 1024px) {
  .container-contact100.case-studies-forms {
    padding: 30px 20px;
  }

  .mediumPopup .modal-dialog {
    margin: 0 auto;
  }

  .popupnewdesign .modal-content {
    width: 100%;
    margin: 0;
    padding: 62px 15px 50px;
  }

  .btnclose {
    right: 0;
    top: -40px;
  }

  .office-location-main-container {
    flex-direction: column-reverse;
  }

  .container-contact100,
  .office-location-main {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .office-location-main {
    margin-top: 40px;
  }

  .office-location-details .single-location {
    grid-template-columns: 100%;
    padding: 20px 12px;
    grid-template-rows: 40px;
  }

  .office-location-details .single-location .location-mobile-details {
    margin-left: 0;
  }

  .office-location-details .single-location .location-mobile-details .location-name {
    font-size: 17px;
    line-height: 26px;
  }

  .office-location-details .single-location .location-mobile-details .location-mobile {
    font-size: 16px;
    line-height: 30px;
  }

  .career-container a {
    font-size: 16px;
  }

  .career-container h3 {
    font-size: 20px;
  }

  .modal-dialog {
    margin: .5rem;
  }
}

@media screen and (min-width: 820px) and (max-width: 1024px) {

  .office-location-main,
  .container-contact100 {
    max-width: 600px;
    margin: 0 auto;
  }

  .office-location-main {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mediumPopup .modal-dialog {
    margin: .5rem;
  }
}

/*popup form css end*/

/*Contactus css start*/
.contact-from .vc_column-inner {
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 45px !important;
}

.contact-from span.formTitle {
  color: #1B154C;
  font-family: 'Saira Condensed', sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.84px;
  padding-bottom: 24px;
  line-height: 1em;
}

.contact-from fieldset.form-columns-2,
.contact-from fieldset.form-columns-1 {
  max-width: 100% !important;
}

.contact-from label {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.contact-from .hs_firstname.hs-form-field,
.contact-from .hs_lastname.hs-form-field,
.contact-from .hs_email.hs-form-field,
.contact-from .hs_phone.hs-form-field,
.contact-from .hs_message.hs-form-field {
  width: 98%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 9px 16px 9px 16px;
  margin-bottom: 10px;
  /* background-color: #f9f9f9; */
}

.contact-from .input input[type="text"],
.contact-from .input input[type="password"],
.contact-from .input input[type="email"],
.contact-from .input input[type="tel"],
.contact-from .input textarea {
  letter-spacing: -0.26px;
  display: block;
  width: 100%;
  background: 0 0;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #555 !important;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
}

.contact-from label.hs-form-booleancheckbox-display {
  color: #191919;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 30px;
  text-transform: none;
  padding-top: 12px;
}

.contact-from input#accept-c242399b-2a91-4853-ad60-eb80d42c730d {
  display: none;
}

.contact-from ul.inputs-list li.hs-form-booleancheckbox {
  list-style: none;
}

.contact-from ul.inputs-list {
  margin: 0;
}

.contact-from input.hs-button.primary.large {
  border-radius: 5px;
  border: 0px solid #9F9F9F !important;
  width: auto !important;
  padding: 9px 30px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  text-shadow: none;
  background-color: #f16a22 !important;
  text-transform: capitalize;
  border: 2px solid #F16A22 !important;
}

.container-contact100 input[type="submit"]:hover {
  border: 2px solid #F16A22 !important;
  background: transparent !important;
  color: #F16A22;
}

.contact-from2 h2.heading-title {
  color: #1B154C !important;
  font-family: "Saira Condensed";
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal;
  text-align: left;
  padding-bottom: 10px !important;
}

.contact-from2 #acc-style h3.vc_tta-panel-title span {
  color: #1B154C;
  font-family: "Saira Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-from2 .vc_tta-panel-heading {
  background-color: transparent !important;
}

.contact-from2 #acc-style h3.vc_tta-panel-title {
  border-bottom: 1px solid #1B154C;
}

.contact-from2 #acc-style .vc_active h3.vc_tta-panel-title {
  border-bottom: none;
}

.contact-from2 .vc_tta.vc_general .vc_tta-panel-title>a {
  padding-left: 0px !important;
}

.contact-from2 #acc-style h3.vc_tta-panel-title i::before {
  border-width: 2px 0 0 0;
  color: #1B154C;
  border-color: #1B154C;
}

.contact-from2 #acc-style h3.vc_tta-panel-title i::after {
  border-width: 0 0 0 2px;
  color: #1B154C;
  border-color: #1B154C;
}

.contact-from2 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  background-color: #e7f0ff;
}

.contact-from2 p {
  color: #1B154C;
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 20px;
  font-weight: 400;
  padding-right: 10px;
}

.contact-from2 .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0px 0px;
}

.contact-from2 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-bottom: 1px solid #1B154C;
}

.contact-from2 .vc_tta-panel.job-application.vc_active {
  border-top: 1px solid #1B154C;
}

.contact-from2 #acc-style .job-application h3.vc_tta-panel-title {
  border-top: 1px solid #1B154C;
}

.contact-from2 #acc-style .job-application.vc_active h3.vc_tta-panel-title {
  border-top: none;
}

.contact-from2 .contact-info p {
  color: #1B154C;
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 20px;
  font-weight: 400;
  padding-right: 10px;
  margin-bottom: 0px !important;
}

.le-upcoming img {
  box-shadow: 2px 2px 4px 0px rgba(115, 115, 115, 1);
}

.lelastchild .grid-item:nth-last-child(1) .title-head {
  background-color: transparent;
}

.contact-from textarea:focus,
input[type="text"]:focus,
.contact-from input[type="password"]:focus,
.contact-from input[type="datetime"]:focus,
.contact-info input[type="datetime-local"]:focus,
.contact-from input[type="date"]:focus,
.contact-from input[type="month"]:focus,
.contact-from input[type="time"]:focus,
.contact-from input[type="week"]:focus,
.contact-from input[type="number"]:focus,
.contact-from input[type="email"]:focus,
.contact-from input[type="url"]:focus,
.contact-from input[type="search"]:focus,
.contact-from input[type="tel"]:focus,
.contact-from input[type="color"]:focus {
  border: none !important;
}

@media screen and (max-width: 689px) {

  .contact-from .hs_firstname.hs-form-field,
  .contact-from .hs_lastname.hs-form-field,
  .contact-from .hs_email.hs-form-field,
  .contact-from .hs_phone.hs-form-field {
    width: 100% !important;

  }
}

@media screen and (min-width: 689px) {

  .contact-from .hs_firstname.hs-form-field,
  .contact-from .hs_lastname.hs-form-field,
  .contact-from .hs_email.hs-form-field,
  .contact-from .hs_phone.hs-form-field {
    width: 48% !important;
    margin-right: 12px;
  }
}

.helpyou p {
  color: #191919;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hbspt-form .hs-submit .actions {
  margin-top: 0px !important;
  margin-bottom: 18px !important;
  padding: 0px 0px !important;
  text-align: center !important;
}

.contact-from .input input[type="text"],
.contact-from .input input[type="password"],
.contact-from .input input[type="email"],
.contact-from .input input[type="tel"] {
  height: 20px !important;
}

.con_dir a:hover span.gedirec,
.continfo a:hover {
  color: #1b154c !important;
}

.continfo a {
  color: #1E65BB;
  font-size: 14px;
}

.con_dir i.fa {
  color: #000;
}

.cont_acc {
  height: 360px;
}

.contact-from .input input[type="text"],
.contact-from .input input[type="password"],
.contact-from .input input[type="email"],
.contact-from .input input[type="tel"] {
  height: 20px !important;
}

.contact-from .hs_submit.hs-submit {
  float: left;
}

.contact-info a {
  color: #1E65BB !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-info a:hover {
  color: #1b154c !important;
}

.con_dir a span.gedirec {
  text-decoration: none;
  color: #1E65BB;
}

.con_dir a {
  font-family: Saira Condensed;
  font-size: 20px !important;
  color: #222;
  text-decoration: none;
}

.contact-from input.hs-button.primary.large:hover {
  border: 2px solid #F16A22 !important;
  background: transparent !important;
  color: #F16A22;
}

.contact-from .input textarea {
  width: 100% !important;
}

.contact-from2 .breadmore a {
  border: none;
  border-radius: 20px;
  padding: 5px 0px;
  color: #1E65BB !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.contact-from ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #555 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  color: #555 !important;
  background-color: transparent !important;
  transition: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}

.cta-services .cta-talk a {
  color: #fff;
}

/*Contactus css end*/

/*Brochure page css start*/
.resource_hub_title {
  color: #1B154C;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 65px;
  margin-top: 30px;
}

#resourcehub .btn-header-link {
  display: block;
  text-align: left;
  padding: 20px;
  color: #1B154C !important;
  font-family: "Saira Condensed", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: -0.84px;
}

#resourcehub .btn-header-link:after {
  content: "";
  background-image: url('https://dev2.evoketechnologies.com/wp-content/uploads/2024/07/accordion1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 35px;
  height: 35px;
  float: right;
}

#resourcehub .btn-header-link.collapsed:after {
  background-image: url('https://dev2.evoketechnologies.com/wp-content/uploads/2024/07/accordion.png');
}

#resourcehub .singleaccordion:first-child {
  border-top: 1px solid #BDBDBD !important;
}

#resourcehub .singleaccordion {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: 0px 1px 0px 0px #BDBDBD;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  border-radius: 0;
  cursor: pointer;
}

#resourcehub .singleaccordion:hover {
  border-top-color: #F16A22 !important;
  border-bottom-color: #F16A22 !important;
  box-shadow: none;
}

.download-brochure-main {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.download-brochure-main img.brochureImage {
  max-width: 100%;
  border-radius: 6px;
}

.download-brochure-main .brochure {
  position: absolute;
  bottom: -1px;
  background: #F16A22;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  width: 100%;
}

.download-brochure-main:hover .brochure {
  opacity: 0.9;
  transition: ease-in-out;
  transition-property: all;
  transition-duration: .5s;
}

.download-brochure-main .brochure h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  margin: 0 8px 0 0;
}

@media(max-width: 1024px) {
  .download-brochure-main img.brochureImage {
    height: auto;
    width: 100%;
  }
}

@media(max-width: 767px) {
  #resourcehub .btn-header-link {
    font-size: 26px;
  }

  #resourcehub .btn-header-link:after {
    width: 35px;
    height: 35px;
  }
}

/*Brochure page css end*/

/* Career page buttons css start*/

.bttn-height.global-opening a:hover {
  color: #007EA6 !important;
}

.bttn-height.evoke-edge a:hover {
  color: #C44240 !important;
}

.bttn-height.career-level a:hover {
  color: #AF9934 !important;
}

.bttn-height.leadership-team a:hover {
  color: #FF4D4D !important;
}

.bttn-height.coes a:hover {
  color: #01A189 !important;
}

.bttn-height.exp-evoke a:hover {
  color: #F3A006 !important;
}

.bttn-height a i {
  top: 52% !important;
  right: 16px !important;
}

.bttn-height a {
  height: 44px !important;
  padding: 10px 33px 10px 17px !important;
  border-radius: 5px !important;
  font-family: "Open Sans";
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: left !important;
}

.careers h2.heading-title.left-mg {
  padding-bottom: 0px;
  font-size: 28px;
  color: #1B154C;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1 !important;
}

.single-career-cards .gptw-image p {
  margin: 0 !important;
}

/* Career page buttons css end*/

.key-testing p.key-description {
  min-height: 125px;
}

/* Blue Color Square Box start */
.card-deck .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 30px !important;
}

.evServiceBox {
  background: #FFF;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
  padding: 25px;
  border-top: 6px solid #0D99FF;
  text-align: left !important;
}

.evServiceBox .title,
.evServiceBoxSubTitle {
  color: #1B154C;
  font-family: "Saira Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 12px 0;
}

.evServiceBox .description,
.evServiceBox .description p {
  color: #191919;
  font-family: "Open Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.evServiceBoxSubTitleImage {
  padding-left: 25px;
}

.evServiceBox .description ul {
  padding: 0;
  margin: 0 0 0 25px;
}
.evServiceBox .description ul li {
  padding-bottom: 8px;
  font-size: 16px;
}

/* Blue Color Square Box End */

.bttn-height.global-opening a:focus {
    color: #007EA6 !important;
}