@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("magnific-popup.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.min.css");
@import url("swiper.min.css");
@import url("default.css");
@import url("header.css");
@import url("footer.css");
@import url("style.css");
@import url("responsive.css");

.owl-nav{display:none;}
.welcome-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.welcome-image img{
    position: absolute;
    width: auto;
    height: 100%;
    max-width: none;
}
.navbar-wrap ul li:nth-child(4) a:before {content: "";position: absolute;width: 160px;height: 40px;border: 1px solid #ee2e34;top: 25px;left: -10px;border-radius: 4px;}

.navbar-wrap ul li:nth-child(4) a {
    position: relative;
    margin: 0px 20px;
}

.navbar-wrap ul.submenu li:nth-child(4) a:before {content: "";
display:none;
margin:0px;
padding:0px
}
.navbar-wrap ul.submenu li:nth-child(4) a{
margin:0px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon_bsite.eot?tmerr');
  src:  url('../fonts/icomoon_bsite.eot?tmerr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon_bsite.ttf?tmerr') format('truetype'),
    url('../fonts/icomoon_bsite.woff?tmerr') format('woff'),
    url('../fonts/icomoon_bsite.svg?tmerr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_bSite_website:before {
  content: "\e900";
  color: #ccc;
}
.icon-icon_bSite_website {
    position: relative;
}
.icon-icon_bSite_website:before {
  content: "\e900";
  color: #ccc;
  position: absolute;
  left: -20px;
  font-size: 40px;
  top: -5px;
  color: #ed2d34;
  background: transparent;
}
 
a.icon_bSite:hover .icon-icon_bSite_website:before {color:#fff; background: #ed2d34;}