#wallSection {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	overflow: hidden
}

@media(min-width: 768px) {
	#wallSection {
		height: 85vh
	}
}

#wallSection .textDiv {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

@media(min-width: 1280px) {
	#wallSection .textDiv {
		width: auto;
		flex: 1;
		align-items: flex-start;
		justify-content: flex-end;
		text-align: right;
		border-left: 1px solid #ebedf3;
		padding-left: 1.3333rem
	}
}

@media(min-width: 1800px) {
	#wallSection .textDiv {
		padding-left: 2.441rem
	}
}

#wallSection .textDiv .knowMore {
	margin-top: 2.441rem;
	color: #ee202c;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #ebedf3;
	padding-bottom: .5rem;
	cursor: pointer;
	transition: all .3s ease
}

#wallSection .textDiv .knowMore:hover {
	border-bottom: 1px solid #ee202c
}

#wallSection .subText {
	color: #101011;
	font-size: 1.25rem;
	font-weight: 300
}

@media(min-width: 1280px) {
	#wallSection .subText {
		color: #5d5e5f;
		font-size: 1.563rem
	}
}

#wallSection .hiddenContent {
	margin: 0;
	font-weight: 700;
	font-size: 2.441rem;
	text-align: left;
	opacity: 0
}

@media(min-width: 568px) {
	#wallSection .hiddenContent {
		font-size: 3.052rem
	}
}

@media(min-width: 768px) {
	#wallSection .hiddenContent {
		font-size: 3.815rem
	}
}

#wallSection .ml4 {
	margin: 0;
	width: 100%;
	font-weight: 700;
	font-size: 2.441rem
}

@media(min-width: 568px) {
	#wallSection .ml4 {
		font-size: 3.052rem
	}
}

@media(min-width: 768px) {
	#wallSection .ml4 {
		font-size: 3.815rem
	}
}

@media(min-width: 1024px) {
	#wallSection .ml4 {
		border: none
	}
}

@media(min-width: 1280px) {
	#wallSection .ml4 {
		text-align: left;
		font-size: 3.815rem
	}
}

@media(min-width: 1800px) {
	#wallSection .ml4 {
		font-size: 4.768rem
	}
}

@media(min-width: 1280px) {
	#wallSection .ml4 {
		font-size: 3.815rem
	}
}

#wallSection .ml4 .letters {
	position: absolute;
	margin: auto;
	left: 0;
	top: .3em;
	right: 0;
	opacity: 0
}

#wallSection .ml4 .letters span {
	color: #ee202c
}

#wallSection #titleDiv {
	margin: auto;
	color: #141414;
	font-size: 2.441rem;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -1.5px;
	border-left: 3px solid #ee202c;
	padding-left: 1rem;
	text-align: left
}

@media(min-width: 320px) {
	#wallSection #titleDiv {
		font-size: 3.052rem
	}
}

@media(min-width: 568px) {
	#wallSection #titleDiv {
		font-size: 3.815rem;
		padding-left: 2.441rem
	}
}

@media(min-width: 768px) {
	#wallSection #titleDiv {
		font-size: 3.815rem;
		text-align: center;
		border: none
	}
}

@media(min-width: 1024px) {
	#wallSection #titleDiv {
		font-size: 4.768rem;
		letter-spacing: -2.5px;
		line-height: 130%
	}
}

@media(min-width: 1280px) {
	#wallSection #titleDiv {
		font-size: 5.96rem
	}
}

#wallSection #titleDiv .titleText {
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: inherit
}

@media(min-width: 768px) {
	#wallSection #titleDiv .titleText {
		flex-direction: row
	}
}

@media(min-width: 1024px) {
	#wallSection #titleDiv .titleText {
		justify-content: flex-start
	}
}

#wallSection #titleDiv .animWall2 {
	height: 1.2em;
	font-size: inherit
}

@media(min-width: 768px) {
	#wallSection #titleDiv .animWall2 {
		margin-left: 1rem
	}
}

#wallSection #titleDiv .animWall2:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 3px;
	border-radius: 1rem;
	background-color: #ffdfe0
}

#wallSection #titleDiv .animWall2 .animDiv {
	height: 100%;
	display: inline-flex;
	overflow: hidden
}

#wallSection #titleDiv .animWall2 .awDiv {
	font-size: inherit;
	display: flex;
	flex-direction: column;
	animation: letterAnim 10s ease infinite
}

