/*main {
    position: relative;
   width: calc(min(84rem, 90%));
    margin: 0 auto;
    min-height: 100vh;
    column-gap: 10rem;
    padding-block: min(40vh, 8rem);
}*/
.dark-carousel main {
    display: flex;
    justify-content: center;
}
.dark-carousel .swiper-slide-active {
    box-shadow: #000 2px 0px 8px 2px;
    border-radius: 150px;
}
.dark-carousel .swiper-pagination-bullet, .dark-carousel .swiper-pagination-bullet-active {
    background: red;
}
.dark-carousel h2 {
    font-size: 32px;
}
.consulting-section .aos-animate h2{
    font-size:2.5vw;
}
.section-spacing.row.full-row-content.consulting-section {
    padding-bottom: 0;
}
.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}
.swiper-nofocus {
  transform: translate3d(0, 0, -29px) !important;
}

/*
.swiper-slide-prev {
    width: 289px;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -30px) rotateX(0deg) rotateY(0deg) scale(1);
    z-index: -5;
}
.swiper-slide-next {
    width: 289px;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 30px) rotateX(0deg) rotateY(0deg) scale(1);
    z-index: -5;
}
*/

/*
.swiper-slide {
  display: none !important;
}
.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next {
  display: flex !important;
}
*/

/*main > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}*/

/*main > div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #005baa;
  background-image: linear-gradient(45deg, #005baa, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}*/

/*main > div hr {
  display: block;
  background: #005baa;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

main > div p {
  line-height: 1.6;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

main > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

main > div > a:hover {
  border: 0.125rem solid #005baa;
  color: #005baa;
}*/

.swiper {
    width: 46%;
    padding-top: 3.125rem;
    float: right;
    vertical-align: middle;
    position: relative;
    padding-bottom:10px;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.dark-carousel .swiper-slide {
/*  width: 293px !important;
  height: 529px;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.dark-carousel .swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}
.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
/*  main {
      display: flex;
      align-items: center;
  }*/

  .bg, .bg2 {
      opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .swiper {
      width: 34%;
  }
.swiper-3d {
    perspective: 60px;
}
}

.swiper-content{
  display: none;
}

.swiper-details {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    height: auto;
    margin-top: 6%;
    margin-left: -12px;
}
.foundation-platform .swiper-details{
  justify-content: center;
  margin-left: 0;
}

.continuous-modernization .swiper-details{
  margin-left: 0;
}
.continuous-modernization .dark-carousel h2{
  font-size: 3vw; 
}
.width-res{
  width: 42vw;
}
.swiper-pagination {
    position: static;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display:flex;
	margin-top:-30px;
}

/*--------------------------------8 March--------------------------*/


/*.swiper-pagination {
    position: absolute;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    top: 68%;
    margin-left: 6%;
}
*/

.swiper-3d {
    perspective: 60px;
}


.swiper-slide img{opacity:0.5}
.swiper-slide-active img{opacity:1}


@media only screen and (min-device-width : 320px) and (max-device-width : 639px) {

.dark-carousel .swiper-slide img{display:block; width: 50%;}

.dark-carousel main {
    display: block;
    justify-content: center;
}
.dark-carousel .swiper-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    height: auto;
    justify-content: center;
    padding: 0 5%;
    margin-top: 3%;
}
.dark-carousel #swiperDetails{
  padding-left: 8%;
}
.page-node-5923 .dark-carousel #swiperDetails{
  padding-left: 0;

}

.addtl-sec-carousel-wrap p.mt-3 {
    padding: 0 5%;
}
.page-node-5195 .dark-carousel .swiper-details{
  padding: 0;
  padding-left: 7%;
}
.swiper-pagination{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.swiper {
    width: 100%;
    padding-top: 3.125rem;
}
.dark-carousel .container-wrap,
section.container-fluid.dark-carousel.addtl-sec-carousel{
  padding: 0;
}
.dark-carousel .dark-h2 {
    margin-left: 6%;
}
.dark-carousel .swiper-pagination-bullet, .dark-carousel .swiper-pagination-bullet-active {
    margin-top: 10% !important;
}
.swiper-3d {
    perspective: 30px;
}
.dark-carousel .swiper-slide {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    box-shadow: none;
}
.swiper-pagination {
    position: static;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: block;
    margin: 0 auto;
}
 /*.page-node-1820 .swiper-slide.swiper-slide-prev,
 .page-node-1820 .swiper-slide.swiper-slide-next{
    transform: translate3d(0px, 0px, -65px) rotateX(0deg) rotateY(0deg) scale(2) !important;
  }*/

.op-to-ol .container-wrap.addtl-sec-carousel-wrap h2, .op-to-ol .container-wrap.addtl-sec-carousel-wrap p {
    margin-left: 7%;
    width: 90%;
}
.op-to-ol #swiperDetails p {
    width: 90% !important;
}
}

@media only screen and (min-device-width : 640px) and (max-device-width : 767px) {

.dark-carousel main {
    display: block;
    justify-content: center;
}

.swiper-details {
    width: 94%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    height: auto;
    justify-content: center;
    padding: 0px 30px;
}
.swiper-pagination {
    position: static;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    margin-top: 0px;
    margin-left: 20px;
}

.swiper-slide img{display:none;}
.swiper {
    width: 68%;
    padding-top: 3.125rem;
}
.swiper-3d {
    perspective: 60px;
    visibility:hidden;
}
.swiper-slide {
    width: 51% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}
/*main {
100    position: relative;
    width: calc(min(71rem, 94%));
    margin: 0 auto;
       min-height: 20vh;
    column-gap: 3rem;
   width: calc(min(85rem, 99%));
}*/
}


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

.swiper {
        width: 40%;
    padding-top: 3.125rem;
}
.swiper-details {
    width: 55%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    height: auto;
    justify-content: center;
}
.swiper-3d {
    perspective: 1247px;
}
.dark-carousel main {
    display: flex;
    justify-content: center;
    position: relative;
    width: calc(min(90rem, 93%));
    margin: 0 auto;
    min-height: 45vh;
    column-gap: 2rem;
    padding-block: min(14vh, 1rem);
}
.swiper-pagination {
    position: relative;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    top:0px;
    margin-left: 26px;
}
.swiper-slide img {
    max-width: 100%;
}
.swiper-slide-active {
    box-shadow: none;
    border-radius: 150px;
}
}


@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
.swiper {
    width: 60%;
    padding-top: 3.125rem;
    float: right;
    vertical-align: middle;
    position: relative;
}
.swiper-3d {
    perspective: 62px;
}
.swiper-details {
    width: 65%;
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    height: auto;
    justify-content: center;
 }
.continuous-modernization .swiper-pagination-bullet, .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
}
.swiper-pagination {
    margin-top: 0px;
}

}


@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

.swiper {
    width: 42%;
    padding-top: 3.125rem;
    float: right;
    vertical-align: middle;
    position: relative;
}
.swiper-3d {
    perspective: 60px;
}

}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
.swiper-details {
    width: 65%;
padding-right: 10px;
}
.op-to-ol.page-node-5217 .overview-content {
    display: flex;
    padding: 0px 4%;
}

.swiper {
    width: 85%;
    padding-top: 3.125rem;
    float: right;
    vertical-align: middle;
    position: relative;
}
.swiper-3d {
    perspective: 60px;
}



}
