@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;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
}
p, li, td {
    font-size: 16px;
    line-height: 30px;
}
body {
    color: #000;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
}
::-webkit-input-placeholder {
    color: #000;
    font-family: "Open Sans", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-family: "Open Sans", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-family: "Open Sans", sans-serif;
}
:-ms-input-placeholder {
    color: #000;
    font-family: "Open Sans", sans-serif;
}
#wrapper {
    float: left;
    width: 100%;
}
#wrapper img {
    max-width: 100%;
}
.home_enquiry {
    right: 5%;
    z-index: 9;
    color: #fff;
    width: 300px;
    padding: 20px;
    position: absolute;
    margin: 210px 0 0 0;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.home_enquiry ::-webkit-input-placeholder {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.home_enquiry :-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-family: "Open Sans", sans-serif;
}
.home_enquiry ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-family: "Open Sans", sans-serif;
}
.home_enquiry :-ms-input-placeholder {
    color: #000;
    font-family: "Open Sans", sans-serif;
}
.home_enquiry input[type="text"] {
    color: #fff !important;
}
.top_bg {
    width: 94%;
    float: left;
    z-index: 99;
    display: flex;
    padding: 10px 3%;
    align-items: center;
    background: linear-gradient(rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
    position: fixed;
}
.fixed {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 2px 2px 5px #dfdfdf;
}
.logo {
    width: 20%;
    float: left;
}
.logo a {
    display: inline-block;
}
.logo img {
    width: 70%;
    float: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed .logo img {
    width: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu {
    width: 80%;
    float: left;
}
.quick {
    width: 90%;
    color: #fff;
    float: left;
    padding: 3% 5%;
    text-align: center;
    background: #f0893f;
}
.quick h1 {
    font-family: "Open Sans", sans-serif;
}
.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: #591d90 url("../images/footer_bg.png") left bottom no-repeat;
}
.footer h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.footer h1::after {
    width: auto;
    height: 16px;
    content: "" !important;
    background: url("../images/menu_hover.png") no-repeat 0 0;
    display: block !important;
}
.foot02 {
    width: 33%;
    float: left;
}
.foot02 img {
    padding-bottom: 100px;
}
.foot_menu {
    width: 50%;
    float: left;
}
.foot_menu ul {
    list-style: none;
}
.foot_menu ul li {
    font-size: 1em;
}
.foot03 {
    width: 33%;
    float: left;
}
.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;
}
.foot01 {
    width: 33%;
    float: left;
}
.map iframe {
    width: 100%;
    min-height: 300px;
}
.copy {
    float: left;
    width: 100%;
    padding: 1% 0;
    color: #e4e4e4;
    text-align: center;
    background-color: #591d90;
    border-top: 1px solid #e4e4e4;
}
.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;
    }
    .home_enquiry {
        right: 10%;
        width: 250px;
        padding: 10px;
        margin: 150px 0 0 0;
        background-color: rgba(0, 0, 0, .2);
    }
}
@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) {
    .foot01, .foot02 {
        width: 50%;
    }
    .foot01 {
        width: 100%;
    }
    .foot01 {
        margin: 5% 0 0 0;
    }
}
@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%;
    }
    .menu {
        width: 50%;
    }
    .home_enquiry {
        float: left;
        right: auto;
        color: #fff;
        width: 100%;
        padding: 20px;
        margin: 5% auto;
        position: relative;
        background: #666 url("../images/numbers_bg.png") left bottom no-repeat;
        box-sizing: border-box;
    }
    .foot02 img {
        padding-bottom: 20px;
    }
    .foot01, .foot02, .foot03 {
        width: 100%;
    }
    .foot03 {
        margin: 8% 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;
    }
.quick h1 {
	font-size: 1em;
}
}
@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;
    }
.quick h1 {
	font-size: 1em;
}
}
@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;
    }
.quick h1 {
	font-size: 1em;
}
}