@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,500,700);

@media (min-width: 1500px) {
  .container {
    width: 1280px;
  }
}

html {
	font-size: 100%;
}

body {
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #636363;
    background: #cecece;
}

h1 {
	font-size: 4.5rem;
	font-weight: 700;
	font-family: 'Lora', serif;
}

h2 {
	font-size: 1.375rem;
	padding-bottom: 50px;
}

h3 {
	font-size: 2rem;
	font-weight: 700;
	margin: 10px 0 80px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
	margin: 0;
}

h3, h4, h5, blockquote {
	font-family: 'Lora', serif;
	position: relative;
}

h3, h4, h5, a, a:link, a:visited, blockquote {
	color: #1f2a30;
}

h5 span, h6 span {
	padding: 0 8px 4px 0;
	vertical-align: middle;
}

a:hover,
a:active {
	color: #ff974f;
	text-decoration: none;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg blockquote {
	color: #fff;
}

.dark-bg a,
.dark-bg a:hover,
.dark-bg a:link,
.dark-bg a:visited {
	color: #ff974f;
}

h3:before,
.underline:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 80px;
    height: 2px;
}
h3:before {
    background-color: #ff974f;
}

.page h5 {
	font-weight: 700;
	padding: 30px 0 10px;
}

.visible-off {
	z-index: 0;
}

.visible-on {
	z-index: 1;
}

.img-responsive {
	width: 100%;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.underline {
    margin: 10px 0 50px;
    font-weight: 700;
    font-style: italic;
}

.underline:before {
	bottom: -28px;
    background-color: #f5f5f5;
}

.text-center h3:before,
.text-center .underline:before {
	left: 50%;
	margin-left: -40px;
}

header a,
header a:link,
header a:visited {
	color: #fff !important;
}

header i {
	color: #ff974f;
	font-size: 1.125rem !important;
	padding-right: 6px;
	vertical-align: middle;
}

header span {
	color: #fff;
	font-weight: 600;
}

header .main-menu {
	position: relative;
	padding-top: 25px;
	line-height: 1.8;
}

header .logo {
    float: left;
    position: absolute;
    text-align: left;
    z-index: 9999;
    margin-left: 15px;
}

/* 3-Navigation */

nav {
	position: relative;
	float: right;
	margin: 13px 0;
}

.nav li {
	margin: 0;
	padding: 0 15px;
    display: inline-block;
    float: left;
}

.nav li a {
	padding: 10px 0;
}

.nav li a:hover,
.nav li a:active,
.nav li a:focus {
	text-decoration: none !important;
    background-color: transparent !important;
}
.nav .active {
	font-weight: bold !important;
}

.navbar-collapse {
	padding: 0;
}

.bar-1,
.bar-2,
.bar-3 {
	width: 25px;
	height: 3px;
	background: #fff;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.bar-2 {
	position: relative;
	margin-top: 5px;
}

.bar-3 {
	position: relative;
	top: 5px;
}

.mobile-toggle:hover .bar-1 {
	transform: translate3d(0, 2px, 0);
	-webkit-transform: translate3d(0, 2px, 0);
	-moz-transform: translate3d(0, 2px, 0);
}

.mobile-toggle:hover .bar-3 {
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/* 4-Buttons */

.btn {
	padding: 16px 30px;
	border: 0 none;
	font-size: inherit;;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}

.btn-default {
	border: 2px solid #E4E4E4;
	color: #737373;
	padding: 12px 22px;
	font-size: 14px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background: #FFFFFF;
	border-color: #ff974f;
}

.btn-default:active, .btn-default.active {
	border-color: #737373;
	box-shadow: none;
}

.btn-primary {
	background: #ff974f !important;
	color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #ff8137 !important;
}

.btn-primary:active, .btn-primary.active {
	background: #ff8137;
	box-shadow: none;
}

.btn-success {
	background: #00bf6f;
	color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background: #39bf87;
}

.btn-success:active, .btn-success.active {
	background: #008c52;
	box-shadow: none;
}

.btn-info {
	background: #31cde8;
	color: #ffffff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background: #5fd4e8;
}

.btn-info:active, .btn-info.active {
	background: #35a2b5;
	box-shadow: none;
}

.btn-warning {
	background: #eb8f34;
	color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background: #eba259;
}

.btn-warning:active, .btn-warning.active {
	background: #b87430;
	box-shadow: none;
}

.btn-danger {
	background: #f25454;
	color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background: #f26d6d;
}

.btn-danger:active, .btn-danger.active {
	background: #bf4343;
	box-shadow: none;
}

.btn.sharp {
	border-radius: 0;
}

.btn.outline {
	background: none !important;
	padding: 12px 22px;
}

.btn-primary.outline {
	border: 2px solid #ff974f;
	color: #ff974f;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
	color: #ff8137;
	border-color: #ff8137;
}

.btn-primary.outline:active, .btn-primary.outline.active {
	border-color: #ff8137;
	color: #fff;
	box-shadow: none;
}

.btn-success.outline {
	border: 2px solid #00bf6f;
	color: #00bf6f;
}

.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
	border-color: #39bf87;
	color: #39bf87;
}

.btn-success.outline:active, .btn-success.outline.active {
	border-color: #008c52;
	color: #008c52;
	box-shadow: none;
}

.btn-info.outline {
	border: 2px solid #31cde8;
	color: #31cde8;
}

.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
	border-color: #5fd4e8;
	color: #5fd4e8;
}

