@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
    background-color: #fff;
}

.body {
    position: relative;
    width: 100%;
    overflow: hidden;
}

html {
    width: 100%;
    height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
}

p {
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .2px;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a {
    color: #6aa1ff;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #6aa1ff;
    text-decoration: none;
}

/* Header styles
================================================== */

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    font-size: 25px;
    line-height: 1;
    display: inline-block;
}

.navbar-brand:focus {
    outline: 0;
}

.top-nav-collapse {
    padding: 0px;
    background: #fff !important;
    padding: 5px 0px !important;
    margin: 0px;
    border: none !important;
    box-shadow: 0px 2px 11px rgba(56, 56, 56, 0.2);
}

.top-nav-collapse .navbar-brand {
    font-size: 21px;
    font-weight: 700;
    margin-top: 0px;
    color: #222;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-size: 12px;
    font-weight: 700;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a {
    outline: 0;
    border-top: 1px solid #5029f4 !important;
    border-bottom: 1px solid #5029f4 !important;
    background: transparent !important;
    color: #5029f4 !important;
}

.nav>li {
    padding: 0px 15px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.navbar-nav>li>a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #bbb;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
}

.top-nav-collapse .navbar-nav a,
.top-nav-collapse .nav a {
    color: #222 !important;
}
.navbar-custom .nav li a
{
  color: #222;
}
.top-nav-collapse .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #bbb;
    top: 11px;
    margin-bottom: 9px;
}

.top-nav-collapse .nav li a:hover,
.top-nav-collapse .nav li a:focus,
.top-nav-collapse .nav li.active a {
    border-top: 1px solid #222 !important;
    border-bottom: 1px solid #222 !important;
}
.banner-Logo
{
  padding: 15px 0px 0px 0px;
}

/* Intro Top content styles
================================================== */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 300px 0 330px;
    text-align: center;
    color: #fff;
    position: relative;
}

.intro-page {
    padding: 150px 0 130px;
    background: url(../demo/bg/1.jpg) no-repeat center;
    background-size: 100% auto;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 30px;
    margin: 0px;
    text-transform: uppercase;
    padding-top: 50px !important;
}

.intro-text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
}

.line {
    background: #fff;
    width: 80px;
    height: 1px;
    margin: 25px auto;
    position: relative;
    z-index: 1;
}

.line1 {
    background: #44464c;
    width: 80px;
    height: 2px;
    margin: 15px auto;
    position: relative;
    z-index: 1;
}

.line3 {
    background: #44464c;
    width: 80px;
    height: 2px;
    margin: 15px auto;
    position: relative;
    z-index: 1;
}

#intro-slider .controlNav {
    display: none;
}

#intro-slider .flex-direction-nav {
    display: none;
}

/* Welcome styles
================================================== */

