@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
/*Social Icons*/
.titleFont {
  font-size: 35px;
  color: #000;
  line-height: 45px;
  font-family: "Hind", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}

.titleFont::before {
  content: '';
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}

@media (max-width: 767px) {
  .titleFont {
    font-size: 28px;
    line-height: 35px;
  }
}

.skiptranslate span {
  display: none;
}

.goog-te-gadget {
  color: #fff !important;
}

#google_translate_element {
  text-align: right;
  position: absolute;
  right: 0;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border-radius: 20px;
  padding: 5px 5px;
}

#sidebarCollapse {
  background: transparent;
  padding: 0;
}

#sidebarCollapse i {
  color: #DA251D;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .hideclose {
    display: block;
  }
  #sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  #sidebar ul li:hover a {
    color: #DA251D;
  }
  #sidebar ul li.active a {
    color: #DA251D;
  }
  #sidebar.active {
    left: 0;
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #dismiss {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
  }
  .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbarLink ul li {
    margin-left: 0 !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .navbarLink ul li a {
    color: #000 !important;
  }
  .navbarBtn {
    text-align: right;
  }
}
/*# sourceMappingURL=menu.css.map */