body {
    background-color: #fff;
    font-family: Roboto !important
}

ins[data-ad-status=unfilled] {display:none!important}

.text_ellipe {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
    overflow: hidden
}

.Custom_select {
    position: relative
}

.Custom_select select {
    min-height: 32px !important;
    min-width: 150px;
    height: 32px
}

.Custom_select .caret {
    position: absolute;
    top: 16px;
    right: 6px
}

#upload_outer select,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
    text-indent: 1px
}

body {
    width: 100%;
    height: 100%;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.mrgtop10 {
    margin-top: 10px
}

.mrgtop20 {
    margin-top: 20px
}

.mrgtop30 {
    margin-top: 30px
}

.mrgtop40 {
    margin-top: 40px
}

.mrgtop50 {
    margin-top: 50px
}

.mrgtop60 {
    margin-top: 60px
}

.mrgtop80 {
    margin-top: 80px
}

.mrgtop100 {
    margin-top: 100px
}

.mrgbottom20 {
    margin-bottom: 20px
}

.uppercase {
    text-transform: uppercase
}

a {
    color: #42dca3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1d9b6c
}

.loadersmall {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: Roboto;
    border-bottom: 1px solid #dcdcdc
}

.navbar-custom .nav li a:active,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    background-color: transparent;
    outline: 0
}

.navbar-custom .navbar-brand-logo {
    float: left;
    margin-top: 7px;
    margin-bottom: 8px
}

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

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

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

.navbar-custom a {
    color: #333
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.navbar-custom .nav li a:hover {
    color: #999
}

.navbar-custom .nav li.active {
    outline: 0
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3)
}

.navbar-custom .nav li.active a:hover {
    color: #fff
}

@media(min-width:768px) {
    .navbar-custom {
        letter-spacing: .5px;
        background: #fff;
        border-bottom: 1px solid #dcdcdc;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }

    .navbar-nav>li>a.nav {
        padding-top: 20px
    }
}

@media(max-width:768px) {
    .navbar-custom .nav li a {
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        border-top: 1px solid #efefef
    }
}

.sprite {
    background: url(../img/sprite.png) no-repeat
}

.comp-logo {
    width: 240px;
    height: 41px;
    background-position: 0 0
}

.page-heading {
    font-weight: 400;
    font-size: 24px
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0
}

#portfolio .portfolio-item .portfolio-link {
    max-width: 100%;
    height: 169px;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8
}

#portfolio .portfolio-item .portfolio-link img {
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    z-index: 999
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    color: #fff;
    padding: 20px 15px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    color: #333;
    margin-top: -12px;
    padding: 7px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    cursor: pointer
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content a.view-ppt {
    width: 60%;
    margin: 28px auto auto;
    text-align: center;
    color: #333;
    background: #fff;
    display: block;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content a.view-ppt:hover {
    outline: 0;
    color: #fff;
    background-color: #00ba8b;
    border: 1px solid #00ba8b
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px
}

#portfolio .portfolio-item .portfolio-caption .title a {
    text-transform: none;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333
}

footer span.copyright,
footer ul.quicklinks a {
    font-weight: 300;
    line-height: 30px
}

#portfolio .portfolio-item .portfolio-caption .title a:hover {
    color: #999
}

#portfolio .portfolio-item .portfolio-caption p {
    font-style: italic;
    font-size: 16px;
    margin: 0
}

#portfolio .portfolio-item .icon {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 0 15px 15px
}

.dot {
    height: 5px;
    width: 5px;
    background-color: #bbb;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-left: 4px;
    margin-right: 5px;
    display: inline-block
}

#portfolio .portfolio-item .icon i {
    color: #999;
    margin-top: -12px;
    margin-right: 0
}

#portfolio * {
    z-index: 2
}

.format {
    background: #bb0706;
    padding: 2px 6px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.card {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    min-height: 310px
}

.card-2 {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .2s ease-in-out
}

.card-1:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

footer {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    background: #f8f8f8;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 30px
}

footer ul.quicklinks a {
    margin-bottom: 0;
    color: #666;
    font-size: 12px
}

footer ul.quicklinks a:hover {
    color: #0055e2
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    display: block;
    background-color: #dcdcdc;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #00ba8b
}

.presentation_box .presentation-icons {
    position: absolute;
    right: 10px;
    top: 10px
}

.presentation_box,
.presentation_box .presentation-link {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    display: block
}

.presentation_box .presentation-link {
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    height: 470px;
    vertical-align: top
}

#presentation .presentation_box .presentation-link img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.comment_media .media-heading,
.user-experience .user-exp .title,
.user-experience .user-exp .title a {
    color: rgba(0, 0, 0, .87);
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    padding-bottom: 10px
}

.btn-signin,
.fb-btn {
    text-transform: uppercase
}

.user-experience .user-exp .title a:hover {
    color: #999
}

.user-exp .related_ppt_thumbs {
    height: 60px;
    margin-right: 15px;
    width: 60px
}

.user_profile_pic {
    height: 88px;
    margin-right: 15px;
    width: 60px
}

.user-exp .related_presentations_thumbs {
    background: #fff;
    border: 1px solid #e8e8e8;
    display: block;
    height: 55px;
    margin: 0 auto;
    max-width: 55px;
    position: relative;
    vertical-align: top
}

.user-exp .related_presentations_thumbs img {
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.btn_follow {
    background: #00ba8b;
    color: #fff;
    border: 1px solid #00ba8b;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px
}

.user-exp .views {
    float: right;
    color: #929292
}

.user-exp .views-outer p {
    color: #929292;
    font-size: 12px
}

.views i {
    font-size: 18px;
    color: #757575
}

.no-bg {
    background: 0 0
}

.user-experience .panel_list {
    margin: 0
}

.views .panel_list li:last-child {
    padding-right: 5px
}

.social_icons_right {
    float: right;
    padding-top: 7px
}

.social_icons_right>span {
    padding-right: 10px
}

.social_icons_right>span:last-child {
    padding-right: 5px
}

.panel_list li {
    padding-right: 10px;
    line-height: 25px
}

.panel_list li small {
    padding-right: 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600
}

.user-experience .panel_list2 {
    float: right;
    margin: 0
}

.user-experience .panel_list2 li {
    padding-left: 1px;
    padding-right: 1px
}

/ .user-experience .panel_list li a {
    color: #929292;
    font-size: 14px;
    line-height: 30px
}

.user-experience .panel_list li a i,
.user-experience .panel_list li i {
    font-size: 16px;
    padding-right: 5px;
    color: #757575
}

.user-experience .panel_list li:hover a i {
    color: #00ba8b
}

.user-experience .comment_outer {
    margin-bottom: 20px;
    padding: 15px
}

.user-experience .comment_outer .comment-heading {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, .87)
}

.fb,
.g-plus,
.tw {
    color: #fff;
    font-weight: 700;
    font-size: 10px
}

.fb {
    background: #4769a5
}

.tw {
    background: #65ccef
}

.g-plus {
    background: #ea4335
}

.no-border {
    border: 0
}

.shadow_box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border: 0
}