.welcome-content {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.sec-tit {
    color: #272633;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.welcome-content p,
.team-content p,
.services-content p,
.contact-wrap p {
    /*color: #3d3d3d;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    width: 85%;
    margin: 30px auto 0;*/

    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    width: 90%;
    margin: 30px auto 0;
    color: #929292;


}

.btn1 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
    background: #FFF;
    border: 2px solid #070023;
    border-radius: 3px;
    padding: 11px 44px;
    display: table;
    margin: 45px auto 0;
}

.btn1:hover {
    border-color: #888;
    color: #888;
}

.btn2 {
    margin: 45px 0 0;
}

/* Facts styles
================================================== */

.facts-content {
    padding: 50px 0;
    /* background:#313131 url(../demo/bg/1.jpg) no-repeat center; */
    background-size: 100% auto;
    position: relative;
    /*background-color: #f9f9f9;*/
}

.facts-content h3 {
    color: #222222;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fact-info h4 {
    color: #929292;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: auto;
    line-height: 1.3;
    text-transform: lowercase;
    max-width: 400px;
}

.fact-info h4 em {
    font-style: normal;
}

.fact-info h4 span {
    font-weight: 700;    color: #e9e9e9;
}

.fact-info p {
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.line2 {
    background: #989898;
    height: 1px;
    margin: 25px auto 35px;
    width: 65px;
}

/* Extras
================================================== */

.no-padding {
    padding: 0px !important;
}

.no-padding {
    padding: 0px;
}

.space10 {
    margin-bottom: 10px;
}

.space15 {
    margin-bottom: 15px;
}

.space20 {
    margin-bottom: 20px;
}

.space25 {
    margin-bottom: 25px;
}

.space30 {
    margin-bottom: 30px;
}

.space35 {
    margin-bottom: 35px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}

/* Team Styles
================================================== */

.team-content {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.staff-content {}

.staff-content h4 {
    color: #222222;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin: 36px 0 0;
}

.staff-content h4 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.staff-img {
    position: relative;
}

.staff-img .overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.staff-content:hover {
    cursor: pointer;
}

.staff-content:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-social {
    padding: 0px;
    margin: auto;
    display: table-cell;
    height: 27px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 160px;
}

.team-social li {
    float: left;
    list-style: none;
}

.team-social li a {
    color: #fff;
    margin: 0 12px;
    font-size: 20px;
}

.team-social li a:hover {
    opacity: 0.3;
}

/* Services Styles
================================================== */

.services-content {
    padding: 50px 0;
    /* background:#313131 url(../demo/bg/1.jpg) no-repeat center; */
    background-color: #fff;
    background-size: 100% auto;
    position: relative;
}

.service-content {}

.service-content img {
    display: table;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-content:hover {
    cursor: pointer;
}

.service-content-inner {
    background: transparent;
    padding: 30px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-content:hover img {
    transform: scale(.8);
    -ms-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-content h4 {
    text-align: center;
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #222222f5;
}

/* Porfolio Styles
================================================== */

#filters {
    margin: 10px auto 40px;
    display: table;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
    text-align: center;
    margin: 0 5px;
}

#filters li span {
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    color: #222222;
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
}

#filters li span.active,
#filters li span:hover {
    border: 2px solid #222222;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 25%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio:hover img {
    cursor: pointer;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay1 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-text {
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 35px;
    height: 44px;
    width: 176px;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    color: #fff;
}

.overlay-text:hover {
    background: #fff;
    color: #000;
}

.portfolio-wrap {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.portfolio:hover .overlay1 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-main {
    margin-bottom: 60px;
}

/* Testimonials Styles
================================================== */

.testimonial-wrap {
    padding: 50px 0;
    /* background:#313131 url(../demo/bg/1.jpg) no-repeat center; */
    background-color: #f9f9f9;
    background-size: 100% auto;
    position: relative;
}

.client-img {
    max-width: 100%;
    display: table;
    margin: 45px auto;
    width: auto !important;
}

/* Contact Styles
================================================== */

.contact-wrap {
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

.contact-info {}

.contact-info h5 {
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: table;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

/* Footer Styles
================================================== */

footer {
    padding: 20px 0;
    background: #050017;
    position: relative;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    z-index: 0;
    background: #041217;
}

.social {
    padding: 0px;
    margin: 0 auto 15px;
    display: table;
}

.social li {
    float: left;
    list-style: none;
}

.social li a {
    color: rgba(255, 255, 255, 0.65);
    margin: 0 10px;
    font-size: 16px;
}

.social li a:hover {
    color: #ffffff;
}

.copy {
    font-size: 13px;
    text-align: center;
    margin: 0px;
    color: rgba(255, 255, 255, 0.65);
}

.copy a {
    color: #f1f1f1;
}

.copy a:hover {
    text-decoration: underline;
}

/* Blog Page Styles
================================================== */

.post-wrap {
    background: #fff;
    padding: 130px 0;
}

article h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    margin-top: 45px;
    margin-bottom: 5px;
}

article h4:hover {
    color: #888;
}

article p {
    font-size: 13px;
    color: #3d3d3d;
    line-height: 21px;
    margin-bottom: 23px;
}

.post-detail article p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #929292;
    margin-bottom: 23px;
}

blockquote {
    color: #3d3d3d;
    font-size: 13px;
    border-left: 5px solid #9e9e9e;
    padding-left: 25px;
    line-height: 21px;
}

article .btn1 {
    margin-top: 0px;
}

.post-meta {
    font-size: 13px;
    color: #3d3d3d;
    margin-bottom: 15px;
}

.post-meta a {
    color: #3d3d3d;
}

.post-meta em {
    font-style: normal;
    margin: 0 10px;
}

.post-date {
    width: 75px;
    height: 95px;
    border-right: 1px solid #000;
    position: relative;
    right: -2px;
}

.date {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    font-weight: 700;
    margin-top: -10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
}

.like a {
    color: #222;
    display: table;
    margin: 12px auto 0;
}

.post-small {
    margin-bottom: 60px;
}

.comments {
    margin-top: 80px;
}

.comments h3,
.comment-form h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #222;
}

.comment-form h3 {
    margin-bottom: 10px;
}

.comment-avatar {
    float: left;
    width: 76px;
}

.comment-avatar img {
    max-width: 100%;
}

.comment-info {
    margin-left: 100px;
}

.comment-info h5 {
    font-size: 20px;
    color: #222;
    margin-bottom: 17px;
}

.comment-info h5 span {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 400;
    display: block;
}

.sub-comment {
    padding-left: 100px;
}

.line-comment {
    background: #ddd;
    height: 1px;
    width: 65%;
    margin-right: 17%;
    float: right;
    margin-top: 5px;
    position: relative;
}

.line-comment span {
    position: absolute;
    color: #000;
}

.comment-content {
    padding-bottom: 35px;
}

.comment-form {}

.comment-form input,
.comment-form textarea {
    border: 1px solid #ddd;
    min-height: 50px;
    padding: 0 15px;
    width: 100%;
}

.comment-form label {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 10px;
}

.line-comment span {
    position: relative;
    top: -10px;
    background: #fff;
    padding-left: 10px;
    width: 60px;
    right: 0px;
    display: table;
    float: right;
    font-size: 13px;
}

.line-comment span a {
    color: #3d3d3d;
}

.cover {
    background: url(../images/overlay.png);
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* .text-slide,
.welcome-text,
.fact-info,
.staff-content,
.fade-text,
.service-content,
.portfolio,
.quote-slide,
.contact-info {
    visibility: hidden;
} */

/* Fullscreen Video styles
================================================== */

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 0px;
    width: 100%;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;

}

.video-bg {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
}

.video video {
    width: 100%;
}

/* Project single Page Styles
================================================== */

.project-single {
    padding: 110px 0;
    background: #fff;
}

.project_details {
    padding: 0;
    margin: 35px 0 -15px;
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.project_details h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.project_details span {
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
    color: #454545;
    float: left;
    width: 100%;
}

.project_details em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    width: 40%;
    display: table;
    float: left;
    font-weight: 700;
}

.project_details a {
    margin-right: 10px;
}

.addto_favorites {
    font-size: 13px;
    color: #888;
    display: table;
    float: left;
    margin-right: 25px;
    text-transform: uppercase;
}

.addto_favorites i {
    margin-right: 12px;
}

.addto_favorites:hover {
    color: #888;
}

.small_social_links {
    display: table;
}

.small_social_links li {
    padding: 0;
    margin: 0 9px 0 0;
    float: left;
    width: 18px;
    height: 18px;
}

.small_social_links li a {}

.small_social_links li a:hover {
    color: #999;
}

.project-info h3 {
    color: #000;
    margin: 0 0 15px;
}

.project-info p {
    color: #000;
    margin: 0 0 20px;
    font-size: 14px;
}

.project_details {
    display: table;
    width: 100%;
}

.project-info .btn1 {
    border-color: #999;
    color: #999;
}

.project-info .btn1:hover {
    border-color: #888;
    color: #888;
}

.vdeo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 0;
}

.vdeo iframe,
.vdeo object,
.vdeo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************* Shopping Demo-8 **********************/
.product-grid8 .product-image8 {
    border: 1px solid #e4e9ef;
    position: relative;
    transition: all .3s ease 0s
}

.product-grid8:hover .product-image8 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.product-grid8 .product-image8 a {
    display: block
}

.product-grid8 .product-image8 img {
    width: 100%;
    height: auto
}

.product-grid8 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid8:hover .pic-1 {
    opacity: 0
}

.product-grid8 .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-out 0s
}

.product-grid8:hover .pic-2 {
    opacity: 1
}

.product-grid8 .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 1
}

.product-grid8 .social li {
    opacity: 0;
    transform: translateY(3px);
    transition: all .5s ease 0s
}

.product-grid8:hover .social li {
    margin: 0 0 10px;
    opacity: 1;
    transform: translateY(0)
}

.product-grid8:hover .social li:nth-child(1) {
    transition-delay: .1s
}

.product-grid8:hover .social li:nth-child(2) {
    transition-delay: .2s
}

.product-grid8:hover .social li:nth-child(3) {
    transition-delay: .4s
}

.product-grid8 .social li a {
    color: black;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    background: #FFF;
    width: 40px;
    border: 1px solid grey;
    display: block;
    transition: all .5s ease-in-out;
}

.product-grid8 {
    font-family: Poppins, sans-serif;
    position: relative;
    z-index: 1;
    background: #FFF;
    border: 1px solid #eaeaea;
}

.product-grid8:hover {
    box-shadow: 1px 2px 6px 3px #2e353b29;
}

.product-grid8 .social li a:hover {
    color: #000;
    border-color: #000
}

.product-grid8 .product-discount-label {
    display: block;
    padding: 4px 15px 4px 20px;
    color: #fff;
    background-color: #2e353b;
    position: absolute;
    top: 48px;
    left: 0px;
}

.product-grid8 .product-content {
    padding: 20px 0 0
}

.product-grid8 .price {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
    transition: all .3s
}

.product-grid8 .price span {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block
}

.product-grid8 .product-shipping {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    padding-left: 35px;
    margin: 0 0 15px;
    display: block;
    position: relative
}

.product-grid8 .product-shipping:before {
    content: '';
    height: 1px;
    width: 25px;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.product-grid8 .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 15px;
    transition: all .3s ease 0s
}

.product-grid8 .title a:hover {
    color: #0081c2
}

.product-grid8 .all-deals {
    display: block;
    color: #fff;
    background-color: #2e353b;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 5px;
    transition: all .5s ease 0s
}

.product-grid8 .all-deals .icon {
    margin-left: 7px
}

.product-grid8 .all-deals:hover {
    background-color: #454e56
}

@media only screen and (max-width:990px) {
    .product-grid8 {
        margin-bottom: 30px
    }
}

.product-discount-label-lt {
    display: block;
    padding: 4px 15px 4px 20px;
    color: #fff;
    background-color: #2e353b;
    position: absolute;
    top: 10px;
    left: 0px;
}

.product-grid8 .title a {
    color: #000;
    font-size: 18px !important;
    font-weight: 600;
}

.list-prod {
    padding: 10px;
}

.list-prod li {
    margin: 0;
    border-bottom: 1px solid #d5d9dd;
}

.list-inner-pro {
    color: #000;
    list-style: none;
    padding: 8px;
}

.list-inner-pro .right {
    color: #000;
    float: right;
    font-weight: 600;
}

.st-date h4 {
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    letter-spacing: 1px;
    background: green;
    padding: 12px;
    color: #FFF;
    margin-bottom: 3px;
}

.ed-date h4 {
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    letter-spacing: 1px;
    background: #d82001;
    padding: 12px;
    color: #FFF;
    margin-bottom: 3px;
}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .navbar-custom .nav li a {
        font-size: 9px;
    }

    .nav>li {
        padding: 0px 10px;
    }

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

    .post-date {
        display: none;
    }
    .row.banner-Logo img
    {
      width: 75px;
    }
    .banner-Logo
    {
      padding: 0px 0px 0px 0px !important;
    }
    .brand-heading
    {
      font-size: 12px !important;
    }
    .flexslider li p
    {
      width: 100% !important;
    }

    .navbar {
        border: none;
    }

    .navbar-brand {
        font-size: 24px;
        margin-top: 0px;
    }

    .intro {
        padding: 170px 0 60px;
    }

    .staff-content {
        width: 250px;
        margin: 0 auto 40px;
    }

    .team-content {
        padding: 50px 0 90px;
    }

    .service-content {
        margin-bottom: 40px;
    }

    .services-content .col-md-12 {
        margin-bottom: 0px !important;
    }

    #portfoliolist .portfolio {
        width: 100%;
    }

    #filters li {
        float: none;
        text-align: center;
        margin: 0px 5px;
    }

    .contact-info {
        margin-bottom: 0px !important;
    }

    .contact-wrap {
        padding: 50px 0 50px;
    }

    .intro,
    .facts-content,
    .services-content,
    .testimonial-wrap {
        background-size: 200% 200%;
    }

    .project-info .col-md-7 {
        margin-bottom: 30px;
    }
    .facts-content h3, .fact-info h4
    {
      font-size: 14px !important;
    }
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* .post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #ffffff;
    min-width: 270px;
    height: 720px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  } */
.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 35px 0 rgba(14, 30, 37, .08), 0 3px 8px 0 rgba(14, 30, 37, .03);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    /* -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6; */
}

/* .post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
  } */
.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #ff2461;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    /* display: block;
    width: 120%; */
    height: 250px;
    object-fit: cover;
    max-width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    /* position: absolute;
    bottom: 0; */
    background: #ffffff;
    width: 100%;
    padding: 15px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: 232px;
    left: 0;
    background: #ff2461;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 10px;
    color: #ff2461;
    font-size: 18px;
    font-weight: 400;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    margin-bottom: 15px;
}

.container:before,
.container:after {
    content: '';
    display: block;
    clear: both;
}

