
/*** commmon-styles ***/
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
}
.banner h1{
  padding-bottom: 1rem;
}

h1 {
    padding-bottom: 2%;
    font-size: 4.2vw;
    width: 90%;
}

h2 {
  font-size: 2.5vw;
}

h3 {
  font-size: 2vw;
}

h4 {
  font-size: 2.5vw;
  margin-bottom: 3.2vh;
}

h5 {
  font-size: 2vw;
}

.col-sm-12 {
  padding: 0;
}

.img-fluid {
  width: 100%;
}

h1.title {
  display: none;
}

p,
span {
  font-size: 0.938vw;
}

li {
  list-style-type: disc;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  font-family: 'Segoe-UI-Bold';
  line-height: 1.2;
  margin-bottom: 3vh;
}
img{
  width: 100%;
  height: auto;
}
a,
ul,
li,
p {
  font-family: "Segoe-UI";
}

a {
  font-size: 1.2vw;
}
a:hover{
  text-decoration: none;
}
li{
  font-size: 0.93vw;
}
/*.quicktabs-main .text-formatted ul li.w-88{font-size:0.938vw;}*/
.web-cont-btn.button {
    font-size: 1.05vw;
}

a{
 color: #ff0000;
}
.w-80{
  width: 80%;
}
label {
  font-size: 1.12vw;
}
.cards-bfsi .color-black{
  color: #000;
}
 .color-black{
  color: #000;
}

.w-80{
 width: 79%;
}

.w-85{
 width: 85%;
}

.culture-area a.know-more-btn {
  color: #fff !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #000;
}

.banner-carousel .owl-nav {
  position: absolute;
  left: 5%;
  bottom: 5%;
  color: #fff;
}
.cards-bfsi h4{
  font-size: 2vw;
}
/*footer*/
footer.site-footer a {
    color: #fff;
}
/*** font-styles ***/
/* this is used to define the customize fonts */
@font-face {
  font-family: "Segoe-UI";
  font-style: normal;
  font-weight: normal;
  src: local('Segoe-UI'), url('../fonts/Segoe-UI.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Segoe-UI-Light';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe-UI-Light'), url('../fonts/Segoe-UI-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Segoe-UI-Semilight';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe-UI-Semilight'), url('../fonts/Segoe-UI-Semilight.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Segoe-UI-Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe-UI-Semibold'), url('../fonts/Segoe-UI-Semibold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Segoe-UI-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe-UI-Bold'), url('../fonts/Segoe-UI-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Segoe-UI-Bold-Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe-UI-Bold-Italic'), url('../fonts/Segoe-UI-Bold-Italic.woff') format('woff');
  font-display: swap;
}

/*overview*/

.overview-content p {
  margin-bottom: 3%;
}

/*** sliding-popup ***/
div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.eu-cookie-compliance-secondary-button {
  font-size: 1vw;
}

.eu-cookie-compliance-buttons {
  font-size: 0.8vw;
}

/*search*/
header#header.search-active {
  position: relative;
}

.search-wrapper .row {
  margin: 0;
}

div#search {
  padding: 10px 0;
  margin-bottom: 0;
}

#search-block-form {
  height: 100%;
  width: 50%;
  margin: 0 auto;
}

.search-wrapper .container-inline div,
.search-wrapper .container-inline label {
  margin-bottom: 0 !important;
  width: 100%;
}

.search-wrapper .navbar-form .form-control {
  float: left;
  width: 95%;
  font-size: 19px;
}

.search-wrapper .btn-primary,
.path-search .btn-primary {
  background-color: #000;
  width: 26%;
  margin-left: 2%;
  font-size: 17px;
  font-weight: bolder;
}

.path-search .btn-primary {
  width: 6%;
}

.path-search div#block-sonata-new-content {
  margin: 180px 120px 0;
}

.path-search form#search-form {
  width: 100%;
}

.path-search .container-inline div,
.path-search .container-inline label {
  display: inline-block;
  width: 95%;
  font-size: 20px;
}

.path-search .container-inline div {
  width: 90%;
}

.path-search input#edit-keys {
  width: 100%;
  font-size: 20px;
}

.path-search .list-group-item a {
  color: #000;
}

.path-search .pagination>li>a,
.path-search .pagination>li>span {
  font-size: 20px;
}

.path-search .web-cont-sub-btn .btn-primary {
  width: auto;
}

.path-search .btn-primary {
  width: 6%;
  margin-top: -1%;
  margin-left: 1%;
}

.path-search .page-item.active .page-link {
  background-color: #000;
}

/*** form styles ***/
.featured-bottom {
  position: fixed;
  width: 100%;
  display: flex;
  padding: 2% 6.8%;
  flex-direction: column;
  background-color: #3A3A3A;
  bottom: 180px;
  top: auto;
  z-index: 999;
}

div#block-awscontactourexperttext-2 {
  width: 30%;
  float: left;
}

.featured-bottom .block-webform-block {
  width: 70%;
  float: left;
}

.featured-bottom .col-auto {
  width: 50%;
  float: left;
  padding: 1vw 1vw 0;
}

.featured-bottom .form-control {
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  border-bottom: 1px solid #A7A9AC !important;
  border-radius: 0;
  border: 0;
  outline: none;
  color: #A7A9AC;
  font-size: 1.05vw;
}

.featured-bottom .select2-selection {
  background-color: transparent;
  border-bottom: 1px solid #A7A9AC !important;
  border-radius: 0;
  border: 0;
}

#block-awscontactourexperttext-2 h2 {
  color: #fff;
}

.plt-contact-msgarea-rtl.col-auto {
  width: 100%;
}

