/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* Side Menu */

#sidebar-wrapper {
	margin-right: -250px;
	right: 0;
	width: 250px;
	background-color: rgba(227,176,120,0.83);
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-bottom-left-radius: 45px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
	line-height: 50px;
	text-indent: 20px;
	border-bottom: 1px dashed #FFFFFF;
}

.sidebar-nav li a {
	color: #AB4547;
	display: block;
	text-decoration: none;
}

.sidebar-nav li a:hover {
	color: #4A4A4A;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 55px;
	line-height: 65px;
	font-size: 18px;
	background-color: rgba(200,164,164,1.00);
}

.sidebar-nav > .sidebar-brand a {
	color: #2E7C2F;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #8BCC9C;
	background: none;
}

#menu-toggle {
	top: 0;
	right: 0;
	position: relative;
	z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg.webp) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
	padding: 50px 0;
	background-image: -webkit-linear-gradient(270deg,rgba(146,208,237,1.00) 0%,rgba(255,255,255,1.00) 17.10%);
	background-image: -moz-linear-gradient(270deg,rgba(146,208,237,1.00) 0%,rgba(255,255,255,1.00) 17.10%);
	background-image: -o-linear-gradient(270deg,rgba(146,208,237,1.00) 0%,rgba(255,255,255,1.00) 17.10%);
	background-image: linear-gradient(180deg,rgba(146,208,237,1.00) 0%,rgba(255,255,255,1.00) 17.10%);
}

.media img{
	width: 30%;
	max-width: 200px;
	border: 1px dashed rgba(112,112,112,1.00);
	padding: 4px;}

/* Services */

.services {
  background: #7fbbda;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

span.service-icon {
  border: 6px dashed#ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 150px;
  height: 150px;
  line-height: 140px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout2 {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/../img/portfolio-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
	height: 80%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 4px solid #A49B68;
	border-radius: 15px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg.webp) no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }
	.img-thumbnail{
		transform: scale(0.8);
		margin: auto;
	}
	.carousel-item p,.carousel-item h5{
	 margin-left: 10px;
	 margin-right:10px; 
		
	}
}
