/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
    color: #67696c;
    font-size: 16px;
    font-weight: normal;
		line-height: 2;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}


.success,.fail {
	text-align: center;
	padding-top: 150px;
}
 .success .button,.fail .button {
	background-color: #222;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 25px;
	min-width: 100px;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
	text-decoration: none;
}

.success .button:hover,.success .button:focus,.fail .button:hover,.fail .button:focus {
	background-color: #d8bf5f;
}
.success h1 {
	margin-bottom: 30px;
}
.success i {
	font-size: 80px;
	color: #15a05c;
	margin-right: 15px;
}

.fail i {
	font-size: 80px;
	color: #de5044;
	margin-right: 15px;
}

.clear {
	clear: both;
}
.section-padding
{
    padding: 60px 0px;
}

.bodyContent p {
	font-weight: normal;
}
.title
{
    font-family: 'Fira Sans', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
		color: #222;
}

.sub-title
{
    font-size: 18px;
}
.bottom-line
{
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 60px;
    background-color: #d8bf5f;
}

.align-center {
	text-align: center;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

/***********************************
************************************
HEADER
************************************
***********************************/
.header{
    min-height: 112px;
    position: relative;
		border-bottom: 1px solid #e2e2e2;
}
#main-header
{
	min-height: 80px;
}

.navbar-collapse  {
	float: right;
}

.navbar-brand {
	padding-top: 20px;
	padding-left: 0;
}

.navbar-default {
    background-color: #fff;
    border:0px;
    padding: 0;
    transition: all 0.3s;
		margin: 0;
}

@media screen and (min-width:769px) {
	.navbar li:hover > ul.dropdown-menu {
	    display: block;
	  }

		.navbar-default .navbar-nav > li > a {
			text-align: center;
			min-width: 119px;
			padding: 20px 10px 15px 10px;
		}
}
.navbar-default .navbar-nav > li > a
{

    padding: 20px 20px 15px 20px;
    font-size: 16px;
    line-height: 76px;
    font-weight: 400;
    background: transparent;
    color: #000;
    -webkit-transition: color 0.18s ease-out;
    transition: color 0.18s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #be9e21;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #be9e21;
		background-color: #eee;
}

.navbar-default .navbar-nav > li > a .caret {
	margin-left: 10px;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #eee;
    color: #be9e21;
}

.dropdown-menu {

	background: #222 !important;
	padding: 0;
	border: none;
	min-width: 200px;
	border-radius: 0;
}

.dropdown-menu>li>a {
	padding: 15px 20px;
	color: #fff;
	-webkit-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

/*TOP HEADING */
.top-heading {
	padding: 30px 0;
	background-color: #d8bf5f;
}

.top-heading h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	text-align: center;
}

/* SLIDER */
/* SLIDER */

.slider-wrapper {
	position: relative;
}

.slider-wrapper .container {
	position: relative;
}

.caption {
	position: absolute;
	z-index: 30;
	top: 180px;
	left: 50px;
	right: 0;
	text-align: center;
	display: block;
}

.caption p {
	color: #fff;
    font-size: 33px;
    line-height: 50px;
}

.slider .owl-nav .owl-prev,.slider .owl-nav .owl-next {
  font-size: 30px;
	z-index: 100;
  color: #fff;
  -webkit-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  -o-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.slider .owl-nav .owl-prev:hover,.slider .owl-nav .owl-next:hover {
  opacity: 0.6;
}

.slider {
  position: relative;
}

.slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 52%;
}

.slider .owl-prev, .slider .owl-next {
  position: absolute;
}

.slider .owl-prev {
  left: 15px;
}

.slider .owl-next {
  right:15px;
}

/* HOME SECTION */
.home-content h2 {
	font-weight: bold;
	margin-bottom: 20px;
}


/* CONTACT PAGE */
#map {
			 height: 450px;
			 width: 100%;
}

.contact-content .col-md-7 {
	border-left: 1px dashed #d8d8d8;
}

