/* Desktop */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Advent Pro', sans-serif;
	color: white;
}
body{
	background-color:#333;
}
html{
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
/* Navbar */
.navbar_container{
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #333;
	height: 70px;
	width: 100%;
	color: #333;
	box-shadow: 0px 0px 5px  #111;
	z-index: 20;

}
nav{
	width: 60%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: rgb(254,210,43);
}
.menu{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.button {
	display: none;
}
/* Landing Page */
.main{
	width: 100%;
	min-height: 100vh;
}
.landing_container{
	width: 85%;
	min-height: 100vh; 
	display: block;
	margin: 0px auto;
	padding-top: 80px;
}
.text{
	float: left;
	width: 55%;
}
.image{
	position: relative;
	float: right;
	width: 40%;
	margin: 7% auto;
}

.image .services_image{
	width: 100%;
}
.text .tag h1{
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
	color: rgb(254,210,43);
}
.text .about{
	font-size: 17px;
	line-height: 1.5;
	text-align: justify;

}
.text h1{
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	margin: 15px 0px;
}
.text span{
	color: rgb(254,210,43);
}
.text .mission,
.text .vision{
	text-align: center;
	color: rgb(254,210,43);
}
.text .contact{
	margin: 10px 0px;
	margin-top: 50px;
}
.text .contact a{
	position: relative;
	color: white;
	padding: 18px 15px;
	letter-spacing: 5px;
	font-size: 20px;
	text-transform: uppercase;
	color: rgb(254,210,43);
}
.text .contact a:hover{
	color: #333;
}
.text .contact a span{
	color: #333;
}
.text .contact a:before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: rgb(254,210,43);
	z-index: -1;
	transition: 0.5s;
}
.text .contact a:hover:before{
	width: 100%;
}
.text .social{
	position: fixed;
	top: 80px;
	right: 10px;
	z-index: 7;
	margin: 0px;
	padding: 0px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
	box-shadow: 0px 0px 5px  #111;
	border-radius: 5px;
}
.text .social i{
	font-size: 30px;
	color: rgb(254,210,43);
}
.services_header{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
.services_container{
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2em;
}
.row{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.column{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em 1em 1em;
	text-align: center;
}
.card{
	border-radius: 5px;
	width: 350px;
	height: 250px;
	padding: 2em 1.5em;
	box-shadow: 0px 0px 5px  #111;
	background: linear-gradient(#333 50%, rgb(254,210,43) 50%);
	background-size: 100% 200%;
	background-position: 0 2.5%;
	cursor: pointer;
	transition: 0.5s;
}
.card h3{
	color: #fff;
}
.card p{
	color: #fff;
}
.icon_container{
	background-color: rgb(254,210,43);
	position: relative;
	margin: auto;
	font-size: 30px;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: 0.5s;
}
.icon_container i{
	color: #333;
}
.card:hover{
	background-position: 0 100%;

}
.card:hover h3{
	color: #333;
}
.card:hover p{
	color: #333;
}
.card:hover .icon_container{
	background-color: #333;
}
.card:hover .icon_container i{
	color: rgb(254,210,43);
}
.projects_header{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
.projects_container{
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0px auto;
	padding: 0px  20px;
	overflow: hidden;
}
.projects_container:before{
	content: '';
	position: absolute;
	left: 50%;
	top: calc(50% + 10px);
	transform: translate(-50%,-50%);
	height: calc(100% - 10px);
	width: 4px;
	background: rgb(254,210,43);
}
.projects_container .row{
	position: relative;
}
.projects_container .row_1{
	display: flex;
	justify-content: flex-start;
}
.projects_container .row_2{
	display: flex;
	justify-content: flex-end;
}
.projects_container .row_3{
	display: flex;
	justify-content: flex-start;
}
.projects_container .row_4{
	display: flex;
	justify-content: flex-end;
}
.projects_container .row_1 .icon{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row_2 .icon{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row_3 .icon{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row_4 .icon{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row_1 .icon i{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
}
.projects_container .row_2 .icon i{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
}
.projects_container .row_3 .icon i{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
}
.projects_container .row_4 .icon i{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
}
.projects_container .row .item{
	position: relative;
	background-color: #333;
	border-radius: 5px;
	width: calc(50% - 40px);
	box-shadow: 0px 0px 5px  #111;
	margin: 10px 0px;
	margin-bottom: 0px;
	padding: 10px 20px;
	overflow: hidden;
}
.projects_container .row .item:before{
	content: '';
	position: absolute;
	bottom: 0%;
	left: 0%;
	height: 2.5%;
	width: 100%;
	background: rgb(254,210,43);
}
.projects_container .row .item .project_type,
.projects_container .row .item .project_title,
.projects_container .row .item .project_desc{
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}
.projects_container .row .item  .client_name{
	margin: 30px;
}
.projects_container .row .item  .client_name span{
	color: #333;
	border-radius: 5px;
	padding: 10px 20px;
	background: rgb(254,210,43);
}
.clients_header{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
.clients_container{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.clients{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.client{
	position: relative;
	height: 150px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin: 10px 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 5px  #111;
	transition: 0.5s;
}
.client:hover{
	transform: scale(1.1);
}
.client:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2.5%;
	background-color: rgb(254,210,43);
}
.affiliations_header{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
.affiliations_container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.affiliations{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.affiliation{
	position: relative;
	height: 150px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin: 10px 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 5px  #111;
	transition: 0.5s;
}
.affiliation:hover{
	transform: scale(1.1);
}
.affiliation:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2.5%;
	background-color: rgb(254,210,43);
}
.modal_container{
	display: none;
	width: 100%;
	height: 100%;
}
.modal{
	position: fixed;
	left: 0%;
	top: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 8; 
	padding: 30px 60px 40px 40px;   
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
	transition: 0.5s;
}
.modal_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #333;
	padding: 20px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px  #111;
	width: 80%;
}
.modal_content .contact{
	width: 100%;
	height: 100%;
}
.modal_content .contact .contact_title{
	font-size: 23px;
	margin-bottom: 20px;
}
.modal_content .contact .contact_title strong{
	color: rgb(254,210,43);
}
.modal_content .contact .input_container{
	width: 100%;
	height: 50px;
	margin: 12px 0px;
}
.modal_content .contact .input_container.textarea{
	height: 110px;
}
.modal_content .contact .input_container input,
.modal_content .contact .input_container textarea{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid rgb(254,210,43);
	transition: 0.5s;
	font-size: 16px;
	padding: 0px 15px;
}
.modal_content .contact .input_container textarea{
	resize: none; 
	overflow-y: hidden;
}
.modal_content .contact .contact_button{
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
	background-color: rgb(254,210,43);
	border: 2px solid #333;
	border-radius: 5px;
	transition: 0.5s;
}
.modal_content .contact .contact_button:hover{
	border:2px solid rgb(254,210,43);
	color: rgb(254,210,43);
	background-color: #333;
}
.close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 20px;
  color: rgb(254,210,43);
  font-size: 38px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.info .info_header{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
.info .info_container{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.info_container .info_details{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}
.info_details .address_details,
.info_details .phone_details,
.info_details .email_details{
	position: relative;
	width: 250px;
	margin:10px 20px;
	padding:20px 20px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 0px 5px  #111;
	overflow: hidden;
}
.info_details .address_details:before,
.info_details .phone_details:before,
.info_details .email_details:before{
	content: '';
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 2.5%;
	background: rgb(254,210,43);
}
.info_details .address_details i,
.info_details .phone_details i,
.info_details .email_details i{
	font-size: 30px;
	color: rgb(254,210,43);
	margin-bottom: 0px 20px;
}
.info_details .address_details .details_title,
.info_details .phone_details .details_title,
.info_details .email_details .details_title{
	font-size: 18px;
	margin-bottom: 15px;
}
.footer_container{
	width: 100%;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(254,210,43);
	box-shadow: 0px 0px 5px  #111;
	margin-top: 30px;
}
.footer_container footer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.footer_container footer .copyright,
.footer_container footer .develop{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
}
.footer_container footer .copyright b,
.footer_container footer .develop b{
	color: #333;
}
.footer_container footer .copyright{
	border-right: 1px solid #333; 
}
.footer_container footer .develop{
	border-left: 1px solid #333;
}
.footer_container footer .develop a{
	color: #333;
	text-decoration: none;
}
/* Mobile */
@media screen and (max-width: 768px){
	body{
		overflow-x: hidden;
	}
	.menu{
		position: absolute;
		top: 50px;
		right: 0px;
		height: 60vh;
		width: 50%;
		background-color:#333;
		transform: translateX(100%);
		transition: transform 0.5s ease-in-out;
		flex-direction: column;
		box-shadow: 0px 0px 5px  #111;
		border-radius: 5px;
		z-index: 10;
	}
	.active_links{
		transform: translateX(0);
	}
	.button{
		display: block;
	}
	.landing_container{
	width: 80%;
	display: block;
	margin: auto;
	padding-top: 50px;
}
.text{
	float: none;
	width: 100%;
	display: block;
	margin: auto;
}
.image{
	float: none;
	width: 100%;
	display: block;
	margin-top: 9%;
}
.text .tag{
	text-transform: uppercase;
	font-size: 19px;
}
.services{
	margin-top: 30px;
}
.row{
	margin-top: 20px;
}
.column{
	/*flex: 100%;
	width: 100%;*/
}
.card{
	width: 300px;
	height: 250px;
}
.projects_container{
	padding: 0px 0px;
}
.projects_container:before{
    position: absolute;
    top: calc(50% + 10px);
	left: 10%;
	transform: translate(-50%,-50%);
	height: calc(100% - 40px);
}
.projects_container .row_1{
	display: flex;
	justify-content: flex-end;
}
.projects_container .row_2{
	display: flex;
	justify-content: flex-end;
}
.projects_container .row_3{
	display: flex;
	justify-content: flex-end;
}
.projects_container .row_4{
	display: flex;
	justify-content: flex-end;
}
.projects_container .row_1 .icon{
	position: absolute;
	top: 10px;
	left: 10%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row_2 .icon{
	position: absolute;
	top: 10px;
	left: 10%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row_3 .icon{
	position: absolute;
	top: 10px;
	left: 10%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row_4 .icon{
	position: absolute;
	top: 10px;
	left: 10%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(254,210,43);
}
.projects_container .row .item{
	width: 80%;
	margin: 10px 0px;
	margin-right: 10px;
}
.footer_container footer .copyright{
	border-right: 0px; 
}
.footer_container footer .develop{
	border-left: 0px;
}
}

