body,html
  {
    overflow-x: hidden;
  }
  
  
  h2{
	font-weight: bold;
    font-size: 30px; 
    color:#f57722;	
  }
  
  h3{
 
    padding: 10px;
    margin-top: 10px;
    color: black;
    font-size: 20px;
	}
	
	  h5{
    background-color:#1bb700;
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-size: 20px;
	}
	
	p{
	 font-size:16px;	
		
	}
	
/*header tab*/
.nav-bar{
   display: flex;
    background-color:white;

}
.nav-bar a{
  text-decoration:none;
  padding: 21px 20px;
  color:gray;
  font-size: 13px;
  font-weight: bold;
}
.nav-bar a:hover {
  background-color: white;
  color: #08bbce;
  font-weight:bold; 
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff5400;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*dropdown in tabs*/
.dropbtn {
  /*color: white;*/
  padding: 16px;
  font-size: 15px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  margin-top:15px;
  position: absolute;
  background-color: rgba(241,241,241,.95);
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
    color: #044a92;
    padding: 13px 35px;
    text-decoration: none;
    display: block;
    font-size: 17px;
    width: 203px;
}
.dropdown-content a:hover {
  color: #17caf3;
  background-color: rgba(241,241,241,.95);        
}
.dropdown:hover .dropdown-content  {display: block;}

/*boxes design*/
.peopledetails {
    min-height: 175px;
    padding: 10px;
   box-shadow: 0px 0px 8px -1px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.peopledetails:hover{
  /*border: 1px dotted #c3c3c3;*/
  /*background-color:#d2cece;*/
}
.block{
    text-align: center;
    width: 100%;
    /*float: left;*/
}
.designation{
    font-size: 16px;
    padding: 5px 0;
    font-style: italic;
    text-align: center;
    margin-top:-10px;
}
.col-xs-12{
    float: left;
}
.peopledetails h4 {
    margin-top: 10px;
    color: #32302f;
}
.peopledetails .personimage {
    text-align: center;
}
.peopledetails .personimage img {
    display: inline;
    /*width: auto;*/
}
/*img{
     max-width: 100%;
    height: auto;
}*/
.peopledetails .persondetails {
    margin-left: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #727272;
}
.footer{
    background-color: #353535;
    /*margin-top:20px;*/
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 20px
}
ul.social-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.social-media-list li {

    display: inline-block;
}
ul.social-media-list img {
    padding: 5px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
}
ul.social-media-list img:hover {
    /*background-color: #f31010;*/
}

.footer_links{
color: #bbbaba;
font-size: 15px;
line-height: 14px;
display: inline;
text-align: center;
box-sizing: border-box;
}
/*what we do page*/
.background{
  background: url('../images/foundation-background.jpg')no-repeat;
  background-position: center;background-size: cover;
}
/*what we do page*/



/*mobile nav*/
.sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 200;
   top: 0;
   left: 0;
   overflow-x: hidden;
   transition: 0.5s;
   padding-top: 60px;
   background-color: #213350;
   /*background-image: linear-gradient(to bottom right, coral, #ddd, green);  #434850*/
}

.sidenav a, .dropdown-btn {
   padding: 18px 18px 8px 32px;
   /*padding: 10px 0 18px;*/
   margin-bottom: 8px;
   text-decoration: none;
   font-size: 17px;
   /*color:#404040;*/
   color: #acb2b6;
   display: block;
   transition: all 250ms ease-out;
   border-bottom: 1px solid rgba(255,255,255,.1);
   /*border-bottom: 1px solid #ccc;*/
}
.sidenav a:hover{
   border-bottom: 1px solid #f8efd2;
   color: #f8efd2;
   font-weight: 500;
}
.sidenav .closebtn {
   position: absolute;
   top: 0;
   right: 8px;
   font-size: 38px;
   float: right;
   margin-left: 40px;
   border: none;
}
.dropdown-container {
 display: none;
 /*background-color: rgba(241,241,241,.95);*/
}
.dropdown-container a{
 border: none;
 border-bottom: 1px solid rgba(255,255,255,.1);
 padding-left: 45px;
}
.dropdown-container a:hover {
 color: #17caf3;
 padding-left: 45px;
 border-bottom: 1px solid rgba(255,255,255,.1);
 /*background-color: rgba(241,241,241,.95);        */
}
.fa-chevron-down {
 float: right;
 color: #AAAAAA;
 padding-right: 10px;
}

.rotate {
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
}
.rotate.up {
   -moz-transform:rotate(180deg);
   -webkit-transform:rotate(180deg);
   transform:rotate(180deg);
}
/*end of mobile nav*/








@media (max-width: 767px) and (min-width: 320px){
 .peopledetails .designation {
    text-align: center;
}
@media (max-width: 767px) and (min-width: 320px){
 .block {
    text-align: center;
}  
}
/*our approach*/

/*our approach*/