@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fa-brands-400.b6033b540dd66f84.woff2) format("woff2"), url(fa-brands-400.9a905705860d0777.ttf) format("truetype")
}

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fa-regular-400.3580b4a95c9bb1d5.woff2) format("woff2"), url(fa-regular-400.67a0fb748649533d.ttf) format("truetype")
}

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fa-solid-900.fd0b155cd663a8fa.woff2) format("woff2"), url(fa-solid-900.6a8db53d80e9da0c.ttf) format("truetype")
}

@charset "UTF-8"; :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*,:after,:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

html,body {
    height: 100%
}

.css-equal-content,.css-equal-heights {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small, 
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas, details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit
}

* {
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after {
    content: "";
    content: none
}

q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#content h1,#content h3,#content h4,#content h5,#content h6 {
    color: #252525;
    margin-bottom: 10px
}

#content h2 {
    color: #252525
}

h1 {
    font-weight: 400;
    font-size: 40px
}

@media (max-width: 767px) {
    h1 {
        font-size:27px
    }
}

h2 {
    font-weight: 600;
    font-size: 30px
}

/* 
:root{
--fa-style-family-brands:"Font Awesome 6 Brands";
--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}*/
@media (max-width: 767px) {
    h2 {
        font-size:23px
    }
}

.about-us-content h2 {
    margin: 20px 0
}

.about-us-content h2:first-child {
    margin: 0 0 20px
}

.about-us-content h2.accordion-header {
    margin-bottom: 0
}

.about-us-content ul {
    list-style: inherit
}

.about-us-content li {
    margin-bottom: 5px
}

.about-us-content li:last-child {
    margin-bottom: 0
}

h3 {
    font-weight: 400;
    font-size: 24px
}

@media (max-width: 1023px) {
    h3 {
        font-size:20px
    }
}

@media (max-width: 767px) {
    h3 {
        font-size:16px
    }
}

h4 {
    font-weight: 400;
    font-size: 21px
}

@media (max-width: 1023px) {
    h4 {
        font-size:18px
    }
}

@media (max-width: 767px) {
    h4 {
        font-size:18px
    }
}

h5 {
    font-weight: 400;
    font-size: 19px
}

@media (max-width: 1023px) {
    h5 {
        font-size:18px
    }
}

h6 {
    font-weight: 400;
    font-size: 18px
}

@media (max-width: 1023px) {
    h6 {
        font-size:16px
    }
}

.primary {
    background-color: #c78534
}

.secondary {
    background-color: #fff
}

body {
    font-size: 16px;
    color: #6f7686;
    font-family: Poppins,sans-serif;
    line-height: 1.5;
    overflow-x: hidden
}

.form-group {
    margin-bottom: 1.25rem
}

.btn-block {
    display: block;
    width: 100%
}

.main {
    padding-top: 5px;
    width: 100%
}

.main.login-body,.main.register-body {
    padding-top: 0
}

@media (max-width: 991.98px) {
    .main {
        padding-top:85px;
    }
}

@media (max-width: 575px) {
    .main {
        font-size:14px
    }
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #6f7686;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease
}

a:hover {
    transition: all .2s ease;
    color: #c78534;
    text-decoration: none
}

a:focus {
    outline: 0
}

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

strong {
    font-weight: 700
}

.css-equal-heights,.css-equal-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.css-equal-content {
    color: red;
    float: left
}

.align-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.col {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    min-height: 1px
}

@media (min-width: 320px) {
    .col.col-xs-12 {
        width:100%
    }

    .col.col-xs-11 {
        width: 91.66666667%
    }

    .col.col-xs-10 {
        width: 83.33333333%
    }

    .col.col-xs-9 {
        width: 75%
    }

    .col.col-xs-8 {
        width: 66.66666667%
    }

    .col.col-xs-7 {
        width: 58.33333333%
    }

    .col.col-xs-6 {
        width: 50%
    }

    .col.col-xs-5 {
        width: 41.66666667%
    }

    .col.col-xs-4 {
        width: 33.33333333%
    }

    .col.col-xs-3 {
        width: 25%
    }

    .col.col-xs-2 {
        width: 16.66666667%
    }

    .col.col-xs-1 {
        width: 8.33333333%
    }
}

@media (min-width: 568px) {
    .col.col-sm-12 {
        width:100%
    }

    .col.col-sm-11 {
        width: 91.66666667%
    }

    .col.col-sm-10 {
        width: 83.33333333%
    }

    .col.col-sm-9 {
        width: 75%
    }

    .col.col-sm-8 {
        width: 66.66666667%
    }

    .col.col-sm-7 {
        width: 58.33333333%
    }

    .col.col-sm-6 {
        width: 50%
    }

    .col.col-sm-5 {
        width: 41.66666667%
    }

    .col.col-sm-4 {
        width: 33.33333333%
    }

    .col.col-sm-3 {
        width: 25%
    }

    .col.col-sm-2 {
        width: 16.66666667%
    }

    .col.col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 768px) {
    .col.col-md-12 {
        width:100%
    }

    .col.col-md-11 {
        width: 91.66666667%
    }

    .col.col-md-10 {
        width: 83.33333333%
    }

    .col.col-md-9 {
        width: 75%
    }

    .col.col-md-8 {
        width: 66.66666667%
    }

    .col.col-md-7 {
        width: 58.33333333%
    }

    .col.col-md-6 {
        width: 50%
    }

    .col.col-md-5 {
        width: 41.66666667%
    }

    .col.col-md-4 {
        width: 33.33333333%
    }

    .col.col-md-3 {
        width: 25%
    }

    .col.col-md-2 {
        width: 16.66666667%
    }

    .col.col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1024px) {
    .col.col-lg-12 {
        width:100%
    }

    .col.col-lg-11 {
        width: 91.66666667%
    }

    .col.col-lg-10 {
        width: 83.33333333%
    }

    .col.col-lg-9 {
        width: 75%
    }

    .col.col-lg-8 {
        width: 66.66666667%
    }

    .col.col-lg-7 {
        width: 58.33333333%
    }

    .col.col-lg-6 {
        width: 50%
    }

    .col.col-lg-5 {
        width: 41.66666667%
    }

    .col.col-lg-4 {
        width: 33.33333333%
    }

    .col.col-lg-3 {
        width: 25%
    }

    .col.col-lg-2 {
        width: 16.66666667%
    }

    .col.col-lg-1 {
        width: 8.33333333%
    }
}