.container .column {
    width: 33.33333333%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.container .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.container .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.container .info span {
    color: #666666;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #ff2461;
}

.cg {
    margin-left: 45px;
}

.card-d {
    color: #584f4f;
    font-size: 15px;


}

p.card-d {
    border-left: 2px solid #f29d94;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

.cardd {
    display: flex;
    flex: 1;
}

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

.mt-m {
    margin-top: -20px;
    margin-bottom: -10px;
}

.fw {
    font-weight: 600;
}

/* button */
/* Mixins */
/* bg shortcodes */
.bg-gradient1 span,
.bg-gradient1:before {
    background: #ff2461;
    /* background: linear-gradient(180deg, #ff2461 0%, #ea7468 80%, #d97469 100%); */
}


/* General */
.wrapper {
    margin: 4% auto;
    text-align: center;
}



/* fancy Button */
.fancy-button {
    display: inline-block;
    margin: 20px;
    font-family: 'Heebo', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff;
    position: relative;

}

.fancy-button.bg-gradient1 {
    text-shadow: 0px 0px 1px #bf4c28;
}

.fancy-button:before {
    content: '';
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    z-index: -1;
    border-radius: 2em;
    filter: blur(14px) brightness(0.9);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.fancy-button i {
    margin-top: -2px;
    font-size: 1.265em;
    vertical-align: middle;
}

.fancy-button span {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
    font-size: 12px;
    margin-left: 30px;
    margin-top: 10px;
}

.fancy-button:focus {
    color: #fff;
}

.fancy-button:hover {
    color: #fff;
}

.fancy-button:hover span {
    filter: brightness(0.9) contrast(1.2);
    transform: scale(0.96);
}

.fancy-button:hover:before {
    bottom: 3px;
    filter: blur(6px) brightness(0.8);
}

.fancy-button:active span {
    filter: brightness(0.75) contrast(1.7);
}

.fancy-button.pop-onhover span {
    border-radius: 4px;
}

.fancy-button.pop-onhover:before {
    opacity: 0;
    bottom: 10px;
}

.fancy-button.pop-onhover:hover:before {
    bottom: -7px;
    opacity: 1;
    filter: blur(16px);
}

.fancy-button.pop-onhover:hover span {
    transform: scale(1);
}

.fancy-button.pop-onhover:hover:active span {
    filter: brightness(1) contrast(1);
    transform: scale(1);
    transition: all 0.2s ease-out;
}

.fancy-button.pop-onhover:hover:active:before {
    bottom: 0;
    filter: blur(5px) brightness(0.85);
    transition: all 0.2s ease-out;
}

.gm-l {
    margin-top: -20px;
}

.card-flat {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.flat-logo i {
    color: #584f4f;
    margin-right: 5px;
}

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

.w-100 {
    width: 100%;
}

.fa-phone:before {
    content: "\f095";
    margin-left: -5px;
}

.fa-globe:before {
    content: "\f0ac";
    margin-left: 13px;
}

/* Ver head */

.ver-head {
    padding-top: 20px;
    background-color: #F56476;
}

.logout-but {
    float: right;
    color: #fff;
    background-color: #736e6e5e;
    border-style: none;
    border-radius: 8px;
    padding: 3px 10px 3px 10px;
    font-weight: 600;
}

.ver-but {
    border-style: none;
    color: #fff;
    background-color: #ff2461;
    margin-top: 30px;
    border-radius: 8px;
    font-size: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ver-body p {
    color: #000;
    margin-top: 10px;
    font-size: 16px;
}

.ver-body h2 {
    color: #363741;
    margin-top: 20px;
    margin-bottom: -1px;
}

.ver-body ul li {
    color: #000;
    font-size: 17px;
    margin-top: 10px;
}

.ver-body ul {
    margin-top: -5px;
}

/* Source fund*/
boxes {
    margin: auto;
    padding: 50px;
    background: #484848;

}

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: rgb(146, 135, 135);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ff2461;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fund-body h2 {
    margin-top: 20px;
    color: #5e4e4e;
}

.fund-body p {
    color: #a49c9c;
    font-size: 16px;
}

.fund-body h3 {
    color: #5e4e4e;
    margin-bottom: 20px;
}

.form-group {
    color: #5e4e4e;
}

.des-head {
    margin-top: 30px;
    margin-bottom: 15px;
}

.checkbox_rounded {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.checkbox_rounded input {
    opacity: 1;
}

.checkbox_rounded .checkbox_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 50%;
    border: 4px solid #d6d6d6;
    transition: all 0.5s;
}

.checkbox_rounded input:checked+.checkbox_hover {
    box-shadow: inset 0 0 0 8px #7494E9;
    border: none;
}

.source-con {
    color: #fff;
    background-color: #ff2461;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* Terms and condition page */

.terms-head h1 {
    color: #5e4e4e;
    margin-top: 5px;
}

.terms-head h2 {
    color: #5e4e4e;
    margin-top: 20px;
    margin-bottom: 10px;
}

.terms-head p {
    color: #5e4e4e;
}

.yes-no {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    /* border-style: none; */
    color: #000;
    margin-bottom: 20px;
    background-color: #eef5fd;
    border: 1px solid #ddd;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 8px;
}

.term-confirm {
    color: #fff;
    background: #ff2461;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20%;
    padding-right: 20%;
    font-weight: 500;
    display: block;
    margin: 0px auto;
    margin-top: 5px;
    border-style: none;
    border-radius: 8px;

}

.copy-text input {
    color: #000;
    width: 500px;
    margin-left: 75px;
}

.copy-text button {
    color: #443c3c;
    border-style: none;
    padding: 5px 10px 5px 10px;
    margin-left: 40px;
    background-color: #ff246126;
    border-radius: 8px;
    font-weight: 500;
}

.term-edit {
    color: #fff;
    background-color: rgb(63, 58, 58);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-style: none;
    margin-top: 71px;
    margin-left: 10px;
    border-radius: 4px;
}

.b-n:nth-child(1) {
    border: none;
}

.btn-ver {
    color: #fff;
    background-color: #ff2461;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    margin-top: 15px;
    border-radius: 4px;
    border-style: none;
}

.summary-list ul {
    color: #000;
    font-size: 17px;
}

.pdf-d {
    float: right;
}

.sum-img img {
    max-width: 100%;

}

.terms-new h1 {
    color: #636470;
    ;
    margin-top: -113px;
    text-align: center;
}

.terms-new p {
    text-align: left;
    margin-left: 0px;
    font-size: 15px;
}

.terms-new ul {
    text-align: left;
}

.p-review p {
    font-weight: 600;
    font-size: 17px;
}

.agree-term p {
    margin-top: 2px;
}

.review-p p {
    font-weight: 500;
    font-size: 16px;
}

.left-cont .col-md-6 {
    box-shadow: 0 10px 35px 0 rgba(14, 30, 37, .08), 0 3px 8px 0 rgba(14, 30, 37, .03);
    background-color: #faf3f36b;
    margin-top: 35px;
}

.boxes {
    box-shadow: 0 10px 35px 0 rgba(14, 30, 37, .08), 0 3px 8px 0 rgba(14, 30, 37, .03);
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.good-sec {
    border-left: 2px solid #ff246152;
    padding-left: 20px;
    margin-top: 30px;
}

.bad-sec {
    border-left: 2px solid #ED7A6E;
    padding-left: 20px;
}

.bg-fund h2 {
    color: #fff;
    text-align: center;
    background-color: #ED7A6E;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.bg-ver {
    background-image: url(../demo/bg-ver.jpg);
    background-size: cover;
    position: relative;
}

.bg-ver::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.37);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

.color-text p {
    color: #fff;
}

.color-text h3 {
    color: #9ba2ed;
}

.color-text .btn1 {
    color: #fff;
    border-color: #fff;
}

.ver-image img {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

.bell-icon i {
    margin-right: 20px;
    font-size: 18px;
    float: left;
    color: #fff !important;
}

/* nav */



/* Layout */

#container {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

#main {
    padding: 4% 1.5em;
    max-width: 55em;
    margin: 0 auto;
}

#header {
    padding: 1.5em;
    margin: 0 0 1em 0;
    background-color: #eee;
}

#footer {
    padding: 1.5em;
    margin: 2em 0 0 0;
    background-color: #eee;

}


/* Menu Styles */

.primary-nav {
    position: fixed;
    z-index: 999;
}

.menu {
    position: relative;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.open-panel {
    border: none;
    background-color: #fff;
    padding: 0;
}

.hamburger {
    background: #fff;
    position: relative;
    display: block;
    text-align: center;
    padding: 13px 0;
    width: 50px;
    height: 73px;
    left: 0;
    top: 0;
    z-index: 1000;
    cursor: pointer;
}

.hamburger:before {
    content: "\2630";
    /* hamburger icon */
    display: block;
    color: #000;
    line-height: 32px;
    font-size: 16px;
}

.openNav .hamburger:before {
    content: "\2715";
    /* close icon */
    display: block;
    color: #000;
    line-height: 32px;
    font-size: 16px;
}

.hamburger:hover:before {
    color: #777;
}

.primary-nav .menu li {
    position: relative;
}

.menu .icon {
    position: absolute;
    top: 12px;
    right: 10px;
    pointer-events: none;
    width: 24px;
    height: 24px;
    color: #fff;
}

.menu,
.menu a,
.menu a:visited {
    color: #aaa;
    text-decoration: none !important;
    position: relative;
}

.menu a {
    display: block;
    white-space: nowrap;
    padding: 1em;
    font-size: 14px;
}

.menu a:hover {
    color: #fff;
}

.menu {
    margin-bottom: 3em;
}

.menu-dropdown li .icon {
    color: #777;
}

.menu-dropdown li:hover .icon {
    color: #fff;
}



.menu label {
    margin-bottom: 0;
    display: block;
}

.menu label:hover {
    cursor: pointer;
}

.menu input[type="checkbox"] {
    display: none;
}

input#menu[type="checkbox"] {
    display: none;
}


.sub-menu-dropdown {
    display: none;
}

.new-wrapper {
    position: absolute;
    left: 50px;
    width: calc(100% - 50px);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}

#menu:checked+ul.menu-dropdown {

    left: 0;
    -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
    animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
}

.sub-menu-checkbox:checked+ul.sub-menu-dropdown {
    display: block !important;
    -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
    animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
}


.openNav .new-wrapper {
    position: absolute;
    transform: translate3d(200px, 0, 0);
    width: calc(100% - 250px);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}


.downarrow {
    background: transparent;
    position: absolute;
    right: 50px;
    top: 12px;
    color: #777;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
}

.downarrow:hover {
    color: #fff;
}

.menu {
    position: absolute;
    display: block;
    left: -200px;
    top: 0;
    width: 250px;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #000;
    z-index: 999;
}

.menu-dropdown {
    top: 0;
    overflow-y: auto;
}

.overflow-container {
    position: relative;
    height: calc(100vh) !important;
    overflow-y: auto;
    border-top: 73px solid #fff;
    z-index: -1;
    display: block;
}

.menu a.logotype {
    position: absolute !important;
    top: 11px;
    left: 55px;
    display: block;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 21px;
    padding: 10px;
}

.menu a.logotype span {
    font-weight: 400;
}

.menu a.logotype:hover {
    color: #777;
}

.sub-menu-dropdown {
    background-color: #333;
}

.menu:hover {
    position: absolute;
    left: 0;
    top: 0;
}

.openNav .menu:hover {
    position: absolute;
    left: -200px;
    top 73px;
}

.openNav .menu {
    top 73px;
    transform: translate3d(200px, 0, 0);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}

/* label.hamburger {
          display: none;
      } */


/* look and feel only, not needed for core menu*/

@-webkit-keyframes grow {

    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: block;
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }

}

@keyframes grow {

    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: block;
        opacity: 0.5;
    }

    100% {
        opacity: 1
    }

}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.ver-head .col-md-10 {
    padding-left: 40px;
}

.ver-body .col-md-6 {
    padding-left: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.fund-pad {
    padding-left: 25px;
}

.term-new-content {
    padding: 30px 0;
    background: #fff;
    position: relative;
}

.term-new-content p {
    color: #000;
}

.terms-bot h4 {
    color: #000;
    margin-top: 30px;
}

.ver-bot h4 {
    color: #000;
    margin-top: 25px;
}

.step-head h1 {
    color: #000;
}

main {
    background-color: #eee;
}

.lux-block {
    margin-bottom: 20px;
}

.list-project .project-content {
    padding-left: 40px;
}

.padding-no {
    padding-top: 30px;
}

.progressbar-title {
    font-size: 14px;
    color: #848484;
    text-transform: capitalize;
}

.progress {
    height: 5px;
    overflow: visible;
    background: #f0f0f0;
    margin-bottom: 40px;
    width: 68%;
    float: right;
    margin-top: 10px;
}

.progress .progress-bar {
    position: relative;
    animation: animate-positive 2s;
}

.progress .progress-icon {
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -14px;
    right: 0;
    background: #fff;
    border-width: 3px;
    border-style: solid;

}

.progress-value {
    font-size: 13px;
    color: #848484;
    position: absolute;
    top: 16px;
    right: 0;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.description {
    float: left;
    background: #ff2461;
    color: #fff !important;
    border-radius: 15px;
    padding-left: 7px;
    padding-right: 7px;

}

.btnDark {
    background-color: #ff2461;
    border-color: #ff2461;
    color: #fff;
}

.btn-info {
    background-color: #ff2461;
    border-color: #ff2461;
    color: #fff;
}

.white-bg {
    background-color: #fff;
}

.page-content {
    /* padding-top: 115px; */
    padding-top: 80px;
}

.property-list {
    margin-top: 30px;
}

.p-60 {
    padding: 60px 0px
}

.pos-rel {
    position: relative;
}

.pro-box {
    padding: 30px 20px 20px;
    box-shadow: 0px 0px 12px 0px rgba(39, 38, 45, 0.13);
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

.pro-name h4 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.pro-name p {
    font-size: 15px;
    margin-bottom: 10px;
}

.pro-img {
    margin-bottom: 15px;
    position: relative;
}

.pro-img img {
    height: 170px;
    object-fit: contain !important;
    width: 100%;
    border-radius: 5px;
}

.detail-badge-wrap {
    margin-bottom: 10px;
}

.detail-badge {
    background-color: #141a82;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 30px;
    letter-spacing: .8px;
    margin-right: 2px;
}

.pro-badge-out {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #004889;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding: 8px 10px;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 1;
}

.pro-badge-out:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    z-index: 1;
}

.pro-badge-out:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #004889 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
}

/*.pro-badge {
    background-color: #e2e2e2;
    color: #000;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    border: 2px dashed #000;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .12);
}*/

.pro-txt1 {
    font-size: 14px;
    font-weight: 600;
    margin: 6px 0px 10px;
}

.pro-txt1 span {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #000;
    line-height: 1.3;
}

.pro-txt1 span:first-child {
    padding-left: 0px;
}

.pro-txt1 span:last-child {
    border: 0px;
}

.pro-details-1 {
    border-bottom: 1px solid #c3c3c3;
}

.invest-txt {
    margin-bottom: 15px;
    font-size: 16px;
}

.pro-det-txt {
    font-size: 14px;
    margin-bottom: 0px;
}

.pro-det-list {
    padding: 10px 0px;
    border-bottom: 1px dashed #c3c3c3;
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px;
}

.share-property {
    padding: 15px 0px;
}

.share-tit {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #21213a;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.share-icons-wrap {
    display: inline-block;
}

.share-buttons {
    position: absolute;
    list-style: none;
    display: block;
    left: 10px;
    top: 0;
    z-index: 500;
}

.share-buttons a {
    position: absolute;
    top: -4px;
    background: #333;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: none;
    text-align: center;
    right: 0px;
    color: #000;
    padding: 7px 11px;
    font-size: 16px;
}

.share-buttons a.show {
    display: inline-block;
}

.share-buttons a.show i {
    color: #fff;
}

.share-buttons li {
    display: block;
    height: 32px;
}

.share-buttons img {
    width: 24px;
    height: 24px;
    margin-top: 5px;
}

.share-buttons a.social-share {
    background: #d8d8d8;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 5px 0px;
}

.share-btn-wrap {
    height: 40px;
    margin-right: 50px;
    float: right;
}

.pro-share {
    padding: 8px;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
    width: 28px;
    height: 28px;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 6px 1px rgba(56, 56, 56, 0.23);
    text-align: center;
}

.pro-share:hover {
    color: #fff;
    background-color: #000;
    opacity: .9;
}

.view-btn {
    padding: 14px 30px;
    border-radius: 3px;
    background-color: #070023;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    line-height: 1;
    transition: all .5s ease-in-out;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: .8px;
    transition: all .5s ease-in-out;
}

.view-btn:hover {
    color: #fff;
    background-color: #000;
    opacity: .7;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

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

.view-all-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    color: #070023;
    border: 2px solid #070023;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .6px;
    transition: all .5s ease-in;
}

.view-all-btn:hover {
    color: #000;
    background-color: #fff;
}

.black_menu_me .black-bg {
    background-color: #000;
}

.form-control {
    border: solid 1px #e8e8e8;
    box-shadow: none;
    height: 42px;
    /* border-left: 0px; */
}

.form-control:focus {
    box-shadow: none;
    border-color: #e8e8e8;
}

.input-group-addon {
    background: #fff;
    box-shadow: none;
    border: solid 1px #e8e8e8;
}
.qu_boxs h4 {
    border: 1px dashed #b1b1b1;
    padding: 10px;
    text-align: center;
}
.search-box {
    margin-top: 24px;
}

.grey-bg {
    background-color: #f0f0f0;
}

.pro-breadcrumbs {
    background: #000102;
    padding: 5px 0px;
}

.pro-breadcrumbs span {
    color: #fff;
}

.pro-breadcrumbs-item {
    color: white;
    text-decoration: underline;
    letter-spacing: .8px;
    font-size: 13px;
}

.pro-breadcrumbs-item.active {
    color: #6aa1ff;
}

.property-head {
    padding: 30px 0px;
}

.property-head h4 {
    font-size: 25px;
    font-weight: 600;
    color: #2d2d31;
    margin-bottom: 20px;
}

.pro-head-tit {
    color: #000102;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 800;
}

.pro-head-txt {
    margin-bottom: 10px;
}

.pro-type img {
    height: 70px;
}

.pro-type-txt {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}

.pro-info {
    display: inline-block;
    font-size: 20px;
    vertical-align: sub;
    margin-left: 5px;
}

.provider-logo {
    float: left;
    margin-right: 15px;
}

.provider-logo img {
    height: 45px;
}

.property-content {
    padding: 40px 0px;
}

.provider-content h5 {
    color: #000;
}

.provider-content {
    margin-left: 90px;
}

.provider-content h5 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.provider-content p {
    color: #454545;
    font-size: 15px;
    margin-bottom: 0px;
}

.apply-btn {
    display: inline-block;
    padding: 8px 26px;
    background-color: #5f54e1;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    transition: all .3s ease-in;
    font-weight: 600;

}

.apply-btn:hover {
    color: #fff;
    opacity: .9;
}

.cmn-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #203E61;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    transition: all .3s ease-in;
}

.cmn-btn:hover,
.cmn-btn:focus {
    color: #fff;
    opacity: .9;
    outline: none;
}

.provider-details {
    padding-bottom: 40px;
    border-bottom: 1px dashed grey;
}

.property-img-box img {
    height: 400px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgba(33, 33, 33, 0.11);
    object-fit: cover;
}

.property-img-sec {
    padding: 20px 0px 0px;
}

.target-txt {
    font-size: 23px;
    font-weight: 700;
    color: #000102;
}

.pro-detail-txt {
    margin: 0px;
    padding: 10px 0px;
    font-size: 13px;
}

.pro-detail-box {
    border-bottom: 1px dashed grey;
}

.property-tab {
    /*padding: 50px 0px;*/
}

.pro-tab-wrap {
    border-bottom: 1px solid #cecece;
}

.pro-slider-wrap {
    /*margin-bottom: 30px;*/
}

.pro-tab-wrap .nav-tabs {
    border-bottom: 0px;
}
.pro-tab-wrap ul{
    display: flex;;
}
.pro-tab-wrap .nav-tabs>li {
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.pro-tab-wrap .nav-tabs>li>a {
    padding: 15px 15px;
    border: 1px dashed transparent;
    border-bottom: 3px solid transparent;
    background: #fafafa;
    font-size: 14px;
    border-radius: 0px;
    transition: all .3s ease-in;
    font-weight: 500;
    color: #000102;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-tab-wrap .nav-tabs>li.active>a,
.pro-tab-wrap .nav-tabs>li.active>a:hover,
.pro-tab-wrap .nav-tabs>li.active>a:focus {
    border: 1px dashed #000;
    border-bottom: 3px solid #000;
    background: #ffffff;
    box-shadow: none;
}

.tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
}

.p40 {
    padding: 40px 0px;
}

.tab-tit {
    color: #000102;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px;

}

.tab-sub-tit {
    color: #000102;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 22px;
}

.tab-txt {
    color: #929292;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .2px;
}

.list-tab-txt {
    color: #2b2b44;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .3px;
}

.tab-txt1 {
    margin-bottom: 0px;
}

.tab-list-txt {
    margin-bottom: 10px;
    /*color: #2b2b44;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .3px;*/
    color: #929292;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .2px;
}

.tab-box {
    padding-bottom: 50px;
}

.tab-box p:last-child {
    margin-bottom: 0px;
}

.pro-slide-img {
    padding: 25px;
}


.pro-slide-img img {
    height: 400px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgba(33, 33, 33, 0.3);
}
.past_proj img {
    height: 600px;
}
.pro-slide-nav-img {
    margin: 15px;
    position: relative;
    cursor: pointer;
}

.slide-nav-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .63);
    opacity: 1;
    border-radius: 10px;
    transition: all .4s ease-in;

}

