/*============ 1. Body and Core Css ============*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none !important;
    outline: none !important;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: normal;
}

a {
    color: #434343;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: #1e1e1e;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
	font-weight: 100;	
	max-width: 100vw;
}

body {
    background-color: #fff;
    color: #393939;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    font-weight: 600;
}

h3 {
    line-height: 1.15;
}

h5 {
    font-weight: 300;
}


p {
    font-size: 14px;
    line-height: 1.5;
    color: #393939;
}
img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    filter: grayscale(100%);
}

blockquote {
    position: relative;
    padding: 0 30px 15px;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
}

blockquote:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background: #1e1e1e;
}

blockquote cite, blockquote small {
    color: #1e1e1e !important;
    display: block;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

/* Custom Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

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

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.m-0 {
    margin: 0px !important;
}

/* Custom Padding top */
.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

/* Custom Padding top */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-row {
    padding-top: 8vw;
}

.pb-row {
    padding-bottom: 8vw;
}

@media only screen and (max-width: 576px) {
	.mt-row {
        margin-top: 24vw;
    }
    .pt-row {
        padding-top: 12vw;
    }

    .pb-row {
        padding-bottom: 12vw;
    }
}

/*============ 2. Helper Css ============*/
/* Common Css */
.main-btn {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: transparent;
    color: #1e1e1e;
}

.main-btn:hover {
    background: #1e1e1e;
    color: #fff;
    text-decoration: none;
}

.link-underline:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
    margin-top: 2px;
}

.link-underline:hover:after {
    -webkit-animation: swipe-line 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) forwards;
    animation: swipe-line 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) forwards;
}

@-webkit-keyframes swipe-line {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    33% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    66% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes swipe-line {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    33% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    66% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fade-up {
    opacity: 0.01;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.smooth-scroll #scroll-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Custom Cursor Css */
#custom-cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
}

#custom-cursor #cursor-outer {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #2a2a2a;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#custom-cursor #cursor-loading {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 56px;
    width: 56px;
    -webkit-animation: circ-anim .7s linear infinite;
    animation: circ-anim .7s linear infinite;
    display: none;
    border-width: 0px;
    border-radius: 50%;
    border-top: 1px solid #2a2a2a;
    border-right: 1px solid transparent;
}

#custom-cursor #cursor-inner {
    position: fixed;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #2a2a2a;
    -webkit-transform: translate3d(-50%, -50%, 1px);
    transform: translate3d(-50%, -50%, 1px);
}

@-webkit-keyframes circ-anim {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circ-anim {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#cursor-outer i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-is-changing #cursor-outer #cursor-loading {
    display: block;
}

.link-plus {
    position: absolute;
    bottom: -100px;
}

.link-plus .cursor-link {
    width: 50px;
    height: 50px;
    border: 1px solid #c5c5c5;
    position: relative;
    transition: all .4s ease;
}

.link-plus .cursor-link:before {
    width: 30px;
    height: 2px;
    border: 2px solid #c5c5c5;
    background: #c5c5c5;
    content: "";
    position: absolute;
    top: 22px;
    left: 10px;
    transition: all .4s ease;
}

.link-plus .cursor-link:after {
    width: 2px;
    height: 30px;
    border: 2px solid #c5c5c5;
    background: #c5c5c5;
    content: "";
    position: absolute;
    top: 10px;
    left: 23px;
    transition: all .4s ease;
}

.link-plus .cursor-link:hover {
    border: 1px solid #5a5a5a;
}

.link-plus .cursor-link:hover:before, .link-plus .cursor-link:hover:after {
    border: 2px solid #5a5a5a;
    background: #5a5a5a;
}

.parallax-wrap {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}

.parallax-icon {
    height: 30px;
    width: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
}


.lines {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	display: none;
}

.lines .line {
    width: calc(100vw * 0.248);
    border-right: 1px solid #c5c5c5;
    height: 100%;
    float: left;
}

.lines .line:nth-child(1) {
	border: 0 !important;
}

/* Preloader Css */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}

.preloader .loader-wrap {
    position: fixed;
    bottom: 2%;
    right: 5%;
    /* -webkit-transform: translate(-50%, -50%); */
    /* -ms-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
}

.preloader .loader-wrap .loader {
    height: 2px;
    width: 70vw;
    background-color: #fff;
    overflow: hidden;
	display: none;
}

.preloader .loader-wrap .loader .loader-percent {
    height: 100%;
    margin: auto;
    background-color: #1e1e1e;
    width: 0%;
}

.preloader .loader-wrap #percent {
	text-align: right;
    font-size: 10em;
    font-weight: 200;
    margin-top: 10px;
}

.ajax-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.ajax-preloader .loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    display: none;
    -webkit-animation: ajax-circ .7s linear infinite;
    animation: ajax-circ .7s linear infinite;
    border-width: 0px;
    border-radius: 50%;
    border-top: 2px solid #1e1e1e;
    border-right: 2px solid transparent;
}

.page-is-changing .ajax-preloader {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

@-webkit-keyframes ajax-circ {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes ajax-circ {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Animation Related Css */
.text-fadeIn[data-splitting] .word {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition-delay: calc(0.05s * var(--word-index));
    -o-transition-delay: calc(0.05s * var(--word-index));
    transition-delay: calc(0.05s * var(--word-index));
}

.text-fadeIn[data-splitting].is-active .word,
[data-splitting].animate .word {
    opacity: 1;
}

.text-fadeInUp[data-splitting] .word {
    color: transparent;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
}

.text-fadeInUp[data-splitting] .word:after {
    content: attr(data-word);
    position: absolute;
    top: 0;
    left: 0;
    color: #1e1e1e;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition-delay: calc(0.05s * var(--word-index));
    -o-transition-delay: calc(0.05s * var(--word-index));
    transition-delay: calc(0.05s * var(--word-index));
}

.text-fadeInUp[data-splitting].is-active .word:after,
[data-splitting].animate .word:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.text-fadeInDown[data-splitting] .word {
    color: transparent;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
}

.text-fadeInDown[data-splitting] .word:after {
    content: attr(data-word);
    position: absolute;
    top: 0;
    left: 0;
    color: #1e1e1e;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition-delay: calc(0.05s * var(--word-index));
    -o-transition-delay: calc(0.05s * var(--word-index));
    transition-delay: calc(0.05s * var(--word-index));
}

.text-fadeInDown[data-splitting].is-active .word:after,
[data-splitting].animate .word:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Scroll Icon Css */
.icon-scroll {
    position: relative;
}

.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 45px;
    border: 1px solid #aaa;
    border-radius: 25px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    margin: 0 auto;
}

.icon-scroll:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.icon-scroll:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 8px;
    background: #aaa;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 8px;
    left: 50%;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, 20px);
        transform: translate(-50%, 20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, 20px);
        transform: translate(-50%, 20px);
    }
}

