* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	overflow-x: hidden;
	font-size: 100%;
	background: #f4f4f4;
}
/* header */
.header-ver1 {
	background-image: url(img/test5-01.png);
	width: 100%;
	height: 100vh;
	background-size: 400% 400%;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	animation: change 10s infinite;
	animation-timing-function: ease-in-out;
	position: relative;
}
@keyframes change {
	0% {
		background-position: 25% 25%;
	}
	33% {
		background-position: 100% 40%;
	}
	66% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 25% 25%;
	}
}
.header-ver2 {
	background-image: url(img/coverpage.jpg);
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-attachment: local;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10vh;
}
/*endheader*/

.main-logo {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 50vh;
	max-width: 1080px;
}
.list-wrp {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.list-wrp li {
	list-style: none;
}
.list-wrp li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 3.5em;
	font-weight: 600;
	letter-spacing: 7px;
}
.services-menuLink {
	color: #fff;
	font-size: 1.3em;
}
.note {
	font-family: 'Gelasio', serif;
	font-size: 1.8em;
	font-weight: 350;
}
.note span {
	font-weight: 600;
	font-style: italic;
}

/*spin circle*/
.wrp-spin-circle {
	height: 50vh;
	width: 50vw;
	border: 0px solid white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
	align-items: center;
	display: flex;
	perspective: 1500px;
	opacity: 30%;
}
.circle {
	height: 250px;
	width: 250px;
	position: absolute;
	border: 1px solid white;
	transform-style: preserve-3d;
	animation: rotate 7s infinite linear;
	border-radius: 50%;
}
@keyframes rotate {
	100% {
		transform: rotateY(360deg) rotateZ(360deg);
	}
}

.circle > div {
	height: 250px;
	width: 250px;
	border: 2px solid white;
	position: absolute;
	border-radius: 50%;
}
.circle > div:nth-child(1) {
	transform: rotateY(36deg);
}
.circle > div:nth-child(2) {
	transform: rotateY(72deg);
}
.circle > div:nth-child(3) {
	transform: rotateY(108deg);
}
.circle > div:nth-child(4) {
	transform: rotateY(144deg);
}
.circle > div:nth-child(5) {
	transform: rotateY(144deg);
}
.circle > div:nth-child(6) {
	transform: rotateY(144deg);
}
/*end*/

.work-title {
	width: 80%;
	max-width: 1080px;
	height: 20vh;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
	margin: 30px 0;
}
.work-title-1 {
	font-size: 2.5em;
	position: absolute;
	left: 0;
	text-transform: uppercase;
	color: #333;
	height: 10vh;
}
.work-title-1-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4em;
	color: #fff;
	letter-spacing: 5px;
	word-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
}
.work-title hr {
	height: 3px;
	width: 60px;
	margin-top: 20px;
}
.work-title-2 {
	height: 8vh;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}