.pro-slide-nav-img img {
    height: 100px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgba(33, 33, 33, 0.3);
}

.slick-slide:focus {
    outline: none;
}

.pro-slide-nav-img.slick-current .slide-nav-overlay {
    opacity: 0;
}

.tab-tit1 {
    font-size: 20px;
    color: #004889;
    margin: 30px 0px 20px;

}


.tab-tit1 i {
    margin-right: 8px;
}
.floor-img img {
    height: auto;
    max-width: 100%;
    max-height: 400px;
}

.manage-content {
    box-shadow: 0px 0px 11px 1px rgba(136, 136, 136, 0.16);
    border-radius: 10px;
    background: #ffffff;
}

.manage-box-head {
    text-align: center;
    padding-bottom: 15px;
}

.manage-box-head img {
    height: 40px;
    margin-bottom: 10px
}

.manage-tit {
    text-transform: uppercase;
    color: #000102;
    font-weight: 600;
    margin: 0px;
}

.underline {
    max-width: 50px;
    height: 2px;
    background-color: #c9c9c9;
    margin: 10px auto;
}

.manage-txt1 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1;
}

.manage-txt2 {
    margin-bottom: 3px;
    font-size: 16px;
    color: #000102;
    text-transform: uppercase;
    line-height: 1;
}

