@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
    margin: 0px;
    padding: 0px;
}
a {
    outline: none;
    text-decoration: none;
}
img {
    border: 0px;
}
table {
    border-spacing: 0px;
    border-collapse: collapse;
}
p, li, td {
    font-size: 16px;
    line-height: 30px;
}
body {
    color: #000;
    background-color: #f7f7f7;
    font-family: "Open Sans", sans-serif;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
#wrapper {
    float: left;
    width: 100%;
}
#wrapper img {
    max-width: 100%;
}
.top_menu {
	width: 94%;
	float: left;
	color: #fff;
    padding: 5px 3%;
	text-align: right;
	background-color: #efb135;
}
.top_menu p {
	font-size: 0.8em;
}
.top_bg {
    width: 94%;
    float: left;
    z-index: 99;
    display: flex;
    padding: 20px 3%;
    align-items: center;
	background-color: #fff;
}
.logo {
    width: 20%;
    float: left;
}
.logo a {
    display: inline-block;
}
.logo img {
    float: left;
    width: 200px;
}
.menu {
    width: 80%;
    float: left;
}
.quick {
    width: 90%;
    color: #fff;
    float: left;
    padding: 3% 5%;
    text-align: center;
    background-color: #efb135;
}
.quick h1 {
    font-size: 2em;
}
.quick h1 a {
    color: #fff;
    padding-bottom: 3px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 3px;
    transition: background-size .25s cubic-bezier(.24, .26, .2, 1);
    position: relative;
}
.quick a:hover {
    background-size: 100% 3px;
}
.footer {
    width: 90%;
    color: #fff;
    float: left;
    padding: 3% 5%;
    background: #702c75;
}
.footer h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.foot01 {
    width: 38%;
    float: left;
}
.foot02 {
    width: 24%;
    float: left;
}
.foot03 {
    width: 38%;
    float: left;
}
.foot02 img {
    width: 200px;
}
.foot_menu {
    width: 50%;
    float: left;
}
.foot_menu ul {
    list-style: none;
}
.foot_menu ul li {
    font-size: 1em;
}
.foot03 p, .contact p {
    width: 80%;
    color: #fff;
    font-size: 1em;
}
.contact p {
    color: #000;
}
.foot_menu a, .foot03 a, .foot02 a {
    color: #fff;
    padding-bottom: 3px;
    margin-right: 10px;
    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: 3px;
    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, .foot02 a:hover, .contact a:hover {
    background-size: 100% 1px;
}
.foot02 p i, .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;
}
.foot02 p a i, .foot03 p a i, .contact p a i {
    font-size: 2em;
    margin-right: 0px !important;
}
.copy {
    float: left;
    width: 90%;
    padding: 1% 5%;
    color: #e4e4e4;
    text-align: center;
    background-color: #792e80;
    border-top: 1px solid #fff;
}
.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;
    }
    .quick h1 {
        font-size: 1.5em;
    }
    .logo img {
        width: 120px;
    }
}
@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) {
    .foot02 {
        width: 100%;
        margin: 0 0 5% 0;
        text-align: center;
    }
    .foot01, .foot03 {
        width: 50%;
    }
    .logo img {
        width: 100px;
    }
}
@media all and (max-width: 768px) {
    p, li, td {
        font-size: 14px;
        line-height: 26px;
    }
    .top_bg {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .logo {
        width: 50%;
    }
    .logo img {
        width: 100px;
    }
    .menu {
        width: 50%;
    }
    .quick h1 {
        font-size: 1.5em;
    }
    .foot02 {
        width: 100%;
        margin: 0 0 5% 0;
        text-align: center;
    }
    .foot01, .foot03 {
        width: 50%;
    }
    .foot02 img {
        padding-bottom: 20px;
    }
    .foot03 p {
        width: 100%;
    }
    .copy {
        padding: 2% 5%;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    p, li, td {
        font-size: 13px !important;
        line-height: 24px !important;
    }
    .logo img {
        width: 75px;
    }
    .quick h1 {
        font-size: 1em;
    }
    .foot01, .foot02, .foot03 {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .foot03 {
        margin: 5% 0;
    }
}
@media only screen and (min-width:376px) and (max-width:480px) {
    p, li, td {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .logo img {
        width: 75px;
    }
    .quick h1 {
        font-size: 1em;
    }
    .foot01, .foot02, .foot03 {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .foot03 {
        margin: 5% 0;
    }
}
@media only screen and (max-width: 375px) {
    p, li, td {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .logo img {
        width: 75px;
    }
    .quick h1 {
        font-size: 1em;
    }
    .foot01, .foot02, .foot03 {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .foot03 {
        margin: 5% 0;
    }
}