@keyframes letterAnim {
	0% {
		opacity: 1;
		transform: none
	}

	30% {
		opacity: 1;
		transform: none
	}

	32% {
		opacity: 0
	}

	34% {
		transform: translateY(-115%)
	}

	36% {
		transform: translateY(-100%)
	}

	38% {
		opacity: 1
	}

	60% {
		opacity: 1;
		transform: translateY(-100%)
	}

	62% {
		opacity: 0
	}

	64% {
		transform: translateY(-215%)
	}

	66% {
		transform: translateY(-200%)
	}

	68% {
		opacity: 1
	}

	90% {
		opacity: 1;
		transform: translateY(-200%)
	}

	95% {
		opacity: 0
	}

	100% {
		opacity: 1;
		transform: none
	}
}

#wallSection #titleDiv .animWall2 .awDiv:nth-child(1) {
	animation-delay: .1s;
	z-index: 10
}

#wallSection #titleDiv .animWall2 .awDiv:nth-child(2) {
	animation-delay: .3s;
	z-index: 9
}

#wallSection #titleDiv .animWall2 .awDiv:nth-child(3) {
	animation-delay: .5s;
	z-index: 8
}

#wallSection #titleDiv .animWall2 .awDiv:nth-child(4) {
	animation-delay: .7s;
	z-index: 7
}

#wallSection #titleDiv .animWall2 .awDiv .aw {
	font-size: inherit;
	min-height: 1.2em;
	height: 1.2em;
	color: #ee202c;
	display: flex;
	align-items: center;
	text-shadow: 5px 0px 6px rgba(48, 0, 0, .116);
	width: auto;
	overflow: hidden
}

#wallSection #titleDiv .animWall2 .awDiv .aw3 {
	left: -13%
}

#wallSection #titleDiv .animWall2 .awDiv .aw4 {
	left: -20%
}

#wallSection .media {
	width: 100%;
	display: flex
}

@media(min-width: 1280px) {
	#wallSection .media {
		position: relative;
		width: 500px
	}
}

@media(min-width: 1800px) {
	#wallSection .media {
		width: 550px
	}
}

#wallSection .media video {
	margin: auto;
	max-width: 300px;
	opacity: .4
}

@media(min-width: 568px) {
	#wallSection .media video {
		max-width: 500px
	}
}

@media(min-width: 1280px) {
	#wallSection .media video {
		max-width: 550px;
		opacity: .8
	}
}

#wallSection .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

#wallSection .bg svg {
	max-width: 100%;
	top: 0;
	width: 16rem
}

@media(min-width: 768px) {
	#wallSection .bg svg {
		width: 18rem
	}
}

#wallSection .bg svg .path {
	stroke-dasharray: 200;
	stroke-dashoffset: 0;
	animation: dash 10s linear alternate infinite;
	fill: rgba(0, 0, 0, 0);
	stroke: #0e0d13;
	stroke-width: 1 !important;
	fill: none;
	pointer-events: all;
	transition: all .3s
}

#wallSection .socialMediaDiv {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	display: flex;
	flex-direction: column;
	margin-right: .25rem;
	transform: translateY(-50%)
}

@media(min-width: 768px) {
	#wallSection .socialMediaDiv {
		margin-right: 2rem
	}
}

@media(min-width: 1024px) {
	#wallSection .socialMediaDiv {
		margin-right: 3rem
	}
}

#wallSection .socialMediaDiv .socialMedia {
	width: 2.5rem;
	height: 2.5rem;
	padding: .5rem;
	border: 1px solid #ebedf3;
	border-radius: 100%;
	margin-top: .5rem
}

#wallSection .socialMediaDiv .socialMedia .socialMediaIcon {
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: .6
}

#wallSection .socialMediaDiv .socialMedia .socialMediaIcon:hover {
	opacity: 1
}

#wallSection .socialMediaDiv .socialMedia .socialMediaIcon img {
	cursor: pointer
}

#aboutSection {
	text-align: center;
	background-color: #f8f8f8
}

#aboutSection .innerSection p {
	font-size: 1rem
}

@media(min-width: 320px) {
	#aboutSection .innerSection p {
		font-size: 1.25rem
	}
}

@media(min-width: 768px) {
	#aboutSection .innerSection p {
		font-size: 1.563rem
	}
}

@media(min-width: 1024px) {
	#aboutSection .innerSection p {
		font-size: 1.953rem
	}
}

#aboutSection .innerSection p span {
	color: #ee202c;
	font-weight: 500
}

#aboutSection .innerSection .btn {
	margin-top: 2.441rem
}

#serviceSection .serviceCardDiv {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.953rem
}

@media(min-width: 768px) {
	#serviceSection .serviceCardDiv {
		margin-top: 2.441rem
	}
}

