@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@font-face{
	font-family: Gotham Book;
	src: url(fonts/GothamBook.ttf);
	font-weight: 400;
}
body{
	position: relative;
	font-family: 'Gotham Book', 'system';
	font-size: 14px;
}
.loading-effect{
	display: flex; 
	position: fixed;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	background: #10131A;
	opacity: 0.9;
}
.loading-effect img{
	margin-bottom: 80px;
}
h1, h2, h3, h4, .title{
	font-family: 'Quicksand', 'Gotham Book', 'system';
	color: #40505d;
}
h1 span, 
h2 span, 
h3 span, 
h4 span, 
.title span{
	color: #888;
}
img{
	max-width: 100%;
}
.form-control{
	border-color: #eee;
}
.form-control,
.btn{
	font-weight: 300;
	border-radius: 0px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.form-control:focus{
	border-color: #eee;
	-webkit-box-shadow: 0 0 1rem 0 #ddd;
	        box-shadow: 0 0 1rem 0 #ddd;
}
.btn:focus{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.site-logo img{
	max-width: 150px;
}
.site-logo a:hover img{
	opacity: 0.6;
}
#navigation{
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
/* Helper Classes */
.btn{
	font-size: 1rem;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
	        box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
}
.btn:hover{
	-webkit-box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.15);
	        box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.15);
}
.btn-default{
	border: 2px solid #eee;
}
.btn-default:hover{
	border-color: #007bff;
}
.bg-white{
	background-color: #fff;
}
.default-shadow{
	-webkit-box-shadow: 0 .5rem .5rem 0 rgba(33,37,41,.03);
	        box-shadow: 0 .5rem .5rem 0 rgba(33,37,41,.03);
}
.text-smooth{
	color: #666;
}
.few-gutters [class*=col-]{
	padding-left: 5px;
	padding-right: 5px;
}
.align-middle{

}
/* All Sections */
.section-header .icon i{
	width: 100px;
	background-color: #fff;
	padding: 20px;
	margin: 20px 0;
	border-radius: 50%;
	color: #007bff;
	-webkit-box-shadow: 0 .5rem 1rem 0 rgba(220, 220, 220, 0.6);
	        box-shadow: 0 .5rem 1rem 0 rgba(220, 220, 220, 0.6);
}
/* Header */
#site-header{
	-webkit-box-shadow: 0 .5rem .5rem 0 rgba(220,220,220,.4);
	        box-shadow: 0 .5rem .5rem 0 rgba(220,220,220,.4);
}

/* Introduction */
.tagline{
	font-size: 1.5rem;
}
.about-me{
	font-size: 1rem;
}
/* Projects */
.project-item{
	height: 250px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 .5rem 2rem 0 rgba(220, 220, 220, 0.5);
	        box-shadow: 0 .5rem 2rem 0 rgba(220, 220, 220, 0.5);
	margin-bottom: 30px;
}
.project-image img{
	width: 100%;
}
.project-info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.project-item:hover .project-info,
.project-item:focus .project-info{
	left: 0;
}
.project-links a{
	font-size: 1.5rem;
}
/* Services */
.service-item{
	padding: 30px 10px 20px;
	margin: 10px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 .5rem 2rem 0 rgba(220, 220, 220, 0.3);
	        box-shadow: 0 .5rem 2rem 0 rgba(220, 220, 220, 0.3);
}
.service-item .icon i{
	color: #495057;
}
.service-item h2{
	font-size: 1.5rem;
	margin-top: .8rem;
}
/* About Me */
.bar-background{
    margin-top: 10px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 .5rem 1rem 0 rgba(220, 220, 220, 0.5);
            box-shadow: 0 .5rem 1rem 0 rgba(220, 220, 220, 0.5);
    overflow: hidden;
}
.bar-forground{
    padding: 2px 20px;
    background-color: #007bff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: .8rem;
    text-align: center;
}
.bar-forground span{
    float: left;
}
.html .bar-forground{
    width: 95%;
}
.css .bar-forground{
    width: 90%;
}
.jquery .bar-forground{
    width: 80%;
}
.php .bar-forground{
    width: 65%;
}
.wordpress .bar-forground{
    width: 85%;
}

/* Testimonial */
.carousel-item{
	padding-bottom: 20px;
}
.carousel-control-prev,
.carousel-control-next{
	height: 35px;
	width: auto;
	color: #007bff;
	font-size: 2.5rem;
	margin: auto;
	padding: 5px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 1;
}
.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus{
	color: #007bff;
	opacity: 0.5;
}
.carousel-control-prev{
	left: 0rem;
}
.carousel-control-next{
	right: 0rem;
}
.carousel-indicators{
	bottom: 0;
	margin-bottom: 0;
}
.carousel-indicators li{
	width: 15px;
	background-color: #ccc;
}
.carousel-indicators li.active{
	background-color: #20103d;
}