/* Forms Css */
.input__field {
    width: 100%;
    background: none;
    border: none;
    color: #1e1e1e;
    padding-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.input__field::-webkit-input-placeholder {
    color: #1e1e1e;
    font-size: 14px;
}

.input__field::-moz-placeholder {
    color: #1e1e1e;
    font-size: 14px;
}

.input__field:-ms-input-placeholder {
    color: #1e1e1e;
    font-size: 14px;
}

.input__field::-ms-input-placeholder {
    color: #1e1e1e;
    font-size: 14px;
}

.input__field::placeholder {
    color: #1e1e1e;
    font-size: 14px;
}

input.input__field[type="text"] {
    height: 45px;
    margin-bottom: 40px;
}

textarea.input__field {
    height: 150px;
    resize: none;
    margin-bottom: 40px;
}

.input__field.cf-error {
    border-bottom-color: #ff0000;
}

/*============ 3. Layout Css ============*/
/* Header Css */
header {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    height: 120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 201;
    pointer-events: none;
    transition: all 800ms linear;
}

html #wpadminbar {
	position: fixed;
}

.admin-bar header {
	margin-top: 32px !important;
}

#main {
	overflow-x: hidden;
}

header.is-scrolled {
    background: #ffffff;
    border-bottom: solid 1px #c5c5c5;
	height: 90px;
}

header .logo-container {
    font-size: 28px;
    font-weight: 800;
    pointer-events: all;
}

header .logo-container #logo, header .menu-burger {
    transition: all 700ms ease;
}

header .logo-container #logo {
	filter: grayscale(0%);
}

header .logo-container #logo img {
    height: 45px;
	transition: all 700ms ease;
	filter: grayscale(0%);
}

header .logo-container #logo {
	background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/09/White.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.page-id-260 header .logo-container #logo,
.page-id-69 header .logo-container #logo,
header.is-scrolled .logo-container #logo, 
header.menu-overlay-active .logo-container #logo {
	background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/09/Black.png');
}

header.is-scrolled .logo-container #logo img {
    height: 50px;
}

header .menu-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
}

header .menu-burger .parallax-icon {
    height: 22px;
}

header .menu-burger .burger-text {
    position: relative;
    height: 25px;
    width: 50px;
	color: #ffffff;
}
.page-id-260 header .menu-burger .burger-text,
.page-id-69 header .menu-burger .burger-text,
header.is-scrolled .menu-burger .burger-text,
header.menu-overlay-active .menu-burger .burger-text {
	color: #1e1e1e;
}

header .menu-burger .text-menu,
header .menu-burger .text-open,
header .menu-burger .text-close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

header .menu-burger .text-menu {
    opacity: 1;
}

.burger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 22px;
}

.burger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
}

.burger-inner,
.burger-inner:after,
.burger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #ffffff;
}
.page-id-260 header .burger-inner,
.page-id-260 header .burger-inner:after,
.page-id-260 header .burger-inner:before,
.page-id-69 header .burger-inner,
.page-id-69 header .burger-inner:after,
.page-id-69 header .burger-inner:before,
.is-scrolled .burger-inner,
.is-scrolled .burger-inner:after,
.is-scrolled .burger-inner:before,
header.menu-overlay-active .burger-inner,
header.menu-overlay-active .burger-inner:after,
header.menu-overlay-active .burger-inner:before {
	background-color: #1e1e1e;
}
.menu-burger.is-active {
    color: #1e1e1e;
}

.menu-burger.is-active .burger-inner,
.menu-burger.is-active .burger-inner:after,
.menu-burger.is-active .burger-inner:before {
    /* background-color: #ffffff; */
}

.burger-inner:after,
.burger-inner:before {
    display: block;
    content: "";
}

.burger-inner:before {
    top: -10px;
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    -o-transition: top 75ms ease .12s, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.burger-inner:after {
    bottom: -10px;
    -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-burger.is-active .burger-inner {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;
}

.menu-burger.is-active .burger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    -o-transition: top 75ms ease, opacity 75ms ease .12s;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.menu-burger.is-active .burger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* Menu Overlay Css */
#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    overflow: hidden;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity ease 0.4s 0.6s;
    -o-transition: opacity ease 0.4s 0.6s;
    transition: opacity ease 0.4s 0.6s;
}

#menu-overlay.active {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: all;
	z-index: 15 !important;
}

#menu-overlay .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#menu-overlay .content-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#menu-overlay .primary-nav li {
    overflow: hidden;
}

#menu-overlay .primary-nav li a {
    font-size: 64px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 700;
    display: block;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: color .2s ease-in-out, -webkit-transform ease 0.4s 0.0s;
    transition: color .2s ease-in-out, -webkit-transform ease 0.4s 0.0s;
    -o-transition: transform ease 0.4s 0.0s, color .2s ease-in-out;
    transition: transform ease 0.4s 0.0s, color .2s ease-in-out;
    transition: transform ease 0.4s 0.0s, color .2s ease-in-out, -webkit-transform ease 0.4s 0.0s;
}

#menu-overlay .primary-nav li:hover a {
    color: rgba(0, 0, 0, 0.8);;
}

#menu-overlay .company-info {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    z-index: 22;
    margin-bottom: -60px;
}

.company-cover {
    /* padding-top: 35px; */
    /* background-image: url(https://thecenturygroup.org/wp-content/uploads/2024/08/about-us-img-1.jpg);
    background-size: cover;
    background-position: center right; */
}

