@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css?family=Raleway");

.section-block-bg,
.section-block-parallax {
    background-size: cover;
    background-position: 50% 50%;
    padding: 90px 0
}

.section-heading h2,
.section-heading h3 {
    line-height: 140%;
    margin-bottom: 10px;
    color: #2d2d2d
}

.section-block {
    padding: 90px 0;
    background-color: #fff
}

.section-block-grey {
    padding: 90px 0;
    background-color: #fafafa
}

.section-block-dark {
    padding: 90px 0;
    background-color: #222
}

.section-block-parallax {
    position: relative;
    background-attachment: fixed
}

.section-block-bg {
    background-repeat: no-repeat
}

.section-black-overlay {
    position: relative
}

.bg-shapes,
.section-black-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.section-black-overlay:after {
    background-color: #000;
    background-attachment: fixed;
    content: "";
    top: 0;
    opacity: .5
}

.gradient-block,
.section-heading-line {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%)
}

.gradient-block {
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    border-radius: 10px;
    padding: 15px
}

.bg-shapes {
    bottom: 0;
    background-size: cover;
    opacity: .9
}

.section-heading-line,
.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    position: relative
}

.section-sm {
    padding: 30px 0
}

.section-md {
    padding: 40px 0
}

.section-lg {
    padding: 80px 0
}

.section-heading {
    position: relative;
    margin-bottom: 10px;
    padding-top: 75px;
}

.section-heading strong {
    font-weight: 500
}

.section-heading h2 {
    position: relative;
    font-size: 38px;
    font-weight: 400
}

.section-heading h3 {
    position: relative;
    font-size: 33px;
    font-weight: 300
}

.section-heading-line {
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    margin: 15px auto 5px
}

.section-heading-line-left {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    margin-top: 15px;
    margin-bottom: 5px
}

.section-heading h4 {
    position: relative;
    font-size: 25px;
    font-weight: 600;
/*    color: #2d2d2d;*/
    color: #7f6ae0;
    line-height: 160%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-heading p {
    font-size: 15px;
    font-weight: 600;
    color: #979797;
    line-height: 160%;
    padding-top: 15px;
    margin-bottom: 0
}

.page-title h1,
.section-heading span {
/*    margin-bottom: 10px;*/
    position: relative
}

.section-heading span {
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    line-height: 200%
}

.page-title {
    position: relative;
    padding: 150px 0 90px;
    background-color: #eee;
    background-size: cover;
    background-position: top;
    text-align: center;
    border-bottom: 1px solid #f5f5f5
}

.page-title h1 {
    font-size: 40px;
    font-weight: 400;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    text-align: center
}

.countup-box h3,
.countup-box h4 {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, .3);
    line-height: 1
}

.page-title ul li {
    position: relative;
    display: inline-block;
    margin-top: 5px
}

.page-title ul li:after {
    color: #fff;
    content: ' \f105';
    font-family: FontAwesome;
    padding: 0 10px
}

.page-title ul li:last-child:after {
    content: none
}

.page-title ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title ul li a:hover {
    color: #fff
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999999
}

#bs-example-navbar-collapse-1 {
    padding: 0
}

.navbar-nav {
    margin: 0
}

.navbar-header-custom {
    background: 0 0;
    padding: 15px 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.navbar-logo img {
    max-width: 100%;
    margin-left: 15px;
    max-height: 50px
}

.logo_main {
    display: none
}

.navbar-custom {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 65px rgba(0, 0, 0, .09);
    padding: 0;
    margin-bottom: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.navbar-nav li a {
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-custom .navbar-links-custom li {
    padding: 0 5px;
    margin-top: 23px;
    margin-left: 5px;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.navbar-custom .navbar-links-custom li a {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media screen and (max-width:991px) {
    .navbar-custom .navbar-links-custom li a {
        color: #3b3b3b
    }
}

.navbar-custom .navbar-links-custom li a i {
    font-size: 9px;
    font-weight: 400
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #6271f6
}

@media screen and (max-width:767px) {
    .navbar-custom .navbar-links-custom li {
        background: #fff;
        font-size: 13px;
        font-weight: 700;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        border-bottom: 1px solid #ececec;
        padding: 0 !important;
        margin: 0
    }

    .navbar-custom .navbar-links-custom li:last-child {
        border-bottom: none
    }

    .navbar-custom .navbar-links-custom li a {
        color: #3b3b3b;
        margin: 0;
        padding: 15px
    }

    .navbar-default .navbar-links-custom .open .dropdown-menu > li > a {
        color: #3b3b3b !important;
        font-size: 12px;
        padding: 10px 0 10px 30px
    }
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 0 !important;
    padding: 5px
}

.navbar-links-custom .dropdown ul {
    padding: 10px;
    border: none;
    border-radius: 5px !important;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 9px 0 rgba(50, 50, 50, .15);
    -moz-box-shadow: 0 5px 9px 0 rgba(50, 50, 50, .15);
    box-shadow: 0 5px 9px 0 rgba(50, 50, 50, .15)
}

.navbar-links-custom .dropdown ul li {
    padding: 0;
    border: none;
    margin: 0
}

.navbar-links-custom .dropdown ul li a {
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 7px;
    width: 160px;
    text-transform: none;
    text-align: left;
    color: #999
}

.navbar-links-custom .dropdown ul li a:focus,
.navbar-links-custom .dropdown ul li a:hover {
    background: #fff;
    color: #3b3b3b !important
}

#mainNav :not(.dropdown).active a,
.navbar-links-custom .dropdown:hover .dropdown-toggle {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    -webkit-text-fill-color: transparent
}

.navbar-links-custom .dropdown:hover .dropdown-toggle {
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text
}

.navbar-links-custom .dropdown .dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 6px
}

.active-link a {
    color: #fff !important
}

@media screen and (max-width:767px) {
    .navbar-links-custom .dropdown ul li a:hover {
        color: #45deb0 !important
    }
}

.menu-icon {
    border: none;
    background: 0 0
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

@media (max-width:991px) {
    .navbar-custom {
        background: #fff;
        color: #3b3b3b !important
    }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #3b3b3b !important;
        background-color: transparent
    }

    .dropdown-menu:after {
        border: none
    }

    .navbar-custom .navbar-links-custom {
        padding: 0 !important;
        margin: 0
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%
    }

    .navbar-header {
        float: none
    }

    .navbar-left,
    .navbar-nav,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        margin-top: 7.5px
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        color: #3b3b3b;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-links-custom {
        padding-bottom: 5px
    }

    .navbar-custom .navbar-links-custom li {
        padding: 5px 0 0 5px
    }
}

.navbar-default .navbar-nav > li:hover {
    background-color: #fff
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: rgba(255, 255, 255, .2)
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent !important
}

#mainNav :not(.dropdown).active {
    border-radius: 5px;
    background: #fff
}

#mainNav :not(.dropdown).active a {
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

#mainNav .dropdown .active a:focus,
.active a:hover {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #222;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.blog-categories ul li a:after,
.blog-comment-user strong,
.clip,
.feature-box-icon i,
.feature-square-icon-left i,
.feature-square-icon-right i,
.gradient-list li i,
.latest-posts-text span,
.team-box-name h6,
.team-member-content ul li:hover a i,
.video-section-modaled button i,
.white-button i,
footer h3 {
    -webkit-text-fill-color: transparent
}

#search_nav {
    display: inline-block;
    z-index: 9999
}

.search-holder {
    color: #323232;
    margin-top: 18px;
    border-left: 1px solid #f7f7f7
}

.search-button {
    padding-left: 12.5px;
    cursor: pointer
}

@media (max-width:991px) {
    .search-holder {
        border: none !important
    }

    .search-button i {
        padding: 17px 0;
        cursor: pointer
    }

    .search-button i:after {
        font-family: Nunito, sans-serif;
        content: 'Search';
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        padding-left: 10px
    }

    .search-overlay-content input {
        margin: 30px;
        max-width: 80%
    }

    .search-overlay-content {
        position: relative;
        top: 15% !important;
        text-align: center
    }
}

.search-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    overflow-x: hidden;
    transition: .5s
}

.dark-button,
.social-icons li a {
    -webkit-transition-duration: .3s
}

.search-overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.search-overlay-content input {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #fff;
    opacity: .5;
    padding: 15px
}

.search-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: .3s
}

