html,
body {
	margin: 0;
	font-size: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	background: #fffaf7;
	color: #27212f;
}

* {
	box-sizing: border-box;
}

body {
	min-height: 100vh;
	line-height: 1.6;
	overflow-x: hidden;
}

body a {
	color: #c44b56;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body a:hover,
body a:focus {
	color: #7c2f7a;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
label {
	margin: 0;
}

ul {
	padding: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.clearfix {
	clear: both;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.services-grids > .clearfix,
.gallery-wthreegrids > .clearfix {
	display: none;
}

.navigation {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 250, 247, .94);
	border-bottom: 1px solid rgba(72, 47, 88, .12);
	backdrop-filter: blur(16px);
}

.navigation > .container {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 82px;
	gap: 28px;
}

.agileits-logo {
	position: static;
	flex: 0 0 auto;
	z-index: 2;
}

.agileits-logo:before {
	display: none;
}

.site-logo-text {
	line-height: 1;
}

.agileits-logo a {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	color: #2d1d35;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.agileits-logo a span {
	position: static;
	order: 2;
	color: #0d8f8a;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.navbar {
	flex: 1 1 auto;
	min-height: 0;
	margin: 0;
	border: 0;
}

.navbar-header {
	display: none;
}

.navbar-default {
	background: transparent;
	border: 0;
}

.navbar-collapse {
	display: block;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.navbar-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	float: none;
	list-style: none;
	margin: 0;
}

.navbar-nav > li {
	float: none;
}

.nav > li > a,
.navbar-default .navbar-nav > li > a {
	padding: 11px 16px !important;
	border-radius: 999px;
	color: #4a3b55;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.nav > li > a:hover,
.nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: #2d1d35;
	color: #fff;
}

.hvr-bounce-to-bottom {
	display: block;
	background: transparent;
	transform: none;
	box-shadow: none;
}

.hvr-bounce-to-bottom:before {
	display: none;
}

.footer-right {
	float: none;
	margin: 0;
}

.footer-right ul {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
}

.footer-right ul li {
	display: inline-flex;
	margin: 0;
	list-style: none;
}

.footer-right ul li a {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #f1e4df;
	color: #2d1d35;
	font-size: 0;
	font-weight: 800;
}

.footer-right ul li a:before {
	font-size: 13px;
	line-height: 1;
}

.footer-right ul li a.f1:before {
	content: "f";
}

.footer-right ul li a.f2:before {
	content: "x";
}

.footer-right ul li a.f4:before {
	content: "p";
}

.footer-right ul li a:hover {
	background: #0d8f8a;
	color: #fff;
	transform: translateY(-2px);
}

.navbar-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	width: 42px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(45, 29, 53, .24);
	border-radius: 999px;
	background: #f1e4df;
	cursor: pointer;
}

.navbar-default .navbar-toggle {
	border-color: rgba(45, 29, 53, .24);
}

.navbar-default .navbar-toggle .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background-color: #2d1d35;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #f1e4df;
}

.banner {
	position: relative;
	min-height: 680px;
	background: linear-gradient(100deg, rgba(45, 29, 53, .85), rgba(13, 143, 138, .36)), url("../images/banner.jpg") center/cover no-repeat;
}

.banner:after {
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	content: "";
	background: linear-gradient(180deg, rgba(255, 250, 247, 0), #fffaf7);
	pointer-events: none;
}

.banner .container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 680px;
	padding-top: 36px;
	padding-bottom: 48px;
}

.callbacks_container {
	width: min(100%, 440px);
}

.search {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 24px 60px rgba(26, 17, 31, .25);
}

.search h1 {
	padding: 24px 28px 18px;
	background: #2d1d35;
	color: #fff;
	font-size: 29px;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
}

.search h1 span {
	display: inline-block;
	margin-right: 8px;
	color: #8edbd0;
}

.search ul {
	width: 100%;
	padding: 24px 28px 30px;
	list-style: none;
}

.search ul li {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 0;
	margin-bottom: 14px;
}

.search ul li label {
	float: none;
	width: auto;
	padding: 0;
	color: #4a3b55;
	font-size: 13px;
	font-weight: 800;
	text-align: left;
}

.search ul li div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.search ul li select {
	flex: 1 1 auto;
	width: 100%;
	min-height: 44px;
	padding: 8px 34px 8px 12px;
	border: 1px solid #decfc9;
	border-radius: 6px;
	background: #fff;
	color: #27212f;
	font-family: inherit;
	font-size: 14px;
}

.search ul li select.width01 {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
}

.search ul li span {
	display: inline-block;
	flex: 0 0 auto;
	width: auto;
	color: #6f6177;
	text-align: center;
}

#r_country_span {
	flex: 1 1 auto;
	display: block;
	width: 100%;
	min-width: 0;
}