.manage-txt3 {
    font-size: 12px;
    margin-bottom: 0px;
    color: grey;
}

.manage-det-box {
    border-bottom: 1px dashed #c4c4c4;
    padding: 15px;
}

.manage-det-box:last-child {
    border: 0px;
}

.accord-head {
    color: #000102;
}

.accord-head p {
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: .7px;
    color: #565656;
}

.accord-head h5 {
    font-size: 16px;
    font-weight: 600;
}

.accord-head i {
    font-size: 15px;
    margin-right: 15px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000102;
    border-color: #ddd;
    border: 0px;
}

.panel-default {
    border: 0px;
    box-shadow: 0px 0px 11px rgba(56, 56, 56, .12);
    margin: 10px;
}

.accord-head {
    color: #fff;
}

.accord-head:hover,
.accord-head:focus {
    color: #fff;
}

.acc-sub-tit {
    font-size: 18px;
    font-weight: 600;
    color: #000102;
}

.acc-txt {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 1.6;
}

.dilgence-box {
    border-top: 1px dashed #c4c4c4;
}

.timeline {
    list-style: none;
    padding: 5px 0 5px;
    position: relative;
}

.timeline-wrap {
    background: #f6f6f6;
    padding: 30px;
}

.timeline h6 {
    margin-bottom: 0px;
    font-size: 16px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #eeeeee;
    left: 49%;
    margin-left: -1.5px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
}

.timeline>li {
    margin-bottom: 50px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 45%;
    text-align: left;
    float: right;
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(197, 197, 197, 0.17);
    box-shadow: 0 1px 6px rgba(197, 197, 197, 0.17);
    background-color: #fff;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 7px solid transparent;
    content: " ";
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    content: " ";
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 49.5%;
    margin-left: -22px;
    background-color: #ffffff;
    border: 1px dashed #222222 !important;
    z-index: 8;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 12px;
    border-right-width: 0px;
    left: auto;
    right: -12px;
}

.timeline-inverted {
    padding-top: 5px;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 12px;
    border-right-width: 0px;
    left: auto;
    right: -12px;
}

.timeline-heading {
    color: #000;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.overlay {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
}

.timeline .date-info {
    position: absolute;
    top: -2px;
    left: 20%;
    margin-left: -28px;
    width: 100px;
}

.timeline-inverted .date-info {
    left: 65%;
}


.date-info .month {
    position: absolute;
    top: 10px;
    font-size: 14px;
    left: 70px;
}

.date-info .year {
    position: absolute;
    top: 23px;
    font-size: 14px;
    left: 70px;
}

.date-info .day {
    font-size: 35px;
}

.faq-panel {
    margin-bottom: 30px;
}

@media (max-width: 768px) {

    .timeline:before {
        left: 0.9%;
    }

    .timeline>li>.timeline-badge {
        left: 2.2%;
    }

    .timeline>li>.timeline-panel {
        width: 94%;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
    }

    .timeline>li.timeline-inverted>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
    }

    .timeline>li.timeline-inverted>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
    }

    .date-info {
        position: absolute;
        top: 1px;
        left: 90%;
        margin-left: -24px;
        width: auto;
    }

    .date-info .day {
        font-size: 12px;
    }

    .date-info .month,
    .date-info .year {
        position: initial;
        font-size: 12px;
    }

}


/* Form */
#update .form-control {
    border: solid 1px #e8e8e8;
    box-shadow: none;
    border-left: 1 !important;
}

#update .nice-select {
    width: 100%;
    line-height: 30px;
}

#update .nice-select .list {
    width: 100%;
}
#update .col-md-8.left-col {
    background: #f6f6f6;
    padding: 20px;
}