.btn {
    padding: 14px 20px;
    font-weight: 600;
    transition: all .5s;
    box-shadow: inset 0 0 #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn:hover {
    box-shadow: inset 0 0 0 70px #fff;
    color: #c78534;
    border: 1px solid #c78534;
    transition: all 1s
}

.btn-primary {
    background: #c78534;
    color: #fff;
    border: 1px solid #c78534;
    text-transform: capitalize
}

.text-primarycolor {
    color: #c78534
}

.breadcrumb {
    padding: 110px 0;
    text-align: center;
    background: #F7FBF5;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .breadcrumb {
        padding:30px 0
    }
}

.breadcrumb .breadcrumb-title {
    margin-bottom: 10px
}

.breadcrumb .breadcrumb-title h2 {
    font-size: 38px;
    color: #252525;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .breadcrumb .breadcrumb-title h2 {
        font-size:28px
    }
}

@media (max-width: 575px) {
    .breadcrumb .breadcrumb-title h2 {
        font-size:24px
    }
}

@media (max-width: 991.98px) {
    .breadcrumb .breadcrumb-page {
        display:none
    }
}

.breadcrumb .breadcrumb-page ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.breadcrumb .breadcrumb-page ul li {
    padding-right: 30px;
    position: relative
}

.breadcrumb .breadcrumb-page ul li:after {
    position: absolute;
    content: "";
    background: #6F7686;
    width: 1px;
    height: 13px;
    right: 16px;
    transform: rotate(20deg);
    top: 7px
}

.breadcrumb .breadcrumb-page ul li:last-child:after {
    width: 0
}

.breadcrumb .breadcrumb-page ul li a {
    font-size: 14px;
    font-weight: 500
}

.breadcrumb .breadcrumb-page ul li a.active {
    color: #252525;
    font-weight: 600
}

.mouse-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    visibility: hidden
}

.cursor-inner {
    margin-left: -4px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background: #c78534!important;
    transition: width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #c78534!important;
    opacity: .1
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    border: 2px solid #c78534;
    transform: all .08s ease-out;
    -webkit-transform: all .08s ease-out;
    -ms-transform: all .08s ease-out
}

.cursor-outer.cursor-hover {
    opacity: 0
}

.mim_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111
}

.progress-wrap {
    position: fixed;
    right: 25px;
    bottom: 25px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #4b40ed33;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px)
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap:after {
    position: absolute;
    content: "\f062";
    font-family: FontAwesome;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    color: #c78534;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .2s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #c78534;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear
}

.footer {
    background: #252525;
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 50px 0 0
}

@media (max-width: 991.98px) {
    .footer {
        padding:40px 0 0
    }
}

.footer .footer-top {
    padding: 0 0 50px;
    position: relative;
    z-index: 9
}

@media (max-width: 991.98px) {
    .footer .footer-top {
        padding:0
    }
}

.footer .footer-top .footer-about-content {
    max-width: 315px
}

.footer .footer-top .footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: capitalize
}

@media (max-width: 991.98px) {
    .footer .footer-top .footer-title {
        margin-bottom:20px
    }
}
.footer .footer-top .footer-menu ul li
{
   display: flex;
}
.footer .footer-top .footer-menu ul li a {
    font-size: 15px;
    position: relative;
    transition: all .4s ease 0s;
    
}

@media (max-width: 991.98px) {
    .footer .footer-top .footer-menu ul li a {
        font-size:14px
    }
}

.footer .footer-top .address-footer li {
    display: flex
}

.footer .footer-top .address-footer li i {
    color: #c78534
}

.footer .footer-top .address-footer li h6 {
    font-size: 15px;
    font-weight: 400
}

.footer .footer-top .address-footer li h6.address-content {
    line-height: 1.5
}

@media (max-width: 991.98px) {
    .footer .footer-top .address-footer li h6 {
        font-size:14px
    }
}

.footer .footer-top .address-footer li span {
    color: #818181
}

@media (max-width: 991.98px) {
    .footer .footer-top .footer-widget {
        margin-bottom:40px
    }
}

.footer .footer-top .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none
}

.footer .footer-top .footer-widget .footer-logo {
    margin-bottom: 24px
}

.footer .footer-top .footer-widget .footer-logoimg {
    max-height: 100%;
    max-width: 100%
}

.footer .footer-top .footer-widget .footer-about-content p {
    color: #26292c
}

.footer .footer-top .footer-widget .footer-about-content p:last-child {
    margin-bottom: 0
}

.footer .footer-top ul.social-linkset {
    display: flex;
    align-items: center;
    margin-top: 25px
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #999
}

.footer .footer-top ul.social-linkset li {
    padding-right: 25px
}

.footer .footer-top ul.social-linkset li a {
    transition: all .5s;
    color: #6f7686
}

.footer .footer-top ul.social-linkset li a:hover {
    transform: rotate(360deg) scale(1.5);
    color: #fff;
    display: block
}

.footer .footer-content {
    max-width: 300px
}

.footer .footer-bottom {
    position: relative;
    z-index: 9
}

.footer .footer-bottom .copyright {
    border-top: 1px solid #333543;
    padding: 30px 0
}

.footer .footer-bottom .copyright p {
    color: #fff;
    margin: 0
}

.footer-menu ul li {
    margin-bottom: 10px;
    position: relative
}

.footer-menu ul li a {
    color: #fff;
    transition: all .4s ease 0s
}

.footer-menu ul li a:hover {
    letter-spacing: .5px;
    color: #c78534
}

.footer-menu ul li a i {
    margin-right: 5px
}

.footer-menu ul li:last-child {
    margin-bottom: 0
}

