body{
    margin:0px;
    padding:0px;

}
body.light-bg{
    background: #fbfcfe;
}
.container{
    width:90%;
}
.row{
    margin-bottom:0px;
}
.row.padded{
    padding:70px 0px;
}
a{
    color:#454545;
}
p,a,li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    line-height: 1.7em;
}
*
{
    font-family: 'Montserrat', sans-serif;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a6ada6;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #444a44;
}
ul.content-list {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    line-height: 1.7em;
    list-style: disc;
    margin-left:30px;
}
ul.content-list:not(.browser-default)>li {
    list-style-type: disc;
}
nav {
    background-color: #ffffff;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 85px;
    line-height: 85px;
    color: #737373;
}
nav ul a {
    color: #787878;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    letter-spacing: 0.5px;
    line-height:85px;
}
nav ul a:hover{
    background-color:transparent;
}
a.brand-logo {
    padding-top: 8px;
}
.footer{

    background-color: #ebf0fa;
    padding:70px 0px;
}
h2.footer-heading {
    font-size: 1.4em;
    font-weight: bold;
    color: #004282;
}
.footer a {
    display: block;
    line-height: 2.5em;
    color: #454545;
}
.colophon{
    background-color: #004282;
background: -webkit-linear-gradient(to right, #0C5FB2, #004282);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0C5FB2, #004282); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding:20px 0px;
}
.colophon p{
    color:#ffffff;
}

.header{
    min-height:450px;
    background-color:#ebf0fa;
    /*margin-top:-100px;*/
    padding-top:125px;
}
.page-header{
    background-color:#ebf0fa;
    /*margin-top:-100px;*/
    padding-top:60px;
}
.line-design{
    background-image: url("../images/line-bg.png");
    width:100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.line-design-gray{
    background-image: url("../images/line-bg-gray.png");
    width:100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.line-design-top{
    background-image: url("../images/line-bg1.png");
    width:100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.line-design-gray-top{
    background-image: url("../images/line-bg-gray1.png");
    width:100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.statistic-section{
    background-color:#004282;
    text-align: center;
    color:#ffffff;
}
.right-line {
    border-right: 1px solid #fefefe;
}
.heading-desc{
    margin-bottom:50px;
}
.employer-cta-section h2, h2.center-heading {
    font-size: 3.2em;
    text-align: center;
    color: #20478d;
}
.employer-cta-section p.heading-desc {
    text-align: center;
    font-size: 1.4em;
    color: #727272;
}

.employee-cta-section h2 {
    font-size: 3.5em;
    text-align: center;
    color: #20478d;
}
.employee-cta-section p.heading-desc {
    text-align: center;
    font-size: 1.4em;
    color: #727272;
}
.testimonial-section h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 3px;
    color: #7c7c7c;
}
.testimonial-section img {
    border: 15px solid #ffffff;
}
.testimonial-section p {
    font-size: 1em;
}
.testimonial-section .card{
    background-color: transparent;
    border:none;
    box-shadow: none;
}
.top-skills-section h2 {
    font-size: 3em;
    border-right: 1px solid #d9d9d9;
    color: #004282;
    text-align: right;
    padding: 20px 50px;
    font-weight: bold;
}
h2.tagline {
    font-size: 3em;
    color: #2e3064;
}
.header p {
    font-size: 1.3em;
}
.employer-cta-section .card{
    border:none;
    box-shadow:none;
    text-align: center;
}
a.btn.btn-large.sign-up-btn {
    display: block;
    width: 300px;
    margin: 0 auto;
    background-color: #7ec051;
    font-weight: bold;
    letter-spacing: 3px;
}

.employee-cta-section .card{
    box-shadow: none;
}
h3.page-heading {
    font-size: 2.2em;
}
h4.page-subheading {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #2e3064;
}
span.bold {
    font-weight: bold;
}
.collection{
    text-align: center;
}
li.collection-item.plan-title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}
li.collection-header h4 {
    font-size: 3.5em;
    font-weight: bold;
    color: #434343;
}
span.time {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}
a.btn.btn-plan {
    background: #89c26a;
    letter-spacing: 2px;
    border-radius: 20px;
    box-shadow: none;
    padding: 0px 25px;
    font-weight: 500;
}
.collapsible {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
}
.collapsible-header {
    font-weight: bold;
    color: #616bb4;
}
ul#dropdown1{
    top:75px  !important;
    width:150px  !important;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 13px;
    color: #6a6a6a;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.col.s12.m12.l12.plan-info-panel {
    /* border: 2px solid #bcbcbc; */
    padding: 30px;
    background-color: #e0ebf6;
}
.plan-info-panel h3 {
    font-size: 1.5em;
    text-align: center;
    margin:0px;
}
span.price {
    font-weight: bold;
    color: #004282;
}
.input-field>label {
    color: #686666;
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
input {
    border: 1px solid #d3cfcf;
    width: 100%;
    padding: 12px;
}
.input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(19px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
button.checkout-btn, a.checkout-btn {
    padding: 15px 25px;
    border-radius: 25px;
    background-color: #004282;
    border: 2px solid #004282;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .2s all ease-out;
}
button.checkout-btn:hover, a.checkout-btn:hover {
    padding: 15px 25px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 2px solid #004282;
    color: #004282;
    text-transform: uppercase;
    letter-spacing: 2px;
}
select {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #d3cfcf;
    border-radius: 2px;
    height: 3rem;
}
.sidebar li.collection-item {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75em;
}
.sidebar li.collection-item:hover, .sidebar li.collection-item.active {
background-color: #f1f1f1;
}
.sidebar li.collection-item a{
    color: #595959;
    font-weight:bold;
}
textarea {
    width: 100%;
    height: 10rem;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #d3cfcf;
}
img.founder{
    margin-top:25%;
}
.about-content {
    background-color: #f5f5f5;
}


.alert.alert-success {
    background-color: #d0e05e;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
}
.alert.alert-fail {
    background-color: #c85854;
    padding: 15px;
    color:#ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
}
p.form-label, form {
    font-family: 'Segoe UI';
}
ul.message-list{
    text-align: left;
}
.col.s12.message-box {
    border: 1px solid #ffffff;
    height: 64vh;
    padding: 20px;
    overflow: auto;
    background: #ffffff;
}
span.msg-time {
    float: right;
    font-size: 0.75em;
    padding-top: 10px;
}
button.btn.send-message-btn, button.btn.post-comment-btn {
    background: #00d2ff;
    background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
    background: linear-gradient(to right, #3a7bd5, #00d2ff);
    width: 100%;
    border-radius: 25px;
    font-weight: bold;
}
a.btn.send-message-btn {
    background: #00d2ff;
    background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
    background: linear-gradient(to right, #3a7bd5, #00d2ff);

    border-radius: 25px;
    font-weight: bold;
}
.sender-message {
    width: 45%;
    background: #1488CC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding: 1px 30px;
    border-radius: 35px;
    font-size: 0.9em;
    color:#ffffff;
    margin-bottom:10px;
}
.receiver-message {
    width: 45%;
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#ffffff;
    padding: 1px 20px;
    border-radius: 35px;
    font-size: 0.9em;
    float:right;
    margin-bottom:10px;
}

.col.s12.send-message-box {
    background-color: #fbfbfb;
    padding: 25px 20px;
}
.col.s12.send-message-box {
    background-color: #fbfbfb;
    padding: 0px 10px;
}
ul#dropdown2 {
    top: -70px;
    width: 150px !important;
}
.modal-content{
    text-align: center;
}
.modal-content h2 {
    font-size: 1.6em;
    text-align: center;
}
.col.s6.m6.l6.left-line {
    border-left: 1px solid #dddddd;
}

.card.profile-card {
    box-shadow: none;
    text-align: center;
    font-size: 0.8em;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
    border-radius: 15px;
}
a.btn.connect-btn {
    background: #81ab2f;
    background: -webkit-linear-gradient(to right, #a8e063,#81ab2f);
    background: linear-gradient(to right, #a8e063, #81ab2f);
    border-radius: 20px;
    padding: 0px 29px;
    line-height: 3em;
    height: 3em;
}
a.btn.connect-btn-small {
    font-size: 0.8em;
    background: #81ab2f;
    background: -webkit-linear-gradient(to right, #a8e063,#81ab2f);
    background: linear-gradient(to right, #a8e063, #81ab2f);
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 20px;
}
.post-card img{
    width:450px !important;
    height:auto !important;
}
.post-card img.circle{
    width:30px !important;
    height:30px !important;
    margin-right:20px;
}
.container.small{
    width:70%;
}
.profile-card span.card-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em !important;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 20px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.post-card span.card-title {
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #848484;
}
.card a.action-link {
    line-height: 1em;
    font-size: 0.8em;
    font-weight: bold;
    color: #828282 !important;
    letter-spacing: 2px;

}
.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
}
.card.post-card {
    border-radius: 12px;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
}
.card.notification{
    box-shadow: none;
}
.col.cover-pic-section {
    background-color: #454545;
    //height: 300px;
    background-size: cover;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-bottom: 50px solid #ffffff;

    border-radius: 20px;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
}
.profile-pic img {
    margin-top: -75px;
    /* margin-left: 50px; */
    border: 5px solid #ffffff;
    width: 175px;
    height: 175px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 900;
    float: right;
    border-radius: 100px;
}
.card.my-profile-header .card-image img {
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    max-height: 275px;
    position: relative;
    object-fit: cover;
    object-position: center;
}
.user-info p {
    font-size: 1em;
    line-height: 1.4em;
    color: #868686;
    font-family: "Segoe UI";
}
.profile i.material-icons {
    margin-top: 20px;
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 20px;
    color: #ffffff;
}
ul.dotted-list li:before {
    content: "\2714\0020";
    padding: 10px;
    color: #741ce2;
}
.photos img {
    width: 130px;
    padding: 2px;
    float:left;
}
.card.my-profile-header {
    height: auto;
    overflow: auto;
    border:15px solid #ffffff;
    border-radius:12px;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
    font-weight: bold;
}
.friend-btn, .friend-btn-pending, .frient-connect-btn{
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-panel.hoverable{
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
}
i.material-icons.right.pic-edit-btn {
    margin-top: 15px;
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
    padding: 10px;
    border-radius: 30px;
}
h4.modal-heading {
    font-size: 1em;
    color: #ffffff;
    padding-top: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    /* border-bottom: 1px solid #e4e4e4; */
    padding-bottom: 30px;
    background-color: #004282;
}
div#modal-general-skills {
    overflow-x: hidden;
}
i.fa.fa-stack-1x.fa-inverse {
    color: #ffffff;
    font-size: 0.6em;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 1.25em;
}
.profile-collection img{
    width:70px !important;
    height:70px !important;
}
.profile-collection{
    font-size:0.9em;
    text-align: left;
}
.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 110px;
    position: relative;
}
span.title {
    font-weight: bold;
}
span.c-info {
    font-size: 1em;
    color: #676666;
}
.my-card span.card-title {
    background: #1a1a1d73;
    width: 100%;
}
.card-content img.circle{
    width: 150px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.connection-sidebar{
        height: 80vh;
        border: none;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
        border-radius: 12px;
    padding:15px;
    background-color: #ffffff;
}
.chatbox{
    height: 80vh;
    border: none;
    box-shadow:  0 8px 30px rgba(0,0,0,.05)!important;
    border-radius: 12px;
    padding:15px;
}
.connection-sidebar a {
    display: block;
    font-weight: bold;
    color: #7b7b7b;
    font-size: 0.9em;
}
.connection-sidebar img{
    width: 35px;
    height: 35px;
    border-radius:50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.list-item{
    padding-bottom:20px;
}
.list-item img{
    margin-right:10px;
}
p.section-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    color: #9c9c9c;
    padding-bottom: 10px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: auto;
}
.comment-block {
    background: #f7f7f7;
    padding: 2px 10px;
    font-size: 0.9em;
    border-radius: 10px;
    margin-top:10px;
}
.comment-block p.commentor a {
    font-weight: bold;
    line-height: 0.8em;
    color: #888888 !important;
    font-size: 0.8em;
}
.modal {
    background: #ffffff;
    border-radius: 12px;
}
p#smsg {
   font-weight: bold;
}
img.gallery-pics{
    width: 180px;
    height: 100px;
}
.pics {
    width: 180px;
    float: left;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 2px;
}
.pics a {
    border: 1px solid #bdbaba;
    padding: 2px 10px;

}