.no-radius {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -moz-border-radius: 0 !important
}

.font_12 {
    font-size: 12px !important
}

.btn_mute {
    cursor: auto
}

.btn_mute:hover {
    background: 0 0
}

.comment_media .media-heading a {
    color: rgba(0, 0, 0, .87)
}

.comment_media .media-heading a:hover {
    color: #999
}

.comment_media .media-body {
    color: #757575;
    font-size: 12px
}

.comment_media .reply_btn:hover {
    color: #999
}

.comment_media .reply_btn {
    color: rgba(0, 0, 0, .87);
    float: left;
    padding: 5px 5px 5px 0;
    font-size: 12px
}

.comment_media .user_pic {
    margin: 0 auto;
    vertical-align: middle
}

.comment_media .media_pic {
    float: left;
    text-align: center;
    width: 60px !important
}

.comment_media .like_bar {
    padding-bottom: 5px;
    padding-top: 10px
}

.comment_media .thumbs_btn {
    float: right
}

.comment_media .like_bar i {
    padding-right: 15px
}

.related_presentations_thumbs {
    max-width: 120px;
    height: 68px;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8
}

.related_presentations_thumbs img {
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto
}

.related_ppt_thumbs.user_profile_pic .related_presentations_thumbs.profile_pic {
    height: 80px;
    width: 80px;
    border: none
}

.custom_user_exp h2.page-heading {
    font-size: 17px !important;
    color: #000;
    margin-bottom: 25px
}

.custom_user_exp .panel-body {
    padding-top: 0;
    padding-bottom: 0
}

.custom_user_exp hr {
    margin: 7px 0
}

.custom_user_exp .views {
    color: #666;
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 26px
}

.custom_user_exp .views p {
    margin-bottom: 0
}

.media.custom_media {
    padding-bottom: 20px
}

.custom_media .user_profile_pic {
    width: 15% !important
}

.custom_media .media-body p {
    font-size: 12px;
    color: #999;
    margin-top: 3px
}

.custom_media .media-body {
    padding-left: 10px
}

.custom_media .media-body p.description {
    font-size: 13px;
    color: #444
}

.m_right .cat {
    color: #999;
    font-size: 14px;
    padding-right: 50px
}

.m_right a {
    color: #337ab7
}

.related_presentations.custom_presentation {
    margin-top: 10px
}

.no_padding {
    padding: 0
}

.related_presentations p {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    margin: 0
}

.related_presentations p a {
    margin: 0;
    color: rgba(0, 0, 0, .87)
}

.related_presentations p a:hover {
    color: #999
}

.related_presentations .user_name {
    padding-top: 5px
}

.related_presentations .user_name a {
    color: #777
}

.related_presentations .user_name a:hover {
    color: rgba(0, 0, 0, .87)
}

.add_space {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    width: 100%
}

.related_presentations {
    padding: 0;
    background: 0 0;
    overflow: hidden;
    margin-bottom: 0
}

.related_presentations>h4 {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    font-weight: 500;
    padding-bottom: 5px
}

.related_presentations .media_custom {
    background: #fff;
    height: 68px;
    width: 120px;
    float: left;
    border: 1px solid #e8e8e8
}

.related_ppt_thumbs {
    float: left;
    height: 68px;
    max-width: 120px;
    width: 52%
}

.user_profile_pic {
    float: left;
    height: auto;
    max-width: 120px;
    width: 52%
}

.related_ppt_heading {
    float: right;
    min-height: 46px;
    width: 45%
}

.media_container {
    float: left;
    width: 100%;
    padding-top: 10px
}

.comment_media .related_ppt_thumbs {
    height: 55px;
    width: 55px;
    margin-right: 15px
}

.comment_media .related_presentations_thumbs {
    background: #f8f8f8;
    height: 55px;
    width: 55px
}

@media screen and (max-width:1199px) {
    .related_presentations .media .media-left {
        float: left
    }
}

