/*=============================
  Theme Name: ----------------.
  Author: Mrh Ripon
  Support: mrhripon98@gmail.com
  Description: --------------.
  Version: 1.0
==============================*/

/* Base Css Start  */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');

@font-face {
    font-family: avenirRegular;
    src: url(../fonts/AvenirNextLTPro-Regular.otf)
}

@font-face {
    font-family: avenirBold;
    src: url(../fonts/AvenirNextLTPro-Bold.otf)
}

@font-face {
    font-family: avenirDemi;
    src: url(../fonts/AvenirNextLTPro-Demi.otf)
}

html {
    font-size: 62.5%;
}

body {
    font-family: avenirRegular;
    font-weight: normal;
    font-style: normal;
}

.fix {
    overflow: hidden;
}

p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: avenirBold;
    font-weight: 700;
    color: #162d5a;
    margin-top: 0px;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

span,
a {
    display: inline-block;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.f-bolder {
    font-family: avenirBold;
}
/* Base Css End */


/* Header Area Css Start  */

.main-menu li a {
    color: #303030;
    font-size: 1.5rem;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

    .main-menu li a:hover {
        color: #4285f4;
    }

.main-menu li {
    display: inline-block;
    margin-left: 3.5rem;
    position: relative;
}

    .main-menu li:first-child {
        margin-left: 0;
    }

.header-area {
    -webkit-box-shadow: 0 0px 8px -1px #00003b;
    box-shadow: 0 0px 8px -1px #00003b;
    padding: 1.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}

    .header-area::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        content: "";
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .header-area.shirnkk::after {
        opacity: 1;
    }




.logo img {
    max-width: 210px;
}

.box-btn {
    background: #4285f4;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 5px;
}

.def-margin {
    margin-top: 70px;
}

.transparentOne {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 350px;
}

.form-area {
    position: relative;
    padding: 2rem 0;
    padding-bottom: 8rem;
}
/* Header Area Css End */

/* form area css start  */

.section-title h1 {
    font-size: 5.5rem;
    text-align: center;
}

.section-title {
    margin-bottom: 3rem;
}

.statement h2 {
    font-size: 1.7rem;
    color: #666666;
    font-family: avenirRegular;
    text-align: center;
    display: inline-block;
    position: relative;
}

.statement {
    margin-top: 6rem;
    margin-bottom: 4rem;
    text-align: center;
}

.input-inside label {
    color: #666666;
    font-size: 1.7rem;
    display: block;
    margin-bottom: 2px;
    font-family: avenirDemi;
    height: 23px;
    margin-bottom: 10px;
}

.header-mdl-text p {
    color: #0dab1c;
    font-size: 15px;
    margin-top: 8px;
    text-align: center;
}

.input-inside input {
    border: 1px solid #dedede;
    width: 100%;
    height: 4.5rem;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 1.4rem;
}

.input-inside .nice-select {
    width: 100%;
    height: 4.5rem;
    line-height: 4.5rem;
    color: #666666;
}

.statement h2 span {
    border: 1px solid #0dab1c;
    background: #fff;
    color: #000;
    font-family: avenirDemi;
    padding: 5px 10px;
    border-radius: 5px;
}

.input-inside p {
    color: #999999;
    font-size: 1.5rem;
    margin-top: 23px;
}

.input-inside {
    margin-bottom: 20px;
}

.box-btn.style-2 {
    padding: 12px 30px;
    font-size: 2.5rem;
    font-weight: 900;
}
/* form area css end */

/* pay area css start  */
.pay-area {
    position: relative;
    padding: 16rem 0;
    padding-bottom: 22rem;
}

.pay-bg {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.pay-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.card {
    background: #fff;
    border-radius: 1rem;
    text-align: center;
    padding: 2rem 3.5rem;
}

.fingerPrint-thumb img {
    max-width: 109px;
}

.card-body {
    padding: 0;
    height: 133px;
}

    .card-body p {
        text-align: left;
    }

.single-pay h4 {
    font-size: 2rem;
    font-family: avenirDemi;
    margin-bottom: 1rem;
}

.single-pay p {
    text-align: left;
    font-size: 1.6rem;
    color: #162d5a;
}

.section-title.white-color h1 {
    color: #fff;
    margin-bottom: 18px;
}

.section-title.white-color p {
    color: #fff;
}

.btn-wrap {
    text-align: center;
}

.box-btn {
    font-size: 1.6rem;
}

    .box-btn i {
        margin-right: .5rem;
    }

.last-p {
    color: #999999;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.transparentTwo {
    position: absolute;
    right: 0;
    top: -215px;
}
/* pay area css end */


/* collected area css start  */

.collected-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}


.collected-area .card {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    border-radius: 1rem;
    padding: 3rem 5rem;
    margin-bottom: 25px;
}

.c-img img {
    max-width: 10rem;
    margin-bottom: 1.5rem;
}

.collected-area .card-body p {
    color: #162d5a;
    font-size: 1.8rem;
    font-family: avenirDemi;
}

.collected-area .card-body {
    height: auto;
}

    .collected-area .card-body p {
        text-align: center;
    }

.collected-area {
    padding: 6rem 0;
    padding-bottom: 10rem;
}

.collected-grid {
    margin-bottom: 6rem;
}

.expert-area {
    background: #4285f4;
    position: relative;
}

.transparent-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.expert-content h2 {
    color: #fff;
    font-size: 4rem;
}

.expert-content p {
    font-size: 1.8rem;
    color: #fff;
    margin: 1rem 0;
}

.time {
    color: #fff;
    font-size: 3rem;
    font-family: avenirBold;
}

.expert-content {
    padding: 10rem 0;
}
/* collected area css end */

/* footer area css start  */

.footer-area {
    background: #000;
    padding: 7rem 0;
}

.footer-widget {
    text-align: center;
}

.ft-menu li {
    display: inline-block;
}

    .ft-menu li a {
        color: #fff;
        font-size: 1.6rem;
        display: inline-block;
        margin: 0 18px;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .ft-menu li a:hover {
            color: #4285f4;
        }

.copyright-text p {
    color: #fff;
    font-size: 1.6rem;
}

    .copyright-text p:first-child {
        margin: 2rem 0;
        margin-bottom: 1.5rem;
    }
/* footer area css end */


/* mobile menu css start */
.side-menu-wrap {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999999;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: .5s;
    transition: .5s;
}

    .side-menu-wrap.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.mobile-mn {
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
}

    .mobile-mn li {
        border-bottom: 1px solid #cabfbf66;
        margin-bottom: 7px;
        padding-bottom: 6px;
    }

        .mobile-mn li a {
            color: #403b3b;
            font-size: 14px;
            -webkit-transition: .3s;
            transition: .3s;
            position: relative;
        }

.off-canvas-overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

    .off-canvas-overlay.active {
        opacity: .5;
        visibility: visible;
    }

.close-btn {
    position: absolute;
    top: 8px;
    left: 20px;
    color: #403b3b;
    font-size: 26px;
    cursor: pointer;
}

.notifications::after {
    color: #fff;
}

.read-more.text-right {
    margin-top: 20px;
}

.side-menu-wrap .box-btn {
    margin-left: 20px;
}

    .side-menu-wrap .box-btn:hover {
        background: #F7931D;
    }

.mobile-bar i {
    color: #4285f4;
    font-size: 23px;
    cursor: pointer;
}

.mobile-bar {
    display: none;
}
/* mobile menu css end */


/* mobile menu css end */

.main-menu li a i {
    padding-right: 7px;
}

.main-menu li ul {
    position: absolute;
    left: 0;
    text-align: left;
    background: #fff;
    width: 150px;
    padding: 10px;
    -webkit-box-shadow: 0 6px 10px #dddddd70;
    box-shadow: 0 6px 10px #dddddd70;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .main-menu li ul li {
        display: block;
        margin: 0;
    }

        .main-menu li ul li a {
            display: block;
            text-align: left;
            padding: 4px 0;
            position: relative;
            padding-left: 24px;
        }

            .main-menu li ul li a i {
                position: absolute;
                left: 0;
                top: 41%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

/* mobile menu css end */


/* login css start */


.loging-wrp {
    height: 100vh;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-inner-content-all {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 5px 5px 7px #808080;
    border-radius: 7px;
}

.form-inner {
    padding: 25px;
}

.login-form-inner h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 17px;
}

.form-inner h3 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.form-single-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-single-blk label {
        margin: 0;
        font-size: 14px;
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        text-align: right;
        padding-right: 15px;
    }

    .form-single-blk input {
        max-width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        height: 38px;
        border-radius: 3px;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 15px;
    }

.form-single-blk {
    margin-bottom: 15px;
}

.des-text p span {
    color: #ff0100;
}

.sb-btn {
    text-align: center;
}

    .sb-btn button {
        font-size: 20px;
        background: #4385f5;
        color: #fff;
        border: none;
        width: 121px;
        gap:;
        height: 45px;
        border-radius: 3px;
        font-family: avenirBold;
    }

.sb-btn {
    margin-bottom: 16px;
}

.des-text p {
    color: #bdbdbd;
    font-family: avenirBold;
    font-size: 14px;
}

.des-text a {
    text-align: center;
    display: block;
    font-size: 17px;
    color: #0800ff;
    font-weight: bold;
    margin-top: 16px;
}

/* login css end */




/* mobile menu css end */

/* contact page css start  */
.contact-fm-outer-wrap {
    background: #fff;
    border-radius: 7px;
    box-shadow: 5px 5px 7px #808080;
    padding: 35px;
}

.secondary-fm-title h1 {
    margin-bottom: 8px;
}

.secondary-fm-title {
    margin-bottom: 30px;
}

    .secondary-fm-title p {
        font-size: 17px;
        max-width: 600px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

.form-single-blk textarea {
    font-size: 16px;
}

.check-robot {
    text-align: center;
    margin: 35px 0;
}

.posting-address h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.posting-address {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 28px;
}

    .posting-address p {
        font-size: 15px;
        color: #000;
    }

.sb-btn.email button {
    width: 150px;
}

.contact-fm-outer-wrap {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
}

#content_wrapper li {
    font-size: 16px;
    padding: 4px;
    margin-left: 36px;
    color: #000;
}

    #content_wrapper li strong {
        font-family: avenirDemi;
    }

#content_wrapper p strong {
    font-family: avenirDemi;
}

#content_wrapper p {
    color: #000;
}

#content_wrapper ol {
    padding: 0;
    margin: 0;
}

