:root {
    --the-black: #1D1D1B;
    --the-white: #fff;
    --primary-color: rgba(10, 74, 142, 1);
	--the-green: rgba(148, 210, 39, 1);
    --the-grey: #f5f5f5;
}

/*-------*/
/* Calendar and Publications */
.c-and-p-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	justify-content: space-between;
	padding: 10px 30px;
}
.the-h-two h2::before {
	content: "";
	position: absolute;
	border-bottom: 1px solid var(--the-orange);
	width: 90px;
	bottom: -27px;
}
.aclendar-publications {
	margin-top: 6em;
}
.calendar-holder, .publications-holder {
    background: var(--the-black);
    padding: 30px;
    min-width: 43%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 6em;
    color: var(--the-white);
    margin-bottom: 40px;
    margin-right: 30px;
    margin-left: 30px;
}
.cp-link a {
    display: inline;
    position: relative;
    border: 1px solid var(--the-white);
    padding: 15px 30px;
    color: var(--the-white);
    transition: 500ms;
    display: inline-block;
}

@media(min-width: 900px){
	.c-and-p-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 3em;
		justify-content: space-between;
		padding: 10px 100px;
	}
}

@media(max-width: 600px){
	h2 {
		position: relative;
		font-size: 36px;
	}
	.centered-text {
		text-align: center;
		margin-bottom: 7em;
		line-height: 2 !important;
	}
}
/* Insights */
.bottom-insights {
	background: var(--the-grey);
	padding: 80px 0;
}
.insight-image img {
	width: 100%;
	object-fit: cover;
	height: 410px;
}
.the-heading-all-insights {
	display: flex;
	gap: 2em;
	align-items: center;
	justify-content: space-between;
	min-height: 61px;
	margin-bottom: 3em;
}
.the-heading-all-insights h2 {
	color: var(--the-orange);
	margin-bottom: 0;
}
.all-insights a {
	color: var(--the-black);
	position: relative;
	transition: 500ms;
	font-weight: 600;
}
.insight-date {
	margin-top: 20px;
	margin-bottom: 20px;
}
.insight-read-more {
	padding-top: 25px;
}
.insight-read-more a, .insight-title a {
	color: var(--the-black);
	position: relative;
	transition: 500ms;
}
.insight-read-more a {
	font-weight: 600;
}
.insight-read-more a::after {
	content: "\e804";
	font-family: 'sandawana';
	position: relative;
	right: -10px;
}
/* Culture */
.insight-wrapper {
	background-color: var(--the-grey);
	margin-bottom: 3em;
	padding-bottom: 4em;
}
.culture-title h2 {
	color: var(--the-orange);
} 
.find-out-more a {
	border: 1px solid var(--the-black);
	padding: 16px 30px;
	color: var(--the-black);
	transition: 500ms;
	position: relative;
}
.our-culture h2 {
	color: var(--the-orange);
	margin-bottom: 1em;
}
.insight-wrapper {
	background-color: var(--the-grey);
	margin-bottom: 3em;
}
.our-culture {
	margin-top: 4em;
	margin-bottom: 6em;
}
.culture-title {
	padding: 40px 40px;
}
.culture-image img {
	width: 100%;
	object-fit: cover;
}
.find-out-more {
	padding: 0 40px;
}

/* FAQS */
.FAQS {
	background: var(--the-black);
	color: var(--the-white);
	padding: 130px 0;
}
.centered-text {
	text-align: center;
	margin-bottom: 7em;
	line-height: 0;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a {
	color: #ffffff;
	font-weight: 300;
}
#sp-ea-77.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
	background: transparent;
	color: #ffffff;
}
.home .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 45px 0;
	color: #444;
}
.ea-card.sp-ea-single {
	border-bottom: 1px solid var(--the-orange) !important;
}
/* Contact us */

.center-get-intouch {
    text-align: center;
    color: var(--the-dark-gray);
}

.the-form {
    text-align: center;
    width: 100%;
}

.wpcf7-form-control {
    height: 3.8em;
    width: 100%;
    border: 1px solid #e7e7e7;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 15em;
}

.wpcf7-form-control.wpcf7-acceptance {
    border: none;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 1px solid var(--primary-color);
    width: 130px;
    color: var(--the-black);
	transition: 500ms ease-in-out;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    border: 1px solid var(--the-black);
	background-color: var(--primary-color);
}

