body {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	margin: 0;
	background: #303644;
/*	background: #13151d;*/
}

.portfolio-inner {
	background: #fff;
}



a {
	transition: 0.3s ease all;
}

*, :after, :before {
	box-sizing: inherit;
}

h1 {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 40px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

@media (max-width: 640px) {
	h1, .services-wrapper h1 {
		font-size: 30px;
	}
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}


.top-nav {
	padding-top: 50px;
}

.logo {
	margin-top: 10px;
	width: 155px;
	display: block;
}

.nav {
	text-align: right;
	position: relative;
	padding: 0;
	margin: 0;
}

.nav li {
	display: inline;
	position: relative;
	text-align: center;
}

.nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 4px;
	margin: 0 28px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.portfolio-inner .nav li a {
	color: #303644;
}

.gray-line {
	margin-top: 50px;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}



.nav li a:after {
	content: "";
	display: block;
	height: 8px;
	width: 0;
	top: 21px;
	left: 0;
	right: 0;
	z-index: -1;
	text-align: center;
	position: absolute;	
	transition: 0.3s ease all;
}

.nav li a:hover:after {
	width: 100%;
}

.menu-1:after {
	background: #bf2e91;
}

.menu-2:after {
	background: #74459b;
}

.menu-3:after {
	background: #466fb6;
}

.portfolio-inner .menu-1:after {
	background: #e9a8d4;
}

.portfolio-inner .menu-2:after {
	background: #d2b8e9;
}

.portfolio-inner .menu-3:after {
	background: #c1d4f5;
}


.welcome p {
	width: 75%;
	font-size: 50px;
	font-family: "Merriweather";
	line-height: 1.1;
	text-align: left;
	font-weight: 800;
	color: #fff;
	margin-bottom: 100px;
	margin-top: 70px;
	position: relative;
	transition: 0.3s ease all;
	animation: enter 1s;
}


@-webkit-keyframes enter { 
	0% {
		left: -20px;
		opacity: 0;
	}
	
	100% {
		left: 0;
		opacity: 1;
	}
}
	




.portfolio-item img {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}



.portfolio-item {
	position: relative;
}



.about-project {
	position: absolute;
	max-width: 100%;
	bottom: 0;
	color: #fff;
	display: block;
	padding: 0 15%;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s ease all;
}

.portfolio-item:hover .about-project {
	opacity: 0.95;
}
	


.about-wrapper {
	display: table;
	height: 100%;
}

.about-project a {
	color: #fff;
	text-decoration: none;
	display: block;

}

.about-child {
	display: table-cell;
	vertical-align: middle;
}

.about-project {
	background: #203b6e;
	height: 100%;
	width: 100%;
}

.port-phonicmind .about-project {
	background: #533987;
}

.port-catfly .about-project {
	background: #df434b;
}

.port-ktu .about-project {
	background: #2f2f2f;
}

.port-vdu .about-project {
	background: #4ec889;
}

.port-lape .about-project {
	background: #349f9f;
} 

.port-audimas .about-project {
	background: #719a0d;
}

.port-vk .about-project {
	background: #3a5770;
}

.port-dt .about-project {
	background: #000;
}

.port-visit .about-project {
	background: #11b775;
}

.about-project h3 {
	font-size: 36px;
	font-family: "Merriweather";
	color: rgb(255, 255, 255);
	line-height: 1.1;
	position: relative;
	margin-top: 0;
	margin-bottom: 26px;
	left: -50px;
	transition: 0.5s ease all;
}

.about-project p {
	position: relative;
	left: -75px;
	transition: 0.5s ease all;
	line-height: 1.5;
	padding-bottom: 0;
	margin-bottom: 0;
}



.portfolio-item:hover .about-project h3 {
	left: 0;
}


.portfolio-item:hover .about-project p {
	left: 0;
}

.portfolio-item:hover .about-project .btn-ghost {
	left: 0;
}

.portfolio-item:hover img.blur {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.about-project p {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
}

.about-project span {
	text-transform: uppercase;
	font-weight: 800;
	margin-right: 5px;
	font-size: 13px;
	letter-spacing: 1px;
}

.show {
	display: block;
}

.btn-ghost {
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 150px;
	text-align: center;
	position: relative;
	left: -80px;
	margin-top: 35px;
}

.btn-ghost:hover {
	background: rgba(255,255,255,0.1);
	transition: 0.5s ease all;
}


.big-url a {
	width: 100%;
	height: 150px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-family: "Montserrat";
	font-weight: 600;
	text-transform: uppercase;
	line-height: 150px;
}


.big-url a:after {
	content: "";
	display: block;
	height: 150px;
	width: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	text-align: center;
	position: absolute;	
	transition: 0.4s ease all;
}

.big-url a:hover {
	font-size: 23px;
}

.big-url a:hover:after {
	width: 100%;
	background: #bf2e92;
	animation: glitch 1s infinite;
}

.big-url a:hover {
	width: 100%;

}



.services-wrapper {
	background: #73459b;
	padding: 100px 0;
}

.services-wrapper h1 {
	font-size: 60px;
	font-family: "Merriweather";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: left;
	padding-right: 50%;
	margin-bottom: 40px;
}

.services-wrapper p {
	font-size: 16px;
	font-family: "Merriweather";
	color: rgb(255, 255, 255);
	line-height: 1.625;@
	text-align: left;
	padding-right: 20%;
}

.container-fluid {
	padding: 0;
}

.big-url a {
	overflow: hidden;
}

.partners-wrapper {
	background: #fff;
	padding: 50px 0;
}

.partners-wrapper li {
	list-style: none;
}

.partners-wrapper img {
	display: block;
}

.bg-hide {
	background: red;
	height: 100%;
	display: block;
}

.before-owl:before {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	display: block;
	width: 50px;
	position: absolute;
	z-index: 999;
	height: 120px;
	left: 0;
}

.before-owl:after {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	right: 0;
	display: block;
	width: 50px;
	position: absolute;
	z-index: 999;
	height: 120px;
}

.partners-wrapper h3 {
	font-size: 25px;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 0;
}

.contact-wrapper-footer {
	background: #b3178a;
	background-image: url(../img/background-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contacts-h {
	color: #fff;
  font-size: 50px;
  font-family: "Merriweather";
  font-weight: bold;
  line-height: 0.52;
  text-align: left;
	margin-bottom: 50px;
	display: block;

}

.contact-wrapper-footer h4 {
  font-size: 20px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: left;
}


.contact-wrapper-footer p {
  font-size: 16px;
  font-family: "Merriweather";
  color: rgb(255, 255, 255);
  line-height: 1.625;
  text-align: left;
}

.contact-wrapper-footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.contact-wrapper-footer a:hover {
	border-bottom: none;
}

.contact-wrapper-footer {
	padding: 100px 0;
}

.item h1 {
  font-size: 60px;
  font-family: "Merriweather";
  color: #13151d;
  font-weight: bold;
  text-align: left;
	margin-top: 50px;
}

.stats {
	background: #f6f4f4;
	border-radius: 10px;
	margin-top: 60px;
	padding: 30px;
}

.stats h5 {
  font-size: 18px;
  font-family: "Montserrat";
  color: #13151d;
  font-weight: bold;
  line-height: 1.556;
  margin: 0;
  padding: 0;
	margin-bottom: 5px;
}

.stats ul {
	padding: 0;
	margin: 0;
}

.stats li {
	list-style: none;
	padding-bottom: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #3c3c3c;
	margin: 0;
	padding: 0;
	  font-family: "Merriweather";
}

.item p {
  font-size: 16px;
  font-family: "Merriweather";
  color: #797979;
  line-height: 1.625;
	margin-bottom: 20px;
	max-width: 80%;
}

.stats h2 {
		font-size: 25px;
	font-family: "Montserrat";
	color: #13151d;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0;
}

.about-portfolio img {
	max-width: 100%;
}

.the-end {
	height: 10px;
	width: 40px;
	background: #303644;
	display: block;
	margin: 50px auto;
	border: none;
}

.port-cta {
	margin: 0 auto;
	display: block;
	text-align: center;
	background: url(../img/blocks.png);
	background-color: #000;
	
	
}

.large-text {
  font-size: 60px;
  font-family: "Merriweather";
  color: rgb(255, 255, 255);
  font-weight: bold;
	text-align: center;
	padding-top: 60px;
	display: block;
}

.port-cta p {
  font-size: 18px;
  font-family: "Merriweather";
  color: rgb(255, 255, 255);
  line-height: 1.556;
	margin-bottom: 70px;
}

.port-cta a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}