.header {
    width: 100%;
    background: #F7FBF5;
    position: absolute;
    top: 0;
    margin-bottom: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 30px 5px 5px;
    border-radius: 20px;
    border: 1px solid #E6E9EB;
    background: #FFF;
    box-shadow: 0 4px 20px #0000000d
}

@media (max-width: 767px) {
    .user-info {
        padding:0
    }
}

.user-info:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 0;
    border-left: 0;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: all .5s;
    top: 15px;
    position: absolute;
    right: 12px
}

.user-info .user-letter {
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-right: 7px
}

@media (max-width: 767px) {
    .user-info .user-letter {
        margin-right:0
    }
}

.user-info .user-letter img {
    border-radius: 100%;
    width: 30px;
    height: 30px
}

.user-info .user-name {
    font-size: 14px;
    font-weight: 400;
    color: #2c3038;
    display: flex;
    align-items: center
}

.user-info .user-name img {
    margin-left: 10px
}

.user-info .user-role {
    display: block;
    color: #67748e;
    font-size: 12px
}

.userset,.profilename {
    padding: 0
}

.profilename .profileset {
    padding: 10px 10px 3px
}

.header .menu-drop-user .dropdown-item {
    color: #637381;
    padding: 7px 10px!important
}

.header .dropdown-menu.menu-drop-user {
    margin-top: 7px!important
}

.user-menu.nav>li>a {
    padding: 0;
    display: flex;
    line-height: normal;
    color: #212b36
}

@media (max-width: 991.98px) {
    .header {
        padding:10px
    }
}

.header.header-fixed {
    background: #fff;
    position: fixed;
    z-index: 99;
    padding: 0px;
    animation: drop-in .5s ease .2s backwards;
    box-shadow: 0 3px 53px #c5c5c545
}

.header .has-arrow .dropdown-toggle:after {
    display: none!important
}

@media (max-width: 991.98px) {
    .header.header-fixed {
        position:relative;
        animation: none
    }
}

.header .main-nav li {
    margin-right: 36px
}

.header.fixed {
    background-color: #fff;
    box-shadow: 0 3px 53px #c5c5c545
}

.header .logo a {
    float: left
}

.header .logo a img {
    float: left;
    max-height: 32px
}

.header .header-nav {
    align-items: center;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .header .header-nav {
        height:65px;
        padding: 0
    }
}

.header .header-nav .main-nav>li>a {
    line-height: 85px;
    font-weight: 500
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav>li>a {
        font-size:14px
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav>li>a {
        color:#fff
    }
}

.header .header-nav .main-nav>li>a:hover {
    color: #c78534
}

.header .header-nav .main-nav>li .submenu li {
    position: relative
}

.header .header-nav .main-nav>li .submenu li.active {
    color: #c78534
}

.header .header-nav .main-nav>li .submenu li.active>a {
    color: #c78534
}

.header .header-nav .main-nav>li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    transition: all .35s ease;
    width: 100%;
    position: relative;
    font-weight: 500
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav>li .submenu li a {
        padding:10px;
        color: #fff;
        font-size: 12px
    }
}

.header .header-nav .main-nav>li .submenu li a:hover {
    color: #c78534;
    padding-left: 20px
}

.header .header-nav .main-nav>li .login-link {
    display: none
}

.header .navbar-header .navbar-brand {
    display: inline-block;
    padding: 0;
    line-height: 0
}

.navbar-brand.logo img {
    width: 90px
}

@media (max-width: 991.98px) {
    .header .navbar-header .navbar-brand {
        margin-right:0
    }
}

@media (max-width: 575px) {
    .header .navbar-header .logo {
        display:none
    }
}

.header .navbar-header .logo-small {
    display: none
}

@media (max-width: 575px) {
    .header .navbar-header .logo-small {
        display:block;
        width: 100%;
        text-align: center
    }
}

.header .navbar-header #mobile_btn {
    display: none;
    margin-right: 30px
}



@media (max-width: 575px) {
    .header .navbar-header #mobile_btn {
        display:inline-block;left:0;
        margin-right: 0;
        padding: 0;
        position: absolute;
        z-index: 99
    }
}

.header .navbar-header #mobile_btn .bar-icons {
    display: inline-block;
    width: 31px
}

.header .navbar-header #mobile_btn .bar-icons span {
    background-color: #c78534;
    display: block;
    float: left;
    height: 3px;
    width: 31px;
    border-radius: 2px;
    margin-bottom: 5px
}

.header .navbar-header #mobile_btn .bar-icons span:nth-child(2) {
    width: 20px
}

.header .navbar-header #mobile_btn .bar-icons span:nth-child(3) {
    width: 16px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .header .navbar-header {
        display:inline-flex;
        align-items: center
    }
}

@media (max-width: 575px) {
    .header .navbar-header {
        width:100%
    }
}

.header .main-menu-wrapper {
    margin: 0 15px
}

@media (max-width: 768px) {
    .header .main-menu-wrapper {
        order:3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 11111;
        transform: translate(-260px);
        transition: all .4s;
        background: linear-gradient(to left,#ffffff,#f5f5f5,#eee);
        margin: 0
    }
}

.header .main-menu-wrapper .menu-header {
    align-items: center;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .menu-header {
        display:flex;
        height: 65px;
        align-items: center
    }
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .menu-header .menu-logo img {
        width:90px
    }
}

.header .main-menu-wrapper .menu-header .menu-close {
    font-size: 18px;
    color: #c78534
}

.header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
        left:0
    }
}

.header .main-menu-wrapper .main-nav>li .submenu>li.has-submenu>a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px
}

.header .main-menu-wrapper .main-nav {
    display: flex;
    margin: 0;
    padding: 0
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .main-nav {
        flex-direction:column;
        padding: 0;
        margin-bottom: 0;
        list-style: none
    }
}

.header .main-menu-wrapper .main-nav:last-child {
    margin-right: 0
}

@media (max-width: 992px) {
    .header .main-menu-wrapper .main-nav>li {
        margin-right:0
    }

    .header .main-menu-wrapper .main-nav>li:last-child {
        margin-right: 0;
        border: 0
    }
}

.header .main-menu-wrapper .main-nav>li.active>a {
    display: block;
    color: #c78534
}