.company-image {
    display: block;
    background: #ffffff;
    text-align: center;
    min-height: 182px;
    height: calc(100vh / 5);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.company-image img {
    filter: grayscale(100%);
    opacity: 1
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    max-height: 80px;
    max-width: 100%;
}

.pillars {
	
}
.pillars-item {
    padding: 30px;
    height: 100%;
    border: 1px solid #c5c5c5;
	transition: border .4s ease;
    margin-bottom: 30px;
}

.pillars-home .pillars-item {
	margin-bottom: 0;
}
.pillars-home:not(.about) .pillars-item .pillars-text {
	display: none;
}

.pillars-item:hover {
	border: 1px solid #5a5a5a
}

.pillars-icon {
    margin-bottom: 15px;
	display: flex;
    align-items: center;
}

.pillars-home .pillars-icon {
    margin-bottom: 0;
}

.pillars-home.about .pillars-icon {
    margin-bottom: 15px;
}

.pillars-home.about .pillars-icon img {
	width: 55px;
    opacity: 0.5;
    transition: all ease 500ms;
}
.pillars-home.about .pillars-item:hover .pillars-icon img {
    opacity: 1;
}
.pillars-icon h6 {
	margin-bottom: 0;
	margin-left: 15px;
}

.pillars-text h6 {
    margin-bottom: 1rem;
}

.sustainability, .sustainability-tomorrow, .breed {
	background: #1e1e1e;
}

.sustainability-impact {
	/* background: #1e1e1e; */
}

.breed p {
	color: #ffffff;
}

.images-container {
	padding-top: 300px;
	display: block;
	position: relative;
}
.hero-bg-image .images-container {
	padding-top: calc(100vh * 0.64);
}
.images {
	display: flex;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	
}

.images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

img.colored {
	filter: grayscale(0%) !important;
}

.life {
	background: #ffffff;
}

.videoblock {
    position: relative;
    display: block;
    width: 100%;
	padding-top: 60%;
}
.videoblock iframe, .videoblock figure {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.videoblock figure img {
	transform: translateY(-10%);
}

.video-box-figure .icon-youtube {
    left: 50%;
    top: 50%;
    font-size: 40px;
    color: rgba(0, 0, 0, .64);
    margin: -20px;
	width: 50px;
	text-align: center;
	line-height: 1;
}

.video-box-figure .icon-youtube i {
	z-index: 10;
	position: relative;
}

.video-box-figure:hover .icon-youtube {
	color: rgba(255, 0, 0, 1);
}

.video-box-figure .icon-youtube:after {
	content: "";
	position: absolute;
	top: -10px;
	right: -20px;
	bottom: -10px;
	left: -20px;
	border-radius:20% 20% 20% 20% / 30% 30% 30% 30% ;
	background: rgba(255, 255, 255, 0.5);
	z-index: 0;
}

.video-box-figure:hover .icon-youtube:after {
	background: rgba(255, 255, 255, 0.8);
}

.text-parallax {
	
	background-position: center;
	background-size: cover;
	background: no-repeat 0 0;
    display: inline-block;
	margin-right: -5px;
}

.text-parallax-content {
    font-weight: 700;
    font-size: 16em;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 0;
    background: #080808;
    color: #fff;
    mix-blend-mode: darken;
    -ms-mix-blend-mode: darken;
	letter-spacing: -30px;
}

.experience-light .text-parallax-content {
    background: transparent;
    color: #080808;
}

.experience-light2 .text-parallax-content {
    background: transparent;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #9f9b9b;
    text-stroke-width: 2px;
    text-stroke-color: #9f9b9b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    mix-blend-mode: unset;
    -ms-mix-blend-mode: unset;
}
.experience-light2 h5 {
    color: #9f9b9b;
}

.text-parallax-1 .text-parallax-content {
	font-size: 6em;
    letter-spacing: -4px;
}

.text-parallax-1 .text-parallax-content span {
	font-size: 4rem;
    margin-left: 8px;
    margin-right: 7px;
}

.text-parallax-2 .text-parallax-content {
	font-size: 6em;
    letter-spacing: -4px;
}

.text-parallax-2 .text-parallax-content span {
	font-size: 4rem;
    margin-left: 8px;
    margin-right: 7px;
}

.text-parallax-3 .text-parallax-content {
	font-size: 6em;
    letter-spacing: -4px;
}

.text-parallax-3 .text-parallax-content span {
	font-size: 4rem;
    margin-left: 8px;
    margin-right: 7px;
}

.experience h5 {
    margin-bottom: 3%;
    padding-left: 4%;
}

.experience-light h5 {
    margin-bottom: 3%;
    padding-left: 4%;
}
.text-parallax-content span {
    font-size: 12rem;
	margin-left: 22px;
    margin-right: 25px;
}
.experience {
	background: #080808
}

.experience-light {
    background: #f6f6f6;
}

.experience-info {
    position: relative;
    top: -0.75em;
}

.company-info .info-email,
.company-info .info-tel,
.company-info .info-address,
.company-info .sm-links {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    -webkit-transition: all ease 0.4s 0.3s;
    -o-transition: all ease 0.4s 0.3s;
    transition: all ease 0.4s 0.3s;
}

.pillars-item:hover .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: draw 8s ease forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.pillars-item:hover .path2 {
	stroke-dasharray: 1600;
	stroke-dashoffset: 1600;
	animation: draw2 4s ease forwards;
}

@keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}


.company-info .info-email,
.company-info .info-tel {
    display: inline-block;
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 20px;
}

.company-info .info-address {
    max-width: 250px;
    margin-top: 20px;
}

.company-info .info-address p {
    font-size: 14px;
}

.company-info .sm-links {
    margin-top: 35px;
}

.company-info .sm-links li {
    display: inline-block;
    margin-right: 22px;
}

.company-info .sm-links li a {
    color: #8f8f8f;
    font-size: 20px;
}

#menu-overlay.active .primary-nav li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform ease 0.7s 0.5s;
    transition: -webkit-transform ease 0.7s 0.5s;
    -o-transition: transform ease 0.7s 0.5s;
    transition: transform ease 0.7s 0.5s;
    transition: transform ease 0.7s 0.5s, -webkit-transform ease 0.7s 0.5s;
}

#menu-overlay.active .company-info .info-email {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all ease 0.7s 1.0s;
    -o-transition: all ease 0.7s 1.0s;
    transition: all ease 0.7s 1.0s;
}

#menu-overlay.active .company-info .info-tel {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all ease 0.7s 1.2s;
    -o-transition: all ease 0.7s 1.2s;
    transition: all ease 0.7s 1.2s;
}

#menu-overlay.active .company-info .info-address {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all ease 0.7s 1.4s;
    -o-transition: all ease 0.7s 1.4s;
    transition: all ease 0.7s 1.4s;
}

#menu-overlay.active .company-info .sm-links {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all ease 0.7s 1.6s;
    -o-transition: all ease 0.7s 1.6s;
    transition: all ease 0.7s 1.6s;
}

/* Pages Hero Css */
.hero {
    position: relative;
    z-index: 0;
}

.hero .hero-content {
    padding-top: 140px;
    padding-bottom: 20px;
}

.hero-2 .hero-content {
    padding-top: 0;
}

.hero-2 img {
    filter: grayscale(100%);
}

.hero-2 .container, .intro .container, .company-row {
    background: #ffffff;
    z-index: 1;
    position: relative;
}


.intro .container {
	/* border-top: 1px solid #c5c5c5; */
}

.hero .hero-title {
    margin: 20px 0 0 0px;
    font-weight: 700;
    font-size: 56px;
    line-height: 90px;
}

.hero-2 .hero-title {
    margin: 30px 0;
    line-height: 1.15;
}

.hero .hero-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .4em;
}

.section-heading .title {
    line-height: 1.15;
}

.section-heading .sub-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .4em;
    margin-bottom: 10px;
    line-height: 28px;
    color: #1e1e1e
}

.project-hero, .page-hero, .inner-page-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project-hero .hero-content, .page-hero .hero-content {
    min-height: 546px;
    overflow: hidden;
}
.inner-page-hero .hero-content {
    min-height: 546px;
    overflow: hidden;
}

.project-hero .hero-inner, .page-hero .hero-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-hero .project-title, .page-hero .page-title {
    margin: 0px;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.15;
}

.section-heading .title {
    margin: 0;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.15;
    font-family:"bebas-neue-pro";
}

.project-hero .project-subtitle, .page-hero .page-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .4em;
}

.project-hero .project-subtitle-2, .page-hero .page-subtitle-2 {
    font-size: 16px;
    
}

.project-hero .hero-image-wrapper, .page-hero .hero-image-wrapper  {
    position: absolute;
    min-height: 546px;
    width: 100%;
	
}
.inner-page-hero .hero-image-wrapper  {
    position: relative;
    min-height: 546px;
    width: 100%;
	
}

.project-hero .hero-image-wrapper .hero-bg-image, .page-hero .hero-image-wrapper .hero-bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
	background: #1e1e1e
}

.project-hero .hero-image-wrapper::after, .page-hero .hero-image-wrapper::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.page-id-69 .project-hero .hero-image-wrapper::after {
    background: rgba(0, 0, 0, 0.05);
}

