body, html {
    margin:0;
    font-family:arial;
    font-family:system-ui;
}
body, html {
    overflow-x:hidden;
}
.headerholder {
    background: linear-gradient(180deg, #e3e3e3, transparent);
    background-color: khaki;
}
.footerplacer, .headerplacer {
    text-align: center;
    border-top: 5px solid #a89c77;
}
.footerlogo, .headerlogo {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}
.headerlogo img {
    max-width:100px;
    max-height:100px;
}
.footerlogo img {
    max-width:40px;
    max-height:40px;
}
.footertitleholder, .headertitleholder {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.heraderline1 {
    font-size: 30px;
    color: maroon;
    font-weight: 600;
}
.footerline1 {
    font-size: 13px;
    color:white;
}
.footer a {
    color:#d8d8d8 !important;
}
.footer tr td {
    padding: 10px;
}
.footerholder {
    background:#0b0f16;
}
.headerline2, .headerline3 {
    font-size: 15px;
    font-weight: 400;
}
.menuholder {
    position: sticky;
    top: 0;
    padding: 0 10px;
    background: #a89c77;
    border-top: 0;
    border-bottom: 0;
    z-index: 3;
}
.menusizer, .footer, .bodyholder {
    max-width:1300px;
    margin:0 auto;
}
.menumobileicon {
    display:none;
}
.dropdownholder {
    display:inline-block;
    position:relative;
}
.dropdown .dropdownholder {
    margin:0;
    display: block;
}
.menulinksholder .dropdownholder > .dropdown {
    display:none;
}
.menulinksholder > .dropdownholder > .dropdownlink {
    padding:10px;
}
.dropdown {
    padding:5px;
    position:absolute;
    left:80%;
    top:100%;
    width:250px;
    z-index: +1;
}
.menulinksholder > .dropdownholder > .dropdown {
    left: 0;
}
.dropdown.dropright {
    position:relative;
    left:5px;
}
.dropdownholder.showdropdown > .dropdown {
    display:block !important;
}
.dropdownholder.showdropdown > .dropdownlink, .dropdown .dropdownlink:hover, .dropdown a:hover {
    background:#3d2721;
}
.dropdownholder.showdropdown > .dropdownlink, .dropdownholder.showdropdown > .dropdownlink a, .dropdown .dropdownlink:hover, .dropdown .dropdownlink:hover a, .dropdown, .dropdown a:hover {
    color:white;
}
.dropdown .dropdownlink, .dropdown a {
    display:block;
    padding:7.5px;
}
.dropdownlink, a {
    cursor:pointer;
    text-decoration:none;
}
.dropdownlink {
    font-weight: 500;
}
.dropdownlink a {
    color: #fff;
}
.dropdownlink {
    color:#1e293b;
}
.dropdownmenu {
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 0;
    background:white;
}
.dropdownarrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid khaki;
    top: -5px;
    display: block;
    position: relative;
}
.dropdownarrow {
    background: khaki;
    height: 5px;
}
.dropdown.dropright > .dropdownarrow:after {
    left:20%;
}
.dropdownholder.showdropdown > .dropdownlink .arrow, .dropdown .dropdownlink:hover .arrow {
    border-color: #fff;
}
.bannerholder {
    position: relative;
    height: 40vw;
    overflow: hidden;
    border-bottom: 5px solid #a89c77;
}
.bannercontainer {
    width: 100vw;
    padding-top: 40vw;
    background-size: cover;
    background-position: center;
    left: 100%;
    position: absolute;
    transition: 1s all;
}
.moveleft {
    left: -100%;
    z-index:-1;
}
.active {
    left: 0 !important;
    z-index:1;
}
.bannercontainer h3 {
    position: absolute;
    color: #fff;
    top: 0;
    width: 100%;
    text-align: left;
    text-shadow: 0px 1px 1.5px #000;
    font-size: 3vw;
    transition:all 1.5s;
    padding:5%;
}
.bannercontainer:nth-child(1) h3, .bannercontainer:nth-child(2n + 1) h3 {
    opacity:0;
    transition-delay:1s;
}
.moveleft:nth-child(1) h3, .moveleft:nth-child(2n + 1) h3 {
    opacity: 0;
}
.active:nth-child(1) h3, .active:nth-child(2n + 1) h3 {
    opacity: 1;
}
.bannercontainer:nth-child(2n) h3 {
    left:100%;
}
.moveleft:nth-child(2n) h3 {
    left: -100%;
}
.active:nth-child(2n) h3 {
    left: 0 !important;
}
.marquee marquee {
    display:block;
    font-weight: 500;
}
.marquee {
    background: lightgoldenrodyellow;
    border-top: 1px solid #D8D8d8;
    border-bottom: 1px solid #d8d8d8;
    position:relative;
    box-shadow: 0px 10px 20px -10px #000;
    z-index:2;
}
.marquee span {
    display: inline-block;
    margin: 5px 5px;
    border: 5px solid #dd0606;
    border-top: 0;
    border-bottom: 0;
    padding: 0 5px;
}
.homesections, .footerholdertop {
    border-bottom:1px solid #d8d8d8;
    padding:20px;
    background-color:white;
    color:#1e293b;
}
.homesectioncontainer {
    max-width:1300px;
    margin:0 auto;
}
.homesections a {
    color:#5770ff;
}
.homesections:nth-last-child(2),.homesections:nth-last-child(3) {
    background-color:white;
    color:#1e293b;
}
.footerholdertop {
    background-color:#1e293b;
    color:white;
}
.clearfix {
    clear:both;
}
.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-top: 7px;
    right: 10px;
    position: absolute;
}
.menulinksholder .dropdownholder .dropdownlink.paddingright {
    padding-right:25px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
 }

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
 }

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
 }

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
 }
 .marquee span {
    color:black;
 }
 .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 8px;
    border: 4px solid #ff7722;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333 transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bodyholder {
    padding:20px;
    min-height:50vh;
}
.no_page_found {
    text-align: center;
    padding:16vh 10px;
}
.no_page_found .cloud {
    max-width:100%;
}
.home_button {
    height: 20px;
    vertical-align: middle;
    margin: -15px 5px -10px;
}
.fade {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    text-align: center;
    z-index: 101010;
}
.zoom {
    max-height: 90%;
    max-width: 98%;
    position: relative;
    top: 10px;
    bottom: 40px;
    border: 5px solid white;
}
.fade .thetitle {
    color: white;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin: 0;
    bottom: 10px;
    position: absolute;
    background: none;
    right: 10px;
}
.fade .thetitle .facebook {
    background:#3b5998;
}
.fade .thetitle .twitter {
    background:#1DA1F2;
}
.fade .thetitle .facebook, .fade .thetitle .twitter {
    padding: 5px 10px;
    display: inline-block;
}
.close {
    position: fixed;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 25px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 25px;
}
i {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: fixed;
    top: 50%;
    cursor: pointer;
}
.close:before {
    transform: rotate(45deg);
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #f5f5f5;
}
.close:after {
    transform: rotate(-45deg);
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #f5f5f5;
}
.toparchive {
    position: absolute;
    right: 0;
    padding: 4.75px;
    background: #dd0606;
    z-index: 1;
    top: 0;
    font-weight: 400;
    color: #fff;
    border-left: 3px solid #dd0606;
}
ul.Yulia li a {
    color: darkred;
}
ul.Yulia li {
    padding: 5px;
}
.modal {
    z-index:3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    width:75%;
    max-width: 350px;
    margin: 130px auto;
    position:relative;
    z-index: +1;
}
.modal-content h2{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ff5112;
}
.modal-content a {
    color: #3d1000;
    font-weight: 500;
}
.modal-content ul {
    max-height: calc(100vh - 273px);
    overflow: auto;
}
.guideline {
    top:50px;
    right:10px;
    left:10px;
    bottom:10px;
    overflow:auto;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    font-weight: 700;
    padding: 0 1px;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.fullscreencover {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.stopoverflow {
    overflow: hidden;
}
.bodyholderiframe .outertable1, .bodyholder .outertable1 {
    overflow:hidden;
    max-width:100%;
    display: inline-block;
    white-space: nowrap;
}
.bodyholderiframe .outertable2, .bodyholder .outertable2 {
    overflow-x:scroll; 
    overflow-y:hidden; 
    text-align:left; 
    max-width:100%;
    padding-bottom:10px;
    margin-bottom:-20px;
}
@media only screen and (max-width: 600px) {
    table {
        width:98% !important;
        margin:1% !important;
    }
    .home_button {
        display:none;
    }
    .bodyholderiframe table, .bodyholder table {
        max-width:98% !important;
        margin:1% auto !important;
        width:inherit !important;
    }
    .menulinksholder > .dropdownholder > .dropdown {
        left: 0;
        position:relative;
    }
    .marquee span {
        border-width:2px;
    }
    .menuholder {
        border-width:5px;
        border-bottom:0;
        border-top:0;
    }
    .arrow {
        border-color: #1e293b;
    }
    .dropdownlink a {
        color:#1e293b;
    }
    .marquee span {
        border-bottom:0;
        border-top:0;
    }
    .menulinksholder {
        width: 100%;
        position: absolute;
        background: white;
        right: -115%;
        box-shadow: 0px 7px 10px -10px #000;
        padding: 10px;
        transition: all 0.5s;
    }
    .dropdownholder {
        display:block;
    }
    .dropdown {
        width:initial;
    }
    .menumobileicon {
        display:block;
        padding: 5px 10px;
    }
    .menuiconbar1, .menuiconbar2, .menuiconbar3 {
        height: 2px;
        background-color: white;
        margin: 6px 0;
    }
    .menuiconbar1 {
        width: 20px;
    }
    .menuiconbar2 {
        width: 30px;
    }
    .menuiconbar3 {
        width: 20px;
    }
    .dropdownlink {
        border-bottom: 1px solid #d8d8d8;
    }
    .dropdownlink, .marquee {
        font-size:13px;
        font-weight:400;
    }
    .dropdownholder:last-child .dropdownlink {
        border-bottom: 0;
    }
    .menulinksholder.showmenubar {
        right: -10px;
    }
    .headerline2, .headerline3 {
        font-size: 11px;
        font-weight: 600;
    }
    .heraderline1 {
        font-size: 20px;
    }
    .headerlogo img {
        max-width: 70px;
        max-height: 70px;
    }
    .headertitleholder {
        margin: 0 10px 10px;
    }
    .headerlogo {
        margin: 10px 10px 0;
    }
    .homesectioncontainer img{
        max-width:100% !important;
        float:none !important;
        display:inline-block !important;
        margin:0 auto !important;
    }
    .dropdownmenu {
        box-shadow: none;
        border-radius:0;
        background: white;
        border:0;
        border-left: 1px solid #d8d8d8;
    }
    .bodyholder img, .homesectionsholder img {
        max-width:100% !important;
        position:relative !important;
        margin:2px !important;
        padding:0 !important;
    }
    .modal-content {
        margin:150px auto 50px;
    }
    .modal-content ul {
        max-height: calc(100vh - 300px);
        font-size:13px;
    }
}