.update-date {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    margin-top: 20px;
    text-align: right;
    font-weight: bold;
}

.top-area {
    padding-top: 115px;
    padding-bottom: 45px;
}

.secondary-fm-title.terms h1 {
    font-family: avenirDemi;
    font-size: 28px;
}

.title h1 {
    font-size: 5.5rem !important;
}

.secondary-fm-title.terms {
    margin-bottom: 0;
}

#content_wrapper-2 p {
    color: #000;
    font-family: avenirDemi;
    padding-top: 12px;
    font-size: 15px;
}

.terms-condition-area.privacy {
    padding-bottom: 45px;
}

.check-robot img {
    max-width: 100%;
}

/* The container */
.checkBox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 28px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #162d5a;
    font-weight: 500;
}

    /* Hide the browser's default checkbox */
    .checkBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 12px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #162d5a;
    border-radius: 4px;
}
/* When the checkbox is checked, add a blue background */
.checkBox input:checked ~ .checkmark {
    border-color: #162d5a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkBox .checkmark::after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #2165BF;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-blkk p {
    color: #000;
    font-family: avenirDemi;
    margin-bottom: 10px;
}

.top-blkk {
    text-align: center;
}

    .top-blkk p input {
        width: 40px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-left: 5px;
        padding-left: 5px;
    }

