:root{--urlwp-accent:#446084;--urlwp-shell:1180px;--urlwp-header-main:90px;--urlwp-header-nav:55px;--urlwp-header-mobile:70px}body{background:#0a0a0a}.urlwp-site{max-width:1210px;margin-inline:auto;background:#fff}.urlwp-header-main{min-height:var(--urlwp-header-main);display:flex;align-items:center;background:color-mix(in srgb,var(--urlwp-accent) 8%,#fff)}.urlwp-header-row{min-height:var(--urlwp-header-main)}.urlwp-header-bottom{min-height:var(--urlwp-header-nav);display:flex;align-items:center;background:#f1f1f1}.urlwp-header-nav-row{width:min(100% - 32px,var(--urlwp-shell));margin-inline:auto}.urlwp-primary-nav{margin:0}.urlwp-menu{justify-content:center}.urlwp-header-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.urlwp-header-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border:2px solid #fff;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--urlwp-accent) 72%,#19c7ff),var(--urlwp-accent));color:#fff;text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase;box-shadow:0 3px 8px rgba(0,0,0,.2)}.urlwp-menu>li{position:relative}.urlwp-menu .sub-menu{position:absolute;display:none;z-index:20;top:100%;left:0;min-width:220px;margin:0;padding:10px;background:#fff;list-style:none;box-shadow:0 12px 28px rgba(0,0,0,.16)}.urlwp-menu li:hover>.sub-menu,.urlwp-menu li:focus-within>.sub-menu{display:block}@media(max-width:849px){.urlwp-menu .sub-menu{position:static;display:block;box-shadow:none;padding:0 0 0 16px}}:root {--primary-color: #446084;}html{background-image: none;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:200px;}.header-bottom{min-height: 55px}.header-top{min-height: 30px}.transparent .header-main{height: 90px}.transparent #logo img{max-height: 90px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 140px;}.header.show-on-scroll,.stuck .header-main{height:70px!important}.stuck #logo img{max-height: 70px!important}.search-form{ width: 60%;}.header-bottom {background-color: #2b8eff}.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}body{color: #000000}h1,h2,h3,h4,h5,h6,.heading-font{color: #2b8eff;}body{font-size: 100%;}body{font-family: "Roboto Serif", sans-serif;}body {font-weight: 400;font-style: normal;}.nav > li > a {font-family: "Roboto Serif", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: "Roboto Serif", sans-serif;}.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 700;font-style: normal;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Roboto Serif", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {font-weight: 700;font-style: normal;}.alt-font{font-family: "Roboto Serif", sans-serif;}.alt-font {font-weight: 400!important;font-style: normal!important;}.header:not(.transparent) .header-bottom-nav.nav > li > a{color: #ffffff;}.header:not(.transparent) .header-bottom-nav.nav > li > a:hover,.header:not(.transparent) .header-bottom-nav.nav > li.active > a,.header:not(.transparent) .header-bottom-nav.nav > li.current > a,.header:not(.transparent) .header-bottom-nav.nav > li > a.active,.header:not(.transparent) .header-bottom-nav.nav > li > a.current{color: #ffffff;}.header-bottom-nav.nav-line-bottom > li > a:before,.header-bottom-nav.nav-line-grow > li > a:before,.header-bottom-nav.nav-line > li > a:before,.header-bottom-nav.nav-box > li > a:hover,.header-bottom-nav.nav-box > li.active > a,.header-bottom-nav.nav-pills > li > a:hover,.header-bottom-nav.nav-pills > li.active > a{color:#FFF!important;background-color: #ffffff;}a{color: #2b8eff;}.absolute-footer, html{background-color: #2b8eff}.nav-vertical-fly-out > li + li {border-top-width: 1px; border-top-style: solid;}/* Custom CSS */td {color: #000;}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
#page-breadcrumbs {
  color: #2b8eff;
}

#page-breadcrumbs a {
  color: #2b8eff;
}
.header-button-1 .header-button a {
    color: #fff;
    background: linear-gradient(to bottom, #FF0000 50%, #FFFF00);
    height: 40px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    transition: background 0.5s, color 0.5s;
    animation: shockwave 2s infinite;
}

.header-button-1 .header-button a:hover {
    color: #FF0000;
    background: linear-gradient(to bottom, #FFFF00 50%, #FF0000);
}

.header-button-1 .header-button::before,
.header-button-1 .header-button::after {
    content: "";
    position: absolute;
    inset: -10px;
    border: 2px solid;
    border-radius: 7px;
    animation: clippath 3s infinite linear;
}

.header-button-1 .header-button::before {
    border-color: #ffce21;
}

.header-button-1 .header-button::after {
    border-color: #FF0000;
    animation-delay: -1.5s;
}

.header-button-2 .header-button a {
    color: #fff;
    background: linear-gradient(to bottom, #FF0000 50%, #FFFF00);
    height: 40px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    transition: background 0.5s, color 0.5s;
    animation: shockwave 2s infinite;
}

.header-button-2 .header-button a:hover {
    color: #FF0000;
    background: linear-gradient(to bottom, #FFFF00 50%, #FF0000);
}

.header-button-2 .header-button::before,
.header-button-2 .header-button::after {
    content: "";
    position: absolute;
    inset: -10px;
    border: 2px solid;
    border-radius: 7px;
    animation: clippath 3s infinite linear;
}

.header-button-2 .header-button::before {
    border-color: #ffce21;
}

.header-button-2 .header-button::after {
    border-color: #FF0000;
    animation-delay: -1.5s;
}

@keyframes clippath {
    0%, 100% {
        clip-path: inset(0 0 98% 0);
    }
    25% {
        clip-path: inset(0 98% 0 0);
    }
    50% {
        clip-path: inset(98% 0 0 0);
    }
    75% {
        clip-path: inset(0 0 0 98%);
    }
}

.home_content>.col {
    border: 2px solid #018BEC;
    border-radius: 10px;
    height: 700px;
    padding: 10px;
    box-shadow: 0 0 20px #018BEC;
}
.home_content>*::-webkit-scrollbar-thumb {
    background-color: #018BEC;
    border-radius: 20px;
    border: 2px solid #018BEC;align-content
}
.home_content>.col>.col-inner {
    height: 100%;
    overflow: auto;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #018BEC;
    border-radius: 20px;
    border: 3px solid #018BEC;
}
::-webkit-scrollbar-track {
    background: #fff;
}
@media(max-width:849px){.urlwp-header-main,.urlwp-header-row{min-height:var(--urlwp-header-mobile)}.urlwp-header-row{position:relative;justify-content:center}.urlwp-menu-toggle{position:absolute;left:0;margin:0}.urlwp-brand{margin-inline:auto}.urlwp-header-actions{display:none}.urlwp-header-bottom{min-height:auto;display:block;position:relative}.urlwp-header-nav-row{width:100%}.urlwp-primary-nav{inset:100% 0 auto}.urlwp-mobile-ctas{border-top:1px solid rgba(0,0,0,.08)}}
