* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.grad {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: rgba(209, 79, 28, 1);
    background: -moz-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0, rgba(209, 79, 28, 1)),
        color-stop(0, rgba(209, 79, 28, 1)),
        color-stop(100%, rgba(197, 36, 51, 1))
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
}

.owl-nav {
    position: relative;
    bottom: 0;
}

.owl-prev {
    left: 0;
    position: absolute;
    font-size: 2em;
}

.owl-next {
    right: 0;
    position: absolute;
    font-size: 2em;
}

.owl-dots {
    width: 100%;
    height: 50px;
    text-align: center;
}

.owl-dot.active {
    background: #333;
}

.owl-dot {
    background: #ccc;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 10px 5px;
    border-radius: 10px;
}

.basicimage {
    overflow: hidden;
    max-height: 140px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}

.product--card2 ul.titlebtm {
    padding: 5px 0;
}

.product-desc p {
    font-size: 14px;
    text-align: justify;
}

.title2 span {
    font-size: 12px;
    padding-bottom: 10px;
    color: #666;
}

.section-title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
}

.section-title .bar {
    height: 5px;
    width: 90px;
    background: #303030;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}

.section-title .bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #d32f2f;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.section-title p {
    width: 80%;
    margin: 0 auto;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.loadingv2 {
    text-align: center;
    margin: auto;
    display: none;
}

.loadingv2 img {
    width: 100px;
}

.product-purchase .time div {
    text-align: center;
    color: #000;
}

.product-purchase .time p {
    width: 100%;
    display: block;
    font-weight: 700;
}

.product--card .price {
    background: rgba(219, 48, 55, 0.8);
    line-height: 32px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 9999;
    float: left;
    margin-top: -40px;
    margin-left: 10px;
}

.imageoverload {
    width: 100%;
    overflow: hidden;
    max-height: 260px;
}

.imageoverload img {
    width: 100%;
    float: right;
}

.imageoverhieght200 {
    max-height: 200px;
}

.imageoverhieght260 {
    max-height: 180px;
}

#t2tnav {
    transition: 0.1s;
    z-index: 9999;
    background: 0 0;
}

.topoffset {
    position: fixed;
    top: -100px;
    width: 100%;
}

.sticky {
    transition: 0.1s;
    position: fixed;
    top: 0 !important;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    background: #fff !important;
}

.sticky + .content {
    padding-top: 60px;
}

.opacityz {
    opacity: 0;
    transition: 1s;
}