.featured-bottom .vcl_content p {
  font-size: 2.5vw;
  color: #fff;
  margin-bottom: 25px;
  width: 90%;
  line-height: 1.2;
  font-family: "Segoe-UI-Bold";
}

.featured-bottom .vcl_content p+p {
  font-size: 20px;
  width: 90%;
  margin: 0 0 7px;
  color: #A7A9AC;
  font-family: "Segoe-UI";
}

a.schedule-meeting {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #6D6E71;
  padding: 0.5vw 1vw;
  font-family: "Segoe-UI-Bold";
}

#select2-edit-select-enquiry-type-container {
  color: #A7A9AC;
  line-height: 28px;
  font-size: 1.05vw;
  margin-top: 0.3vw;
  opacity: 0.6;
  padding-top: 0;
}

div#edit-privacy-policy {
  float: left;
  width: 100%;
  margin: 1vw;
  font-size: 1.05vw;
  color: #A7A9AC;
  padding-top: 5vw;
}

div#edit-privacy-policy a,
div#edit-privacy-policy a:hover {
  text-decoration: none;
  color: #A7A9AC;
}

#block-sonata-new-webform-10 button,
.career-opportunities-mexico .webform-button--submit {
  background-color: #FF000B;
  padding: 0.5vw 4vw;
  text-transform: uppercase;
  font-family: "Segoe-UI-Bold";
  border-color: transparent;
  margin-left: 1vw;
  margin-top: -14vw;
  width: auto;
  float: none;
}
.career-opportunities-mexico .webform-button--submit{
  margin-top: 0;
}
#edit-privacy-policy p {
  font-size: 20px;
  color: #fff;
}

div#edit-privacy-policy a:hover {
  text-decoration: underline;
  color: #A7A9AC;
}

/*** know more button styles ***/
.knowMoreButton {
  display: inline-block;
  padding: 5px 20px 5px 50px;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  width: auto;
}

.knowMoreButton .circle {
  height: 28px;
  width: 28px;
  border-radius: 25px;
  border: 1px solid #606060;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in;
}

.knowMoreButton .circle .icon {
  left: 0;
  position: absolute;
  height: 14px;
  margin-left: 11px;
  font-size: 30px !important;
  transition: 0.3s ease-in;
  color: #606060;
  top: -12px;
}

.knowMoreButton>span,
.knowMoreButton>span p {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  transition: 0.3s ease-in;
}

.knowMoreButton>span a,
.knowMoreButton>span a:not([href]),
.knowMoreButton>span a.know-more-btn,
.knowMoreButton>p a,
.knowMoreButton>p a:not([href]),
.knowMoreButton>p a.know-more-btn{
  color: #ff0000;
  font-size: 18px;
  text-decoration: none;
  height: 26px;
  line-height: 26px;
  display: block;
  font-weight: 800;
}

.knowMoreButton:hover .circle {
  background: #ff0000;
  border: 1px solid #ff0000;
  width: 100%;
  border-radius: 25px;
}

.knowMoreButton:hover>span,
.knowMoreButton:hover>p {
  transform: translateX(-30px);
}

.knowMoreButton:hover>span a,
.knowMoreButton:hover>span a:not([href]),
.knowMoreButton:hover>p a,
.knowMoreButton:hover>p a:not([href]){
  color: #fff;
  text-decoration: none;
}
.knowMoreButton:hover>p span a,
.knowMoreButton:hover>p span a:not([href]) {
  color: #fff;
  text-decoration: none;
}
.knowMoreButton:hover .circle .icon {
  color: #fff;
  left: calc(100% - 55px);
}

/** CTA white color **/
.knowMoreButton.white .icon,
.knowMoreButton.white>span a,
.knowMoreButton.white>p a{
  color: #fff;
}

.knowMoreButton.white .circle {
  border: 1px solid #ccc;
}

.knowMoreButton.white:hover .circle {
  border: 1px solid #ff0000;
}

/** cta grey color **/
.knowMoreButton.grey .icon,
.knowMoreButton.grey>span a,
.knowMoreButton.grey>p a{
  color: #707070;
}

.knowMoreButton.grey .circle {
  border: 1px solid #707070;
}

.knowMoreButton.grey:hover .circle {
  border: 1px solid #ff0000;
}

/*** banner ***/
.page-node-15 .hdrArea {
  margin-top: 5%;
}

.page-node-15 p.hdrDesc {
  line-height: 1.3;
  margin-top: 0;
}

.page-node-15 .owl-dots {
  bottom: 7%;
  left: 4%;
}

/*expertise*/
.expertise-content img.img-fluid {
  position: relative;
  /* margin-right: -236px;*/
  width: 40vw;
}

