:root {
	--appfactory-colour: #63bfff;
	--main-colour: #ffffff;
	--background-colour-first: #fafafa;
	--background-colour-alt: #f6f6f6;
	--background-colour-second: #eceef2;
	--background-colour-third: #e7e7e7;
	--dark-colour: #181818;
	--gray-colour: #707788;
	/* buttons */
	--hover-colour: #93D2FF;
	--click-colour: #0E9CFF;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,
html {
	background-color: var(--background-colour-first) !important;
	font-family: "Poppins", sans-serif !important;
}
p {
	margin-bottom: 0;
}
a,
a:hover {
	color: initial;
	text-decoration: none !important;
}
a:active {
	text-decoration: none;
}
textarea {
  resize: none;
	-webkit-appearance: none;
}
button:focus {
	outline: none !important;
}
ul,
li,
ol {
	appearance: none;
	list-style: none;
}
.main-background-color {
	background-color: var(--background-colour-first);
}
.btn:hover{
	background-color: var(--hover-colour);
}
.btn:active{
	background-color: var(--click-colour);
}
.navbar-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1240px;
}
.section-wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 16px;
}
.section-title {
	margin-top: 64px;
	margin-bottom: 64px;
	color: var(--dark-colour);
	font-size: 48px;
	font-weight: 600;
	text-align: center;
}
#mainNav {
	display: flex;
	background-color: #fff;
}
.line {
	width: 95%;
	height: 1px;
	opacity: 0.4;
	margin: 15px 0;
	border-bottom: 0.025em solid #808080;
}
/* mobile  */
.section-title{
  font-size: 24px;
  margin: 32px auto;
}
/* @font-face {
    font-family: LemonMilk;
    src: url(../newfonts/LEMONMILK-Light.otf);
 } */

/*------ NAVIGATION BAR ------- */
.shadow-navbar {
	display: none;
}
#mainNav {
	padding-left: 20px;
	padding-right: 20px;
}
/* .shadow-navbar {
  width: 100%;
  position: fixed;
  left: -0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  min-height: 87px;
  box-shadow: 0px 0px 8px 2px rgba(31, 30, 30, 0.5);
} */
.navbar-gradient {
	background: #303e4b;
	/* background: linear-gradient(90deg, rgba(0,30,48,1) 0%,
    rgba(74,74,74,1) 100%); */
	box-shadow: 0px 1px 4px rgb(31, 30, 30);
	z-index: 999;
}
#navbarContent {
	margin-left: auto;
}
.navbar-toggler-icon {
	background-image: url("../newimages//brgicon.png");
}
/* -------- TOGGLE ANIMATION --------*/