.search-overlay a:focus,
.search-overlay a:hover {
    color: #f1f1f1
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px
}

@media screen and (max-height:450px) {
    .search-overlay a {
        font-size: 20px
    }

    .search-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.top-bar-info li,
.top-bar-welcome li {
    font-size: 12px;
    font-weight: 500;
    list-style-type: none;
    color: #fff
}

#top-bar {
    display: block;
    position: relative;
    z-index: 999;
    background: #2a2a2a;
    height: 50px
}

.top-bar-info,
.top-bar-info li,
.top-bar-welcome {
    display: inline-block
}

.top-bar-welcome ul {
    padding-left: 0;
    margin-bottom: 0
}

.top-bar-welcome li {
    margin: 0 16px 0 0;
    padding-top: 12px
}

.top-bar-info ul {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
}

.top-bar-info li {
    padding: 16px 5px;
    margin-bottom: 0
}

.countup-box h3:after,
.countup-box p:before {
    content: '';
    text-align: center;
    display: block
}

.social-icons {
    padding: 0;
    float: right;
    margin: 0
}

.social-icons li {
    font-size: 15px;
    list-style-type: none;
    float: left;
    width: 45px;
    text-align: center;
    margin: 0;
    padding: 14px 0 10px
}

.social-icons li a {
    opacity: .7;
    color: #fff;
    transition-duration: .3s
}

.social-icons a:hover {
    opacity: 1
}

.countup-box {
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px
}

@media screen and (max-width:991px) {
    .countup-box {
        margin: 20px 0
    }
}

.countup-box h3 {
    text-align: center;
    font-size: 40px !important;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.countup-box h3:after {
    background: rgba(255, 255, 255, .4);
    height: 1px;
    width: 50%;
    margin: 15px auto
}

.countup-box h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0
}

.countup-box strong {
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff;
    line-height: 130%;
    text-transform: uppercase;
    margin: 15px 0 10px
}

.countup-box i {
    font-size: 60px;
    color: #d21e2b
}

.countup-box p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 130%
}

.countup-box p:before {
    width: 120px;
    height: 4px;
    background-color: #d21e2b;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    margin: auto;
    border-radius: 80px
}

.button-lg,
.button-md,
.button-sm,
.button-tag,
.button-xs,
.clip-title h2,
.clip-title h3,
.clip-title h4,
.clip-title h5 {
    display: inline-block
}

.full-width,
.video-video-box,
.video-video-box img {
    width: 100%
}

.text-content p,
.text-content-big p,
.text-content-medium p {
    font-weight: 500;
    color: #777;
    line-height: 200%;
    margin-bottom: 15px
}

.text-content p {
    font-size: 13px
}

.text-content-medium p {
    font-size: 14px
}

.text-content-big p {
    font-size: 15px
}

.clip {
    background-attachment: fixed;
    background-position: center;
    -webkit-background-clip: text;
    font-weight: 700;
    text-align: left
}

.clip-title h2 {
    font-size: 190px
}

.clip-title h3 {
    font-size: 140px
}

.clip-title h4 {
    font-size: 100px
}

.clip-title h5 {
    font-size: 60px
}

.rounded-border {
    border-radius: 5px !important
}

.no-rounded {
    border-radius: 0 !important
}

.gradient-button,
.primary-button {
    border-radius: 50px;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500
}

.shadow-primary {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}

.primary-button {
    background: #d21e2b;
    font-size: 11px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.primary-button:hover {
    background: #222
}

.gradient-button {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 90%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 90%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 90%);
    background-position: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    font-size: 12px;
    margin-left: 15px;
    -webkit-background-size: 100% 200%;
    -moz-background-size: 100% 100%;
    background-size: 100% 200%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media (max-width:767px) {
    .gradient-button {
        margin-left: 0;
        margin-top: 15px
    }
}

.gradient-button:first-child {
    margin-left: 0
}

.gradient-button i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px
}

.gradient-button:hover {
    background-size: 100% 400%;
    background-position: 600% 0
}

.white-button {
    background: #fff;
    color: #2d2d2d;
    border: 1px solid #ececec;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
    border-radius: 50px;
    margin-left: 15px;
    padding: 10px 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width:767px) {
    .white-button {
        margin-left: 0;
        margin-top: 15px
    }
}

.white-button:first-child {
    margin-left: 0
}

.white-button i {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text;
    font-size: 20px;
    margin-right: 15px
}

.white-button:hover {
    color: #2d2d2d;
    transform: translateY(-.4rem)
}

.dark-button {
    background: #2d2d2d;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 15px;
    margin-left: 15px;
    transition-duration: .3s
}

@media (max-width:767px) {
    .dark-button {
        margin-left: 0;
        margin-top: 15px
    }
}

.dark-button:first-child {
    margin-left: 0
}

.dark-button:hover {
    background: #d21e2b
}

.button-tag {
    font-size: 12px;
    font-weight: 500;
    margin: 5px 5px 5px 0;
    padding: 8px 15px !important
}

.button-xs {
    font-size: 10px;
    font-weight: 500;
    padding: 8px 17px
}

.button-sm {
    font-weight: 500;
    font-size: 12px;
    padding: 11px 22px
}

.button-md {
    font-size: 14px;
    font-weight: 500;
    padding: 13px 25px
}

.button-lg {
    font-size: 17px;
    font-weight: 600;
    padding: 20px 35px !important
}

.gradient-list li,
.light-list li,
.primary-list li,
.white-list li {
    font-size: 14px;
    margin-top: 15px;
    list-style-type: none
}

.gradient-list,
.light-list,
.primary-list,
.white-list {
    padding-left: 0
}

.primary-list li {
    color: #222;
    font-weight: 500
}

.primary-list li i {
    color: #6271f6;
    padding-right: 10px
}

.light-list li {
    color: #222;
    font-weight: 500
}

.light-list li i {
    color: #f9417a;
    padding-right: 10px
}

.white-list li {
    color: #fff;
    font-weight: 500
}

.white-list li i {
    color: #d21e2b;
    padding-right: 15px
}

.gradient-list li {
    color: #222;
    font-weight: 500
}

.gradient-list li i {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text;
    padding-right: 10px
}

.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color i,
.primary-color p,
.primary-color span {
    color: #bda87f !important
}

.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color i,
.dark-color p,
.dark-color span {
    color: #222 !important
}

.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color i,
.white-color p,
.white-color span {
    color: #fff !important
}

.video-video-box {
    position: relative;
    display: block;
    height: auto
}

.video-video-box-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease
}

.video-video-box-button {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.video-video-box-button button {
    color: #222;
    font-size: 25px;
    background: rgba(255, 255, 255, .7);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 12px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.video-video-box-button button:hover {
    color: #fff;
    background: #222
}

@media (max-width:991px) {
    .video-video-box-button button {
        color: #222;
        font-size: 15px;
        background: rgba(255, 255, 255, .7);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding-top: 1px;
        padding-left: 9px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }
}

.video-section-modaled {
    position: relative
}

.video-section-modaled h5 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    margin-bottom: 25px
}

.newsletter-form button,
.pricing-box-digits h3,
.pricing-box-digits h4,
.pricing-box-digits span,
.pricing-box-digits sup,
.slider-content h2,
.slider-content h3 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.video-section-modaled button {
    background: #fff;
    font-size: 25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 3px;
    padding-left: 12px;
    -webkit-box-shadow: 10px 10px 38px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 10px 10px 38px 0 rgba(0, 0, 0, .2);
    box-shadow: 10px 10px 38px 0 rgba(0, 0, 0, .2);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.video-section-modaled button i {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text
}

.pulsebox-2 {
    width: 110px;
    height: 110px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    cursor: pointer;
    animation: pulse_two 1s infinite
}

@-webkit-keyframes pulse_two {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1)
    }

    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 1)
    }
}