@media screen and (max-width:991px) {
    .related_presentations .media .media-body {
        float: left
    }

    .user-experience .panel_list {
        text-align: center
    }

    .user-experience .panel_list2 {
        width: 200px;
        float: none;
        margin: 10px auto 0;
        text-align: center
    }
}

@media screen and (max-width:800px) {
    .presentation_box .presentation-link {
        height: 270px
    }
}

@media screen and (max-width:767px) {
    .related_presentations .media .media-body {
        float: none
    }

    .related_ppt_heading {
        float: left;
        min-height: 46px;
        padding-left: 10px;
        width: 50%
    }
}

@media screen and (max-width:360px) {
    .views-outer {
        margin-top: 20px
    }
}

#upload .section-heading {
    font-size: 40px;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    text-align: center
}

#upload .up-load-box {
    border-radius: 50%;
    box-sizing: border-box;
    height: 310px;
    margin: 0 auto;
    max-width: 310px;
    min-height: 100%;
    width: 100%;
    background: url(../img/round_outer.png) center center no-repeat;
    background-size: contain;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

#upload .up-load-outer {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 30px 0 35px;
    display: table;
    margin-bottom: 60px
}

#upload label.myLabel input[type=file] {
    position: fixed;
    top: -1000px
}

#upload .myLabel span:hover {
    background: url(../img/sprite.png) 0 -239px no-repeat;
    padding: 32px 39px
}

#upload .myLabel span {
    background: url(../img/sprite.png) 0 -158px no-repeat;
    padding: 32px 39px
}

#upload .myLabel {
    padding: 2px 5px;
    margin: 2px;
    display: inline-block;
    cursor: pointer
}

#upload .up-load-box p {
    margin-bottom: -40px;
    padding-top: 40px;
    font-size: 12px;
    color: rgba(0, 0, 0, .38);
    font-weight: 400
}

#upload .file-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important
}

#upload .myLabel:hover {
    background: 0 0
}

#upload .myLabel:invalid+span {
    color: #a44
}

#upload .myLabel:valid+span {
    color: #4a4
}

.custom-modal-dialog {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

.custom-modal-content {
    height: 100%;
    border-radius: 0;
    color: #fff;
    overflow: auto;
    border-top: none
}

.modal-content-two {
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f
}

.custom-modal-dialog .close {
    color: #fff !important;
    opacity: 1;
    font-size: 44px;
    font-weight: 100
}

.custom-modal-title {
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    float: left
}

.modal-header-border {
    border-bottom: none;
    padding: 20px
}

@media (max-width:767px) {
    .modal-header-border {
        border-bottom: none;
        padding: 20px
    }

    .navbar-brand-logo {
        margin-left: 15px
    }

    .navbar-custom .nav li a {
        border-top: 1px solid #efefef
    }

    .navbar-custom .navbar-brand-logo {
        float: left;
        margin-top: 10px
    }
}

.fb-btn {
    letter-spacing: 1px;
    color: #fff;
    background-color: #3d5d9c;
    border-radius: 4px;
    font-size: 15px;
    border: 0;
    padding: 0 100px 0 0
}

.fb-btn:hover {
    color: #fff;
    background-color: #314a7d
}

.or-divider {
    padding: 0 8px 0 10px
}

.new {
    vertical-align: middle;
    margin-right: 70px;
    background: #314a7d;
    padding: 10px 15px 10px 20px;
    border-radius: 4px 0 0 4px
}

@media (max-width:450px) {
    .fb-btn {
        padding: 0 40px 0 0
    }

    .new {
        margin-right: 25px
    }
}

.form-control-signin {
    background: #1f1f1f;
    border-radius: 0;
    border-bottom: 1px solid #3a3a3a;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #00ba8b;
    font-size: 37px;
    font-weight: 100;
    height: 45px;
    padding: 0;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control-signin:focus {
    border-color: #00ba8b;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent, 0 0 0 transparent
}

.form-control-signin::-moz-placeholder {
    color: #999;
    opacity: .5
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.linkwhite a {
    color: #fff
}

.placeholder-pass-ls {
    letter-spacing: 10px
}

#upload_outer label,
.about_Us p,
label {
    letter-spacing: .5px
}

.btn-signin {
    font-size: 15px;
    color: #fff;
    background-color: #00ba8b;
    border-radius: 4px;
    padding: 10px 40px
}

.btn-signin:hover {
    outline: 0;
    color: #fff;
    background-color: #019e76
}

@media (max-width:768px) {
    .form-control-signin {
        font-size: 26px
    }
}

.modal-body .btn {
    margin-top: 20px;
    transition: all .3s ease-in-out 0s
}

.Full-width {
    width: 100%
}

.disable_link {
    color: rgba(0, 0, 0, .25) !important
}

.laravel-like i,
.laravel-like>span {
    color: #757575 !important;
    font-size: 12px
}

#upload_form {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px
}

#upload_form input,
#upload_form select,
#upload_form textarea {
    color: rgba(0, 0, 0, .54);
    border: 1px solid #e0e0e0
}

#upload_form form label {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    font-family: Roboto;
    font-weight: 600
}

#upload_form .small-txt {
    font-size: 12px;
    color: rgba(117, 117, 117, .87);
    font-weight: 500
}

#upload_form .close {
    margin-top: -16px
}

#upload_outer select {
    text-overflow: ''
}

#userProfiel_outre #portfolio .portfolio-item .portfolio-caption .title,
.txt-wraping {
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden
}

.sel-arrow {
    position: relative;
    margin-top: 3px
}

.sel-arrows {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(117, 117, 117, .87);
    z-index: 0
}