.header .main-menu-wrapper .main-nav>li a i {
    font-size: 12px;
    margin-left: 3px
}

.accordion-button:not(.collapsed) {
    background-color: #c78534;
    color: #fff
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button:after {
    background: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.accordion-button:not(.collapsed):after {
    background: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .main-nav>li a {
        display:block;
        line-height: 20px;
        padding: 12px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #333
    }

    .header .main-menu-wrapper .main-nav>li a i {
        font-size: 14px
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .header .main-menu-wrapper .main-nav>li a i {
        float:right;
        margin-top: 5px;
        font-size: 14px
    }
}

.header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .main-nav>li {
        border-bottom:1px dashed #bebebe;
        padding: 0
    }
}

@media (min-width: 992px) {
    .header .main-menu-wrapper .main-nav>li {
        display:block;
        position: relative;
        margin: 20px 10px;
    }

    .header .main-menu-wrapper .main-nav>li:last-child {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .header .main-menu-wrapper .main-nav>li ul {
        background-color:#fff;
        border-radius: 5px;
        box-shadow: 0 0 3px #0000001a;
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        transition: all .2s ease;
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000
    }
}

@media (min-width: 992px) {
    .header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu {
        visibility:visible;
        opacity: 1;
        margin-top: 0;
        transform: translateY(0);
        border-radius: 2px;
        border-top: 1px solid #c78534
    }
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .main-nav .has-submenu ul {
        display:none;
        background: #c78534
    }
}

.header .main-menu-wrapper .main-nav li.login-link {
    display: none
}

@media (max-width: 768px) {
    .header .main-menu-wrapper .main-nav li.login-link {
        display:block
    }
}

.header .login-path {
    position: relative
}

.header .login-path:after {
    position: absolute;
    content: "";
    background: #EAEAEA;
    width: 2px;
    height: 15px;
    right: -14px;
    top: 5px
}

.header .header-navbar-rht {
    margin: 0;
    padding: 0
}

.table td,.table th {
    vertical-align: middle;
    white-space: nowrap;
    border-top: none
}

@-moz-document url-prefix() {
    .table th {
        white-space: normal
    }
}

@supports (-ms-ime-align:auto) {
    .table td,.table th {
        white-space: normal
    }
}

.sidebar-overlay {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #0009;
    position: fixed;
    top: 75px;
    left: 0
}

.sidebar-overlay.opened {
    display: block
}

@media (max-width: 768px) {
    .header .header-navbar-rht .login-block {
        display:none
    }
}

.header .header-navbar-rht>li {
    align-items: center;
    display: inline-flex;
    padding-right: 25px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.header .header-navbar-rht>li:last-child {
    padding-right: 0
}

.header .header-navbar-rht>li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px #0000001a;
    left: unset;
    right: 0
}

.close-photo {
    position: absolute;
    right: 0;
    top: 0;
    color: #000
}

.form-group .profile-img {
    width: 120px;
    height: auto;
    background: transparent;
    border-radius: 6px;
    max-height: 300px
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: .9375rem;
    font-weight: 600
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item:hover {
    color: #c78534;
    background: transparent
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item:last-child {
    border-top: 0;
    border-radius: 5px 5px 0 0
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item:first-child {
    border-radius: 0 0 5px 5px
}

.header .header-navbar-rht .nav-item .add-listing {
    font-weight: 500;
    font-size: 16px
}

.header .header-navbar-rht .nav-item .header-login {
    box-shadow: inset 0 0 #fff;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center
}

@media (max-width: 768px) {
    .header .header-navbar-rht .nav-item .header-login {
        padding:8px 12px;
        font-size: 14px
    }
}

.header .header-navbar-rht .nav-item .header-login:hover {
    background-color: #fff;
    box-shadow: inset 0 70px #fff
}

.header .header-navbar-rht .nav-item .header-reg {
    background-color: #c78534;
    border: 1px solid #c78534;
    box-shadow: inset 0 0 #fff;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px
}

@media (max-width: 768px) {
    .header .header-navbar-rht .nav-item .header-reg {
        padding:8px 12px;
        font-size: 14px
    }
}

.header .header-navbar-rht .nav-item .header-reg:hover {
    background-color: #fff;
    border: 1px solid #c78534;
    box-shadow: inset 0 0 0 70px #fff;
    color: #c78534
}

.header .dropdown-toggle:after {
    display: none
}

.res-show {
    display: none!important
}

@media (max-width: 991.98px) {
    .res-show {
        display:block!important
    }
}
.header .main-menu-wrapper  .menu-opened{left: 250px;}


.menu-opened .main-menu-wrapper {
    transform: translate(0)
}

@media (max-width: 575px) {
    .menu-opened .main-menu-wrapper {
        width:100%
    }
}

.aboutus-imgpath ul li:first-child {
    margin-bottom: 35px
}

.about-us-content {
    padding: 50px 0 0
}

.about-us-content.terms-content {
    padding: 0
}

@media (max-width: 991.98px) {
    .about-us-content {
        padding:10px 0 0
    }
}

.about-us-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px
}

.about-us-content p:last-child {
    margin-bottom: 0
}

.aboutus-div {
    padding: 80px 0
}

@media (max-width: 991.98px) {
    .aboutus-div {
        padding:30px 0
    }
}

.aboutus-div .aboutus-head {
    max-width: 550px
}

.aboutus-div .aboutus-head h2 {
    color: #252525;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 18px
}

@media (max-width: 991.98px) {
    .aboutus-div .aboutus-head h2 {
        font-size:30px;
        line-height: normal
    }
}

.aboutus-div .aboutus-head p {
    margin-bottom: 24px
}

.aboutus-div .aboutus-content li {
    display: flex;
    margin-bottom: 22px
}

.aboutus-div .aboutus-content li span {
    min-width: 50px;
    height: 50px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.aboutus-div .aboutus-content img {
    margin-bottom: 27px
}

.aboutus-div .aboutus-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px
}

.aboutus-div .contact-address h5 {
    color: #000;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500
}

.aboutus-div .contact-address h6 {
    font-weight: 400;
    font-size: 16px;
    max-width: 460px;
    line-height: 25px
}

.owl-carousel .owl-item {
    padding: 12px
}

@media (max-width: 991px) {
    .aboutus-div .contact-address h6,.form-control-label {
        font-size:14px
    }
}

.aboutus-inputdiv {
    box-shadow: 0 18px 59px -9px #192a5917;
    padding: 40px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 20px
}

@media (max-width: 991.98px) {
    .aboutus-inputdiv {
        padding:20px
    }
}

.aboutus-inputdiv .contact-input {
    margin-bottom: 20px
}

.aboutus-inputdiv .contact-input label {
    display: block;
    margin-bottom: 10px;
    color: #252525
}

.aboutus-inputdiv .contact-input input {
    width: 100%;
    height: 50px;
    border: 2px solid #D9DAE1;
    border-radius: 5px;
    padding: 10px
}

@media (max-width: 991.98px) {
    .aboutus-inputdiv .contact-input input {
        height:40px
    }
}

.aboutus-inputdiv .contact-input input:hover {
    border-color: #c78534
}

.aboutus-inputdiv .contact-input input:focus {
    border-color: #c78534
}

.aboutus-inputdiv .contact-input textarea {
    width: 100%;
    height: 120px;
    border: 2px solid #D9DAE1;
    border-radius: 5px;
    padding: 10px
}

@media (max-width: 991.98px) {
    .aboutus-inputdiv .contact-input textarea {
        height:80px
    }
}

.aboutus-inputdiv .contact-input textarea:hover {
    border-color: #c78534
}

.aboutus-inputdiv .contact-input textarea:focus {
    border-color: #c78534
}

.align-items-center {
    align-items: center!important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.banner-section {
    background-color: #f7fbf5;
    background-image: url('banner-bg.4b5ad4e945614f31.png');
    padding: 75px 0 40px;
    background-position: left top;
    background-size: 100% 100%
}

.banner-section .banner-content {
    max-width: 534px
}

@media (max-width: 991.98px) {
    .banner-section .banner-content {
        max-width:100%;
        text-align: center
    }
}

.banner-section .banner-content h1 {
    font-size: 50px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .banner-section .banner-content h1 {
        font-size:40px;
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .banner-section .banner-content h1 {
        font-size:30px
    }
}

.banner-section .banner-content p {
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 30px;
}

.banner-section .banner-content .btn {
    min-width: 175px;
    transition: all .5s;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.banner-img {
    position: relative
}

@media (max-width: 991.98px) {
    .banner-img {
        _display:none
    }
}

.banner-img .banner-content-transactions {
    position: absolute;
    left: 30px;
    top: 300px;
    background: #fff;
    display: flex;
    padding: 7px;
    box-shadow: 0 5px 14px #080f340a;
    border-radius: 50px 20px 0 50px;
    align-items: center
}

@media (max-width: 1400px) {
    .banner-img .banner-content-transactions {
        left:-80px;
        top: 270px
    }
}

.banner-img .banner-content-transactions .banner-content-img span {
    width: 50px;
    height: 50px;
    background: #c78534;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px
}

.banner-img .banner-content-transactions .banner-content-content h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 500
}

.banner-img .banner-content-report {
    position: absolute;
    right: -50px;
    bottom: 100px;
    background: #fff;
    display: flex;
    padding: 7px;
    box-shadow: 0 5px 14px #080f340a;
    border-radius: 50px 20px 0 50px;
    align-items: center
}

.banner-img .banner-content-report .banner-content-img span {
    width: 50px;
    height: 50px;
    background: #c78534;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px
}

.banner-img .banner-content-report .banner-content-content h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 500
}

.banner-img .banner-content-graph {
    position: absolute;
    right: -80px;
    top: 150px;
    background: #fff;
    display: flex;
    padding: 15px;
    box-shadow: 0 5px 14px #080f340a;
    border-radius: 6px;
    align-items: center;
    flex-direction: column
}

.banner-img .banner-content-graph .banner-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 22px
}

.invest-loan {
    min-height: 620px;
    width: 100%;
    overflow: hidden;
    background-image: url('DreamsMoneyHome_files/bg.7494faca4aecb173.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.invest-loan .invest-btn {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px
}

.invest-loan .invest-btn span {
    color: #fff;
    font-size: 22px;
    margin-right: 50px
}

.invest-loan .invest-btn:nth-child(1) {
    margin-bottom: 110px
}

.invest-loan ul {
    display: flex;
    position: relative
}

.invest-loan ul li:nth-child(1) {
    position: absolute;
    left: 0;
    width: 60%
}

.invest-loan ul li:nth-child(2) {
    position: absolute;
    right: 125px;
    width: 60%;
    top: 90px
}

.invest-img {
    position: relative
}

.invest-img .invest-btn {
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 40%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.invest-img .invest-btn span {
    color: #fff;
    font-size: 25px;
    margin-right: 35px
}

.invest-img .invest-btn .btn {
    min-width: 175px
}

@media (max-width: 991.98px) {
    .invest-loan {
        background-image:url('DreamsMoneyHome_files/bg-1.43225a5dd7c40ab0.jpg');
        min-height: 400px
    }

    .invest-loan .invest-btn {
        width: 100%;
        flex-direction: column;
        margin-bottom: 40px
    }

    .invest-loan .invest-btn:nth-child(1) {
        margin-bottom: 40px;
        border-right: 1px solid #d4d4d4
    }

    .invest-loan .invest-btn span {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .invest-loan {
        flex-direction:column;
        justify-content: center
    }

    .invest-loan .invest-btn:nth-child(1) {
        margin-bottom: 25px;
        border-right: none;
        border-bottom: 1px solid #d4d4d4;
        padding-bottom: 20px
    }

    .invest-loan .invest-btn:nth-child(2) {
        margin-bottom: 0
    }

    .invest-loan .invest-btn span {
        margin-bottom: 20px
    }
}

.banner-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 22px
}

.banner-content-head h5 {
    font-size: 14px;
    color: #252525
}

.banner-content-head h6 {
    font-size: 11px
}

.people-chooseset {
    padding: 40px 0
}

@media (max-width: 991.98px) {
    .people-chooseset {
        padding:60px 0
    }
}

@media (max-width: 991.98px) {
    .people-chooseset {
        padding:40px 0
    }
}

.section-title {
    text-align: center;
    padding-bottom: 50px
}

@media (max-width: 991.98px) {
    .section-title {
        padding-bottom:30px
    }
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 15px
}

@media (max-width: 991.98px) {
    .section-title h2 {
        font-size:30px
    }
}

@media (max-width: 991.98px) {
    .section-title h2 {
        font-size:24px
    }
}

.section-title p {
    font-size: 20px;
    font-weight: 400;
    _max-width: 825px;
    width: 100%;
    margin: auto;padding: 10px;
}

.choose-div {
    box-shadow: 0 5px 14px #080f340a;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff
}

.aboutus-imgpath img {
    width: 100%
}

@media (max-width: 991.98px) {
    .choose-div {
        margin-bottom:25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
}

.choose-div:hover {
    box-shadow: 0 30px 65px #6f889d40
}

.choose-div:after {
    position: absolute;
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background: transparent;
    border-radius: 10px;
    left: 0;
    bottom: 0;
}

.choose-div:hover:after {
    background: #c78534
}

.choose-div:hover span {
    _background: #c78534
}

.choose-div:hover span img {
    _width: 335px;
    _filter: brightness(0) invert(1)
}

.choose-div span {
    _width: 335px;
    height: 100px;
    _background: #F2FFE1;
    _padding: 10px;
    margin-bottom: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    _transition: all .5s;
}

.choose-div h6 {
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
    font-weight: 500
}

.choose-div p {
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
    font-weight: 500;
    height: 100px
}

.tailored-img {
    position: relative
}

@media (max-width: 991.98px) {
    .tailored-img {
        display:none
    }
}

.tailored-img .tailored-price {
    position: absolute;
    box-shadow: 0 30px 65px #6f889d40;
    background: #fff;
    left: 40px;
    top: 40px;
    border-radius: 15px;
    padding: 20px
}

.tailored-img .tailored-price .tailored-priceimg {
    display: flex
}

.tailored-img .tailored-price .tailored-priceimg span {
    width: 44px;
    height: 44px;
    box-shadow: 0 10px 40px #8a959e40;
    margin-right: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tailored-img .tailored-price .tailored-priceimg h5 {
    font-size: 12px
}

.tailored-img .tailored-price .tailored-priceimg h6 {
    font-size: 23px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 2px
}

.tailored-img .tailored-contentnew {
    position: absolute;
    right: 20px;
    bottom: 30px;
    box-shadow: 0 8px 40px -2px #060c3b14;
    background: #fff;
    padding: 16px;
    border-radius: 15px
}

.tailored-img .tailored-contentnew h6 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #252525
}

.tailored-banner-img {
    width: 100%
}

@media (max-width: 991.98px) {
    .res-hide {
        display:none
    }
}

.tailored-set {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    background-color: #f2ffe1;
}

@media (max-width: 991.98px) {
    .tailored-set {
        margin-bottom:30px
    }
}

@media (max-width: 575px) {
    .tailored-set {
        flex-direction:column;
        text-align: center
    }
}

.tailored-set span {
    width: 200px;
    height: 100px;
    padding: 10px;
    background: #F2FFE1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 15px;
    min-width: 180px;
    transition: all .5s
}

.tailored-set-content h6 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 10px;
      min-width: 250px;
}

@media (max-width: 575px) {
    .tailored-set-content h6 {
        margin-top:15px;
      max-width:230px;
    }
}

.tailored-set-content p {
    font-weight: 400
}

.graph-application {
    min-height: 360px
}

.graph-application ul {
    display: flex;
    flex-wrap: wrap
}

.graph-application ul li {
    width: 25%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px
}

@media (max-width: 991.98px) {
    .graph-application ul li {
        width:50%;
        margin-bottom: 24px
    }
}

@media (max-width: 575px) {
    .graph-application ul li {
        width:100%
    }
}

.graph-application ul li:after {
    position: relative;
    content: "";
    border: 2px dashed #CDCDCD;
    width: 250px;
    left: -150px;
    _transform: rotate(150deg);
    top: -150px;
    z-index: 33;
    animation: border-width 3s linear
}

@media (max-width: 991.98px) {
    .graph-application ul li:after {
        display:none
    }
}

.graph-application ul li span {
    background: #00bbe0;
    width: 109px;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    z-index: 44;
    margin-bottom: 15px
}

@media (max-width: 991.98px) {
    .graph-application ul li span {
        width:80px;
        height: 80px
    }
}

.graph-application ul li p {
    color: #252525;
    height: 90px;
    font-size: 20px;
}

.graph-application ul li:nth-child(2n) {
    position: relative;
    _top: 130px
}

.graph-application ul li:nth-child(2n) span {
    background: #c78534
}

.graph-application ul li:nth-child(2n):after {
    _transform: rotate(30deg);
    _top: -20px
}

.graph-application ul li:last-child:after {
    display: none
}

@media (max-width: 991.98px) {
    .graph-application ul li:nth-child(2n) {
        top:0
    }

    .graph-application ul li:nth-child(2n) span {
        background: #00bbe0
    }
}

.people-Application {
    padding: 80px 0;
    background: #FCFFF6
}

@media (max-width: 991.98px) {
    .people-Application {
        padding:60px 0
    }
}

@media (max-width: 575px) {
    .people-Application {
        padding:40px 0
    }
}

.help-money {
    background: #c78534;
    border-radius: 25px;
    padding: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px
}

@media (max-width: 991.98px) {
    .help-money {
        flex-direction:column;
        padding: 25px
    }
}

.help-money h6 {
    font-size: 30px;
    max-width: 364px;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .help-money h6 {
        max-width:100%
    }
}

@media (max-width: 575px) {
    .help-money h6 {
        font-size:24px
    }
}

.help-money ul {
    display: flex
}

@media (max-width: 991.98px) {
    .help-money ul {
        flex-wrap:wrap;
        margin-top: 25px
    }
}

.help-money ul li {
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (max-width: 575px) {
    .header .header-nav {
        flex-wrap:nowrap
    }

    .user-info .user-letter img {
        width: 25px;
        height: 25px
    }

    .user-info:after {
        display: none
    }

    .help-money ul li {
        margin-bottom: 25px
    }

    .logo-small img {
        max-width: 150px
    }
}

.help-money ul li span {
    font-weight: 400
}

.help-money ul li:last-child {
    padding: 0
}

.help-money ul h5 {
    font-size: 35px;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .help-money ul h5 {
        font-size:24px
    }
}

.help-money ul h5 span {
    font-weight: 600;
    position: relative
}

.help-money ul h5 span:after {
    position: absolute;
    content: "";
    background: rgba(255,255,255,.2);
    width: 37px;
    height: 37px;
    border-radius: 50px;
    left: -10px;
    top: -5px
}

.section-aboutus {
    padding-bottom: 80px;
}

/*background-color:#edfce1*/
@media (max-width: 991.98px) {
    .section-aboutus {
        padding-bottom:60px
    }
}

@media (max-width: 991.98px) {
    .section-aboutus .aboutusset {
        margin-bottom:24px
    }
}

.section-aboutus .aboutusset h2 {
    color: #252525;
    font-size: 40px;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .section-aboutus .aboutusset h2 {
        font-size:24px;
        margin-bottom: 30px
    }
}

.section-aboutus .aboutusset p {
    font-weight: 400
}

.section-aboutus .aboutusset .btn {
    min-width: 176px;
    margin-top: 30px
}

.people-chooseset.process-section {
    background: #edfce1
}

.process-set {
    box-shadow: 0 5px 17px #080f340f;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 24px;
    transition: all .5s
}

.reviewset {
    box-shadow: 0 25px 20px #16194f0d;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    transition: all .5s;
    margin-bottom: 30px
}

.reviewset p {
    font-weight: 400;
    margin-bottom: 24px
}

.reviewset .review-user {
    display: flex;
    align-items: center
}

.reviewset .review-user .review-userimg {
    margin-right: 15px
}

.reviewset .review-user .review-userimg img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #BDBDBD
}

.reviewset .review-user .review-usercontent h2 {
    font-size: 16px;
    color: #252525
}

.reviewset .review-user .review-usercontent h3 {
    color: #6f7686;
    font-size: 14px
}

.reviewset .rating {
    margin-bottom: 17px
}

.reviewset .rating i {
    color: #e9eef3
}

.reviewset .rating i.filled {
    color: #f3cd03
}

.review .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%
}

.review .owl-carousel .owl-nav .owl-prev {
    left: -80px;
    background: #EAFFD0;
    width: 58px;
    height: 58px;
    color: #c78534;
    border-radius: 50px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%)
}

.review .owl-carousel .owl-nav .owl-prev:hover {
    background: #c78534;
    color: #fff
}

@media (max-width: 991.98px) {
    .review .owl-carousel .owl-nav .owl-prev {
        left:0;
        width: 25px;
        height: 25px;
        font-size: 14px
    }
}

.review .owl-carousel .owl-nav .owl-next {
    right: -80px;
    background: #EAFFD0;
    width: 58px;
    height: 58px;
    color: #c78534;
    border-radius: 50px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%)
}

.review .owl-carousel .owl-nav .owl-next:hover {
    background: #c78534;
    color: #fff
}

@media (max-width: 991.98px) {
    .review .owl-carousel .owl-nav .owl-next {
        right:0;
        width: 25px;
        height: 25px;
        font-size: 14px
    }
}

.review .owl-carousel .item {
    padding: 15px 15px 35px
}

@media (max-width: 991.98px) {
    .review .owl-carousel .item {
        padding-bottom:15px
    }
}

@keyframes drop-in {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.bg-img {
    position: relative;
    width: 100%
}

@media (max-width: 991.98px) {
    .bg-img {
        display:none
    }

    .form-control {
        font-size: 14px
    }

    .navbar-brand.logo img {
        width: 90px
    }
}

/*.banner-img{animation:shake 12000ms linear infinite normal forwards;}
@keyframes shake { 
0% {transform: translate(721.694252px,768.442875px) rotate(0deg);animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 
50% {transform: translate(721.694252px,768.442875px) rotate(8deg)} 
100% {transform: translate(721.694252px,768.442875px) rotate(0deg)}
} */
.bg-img img.bg-image1 {
    position: absolute;
    top: 0;
    left: 50px
}

.bg-img img.bg-image2 {
    position: absolute;
    top: 30px;
    left: 670px
}

.bg-img img.bg-image3 {
    position: absolute;
    top: 500px;
    left: 20px
}

/*.bg-img img.bg-image4{animation:spin 5s linear infinite;position:absolute;top:500px;left:700px}*/
.bg-img img.bg-image4 {
    position: absolute;
    top: 500px;
    left: 700px
}

.bg-img img.bg-image5 {
    position: absolute;
    top: 450px;
    right: 30px
}

.bg-img img.bg-image6 {
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: -1;
    width: 75px
}

.bg-img img.bg-image7 {
    position: absolute;
    top: 150px;
    right: 10px
}

.bg-img img.bg-image8 {
    position: absolute;
    top: -50px;
    right: 10px
}

.bg-img img.bg-image9 {
    position: absolute;
    top: 10px;
    left: 10px
}

.bg-img img.bg-image10 {
    position: absolute;
    top: 0;
    right: 10px
}

.bg-img img.bg-image11 {
    position: absolute;
    top: 0;
    left: 10px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes border-width {
    0% {
        width: 0
    }

    to {
        width: auto
    }
}

.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
    background: #ffffff
}

.logo-dark {
    max-width: 180px;
    margin: auto;
    display: block
}

.login-wrapper {
    width: 100%;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.875rem;
    background: #F6F6F7
}

.login-wrapper .loginbox {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 100px 80px #99a5ec0d;
    display: flex;
    margin: 60px auto;
    max-width: 450px;
    width: 100%
}

.login-wrapper .loginbox .login-left {
    align-items: center;
    background: linear-gradient(180deg,#8BC34A,#00bcd4);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 450px;
    display: flex
}

.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
    width: 450px
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    color: #000
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da
}

.login-wrapper .loginbox .login-right .forgotpass a {
    color: #a0a0a0
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
    color: #333;
    text-decoration: underline
}

.login-wrapper .loginbox .login-right .dont-have {
    color: #ff9800;
    margin-top: 1.875rem
}

.login-wrapper .loginbox .login-right .dont-have a {
    color: #333
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
    text-decoration: underline
}

.login-btn-big {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 20px
}

.forgot-link {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-top: 20px
}

.forgot-link:hover {
    opacity: 1
}

.form-control-label {
    margin-bottom: 5px;
    display: inline-flex
}

.form-group .text-danger {
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block
}

.register-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
    background: #f6f6f7
}

.register-dark {
    max-width: 180px;
    margin: auto;
    display: block
}

.register-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.875rem
}

.register-wrapper .registerbox {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 100px 80px #99a5ec0d;
    margin: 60px auto;
    max-width: 900px;
    width: 100%;
    padding-top: 30px
}

.register-wrapper .registerbox h1 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    color: #000
}

.register-wrapper .registerbox .register-left {
    padding: 0 30px
}

.register-wrapper .registerbox .register-left .register-left-wrap {
    max-width: 100%;
    flex: 0 0 100%
}

.register-wrapper .registerbox .register-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
    width: 450px
}

.register-wrapper .registerbox .register-right .register-right-wrap {
    max-width: 100%;
    flex: 0 0 100%
}

.register-wrapper .registerbox .register-right .forgotpass a {
    color: #a0a0a0
}

.register-wrapper .registerbox .register-right .forgotpass a:hover {
    color: #333;
    text-decoration: underline
}

.register-wrapper .registerbox .register-right .dont-have {
    color: #ff9800;
    margin-top: 1.875rem
}

.register-wrapper .registerbox .register-right .dont-have a {
    color: #333
}

.register-wrapper .registerbox .register-right .dont-have a:hover {
    text-decoration: underline
}

.register-box {
    width: 120px;
    height: 120px;
    background: #e8e8e8;
    border-radius: 6px;
    margin-right: 50px;
    position: relative
}

.register label {
    margin-top: 10px
}

.register-choose-btn {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    font-size: 12px;
    color: #000;
    min-height: 40px;
    padding: 12px 15px;
    text-transform: uppercase;
    position: absolute;
    z-index: 11
}

.register-profile-btn {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    padding: 12px 10px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    height: 40px
}

@-moz-document url-prefix() {
    .register-profile-btn {
        padding: 12px 33px
    }
}

.register-profile-btn span {
    display: none
}

.register-profile-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%
}

