body{
    background: #fff;
    color: #656565;
    line-height: 1.2em;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.content{
    font-size: 20px;
}

.breaker{
    display: block;
    height: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b6b6b6;
    clear: both;
}

.slider_container{
    position: relative;
    top: 90px;
}

.content{
    margin: 60px 0 60px 0;
    padding: 0;
    display: flex;
    flex-flow: column;
}
.content_holder{
    max-width:1160px;
    margin: 0 auto;
}
.intro_box{
    text-align: justify;
    text-justify: inter-word;
    text-align-last: center;
}
.center{
    text-align: center;
}
.title{
    /* font-family: railway; */
    text-transform: capitalize;
    color: #00a5bc;
    font-size: 40px;
    padding: 25px 15px;
}

.sub_title{
    color: #5b5b5b;
    font-size: 30px;
    padding: 15px;
}

.topics_list{
    margin: 0 auto;
    padding: 15px;
    width: 800px;
}

.topics_list dl{
    padding-bottom: 10px;
}

.topics_head{
    color: #087988;
    background-color: #ffffff;
    font-size: 30px;
    padding: 0px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.topics_head:hover {
    color: #00a5bc;
    font-size: 35px;
    }

.topics_body{
    font-size: 14px;
    padding: 1px 1px;
}

.topics_body li{
    text-align: left;
    padding-top: 4px;
    padding-left: 150px;
    border-bottom: 1px dashed #b2b2b2;
}

.recruit_content p{
    font-size: 14px;
    margin: 5px;
}

.recruit_button {
  padding-top: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  background-color: #037787;
  width: 140px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.button:hover {
  background-color: #00a5bc;
  box-shadow: 0px 10px 10px rgba(46, 230, 202, 0.4);
  color: #fff;
  transform: translateY(-7px);
}



.invite_title>a{
    text-decoration: none;
    color: rgb(100, 180, 225);
    font-size: 15px;
}
.invite_message{
    display: flex;
    flex-flow: row;
    border: 1px solid #bbb;
    border-radius: 25px;
    padding: 20px 35px;
    margin-bottom: 40px;
}
.invite_left{
    flex:auto;
}
.invite_right{
    width: 150px;
    display: flex;
    justify-content: flex-end;
}
.invite_content{
    line-height: 24px;
    font-size: 13px;
}
.invite_button{
    padding: 8px 26px;
    border-radius: 25px;
    background: rgb(255, 111, 52);
    text-align: center;
    color: #fff;
    align-self: center;
    box-shadow: none;
    border: none;
    color: #fff;

}

.image_info_container{
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    padding: 30px 0;
}

.image_box{
    position: relative;
    width: 28%;
    height: 240px;
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.36);
}
.image_box:hover>img{

}
.image_caption{
    max-height: 120px;
    background: rgba(0, 165, 188, 0.7);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
.blank{
    height: 350px;
}
.sponsors_container{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.sponsors_holder{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
}
.sponsor_box{
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0;
    border: none;
}

/* navigation */


.banner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #ffffff;
    background-image: url('/img/background/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

/*
*#navigation
*/
.nav_container{
    width: 100%;
    height: 53px;
    display: flex;
    position: fixed;
    top:90px;
    z-index: 9;
    box-sizing: border-box;
    color: #ededed;
    background: rgba(223, 146, 146, 0.2);
}
.nav_position_fixed{
    position: fixed;
    top: 0;
}
.nav_maintain_background{
    background:rgba(3, 119, 135, 0.4) !important;
}
.nav_holder{
    display : flex;
    flex-flow: column;
    width: 100%;
    position: absolute;
}
.full_color{
    background: rgba(3, 119, 135, 1);
}
ul.nav_wrapper{
    position: relative;
    list-style: none;
    display: flex;
    flex-flow: row;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
li.nav_item_holder{
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

a.nav_item{
    padding: 20px 25px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.nav_item>i{
    font-size: 21px;
}

ul.nav_wrapper>li.nav_item_holder:not(:first-child):before{
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 1px;
    height: 12px;
    border-left: 1px solid #fff;
    content: '';
}
ul.nav_wrapper>li.nav_item_holder:hover:before{
    border-left:none !important;
}
ul.nav_wrapper>li.nav_item_holder:hover+.menu_dropdown_container+li.nav_item_holder:before{
    border-left: none !important;
}
ul.nav_wrapper>li.nav_item_holder:hover{
    transition: background 0.38s ease-in;
    background: #037787;
    color: #efefef;
}
ul.nav_wrapper>li.nav_item_holder:hover{
    background: #037787;
}

ul.nav_wrapper>li.full_color_hover:hover, ul.nav_wrapper>li.full_color_hover+.menu_dropdown_container>ul.menu_dropdown_holder{
    background: #00a5bc;
}

.nav_button{
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    cursor: pointer;
}
#nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.menu_dropdown_container{
    display: none;
    position: absolute;
    overflow: hidden;
    top: 53px;
    left: 0;
    z-index: 999;
}
ul.menu_dropdown_holder{
    list-style: none;
    background: #037787;
    border-radius: 1px;
    display: flex;
    flex-flow: column;
}
ul.menu_dropdown_holder>li.menu_holder{
    display: inline-block;
    position: relative;
    font-size: 13px;
}
ul.menu_dropdown_holder>li.menu_holder:not(:first-child){
    border-top: 1px solid #038697;
}
ul.menu_dropdown_holder>li.menu_holder:not(:last-child){
    border-bottom: 1px solid #026c79;
}
ul.menu_dropdown_holder>li.menu_holder>a.menu_item{
    display: inline-block;
    padding: 16px 25px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
ul.nav_wrapper li.full_color_hover+.menu_dropdown_container>ul.menu_dropdown_holder>li.menu_holder:not(:first-child){
    border-top: 1px solid #00b4cd;
}
ul.nav_wrapper li.full_color_hover+.menu_dropdown_container>ul.menu_dropdown_holder>li.menu_holder:not(:last-child){
    border-bottom: 1px solid #0092a6;
}

/* end of navigation */

/* footer */

.footer_content{
    display: flex;
    padding: 40px 0;
    background-image: url('/img/background/footer-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_left{
    flex: 1;
    display: flex;
    color: #fff;
    justify-content: space-around;
}
.link_box {
    padding: 0;
}
.first_box{
    width: 120px;
}
.link_title{
    padding: 30px 0;
}
ul.link_holder{
    display: flex;
    flex-flow: column;
}
li.link{
    padding: 8px 0;
}
li.link>a{
    text-decoration: none;
    color: #fff;
}
li.link>a:hover{
    text-decoration: underline;
}

.social_left{
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_right{
    flex: 1;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.social_icon{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
}
.social_icon>a{
    color: #fff;
}

.footer_right{
    flex: 1;
    display: flex;
    line-height: 25px;
    color: #fff;
}
.address_container{
    flex: 1;
    display: flex;
    justify-content: center;
}
.address_box{
}
.address_title{
    text-transform: capitalize;
    padding: 25px 0px;
    font-weight: 500;
}
.address_content{

}
.address_holder{

}
.address{
    padding: 6px 0 ;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.address>i{
    font-size: 25px;
    margin-right: 15px;
}
.address_breaker{
    border-color: #fd6639;
    border-width: 2px;
    margin-top: 25px;
}
.subscribe_box{
    flex: 1;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.subscribe_holder{
    max-width: 250px;
}
.subscribe_title{
    text-transform: capitalize;
    padding: 25px 10px;
    font-weight: 500;
}
.subscribe_content{
    margin: 15px 0;
    padding: 0 10px;
}
.subscribe_form_title{
    padding: 6px 0;
}
.subscribe_form{
    margin: 20px 0;
    min-height: 115px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.subscribe_input{
    height: 30px;
    border: none;
    padding: 0 8px;
    font-size: 14px;
}
.subscribe_submit{
    background: #fd6639;
    padding: 5px 8px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: none;
    border: none;
    color: #fff;
}
.subscribe_submit>i{
    font-size: 23px;
}

.copyright{
    text-align: center;
    background: #037787;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}

/* end of footer */

.services_holder{
    flex-flow: column;
}
.service_box{
    width: auto;
}
.image_info_container{
}
.attention{
  color : red;
  text-align : center;
  padding-top: 20px;
}
.attention_detail > p{
  color : black;
  text-align : center;
  font-size: 14px;
  margin: 5px;
}

.pamp_img{
    margin-top : 10px;
    margin-right : 20px;
    width : 150px;
    height : 212px;
    border : 1px black solid;
}

.pamphlet > ul > li{
    display: inline-block;
    vertical-align: middle;
}

.pamphlet > ul > li > p{
    color : black;
    text-align : left;
    font-size: 14px;
    line-height: 20px;
}
.pmark_img {
    border: 0px;
    width: 40%;
    height: 40%;
}
.icd_img {
    border: 0px;
    width: 40%;
    height: 40%;
}
.icon_col {
    float:right;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 50%;
}