#regForm textarea {
    margin-top: 20px;
}

.have-a-qu {
    background: #f9f9f9;
    padding: 20px;
}

#documents table td a {
    font-size: 16px;
    line-height: 36px;
    color: #000102;
    font-weight: 600;
}

#documents table td a i {
    color: #03325a;
    font-weight: normal;
    margin-left: 15px;
}
.doc-style table td a {
    font-size: 16px;
    line-height: 36px;
    color: #000102;
}

.doc-style table td a i {
    color: #03325a;
    font-weight: normal;
    margin-left: 15px;
}

.due-box {
    border-radius: 5px;
    overflow: hidden;
    margin: 4px 4px 30px;
}

.due-box-head {
    padding: 18px;
    background: #e5e5e5;
}

.due-box-tit {
    color: #000;
    font-weight: 600;
    margin: 0px;
    font-size: 17px;
}

.due-box-content {
    border: 1px dashed #d6d6d6;
    border-top: 0px;
    padding: 20px;
}

.a-link {
    color: #787878;
    text-decoration: underline;
    transition: all .2s ease-in;
}

.a-link:hover {
    color: #000102;
    text-decoration: underline;
}

.due-box-content .tab-txt:last-child {
    margin-bottom: 0px;
}

.due-badge {
    background: #203E61;
    color: #fff;
    font-size: 13px;
    padding: 7px 20px;
    border-radius: 40px;
    display: inline-block;
}

.due-table.table>thead>tr>th,
.due-table.table>tbody>tr>th,
.due-table.table>tfoot>tr>th,
.due-table.table>thead>tr>td,
.due-table.table>tbody>tr>td,
.due-table.table>tfoot>tr>td {
    border-bottom: 1px dashed #acacac;
    border-top: 0px;
    font-size: 15px;
    color: #17317c;
    padding: 10px;
}
.due-table {
    border: 1px dashed #acacac;
}

.due-collapse .accord-head {
    color: #000;
}

.due-collapse .panel-default>.panel-heading {
    color: #000;
    background-color: #eaeaea;
    border-color: #ddd;
    border: 0px;
}

.panel-btm {
    padding: 20px 20px;
}

.due-collapse .due-table {
    margin: 0px;
}

.due-collapse .panel-body {
    padding: 20px 20px 0px;
}

.collapse-btn {
    background-color: #2287e3;
}

.tick-img {
    height: 25px;
    margin-right: 10px;
}

.due-collapse [data-toggle="collapse"]:not(.collapsed) .rc-close {
    display: none;
}

[data-toggle="collapse"].collapsed .rc-open {
    display: none;
}

.main.login_sec {
    padding-top: 100px;
}

.due-icon {
    margin-right: 10px;
}

.due-collapse .panel-group .panel {
    margin-bottom: 30px;
}

.details-wrap {
    border: 1px dashed #ddd;
}

.due-details-box {
    border-bottom: 1px dashed #ddd;
}

.due-det-tit {
    font-size: 17px;
    color: #17317c;
    margin-bottom: 0px;
    margin-top: 3px;
}

.due-det-txt {
    margin: 0px;
    font-size: 13px;
    color: #17317c;
    margin-top: 5px;
}

.report-btn {
    padding: 10px 25px;
    background-color: #cecece;
    color: #000;
    transition: all .3s ease-in;
    display: inline-block;
    font-weight: 600;
}

.report-btn:hover,
.report-btn:focus {
    color: #000;
    opacity: .7;
}

.due-det-left {
    padding: 15px 30px;
}

.due-det-right {
    padding: 15px 30px;
}

.highcharts-title {
    display: none;
}

.highcharts-contextbutton {
    display: none;
}

.highcharts-credits {
    display: none;
}

.stack-chart {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

.note {
    font-size: 13px;
    color: #858585;
}

.grey-box {
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 10px 10px 30px;
}

.fee-table.table>tbody>tr>td:nth-child(2) {
    text-align: left;
}

#ggg-graphify-button-linear,
#ggg-graphify-button-area,
#ggg-graphify-button-bar,
#ggg-graphify-button-combo,
#ggg-graphify-button-table {
    display: none;
}

#graph-wrapper br {
    display: none;
}

.legend {
    display: none;
}

.highcharts-background {
    fill: #f8f8f8;
}

.finance-tit {
    text-transform: uppercase;
}

.display-inline {
    display: inline-block;
}

.overview-menu {
    display: inline-block;
}

.overview-menu img {
    height: 25px;
}

.res-overview {
    padding: 15px;
    background-color: #17317c;
    display: none;
}

.over-tit {
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0px;
}

.overview-menu-wrap {
    position: relative;
}

.property-nav-tabs.active {
    opacity: 1;
}

.property-progress {
    /*height: 100px;*/
}

.pro-progress-block {
    height: 10px;
    background-color: #e3e9e9;
    margin: 20px 0px 15px;
    border-radius: 30px;
    position: relative;
}

.progress-value {
    background-color: #6aa1ff; /*#6ba1ff*/
    border-radius: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    text-align: right;
}

.progress-txt {
    display: inline-block;
    color: #333;
    padding: 10px 0px;
    margin-top: -10px !important;
    font-weight: 800;
}
.progress-txt b {
    color: #6aa1ff;
    margin-right: 15px;
}
.progress-label {
    width: 45px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #000102;
    box-shadow: 0 5px 5px rgba(0,0,0,0.4);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: -17px;
}

.progress-label:after {
    content: "";
    border-top: 7px solid #000102;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 35%;
}

@media screen and (max-width: 991px) {
    .pro-type {
        text-align: center;
    }

    .left-col {
        margin-bottom: 15px;
    }

    .pro-slider-wrap {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 767px) {
    .detail-badge {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .res-overview {
        display: block;
    }

    .pro-type img {
        height: 40px;
    }

    .apply-btn-wrap {
        text-align: left;
    }

    .pro-detail-txt {
        padding: 0px;
    }

    .pro-detail-box {
        padding: 10px 0px;
    }

    .tab-box {
        padding-bottom: 30px;
    }
    .manage-box {
        margin-bottom: 20px;
    }

    .due-det-left {
        margin-bottom: 0px;
        padding: 10px 30px;
    }

    .due-det-right {
        padding: 0px 30px 10px;
    }

    .due-badge-out {
        display: block;
        margin-top: 10px;
    }

    .tab-txt {
        margin-bottom: 10px;
    }

    .property-nav-tabs {
        opacity: 0;
    }

    .property-nav-tabs {
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
        background-color: #fff;
        z-index: 10;
        box-shadow: 0px 6px 10px rgba(56, 56, 56, .12);
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .property-nav-tabs.nav-tabs>li {
        float: none;
    }
}
/* Custom Code */
.video-bg .video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: #0000001f url(../images/overlay.png); */
    background: #00000050 !important;
    /* background: #5e29f41a !important; */
}
.navbar-brand{
	padding: 13px;
}
.navbar-brand:hover, .navbar-brand:focus {
    padding: 13px;
}
.navbar.navbar-custom.navbar-fixed-top.black-bg {
    padding: 0px 0;
}

.navbar-main-collapse.top-menu {
    /* margin-top: 25px; */
    margin-top: 35px;
    /* margin: 26px; */
}
#page_breadcrumb {
    height: 300px;
    position: relative;
    z-index: 1;
    background: url('http://themesitem.com/demos/html/produstry/images/about_page_bg.jpg') left top no-repeat;
    background-size: cover;
}
.breadcrumb_menu {
    color: #fff;
    padding-top: 105px;
}
#page_breadcrumb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/overlay.png);
}
.breadcrumb > .active {
    color: #ffffff;
}
.text-uppercase {
    text-transform: uppercase;
}
.owl-prev,
.owl-next {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px !important;
    width: 35px !important;
    height: 35px !important;
}
.owl-prev span,
.owl-next span {
    font-size: 60px;
    font-weight: 600;
    line-height: 20px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ffffff !important;
    color: #000102 !important;
    text-decoration: none;
}
.owl-prev {
  left: -5rem;
}
.owl-next {
  right: -5rem;
}
.flexslider li p{
    font-size: 19px !important;
}
.brand-heading-para
{
  margin: 0px auto 30px !important;
}
.brand-logo_head {
    color: #f1f1f1;
    text-align: center;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin: 0px !important;
}
@media screen and (max-width:1200px){
    .intro {
        padding: 190px 0 0px !important;
    }
}
@media screen and (max-width:700px){
    .intro {
        padding: 90px 0 0px !important;
    }
    .brand-heading {
        font-size: 16px;
    }
    .flexslider li p {
        margin: 20px auto 20px !important;
        font-size: 12px !important;
    }
    .line {
        margin: 15px auto !important;
    }
    .video-bg {
        top: 70px !important;
    }
}
/* Profile Edit */
.emp-profile{
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 100%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    border: 1px dotted #FFF;
    background: #909396fa;
}
.profile-img .file input {
    position: absolute;
    height: 80px;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 20px;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}
