<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0 auto;
    padding: 0px;
    font-family: 'Lora', serif;
}

* {
    box-sizing: border-box;
}

/*start the header css*/

.main_header {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.top_bar {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    font-family: 'Lato', sans-serif;
}

.auto_container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.top_left {
    position: relative;
    float: left;
}

.top_left ul {
    margin: 0px;
    padding: 0px;
}

.top_left ul li {
    list-style: none;
    display: inline-block;
    padding: 7px 10px;
}

.top_left ul li a {
    color: #999999;
}

.top_left ul li i {
    margin-right: 8px;
    color: #f7850c;
}

.top_left ul li a:hover {
    text-decoration: none;
    color: #999999;
}

.top_right {
    position: relative;
    float: right;
}

.top_right a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin: 5px 4px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    background: #f7850c;
}

.middle_bar {
    position: relative;
    background: #f6f7fa;
    padding-bottom: 32px;
    border-bottom: 1px solid #e9e9e9;
}

.logo_area {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}

.figure {
    margin: 0px;
}

.logo_area h3 {
    font-weight: bold;
    color: #1a1a18;
    text-shadow: 0px 0px 0px #f7850c;
    font-family: 'Rokkitt', serif;
    font-size: 26px;
}

.logo_area p {
    color: #1a1a18;
    font-size: 20px;
}

.info_l {
    position: relative;
}

.info_l img {
    width: 120px;
    height: auto;
}

.left {
    float: left;
    padding: 5px 0px;
}

.info_r img {
    border: #fff 2px solid;
    box-shadow: #00000045 -1px 2px 9px;
}

.right {
    float: right;
    padding: 29px 0px;
}

.menu_section {
    position: relative;
    padding: 0px 0px;
    width: 100%;
    left: 0px;
    top: 0px;
    background: none;
}

.head {
    width: 100%;
    height: 400px;
    background-color: burlywood;
}

.parallax-window {
    min-height: 600px;
    background: transparent;
}


.navbar {
    margin: 13px 0 !important;
}

.header-bottom {
    position: relative;
    background: #f7850c;
    margin-top: -39px;
    /*---- Sticky Header ----*/
}

.header-bottom.is-sticky {
    position: fixed;
    left: 0;
    top: 39px;
    right: 0;
    background-color: #f7850c;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 1000;
}



/*-- Sticky Animation --*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.navbar-default {
    background: #f7850c !important;
    border-color: #fff !important;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: transparent;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus{
    background-color:#333 !important;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #000 !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold !important;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
    background: #333333;
    margin-top: 14px;
}

.dropdown-menu &gt; li &gt; a {
    color: #b3b3b3 !important;
    font-size: 15px;
    /*    font-weight: bold !important;*/
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus{
    background-color: #f7850c !important;
}



/*end the header css*/


/*=====start the footer css=========*/

.footer {
    background-image: url(../images/footer_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer::after {
    position: absolute;
    background-color: #0a0d1b;
    opacity: 0.9;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer_img {
    width: 38%;
    height: auto;
}

.footer_para p {
    color: #e0e0e0;
    font-size: 15px;
    padding: 20px 0px;
}

.footer_para p a {
    color: #f7850c;
}

.footer_para p a:hover {
    text-decoration: none;
}

.footer_header h3 {
    position: relative;
    color: #f7850c;
    margin: 0px;
    /* font-weight: 600; */
    margin-bottom: 28px;
    font-size: 24px;
}

.footer_header h3::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 23px;
    width: 100%;
    height: 30px;
    background: url(../images/title-line-image.png) left bottom no-repeat;
}

.footer_header ul {
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.footer_header ul li {
    list-style: none;
    padding: 6px 0px;
    font-size: 15px;
    color: #e0e0e0;
}

.footer_header ul li i {
    color: #f7850c;
    font-size: 13px;
    margin: 2px 7px 6px 0px;
    float: left;
}

.footer_header ul li a {
    color: #e0e0e0;
}

.footer_link h3 {
    position: relative;
    color: #f7850c;
    margin: 0px;
    /* font-weight: 600; */
    margin-bottom: 28px;
    font-size: 24px;
}

.footer_link h3::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 23px;
    width: 100%;
    height: 30px;
    background: url(../images/title-line-image.png) left bottom no-repeat;
}

.footer_link ul {
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
}

.footer_link ul li {
    list-style: none;
    padding: 6px 0px;
}

.footer_link ul li a {
    color: rgb(180, 180, 180);
    font-size: 16px;
}

.footer_link ul li a:hover {
    text-decoration: none;
    margin-left: 3px;
    transition: .3s;
    color: #f7850c;
}

.footer_link ul li i {
    color: #f7850c;
    margin-right: 5px;
    font-size: 13px;
}


.copy_right {
    width: 100%;
    height: auto;
    background: #0a0d1b;
    padding: 18px 0px;
    text-align: center;
}

.copy_right_contain p {
    color: #fff;
    margin: 0px;
}

.copy_right_contain p a {
    color: #f7850c;
}

.copy_right_contain p a:hover {
    color: #f7850c;
    text-decoration: none;
}



/*=========end the footer css====*/

/*start the media query */

@media(max-width:991px) {}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        background: #333333;
    }

    .logo_area h3 {
        font-size: 18px;
    }
}

@media(max-width:667px) {
    .right {
        display: none;
    }

    .logo_area h3 {
        padding-left: 100px;
    }
}

@media(max-width:500px) {
    .top_bar {
        display: none;
    }

    .logo_area h3 {
        padding-left: 127px;
        font-size: 15px;
    }

    .logo_area p {
        font-size: 17px;
    }
}

@media(max-width:420px) {
    .info_l img {
        width: 90px;
    }

    .logo_area h3 {
        font-size: 13px;
        padding-left: 100px;
    }

    .logo_area p {
        font-size: 16px;
    }
}

@media(max-width:360px) {
    .logo_area p {
        font-size: 13px;
        float: right;
        padding-right: 45px;
    }
/*
    .navbar-nav .open .dropdown-menu{
        background: #333333 !important;
    }
    .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus{
            background-color: #f7850c !important;
    }
*/
}


/*end the media query */
</pre></body></html>