/*****************************
    HERO SECTION STYLES
*****************************/
/* TINY HEADER */
.hk_hero_section{
    
}
.hk_mainmenu{
}
.hk_tiny_header{
    background: #16103F;
    padding:6px 0px 0px 0px;
    font-size: 12px;
    border-bottom: 1px solid #847fa6;
}
.tiny_header2{
    background: #fff;
    border-bottom: 1px solid #e0f5ff;
}
.hk_tiny_header .contact_email{
    display: inline-block;
}
.hk_tiny_header .contact_email span,
.hk_tiny_header .contact_email a p{
    color: #ddd;
}
.tiny_header2 .contact_email span,
.tiny_header2 .contact_email a p{
    color: #222;
}
.contact_email span,
.contact_email a p{
    display: inline-block;
}
.contact_email span:after{
    content: ':';
    margin-left: 3px;
}
.contact_email a p{
    margin-left: 5px;
    font-size: 12px;
}
.contact_email a:hover p{
    text-decoration: underline;
}
.contact_email span i{
    color: #1e88e5;
    margin-right: 7px;
}
.lang{
    position: relative;
}
.lang > a{
    text-transform: uppercase;
}
.hk_tiny_header .hk_contact_lang > ul{
    margin-bottom: 0px;
}
.hk_tiny_header .hk_contact_lang > ul > li{
    display: inline-block;
}
.hk_tiny_header .hk_contact_lang > ul > li > a > p{
    line-height: 16px;
    color: #ddd;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}
.hk_tiny_header.tiny_header2 .hk_contact_lang > ul > li > a > p,
.hk_tiny_header.tiny_header2 .hk_contact_lang > ul > li.lang > a > span,
.hk_tiny_header.tiny_header2 .hk_contact_lang .hk_cart_item{
    color: #222;
}
.hk_tiny_header .hk_contact_lang > ul > li > a > span{
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    color: #1e88e5;
}
.hk_tiny_header .hk_contact_lang > ul > li > a > .hk_cart_item{
    color: #eee;
} 
.hk_tiny_header .hk_contact_lang > ul > li.lang > a > span{
    font-size: 10px;
    padding-right: 0;
    color: #ddd;
}
.hk_tiny_header .hk_contact_lang > ul > li > a > p{
    font-size: 12px;
    display: inline-block;
}
.hk_tiny_header .hk_contact_lang > ul > li > a:hover p,
.contact_email a:hover p,
.hk_tiny_header .hk_contact_lang > ul > li > a:hover .hk_cart_item{
    color: #1e88e5;
}
.hk_tiny_header .hk_contact_lang{
    display: inline-block;
    float: right;
}
.hk_tiny_header .hk_contact_lang  .lang >ul > li{
    border-bottom: 1px solid #262d3d;
}
.hk_tiny_header .hk_contact_lang li:last-child{
    border-bottom: 0;
}
.hk_tiny_header .hk_contact_lang li > a{
    padding-right: 20px;
    text-align: center;
    display: block;
}
.hk_tiny_header .hk_contact_lang li:last-child a{
    padding: 0;
    position: relative;
}
.hk_tiny_header .hk_contact_lang > ul > li:last-child > a::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #2d3547;
    left: -10px;
}
.tiny_header2.hk_tiny_header .hk_contact_lang > ul > li:last-child > a::before{
    background: #e0f5ff;
}
.hk_lang_dropdown{
    position: absolute;
    width: 165px;
    right: 0;
    z-index: 1;
    padding: 5px 0;
    top: 100%;
    padding-top: 14px;
}
.hk_lang_dropdown li{
    display: block;
    background: #202736;
}
.hk_lang_dropdown li a{
    line-height: 36px;
    font-size: 11px;
    color: #79848d;
}
.hk_lang_dropdown li a:hover{
    color: #ddd;
}


