@import url('https://fonts.googleapis.com/css?family=Karma:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');


body, html{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Karma', serif;
  color: #1E2429;
}
@media (min-width: 1200px){
	.container {
		width: 960px;
	}
}
h1{
    font-weight: 500;
	font-size: 26px;
	line-height: 36px;
}

h1.bold{
	  font-family: 'Poppins', sans-serif;
	  text-transform:uppercase;

    font-weight: 300;
	font-size: 22px;
	line-height: 30px;
}


h2{
    font-weight: 500;
	font-size: 23px;
	line-height: 31px;

}

@media (max-width: 768px) {
  .homeintro {
    font-weight: 600;
	font-size: 19px;
	line-height: 27px;
  }
  
  .logo {
	  width: 100px;
	  margin-top: -50px;
  }
 
}

h3{
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}

h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	word-spacing: 2px;
}
h5{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
}
h6{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
	word-spacing: 2px;
	letter-spacing: 2px;
}

p{
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.7em;
}
hr{
	width: 100px;
	border-color: #e7c387;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bioquote {
    font-weight: 500;
	font-size: 24px;
	line-height: 32px;

}

.intro {
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	}

.usefullink {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

a {color: #4e9ecf; 	transition: all 0.5s;
}
a:hover,
a:focus{
	color: #e7c387;
	text-decoration: none;
}
#home{
	background: url(../img/bg1a.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	min-height: 600px;	
	padding-top: 30px;
	color: #ffffff;
}

#home_profile{
	background: url(../img/bg2a.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 380px;
	padding-top: 30px;
	color: #ffffff;
}

#home_services{
	background: url(../img/bg3b.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 380px;
	padding-top: 30px;
	color: #ffffff;
}

#home a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #e7c387;
	border-radius: 1px;
	padding: 10px 16px;
	position: relative;
	margin-top: 40px;

	color: #ffffff;
	cursor: pointer;
	transition: all 0.5s;
}

#home a.down-btn span.fa.fa-angle-down:hover {
color: #245f87;
background: #fff;
border: 1px solid #fff
}


.content{
	padding-top: 10%;
}

.header-text.btn{
	border: 1px solid #ffffff;
	border-radius: 0;
	padding: 10px 30px;
	height: 100px;
}
.header-text.btn:hover{
	color: inherit;
}
.header-text.btn:focus, 
.header-text.btn:active:focus, 
.header-text.btn.active:focus, 
.header-text.btn.focus, 
.header-text.btn:active.focus, 
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}
.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #ffffff;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear 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; }
}
span.typed-cursor {
	top: -5px;
	position: relative;
}
/*.header-text{
	margin-top: 20px;	
	position: absolute;
	border: 1px solid #ffffff;
	left: 25%;
	right: 25%;
}
.header-text h1{
	padding: 20px;
	position: relative;
	margin: 0 auto;
}*/
nav#menu span.fa.fa-bars{
	font-size: 25px;
	position: fixed;
	left: 100px;
	color: #efefef;
	cursor: pointer;
	z-index: 1;
}

.navmenu, .navbar-offcanvas {
width: 200px;
z-index: 10;
}
.navmenu-default, 
.navbar-default .navbar-offcanvas {
	background-color: #1E2429;
	border-color: #1E2429;
	border: 0;
}
.navmenu-default .navmenu-nav>li>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, 
.navmenu-default .navmenu-nav>li>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
color: #e7c387;
background-color: transparent;
}
.nav > li {
position: relative;
display: block;
text-align: left;
}
.navmenu-default .navmenu-nav>li>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
color: #ffffff;
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 16px;
line-height: 30px;
}
nav#menu span.fa.fa-bars:hover {
color: #e7c387;
}
.navmenu-default .navmenu-nav>.active>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a, 
.navmenu-default .navmenu-nav>.active>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, 
.navmenu-default .navmenu-nav>.active>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
color: #4e9ecf;
background-color: transparent;
}

.close:hover{
	background: #e7c387;
	color: #ffffff;
	opacity: 1;
}
.close{
	background: #fff;
	padding: 20px 22px;
	opacity: 1;
	transition: all 0.3s;
}
.add-margin{
	margin-top: 100px;
}

#meet-us,
#services,
#works,
#links{
	padding: 60px 0;
}

a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #e7c387;
	border-radius: 1px;
	padding: 10px 16px;
	position: relative;
	cursor: pointer;
	color: #e7c387;
	margin-top: 30px;
	transition: all 0.5s;

}

a.down-btn span.fa.fa-angle-down:hover {
background: #e7c387;
border: 1px solid #e7c387;
color: #1E2429;
}


#overview-bio {
	background: url(../img/bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
	color: #fff;
}

#overview-bio .overlay{
	background: rgba(34, 34, 34, 0.55);
	height: auto;
	min-height: 200px;
	padding: 12% 0 ;
}

#overview-bio a span.fa.fa-play {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin: auto 0;
}

