section.contact-us .row {
	justify-content: space-evenly;
	align-items: center;
}

form.form-new-contact .form-control {
	padding: 12px 20px 12px 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	font-size: 16px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff  !important;
}

section.contact-us img {
	width: 55%;
	margin: auto;
	display: block;
}

form.form-new-contact label {
	color: black;
	margin-bottom: 10px;
	font-weight: 400;
}

section#our-team p {
	text-align: justify;
}

section.contact-us button {
	border-radius: 10px;
	border: none;
	background: #000000;
	font-weight: 400;
	margin-top: 20px;
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	overflow: hidden;
	width: auto;
	padding: 5px 40px 5px 40px;
	color: white;
	-webkit-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}

form.form-new-contact .form-select {
	padding: 12px 20px 12px 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	font-size: 16px;
}

section.contact-us h2 {
	font-size: 60px;
	margin-bottom: 20px;
}

section.contact-us p {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.7;
}

.slot {
	height: 500px;
}

.flip-card {
	position: absolute;
	width: 400px;
	height: 500px;
	top: 0;
	left: 0;
	perspective: 1200px;
	pointer-events: none;
	/* prevents it capturing mouse events */
}

/* the 3d container */
.flip-card-inner {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	/* start value — JS will overwrite inline during scroll */
	transform: rotateY(0deg);
	will-change: transform;
}

/* both faces */
.flip-card-front,
.flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Safari */
	border-radius: 12px;
	overflow: hidden;
}

/* ensure the images themselves don't show their backface */
.flip-card-front img,
.flip-card-back img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.flip-card-back {
	transform: rotateY(180deg);
}


.careers-sec .container {
	position: relative;
}

#scrollCard {
	transform-origin: center center;
	will-change: transform;
}

#cardInner {
	transform-style: preserve-3d;
}

section.contact-us {
	padding-bottom: 100px;
}


.project-block-five .inner-box {
	position: relative;
	padding: 32px;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
	background-color: #121310;
}

.project-block-five .inner-box:hover:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.project-block-five .inner-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	background-color: #d9f45f;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-five {
	margin-bottom: 50px;
}

.project-block-five:nth-child(odd) .image-box .image {
	margin: 0 auto;
	margin-right: 0px;
}

.project-block-five .image-box .image {
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.content-box .title {
	color: white;
}

.content-box .text-wrapper {
	color: white;
}

.project-block-five .inner-box:hover .content-box .title {
	color: black !important;
}

.project-block-five .inner-box:hover .content-box .text-wrapper {
	color: black !important;
}

h2.abcd-ass {
	font-size: 60px;
	margin-bottom: 50px;
	text-align: center;
}

h3.title-new-ancds {
	margin-bottom: 15px;
}

h3.careers-abcd {
	font-size: 60px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 40px;
}


.testimonial_card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1;
}


.testimonial_card img {
	width: 100%;
	height: auto;
	display: block;
}

.testimonials_list,
.testimonials_item {
	width: 100%;
	position: relative;
}

.testimonial-content h3 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 700;
	color: white;
}

.testimonial-content p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	color: white;
}

.testimonial-content {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 2;
	width: 100%;
	max-width: 1000px;
}

p.content-para {
	color: white;
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
}

.content-box .title {
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
}


@media (max-width: 700px) {

	html,
	body {
		overflow-x: hidden;
		display: block;
		width: 100%;

	}

	h2.tp-about-2-title.fs-md-25.fs-xs-20.tp_text_invert.invert-black-3.tp-ff-dm.fw-600.tp-text-common-black-1 {
		word-wrap: unset !important;
		display: inline !important;
		font-size: 15px !important;
		text-align: left !important;
		line-height: 1.6 !important;
	}

	.tp-hero-vp-spacing {
		padding-top: 95px;
	}

	.fs-18 {
		line-height: 1.6;
		font-size: 16px;
	}

	div#our-expertise span {
		text-align: center;
	}

	.tp-portfolio-sa-title {
		font-size: 50px;
		padding: 5px 0;
	}

	.tp-portfolio-wd-content h2 {
		color: black;
	}

	p.content-para {
		color: black;
		padding-left: 0%;
		padding-right: 0%;
	}

	.tp-portfolio-wd-content {
		position: inherit;
		padding: 0px;
		padding-top: 25px;
		text-align: left;
	}


	div#our-expertise .pb-70 {
		padding-bottom: 25px;
	}

	div#our-expertise {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	h3.new-nacdsaqw {
		margin-top: 40px !important;
		line-height: 1.5;
		font-size: 18px !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	section.contact-us img {
		width: 190px;
		margin-bottom: 0px;
	}
  
    section#contact-us {
      	padding-bottom: 30px !important;
  	}
  
    .col-lg-4.orderr21 {
      	order: 2;
      	margin-top: 25px;
  	}

	section.contact-us h2 {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
	}

	section.contact-us p {
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 1.7;
	}

	.tp-footer-vp-widget ul li a {
		font-size: 16px;
	}

	a.tp-ff-inter.fw-500.fs-42.lh-120-per.ls-m-2.tp-text-grey-5.hover-text-white.underline-white {
		font-size: 20px;
	}

	a.tp-ff-inter.fw-500.fs-24.lh-120-per.ls-m-4.tp-text-grey-5.hover-text-white.underline-white {
		font-size: 18px;
	}

	button.tp-menu-bar.tp-header-sidebar-btn.ml-20.d-xl-none {
		margin-right: 20px;
	}

	h2.abcd-ass {
		margin-bottom: 30px;
		font-size: 36px;
		text-align: center;
	}

	h3.title-new-ancds {
		font-size: 24px;
		line-height: 1.2;
		margin-top: 20px;
	}

	span.tp-portfolio-sa-item-tag.fw-700.fs-16.tp-text-grey-1.tp-ff-heading.tp-bg-common-white-2.d-inline-block {
		text-align: left !important;
		border-radius: 5px !important;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 1.6;
	}

	section#our-team {
		padding-top: 0px;
		margin-top: -10px;
	}

	.slot {
		height: auto !important;
	}

	.row.mb-5.pb-5.order-eee2 .text-block.col-lg-8.align-content-center {
		order: 2;
	}

	div#who-we-are video {
        margin-bottom: 10px;
		height: auto;
	}

	div#who-we-are div#video {
		height: auto;
		margin-bottom: 20px;
	}

	div#who-we-are {
		padding-top: 0px;
        padding-bottom: 0px;
	}

	.tp-about-area.pb-10 .col-lg-12 {
		padding: 0px;
	}
	
	.mobil-texxt-news {
		line-height: 1.4;
		font-size: 15px;
	}
	
	
	h3.careers-abcd {
		margin-bottom: 30px;
          padding-top: 0px;
		font-size: 36px;
		text-align: center;
	}
  
    .careerses img {
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }

    .para-abcds {
      text-align: justify;
      line-height: 22px;
    }
  
  	p.tp-ff-dm.fw-500.fs-20.lh-140-per.ls-m-2.tp-text-common-black-6 {
    	line-height: 1.4;
    	font-size: 16px;
    	text-align: justify;
	}
  
    div#our-team {
      margin-bottom: 30px;
  	}
}

div#who-we-are div#video {
	height: auto;
	margin-bottom: 20px;
}

.tp-testimonial-2-title-wrap.text-center.mb-0 {
    display: flex;
    justify-content: space-between;
}

.team-slider-controls {
    display: flex;
    font-size: 30px;
    gap: 15px;
    justify-content: right;
    margin-top: 2px;
}