*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
body {
	font-family: "GothamBook", sans-serif;
	font-size: 15px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
}
.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}
h1 {
	color: #fff;
	font-size: 152px;
	font-family: "Gothambold", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	color: #fff;
	font-family: "Gotham-Medium", sans-serif;
	font-size: 38px;
	text-transform: uppercase;
}
h3 {
	color: #222;
	font-family: "Gotham-Medium", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}
.page {
	overflow: hidden;
}


/* Main */
.main__page {
	padding: 20px 0 100px 0;
	background-image: url(../images/bg_header.jpg);
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100vh;
	min-height: 880px;
	position: relative;
	width: 100%;
	color: #fff;
}
.main__panel {
	width: 100%;
	height: 92px;
	border-bottom: 1px solid rgba(205, 205, 205, .3);
	margin: 0;
	padding-top: 20px;
}
.main__menu {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.main__menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main__logo b {
	position: absolute;
	display: block;
	background-color: #11749e;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "OpenSans-Bold", sans-serif;
	padding: 10px;
	top: -15px;
	left: 10px;
	z-index: 5;
}
.main__logo-bg {
	width: 60px;
	height: 65px;
	position: absolute;
	top: -8px;
	left: 22px;
	z-index: 1;
	background-color: rgba(255, 255, 255, .8);
}
.main__text {
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family: "MyriadPro-Regular", sans-serif;
	margin-top: 250px;
}
.main__item {
	color: #11749e;
	font-family: "Gotham-Medium", sans-serif;
	font-size: 25px;
	text-align: center;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 110px;
	letter-spacing: 20px;
}
.main__scroll {
	margin: 30px auto;
}
.main__scroll a {
	color: #fff;
}

/* Header */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header li {
	float: left;
}
header a.main__blocks.active,
header a.main__blocks:hover {
	border-bottom: 6px solid #11749e;
}
header a {
	font-family: "MyriadPro-Regular", sans-serif;
	font-size: 20px;
	color: #fff;
	padding: 50px 20px 40px 20px;
}
header a.main__icon {
	padding: 50px 10px 40px 10px;
}
header a.main__icon:hover {
	border-bottom: none;
}

/* Fixed nav*/
header.fixed {
	background-color: rgba(3, 3, 3, .9);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 1px solid rgba(205, 205, 205, .3);

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;

	transform: translate3d(0, 0, 0);
}

/* Scroll */

.scroll {
	width: 66px;
	height: 66px;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 20px;
	margin: 15px auto;
	cursor: pointer;
	display: inline-block;
}
.scroll-down a {
  -webkit-transition: .5s;
  transition: .5s;
}
.scroll-down a:hover {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* Features */
.features {
	width: 100%;
	min-height: 738px;
	background-color: #11749e;
	padding: 60px 0 120px 0;
}
.features p {
	text-align: justify;
}
.features__title {
	display: block;
	position: relative;
	text-align: center;
}
.features__title h2 {
	position: relative;
	padding: 80px 0 130px 0;
}
.features__bgtitle {
	position: absolute;
	color: rgba(255, 255, 255, .2);
	font-size: 247px;
	font-family: "MyriadPro-Regular", sans-serif;
	line-height: 1;
	top: 0;
	left: 35%;
	font-weight: bold;
}
.features__content {
	text-align: center;
	color: #fff;
	font-family: "GothamBook", sans-serif;
}
.features__content i {
	width: 130px;
	height: 130px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	margin: 0 auto;
	font-size: 30px;
	padding: 50px;
}
.features__column {
	margin: 0 10px;
}
.features__item {
	font-family: "Gotham-Medium", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 0 25px 0;
}


/* Study */
.study {
	margin: -40px;
}
.study p {
	padding-top: 30px;
}
.study__bg {
	background-color: #222;
}
.study__bg-gray {
	background-color: #f3f3f3;
}
.study__bg-img {
	background-image: url(../images/study_01.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 474px;
}
.study__bg-pic {
	background-image: url(../images/study_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 474px;
}
.study__text {
	color: #fff;
	text-align: left;
	padding: 70px 0 100px 0;
}
.study__text-black {
	color: #000;
	text-align: left;
	padding: 70px 0 100px 20px;
}
.study__date {
	font-size: 13px;
	padding-right: 5px;
}
.study__color {
	color: #fff;
}
.study__date span {
	padding-left: 5px;
	border-left: 1px solid #fff;
}
.study__date span {
	border-left: 1px solid #222;
}


/* Blog */
.blog {
	width: 100%;
	min-height: 738px;
	padding-top: 100px;
}
.blog__title {
	display: block;
	position: relative;
	text-align: center;
}
.blog__title h2 {
	position: relative;
	padding: 90px 0;
	color: #222;
}
.blog__bgtitle {
	position: absolute;
	color: rgba(34, 34, 34, .2);
	font-size: 247px;
	font-family: "MyriadPro-Regular", sans-serif;
	line-height: 1;
	top: 0;
	left: 40%;
	font-weight: bold;
}
.blog__text {
	font-size: 30px;
	padding: 0;
	margin: 0;
}
.blog__content {
	padding: 70px 0 100px 0;
	text-align: center;
	color: #222;
	font-family: "GothamBook", sans-serif;
}
.blog__column {
	margin: 0 10px 100px 0;
	width: 270px;
}
.blog__column img {
	padding: 0;
	margin: 0;
}
.blog__item {
	font-family: "Gotham-Medium", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	color: #11749e;
}
.blog__footer {
	background-color: #11749e;
	color: #fff;
	padding: 100px 0 120px 0;
}
.blog__footer i {
	font-size: 65px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Extension */
.extension {
	background-image: url(../images/bg_photo.png);
	color: #fff;
	text-align: left;
	padding: 100px 10px 120px 10px;
}
.extension__title {
	color: #fff;
	padding: 120px 0 30px 0;
}
.extension__item {
	font-family: "Gotham-Medium", sans-serif;
	text-transform: uppercase;
	margin-top: 60px;
}
.extension__item-first,
.extension__item-second,
.extension__item-third {
	margin-top: 20px;
	background-color: #11749e;
	display: inline-block;
	padding: 10px 15px;
}

.extension__item-first {
	width: 80%;

}
.extension__item-second {
	width: 85%;

}
.extension__item-third {
	width: 90%;

}

/* Team */
.team {
	width: 100%;
	min-height: 944px;
	padding: 60px 0 90px 0;
}
.team__title {
	display: block;
	position: relative;
	text-align: center;
}
.team__title h2 {
	position: relative;
	padding: 90px 0;
	color: #222;
}
.team__bgtitle {
	position: absolute;
	color: rgba(34, 34, 34, .2);
	font-size: 247px;
	font-family: "MyriadPro-Regular", sans-serif;
	line-height: 1;
	top: 0;
	left: 40%;
	font-weight: bold;
}
.team__text {
	font-size: 30px;
	padding: 0;
	margin: 0;
}
.team__content {
	padding: 70px 0 100px 0;
	text-align: center;
	color: #222;
	font-family: "GothamBook", sans-serif;
}
.team__column {
	margin: 0 10px 100px 0;
	width: 270px;
	position: relative;
}
.team__column.first {
	background-image: url(../images/team_01.png);
	min-height: 414px;
	padding: 0;
	margin: 0;
	position: absolute;
}
.team__column.second {
	background-image: url(../images/team_02.png);
	min-height: 414px;
	padding: 0;
	margin: 0;
	position: absolute;
}
.team__column.third {
	background-image: url(../images/team_03.png);
	min-height: 414px;
	padding: 0;
	margin: 0;
	position: absolute;
}
.team__column.fourth {
	background-image: url(../images/team_04.png);
	min-height: 414px;
	padding: 0;
	margin: 0;
	position: absolute;
}
.team__item {
	background-color: #fff;
	position: relative;
	margin: 369px 15px -15px 15px;
}
.team__name {
	font-family: "Gotham-Medium", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0 10px 0;
	color: #11749e;
	line-height: 1;
}
.team__prof {
	color: #222;
	line-height: 1;
	padding-bottom: 10px;
}

/* Contact */
.contact {
	width: 100%;
	max-height: 1184px;
}
.contact__form {
	width: 100%;
	min-height: 852px;
	padding-top: 120px;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
.contact h2 {
	padding: 90px 40px;
	width: 100%;
}
.contact__location {
	width: 100%;
	min-height: 332px;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* Send */
.send {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
input {
	width: 100%;
	height: 48px;
	border: 1px solid #fff;
	padding: 15px;
	background-color: transparent;
	color: #fff;
	margin-top: 45px;
}
textarea {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 15px;
	color: #fff;
	margin: 35px 0 50px 0;
}
input::placeholder,
textarea::placeholder {
	color: #fff;
}

input:focus,
textarea:focus {
	outline: 0;
	border-color: #11749e;
	color: #fff;
	background-color: transparent;
	font-weight: 600;
}

/* Button */
button {
	text-align: center;
	margin: 0;
	font-family: 'Gotham-Medium', sans-serif;
	padding: 15px 60px 25px 60px;
	background: #11749e;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	transition: background .1s linear,color .1s linear;
}
button:hover {
	color: #11749e;
	background-color: #fff;
}

/* Footer */
footer {
	width: 100%;
	min-height: 114px;
	background-color: #222;
}
.footer__copyright {
	color: #fff;
	font-family: 'RobotoRegular', sans-serif;
	font-size: 13px;
	text-align: left;
	padding-top: 50px;
	line-height: 2;
}
.footer__copyright.right {
	text-align: right;
}
