.t4-header {
  border: 0;
}

.header-default-cw {
  background: #fff;
}
.header-default-cw .header-top {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-default-cw .header-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#3084c3), to(#286ea3));
  background: linear-gradient(#3084c3, #286ea3);
}
@media (min-width: 991px) {
  .header-default-cw .t4-megamenu .navbar-nav {
    --mainnav-link-active-color: #fff;
  }
  .header-default-cw .t4-megamenu .navbar-nav .item-caret::before {
    border-top-color: var(--mainnav-link-color);
  }
  .header-default-cw .t4-megamenu .navbar-nav > li {
    border-right: 1px solid #4293d0;
  }
  .header-default-cw .t4-megamenu .navbar-nav > li > a,
  .header-default-cw .t4-megamenu .navbar-nav > li > span {
    --mainnav-link-color: rgba(255,255,255,0.7);
    border-right: 1px solid #276b9f;
    height: auto;
    line-height: 22px;
  }
  .header-default-cw .t4-megamenu .navbar-nav > li > a:hover,
  .header-default-cw .t4-megamenu .navbar-nav > li > span:hover {
    --mainnav-link-hover-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3084c3), to(#26689a));
    background: linear-gradient(#3084c3, #26689a);
    color: #fff;
  }
  .header-default-cw .t4-megamenu .navbar-nav > li.active > a,
  .header-default-cw .t4-megamenu .navbar-nav > li.active > span {
    background: -webkit-gradient(linear, left top, left bottom, from(#a3c73f), to(#8bab32));
    background: linear-gradient(#a3c73f, #8bab32);
    color: #fff;
  }
  .header-default-cw .t4-megamenu .navbar-nav > li.active > a .item-caret:before,
  .header-default-cw .t4-megamenu .navbar-nav > li.active > span .item-caret:before {
    border-top-color: #fff;
  }
}

.mod-title-style-1 .module-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#868784));
  background: linear-gradient(#a0a0a0, #868784);
  border: 0;
  padding: 15px;
  margin: 0;
}
.mod-title-style-1 .module-title span {
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}
.mod-title-style-1 .module-ct {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.mod-title-style-2 .module-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#3084c3), to(#286ea3));
  background: linear-gradient(#3084c3, #286ea3);
  border: 0;
  padding: 15px;
  margin: 0;
}
.mod-title-style-2 .module-title span {
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}
.mod-title-style-2 .module-ct {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.t4-header-r .register-switch,
.t4-header-r .login-switch {
  color: #444444;
  background-color: #eeeeee;
  border-radius: 4px;
  border-color: #cfcfcf;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}
.t4-header-r .register-switch:hover,
.t4-header-r .login-switch:hover {
  background: #d5d5d5;
}
@media (max-width: 767px) {
  .t4-header-r .register-switch,
  .t4-header-r .login-switch {
    font-size: 0;
  }
  .t4-header-r .register-switch:before,
  .t4-header-r .login-switch:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
  }
}
.t4-header-r .navbar-toggler,
.t4-header-r .btn {
  color: #225d8a;
  background-color: #225d8a;
  border-radius: 4px;
  color: #fff;
  border-color: #225d8a;
  padding: 10px 15px;
  font-size: 14px;
}
.t4-header-r .navbar-toggler:hover,
.t4-header-r .btn:hover {
  background: #184161;
}
.t4-header-r ul.ja-login li {
  height: auto;
  margin-right: 0;
  margin-left: 5px;
}
.t4-header-r .login-switch {
  background: #225d8a;
  color: #fff;
}
.t4-header-r .login-switch:hover {
  background: #184161;
}
@media (max-width: 767px) {
  .t4-header-r .login-switch:before {
    content: "\f234";
  }
}
.t4-header-r p {
  margin: 0;
}
.t4-header-r label {
  margin-top: 5px;
}
.t4-header-r input {
  margin-bottom: 10px;
}
.t4-header-r ul.ja-login li #ja-user-login,
.t4-header-r ul.ja-login li #ja-user-register {
  left: auto;
  right: 0;
  top: 100%;
}
@media (max-width: 767px) {
  .t4-header-r ul.ja-login li #ja-user-login,
  .t4-header-r ul.ja-login li #ja-user-register {
    right: -90px;
    z-index: 10;
  }
}