#serviceSection .serviceCardDiv .serviceCard {
	width: 100%;
	display: flex;
	margin-bottom: 1rem;
	border: 1px solid #ebedf3;
	text-align: left;
	background-color: #fff;
	transition: all .5s ease-in-out;
	cursor: pointer;
	overflow: hidden
}

#serviceSection .serviceCardDiv .serviceCard:nth-child(2n+2) {
	margin-right: 0
}

@media(min-width: 768px) {
	#serviceSection .serviceCardDiv .serviceCard:nth-child(2n+2) {
		margin-right: 1%
	}
}

@media(min-width: 768px) {
	#serviceSection .serviceCardDiv .serviceCard:nth-child(3n+3) {
		margin-right: 0
	}
}

@media(min-width: 568px) {
	#serviceSection .serviceCardDiv .serviceCard {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1.563rem
	}
}

@media(min-width: 768px) {
	#serviceSection .serviceCardDiv .serviceCard {
		width: 32%;
		margin-right: 1%
	}
}

#serviceSection .serviceCardDiv .serviceCard:hover .content::before {
	opacity: 1;
	transform: none
}

#serviceSection .serviceCardDiv .serviceCard:hover .content .title {
	margin: 0;
	color: #fff
}

#serviceSection .serviceCardDiv .serviceCard:hover .content .btnDiv span {
	opacity: 1;
	color: #f8f8f8
}

#serviceSection .serviceCardDiv .serviceCard:hover .iconDiv::before {
	transform: none
}

#serviceSection .serviceCardDiv .serviceCard:hover .iconDiv .icon {
	transform: scale(0.8)
}

#serviceSection .serviceCardDiv .serviceCard .content {
	flex: 1;
	padding: 1rem
}

@media(min-width: 568px) {
	#serviceSection .serviceCardDiv .serviceCard .content {
		padding: 2.441rem
	}
}

#serviceSection .serviceCardDiv .serviceCard .content::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ee202c;
	background-image: linear-gradient(to right top, #e32c37, #e02d38, #de2f39, #db303a, #d8313b, #d72f39, #d72e37, #d62c35, #d72730, #d8202a, #d91a24, #da111d);
	transform: translateY(100%);
	transition: transform .3s;
	opacity: 0;
	cursor: pointer
}

#serviceSection .serviceCardDiv .serviceCard .content .title {
	transition: all .3s ease-in-out;
	cursor: pointer;
	margin-top: 1rem
}

#serviceSection .serviceCardDiv .serviceCard .content .btnDiv {
	opacity: .5;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	cursor: pointer
}

#serviceSection .serviceCardDiv .serviceCard .content .btnDiv span {
	opacity: 0;
	transition: all .3s ease-in-out;
	cursor: pointer;
	margin-top: .512rem;
	transition-delay: .15s
}

#serviceSection .serviceCardDiv .serviceCard .content .btnDiv .arrow {
	top: 10px;
	width: 40px;
	opacity: .1;
	transition: all .5s ease-in-out;
	cursor: pointer
}

#serviceSection .serviceCardDiv .serviceCard .iconDiv {
	padding: 1rem;
	cursor: pointer;
	transition: all .3s;
	width: 60px;
	display: flex;
	cursor: pointer
}

@media(min-width: 568px) {
	#serviceSection .serviceCardDiv .serviceCard .iconDiv {
		width: 100px
	}
}

@media(min-width: 1024px) {
	#serviceSection .serviceCardDiv .serviceCard .iconDiv {
		width: 150px
	}
}

#serviceSection .serviceCardDiv .serviceCard .iconDiv img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin: auto;
	transition: all .3s
}

@media(min-width: 568px) {
	#serviceSection .serviceCardDiv .serviceCard .iconDiv img {
		width: 60px;
		height: 60px
	}
}

@media(min-width: 1024px) {
	#serviceSection .serviceCardDiv .serviceCard .iconDiv img {
		width: 80px;
		height: 80px
	}
}

#serviceSection .serviceCardDiv .serviceCard .iconDiv::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	transition: all .3s;
	cursor: pointer
}

#gallerySection {
	background-color: #101011;
	overflow: hidden
}

#gallerySection .mainDiv .headingDiv {
	text-align: center
}

#gallerySection .mainDiv .headingDiv .title {
	margin: 0;
	padding-bottom: 2.441rem;
	color: #ebedf3;
	font-weight: 300;
	font-size: 1.953rem;
	letter-spacing: 1px
}

@media(min-width: 568px) {
	#gallerySection .mainDiv .headingDiv .title {
		font-size: 2.441rem
	}
}

@media(min-width: 768px) {
	#gallerySection .mainDiv .headingDiv .title {
		font-size: 3.052rem
	}
}

