.navbar-old{
padding:22px;
background-color:#18689c!important ;
}
.navbar{
padding:0px;
background-color:#40bdb6!important ;
}
#menu_ul_div{
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;


}
#menu_ul   {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #5f5f5f;
        float: center ;
}

#menu_ul li {
	float: left ;
        margin: 0 auto;

}

#menu_ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#menu_ul li a:hover {
	background-color: #111;
        text-decoration: none;
        color: #FFF;
        transform: scale(1.05);
}
#logo a span.heading {
    font-family: 'Avenir-Demi' !important;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
    line-height: 20px;
}
#logo a span {
    height: 62px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    float: left;
}

.div_center {
    margin: auto;
    width: 90%;
    border: 0px solid grey;
    padding: 10px;
}

p.big {
line-height: 1.5;
font-size:1.75rem;
text-align: justify;
}

p.awards {
line-height: 1.25;
font-size:1.50rem;
text-align: justify;
}

p.big_about {
line-height: 1.15;
font-size:1.25rem;
text-align: center;
}

.footer-area-old {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#18689c;
    color: white;
    text-align: center;
}

.footer-area {
    width: 100%;
    margin: 0;
    padding:0;
    display: block;
    background: #40bdb6;
    position: fixed;
    bottom: 0;
    max-width: 100%;
}
.clearfix::after {
    width: 100%;
    height: 35px;
}

p {
    font-family: "open_sanslight", "Helvetica Neue", Helvetica, sans-serif;
   /* font-family: Verdana;
    font-family: Georgia, "Bitstream Charter", serif;
      font-family: Arial, Helvetica, sans-serif;
    font-family: "Times New Roman", Times, serif;
    font: italic bold 12px/30px Georgia, serif;*/
    font-variant: normal;
    font-weight: 500;


}


h3{
    font-family:Stencil Std, fantasy;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

@media screen and (max-width: 600px) {
  #menu_ul a {
    float: none;
    width: 100%;
  }
}

* {
    box-sizing: border-box;
}

.education {
    color: black;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

#qualification {
    /*background:rgba(255, 255, 255, 0.4);*/
    background:rgba(205, 230, 255, 0.4);
    color:black;
    padding: 5px;
}

p.number_bold {
font: bold 30px Helvetica Neue, Helvetica, serif;
}

.img-thumbnail-custom {
    padding: .25rem;
    /* background-color: #fff; */
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 90%;
    height: 150;
}

.img-fluid-custom {
    max-width: 90%;
    height: 150;
}