@media ( min-width: 767px ){
	.carousel-control-prev{
		left: 1rem;
	}
	.carousel-control-next{
		right: 1rem;
	}
}

.testimonial-item{
	width: 80%;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto;
	text-align: center;
}
.testimonial-item blockquote{
	font-size: 1rem;
	font-style: italic;
}
@media ( min-width: 320px ){
	.testimonial-item{
		min-height: 350px;
	}
}
@media ( min-width: 450px ){
	.testimonial-item{
		min-height: 300px;
	}
}
@media ( min-width: 767px ){
	.testimonial-item{
		min-height: 250px;
	}
	.testimonial-item blockquote{
		font-size: 1.4rem;
	}
}
.testimonial-item blockquote::before,
.testimonial-item blockquote::after{
	content: '"';
	font-weight: bold;
}
.client-info img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.client-info .clients-name::before{
	content: "";
	display: inline-block;
	width: 30px;
	border-bottom: 1px solid #40505d;
	margin-bottom: .3rem;
	margin-right: .5rem;
}
/* Footer */
.footer-bottom{
	border-top: 1px solid #eee;
}
.footer-widgets{
	
}
.widget .widget-title{
	margin-bottom: 1rem;
}
.widget ul{
	list-style: none;
	padding-left: .25rem;
}
.social-links ul li{
	margin: 0 5px;
}
.social-links ul li:first-child{
	margin-left: 0;
}
.social-links ul li:last-child{
	margin-right: 0;
}
.social-links ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 1.2rem;
	color: #40505d;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 .5rem 1rem 0 #ddd;
	        box-shadow: 0 .5rem 1rem 0 #ddd;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.social-links ul li a:hover{
	text-decoration: none;
	-webkit-box-shadow: 0 .5rem .25rem 0 #ddd;
	        box-shadow: 0 .5rem .25rem 0 #ddd;
}
.gallery-img{
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 .5rem .25rem 0 #ddd;
	        box-shadow: 0 .5rem .25rem 0 #ddd;
	margin-bottom: 10px;
}
.gallery-img-link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 2rem;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gallery-img:hover .gallery-img-link{
	right: 0;
}
/* Go to top */
.go-to-top{
	position: fixed;
	display: none;
	bottom: 0;
	right: 20px;
}
.go-to-top a{
	display: inline-block;
	padding: 5px 8px;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: 0 0 .5rem 0 rgba(33, 37, 41, 0.2);
	        box-shadow: 0 0 .5rem 0 rgba(33, 37, 41, 0.2);
	font-size: 1.2rem;
	color: #212529;
}
.not-found-icon{
	font-size: 10rem;
	color: #40505d;
	font-weight: bold;
}
.not-found-text{
	font-size: 4rem;
	color: #40505d;
	text-transform: uppercase;
	font-weight: bold;
}

/* Single Page */
#post-contents{
	font-size: 16px;
	color: #555;
}




/*--- Contact Page ---*/
.work-together,
.travel-together{
	position: relative;
}
@media ( min-width: 1200px ){
	.work-together::after,
	.travel-together::after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
	}
	.work-together::after{
		border-bottom: 84px solid #343A40;
		border-left: 50px solid transparent;
		bottom: 0;
		right: 0;
	}
	.travel-together::after{
		border-top: 84px solid #007BFF;
		border-right: 50px solid transparent;
		top: 0;
		left: 0;
	}
}
.contact-info{
	position: relative;
}
.google-map{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.google-map::before{
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F9FA), to(transparent));
	background: -webkit-linear-gradient(#F8F9FA, transparent);
	background: -o-linear-gradient(#F8F9FA, transparent);
	background: linear-gradient(#F8F9FA, transparent);
	z-index: 2;
}
#map{
	width: 100%;
	height: 60vh;
	min-height: 300px;
	max-height: 600px;
}
.map-height{
	width: 1px;
	height: 50vh;
	min-height: 300px;
	max-height: 600px;
	z-index: -2;
}
#contact-me{
	background-color: #fff;
	-webkit-box-shadow: 0 .5rem 1rem 0 rgba(220, 220, 220, 0.5);
	        box-shadow: 0 .5rem 1rem 0 rgba(220, 220, 220, 0.5);
	position: relative;
	z-index: 9;
}
