@import url('reset.css');
@import url('global.css');

/* banner-section css start */
.banner-section .title {
    /* Using Bootstrap's display-4 and fw-bold classes */
    /* font-size: 60px; */
}
.banner-content p {
    /* Using Bootstrap's mt-3 for margin-top */
    max-width: 430px;
}
.banner-content a {
    /* Using Bootstrap's mt-3 for margin-top and btn classes */
}
.banner-elements-part {
    /* Now handled by the containing div's styles */
    /* position: absolute; */
    /* right: 7%; */
    /* bottom: -25px; */
    /* width: 930px; */
    /* height: 775px; */
    /* background-position: center; */
    /* background-size: cover; */
}

.banner-elements-part img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    opacity: 0;
}
.banner-elements-part .element-one {
    transition-delay: 0.7s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-two {
    transition-delay: 1s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-three {
    transition-delay: 1s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-four {
    transition-delay: 1.3s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-five {
    transition-delay: 0.3s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-six {
    transition-delay: 1.2s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-seven {
    transition-delay: 1.7s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-eight {
    transition-delay: 2s;
    transition-duration: 0.5s;
}
.banner-elements-part .element-nine {
    transition-delay: 1.2s;
    transition-duration: 0.5s;
}

/* Active positions - these make the elements visible and positioned on the right */
/* The 'active' class was likely intended to be toggled with JavaScript for an animation.
   Since you want them visible by default on the right, these styles are applied directly. */
.banner-section .element-one {
    top: 62%;
    left: 49%;
    z-index: 2;
    opacity: 1;
}
.banner-section .element-two {
    top: 68%;
    left: 54%;
    opacity: 1;
}
.banner-section .element-three {
    top: 46%;
    left: 32%;
    opacity: 1;
}
.banner-section .element-four {
    top: 63%;
    left: 37%;
    z-index: 2;
    opacity: 1;
}
.banner-section .element-five {
    top: 31%;
    left: 35%;
    z-index: 1;
    opacity: 1;
}
.banner-section .element-six {
    top: 55%;
    left: 68%;
    z-index: 2;
    opacity: 1;
}
.banner-section .element-seven {
    top: 66%;
    left: 43%;
    z-index: 2;
    opacity: 1;
}
.banner-section .element-eight {
    top: 35%;
    left: 14%;
    opacity: 1;
}
.banner-section .element-nine {
    top: 26%;
    left: 31%;
    z-index: 2;
    opacity: 1;
}
/* banner-section css end */

/* jackpot-section css start */
.jackpot-section .text-btn {
    margin-top: 42px;
}
.jackpot-item {
    padding: 30px 30px 10px 30px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid var(--main-color);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.jackpot-item:hover {
    box-shadow: 1.5px 2.598px 17.22px 3.78px rgba(51, 181, 247, 0.21),-1.678px 2.487px 17.22px 3.78px rgba(51, 181, 247, 0.21);
}
.jackpot-item span {
    display: block;
}
.jackpot-item .amount {
    font-size: 28px;
    font-weight: 700;
    color: #ea2e49;
    margin-top: 15px;
}
.jackpot-item .title {
    font-weight: 500;
}
.jackpot-item .next-draw-time {
    margin-top: 25px;
}
.jackpot-item .next-draw-time span {
    display: inline-block;
}
.jackpot-item a {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}
/* jackpot-section css end */

/* lottery-result-section css start */
.lottery-result-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.lottery-winning-num-part {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.lottery-winning-num-table {
    position: relative;
}
.lottery-winning-num-table::before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url('../images/elements/trophy.png');
    width: 318px;
    height: 294px;
}
.block-title {
    text-transform: capitalize;
    padding-top: 25px;
    padding-bottom: 17px;
    padding-left: 20px;
}
.lottery-winning-num-table th.name {
    width: 25%;
    max-width: 25%;
    padding-left: 20px;
}
.lottery-winning-num-table th.date {
    width: 25%;
    max-width: 25%;
    text-align: center;
}
.lottery-winning-num-table th.numbers {
    width: 50%;
    max-width: 50%;
    padding-right: 20px;
}
.lottery-winning-num-table table th {
    font-family: var(--heading-font);
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark-heading-color);
    background-color: #33b5f7;
    padding-top: 5px;
    padding-bottom: 5px;
}
.lottery-winning-num-table table td {
    padding: 10px;
}
.lottery-winning-num-table table tbody tr {
    border-bottom: 1px solid #e7e9ed;
}
.lottery-winning-num-table table tbody tr:last-child {
    border-bottom: none;
}
.lottery-winning-num-table table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.lottery-winning-num-table table tbody tr:nth-child(even) {
    background-color: #f1f2f4;
}
.lottery-winning-num-table table tr td:first-child {
    padding-left: 20px;
}
.lottery-winning-num-table .winner-name {
    margin-left: 10px;
    font-size: 14px;
}
.lottery-winning-num-table .winning-date {
    display: block;
    text-align: center;
    font-size: 14px;
}
.number-list {
    margin: 0 -3px;
}
.number-list li {
    width: 30px;
    height: 30px;
    color: var(--heading-color);
    border: 1px solid #9fa1a7;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.number-list li.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
    box-shadow: 0 10px 10px 0 rgba(51, 181, 247, 0.15);
}
.winner-part {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 20px;
}
.winner-list {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.winner-single {
    margin-top: 30px;
}
.winner-single .winner-header .name {
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--main-color);
    text-transform: capitalize;
    margin-left: 15px;
}
.winner-single p {
    margin-top: 6px;
}
.winner-single p span {
    position: relative;
}
.winner-single p span::before {
    position: absolute;
    content: ',';
    bottom: 0;
    right: -3px;
    color: var(--para-color);
}
.winner-single p span:last-child::before {
    display: none;
}
.winner-single p span+span {
    margin-left: 5px;
}
.winner-single .prize-amount {
    color: #02e32d;
    margin-top: 10px;
}
.lottery-result-section .text-btn {
    margin-top: 34px;
}
.latest-result-item {
    box-shadow: 0 0 5px 2px rgba(51, 181, 247, 0.15);
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.latest-result-item:hover {
    box-shadow: 4px 6.928px 21px 0px rgba(51, 181, 247, 0.47);
}
.latest-result-item .icon {
    height: 105px;
}
.latest-result-item-header {
    padding: 20px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.latest-result-item-body {
    padding: 30px 30px;
}
.next-jack-amount span {
    display: block;
}
.winner-num .number-list {
    margin-top: 5px;
}
.next-jack-amount .amount {
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
    font-size: 24px;
    margin-top: 5px;
}
.latest-result-item-footer {
    padding: 8px 0;
    background-color: var(--main-color);
    color: #ffffff;
}
.latest-result-item-footer i {
    margin-right: 10px;
    position: relative;
    -webkit-animation: mymove 5s infinite;
    animation: mymove 5s infinite;
}

.lottery-result-section button.cmn-btn {
    margin-top: 30px;
}
/* lottery-result-section css end */


/* choose-us-section css start */
.choose-us-section {
    position: relative;
}
.choose-us-image {
    position: absolute;
    right: 0;
    top: 30%;
}
.choose-item {
    background-color: #ffffff;
    border: 1px solid var(--main-color);
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.choose-item .icon {
    width: 102px;
    height: 102px;
    line-height: 93px;
    font-size: 52px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.choose-item .title {
    font-weight: 500;
    margin-top: 25px;
}
.front {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.choose-item:hover .front {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    opacity: 0;
}
.choose-item .back {
    position: absolute;
    background-color: var(--main-color);
    position: absolute;
    padding: 30px 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
}
.choose-item:hover .back {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    opacity: 1;
}
.choose-item .back p {
    color: #ffffff;
}
.choose-item.choose-item--gray-border {
    border-color: #e3e8ec;
    background-color: rgba(255, 255, 255, 0.5)
}
/* choose-us-section css end */

/* work-steps-section css start */
.work-steps-items-part {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.work-steps-items-part .line {
    position: absolute;
    left: -22px;
    top: -54px;
}
.work-steps-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding: 15px;
}
.work-steps-item-inner {
    padding: 0 12px;
}
.work-steps-item .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 24px;
    line-height: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}
.work-steps-item .icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    margin-top: -31px;
    background-color: #ffffff;
    border: 1px solid var(--main-color);
    z-index: -10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.work-steps-item .icon .count-num {
    position: absolute;
    top: 50%;
    right: -17px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: #5f5f5f;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.work-steps-item .title {
    margin-top: 35px;
    text-transform: capitalize;
}
.work-steps-item p  {
    margin-top: 15px;
}
.work-steps-thumb-part {
    position: relative;
}
.work-steps-thumb-part .play-btn {
    top: 35px;
    left: 35px;
    position: absolute;
    width: 90px;
    height: 90px;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    color: #ffffff;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* work-steps-section css end */

/* online-ticket-section css start */
.online-ticket-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.online-ticket-table-part {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.online-ticket-table th {
    padding-left: 20px;
}
.online-ticket-table th.sold-num {
    width: 13%;
}
.online-ticket-table th.status {
    width: 20%;
}
.online-ticket-table td .winner-name {
    margin-left: 10px;
}
.online-ticket-table .winner-details img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.online-ticket-table thead tr th {
    border-right: 1px solid #e7e9ed;
}
.online-ticket-table tbody tr td {
    border-right: 1px solid #e7e9ed;
    padding-left: 20px;
}
.online-ticket-table thead tr th:last-child {
    border: none;
}
.online-ticket-table tbody tr td:last-child {
    padding-right: 20px;
    border: none;
}
.online-ticket-table tbody tr td:nth-child(5) {
    padding: 0 15px;
}
.online-ticket-table td .cmn-btn {
    padding: 9px 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.draw-timer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.draw-timer div {
    text-align: center;
}
.draw-timer div+div {
    margin-left: 10px;
}
.draw-timer div span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #d7d8da;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.draw-timer div p {
    font-size: 14px;
}
.bar {
    position:absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--main-color);
    overflow:hidden;
}
.label {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 12px;
    display: block;
    color: #ffffff;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-20px);
}
.progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #f5f5f6;
}
.online-ticket-section .text-btn {
    text-transform: uppercase;
    margin-top: 35px;
}
/* online-ticket-section css end */

/* affiliate-section css start */
.affiliate-item {
    padding: 50px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.affiliate-item:hover {
    background-color: var(--main-color);
}
.affiliate-item .icon,
.affiliate-content .icon {
    position: relative;
    z-index: 999;
    display: inline-block;
}
.affiliate-item .icon .icon-inner,
.affiliate-content .icon .icon-inner {
    width: 68px;
    height: 68px;
    position: relative;
    z-index: 99;
    display: inline-block;
    text-align: center;
    line-height: 68px;
    background-color: #ffffff;
    box-shadow: 0 0 10px -2px rgba(51, 181, 247, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.affiliate-content .icon .icon-inner {
    transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
}
.affiliate-single:hover .affiliate-content .icon .icon-inner {
    background-color: var(--main-color);
    mix-blend-mode: multiply;
}
.affiliate-single:hover .affiliate-content .icon .icon-inner img {
    mix-blend-mode: color-dodge;
}
.affiliate-single:hover .affiliate-content .content .title {
    color: var(--main-color);
}
.affiliate-item:hover .icon .icon-inner {
    background-color: var(--main-color);
    color: #ffffff;
    box-shadow: none;
}
.affiliate-item:hover .icon .icon-inner img {
    mix-blend-mode: color-dodge;
}
.affiliate-item .icon::before,
.affiliate-content .icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    background-color: rgba(51, 181, 247, 0.15);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 9;
}
.affiliate-content .icon::before {
    top: 9px;
    left: 9px;
    z-index: -10;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
}
.affiliate-item:hover .icon::before {
    background-color: #ffffff;
    border-color: #ffffff;
}
.affiliate-item .icon::after,
.affiliate-content .icon::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 108px;
    height: 108px;
    background-color: transparent;
    border: 1px solid #d8f1fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: -10;
}
.affiliate-content .icon::after {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
}
.affiliate-item:hover .icon::after {
    background-color: #71cbf9;
    border-color: #ffffff;
}
.affiliate-item .content {
    margin-top: 53px;
}
.affiliate-item .content p {
    margin-top: 22px;
}
.affiliate-item:hover .content .title {
    color: #ffffff;
}
.affiliate-item:hover .content p{
    color: #fefefe;
}
.affiliate-content .content {
    margin-top: 75px;
}
.affiliate-content .content .title {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.affiliate-thumb {
    min-width: 540px;
    min-height: 540px;
    max-width: 540px;
    max-height: 540px;
    text-align: center;
    line-height: 540px;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.affiliate-section .affiliate-single:hover .affiliate-content .icon i {
    background-color: var(--main-color);
    color: #ffffff;
}
.affiliate-section .affiliate-single:first-child {
    padding-top: 0;
}
.affiliate-section .affiliate-single {
    border-bottom: 1px solid #e5e5e5;
    padding: 60px 0;
}
.affiliate-section .affiliate-single:nth-child(odd) .col-lg-6 {
    order: -1;
}
.affiliate-section .affiliate-single:nth-child(even) .col-lg-5 {
    order: -2;
}
.affiliate-section .affiliate-single:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
/* affiliate-section css end */

/* payment-method-section css start */
.payment-method-area {
    justify-content: space-evenly;
    margin: -10px -10px;
}
.payment-item {
    margin: 10px 10px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.commission-area {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
}
.commission-area .title-area {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 50px 30px;
    position: relative;
    z-index: 9;
}
.commission-area .title-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    z-index: -10;
}
.commission-area .title-area .title {
    color: #ffffff;
}
.commission-area .commission-items-wrapper {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    justify-content: space-between;
    padding: 20px 30px;
}
.commission-items .content {
    padding-left: 15px;
}
.commission-items .percentage {
    font-family: var(--heading-font);
    color: var(--main-color);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}
.commission-items p {
    color: rgba(51, 55, 69, 0.8);
}
/* payment-method-section css end */

/* active-user-section css start */
#vmap {
    height: 450px;
    padding: 25px 0;
    position: relative;
}
.jqvmap-zoomin, .jqvmap-zoomout {
    display: none;
}
div[class*="position"] {
    position: absolute;
}
div[class*="position"] .dot {
    position: relative;
    z-index: 1;
    width: 11px;
    height: 11px;
    border: 2px solid var(--main-color);
    box-shadow: 0 0 5px 3px rgba(51, 181, 247, 0.45);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
div[class*="position"] .details {
    position: relative;
    z-index: 9;
    padding: 5px 10px;
    background-color: #363636;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
div[class*="position"] .dot:hover ~ .details {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
div[class*="position"] .details .name {
    color: #ffffff;
}
div[class*="position"] .details .area {
    color: #f1f2f4;
}
.active-item .amount {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 52px;
    color: var(--main-color);
}

.position-1 {
    top: 20%;
    left: 31%;
}
.position-2 {
    top: 35%;
    left: 30%;
}
.position-3 {
    top: 28%;
    left: 37%;
}
.position-4 {
    top: 63%;
    left: 39%;
}
.position-5 {
    top: 16%;
    left: 68%;
}
.position-6 {
    top: 22%;
    left: 62%;
}
.position-7 {
    top: 27%;
    left: 55%;
}
.position-8 {
    top: 39%;
    left: 64%;
}
.active-user-section .cmn-btn {
    margin-top: 45px;
    padding: 18px 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/* active-user-section css end */

/* testimonial-section css start */
.testimonial-section {
    padding-bottom: 105px;
}
.total-ratings {
    margin-top: 15px;
}
.total-ratings i {
    color: #fcc100;
}
.total-ratings .ratings-count-num {
    margin-left: 35px;
}
.testimonial-content p {
    margin-top: 10px;
}
.testimonial-slider {
    margin-top: -38px;
}
.testimonial-slider-arrows {
    margin-top: 30px;
}
.testimonial-slider-arrows .button-next,
.testimonial-slider-arrows .button-prev {
    width: 64px;
    height: 64px;
    border: 1px solid #9b9da3;
    text-align: center;
    line-height: 63px;
    color: #333745;
    cursor: pointer;
    font-size: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.testimonial-slider-arrows .button-prev {
    margin-left: 30px;
}
.testimonial-slider-arrows .button-next:focus,
.testimonial-slider-arrows .button-prev:focus {
    outline: none;
}
.testimonial-slider-arrows .button-next:hover,
.testimonial-slider-arrows .button-prev:hover {
    border-color: var(--main-color);
}
.testimonial-slider .swiper-slide.swiper-slide-next .testimonial-slide-body p {
    font-size: 19px;
}
.testimonial-slide {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 3px 2px rgba(51, 181, 247, 0.15);
    margin: 15px 12px;
}
.testimonial-slide .testimonial-slide-header {
    border-bottom: 1px solid #c1c3c7;
}
.testimonial-slide .client-details {
    padding-left: 30px;
    padding-bottom: 30px;
}
.client-details .name {
    color: var(--main-color);
}
.client-details .ratings i {
    color: #fcc100;
}
.testimonial-slide-body {
    padding-top: 20px;
}
/* testimonial-section css end */

/* team-section css start  */
.team-single {
    margin-bottom: 30px;
}
.team-single .thumb {
    position: relative;
    max-width: 230px;
    max-height: 230px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.team-social-link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    top: 105%;
    left: 0;
    padding-top: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.team-single:hover .thumb .team-social-link {
    top: 60%;
}
.team-social-link li+li {
    margin-left: 20px;
}
.team-social-link li a {
    color: #ffffff;
}
.team-social-link li a:hover {
    color: var(--heading-color);
}
.team-single .content {
    margin-top: 30px;
}
.team-single .content .name {
    text-transform: capitalize;
}
.team-single:hover .content .name {
    color: var(--main-color);
}
.team-single .content .designation {
    margin-top: 10px;
    font-style: italic;
}
/* team-section css end  */

/* contact-section css start */
.contact-section {
    background-position: center;
    background-size: cover;
    padding-top: 120px;
}
.contact-form input,
.contact-form textarea {
    border: none;
    padding: 18px 30px;
    background-color: #ffffff;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.contact-form textarea {
    min-height: 120px;
    resize: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.contact-form .submit-btn {
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--main-color);
    cursor: pointer;
    font-weight: 700;
    margin-top: 20px;
    box-shadow: 0 10px 17px -2px rgba(51, 181, 247, 0.35);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.contact-form .submit-btn:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.contact-form ::-webkit-input-placeholder {
    color: #999999;
}
.contact-form ::-moz-placeholder {
    color: #999999;
}
.contact-form :-ms-input-placeholder {
    color: #999999;
}
.contact-form :-moz-placeholder {
    color: #999999;
}
.contact-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(51, 55, 69, 0.2);
    padding: 20px;
    margin-bottom: -135px;
    position: relative;
    z-index: 9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.contact-area {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(51, 55, 69, 0.2);
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.contact-area .contact-form-area {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 20px;
}
.contact-form-area .title {
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 10px;
}
.contact-form-area .contact-form {
    margin-top: 30px;
}
.contact-area .address-area {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 50px 30px;
    z-index: 9;
}
.contact-area .address-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(51, 55, 69);
    opacity: 0.75;
    z-index: -10;
}
.contact-area .address-area-header {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
.contact-area .address-area .title {
    text-transform: capitalize;
    font-size: 28px;
    color: #ffffff;
}
.address-area-header span {
    color: #ffffff;
    margin-top: 5px;
}
.contact-address {
    margin-top: 45px;
}
.contact-address .title {
    text-transform: capitalize;
    color: #ffffff;
}
.contact-address ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contact-address .icon {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.contact-address .content {
    padding-left: 20px;
}
.contact-address i,
.contact-address p {
    color: #ffffff;
    line-height: 1.5;
}
.contact-wrapper-footer {
    margin-top: 30px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.contact-wrapper-footer a {
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 45px;
}
.contact-thumb {
    margin-bottom: -51px;
}
/* contact-section css end */

/* map-section css start */
#map {
    height: 730px;
}
/* map-section css end */

/* brand-section css start */
.brand-section {
    padding: 60px 0;
}
.slide-inner {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/* brand-section css end */

.client-logo {
    height: 70px;
    width: auto;
}

.copy-right-text p {
    color: var(--main-color);
}

.copy-right-text p a {
    color: var(--main-color);
}

.dropdown-menu {
    transition: opacity 0.3s, visibility 0.3s;
}