#UpdateCountryInfo,
#r_country_no {
	display: none;
}

#r_country {
	width: 100%;
}

.search ul li.button {
	display: block;
	margin: 18px 0 0;
}

.search ul li button,
.buttons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 14px 22px;
	border: 0;
	border-radius: 6px;
	background: #d85b63;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 0 12px 26px rgba(216, 91, 99, .28);
	cursor: pointer;
}

.search ul li button:hover,
.buttons:hover,
.buttons:focus {
	background: #2d1d35;
	color: #fff;
	transform: translateY(-1px);
}

.about,
.gallery,
.services {
	padding: 82px 0;
}

.about {
	background: #fffaf7;
}

.about .container,
.gallery .container,
.services .container {
	position: relative;
}

.about h1,
.about h2,
h3.w3ls-tittle,
h2.w3ls-tittle {
	color: #2d1d35;
	font-family: inherit;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.12;
	text-align: left;
	overflow-wrap: anywhere;
}

.about h1,
.about h2 {
	max-width: 860px;
	margin-bottom: 20px;
}

.section-kicker {
	max-width: 860px;
	margin-bottom: 20px;
	color: #2d1d35;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.about h2:not(:first-child) {
	margin-top: 34px;
	font-size: 30px;
}

h3.w3ls-tittle,
h2.w3ls-tittle {
	margin-bottom: 34px;
	text-align: center;
}

h3.w3ls-tittle:after,
h3.w3ls-tittle:before,
h2.w3ls-tittle:after,
h2.w3ls-tittle:before {
	display: none;
}

.about p {
	max-width: 980px;
	margin-bottom: 20px;
	color: #51465a;
	font-size: 16px;
	line-height: 1.85;
	text-align: left;
}

.about p strong,
.about p b {
	color: #2d1d35;
}

.about-grids {
	display: flex;
	align-items: center;
	gap: 42px;
	margin-top: 34px;
}

.abt-left,
.abt-right,
.services-left {
	float: none;
}

.abt-left {
	flex: 0 0 40%;
	padding: 0;
}

.abt-left img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(45, 29, 53, .14);
}

.abt-right {
	flex: 1 1 auto;
	padding: 0;
}

.about .abt-right h2,
.about .abt-right h3,
.about .abt-right h4 {
	margin-bottom: 10px;
	color: #0d8f8a;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.25;
}

.about .abt-right h2:not(:first-child),
.about .abt-right h3:not(:first-child),
.about .abt-right h4:not(:first-child) {
	margin-top: 26px;
}

.abt-right p {
	margin: 0 0 20px;
	color: #51465a;
	font-size: 15px;
	line-height: 1.85;
}

.services {
	position: relative;
	background: linear-gradient(110deg, rgba(45, 29, 53, .93), rgba(22, 91, 91, .88)), url("../images/banner4.jpg") center/cover no-repeat;
}

.services h2.w3ls-tittle {
	color: #fff;
	text-shadow: 0 1px 18px rgba(0, 0, 0, .24);
}