.project-hero .btn-down, .page-hero .btn-down, .inner-page-hero .btn-down  {
    position: absolute;
    bottom: 10%;
    cursor: pointer;
}

.company-profile {
    padding: 30px;
    height: 100%;
    margin-bottom: 30px;
    border: 1px solid #c5c5c5;
    background: #ffffff;
}

.profile {
    position: relative;
    max-width: 208px;
    width: 100%;
}
.profile p img {
	border: 1px solid #e5e5e5;
    padding: 2px;
	-webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}
ul li:hover .profile p img {
    background: #fbfbfb;
}
.initial {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #3c3b3b;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 5;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}
ul.leadership,
ul.leadership2,
ul.leadership3 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.leadership2>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.leadership,
ul.leadership2>li>ul,
ul.leadership3 {
    margin-right: -10px;
    margin-left: -10px;
}

ul.leadership>li img,
ul.leadership2>li img,
ul.leadership3>li img {
    max-width: 100% !important;
	border: 1px solid #e5e5e5;
    padding: 2px;
}

ul.leadership2 {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 35px;

}

ul.leadership>li {
    display: inline-block;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
}

ul.leadership3>li {
    display: inline-block;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    padding-left: 10px;
    padding-right: 10px;
}

ul.leadership2>li>ul>li {
    display: inline-block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

ul.leadership2>li {
    display: inline-block;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
}

ul.leadership2>li:nth-child(1) {
    display: inline-block;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
}

ul.leadership2>li {
    position: relative;
}

ul.leadership2>li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 20px;
    width: 1px;
    background: #c5c5c5;
    content: "";
}

ul.leadership>li h6,
ul.leadership2>li h6,
ul.leadership3>li h6 {
    line-height: 1.5 !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
}

ul.leadership>li p,
ul.leadership2>li p,
ul.leadership3>li p {
    font-size: 14px !important;
    line-height: 1.255;
}

.social-link i {
    font-size: 14px;
    margin-top: 10px;
}


/* Footer Css */
footer {
	background: #000000;
    border-top: 1px solid #1e1e1e;
    padding-top: 50px;
}
footer p {
    font-size: 14px;
    color: #ffffff;
}

footer .back-top {
    position: relative;
    font-size: 14px;
    top: -19px;
    right: -22px;
    color: #8f8f8f;
    text-align: right;
}

footer .arrow-up {
    display: inline-block;
}

footer .arrow-up i {
    font-size: 16px;
    color: #8f8f8f;
}
footer ul li a {
    font-size: 14px;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #d1cdcd;
}

footer  .widget-title {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

footer img {
    filter: grayscale(0);
}
.bordered-top {
    border-top: 1px solid #171717;
}
/*============ 4. Index Page Css ============*/
#canvas-container {
    position: relative;
    height: 100vh;
    min-width: 100vw;
    top: 0;
    left: 0;
}

#canvas-container:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    pointer-events: none;
	z-index: 1;
}

.slider-wrapper .slider-item .slide-image {
    display: none;
}

.slider-wrapper .slider-item {
    position: absolute;
    top: 50%;
    left: 10vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.slider-wrapper .slide-content .slide-content-inner {
    display: none;
}

.slider-wrapper .slide-content .item-cat,
.slider-wrapper .slide-content .item-link {
    opacity: 0;
	color: #ffffff;
}

.slider-wrapper .slide-content .item-link:after {
	background-color: #ffffff !important;
}

.slider-wrapper .slide-content .item-cat {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .4em;
	color: #ffffff;
}

.slider-wrapper .slide-content .item-title {
    margin: 30px 0;
    font-weight: 700;
    font-size: 62px;
    line-height: 72px;
    overflow: hidden;
	width: 54%;
	color: #ffffff;	
}

.slider-wrapper .slider-item:first-child .slide-content-inner {
    display: block;
}

.slider-wrapper .slider-item:first-child .slide-content-inner .item-cat,
.slider-wrapper .slider-item:first-child .slide-content-inner .item-title,
.slider-wrapper .slider-item:first-child .slide-content-inner .item-link {
    opacity: 1;
}

#pixi-slider {
	position: relative;
}

#pixi-slider #canvas-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: transparent;
	display: block;
}
#pixi-slider #canvas-container canvas {
	z-index: 0;
}
#pixi-slider .arrows-wrap {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    width: 300px;
}

#pixi-slider .arrows-wrap .slider-nav {
    width: 80px;
    height: 80px;
    float: left;
}

#pixi-slider .arrows-wrap .slider-nav--next {
    float: right;
}

#pixi-slider .arrows-wrap .progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 3px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
	z-index: 3;
}

#pixi-slider .arrows-wrap .progress-bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #ffffff;
    z-index: 1;
    -webkit-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

#pixi-slider .slider-count {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 10vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

#pixi-slider .slider-count .current,
#pixi-slider .slider-count .total {
    display: inline-block;
    position: relative;
	color: #ffffff;
	z-index: 3
}

#pixi-slider .slider-count .total {
    font-size: 16px;
    top: -24px;
}

#pixi-slider .slider-count .total:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 2px;
    background-color: #ffffff;
    left: -7px;
    top: 4px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

#pixi-slider .slider-count .current {
    font-size: 52px;
    margin-right: 30px;
    font-weight: 600;
}

/*============ 5. About Page Css ============*/
.service-item {
    margin-top: 50px;
}

.service-item .icon {
    width: 20%;
    float: left;
}

.service-item .icon i {
    margin-left: 5px;
    font-size: 36px;
}

.service-item .content {
    width: 80%;
    float: right;
}

.service-item .content h6 {
    letter-spacing: .03em;
    margin-bottom: 10px;
}

.clients {
	background: #1e1e1e !important;
	position: relative;
}
.clients.pt-row {
	padding-top: 4vw !important;
}

.clients.pb-row {
	padding-bottom: 2vw !important;
}

.clients:not(.about) .client {
    display: block;
    text-align: center;
    border: solid 1px #323232;  
    min-height: 150px;
    height: calc(100vh / 6);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	transform-style: preserve-3d;
    transform: scale(0.5);
}

.clients.about .client {
	flex-direction: column;
    width: 100%;
    border: solid 1px #323232;  
    min-height: 325px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	transform-style: preserve-3d;
    transform: scale(1);
    color: #ffffff;
    height: calc(100vh / 4);
    overflow: hidden;
    align-items: center;
    cursor: pointer;
}

.clients.about .client.active {
	background: #ffffff;
    overflow: visible;
    height: auto;
    width: auto;
}
.clients.about .client:after {
	content: "Read more...";
    bottom: 0; 
    left: 0;
    right: 0;
    height: 51px;
    z-index: 2;
    background: #1E1E1E;
    position: absolute;
    color: #d5d5d5;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 20px 15px 10px;
}

.clients.about .client.active:after {
	display: none;
}
.clients.about .client:hover:after {
    background: #ffffff;
    color: #393939;
}
.clients.about .client > p {
	width: 100%;
    padding: 15px 15px 0;
    margin: 0;
}

.clients.about .client .logo-image.cbb-2 {
	background-position: -18px 0;
}

