/*
 * Project: FH Mega Menu
 * Author: Filiz Ã–ZER
 * Author URI: http://codecanyon.net/user/designingmedia
 * Description: A Bootstrap 3 Mega Drop Down Menu
 * License: GPL
 */
.fhmm {
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
}
.fhmm .dropdown a, .fhmm .dropdown-menu a {
  color: #152F02;
}
.fhmm .dropdown-menu > li > a {
  padding: 6px 15px;
}
.fhmm .navbar-nav > li > .dropdown-menu {
/* margin-top: 1px; */
}
.fhmm i {
  font-size:12px;

}
.fhmm .dropdown-menu {
  box-shadow: none;
  border: 1px solid #efefef;
  padding: 0;
}
.fhmm .form-control {
  margin-top: 10px;
  border: 1px solid #efefef;
}
.fhmm .btn {
  margin: 10px 0 20px
}
.fhmm video {
  max-width: 100%;
  height: auto;
}
.fhmm iframe, .fhmm embed, .fhmm object {
  max-width: 100%;
}
.fhmm .google-map {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 200px;
}
.fhmm div.google-map {
  background: rgba(255, 255, 255, 0.5);
  background: #ffffff;
  height: 200px;
  margin: 0 0 0px 0;
  width: 100%;
}
#googlemaps img {
  max-width: none;
}
.fhmm .dropdown-menu .withoutdesc {
  margin-top: 0;
  padding: 15px 20px;
  display: block;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.fhmm a:hover {
  text-decoration: none
}
.fhmm .dropdown-menu .withoutdesc ul li {
  padding: 3px 10px;
}
.fhmm .dropdown-menu .withoutdesc ul li:hover, .fhmm .dropdown-menu .withoutdesc ul li:focus {
  text-decoration: none;
}
.fhmm .dropdown-menu .withoutdesc li:last-child {
  border-bottom: 0 solid #fff;
}
.fhmm .fhmm-content.withdesc a:after {
  color: #CFCFCF;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  margin: 10px 0 10px;
  text-transform: uppercase;
}
.fhmm .dropdown-submenu {
  position: relative;
}
.fhmm .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.fhmm .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.fhmm .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.fhmm .dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}
.fhmm .dropdown-submenu.pull-left {
  float: none;
}
.fhmm .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fhmm p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #656565;
}
.fhmm .nav, .fhmm .collapse, .fhmm .dropup, .fhmm .dropdown {
  position: static;
}
.fhmm .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.fhmm .container {
  position: relative;
}
.fhmm .dropdown-menu {
  left: auto;
}
.fhmm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.fhmm .fhmm-content {
  padding: 15px 10px;
}
.fhmm-content a:hover{
  color:#333;

}
.fhmm .dropdown.fhmm-fw .dropdown-menu {
  left: 0;
  right: 0;
  padding: 10px 0;
}
.fhmm .title {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
}
.fhmm ul {
  list-style: none !important;
  margin: 0;
}
.fhmm li {
  list-style: none !important;
  padding-bottom: 0;
  padding-left:0;
}
#navigation-wrap .container, #defaultmenu {
  padding: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #262626;
    fill: #262626;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
      font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.44444444444em;
    letter-spacing: -0.27px;
    margin:0 30px;
}
.dropdown-menu{
  background:#FFC905

}
.fhmm .dropdown-menu a {
    color: #203F6C !important;
    font-weight: bold !important;
   font-size: 16px;
}
@media screen and (max-width: 1024px) {
    .fhmm {
          position: absolute;
          z-index: 999;
          width: 100%;
          top: 88px;
      	  left:0;
      }
  .fhmm .dropdown-menu li{
    text-align:center;
  
  }

  

}