/*modal-popup*/
#js-modal-page-show-modal.modal.show {
    opacity: 1;
}
#js-modal-page-show-modal.modal.show .modal-dialog {
    transform: none;
    width: 100% !important;
    max-width: 30% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#js-modal-page-show-modal.modal.show .modal-body.modal-page-body {
    margin: 0 auto;
}
#js-modal-page-show-modal.modal.show h4.modal-title.modal-page-title{
  font-size: 20px;
}
#js-modal-page-show-modal.modal.show label.modal-dont-show-again-label {
    font-size: 15px;
    margin-top: 1%;
   float: left;
}
#js-modal-page-show-modal.modal.show button.btn.btn-default.js-modal-page-ok-button {
    font-size: 12px;
	border: 1px solid #ccc;
}
#js-modal-page-show-modal.modal.show .modal-header{
  border: 0;
  display: block;
}
#js-modal-page-show-modal.modal.show .modal-footer{
  display: block;
  width: 100%;
}
#js-modal-page-show-modal.modal.show .modal-header .close {
    margin-top: 4%;
    font-size: 22px;
    color: #999;
    opacity: 1;
    margin-right: 5%;
}
#js-modal-page-show-modal.modal.show .close:focus, #js-modal-page-show-modal.modal.show .close:hover {
    background: transparent;
}
@media only screen and (min-width: 1240px) and (max-width: 1279px) {

  .we-mega-menu-ul .dropdown-menu>a:before,
  .we-mega-menu-ul .dropdown-menu>a:after,
  .we-mega-menu-ul .dropdown-menu>span:before,
  .we-mega-menu-ul .dropdown-menu>span:after {
    right: -1rem;
  }

  .we-mega-menu-ul>.we-mega-menu-li>a {
    padding: 0 0.5rem;
    font-size: 14px;
  }

  ul.we-mega-menu-ul.nav.nav-tabs {
    margin-left: 3vw;
  }

  .page-node-15 h2.hdrText {
    font-size: 5rem;
    width: 29%;
  }

  .page-node-15 h2.hdrText {
    font-size: 4rem;
    width: 22vw;
  }

  .page-node-15 .pointer {
    width: 41rem;
    height: 16rem;
  }

  .page-node-15 .pointer-cont {
    font-size: 5rem;
  }

  .page-node-15 .pointer:before {
    right: -10rem;
    border-left: 10rem solid rgba(255, 0, 0, 0.6);
    border-top: 16rem solid transparent;
  }

  .page-node-15 p.hdrDesc {
    margin-top: 1%;
    font-size: 2.8rem;
    width: 38vw;
  }

  .page-node-15 .owl-dots {
    bottom: 9vh;
    width: 24%;
    left: 4vw;
  }

  .page-node-15 .hdrArea {
    margin-top: 7%;
  }

  .we-mega-menu-submenu li.we-mega-menu-li a {
    font-size: 14px;
  }

  section {
    min-height: auto;
  }

  li.we-mega-menu-li.dropdown-menu:nth-child(2) ul.nav.nav-tabs.subul {
    width: 26rem;
  }

  ul.nav.nav-tabs.subul {
    width: 15rem;
  }

  .overviewSection.joinSection .textArea {
    width: 35vw;
  }

  .expertise-content {
    width: 40%;
    float: right;
  }

  .textArea.scroll {
    height: 400px;
  }

  .experiences-area .slide .imageArea {
    width: 40%;
  }

  .experiences-area .textArea {
    width: 60%;
    padding-left: 5%;
  }

  .experiences-area .slide .imageArea .quote {
    height: 11.25vw;
    left: 10vw;
    top: -46vh;
  }

  .our-expertise .owl-prev span,
  .our-expertise .owl-next span {
    top: -20% !important;
  }

  /*location*/
  .addressSection p {
    font-size: 14px;
    line-height: 1;
  }

  span.office-ph-icon,
  span.fax-icon {
    font-size: 14px;
  }

  #quicktabs-container-locations .views-field.views-field-field-thumbnail-image {
    position: absolute;
    right: -1.6vw;
    top: 0;
    width: 22%;
  }

  #quicktabs-container-locations iframe {
    width: 100%;
    height: 264px;
  }

  /*newsRoom*/
  .node--type-newsroom div#block-sonata-new-page-title h1.title span.field {
    font-size: 30px;
  }

  .node--type-newsroom div#block-sonata-new-page-title {
    margin: 12vw 10vw 0;
  }

  /*hfs section*/
  #H1-section5.section-spacing .col-sm-6:nth-child(2) {
    padding-left: 0 !important;
  }

  .buttonSection .knowMoreButton>span a,
  .buttonSection .knowMoreButton>span a:not([href]),
  .buttonSection .knowMoreButton>span a.know-more-btn {
    font-size: 14px;
  }

  #H1-section5 h2 {
    margin-left: -5%;
  }

}

@media only screen and (max-width: 1600px) and (min-width:1270px) {
  
 /*contact*/
  .communicationSection span.office-ph-icon,
  .communicationSection span.fax-icon {
    font-size: 16px;
  }

  .page-node-4169 .banner-text {
    top: 30%;
    width: 70vw;
  }

  .page-node-4169 h2.hdrText {
    font-size: 5em;
    width: 50%;
  }

  .page-node-4169 .pointer-cont {
    font-size: 7em;
    width: 54%;
  }

  #H1-section5.section-spacing .col-sm-6:nth-child(2) {
    padding-left: 0 !important;
  }

  .buttonSection .knowMoreButton>span a,
  .buttonSection .knowMoreButton>span a:not([href]),
  .buttonSection .knowMoreButton>span a.know-more-btn {
    font-size: 14px;
  }

  #H1-section5 h2 {
    margin-left: -5%;
  }
}

