
.default-skin {
    font-weight: 300;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --skin: #fff;
    --skin-hover: #c20c1d;
    --skin-color: rgba(255, 255, 255, 0.8);
    background-color: #fff;
}

.light-skin {
    --skin: #f0f0f0;
    --skin-hover: #ddd;
    --skin-color: #232323;
}

.menubar {
    width: 100%;
    height: 48px;
    display: block;
    background: var(--skin);
    color: var(--skin-color);
    line-height: 48px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.menu-trigger {
    position: absolute;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    top: 1.8em;
    padding: 0 5px;
    color: var(--skin-color);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);
}

.trigger {
    width: 35px;
    height: 4px;
    margin: 5px 0;
    background-color: #c20c1d;
}

.menu-trigger:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
}

.menu-trigger:before {
    font-family: 'Material-Design-Iconic-Font';
    font-size: 22pt;

}

.menu-trigger.left {
    left: 20px;

}

.menu-trigger.right {
    right: 20px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
}

.menu-container {
    overflow: auto;
    display: block;
    top: 120px;

}

.position-left {
    left: -260px;
}

.position-right {
    right: -260px;
}

.position-left.open {
    left: 0;
}

.position-right.open {
    right: 0;
    height:100% !important;
}

.menu-container,
.menu-head,
.menu-left,
.menu-left.open
.menu-right,
.menu-right.open {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;

}

.menu-container {
    top: 274px;
}

.menu-container,
.menu-head {
    background: var(--skin);
    position: fixed;
    z-index: 100;
    width: 260px;
}

.menu-head .layer {
    /* 	background: rgba(0, 0, 0, 0.2); */
    display: block;
}

.for-pic {
    width: 260px;
    height: 200px;
    background: url("mobile-image01.jpg") no-repeat center center;
    background-size: cover;
}

.menu-head {
    height: 275px;
    box-sizing: border-box;
    margin: 0px;
    top: 0;

}

.menu-items {
    list-style: none;
    font-size: 14px;
}

.menu-items li {
    text-align: left;
}

.dropdown-heading,
.menu-items li a {
    text-decoration: none;
    padding: 17px;
    display: block;
    color: #515151;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.050);
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.dropdown-heading:hover,
.menu-items li a:hover {
    background: var(--skin-hover);
    color:#fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-opacity: 0;
    }
    to {
        opacity: 1;
        -webkit-opacity: 1;
    }
}

-webkit-

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-opacity: 0;
    }
    to {
        opacity: 1;
        -webkit-opacity: 1;
    }
}

.item-icon {
    margin: 0 25px 0 0;
    display: inline;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    font-size: 15pt;
    margin: 5px;
    text-align: center;
    color: var(--skin-color);

}

/* Dropdowns */
.has-sub ul {
    list-style: none;
    overflow: hidden;
    height: 0px;
    transition: .360s;
    background: #f2f9f9;
}

.has-sub ul li a {
    display: block;
    padding: 12px 33px;
    border-bottom: 0;
    font-size: 13px;
    color: #444;
    transition: .1s;
    -webkit-transition: .1s;
    border-bottom: 1px dotted #e1e1e1;
}

.has-sub ul li a:hover {
    background: #dedede;
    transition: .1s;
    -webkit-transition: .1s;
}

.has-sub span {
    display: block;
    box-sizing: border-box;

}

.has-sub i.arrow {
    float: right;
    margin-right: 10px;
    transition: 0.360s;
    font-size: 16px;
}

.has-sub .arrowdown {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transition: 0.360s;
    -webkit-transition: 0.360s;
    -moz-transition: 0.360s;
}

.col {
    display: table;

}

.row {
    display: table-cell;

}

.for-name {
    padding: 10px;
    color: #fff;
    height: 90px;
}

.profile-pic img {
    width: 100%;
    object-fit: cover;

}

.menu-head h3 {
    top: -61px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5)
}

.menu-head h3 img {
    width: 75%;
    margin-top: 1.2em;
}

.tagline,
.menu-head h3 {
    display: block;
    position: relative;
    overflow: hidden;
}
.tagline {
    font-size:13px;
    color:#777;
    left: 100px;
    text-align:left;
    font-weight:300;
    width: 160px;
    bottom: 125px;
    line-height: 1.2;
}
.tagline h4{
    font-size: 22px;
    color:#fff;
    margin-bottom:5px;
    text-align: left;
    display: block;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, .7);

}

/* Dim background effect */
.dim-overlay {
    display: none;
}

.dim-overlay:before {
    content: "";
    background-color: rgba(0, 0, 10, .4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.logo {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

.logo img {
    width: 130px;
    margin-top: 10px;
    height: auto;

}

.logo a {
    text-decoration: none;
    color: var(--skin-color);
}

.logo a:hover {
    color: var(--skin-hover);
}

.mobile-close {
    display: none;
    position: absolute;
    left: -2.66em;
    top: 0;
    color: #fff;
    font-size: 24px;
    padding: 0.7em 1em;
    background: rgba(0, 0, 0, .8);
}

.mobile-blog-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    padding: 0.7em 0.6em 0 0.6em;
    background: #5cb533;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.mobile-blog-btn-img {
    width: 100%;
}

