:root {
  --h1-font-size: 26px !important;
}
.t4-topbar {
  padding: 0;
}
#t4-mainnav, .t4-header {
   z-index: 2;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1.2rem;
}
#t4-slideshow {

        z-index: 1;
}

.t4-header {
    background: transparent;
}
.n2-ss-item-caption-content h1 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight) !important;
  font-style: var(--heading-font-style) !important;
  line-height: var(--heading-line-height) !important;
  letter-spacing: var(--heading-letter-spacing) !important;
  color: #fff  !important;
  font-size: var(--h1-font-size) !important;
}
.navbar-toggler {
    display: none;
}
@media (max-width: 1320px) {
  .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 0 5px;
  }
#t4-slideshow {
  margin-top: 0;

}
}
.t4-offcanvas-toggle {
  color: #333;
}
.navbar-brand.logo-control img.logo-img {
  max-height: none;
}
.logo-img {
    margin: 0 auto;
}
.navbar-brand {
    width: 100%;
}
.form-control{
    max-width: none;
}
.eb-inst img {
    max-width: 66%;
}
.rsform-submit-button{
    width: 100%;
    background-color: #857952 !important;
    font-weight: bold;
    text-transform: capitalize;
    transition-duration: 0.2s;
    border: none !important;
    height: 40px;
}
.rsform-submit-button:hover{
    background-color: #fff !important;
    color: #857952;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#userForm h2{
    margin-bottom: 20px;
}
.n2-ss-slider .n2-ss-layer[data-sstype="col"] {
  display: block !important;
}
.n2-ss-slider .n2-ss-layer[data-sstype="content"] {
    min-height: auto;
}

@media(max-width: 960px){
    .t4-top-bar .wf-columns-stack-medium{
        flex-wrap: nowrap;
    }
    .t4-topbar .wf-columns-stack-medium{
        flex-wrap: nowrap;
    }
}
@media(max-width: 520px){
    .t4-top-bar h4{
        font-size: 15px;
    }
    .t4-topbar h4{
        font-size: 15px;
    }
}
@media(max-width: 390px){
    .t4-top-bar h4{
        font-size: 10px;
    }
    .t4-topbar h4{
        font-size: 10px;
    }
}