@keyframes pulse_two {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    70% {
        -moz-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.paginator {
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #2d2d2d;
    background: #f1f1f1;
    padding: 10px 15px;
    margin: 3px
}

.active-page,
.paginator:focus,
.paginator:hover {
    color: #fff;
    background: #bda87f
}

.dark-overlay,
.light-overlay,
.medium-overlay {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.light-overlay {
    opacity: .5
}

.medium-overlay {
    opacity: .6
}

.dark-overlay {
    opacity: .7
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    opacity: .9
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center
}

.pricing-box,
.team-box,
.team-member {
    overflow: hidden
}

.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px
}

.loader-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #d21e2b;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.scroll-to-top {
    font-size: 20px;
    padding: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: none;
    border-radius: 50%;
    background: #7f6ae0;
    width: 40px;
    height: 40px;
    z-index: 9999;
    outline: 0;
/*
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
*/
}

.feature-box,
.newsletter-form,
.pricing-box,
.social-links,
.team-box,
.team-member,
.testmonial-block,
.top-section {
    position: relative
}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #fff;
    background: #2d2d2d
}

.scroll-to-top:hover i {
    color: #fff
}

.scroll-to-top:visited {
    color: #fff;
    text-decoration: none
}

.top-section {
    width: 100%;
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.slider-content {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.slider-content h2 {
    font-size: 48px;
    color: #fff;
    line-height: 1.1;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .top-section {
        padding-top: 40px
    }

    .slider-content {
        padding: 70px 22px
    }

    .slider-content h2 {
        font-size: 25px;
        color: #fff;
        line-height: 1.4;
        font-weight: 600
    }

    .slider-content p {
        width: auto
    }
}

.slider-content h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600
}

.slider-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.9;
    font-weight: 400;
    max-width: 100%;
    margin-top: 20px;
    word-wrap: break-word
}