/* MAIN MENU STYLES */
.navbar-default{
    margin: 0;
    border:0;
    border-radius: 0;
    background: #00b6ff; 
}
.hk_nav_shadow{
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
}
.hk_mainmenu .navbar > .container .navbar-brand{
    margin-left: 0;
}
.navbar-brand .st0{
    opacity: 1!important;
}
.hk_mainmenu .navbar-nav  li > a{
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding: 0 12px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-right: 1px solid #EAEAEA;
}
/*.hk_mainmenu .navbar-nav > li >a::before{
    position: absolute;
    content: "";
    background: transparent;
    bottom: 30px;
    height: 5px;
    width: 5px;
    opacity: 0;
    border-radius: 50%;
    left: 50%;
    -webkit-transition: opacity .2s ease .0s, bottom .0s ease .2s, height .0s ease .2s, width .0s ease .2s, border-radius .0s ease .2s, left .0s ease .2s;
    transition: opacity .2s ease .0s, bottom .0s ease .2s, height .0s ease .2s, width .0s ease .2s, border-radius .0s ease .2s, left .0s ease .2s;
}*/
.hk_mainmenu .navbar-nav > li:hover >a{
    text-decoration: underline;
    color: #FFFFFF;
}
/*.hk_mainmenu .navbar-nav > li > a:hover::before{
    height: 2px;
    width: 100%;
    border-radius: 0;
    bottom: -1px;
    opacity: 1;
    left: 0;
    -webkit-transition: opacity .0s ease .0s, bottom .2s ease .0s, height .2s ease .2s, width .2s ease .2s, border-radius .2s ease .2s, left .2s ease .2s;
    transition: opacity .0s ease .0s, bottom .2s ease .0s, height .2s ease .2s, width .2s ease .2s, border-radius .2s ease .2s, left .2s ease .2s;
}*/
.hk_has_dropdown{
    position: relative;
}
.hk_has_dropdown .hk_dropdwon{
    width: 228px;
}
.hk_has_dropdown .hk_dropdwon,
.hk_has_mehgamenu .hk_megamenu{
    position: absolute;
    padding: 12px 0;
    background: #202736;
    z-index: 3;
    padding: 2px 0;
    top: calc(100% + 20PX);
    opacity: 0;
    visibility: hidden;
}
.hk_has_dropdown:hover .hk_dropdwon,
.hk_has_mehgamenu:hover .hk_megamenu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.hk_has_dropdown .hk_dropdwon ul li{
    border-bottom: 1px solid #262d3d;
}
.hk_has_dropdown .hk_dropdwon ul li:last-child{
    border-bottom: 0;
}
.hk_has_dropdown .hk_dropdwon ul li a,
.hk_has_mehgamenu .hk_megamenu ul li a{
    padding: 0;
    line-height: 30px;
    padding: 9px 20px;
}
.hk_has_dropdown .hk_dropdwon ul li a:hover{
    background: #293348;
}
.hk_has_mehgamenu .hk_megamenu ul li a:hover{
    color: #0096ff;
}
.host_home1 .hk_has_mehgamenu .hk_megamenu ul li a:hover{
    color: #1e88e5;
}
.hk_dropdwon li a > .fa.fa-caret-right,
.hk_megamenu li a > .fa.fa-caret-right {
    float: right;
    line-height: 30px;
}

/* MEGAMENU */
#bs-example-navbar-collapse-1{
    padding-right: 0;
    padding-top: 15px;
}
.nav.navbar-nav{
    position: relative;
}
.nav.navbar-nav .hk_has_mehgamenu{
    position: initial;
}
.hk_has_mehgamenu .hk_megamenu{
    left: 0;
    width: 787px;
    padding: 20px 0;
}
.hk_megamenu > ul {
    float: left;
    width: 33.3333%;
    border-right: 1px solid #262d3d;
    padding: 0 20px;
}
.hk_megamenu > ul:last-child{
    border-right: none;
}
.hk_menu_btn_wrapper{
    float: right;
    padding-top: 20px;
    position: relative;
}
.navbar-nav .fa.fa-angle-down {
  margin-left: 5px;
}
.hk_login{
    padding: 0 42px;
    margin-left: 20px;
}
.register {
    color: #222222;
    font-family: ubuntu;
    font-size: 13px;
    font-weight: 500;
}
.register:hover{
    color: #222;
}