.wpcf7-form label {
    width: 100%;
}

iframe {
    width: 100%;
	min-height: 400px;
    margin-bottom: -8px;
}

.the-contact-map {
    margin-top: 7em;
}

.the-contact-map .center-get-intouch {
    margin-bottom: 3em;
}

@media (min-width: 760px) {
    .wpcf7-form-control {
        height: 3.8em;
        width: 100%;
        padding: 15px;
        border: 1px solid #e7e7e7;
    }
    .wpcf7-form-control.wpcf7-acceptance {
        border: none;
        display: inline-block;
        text-align: left;
        margin-left: -56px;
    }
}
/* Contact Us */
.c-details-map {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	margin-bottom: 5em;
	margin-top: 4em;
}

.contact-details h3::before {
	content: "";
	position: absolute;
	border-bottom: 1px solid var(--primary-color);
	width: 100px;
	bottom: -18px;
}
.page-id-28 .centered-text h2 {
	color: var(--the-white);
	margin-top: -9px;
	margin-bottom: 35px;
}
.contact-details h3 {
	position: relative;
	font-weight: 500;
	margin-bottom: 3em;
}
.page-id-28  .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 40px 0px;
}
.contact-details {
	background: var(--the-black);
	color: var(--the-white);
	padding: 30px;
}
@media(min-width:600px){
	.c-details-map {
		display: grid;
		grid-template-columns: 1fr 2fr;
		width: 100%;
		margin-bottom: 5em;
	}
}


.emails p, .telephones p, .cell p, .e-toll-free p, .n-toll-free p, .v-toll-free p {
    margin-bottom: 0;
}

.emails, .telephones, .cell, .e-toll-free, .n-toll-free, .v-toll-free  {
    margin-bottom: 20px;
}

/* Team Member */

.view-profile a {
    position: relative;
    color: var(--the-white);
    font-weight: 600;
    transition: 500ms;
}

.team-top-text {
	margin-bottom: 5em;
}
.team-holder {
    margin-bottom: 2em;
    background: var(--the-black);
    color: var(--the-white);
}
.modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}
@media(min-width: 600px){
	.mem-img {
		float: left;
		padding-right: 2em;
		padding-bottom: 15px;
	}
}

.mem-img img {
    width: 150px;
    border-radius: 50%;
} 

.team-top-text h2 {
	color: var(--the-orange);
}

.team-image img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    object-position: top;
}
.team-image {
    overflow: hidden;
}

.board-title a {
    color: var(--the-white);
	font-size: 28px;
}

.position p {
    font-size: 20px;
}

.board-details-wrap {
    padding: 20px;
}

/* Footer */
.footer-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-buttons-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.build-career a {
	border: 1px solid var(--the-black);
	padding: 15px 30px;
	display: inline-block;
	color: var(--the-black);
}

.build-project a {
	background: var(--primary-color);
	color: var(--the-black);
	padding: 15px 30px;
	display: inline-block;
}


.the-footer-svg svg {
	width: 300px;
}


.footer-social {
	display: flex;
	gap: 20px;
}

.footer-social a {
	color: var(--the-black);
}

.footer-social a:hover {
	color: var(--primary-color);
}

.by-quatro p {
	color: var(--the-black);
}
.get-in-touch a {
	color: var(--the-black);
	transition: 500ms;
	position: relative;
}
#menu-footer {
	display: flex;
	gap: 15px;
	list-style-type: none;
	flex-wrap: wrap;
}
.the-copy-r {
	background: var(--the-grey);

}
.back-to-top {
    position: absolute;
    right: 0;
    bottom: 25%;
    rotate: -90deg;
    z-index: 1;
}
.back-to-top a{
	position: relative;
	cursor: pointer;
}
.back-to-top a::before {
    content: "";
    position: absolute;
    background-color: #BABABA;
    padding: 1px 10px;
    top: 50%;
    margin-left: -30px;
}
.by-quatro a, .footer-links li a {
	color: var(--the-black);
}
.th-cr-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1em;
	padding-top: 20px;
	align-items: baseline;
}

.cp-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}

.socials, .terms-conditions {
    display: flex;
    gap: 20px;
}

.cp p {
	color: var(--the-black) !important;
}
#menu-footer-menu li {
    list-style: none;
    padding: 10px 0;
    min-width: 200px;
}