@media only screen and (max-width: 1280px) and (min-width:1023px) {
 
  /*microsoft-alliance*/
  .platform-carousel h2{
    font-size: 3.2vw;
  }


  #quicktabs-container-locations .views-row {
    height: max-content;
    padding-bottom: 0;
  }

  .col-sm-4.addressSection {
    width: 18vw;
  }

  .addressSection h4 {
    font-size: 20px;
    margin-bottom: 1vh;
  }

  .addressSection .heading,
  .communicationSection .heading {
    font-size: 18px;
    margin: 0vw 0;
    width: 16vw;
  }

  span.office-ph-icon,
  span.fax-icon {
    font-size: 16px !important;
  }

  #quicktabs-container-locations .email-icon a,
  .map-icon a {
    font-size: 16px !important;
  }

  #quicktabs-container-locations iframe {
    width: 100% !important;
    height: 248px !important;
  }

  #quicktabs-container-locations .views-field.views-field-field-thumbnail-image {
    width: 26% !important;
  }

  #quicktabs-container-locations .views-field.views-field-field-gmap {
    right: 26% !important;
    width: 25% !important;
  }

  #quicktabs-container-locations .views-field.views-field-field-thumbnail-image {
    position: absolute;
    right: 0.5vw;
    top: 0;
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .addressSection p {
    font-size: 16px !important;
    line-height: 1;
  }

  .col-sm-4.communicationSection {
    width: 15vw;
    padding-top: 4.2vw;
  }

  #quicktabs-container-locations .views-field.views-field-field-gmap {
    right: 26%;
    top: 0;
    left: auto;
    width: 30%;
  }

  #quicktabs-container-locations .views-field.views-field-field-thumbnail-image {
    right: 0.5vw;
    top: 0;
    width: 25%;
  }

  /*alliance-icon*/
  /*.icon-hover:hover .circle {
    transform: scale(1) !important;
  }

  .icon-hover:hover .icon {
    left: 38% !important;
    top: 0vw !important;
  }
  .page-node-4993 .icon-hover:hover .icon{
   left: 0; 
  }*/
  .page-node-4170 .allianceSection p.common-subheading {
    padding-top: 36% !important;
  }

}

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

  /*** from ***/
  .featured-bottom .vcl_content p {
    font-size: 40px;
  }

  .featured-bottom .vcl_content p+p,
  a.schedule-meeting,
  .featured-bottom .form-control,
  #select2-edit-select-enquiry-type-container {
    font-size: 14px;
  }

  .featured-bottom .col-auto,
  .featured-bottom .block-webform-block,
  div#block-awscontactourexperttext-2 {
    width: 100%;
  }

  button#edit-actions-submit {
    font-size: 18px;
  }

  .featured-bottom .block-webform-block {
    margin-top: 4vh;
  }

  /*** footer ***/
  .site-footer__top.clearfix {
    flex-direction: column;
  }

  section.row.region.region-footer-first,
  section.row.region.region-footer-fourth {
    width: 100%;
  }

  ul#block-aboutusfootermenu-2 li.menu-item,
  ul#block-sonata-new-copyrightmenu li.menu-item {
    font-size: 12px;
  }

  ul#block-sonata-new-sociallinks {
    float: left;
    margin-right: 0;
    margin-left: 8%;
    margin-top: 3%;
  }

  #block-sonata-new-copyrightmenu a {
    font-size: 12px;
  }

  .site-footer__bottom .menu-item a {
    padding: 0 2rem 2rem 0;
  }

  ul#block-sonata-new-copyrightmenu li.menu-item:last-child {
    float: left;
  }

  .site-footer {
    padding: 2vh 0 0;
  }

  .site-footer__bottom {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .site-footer__bottom .region {
    margin-left: 0;
  }

  /* footer */
  #block-aboutusfootermenu-2 .menu-item a {
    font-size: 12px;
  }
}


/*** font-styles for all resolutions DT and laptop ***/
@media screen and (min-width: 1820px) {
  /*header*/
  .navbar-we-mega-menu>.container-fluid {
    justify-content: space-around !important;
  }
  
  section#H1-section5 {
    padding: 3% 5% 0;
  }

  h2.hdrText {
    font-size: 80px;
  }

  .pointer-cont {
    font-size: 120px;
  }

  p.hdrDesc {
    font-size: 38px;
    line-height: 1.2;
  }


  .card-stack-wrap article p {
    font-size: 20px;
  }

  [id*="industries-"] .industry-paragraph-wrap,
  .case-studies-wrap .elementor-widget-container strong {
    font-size: 20px;
  }

  .industries .nav-wrap>strong {
    font-size: 36px;
  }

  .industries .nav-wrap {
    margin-top: -125px;
  }

  /*** L1page styles started ***/
  .class-abs {
    top: 18vh;
    left: 25vw;
  }

  .class-rel {
    top: 6vh;
    left: 25vw;
  }

  /*** L1 page ***/
  .advantages h2 {
    font-size: 80px;
  }

  .advantages .adv-card {
    width: 20vw;
    max-width: 22vw;
  }


  .advantages .adv-card p {
    font-size: 20px;
    line-height: 1.5;
  }

  .offerings .col-md-5 {
    flex: 0 0 auto;
    width: 60.666667%;
  }

  .offering-list li .off-know-more {
    top: 24vh;
  }

  .our-partners .container-wrap h2,
  [id*="industries-"] h3 {
    font-size: 80px;
  }

  #industries-3 h3 {
    width: 30vw;
  }

  .case-study-container .mdw-stacked-cards .elementor-element[class*="elementor-element-"] {
    width: 435px;
  }

  .case-studies-wrap .cs-arrow-wrap {
    bottom: -70px;
  }

  .title-red {
    font-size: 36px;
  }

  .thought-leadership.testimonials p {
    font-size: 20px;
    width: 95%;
  }

  .case-studies-wrap .cs-title {
    font-size: 36px;
  }

  .case-study-container .mdw-stacked-cards .elementor-element[class*="elementor-element-"] {
    width: 600px;
    height: 500px;
  }

  .case-studies-wrap .elementor-widget-container h3 {
    font-size: 36px;
  }

  .case-studies-wrap .elementor-widget-container p {
    font-size: 20px;
  }


  .page-node-4360 section.thought-leadership-spotlight {
    top: 0;
  }

  .page-node-4489 section.thought-leadership-spotlight {
    top: 0;
  }

  .dna-page-wrap h4 {
    font-size: 36px;
  }

  .dna-page-wrap p {
    font-size: 20px;
  }

  /* consulting */
  .consulting-pg .banner-content {
    width: 100%;
    background-color: #000;
    min-height: 80vh;
  }

  .consulting-pg div#jsi-particle-container {
    top: 18%;
    right: 6vw;
    left: auto;
  }

  .consulting-pg .banner-content img.img-fluid {
    display: none;
  }

  .consulting-pg .banner-content h2 {
    font-size: 120px;
  }

  p.bnr-sbhd {
    font-size: 72px;
  }

  .cr-overview-info {
    height: calc(100% - 220px);
  }

  /* d and i */
  .page-node-4491 section.overview {
    padding: 5% 7% 6% 7%;
  }

  .path-div {
    top: 16%;
  }

  .client-div {
    left: 18%;
    top: 62%;
  }

  .d-i-page .imageArea p {
    width: 24%;
    transform: translate(290%, 115%);
  }

  .allianceSection .icon-hover {
    padding-top: 25%;
  }

  .expertise-content img.img-fluid {
    width: 90%;
    margin-right: -6vw;
  }

  .node--type-newsroom div#block-sonata-new-page-title h1.title span.field {
    font-size: 45px !important;
  }

  .node--type-newsroom div#block-sonata-new-page-title {
    margin: 11vw 10vw 0 !important;
  }

}


