@charset "utf-8";
html,body {
  height: 100%;
  width: 100%;
}
#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
    background-image: -webkit-linear-gradient(180deg,rgb(220 186 103) 0%,rgb(151 106 25 / 24%) 100%);
    background-image: -moz-linear-gradient(180deg,rgb(220 186 103) 0%,rgb(151 106 25 / 24%) 100%);
    background-image: -o-linear-gradient(180deg,rgb(220 186 103) 0%,rgb(151 106 25 / 24%) 100%);
    background-image: linear-gradient(180deg,rgb(220 186 103) 0%,rgb(151 106 25 / 24%) 100%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  
}
#menu-toggle {
	top: 0;
	right: 0;
	z-index: 1;
	position: fixed;
}
.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 rgba(255,255,255,0.85);
    margin-left: 10px;
    margin-right: 10px;
}
.sidebar-nav li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.sidebar-nav li a:hover {
  color: #00C7E8;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
  font-size: 18pt;
}
.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 16pt;
}
.sidebar-nav > .sidebar-brand a {
  color: #ffffff;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #00AFD3;
  background: none;
}
.pull-right{float:right}
.header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 96%, 49% 99%, 0 97%);
}
.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;
}



.media img{
	width: 30%;
	max-width: 200px;
	border: 1px solid #8C8C8C;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


@media (max-width:576px){
	.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/pic2.jpg) no-repeat center center fixed; 
  background-size: cover;
}

}
	
.intro {
    padding: 50px 0;
    background-color: #FFFFFF;
}
.media img{
    width: 30%;
    margin: 5px;
    max-width: 200px;
    padding: 5px;
    border: 1px solid rgba(130,130,130,1.00);
}

.services {
  background: #B2924E;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

span.service-icon {
    border: 3px dashed #ffffff;
    border-radius: 30%;
    display: inline-block;
    font-size: 60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    text-align: center;
	margin-bottom: 5%;
}
.portfolio{
	padding: 50px 0;
}
@media (max-width:768px){
	.img-thumbnail{
		transform: scale(0.8);
		margin: auto;
	}
	.carousel-item p,.carousel-item h5{
		margin-left: 10px;
		margin-right: 10px;
	}
	
}
.map {
    height: 80%;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	border: 5px solid rgba(0,95,164,1.00);
	border-radius: 30px;
	padding: 20px;
	box-shadow: 0px 10px 10px rgba(62,113,150,1.00);
}
@media (max-width:576px){
	.img-thumbnail{
		transform: scale(0.8);
		margin: auto;
	}
	.carousel-item p,.carousel-item h5{
		margin-left: 20px;
		margin-right: 20px;
	}
	.map {
    height: 80%;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	border: none;
	border-radius: 0px;
	padding: 0px;
	box-shadow: none;
}

}
.callout {
    color: #ffffff;
    display: table;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/callout.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 0px;
}
