/*FOLD 3*/
/*CONTENT FOLD C*/
.content-fold-c-img .owl-dots {
    display: none;
}

.content-fold-c{
	position: relative;
}

.content-fold-c::before {
    background-image: url(/wp-content/uploads/2023/02/f3-curve.webp);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: -20px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.flipped .content-fold-c::before {
    background-image: url(/wp-content/uploads/2023/02/service-curve2.webp);
    content: "";
    position: absolute;
    height: 70%;
    width: 100%;
    top: auto;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    bottom: 0;
}


.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 150px 0px;
    gap: 40px;
    justify-content: flex-end;
}

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

.content-fold-c-img {
    position: absolute;
    width: calc(50% - 110px);
    height: calc(100% - 0px);
    left: 0px;
    top: 0px;
    z-index: 5;
}

.content-fold-c-img-item {
    height: 100%;
    /* min-height: 500px; */
    width: 100%;
    display: flex !important;!i;!;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

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

.circle-fold .content-fold-c-img{
    left: -200px
}

.circle-fold .flipped .content-fold-c-img{
	right: -200px;
	left: auto;
}

.circle-fold .content-fold-c-img img{
    clip-path: circle(50%)
}

.content-fold-c-img-item img {
    height: 100%;
    /* object-fit: cover; */
    /* min-height: 500px; */
    width: 100%;
    object-fit: cover;
}


.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: calc(50% + 60px)
}

.flipped .content-fold-c {
    background: #1a4677;
--color0: #fff;
}

.content-fold-c {
    position: relative;
    background: whitesmoke;
}
.content-fold-c.fold3::before {
    transform: rotatex(180deg);
    bottom: unset;
    right: -100px;
}

.content-fold-c.fold3 {
    background: white;
}


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


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

.flipped .content-fold-c-img {
    right: 0;
    left: auto;
    height: 100%;
    top: 0;
}

.content-fold-c-content-inner .title {
    display: inline-block;
}

.content-fold-c-content-item {
    position: relative;
    height: 100%;
}

.content-fold-c-content-inner-item a {
    margin: 0px;
    }


.content-fold-c-content-inner-item-padding {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.content-fold-c-content-inner-item-padding p {
    margin: 0px;
}

.content-fold-c-content-inner p a {
    color: var(--color1);
    font-weight: 700;
}

main#primary div:nth-of-type(0n+4).content-fold-c.fold3 {
    background: whitesmoke;
}

main#primary div:nth-of-type(0n+5) .content-fold-c::before {
    transform: rotateX(180deg);
    top: 0px;
}
main#primary div:nth-of-type(0n+4) .content-fold-c-img {

}
main#primary div:nth-of-type(0n+5)  .content-fold-c-img {
}



.fold5.flipped .title {
    color: white;
}
/*== == NEWS == ==*/

.fold1-banner {
    display: block;
    text-align: center;
    padding: 100px 0px;
    background: var(--color1);
    color: white;
}

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

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

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

.news-wrapper{
    position: relative;
    background: white;
    padding-top: 70px;
	float: left;
	width: 100%;
}

.case-study .news-wrapper{
    padding-bottom: 70px;
}

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

.cff-visual-header .cff-header-hero img{
    width: 100% !important;
    margin: 0px !important;
}


.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 {
    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;
    background: var(--color1);
}
.social-stars img {
    float: left;
    margin-right: 30px;
    width: 180px;
	transition: all .3s;
}
.social-stars img {
    transition: all .3s;
    filter: brightness(50);
}
.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;
}
.social-links {
    float: left;
    width: 100%;
    margin-top: 50px;
    transition: all .3s;
    margin: 0px;
}
.social-links-inner:hover {
    background: #c0c0c0;
		transition: all .3s;
}
.fa-facebook-square:before {
    content: "\f082";
	transition: all .3s;
}
.fa-linkedin:before {
    content: "\f08c";
	transition: all .3s;
}
.social-links-inner:hover .fa-facebook-square:before, .social-links-inner:hover .fa-linkedin-square:before {
    background: white;
    border-style: solid;
    border-radius: 15px;
    transition: all .2s ease-in;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: white;
}
.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-links-inner .fa-linkedin:before {
    color: white;
    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-links-inner:hover .fa-facebook-square:before {
	border-style: solid;
	border-radius: 15px;
}
.social-links-inner:hover .fa-linkedin:before {
	color: #0072ae;
	background: white;
	transition: all .2s ease-in;
	padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.social-links-inner:hover .fa-linkedin:before {
	border-style: solid;
	border-radius: 15px;
}
.social-links-inner:hover p {
	font-size: 32px;
	transition: all .3s;
}
.social-links-inner {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px;
    transition: all .3s;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    background: white;
}
.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;
    transition: all .3s;
}

span#cff-no-id {
    opacity: 0;
}

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

.new-wrapper::before {
    background-image: url('/wp-content/uploads/2023/02/f2-curve.webp');
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 30% 100%;
}

.new-wrapper {
    position: relative;
	background: whitesmoke;
}

	/*== == NEWS END == ==*/

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

.page-template-service-template #ebook-fold-b::before {
    transform: rotatex(180deg);
    top: unset;
    bottom: -1px;
}

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