
.service-list li .bold {
    font-weight: 600;
}
/* ==== FOLD 1-B ==== */

.fold1b {
    background: var(--color3b);
}

.fold1b .row-container {
    width: 100%;
}

.fold1b-item {
    position: relative;
    padding: 150px 0px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fold1b-img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0%;
}

.fold1b-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fold1b-content {
    width: calc(50% - 60px);
}

.fold1b-content .title span {
    color: var(--reg-purple);
}

.flipped .fold1b-item {
    justify-content: flex-end;
}

.flipped .fold1b-img {
    left: 0px;
    right: auto;
}

.flipped .fold1b-content {
    margin-left: auto;
}

.fold1b-content p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
}

.content-fold-b-content-inner p {
    font-size: 18px;
    margin-top: 24px;
    line-height: 26px;
    font-weight: 400;
}

/*CONTENT FOLD B*/
.content-fold-b-wrapper {
    display: flex;
    align-items: center;
    padding: 40px 0px;
    gap: 50px;
}

.content-fold-b-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-b-img {
    flex: 0 0 540px;
    box-shadow: 0px 0px 12px 2px #00000087;
}

.content-fold-b-img img {
    height: 100%;
    object-fit: cover;
}

.rounded-fold .content-fold-b-img{
    border-radius: 30px;
    overflow: hidden;
}

.content-fold-b-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 50px 0px 50px 10px;
}

.content-fold-b {
    position: relative;
    z-index: 3;
    color: white;
    padding-left: 0px;
}

.content-fold-b::before{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    position: absolute;
    background: url('/wp-content/uploads/2023/05/pattern-background.jpg');
    z-index: -1;
    background-size: cover;
}

.service-fold2-img {
    margin-bottom: -80px;
}

.content-fold-b-content .title {
    margin-bottom: 20px;
}

.flipped .content-fold-b-wrapper{
    flex-direction: row-reverse;
}

/*== == EBOOK == ==*/

div#ebook-fold {
    margin-top: 100px;
    padding-bottom: 150px;
}

div#ebook-fold::after {
    background: none;
}

.ebook-fold-inner {
    justify-content: flex-start;
}

.ebook-image {
    left: unset;
    right: 0px;
}

    /*== == EBOOK END == ==*/


    /*== == History == ==*/
.history-left-img {
    flex: 0 0 30%;
}

.history-fold1-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.date-wrapper {
    display: flex;
    gap: 100px;
    align-items: center;
    /* justify-content: center; */
    opacity: 0.6;
}

.history-right-text {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 0 0 70%;
    margin-left: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.date p {
    font-size: 68px;
    font-weight: 600;
    color: white;
}

.history-date-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: -255px;
    width: 80%;
}

.history-top-text h2 {
    color: black;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 400;
    line-height: 51px;
}

.history-left-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.date {
}

.date-text h2 {
    font-size: 30px;
    font-weight: 500;
}

.history-top-text {
    width: 70%;
}

.date-wrapper:hover {
    opacity: 1 !important;
    cursor: pointer;
}

.history-top-text p {
    font-size: 18px;
    line-height: 24px;
}

.date-text p {
    font-size: 17px;
    line-height: 23px;
}

.right-text-img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.right-text-img img {
    height: 100%;
    width: 100%;
}












    /*== == FAQ == ==*/
.FAQ-header-img {position: absolute;width: 100%;height: 100%;z-index: -1;}

.FAQ-fold1-header {
    /* position: relative; */
}

.FAQ-header-text {display: flex;flex-direction: column;padding: 100px 0px 100px;width: 80%;text-align: center;align-items: center;justify-content: center;gap: 30px;}

.FAQ-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.FAQ-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FAQ-text {
    color: white;
    font-size: 22px;
    line-height: 28px;
}

.FAQ-title {
    font-size: 70px;
    line-height: 76px;
    font-weight: 400;
}

.FAQ-fold2-wrapper {
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding: 100px 0px 100px;
}

    .QA-wrapper {
      margin-bottom: 10px;
      box-shadow: 0px 5px 13px gray;
      border-radius: 15px;
      overflow: hidden;
    }

    .FAQ-Answer {
      display: none;
      padding-left: 90px;
      padding-bottom: 30px;
      padding-right: 20px;
      font-size: 20px;
      line-height: 26px;
    }

    .FAQ-Question {
      cursor: pointer;
      padding: 10px;
      /* background-color: #f1f1f1; */
      display: flex;
      align-items: center;
      gap: 30px;
      padding-left: 30px;
    }

