/* start header css */
header#header {
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  padding: 65px 0px;
}
header#header .navbar__menu .menu__item {
  padding: 0px 20px;
}
header#header .navbar__menu .menu__item:first-child {
  padding-left: 0;
}
header#header .navbar__menu .menu__item a {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
header#header .fh__social-icon {
  padding-right: 5px;
}
header#header .fh__social-icon a {
  padding-right: 20px;
}
header#header .fh__social-icon a img,
.fh__footer .fh__footer-social picture {
  transition: all 0.2s ease-in-out;
}
header#header .fh__social-icon a:hover img,
.fh__footer .fh__footer-social picture:hover{
  transform: scale(1.1);
}
header#header.fh__header-fixed {
  position: fixed;
  background-color: #ffffff;
  padding: 15px 0px;
}
header#header.fh__header-fixed .navbar__menu .menu__item a {
  color: #000000;
}
/* end header css */
/* link hover affect css start */
header#header .navbar__menu .menu__item a:before,
.fh__footer-bottom ul li a:before {
  content: '';
  position: absolute;
  background: #ffffff;
  mix-blend-mode: exclusion;
  width: calc(100% + 20px);
  height: 0;
  bottom: -4px;
  left: -10px;
  transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
header#header .navbar__menu .menu__item a:hover:before,
.fh__footer-bottom ul li a:hover:before{
  height: calc(100% + 8px);
}

/* link hover affect css end */
/* start footer css */
.fh__footer-top-sec.fh__bgimg-style {
  padding: 17.2% 0px;
}
.fh__footer-bottom ul li a{
  position: relative;
}
.fh__footer {
  background-image: url(../image/about-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  padding: 50px 0;
}
.fh__footer .inner.fh__contact-form {
  padding-left: 130px;
  padding-right: 60px;
}
.fh__footer .inner.fh__contact-form h2 {
  color: #16263E;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.fh__footer .inner.fh__contact-form .fh__desc p {
  color: #16263E;
  max-width: 85%;
}
.fh__footer .fh__contact-form .form-group {
  margin-bottom: 15px;
}
.fh__footer .fh__contact-form .form-group label {
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 12px;
  color: #16263E;
}
.fh__contact-form form input, 
.fh__contact-form form textarea {
  width: 100% !important;
  padding: 23px 15px !important;
  border: 0;
  background-color: #F5F4F4 !important;
  box-sizing: border-box !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.fh__contact-form form input:focus, 
.fh__contact-form form textarea:focus{
  background-color: #F5F4F4 !important;
  box-shadow: unset !important;
}
button.frm_button_submit {
  background-color: #E0592B !important;
  border-color: #E0592B !important;
  width: 100% !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "Chapman" !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  transition: all 0.2s ease-in-out;
}
button.frm_button_submit:hover{
  background-color: #16263E !important;
  color: #ffffff !important;
  border-color: #16263E !important;
}
.fh__footer .fh__contact-form .form-group input[type=submit] {
  background-color: #E0592B !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Chapman";
}
.fh__footer .fh__footer-menu {
  padding-top: 30px;
}
.fh__footer .fh__footer-menu p {
  color: #16263E;
}
.fh__footer .fh__footer-bottomright > .inner {
  margin-left: 15px;
  border-top: 1px solid #19263C;
  padding-top: 25px;
  margin-top: 110px;
}
.fh__footer .fh__footer-bottomright > .inner .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fh__footer .col-sm-7 > .inner {
  padding-left: 30px;
}
.fh__footer .fh__tel-link.footer-link {
  padding: 20px 0px;
}
.fh__footer .footer-link span {
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.fh__footer .fh__footer-menu h4 {
  padding-bottom: 10px;
  color: #16263E;
}
.fh__footer .fh__footer-menu p {
  margin-bottom: 5px;
}
.fh__footer .fh__footer-social {
  max-width: 60%;
}

.fh__footer-bottom .inner h4 {
  color: #16263E;
  font-size: 18px;
}
.fh__footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.fh__footer-bottom ul li {
  padding: 0px 15px;
}
.fh__footer-bottom ul.fh__footermenu-link li:first-child {
  border-right: 1px solid;
  padding-left: 0px;
}
.fh__footer .inner.fh__contact-form{
  padding-left: 145px;
}
address {
  font-style: normal;
}
.fh__footer{
  overflow: hidden;
}
header#header.fh__header-fixed {
    position: fixed;
    background-color: #ffffff;
    padding: 30px 0px;
}

header#header.fh__header-fixed {}

header#header.fh__header-fixed .navbar__menu .menu__item a {
    color: #000000;
}
/* 404 page header css */
.error404 header#header {
  position: static;
  background-color: #16263E;
  padding: 25px 0;
}
/* start my css 16-09-2021 */
ul.logo_list li a:before {
  content: none;
}
.fh__footer-bottom .sis_venues ul li:nth-child(2) {
  margin: -45px 0 0;
}
.fh__footer-bottom .inner .sis_venues h4 {
  padding-bottom: 35px;
  text-align: right;
}
.fh__header-wrap .header_logo {
  display: none;
}
.fh__header-fixed .fh__header-wrap .header_logo {
  display: block;
}
header#header.fh__header-fixed {
  padding: 5px 0;
}
.fh__footer-logo img {
  max-width: 185px;
}
.fh__footer-bottom .sis_venues ul li {
  max-width: 20%;
  flex: 0 0 20%;
}
header#header.fh__header-fixed .fh__social-icon img{
  filter: invert(100%) sepia(8%) saturate(3207%) hue-rotate(
130deg) brightness(95%) contrast(80%);
}
@media (max-width: 1366px){
  /* footer css */
  .fh__footer .inner.fh__contact-form {
    padding-left: 15px;
    padding-right: 15px;
}
header#header {
  padding: 25px 0px;
}
}
@media (max-width: 1199px){
  .fh__footer .inner.fh__contact-form {
    padding-left: 127px;
    padding-right: 15px;
}
.fh__footer .fh__footer-menu .col-sm-2:last-child {
  display: none;
}
.fh__footer .fh__footer-bottomright > .inner {
  margin-left: 25px;
  border-top: 1px solid #19263C;
  padding-top: 25px;
  margin-top: 80px;
}
header#header {
  padding: 20px 0px;
}
header#header .navbar__menu .menu__item {
  padding: 0px 12px;
}
.fh__footer-bottom .sis_venues ul li {
  max-width: 17%;
  flex: 0 0 17%;
}
.fh__footer-bottom .sis_venues ul li:nth-child(2) {
  margin: -25px 0 0;
}
}
@media (max-width: 1024px){
  .fh__footer .inner.fh__contact-form {
    padding-left: 40px;
    padding-right: 15px;
}
}
@media (max-width:991px){
  .fh__footer-bottom .inner .sis_venues h4 {
    padding-bottom: 35px;
    text-align: left;
  }
  .fh__header-wrap img {
    max-height: 50px;
    object-fit: contain;
  object-position: left;
}
.fh__menu-link {
    display: none;
}
  .mobile-toggle .mobile-toggle__inner span {
    background-color: #ffffff;
    height: 2px;
    width: 100%;
    display: block;
    margin-bottom: 7px;
}
.mobile-toggle .mobile-toggle__inner {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
  z-index: 99;
  display: block;
}
.mobile-toggle.hidden--md {
  display: block;
  position: relative;
}
.fh__menu-link.menu_open {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #E0592B;
  float: left;
  width: auto;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 6px 0px 12px 0px #000;
  box-shadow: 6px 0px 12px 0px #000;
  z-index: 9999;
  padding-top: 40px;
  overflow-y: auto;
}
.fh__header-wrap .fh__main-menu {
  order: 1;
}
.fh__header-wrap .fh__right-header{
  order: 0;
}
.fh__header-wrap .fh__right-header .fh__social-icon {
  order: 1;
}
.fh__header-wrap .fh__right-header .fh__header-btn {
  order: 0;
}
.fh__header-wrap .fh__right-header .fh__header-btn a {
  padding: 8px;
  font-size: 12px;
  margin-right: 15px;
}
header#header .navbar__menu .menu__item {
  display: block;
  width: 100%;
  padding: 0px 15px !important;
}
header#header .navbar__menu .menu__item a {
  padding: 15px 0;
  border-bottom: 1px solid;
  display: inline-block;
  width: 100%;
}
.menu-close {
  font-family: "Proxima Nova";
  color: #e0592b;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 15px;
}
.fh__header-fixed .mobile-toggle .mobile-toggle__inner span {
  background-color: #e0592b;
}
header#header.fh__header-fixed .navbar__menu .menu__item a {
  color: #ffffff;
}
/* footer css */
.fh__footer .col-sm-5,
.fh__footer .col-sm-7 {
  flex: 0 0 100%;
  max-width: 100%;
}
.fh__footer .inner.fh__contact-form {
  padding-left: 15px;
  padding-right: 15px;
}
.fh__footer .col-sm-7 > .inner {
  padding: 0 15px;
}
.fh__footer .container {
  max-width: 100%;
}
.fh__footer .inner.fh__contact-form{
  padding-bottom: 30px;
}
.fh__footer-logo img {
  max-width: 130px;
}
.fh__footer-bottomright .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.fh__footer-bottom .col-sm-2, .fh__footer-bottom .col-sm-10 {
  max-width: 100%;
  flex: 0 0 100%;
}
.fh__footer .fh__footer-bottomright > .inner .right{
  justify-content: flex-start;
}
.fh__footer-bottom .sis_venues ul li img {
  max-width: 130px;
}
.fh__footer .fh__footer-bottomright > .inner .right .img_sec.sis_venues {
  max-width: 100%;
  flex: 0 0 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20px 0;
  margin: 20px 0px;
}
.fh__footer-bottom .sis_venues ul li:nth-child(2) {
  margin: -44px 0 0;
}
.fh__footer .fh__footer-bottomright > .inner {
  margin-left: 0;
  margin-top: 20px;
}
.fh__footer-bottom {
  padding-top: 20px;
}
header#header .navbar__menu .menu__item a:before, .fh__footer-bottom ul li a:before{
  content: none;
}
}
@media (max-width: 767px){
  .fh__footer-bottom .sis_venues ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fh__footer-bottom .sis_venues ul li {
  max-width: 40%;
  flex: 0 0 40%;
  padding: 12px;
}
.fh__footer-bottom .sis_venues ul li:nth-child(2) {
  margin: -15px 0 0;
}
.fh__footer-bottom .inner .sis_venues h4 {
  padding-bottom: 0px;
}
  .fh__footer-bottomright .col-sm-6 {
    width: 100%;
}
.fh__footer .fh__footer-bottomright > .inner .right {
  padding: 20px 0 0;
  justify-content: center;
}
.fh__footer-menu .col-sm-4 {
  width: 100%;
  padding: 10px 0;
}
.fh__footer-bottom .col-sm-1, 
.fh__footer-bottom .col-sm-11 {
  width: 100%;
}
.fh__footer .fh__footer-bottom .fh__footer-logo {
  order: 1;
  margin: 15px 0 0;
}
.fh__footer .fh__footer-bottom .fh__footer-bottomright {
  order: 0;
}
.fh__footer .fh__footer-bottomright > .inner {
  margin-left: 0;
}
.fh__footer .fh__tel-link.footer-link {
  padding: 10px 0px;
}
.fh__footer .fh__footer-bottomright > .inner{
  margin-top: 0px;
}
.fh__footer-bottom ul li {
  padding: 0px 15px;
  max-width: 100%;
  flex: 0 0 100%;
}
.fh__footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
ul.fh__footermenu-link li {
  padding: 5px 0px;
}
.fh__footer-bottom ul.fh__footermenu-link li:first-child {
  border-right: 0;
  padding-left: 0px;
}
.fh__footer .fh__footer-bottomright > .inner .right li {
  text-align: center;
}
.fh__footer-logo img {
  margin: 0 auto;
}
.fh__footer .fh__footer-bottomright > .inner{
  padding-top: 15px;
}
.fh__logo-wrap{
  width: 60%;
}
.fh__footer .fh__footer-bottomright > .inner .right .img_sec.sis_venues {
  margin: 0px 0px 20px;
}
.fh__footer{
  padding:20px 0px;
}
body .fh__category-menusec .fh__category-menulink {
  background-color: transparent;
  overflow: visible;
  flex-wrap: wrap;
}
body .fh__category-menusec .fh__category-menulink li.item a {
  text-align: left;
}
body.fh__category-menusec .fh__category-menulink li {
  margin-bottom: 10px;
}
body .fh__category-menusec .fh__category-menulink li a:before {
  opacity: 0;
}
}
@media (max-width: 480px){
  .fh__footer .fh__footer-bottom .fh__footer-logo img {
      max-width: 50%;
  }
}


picture.logo__mobile_menu {
  display: none;
}

@media (max-width: 991px) {
  picture.logo__mobile_menu {
    display: block;
  }
  .fh__menu-link.menu_open .logo__mobile_menu {display: block;text-align: center;margin: 0 auto;max-width: 100px;height: auto;}

  .fh__menu-link.menu_open .logo__mobile_menu img {
      width: 100px;
      height: auto;
      max-height: unset;
  }
}
/*# sourceMappingURL=custom.css.map */