.fm-inner-2.add-money .form-single-blk label {
    max-width: 40%;
    flex: 0 0 40%;
}

.fm-inner-2.add-money .form-single-blk input {
    max-width: 60%;
    flex: 0 0 60%;
}

.divider {
    color: #000;
    margin: 0 8px;
    font-size: 20px;
}

.sb-btn.charge button {
    width: auto;
}

.lst-p {
    text-align: center;
    font-family: avenirDemi;
}

.ct-title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 30px !important;
}

.t-in-put {
    display: flex;
}

.t-in-put {
    display: flex;
    align-items: center;
}

    .t-in-put .nice-select {
        max-width: 94%;
        border: 1px solid #ddd;
        height: 38px;
        line-height: 38px;
        flex: 0 0 94%;
        border-radius: 3px;
    }

.form-single-blk.wd-half input {
    max-width: 28.1% !important;
}

.form-single-blk.optional-wrap input {
    max-width: 45% !important;
    margin-right: 8px;
}

.optional {
    color: #162D5A;
    font-size: 15px;
    color: #716d6d;
    font-family: avenirDemi;
}
/* contact page css end */





































/* Scroll to top btn css start */
.back-to-top {
    position: fixed !important;
    right: 30px;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    width: 35px;
    height: 35px;
    /* filter: alpha(opacity=0); */
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    /* transition: all 0.5s; */
    background: #4285f4;
    /* line-height: 35px; */
    -webkit-transition: .3s;
    transition: .3s;
}
/* Scroll to top btn css start */
