/* your styles go here */
 .nav  a.dropdown-toogle:hover, .open.a, .open>a:hover, .open>a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  border-color: unset;
}

.footer__block {

  padding: 5px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.section_p_top{
	padding-top: 10px;
}
.section_p_bottom{
	padding-bottom: 10px;
}

.section_assign{
	padding-top: 0px;
	padding-bottom: 15px;
}
.caption {
    font-size: smaller;
    font-style: italic;
    margin-left: 5px;
    text-align: center;
    padding-top: 4px !important;
    margin-bottom:15px;
}
.p_image{
	margin-bottom: 0px;
}

.img-m{
    max-width: 600px;
}

.img-s{
    max-width: 400px;
}
.img-ss{
    max-width: 300px;
}

.img-xs{
    max-width: 200px;
}

.img-border{
    background-color: transparent;
    border: 3px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.scroll-menu{
   max-height: 90vh;
   overflow: auto;
 }

 .note{
  font-style: bold;
  color:#ff751a;  
 }

 .text_bigger{
    font-size: bigger;
 }
 .caption:first-letter{
    text-transform: capitalize;
 }

 h5, .h5 {

    margin-bottom: 10px !important;
}
.black{
    color:#000000;
}
.with-dropdown{
    display: inline-grid !important;
    padding-right: 0px !important;
}