.toggle-icon-animated {
	width: 40px;
	height: 20px;
	position: relative;
  left: 16px;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.toggle-icon-animated span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	/* border-radius: 9px; */
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.toggle-icon-animated span {
	background: var(--dark-colour);
}

.toggle-icon-animated span:nth-child(1) {
	top: 0px;
	width: 100%;
	left: 5px;
}

.toggle-icon-animated span:nth-child(2) {
	top: 10px;
	left: 15px;
	width: 75%;
}

.toggle-icon-animated span:nth-child(3) {
	top: 20px;
	width: 50%;
	left: 25px;
}

.toggle-icon-animated.open span:nth-child(1) {
	top: 9px;
	left: 5px;
	width: 100%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.toggle-icon-animated.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.toggle-icon-animated.open span:nth-child(3) {
	top: 9px;
	left: 5px;
	width: 100%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* -------- TOGGLE ANIMATION  END--------*/
ul.navbar-menu {
	padding-top: 24px;
}
/* ul.navbar-menu li:last-child {
  position: absolute;
  margin: 20px 0;
  top: 0;
  right: 1%;
} */
.navbar-menu li:not(:first-child) {
	margin-left: 20px;
}
@media screen and (max-width: 991px) {
	.navbar-menu {
		text-align: right;
	}
	.navbar-menu li:not(:first-child) {
		margin-left: 0;
	}
	.navbar-menu li .nav-link.active {
		padding-right: 18px;
	}
	.navbar-menu li:last-child {
		width: 150px;
		margin-left: auto;
	}
	.navbar-brand{
		margin-right: 0 !important;
	}
}
.nav-link.scroll-link {
	position: relative;
}
.nav-item .nav-link.scroll-link.active {
	color: var(--appfactory-colour) !important;
}
/* .nav-link.scroll-link.active::after {
  content: "";
  color: #53b7f3;
  position: absolute;
  height: 4px;
  width: 20px;
  border-radius: 25px;
  bottom: 0;
  left: calc(50% - 15%);
  background: #3e6e8e;
  transition: all 0.5s ease;
} */
.custom-burger.navbar-style {
	border-radius: 12px;
	width: 84px;
	height: 55px;
	border: none;
  border-radius: 0;
	/* box-shadow: 0px 1px 4px rgb(31, 30, 30); */
}

li.nav-item {
	padding-bottom: 14px;
}
.navbar-menu a {
	font-size: 20px;
	font-weight: 500;
	color: var(--dark-colour) !important;
	transition: color 0.3s ease-out;
}
.nav-link.contactus-link, .contactus-link {
	/* font-weight: bold; */
	font-size: 18px;
	text-align: center;
	text-decoration: none !important;
	background: var(--appfactory-colour);
	border-radius: 24px;
	border: none;
	/* font-size: 18px; */
	/* color: rgb(83, 183, 243); */
	/* box-shadow: 0px 0px 9px rgb(31, 30, 30); */
}
.contactus-link.submit-button{
  padding: 8px 16px;
}
.contactus-link img {
	padding-right: 4px;
	padding-bottom: 4px;
}
@media only screen and (min-width: 1140px) {
	.navbar-menu {
		margin-right: 0;
	}
	.logo {
		margin-left: 0;
	}
}
.logo {
	width: 214px;
	height: 120px;
}
.navbar-menu .nav-link:hover {
	text-decoration: none;
	color: rgb(83, 183, 243) !important;
}
@media (max-width: 767px) {
	.navbar-menu li {
		margin-left: auto;
		margin-right: 15px;
	}
	.navbar-menu li:not(:first-child) {
		margin-left: auto;
		margin-right: 15px;
	}
}
/*------ TOP CONTENT ------- */

/* BACKGROUND STUFF*/

/*---- BACKGROUND STUFF END ----*/

.top-content {
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 180px 0;
	padding-bottom: 100;
	background-color: var(--background-colour-alt);
	background-image: url(../newimages/appfactory-cover-img.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* background-position: bottom center; */
	z-index: 2;
}
.top-content::before{
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.page-content-wrap{
	width: 100%;
	max-width: 814px;
	margin: 0 auto;;
	margin-top: -52px;

}
.landing-container {
	display: flex;
	align-items: center;
}
.description p {
	color: var(--background-colour-alt);
	font-size: 24px;
}
.landing-box {
	margin-left: auto;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.landing-title {
	color: var(--main-colour);
	font-weight: 700;
	font-size: 72px;
}
.btn-link1 {
	height: 59px;
	width: 181px;
	background: rgb(73, 173, 243);
	background: linear-gradient(
		135deg,
		rgba(73, 173, 243, 1) 0%,
		rgba(40, 124, 175, 1) 100%
	);
	border-radius: 35px;
}
.btn-link2 {
	color: rgb(48, 62, 75);
	width: 181px;
	height: 59px;
}
.learn-more {
	display: flex;
	line-height: 42.65px;
	border-radius: 20px;
	color: black;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
#second-button {
	color: rgb(73, 173, 243);
	background: rgb(48, 62, 75);

	background: linear-gradient(135deg, rgb(48, 62, 75) 0%, rgb(48, 62, 75) 100%);
	border-style: none;
	box-shadow: 0px 0px 9px rgb(31, 30, 30);
}
.button-gradient {
	height: 59px;
	width: 181px;
	color: #303e4b;
	padding: 7px 28px;
	font-size: 18px;
	margin-right: 32px;
	font-weight: bold;
	background: linear-gradient(
		135deg,
		rgba(73, 173, 243, 1) 0%,
		rgba(40, 124, 175, 1) 100%
	);
	border-radius: 35px;
}
.button-dark {
	display: inline-block;
	width: 181px;
	color: rgba(73, 173, 243, 1);
	border: none;
	border-radius: 35px;
	font-size: 18px;
	height: 59px;
	padding: 4px 38px;
	background-color: #303e4b;
	-webkit-appearance: none;
}
.button-dark-border {
	width: 181px;
	color: rgba(73, 173, 243, 1);
	font-size: 18px;
	height: 59px;
	padding: 4px 38px;
	background-color: #303e4b;
	border: solid 2px rgba(40, 124, 175, 1);
}

.divider1 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.btn-link2 {
	cursor: pointer;
}
/* mobile  */
@media screen and (max-height: 740px) {
	.top-content {
		/* background-size: 100%; */
		background-position: top center;
	}

}
@media screen and (max-width: 1060px){
	.top-content{
		background-size: cover;
	}
}
@media screen and (max-width: 768px) {
	.landing-container {
		padding-top: 90px;
		flex-direction: column;
	}
	.top-content {
		padding-top: 98px;
    	padding-bottom: 24px;
		/* background-image: none; */

	}
	.top-content .careers-intro h1{
		font-size: 38px;
	}
	.top-content .careers-intro p.text-style{
		font-size: 20px;
		text-align: justify;
	}
	.page-content-wrap{
		margin-top: 0px;
	}
	.mobile-image img {
		display: none;
		width: 100%;
	}
	.landing-title {
		/* color: var(--dark-colour); */
		font-size: 48px;
		text-align: center;
		white-space: nowrap;
	}
  .description{
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 529px){
	.landing-title{
		font-size: 32px;
	}
}
/*----- HOW WE WORK -----*/

.work-container {
	background: rgb(48, 62, 75);
	/* background-image:url("../newimages/circlepatterns.png"), url("../newimages/polkalight.png"); */
	background-repeat: no-repeat, no-repeat;
	background-position: left, top right;
}
.work-section {
	text-align: center;
	z-index: 8;
}
.section-container {
	padding-bottom: 60px;
}
.description-container {
	width: 394px;
	margin-top: 50px;
	text-align: center;
	vertical-align: middle;
	background: rgb(48, 62, 75);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 9px rgb(31, 30, 30);
}
.description-container h2 {
	color: white;
	font-size: 29px;
}
.description-container p {
	font-family: "Montserrat", sans-serif;
	text-align: justify;
	font-size: 15px;
	color: rgb(116, 142, 170);
}

.description-container img {
	padding-bottom: 15px;
	padding-top: 15px;
}
.circles-container {
	margin-top: 120px;

	/*margin-bottom: 120px;*/
}
.circle-background {
	text-align: center;
	color: white;
	box-shadow: 0px 0px 9px rgb(31, 30, 30);
}
.circle-bar {
	position: relative;
	background: rgb(48, 62, 75);
	height: 205px;
	width: 205px;
	text-align: center;
}
.circle-small {
	background: rgb(48, 62, 75);
	position: absolute;
	top: 13.5%;
	left: 13.5%;
	height: 150px;
	width: 150px;
	text-align: center;
	border-radius: 50%;
	box-shadow: -1px -1px 9px -0.25rem rgb(109, 105, 105);
	z-index: 90;
}
.circle-percent {
	margin-top: -15px;
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
.circle-text {
	text-align: center;
	margin-top: 60px;
	margin-left: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
}
/* .circle-small p{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
} */

/*------  SERVICES  ------*/
.services {
	padding-bottom: 80px;
}
.services-points {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 660px;
	padding-left: 28px;
	padding-right: 28px;
	z-index: 2;
	background: url(../newimages/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 26px;
}
.services-points::after {
	content: "";
	position: absolute;
	height: 5px;
	left: 0;
	right: 0;
	top: 50%;
	background: radial-gradient(
				circle closest-side,
				hsla(220, 19%, 94%, 1) 98%,
				#0000
			)
			50%/40px 100%,
		linear-gradient(90deg, hsla(220, 19%, 94%, 1) 50%, #0000 0) 50%/80px 100%;
	transform: translate(0, -50%);
	z-index: 1;
}
.services-point {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 3;
}
.services-number {
	position: relative;
	display: block;
	/* width: 15px; */
	font-size: 24px;
	color: #010101;
}
.services-number::before {
	position: absolute;
    content: "";
    top: 0;
    left: -16px;
    width: 90px;
    height: 38px;
    background-color: #fafafa;
    border-radius: 8px;
    /* transform: rotateZ(45deg) translate(-50%, 0%); */
    z-index: -1;
}
.services-point:nth-child(1) .services-number::before {
	left: 0%;
}

.services-content-box {
	display: flex;
	flex-direction: column;
	position: relative;
	left: -100%;
	width: 290px;
	height: auto;
	padding: 24px;
	background-color: #fff;
	/* box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1); */
	-webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
	border-radius: 16px;
}
.services-content-box.top {
	top: -360px;
}
.services-content-box.bottom {
	top: 40px;
}
.services-point:nth-of-type(2) .services-content-box {
	left: -55px;
}
.services-point:last-child .services-content-box {
	left: -220px;
}
.services-point:nth-child(1) .services-content-box.top {
	top: -320px;
}
.services-point:nth-child(3) .services-content-box.top {
	top: -365px;
}
.services-content-box.bottom::after {
	position: absolute;
	left: 0;
	top: -28px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	/* box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1); */
}
.services-content-box.top::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid #fff;
	border-bottom: 15px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
@media screen and (min-width: 992px){
.services-point:nth-child(1) .services-number{
	top: -12px;
}
.services-point:nth-of-type(1) .services-content-box.top::after {
	top: initial;
	bottom: -28px;
	left: 28px;
}
.services-point:nth-of-type(3) .services-content-box.top::after {
	top: initial;
	bottom: -28px;
	left: 30px;
}
.services-point:nth-of-type(2) .services-content-box.bottom::after {
	left: 42px;
}
.services-point:nth-of-type(4) .services-content-box.bottom::after {
	left: initial;
	right: 42px;
}
}
.services-content-box .services-title {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
}
.services-content-box .box-text {
	font-size: 16px;
	font-weight: 400;
}
/* mobile  */
@media screen and (max-width: 991px) {
	.services {
		padding-bottom: 24px;
	}
	.services-points::after {
		content: "";
		width: 7px;
		height: 100%;
		right: initial;
		left: 25px;
		top: 50%;
		background: #eceef2;
		background: radial-gradient(circle closest-side, #eceef2 98%, #0000) 50% /
				100% 40px,
			linear-gradient(#eceef2 50%, #0000 0) 50% / 100% 80px;
	}
	.services-points {
    flex-direction: column;
    /* margin-left: 24px; */
    padding-left: 50px;
		background-image: url(../newimages/down-arrow.svg);
		background-size: 54px;
		background-position: 1px bottom;
	}
	.services-point {
		width: 100%;
		height: auto;
		margin-bottom: 32px;
		/* margin: 64px auto; */
	}
	.services-points .services-number {
		/* display: none; */
    width: 15px;
    top: 60px;
    margin-left: -50px;
    margin-top: 12px;
	}
  .services-content-box{
    width: 100%;
    margin-left: 24px;
  }
  .services-content-box.bottom::after
  ,.services-content-box.top::after{
    top: 28px;
    left: -36px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #fff;
  }
	.services-content-box.top,
	.services-content-box.bottom,
	.services-point:last-child .services-content-box,
	.services-point:nth-child(3) .services-content-box.top,
  .services-point:nth-of-type(2) .services-content-box,
  .services-point:nth-child(1) .services-content-box.top {
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
	}
	.services-number::before{
		top: -10px;
		height: 60px;
	}
}

/*------ PROJECTS ------*/
.projects-container {
	background-color: var(--background-colour-alt);
}
.projects-list {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	padding: 24px;
}
.project {
	display: flex;
	background-color: #fff;
	box-shadow: 4px -1px 11px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	overflow: hidden;
}
.project.reverse {
	flex-direction: row-reverse;
}

.project-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 32px;
}
.project-name {
	font-size: 20px;
}
.project-description {
	color: var(--gray-colour);
}
.project-photo {
	display: flex;
	width: 50%;
	overflow: hidden;
}
.project-photo img {
	width: 100%;
	object-fit: cover;
	transition: ease-in-out 0.2s;
}
.project-photo:hover img {
	transform: scale(1.2);
}
.btn-arrow {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	margin-top: 16px;
	margin-left: auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid var(--appfactory-colour);
	border-radius: 24px;
	color: var(--dark-colour);
	font-weight: 600;
	overflow: hidden;
	z-index: 2;
}
.btn-arrow img {
	margin-left: 4px;
}
.btn-arrow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: var(--appfactory-colour);
	transition: transform 300ms ease-in-out;
	transform: scaleX(0);
	transform-origin: left;
	border-radius: 24px;
	z-index: -1;
}

.btn-arrow:hover::before,
.btn-arrow:focus::before {
	transform: scaleX(1);
}

.btn-arrow {
	transition: color 300ms ease-in-out;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.project,
	.project.reverse {
		flex-direction: column-reverse;
	}
	.project-info {
		width: 100%;
		height: auto;
	}
	.project-photo {
		width: 100%;
		height: 180px;
	}
}
.disable-hover {
	pointer-events: none;
}
/*----   GRID POSITIONS ----*/

/*----------------------------*/
.project-list > a {
	pointer-events: none;
	color: rgb(83, 183, 243);
	text-decoration: none !important;
}
.project-location {
	overflow: hidden;
}
.project-location img {
	/* transform-origin: 0 0; */
	transition: transform 0.45s, visibility 0.25s ease-in;
}
.project-location img:hover {
	transform: scale(1.2);
}
.btn-style {
	border: none;
	height: 59px;
	width: 181px;
	padding: 17px 25px;
	font-size: 18px;
	color: rgb(83, 183, 243);
	background: rgb(48, 62, 75);
	background: rgb(48, 62, 75);
	box-shadow: 0px 0px 9px rgb(31, 30, 30);
	text-align: center;
	text-decoration: none !important;
}

/*------ ABOUT US -------*/
.aboutus-container {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--background-colour-second);
}
.aboutus-container .section-title {
	margin-top: 24px;
}
.aboutus-box {
	margin-top: -16px;
	margin-bottom: 16px;
	transition: all 0.5s ease;
}
.aboutus-box h2 {
	/* font-family: "Montserrat",sans-serif; */
	font-family: MontserratMedium;
	font-size: 36px;
	color: white;
}
.aboutus-box p {
	color: var(--gray-colour);
	font-weight: normal;
	text-align: justify;
}
@media (max-width: 991px) {
	.aboutus-box {
		margin-bottom: 24px;
	}
}
/* MEET OUR TEAM  */
.meet-our-team-container {
	padding-top: 12px;
	background-color: #fff;
}
.mobile-our-team {
	display: none;
}
@media screen and (max-width: 991px) {
	.desktop-our-team {
		display: none !important;
	}
	.mobile-our-team {
		display: flex;
	}
	.our-team-grid {
		/* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px; */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.our-team-grid .team-card {
		/* display: flex;
    flex-direction: column;
    width: 50%; */
		flex: 0 0 calc(50% - 18px);
    margin-bottom: 24px;
    text-align: center;
	}
	.team-card img {
		width: 100%;
	}
  .team-name{
    margin: 0;
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
  }
  .team-position{
    font-size: 14px;
  }
}
.splide__controls {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom-arrows {
	display: flex;
	position: relative;
	width: 105px;
	margin-left: auto;
}
.custom-arrows .splide__arrow{
  padding: 8px;
  background-color: transparent !important;
  border: solid 1px #181818;
}
.custom-pagination {
	position: relative;
	display: flex;
	justify-content: start;
	width: auto;
	margin-right: auto;
	margin-top: 24px;
}
.splide__pagination__page {
	background: #707788;
}
.splide__pagination__page.is-active {
	background: #181818;
	transform: scale(1);
}
.team-slide-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 24px;
	/* max-width: 400px; */
}
.team-slide-photo {
	display: flex;
	width: 360px;
	height: 330px;
	border-radius: 40px;
	overflow: hidden;
}
.team-slide-photo img {
	width: 100%;
	object-position: top;
	object-fit: cover;
}
.team-slide-name-title {
	margin-right: auto;
	margin-left: 12px;
}
@media screen and (max-width: 991px) {
	.team-slide-photo {
		width: 320px;
		height: 290px;
	}
}
@media screen and (max-width: 768px) {
	.team-slide-photo {
		width: 100%;
	}
}
/*------ CONTACT US -------*/
.grecaptcha-badge {
	display: inline-block;
	position: absolute;
}
.form-input-row{
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.form-control{
  background: #FFFFFF;
  border: 1px solid #707788;
  border-radius: 20px;
}
.contactus-form-wrap{
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
  padding: 0 16px;
}
#contact-form{
  display: flex;
  flex-direction: column;
}
.form-input-label{
  font-size: 20px;
}
/* ------footer------  */
#footer{
  margin-top: 128px;
}
.footer-header{
  padding: 64px 0;
  padding-bottom: 128px;
  background-color: var(--dark-colour);
  background-image: url(../newimages/arrows-footer.png);
  background-position: 98% bottom;
  background-repeat: no-repeat;
  border-radius: 40px 40px 0px 0px;
}
.footer-small-wrap{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 18px;
  color: #fff;
}
.footer-large-title{
  font-size: 48px;
  font-weight: 600;
}
.footer-small-text{
  margin-bottom: 48px;
  font-size: 18px;
}
.footer-body{
  padding-top: 80px;
  padding-bottom: 80px;
}
.website-map{
  display: flex;
  justify-content: space-between;
}
.website-map-links{
  display: flex;
  margin: 32px auto;
}
.website-map-links li{
  margin-right: 32px;
  font-weight: 500;
  font-size: 18px;
}
.contactus-send p{
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}
.contactus-send .input-wrap{
  display: flex;
  column-gap: 12px;
}
.contactus-send input{
  padding: 8px 12px;
  border: 1px solid #181818;
  border-radius: 20px;
}
.contactus-send button{
  width: 90px;
}
.contact-info{
  display: flex;
  column-gap: 64px;
}
.contact-info-item span{
  margin-left: 18px;
}
.footer-divider{
  width: 100%;
  height: 1px;
  margin: 32px auto;
  background: #181818;
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
}
.footer-extra-links{
  display: flex;
}
.footer-extra-links a{
  margin-right: 24px;
}
/* mobile */
@media screen and (max-width: 991px){

  .website-map{
    flex-direction: column;
    margin: 16px auto;
  }
  .website-map-links{
	flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
  .website-map-links li{
	margin-right: 0;
  }
  .contact-info{
	flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
  .contactus-send input{
	width: 100%;
  }
  .footer-bottom{
		padding: 16px;
	}
}
@media screen and (max-width: 768px){
	.footer-logo{
		text-align: center;
	}
	.footer-body{
		padding: 32px 0px;
	}
	.footer-extra-links{
		flex-direction: column;
		align-items: center;
		row-gap: 16px;
	}
	.contactus-send{
		padding: 12px;
	}
}