.th-cr-wrapper p {
    color: var(--the-white);
}

.fluid-container.for-footer {
	background: var(--the-grey);
	padding: 40px 0 20px 0px;
	position: relative;
}
.foot-logo-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;
    align-items: center;
}

/* #menu-footer-menu {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    margin: 40px 0;
} */


#menu-footer-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1.2em;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-items: center; /* Centers each item horizontally */
    text-align: center;
}

.for-footer-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 60px;
	gap:20px;
}

.social {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    color: var(--the-white);
}

.footer-links {
    margin-top: 0.5em;
}

.social a {
    border: 1px solid;
    padding: 15px;
    border-radius: 50%;
}

.ea-card.sp-ea-single a, .menu-footer-container a  {
	transition: 500ms;
}
.by-quatro p {
	color: var(--the-black);
}
.get-in-touch a {
	font-weight: 600;
	transition: 500ms;
	position: relative;
}


#mega-menu-primary li a {
	transition: 500ms !important;
}
/* .container.animate__animated.animate__zoomIn {
	position: relative;
	z-index: 9999;
} */
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Effects */

.view-profile a:hover {
	margin-left: 5px;
	color: var(--the-orange);
}
.read-more a:hover {
	margin-left: 5px;
}
.news-readmore a:hover {

	margin-left: 5px;
}
.all-insights a:hover {
	color: var(--the-orange);
}
.menu-footer-container a:hover, .get-in-touch a:hover {
	color: var(--the-orange);
}
.cp-link a:hover {
	background: var(--the-white);
	color: var(--the-black);
}
.find-out-more a:hover {
	background: var(--the-black);
	color: var(--the-white);
}
.insight-read-more a:hover, .services-title a:hover{
	color: var(--the-orange);
	margin-left: 8px;
}
.insight-title a:hover {
	color: var(--the-orange);
}
.ea-card.sp-ea-single a:hover {
	margin-left: 5px;
}
#mega-menu-primary li a:hover {
	color: var(--the-orange) !important;
}



/* Gallery */

.woow-gal-amron-title-wrap {
	min-height: 40px;
}

.woow-gal-amron-desc-wrap.woow-gal-amron-hasTitle {
	background: var(--the-black) !important;
	color: var(--the-white) !important;
}

.woow-gal-amron-title {
	color: var(--the-grey) !important;
	font-weight: 300;
}

.woowgallery-amron .woow-gal-amron-thumb .woow-gal-amron-item-wrap img {
	transition: transform 0.7s ease;
	height: 300px !important;
}

/* Pagination */


/* .pagination {
    justify-content: flex-end;
} */

.pagination span {
    font-size: 1.2em;
}

.pagination span,
.pagination a {
    border-radius: 0px;
    font-size: 15px;
    background: var(--the-black);
    color: var(--white);
    padding: 5px 10px;
    margin: 5px 5px 30px;
}


.pagination a:hover {
    background: var(--primary-color);
}

.pagination .current {
    background: var(--primary-color);
}

.sidebar-job a {
	color:var(--the-black)
}

.sidebar-job a:hover {
	color:var(--primary-color)
}

/* support fillwidth settings */
.wp-block {
    max-width: 100% !important;
    width: 100% !important;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}


.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 80%;
    z-index: 1;
}

.wp-block-columns.column-gap.is-layout-flex {
    gap: 8em;
}

/* services */
section#pomona-commercial .pomona-infor,
section#delivering-intergrated .infor-delivering {
    flex-basis: 57%;
}
section#pomona-commercial,
section#delivering-intergrated {
    display: flex;
	align-items: center;
	gap: 40px;
}

.granite-link {
    position: relative;
}
.link-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 20px;
    display: flex;
    gap: 50px;
	z-index: 1;
	align-items: center;
    justify-content: center;
}
.link-wrapper p {
    margin-bottom: unset;
}

.link-wrapper h2 {
    font-size: 26px;
	line-height: 1.5;
    margin-bottom: 0px;
}

@media(max-width:900px){
	.for-footer-inner {
	flex-wrap: wrap;
	}
}

@media(max-width:768px){
	section#pomona-commercial .pomona-infor,
	section#delivering-intergrated .infor-delivering{
		flex-basis: 0;
	}
	section#pomona-commercial,
	section#delivering-intergrated {
		flex-direction: column;
	}
}