.cus-tabel td {
    padding: 12px !important;
}
.pass_show{
position: relative;
width: 50%;
}

.pass_show .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: #000102;
    font-weight: 800;
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}
.pass_show .ptxt:hover{color: #333333;}
.password_reset {
    margin-bottom: 50px;
}
.two_factor_pass {
    margin-top: 50px;
}
/* Inverstment */
.top-details-sec {
    padding-top: 50px;
}
.mb-4 {
    margin-bottom: 40px;
}
.card-shadow {
    border: none;
    box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
    width: 100%;
}
.card {
    position: relative;
    margin-top: 0px;
    background-color: #ffffff;
    border-radius: 3px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.bg_shedo_light {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(54, 162, 245, 0.59);
}
.wb-icon-box {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 65px;
    border-radius: 3px;
}
.badge-info, .bg-info, .nav.nav-pills.nav-pills-info .nav-link.active {
    background-color: #36a2f5 !important;
}
.badge-success, .bg-success, .nav.nav-pills.nav-pills-success .nav-link.active {
    background-color: #34bfa3 !important;
}
.badge-danger, .bg-danger, .nav.nav-pills.nav-pills-danger .nav-link.active {
    background-color: #ff518a !important;
}
.badge-warning, .bg-warning, .nav.nav-pills.nav-pills-warning .nav-link.active {
    background-color: #eac459 !important;
}
.badge-orange, .nav.nav-pills.nav-pills-warning .nav-link.active {
    background-color: #000102 !important;
}
.badge-black, .nav.nav-pills.nav-pills-warning .nav-link.active {
    background: #3b3d44 !important;
}
.bg_shedo_light_green {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(52, 191, 163, 0.52);
}
.bg_shedo_light_red {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255, 81, 138, 0.6);
}
.bg_shedo_light_yellow {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(234, 196, 89, 0.57);
}
.bg_shedo_light_orange {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(234, 196, 89, 0.57);
}
.bg_shedo_light_black {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(234, 196, 89, 0.57);
}
.homepage_fl_right {
    float: right;
}
.homepage_fl_right h4 {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 9px;
}
.homepage_fl_right h3 {
    font-size: 22px;
    color: #2e2e3a;
    font-weight: 500;
    margin-bottom: 0px;
}
.homepage_single i:before {
    font-size: 50px;
    color: #FFF;
    margin-left: auto !important;
}
/* Card Slider */
.card-me .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    background: #000;
    border-bottom: 2px solid rgba(185, 185, 185, 0.125);
    border-radius: 6px 6px 0px 0px !important;
}
.card-me .card-header h4 {
    font-weight: 700;
    font-size: 24px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px;
}
.card-me .card-body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2b2626;
}
.text-dark {
    color: #343a40!important;
}
.card-me .col.text-right {
    text-align: right;
    margin-right: -30px;
    float: right;
    margin-top: -30px;
}
.white-block {
    background: #FFF;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #428bca;
    margin-left: 10px;
    border-radius: 3px;
}
.down-txt {
    color: #312e2e;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}
.col-head strong {
    font-size: 24px;
}
.td-first {
    font-weight: 600;
    color: #00427b;
}
.td-secound{
    font-weight: 600;
}
.tbl-sen .col-md-6 {
    margin-bottom: -20px !important;
}
.tbl-sen table tr td{
    border-top:1px dashed #dcdcdc !important;
    text-align: left;
}
.offer_pricetbl {
    padding: 15px;
    margin-bottom: -20px;
}
.col-md-12.tbl-sen-r.offer_pricetbl {
    padding: 15px;
}
.card-spaceall .card-statistics {
    min-height: 315px;
}
.card-me .table {
    margin-bottom: 10px !important;
}
#assets_owned{
 padding-top: 50px;
}
#recommended_list {
    padding-top: 50px;
}
.card-me h2 {
    margin-bottom: 50px;
}
.card-me .card.card-statistics {
    box-shadow: 0px 0px 12px 0px rgba(39, 38, 45, 0.13) !important;
    border-radius: 6px !important;
    border: none;
    margin-bottom: 50px;
}
.bg-forall {
    background: #f4f4f4;
}
.spaceall, .datatable-me, .invest_table, .table-property {
    padding-top: 50px;
    padding-bottom: 50px;
}
.filter_list {
    margin-bottom: 35px;
}
.filter_list .btn {
    height: 41px;
}
/* My Earnings*/
.custab{
    border: 1px solid #ccc;
    padding: 28px !important;
    box-shadow: 1px 1px 11px 1px #dadada;
    transition: 0.5s;
}
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}
.custab thead tr th {
    padding: 15px !important;
}
.custab tbody tr td {
    line-height: 40px;
    padding: 15px;
}
.custab .btn-info {
    background-color: #000102;
    border-color: #000102;
    color: #fff;
}
/* Tabs panel */
.invest_table .tabbable-panel {
    border: 1px solid #eee;
    box-shadow: 1px 1px 16px 1px #e2e2e2;
    padding: 10px;
}

/* Default mode */
.invest_table .tabbable-line > .nav-tabs {
    border-bottom: 1px solid #cecece;
    margin: 3px;
}
.invest_table .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    font-weight: 600;
    float: right !important;
    font-size: 16px;
}
.invest_table .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.invest_table .tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.invest_table .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #cacaca;
}
.invest_table .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.invest_table .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.invest_table .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.invest_table .tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #000102;
  position: relative;
  background: #FFF;
}
.invest_table .tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.invest_table .tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.invest_table .tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #f4f4f4;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.invest_table .portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.invest_table .tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.invest_table .tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.invest_table .tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.invest_table .tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.invest_table .tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
/* End My Earnings*/
/* End Inverstment */
/* Tax Start */
.datepicker-section {
    padding: 50px;
}
.datepicker-section .date {
    border-bottom: none;
}
/* Tax End */
.tbl-sen-l {
    padding-right: 1px;
}
.tbl-sen-r {
    padding-left: 1px;
}
.view-sell-btn .col-md-6 button {
    margin: 0 auto;
}
.view-sell-btn {
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
}
/*Table Design */
.custom-table-style tr {
    height: 4.5rem !important;
}
.custom-table-style tr td {
    border-bottom: 1px dashed #acacac !important;
}
.custom-table-style tbody tr:nth-child(even) {
    background-color: #FFF;
}
.custom-table-style tr:hover td {
    background-color: rgba(85, 150, 230, 0.1);
}
.custom-table-style{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #dfe3e6;
}
.custom-table-style thead {
    background-color: #f4f7fb;
    font-weight: 700;
    border-right: 1px solid #dfe3e6;
}
.custom-table-style th:first-of-type, .custom-table-style td:first-of-type {
    padding-left: 1.5rem;
    border-left: 1px solid #dfe3e6;
}
.custom-table-style th, .custom-table-style td {
    border-top: 1px solid #dfe3e6;
    padding-left: 0.75rem;
    vertical-align: middle;
    text-align: left;
    color: #152935;
}
.dataTables_wrapper .btn-default {
    color: #333;
    background-color: #fff;
    border: 1px dashed #c1c1c1;
    font-weight: 600;
    border-radius: 0px;
    box-shadow: 1px 2px 2px 1px #f3f3f3;
}
.dataTables_wrapper .btn-group {
    margin-bottom: -60px;
}
.custom-table-style {
    border: 1px dashed #b7b7b7 !important;
}
.custom-table-style .btn {
    border: none !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #222;
    border-color: #211e1e;
}
.pagination > li > a, .pagination > li > span {
    color: #292b2d;
}
.dataTables_length {
    float: right;
}
.btn-sections {
    padding: 30px;
    text-align: center;
}
.cust-bigbtn {
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.cust-bigbtn:hover {
    background: #211e1e;
    color: #FFF;
}
.dt-button-collection.dropdown-menu {
    background: #2b2727;
}
.dt-button-collection > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2b2727 !important;
}
.dt-button-collection > li > a {
    color: #fff;
    background: #1d1d1d;
}
/* Wallet */
.panel-currencies {
    background: #fafafa;
}
.table-currencies {
    border: 1px solid #e6e6e6;
    margin-bottom: 5px;
}
.details-container {
    border: 1px solid #e0e0e0;
    padding: 20px;
}
.transfer-form .table tr td {
    border: 1px solid #e2e2e2;
}
.panel-currencies .nav-tabs {
    border-bottom: none;
}
.currency-logo {
    text-align: center;
}
.currency-logo img {
    width: 50px;
    display: block;
    margin: 0 auto;
}
.currency-actions {
    position: relative;
    text-align: right;
    vertical-align: middle;
}
.details-container .panel-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.currencies-container .currency-balance {
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
    margin: 0;
}
.currency-symbol {
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}
.currency-actions p a {
    font-size: 14px;
    color: #333;
}
.currency-actions p:hover {
    text-decoration: underline;
}
.help-block ul li {
    list-style: none;
}
.highbtn {
    height: 42px;
}
.withdraw-instruction .steps {
display: inline-block;
    margin: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #DDD;
    background: #FFF;
    border-radius: 50%;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}
