<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-header {
    margin:0;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: &lt;weight&gt;;
  font-style: normal;
}

#header .header-nav-main nav &gt; ul &gt; li &gt; a {
    color: #282828;
}

#header .header-nav-main nav &gt; ul &gt; li &gt; a {
    text-transform: capitalize;
    padding: 0;
    margin-left: 20px;
}

#header .header-nav-main nav &gt; ul:not(:hover) &gt; li &gt; a.active {
    background-color: #0000;
    color: #000;
}

#header .header-nav-main nav &gt; ul &gt; li.open &gt; a, #header .header-nav-main nav &gt; ul &gt; li:hover &gt; a {
    background-color: #0000;
    color: #000;
}

#header .header-nav-main nav &gt; ul &gt; li.dropdown.open &gt; a:before, #header .header-nav-main nav &gt; ul &gt; li.dropdown:hover &gt; a:before {
    border-bottom-color: #000;
    border-radius: 70px;
    width: 50%;
}

#header .header-nav-main nav &gt; ul &gt; li.dropdown .dropdown-menu {
    left: 20px;
}

#header .header-nav-main nav &gt; ul &gt; li.dropdown .dropdown-menu {
    border-top-color: #5c43c2;
}

.img-wawe {
    z-index: 9;
    bottom: 0;
    overflow: hidden;
    margin-bottom: -2px;
}

.app-d-icon {
    width: 150px !important;
    overflow: hidden;
}

.cust-btn-one {
    background: #F74D4D !important;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    transition: .7s;
}

.cust-btn-one:hover {
    background: #ef3737 !important;
}

.bg-box-one-cust {
    display: flex;
    gap: 10px;
    background: #F5F6F8;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    height: 100%;
}

.right-content-cust {
    width: 80%;
}

.left-content-cust p {
    line-height: 16px;
    font-size: 12px;
}

.contai-second-cust img {
    padding: 0px 0px;
    width: 100%;
}

.contai-second-cust {
    gap: 20px;
}

.faq-bg-cust{
    background: #161C2D;
    min-height: 300px;
}

.toggle.toggle-primary {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

html .toggle-primary .toggle.active &gt; label, html .toggle-primary .toggle.active &gt; .toggle-title {
    background-color: #ffffff;
    border-color: #fdfdfd00;
    color: #000000;
    font-weight: 800;
}
.toggle-content {
    padding: 0px 20px;
}

html .toggle-primary .toggle label, html .toggle-primary .toggle .toggle-title {
    color: #323232;
    border-left-color: #0000;
    border-right-color: #0000;
    border-bottom: 1px solid #dfdfdf;
    background: #0000;
    font-size: 16px;
}

.subs-input {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.subs-input input {
    width: 100%;
    padding: 12px;
    border-radius: 50px;
    border: 0;
}

.subs-input button {
    right: 0;
    position: absolute;
    height: 100%;
    background: #EB8426;
    border-radius: 50px;
    padding: 0px 40px;
    border: 4px solid #fff;
    color: #fff;
}

.box-subscribe {
    background: #000;
    padding: 50px 50px;
    border-radius: 5px;
}

.box-subscribe h2{}

#footer {
    background: #ffffff;
    border: none;
}

.box-two-cust img {
    width: 100%;
}

.box-two-cust p {
    margin-bottom: 0;
}

.box-two-cust {
    border: 2px solid #ebebeb;
    border-radius: 10px;
}

.list.list-icons.list-icons-lg li {
    padding-left: 0;
}

.box-best-cust img {
    border-radius: 10px;
}

.box-best-cust h4 {
    margin-top: 20px;
    margin-bottom: 0;
}

.box-best-cust p{

}

.cust-box{
    border: none !important;
}


.cust-box h4 a {
    color: #000 !important;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 10px;
    margin-top: 10px;
    background: #f0f0f0;
}

.cust-box .card-body.mt-3 {
    padding-bottom: 10px;
}

html .text-color-primary, html .text-primary {
    color: #000 !important;
}

html .btn-primary {
    background-color: #000 !important;
    border-color: #000 !important #000 !important #000 !important;
    color: #FFF;
    --color: #000 !important;
    --hover: #000 !important;
    --disabled: #000 !important;
    --active: #000 !important;
    border: none;
}

.list.list-icons.list-icons-style-3 li &gt; [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child &gt; [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li &gt; .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child &gt; .icons:first-child {
    background-color: #000 !important;
}

a {
    color: #000;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
}

.set-ico {
    font-size: 12px;
    padding-left: 10px;
    padding-left: 5px;
    /* color: black; */
    padding-top: 3px;
}

.icon-featured {
    background-color: #644dc6;
}

@media (max-width: 991px) {
    #header .header-nav-main nav &gt; ul {
        padding-top: 15px;
        padding-bottom: 25px !important;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }

    #header .header-nav-main nav &gt; ul:not(:hover) &gt; li &gt; a.active {
     background-color: #0000 !important; 
    color: #644dc6 !important;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav &gt; ul &gt; li &gt; a {
    color: #464646;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav &gt; ul &gt; li &gt; a.active {
   background-color: #0000 !important; 
    color: #644dc6 !important;
}
}

#header .header-nav-main nav &gt; ul &gt; li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover &gt; a:after {
     right: 15px; 
    transform: translateY(-50%) translatex(-110%) rotate(90deg) !important;
    /* transform: matrix(1, 0, 0, 1, 0, 0); */
}

#header .header-nav-main nav &gt; ul &gt; li.dropdown .dropdown-menu {
    border-top-color: #000;
}

#header .header-nav-main nav &gt; ul &gt; li.dropdown .dropdown-menu li a {
    padding: 6px 48px 6px 18px;
}</pre></body></html>