

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
    -moz-outline: none;
    outline: none;
    border: 1px solid #166DFC;
    box-shadow: none;
    border-color: #166DFC;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

img {
    border: none;
    max-width: 100%;
}

button:focus {
    -moz-outline: none;
    outline: none;
    border: 1px solid #ff1b33;
    box-shadow: none;
    border-color: #ff1b33;
}

.section {
    padding: 114px 0;
}

.section-top {
    padding: 114px 0 0;
}

.section-bottom {
    padding: 0 0 114px 0;
}

.btn.focus,
.btn:focus {
    border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
    color: #575149;
    background-color: #fff;
    border-color: #ff1b33;
    outline: 0;
    box-shadow: none;
}

.container-fluid {
    padding: 0 75px;
}

.acurate {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 26px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 26px;
}

.aligncenter {
    display: block;
    margin: 0 auto 26px;
}

a:focus {
    outline: 0px solid;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 26px;
    font-family: "arcade_classic", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    color: #B2B2B2;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
    color: #0062c8;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: rgba(232,232,232,0.25);
    text-shadow: none;
}

::selection {
    background: rgba(232,232,232,0.25);
    text-shadow: none;
}

.browserupgrade {
    margin: 26px 0;
    background: rgba(232,232,232,0.25);
    color: #333333;
    padding: 26px 0;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-35 {
    margin-top: -35px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}


/*------------------------ content end -----------------------*/


/*------------------------ element start ---------------------*/


/*=================================================
    element inheritance
==============================================================*/


/*---------------------------
-----------------------------*/

#scrollUp {
    background: #000000;
    bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#scrollUp:hover {
    background: #5f75a8;
}

.page-wraper {
    background: #FFFFFF;
    margin-top: -225px;
    padding: 70px 95px;
}

.min-height {
    min-height: 750px;
}


/*---------------------------
2.header-area
-----------------------------*/

.header-area {
  //background: linear-gradient(360deg, rgba(51, 60, 70, 0.9) 0.75%, rgba(39, 46, 58, 0.9) 100%);
  //background: linear-gradient(360deg, rgba(9, 11, 13, 0.9) 0.75%, rgba(0, 0, 0, 0.9) 100%);
  //background: transparent;
    backdrop-filter: blur(30px);
    //border: 1px solid #38393e;
  //background: url("/user/assets/images/10-3.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    //background: #0d0e14;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center !important;
    margin-right: 60px;
    position: fixed;
    z-index: 100;
    align-content: center !important;
    width: 100%;
    max-height: 80px !important;
}



.header-area .header-top-area {
   margin-bottom: -40px;
}

.header-area .header-top-area .logo-area {
    margin-top: 35px;
    max-width: 120px;
    float: left;
}

.header-area .header-top-area .logo-area .mobile-logo {
    display: none;
}

.header-area .header-top-area .header-right {
    float: left;
}

.header-area .header-top-area .header-center {
    float: center;
}

.header-area .header-top-area .menu-area {
    text-align: center;
    float: center;
    margin-right: 0px;
    margin-left: 60px;
}

.header-area .header-top-area .menu-area .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area .header-top-area .menu-area .main-menu ul li {
    display: inline-block;
}

.header-area .header-top-area .menu-area .main-menu ul li:last-child a {
    margin-right: 0;
}

