*:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

div.header {
  background: #fff;
}

.footer-logo,
.footer p,
.footer .info-list {
  padding-top: 10px;
}

/** Section subscribe */
section.subscribe {
  background: #333234;
}

section.subscribe .inner {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: column;
}

section.subscribe .inner a {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

section.subscribe a {
  font-family: "vic_regular", Arial, sans-serif;
  font-size: 17px;
}

section.subscribe ul.social {
  margin: 20px 0 0;
  justify-content: space-between;
}

section.subscribe ul.social li {
  width: calc(50% - 6px);
}

section.subscribe ul.social a {
  width: 100%;
  border-radius: 5px;
}

section.help-centre .img-block,
section.subscribe .img-block {
  max-width: 42px;
  width: 100%;
  vertical-align: top;
}

section.help-centre .text,
section.subscribe .text {
  max-width: calc(100% - 60px);
}

section.subscribe .text {
  margin-top: 0;
  line-height: 1.4em;
}

header.main-header {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  height: 83px;
  z-index: 3;
  background: #fff;
  width: 100%;
}

.scrollable {
  -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.fixated {
  overflow-y: hidden;
}

.navbar ul li {
  list-style-type: none;
}

.main-header .navbar {
  padding: 0;
  max-width: 1230px;
  margin: 0 auto;
}

.main-header > .container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  min-height: 82px;
}

.navbar-brand img {
  max-width: 97.64px;
  margin: 10px 0 0 20px;
}

.search-toggler.collapsed:before {
  content: url("../images/search.svg");
  width: 20px;
  height: 20px;
  display: block;
}

.navbar-toggler.collapsed:before {
  content: url("../images/menu.svg");

}

.search-toggler:before,
.navbar-toggler:before {
  content: url("../images/close.svg");
  width: 20px;
  height: 20px;
  display: block;
}

.search-toggler,
.navbar-toggler {
  border: 0;
  border-radius: 0;
  display: flex;
  display: -ms-flexbox;
  width: 80px;
  justify-content: center;
  height: 82px;
  align-items: center;
  border-left: 1px solid #dadada;
  -webkit-transition: margin .3s linear, -webkit-transform .3s linear;
  transition: margin .3s linear, -webkit-transform .3s linear;
  transition: transform .3s linear, margin .3s linear;
  transition: transform .3s linear, margin .3s linear, -webkit-transform .3s linear;
}

.search-toggler,
.navbar-toggler {
  top: 0;
  right: 80px;
  position: absolute;
  background: transparent;
}

.navbar-toggler {
  right: 0;
}

.search-holder {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 83px;
  background: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.search-holder #search-form {
  padding: 30px 0px;
}

#search-form input[type="search"] {
  min-height: 56px;
  color: #000000;
  font-family: vic_regular;
  font-size: 19px;
  border: 1px solid #004c97;
  flex: 1;
}

#search-form button[type="submit"] {
  width: 100%;
  border: 0;
  background: #004C97;
  color: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: vic_medium;
  font-size: 18px;
  line-height: 30px;
}
#search-form button[type="submit"]:focus {
  outline-offset: 1px !important;
  outline-color: #000 !important;
  outline-width: 2px !important;
  outline-style: solid;
}

#search-form input[type="search"]::-webkit-input-placeholder {
  color: #000000;
}

#search-form input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #000000;
}

#search-form input[type="search"]:-moz-placeholder {
  color: #000000;
}

#search-form input[type="search"]:-ms-input-placeholder {
  color: #000000;
}

.dropdown-toggle::after {
  content: "\f107";
  color: #004C97;
  font-family: FontAwesome;
  font-size: 23px;
  border-top: none;
  border-right: none;
  border-left: none;
  vertical-align: inherit;
  position: absolute;
  right: 10px;
  -webkit-transition: margin .3s linear, -webkit-transform .3s linear;
  transition: margin .3s linear, -webkit-transform .3s linear;
  transition: transform .3s linear, margin .3s linear;
  transition: transform .3s linear, margin .3s linear, -webkit-transform .3s linear;
}

.nav-item.dropdown.has-megamenu.show .dropdown-toggle:after {
  transform: rotateX(180deg);
}

.dropdown-menu {
  border: none;
  border-radius: 0;
}

.dropdown-menu.show {
  background: #333333;
}

.dropdown-menu.show a {
  color: #ffffff;
  font-family: vic_regular;
  font-size: 16px;
  line-height: 19px;
}

.dropdown-menu li.nav-item {
  padding: 0;
}

.dropdown-menu li.nav-item a {
  padding: 18px 0px;
}

.dropdown-menu ul li {
  border-bottom: 1px solid #585858;
}

.navbar .megamenu {
  padding: 0 20px;
}
.mega-inner li a:focus{
  outline-color: #FFF !important;
 outline-width: 2px !important;
 outline-style: solid !important;

}
.navbar {
  background: #ffffff;
}