.services-grids {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.services-left {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 18px;
	width: auto;
	min-height: 100%;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 38px rgba(18, 12, 28, .12);
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.services-left:hover {
	border-color: rgba(142, 219, 208, .48);
	background: rgba(255, 255, 255, .14);
	transform: translateY(-2px);
}

.services-left:nth-child(3),
.services-left:nth-child(4) {
	margin-top: 0;
}

.serw3agile-grid,
.ser-agiletop {
	float: none;
	width: auto;
}

.hi-icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(142, 219, 208, .85);
	border-radius: 8px;
	background: rgba(142, 219, 208, .12);
	color: #8edbd0;
	line-height: 1;
}

.hi-icon:before {
	font-size: 23px;
}

.glyphicon {
	font-style: normal;
}

.glyphicon-check:before {
	content: "\2713";
}

.glyphicon-music:before {
	content: "\266A";
}

.glyphicon-picture:before {
	content: "\25A3";
}

.glyphicon-heart-empty:before {
	content: "\2661";
}

.hi-icon:after {
	display: none;
}

.ser-agiletop h3,
.ser-agiletop h4 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.ser-agiletop p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.8;
}

.gallery {
	background: #fff;
}

.gallery-wthreegrids {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.view {
	float: none;
	width: auto;
	height: auto;
	aspect-ratio: 3 / 2;
	margin: 0;
	overflow: hidden;
	border: 0;
	border-radius: 8px;
	background: #2d1d35;
	box-shadow: 0 16px 34px rgba(45, 29, 53, .14);
	cursor: pointer;
	isolation: isolate;
}

.view a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}

.view img {
	width: 100%;
	height: 100%;
}

.view img {
	object-fit: cover;
	transition: transform .35s ease;
}

.view:hover img {
	transform: scale(1.04);
}

.view .w3lmask,
.view .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: auto;
	height: auto;
	max-height: 76%;
	min-height: 0;
	padding: 42px 18px 18px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(45, 29, 53, 0), rgba(45, 29, 53, .86) 42%, rgba(45, 29, 53, .97));
	opacity: 1;
	transform: none;
	transition: background-color .2s ease;
	pointer-events: none;
}

.view h3,
.view h4 {
	margin: 0 0 8px;
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	text-align: left;
	text-transform: none;
	transform: none;
	transition: none;
}

.view p {
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	transform: none;
	transition: none;
}

.view-eighth .w3lmask,
.view-eighth h3,
.view-eighth h4,
.view-eighth p,
.view-eighth:hover .w3lmask,
.view-eighth:hover h3,
.view-eighth:hover h4,
.view-eighth:hover p {
	top: auto;
	opacity: 1;
	transform: none;
	animation: none;
	transition-delay: 0s;
}

.footer {
	padding: 24px 0;
	background: #2d1d35;
}

.footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.footer-left {
	float: none;
}

.footer-left p {
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 1.8;
}

.footer-left p a {
	color: #fff;
}

.footer-left p a:hover {
	color: #8edbd0;
}