#upload_form .checkbox {
    padding-left: 20px
}

#upload_form .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

#upload_form .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

#upload_form .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

#upload_form .checkbox input[type=checkbox],
#upload_form .checkbox input[type=radio] {
    opacity: 0;
    z-index: 1
}

#upload_form .checkbox input[type=checkbox]:focus+label::before,
#upload_form .checkbox input[type=radio]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

#upload_form .checkbox input[type=checkbox]:checked+label::after,
#upload_form .checkbox input[type=radio]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

#upload_form .checkbox input[type=checkbox]:indeterminate+label::after,
#upload_form .checkbox input[type=radio]:indeterminate+label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px
}

#upload_form .checkbox.checkbox-circle label::before {
    border-radius: 50%
}

#upload_form .checkbox.checkbox-inline {
    margin-top: 0
}

#upload_form .checkbox-primary input[type=checkbox]:checked+label::before,
#upload_form .checkbox-primary input[type=radio]:checked+label::before {
    background-color: #00ba8b;
    border-color: #00ba8b
}

#upload_form .checkbox-primary input[type=checkbox]:checked+label::after,
#upload_form .checkbox-primary input[type=radio]:checked+label::after {
    color: #fff
}

.checkbox_outer label {
    line-height: 17px
}

#upload_form .btn_follow {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600
}

#upload_form .warning_outer {
    font-size: 11px
}

#upload_form .warning_outer p {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    font-weight: 500
}

#upload_form .warning_outer .close {
    opacity: 1;
    margin-top: 0
}

#upload_form .progress .progress-bar {
    line-height: 45px;
    background: #4bc7a8
}

#upload_form .progress {
    height: 45px;
    background: rgba(48, 172, 141, .5);
    line-height: 45px;
    font-size: 12px;
    color: #2a6d5c;
    font-weight: 600
}

.disabled_form {
    opacity: .4;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    -khtml-opacity: .4
}

#upload_outer label {
    text-transform: capitalize;
    font-size: 12px;
    color: #333
}

#upload_successfull {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px
}

#upload_successfull .ppt-outer_box {
    width: 100%;
    clear: both
}

#upload_successfull .ppt-outer_box .Ppt-inner {
    width: 100%;
    max-width: 400px;
    height: 225px;
    border: 1px solid #ececec;
    position: relative;
    margin: 20px auto 15px;
    background: #f8f8f8;
    display: block
}

#upload_successfull .ppt-outer_box .Ppt-inner img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

#upload_successfull .ppt-outer_box h5 {
    color: rgba(0, 0, 0, .87)
}

#upload_successfull .ppt-outer_box .edit_buttons {
    width: 100%;
    text-align: center
}

#upload_successfull .ppt-outer_box .btn-edit {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ececec;
    background: #f8f8f8;
    margin-right: 5px;
    margin-left: 5px
}

#upload_successfull .ppt-outer_box .btn-edit:hover {
    background: #00ba8b;
    border: 1px solid #00ba8b;
    color: #fff
}

#upload_successfull .ppt-outer_box .converted_successfull {
    background: #00ba8b;
    max-width: 470px;
    width: 100%;
    min-height: 40px;
    border: 0;
    margin: 0 auto
}

#upload_successfull .ppt-outer_box .converted_successfull p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    font-weight: 500
}

#upload_form .close_btn {
    margin-top: 10px;
    font-size: 21px;
    margin-right: 10px;
    font-weight: 700 !important
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
    margin-bottom: 60px
}

@media screen and (max-width:991px) {
    body {
        margin-bottom: 110px
    }

    footer {
        padding: 10px 0;
        -webkit-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out
    }
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .side_bar .user_thumbs {
        width: 75px;
        height: 75px
    }

    .side_bar .btn_follow {
        width: 75px;
        -webkit-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out
    }
}

.side_bar .Follow_icons,
.side_bar .user_thumbs {
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out
}

.side_bar .user_heading {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    padding: 20px 20px 0
}

.side_bar {
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 30px
}

.side_bar .btn_follow {
    font-size: 13px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 96px
}

.side_bar .user_thumbs {
    float: left;
    height: 96px;
    width: 96px;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    transition: all .1s ease-out
}

.side_bar .user_thumbs_outer {
    float: left;
    width: auto
}

.side_bar .user_thumbs img {
    margin: auto;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.side_bar .User_Info {
    float: left;
    padding-left: 10px;
    min-height: 46px;
    width: 53%
}

.side_bar .user-designation {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .87)
}

.side_bar .userlocation {
    font-size: 11px;
    color: rgba(0, 0, 0, .57)
}

.side_bar .userlocation i {
    color: #9c9c9c;
    float: left;
    font-size: 15px;
    height: 50px;
    padding: 0 5px 0 0
}

.side_bar .media_container {
    padding: 15px 15px 20px
}

.gray_line {
    height: 1px;
    background: #e8e8e8;
    width: 100%;
    overflow: hidden
}

.user_Followers ul li {
    background: 0 0;
    border: 0;
    box-shadow: 0;
    color: rgba(0, 0, 0, .57);
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0
}

.user_Followers ul li i {
    margin-right: 12px;
    color: #9c9c9c
}

.user_Followers ul li .badge {
    background: 0 0;
    border: 0;
    box-shadow: 0;
    color: rgba(0, 0, 0, .57)
}

.user_Followers ul {
    margin: 0
}

.side_bar .Follow_icons,
.side_bar .Followers_icons {
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px
}

.side_bar .Followers_icons {
    background: url(../img/sprite.png) 0 -272px
}