.clients.about .client:hover .logo-image.cbb-2 {
	background-position: -18px 107%;
}

.clients.about .client .logo-image.xrealty-2 {
	background-position: -29px 0;
}

.clients.about .client.active .logo-image.xrealty-2 {
    background-position: -29px 107%;
}

.clients.about .client:hover .logo-image.xrealty-2 {
	background-position: -29px 107%;
}

.clients.about .client .logo-image.power-2 {
	background-position: -29px 0;
}

.clients.about .client:hover .logo-image.power-2 {
	background-position: -29px 107%;
}

.clients.about .client.active .logo-image.eightbb {
    background-position: 0 107%;
}

.clients.about .client:hover {
	background: #ffffff;
}

.clients:not(.about) .client.no-border {
	border: 0 !important;
}

.loaded .clients:not(.about) .client {
    transform: scale(1); 
}
.clients:not(.about) .client:not(.active), .clients:not(.about) .client:not(.active)> p > a {
	cursor: pointer;
}

.clients:not(.about) .client.active > p > a {
	cursor: default !important;
}


.clients:not(.about) .client:hover {
    border: solid 1px #aaa;
    background: #ffffff;
}

.clients:not(.about) .client:hover img {
    opacity: 1;
    filter: grayscale(100%);
}

.clients:not(.about) .client .company-info {
    display: none;
    position: absolute;
    left: -1px;
    padding: 15px;
    margin: 0;
	top: 200px;
    right: -1px;
    margin-top: 45px;
    text-align: left;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
	transition: all .4s ease;
}


.clients.about .client .company-info {
   
    padding: 15px;
    
    text-align: left;
}

.clients.about .client .company-info p {
	color: #d5d5d5;
}

.clients.about .client .company-info p i, .clients .client .company-info p i {
	font-style: italic;
}
.clients.about .client:hover .company-info p, .clients.about .client:hover .company-info p a {
	color: #393939;
}

.clients:not(.about) .client > p {
    margin-bottom: 0;
}
.clients:not(.about) .client.active {
	-webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
	padding: 15px 0;
	background: #ffffff;
	border: solid 1px #aaa;
}


.company-close {
	display: none;
	position: relative;
	cursor: pointer;
}

.company-close:before {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	height: 2px;
	width: 100%;
	background: #1e1e1e;
}

.clients .client.active .company-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
	display: block;
}

.clients .client:hover .company-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
	display: block;
}

.clients .client:not(.active):hover .company-close:after {
	content: "";
	position: absolute;
	left: 9px;
	right: 0;
	height: 100%;
	width: 2px;
	background: #1e1e1e;
}
div.active {
	z-index: 10 !important;
}

.clients:not(.about) .client.active a {
	padding-left: 15px;
	padding-right: 15px;
}

.clients:not(.about) .client.active .company-info a {
	padding-left: 0;
	padding-right: 0;
}

.clients:not(.about) .client.active img {
	opacity: 1;
    filter: grayscale(0%) !important;
}
.clients:not(.about) .client.active .company-info {
	display: block;
	background: #ffffff;
	top: 30px;
    min-height: 76px;
}

.clients .client.active .company-info a, .sustainability .link-underline {
	color: #1e1e1e;
}
.clients .client.active .company-info p {
	color: #1e1e1e;
}
.clients .client.active .company-info .link-underline:after {
	background-color: #1e1e1e;
}
.sustainability .link-underline:after {
	background-color: #ffffff;
}

.sustainability-tomorrow p, .sustainability p {
	color: #d5d5d5;
}

 .sustainability-impact p {
 color: #393939;
 }

.sustainability-impact p span {
	color: #393939 !important;
}
.dropdown_item {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: -1;
}

.max-height-52 {
	max-height: 52px;
}
.max-height-70 {
	max-height: 70px;
}

.clients .client img {
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
	transition: opacity .4s ease;
    max-height: 51px;
    max-width: 175px;
}

.clients .client .logo-image {
    width: 175px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto; 
    background-position: 0 0; 
    opacity: 0.7;
    transition: all 0.3s ease;
}

.clients .client:hover .logo-image, .clients .client.active .logo-image {
    opacity: 1;
    background-position: 0 107%; /* Move the background image to the bottom half */
}


.clients .client .logo-image.cfc-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/cfc-2.png');  
}

.clients .client .logo-image.cpw-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/cpw-2.png');  
}

.clients .client .logo-image.iq-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/iq-2.png');  
}

.clients .client .logo-image.cihl-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/cihl-2.png');  
}

.clients .client .logo-image.bharat-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/bharat-2.png');  
}

.clients .client .logo-image.cbb-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/cbb-2-1.png');  
}
.clients .client.active .logo-image.cbb-2 {
    background-position: -16px 107%;
}
.clients .client .logo-image.infotech-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/infotech-2.png');  
}

.clients .client .logo-image.xrealty-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2025/04/kroft1.png');  
}
.clients .client .logo-image.kroft {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2025/04/KROFT-LOGO_WHITE.png');  
}
.clients .client.active .logo-image.xrealty-2 {
    background-position: -8px 107%;
}
.clients .client .logo-image.savington-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/savington-2.png');  
}

.clients .client .logo-image.kmc-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/kmc-2.png');  
}
.clients .client.active .logo-image.kmc-2 {
    background-position: -20px 107%;
}
.clients .client .logo-image.gmi-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/gmi-2.png');  
}

.clients .client .logo-image.power-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/power-2.png');  
}
.clients .client.active .logo-image.power-2 {
    background-position: -35px 107%;
}

.clients .client .logo-image.byyu-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/byyu-2.png');  
}
.clients .client.active .logo-image.byyu-2 {
background-position: -23px 107%;
}
.clients .client .logo-image.hybon-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/hybon-2.png');  
}

.clients .client .logo-image.polynome-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/polynome-2.png');  
}

.clients .client .logo-image.jkbf-2 {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2024/12/jkbf-2.png');  
}
.clients .client.active .logo-image.jkbf-2 {
    background-position: -36px 107%;
}

.clients .client .logo-image.eightbb {
    background-image: url('https://thecenturygroup.org/wp-content/uploads/2025/05/8bb.png');  
}
.clients .client.active .logo-image.eightbb {
    background-position: 0 107%;
}
.clients .client img.max-height-52 {
	max-height: 50px;
}

.clients .client img.max-height-65 {
    max-height: 65px;
    
}

.clients .client img.max-height-70 {
	max-height: 70px;
}

.contact-section a {
    font-size: 32px;
    font-weight: 700;
}

/*============ 6. Contact Page Css ============*/
.contact-area .contact-info h4 {
    line-height: 36px;
    font-size: 22px;
    font-weight: 600;
}

.contact-area .contact-info .phone,
.contact-area .contact-info .address,
.contact-area .contact-info .email {
    position: relative;
    margin-top: 20px;
}

.contact-area .contact-info .phone .icon,
.contact-area .contact-info .address .icon,
.contact-area .contact-info .email .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
}

.contact-area .contact-info .phone a,
.contact-area .contact-info .address a,
.contact-area .contact-info .email a {
    display: inline-block;
    line-height: 32px;
    margin-left: 50px;
}

