﻿@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
	margin: 0;
	font-family: 'inter', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #ffaa17;
}

::-webkit-scrollbar-track {
	border-radius: 0;
}

html {
	scroll-behavior: smooth;
}

html, * {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Zilla Slab", serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: .5rem;
	line-height: 1;
}

.h1, h1 {
	font-size: 3rem;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#spinner {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 44%;
	z-index: 1;
}

.preloader-dot-loading {
	display: block;
	margin: 0 auto;
	width: 97px;
}

.preloader-dot-loading .cssload-loading i:first-child {
	opacity: 0;
	animation: cssload-loading-ani2 .58s linear infinite;
	-o-animation: cssload-loading-ani2 .58s linear infinite;
	-ms-animation: cssload-loading-ani2 .58s linear infinite;
	-webkit-animation: cssload-loading-ani2 .58s linear infinite;
	-moz-animation: cssload-loading-ani2 .58s linear infinite;
	transform: translate(-19px);
	-o-transform: translate(-19px);
	-ms-transform: translate(-19px);
	-webkit-transform: translate(-19px);
	-moz-transform: translate(-19px);
}

.preloader-dot-loading .cssload-loading i {
	width: 19px;
	height: 19px;
	display: inline-block;
	border-radius: 50%;
	background: #f0f0f0;
}

#preloader .txt-loading {
	text-align: center;
	user-select: none;
	margin-top: 30px;
}

#preloader .txt-loading .letters-loading {
	color: #fff;
}

#preloader .txt-loading .letters-loading {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 15px;
	display: inline-block;
	position: relative;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

#preloader .txt-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	z-index: 1
}

section:not(.top-section) {
	padding: 72px 0;
}

@media (max-width: 767px) {
	section { 
		padding: 64px 0;
	}
}

@media (max-width: 480px) {
	section {
		padding: 48px 0;
	}
}

.three-layer-loaderbg .layer {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.three-layer-loaderbg .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222429;
}
@media (min-width: 768px) {
	header .navbar .nav-link {
		padding: 20px 18px !important;
		position: relative;
	}
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #430056;
}

.logo {
	margin: -1rem 0!important;
}

.logo h1 {
	line-height: 1.5rem;
	font-weight: 700;
}

.logo p {
	margin: -0.5rem -0.33rem 0 0.1rem;
	letter-spacing: 0.33rem;
	font-weight: 500;
	font-size: 1rem;
}

.logo img {
	width: 72px;
	height: 72px;
	margin: -0.75rem 0.75rem 0 0;
}

.navbar-nav .nav-link, .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
}

	.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
		color: #fff;
	}

header .navbar .nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.5rem;
	height: 5px;
	background-color: #ffaa17;
	width: 0;
	transform: translateX(-50%);
	transition: all ease 0.5s;
}

header .navbar .nav-link:hover::after,
header .navbar .nav-link:active::after,
header .navbar .nav-link:focus::after {
	width: 100%;
}

.navbar-toggler {
	padding: 0.5rem;
	border-radius: 0;
	border: none;
}

.navbar-toggler:hover, .navbar-toggler:active {
	background-color: #ffaa17;
}

header .btn-toolbar .btn-link {
	outline: none;
	box-shadow: none;
	border: none;
	color: #000;
}

	header .btn-toolbar .btn-link:hover,
	header .btn-toolbar .btn-link:active,
	header .btn-toolbar .btn-link:focus {
		background-color: #ffaa17;
	}

section.page-header {
	padding: 100px 0;
	background: #666 no-repeat center center;
	background-size: cover;
}

h1.page-title {
	color: #fff;
	margin: 0;
	text-align: center;
	font-weight: 700;
}

@media (min-width: 992px) {
	h1.page-title {
		font-size: 3.8rem;
	}
}

section#contact-header {
	background-image: url(../assets/images/contact-header-bg.jpg);
}

section.body-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

