body {
   
	margin:0;
	padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	word-spacing:0.5px;
	letter-spacing:1px;
}

h1{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	color:white;
}
h3{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 19.4px;
	color:white;
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 200%;
	text-align:justify;
	
}

.textcenter{
	text-align:center;
}
.center{
	width:90%;
	margin:0 auto;
}
.right{
	float:right;
}
.container-fluid{
	width:100% !important;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:white;
}
#myCarousel{
 -webkit-box-shadow: 0px 12px 22px 0px rgba(50, 50, 50, 0.67);
-moz-box-shadow:    0px 12px 22px 0px rgba(50, 50, 50, 0.67);
box-shadow:         0px 12px 22px 0px rgba(50, 50, 50, 0.67);
}




#top{
	background-color:white;
	height:30px;
	
	
}
.carousel-inner>.item > img{
	height:500px;
}


.about{
	background-color:#f8f8f8;
	height:400px;
	padding-right:20px;
	width:100%;
	text-align:center;
	overflow:visible;
 border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
	
}
/*
.about:hover{
	background-color:#e5e5e5;
 
   
	
    -moz-border-radius: 37px 37px 37px 37px;
    -webkit-border-radius: 37px 37px 37px 37px;
	border: 0px solid #000000;
}
*/
.about:hover{
	background-color:#e5e5e5;
 -webkit-box-shadow: 0px 12px 22px 0px rgba(50, 50, 50, 0.67);
-moz-box-shadow:    0px 12px 22px 0px rgba(50, 50, 50, 0.67);
box-shadow:         0px 12px 22px 0px rgba(50, 50, 50, 0.67);
}







.about > img{
	padding-top:10px;
}
.readmore{
	display:none;
	margin-top:-10%;
}
.about > p{
	padding-left:10px;
}
.abouttop{
	background-color:#e6e3e3;
	border-radius:10px
}
.abouttop > button{
	margin-top:2%;	
}
button{
	background-color:#e4bc24;
}
button:hover{
	background-color:#fcdf8a;
}
.navbar-inverse {
	background-color: #c6cbcc;   
    padding-right: 30px !important;
	
}
.white > p, .white > a{
	color:white;
}
.navbar {
    border-radius: 0px;
	border-color:#c6cbcc; 
	height:90px;
	margin:0;
border:0px;
	
	
}

.navbar-default {
background-color: rgba(35, 33, 33, 0.50);
}
.navbar-default .navbar-nav>li>a {
color:white;
}
#home{
position: absolute;
    width: 100%;  
    top: 0;
    left: 0;
    padding: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#e7c43f;
	background-color:transparent;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #e4b401;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
	body {	
	
	font-size:14px;
}

h1,h3,h2 {
    color: orange;
font-size:16px;    
}

p {
    font-family: Geneva;
    font-size: 14px;
	text-align:justify;
	color:black;
}
.navbar-collapse > ul{
	background-color:black;
}

.nav>li >a{
	margin-top:0px;
}
.nav>li {
   
    height: 20px !important;

}
.smallhide{
	display:none;
}
.about{
	margin-bottom:30px;
}


.divider2 {
	 float:left !important;
    width:70% !important;
    text-align:left !important;
}
.smallcenter{
	margin:0 auto;
}


.overlayimg, .margintop{
	margin-top:10px !important;
}
.abouttop{
	padding:10px;
}
.readmore{	
	margin-top:-100px;
}

}
/* Reset */
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
.social-buttons {
  height: 40px;
  margin: auto;
  font-size: 0;
  
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}

.social-button {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 20px;
  line-height: 20px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: .99;
  border-radius: 28%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:before {
  content: '';
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: -110%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
  font-size: 20px;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
  background-color: #3B5998;
}
.social-button.facebook .fa {
  color: #3B5998;
}
.social-button.twitter:before {
  background-color: #3CF;
}
.social-button.twitter .fa {
  color: #3CF;
}
.social-button.pinterest:before {
  background-color: #DC4A38;
}
.social-button.pinterest .fa {
  color: #DC4A38;
}
.social-button.dribbble:before {
  background-color: #F26798;
}
.social-button.dribbble .fa {
  color: #F26798;
}
.social-button.rss:before {
  background-color: #00AFF0;
}
.social-button.rss .fa {
  color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}


.divider {
    width:90%;
    text-align:center;
	color:white;
font-size:24px;
font-weight:600;
}

.divider2 {
	
    width:70%;    
	color:white;
	font-size:20px;
}
.divider2 hr {
    
    width:30%;

}
.divider3 {	
	
    width:60%;
    
	color:white;
	font-size:20px;
}
.divider3 hr {
    margin-left:auto;
    margin-right:auto;
    width:40%;

}

.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:70%;

}

.left {
    float:left;
}

.right {
 
}



.nav>li {
	border-right:0px solid black;
	height:90px;
}
.nav>li >a{
	margin-top:20px;
}
.nav>li>a:hover{
	color:#e7c43f;
}
.divmargin{
	padding:60px 30px 30px 20px;
	
}

.shape1{	
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #e4bc24;
	margin-left:20%;
	position:relative;	
	
}