.side_bar .Follow_icons {
    background: url(../img/sprite.png) -25px -272px;
    transition: all .1s ease-out
}

.side_bar .side_box {
    padding: 20px
}

.side_bar .web_add h6 {
    color: rgba(0, 0, 0, .87);
    text-transform: uppercase;
    font-weight: 400
}

.side_bar .web_add p {
    color: rgba(0, 0, 0, .57);
    font-size: 13px;
    margin: 15px 0
}

.side_bar .social a:hover {
    color: grey
}

.side_bar .social a {
    font-size: 24px;
    padding: 0 10px 0 0;
    color: #9c9c9c
}

.side_bar .about_user {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.about_user h6 {
    padding-bottom: 10px;
    color: rgba(0, 0, 0, .87);
    font-weight: 400
}

.side_bar p {
    color: rgba(0, 0, 0, .37);
    font-size: 12px
}

.side_bar_footer {
    color: rgba(0, 0, 0, .57);
    font-size: 12px
}

.side_bar .btn_follow i {
    font-size: 12px;
    font-weight: 400
}

#userProfiel_outre #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content a.view-ppt {
    width: 70%
}

.read_more {
    color: #333
}

.ease_1s {
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.page_count .pagination>.active>a,
.page_count .pagination>.active>a:focus,
.page_count .pagination>.active>a:hover,
.page_count .pagination>.active>span,
.page_count .pagination>.active>span:focus,
.page_count .pagination>.active>span:hover {
    background: #00ba8b;
    border: 1px solid #00ba8b;
    color: #fff
}

.page_count .pagination>li>a,
.page_count .pagination>li>span {
    color: #333
}

.page_count {
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px
}

#login_signup {
    position: absolute;
    width: 100%;
    padding-bottom: 50px
}

.modal-content input:-webkit-autofill,
.modal-content input:-webkit-autofill:focus .modal-content input:-webkit-autofill,
.modal-content input:-webkit-autofill:hover,
.modal-content select:-webkit-autofill,
.modal-content select:-webkit-autofill:focus,
.modal-content select:-webkit-autofill:hover,
.modal-content textarea:-webkit-autofill,
.modal-content textarea:-webkit-autofill:hover .modal-content textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #999;
    -webkit-box-shadow: 0 0 0 1000px #1f1f1f inset;
    transition: background-color 5000s ease-in-out 0s
}

.sub_heading {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    padding: 10px 0
}

select {
    text-overflow: ''
}

.Contact_outer {
    background: #f7f7f7;
    width: 100%;
    overflow: hidden
}

#Contact-us {
    padding: 35px;
    background: #fff
}

.Contact_outer .small-txt {
    color: rgba(117, 117, 117, .87);
    font-size: 12px;
    font-weight: 500
}

.Contact_outer .list-group-item a {
    color: rgba(1, 72, 178, .54)
}

.Contact_outer .list-group-item {
    color: rgba(117, 117, 117, .57);
    font-size: 13px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background: 0 0;
    padding-left: 30px;
    padding-right: 30px
}

.contact_info_right h5 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 25px 30px
}

.Contact_outer .small-col-reset {
    margin: 0
}

.about_Us p {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    margin: 15px 0
}

.welcome_note {
    padding: 25px 30px
}

.welcome_note h3 {
    font-family: 'fonts/robotoregular';
    font-weight: 500
}

.about_content .media {
    margin: 30px 0
}

.about_content .media-heading {
    font-weight: 400
}

.explore_4 h2 {
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 20px
}

.boxes .portfolio-caption .title {
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400
}

.boxes {
    margin: 0 0 15px;
    right: 0
}

.boxes .portfolio-link {
    max-width: 100%;
    height: 169px;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8
}

.boxes .portfolio-link img {
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto
}

.boxes .portfolio-link .portfolio-hover {
    background: rgba(0, 186, 139, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    z-index: 999
}

.boxes .portfolio-link .portfolio-hover .portfolio-hover-content a {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    font-size: 16px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.boxes .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

.boxes .portfolio-link .portfolio-hover .portfolio-hover-content {
    display: table;
    height: 100%;
    width: 100%
}

.boxes .portfolio-link .portfolio-hover .portfolio-hover-content i {
    color: #333;
    margin-top: -12px;
    padding: 7px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    cursor: pointer
}

.boxes .portfolio-link .portfolio-hover .portfolio-hover-content a.view-ppt {
    width: 60%;
    margin: 28px auto auto;
    text-align: center;
    color: #333;
    background: #fff;
    display: block;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.boxes .portfolio-link .portfolio-hover .portfolio-hover-content a.view-ppt:hover {
    outline: 0;
    color: #fff;
    background-color: #00ba8b;
    border: 1px solid #00ba8b
}

.boxes .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px
}

.boxes .portfolio-caption .title a {
    text-transform: none;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333
}

.boxes .portfolio-caption .title a:hover {
    color: #999
}

.boxes .portfolio-caption p {
    font-style: italic;
    font-size: 16px;
    margin: 0
}

.boxes .icon {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 0 15px 15px
}

.boxes .icon i {
    color: #999;
    margin-top: -12px;
    margin-right: 15px
}

.explore_outer {
    z-index: 2;
    padding-bottom: 50px
}

.hashtag_outer .hashtag_inner p {
    font-size: 12px;
    padding: 10px 0;
    color: rgba(0, 0, 0, .37)
}

.hashtag_outer .hashtag_inner {
    margin: 0 auto;
    max-width: 575px;
    width: 100%
}

.hashtag_outer {
    padding: 100px 15px 130px
}

.hashtag_outer .hashtag_group input {
    font-size: 24px;
    height: 55px;
    font-weight: 400;
    color: rgba(0, 0, 0, .57);
    border: 1px solid #c1c1c1
}

.hashtag_group button {
    font-size: 20px;
    height: 55px;
    width: 55px;
    background: #00ba8b;
    color: #fff;
    border: 1px solid #c1c1c1
}

.media .quesrion_privacy {
    font-size: 34px;
    color: #757575
}

.contact-details .nav-tabs>li.active>a,
.contact-details .nav-tabs>li.active>a:focus,
.contact-details .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-color: #d7d7d7;
    border-right: 0;
    border-bottom: 0;
    color: #333;
    border-left: 4px solid #f58220;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0
}

.contact-details .nav-stacked>li {
    margin: 0
}

.contact-details .nav-stacked>li a {
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 600;
    margin: 0;
    color: #333;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: Roboto
}

.contact-details {
    max-width: 220px;
    width: 100%;
    margin-top: 30px
}

#Contact_body h5 {
    font-weight: 400;
    padding-bottom: 30px;
    font-size: 16px
}

