/************ CSS SEND CONTACT ********/



@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700");
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style: none !important;
	outline: none !important;
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

html,
body {
    
	height: 100vh;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #e1e1e1;
	background-color: #1d1e21;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.page-heading {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}

.page-heading h2 {
	position: relative;
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-family: "Source Serif Pro", serif;
	color: #e1e1e1;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.page-heading h2:before {
	position: absolute;
	content: attr(data-shadow);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 62px;
	text-transform: capitalize;
	z-index: -1;
	color: #e1e1e1;
	font-weight: 700;
	opacity: .04;
	text-transform: uppercase;
}




/*Forms*/

form {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 38px;
}

form .input-field {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #e1e1e1;
	resize: none;
}

form .input-field.cf-error {
	border-color: #aa0000;
}

form .input-field:focus {
	border-color: #fff;
}

form .input-field.input--filled {
	border-color: #fff;
}

#contact-form .alert-container {
	text-align: center;
}

#contact-form .alert-container .alert {
	-webkit-border-radius: 0;
	border-radius: 0;
}




/*Pages Navigation*/

header .logo {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 20px;
	left: 20px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1em;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px black;
	color: #fff;
	height: 50px;
	width: 50px;
	overflow: hidden;
	/*  */
}

header .logo:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #e1e1e1;
	opacity: .6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: -1;
}

header .logo span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}








/*======== 11. Mobile Responsive Css ========*/

@media screen and (max-width: 991px) {
	.section-home .banner-text .text-slideshow .animate-title {
		font-size: 58px;
	}
	.section-about .about-img {
		margin-bottom: 40px;
	}
	.section-contact .contact-detail {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 700px) {
	header .nav-menu .nav-menu--link {
		margin-left: 8px;
		margin-right: 8px;
	}
	header .social-links,
	header .copy {
		display: none;
	}
	.section-home .banner-text h4 {
		font-size: 30px !important;
	}
	.section-home .banner-text .text-slideshow .animate-title {
		font-size: 50px;
	}
}

@media screen and (max-width: 620px) {
	header .nav-menu .nav-menu--link {
		display: block;
		margin-bottom: 15px;
	}
	header .nav-menu .nav-menu--link span {
		font-size: 14px;
	}
	header .nav-menu .nav-menu--link i {
		display: none;
	}
	header .nav-menu .social-links,
	header .nav-menu .copy {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.section-home .banner-text .text-slideshow .animate-title {
		font-size: 46px;
	}
}

@media screen and (max-width: 550px) {
	.section-home .banner-text h4 {
		font-size: 24px !important;
	}
	.section-home .banner-text .text-slideshow .animate-title {
		font-size: 36px;
	}
	.section-about .client-logo {
		margin: 0 10px;
	}
}

@media screen and (max-width: 480px) {
	.page-heading h2:before {
		font-size: 52px;
	}
	.sub-heading h3:before,
	.sub-heading h3:after {
		width: 60px;
	}
	.section-resume .education,
	.section-resume .experience {
		padding-left: 25px;
		padding-right: 25px;
	}
	.section-resume .education .event:after,
	.section-resume .experience .event:after {
		left: -32.85px;
	}
}

@media screen and (max-height: 350px) {
	header .copy {
		display: none;
	}
}

@media screen and (min-width: 701px) and (max-height: 400px) {
	header .copy,
	header .social-links {
		display: none;
	}
}

@media screen and (max-width: 700px) and (max-height: 400px) {
	header .nav-menu {
		display: block;
		min-height: 30vh;
		overflow-y: scroll;
	}
}