  @import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');

  *{font-family: 'Rubik', sans-serif !important;}
  a{text-decoration: none !important;}
  .fmenu a{color: #ccc;}
  .bg-blue{background-color: #014c76 !important;}
  .bg-gray{background-color: #efefef !important;}
  #nonel:focus {
    outline: none !important;
}



#google_translate_element{background-color: inherit !important;}
#google_translate_element{
  background-image: none !important;
      background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial !important;
    background-repeat-x: repeat !important;
    background-repeat-y: repeat !important;
    background-attachment: scroll !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: transparent !important;
}

.goog-te-gadget-icon{display: none;}
.goog-te-gadget-simple {
    background: #8e161600 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #000;
}
.goog-te-gadget-simple span a {
    color: #000000 !important;
}

.stfont{font-family: 'Dancing Script', cursive !important;}

.nav-link {padding: 15px 0 15px 0;border-radius: 0 !important;text-transform: uppercase;}
.navbar a{color: #fff!important;}
.dropdown-menu a{color: #454545!important;}

@media (max-width: 767.98px) {
  .nav-item a{padding-left: 20px !important;}
}

h5{color: #fff;font-size: 18px;}
p{font-size: 14px;}
.alink{text-decoration: none;font-size: 14px;color: #0da3eb;}
.tittle-box{}


/* not active */
.nav-pills .nav-link:not(.active) {
    background-color: #1d77ae;
    color: #fff;
}


.dropdown:hover .dropdown-menu {
  display: block !important;
}



.nav-pills .nav-link:active{
  background-color: #f6a304 !important;
}

.nav-pills .active{background-color: #f6a304 !important;}

.nav-pills .nav-link:focus{
  background-color: #f6a304 !important;
}