@import url('css/bootstrap.css');
/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/* Table of Contents
==================================================

	1. Body and Core CSS
	2. Home Section
	3. About Section
	4. Reviews Section
	5. Portfolio Section
	6. Teams Section
	7. Contact Section
	8. Responsive
	
/*------------------------ 1 Body and Core CSS ------------------------*/

body { font-family: 'Poppins', sans-serif; }

html { height: 100%; }

p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #808080;
	line-height: 28px;

}

header {
	position: sticky;
	top: 0;
	background: white;
	z-index: 7;
	width: 100%;
	padding: 5px 30px;
	box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

nav {
	float: right;
	line-height: 32px;
	margin-top: 20px;
}

nav ul li {
	float: left;
	margin-right: 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

nav ul li a { color: black; }

nav ul li a:hover, nav ul li a:focus {
	color: #afafaf;
	text-decoration: none;
}

#header-title { float: left; }

.responsive {
	display: none;
	float: right;
	font-size: 23px;
	cursor: pointer;
}

.current { color: #afafaf; }

footer { padding-bottom: 30px; }

footer .container { margin-top: 30px; }

footer p {
	line-height: 20px;
	margin-top: 20px;
}

footer a { color: white; }

.ok {
	background: green !important;
	border: solid 2px green !important;
	color: white;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.wow-removed {
	animation-name: none !important;
	visibility: visible !important;
}

.custom_button {
	padding: 10px 50px;
	font-size: 12px;
	background-color: transparent;
	color: black;
	border: 2px solid;
	border-radius: 50px;
	transition: all ease 0.3s;
}

.custom_button:hover {
	background-color: black;
	color: white;
	transition: all ease 0.3s;
}

#portfolio .custom_button { color: white; }

#portfolio .custom_button:hover {
	background-color: white;
	border-color: white;
	color: black;
	mix-blend-mode: screen;
}

/* Margins */

.top_15 { margin-top: 15px; }

.top_30 { margin-top: 30px; }

.top_45 { margin-top: 45px; }

.top_60 { margin-top: 60px; }

.top_90 { margin-top: 90px; }

.top_120 { margin-top: 120px; }

.padding_30 { padding: 30px 0; }

.padding_45 { padding: 45px 0; }

.padding_60 { padding: 60px 0; }

.padding_90 { padding: 90px 0; }

.bottom_15 { margin-bottom: 15px; }

.bottom_30 { margin-bottom: 30px; }

.bottom_45 { margin-bottom: 45px; }

.bottom_60 { margin-bottom: 60px; }

.bottom_90 { margin-bottom: 90px; }

.bottom_120 { margin-bottom: 120px; }

.padbot_15 { padding-bottom: 15px; }

.padbot_30 { padding-bottom: 30px; }

.padbot_45 { padding-bottom: 45px; }

.padbot_60 { padding-bottom: 60px; }

.padbot_90 { padding-bottom: 90px; }

.padbot_120 { padding-bottom: 120px; }

/*preloader */
.loader-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
}

.loader {
	height: 1px;
	background-color: white;
	position: absolute;
	z-index: 9999;
}

/*------------------------ 2 Home ------------------------*/

#home {
	width: 100%;
	display: table;
}

#home-content h1 {
	color: white;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 20px;
}

#home-down {
	color: white;
	font-size: 40px;
	padding-top: 40px;
	padding-left: 20px;
	display: inline-block;
	transition: all 0.3s ease;
}

/* arrow css3 animation */

@-webkit-keyframes bounce {
	0%, 100% { -webkit-transform: translateY(0); }

	50% { -webkit-transform: translateY(-20px); }
}

@-moz-keyframes bounce {
	0%, 100% { -moz-transform: translateY(0); }

	50% { -moz-transform: translateY(-20px); }
}

@-o-keyframes bounce {
	0%, 100% { -o-transform: translateY(0); }

	50% { -o-transform: translateY(-20px); }
}