.overlayimg{
	margin-top:-350px;
}

input[type="text"],input[type="email"]{

  background-color : #d1d1d1; 

}
#Message,#Address{
	background-color : #d1d1d1; 
}

.nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

.b{
	color:black;
}

.centerline{
	width:6%;
	background-color:white;
	height:2px;
margin:0 auto;
}

.profile{
margin-top:30%;
}


section.aw-accordion{
  width:90%; 
  margin:40px auto;
  margin-bottom:30px;
}

section.aw-accordion .one, 
section.aw-accordion .two, 
section.aw-accordion .three, 
section.aw-accordion .four,
section.aw-accordion .five,
section.aw-accordion .six,
section.aw-accordion .seven{
  font-size:14px;
  width:14%;
  float:left;
  height:320px;
  display:inline-block;
  z-index:1;
  position:relative;
  overflow:hidden;
  padding:1%;
  transition:all 200ms cubic-bezier(0.645, 0.575, 0.090, 1.000);
  cursor: default;
}

section.aw-accordion .one span, 
section.aw-accordion .two span, 
section.aw-accordion .three span, 
section.aw-accordion .four span,
section.aw-accordion .five span,
section.aw-accordion .six span,
section.aw-accordion .seven span{
   background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 255, 0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  height:100%;
  display:table;
  
}

section.aw-accordion .one{
  background-color:#ff7f00;
  border-radius:10px 0 0 10px;
}

section.aw-accordion .two{
  background-color:#5c6bc0;
}

section.aw-accordion .three{
  background-color:rgba(83,0,134,0.80);
}

section.aw-accordion .four{
  background-color:
#006064;  
}
section.aw-accordion .five{
  background-color:#f44336;
}
section.aw-accordion .six{
  background-color:#0288d1;
}
section.aw-accordion .seven{
  background-color:#33691e;
  border-radius:0 10px 10px 0;
}
/*
section.aw-accordion .one:hover, 
section.aw-accordion .two:hover, 
section.aw-accordion .three:hover, 
section.aw-accordion .four:hover,
section.aw-accordion .five:hover,
section.aw-accordion .six:hover,
section.aw-accordion .seven:hover{
  overflow-y: auto;
}
*/
section.aw-accordion .one:hover span,
section.aw-accordion .two:hover span,
section.aw-accordion .three:hover span,
section.aw-accordion .four:hover span,
section.aw-accordion .five:hover span,
section.aw-accordion .six:hover span,
section.aw-accordion .seven:hover span{
   background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, .7));
	-webkit-background-clip: text;
font-size:16px;

}

section.aw-accordion div::-webkit-scrollbar {  
    width: 12px;  
}  
section.aw-accordion div::-webkit-scrollbar-track {  
    background-color: rgba(1, 1, 1, .1);
}  
section.aw-accordion div::-webkit-scrollbar-thumb {  
    background-color: rgba(1, 1, 1, .2);
}  
section.aw-accordion div::-webkit-scrollbar-thumb:hover {  
    background-color: rgba(1, 1, 1, .3);
}  

section.aw-accordion div img{
  
  margin:0 10px 0 0;
  border:3px solid rgba(255, 255, 255, .2);
  box-shadow:0 0 15px rgba(1, 1, 1, .1);
  -webkit-box-shadow:0 0 15px rgba(1, 1, 1, .1);
  -moz-box-shadow:0 0 15px rgba(1, 1, 1, .1);
  width:100%;


}

section.aw-accordion div img,
section.aw-accordion div h2{
  opacity:.5; 
  transition:all .5s
}

section.aw-accordion div:hover img,
section.aw-accordion div:hover h2{
  opacity:1;
}

section.aw-accordion div h2{
  margin:0 0 5px;
  font-weight:300; 
  color:white;
}

@media (max-width:1024px){
  section.aw-accordion .one,
  section.aw-accordion .two,
  section.aw-accordion .three,
  section.aw-accordion .four,
section.aw-accordion .five,
section.aw-accordion .six,
section.aw-accordion .seven{
    font-size:12px;
  }

 
  section.aw-accordion div h2{
    font-size:120%
  }
}

@media (max-width:990px){
  section.aw-accordion div img{
    width:100%;
  }
.profile{
margin:0 auto;
}
  section.aw-accordion div h2{
    font-size:100%
  }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
    width: 105%;
    background-color: black;
    margin-top: 40px;
}
}

/* Styling Demo */




section.aw-accordion > h2{
  color:white;
  display:block;
  width:100%;
}

section.aw-accordion > h2 > .read-article{
  color:white;
  border-radius:5px;
  border:1px solid #233445;
  padding:4px 8px;
  text-decoration:none;
  float:right;
  text-align:center;
  font-size:80%;
}

section.aw-accordion > h2 > .read-article:hover{
  color:white;
  border:1px solid white;
}

@media (max-width:768px){
  section.aw-accordion{
    width:100%; 
  }
  section.aw-accordion h2{
    font-size:80%;
    letter-spacing:-1px;
  }
}


@media (max-width:1200px){
.about {
    margin-bottom: 30px;
}
}



