@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
* {
    margin: 0px;
    padding: 0px;
}
a {
    outline: none;
    text-decoration: none;
}
img {
    border: 0px;
}
table {
    border-spacing: 0px;
    border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
p, li, td {
    font-size: 16px;
    line-height: 30px;
}
body {
    color: #000;
    background-color: #fff;
    font-family: "Fredoka", sans-serif;
}
::-webkit-input-placeholder {
    color: #666;
    font-family: "Fredoka", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #666;
    font-family: "Fredoka", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    font-family: "Fredoka", sans-serif;
}
:-ms-input-placeholder {
    color: #666;
    font-family: "Fredoka", sans-serif;
}
#wrapper {
    float: left;
    width: 100%;
}
#wrapper img {
    max-width: 100%;
}
.top_bg {
    float: left;
    width: 90%;
    z-index: 99;
    display: flex;
    padding: 10px 5%;
    align-items: center;
    background-color: #c82737;
    position: sticky;
}
.fixed {
    position: fixed;
    border-bottom: 0;
    padding: 10px 5%;
    opacity: 0.95;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(200, 200, 200, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(200, 200, 200, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(200, 200, 200, 0.5);
}
.logo {
    width: 20%;
    float: left;
}
.logo a {
    display: inline-block;
}
.logo img {
    float: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed .logo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu {
    width: 80%;
    float: left;
}
.footer {
    width: 80%;
    color: #fff;
    float: left;
    padding: 3% 10%;
    background-color: #3f74a7;
	border-top: 5px solid #d3211f;
}
.footer h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.footer h1::after {
    width: 90px;
    padding-top: 5px;
    content: "" !important;
    border-bottom: 3px solid #fff !important;
    display: block !important;
}
.foot02 {
    width: 30%;
    float: left;
}
.foot_menu {
    width: 50%;
    float: left;
}
.foot_menu ul {
    list-style: none;
}
.foot_menu ul li {
    font-size: 1em;
    margin-bottom: 20px;
}
.foot03 {
    width: 40%;
    float: left;
}
.foot03 p, .contact p {
    width: 80%;
    color: #fff;
    font-size: 1em;
}
.contact p {
    color: #000;
}
.foot_menu a, .foot03 a {
    color: #fff;
    padding-bottom: 1px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .25s cubic-bezier(.24, .26, .2, 1);
    position: relative;
}
.contact a {
    color: #000;
    padding-bottom: 1px;
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .25s cubic-bezier(.24, .26, .2, 1);
}
.foot_menu a:hover, .foot03 a:hover, .contact a:hover {
    background-size: 100% 2px;
}
.foot03 p i, .contact p i {
    color: #fff;
    font-size: 1em;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact p i {
    color: #000;
}
.foot03 p a i, .contact p a i {
    font-size: 2em;
    margin-right: 0px;
}
.foot01 {
    width: 30%;
    float: left;
}
.map iframe {
    width: 100%;
    min-height: 300px;
}
.copy {
    float: left;
    width: 100%;
    color: #fff;
    padding: 1% 0;
    text-align: center;
    background-color: #333;
}
.copy p {
    font-size: 0.9em;
    text-align: center;
}
.copy a {
    color: #fff;
    text-decoration: underline;
}
.copy a:hover {
    text-decoration: none;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
    p, li, td {
        font-size: 15px;
        line-height: 28px;
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {
    p, li, td {
        font-size: 14px;
        line-height: 26px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {}
@media all and (max-width: 768px) {
    p, li, td {
        font-size: 14px;
        line-height: 26px;
    }
    .top_bg {
        padding: 5px 5%;
    }
    .logo {
        width: 50%;
    }
    .menu {
        width: 50%;
    }
    .foot01, .foot02, .foot03 {
        width: 100%;
    }
    .foot03 {
        margin: 5% 0;
    }
    .foot03 p {
        width: 100%;
    }
    .copy {
        padding: 1.5% 0;
    }
}
@media only screen and (max-width: 375px) {
    p, li, td {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .foot_menu ul li {
        font-size: 1em !important;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    p, li, td {
        font-size: 13px !important;
        line-height: 24px !important;
    }
    .foot_menu ul li {
        font-size: 1.3em !important;
    }
}
@media only screen and (min-width:376px) and (max-width:480px) {
    p, li, td {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .foot_menu ul li {
        font-size: 1em !important;
    }
}