@keyframes bounce {
	0%, 100% { transform: translateY(0); }

	50% { transform: translateY(-20px); }
}

.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@keyframes blink {
	0% { opacity: 1; }

	50% { opacity: 0; }

	100% { opacity: 1; }
}

@-webkit-keyframes blink {
	0% { opacity: 1; }

	50% { opacity: 0; }

	100% { opacity: 1; }
}

@-moz-keyframes blink {
	0% { opacity: 1; }

	50% { opacity: 0; }

	100% { opacity: 1; }
}

.diagonal {
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background: white;
	float: left;
	z-index: 1;
}

.diagonal-gray {
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background: white;
	float: left;
	z-index: 1;
	margin-top: 90px;
}

.diagonal-gray path { fill: #f5f5f5; }

.diagonal-white { margin-bottom: -6px; }

.diagonal-white path {
	fill: white;
	stroke: #f5f5f5;
	stroke-width: 0;
}

.diagonal.home-left {
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
	z-index: 1;
}

.diagonal.home-right {
	position: absolute;
	bottom: 0;
	right: 0 !important;
	background: none;
	z-index: 1;
	left: auto;
}

.diagonal.home-left, .diagonal.home-right path {
	fill: #f5f5f5;
	stroke: #f5f5f5;
	stroke-width: 4;
}

.dgray-bg { background: #f5f5f5; }

.dleft { text-align: left; }

.dright { text-align: right; }

.is_frontpage h2 {
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}

.section-title p {
	line-height: 20px;
	margin-top: 20px;
}

section { position: relative; }

#home-content h1 { text-align: left; }

/*------------------------ 3 About ------------------------*/


/*----------------------- 4 Reviews -----------------------*/

.work-areas {
	width: 100%;
	display: inline-block !important;
}

.work-areas .area .icon i::before {
	font-size: 40px;
	margin-left: 5px;
}

.work-areas .area .icon i { display: inline-block; }

.work-areas .area .icon {
	width: 20%;
	float: left;
}

.work-areas .area .text {
	width: 80%;
	float: left;
	padding-left:10px;
}

.work-areas .area .text h6 {
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.work-areas .area .text p {
	font-size: 13px;
	line-height: 24px;
}

/*------------------------ 5 Portfolio ------------------------*/
#gallery_filter { text-align: right; }

#gallery_filter li.current { color: white; }

.gallery_brick img {
    border-radius: 10px;
    width: 200px !important;
}

@media screen and (max-width: 990px) {
	.gallery_brick { width: 33.333%; }
	
	.gallery_brick img {
		box-sizing: border-box;
		width: 100% !important;
	}
}

@media screen and (max-width: 625px) {
    .gallery_brick { width: auto !important; }
}

/*------------------------ 6 Teams ------------------------*/

.blog-image img { width: 100%; }

.blog-content { margin-bottom: 60px; }

/*------------------------ 7 Contact ------------------------*/

.contact-form { margin-top: 90px; }

.button {
	text-align: center;
	padding: 45px 0;
}

/*------------------------ 8 Responsive ------------------------*/

/*max Width 768px */
@media screen and (max-width: 767px) {
	#home-content h1 { margin-bottom: 10px; }

	.social a {
		margin: 0 10px;
		font-size: 12px;
	}

	header { padding: 5px 15px; }

	nav {
		margin-top: 40px;
		display: none;
		float: none;
		clear: both;
		width: 100%;
	}

	nav li {
		float: none;
		width: 100%;
		text-align: center;
		height: 45px;
		border-top: thin solid #f7f7f7;
		line-height: 45px;
	}

	.responsive { display: block; }

	#filters { margin-top: 15px; }

	#filters li { height: 30px; }

	.diagonal, .diagonal-gray, .diagonal-white { height: 70px; }

	.row.bottom_90 { margin-bottom: 0; }

	footer { text-align: center; }
}

@media screen and (min-width: 768px) {
	nav { display: block !important; }
}