@media (max-width: 767px) {
	section.body-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media (max-width: 575px) {
	section.body-section {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.contact-section .media {
	padding: 2rem 1rem;
	transition: all ease 0.4s;
}

	.contact-section .media:hover {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	.icon {
		color: #dfdfdf;
	}

section.home-about-section {
	background: #fff url(../images/line.jpg) no-repeat left top;
	background-size: contain;
	position: relative;
}

@media (max-width: 576px) {
	section.home-about-section {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
}

section.home-about-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(#eee 0%, transparent 100%);
}

input.form-control, textarea.form-control {
	padding: 1rem 1.5rem;
	color: #000;
	border-radius: 0;
	resize: none;
	height: auto;
	margin-bottom: 2rem;
}

	input.form-control:focus, textarea.form-control:focus {
		border-color: #ffaa17;
		outline: 0;
		box-shadow: 0 0 0 .2rem rgba(255, 128, 0, 0.25)
	}

.btn:not(.btn-link):not(.dropdown-toggle) {
	background-color: #430056;
	color: #ddd;
	padding: 1rem 2rem;
	position: relative;
	border-radius: 2rem !important;
}

.btn:not(.btn-link):not(.dropdown-toggle):hover,
.btn:not(.btn-link):not(.dropdown-toggle):focus,
.btn:not(.btn-link):not(.dropdown-toggle).focus {
	background-color: #430056;
	color: #fff;
	outline: none;
	box-shadow: none;
}

footer {
	background-color: transparent;
	background-image: linear-gradient(180deg, #E7EBEF 0%, #FFF 100%);
}

footer img.img-logo {
	width: 42px;
	height: 42px;
	margin-right: 0.5rem;
}

footer .navbar-nav .nav-link {
	color: #333;
	position: relative;
	padding: 0 0 0 2.5rem !important;
}

footer .navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	left: 1.5rem;
	top: 0.5rem;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background-color: #430056;
	opacity: 0.5;
	transition: all ease 0.3s;
}

footer .navbar-nav .nav-link:hover::before {
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: -1px 0 0 -1px;
}

footer .navbar-nav .nav-link:focus, footer .navbar-nav .nav-link:hover {
	color: #000;
}

.footer-links a {
	font-size: 0.85rem;
	padding: 0 0.5rem;
	position: relative;
}

.footer-links a:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #777;
  display: block;
}

.footer-links h4 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 3px #333;
	position: relative;
}

.footer-links h4::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 10%;
	height: 3px;
	background-color: #ffaa17;
}

.footer-link, .contact-link {
	display: block;
	padding: 0.5rem 0;
	color: #430056;
	padding-left: 1.5rem;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.contact-link {
	padding-left: 0;
}

	.footer-link:hover, .contact-link:hover {
		text-decoration: none;
		color: #000;
	}

.footer-link::before {
	content: "";
	position: absolute;
	top: 1.25rem;
	left: 0rem;
	height: 3px;
	width: 0.5rem;
	background-color: #430056;
	transition: transform ease-in-out 0.3s;
}

.footer-link:hover::before, .footer-link:focus::before, .footer-link:active::before {
	content: "";
	position: absolute;
	top: 0.75rem;
	left: -0.75rem;
	height: 1rem;
	width: 1rem;
	transform: rotate(-45deg);
	background-color: #ffaa17;
}

footer .icon {
	color: #430056;
	margin-top: 0.6rem;
}

footer .btn-toolbar .btn-link {
	outline: none;
	box-shadow: none;
	border: none;
	color: #430056;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	margin: 0 0.5rem;
}

/*	footer .btn-toolbar .btn-link:not(:first-child) {
		margin-left: 0.5rem;
	}
*/
	footer .btn-toolbar .btn-link:hover, footer .btn-toolbar .btn-link:active, footer .btn-toolbar .btn-link:focus {
		color: #fff;
		background: #430056;
	}

.scroll-to-top a {
	background-image: linear-gradient(to right, #ffaa17 0%, #ffc35c 51%, #ffaa17 100%);
}

.scroll-to-top a {
	background-size: 200% auto;
	box-shadow: 0 7px 30px rgba(0, 0, 0, .3);
	bottom: 15px;
	border-radius: 50%;
	height: 50px;
	padding: 2px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 99999;
	/*opacity: .4;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-about-section > .container:first-child {
	margin-top: -8rem;
}

.home-about-section > .container:first-child .card {
	position: relative;
	background: #222 url(../images/shape-1.jpg) no-repeat center center;
	background-size: cover;
	border: none;
	color: #000;
}

.home-about-section > .container:first-child .card .inner-box {
	z-index: 100;
	color: #000;
}

.home-about-section > .container:first-child .card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: height linear 0.3s;
}

.home-about-section > .container:first-child .card:hover::before {
	height: 0;
}

.home-about-section > .container:first-child .card:hover .inner-box {
	color: #eee;
}

.box-icon {
	padding: 1rem;
	display: inline-block;
	background-color: #ffaa17;
	color: #000;
}

.p-30px {
	padding: 30px;
}

.img-stylized {
	position: relative;
	max-width: calc(100% - 1.5rem);
	margin-right: 1.5rem;
	box-shadow: 1.5rem 1.5rem 0 rgb(255 170 23 / 1.00);
}

.img-stylized::after {
	content: "";
	display: block;
	width: 1.5rem;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	height: 50%;
	background-color: #ffaa17;
	z-index: 1000;
}

.bg-primary {
	color: #000;
	background-color: #ffaa17!important;
}

.card-theme {
	background-color: #43005640;
	color: #000;
}

.card-theme::after {
	content: "";
	z-index: -1;
	background: url(../images/daejeung_pexels.com.jpg) center center;
	background-size: cover;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-primary {
	color: #ffaa17;
	padding-bottom: 1rem;
	position: relative;
}

.header-primary table {
	border: 0;
	padding: 0;
	margin: 0;
}

.header-primary span.line {
	border-bottom: solid 2px #ffaa17;
	flex: 1;
	margin-left: 0.5rem;
	max-width: 100px;
}

.image-box {
	height: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	padding-bottom: 56.25%;
	background: transparent no-repeat center top;
	background-size: cover;
}

.image-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent no-repeat center center;
	background-size: cover;
}

.image-container img.title-image {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	height: auto;
	width: calc(100% - 2rem);
	max-height: 100%;
	max-width: 100%;
}

@media (max-width: 991px) {
	.image-container {
		height: 25vh;
	}
		.image-container img {
			right: 0;
			bottom: 0;
			height: auto;
			width: auto;
			max-height: 100%;
			max-width: 100%;
		}
}

.techpartners-section {
	position: relative;
	padding: 60px 0px;
	/*background: #edf5f8;*/
}

	.techpartners-section.alternate {
		position: relative;
		background: #ffffff;
	}

.techpartners-outer {
	position: relative;
	text-align: center;
}

	.techpartners-outer .auto-container {
		max-width: 1340px;
		margin-left: auto;
		margin-right: auto;
	}

	.techpartners-outer .slide-item {
		display: block;
		text-align: center;
	}

	.techpartners-outer .image-box {
		position: relative;
		display: inline-block;
	}

		.techpartners-outer .image-box img {
			max-width: 100%;
			width: auto;
			display: inline-block;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			opacity: 0.40;
			filter: grayscale();
		}

			.techpartners-outer .image-box img:hover {
				opacity: 1;
				filter: none;
			}


.techpartners-section.alternate .techpartners-outer .image-box img {
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

	.techpartners-section.alternate .techpartners-outer .image-box img:hover {
		-webkit-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
	}

.techpartners-outer .owl-dots,
.techpartners-outer .owl-nav {
	position: relative;
	display: none;
}

.round-icon {
	width: 96px;
	padding: 24px;
	background-color: #eee;
	border-radius: 50%;
	margin: 1rem auto;
}

.round-icon img {
	width: 48px;
	height: 48px;
}

.service-card {
	border: solid 1px #ddd;
	border-top: solid 5px #ffaa17;
	background-color: #111;
	color: #000;
	position: relative;
	overflow: hidden;
	width: 240px;
}

.service-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: height ease 0.5s;
	z-index: 0;
}

.service-card:hover, .service-card:active {
	color: #fff;
}
	.service-card:hover .round-icon, .service-card:active .round-icon {
		background-color: #ffaa17;
	}
.service-card:hover::before, .service-card:active::before {
	height: 0;
}

.service-card .inner-box {
	z-index: 1;
}
.service-card h5 {
	text-align: center;
	margin: 1rem 0;
	height: 3rem;
	display: flex;
	flex-direction: row;
	flex: 0 1 auto;
	align-items: center;
	cursor: default;
	/*width: 100%;*/
}

.happy-section {
	color: #fff;
	background-color: #960000;
	position: relative;
}

.happy-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/lines.png) no-repeat center center;
	background-size: cover;
	opacity: 0.25;
}

.happy-section img {
	max-width: 240px;
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
	 animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}

	50% {
		-webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
	}

	100% {
		-webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}
}

@keyframes pulse {
	0% {
		-moz-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}

	50% {
		-moz-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
	}

	100% {
		-moz-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}
}

.team-item {
	position: relative;
	margin-bottom: calc(50% - 1.5rem);
	background-color: #eee;
	transition: all ease 0.2s;
}

.team-item:hover {
	background-color: #222;
	color: #fff;
}

.team-item .member-desig {
	opacity: 0.85;
}

.photo-placeholder, .member-photo {
	height: 0;
	padding-bottom: 100%;
	margin-bottom: -50%;
	overflow: hidden;
}

.member-photo {
	background: #eee url(../../team/placeholder.png) no-repeat center center;
	background-size: cover;
}

.team-item:hover .member-photo {
	zoom: 1.1;
}

.preloader-loading-wrapper {
	display: block;
	margin: 0 auto;
	width: 97px
}

	.preloader-loading-wrapper .cssload-loading i {
		width: 49px;
		height: 49px;
		display: inline-block;
		background: #ff5954;
		border-radius: 50%
	}

		.preloader-loading-wrapper .cssload-loading i:nth-child(1) {
			animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-o-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-ms-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-webkit-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-moz-animation: cssload-loading-ani1 1.15s ease-in-out infinite
		}

		.preloader-loading-wrapper .cssload-loading i:nth-child(2) {
			background: #00a8ce;
			margin-left: -10px;
			animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-o-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-ms-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-webkit-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-moz-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite
		}

@keyframes cssload-loading-ani1 {
	70% {
		transform: scale(.5)
	}
}

@-o-keyframes cssload-loading-ani1 {
	70% {
		-o-transform: scale(.5)
	}
}

@-ms-keyframes cssload-loading-ani1 {
	70% {
		-ms-transform: scale(.5)
	}
}

@-webkit-keyframes cssload-loading-ani1 {
	70% {
		-webkit-transform: scale(.5)
	}
}

@-moz-keyframes cssload-loading-ani1 {
	70% {
		-moz-transform: scale(.5)
	}
}

.preloader-dot-loading {
	display: block;
	margin: 0 auto;
	width: 97px
}

	.preloader-dot-loading .cssload-loading i {
		width: 19px;
		height: 19px;
		display: inline-block;
		border-radius: 50%;
		background: #f0f0f0
	}

		.preloader-dot-loading .cssload-loading i:first-child {
			opacity: 0;
			animation: cssload-loading-ani2 .58s linear infinite;
			-o-animation: cssload-loading-ani2 .58s linear infinite;
			-ms-animation: cssload-loading-ani2 .58s linear infinite;
			-webkit-animation: cssload-loading-ani2 .58s linear infinite;
			-moz-animation: cssload-loading-ani2 .58s linear infinite;
			transform: translate(-19px);
			-o-transform: translate(-19px);
			-ms-transform: translate(-19px);
			-webkit-transform: translate(-19px);
			-moz-transform: translate(-19px)
		}

		.preloader-dot-loading .cssload-loading i:nth-child(2), .preloader-dot-loading .cssload-loading i:nth-child(3) {
			animation: cssload-loading-ani3 .58s linear infinite;
			-o-animation: cssload-loading-ani3 .58s linear infinite;
			-ms-animation: cssload-loading-ani3 .58s linear infinite;
			-webkit-animation: cssload-loading-ani3 .58s linear infinite;
			-moz-animation: cssload-loading-ani3 .58s linear infinite
		}

		.preloader-dot-loading .cssload-loading i:last-child {
			animation: cssload-loading-ani1 .58s linear infinite;
			-o-animation: cssload-loading-ani1 .58s linear infinite;
			-ms-animation: cssload-loading-ani1 .58s linear infinite;
			-webkit-animation: cssload-loading-ani1 .58s linear infinite;
			-moz-animation: cssload-loading-ani1 .58s linear infinite
		}

@keyframes cssload-loading-ani1 {
	100% {
		transform: translate(39px);
		opacity: 0
	}
}

@-o-keyframes cssload-loading-ani1 {
	100% {
		-o-transform: translate(39px);
		opacity: 0
	}
}

@-ms-keyframes cssload-loading-ani1 {
	100% {
		-ms-transform: translate(39px);
		opacity: 0
	}
}

@-webkit-keyframes cssload-loading-ani1 {
	100% {
		-webkit-transform: translate(39px);
		opacity: 0
	}
}

@-moz-keyframes cssload-loading-ani1 {
	100% {
		-moz-transform: translate(39px);
		opacity: 0
	}
}

@keyframes cssload-loading-ani2 {
	100% {
		transform: translate(19px);
		opacity: 1
	}
}

@-o-keyframes cssload-loading-ani2 {
	100% {
		-o-transform: translate(19px);
		opacity: 1
	}
}

@-ms-keyframes cssload-loading-ani2 {
	100% {
		-ms-transform: translate(19px);
		opacity: 1
	}
}

@-webkit-keyframes cssload-loading-ani2 {
	100% {
		-webkit-transform: translate(19px);
		opacity: 1
	}
}

@-moz-keyframes cssload-loading-ani2 {
	100% {
		-moz-transform: translate(19px);
		opacity: 1
	}
}

@keyframes cssload-loading-ani3 {
	100% {
		transform: translate(19px)
	}
}

@-o-keyframes cssload-loading-ani3 {
	100% {
		-o-transform: translate(19px)
	}
}

@-ms-keyframes cssload-loading-ani3 {
	100% {
		-ms-transform: translate(19px)
	}
}

@-webkit-keyframes cssload-loading-ani3 {
	100% {
		-webkit-transform: translate(19px)
	}
}

@-moz-keyframes cssload-loading-ani3 {
	100% {
		-moz-transform: translate(19px)
	}
}

@keyframes letters-loading {
	0%,75%,100% {
		opacity: 0;
		transform: rotateY(-90deg)
	}

	25%,50% {
		opacity: 1;
		transform: rotateY(0deg)
	}
}

.svc-card {
	transition: all ease 0.5s;
}

.svc-card:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.svc-card .card-body {
	margin: 0;
}

.svc-card .card-body h5 {
	margin-top: -40px;
}

.service-img {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 75%;
}

.service-img img {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	transform: scale(1);
	object-fit:cover;
	transition: all ease 0.3s;
}

.svc-card:hover .service-img img {
	transform: scale(1.1);
}

.service-icon {
	width: 80px;
	height: 80px;
	background-color: #ffaa19;
	position: relative;
	top: -64px;
	left: 1.5rem;
	padding: 16px;
}

.svc-card .service-icon::before {
	position: absolute;
	bottom: 0;
	left: -16px;
	border-right: 16px solid #ddd;
	border-bottom: 16px solid transparent;
	content: "";
}

.svc-card .service-icon::after {
	position: absolute;
	bottom: 0;
	right: -16px;
	border-left: 16px solid #ddd;
	border-bottom: 16px solid transparent;
	content: "";
}
.service-icon img {
	width: 100%;
	height: auto;
}

.photostack {
	background: url(/assets/images/photostack.png) no-repeat center center;
	background-size: contain;
	padding: 6% 8% 10% 6%;
}

.photo {
	display: block;
	width: 100%;
	padding-top: 75%;
	background: #ddd no-repeat center center;
	background-size: cover;
}

ul.nav-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

	ul.nav-filter li {
		display: inline-block;
		margin: 0 5px 10px 5px;
		border-radius: 3px;
	}

.header-v4 li {
	transition: 0.5s;
}

ul.nav-filter li a.active, ul.nav-filter li a:hover {
	background-color: #f7c02d;
	border-color: #f7c02d;
}

ul.nav-filter li a {
	border: 1px solid #efefef;
	border-radius: 3px;
	transition: 0.5s;
	font-size: 18px;
	color: #393939;
	padding: 7px 15px 4px 15px;
	cursor: pointer;
	display: block;
	background-color: #fff;
}

nav.navbar.fixed-top {
	background-color: #21212190;
}

.navbar-brand img {
	height: 48px;
	width: auto;
	margin-right: 1rem;
}

a.navbar-brand {
	color: #fff;
}

a.navbar-brand h1 {
	font-size: 2.5rem!important;
}

.brand-img {
	display: block;
	width: 54px;
	height: 54px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	margin-right: 1rem;
	margin-top: -6px;
	margin-bottom: -6px;
	padding: 0 2px;
}

.top-section {
	position: relative;
	z-index: 0;
	padding: 0!important;
}

.top-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: linear-gradient(135deg, #653399 20%, #4866BC2B 100%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: 2;
}

#herocarousel .slide {
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	background: transparent no-repeat center center;
	background-size: cover;
}