@media(min-width: 1024px) {
	#gallerySection .mainDiv .headingDiv .title {
		border-left: 3px solid #ee202c;
		padding: 0;
		padding-left: 1rem;
		letter-spacing: 1px;
		font-weight: 300;
		text-align: start
	}
}

@media(min-width: 1280px) {
	#gallerySection .mainDiv .headingDiv .title {
		margin-left: 1rem
	}
}

#gallerySection .mainDiv .campaignImages {
	width: 100%;
	z-index: 99
}

#gallerySection .mainDiv .campaignImages .imageDiv {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

@media(min-width: 1024px) {
	#gallerySection .mainDiv .campaignImages .imageDiv {
		padding-top: 2.441rem;
		padding-left: 5px;
		padding-bottom: 5px
	}
}

#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block {
	width: 50%;
	padding: 5px;
	position: relative;
}
.camp-title-overl {
	position: absolute;
	opacity: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 100%);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.campaign-block:hover .camp-title-overl {
	opacity: 1;
}
.camp-title-wrap {
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 2;
}

.camp-title-overl h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 3px;
}
.camp-title-overl span {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block img {
	width: 100%;
}
@media(min-width: 568px) {
	#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block {
		padding: 10px
	}
.camp-title-overl {
	opacity: 1;top: auto;
    height: 60%;
}
	#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block:nth-child(even) {
		top: 7.451rem
	}
}

@media(min-width: 768px) {
	#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block {
		width: 33%;
		padding: 10px
	}
.camp-title-overl {
	opacity: 1;top: auto;
    height: 60%;
}
	#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block:nth-child(even) {
		top: 0
	}

	#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block:nth-child(3n-1) {
		top: 1rem
	}

	#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block:nth-child(3n) {
		top: 2.441rem
	}
}

@media(min-width: 1024px) {
	#gallerySection .mainDiv .campaignImages .imageDiv .campaign-block {
		width: 25%;
		padding: 10px;
		top: 0 !important
	}.camp-title-overl {
	opacity: 0;
}
}

#clientSection {
	text-align: center;
	overflow: hidden
}

#clientSection .clientDiv {
	display: flex;
	flex-wrap: wrap;
	transition: all .3s ease-in-out !important;
	padding-top: 2.441rem
}

#clientSection .clientDiv .clientImgDiv {
	display: flex;
	flex-wrap: wrap
}

#clientSection .clientDiv .clientImgDiv .img {
	width: 31%;
	display: flex;
	padding: .5rem;
	border: 1px solid #ebedf3;
	margin-bottom: 1rem;
	margin-right: 2%
}

@media(min-width: 768px) {
	#clientSection .clientDiv .clientImgDiv .img {
		width: 19%;
		margin-right: 1%
	}
}

#clientSection .clientDiv .clientImgDiv .img img {
	margin: auto;
	max-height: 80px;
	max-width: 100px;
	object-fit: contain
}

.homePageTestimonials .testimonialSlide {
	cursor: pointer
}

.homePageTestimonials .testimonialSlide .testimonial {
	height: 300px !important;
	overflow: hidden;
	cursor: pointer
}

.homePageTestimonials .testimonialSlide .testimonial::before {
	content: "Read More..";
	position: absolute;
	left: 2.441rem;
	bottom: 2.441rem;
	color: #ee202c;
	z-index: 1;
	cursor: pointer
}

.homePageTestimonials .testimonialSlide .testimonial::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #fff;
	background: linear-gradient(0deg, rgb(255, 255, 255) 23%, rgba(255, 255, 255, 0) 100%);
	cursor: pointer
}

#testimonialSection {
	overflow: hidden;
	text-align: center
}

#testimonialSection #testimonialContainer {
	width: 100%;
	margin: 0 auto
}

#testimonialSection #testimonialContainer #testimonialWrapper {
	width: 100%;
	display: flex;
	margin-top: 2.441rem
}

@media(min-width: 568px) {
	#testimonialSection #testimonialContainer #testimonialWrapper {
		margin-top: 3.052rem
	}
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	padding-right: 1.563rem
}

@media(min-width: 1024px) {
	#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide {
		padding-right: 2.441rem;
		min-width: 50%;
		max-width: 50%
	}
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 1.563rem;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .04) 0px 3px 5px;
	border: 1px solid #ebedf3;
	border-radius: .5rem
}