.panel-currencies .details-container .form .control-label {
    text-align: left;
}
.transfer-form .table label {
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
.form-control-static {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0;
}
.popupdesign .form-group {
    width: 100%;
    margin-bottom: 15px;
}
.popupdesign .form-group label {
    width: 100%;
}
.popupdesign input, .nice-select, textarea {
    width: 100% !important;
}
.withdraw-instruction .qrcode-container {
    float: right;
    margin-left: 10px;
}
.details-container .btn-success.btn1 {
    margin-top: 0px !important;
    color: #000 !important;
    background-color: #dddddd !important;
    border-color: #000000 !important;
}
.details-container .btn-success.btn1:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
    border-color: #000000 !important;
}
.newaccount_btn {
    cursor: pointer;
}
.details-container .btn2 {
    margin: 15px 0 0;
}
.details-container .help-block {
    line-height: 30px;
}
/* End Wallet */
/* Trades */
.trades_tbl {
    border-bottom: 1px solid #f3f3f3;
}
.trades_tbl table tr td {
    border: 1px dashed #d2d2d2;
}
.trades_tbl table {
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
/* End Trades */
/* Voting Trades */
.quiz-container {
    min-height: 260px;
    padding: 0em !important;
    margin: 0em auto !important;
}
#quiz-buttons a, #quiz-controls, .quiz-container .quiz-button {
    border-radius: 3px !important;
}
.answers a {
    border-radius: 3px !important;
}
#questions {
    padding: 50px !important;
}
 #quiz-controls {
    margin: 0px 50px !important;
}
.answers li {
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 2px 0px #f5f5f5;
    margin-bottom: 15px;
    padding: 0px !important;
}
#quiz-results, .question {
    font-size: 2em !important;
}
.answers a {
    padding: 14px !important;
    margin-bottom: 0em !important;
}
.responded_vote {
    width: 300px;
    height: 300px;
    background: #1f1f1f;
    margin: 0 auto;
    border-radius: 150px;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.responded_vote h4 {
    color: #FFF;
    align-items: center;
    text-align: center;
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    border-bottom: 2px solid #2f2c2c;
    padding-bottom: 20px;
}
.responded_vote h5 {
    font-size: 24px;
    padding: 34px;
    text-align: center;
    color: #20de20;
}
/*Left side tab */
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    border: 1px solid #e6e6e6;
    padding: 15px 15px !important;
    font-weight: 600;
    color: #000;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border: 1px solid #e6e6e6;
    color: #FFF;
    background: #333;
    padding: 15px 15px !important;
    font-weight: 600;
}
#voting_1, #vote_poll, #respond_vote {
    border: 1px solid #ececec;
    padding: 30px;
}
.btn-colour {
    background: #333;
    color: #FFF;
}
/* Left side tab end */
/* End Voting */
/* Question and Answert */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* Input Class */

.radio-btn label {
  margin: 0em 1em;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.radio-btn input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
#voting_1 .col-md-12 h3 {
    margin-bottom: 20px;
    border-bottom: 1px dashed #c5c5c5;
    padding: 20px 0px;
}
.outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #333;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.stepwizard-step .btn-primary {
    background-color: #333;
    border-color: #333;
}
.setup-content h3 {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

.radio-btn input {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}
.radio-btn input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.radio-btn .no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}
#voting_1 .col-md-12 {
    border: 1px dashed #c5c5c5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.radio-btn .col-md-6 {
    margin-bottom: 20px;
}
/* End Question and Answert */
.email_detls {
    border: 1px dashed #000;
    padding: 10px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-top: 1px solid #c1c1c1;
}
.my_highlights ul li {
    margin-bottom: 10px;
    color: #929292;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .2px;
}
.my_highlights ul {
    padding-left: 0px;
    list-style-type: none;
}
.communication_check .checkbox {
margin-bottom: 20px;
margin-top: 20px;
}
.service-content-inner {
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/cards-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    border: none;
    padding: 40px 20px;
    margin-bottom: 30px !important;
}
.service-content-inner:hover {
    box-shadow: none;
}
.serv-icon-center {
    text-align: center;
    margin-bottom: 16px;
}
.serv-icon-center i:before {
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
}
.service-content-inner:hover .serv-icon-center i:before {
    color: #000102;
}
.section.footer-classic {
    background: #050017;
    padding: 70px 0 70px;
    position: relative;
}
.innfoter-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://cryptox.thetheme99.com/img/footer/newdots.png) bottom center no-repeat;
    width: 100%;
    height: 100%;
    background: #041217;
}
.section.footer-classic h5 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.section.footer-classic .nav-list {
    padding-left: 0px;
    margin-top: 10px;
}
.section.footer-classic .nav-list li {
    list-style: none;
}


.section.footer-classic .nav-list li {
    line-height: 1.4;
    margin: 0;
    padding: 0;
    display: block;
}
.section.footer-classic .nav-list li a {
    color: rgba(255, 255, 255, 0.65);
    padding: 4px 0;
    display: block;
}
.contact-info {
    border-radius: 5px;
    background-color: #fff;
    background-size: cover;
    border: 1px solid #f9f9f9;
    min-height: 216px;
    padding: 40px 20px;
    margin-bottom: 30px !important;
}


/*Inner header*/
.black_menu_me .black-bg {
    background-color: #fff;
}
.black_menu_me .navbar-custom a {
    color: #222222;
}
.black_menu_me .navbar-custom .nav li a:hover,
.black_menu_me .navbar-custom .nav li a:focus,
.black_menu_me .navbar-custom .nav li.active a {
    outline: 0;
    border-top: 1px solid #5029f4 !important;
    border-bottom: 1px solid #5029f4 !important;
    background: transparent !important;
    color: #5029f4;
}


.model-para-class
{
    width: 100% !important;
    text-align: justify !important;
    margin: 0px !important;
}
.para-btn
{
  background:#070023 !important;
  color: #fff !important;
}
.first-model
{
  width: 800px !important;
  margin: 100px auto !important;
}
.modal-footer
{
  margin-top: 0px !important;
}
.service-content-inner:hover
{
    transform: rotate(2deg);
    transition: 1s;
}
.service-content-inner
{
    transition: 1s;
}

@media (max-width: 767px)
{
  .first-model
  {
    width: 100% !important;
    margin: 50px 0px 0px 0px !important;
  }
  .services-content p
  {
    font-size: 12px !important;
  }
  .modal-title
  {
    font-size: 12px !important;
    font-weight: 700;
  }
  .modal-footer
  {
    margin-top: 0px !important;
  }
  .section.footer-classic
  {
    text-align: center;
  }
  /* nav.navbar.navbar-custom.navbar-fixed-top.black-bg.top-nav-collapse
  {
    background: #fff !important;
  } */
  .navbar-brand.p-0 img
  {
    width: 125px !important;
    padding: 0px 5px !important;
    margin: 5px 5px !important;
  }
  .navbar-main-collapse.top-menu
  {
    margin-top: 0px !important;
    background: #4828f51a !important;
  }
  .head-lang .nice-select
  {
    width: 100% !important;
    text-align: center !important;
  }
  .form-group.head-lang .list
  {
    width: 100% !important;
    text-align: center !important;
  }
  .nav.navbar-nav
  {
    text-align: center;
  }
}


/* .navbar.navbar-custom.black-bg
{
  background: #ffffff21;
} */
.navbar.navbar-custom.navbar-fixed-top.black-bg
{
  background: #fff;
  filter: drop-shadow(2px 2px 2px black);
}

.navbar.navbar-custom.navbar-fixed-top.black-bg.top-nav-collapse
{
  background: #fff !important;
}

.property-para p
{
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  width: 90%;
  margin: 30px auto 0;
  color: #929292;
}
.property-para strong
{
  color: #5029f4 !important;
}
.team-member-image img
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.team-member-image img:hover
{
  filter: grayscale(100%);
}
.team-member-image .social li a
{
    color: #8d8d8d !important;
}
.team-member-image .social
{
  padding: 5px 0px !important;
}
.team-member-image h5
{
    padding: 15px 0px;
    margin:0px !important;
}
.team-member-image p
{
  margin: 0px !important;
}
.user-tit
{
  color: #000102;
  font-weight: 600;
}

.team-member-image
{
  text-align: center;
}
.wel-para
{
    margin-bottom: 30px !important;
}
.form-group.head-lang .list
{
  width: auto !important;
}
.nice-select::after
{
  border-bottom: 2px solid #4828f5 !important;
  border-right: 2px solid #4828f5 !important;
}
.head-lang .nice-select
{
  color: #4828f5 !important;
}




/*.title-para-head
{
    height: 50px;
}*/
/* READ MORE */
.read-more-state {
  display: none;
}

.read-more-wrap {
  margin: 0;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Read more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Read less";
}

.read-more-trigger {
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  color: #00915a;
  font-size: 0.9em;
  text-decoration: underline;
}