.contact-heading {
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.contact-heading h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.social-links  a {
    text-align: center;
    padding: 0 8px 0 8px;
    border-radius: 8px;
    display: block;
    float: left;
    margin-right: 8px;
}

.social-links a i {
  color: #222;
    font-size: 20px;
    transition: .3s all;
}

.social-links a:hover i {
  color: #d8bf5f;
}

.contact-details p {
	margin-bottom: 20px;
	line-height: 1.5;
}

.contact-details  i {
	padding-bottom: 10px;
	padding-right: 14px;
	font-size: 20px;
	float: left;
		color: #d8bf5f;
}

.contact-details .fa-map-marker {
	font-size: 30px;
	margin-top: 5px;
	padding-bottom: 20px;
}

.contact-details .fa-phone {
	font-size: 23px;
}

.contact-details a {
	color: #67696c;
}

.contact-details a:hover,.contact-details a:focus{
	color: #d8bf5f;
	text-decoration: underline;
}

.contact-form input[type="text"],.contact-form input[type="email"] {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
	height: 50px;
	padding: 10px;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.contact-form textarea {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
	height: 150px;
	padding: 10px;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.contact-form input[type="text"]:focus,.contact-form input[type="email"]:focus,.contact-form textarea:focus {
	border-width: 2px;
	border-color: #d8bf5f;
	box-shadow: none;
}

.contact-form button {
	background-color: #222;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 5px 25px;
	min-width: 100px;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.contact-form button:hover,.contact-form button:focus {
	background-color: #d8bf5f;
}

/* BOARD */
.board .col-md-8 img {
	max-width: 250px;
	float: right;
	margin-left: 20px;
}

.page-container  .col-md-9 {
	min-height: 405px;
}

.page-container  .col-md-9::before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 1px;
	left: 20px;
	border-left: 1px dashed #d8d8d8;
}

.page-container .left-content,.page-container .right-content {
	padding: 70px 0;
}

.page-container .right-content {
	padding-left: 40px;
}
.board .col-md-5{
	margin-bottom: 40px;
	text-align: center;
}

.board .col-md-5:last-child {
	margin-bottom: 0;
}

.board .col-md-5 h3 {
margin-top: 0;
}

.board .col-md-5 .member-info {
	margin-top: 25px;
}

.board .col-md-5 .member-info h5 {
	font-size:17px;
}

.board .col-md-5 .member-info a {
	color: #d8bf5f;
}

.page-container .page-menu ul {
	padding: 0;
}
.page-container .page-menu ul li a {
	color: #fff;
	background-color: #222;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 20px;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.page-container .page-menu ul .active a,.page-container .page-menu ul .active a:hover,.page-container .page-menu ul .active a:focus {
	background-color: #d8bf5f;
}

.page-container .page-menu ul li a:hover,.page-container .page-menu ul li a:focus {
	background-color: #4e4d4d;
	text-decoration: none;
}

.page-container .col-md-3 {
	padding-right: 15px;
}

/* TEAM */
.right-content h3 {
	margin-top: 0;
}

.right-content ul li {
	font-size: 16px;
	line-height: 40px;
}

.right-content ul  {
	padding: 0;
}

.right-content ul li {
	padding-left: 20px;
}
.right-content ul li::before {
content: '\f105';
font-family: 'FontAwesome';
font-size: 20px;
margin-left: -20px;
color: #000;
margin-right: 10px;
}

/* PROJECTS */
.projects {
	padding: 70px 0;
}

.projects .table {
	padding: 20px 0;
	border-bottom: 1px solid #d8d8d8;
	display: block;
}
.projects .table>tbody>tr>td {
	border-top: none;
	padding: 10px 0;
}

.projects .table>tbody>tr>.info {
	width: 200px;
	background-color: #fff;
}
.projects .col-md-12 .project-info {
	text-align: justify;
}
/***********************************
************************************
contact
************************************
***********************************/
#footer
{
    padding:30px 0px;
		color: #fff;
		background-color: #222;
		border-top:5px solid #d8bf5f;
}

#footer p {
	margin: 10px 0 0 0;
}

#footer a{
    color: #be9e21;
    font-weight: 400;
}

.footer-links {
	float: right;
}
.footer-links  a {
  width: 35px;
    height: 36px;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    display: block;
    float: left;
    background-color: rgba(255, 255, 255, 0.0470588);
    margin-right: 8px;
		line-height: 1.5;
}

.footer-links a i {
  color: #aaa;
    font-size: 18px;
    transition: .3s all;
}

.footer-links a:hover i {
  color: #ffffff;
}

.footer-links .facebook:hover {
  background: #3b5996;
}

.footer-links .twitter:hover {
  background: #00acee;
}

.footer-links .google:hover {
  background: #c3391c;
}

.footer-links .linkedin:hover {
  background: #0073b2;
}


@media screen and (max-width:768px) {
	.header .navbar-header {
		height: 120px;
	}
	.page-container .col-md-9::before {
		display: none;
	}

	.page-container .right-content {
		padding-left: 0;
		padding-top: 0;
	}

	.navbar-collapse {
		float: left;
		padding: 0;
		margin-top: 20px;
		overflow: hidden;
	}

	.caption {
		left: 10px;
	}

	.caption p {
		font-size: 20px;
	}

	.footer-links {
		display: block;
		text-align: center;
			float: none;
			overflow: auto;
			margin-top: 20px;
	}

	.footer-links a {
		text-align: center;
		float: none;
		display: inline-block;
	}

	.copyright {
		text-align: center;

	}

	.navbar-default .navbar-toggle {
		margin-top: 40px;
		margin-right: 0;
	}

	.navbar-collapse {
		width: 100%;
		margin: 50px 0 0 0;
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin: 0;
	}

	.navbar-default .navbar-nav > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 40px;
		color: #fff !important;
	}

	.navbar-default .navbar-nav > li.dropdown:hover > a, .navbar-default .navbar-nav > li.dropdown:hover > a:hover, .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
		background: #fff;
	}

	.contact-content .col-md-7 {
		border-left: none;
	}
}

@media screen and (max-width:480px) {
	.navbar-brand {
		padding-top: 35px;
	}
	.navbar-brand>img {
		width: 250px;
	}

	.caption {
		top: 120px;
	}

	.caption p {
		line-height: 40px;
		font-size: 19px;
	}

	.projects .table>tbody>tr>.info {
		width: 110px;
	}

	.slider .owl-nav {
		bottom: 20%;
		top: auto;
	}
}

@media screen and (max-width:320px) {
	.navbar-brand {
		padding-top: 35px;
	}
	.navbar-brand>img {
		width: 210px;
	}

	.social-links {
		margin-top: 20px;
		}
	}

@media screen and (min-width:321px) {
	.contact-block {
		float: left;
	}
	.social-links{
		float: right;
	}
}

@media screen and (max-width:600px) {
.projects .project-specs,.projects .project-info {
	padding: 0 15px;
}

.projects .col-md-12 .project-specs {
	width: 125px;
}

.projects .col-md-12 {
	font-size: 14px;
	}

}