.phone_icon {
    font-size: 14px;
    line-height: 33px;
    margin: 0;
    color: #333
}

#Contact_body .tab-content input {
    height: 40px
}

#Contact_body .tab-content .field-in {
    vertical-align: middle;
    margin-right: 10px
}

#Contact_body .add_Photo .media-body h5 {
    padding: 0 0 5px !important;
    font-weight: 600 !important;
    font-size: 12px !important
}

#Contact_body .add_Photo .media-body .btn,
#Contact_body .btn {
    font-weight: 600;
    font-size: 12px
}

#Contact_body .add_Photo .media-left {
    padding-right: 20px
}

#Contact_body .media_box {
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    border: 1px solid #e8e8e8
}

#Contact_body .media_box img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto
}

#Contact_body .add_Photo {
    padding: 0 0 30px
}

.Profile_Information {
    padding-top: 30px
}

.textarea-limit {
    float: right;
    font-size: 11px
}

#Contact_body input,
#Contact_body select,
#Contact_body textarea {
    color: #333;
    border: 1px solid #e0e0e0;
    font-size: 12px
}

.sel-arrow select {
    padding-left: 7px;
    position: relative;
    z-index: 2;
    background: 0 0
}

#Contact_body {
    padding-bottom: 50px
}

.bs-example_pop .modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal-dialog_Sp {
    margin: 30px auto;
    width: 600px;
    height: auto;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.modal-dialog_Sp .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    position: relative;
    height: auto
}

.modal-dialog_Sp .close {
    color: #000 !important;
    float: right;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    opacity: .2;
    text-shadow: 0 1px 0 #fff
}

.modal-dialog_Sp .modal.fade .modal-dialog {
    height: auto
}

.modal-dialog_Sp .modal-title {
    font-size: 20px;
    font-weight: 500
}

.modal-form-outer {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless tfoot tr td,
.table-borderless tfoot tr th,
.table-borderless thead tr td,
.table-borderless thead tr th {
    border: none
}

.chk_custom .checkbox {
    padding-left: 20px
}

.chk_custom .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.chk_custom .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.chk_custom .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.chk_custom .checkbox input[type=checkbox],
.chk_custom .checkbox input[type=radio] {
    opacity: 0;
    z-index: 1
}

.chk_custom .checkbox input[type=checkbox]:focus+label::before,
.chk_custom .checkbox input[type=radio]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.chk_custom .checkbox input[type=checkbox]:checked+label::after,
.chk_custom .checkbox input[type=radio]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

#New_Password h3,
input,
label,
p,
select {
    font-family: Roboto
}

.chk_custom .checkbox input[type=checkbox]:indeterminate+label::after,
.chk_custom .checkbox input[type=radio]:indeterminate+label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px
}

.chk_custom .checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.chk_custom .checkbox.checkbox-inline {
    margin-top: 0
}

.chk_custom .checkbox-primary input[type=checkbox]:checked+label::before,
.chk_custom .checkbox-primary input[type=radio]:checked+label::before {
    background-color: #00ba8b;
    border-color: #00ba8b
}

.chk_custom .checkbox-primary input[type=checkbox]:checked+label::after,
.chk_custom .checkbox-primary input[type=radio]:checked+label::after {
    color: #fff
}

.chk_custom .checkbox_outer label {
    line-height: 17px
}

.form-two {
    color: #333
}

.form-two .table tr th p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #333
}

.form-two .table tr td {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #333
}

#New_Password h3 {
    font-weight: 400
}

a:focus,
img {
    outline: 0
}

.mrgin_0 {
    margin: 0
}

.radius_top {
    border-radius: 4px 4px 0 0
}

.radius_bottom {
    border-radius: 0 0 4px 4px
}

.padding_5 {
    padding-left: 5px;
    padding-right: 5px
}

.zero_padding {
    padding-left: 0;
    padding-right: 0
}

.primary_color {
    color: #212121
}

.primary_font_small {
    font-size: 11px;
    line-height: 18px;
    font-family: Roboto
}

.secondary_color {
    color: #757575
}

.diabled_color {
    color: #9e9e9e
}

.border_line {
    height: 1px;
    width: 100%;
    clear: both;
    background: #d9d9d9
}

.light_bg_color {
    background: #f7f7f7
}

.border_color {
    border-color: #dbdbdb
}

.red_color {
    color: #e25151
}

.red_border {
    border-color: #e25151
}