.header-area .header-top-area .menu-area .main-menu ul li a {
    display: block;
    font-family: "arcade_classic", sans-serif;
 //   font-family: "arcade_classic";
 //   color: #D5DAE8;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 25px;
    color: #D5DAE8;
    margin-right: 22px;
    position: relative;
    padding: 20px 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.header-area .header-top-area .menu-area .main-menu ul li a:after {
    position: absolute;
    content: '';
    width: auto;
    height: 5px;
    background: #0062c8;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.header-area .header-top-area .menu-area .main-menu ul li:hover a {
    font-family: "arcade_classic";
    color: #D5DAE8;
}

.header-area .header-top-area .menu-area .main-menu ul li:hover a:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.header-area .header-top-area .menu-area .main-menu ul li.active a {
    font-family: "arcade_classic", sans-serif;
    color: #0062c8;
}

.header-area .header-top-area .menu-area .main-menu ul li.active a:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.header-area .header-top-area .profile-area {
    margin-top: 35px;
    float: right;
}

.header-area .header-top-area .profile-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area .header-top-area .profile-area ul li {
    display: inline-block;
}

.header-area .header-top-area .profile-area ul li a {
    font-size: 15px;
    font-weight: lighter;
    color: #E5E5E5;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.header-area .header-top-area .profile-area ul li a img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 20%;
    border: 0px solid #FFFFFF;
    margin-right: 8px;
}

.header-area .header-top-area .profile-area ul li a:hover {
    color: #ff9f43;
}

.header-area .header-top-area .profile-area ul li.profile-menu {
    position: relative;
}

.header-area .header-top-area .profile-area ul li.profile-menu:hover .profile-dropdown {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.header-area .header-top-area .profile-area ul li.profile-menu .profile-dropdown {
    position: absolute;
    width: 160px;
    padding: 5px 0;
  /**  box-shadow: 2px 0 20px 2px rgba(64, 70, 74, 0.25);
    -webkit-box-shadow: 2px 0 20px 2px rgba(64, 70, 74, 0.25);
    -o-box-shadow: 2px 0 20px 2px rgba(64, 70, 74, 0.25);
    -moz-box-shadow: 2px 0 20px 2px rgba(64, 70, 74, 0.25);
    -ms-box-shadow: 2px 0 20px 2px rgba(64, 70, 74, 0.25);
    box-shadow: 2px 0 20px 2px rgba(64, 70, 74, 0.25); */
    margin-top: 1.4rem;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    top: 100%;
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: hidden;
}

.header-area .header-top-area .profile-area ul li.profile-menu .profile-dropdown li {
    display: block;
    text-align: left;
}

.header-area .header-top-area .profile-area ul li.profile-menu .profile-dropdown li a {
    display: block;
    width: 100%;
    padding: 0.50rem 1.5rem;
    clear: both;
    font-size: 17px;
    font-weight: 500;
    color: #212529;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.header-area .header-top-area .profile-area ul li.profile-menu .profile-dropdown li a i {
    margin-right: 5px;
}

.header-area .header-top-area .profile-area ul li.profile-menu .profile-dropdown li a:hover {
    color: #16181B;
    background-color: #F8F9FA;
}

.header-area .header-top-area .profile-area ul li.profile-menu .profile-dropdown:after {
    bottom: 100%;
    right: 0.6rem;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 14px;
    margin-left: -14px;
}

.header-area .header-top-area .menu-bar {
    float: left;
    margin-top: 38px;
    margin-left: 20px;
    cursor: pointer;
    display: none;
}

.header-area .header-top-area .menu-bar:hover span {
    background: #398888;
}

.header-area .header-top-area .menu-bar span {
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.header-area .header-bottom-area {
    padding-top: 40px;
    padding-bottom: 350px;

}

.header-area .header-bottom-area .page-title .title {
    font-weight: 300;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 5px;
    margin-left: 30px;
}

.header-area .header-bottom-area .page-title .title span::before {
    font-size: 32px;
    font-weight: 400;
}

.header-area .header-bottom-area .bradcumbs-area p {
    font-weight: 500;
    font-size: 12.5px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.header-area .header-bottom-area .bradcumbs-area p span {
    color: rgba(255, 255, 255, 0.7);
}

.header-area .header-bottom-area .bradcumbs-area p i {
    margin: 0 5px;
    font-size: 16px;
}

.header-area .header-bottom-area .blance-area {
    display: flex;
    flex-flow: row wrap;
    float: right;
    margin-right: -90px;
    margin-top: 20px;
}

.header-area .header-bottom-area .blance-area .single-balance {
    padding-left: 40px;
    position: relative;
}

.header-area .header-bottom-area .blance-area .single-balance.pending-balance {
    margin-left: 40px;
}

.header-area .header-bottom-area .blance-area .single-balance.pending-balance .balance {
    color: #0062c8;
}

.header-area .header-bottom-area .blance-area .single-balance .balance-title {
    font-family: "arcade_classic";
    margin-top: 0;
    font-weight: 300;
    font-size: 14px;
    color: #E5E5E5;
    margin-bottom: 5px;
}

.header-area .header-bottom-area .blance-area .single-balance .balance {
    font-family: "arcade_classic";
    font-weight: 300;
    line-height: normal;
    font-size: 25px;
    color: #0062c8;
  //  background-color: #0d0d0c;
  //  margin-bottom: 50px;
}

.header-area .header-bottom-area .blance-area .single-balance .value {
    font-family: "arcade_classic";
    font-weight: 100;
    line-height: normal;
    font-size: 15px;
    color: #0062c8;
  //  background-color: #0d0d0c;
    margin-bottom: 50px;
}

.header-area .header-bottom-area .blance-area .single-balance .balance span {
    color: #FFFFFF;
    text-transform: uppercase;
}

.header-area .header-bottom-area .blance-area .single-balance .blance-icon {
    position: absolute;
    left: 0;
    top: 2px;
}

.header-area .header-bottom-area .blance-area .single-balance .blance-icon span:before {
    font-size: 30px;
    color: #FFFFFF;
}