.shape-bottom {
	bottom: -1px;
}

.shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	z-index: 3;
}

.shape-bottom svg {
	width: calc(115% + 1.3px);
	height: 25vh;
}

@media (orientation: portrait) {
	.shape-bottom svg {
		height: 15%!important;
	}
}

.shape svg {
	display: block;
	width: calc(100% + 1.3px);
	height:100px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	filter: invert(1);
}

footer .shape svg {
	width: calc(115% + 1.3px);
	height: 100px;
}

footer .shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}

footer .container.dummy {
	min-height:100px;
}

.shape[data-negative=true] {
	transform: rotate(180deg);
	filter: invert(1);
	margin-top:-100px;
}

.top-section .hero-text {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.rounded-lg {
	border-radius: .75rem !important;
}

.text-primary {
	color: rgb(101,51,153)!important;
}

#home-about {
	background: transparent url(assets/images/bg_pattern.png) repeat;
	position: relative;
}

#home-about::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: radial-gradient(at bottom center, #FFFFFFCC 0%, #ffffff 75%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#home-about .card {
	z-index: 1;
	box-shadow: 0px 15px 20px rgb(101 51 153 / 0.25);
}

#home-services .card {
	overflow: hidden;
}

#home-services .card-img-top {
	background: #fff no-repeat center center;
	background-size: cover;
	height: 0;
	padding-bottom: 66.6666%;
}

