/*   
Theme Name: Gio
Author: Alius
Version: 2
*/
@font-face {
    font-family: "Geometria Bold";
    src: url("fonts/geo-bold.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Geometria Extra Light";
    src: url("fonts/geo-extra.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Geometria Regular";
    src: url("fonts/geo.otf");
    font-style: normal;
    font-weight: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, ol, ul, li, form, label, table, 
tbody, thead, tr, th, td, article, aside, 
canvas, figure, figcaption, footer, header, 
menu, nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
}
a, input, textarea, button {
    outline: 0;
}
* {
	font-family: "Geometria Regular";
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	overflow-x: hidden;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.row::after {
	content: "";
	display: block;
	clear: both;
}
.col-3 {
	width: 25%;
	float: left;
}
.col-4 {
	width: 33.3333%;
	float: left;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-9 {
	width: 75%;
	float: left;
}
h1 {
	font-size: 46px;
	text-transform: uppercase;
	color: #0d0d0d;
	font-family: "Geometria Bold";
}
p {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: justify;
}
.pull-left {
	float: left;
}
/***header***/
header.container {
	margin-bottom: 50px;
}
header li {
	margin-left: 30px;
	display: inline-block;
}
header li a {
	font-size: 19px;
	position: relative;
	display: block;
	text-transform: uppercase;
	color: #0d0d0d;
	transition: all .3s;
	-webkit-transition: all .3s;
}
header li a:hover,
header li a:focus {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
	transition: all .3s;
	-webkit-transition: all .3s;
}
header li.current_page_item a:hover,
header li.current_page_item a:focus {
	transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	transition: all .3s;
	-webkit-transition: all .3s;
}
header li.current-menu-item a::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #0d0d0d;
}
header .logo {
	display: inline-block;
}
header .menu {
    text-align: center;
    margin-top: 52px;
}
/***form***/
input {
	height: 45px;
	width: 100%;
	font-size: 15px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #333333;
}
textarea {
	height: 126px;
	width: 100%;
	font-size: 15px;
	padding: 11px 10px;
	border: none;
	border-bottom: 1px solid #333333;
	resize: none;	
}
.wpcf7-not-valid {
	border-color: #f00;
}
::-webkit-input-placeholder {
    color: rgba(63,45,9,.65);
}
::-moz-placeholder {
    color: rgba(63,45,9,.65);
}
:-moz-placeholder {
    color: rgba(63,45,9,.65);
}
:-ms-input-placeholder {
    color: rgba(63,45,9,.65);
}
.form-group {
	margin-bottom: 13px;
	padding: 0 10px;
}
.btn-default {
    border: none;
    font-size: 20px;
    float: right;
    margin-right: 9px;
    padding-right: 12px;
    position: relative;
    text-transform: uppercase;
    background: none;
    font-family: "Geometria Bold";
	cursor: pointer;
}
.btn-default::after {
	content: "";
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 6px;
	right: 0;
	background: url("images/arrow.png")no-repeat;
	background-position: top right;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn-default:hover,
.btn-default:focus {
	padding-right: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none!important;
}
/***page***/
.page {
	padding-bottom: 50px;
}
.services h4 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Geometria Bold";
	text-align: center;
	color: #0d0d0d;
}
.services p {
	font-size: 19px;
	padding: 10px 35px;
	margin-bottom: 30px;
	text-align: center;
	color: #0d0d0d;
}
.about-seo img,
.about-me img {
    float: right;
    margin: 70px 30px 0 0;
}
.about-me .fa {
	width: 25px;
	font-size: 20px;
}
.cnt-p {
	margin-bottom: 5px;
}
.hello {
	font-size: 44px;
	text-transform: uppercase;
	color: #0d0d0d;
	font-family: "Geometria Bold";
}
.about-me form {
	margin-top: 20px;
	margin-left: -8px;
	margin-right: -8px;
}
.page-no-faund {
	padding: 5% 0;
	text-align: center;
}
.page-no-faund p {
	font-size: 100px;
	text-transform: uppercase;
	color: #0d0d0d;
	text-align: center;
	font-family: "Geometria Bold";
}
.page-no-faund span {
	display: block;
	margin-bottom: 10px;
    text-transform: uppercase;
}
.page-no-faund a {
	color: #0d0d0d;
	font-family: "Geometria Bold";
	position: relative;
	z-index: 1;
}
.alius {
	position: fixed;
    bottom: 10px;
    right: 5px;
	font-size: 12px;
	text-align: center;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
	z-index: 3;
}
.alius a {
	color: rgba(0,0,0,.6);
	font-family: "Geometria Bold";
	transition: .3s;
	-webkit-transition: .3s;
}
.alius a:hover,
.alius a:focus {
	color: rgba(0,0,0,1);
	transition: .3s;
	-webkit-transition: .3s;
}
@media only screen and (max-width: 800px) {
	.container {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (max-width: 700px) {
	.col-3, .col-4, .col-6, .col-9 {
		width: 100%;
		text-align: center;
	}
	.about-seo img, .about-me img {
		float: none;
		margin: 70px 0 0 0;
	}
	header li {
		margin: 0 5px;
		display: inline-block;
	}
	header .menu {
		text-align: center;
	}
}
@media only screen and (max-width: 414px) {
	header li a {
		font-size: 12px;
	}
	.about-seo img, .about-me img {
		width: 100%;
		height: auto;
	}
	.alius {
		position: static;
		margin: 30px 0 25px 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
}