@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Regular.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Bold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Light.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html {
	font-size: 10px;
	font-family: 'Greycliff CF';
}
h1 , h2 , h3 , h4 , h5 , h6 , p , a , span {
	font-family: 'Greycliff CF';
}
body {
	background-color: #F2F2F2;
	display: grid;
	min-height: 100vh;
}
.home-swiper {
	width: 100%;
	height: 100vh;
	position: relative;
}
.home-swiper.swiper .image-wrapper {
	width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover,0;
}
.spec-container {
	padding: 50px 100px;
	max-width: 1440px;
}
.footer-container {
	padding: 0 100px;
}
.front-box.round , .front-box.round img , .front-box.round .overlay{
	border-radius: 20px;
}
.front-box {
	position: relative;
	margin: 15px 0;
}
.front-box .text-area {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #fff;
	z-index: 13;
}
.front-box .text-area h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.front-box .text-area p {
	font-size: 1.6rem;
	font-weight: 300;
}
strong {
	font-weight: bold;
}
.double-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.double-box .box {
	background-color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 20px;
	margin: 15px 0;
}
.double-box .box .text-area {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: inherit;
	font-size: 1.6rem;
	padding-left: 20px;
}
.double-box .box .text-area h4 , .double-box .box .text-area h4 a {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #000;
	text-decoration: none;
	transition: .5s;
}
.double-box .box .text-area p , .double-box .box .text-area p a {
	font-weight: 300;
	font-size: 1.6rem;
	color: #000;
	text-decoration: none;
	transition: .5s;
}
.double-box .box:last-child {
	margin-top: auto;
}
.double-box .box img {
	border-radius: 20px;
}
.section-head {
	color: #000000;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.mb-12 {
	margin-bottom: 30px;
}
.gray-box {
	filter: grayscale(100%);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	margin: 20px 0;
	height: 160px;
	transition: .5s;
}
.gray-box:hover {
	filter: grayscale(0);
}
footer {
	background-color: #212121;
	padding: 80px 0;
	margin-top: auto;
}
.footer-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-left p {
	color: #FFFFFF;
	font-size: 1.6rem;
	margin-left: 50px;
	font-weight: normal;
}
.social-list {
	padding: 0;
	display: flex;
	align-items: center;
	margin-left: auto;
	float: right;
}
.social-list li {
	list-style: none;
	margin-left: 40px;
}
header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 120;
	height: 120px;
}
.black-logo , .black-linkedin {
	display: none !important;
}
header.shrink {
	position: fixed;
	background-color: #f2f2f2;
}
header.shrink .menu .right-cont .mail a {
	color: #000;
}
header.shrink .black-logo , header.shrink .black-linkedin {
	display: block !important;
}
header.shrink .white-logo , header.shrink .white-linkedin {
	display: none !important;
}
header.shrink .menu .right-cont .mail a:first-child {
	border-color: #000;
}
header.shrink.page-header {
	position: sticky;
}
.menu {
	display: flex;
	width: 100%;
	height: 100%;
}
.menu .logo {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
}
.menu .right-cont {
	margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .right-cont .mail {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}
.menu .right-cont .mail a {
	color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    height: 32%;
    align-items: center;
    justify-content: center;
}
.menu .right-cont .mail a:first-child {
	border-right: 2px solid #fff;
	margin-right: 20px;
	padding-right: 20px;
}
.menu-icon {
	background-color: #000;
	height: 100%;
	width: 200px;
	text-align: center;
	display: flex;
}
.nav-icon {
	width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    display: flex;
    margin: auto;
}
.menu-dot {
	width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    transition: all .3s;
}
.menu .nav-icon span:nth-child(1) {
	left: 0;
	top: 0;
}
.menu .nav-icon span:nth-child(2) {
	left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.menu .nav-icon span:nth-child(3) {
	right: 0;
	top: 0;
}
.menu .nav-icon span:nth-child(4) {
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.menu .nav-icon span:nth-child(5) {
	right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu .nav-icon span:nth-child(6) {
    right: 0;
    bottom: 0;
}

.menu .menu-icon:hover .nav-icon span:nth-child(2) {
	left: 0;
    bottom: 0;
    transform: translate(0, 400%);
}
.menu .menu-icon:hover .nav-icon span:nth-child(5) {
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hover-menu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 120px;
	background-color: #000;
	height: 120px;
	z-index: 90;
	transition: .2s;
}
.hover-menu ul {
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: inherit;
}
.hover-menu ul li {
	list-style: none;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
}
.hover-menu ul li a {
	color: #fff;
	font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hover-menu ul li:hover {
	background-color: #fff;
}
.hover-menu ul li:hover a {
	color: #000;
	text-decoration: none;
}
.hidden-menu {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s, opacity 0.2s linear;
}
.menu-icon:hover .hidden-menu {
	display: block;
	visibility: visible;
	opacity: 1;
}
.swiper-bottom-right {
	position: absolute;
	right: 100px;
	bottom: 50px;
	z-index: 10;
	display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.swiper-prev , .swiper-next , .swiper-img {
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 3px;
}
.swiper-bottom-right .swiper-img img{
	height: 160px;
	width: 160px;
	object-fit: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: 2px solid #fff;
	display: flex;
	margin: 0 30px;
	filter: grayscale(90%);
	cursor: pointer;
}
.swiper-bottom-right .swiper-img img:hover {
	filter: grayscale(0);
}
h1.page-header {
	font-size: 9.7rem;
	font-weight: 300;
	color: #D9D9D9;
	margin-bottom: 40px;
}
.page-big-text {
	font-size: 3rem;
	font-weight: normal;
	color: #000000;
	line-height: 2.4;
}
.content-area {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.no-pad-top {
	padding-top: 0;
}
.page-list-head {
	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.page-list {
	padding-left: 20px;
}
.page-list li {
	border-bottom: 1px solid #C7C7C7;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 2;
	padding: 8px 0;
}
.team-section {
	background-color: #fff;
	padding: 50px 0;
	padding-left: 85px;
}
.team-section .container-fluid {
	padding-right: 0;
}
.big-bottom-head {
	color: #000;
	font-size: 9.7rem;
	font-weight: 300;
}
.big-bottom-head strong {
	font-weight: bold;
}
.center-swiper {
	padding-bottom: 60px;
}
.center-swiper .swiper-slide {
	width: 80%;
	margin-right: 5%;
}
.center-swiper .swiper-slide img {
	border-radius: 20px;
}
.swiper-team-bottom-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	position: absolute;
	right: 150px;
	bottom: 0;
	z-index: 12;
}
.swiper-team-bottom-right .line {
	height: 1px;
	background-color: #000;
	width: 160px;
}
.swiper-team-bottom-right .swiper-team-prev , .swiper-team-bottom-right .swiper-team-next {
	color: #000;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 1.3rem;
}
#accordion .card {
	border: none;
}
.acc-header {
	background: #f2f2f2;
	border: none;
	padding: 0 !important;
}
.acc-content {
	background-color: #212121;
}
.acc-content p , .acc-content li {
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
}
.acc-content p a {
	font-weight: bold;
	color: #fff;
}
.acc-content ul {
	padding-left: 15px;
}
.acc-header button {
	color: #000000;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2;
	transition: .2s;
	width: 100%;
	border-top: 1px solid #212121;
}
.acc-header button i {
	transition: .3s;
	font-size: 2.5rem;
}
.acc-header button:not(.collapsed) {
	background-color: #212121;
	color: #fff !important;
	font-weight: bold;
}
.acc-header button:hover {
	background-color: #212121;
	color: #fff;
	text-decoration: none;
}
.acc-header .btn.focus, .acc-header .btn:focus {
	box-shadow: none;
	text-decoration: none;
}
.acc-header button:not(.collapsed) i {
	transform: rotate(45deg);
	
}
.position-head {
	font-size: 2.4rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
}
.contact-head {
	font-size: 2rem;
	font-weight: bold;
	color: #202020;
	letter-spacing: 2px;
}
.contact-text {
	color: #000000;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 20px;
}
.contact-form-head {
	font-size: 1.7rem;
	letter-spacing: 2px;
	color: #000000;
	font-weight: bold;
}
.form-input {
	border: none;
	border-bottom: 1px solid #707070;
	background: transparent;
	font-size: 1.1rem;
	color: #000000;
	font-weight: bold;
	border-radius: 0;
	padding-left: 0;
}
.form-label {
	font-weight: bold;
	font-size: 1.5rem;
	color: #000;
	margin: 0;
}
.form-control:focus {
	color: #000;
    background-color: transparent;
    border-color: #707070;
    outline: 0;
    box-shadow:none;
}
.form-group {
	margin-bottom: 25px;
}
.send-btn {
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	margin-left: auto;
	margin-top: 15px;
}
.overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: 4;
    height: 100%;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, #00000063 100%);
    transition: .5s ease;
}
.front-box:hover .overlay {
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
  	transform: translate(0%, 0%);
  	z-index: 2;
  	height: 100px;
}
.double-box .box {
	transition: .5s ease;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
  	transform: translate(0%, 0%);
}
.double-box .box:first-child {
	background: linear-gradient(to left, #fff 50%, #e1edef 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.double-box .box:last-child {
	background: linear-gradient(to left, #fff 50%, #043383 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.double-box .box:hover {
	background-position: left;
}
.double-box .box:last-child:hover .text-area h4 a, .double-box .box:last-child:hover .text-area p a {
	color: #fff;
}
.slider-text {
	position: absolute;
	bottom: 50px;
	left: 100px;
}
.slider-text p {
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}
/*,
.acc-header button:not(.collapsed) , .acc-content{ 
	margin: 0 -100px;
    width: calc(100% + 200px);
    padding:0 100px;
}*/
@media only screen and (min-width: 992px) {
	.no-desktop {
		display: none !important;
	}
}
@media only screen and (max-width: 1440px) {
	body {
		display: block;
	}
}
@media only screen and (max-width: 992px) {
	.team-section .container-fluid {
		padding-right: 15px;
	}
	.team-section {
		padding: 50px 0;
	}
	.menu .logo {
		margin-left: 15px;
	}
	.footer-container {
		padding: 0 15px;
	}
	.no-mobile {
		display: none !important;
	}
	body {
		display: block;
	}
	header {
		height: 90px;
	}
	.menu-icon {
		width: 90px;
	}
	.spec-container {
		padding: 30px 15px;
	}
	.section-head.mb-12 {
		margin-bottom: 0;
	}
	.gray-box {
		height: 100px;
		padding: 30px;
	}
	.gray-box img {
		max-height: 50px;
	}
	footer {
		padding: 40px 0;
	}
	.footer-left {
		justify-content: center;
	}
	.footer-left a img {
		margin-bottom: 30px;
	}
	.social-list {
		padding: 0;
	    display: flex;
	    align-items: center;
	    justify-content: space-evenly;
	    padding: 20px;
	    margin-bottom: 30px;
	    float: none;
	}
	.social-list li:first-child {
		margin-left: 0;
	}
	.footer-left p {
		margin-left: 0;
	}
	.hover-menu {
		top: 90px;
		height: auto;
		padding: 15px;
	}
	.swiper-bottom-right {
		right: 0;
		left: 0;
		justify-content: space-evenly;
	}
	.hover-menu ul {
		flex-direction: column;
	}
	.slider-text {
		bottom: 220px;
		left: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: auto;
	}
	.slider-text p {
		font-size: 2.5rem;
		text-align: center;
		width: 70%;
		line-height: 1;
	}
	.swiper-bottom-right .swiper-img img {
		width: 120px;
		height: 120px;
	}
	.double-box .box:first-child {
		margin-bottom: 25px;
	}
	html {
		font-size: 7px;
	}
	.page-big-text {
		line-height: 1.8;
	}
	.center-swiper .swiper-slide {
		width: 80%;
		margin-right: 5%;
	}
	h1.page-header {
		font-size: 8rem;
		margin: 20px 0 10px 0;
		padding-top: 15px;
	}
	.page-list-head {
		font-size: 3rem;
		margin-bottom: 10px;
		padding-top: 20px;
	}
	.big-bottom-head {
		font-size: 6rem;
		margin-bottom: 10px;
		padding-bottom: 30px;
	}
	.swiper-team-bottom-right {
		right: auto;
		left: 20px;
		width: 80%;
	}
	.contact-img {
		margin-bottom: 20px;
	}
	.contact-text {
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 2rem;
	}
	.contact-form-head {
		margin-top: 20px;
		font-size: 2rem;
	}
	.contact-head {
		font-size: 2rem;
	}
	.form-label {
		font-size: 1.2rem;
	}
	.form-input {
		font-size: 1.3rem;
	}
	.send-btn {
		font-size: 1.5rem;
	}
}
