* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#header {
    width: 100%;
    z-index: 10;
    position: relative;
}

#header.fixed-top {
    position: fixed;
    top: 0;
}

#header .logo {
    margin-right: auto;
}


#header.fixed-top .logo {
    margin-right: auto;
}

#header .logo img {
    height: 150px;
}

#header.fixed-top .logo img {
    height: 100px;
}

#header-lower {
    height: 150px;
}

#header.fixed-top #header-lower {
    height: 100px;
}

#nav_menu_btn {
    display: none;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#header.fixed-top .nav-item {
    margin: 35px 16px;
}

.nav-item {
    height: 20px;
    line-height: 20px;
    padding: 0 0 30px 0;
    margin: 65px 16px;
    cursor: pointer;
}

.nav-item a {
    text-decoration: none;
    color: white
}

.nav-item a:visited {
    color: white;
}



#page-body {
    margin-top: -150px;
}

#page-body.header-fixed-top {
    margin-top: -0px;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.top-filler {
    height: 150px;
}

.filler00 {
    height: 47px;
}

.wrapper00 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.wrapper01 {
    padding: 0 75px;
}

.container01 {
    max-width: 1100px;
    margin: 0 auto;
}

.block-group00 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-group01 {
    display: flex;
    justify-content: center;
}

.block-item00 {
    width: 100%;
    margin: 70px 5px 0 5px;
}

.block-item00 .title {
    margin: 14px 0;
}

.block-item01 {
    width: 100%;
    margin: 70px 8%;
}

.block-item00 .btn {
    font-size: 11px;
    line-height: 37px;
    height: 37px;
    font-weight: 700;
    padding-left: 27px;
    padding-right: 27px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.block-item00>img {
    width: 100%
}

.block-item03 {
    width: 100%;
    margin: 10px 15px;
}

.block-item3-title-holder {
    display: block;
    position: relative;
    padding: 31px 20px 20px;
    background-color: #fff;
    border: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.block-item3-title-holder i {
    padding-top: 33px;
}

.block-item03-p-container {
    padding: 9px 20px;
    display: block;
    margin: 0;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    background: transparent;
    vertical-align: baseline;
    outline: 0;
}

.block-item03-p-container a,.block-item03-p-container a:visited{
    color: black;
}
 
.block-item04 {
    width: 50%;
    margin: 0 10px;
}

.expandable .ebutton {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    line-height: 2em;
    min-height: 45px;
    margin: 0 0 5px;
    letter-spacing: 1px;
    padding-top: 5px;
    text-align: center;
    background-color: #e3e3e3;
    color: #0a0a0a;
}

.expandable .ebutton:hover {
    background-color: black;
    color: white
}

.expandable .econtent {
    overflow: hidden;
    display: none;
    padding-left: 26px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #555555
}

.expandable .econtent >div{
    padding:20px 0 25px 0;
}

/*
for slideshow 
*********************
***************
*********
****/

.slide-wrapper {
    height: 400px;
}

.slide-item {
    width: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position:center;
}

.slide-item .slide-content {
    opacity: 0;
    text-align: center;
    margin: auto;
}

.slide-item .slide-content .text {
    font-size: 30px;
    color: white;
    margin-top: 100px;
}

.slide-item .slide-content .link {
    font-size: 20px;
    background-color: white;
    margin: 100px auto 200px auto;
    width: fit-content;
    padding: 10px 20px;
}

/* Slideshow container */

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    display: flex;
}

/* Next & previous buttons */

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: auto;
    padding: 20px 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */

.dot, .dot2,.dot3 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dots-group.grp1 {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.active, .dot:hover, .dot2:hover, .dot3:hover {
    background-color: #717171;
}

.slide2text h1 {
    margin-left: 25%;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px
}

.slide2text span {
    font-size: 20pt;
    margin-left: 25%;
}

.mySlides {
    justify-content: space-around;
    
    display: none;
    margin:0 auto;   
}

.mySlides .content {
    flex: 1;
    display: flex;
    width:100%;
}

.mySlides img {
    margin: auto;
    padding:0 2%;
    width:100%;
    height:auto;
    display: block;
}

.mySlides2,.mySlides3 {
    display: none;
}



/* On smaller screens, decrease text size */

/*
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}
*/

.t_slides img {
    height: auto;
    min-width: 0;
    right: 55% !important;
}

.text-block00 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    width: 80%;
}

.container-contact {
    display: flex;
    flex-direction: row;
    
}

.container-contact .left {
    width: 100%;
    padding: 10px;
    background-clip: content-box;
}

.container-contact .left .title {
    margin: 40px 30px;
    font-size: 24px;
}

.container-contact .left .content {
    margin: 50px 30px;
    font-size: 16px;
    text-align: center;
}

.container-contact .left .form {
    margin: 40px 30px;
}

.container-contact .left .form input[type=text] {
    width: 48%;
    padding: 10px;
    float: left;
}

.container-contact .left .form input[type=email] {
    width: 48%;
    padding: 10px;
    float: right;
}

.container-contact .left .form textarea {
    width: 100%;
    margin: 8px 0;
    resize: none;
    height: 80px;
    padding: 10px
}

.container-contact .left .form input[type=submit] {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.container-contact .left .content .icon {
    display: inline-block;
    width: 5%;
}

.container-contact .left .content .text {
    display: inline-block;
    width: 93%;
}