<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.adminFormContent input{
    width: unset;
    border-radius: unset;  
    display: unset !important;
}
.editor-field input, .editor-label input{
    width: unset;
}
fieldset input{
    width: unset;
    border-radius: unset !important;
}
.editor-label{
    display: flex;
    align-items: center;
    gap: 5px;
}
#ec{
    margin-top: 0 !important;
}
.bg-color{
    background: #f4f4f4;
}
/* staetADA */
.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white;
    opacity: 0;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus,
[contenteditable="true"]:focus
button:focus-visible,
a:focus-visible, 
.menu-cat-box.focused{
    outline: var(--color-blue) inset 3px !important;
    outline-offset: 4px !important;
    box-shadow: unset;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 8px 16px;
    background-color: #000;
    color: #fff;
    z-index: 1000;
}
.skip-link:focus {
    top: 0;
    transition: top 0.3s;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.hero-area .hero-slider .slide-content h1 span, .hero-area .hero-slider .slide-content h2 span {
    color: var(--color-blue) !important;
}
.header-area .logo img{
    filter: drop-shadow(0px 0px 0px #000);
}
.contact-links a{
    transition: all 0.2s;
}
.contact-links a:hover{
    transition: all 0.2s;
    color: var(--primary) !important;
}
.bg-color{
    background: #f4f4f4;
}
.ptb-100{
    padding: 100px 0;
}
.breadcrumb-content .page-desc {
    margin-top: 10px;
    font-size: 20px;
    color: #ffffff;
}
.footer-bottom a {
    transition: all 0.2s;
    color: var(--primary);
}
.footer-bottom a:hover{
    color: #fff;
}
.home-gallary-wrapper .gallary-item img{
    width: 100%;
    height: 315px;
    object-fit: cover;  
}
.section-head p{
    font-size: 18px;
    margin-top: 5px;
}
.feature-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
    margin-bottom: 15px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.feature-wrapper .speaker-image{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    background: var(--primary);
    width: 115px;
    height: 100%;
    flex: none;
}
.feature-wrapper  .single-schedule-right {
    padding: 10px 15px;
}
.social-area{
    padding-top: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
.primary-btn-fill-3{
    border: 2px solid var(--color-blue);
    background: var(--color-blue);
    color: #ffff;
}
.primary-btn-fill-3:hover{
    border: 2px solid #2d373c;
    background: #2d373c;
    color: #fff;
}

header .header-style-one.header-light .main-nav &gt; ul &gt; li &gt; a.active::before{
    border: 1px solid var(--primary);  
}
header .header-style-one.header-light .main-nav ul &gt; li a:hover{
    color: var(--primary) !important;   
}
header .header-style-one.header-light .main-nav ul li:hover &gt; a{
    color: var(--primary)  
}
header .header-style-one .main-nav &gt; ul &gt; li &gt; a.active {
    color: var(--color-blue); 
}
header .header-style-one .main-nav &gt; ul &gt; li &gt; a.active::before{
    border: 1px solid var(--color-blue); 
}
.header-style-one .main-nav ul &gt; li a:hover{
    color: var(--color-blue) !important;   
}
header .header-style-one .main-nav ul li:hover &gt; a{
    color: var(--color-blue);  
}
/* food menu */
.food-menu-wrap {
    border: 1px dashed #D2D2D2;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.food-menu {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #D2D2D2;
}
.food-menu_img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    padding: 5px;
    margin-right: 10px;
    border: 1px solid var(--primary);
}
.food-menu_img img{
    border-radius: 50%;
}
.food-menu_title {
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #2d373c;
}
.testi-box_review{
    color: var(--primary);
}
.menu-list{
    padding-top: 15px;
}
.list-style li {
    position: relative;
    margin-left: 30px;
    padding-bottom: 10px;
}
.list-style li:before {
    position: absolute;
    content: "\f28d";
    font-family: FontAwesome;
    left: -25px;
    top: 7px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.hero-two-item:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #031c44;
    background: linear-gradient(270deg, rgb(0 0 0 / 43%) 0%, #000000f2 73%);
    opacity: 0.95;
}
.swiper-slide{
    height: unset;
}
.hero-content-layer span{
    color: var(--primary) !important;
}
.table-dark th{
    padding: 25px 10px;
}
.rates-section tbody tr{
    font-weight: 600;
}
.rates-section tbody tr span{
    font-weight: normal;
}
.header-style-two .main-nav &gt; ul &gt; li.focused &gt; .sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}</pre></body></html>