<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */


#mainContent img {
       display: block;
       max-width: 100%;
       height: auto;
}



#header .mobile-nav {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
}


/* Header Nav Main Mobile */
@media (max-width: 991px) {


    #header .header-btn-collapse-nav {
        outline: 0;
        display: none;
    }

    #header .mobile-nav {
        display: block;
        float: right;
    }
    .bredcuram{visibility:hidden;}
}

@media (max-width: 767px) {
    #header .mobile-nav {
        position: absolute;
        bottom: 0 !important;
        right: 10px;
    }



    .page-header h2 {
        color: white;
    }

    .designed-by-dcwd {
        font-size: 10px;
        color: #666666 !important;
    }

    .thumb-info-action-icon {
        color: white;
    }
}


.error, .error-message {
    color: #c20000;
}


.txtFocus {
    border-color: #0088cc !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 204, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 204, 0.6) !important;
}

#myNavbar{padding-top:20px}


video#bgvid {
    position: fixed;
    top: 55%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(/images/header/slide3.jpg) no-repeat;*/
    background-size: cover;

 }


a.navactive {
    color: #640b0d !important;
    font-size: 23px !important;
}

.nav-list {
    font-size: 18px;
}


#footer-nav ul {
    margin: 0 auto;
    text-align: center;
}


aside.sidebar {
    margin-top: 40px;
}

#mainContent {
    padding-bottom: 40px;
}
.sidebar li {
    /*border: 1px solid #ddd;*/
    padding: 10px 10px;
}

nav.navbar{margin-top:30px}

.seo-background{background-color:black;
                width:100%
}

.toggle-content{padding:0 10px}


#bgvid:before {
    content: '';
    background: rgba(39, 69, 145, 0.44);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
</pre></body></html>