@media screen and (min-width: 1320px) {
  .page-node-15 .pointer:before {
    right: -5.99vw;
  }

  .page-node-15 .bannerSection .pointer:before {
    right: -8.95vw;
  }

  .overviewSection.joinSection .textArea {
    width: 34vw;
  }

  .experiences-area .slide .imageArea {
    width: 35%;
  }

  .experiences-area .slide .textArea {
    margin-left: 5%;
  }

  .class-rel {
    left: 20vw;
  }

  .class-abs {
    left: 20vw;
  }

  .textArea.scroll {
    height: 400px;
  }

}


@media screen and (min-width: 1200px) {
  .allianceSection p.common-subheading {
    padding-top: 0;
  }
}



/* hover effects for l1 */
@media screen and (max-width: 1280px) {
  .title-red {
    padding-left: 0;
    font-size: 4.6vw;
  }

  .hover-effect-lists .col-md-5 h2 {
    font-size: 6vw;
    /* fix for margin issue */
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1600px) and (min-width:1210px) {

  /*issue fixing*/
  /*hp*/
  #H1-section13.ourpeople-area .animationButton {
    right: 15.3vw;
  }

  #H1-section9 .newsroom-inner-content span {
    font-size: 13px;
  }

  .careers-landing-pg .cr-overview-info {
    height: 88%;
  }

  .careers-landing-pg .cr-overview-info h3 {
    margin-bottom: 15px;
  }

  .container-fluid .space-clearing #delivery-platform {
    right: 12vw;
  }

  /* contact us */
  #quicktabs-container-locations .views-row {
    height: 366px;
  }

  /*#quicktabs-container-locations .views-field.views-field-nothing {
    width: 40%;
  }*/

  #quicktabs-container-locations .col-sm-4.addressSection {
    display: flex;
    flex-direction: column;
    width: 23vw;
  }

  #quicktabs-container-locations .addressSection .heading,
  #quicktabs-container-locations .communicationSection .heading {
    margin: 1vw 0;
    width: 16vw;
  }

  #quicktabs-container-locations .col-sm-4.communicationSection {
    width: 15vw;
    padding-top: 49px;
  }

  #quicktabs-container-locations .views-field.views-field-field-gmap {
    right: 19%;
    width: 30%;
  }

  #quicktabs-container-locations .views-field.views-field-field-thumbnail-image {
    position: absolute;
    right: -1.6vw;
    top: 0;
    width: auto;
  }

  /*circle*/
  .page-node-4170 .allianceSection p.common-subheading {
    padding-top: 0 !important;
  }
  .allianceSection p.common-subheading {
    padding-top: 39%;
  }

  /*.allianceSection .icon-hover:hover img,
  .allianceSection .icon img {
    width: 125px;
    height: 125px;
  }*/

  .annual .knowMoreButton>span a,
  .ssl .knowMoreButton>span a,
  .present .knowMoreButton>span a {
    font-size: 15px;
  }
}


/* login page in CMS */
/*form#user-login-form {
  margin-top: 17vh;
  padding: 5%;
}*/

/* latest changes for l1 pages */

.section-spacing .col-sm-6:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.section-spacing .col-sm-6:nth-child(2) p {
  display: flex;
}

/*banner related */
.hdrArea h2,
.banner-text h2 {
  font-size: 4.2vw;
}

.banner-text p {
  font-size: 2vw;
}

.colorB {
  color: #000 !important;
}

.section-spacing {
  padding: 3% 7.32%;
  margin: 0;
}

.page-node-15 .section-spacing {
  padding: 0;
}

.d-flex h3,
.partnersSection h3 {
  font-size: 3vw;
}

.page-node-4309 .section-spacing {
  padding: 0 7% 5% 7%;
}

.section-spacing.row.full-row-content.Edgeimage {
  padding: 0 7%;
}

/*calendly section */
section.calendly-link {
  min-height: 100px !important;
  background-color: #e6e7e8;
  padding: 0 5%;
}

/* calendly text alignment issue fix */
section.calendly-link {
  position: relative;
  min-height: 70px !important;
  background-color: #e6e7e8;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.calendly-link .container-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.calendly-link p {
  margin: 0 !important;
  padding: 0 !important;
}

/*HFS Section*/
section#H1-section5 {
  padding: 7% 2%;
}

