.sm-blue {

  
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
  
}
.sm-blue a.current {

}
.sm-blue a.disabled {

}
.sm-blue a .sub-arrow {
 display: none;
  
}
.sm-blue a .sub-arrow::before {
  content: '+';
}
.sm-blue a.highlighted .sub-arrow::before {
  content: '-';
}


@media (min-width: 992px) {

  .sm-blue ul {
    position: absolute;
    width: 12em;
  }

  .sm-blue li {
    float: left;
  }

  .sm-blue.sm-rtl li {
    float: right;
  }

  .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: none;
  }

  .sm-blue a {
    
 
    
  }

  .sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: normal;
  }

  .sm-blue {
    
  }
  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
  
  }
  .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    color: #c9cbcb;
    
  }
  .sm-blue a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
  }
  .sm-blue a.disabled {
    background: #3092c0;
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #a1d1e8;
  }
  .sm-blue a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-blue a .sub-arrow::before {
    display: none;
  }
  
  .sm-blue ul {
 
  }
  .sm-blue ul ul {

  }
  .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
   
  }

  .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {

  }
  .sm-blue ul a.current {
 
  }
  .sm-blue ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  .sm-blue ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue ul li {

  }
  .sm-blue .scroll-up,
  .sm-blue .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-blue .scroll-up-arrow,
  .sm-blue .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
  }
  
  .sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }

  .sm-blue.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  
}
.dropdown-list{
  background: rgb(4, 109, 126);
  background: linear-gradient(23deg, rgba(4, 109, 126, 0.55) 0%, rgba(0, 149, 154, 0.55) 50%, rgba(4, 109, 126, 0.55) 100%);
  padding: 10px 0 10px;
  -webkit-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
  width: 280px!important;

}




.dropdown-list li{
  border-bottom: 1px dashed rgba(255, 255, 255, .3);
}
.dropdown-list li:last-child{
  border-bottom: 0px dashed rgba(255, 255, 255, .3);
}
/* .sm-blue ul a::before{
  position: absolute;
  content: "";
  top: 19px;
  left: 35px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */
.sm-blue ul li a .caret{
  right: 18px;
}
.sm-blue ul a{
  color:#fff;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  padding: 12px 35px 10px;
  white-space: normal!important;
}
.sm-blue ul a:hover:before, .sm-blue ul a:focus::before, .sm-blue ul a:active::before, .sm-blue ul a.highlighted{
  /* width: 10px; */
}
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted{
  padding-left: 55px;
  color: #fff;
  border: 0;
}
#main-menu {
  display: block;
}
@media (min-width: 1200px) {
  #main-menu {
    display: block!important;
  }
}
@media (max-width: 1199px) {
  .burger-menu {
    display: flex;
  }
  /* #main-menu {
    display: none;
    clear: both;
    width: 100%;
  } */
  .navik-header-container{
  position: relative;
  }
  .left-menus{
  float: left;
  padding-bottom: 12px;
  }


  .navik-menu {
    width: 100%;
  }
  #main-menu > li > a.has-submenu .caret{
    display: block;
    border: solid 0px transparent;
    position: absolute;
    right: 0px;
    top: 0;
  }
  #main-menu > li > a.has-submenu .caret:before{
    position: absolute;
    content: '';
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #111111;
  }
  #main-menu > li > a.has-submenu .caret:after{
    position: absolute;
    content: '';
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #111111;
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  }
  #main-menu > li > a.has-submenu.highlighted .caret:after{
    width: 0px;
  }
  .dropdown-list{
    width:100%!important;
    background: #fafafa;
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  }
  .dropdown-list li a{
    color: #363636;
  }
  .dropdown-list li a:hover , .dropdown-list li a:focus{
    color: #363636;
    padding: 12px 35px 10px 40px;
  }
}