@media(min-width: 568px) {
	#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial {
		padding: 2.441rem
	}
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .content {
	width: 100%;
	text-align: left
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .content p {
	margin-top: 0;
	color: #242323;
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem
}

@media(min-width: 768px) {
	#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv {
		flex-direction: row;
		align-items: center
	}
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv .profileImage {
	display: none;
	width: auto;
	margin-bottom: 1rem
}

@media(min-width: 768px) {
	#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv .profileImage {
		margin: 0;
		margin-right: 1rem
	}
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv .profileImage img {
	height: 100px;
	width: auto
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv .profileTextDiv {
	text-align: left
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv .profileTextDiv .title {
	margin: 0;
	color: #101011;
	font-size: 1.25rem;
	font-weight: 600
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv .profileTextDiv .company {
	color: #101011;
	margin-top: 5px
}

#testimonialSection #testimonialContainer #testimonialWrapper .testimonialSlide .testimonial .profileDiv .profileTextDiv p {
	margin-top: 0;
	color: #ee202c;
	font-size: .9rem;
	font-weight: 400
}

#testimonialSection #testimonialContainer .quote {
	display: none;
	margin-left: auto;
	margin-right: 5.96rem;
	width: 50px
}

@media(min-width: 568px) {
	#testimonialSection #testimonialContainer .quote {
		top: -50px;
		display: flex
	}
}

#testimonialSection #testimonialContainer .arrow3 {
	position: absolute;
	top: 60%;
	width: 40px;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: #141414;
	padding: .6rem;
	cursor: pointer;
	transition: all .5s
}

#testimonialSection #testimonialContainer .arrow3:hover {
	background-color: #ee202c
}

#testimonialSection #testimonialContainer .next3 {
	right: 0
}

.content {
	width: 100%;
	overflow: hidden
}

@media(min-width: 1024px) {
	.content {
		width: 60%
	}
}

.content p {
	font-size: 1.25rem;
	font-weight: 400;
	color: #5d5e5f;
	text-align: center
}
.zecond-zeciton-title {
	margin-top:50px!important;
}
.zecond-zeciton-title h3 {
	text-align:center;font-size: 2rem!important;
}
.zecond-zeciton-title p {
	font-style:italic;text-align:center;
}
@media(min-width: 768px) {
	.content p {
		text-align: left
	}
	
}
#ourstorySection .content p {
 		font-size: 1.1rem;
 		text-align: justify;
}
	.tory_ection_cc {
		padding:0 10px;
	}
#ourstorySection .content b {
 		color:#ee202c;
}
@media(min-width: 1024px) {
	.content p {
		font-size: 1.953rem;
		text-align: left
	}
}

@media(min-width: 1280px) {
	.content p {
		font-size: 1.563rem;
		text-align: left
	}
}

@media(min-width: 1024px) {
	.content p:nth-child(1) {
		margin: 0
	}#ourstorySection .title {
	width:60%;
	margin:auto;
/* 	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center */
}
}
#ourstorySection .title h1 {
        font-size: 1.815rem;
    }
.readMoreBtn {
	position: absolute;
	bottom: 2%;
	left: 40%;
	font-weight: 300;
	color: #5d5e5f
}

.contentIntro {
	height: auto
}



#ourstorySection .title h1 {
/* 	width: 100%;
	margin: 0;
	padding: 1rem; 
	font-size: 1.953rem;*/
	font-weight: 400;
	text-align: left;
    font-style: italic;
/* 	color: #fff;
	background-color: #ee202c */
}

@media(min-width: 1024px) {
	#ourstorySection .title h1 {
/* 		padding: 2.441rem; */
		font-size: 1.815rem
	}
}

#ourstorySection .heading {
	margin-top: 5rem;
	text-align: center
}

#ourstorySection .heading h3 {
	margin-bottom: 2rem;
	font-size: 1.953rem;
	font-weight: 600
}

@media(min-width: 1024px) {
	#ourstorySection .heading h3 {
		font-size: 3.052rem;
		text-align: center
	}
	#ourstorySection .ourStory {
	padding: 1rem 0!important;
}
}
@media(max-width: 992px) {
.zecond-zeciton-title p br {
		display:none;
	margin-bottom:30px
	}
.zecond-zeciton-title p {
	
	margin-bottom:30px
	}	

}

@media(max-width: 772px) {
	#ourstorySection .title h1 {
	text-align: center;
}
	.ourstorySection {
		margin-bottom:50px;
	}
}

#ourstorySection .ourStory {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0rem 0;
}

@media(min-width: 1024px) {
	#ourstorySection .ourStory {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center
	}
}

#ourstorySection .ourStory .image {
	width: 300px;
	margin: 1rem
}

@media(min-width: 1024px) {
	#ourstorySection {
		flex-wrap: nowrap
	}
}

#contactSection {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #101011;
	overflow: hidden;
	padding-top: 5.96rem
}