p.font36 {
  font-size: 2vw;
  margin-left: 1.5%;
}

.buttonContent {
  margin-left: 12%;
}

.buttonContent p {
  font-size: 16px;
}

#H1-section5.section-spacing .col-sm-6:nth-child(2) {
  padding-top: 9%;
}

/*cookies*/
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p,
button.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background-color: #fff !important;

}

.eu-cookie-compliance-secondary-button {
  margin-top: 21px !important;
  margin-left: 2vw !important;
}

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

button.decline-button.eu-cookie-compliance-default-button,
.eu-cookie-compliance-secondary-button {
  background: none;
  border: 1px solid #f00;
  padding: 5px 20px;
  margin: 0 5px!important;
  border-radius: 4px;
}

.eu-cookie-compliance-banner button.decline-button.eu-cookie-compliance-default-button {
  padding-left: 5%;
  border: 1px solid #000;
}

.eu-cookie-compliance-banner div#popup-buttons {
  display: flex;
  width: 28%;
  margin: 0 0 0 1%;
}

/** thank you **/
/*.thankyou{
  padding-top: 12%;
  margin-bottom: 3vh;
  min-height: 100vh;
}*/
.thankyou {
   padding-top: 120px;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
}
.thankyou .ver-hor-center img.homeicon-img {
    width: 5vw !important;
}
.thankyou .ver-hor-center h2{
  font-size: 6.25vw;
}
.thankyou .ver-hor-center {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.thankyou .ver-hor-center img {
    margin-top: 10%;
    width: 20vw;
    margin: 0 auto 3vh;
}
.thankyou .ver-hor-center h3,
.thankyou .ver-hor-center p strong {
    margin-top: 10%;
    font-size: 2.185vw;
    margin: 5% 0 3%  0;
}
.thankyou .ver-hor-center p,
.thankyou .ver-hor-center span {
    font-size: 1.041vw !important;
   text-align: center !important; 
}
/*LinearGradient Styles*/
.blob-blue {
    position: fixed;
    width: 350px;
    height: 350px;
    left: 0;
    top: 0;
    animation: blobBlue 40s infinite;
    animation-timing-function: linear;
    opacity: 0.2;
}
@keyframes blobBlue {
  0% {
    left: 0;
    top: 0;
    transform: scale(1);
  }

  20% {
    left: 30%;
    top: 20%;
    transform: scale(0.9);
  }

  40% {
    left: 80%;
    top: 0%;
    transform: scale(0.8);
  }

  60% {
    left: 70%;
    top: 50%;
    transform: scale(1);
  }

  80% {
    left: 40%;
    top: 10%;
    transform: scale(0.8);
  }

  100% {
    left: 0;
    top: 0;
    transform: scale(1);
  }
}
.blob-pink {
    position: fixed;
    width: 350px;
    height: 350px;
    top: 0;
    right: 0;
    animation: blobPink 40s infinite;
    animation-timing-function: linear;
    opacity: 0.2;
}
@keyframes blobPink {
  0% {
    right: 0;
    top: 0;
    transform: scale(1);
  }

  20% {
    right: 0;
    top: 50%;
    transform: scale(0.9);
  }

  40% {
    right: 40%;
    top: 60%;
    transform: scale(0.8);
  }

  60% {
    right: 80%;
    top: 60%;
    transform: scale(1);
  }

  80% {
    right: 40%;
    top: 10%;
    transform: scale(0.9);
  }

  100% {
    right: 0;
    top: 0;
    transform: scale(1);
  }
}

@media screen and (min-width: 1210px) and (max-width: 1239px) {

  .buttonSection .knowMoreButton>span a,
  .buttonSection .knowMoreButton>span a:not([href]),
  .buttonSection .knowMoreButton>span a.know-more-btn {
    font-size: 14px;
  }

  .buttonSection .animationButton {
    margin-right: 4% !important;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1284px) {
.culture-area .textArea{
  height: 42vh !important;
}
.client-exp .quote{
  top: -15vh;
}
}
@media screen and (min-width: 1599px) and (max-width: 1680px) {
  .page-node-4888 .allianceSection p.common-subheading {
    padding-top: 0;
  }
  .page-node-4888 .icon-hover p.common-subheading {
    margin-top: 6vw;
  }
  .icon-hover p.common-subheading {
    margin-top: 0;
  }
   .page-node-4170 .icon-hover p.common-subheading {
    margin-top: 0;
  }

  #H1-section13.ourpeople-area .animationButton {
    right: 16.3vw;
  }
   .page-node-4328 .icon-hover p.common-subheading {
    margin-top: 6vw;
  }

}

/*table font-size*/
table td,table th{
  font-size: 2em;
}
table{
  position: relative;
}
/*radial*/
.radial-blue,.radial-pink{
  display: none;
}
/***banner bold text ***/
h2.banner-txt-temp2 {
    font-family: 'Segoe-UI-Light';
    font-weight: normal !important;
}
.banner-txt-temp2 span.txt-bold {
    font-size: 4.2vw;
    font-family: 'Segoe-UI-Bold';
    font-weight: 500;
}
.banner.inner-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #fff;
}
/***program-reboot-empowering-women***/
.empowering-women .banner-text h2,
.empowering-women .banner-text h3 {
    color: #000;
}
/*150% screen recommendation*/
@media only screen and (min-width: 1270px) and (max-width: 1280px){
/***sitemap***/
.user-logged-in.path-sitemap nav#navbar-main {
    padding-top: 55px;
}