.contact-area .contact-info .phone p,
.contact-area .contact-info .address p,
.contact-area .contact-info .email p {
    display: inline-block;
    font-size: 14px;
    margin-left: 50px;
}

#contact-form .alert-container {
    text-align: center;
}

#contact-form .alert-container .alert {
    font-size: 14px;
    border-radius: 0;
}

.google-map #map {
    width: 100%;
    height: 400px;
}

/*============ 7. Projects Page Css ============*/
.project-info .project-sectionTitle {
    font-size: 22px;
    margin-bottom: 30px;
}

.project-info .project-servicesList li {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 28px;
}

.project-info .project-period p {
    margin-bottom: 0;
}

.bg-parallax {
    overflow: hidden;
    max-height: 90vh;
}

.bg-parallax img {
    min-width: 100%;
    width: 100vw;
}

.next-project .next-title {
    margin: 20px 0 0 0px;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
}

.next-project .next-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .4em;
}

.sustainability-header {}

.header-image {
    margin-right: calc((100vw -(100vw* 0.5))* -0.4);
}

.sustainability-message {}

.sustainability-message:before {}

.leaf-1,
.leaf-2,
.leaf-3,
.leaf-4,
.leaf-5,
.leaf-6,
.leaf-7,
.leaf-8,
.leaf-9,
.leaf-10 {}

.message-image-slider {}

.message-text-slider {
    display: flex;
    align-items: start;
}

.message-image img {
	filter: grayscale(50%);
}

.message-text {
    /* margin-top: -5%; */
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

#message-slider.owl-carousel .owl-nav button.owl-next,
#message-slider.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 30px;
    background: rgb(196, 196, 196) !important;
    padding: 5px !important;
}

.owl-next.disabled, .owl-prev.disabled {
    display: none !important;
}

#message-slider.owl-carousel .owl-nav button.owl-next:hover,
#message-slider.owl-carousel .owl-nav button.owl-prev:hover {
    width: 35px;
    height: 30px;
    background: rgb(122, 194, 146) !important;
    padding: 5px !important;
    outline: unset !important
}

.sustainability-tomorrow {}

.btn-carret {}

.sustainability-pillars {}



.pillars-home, .bg-gray-200 {
    background: #f6f6f6;
}

.pillars {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    height: 100%;
}

.pillars:hover {
    border: 1px solid #5a5a5a;
    background: #ffffff;
}

.pillars img {
    transition: all 500ms ease;
}

.pillars:hover img {
    filter: grayscale(50%);
}


.pillars-image {
    position: relative;
    overflow: hidden;
}

.pillars-image::after {
    content: "";
    position: absolute;
    bottom: -41%;
    left: -60%;
    right: -60%;
    height: 49%;
    transform: rotate(10deg);
    background: #ffffff;
}

.pillars:hover .pillars-image::after {
    background: #ffffff;
}

.pillars-text p-3 {}

.sustainability-impact p span{
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
	font-weight: normal !important;
	/* color: #9f9b9b !important; */
	line-height: 2;
}

.sustainability-impact p span:not(:nth-child(1)){
	padding-left: 0;

}
.sustainability-impact p span:nth-child(3) {
	padding-right: 8px;
}
.sustainability-impact p span:not(:last-child){
	/* padding-right: 0; */

}

.sustainability-impact p span:not(:last-child):after {
    /*position: absolute;*/
    content: "|";
    color: #64b882;
    top: -19px;
    right: -3px;
	font-size: 22px;
    display: inline-block;
    transform: translate(3px, 2px);
}

.impact-image img {
    max-width: 80%;
    opacity: 0.6;
    transition: opacity ease 500ms;
}
.sustainability-impact:hover .impact-image img {
	opacity: 1;
}
.sustainability-materiality {}

.sustainability-initiatives {}

.sustainability-e {
    background: #1e1e1e;
}

.sustainability-s {
	background: #191919;
}

.sustainability-g {
    background: #1e1e1e;
}

.initiatives-tabs {
    padding-left: 0;
    list-style: none;
}

.initiatives-tabs li {
    border: solid 1px #323232;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 1rem;
    cursor: pointer;
	color: #9f9b9b;
	transition: all 500ms ease;
}

.initiatives-tabs li.active,
.initiatives-tabs li:hover {
    border: 1px solid #64b882;
	color: #ffffff;
}
/*
.sustainability-s .initiatives-tabs li {
	border:1px solid #c5c5c5;
    color: #9f9b9b;
}

.sustainability-s .initiatives-tabs li.active,
.sustainability-s .initiatives-tabs li:hover {
    border:1px solid #5a5a5a;
    color: #5a5a5a;
} */
.initiatives-texts {}

.initiatives-text:not(.active) {
    display: none;
    opacity: 1;
    transition: opacity 500ms ease;
}
.initiatives-text.active {
	padding: 10px;
}

.initiatives-texts a {    
    display: none;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
	color: #9f9b9b;
}
/*
.sustainability-s  .initiatives-texts a {    
    border: 1px solid #2a2a2a;
	color: #9f9b9b;
	
} */

.initiatives-texts a.active, .initiatives-texts a:hover {
    border: 1px solid #64b882;
	color: #ffffff;
}
/*
.sustainability-s  .initiatives-texts a.active, .sustainability-s  .initiatives-texts a:hover {
    border: 1px solid #ffffff;
	color: #ffffff;
} */
.initiatives-text p {
	transition: all 500ms ease;
}

.initiatives-text.active p {
	color: #ffffff;
}

.initiatives-image img {
	transition: all 500ms ease;
}

.initiatives-image:hover img {
	filter: grayscale(50%);
}
/*
.color-green {
    color: #064f2a !important;
}

.color-green-1 {
    color: #00a839 !important;
}

.color-green-2 {
    color: #09922a !important;
}

.color-green-3 {
    color: #6fca0b !important;
}

.color-green-4 {
    color: #00b66f !important;
}

.color-green-5 {
    color: #026a2f !important;
}

.color-green-6 {
    color: #05b337 !important;
}
*/

.color-green {
    color: #6fca0b !important;
}

.color-green-1 {
    color: #6fca0b !important;
}

.color-green-2 {
    color: #6fca0b !important;
}

.color-green-3 {
    color: #6fca0b !important;
}

.color-green-4 {
    color: #6fca0b !important;
}

.color-green-5 {
    color: #6fca0b !important;
}

.color-green-6 {
    color: #6fca0b !important;
}

ul.partners {
    max-width: 100%;
}

ul.awards {
    max-width: 860px;
}

ul.partners,
ul.awards {
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    display: flex;
    align-items: start;
}

ul.partners li img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
	filter: grayscale(50%)
}

ul.awards li img {
    width: 100%;
    max-width: 232px;
	filter: grayscale(50%)
}

ul.partners li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

ul.awards li {
    display: inline-block;
    width: 16.6666%;
    text-align: center;
    padding: 10px;
}

.click-here {
    display: none;
    max-width: 30px;
    opacity: 0.5;
    position: absolute;
    bottom: 7%;
    left: 10%;
    animation: opacity 1s linear infinite;
}


