/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2026 | 09:49:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.about__image_with-text {
	gap: 100px !important;
}

.about__image_with-text--content > p:not(.subheading) {
	max-width: 420px;
}

.about__image_with-text--content-heading._contained {
	max-width: 500px;
}

@media (min-width: 782px) {
	
	.about__image_with-text--media {
		max-width: 528px;
	}
	
	.Service__items._right .Service__item_content._about > * {
		margin-left: max(0rem, calc((100vw - 1260px + 0rem - 24px) / 2)) !important;
	}
	.Service__items._right .Service__item_content._about {
		max-width: 590px;
	}
	
	.Service__items._right .Service__item_content._about > p {
		max-width: 430px;
	}
}

@media (max-width: 781px) {
	.about__image_with-text {
		gap: 40px !important;
	}
	
	.about__image_with-text._reverse {
		flex-direction: column-reverse;
	}
	
	.about__image_with-text--content-heading {
		font-size: 35px !important;
	}
}

/** Service List Section **/

.about__services_list--content {
	position: relative;
}

.about__services_item--heading {
  font-size: 35px;
  cursor: pointer;
  font-family: Cormorant, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
	color: #fff !important;
	opacity: 0.3;
	    min-height: 74px;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.about__services_item {
    position: static !important;
}

.about__services_item:hover .about__services_item--heading{
	  font-size: 45px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 1;
}

.about__services_item--content {
	color: #fff !important;
	position: absolute;
    max-width: 515px;
    right: 0;
    top: 0;
	opacity: 0;
	  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.about__services_item:hover .about__services_item--content  {
	opacity: 1;
}

@media (min-width: 1000px) {
	.about__services_item--content {
		left: 50%;
		top: 30%;
		transform: translate(0%, -50%);
	}
}

/** Carousel **/

.teams__carousel_section {
	background: url('https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2026/01/Wall4_Khaki-1-2.png')
}

.teams__items {
	margin-left: max(0rem, calc((100vw - 1260px + 0rem - 24px) / 2));
    padding-left: 30px;
}

.teams__item {
	max-width: 20%;
	width: 20%;
	margin-right: 40px;
	gap: 10px;
}

.teams__item--media {
	margin-bottom: 15px !important
}

.teams__item--designation strong {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.homepage__services_list--media._about::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2026/01/Principals-Text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 840px;
    width: 100%;
    height: 100%;
    background-position: bottom left;
}

@media (max-width: 1024px) {
	.teams__item {
		max-width: 25%;
		width: 25%;
		margin-right: 30px;
	}
}

@media (max-width: 999px) {
	.about__services_item--content {
		position: static;
		height: 0;
		margin-left: 0 !important;
	}
	.about__services_item:hover .about__services_item--content  {
		height: auto;
	}
	.homepage__services_list--content._about {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.homepage__services_list--media._about img {
		height: 900px !important;
	}
}

@media (max-width: 781px) {
	.teams__item {
		max-width: 32%;
		width: 32%;
		margin-right: 30px;
	}
}

@media (max-width: 580px) {
	.teams__item {
		max-width: 86%;
		width: 86%;
		margin-right: 30px;
	}
}

.animated__items {
	margin: auto !important;
	position: relative;
	--before-height: 0;
}

.animated__items::before {
  content: "";
  position: absolute;
  left: calc(50% + 6px);
  transform: translateX(-50%);
  height: calc(var(--before-height) * 100%);
  width: 1px;
  background: #0b2a5b;
  z-index: 1;
}

.animated__item {
	gap: 190px !important;
	position: relative;
	margin-bottom: 100px !important;
	max-width: 1200px !important;
}

@media (max-width: 1260px) {
	.animated__item {
		padding: 0 30px 0 110px !important;
	}
}

@media (max-width: 781px) {
	.animated__item {
		padding: 0 30px 0 50px !important;
	}
	.animated__items::before {
		left: 80px;
	}
}

.animated__item::after {
	content: '';
    background: #fff;
    height: 12px;
    width: 12px;
    border: 1px solid;
    display: block;
    border-radius: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 2;
}

.animated__years {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

span.animated__year {
    display: block;
    position: relative;
}

span.animated__year::after {
    content: '';
    width: 25px;
    background: #D9D9D9;
    height: 1px;
    position: absolute;
    left: 0;
	transition: 0.5s ease;
	top: 50%;
	transform: translatey(-50%);
}

span.animated__year.active::after {
	width: 45px;
	transition: 0.5s ease;
	background: #012A40;
}

span.animated__year > span {
	padding-left: 60px;
	opacity: 0;
	transition: 0.5s ease;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: Montserrat, sans-serif;
}

span.animated__year.active > span {
	opacity: 1;
	transition: 0.5s ease;
}

@media (max-width: 781px) {
	.animated__item {
    	gap: 30px !important;
	}
	
	span.animated__year::after {
		width: 15px;
	}
	span.animated__year.active::after {
		width: 30px;
	}
	
	.animated__item::after {
		top: -32px;
		left: 74px;
    	transform: none;
	}
	
	.animated__item > div:last-child {
    max-width: 250px;
    margin-left: auto;
}
}