.logo {
    text-align: center;
    max-width: 90%;

}
.padding-top-60 {
    padding-top: 0px;
}


.module:first-of-type .module_surround {
    padding-top: 20px;
}

.module .module_surround, .module_menu .module_surround {
    height: 100%;
    padding: 0px 17px 0px;
        padding-top: 0px;
}

.padding-bottom-60 {
    padding-bottom: 10px;
}

.maincontent {
    padding: 22px 20px 0px;
}

.rsform-captcha-box {
    max-width: 150px;
}

.rsform-block-captcha .input-group {
    display: flex;
    padding-top: 5px;
}
.rsform-block-captcha .col-md-12.text-center {
    text-align: left !important;
}

strong.formRequired {
    color: red;
}
.hornav > ul > li > a {
    display: block;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 40px;
    opacity: 1;
    padding: 11px 20px;
}

.header-2 {
    padding-bottom: 40px;
}

.hornav > ul > li::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 3px;
    left: 50%;
    margin-left: -10px;
}


.bottom-1 {
    text-shadow: 0 0 3px #000, 0 0 4px #000, 0 0 3px #FFF, 0 0 5px #060606, 0 0 5px #313131, 0 0 2px #000, 0 0 4px #4F4F4F, 0 0 2px #020202;
    color: #FFFFFF;
    font-size: 23px;
}

li {
    line-height: 1.5em;
}

li::marker {
  color: #000000 !important;
}
.bottom-1 li {
  list-style:none;
  position:relative;
}
.bottom-1 li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 14px;
    -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 75%);
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 75%);
}