.menu_item{

}
.menu_item:hover{
    cursor: pointer;
}
.loader_bar{
    /*position: absolute;*/
    left: 0px;
    bottom:0px;
    height: 2px;
    width: 0px;
    background-color: #40D5FA;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    /*z-index: 1;*/
    cursor: pointer;
    border-radius: 10px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#section_title{
    display: none;
}
.menu_title{
    text-shadow: 0px 2px #40D5FA;
}
.imgGallery{
    border: 3px solid #035F7C;
    border-radius: 15px;
}

.sel_img:hover{
    cursor: pointer;

}
.dd_item:hover{
    color: #3F7E95;
    font-weight: bold;
}
#facebook:hover{
    cursor: pointer;
}
#instagram:hover{
    cursor: pointer;
}