.service{
	border: 1px solid #1E2429;
	margin-top: 20px;
	margin-bottom: 0px;
	transition: all 0.3s;
	position: relative;
	padding: 60px 25px;
}
.service:hover>h4,
.service:hover>span.fa{
	color: #e7c387;
}
.service:hover{
	border-color: #e7c387;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-top: 80px;
	padding-bottom: 80px;
}
.service p{
	font-size: 14px;
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
}
.space{ padding-top: 40px; }

#cta{
	background-color: #282f35;
	background: url(../img/bg3b.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 4% 0;
	color: #fff;
}

a.btn.go-to-btn{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	border: 1px solid #e7c387;
	letter-spacing: 1px;
	padding: 12px 40px;
	border-radius: 1px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.go-to-btn:hover{
	background: #e7c387;
	color: #282f35;
}

a.btn.go-to-btn-home{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	border: 1px solid #e7c387;
	letter-spacing: 1px;
	padding: 12px 30px;
	border-radius: 1px;
	margin: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	transition: all 0.5s;
}

a.btn.go-to-btn-home:hover {
color: #245f87;
background: #fff;
border: 1px solid #fff
}

.nopadding{
	padding: 0;
	margin: 0;
}

.portfolio-item .hover-bg{
	height: 280px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h5{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h5{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>.hline{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>.hline{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
.hline{
	height: 5px;
	width: 30px;
	border-top: 2px solid #f1f1f1;
	margin: 0 auto
}

.hover-text p.lead{
	color: #e7c387;
}


a.btn.read-more-btn{
	text-transform: uppercase;
	background: #245f87;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	border: 1px solid #245f87;
	letter-spacing: 1px;
	padding: 10px 22px;
	border-radius: 1px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.5s;
}
a.btn.read-more-btn:hover{
	background: #e7c387;
	color: #1E2429;
	border: 1px solid #e7c387;

}

a.btn.link-btn{
	text-transform: uppercase;
	background: #e7c387;
	color: #1E2429;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 20px;
	border-radius: 1px;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.5s;
}
a.btn.link-btn:hover{
	background: #4e9ecf;
	color: #fff;

}

a.btn.send-btn{
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	background: transparent;
	color: #e7c387;
	padding: 15px 45px;
	border-radius: 1px;
	border: 1px solid #e7c387;
	font-size: 14px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.send-btn:hover{
	background-color: #e7c387;
	border: 1px solid #e7c387;
	color: #ffffff;
		color: #1E2429;

}

.send-btn{
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	background: transparent;
	color: #e7c387;
	padding: 15px 45px;
	border-radius: 1px;
	border: 1px solid #e7c387;
	font-size: 14px;
	color: #ffffff;
	transition: all 0.5s;
}

.send-btn:hover{
	background-color: #e7c387;
	border: 1px solid #e7c387;
	color: #ffffff;
		color: #1E2429;

}


#quote {
	background: url(../img/bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

#quote .overlay{
	background: rgba(51, 150, 145, 0);
	height: auto;
	min-height: 100px;
	padding: 1% 0 ;
	color: #ffffff;
}

ul, ol{
	padding: 0;
	moz-padding: 0;
	webkit-padding: 0;
}

ul.quote li{
	display: inline-block;
	padding: 20px 40px;
	vertical-align: middle;
}

.link {
	border-bottom: 1px solid #c3c3c3;
	padding: 8px 8px 0 10px;
	text-align: left;
	opacity: 0.7;
	transition: all 0.8s;
}
.link:hover.hire,
.link.hire{
	height: 340px;
	border-color: #e7c387;
	color: #e7c387;
	opacity: 1;
}

.link.hire>a{
	color: #e7c387;
}
.link hr{
	border-width: 1px;
	border-color: #e7c387;
}
.link:hover{
	opacity: 1;
	border-bottom: 1px solid #1E2429;
}
.team img {
	width: 80px;
	margin: 0 auto;
}

#testimonials {
	background: url(../img/bg4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#testimonials .overlay{
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 5% 0 ;
	color: #ffffff;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #e7c387;
}

#contact{
	background-color: #282f35;
	background: url(../img/bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 100px 0;
	color: #ffffff;
}

ul.social li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
}

ul.social li a{
	color: #ffffff;
	font-size: 16px;
}

address strong{
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}
address:before{
	content: "\f041";
	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: 20px;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	color: #e7c387;
  	vertical-align: middle;
  	margin-right: 15px;
  	margin-left: -30px;
}
address{
	font-style: italic;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

#contact input.form-control,
#contact textarea.form-control {
margin-bottom:20px;
 
}

#contact .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #e7c387;
	background-color: #1e2429;
	background-image: none;
	border: 0;
	border-top: 2px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transition: all 0.5s;
}

#contact .form-control:focus {
	border-color: #e7c387;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;

}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #1E2429;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
	}
	
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #1E2429;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #1E2429;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #1E2429;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
}

nav#footer{
	background: #245f87;
	padding: 30px 0 20px 0;
	color: #ffffff;
	border-bottom: 5px solid #e7c387;
}

p.foot{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
}

#footer span.fa{
	font-size: 30px;
	margin-left: 10px;
}
#footer a{
	color: #ffffff;
	transition: all 0.5s;
}
#footer a:hover{
	color: #e7c387;}