.width-560 {
    max-width: 560px;
    width: 100%;
    clear: both;
    padding-left: 15px;
    padding-right: 15px
}

.zero_border {
    border: 0
}

.right_30 {
    padding-right: 30px
}

.right_20 {
    padding-right: 20px
}

.left_30 {
    padding-left: 30px
}

input,
select {
    min-height: 39px !important
}

label {
    color: rgba(0, 0, 0, .87);
    font-size: 12px;
    font-weight: 600
}

@font-face {
    font-family: robotolight;
    src: url(../fonts/roboto-light.woff2) format('woff2'), url(../fonts/roboto-light.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: robotoregular;
    src: url(../fonts/roboto-regular.woff2) format('woff2'), url(../fonts/roboto-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@media screen and (max-width:479px) {
    .custom_media .user_profile_pic {
        width: unset !important
    }

    .small-col-reset {
        margin: 10px 0;
        width: 100%
    }

    #Edit_file .page-heading {
        padding-bottom: 15px;
        text-align: center
    }

    #Edit_file .Ppt-inner {
        margin: 0 auto
    }
}

html {
    position: relative;
    min-height: 100%
}

body {
    font-family: 'fonts/robotoregular'
}

footer {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    right: 0
}

footer ul.quicklinks li {
    padding-left: 3px;
    padding-right: 3px
}

@media screen and (max-width:991px) {
    body {
        margin-bottom: 110px
    }

    footer {
        padding: 10px 0;
        -webkit-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out
    }

    .img_outer {
        height: 169px
    }

    .img_outer img {
        max-height: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:600px) {
    .Contact_outer .list-group-item {
        padding-left: 10px;
        padding-right: 15px
    }

    .explore_4 h2 {
        font-size: 20px;
        -webkit-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out
    }
}

@media screen and (max-width:625px) and (min-width:480px) {
    #Contact_body .add_Photo .media-left {
        display: inline
    }
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .side_bar .user_thumbs {
        width: 75px;
        height: 75px
    }

    .side_bar .btn_follow {
        width: 75px;
        -webkit-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out
    }

    #userProfiel_outre #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content a.view-ppt {
        width: 95%;
        -webkit-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out
    }
}

#fileselector {
    margin: 10px
}

#upload-file-selector {
    display: none
}

.margin-correction {
    margin-right: 10px
}

.search_outer_top input[type=text] {
    width: 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 0 1px 1px 10px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    float: right;
    margin-top: 5px
}

.btn_click {
    background: 0 0;
    border: 0;
    padding-top: 12px
}

.btn_click:active,
.btn_click:focus,
.btn_click:hover,
.btn_click_2:active,
.btn_click_2:focus,
.btn_click_2:hover {
    background: 0 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important
}

.full_width {
    width: 100% !important;
    border: 1px solid #dcdcdc !important
}

.btn_click_2 {
    background: 0 0;
    border: 0;
    padding-top: 20px
}

.search_outer_top {
    padding-top: 5px
}

.myModal_edit {
    padding: 0 !important;
    background: rgba(0, 0, 0, .5)
}

.myModal_edit .modal-dialog {
    margin: 30px auto !important;
    width: 600px !important;
    position: relative;
    height: auto
}

