ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u435929562/domains/butanking.com/public_html/public/css/style.css
body {
    font-family: 'Inter', sans-serif;
}

.about-one {
    background-color: var(--light-3);
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-one .about-title {
    margin-bottom: 20px;
}

.about-one .single-about-items {
    margin-top: 30px;
    padding: 35px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow-2);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about-one .single-about-items:hover {
    box-shadow: var(--shadow-4);
}

.about-one .single-about-items::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 80px;
    width: 50px;
    border: 1px solid var(--primary);
    border-radius: 0 0 0 30px;
    right: -1px;
    top: -1px;
    opacity: 0.1;
}

.about-one .single-about-items::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    right: 60px;
    top: 10px;
    opacity: 0.1;
}

.about-one .single-about-items .items-icon {
    width: 70px;
    height: 70px;
    line-height: 85px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--primary);
    box-shadow: var(--shadow-2);
}

.about-one .single-about-items .items-icon i {
    font-size: 32px;
}

.about-one .single-about-items .items-content {
    margin-top: 32px;
}

.about-one .single-about-items .items-content .items-title {
    color: var(--black);
    margin-bottom: 15px;
    font-weight: 600;
}

.about-one .single-about-items .items-content .text {
    color: var(--dark-3);
}

.header-section{
    background-color: #fff;
    z-index: 999;
    position: sticky;
    top: 0 !important;
}

.header-section .navbar-brand img{
    max-width: 120px;
} 

.menubar ul li a{
    padding: 0 35px !important;
    color: #111;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-flex;
}

.menubar ul li.active a{
    color: #0b7cca;
}

.menubar ul li a:hover{
    color: #0b7cca;
}

.menubar ul li.active a span{
    position: relative;
}

.menubar ul li.active a span::after{
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0b7cca;
    content: '';
    opacity: 1;
    -ms-transition: height .3s,opacity .3s,-webkit-transform .3s;
    -webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
    transition: height .3s,opacity .3s,transform .3s;
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.header-section.js-is-sticky--change{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar-toggler{
    color: #000;
}

.bredcrumb-section{
    background-color: #000;
}

.fancy-title-head h1{
    color: #ffffff; 
    font-size: 30px; 
    line-height: 36px;
    text-align: center; 
    padding: 15px 0;
}

.derby-bg-section{
    background-color: #1e73be;
    padding: 70px 0 20px;
}

.calender-year{
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender-year label{
    margin-bottom: 0;
    margin-right: 10px;
}

.calender-year select{
    border-radius: 0;
}

.gold-calender{
    padding: 10px;
}

.content table, .content td, .content th {
    border-color: rgba(204,204,204,.5);
}
.content table {
    border-bottom: 1px solid transparent;
    width: 100%;
    margin: 0 0 10px;
}

.content td, .content th {
    padding: 5px 10px 5px 5px;
}

.content td b{
    color: #FFFF00;
    font-size: 14px;
}

.t-main-header{
    color: #FFFFFF !important;
    font-size: 24px !important;
}

#footer.solid-bg {
    background: #f3f3f3 url(../images/binding_dark.gif) repeat center top;
    padding: 30px 0;
}

#button {
    display: inline-block;
    background-color: rgba(0,0,0,.2);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    animation: bounce 1s ease-in-out 0s infinite alternate;
}

#button.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    animation: bounce 1s ease-in-out 0s infinite alternate;
}

#button i {
    opacity: 1;
    font-size: 26px;
    color: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    -webkit-font-smoothing: antialiased !important;
}

.collapse.show {
    display: none;
}

.live-reult-bg{
    background: url(../images/laxmi.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#datepicker{
    padding: 0 15px;
}

.reshead {
    background: #000;
}

.t_bg {
    background: #1eb75b!important;
}

table.reshead tr td {
    padding: 14px;
    text-align: center;
    color: #fff!important;
    font-weight: 700;
    font-size: 14px;
}

.red_bg {
    background: red!important;
}

table.blueTable tr td {
    padding:14px 9px;
    text-align: center;
    color: #fff!important;
    font-weight: 700;
    font-size: 14px;
}

.yl_bg {
    background: #a0a023!important;
}

.resdetails {
    background: #000!important;
    text-align: center;
}

table.resdetails tr td {
    padding: 14px;
    text-align: center;
    color: #fff!important;
    font-weight: 700;
    font-size: 14px;
}

.resdraws {
    cursor: pointer;
}

table.resdraws tr td {
    padding:40px 9px;
    text-align: center;
    color: #fff!important;
    font-weight: 700;
    font-size: 14px;
}

.schemes-bg-section{
    background: url(../images/light-bg.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #999;
    color: #fff;
    background-color: #26ADE4;
}

.tg .tg-eklo {
    font-size: 20px;
    vertical-align: top;
    padding: 15px 12px;
}

.tg td {
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #999;
    color: #444;
    background-color: #F7FDFA;
}

.tg .tg-yw4l {
    vertical-align: middle;
    padding:20px 12px;
}

.tg .tg-qjv7 {
    background-color: #D2E4FC;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 26px;
}

.tg .tg-qjv7 h4{
    color: #222;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 10px;
}

.tg .tg-6k2t {
    background-color: #D2E4FC;
    vertical-align: top;
    text-align: center;
}

.tg-qsvf{
    padding: 20px 12px !important;
}

.content .tg td {
    padding: 20px 20px;
    text-align: center;
}

.content .tg .tg-amwm {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.content .tg .tg-6rvj {
    color: #26ade4;
    text-align: center;
    vertical-align: top;
}

.content .tg .tg-ja75 {
    background-color: #D2E4FC;
    color: #26ade4;
    text-align: center;
    vertical-align: top;
}

.content .tg .tg-7k3a {
    background-color: #D2E4FC;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.content .tg .tg-j0tj {
    background-color: #D2E4FC;
    text-align: center;
    vertical-align: top;
}

#body-overlay {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}
.real-menu {
    position: fixed;
    top: 0;
    right: -340px;
    z-index: 4;
    width: 340px;
    height: 100%;
    box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease 0.2s all;
    overflow: auto;
}
body.menu-open #body-overlay {
    display: block;
}

body.menu-open .real-menu {
    right: 0;
}

/* .mobile-menu{
    display: none;
} */


.mobile-menu ul.mobile-inner-menu{
     padding:70px 30px;
     margin: 0;
     list-style: none;
}
.btn-x{
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    right: 0px;
    z-index: 9999;
    color: #fff !important;
    background-color: #3c4bbc;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0 !important;
    border-radius: 0 !important;
}
.mobile-menu ul.mobile-inner-menu li{
    background-color: #fff !important;
    border-bottom: solid 1px rgba(34,34,34,.08);
}
.mobile-menu ul.mobile-inner-menu li:last-child{
    border-bottom: none;
}
.mobile-menu ul.mobile-inner-menu li.active a{
    color: #0b7cca;
}
.mobile-menu ul.mobile-inner-menu li a{
    text-transform: uppercase;
    padding: 19px 30px 19px 0;
    color: #222;
    font: bold 22px/26px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    display: block;
    text-decoration: none;
    outline: none !important;
    background-color:  #fff !important ;
}
.menu-open{
    overflow: hidden;
}