.work-title-2 a {
	text-decoration: none;
	color: rgb(75, 153, 255);
	font-size: 15px;
	letter-spacing: 3px;
}
/*work agencies*/
.home-work-content {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}
.home-content-center {
	height: 40vh;
	max-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-content-right {
	height: 40vh;
	max-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}
.home-agencies-image-wrp-left {
	position: relative;
	float: left;
	width: 45%;
	height: 40vh;
	max-height: 400px;
	margin: 10px;
	background-attachment: local;
	background-position: center;
	background-size: cover;
	box-shadow: 5px 5px 20px #333;
}
.home-agencies-image-wrp-left {
	position: relative;
	float: left;
	width: 45%;
	height: 40vh;
	max-height: 400px;
	margin: 10px;
	background-attachment: local;
	background-position: center;
	background-size: cover;
	box-shadow: 5px 5px 20px #333;
}

.home-agencies-image-wrp {
	position: relative;
	float: right;
	width: 45%;
	height: 40vh;
	max-height: 400px;
	margin: 10px;
	background-attachment: local;
	background-position: center;
	background-size: cover;
	box-shadow: 5px 5px 20px #333;
}
.home-agencies-image-wrp-left {
	position: relative;
	float: left;
	width: 45%;
	height: 40vh;
	max-height: 400px;
	margin: 10px;
	background-attachment: local;
	background-position: center;
	background-size: cover;
	box-shadow: 5px 5px 20px #333;
}
.home-agencies-content::after {
	display: table;
	clear: both;
	content: '';
}

.h1-color-1 {
	text-transform: uppercase;
	color: #8d6233;
}
.h1-color-2 {
	text-transform: uppercase;
	color: #1b4230;
}
.h1-color-3 {
	text-transform: uppercase;
	color: #0094bd;
}
.h1-color-4 {
	text-transform: uppercase;
	color: #6a1513;
}
.h1-color-5 {
	text-transform: uppercase;
	color: #6e0060;
}
.h1-color-6 {
	text-transform: uppercase;
	color: #109570;
}
.h1-color-7 {
	text-transform: uppercase;
	color: #6f26b8;
}
.h1-color-8 {
	text-transform: uppercase;
	color: #252525;
}
.mini-menu span {
	text-transform: uppercase;
	font-size: 12px;
	color: #c7c7c7;
	margin-right: 10px;
}
.agc-sum {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}
.agc-link a {
	text-decoration: none;
	font-weight: 600;
}
.agc-link {
	margin-top: 40px;
}
.agc-link-1 a {
	color: #8d6233;
}
.agc-link-2 a {
	color: #1b4230;
}
.agc-link-3 a {
	color: #0094bd;
}
.agc-link-4 a {
	color: #6a1513;
}
.agc-link-5 a {
	color: #6e0060;
}
.agc-link-6 a {
	color: #109570;
}
.agc-link-7 a {
	color: #6f26b8;
}
.agc-link-8 a {
	color: #252525;
}
.gradient-line {
	content: '';
	width: 100%;
	height: 4px;
	margin: 20px 0;
}
.gradient-line-1 {
	background: linear-gradient(to right, #8d6233, #f4f4f4);
}
.gradient-line-2 {
	background: linear-gradient(to left, #1b4230, #f4f4f4);
}
.gradient-line-3 {
	background: linear-gradient(to right, #0094bd, #f4f4f4);
}
.gradient-line-4 {
	background: linear-gradient(to left, #6a1513, #f4f4f4);
}
.gradient-line-5 {
	background: linear-gradient(to right, #6e0060, #f4f4f4);
}
.gradient-line-6 {
	background: linear-gradient(to left, #109570, #f4f4f4);
}
.gradient-line-7 {
	background: linear-gradient(to right, #6f26b8, #f4f4f4);
}
.gradient-line-8 {
	background: linear-gradient(to left, #252525, #f4f4f4);
}

/*---------------------*/
.site-services-content-wrp-1 {
	width: 50%;
	max-width: 1080px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 10vh;
}
.site-services-content-title {
	text-align: center;
	text-transform: uppercase;
	color: #333;
	word-wrap: break-word;
}
.site-services-content-title hr {
	width: 40%;
	margin: auto;
	height: 2.5px;
}
.site-services-content-title > p:nth-child(1) {
	font-size: 3em;
	margin-bottom: 10px;
	font-weight: 550;
	letter-spacing: 2px;
}
.site-services-content-title > p:nth-child(3) {
	font-size: 2.5em;
	margin: 30px 0;
	font-style: italic;
}
.site-services-content-title > p:nth-child(4) {
	font-size: 1.5em;
	text-align: justify;
	text-transform: none;
	line-height: 2em;
}
.site-services-content {
	text-align: justify;
	font-size: 20px;
	line-height: 35px;
}
.services-items-icons-container {
	width: 100%;
	position: relative;
	background-image: url(img/services-background.jpg);
	background-size: cover;
	background-attachment: scroll;
	background-position: left;
	background-repeat: no-repeat;
	padding: 70px 0;
}
.services-items-icons-container::after {
	content: '';
	display: table;
	clear: both;
}
.services-items-icons-wrp {
	width: 70%;
	max-width: 1080px;
	position: relative;
	margin: auto;
}
.services-items-icons-list {
	list-style: none;
	border: 2px solid #fff;
	width: 29.3333333333%;
	float: left;
	margin: 2%;
	height: 300px;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
}
.services-items-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	height: 100%;
	text-align: center;
	font-size: 2em;
	padding: 10px;
}
.services-items-icons-list:hover {
	background: white;
	color: black;
	transition: 0.4s;
}
/*footer*/
.break {
	height: 5vh;
}
footer {
	background: linear-gradient(to left, #333, #f2f2f2);
	width: 100%;
	height: 100vh;
	position: relative;
	min-height: 700px;
}
.footer-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	max-width: 700px;
	width: 40%;
}
.contact-title {
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 550;
	color: #333;
}
.footer-container hr {
	margin: 20px 0 30px 0;
	height: 3px;
}
.contact-ask {
	font-size: 1.5em;
	margin: 0 0 30px 0;
	color: #333;
}
.contact-name-email-message {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.contact-name,
.contact-email {
	width: 100%;
	line-height: 3em;
	background: transparent;
	border: 2px solid #333;
	padding-left: 20px;
	font-size: 1.2em;
	border-radius: 6px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-name::placeholder,
.contact-email::placeholder,
.contact-message-content::placeholder {
	color: #333;
}
.contact-name-wrp,
.contact-email-wrp {
	width: 48%;
}
.contact-message-content {
	width: 100%;
	background: transparent;
	border: 2px solid #333;
	outline: none;
	font-size: 1.2em;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20vh;
	border-radius: 6px;
	margin-top: 20px;
	max-width: 700px;
	max-height: 60vh;
	min-height: 2.5em;
}
.submit-button {
	width: 150px;
	height: 70px;
	margin: 20px 0 0 10px;
	font-size: 1.5em;
	border: none;
	border-radius: 10px;
	background: #333;
	color: #fff;
	outline: none;
}
.submit-button:hover {
	border: 2px solid #a8a8a8;
	transition: 0.4s;
}
.copyright {
	text-align: center;
	position: absolute;
	bottom: 3%;
	font-size: small;
	color: #333;
	left: 50%;
	transform: translateX(-50%);
}