.gptw-container img, .cpl-container img, .breed img, .bloomberg img {
	filter: grayscale(50%)
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.form-control {
	display: block !important;
    width: 100% !important;
    padding: .5rem 1rem !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #323232 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 1px !important;
	height: unset !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.intl-tel-input {
    width: 100% !important;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px!important;
    padding-left: 52px!important;
    margin-left: 0!important;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.mfp-iframe-holder {
 	position: fixed;   
}

.page-id-67 .mfp-iframe-holder .mfp-content {
    max-width: 1024px;
}

.border-center {
    position: relative;
}

.experience-light h5,.experience-light2 h5 {
    margin-bottom: 3%;
}
@media screen and (min-width: 1024px) {
.border-center:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #535151;
}  
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
 .message-text {
     margin-top: 0 !important;
}   
}

.owl-carousel2,.owl-carousel2 .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel2{display:none;width:100%;z-index:1}.owl-carousel2 .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel2 .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel2 .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel2 .owl-item,.owl-carousel2 .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel2 .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel2 .owl-item img{display:block;width:100%}.owl-carousel2 .owl-dots.disabled,.owl-carousel2 .owl-nav.disabled{display:none}.no-js .owl-carousel2,.owl-carousel2.owl-loaded{display:block}.owl-carousel2 .owl-dot,.owl-carousel2 .owl-nav .owl-next,.owl-carousel2 .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel2 .owl-nav button.owl-next,.owl-carousel2 .owl-nav button.owl-prev,.owl-carousel2 button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel2.owl-loading{opacity:0;display:block}.owl-carousel2.owl-hidden{opacity:0}.owl-carousel2.owl-refresh .owl-item{visibility:hidden}.owl-carousel2.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel2.owl-grab{cursor:move;cursor:grab}.owl-carousel2.owl-rtl{direction:rtl}.owl-carousel2.owl-rtl .owl-item{float:right}.owl-carousel2 .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel2 .owl-animated-in{z-index:0}.owl-carousel2 .owl-animated-out{z-index:1}.owl-carousel2 .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel2 .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel2 .owl-item .owl-lazy:not([src]),.owl-carousel2 .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel2 .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel2 .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel2 .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../node_modules/owl.carousel/dist/assets/owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel2 .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel2 .owl-video-playing .owl-video-play-icon,.owl-carousel2 .owl-video-playing .owl-video-tn{display:none}.owl-carousel2 .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel2 .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

@media (max-width: 1023.99px) {
    .click-here {
        display: block;
    }
    .initiatives-texts:not(.active) {
        display: none;
    }
    .initiatives-texts a {    
        display: block;
		
    }
	
    .initiatives-tabs {
        display: none;
    }
    .initiatives-texts a {
        position: relative;
		padding-right: 40px;
		color: #9f9b9b !important;;
    }
	.initiatives-texts a.active, .initiatives-texts a:hover {
		border: 1px solid #64b882;
		color: #ffffff !important;
	}
    .initiatives-texts a:before {
        content: "";
        position: absolute;
        top: 19px;
        right: 13px;
        height: 2px;
        width: 17px;
        background: #6c757d;
    }

    .initiatives-texts a:after {
        content: "";
        position: absolute;
        top: 11px;
        right: 20px;
        width: 2px;
        height: 17px;
        background: #6c757d;
        opacity: 1;
    }
    .initiatives-texts a.active:after {
        opacity: 0;
    }
}

@media (max-width: 992px) {
	#message-slider .row.item:not(:last-child) {
    	margin-bottom: 50px;
    }
	.preloader .loader-wrap {
		right: 7%;
	}
	.preloader .loader-wrap #percent {
		font-size: 8em;
	}
    ul.partners, ul.awards {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        align-items: unset;
    }
    ul.partners li {
        width: 50%;
    }
    
    ul.awards li {
        width: 33.333%;
    }
    ul.awards li {
        width: 33.3333%;
    }
    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        bottom: -6%;
        right: 5%;
    }
    html[dir=ltr] .message-text.message-text-1, html[dir=ltr] .message-text.message-text-2,
    html[dir=rtl] .message-text.message-text-1, html[dir=rtl] .message-text.message-text-2 {
        margin-top: 5% !important;
        margin-left: 1.2rem !important;
        margin-right: 1.2rem !important;
        margin-bottom: 5% !important;
    }
    .link-plus {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
	.preloader .loader-wrap #percent {
		font-size: 6em;
	}
    ul.partners, ul.awards {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        align-items: unset;
    }
    ul.partners li {
        width: 50%;
    }
    
    ul.awards li {
        width: 50%;
    }
    ul.awards li {
        width: 33.333%;
    }
    .owl-theme .owl-nav {
		margin-top: 20px;
        position: absolute;
        bottom: -6%;
        right: 0;
        width: 100%;
    }
    html[dir=ltr] .message-text.message-text-1, html[dir=ltr] .message-text.message-text-2,
    html[dir=rtl] .message-text.message-text-1, html[dir=rtl] .message-text.message-text-2 {
        margin-top: 5% !important;
        margin-left: 1.2rem !important;
        margin-right: 1.2rem !important;
        margin-bottom: 5% !important;
    }
}

@keyframes opacity {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.5;
    }
    
    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.5;
    }
    
    100% {
        opacity: 0.5;
    }
}


.page-content {
	overflow: visible
}
/*============ 8. Mobile Responsive Css ============*/