@media(min-width: 1024px) {
	#contactSection {
		flex-direction: row;
		margin-top: 0
	}
}

#contactSection #bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
	opacity: .5
}

@media(min-width: 568px) {
	#contactSection #bg {
		width: 400px
	}
}

@media(min-width: 1024px) {
	#contactSection #bg {
		width: 800px
	}
}

@media(min-width: 1280px) {
	#contactSection #bg {
		width: 900px
	}
}

@media(min-width: 1800px) {
	#contactSection #bg {
		width: 1000px
	}
}

#contactSection #bg .element {
	position: absolute;
	right: -50px;
	bottom: -100px;
	width: 90%;
	opacity: .1
}

#contactSection #bg .object {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1
}

#contactSection #contactFormSection {
	width: 100%;
	order: 2
}

@media(min-width: 1024px) {
	#contactSection #contactFormSection {
		order: 1
	}
}

#contactSection #contactFormSection .heading {
	margin: 0;
	color: #fff;
	margin-bottom: 2.441rem
}

#contactSection #contactFormSection #contactPageForm {
	width: 100%;
	max-width: 500px;
	margin: 0
}

#contactSection #contactFormSection #contactPageForm .btn {
	margin: 0;
	background-color: #fff
}

#contactSection #contactFormSection #contactPageForm .btn:hover {
	color: #fff;
	background-color: #101011
}

#contactSection #contactContent {
	color: #fff;
	order: 1
}

@media(min-width: 1024px) {
	#contactSection #contactContent {
		order: 2
	}
}

#contactSection #contactContent .heading {
	margin: 0;
	color: #fff;
	margin-bottom: 2.441rem
}

#contactSection #contactContent .contentListDiv {
	display: flex;
	flex-wrap: wrap
}

#contactSection #contactContent .contentListDiv .content {
	margin-right: 1rem;
	margin-bottom: 2.441rem
}

#contactSection #contactContent .contentListDiv .content .titleDiv {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

#contactSection #contactContent .contentListDiv .content .titleDiv .flag {
	display: inline-block;
	width: 30px;
	margin-bottom: 1rem
}

#contactSection #contactContent .contentListDiv .content .titleDiv address {
	font-style: normal
}

#contactSection #contactContent .contentListDiv .content .titleDiv address .content {
	padding-bottom: 1rem;
	border-bottom: 1px solid #242323;
	margin-bottom: 1rem
}

#contactSection #contactContent .contentListDiv .content .titleDiv address .content .title {
	margin: 0;
	font-weight: 700
}

#contactSection #contactContent .contentListDiv .content .titleDiv address .content p {
	margin-top: .5rem
}

#contactSection #contactContent .contentListDiv .content .titleDiv address .subContent {
	margin-bottom: 1rem
}

#contactSection #contactContent .contentListDiv .content .titleDiv address .subContent a {
	display: block;
	margin-bottom: .5rem
}

#contactSection #contactContent .contentListDiv .content .titleDiv address .subContent p {
	margin: 0;
	margin-bottom: .25rem;
	color: #ebedf3;
	font-weight: 400
}

#serviceContainer {
	background-color: #f8f8f8
}

#serviceContainer .innerSection .heading {
	font-size: 2.441rem;
	text-align: center;
	margin-bottom: 2.441rem
}

#serviceContainer .innerSection .serviceCard {
	display: flex;
	flex-wrap: wrap
}

#serviceContainer .innerSection .serviceCard .card {
	width: 100%;
	margin-bottom: 2.441rem;
	box-shadow: 0px 7px 19px -10px rgba(172, 164, 164, .25);
	overflow: hidden;
	background-color: #fff
}

@media(min-width: 568px) {
	#serviceContainer .innerSection .serviceCard .card {
		width: 45%;
		margin: 0 2%;
		margin-bottom: 5.96rem
	}
}

@media(min-width: 768px) {
	#serviceContainer .innerSection .serviceCard .card {
		width: 45%;
		margin: 0 2%;
		margin-bottom: 2.441rem
	}
}

#serviceContainer .innerSection .serviceCard .card .image {
	width: 100%;
	padding-top: 56.25%
}

#serviceContainer .innerSection .serviceCard .card .contentDiv {
	background-color: #fff;
	padding: 1.5rem 1rem
}

#serviceContainer .innerSection .serviceCard .card .contentDiv .title {
	margin: 0;
	color: #ee202c;
	font-weight: 500
}

#serviceContainer .innerSection .serviceCard .card .contentDiv p {
	font-size: 1rem
}

@media(min-width: 768px) {
	#serviceContainer .innerSection .serviceCard .card .contentDiv p {
		font-size: 1.1rem
	}
}