.myModal_edit .modal-body {
    padding-bottom: 0;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.myModal_edit .modal-content {
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

.myModal_edit .modal-title {
    color: rgba(0, 0, 0, .87);
    font-size: 1.2em
}

.myModal_edit .close {
    color: rgba(0, 0, 0, .5) !important;
    font-size: 1.6em
}

.btn_size {
    font-size: 12px;
    font-weight: 400;
    padding-left: 18px;
    padding-right: 18px
}

.warning_box {
    width: 100%;
    height: 270px;
    display: table;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.warning_outer h5 {
    text-align: center;
    font-weight: 500;
    font-family: Roboto !important;
    padding: 10px 0
}

.warning_outer h5 a {
    color: #00ba8b
}

.warning_outer h2 {
    font-weight: 300;
    font-family: Roboto !important
}

.warning_box .warning_sign i {
    font-size: 65px
}

.warning_box .warning_sign {
    background: #f4f4f4;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    text-align: center
}

.warning_box .warning_body {
    padding: 20px;
    display: table-cell
}

.warning_box .warning_body h4 {
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 20px
}

.warning_box .warning_body p {
    font-weight: 400;
    line-height: 25px
}

.warning_box .warning_sign>p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

@media screen and (max-width:500px) {
    .warning_box .warning_body {
        display: table-row;
        text-align: center
    }

    .warning_box .warning_body h4 {
        padding: 10px 20px
    }

    .warning_box .warning_body p {
        padding: 0 20px
    }

    .warning_box .warning_sign {
        padding: 10px 0 0
    }
}

.loading_space {
    text-align: center;
    padding: 10px 0
}

.loading_space p {
    margin: 0
}

.share_box ul li {
    margin-bottom: 0;
    margin-right: 20px
}

.share_box ul li.active a {
    color: #212121;
    border-bottom: 2px solid #00ba8b !important
}

.share_box ul li a {
    background: 0 0 !important;
    border: 2px solid #fff !important;
    padding: 10px 5px;
    color: #757575;
    font-weight: 600;
    font-size: 12px
}

.share_box ul {
    margin-top: 10px;
    padding: 0 10px
}

.share_box ul li a:hover {
    border-bottom: 2px solid #00ba8b !important
}

.share_box input,
select {
    min-height: 35px !important;
    height: 35px
}

.btn_green_bg {
    background: #00ba8b;
    border: 1px solid #00ba8b;
    font-weight: 400;
    color: #fff
}

.share_box {
    overflow: hidden;
    padding: 0;
    margin: 0 !important
}

.share_box .share_tab-inner {
    padding: 20px 15px 0 15px
}

.padding_R-5 {
    padding-right: 5px
}

.padding_L-5 {
    padding-left: 5px
}

.share_box.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: 0;
    top: 1px
}

.more-user-add {
    cursor: pointer
}

.token .close {
    margin-top: 0 !important
}

.tokenfield input {
    border: 0 !important;
    min-height: 34px !important;
    float: left;
    width: 100% !important
}

.tokenfield {
    padding: 0
}

.search_page_ li a {
    color: #757575;
    font-size: 12px
}

.search_page_ li a:active,
.search_page_ li a:focus,
.search_page_ li a:hover {
    background: 0 0 !important;
    color: #212121
}

.search_page_ {
    float: right
}

.title_green>a:hover {
    color: #00ba8b !important
}

.search_page_ .open>a,
.search_page_ .open>a:focus,
.search_page_ .open>a:hover {
    background: 0 0 !important
}

.search_page_ .dropdown-menu>li>a {
    padding: 8px 20px
}

.search_page_ li.active a {
    color: #212121
}

.card:hover .portfolio-caption .title_green {
    color: #00ba8b
}

h4.page-heading {
    font-size: 16px
}

#portfolio .portfolio-item .search_caption {
    min-height: 95px
}

.group-span-filestyle {
    margin-left: 18px !important;
    padding-left: 12px
}

.Edit_file-upload .Ppt-inner {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    height: 140px;
    margin: 0 auto 20px;
    max-width: 250px;
    position: relative
}

.Edit_file-upload .Ppt-inner img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media screen and (max-width:767px) {
    .search_page_ {
        float: none;
        padding: 20px 0 10px;
        text-align: center
    }
}

@font-face {
    font-family: 'Segoe Print';
    src: url(../fonts/SegoePrint.eot);
    src: url(../fonts/SegoePrint.eot?#iefix) format('embedded-opentype'), url(../fonts/SegoePrint.woff2) format('woff2'), url(../fonts/SegoePrint.woff) format('woff'), url(../fonts/SegoePrint.ttf) format('truetype'), url(../fonts/SegoePrint.svg#SegoePrint) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-Italic.eot);
    src: url(../fonts/SegoeUI-Italic.eot?#iefix) format('embedded-opentype'), url(../fonts/SegoeUI-Italic.woff2) format('woff2'), url(../fonts/SegoeUI-Italic.woff) format('woff'), url(../fonts/SegoeUI-Italic.ttf) format('truetype'), url(../fonts/SegoeUI-Italic.svg#SegoeUI-Italic) format('svg');
    font-weight: 400;
    font-style: italic
}

.white-bg {
    background: #fff
}

.error-msg-heading {
    font-family: 'Segoe Print';
    font-size: 38px;
    font-weight: 500
}

.text-404 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 200px;
    letter-spacing: -20px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    -o-text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    -sm-text-shadow: 3px 3px 5px rgba(0, 0, 0, .5)
}

.text-404 .four-num {
    color: #1b1b1b;
    position: relative;
    z-index: 5;
    font-family: 'Open Sans Condensed', sans-serif
}

.text-404 .zero-num {
    color: #111;
    position: relative;
    z-index: 3;
    font-family: 'Open Sans Condensed', sans-serif
}

.text-404 .four-num:last-child {
    position: relative;
    z-index: 2
}

.error-box-search {
    max-width: 525px;
    margin: 35px auto 0 auto;
    width: 100%;
    border: 5px solid rgba(0, 0, 0, .5);
    padding: 35px 6% 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: rgba(0, 0, 0, .08)
}

.input-group-outer {
    position: relative
}

.group-addon-custom {
    color: #ccc;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 2px
}

.error-box-search h2,
.error-box-search h2 a {
    font-family: "Segoe UI";
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #272727
}

.error-box-search h2 a {
    text-decoration: underline
}

.error-box-search h2 {
    margin: 15px 0 0
}

.ui-autocomplete {
    padding-top: 15px;
    margin-top: 15px !important
}

.ui-autocomplete li {
    list-style: none;
    background-color: #fff;
    padding: 15px 5px 5px 5px;
    font-size: 14px;
    color: #444
}

.comp-logo2 {
    height: 45px;
    width: 250px;
    display: block
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    clear: both
}

.btn_search_2 {
    padding: 9px 13px 8px 13px
}

pre.pre-custom {
    border: 0 !important;
    background: #fff !important;
    overflow-x: hidden;
    white-space: pre-line;
    word-break: unset
}

.enter_22 .twitter-typeahead {
    width: 100% !important
}

.zero-result {
    position: absolute;
    left: 0;
    text-align: center;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    font-size: 20px;
    color: #c4c4c4c;
    text-transform: capitalize
}

body.viewer-theme {
    background: #f5f1ea;
    color: #1f1c17;
    font-family: "Georgia", "Times New Roman", serif
}

body.viewer-theme .container,
body.viewer-theme #presentation_div {
    color: inherit
}

body.viewer-theme .presentation_box .presentation-link {
    background: #fff;
    border: 1px solid #e2dbd1;
    box-shadow: 0 20px 40px rgba(31, 28, 23, .08)
}

body.viewer-theme .alert-info {
    background: #fff6e9;
    border-color: #d1c7ba;
    color: #1f1c17
}