.common-paragraph-text{
  font-size: 15px;
}
p,
.overview-content p{
  margin-bottom: 2%;
  font-size: 15px;
}
a,span{
  font-size: 14px;
}
li{
  font-size: 14px
}
.we-mega-menu-ul>.dropdown-menu {
    margin-right: 1rem;
}
.node--type-platformation .consulting-pg .banner-content h2 {
    font-size: 4.2vw;
    top: 25px;
    position: relative;
}
.locations-section #quicktabs-container-locations .views-field.views-field-field-thumbnail-image {
    width: 42% !important;
}
.managed-app-services .app-services-list h4 {
    font-size: 24px;
}
#js-modal-page-show-modal.modal.show .modal-dialog{
  max-width: 25%;
}
.icon-hover p{
  font-size: 16px;
}
.page-node-4888 .section-spacing {
    padding: 1% 7% 0;
}
/***blog pages 10-04 ***/
.blog-template-wrap .time-info {
    position: relative;
}
.banner-carousel .owl-nav{
   bottom: 15%;
   left: 8%;
   height: 10px;

}
/*******/
.empowering-women .banner-text {
    top: 42%;
}
}
@media only screen and (min-width:1355px) and (max-width: 1680px){
.common-paragraph-text{
  font-size: 18px;
}
p,
.overview-content p{
  margin-bottom: 2%;
  font-size: 1.1vw;
}
.page-node-10 .overview .content header p {
    font-size: 1.25vw !important;
}
.page-node-10 .tabsscroll {
    width: 65% !important;
    margin: 50px auto 10px !important;
}
.page-node-10 .w-60 {
    width: 80% !important;
}
.page-node-10 .overview .content p {
    padding-bottom: 0px;
    width: 90% !important;
    margin-top: 3% !important;
}

a {
   font-size: 1.2vw;
}
.allianceSection .icon-hover p {
     font-size: 15px;
}
.page-node-4888 .section-spacing {
    padding: 1% 7% 0;
}
/*modal-popup*/
#js-modal-page-show-modal.modal.show h4.modal-title.modal-page-title {
    font-size: 15px;
}
#js-modal-page-show-modal.modal.show label.modal-dont-show-again-label {
    font-size: 12px;
}
}

@media only screen and (min-width:1355px){
  .banner-carousel .owl-nav{
   bottom: 15%;
   left: 8%;
   height: 10px;
 }
 
}
.view-filters span.glyphicon {
    font-family: 'Segoe-UI';
}
.view-filters {
    border-bottom: 1px solid #c7c7c7 !important;
}
.page-view-insights .view-filters, .page-view-insights-case-study .view-filters {
    margin: 4% 8.5% 3% 8.5%;
}
/*-----------INSIGHTS-------------*/


.field-content .tab-button.active h3 p, .field-content .tab-button h3 p {
    margin-bottom: 15px;
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 700;
}


.tabs .field-content .tab-button.active p:nth-child(1) {
    color: #ff0000;
}

.field-content .tab-button.active {
    FONT-WEIGHT: 200;
    display: block;
    background-color: #fff;
    color: black;
    padding: 8px 11px 8px 0px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
.field-content .tab-button h3 p .tit-txt, .field-content .tab-button h3 p .tit-txt{ 
    color: #000;
    font-size: 22px;
    padding: 5px 0px;
}

.field-content .tab-button.active h3, .field-content .tab-button h3{ 
    margin-bottom:10px;
}
.field-content .tab-button.active p, .field-content .tab-button p{ 
    margin-bottom:15px;
  font-size:15px;
}

.field-content .tab-button {
FONT-WEIGHT: 200;
    display: block;
    background-color: #fff;
    color: black;
    padding: 8px 11px 8px 0px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}
.views-field-field-event-date{border-bottom: 1px solid #ccc;
}
.view-content .tab-button:hover{padding-left: 15px; width:100%}

.view-insights .blog-views-wrap .view-rhs-list {
    position: sticky;
    top: 36px;
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    padding: 5px;
}
/***site-map***/
.page-not-found.admin-denied {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}
.page-not-found.admin-denied ul {
    padding-left: 4rem;
    margin-bottom: 20px;
}
.page-not-found.admin-denied{
  padding: 170px 7% 35px;
}

/***admin-login-sitemap***/
.user-logged-in.path-sitemap nav#navbar-main {
    padding-top: 100px;
}
.user-logged-in.path-sitemap .sitemap {
   padding: 11% 7%;
}
.user-logged-in.path-sitemap .sitemap li {
   list-style-type: none;
}
.user-logged-in.path-sitemap .sitemap ul li ul {
   margin-left: 1%;
}
.level-0 li:nth-child(1),
.level-0 li:nth-child(2),
.level-0 li:nth-child(3),
.level-0 li:nth-child(4),
.level-0 li:nth-child(5),
.level-0 li:nth-child(6),
.level-0 li:nth-child(7),
.level-0 li:nth-child(8),
.level-0 li:nth-child(9){ 
  float: left;
  width: 14vw;
}
.user-logged-in.path-sitemap .sitemap li span {
  font-size: 0.8vw;
  font-weight: 700;
  padding-right: 4%;
}
ul.level-2 {
  float: left;
  padding-left: 5%;
}
ul.level-1 li {
    list-style-type: disclosure-closed !important;
}
ul.level-2 li {
  list-style-type: disc !important;
}
ul.level-3 li {
  list-style-type: circle !important;
}
ul.level-3 {
    padding-left: 4%;
}
.user-logged-in.path-sitemap .sitemap ul.level-1 {
    margin-left: 7%;
}
.user-logged-in.path-sitemap .sitemap li a {
    font-size: 0.9vw;
    padding-left: 0;
    padding-right: 20%;
    margin-left: -2%;
}
.user-logged-in.path-sitemap .sitemap {
    padding: 11% 50px 0;
}
ul.level-0 {
    float: left;
    padding-bottom: 3%;
    width: 100%;
}
.level-0 li:nth-child(4){
  width: 15vw;
}
.level-0 li:nth-child(5){
  width: 8vw;
}
.level-0 li:nth-child(6){
  width: 9vw;
}
.level-0 li:nth-child(7){
  width: 10vw;
}
.level-0 li:nth-child(8){
  width: 5vw;
  padding-right:0;
}
.level-0 li:nth-child(9){
  width: 7vw;
  padding-right:0;
}