#home-services .card-body {
	padding: 30px
}

@media (min-width: 992px ) {
	#home-about .card {
		margin-right: -10vw;
	}
}

.card.rounded-lg .card-img-top {
	border-radius: .75rem .75rem 0 0 !important;
}

div.card-img-top img {
	transition: all ease 0.2s;
}

div.card-img-top:hover img {
	transform: scale(1.1);
}

@media (max-width: 991px) {
	#testimonials .testimonials {
		width: calc(100% - 4rem);
		margin: -2rem auto 0 auto!important;
	}
}

@media (min-width: 992px) {
	#testimonials .testimonials {
		margin-left: -5rem!important;
	}
}

.bootstrap-select.form-control .dropdown-toggle,
.bootstrap-select.form-control .dropdown-toggle:active,
.bootstrap-select.form-control .dropdown-toggle:focus {
	padding: 1rem 1.5rem;
	color: #000;
	border-radius: 0;
	resize: none;
	height: auto;
	outline: none;
	margin-bottom: 2rem;
	background-color: #fff;
	border: 1px solid #ced4da;
}

.bootstrap-select .dropdown-item {
	padding: 1rem 1.5rem;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item.selected {
	background-color: #430056;
	color: #fff;
}

.dropdown-menu {
	padding: 0!important;
	margin: 0!important;
}

h2 + h5 {
	line-height: 1.75rem;
}

dl, ol, ul {
	padding-left: 1.25rem;
}

.map-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

	.map-container .map {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.map-container iframe {
		width: 100%;
		height: 100%;
		border: none !important;
	}

#contact-form::before {
	content: "";
	position: absolute;
	top: -25%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	/*background-image: linear-gradient(135deg, #653399 20%, #4866BC2B 100%);*/
	background-image: linear-gradient(180deg, #653399 20%, #fff 100%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: -1;
}

#contact-form h4, #contact-form hr, #contact-form .card {
	z-index: 10;
}

.image-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/assets/images/whattheysay.jpg) no-repeat center top;
	background-size: cover;
}

@media (max-height: 991px) {
	.image-container {
		/*height: 50vh;*/
		min-height: 100%;
	}
}

#contact-form .nav-link {
	color: initial;
	background-color: #fff;
	padding: 1rem;
	border-bottom: solid 5px transparent;
	border-radius: 0;
	margin-left: 0.25em;
	margin-right: 0.25rem;
}

	#contact-form .nav-link:hover {
		border-color: #ddd;
	}

	#contact-form .nav-link.active {
		border-color: #653399;
	}

#apptform {
	padding-bottom: 32px !important;
}

footer .navbar-nav li.nav-item:first-child {
	margin-left: -2.5rem;
}

#testimonialCarousel .owl-dots {
	margin-top: 1rem;
	text-align: center;
}

#testimonialCarousel button.owl-dot {
	background: #430056;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 0.5;
	transition: ease-in-out 0.25s;
}

#testimonialCarousel button.owl-dot span {
	display: none;
}

#testimonialCarousel button.owl-dot.active {
	width: 30px;
	border-radius: 5px;
}

.modal-fullscreen {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100vh;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}