@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
}
* {
    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: 500;
}
p, li, td {
    font-size: 14px;
    line-height: 24px;
}
h5, h6 {
    font-size: 1em;
}
.se-pre-con {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    background: #fefefe url(images/loading.gif) center center no-repeat;
    background-size: 100px;
}
body {
    color: #666;
    font-weight: 300;
    background-color: #fff;
    font-family: "Lexend", sans-serif;
}
::-webkit-input-placeholder {
    color: #666;
    font-family: "Lexend", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #666;
    font-family: "Lexend", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    font-family: "Lexend", sans-serif;
}
:-ms-input-placeholder {
    color: #666;
    font-family: "Lexend", sans-serif;
}
#wrapper {
    float: left;
    width: 100%;
}
#wrapper img {
    max-width: 100%;
}
.top_bg {
    width: 90%;
    float: left;
    z-index: 99;
    display: flex;
    padding: 20px 5%;
    align-items: center;
    background-color: #fff;
    border-top: 10px solid #ba8333;
}
.fixed {
    margin: 0;
    opacity: 0.95;
    position: fixed;
    border-bottom: 0;
    padding: 10px 5%;
    -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 img {
    width: 80%;
}
.logo a {
    display: inline-block;
}
.menu {
    width: 80%;
    float: right;
}
.top_bg .logo01 {
    display: none !important;
}
.fixed .logo {
    display: none !important;
}
.fixed .logo01 {
    width: 20%;
    float: left;
    display: block !important;
}
.dropdown01 {
    vertical-align: middle;
}
.testbg {
	float: left;
    width: 100%;
	margin-top: -10%;
}
.testbg img {
	float: left;
	width: 100%;
	height: auto;
}
.footer {
    color: #fff;
    float: left;
    width: 100%;
}
.footer_main {
    width: 90%;
    float: left;
    padding: 0 5% 5% 5%;
    background-color: #da9312;
}
.footer_yrs {
    padding: 0px 0 30px 0;
}
.footer_yrs img {
    width: 5%;
}
.foot01 {
    width: 30%;
    float: left;
}
.foot01 img {
    width: 50%;
}
.foot02 {
    width: 35%;
    float: left;
}
.foot_menu {
    width: 50%;
    float: left;
}
.foot_menu ul {
    list-style: none;
}
.foot_menu ul li {
    font-weight: 500;
    margin-bottom: 10px;
}
.foot_menu a {
    color: #fff;
}
.foot03 {
    width: 35%;
    float: left;
    text-align: right;
}
.foot03 img {
    margin-left: 10px;
    margin-bottom: 20px;
}
.foot03 p {
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
    p, li, td {
        font-size: 14px;
        line-height: 24px;
    }
    .logo {
        width: 15%;
    }
    .fixed .logo01 {
        width: 15%;
    }
    .menu {
        width: 85%;
    }
    .footer_yrs img {
        width: 10%;
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {
    p, li, td {
        font-size: 12px;
        line-height: 19px;
    }
    .logo {
        width: 15%;
    }
    .fixed .logo01 {
        width: 15%;
    }
    .menu {
        width: 85%;
    }
    .footer_yrs img {
        width: 10%;
    }
    .foot01 {
        width: 35%;
    }
    .foot01 img {
        width: 80%;
    }
    .foot02 {
        width: 35%;
        margin: 20px 0;
    }
    .foot_menu {
        width: 100%;
    }
    .foot03 {
        width: 30%;
        text-align: left;
    }
    .foot03 img {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .footer_yrs img {
        width: 10%;
    }
    .foot01 {
        width: 35%;
    }
    .foot01 img {
        width: 80%;
    }
    .foot02 {
        width: 35%;
        margin: 20px 0;
    }
    .foot_menu {
        width: 100%;
    }
    .foot03 {
        width: 30%;
        text-align: left;
    }
    .foot03 img {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 768px) {
    p, li, td {
        font-size: 12px;
        line-height: 19px;
    }
    .logo {
        width: 50%;
    }
    .fixed .logo01 {
        width: 50%;
    }
    .menu {
        width: 50%;
    }
	.footer_main {
		margin-top: 0px !important;
	}
    .footer_yrs img {
        width: 10%;
    }
    .foot01 {
        width: 35%;
    }
    .foot01 img {
        width: 80%;
    }
    .foot02 {
        width: 35%;
        margin: 20px 0;
    }
    .foot_menu {
        width: 100%;
    }
    .foot03 {
        width: 30%;
        text-align: left;
    }
    .foot03 img {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 375px) {
    .footer_yrs img {
        width: 30%;
    }
    .foot01 {
        width: 100%;
    }
    .foot01 img {
        width: 60%;
    }
    .foot02 {
        width: 100%;
        margin: 20px 0;
    }
    .foot03 {
        width: 100%;
        text-align: left;
    }
    .foot03 img {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    p, li, td {
        font-size: 10px !important;
        line-height: 18px !important;
    }
    .logo {
        width: 50%;
    }
    .fixed .logo01 {
        width: 50%;
    }
    .menu {
        width: 50%;
    }
	.footer_main {
		margin-top: 0px !important;
	}
    .footer_yrs img {
        width: 30%;
    }
    .foot01 {
        width: 100%;
    }
    .foot01 img {
        width: 60%;
    }
    .foot02 {
        width: 100%;
        margin: 20px 0;
    }
    .foot03 {
        width: 100%;
        text-align: left;
    }
    .foot03 img {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:376px) and (max-width:480px) {
	.footer_main {
		margin-top: 0px !important;
	}
    .footer_yrs img {
        width: 30%;
    }
    .foot01 {
        width: 100%;
    }
    .foot01 img {
        width: 60%;
    }
    .foot02 {
        width: 100%;
        margin: 20px 0;
    }
    .foot03 {
        width: 100%;
        text-align: left;
    }
    .foot03 img {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}