#campaignSection .mainDiv .headingDiv {
	padding: 2.441rem;
	text-align: center
}

@media(min-width: 1024px) {
	#campaignSection .mainDiv .headingDiv {
		height: 100vh;
		position: fixed;
		display: flex;
		align-items: center;
		left: 1rem;
		z-index: 2;
		padding-left: 60%
	}
}

#campaignSection .mainDiv .headingDiv .title {
	margin: 0;
	color: #101011;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 4.768rem 0
}

@media(min-width: 1024px) {
	#campaignSection .mainDiv .headingDiv .title {
		border-left: 3px solid #ee202c;
		padding: 0;
		padding-left: 1rem;
		letter-spacing: 1px;
		font-weight: 300;
		text-align: start
	}
}

@media(min-width: 1280px) {
	#campaignSection .mainDiv .headingDiv .title {
		margin-left: 1rem
	}
}

#campaignSection .mainDiv .campaignImages {
	width: 100%;
	z-index: 99
}

@media(min-width: 1024px) {
	#campaignSection .mainDiv .campaignImages {
		max-width: 60%
	}
}

#campaignSection .mainDiv .campaignImages .imageDiv {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

@media(min-width: 1024px) {
	#campaignSection .mainDiv .campaignImages .imageDiv {
		padding-top: 2.441rem;
		padding-left: 5px;
		padding-bottom: 5px
	}
}

#campaignSection .mainDiv .campaignImages .imageDiv .campaign-block {
	width:calc(100% - 10px);
	margin: 5px
}
#campaignSection .mainDiv .campaignImages .imageDiv .campaign-block img {
	width: 100%;
}
@media(min-width: 1024px) {
	#campaignSection .mainDiv .campaignImages .imageDiv .campaign-block {
		width:calc(50% - 20px);
		margin: 10px
	}

	#campaignSection .mainDiv .campaignImages .imageDiv .campaign-block:nth-child(even) {
		top: 7.451rem
	}
}

@media(min-width: 1280px) {
	#campaignSection .mainDiv .campaignImages .imageDiv .campaign-block {
		width:calc(50% - 40px);
		margin: 20px
	}
}

#serviceSection2 .serviceCard {
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	background-color: #f8f8f8;
	margin-top: 3.052rem;
}

#serviceSection2 .serviceCard:hover .content .more::before {
	width: 40px
}

#serviceSection2 .serviceCard .content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.563rem;
}

@media(min-width: 1024px) {
	#serviceSection2 .serviceCard .content {
		width: 70%;
		padding: 2.441rem
	}
}

@media(min-width: 1280px) {
	#serviceSection2 .serviceCard .content {
		padding: 3.052rem
	}
}

#serviceSection2 .serviceCard .content .title {
	margin: 0;
	font-weight: 500;
	color: #101011;
	text-align: center;
/*	cursor: pointer*/
}

@media(min-width: 1024px) {
	#serviceSection2 .serviceCard .content .title {
		text-align: left
	}
}

#serviceSection2 .serviceCard .content p {
/*	cursor: pointer*/
}

@media(min-width: 1024px) {
	#serviceSection2 .serviceCard .content p {
		font-size: 1.25rem
	}
}

#serviceSection2 .serviceCard .imageDiv {
	width: 100%;
	min-height: 300px
}

@media(min-width: 1024px) {
	#serviceSection2 .serviceCard .imageDiv {
		width: 30%
	}
}

.popupFormSectionIntro {
	transform: none !important
}

#popupFormSection {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 101;
	display: flex;
	flex-direction: column-reverse;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.37, 0, 0.63, 1);
	transform: translateY(-100vh);
	border-top: 3px solid #ee202c
}

@media(min-width: 768px) {
	#popupFormSection {
		flex-direction: row-reverse
	}
}

#popupFormSection #popupForm {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden
}

@media(min-width: 768px) {
	#popupFormSection #popupForm {
		width: auto;
		flex: 1
	}
}

#popupFormSection #popupForm #popupFormWrapper {
	width: 100%
}

#popupFormSection #popupForm #popupFormWrapper .slide {
	overflow: hidden;
	width: 100%;
	min-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}