.feature-box {
    border-radius: 5px;
    margin: 30px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-box-icon {
    float: left;
    width: 12%;
    margin-top: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-box-icon i {
    background: -webkit-linear-gradient(315deg, #6271f6 33%, #f9417a 66%);
    background: -moz-linear-gradient(315deg, #6271f6 33%, #f9417a 66%);
    background: linear-gradient(135deg, #6271f6 33%, #f9417a 66%);
    -webkit-background-clip: text;
    border-radius: 10px;
    padding: 10px;
    font-size: 65px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media (max-width:991px) {
    .feature-box-icon {
        text-align: center;
        margin: 23px auto
    }

    .feature-box-icon i {
        padding: 14px;
        font-size: 40px
    }
}

.feature-box-content {
    float: left;
    width: 100%;
    padding-left: 10px;
        justify-content: center;
}

.feature-box-content h4 {
    color: #111;
    font-size: 19px;
    font-weight: 500
}

.feature-box-content h4 a {
    color: #111
}

.feature-box-content p {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 15px
}

.feature-box-content-button {
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 500
}

.feature-box-content-button:after {
    content: '\f0da';
    font-size: 14px;
    font-family: FontAwesome;
    color: #111;
    margin-left: 7px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-box-content-button:hover,
.feature-box-content-button:hover:after {
    color: #d21e2b
}

.feature-square {
    margin-top: 20px;
    margin-bottom: 55px
}

.feature-block {
    margin-top: 90px
}

@media (max-width:992px) {
    .feature-block {
        margin-top: 10px
    }
}

.left-feature-block {
    text-align: right
}

.feature-square-icon-left {
    float: right;
    width: 20%;
    margin-top: 5px;
    padding-left: 25px
}

.feature-square-icon-right {
    float: left;
    width: 20%;
    margin-top: 5px;
    padding-right: 7px
}

.feature-square-icon-left i,
.feature-square-icon-right i {
    font-size: 55px;
    background: -webkit-linear-gradient(315deg, #6271f6 33%, #f9417a 66%);
    background: -moz-linear-gradient(315deg, #6271f6 33%, #f9417a 66%);
    background: linear-gradient(135deg, #6271f6 33%, #f9417a 66%);
    -webkit-background-clip: text
}

.feature-text-content {
    display: inline-block;
    width: 80%;
    padding-left: 13px
}

.feature-text-content h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500
}

.feature-text-content p {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px
}

.feature-block-img {
    padding: 0 30px
}

@media (max-width:1200px) {
    .feature-square-right-center {
        margin-left: 0
    }

    .feature-square-left-center {
        margin-right: 0
    }
}

@media (max-width:992px) {
    .feature-block-img img {
        margin-left: 10px;
        margin-right: 85px
    }

    .feature-square {
        margin-top: 5px;
        margin-bottom: 15px
    }

    .feature-text-content h4 {
        font-size: 18px
    }

    .feature-text-content p {
        font-size: 13px
    }

    .feature-square-icon-left,
    .feature-square-icon-right {
        text-align: center
    }

    .feature-square-icon-left i,
    .feature-square-icon-right i {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .feature-square {
        text-align: left
    }

    .feature-block-img {
        text-align: center;
        padding: 10px 0
    }

    .feature-square-icon-left {
        float: left;
        display: block;
        padding: 0;
        margin: 0
    }

    .feature-block-img img {
        width: 60%;
        margin-left: 20px
    }

    .feature-text-content {
        text-align: left;
        padding: 0;
        margin: 0
    }
}

.pricing-box,
.social-links ul,
.team-box,
.team-box-name,
.team-member,
.team-member-content ul li,
.testmonial-block,
footer h3 {
    text-align: center
}

.testmonial-block {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 35px .6px rgba(40, 30, 20, .1);
    -moz-box-shadow: 0 3px 35px .6px rgba(40, 30, 20, .1);
    box-shadow: 0 3px 35px .6px rgba(40, 30, 20, .1);
    padding: 50px 80px;
    margin: 45px 20px 20px
}

.social-links ul li a i,
.testmonial-block img {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%)
}

@media screen and (max-width:991px) {
    .testmonial-block {
        padding: 50px;
        margin: 45px 20px 20px
    }
}

.testmonial-block img {
    width: 90px !important;
    height: 90px;
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    border-radius: 50%;
    display: inline !important;
    margin-top: -115px;
    z-index: 999999
}

.testmonial-block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
    color: #999
}

.testmonial-block h4 {
    font-size: 22px;
    font-weight: 400;
    color: #222;
    margin-bottom: 15px;
    margin-top: 5px
}

.testmonial-block h5 {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    margin-top: 15px
}

.testmonial-block-raiting i {
    color: #ffc527;
    font-size: 18px;
    margin-top: 0
}

.newsletter-form button,
.newsletter-form input {
    display: inline-block;
    font-size: 14px;
    font-weight: 600
}

.screenshots .owl-carousel .owl-item img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .6;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.screenshots .owl-carousel .owl-item {
    padding: 30px 0
}

.screenshots .owl-carousel .owl-item.active.center img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 3px 65px .6px rgba(40, 30, 20, .1);
    -moz-box-shadow: 0 3px 65px .6px rgba(40, 30, 20, .1);
    box-shadow: 0 3px 65px .6px rgba(40, 30, 20, .1)
}

@media screen and (max-width:767px) {
    .screenshots .owl-carousel .owl-item.active.center img {
        padding: 30px
    }
}

.newsletter-form {
    padding: 5px;
    background: #fff;
/*    display: inline-block;*/
    border-radius: 30px
}

.newsletter-form input {
/*
    background: rgba(255, 255, 255, .5);
    color: #111;
*/
    outline: 0;
/*    border: 2px solid rgba(255, 255, 255, 0);*/
/*    min-width: 250px;*/
    width: 100%;
/*    border-radius: 30px;*/
/*    padding: 12px 20px*/
}

.newsletter-form .button1 {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 90%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 90%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 90%);
    color: #fff;
    border-radius: 30px;
    padding: 14px 20px;
    -webkit-background-size: 100% 200%;
    -moz-background-size: 100% 100%;
    background-size: 100% 200%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.newsletter-form button:hover {
    background-size: 100% 400%;
    background-position: 600% 0
}

@media (max-width:767px) {
    .newsletter-form {
        background: 0 0;
        overflow-x: scroll;
    }

    .newsletter-form input {
        background: transparent;
        border-radius: 0px;
        width: 100%;
        display: block
    }

    .newsletter-form button {
        border-radius: 30px;
        width: 100%;
        display: inline;
        margin-top: 15px;
    }
}

.social-links ul {
    padding-left: 0
}

.social-links ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 7px
}

.social-links ul li:last-child {
    margin-right: 0
}

.social-links ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding-top: 10px
}

.social-links ul li a i {
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.social-links ul li a:hover {
    transform: translateY(-.5rem);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .1)
}

footer {
    background: #fff;
    padding: 20px 0 0;
/*    padding: 25px 0*/
}

footer h3 {
    font-size: 15px;
    font-weight: 600;
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text
}

.pricing-box {
    margin: 20px 0;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-box:hover {
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 80px rgba(0, 0, 0, .16)
}

.pricing-box-digits {
    background: linear-gradient(to top left, #6271f6 0, #f9417a 100%);
    padding: 20px 10px
}

.pricing-box-digits-modern {
    background: linear-gradient(to top left, #f9417a 0, #6271f6 100%)
}

.pricing-box-digits h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px
}

.pricing-box-digits h3 {
    display: inline-block;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin-top: 10px
}

.pricing-box-digits sup {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-right: 3px
}

.pricing-box-digits span {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.pricing-box-digits h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 5px 0
}

.pricing-box-info {
    padding: 25px 15px 0;
    background: #fff
}

.pricing-box-info ul li {
    color: #676767;
    font-size: 15px;
    font-weight: 500;
    line-height: 170%;
    padding-top: 6px
}

.pricing-button {
    display: inline-block;
    margin: 20px 0 25px
}

.pricing-button a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 40px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-button a:hover {
    color: #fff
}

.team-member {
    border: 1px solid #ececec;
    border-radius: 10px;
    margin: 15px 0
}

.team-box img {
    display: block;
    width: 100%;
    height: auto
}

.team-overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.team-box:hover .team-overlay {
    opacity: 1;
    background: linear-gradient(to top left, rgba(98, 113, 246, .8) 0, rgba(249, 65, 122, .8) 100%)
}

.team-member-content {
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.blog-box,
.team-box-name {
    position: relative;
    overflow: hidden
}

.team-member-content ul li {
    margin-right: 7px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.team-member-content ul li:last-child {
    margin-right: 0
}

.team-member-content ul li:hover {
    background: #fff
}

.team-member-content ul li a i {
    padding-right: 4px;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff
}

.blog-box-img img,
.blog-post-left img {
    height: auto;
    width: 100%
}

.team-member-content ul li:hover a i {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text
}

.team-box-name {
    padding: 18px 0
}

.team-box-name h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500
}

.team-box-name h6 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 3px;
    background: -webkit-linear-gradient(#6271f6, #f9417a);
    -webkit-background-clip: text
}

.blog-box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    margin: 20px 0
}

.blog-box:hover {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
}

.blog-box-data {
    position: absolute;
    top: 0;
    margin-left: 15px;
    display: inline-block;
    padding: 8px 15px;
    background: linear-gradient(to top left, #6271f6 0, #f9417a 100%)
}

.blog-box-data h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.blog-box-text {
    display: inline-block;
    padding: 25px
}

.blog-box-text h4 {
    color: #333;
    font-size: 22px;
    font-weight: 500
}

.blog-box-text-data {
    margin: 15px 0
}

.blog-box-text-data span {
    margin-right: 30px;
    color: #777;
    font-size: 14px
}

@media (max-width:991px) {
    .blog-box-text-data span {
        display: block
    }
}

.blog-box-text-data span i {
    color: #777;
    font-size: 14px;
    margin-right: 5px
}

.blog-box-text p {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%
}

.blog-post-left {
    margin: 0 0 30px
}

.blog-category {
    margin: 20px 0
}

.blog-category span {
    font-size: 14px;
    color: #6b6b6b;
    margin-right: 25px;
    font-weight: 500
}

.blog-category i {
    font-size: 14px;
    margin-right: 8px;
    color: #9b9b9b
}

.blog-post-left h4 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0 15px
}

.blog-post-left p {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    margin: 15px 0
}

.blockquote {
    background: #f7f7f7;
    border-left: 4px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 35px
}

.blockquote p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 190%
}

.comment-block {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px
}

.blog-comments {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 30px
}

.blog-comments h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    margin-top: 30px
}

.blog-comment-user {
    border-bottom: 1px solid #ececec;
    padding-top: 25px;
    padding-bottom: 25px
}

.blog-comment-user img {
    border-radius: 50%
}

.blog-comment-user h6 {
    display: inline-block;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 15px 0 0
}

.blog-comment-user strong {
    background: -webkit-linear-gradient(#6271f6, #f9417a);
    -webkit-background-clip: text;
    font-size: 12px;
    font-weight: 500
}

.blog-comment-user p {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px
}

.comment-form input,
.comment-form textarea {
    font-weight: 500 !important;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #eee;
    background: #fff;
    color: #222 !important;
    outline: 0;
    width: 100%;
    padding: 12px;
    margin-top: 30px;
    transition: .3s
}

.comment-form input:focus {
    border-color: #ccc
}

.comment-form textarea {
    overflow: hidden;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
    padding: 13px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    min-height: 140px
}

.comment-form textarea:focus {
    border-color: #ccc
}

.blog-post-right {
    margin: 0
}

#search-input {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: #fff;
    padding: 3px
}

#search-input input {
    font-weight: 500;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    padding: 20px 15px
}

#search-input button {
    margin: 2px 0 0;
    background: 0 0;
    box-shadow: none;
    border: 0;
    outline: 0 !important;
    padding: 0 11px 0 13px;
    border-left: solid 1px #ccc
}

#search-input .glyphicon-search {
    font-size: 13px;
    color: #222
}

.blog-post-right-heading h5 {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    margin: 45px 0 25px
}

.blog-post-right-heading h5:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-image: linear-gradient(90deg, #6271f6 0, #f9417a 100%);
    margin-top: 10px;
    margin-bottom: 10px
}

.blog-categories ul {
    margin-top: 20px;
    padding: 0
}

.blog-categories ul li {
    list-style-type: none;
    border-bottom: 1px solid #f1f1f1
}

.blog-categories ul li a:after {
    content: "\f105";
    font-size: 15px;
    font-weight: 600;
    float: right;
    font-family: FontAwesome;
    background: -webkit-linear-gradient(315deg, #6271f6 33%, #f9417a 66%);
    background: -moz-linear-gradient(315deg, #6271f6 33%, #f9417a 66%);
    background: linear-gradient(135deg, #6271f6 33%, #f9417a 66%);
    -webkit-background-clip: text
}

.blog-categories ul li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 0;
    color: #666;
    margin-left: 8px
}

.blog-categories ul li a:hover {
    margin-left: 15px
}

.latest-posts {
    margin-top: 20px
}

@media (max-width:767px) {
    .latest-posts-text {
        margin-top: 10px
    }

    .blog-post-left {
        margin-top: 20px
    }
}

.latest-posts-img img {
    border-radius: 50%
}

.latest-posts-text a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.latest-posts-text a:hover {
    color: #666
}

.latest-posts-text span {
    font-size: 14px;
    font-weight: 500;
    background: -webkit-linear-gradient(#6271f6, #f9417a);
    -webkit-background-clip: text
}

.archives ul {
    margin-top: 20px;
    padding: 0
}

.archives ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 13px 0
}

.archives ul li a {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.archives ul li a:hover {
    color: #08ad79;
    font-size: 14px
}

.archives ul li span {
    float: right;
    color: #08ad79;
    font-size: 13px;
    font-weight: 500
}




























form {
	margin:0px;
	padding: 0px;
	background: #fff;
}


	input {
		box-sizing: border-box;
		width: 100%;
		padding:12px 10px 8px;
		border: none;
		border-radius: 0;
		box-shadow: none;
		border-bottom: 1px solid #ddd;
		font-size: 120%;
		outline: none;
		cursor: text;

		&::-webkit-input-placeholder {
			transition: color 300ms ease;
		}
		&:not(:focus)::-webkit-input-placeholder {
			color: transparent;
		}
      
	}
input::placeholder{color: #adaaaa!important;font-weight: 500!important;}
	hr {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 2px;
		border: none;
		background: #607d8b;
		font-size: 1px;
		will-change: transform, visibility;
		transition: all 200ms ease-out;
		transform: scaleX(0);
		visibility: hidden;
		z-index: 10;
	}
	input:focus ~ hr {
		transform: scaleX(1);
		visibility: visible;
	}
/*

	label {
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 120%;
		color: #607d8b;
		transform-origin: 0 -150%;
		transition: transform 300ms ease;
		pointer-events: none;
	}
*/
	input:focus ~ label,
	input:valid ~ label {
/*		transform: scale(0.6);*/
	}
.disabled
{ opacity: 0.5;
        cursor: not-allowed;}

/*--------------------------------*/
/*---Timer---*/
.div_timer{
    color: #9f9d9d;
    font-size: 14px;
  text-align:center;
  margin-top: 18px;
}
/*---Timer---*/

/*------img upload------*/
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin:105px 50px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: -12px;
  z-index: 1;
  top: 8px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
     width: 45px;
    height: 45px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 8px;
  left: 0;
  right: 10px; 
  text-align: center;
  margin: auto;
    font-size: 20px;
}
.avatar-upload .avatar-preview {
  width: 215px;
  height: 215px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*------img upload------*/

/*----------dropdown, checkbox----------*/

fieldset {
  margin: 0 0 0;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 30px;
}
.form-group textarea {
/*  resize: none;*/
}
.form-group select {
  width: 100%;
  font-size: 17px;
  font-weight:500 !important;
  color:#767676;
  height: 3.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
        left: 0;
    line-height: 2;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #767676;
  font-size:14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #ddd;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #ddd;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 17px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #767676;font-weight: 500;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    font-size: 14px;
    color: gray;
    top: -31px;
    left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #7f6ae0;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.checkbox, .radio , .radio1, .radio2, .radio3, .radio4, .radio5, .radio6, .radio7, .radio8, .radio9, .radio10, .radio11, .radio12, .radio13, .radio14, .radio15, .radio16 {
    position: relative;
    display: inline-flex !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  text-align: left;
      color: #767676;
    display: block;
    font-weight: 500;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio, .radio1, .radio2, .radio3, .radio4, .radio5, .radio6, .radio7, .radio8, .radio9, .radio10, .radio11, .radio12, .radio13, .radio14, .radio15 , .radio16 {
  margin-bottom: 1rem; margin-right: 15px;
}
.radio .helper, .radio1 .healper, .radio2 .healper, .radio3 .healper,.radio4 .helper, .radio5 .healper, .radio6 .healper, .radio7 .healper , .radio8 .healper,.radio9 .helper, .radio10 .healper, .radio11 .healper, .radio12 .healper, .radio13 .healper,.radio14 .helper, .radio15 .healper, .radio16 .healper{
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
left: 0px;
    top: 1px;
    margin: 0.25rem;
    width: 1.5rem;
    height:1.5rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::before, .radio .helper::after,.radio1 .helper::before, .radio1 .helper::after,.radio2 .helper::before, .radio2 .helper::after,.radio3 .helper::before, .radio3 .helper::after,.radio4 .helper::before, .radio4 .helper::after,.radio5 .helper::before, .radio5 .helper::after,.radio6 .helper::before, .radio6 .helper::after,.radio7 .helper::before, .radio7 .helper::after,.radio8 .helper::before, .radio8 .helper::after,.radio9 .helper::before, .radio9 .helper::after,.radio10 .helper::before, .radio10 .helper::after,.radio11 .helper::before, .radio11 .helper::after,.radio12 .helper::before, .radio12 .helper::after,.radio13 .helper::before, .radio13 .helper::after,.radio14 .helper::before, .radio14 .helper::after,.radio15 .helper::before, .radio15 .helper::after, .radio16 .helper::after ,.radio16 .helper::before{
  content: '';
  position: absolute;
left: 5px;
    top: 0px;
    margin: 0.25rem;
    width: 20px;
    height: 20px;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after,.radio1 .helper::after,.radio2 .helper::after,.radio3 .helper::after,.radio4 .helper::after,.radio5 .helper::after,.radio6 .helper::after,.radio7 .helper::after,.radio8 .helper::after,.radio9.helper::after,.radio10 .helper::after,.radio11 .helper::after,.radio12 .helper::after,.radio13 .helper::after,.radio14 .helper::after,.radio15 .helper::after,.radio16 .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #7f6ae0;
  border-color: #7f6ae0;
}
.radio label:hover .helper,.radio1 label:hover .helper,.radio2 label:hover .helper,.radio3 label:hover .helper,.radio4 label:hover .helper,.radio5 label:hover .helper,.radio6 label:hover .helper,.radio7 label:hover .helper,.radio8 label:hover .helper,.radio9 label:hover .helper,.radio10 label:hover .helper,.radio11 label:hover .helper,.radio12 label:hover .helper,.radio13 label:hover .helper,.radio14 label:hover .helper,.radio15 label:hover .helper,.radio16 label:hover .helper {
  color: #7f6ae0;
}
.radio input:checked ~ .helper::after, .radio1 input:checked ~ .helper::after, .radio2 input:checked ~ .helper::after, .radio3 input:checked ~ .helper::after,.radio4 input:checked ~ .helper::after, .radio5 input:checked ~ .helper::after, .radio6 input:checked ~ .helper::after, .radio7 input:checked ~ .helper::after, .radio8 input:checked ~ .helper::after,.radio9 input:checked ~ .helper::after, .radio10 input:checked ~ .helper::after, .radio11 input:checked ~ .helper::after, .radio12 input:checked ~ .helper::after,.radio13 input:checked ~ .helper::after, .radio14 input:checked ~ .helper::after, .radio15 input:checked ~ .helper::after, .radio16 input:checked ~ .helper::after{
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before,.radio1 input:checked ~ .helper::before,.radio2 input:checked ~ .helper::before,.radio3 input:checked ~ .helper::before,.radio4 input:checked ~ .helper::before,.radio5 input:checked ~ .helper::before,.radio6 input:checked ~ .helper::before,.radio7 input:checked ~ .helper::before,.radio8 input:checked ~ .helper::before,.radio9 input:checked ~ .helper::before,.radio10 input:checked ~ .helper::before,.radio11 input:checked ~ .helper::before,.radio12 input:checked ~ .helper::before,.radio13 input:checked ~ .helper::before,.radio14 input:checked ~ .helper::before,.radio15 input:checked ~ .helper::before ,.radio16 input:checked ~ .helper::before {
  color: #7f6ae0;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox1 {
  margin-top: 3rem !important;
  margin-bottom: 4rem !important;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: 0;
  border: 2px solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #7f6ae0;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
    top: 9px;
    left: 7px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
     top: 4px;
    left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #7f6ae0;
}
.checkbox input:checked ~ .helper {
  color: #7f6ae0;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 8px;
}
.checkbox input:checked ~ .helper::before {
  height: 20px;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.radio + .radio,.radio1 + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
/*----------dropdown, checkbox----------*/
section{padding: 20px 0;}
.card {
        position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #00000005 !important;
    border-radius: .25rem;
    box-shadow: 3px 3px 12px 0 #0000001a;
    -webkit-box-shadow: 3px 3px 12px 0 #0000001a;
    -moz-box-shadow: 3px 3px 12px 0 #0000001a;
    -ms-box-shadow: 3px 3px 12px 0 #0000001a;
    margin-bottom: 25px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px !important;
}
.text-white{color: #fff}
.bdr{border-bottom: 1px solid #fff;
    margin: 15px 0;}
.mb-10{    margin-bottom: 10px;}
.box_sq{    width: 45px !important;
    height: 45px;
    border-radius: 7px;
    box-shadow: 3px 3px 12px 0 #0000001a;
    margin-left: 14px;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%) !important;
    border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
    color: #dcdcdc !important;
    /* text-align: left; */
}
.small{font-size: 12px;}
.table .small{display: block;}
.btn_submit{width: 105px !important;box-shadow: 0 5px 10px #27272761;    margin-top: 15px;}
.basic_d input{padding: 0px 10px 8px 0px !important;     }
.basic_d .table input{padding: 12px 10px 8px 0px !important;     }
.input_wdth .table input{padding: 12px 10px 8px 0px !important;     width: 170px; }
.mb-5, .my-5 {margin-bottom: 3rem!important;}
.mt-5 {margin-top: 1rem!important;}
.mt-top {margin-top: 1.5rem!important;margin-bottom: 42px;}
.add_row_cross{   border: 1px solid #cc4d6f; border-radius: 5px !important;
    padding: 6px 12px !important;
    background: #746de9;color: #fff !important;
    margin-top: 7px;}
.btn_success {
    color: #fff;
     background-color: #7e69e0;
    border-color: #746de9;
   box-shadow: 0 5px 10px #27272761;
    color: #fff;
    border-radius: 30px;
    padding: 14px 20px;
    transition: all .3s linear;
    box-shadow: rgb(39 39 39 / 38%) 0px 5px 10px;
    margin-top: 0px;
    width: 140px !important;
}
.btn_success.active, .btn_success:active, .open>.dropdown-toggle.btn_success,.btn_success:hover{
    color: #fff;
    background-color: #d24f9b ;
    border-color: #cf509e;
    transition: all .3s linear;
}
input{    background: transparent; cursor:"";color:#767676; }
/*.mr-3{    margin-right: 15px;}*/
.mt_top{margin-top: 21px;    margin-bottom: 42px;}
.asterisk{color: red;
    font-size: 10px !important;
    bottom: 7px;
    position: relative;}
.mb-2{margin-bottom: 45px;}
.bdr_top{    border-top: 1px solid #eee;
    margin-top: 10px;}


/*---------Docs Upload---------*/
.wrapper {
  display: block;
  flex-direction: row;
/*  flex-wrap: wrap;*/
  align-items: center;
/*  justify-content: center;*/
}


.box {
  display: block;
  min-width: 300px;
  height: 275px;
  margin: 10px 10px 30px 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 75px;
  background-color:#726ee9;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color: #726ee9;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
  content: "add";
  font-family: "Material Icons";
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: 7px;
    left: 118px;
  z-index: 0;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 225px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after {
  content: "photo_size_select_actual";
  font-family: "Material Icons";
  position: relative;
  font-size: 4.5em;
  color: #e6e6e6;
  top: calc(50% - 3rem);
/*  left: calc(50% - 2.25rem);*/
  z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.docs_name{    width: 100% !important;
    top: 15px;
    left: 25px;
    color: #eee !important;
    font-weight: 600 !important;}
.fnt_icn{font-size: 35px !important;}
/*---------Docs Upload---------*/
/*--------------OTP----------------*/

.digit-group input {
  
  background-color: #f7f7f799;
  border: 1px solid #cecece;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
   font-weight: 200;
  color: rgb(101 100 100);
  margin: 0 2px;
     width: 45px !important;
    height: 45px;
    border-radius: 7px;
    box-shadow: 3px 3px 12px 0 #00000012;
    margin-left: 14px;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;font-weight: 400;
}
.digit-group .splitter {
  padding: 0 5px;
  color: #767676;
    font-size: 24px;
    margin-left: 11px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}
/*--------------OTP----------------*/
.radio-type label.btn:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #acadae;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0px;
}
.radio-type label.btn {
    
    flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    text-transform: capitalize;
    border-radius: 4px !important;
    box-shadow: none;
    color: #333 !important;
    font-size: 14px !important;
    letter-spacing: -.2px;
    padding: 12px;
    overflow: hidden;
    font-weight: 400;
}
.radio-type label.btn.active:before{
   background: #7f6ae0;
    border-color: #7f6ae0;
    box-shadow: inset 0 0 0 2px #f8f8f8;
}

.radio-type label.btn.active span{
    color:#806be0;
    font-weight: 500;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.radio_btn{    padding: 20px 0;
    text-align: left;}
.dis_flow{display: flow-root;}
.txt_right{text-align: right;}
.ml-3{margin-left: 15px;}
html{scroll-behavior: smooth;}
.mrg_top_btm{margin-top: 10px;margin-bottom: 41px;}
.mrg_top_btm1{margin-top: -7px;}
.radio-type{margin-top: 4px;}
.text-center{text-align: center}
.just_cnt{justify-content: center;}
.just_end{justify-content: flex-end;}
.mttop{margin-top: 48px;}
.form-group select{cursor: pointer;}
.txt_left {text-align: left;}
.table {margin-bottom: 0px;}
.btn_submit1 {
    width: 150px !important;
    box-shadow: 0 5px 10px #27272761;
/*    margin-top: 15px;*/
}
.btn_submit2 {
    width: auto!important;
    box-shadow: 0 5px 10px #27272761;
    /* margin-top: 15px; */
}
.button1 {
    background: -webkit-linear-gradient(
315deg
, #6271f6 5%, #f9417a 90%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 90%);
    background: linear-gradient(
135deg
, #6271f6 5%, #f9417a 90%);
    color: #fff;
    border-radius: 30px;
    padding: 14px 20px;
    -webkit-background-size: 100% 200%;
    -moz-background-size: 100% 100%;
    background-size: 100% 200%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.menu_dis{display: none;}
/*.form-group > select > option:hover,.form-group > select > option:focus{background: #7f6ae0 !important;color: #fff;}*/

.col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
col-1, .col-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
/*---------------responsive---------------*/
@media (max-width: 767px){
    .section-heading {padding-top: 10px;}
    .mt-70 {margin-top: 0;}
    .dis_blk{display: block;}
/*    .row{overflow-x: scroll;}*/
    ol{font-size: 15px !important;}
    .row_dis {display: flex;flex-wrap: wrap; padding: 7px;width: 340px;}
    .num_cnt{    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fff !important;
    top: -9px;}
/*    .row_dis{display: inline-flex;    padding: 7px;}*/
    .menu_dis {display: block;}
    .menu_box{       
/*        margin: 10px;*/
        background: #7f6ae0;
    border-radius: 100%;
    width: 40px;
    height: 40px;    padding: 10px;
            box-shadow: 3px 3px 12px 0 #00000024;
/*
    margin-left: -548px;
    position: absolute;
*/
    top: 20px;
    color: white;
    text-align: center;
    line-height: 40px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;}
    .menu_hide{display: none;}
    .btn_submit_pos{top: -63px;
    position: absolute;
    right: 10px;}
    
    card-body {padding: 20px !important;}
/*    .form-group {margin-top: 30px;}*/
    .just_cnt {justify-content: left;}
    .mb_btm{    margin-bottom: 15px;}
    .upload-options label::after{    left: 100px;}
    .newsletter-form button{    margin: auto;}
    .section-heading h4 {font-size: 20px;}
/*    table{display: none;}*/
    .radio-type{text-align: left;}
    .box {margin: 20px auto;}
    .digit-group .splitter {margin-left: 0px!important;}
    .digit-group input {height: 40px;width: 40px !important;display: initial!important;margin: 0px 1px 0px 1px !important;}
    form { margin: 0 0 22px 0px !important; padding: 0px !important;}
    .avatar-upload .avatar-edit input + label {width: 40px;height: 40px;}
    .avatar-upload .avatar-edit input + label::after{font-size: 18px;}
    .avatar-upload{    margin: 10px 24px;}
   .uploadpic .uploadpic-files footer .list-files .file .done {margin-left: 4px;}
    .importar{margin-left: 0 !important;width: 50% !important;}
    .uploadpic .uploadpic-files footer .list-files .file .progress {width: 140px !important;}
    .uploadpic .uploadpic-files footer .list-files .file .name {width: 45px !important;}
    .mrg_mt{    margin-top: 15px;}
    .uploadpic .uploadpic-files footer .list-files .file {width: 235px !important;}


}
/*---------------responsive---------------*/
/*--------------uploadpic Image Portfolio--------------------*/
.uploadpic {
  position: relative;
  width: auto;
  height: 440px;
  box-sizing: border-box;
  border-radius: 5px;
      box-shadow: 3px 3px 12px 0 #0000001a;
    -webkit-box-shadow: 3px 3px 12px 0 #0000001a;
  padding-bottom: 20px;
  background: #fff;
  -webkit-animation: fadeup 0.5s 0.5s ease both;
          animation: fadeup 0.5s 0.5s ease both;
  transform: translateY(20px);
  opacity: 0;
}
.uploadpic .uploadpic-files header {
  background:#7f6ae0;
/*
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
*/
  text-align: center;
}
.uploadpic .uploadpic-files header p {
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 0px 0;
}
.uploadpic .uploadpic-files header p i {
  transform: translateY(20px);
  opacity: 0;
  font-size: 40px;
  -webkit-animation: fadeup 0.5s 1s ease both;
          animation: fadeup 0.5s 1s ease both;
}
.uploadpic .uploadpic-files header p .up {font-size: 38px;
  font-weight: bold;color: #fefeff;
  transform: translateX(-20px);
  display: inline-block;
  opacity: 0;
  -webkit-animation: faderight 0.5s 1.5s ease both;
          animation: faderight 0.5s 1.5s ease both;
}
.uploadpic .uploadpic-files header p .load {
  display: inline-block;color: #fefeff;
  font-weight: 400;font-size: 35px;
  margin-left: -8px;
  transform: translateX(-20px);
  opacity: 0;
  -webkit-animation: faderight 1s 1.5s ease both;
          animation: faderight 1s 1.5s ease both;
}
.uploadpic .uploadpic-files .body {
  text-align: center;
  padding: 120px 0 0;
/*  padding-bottom: 30px;*/
}
.uploadpic .uploadpic-files .body.hidden {
  display: none;
}
.uploadpic .uploadpic-files .body input {
  visibility: hidden;
}
.uploadpic .uploadpic-files .body i {
  font-size: 65px;
  color: lightgray;
}
.uploadpic .uploadpic-files .body p {
  font-size: 14px;
  padding-top: 15px;
  line-height: 1.4;
}
.uploadpic .uploadpic-files .body p b,
.uploadpic .uploadpic-files .body p a {
  color: #755edc;
}
.uploadpic .uploadpic-files .body.active {
  border: dashed 2px #d00c93;
}
.uploadpic .uploadpic-files .body.active i {
  box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff, 0 0 0 lightgray;
  -webkit-animation: file 0.5s ease both;
          animation: file 0.5s ease both;
}
@-webkit-keyframes file {
  50% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
  }
  75%, 100% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
  }
}
@keyframes file {
  50% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
  }
  75%, 100% {
    box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
  }
}
.uploadpic .uploadpic-files .body.active .pointer-none {
  pointer-events: none;
}
.uploadpic .uploadpic-files footer {
  width: 100%;
  margin: 0 auto;
  height: 0;
}
.uploadpic .uploadpic-files footer .divider {
  margin: 0 auto;
  width: 0;
  border-top: solid 4px #7f6bde;
  text-align: center;
  overflow: hidden;
  transition: width 0.5s ease;
}
.uploadpic .uploadpic-files footer .divider span {
  display: inline-block;
  transform: translateY(-25px);
  font-size: 12px;
  padding-top: 8px;
}
.uploadpic .uploadpic-files footer.hasFiles {
  height: 335px;
}
.uploadpic .uploadpic-files footer.hasFiles .divider {
  width: 100%;
}
.uploadpic .uploadpic-files footer.hasFiles .divider span {
  transform: translateY(0);
  transition: transform 0.5s 0.5s ease;
}
.uploadpic .uploadpic-files footer .list-files {
  width: 500px;
  margin: 0 auto;
  margin-top: 15px;
  padding-left: 16px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
}
.uploadpic .uploadpic-files footer .list-files::-webkit-scrollbar-track {
  background-color: rgba(211, 211, 211, 0.25);
}
.uploadpic .uploadpic-files footer .list-files::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(211, 211, 211, 0.25);
}
.uploadpic .uploadpic-files footer .list-files::-webkit-scrollbar-thumb {
  background-color: #7f6bde;
}
.uploadpic .uploadpic-files footer .list-files .file {
  width: 450px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  opacity: 0;*/
  -webkit-animation: fade 0.35s ease both;
          animation: fade 0.35s ease both;
}
.uploadpic .uploadpic-files footer .list-files .file .name {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80px;
  text-align: left;
        margin-top: -23px;
}
.uploadpic .uploadpic-files footer .list-files .file .progress {
  width: 240px;
  height: 5px;
 border: solid 1px #7f6ae0;
    border-radius: 2px;
    background: linear-gradient(to left, #7f6bde30, #7f6bde) no-repeat;
    background-size: 100% 100%;
}
.uploadpic .uploadpic-files footer .list-files .file .progress.active {
  -webkit-animation: progress 30s linear;
          animation: progress 30s linear;
}
@-webkit-keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.uploadpic .uploadpic-files footer .list-files .file .done {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #7f6bde;
  border-radius: 50%;
  margin-left: -10px;
  transform: scale(0);
  position: relative;
    margin-top: -20px;
}
.uploadpic .uploadpic-files footer .list-files .file .done:before {
  content: "Remove";
  position: absolute;
  top: 0;
  

  margin-top: -20px;
    left: -40px;
    font-size: 24px;
    opacity: 0;
    background: #7f6ae0;
    border: 1px solid;
    padding: 5px 13px;
    color: #fff;
    border-radius: 10px;
    font-weight: 800;
}
.uploadpic .uploadpic-files footer .list-files .file .done:hover:before {
  transition: all 0.25s ease;
  top: -30px;
  opacity: 1;
}
.uploadpic .uploadpic-files footer .list-files .file .done.anim {
  -webkit-animation: done1 0.5s ease forwards;
          animation: done1 0.5s ease forwards;
}
.uploadpic .uploadpic-files footer .list-files .file .done.anim #path {
  -webkit-animation: done2 2.5s 0.5s ease forwards;
          animation: done2 2.5s 0.5s ease forwards;
}
.uploadpic .uploadpic-files footer .list-files .file .done #path {
  stroke-dashoffset: 7387.5942382813;
  stroke-dasharray: 7387.5942382813 7387.5942382813;
  stroke: #fff;
  fill: transparent;
  stroke-width: 50px;
}
@-webkit-keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes done1 {
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  80% {
    transform: scale(0.25);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 1;
  }
}
@keyframes done1 {
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  80% {
    transform: scale(0.25);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 1;
  }
}
.uploadpic .uploadpic-files footer .importar {
  outline: none;
/*  position: absolute;*/
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  border: solid 1px #7f6ae0;
  color: #7f6ae0;
  background: transparent;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 4px;
/*  font-family: Roboto;*/
  line-height: 1;
  cursor: pointer;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
/*  margin-left: calc(50% - 40px); */
}
.uploadpic .uploadpic-files footer .importar.active {
  transition: transform 0.5s 1.5s ease, opacity 0.5s 1.5s ease, background;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.uploadpic .uploadpic-files footer .importar:hover {
  background: #7f6ae0;
  color: #fff;
}
@-webkit-keyframes fadeup {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes faderight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes faderight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@media (max-width: 400px) {
  .uploadpic {
    width: 100%;
    height: 100%;
  }
}

/*-----------------------*/
.frm{padding: 5px;}
.mt1{margin-top: 13px;}
.intro1 {
    cursor: pointer;
    border: 1px dashed #aaaaaa;
}
.editable {
    padding: 10px 10px 10px 0;
    border-radius: 5px;
}
.pdd6{    padding: 6px 0 0 0 !important;}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 18px !important;
   
}
.mr4{    margin-right: 1.5rem !important;}
@media (max-width: 767.98px){.mrgbbtm {
       margin-bottom: 20px !important;
}
    }
/*
li {
    list-style-type: decimal !important;
}
*/
/*-------------Upload docs-------------*/

/*----------menu--------------*/
/*.num_menu{display: none;}*/
.dis-menu{display: none;}
.mrg_top_30{    margin-top: 30px;}
.menuopen-button{background: #7f6ae0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: 0;
    left: 10px;
    position: absolute;
    top: 6px;
    box-shadow: 3px 3px 12px 0 #00000024;
    color: white;
    text-align: center;
    line-height: 40px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;}
.menu {
  filter: url("#shadowed-goo");
}
svg{    height: 40px;}
/*svg{    height: 103px;}*/

.menu-item, .menu-open-button {
  background: #7f6ae0;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left:-548px;
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  line-height: 40px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}

.menu-open {
  display: none;
}

.hamburger {
     width: 22px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11.5px;
    margin-top: -2.5px;
  transition: transform 200ms;
}

.hamburger-1 {
  transform: translate3d(0, -8px, 0);    margin-bottom: 0 !important;
    position: relative;
}

.hamburger-2 {
  transform: translate3d(0, 0, 0); margin-bottom: 0 !important;
    position: relative;
}

.hamburger-3 {
  transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
  transform: translate3d(0, 0, 0) rotate(44deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  padding-top: 20px;
  padding-left: 80px;
  width: 650px;
  height: 150px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
}

.menu-item:hover {
  background: white;
  color: #7f6ae0;
}
.menu-item:nth-child(3) {
  transition-duration: 180ms;
}
.menu-item:nth-child(4) {
  transition-duration: 180ms;
}
.menu-item:nth-child(5) {
  transition-duration: 180ms;
}
.menu-item:nth-child(6) {
  transition-duration: 180ms;
}
.menu-item:nth-child(7) {
  transition-duration: 180ms;
}
.menu-item:nth-child(8) {
  transition-duration: 180ms;
}
.menu-item:nth-child(9) {
  transition-duration: 180ms;
}
.menu-item:nth-child(10) {
  transition-duration: 180ms;
}
.menu-item:nth-child(11) {
  transition-duration: 180ms;
}
.menu-item:nth-child(12) {
  transition-duration: 180ms;
}
.menu-item:nth-child(13) {
  transition-duration: 180ms;
}
.menu-item:nth-child(14) {
  transition-duration: 180ms;
}
.menu-item:nth-child(15) {
  transition-duration: 180ms;
}
/*
.menu-item:nth-child(9) {
  transition-duration: 180ms;
}
.menu-item:nth-child(10) {
  transition-duration: 180ms;
}
*/

.menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 190ms;
  transform: translate3d(70px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 290ms;
  transform: translate3d(140px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 390ms;
  transform: translate3d(210px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 590ms;
  transform: translate3d(280px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 690ms;
  transform: translate3d(350px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(8) {
  transition-duration: 790ms;
  transform: translate3d(420px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(9) {
  transition-duration: 890ms;
  transform: translate3d(490px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(10) {
  transition-duration: 990ms;
  transform: translate3d(560px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(11) {
  transition-duration: 1090ms;
  transform: translate3d(630px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(12) {
  transition-duration: 1190ms;
  transform: translate3d(700px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(13) {
  transition-duration: 1290ms;
  transform: translate3d(770px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(14) {
  transition-duration: 1390ms;
  transform: translate3d(840px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(15) {
  transition-duration: 1490ms;
  transform: translate3d(910px, 0, 0);
}

.menu-open:checked ~ .menu-item:nth-child(16) {
  transition-duration: 1590ms;
  transform: translate3d(980px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(17) {
  transition-duration: 1690ms;
  transform: translate3d(1050px, 0, 0);
}

/*.fa{font-si ze: 17px !important;}*/
.menu-item span{color:white ; font-weight: 600; font-size: 20px;}
.menu-item:hover span{color:#7f6ae0 ; font-weight: 600;}




/*----------menu--------------*/

/*--------------*/

.display_tgl1{display: none;}
.display_show1{display: block;}
.bdr_pdd{    border: 1px solid #c4c2c2;
    padding: 25px;}
.bdr_pdd1{    border: 1px solid #c4c2c2;
    padding: 25px;}
.lbl{    background: #fff; padding: 10px; top: 24px;
    position: relative;
    z-index: 9;
    margin: auto;
    font-size: 20px;
    color: #7f6ae0;}
.mrg_bottom_mb{       margin-bottom: 3px;}
.img_bdr{    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;}
.mt-28{    margin-top: 38px;}
.mt28{    margin-top: 38px;}
.mt-45{    margin-top: 45px;}
.fnt-wgt{font-weight: 500;}
.fnt-sz{font-size: 16px;}
.mt-20{    margin-top: 20px;}
.bdr_btm{    border-bottom: 1px dashed #dad9d9;}
.mb_30{margin-bottom:30px;}
.bdr_rgt{border-right: 1px dotted #d6d6d6;}
.mb_25 {margin-bottom: 25px;}
.sm_all{font-size: 12px;}
.mrg_ryt_lft_0{margin-right: 0;margin-left: 0;}
.jst_left{left: 120px;}
.img_bdr_docs{    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    width: 400px;
    height: 250px;}
.icn_fnt_sz{      font-size: 20px !important;
    color: #0cc40c;
    position: absolute;
    margin: 14px 0 0 -26px;}
.mrg_top_btm_1{margin-top: 15px;
    margin-bottom: 41px;
}
.checkbox1 {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem  !important;
}
.display_show {display: none;}
.cross_click{cursor: pointer;}
.bdr_right_lft{border-right: 1px dotted #d6d6d6;}
@media (max-width:767px) {
    .mrg_btm_25{margin-bottom: 25px;}
    .mt_mrg_top{margin-top: 35px !important;}
    .pdd_lft{padding-left: 0;}
    .card-body {padding: 18px !important;}
    .uploadpic .uploadpic-files footer .list-files {
        width: 255px;}
    .nominee_top{    margin-top: 45px !important;}
    .tbl_scroll{overflow-x: scroll;}
/*    .icn_fnt_sz{margin: 92px -158px;}*/
    .lbl{font-size: 17px;}
    .mt-15{    margin-top: 15px !important;}
    .mt28{margin-top: 0}
    .bdr_pdd {padding: 25px 0px;}
    .txt-cnt{text-align: center}
    .jst_left{left: 0px !important;}
    .bdr_right_lft{border-right: 0px dotted #d6d6d6 !important;border-left: 0px dotted #d6d6d6 !important;}
    .bdr_btm{    border-bottom: 1px dashed #dad9d9;}
}
/*---------Tooltip---------*/

.tooltip:hover{}
.tooltip.top {
margin-top: -21px;
    width: 200px;
    padding: 10px 0;
   
}
.tooltip{ font-size: 14px; }
.tooltip.in {
    opacity: .8 !important;}
.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -5px;
    border-width: 6px 7px 0px;
    border-top-color: #000;
}
.tooltip-arrow {
    position: absolute;
    width: 13px;
    height: 0;
    border-color: transparent;
    border-style: solid;
    /* z-index: 1058; */
}
/*---------Tooltip---------*/
.dis_blck{display: block !important;}
.mb-10{margin-bottom: 10px;}
.mrg_btm_55{    margin: 0 0 55px 0;}

.btn_back{float: left;
    border-radius: 100%;
    padding: 14px 20px;
    width: 40px !important;
    height: 40px;
    z-index: 1058;
    cursor: pointer;
    position: relative;    box-shadow: 0 5px 10px #27272761;
    margin-top: 8px;}
.back_icn{    top: -4px;
    margin-left: -7px;
    position: relative;
    color: #cecccc;}

    /*---------------Table scroll----------------*/
.fix-width {
    width: 1100px; cursor: pointer;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  
  .scroll-inner::-webkit-scrollbar {
    width: 10px;
  }
  .scroll-inner::-webkit-scrollbar:horizontal {
    height: 10px;
  }
  .scroll-inner::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.3);
  }
  .scroll-inner::-webkit-scrollbar-thumb {
      
     
    border-radius: 10px;
    background: rgb(127 106 224);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  .form-group .select_optn{cursor: pointer;    width: 202px; color:#adaaaa !important;display: flex;}
  .txt_cnter{text-align: center;}
  .mrg_top_20{margin-top:20px;}

  .remove_icn{    color: #fff;
    font-size: 25px;
    margin-top: 6px;}
.file--0{margin-top: 13px;}

/* my adding */
/* #label1 {
    cursor: pointer;
 }
 
 #upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
 } */

 .upload_bts_import{
  
    display: block;
    /* width: 115px; */
    /* height: 15px; */
    background: #7b67d8;
    padding: 13px;
    text-align: center;
    border-radius: 5px;
    color: white;
    cursor:pointer;
    font-weight: bold;
    line-height: 5px;
    /* margin-left: 122px; */
    float:right;
    margin-top:13px;
    
 }
 .upload_bts_import:hover {
    background: #7f6ae0;
    color: #fff;
  }


  .fix-width1 {
    /* width: 1100px;  */
    cursor: pointer;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  @media (max-width:767px){
  .fix-width1{
   width: 100% !important;
   margin-left:0 !important;
  }
}