.navbar-nav,
.navbar-nav .dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-nav > li {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

.navbar-nav > li:first-child {
  border-top: 1px solid #e7e7e7;
}

.navbar-nav .nav-link {
  padding: 18px 20px;
}

.navbar-nav > li a {
  display: block;
  position: relative;
  font-family: vic_medium;
  font-size: 19px;
  line-height: 19px;
  color: #000000;
}

.navbar-nav > li a:hover {
  text-decoration: none;
}

.navbar-nav .dropdown h2 {
  display: none;
}

.navbar-nav .dropdown h2 a {
  background: none !important;
  padding: 0 !important;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  font-family: 'vic_medium', sans-serif;
}

.navbar-nav .dropdown ul li:hover > a,
.navbar-nav .dropdown ul li.hover > a,
.navbar-nav .dropdown .drop-title a:hover {
  text-decoration: underline;
}

.promo .img-block img {
  width: 35px !important;
}

@media all and (min-width: 882px) {

  .footer-logo,
  .footer p,
  .footer .info-list {
    padding-top: 0;
  }

  section.subscribe .inner {
    justify-content: space-between;
    flex-direction: row;
  }

  section.subscribe .inner a {
    align-items: center;
    min-width: 80%;
  }

  section.subscribe .text {
    max-width: inherit;
  }

  section.subscribe ul.social {
    margin: 0;
  }

  section.subscribe ul.social li {
    width: auto;
    margin: 0 0 0 6px;
  }

  section.subscribe ul.social a {
    width: 100%;
    border-radius: 0;
    background: transparent;
  }

}

/* ============ desktop view ============ */
@media all and (min-width: 1024px) {

  .main-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand img {
    margin: 0;
  }

  .navbar .has-megamenu {position: static !important;}
  .navbar .megamenu {left: 0; right: 0; width: 100%; margin-top: 0; padding: 0 }
  .navbar .mega-inner { padding: 30px }

  .navbar {
    padding: 0;
    margin: 0;
  }

  .navbar-nav {
    padding: 0;
    font-size: 0;
    line-height: 0;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }

  .navbar-nav > li {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    line-height: 19px;
    font-family: 'vic_medium', sans-serif;
    border-bottom: 1px solid transparent;
    margin: 0;
  }

  header.main-header,
  .main-header .navbar {
    min-height: 120px;
    background: #fff;
  }

  .main-header .navbar {
    background: transparent;
  }

  .navbar-nav > li > a {
    padding: 48px 10px !important;
    border-bottom: 3px solid transparent;
    transition: color 0.1s, transform 0.2s ease-out;
  }

  li.has-megamenu.show > a,
  .navbar-nav > li > a:hover {
    border-bottom: 3px solid #004c97;
  }

  .navbar-nav > li > a:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav ul.columns {
    height: calc(11 * 39px);
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-wrap: wrap;
    column-count: 2;
    position: relative;
  }

  .navbar-nav .dropdown ul.columns:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #fff;
    left: calc(50% - 30px);
    height: 100%;
  }

  .navbar-nav .dropdown h2 {
    display: inline-block;
    font-size: 28px !important;
    line-height: 19px;
    color: #fff;
    margin: 0 0 26px 0;
  }

  .navbar-expand-lg .navbar-nav > .nav-link {
    padding: 0;
  }

  .navbar-collapse {
    width: 100%;
  }

  .navbar-expand-lg .navbar-collapse {
    order: 1;
  }

  .search-toggler {
    position: inherit;
    top: inherit;
    right: 0;
    height: 120px;
    width: 120px;
    background: transparent;
    order: 2;
    border-right: 1px solid #dadada;
  }

  .search-holder {
    position: absolute;
    top: 0;
    background: #ffffff;
    width: calc(100% - 240px);
    right: 102px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 0;
  }

  .dropdown-menu ul li {
    border-bottom: none;
  }

  .dropdown-menu li.nav-item a {
    padding: 10px 0;
  }

  .dropdown-menu li.nav-item {
    width: calc(50% - 20px);
  }

  .megamenu a.btn-close {
    content: url("../images/btn-close.svg");
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    cursor: pointer;
    top: 30px;
    right: 30px;
  }

  .search-holder #search-form {
    padding: 0;
    justify-content: space-between;
    align-items: center !important;
    -webkit-box-align: center !important;
    height: 119px;
  }

  #search-form input[type="search"] {
    background-image: none;
    padding-right: 15px;
    height: 89px;
    padding-left: 15px;
    border-width: 3px;
  }

  #search-form button[type="submit"] {
    margin-top: 0;
    width: inherit;
    height: 89px;
    margin-left: 15px;
    padding: 20px 40px;
  }

  .twitter-typeahead {
    flex: 1;
  }

  .navbar-brand img {
    max-width: 123px;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */

@media (min-width: 1024px) and (max-width: 1100px) {
  .search-holder {
    width: calc(80% - 40px);
  }
}


@media (min-width: 1024px) and (max-width: 1280px) {
  .navbar-nav > li > a {
    font-size: 16px;
  }
}
/* ============ mobile view ============ */
@media (max-width: 1023px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    height: 100vh;
  }
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.navbar-collapse.fade-in,
.search-holder.fade-in {
  z-index: 1;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.navbar-collapse.fade-out,
.search-holder.fade-out {
  visibility: hidden;
  -webkit-animation: fade-out 0.5s ease-out both;
  animation: fade-out 0.5s ease-out both;
}

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