#popupFormSection #popupForm #popupFormWrapper .slide:nth-child(1) {
	height: 100vh
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv {
	width: 100%;
	max-width: 400px;
	align-items: center;
	justify-content: center
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .heading {
	margin: 0;
	margin-bottom: 1rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .inputDiv {
	margin: 0
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .inputDiv input {
	padding: 1rem;
	background-color: #f8f8f8;
	margin-bottom: 1rem;
	border: 1px solid #b2bbd2
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .inputDiv input::placeholder {
	font-size: 1rem;
	font-weight: "Outfit", sans-serif;
	font-weight: 300;
	color: #101011
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .inputDiv #instruments {
	padding: 1rem;
	background-color: #f8f8f8;
	font-size: 1rem;
	font-weight: "Outfit", sans-serif;
	font-weight: 300;
	color: #101011;
	border: 1px solid #b2bbd2
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .inputDiv #instruments option {
	font-size: 1rem;
	font-weight: "Outfit", sans-serif;
	font-weight: 300;
	color: #101011;
	background-color: #fff
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv p {
	margin-top: 0px;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formDiv select {
	padding: 1rem;
	background-color: #f8f8f8;
	font-size: 1rem;
	font-weight: "Outfit", sans-serif;
	font-weight: 300;
	color: #101011;
	border: 1px solid #b2bbd2
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv option {
	font-size: 1rem;
	font-weight: "Outfit", sans-serif;
	font-weight: 300;
	color: #101011;
	background-color: #fff
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .buttonDiv {
	display: flex;
	width: 100%;
	margin-bottom: 2rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .buttonDiv button {
	border-radius: 0;
	font-size: 1rem;
	width: 50%;
	color: #fff;
	background-color: #ee202c;
	padding: 1rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .buttonDiv a {
	border-radius: 0;
	font-size: 1rem;
	margin-right: 1rem;
	width: 50%;
	border: 1px solid #b2bbd2;
	background-color: rgba(0, 0, 0, 0);
	color: #101011
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv #contactSubmit span {
	margin-left: 1rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv {
	display: flex;
	flex-direction: column;
	padding-top: 1rem;
	margin-top: 1.563rem;
	border-top: 1px solid #ebedf3
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .logoDiv {
	display: block;
	width: 8rem;
	margin: 0 auto;
	margin-bottom: 1rem;
	text-align: center
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .title {
	margin: 0;
	margin-bottom: .5rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv p {
	margin: 0;
	color: #5d5e5f;
	font-size: .9rem;
	font-weight: 400
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv a {
	margin: 0;
	color: #101011;
	font-size: .9rem;
	cursor: pointer;
	transition: all .3s cubic-bezier(0, 0, 0.5, 1)
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv a:hover {
	color: #ee202c
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .contact {
	margin-top: .25rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .contact span {
	margin: 0 .5rem;
	color: #ee202c
}

#thankYouSection {
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

#thankYouSection .thankyouLogo {
	width: 10rem;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 2.441rem;
	cursor: pointer
}

#thankYouSection .title {
	margin: 0;
	color: #101011;
	padding-left: 3.815rem
}

@media(min-width: 768px) {
	#thankYouSection .title {
		padding: unset
	}
}

#termUsesSection ul {
	margin: 1rem
}

#termUsesSection ul li {
	margin-top: .5rem;
	line-height: 1.3
}

#termUsesSection ul li {
	list-style: disc
}

.sub-title {
	text-align: center;
	margin-bottom: 20px;
	color: red;
}
.directors-container {
/* 	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: center;
	row-gap: 40px; */
}
.director-block {
	display: flex;
	gap: 20px;
/* 	width: calc( 25% - 10px);
	text-align: center; */
}
.director-block img {
    width: 140px !important;
    height: 140px;
	margin-top: 1.5rem;
}
.director-box-cc:first-child {
	border-top: solid thin #d3d3d3;
	    padding-top: 20px;
}
.director-box-cc:last-child {
	border:none;
}
.b_tit {
	margin:0px;margin-bottom: 10px!important;
}
.director-box-cc {
	border-bottom: solid thin #d3d3d3;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.director-box-cc h5 span {
	color:#ee202c;
}
.direc_manag h5 {
    margin-top: .5rem!important;
}
.color-red {
	color:#ee202c;
}
.director-box-cc h5 {
    margin-top: .5rem;
}
.director-box-cc .content p:nth-child(1) {
	    margin-top: 1rem!important;
}
.directors-wrap {
	margin-bottom: 60px;
}
.director-block h5 {
	margin-bottom: 6px;
	color: #000;
}
.director-block span {
	color: #5f5f5f;
}
.director-block:hover h5{
	color: red;
}
.page .heading {
	text-transform: uppercase;
}
@media(max-width: 768px) {
	.director-block img {
    width: 75px !important;
    height: 75px;
	}
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px!important;
    font-weight: normal;
    display: block;
    margin: -10px!important;
    margin-bottom: 10px!important;
    text-align: left!important;
    margin-left: 0px!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0!important;
    margin-top: 10px!important;
}