.home-top-header{padding:10px 0 0;flex-direction:column;background-color:#fff}.home-top-header,.home-top-header .top{width:100%;display:flex;justify-content:center;align-items:center}.home-top-header .top{flex-direction:row;gap:100px;margin-bottom:20px}@media only screen and (max-width:767px){.home-top-header .top{padding:10px 15px;justify-content:space-between;flex-direction:row-reverse;align-items:center;gap:0;margin-bottom:10px}}.home-top-header .top .current-date{width:20%;font-weight:700;white-space:nowrap;display:flex;justify-content:flex-start}@media only screen and (max-width:767px){.home-top-header .top .current-date{font-size:16px;width:-moz-fit-content;width:fit-content}}.home-top-header .top .logo{width:40%;display:flex;justify-content:center}@media only screen and (max-width:767px){.home-top-header .top .logo{justify-content:flex-start;width:-moz-fit-content;width:fit-content}}.home-top-header .top .logo .logo-image{width:80%;height:auto;position:relative}@media only screen and (max-width:767px){.home-top-header .top .logo .logo-image{height:25px;width:auto}}.home-top-header .top .social-accounts{width:20%;margin-top:5px;display:flex;justify-content:flex-end;gap:10px}@media only screen and (max-width:767px){.home-top-header .top .social-accounts{display:none}}.home-top-header .top .social-accounts .icon{font-size:22px}.home-top-header .navigation-list{display:flex;align-items:center;gap:60px}.home-top-header .navigation-list .nav-link{font-size:20px;font-weight:700;display:flex;align-items:center;gap:5px}.home-top-header .navigation-list .nav-link span{white-space:nowrap}.home-top-header .navigation-list .nav-link span.profile-menu-icon{font-size:14px}.categories-drawer{width:100%;display:flex;flex-direction:row;background-color:#fff;position:relative;border-bottom:1px solid hsla(0,0%,45%,.233);border-top:1px solid hsla(0,0%,45%,.233)}.categories-drawer .home-icon{position:absolute;top:0;left:0;z-index:5;background-color:#6e0000;color:#fff;font-size:18px;padding:10px 12px}@media only screen and (max-width:767px){.categories-drawer .home-icon{font-size:16px;padding:8px 10px}}.categories-drawer .search-bar{width:250px;display:flex;align-items:center;gap:10px;margin:0 15px 0 0;padding:0 12px;border-left:1px solid hsla(0,0%,45%,.233)}@media only screen and (max-width:767px){.categories-drawer .search-bar{display:none}}.categories-drawer .search-bar input{border:none;outline:none;font-size:14px}.categories-drawer .categories-list{width:calc(100% - 250px);position:relative}@media only screen and (max-width:767px){.categories-drawer .categories-list{width:100%}}.categories-drawer .categories-list .filter-icon{position:absolute;right:0;top:0;z-index:500;background-color:#6e0000;color:#fff;font-size:18px;padding:10px 15px}@media only screen and (max-width:767px){.categories-drawer .categories-list .filter-icon{font-size:16px;padding:8px 10px;display:none}}.categories-drawer .categories-list .hovering-categories-list{position:absolute;top:100%;right:0;z-index:200;background-color:#fff;max-height:0;overflow-y:hidden;opacity:0;transition:.2s}.categories-drawer .categories-list .hovering-categories-list.active{max-height:500px;overflow-y:scroll;border:1px solid hsla(0,0%,45%,.233);opacity:1}.categories-drawer .categories-list .hovering-categories-list .category{min-width:300px;padding:15px 30px;font-weight:700;border-bottom:1px solid hsla(0,0%,45%,.233);transition:.15s;cursor:pointer;color:#1d2437;text-transform:capitalize;display:block}.categories-drawer .categories-list .hovering-categories-list .category .sub-categories-list{margin-top:5px;display:flex;flex-direction:column;gap:3px}.categories-drawer .categories-list .hovering-categories-list .category .sub-categories-list .sub-category{font-size:16px;font-weight:400;white-space:nowrap}.categories-drawer .categories-list .hovering-categories-list .category .sub-categories-list .sub-category:hover{background-color:#f6f6f6}.categories-drawer .categories-list .list{-ms-overflow-style:none;scrollbar-width:none;width:100%;overflow-y:scroll;display:flex;flex-direction:row;padding:0 40px}.categories-drawer .categories-list .list::-webkit-scrollbar{display:none}.categories-drawer .categories-list .list .category{display:flex;align-items:center;gap:10px;padding:10px 15px;transition:.15s;position:relative}@media only screen and (max-width:767px){.categories-drawer .categories-list .list .category{padding:8px 10px}}.categories-drawer .categories-list .list .category .sub-categories-list{position:absolute}.categories-drawer .categories-list .list .category.active{background-color:#f6f6f6}.categories-drawer .categories-list .list .category:hover{background-color:#f2f2f2;cursor:pointer}.categories-drawer .categories-list .list .category .category-icon{height:22px;width:22px;position:relative}.categories-drawer .categories-list .list .category .label{font-size:18px;font-weight:700;white-space:nowrap;text-transform:capitalize}@media only screen and (max-width:767px){.categories-drawer .categories-list .list .category .label{font-size:15px}}.news-ticker{width:100%;overflow:hidden;background-color:#f9ffdf;white-space:nowrap;border-top:1px solid hsla(0,0%,45%,.233);position:relative}.news-ticker .news-ticker__wrap{width:100%;width:-moz-fit-content;width:fit-content;display:flex;white-space:nowrap;animation:ticker 50s linear infinite}.news-ticker .news-ticker__item{display:inline-flex;align-items:center;gap:10px;padding:0 20px;font-size:16px;white-space:nowrap}.news-ticker .news-ticker__item .category-icon{height:22px;width:auto}.news-ticker .news-ticker__item .category{padding:5px 0;font-size:18px;font-weight:700;color:#6e0000}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-100%)}}