@media (min-width: 1400px) {
    .container {
        max-width: 1300px !important;
    }
    ul.leadership,
    ul.leadership2,
    ul.leadership3 {
        justify-content: center;
    }

    ul.leadership>li{
        display: inline-block;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 20px;
    }
    ul.leadership2>li {
        display: inline-block;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 20px;
    }
    ul.leadership3>li {
        display: inline-block;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
        margin-bottom: 30px;
    }
    ul.leadership2>li:nth-child(1) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    ul.leadership2>li:nth-child(4):after {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    #menu-overlay .container {
        max-width: 1000px;
    }

    .hero .hero-title {
        width: 80%;
    }
    ul.leadership,
    ul.leadership2,
    ul.leadership3 {
        justify-content: center;
    }

    ul.leadership>li{
        display: inline-block;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    ul.leadership2>li {
        display: inline-block;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        margin-bottom: 12.5%;
    }
    ul.leadership3>li {
        display: inline-block;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
        margin-bottom: 30px;
    }
    ul.leadership2>li:nth-child(1) {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    ul.leadership2>li:nth-child(4):after {
        display: none;
    }
}
@media (min-width: 992px) {
    .col-lg-12_5 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media only screen and (max-width: 1024px) {
    .clients .client img {
        max-width: 125px;
        width: auto;
    }
    .parallax-wrap {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .parallax-wrap .parallax-icon {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .ajax-preloader .loading {
        display: block;
    }

    #custom-cursor {
        display: none !important;
    }

    #pixi-slider .slider-wrapper .slider-item {
        left: 7vw;
    }

    #pixi-slider .slider-count {
        right: 7vw;
    }

    .hero .hero-title {
        width: 90%;
        font-size: 48px;
        line-height: 1.15;
    }

    .project-hero .project-title, .page-hero .page-title {
        font-size: 48px;
        line-height: 1.15;
    }

    .section-heading .title {
        font-size: 48px;
        line-height: 1.15;
    }
    ul.leadership>li {
        display: inline-block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership3>li {
        display: inline-block;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership2>li:first-child {
        display: inline-block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.leadership,
    ul.leadership2>li>ul {
        margin-right: -10px;
        margin-left: -10px;
    }
    ul.leadership3 {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
    }

    ul.leadership2 {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
    }

    ul.leadership2>li>ul>li {
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.leadership2>li {
        display: inline-block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership2>li:after {
        display: none !important;
    }
}

@media screen and (max-width: 768px){
    #menu-overlay .primary-nav li a {
    	font-size: 45px;
    }
    #menu-overlay .company-info {
        margin-bottom: 0;
    }
    .hero-bg-image .container {
    	max-width: 100%;
        padding-right: 0;
    	padding-left: 0;
    }
    p.program { 
        display: block;
      
    }
    .sustainability-impact p span{
        display: inline;
        flex: 1 1 49%;
        text-align: center;
		max-width: 49%;
    }
    .impact-image {
        text-align: center;
    }
    .sustainability-impact p span:not(:last-child):after {
        display: none !important;
    }
	.admin-bar header {
		margin-top: 46px !important;
	}
	.text-parallax-content {
		font-size: 12em;
		letter-spacing: -20px;
	}
	.text-parallax-content span {
		font-size: 8rem;
	}
	
	.project-hero .hero-image-wrapper, .page-hero .hero-image-wrapper,
	.project-hero .hero-content, .page-hero .hero-content	{
		max-height: 400px !important
	}
	.images-container {
		padding-top: 400px !important;
	}
	.project-hero .btn-down, .page-hero .btn-down, .inner-page-hero .btn-down {
		bottom: 5%;
		display: none !important;
	}
	.project-hero .hero-inner, .page-hero .hero-inner {
		top: unset;
		bottom: 1%;
		z-index: 15;
	}
	.hero-bg-image .images-container .images {
		top: 10%;
		bottom: 1%;
		height: 90%;
	}
    .hero-bg-image .images-container .images canvas {
        width: 100%;
		aspect-ratio: 1 / 1;   
    }
}
@media only screen and (max-width: 767px) {
	.lines .line {
		width: calc(100vw* 0.5);
		border-right: 1px solid #c5c5c5;
		height: 100%;
		float: left;
	}
	.lines .line:nth-child(2), .lines .line:nth-child(3), .lines .line:nth-child(4) {
		display: none;
	}
    header {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
    }

    #menu-overlay .content-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #menu-overlay .content-wrapper .primary-nav li {
        text-align: center;
    }

    #menu-overlay .content-wrapper .primary-nav li a {
        font-size: 35px;
    }

    #menu-overlay .company-info {
        display: none;
    }
	
	.clients .client {
		min-height: 100px;
		height: calc(100vh / 8);
	}
	.company-image {
		min-height: 108px;
		height: calc(100vh / 8);
	}
	.company-image img {
		max-height: 60px;
		max-width: 80%;
	}
	.clients .client img {
        max-width: 40%;
        height: auto;
        max-height: unset;
    }
	.clients .client.active a {
        text-align: left;
    }
    .clients .client img.max-height-52 {
        max-height: unset;
        width: 100%;
        max-width: 40%;
        height: auto;
    }
	header.is-scrolled {
		height: 60px;
	}
	
	header .logo-container #logo img {
		height: 33px;
	}
	header.is-scrolled .logo-container #logo img {
		height: 30px;
	}
    #pixi-slider .slider-wrapper .slider-item .item-title {
        margin: 20px 0;
        font-size: 42px;
        line-height: 1.15;
		width: 90%;
    }

    #pixi-slider .slider-count {
        display: none;
    }

    .hero .hero-title {
        width: 100%;
        font-size: 38px;
        line-height: 1.15;
    }

    .project-hero .project-title, .page-hero .page-title {
        font-size: 42px;
    }

    .section-heading .title {
        font-size: 42px;
    }
    
    .next-project .next-title {
        font-size: 42px;
        line-height: 1.15;
    }

    .contact-area #contact-form {
        margin-top: 30px;
    }

    .project-services .project-servicesList {
        margin-bottom: 50px;
    }

    .project-period p {
        margin-bottom: 50px;
    }
	.company-profile, .pillars-item {
		padding: 20px;
	}
    ul.leadership,
    ul.leadership2,
    ul.leadership3 {
        justify-content: unset;
    }

    ul.leadership>li {
        display: inline-block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership2>li:first-child {
        display: inline-block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.leadership3>li {
        display: inline-block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership,
    ul.leadership2>li>ul,
    ul.leadership3 {
        margin-right: -10px;
        margin-left: -10px;
    }

    ul.leadership2 {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
    }

    ul.leadership2>li>ul>li {
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.leadership2>li {
        display: inline-block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership2>li:after {
        display: none !important;
    }
	
	ul.leadership>li img, ul.leadership2>li img {
		max-width: 170px !important;
	}
}

@media only screen and (max-width: 576px) {
	
    footer .back-top {
        top: -19px;
        right: 0px;
    }

    footer .back-top span {
        display: none;
    }
    
    .hero .hero-title {
        width: 100%;
        font-size: 30px;
        line-height: 1.15;
    }
	.text-parallax-content {
        font-size: 5.5em;
        letter-spacing: -6px;
    }
    .text-parallax-content span {
        font-size: 3rem !important;
        margin-left: 3px !important;
    }
    .text-parallax-1 .text-parallax-content {
        font-size: 3.5em;
        letter-spacing: -4px;
    }
    .text-parallax-2 .text-parallax-content, .text-parallax-3 .text-parallax-content {
        font-size: 3.5em;
        letter-spacing: 0;
    }
    .experience h5 {
        width: 100% !important;
     	text-align: center !important;   
        padding: 0 !important;
    }
    .experience-light h5,.experience-light2 h5 {
        width: 100% !important;
     	text-align: center !important;   
        padding: 0 !important;
        font-size: 18px !important;
        margin-bottom: 3% !important;
    }
    #experience .d-flex {
     	display: block !important;   
    }
    #experience .col-6 {
     	-ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;   
        padding-right: 15px !important;
    	padding-left: 15px !important;
    }
    #experience .text-parallax {
  		width: 100%;
    	text-align: center;
	}
	.section-heading .title {
        font-size: 30px;
    }
    #menu-overlay .content-wrapper .primary-nav li a {
        font-size: 30px;
    }
    .project-hero .project-title, .page-hero .page-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 340px) {
    ul.leadership>li {
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership2>li:first-child {
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.leadership3>li {
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    ul.leadership2>li>ul>li {
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.leadership2>li {
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
    ul.leadership>li img, ul.leadership2>li img {
        max-width: 100% !important;
    }
}
.gpt-images:after {
	position: absolute;
	top: -4px;
    left: -15px;
    right: -7px;
    bottom: -1px;
	content: "";
	background-image: url("https://thecenturygroup.org/wp-content/uploads/2024/09/gptw-header.png");
	background-size: contain;
	background-position: center;
	z-index: 10;
	background-repeat: no-repeat;
}