.btn-info.outline:active, .btn-info.outline.active {
	border-color: #35a2b5;
	color: #35a2b5;
	box-shadow: none;
}

.btn-warning.outline {
	border: 2px solid #eb8f34;
	color: #eb8f34;
}

.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
	border-color: #eba259;
	color: #eba259;
}

.btn-warning.outline:active, .btn-warning.outline.active {
	border-color: #b87430;
	color: #b87430;
	box-shadow: none;
}

.btn-danger.outline {
	border: 2px solid #f25454;
	color: #f25454;
}

.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
	border-color: #f26d6d;
	color: #f26d6d;
}

.btn-danger.outline:active, .btn-danger.outline.active {
	border-color: #bf4343;
	color: #bf4343;
	box-shadow: none;
}

.btn.round {
	border-radius: 24px;
}

.btn-lg.round {
	border-radius: 32px;
}

.btn-sm.round {
	border-radius: 14px;
}

.btn-xs.round {
	border-radius: 10px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 2px 6px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 8px 12px;
}

.btn-lg {
	padding: 20px 40px;
	border-radius: 4px;
}

.btn-xs.btn-default, .btn-xs.outline {
	padding: 0 4px;
}

.btn-sm.btn-default, .btn-sm.outline {
	padding: 6px 10px;
}

.btn-lg.btn-default, .btn-lg.outline {
	padding: 18px 38px;
}

#content {
	padding: 100px 0 110px;
}

ul.content {
	list-style-type: none;
	margin: 0;
	padding: 13px 10px 20px;
}

ul.content li .fa {
	padding-right: 8px;
}

ul.content li {
	padding: 5px;
	font-weight: 500;
	color: #1f2a30;
}

section.padding-100 {
	padding: 100px 0;
}

#contact { 
	height: auto;
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 110px 0;
}

#contact .content {
	background-color: #fff;
	padding: 80px 60px 90px;
}

#contact h6 {
	font-weight: 700;
	color: #1f2a30;
	padding: 10px 0 3px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media all and (max-width: 767px) {
	h1 {
		font-size: 2.25rem;
	}
	
	h2 {
		font-size: 1.250em;
		line-height: 1.6;
	}
	
	h3, .featured-news h4, #blockquote blockquote {
		font-size: 1.6rem;
	}
	
	#intro {
		padding: 190px 0;
	}

	.featured-news.left {
		padding: 15px !important;
	}

	.featured-news.right {
		padding: 15px !important;
	}

	.about-block.first {
		margin-bottom: 50px;
	}
}


@media all and (max-width: 992px) {
	.mobile-toggle {
		display: block;
		z-index: 99;
	}

	nav {
		width: 100%;
		padding-top: 70px;
	}

	header .nav li {
		margin: 0;
		padding: 0 15px;
	    display: block;
	    float: none;
	}

	nav ul {
		padding: 20px 0 40px 0;
	}

	ul li button {
		width: 100%;
		margin-top: 30px;
	}

	.open-menu {
		width: 100%;
	    height: 100%;
	    top: 0;
	    padding: 0;
	    margin: 0;
	    display: block;
	    z-index: 999;
	    background-color: rgba(0,0,0, 0.95);
	}

	.navbar-collapse {
	    border-top: 0 solid transparent;
	    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 0 0 rgba(255,255,255,.1);
	}

	.social-links {
		display: none;
	}

	.features {
		padding-top: 0 !important;
	}

	footer .copyright,
	footer .nav {
		text-align: center;
		float: none !important;
		display: table;
		margin: 0 auto;
	}
	
	#about {
		padding: 80px 0 80px;
	}
	
	#about .btn {
		margin-bottom: 60px;
	}
	
	#blockquote, #experiances, #contact {
		padding: 90px 0;
	}
	
	#services, #testimonials {
		padding: 80px 0 120px;
	}
	
	#services.page {
		padding: 90px 0 50px;
	}
	
	.service-box {
		margin: 50px 0 80px;
	}
	
	#team {
		padding: 80px 0 40px;
	}
	
	#contact .contactform {
		margin-top: 50px;
	}
	
	#contact .content {
		padding: 80px 40px 90px;
	}
	
	footer .nav li {
		padding: 0 5px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	h1 {
		font-size: 3rem;
	}
}

@media all and (min-width: 992px) {
	.v-table{
		display: table;
		table-layout: fixed;
	}

	.v-cell{
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}