.FAQ-fold2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.FAQ-fold2-img {
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: -1;
}

.FAQ-Question span {
    font-size: 55px;
    font-weight: 700;
    color: var(--reg-purple);
}

.FAQ-Question p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

    .active-QA-wrapper {
      background-color: var(--light-purple);
      color: white !important;
    }

    .active-QA-wrapper .FAQ-Question span {
      color: white !important;
    }











    /*== == Case Study == ==*/
.casestudy-wrapper {
    background-color: #212121;
}

.casestudy-fold1-text p {
    color: white;
}

.purple-readmore {
    background-color: var(--light-purple);
    border: none;
	font-size: 22px !important;
}

.casestudy-fold2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.casestudy-fold2 div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.casestudy-fold2-wrapper {
    padding: 100px 0px;
}

.casestudy-fold1-img {
    width: 45%;
}

.casestudy-fold1-text {
    width: calc(55% - 60px);
}












.director-card {
    flex: 0 0 50%;
    margin-bottom: 30px;
    position: relative;
    /* max-height: 500px; */
}

.directors-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.hover-text {
    display: none;
}

.name {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    z-index: 1;
}

.job-title {
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    z-index: 1;
    color: var(--reg-purple) !important;
}

.director-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.director-card:hover .hover-text {
  display: block;
}

.director-card:hover .director-text {
	margin-top: -450px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	padding: 30px;
	padding-bottom: 80px;
	transition: all 0.5s ease;
}

.director-text a {
    margin-bottom: 0;
    background: var(--light-purple);
}

.director-img {
    height: 100%;
    width: 100%;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(125deg, gray, transparent);
}















.service-list {
    padding: 0;
    padding-left: 20px;
}

.service-list li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Ubuntu';
}











.two-card-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    gap: 30px;
}

.three-card-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    gap: 30px;
}

.ourcasestudy-img {
    height: 100%;
    width: 100%;
    max-height: 500px;
}

.ourcasestudy-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.left-img {
    flex: 0 0 50%;
}

.right-img {
    flex: 0 0 50%;
}

.ourcasestudy-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 30px 0px;
}

.big-left-img {
    flex: 0 0 60%;
    height: 100%;
}

.big-right-wrapper {
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.top-right-img {
    height: 47%;
}

.bottom-right-img {
    height: 47%;
}

.ocs-hidden {
    display: none;
}

.ocs-readmore {
    background: gray;
    border: solid 3px black;
}

.director-img img {
    height: 100%;
}












.news-feeds {
    display: flex;
    justify-content: space-between;
    clear: both;
}

.news-feeds-outer.first {
    flex: 0 0 calc(50% - 40px);
    margin-top: 70px;
    margin-bottom: 70px;
    z-index: 4;
    position: relative;
}

.news-feed-logo {
    text-align: center;
    padding: 20px 0px 60px;
    background: var(--reg-purple);
    color: white;
    margin-bottom: -40px;
    width: calc(100% + 0px);
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
}

.news-feeds-inner {
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    background: white;
    padding: 20px;
    max-height: 480px;
    overflow: scroll;
}

.fab {
    font-weight: 400;
}

.social-right-follow {
    flex: 0 0 calc(50% - 40px);
    margin-top: 70px;
    margin-bottom: 70px;
    z-index: 4;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.social-stars {
    background: var(--reg-purple);
    border-radius: 30px;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.social-stars img {
    transition: all .3s;
    filter: brightness(20) hue-rotate(345deg);
}

.social-links {
    float: left;
    width: 100%;
    margin-top: 50px;
    transition: all .3s;
    margin: 0px;
}

.social-links-inner {
    float: left;
    width: 100%;
    background: #1d203121;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px;
    transition: all .3s;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin: 0px;
    display: flex;
}

.social-links-inner a {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
}

.social-links-inner i {
    float: left;
    font-size: 60px;
    color: #1d2031;
    margin-right: 30px;
    transition: all .3s;
    font-family: 'FontAwesome';
}

.social-links-inner p {
    font-size: 30px;
    font-weight: 600;
    padding-top: 18px;
    color: #1d2031;
    transition: all .3s;
}

.social-links-inner .fa-facebook-square:before, .social-links-inner .fa-linkedin-square:before {
    color: black;
    background: #ffffff00;
    border-style: solid;
    border-radius: 15px;
    border-color: #ffffff00;
    transition: all .2s ease-in;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.social-stars p {
    float: left;
    font-size: 32px;
    font-weight: 600;
    color: white;
    line-height: 49px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.social-stars p span {
    display: block;
}

.content-fold-b-content-inner {
}