.register-profile-btn .upload {
    position: absolute;
    z-index: 11;
    background: #e8e8e8;
    border-radius: 6px;
    left: -1px;
    top: -1px;
    width: 100px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    cursor: pointer
}

.register-profile-btn .upload-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 240px;
    background: transparent
}

.register-group-btn {
    margin-left: 15px
}

.register-group-btn .btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    width: 120px;
    height: 40px;
    border-radius: 6px
}

.register-btn-big {
    margin-top: 20px
}

.register-btn-big .btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 170px;
    border-radius: 6px
}

.register-link {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 20px
}

.register-link:hover {
    opacity: 1
}

.register-type-head h4 {
    font-weight: 500;
    font-size: 15px
}

.register-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    width: 250px
}

.register-info .form-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.register-info .form-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.register-info .checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100%
}

.register-info .form-label:hover input~.checkmark1 {
    background-color: #f0efef
}

.register-info .form-label input:checked~.checkmark1 {
    border: 1px solid #000000;
    background-color: #fff
}

.checkmark1:after {
    content: "";
    position: absolute;
    display: none
}

.register-info .form-label input:checked~.checkmark1:after {
    display: block
}

.register-info .form-label .checkmark1:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #c78534
}

.about-us-img-block {
    display: flex
}

.about-img-right {
    width: 53%;
    display: flex;
    flex-direction: column
}