@media (max-width: 991px) {
	.navigation > .container {
		min-height: 74px;
	}

	.banner,
	.banner .container {
		min-height: 620px;
	}

	.about,
	.gallery,
	.services {
		padding: 64px 0;
	}

	.about-grids {
		align-items: flex-start;
		gap: 28px;
	}

	.gallery-wthreegrids {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.navigation {
		position: sticky;
	}

	.navigation > .container {
		display: block;
		min-height: 64px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.agileits-logo {
		float: left;
	}

	.agileits-logo a {
		font-size: 24px;
	}

	.navbar {
		position: static;
		float: none;
		width: 100%;
	}

	.navbar-header {
		display: block;
		position: absolute;
		top: 12px;
		right: 16px;
		float: none;
	}

	.navbar-toggle {
		display: flex;
		float: none;
	}

	.navbar-collapse {
		position: absolute;
		z-index: 30;
		top: 64px;
		left: 16px;
		right: 16px;
		display: none;
		max-height: calc(100vh - 82px);
		padding: 10px;
		overflow-y: auto;
		border: 1px solid rgba(72, 47, 88, .12);
		border-radius: 8px;
		background: #fffaf7;
		box-shadow: 0 18px 38px rgba(45, 29, 53, .16);
	}

	.navbar-collapse.is-open {
		display: block;
	}

	.navbar-nav {
		display: block;
	}

	.nav > li > a,
	.navbar-default .navbar-nav > li > a {
		padding: 12px 14px !important;
		text-align: left;
	}

	.banner,
	.banner .container {
		min-height: 0;
	}

	.banner .container {
		justify-content: center;
		padding-top: 34px;
		padding-bottom: 46px;
	}

	.callbacks_container {
		width: 100%;
	}

	.search {
		width: min(100%, 420px);
		margin: 0 auto;
		box-shadow: 0 16px 38px rgba(26, 17, 31, .2);
	}

	.search h1 {
		padding: 20px 22px 16px;
		font-size: 22px;
	}

	.search ul {
		padding: 20px 22px 24px;
	}

	.search ul li {
		display: block;
		margin-bottom: 14px;
	}

	.search ul li label {
		display: block;
		margin-bottom: 7px;
		text-align: left;
	}

	.search ul li div {
		width: 100%;
	}

	.about h1,
	.about h2,
	.section-kicker,
	h3.w3ls-tittle,
	h2.w3ls-tittle {
		font-size: 30px;
	}

	.about h2:not(:first-child) {
		font-size: 25px;
	}

	.about p {
		font-size: 15px;
		line-height: 1.78;
	}

	.about-grids {
		display: block;
	}

	.abt-left,
	.abt-right {
		width: 100%;
	}

	.abt-right {
		margin-top: 26px;
	}

	.services-grids,
	.gallery-wthreegrids {
		grid-template-columns: 1fr;
	}

	.view {
		aspect-ratio: 16 / 11;
	}

	.view .w3lmask,
	.view .content {
		max-height: 78%;
		min-height: 0;
		padding: 38px 16px 16px;
	}

	.footer .container {
		display: block;
		text-align: center;
	}

	.footer-right ul {
		justify-content: center;
		margin-top: 14px;
	}
}

@media (max-width: 430px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.agileits-logo a {
		font-size: 22px;
	}

	.agileits-logo a span {
		font-size: 10px;
		letter-spacing: 1.5px;
	}

	.search h1 {
		padding: 18px 18px 14px;
		font-size: 21px;
	}

	.search ul {
		padding: 18px;
	}

	.search ul li {
		display: block;
		margin-bottom: 12px;
	}

	.search ul li label {
		display: block;
		margin-bottom: 7px;
	}

	.search ul li select.width01 {
		width: auto;
	}

	.search ul li select {
		min-height: 46px;
		font-size: 16px;
	}

	.search ul li button,
	.buttons {
		min-height: 48px;
		font-size: 15px;
	}

	.services-left {
		grid-template-columns: 1fr;
		padding: 22px;
		gap: 14px;
	}

	.about,
	.gallery,
	.services {
		padding: 48px 0;
	}

	.about h1,
	.about h2,
	.section-kicker,
	h3.w3ls-tittle,
	h2.w3ls-tittle {
		font-size: 27px;
		line-height: 1.16;
	}

	.about h2:not(:first-child) {
		font-size: 23px;
	}

	.about .abt-right h2,
	.about .abt-right h3,
	.about .abt-right h4,
	.ser-agiletop h3,
	.ser-agiletop h4 {
		font-size: 20px;
	}

	.view {
		aspect-ratio: 4 / 3;
	}

	.view h3,
	.view h4 {
		font-size: 15px;
	}

	.view p {
		font-size: 12px;
		line-height: 1.45;
	}
}

@media (max-width: 360px) {
	.navigation > .container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.search h1 {
		font-size: 19px;
	}

	.search ul {
		padding: 16px;
	}

	.search ul li select.width01 {
		width: auto;
	}

	.search ul li span {
		width: auto;
	}

	.about h1,
	.about h2,
	.section-kicker,
	h3.w3ls-tittle,
	h2.w3ls-tittle {
		font-size: 25px;
	}

	.about p,
	.abt-right p,
	.ser-agiletop p {
		font-size: 14px;
	}
}