.mm-t-40 {
    margin-top: -40px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.product-purchase .auth-img {
    max-width: 40px;
    border-radius: 100%;
    margin-left: 10px;
}

.width100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.white-text {
    color: #fff !important;
}

.blackhover:hover {
    color: #000;
}

.blackhover:active,
.blackhover:focus {
    color: #000;
    outline: 0;
}

.color1 {
    background-color: #60d660;
}

.black-text {
    color: #000 !important;
}

.white {
    background: #fff !important;
}

.p-20 {
    padding: 20px;
}

.p-t-20 {
    margin-top: 20px;
}

.m-t-200 {
    margin-top: 200px;
}

.btn-outline-info {
    border: 2px solid #999 !important;
    background-color: transparent !important;
    color: #666 !important;
}

.btn {
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-small {
    padding: 4px 10px;
    line-height: 30px;
    font-size: 14px;
}

.btn-medium {
    padding: 15px 20px;
    font-size: 14px;
}

.globalloading p {
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.globalloading {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    top: 0;
    text-align: center;
}

.globalloading i {
    font-size: 72px;
    text-align: center;
    color: #0d6efd;
    margin-top: 20%;
}

.accountorder {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    height: 60px;
    background: rgba(209, 79, 28, 1);
    margin-top: -40px;
    border-radius: 5px;
    background: -moz-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0, rgba(209, 79, 28, 1)),
        color-stop(0, rgba(209, 79, 28, 1)),
        color-stop(100%, rgba(197, 36, 51, 1))
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(209, 79, 28, 1) 0,
        rgba(209, 79, 28, 1) 0,
        rgba(197, 36, 51, 1) 100%
    );
}

.modeltop {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 980px) {
    .modeltop {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .modeltop {
        padding-top: 40px;
    }
}

.accountorder .active {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.buttonaccount {
    margin-top: 10px;
    height: 40px;
    color: #fff;
    line-height: 40px;
}

.buttonaccount:hover {
    background: rgba(0, 0, 0, 0.1);
}

.author__avatar {
    max-width: 32px;
}

.author__avatar img {
    border-radius: 100%;
}

.dropdown--author ul li a span {
    margin-right: 0 !important;
    margin-left: 15px !important;
    font-size: 16px;
}

.navbar-toggler.pull-left {
    border-radius: 0;
    line-height: 50px;
    height: 60px;
    color: #fff;
}

.account span {
    font-size: 26px;
}

.account {
    font-size: 15px;
    font-weight: 500;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.dropdowns .dropdown_module_header h4 {
    float: right;
}

.dropdowns .dropdown_module_header a {
    float: left;
}

.icon_wrap {
    float: right;
}

.icon_wrap span {
    font-size: 24px;
    color: #666;
    font-weight: 300;
}

.menuitem {
    font-weight: 500;
}

.notify {
    height: 300px;
    overflow: auto;
}

.author-author__info {
    padding: 4px 0;
}

.author__notification_area ul li {
    padding: 0 15px;
}

.hidden {
    display: none;
    display: hidden;
}

.clear {
    clear: both;
}

.p-tb-25 {
    padding: 25px 0;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-20 {
    margin-top: 20px;
}

.b-t-0 {
    border-top: 0 !important;
}

.dropdowns.dropdown--author ul li {
    font-weight: 500;
    line-height: 35px;
}

.btn--round {
    -webkit-border-radius: 100px;
    border-radius: 100px !important;
}

.single_blog_content .share_tags .share .social_share span.fa-telegram,
.social--color--filled span.fa-telegram {
    background: #0674ec;
}

.single_blog_content .share_tags .share .social_share span.fa-whatsapp,
.social--color--filled span.fa-whatsapp {
    background: #31c347;
}

.testimonial .testimonial__about .name-designation {
    padding-top: 15px;
}

.mobile_content .menu_icon {
    background: 0 0;
    color: #333;
}

.body {
    padding-top: 70px;
}

.notificationmsg {
    width: 100%;
    line-height: 40px;
    background: red;
}

.modernmsgbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    top: 0;
}

.modernarea {
    width: 98%;
    margin: 200px auto auto;
    max-width: 600px;
    background: #fff;
    border: 3px solid #ccc;
    border-radius: 20px;
    padding: 10px 50px;
}

.pointer {
    cursor: pointer !important;
}

.dashboard_menu_area .dashboard_menu li a span.lnr {
    margin-left: 10px;
    margin-right: 0;
}

.dashboard_menu_area .dashboard_menu li:first-child {
    margin-right: 0;
    margin-left: 30px;
}
.dashboard_menu_area .dashboard_menu li.active:first-child {
    margin-right: 15px;
}

.toggle_title span.lnr {
    float: left;
}

.affliate_rule_module .card--top_discussion .card-content li::before,
.affliate_rule_module .faq--card .card-content li::before,
.faq--sidebar .card--top_discussion .card-content li::before,
.faq--sidebar .faq--card .card-content li::before,
.sidebar--blog .card--top_discussion .card-content li::before,
.support--sidebar .card--top_discussion .card-content li::before {
    right: 0;
    left: auto;
}

.affliate_rule_module .card--top_discussion .card-content li,
.affliate_rule_module .faq--card .card-content li,
.faq--sidebar .card--top_discussion .card-content li,
.faq--sidebar .faq--card .card-content li,
.sidebar--blog .card--top_discussion .card-content li,
.support--sidebar .card--top_discussion .card-content li {
    padding-left: auto;
    padding-right: 23px;
}

.table tbody > tr > td,
.table thead > tr > th {
    padding: 25px 28px 25px 0;
}

.custom-checkbox2 .form-group p.label span.circle,
.custom-checkbox2 label span.circle,
.custom-radio .form-group p.label span.circle,
.custom-radio label span.circle,
.form-group .custom-checkbox2 p.label span.circle,
.form-group .custom-radio p.label span.circle {
    margin-left: 12px;
    margin-right: auto;
}

.btn-secondary {
    color: #fff !important;
}

.overlyslider h2 span {
    color: #fff;
    font-size: 0.3em;
}

.overlyslider .buta a {
    background: 0 0;
    border: 2px;
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
}

.overlyslider .buta a:hover {
    background: #f0f0f0;
    color: #222;
}

.overlyslider h2 {
    color: #d32f2f;
    font-weight: 700;
    font-size: 4.5em;
    padding: 0 50px 30px;
}

.overlyslider h5 {
    color: #f0f0f0;
    font-size: 1.5em;
}

.overlyslider {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}

.sectionsvideo {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.homeslideer {
    width: 100%;
    height: 100vh;
    position: relative;
}

#bodypath {
    margin-top: 72px;
}

.reversmenu .navbar-brand {
    background: url(/gen/images/t2tnoroz.svg) 0 0 / cover no-repeat;
    display: inline-block;
    height: 40px;
    width: 150.10101012px;
    margin-top: 5px;
}

.reversmenu {
    background: 0 0 !important;
    border: none !important;
}

.reversmenu .nav-link {
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
    .overlyslider {
        top: 10%;
        padding: 0 10px;
    }

    .overlyslider h2 span {
        clear: both;
        display: block;
        padding: 20px 0;
    }

    .overlyslider h2 {
        clear: both;
        font-size: 4em !important;
    }
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
}

.scroll-btn a {
    display: block;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.scroll-btn > .active,
.scroll-btn > :focus,
.scroll-btn > :hover {
    color: #fff;
}

.scroll-btn > .active,
.scroll-btn > :active,
.scroll-btn > :focus,
.scroll-btn > :hover {
    opacity: 0.8;
}

.scroll-btn .mouse {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    right: 50%;
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: 2.5s linear infinite ani-mouse;
    -moz-animation: 2.5s linear infinite ani-mouse;
    animation: 2.5s linear infinite ani-mouse;
}

.hoverbox {
    transition: 0.5s 0.5s;
    background: #ccc;
}

.modal {
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

.gallerysection .title,
.section .title {
    padding: 50px;
}

.gallerysection .title h3,
.section .title h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #232323;
    padding: 20px;
}

.gallerysection .title h4,
.section .title h4 {
    font-size: 1em;
    color: #333;
    padding: 0 0 30px;
}

.gallerysection,
.section {
    background: #fff;
    width: 100%;
    padding: 50px 0;
}

.text-larg {
    font-size: 2em;
}

.t2tribbon {
    background: url(/gen/Logo/ribbon.png) 0 0 / contain no-repeat;
    width: 100%;
    min-height: 80px;
    position: absolute;
    z-index: 999;
}

.relative {
    position: relative;
}

.np {
    padding: 0 !important;
}

.withdraw__table td {
    font-size: 14px !important;
}

.withdraw__table > tr > td {
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: #8b0000;
    border-color: silver;
}

.page-link:hover {
    color: #000;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    color: grey;
}

.table.tpointtbl tbody > tr > td {
    font-size: 14px !important;
}

.tag_div {
    display: inline-block;
    border-radius: 30px;
    background-color: #f7dcdc;
    padding: 3px 16px 3px 16px;
    margin-left: 4px;
}

.tag_div:hover {
    background-color: #f0b9b9;
}

.tag_span {
    padding-bottom: 0 !important;
    margin: 0;
    color: #af2727 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px;
}

.select-wrap select {
    padding: 0 20px 0 40px !important;
}

.select-wrap span {
    color: #333;
    left: 18px !important;
    right: unset !important;
}

@media screen and (max-width: 576px) {
    .tpointtbl {
        width: 720px;
        overflow-x: scroll;
    }

    .tbluser td {
        font-size: 12px !important;
        padding: 17px 10px 21px 0 !important;
    }

    .withdraw__table {
        width: 700px;
        overflow-x: scroll;
    }
}

/*--- general style --*/
.tbtn {
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tround_1 {
    border-radius: 8px;
}

.tround_2 {
    border-radius: 16px;
}

.tround_3 {
    border-radius: 30px;
}

.tround_4 {
    border-radius: 50%;
}

.tbtn_small {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
}

.tbtn_normal {
    padding: 8px 20px;
    font-weight: 500;
}

.tbtn_big {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}

.tbtn_white {
    background: #ffffff;
    border: 1px solid #fff !important;
}

.tbtn_white * {
    color: #d32f2f !important;
}

.tbtn_red {
    background: #d32f2f;
    border: 1px solid #d32f2f !important;
    color: #fff !important;
}

.tbtn_red * {
    color: #fff !important;
}

.tbtn_lightred {
    background: #f7dcdc;
    border: 1px solid #f7dcdc !important;
}

.tbtn_lightred {
    color: #af2727 !important;
}

.tbtn_transparent {
    background: transparent;
    border: 1px solid white !important;
}

.tbtn_transparent * {
    color: #fff !important;
}

.tbtn_transparent:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tbtn_lightred:hover {
    border: 1px solid #da5151 !important;
}

.w_48 {
    width: 48%;
}

.tcard {
    margin-bottom: 6%;
    box-shadow: 0px 0px 4px 0px #bebebe;
    border-radius: 16px;
    overflow: hidden;
    background-color: white;
}

.card_body {
}

.card_title a {
    font-size: 15px;
    color: #3b3b3b;
    font-weight: 500;
}

.tbtn_white * {
    color: #d32f2f !important;
}

.tbtn_red {
    background: #d32f2f;
    border: 1px solid #d32f2f !important;
    color: #fff !important;
}

/* end general style */

.enamad_groups img {
    max-width: 70px;
}
.footerdivider {
    height: 1px;
    background-color: darkgrey;
    margin-top: 10px;
}
.footercopyright {
    font-size: 12px;
}

.tbtn_red * {
    color: #fff !important;
}

.tbtn_lightred {
    background: #f7dcdc;
    border: 1px solid #f7dcdc !important;
}

.tbtn_lightred {
    color: #af2727 !important;
}

.tbtn_transparent {
    background: transparent;
    border: 1px solid white !important;
}

.tbtn_transparent * {
    color: #fff !important;
}

.tbtn_transparent:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tbtn_lightred:hover {
    border: 1px solid #da5151 !important;
}

.w_48 {
    width: 48%;
}

.tcard {
    margin-bottom: 6%;
    box-shadow: 0px 0px 4px 0px #bebebe;
    border-radius: 16px;
    overflow: hidden;
}

.card_body {
}

.card_title a {
    font-size: 16px;
}
/* ------- */
.topnav > .nav-item:hover a{
    color:#db3037;
}

.menueIcons ul li.has_dropdown:hover .icon_wrap span {
    color:#db3037 !important;
}

.menueIcons ul li.has_dropdown:hover .icon_wrap .notification_count {
    color: #ffffff !important;
}

.social.footer ul li i {
    transition: transform 0.1s ease;
}

.social.footer ul li :hover i {
    transform: scale(1.15);
}

@media screen and (min-width:767px){
    .topnav .dropdown:hover .dropdown-menu{display:flex}
}

.footer-collapse {
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .footer-collapse {
        display: block !important;
        height: auto !important;
    }
}

input.form-control:focus,
textarea.form-control:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .25);
    outline: 0;
}