.about-img-right .aboutus-imgpath:nth-child(1) {
    margin-bottom: 28px
}

.about-img-left {
    width: 47%;
    margin-right: 30px
}

@media (max-width: 1400px) {
    .about-img-left {
        width:46.7%
    }

    .about-img-right {
        width: 52%
    }
}

@media (max-width: 991px) {
    .about-us-content p {
        font-size:14px
    }

    .about-us-content h2:first-child {
        margin: 0 0 15px
    }

    .about-us-content h2 {
        margin: 12px 0
    }

    .about-us-content h2 {
        font-size: 24px
    }

    .about-us-img-block {
        flex-direction: column
    }

    .about-img-right {
        width: 100%
    }

    .about-img-right .aboutus-imgpath:nth-child(1) {
        margin-bottom: 15px
    }

    .about-img-left {
        margin-bottom: 15px
    }

    .about-img-left {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 575px) {
    .about-us-content h2 {
        font-size:22px
    }

    .header .navbar-header #mobile_btn .bar-icons {
        margin-top: 5px;margin-left: 11px;
    }

    .aboutus-imgpath ul li:first-child,.aboutus-imgpath {
        margin-bottom: 15px
    }

    .login-btn-big {
        padding: 10px 20px
    }

    .login-wrapper .loginbox {
        margin: 40px auto;
        width: 100%
    }

    .login-wrapper .loginbox .login-right {
        padding: 1rem;
        width: 100%
    }

    .register-info {
        align-items: inherit;
        width: 100%;
        flex-direction: column
    }

    .register-btn-big .btn {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 12px 72px;
        border-radius: 6px
    }

    .register-wrapper .registerbox {
        margin: 40px auto
    }
}

.auth-container {
    width: -moz-fit-content!important;
    width: fit-content!important
}

.header.header-fixed {
    background: #fff;
    position: fixed;
    z-index: 99;
    margin-bottom: 10px;
    animation: drop-in .5s ease .2s backwards;
    box-shadow: 0 3px 53px #c5c5c545
}