/* webform */

#block-sonata-webform h2 {
    color: #fff;
    padding: 0;
}
#block-sonata-webform .webform-submission-form {
    display: flex;
}
#edit-actions button {
    background-color: #FF000B;
    padding: 6px 20px;
    text-transform: uppercase;
    font-family: "Segoe-UI-Bold";
    border-color: transparent;
    margin-left: 0;
}
#block-sonata-webform .js-form-type-textfield{
  padding: 0 20px;
}

/***banner text alignment center ***/
@media only screen and (min-width:1023px) {
.banner-content {
    display: flex !important;
    flex-direction: column !important;
}

.banner-text {
    top: auto !important;
    bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    height: 100% !important;
}
}





/* resources winwire styles common */
/*** font-styles ***/
/* common fonts */
/* common fonts */
.node--type-winwire h1,
.node--type-winwire h2,
.node--type-winwire h3,
.node--type-winwire h4,
.node--type-winwire h5,
.node--type-winwire h6 {
  font-family: 'Segoe-UI-Bold';
  font-weight: bold;
}

.node--type-winwire h1,
.node--type-winwire h2,
.node--type-winwire h3 {
  font-family: 'Segoe-UI-Bold';
  line-height: 1.2;
  margin-bottom: 3vh;
}


.node--type-winwire h1 {
  font-size: 4.375vw;
  color: #000;
}

.node--type-winwire h2 {
  font-size: 3.35vw;
  margin-bottom: 2.1762vh;
}

.node--type-winwire h3 {
  font-size: 2.8125vw;
}

.node--type-winwire h4 {
  font-size: 2.083vw;
}

.node--type-winwire h5 {
  font-size: 1.354vw;
  margin: 1% 0;
}

.node--type-winwire p {
  font-size: 1.25vw;
  margin-bottom: 2.1762vh;
}

.node--type-winwire a {
  font-size: 1.25vw;
  color: #ff0000;
}

.node--type-winwire ul{
  padding: 0 3%;
  margin-left: 20px;
}
.node--type-winwire .site-footer ul{
  padding: 0;
}
.node--type-winwire li {
  font-size: 1.25vw;
  margin-bottom: 0.9vh;
  list-style-type: square;
}
.node--type-winwire main#content {
  padding: 0;
}

.node--type-winwire div#main {
  padding: 0;
}

.node--type-winwire div#page {
  overflow: auto;
  overflow-x: hidden;
}
.bold-font {
  font-weight: 700;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}
.node--type-winwire .row {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.node--type-winwire .results{
  width: 100%;
}
/* common template banner */
.banner-content h4 {
  font-size: 4.35vw;
  width: 82%;
}

.banner-content p {
  font-size: 2.3vw;
  margin-top: 1vw;
  width: 95%;
}

/* login */
.user-login-form {
  max-width: 600px;
  margin: 10vh auto;
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 20px 30px !important;
  border-radius: 10px;
}

.user-login-form .captcha__description,
.user-login-form .text-muted {
  font-size: 14px;
  top: 2px;
  position: relative;
}

.user-login-form form#user-login-form button {
  font-size: 18px;
  margin-top: 15px;
  background-color: #FF000B;
  padding: 0.5vw 2vw;
  text-transform: uppercase;
  font-family: "Segoe-UI-Bold";
  border-color: transparent;
}

.user-login-form label.js-form-required.form-required {
  margin-block: 2vh 1vh;
  visibility: visible;
}

.user-login-form label {
  font-size: 1.12vw;
}

.user-login-form label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  visibility: visible;
}

.user-login-form .form-required::after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/themes/contrib/bootstrap_barrio/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

.user-login-form .form-control {
  font-size: 1.5rem;
}

.user-login-form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.user-login-form .js-form-item {
  width: 100%;
}

#user-login-form button,
.path-search button#edit-submit {
  font-size: 1.1vw;
  margin-top: 15px;
  background-color: #FF000B;
  padding: 0.5vw 2vw;
  text-transform: uppercase;
  font-family: "Segoe-UI-Bold";
  border-color: transparent;
}

/* search */
.path-search main#content {
  padding: 150px 100px;
}

.path-search .list-group.node_search-results li.list-group-item {
   margin: 10px 0;
  border: 1px solid #ccc !important;
}

.path-search input#edit-keys {
  height: 2.5vw;
  font-size: 1.1vw;
}

.path-search button#edit-submit {
  margin-top: -5px;
  padding: 0.3vw 2vw;
}

.path-search a {
  color: #ff0000;
}

.path-search .js-form-item{
  margin: 0 10px 10px 0;
}

/* rewriting the width */
.box-5{
  width: 78%;
}

/* home page cta button alignment bottom */
.view-content.row .views-view-responsive-grid__item {
  position: relative;
  padding-bottom: 10%;
}

.card-footer {
    position: absolute;
    bottom: 0;
    top: auto;
}

/* common spacing leftand right */
.node--type-winwire section#page {
    padding: 4.2% 8%;
    float: left;
}
