/* 

Theme Name: MORACO - Personal Vcard Resume Wordpress Theme
Theme Description: MORACO - Personal Vcard Resume Wordpress Theme.
Author: Marwa El-Manawy -- http://elmanawy.info
Version: 1.0

*/

/*************************
       Google Fonts
*************************/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);
@import 'https://fonts.googleapis.com/css?family=Droid+Serif:40,100,300,500,600,700';


/*************************
     Global styles
*************************/
body{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-3dlight-color: #2f3742;
    scrollbar-highlight-color: #2f3742;
    scrollbar-track-color: #2f3742;
    scrollbar-arrow-color: #2f3742;
    scrollbar-shadow-color: #2f3742;
    scrollbar-dark-shadow-color: #2f3742;
    overflow-x: hidden;
}
body, p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400; 
    line-height: 20px;
    color: #58666e;
}
::selection {
    color: #ffffff;
    text-shadow: none;
}
p{
    font-size: 16px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
h1{
    font-size: 36px;
    line-height: 48px;
}
h2{
    font-size: 28px;
    line-height: 38px;
}
h3{
    font-size: 24px;
    line-height: 34px;
}
h4{
    font-size: 18px;
    line-height: 28px;
}
h5{
    font-size: 14px;
    line-height: 24px;
}
a{
    transition: 0.5s ease;
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
#contact_form input, #contact_form textarea, #commentform input, #commentform textarea{
    height: 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    outline-color: none;
    outline-style: none;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 22px;
}
input:afrer{
    content:"*";
}
textarea{
    height: 100px;
}
input:focus, textarea:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: inherit;
}
.btn-primary {
    color: #fff;
    border-radius: 0;
}
.btn-primary:hover{
    background-color: #fff;
}
button:focus{
    outline: 0;
}


/*************************
     Scrollbar Page
*************************/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track-piece  {
    background-color: #2f3742;
}
::-webkit-scrollbar-thumb:vertical {
    height: 30px;
}

/*************************
     Start Loading
*************************/
#loading {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
    text-align: center;
}
#loading img{
    width:700px;
    height: 700px;
    margin: auto;
    vertical-align: middle;
}

/*************************
     Start Sidebar
*************************/
.responsive-menu { 
    display: none; 
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    background-color: #2f3742; /*Change colour*/
    padding-bottom: 200px;
    height: 100%;
}
.nav-sidebar {
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style:scroll;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.logo {
    margin-bottom: 20px;
}
.logo a{
    display: block;
    text-align: center;
    padding: 0 20px;
}
.logo a img{
    width: 100%;
}
.nav-sidebar > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px 10px 30px;
    border-right: 0px solid transparent;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:focus, .nav-sidebar > .active > a:hover, .nav-sidebar > li > a:hover ,.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus{
    background: transparent !important;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    background-color: #2f3742;
}
.main{
    padding: 0 !important;
}

/*************************
     COMMON SECTIONS STYLE
*************************/
.section{
    padding: 30px 0;
}
.container-section{
    padding: 0 60px;
}
.section-title{
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}
.section-title:before {
    border-top: 1px solid #b7b7b7;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.section-title h4 {
    background: #fff none repeat scroll 0 0;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
}
.desc-title {
    color: #888;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}
/*************************
     HOME SECTION
*************************/
.home {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100vh;
    width: 100%;
}
.home-overlay{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}
.home-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.home-intro {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 60px;
}
.home-intro h1, .home-intro h2, .home-intro span{
    color: #fff;
    text-transform: uppercase;
}
.home-intro h1{
    font-size: 60px;
    font-weight: bold;
}
.home-intro h2, .home-intro span{
    font-size: 35px;
}
.type-wrap {
    margin: 30px 0;
}
.typed-cursor{
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    padding: 10px 15px;
    font-size: 19px;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.scroll-down {
    text-align: center; 
    width: 34px; 
    height: 58px; 
    display: inline-block;
    border-radius: 20px; 
    border:3px solid #fff; 
    position: absolute; 
    left: 50%; 
    bottom: 60px;
    margin-left: -17px; 
    line-height: 50px; 
}
.scroll-down i {
    font-size:8px; 
    color:#fff; 
    display: inline-block;
    -webkit-animation-name:fadedown;
    -moz-animation-name:fadedown;
    -ms-animation-name:fadedown; 
    -o-animation-name:fadedown;
    animation-name:fadedown;
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    -ms-animation-duration:3s;
    -o-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite; 
    -ms-animation-iteration-count:infinite; 
    -o-animation-iteration-count:infinite;
    animation-iteration-count:infinite; 
} 
@-moz-keyframes fadedown {
    0% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
    50% { -moz-transform:translateY(25px); transform:translateY(25px); opacity:1; }
    100% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-webkit-keyframes fadedown {
    0% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
    50% { -webkit-transform:translateY(25px); transform:translateY(25px); opacity:1; }
    100% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-o-keyframes fadedown {
    0% { -o-transform:translateY(0); transform:translateY(0); opacity:1; }
    50% {-o-transform:translateY(25px);transform:translateY(25px);opacity:1; }
    100% {-o-transform:translateY(0);transform:translateY(0);opacity:1; }
}
@-ms-keyframes fadedown {
    0% { -ms-transform:translateY(0); transform:translateY(0); opacity:1; }
    50% {-ms-transform:translateY(25px);transform:translateY(25px);opacity:1; }
    100% {-ms-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@keyframes fadedown {
    0% { transform:translateY(0); opacity:1; }
    50% {transform:translateY(25px);opacity:1; }
    100% {transform:translateY(0);opacity:1; }
}


/*************************
     ABOUT SECTION
*************************/
.profile-img{
    display: block;
    border: 1px solid;
    padding: 3px;
}
.profile-pic img{
    width: 100%;
}
.info-position {
    text-align: center;
    font-size: 18px;
    margin-top: 27px;
}
.info-block{
    margin-bottom: 28px;
}
.info-icon {
    height: 57px;
    width: 57px;
    float: left;
}
.info-icon i {
    color: #fff;
    font-size: 20px;
    padding: 20px;
}
.info-icon i.fa.fa-envelope {
    padding: 18px;
}
.info-icon i.fa.fa-calendar {
    padding: 19px;
}
.info-icon i.fa.fa-map-marker {
    padding: 18px 23px;
}
.info-icon i.fa.fa-flag {
    padding: 19px 19px;
}
.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.info-block:hover .hvr-trim:before {
    opacity: 1;
}
.info-text {
    padding-left: 70px;
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.info-text span {
    display: block;
    margin-bottom: 5px;
}
.social-profiles{
    margin-bottom: 30px;
}
.social-profiles span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.social-profiles a{
    display: inline-block;
    width: 30px;
    height:30px;
    border: 1px solid #999;
    text-align: center;
    line-height: 30px;
    color: #999;
    margin-right: 8px;
}
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    color: #fff;
}
.hvr-pulse-grow.facebook:hover, .hvr-pulse-grow.facebook:focus, .hvr-pulse-grow.facebook:active {
    background-color: #3b5998;
    border-color: #3b5998;
}
.hvr-pulse-grow.twitter:hover, .hvr-pulse-grow.twitter:focus, .hvr-pulse-grow.twitter:active {
    background-color: #55acee;
    border-color: #55acee;
}
.hvr-pulse-grow.linkedin:hover, .hvr-pulse-grow.linkedin:focus, .hvr-pulse-grow.linkedin:active {
    background-color: #007bb5;
    border-color: #007bb5;
}
.hvr-pulse-grow.behance:hover, .hvr-pulse-grow.behance:focus, .hvr-pulse-grow.behance:active {
    background-color: #1769ff;
    border-color: #1769ff;
}
.hvr-pulse-grow.pinterest:hover, .hvr-pulse-grow.pinterest:focus, .hvr-pulse-grow.pinterest:active {
    background-color:  #cb2027;
    border-color:  #cb2027;
}
.hvr-pulse-grow.vimeo:hover, .hvr-pulse-grow.vimeo:focus, .hvr-pulse-grow.vimeo:active {
    background-color:  #00b3ec;
    border-color:  #00b3ec;
}
.hvr-pulse-grow.rss:hover, .hvr-pulse-grow.rss:focus, .hvr-pulse-grow.rss:active {
    background-color:  #ff6600;
    border-color:  #ff6600;
}
.hvr-pulse-grow.google:hover, .hvr-pulse-grow.google:focus, .hvr-pulse-grow.google:active {
    background-color:  #dd4b39;
    border-color:  #dd4b39;
}
.hvr-pulse-grow.snapchat:hover, .hvr-pulse-grow.snapchat:focus, .hvr-pulse-grow.snapchat:active {
    background-color:  #fffc00;
    border-color:  #fffc00;
}
.about-content p {
    margin-bottom: 15px;
    line-height: 30px;
}
.twke3 {
    margin-top: 50px;
}
.twke3 span {
    display: block;
    margin-bottom: 15px;
}
twke3 img {
    margin-top: 15px;
}


/*************************
     SKILLS SECTION
*************************/
.skill h2, .skill-language h2 {
    text-transform: uppercase;
    font-size: 18px;
}
.skill-language h2{
    text-align: center;
}
.skill .progress .lead {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    left: 10px;
    position: absolute;
    top: 4px;z-index:99
}
.skill .progress {
    background-color: #F0F0F0;
    border-radius: 0;
    height: 30px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: none;
    color: #333;
    padding-right: 30px;
}
.skill .progress-bar > span {
    float: right;
    font-size: 15px;
    margin-top: 3px;
    position: absolute;
    right: 5px;
    color: #333;
    margin-left: 3px;
}
.holax-shop h3,.we-are-good-at h3{
    font-size: 18px;                             
    margin-bottom: 25px;
}
.skill .progress:nth-child(1) .progress-bar {
    background: #F46E6E;
}
.skill .progress:nth-child(2) .progress-bar {
    background: #5476A9;
}
.skill .progress:nth-child(3) .progress-bar {
    background: #63AD68;
}
.skill .progress:nth-child(4) .progress-bar {
    background: #23C6EC;
}
.skill .progress:nth-child(5) .progress-bar {
    background: #ff6600;
}
.skill .progress:nth-child(6) .progress-bar {
    background: #A4EA96;
}
.skill .progress:nth-child(7) .progress-bar {
    background: #96EADC;
}

#skills p{
    line-height: 30px;
}
.skill-content h2 {
    margin-top: -7px;
    font-size: 24px;
}
.skills{
    padding-top: 20px;
}
.percentage.easyPieChart > span, .percentage.easyPieChart {
    color: #7e8c8d;
    font-size: 48px;
}
.percentage.easyPieChart {
    font-size: 27px;
}
.easyPieChart {
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.skills small {
    text-align: center;
    font-size: 18px;
    display: block;
    padding-top: 10px;
    color: #5c5c5c;
}
.skill-language{
    margin-top: 30px;
}




/*************************
     RESUME SECTION
*************************/
#CompanyName {
	color:black;
}

.timeline-container{
    width:90%;
    max-width:1170px;
    margin:0 auto;
    position:relative;
    padding:2em 0;
    margin-top:2em;
    margin-bottom:2em
}
.timeline-container:before{
    content:'';
    position:absolute;
    top:0;
    left:18px;
    height:100%;
    width:6px;
    background:#dedede
}
@media(min-width:1170px){
    .timeline-container:before{
        left:50%;margin-left:-2px
    }
}
.timeline-container:after{
    content:'';
    display:table;
    clear:both
}
@media(min-width:1170px){
    .timeline-container{
        margin-top:3em;
        margin-bottom:3em
    }
}
.timeline-container .timeline-block{
    position:relative;
    margin:2em 0;
}
@media(min-width:1170px){
    .timeline-container .timeline-block{
        margin:-2em 0}
}
.timeline-container .timeline-block:after{
    content:"";
    display:table;
    clear:both
}
.timeline-container .timeline-block:first-child{
    margin-top:0
}
@media(min-width:1170px){
    .timeline-container .timeline-block:first-child{
        margin-top:0}
}
.timeline-container .timeline-block:last-child{
    margin-bottom:0
}
@media(min-width:1170px){
    .timeline-container .timeline-block:last-child{
        margin-bottom:0
    }
}.timeline-container .timeline-block .timeline-content{
    position:relative;
    margin-left:60px;
    background:#f5f5f5;
    border-radius:.25em;
    box-shadow:0 1px 0 #dedede;
    border:1px solid #dedede;
    padding:0;
    width:80%
}
@media(min-width:1170px){
    .timeline-container .timeline-block .timeline-content{
        margin-left:0;width:45%
    }
}
.timeline-container .timeline-block .timeline-content:before{
    content:'';
    position:absolute;
    top:16px;
    right:100%;
    height:0;
    width:0;
    border:7px solid transparent;
}
@media(min-width:1170px){
    .timeline-container .timeline-block .timeline-content:before{
        top:24px;
        left:100%;
        border-color:transparent;
    }
}
.timeline-container .timeline-block .timeline-content:after{
    content:"";
    display:table;
    clear:both
}
.timeline-container .timeline-block .timeline-content h2{
    color: #000000 !important;
    padding:1em;
    margin:0;
    font-size:14px !important; 
    font-weight: bold; 
    line-height: 28px;
}

@media(min-width:768px){
    .timeline-container .timeline-block .timeline-content h2{
        font-size:1.25rem
    }
}@media(max-width:240px){
    .timeline-container .timeline-block .timeline-content h2{
        padding:.5em;
        font-size:18px}
}
.timeline-container .timeline-block .timeline-content p{
    font-size:14px;
    font-size:1.2rem;
    margin:0;
    line-height:1.6;
    padding:1em
}
@media(min-width:768px){
    .timeline-container .timeline-block .timeline-content p{
        font-size:14px;
    }
}@media(max-width:240px){
    .timeline-container .timeline-block .timeline-content p{
        padding:.5em;font-size:14px
    }
}.timeline-container .timeline-block .timeline-img{
    position:absolute;
    top:15px;
    left:0;
    width:50px;
    height:20px
}
@media(min-width:1170px){
    .timeline-container .timeline-block .timeline-img{
        top:20px;
        left:50%;
        margin-left:-24px;
        -webkit-backface-visibility:hidden
    }
}.timeline-container .timeline-block .timeline-img i{
    display:inline-block;
    width:50px;
    height:20px;
    font-weight:bold;
    text-align:center;
    background-color:#fff
}
.timeline-container .timeline-block .timeline-img img{
    display:block;
    width:24px;
    height:24px;
    position:relative;
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-12px
}
@media(min-width:1170px){
    .timeline-container .timeline-block:nth-child(even) .timeline-content{
        float:right
    }
}
@media(min-width:1170px){
    .timeline-container .timeline-block:nth-child(even) .timeline-content::before{
        top:24px;
        left:auto;
        right:100%;
        border-color:transparent;
    }
}


/*************************
     PORTFOLIO SECTION
*************************/
.grid {
    position: relative;
    clear: both;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    margin: 10px 0;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-winston {
    background: #162633;
    text-align: left;
}
figure.effect-winston img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-winston figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
figure.effect-winston h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
figure.effect-winston p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 0% 0;
}
figure.effect-winston a {
    margin: 0 10px;
    color: #5d504f;
    font-size: 130%;
}
figure.effect-winston p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
figure.effect-winston:hover img {
    opacity: 0.6;
}
figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0,0,1,20deg);
    transform: rotate3d(0,0,1,20deg);
}
figure.effect-winston:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-winston:hover p a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
figure.effect-winston:hover p a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
figure.effect-winston:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.service-box i {
    font-size: 36px;
}
.service-box-content{
    margin-left: 70px;
}
.service-box-content h3{
    font-size: 18px;
}
.service-box-content p {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

/*************************
     BLOG SECTION
*************************/
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.home-post{
    margin-bottom: 15px;
}
.post-img a{
    display: block;
}
.post-img a img {
    width: 100%;
    height: auto;
}
.post-content {
    border-bottom: 1px solid #dbcfcf;
    padding-top: 0;
}
.post-title {
    font-size: 18px;
    color: #777;
    font-weight: bold;
    margin: 15px 0;
    display: block;
}
.post-content p {
    font-size: 14px;
}
.footer-r{
    text-align: right;
}
.post-footer {
    border-top: 1px solid #fff;
    box-shadow: 0 0 5px #fff;
    padding: 8px 0;
    background-color: #fff;
}
.post-footer span{
    color: #99a3b1;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 13px;
}
.post-img {
    position: relative;
}
.post-img a:before{
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s; 
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 0;}

.post-img a:hover:before{
    left: 0;
    opacity: 1;
    width: 100%;
}
.post-img a:after{
    content: "";
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    animation-duration: 0.5s;
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 8px rgba(246, 249, 250, 0.42);
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(3);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 60px;
    z-index: 2;
}
.post-img a:hover:after{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.blog-home .home-post{
    padding: 15px;
}
.post-footer i{
    color: #07cb79;
}
.category-page .home-post {
    margin-bottom: 30px;
}
.page-link a {
    display: block;
    padding: 5px 10px;
    border: 2px solid #07cb79;
    color: #07cb79;
}
.page-link a:hover{
    background-color: #07cb79;
    color: #fff;
}
.navigation.index {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
}
/*************************
     TESTIMONIALS SECTION
*************************/
.testo {
    position: relative;
    padding: 1.4em 1.8em;
    margin: 4em 0;
    border: 1px solid #f1f1f1;
}
.testo img {
    display: block;
    margin: -60px auto 16px auto;
    width: auto;
    max-height: 62px;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
}
.testo h4 {
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.testo h5 {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    color: #b8bbbc;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
}
.testo p {
    position: relative;
    margin: 1em 0 0.2em 0;
    text-align: center;
    letter-spacing: 0.03px;
}
.testo:hover{
    background-color: #fefcfc;
}
.owl-controls {
    text-align: center;
    padding-top: 50px;
}
.owl-page {
    background-color: #dedede;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
.owl-page.active{
    background-color: #07cb79;
}
/*************************
      CONTACT SECTION
*************************/
.map {
    height: 450px;
    z-index: 1;
    margin-bottom: 40px;
}
#contact h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-block{
    margin-bottom: 25px;
}
.contact-block > i {
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    float: left;
    font-size: 20px;
    border-radius: 2px;
}
.contact-block p {
    line-height: 30px;
    margin-left: 50px;
    font-size: 14px;
}
.gen {
    color: #fff;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}
.err{
    background-color: #eb0000;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}
/*************************
   BLOG PAGE AND SINGLE POST
*************************/
.bg {
    background: url(../images/page-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 300px;
}
.crumb {
    background-color: rgba(255,255,255,0.5);
    height: 60px;
    line-height: 60px;
    margin: 40px 20px;
    color: #fff;
}
.crumb a{
    color: #fff;
    text-transform: capitalize;
}
.crumb span{
    margin: 0 5px;
}
.crumb-active{
    color: #ffffffd9;
}
.page-title {
    text-align: center;
    padding: 80px 0;
}
.page-title span {
    margin: 20px;
    color: #fff;
    background-color: rgba(255,255,255,0.4);
    text-align: center;
    width: auto;
    padding: 10px 20px;
    text-transform: capitalize;
}
h3.widget-title {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.category-list {
    margin-bottom: 40px;
}
.blog-sidebar input.form-control {
    height: 44px;
    outline: none;
}
.blog-sidebar #searchform .input-group {
    width: 100%;
}
.blog-sidebar #searchform input[type="text"] {
    padding-right: 21%;
    width: 80%;
    box-shadow: none;
}
.blog-sidebar #searchform input[type="text"]:focus{
    border: 1px solid #07cb79;
}
form#searchform {
    margin-bottom: 40px;
}
input#searchsubmit {
    position: absolute;
    width: 20%;
    right: 0;
    background-color: #07cb79;
    color: #fff;
    outline: none;
    border: 1px solid #07cb79;
    border-radius: 0;
}
ul.category-list li.cat-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #cecece;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #333;
}
ul.category-list li.cat-item a{
    color: #333;
}
ul.category-list li.cat-item:hover, ul.category-list li.cat-item:hover a {
    padding-left: 10px;
    color: #07cb79;
}
ul.category-list li.cat-item .posts-count {
    margin-left: 20px;
    font-size: 10px;
    color: #fff;
    padding: 3px;
    border-radius: 100%;
}
.tagcloud a{
    display: inline-block;
    border: 1px solid #dedede;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f9f9f9;  
    color: #333;
    font-weight: normal;
    font-size: 14px !important;
}
.tagcloud a:hover{
    border: 1px solid;
    color: #fff;
}
#searchform label{
    display: none;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
.single-post-featured-img img{
    max-width: 100%;
    height: auto;
} 
.single-post .post-title {
    font-size: 33px;
    color: #777;
    font-weight: 600;
    margin: 25px 0;
    margin-top: 40px;
}
.sing-footer-part-1 > .block-sec-single {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
}
.sing-footer-part-1 > .block-sec-single a, .sing-footer-part-1 > .block-sec-single{
    color: #505459;
}
.sing-footer-part-1 > .block-sec-single .tit-sec{
    color: #99a3b1;
}
.single-post .post-categories, .single-post .post-categories li{
    display: inline-block;
}
.single-post .sing-footer-part-2 .block-sec-single{
    display: block;
    margin-bottom: 10px;
}
.single-post .sing-footer-part-2 .block-sec-single i{
    margin-right: 10px;
}
.tags-single a {
    border: 1px solid #dedede;
    border-radius: 18px;
    padding: 5px 10px;
    color: #555;
}
.tags-single a:hover {
    border-color: #07cb79;
    background-color: #07cb79;
    color: #fff !important;
}
.single-post .post-categories li a{
    color: #505459;
}
.single-post .post-categories li a:hover{
    color: #07cb79;
}
.single-post .post-content img{
    display: none;
}
.single-post-content{
    margin-top: 30px;
}
blockquote {
    border-left: 5px solid #33cb78;
    line-height: 23px;
    border-radius: 10px;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    font-style: italic;
}
.post-footer.single-post a{
    margin-right: 15px;
    display: inline-block;
}
.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
.comments-list .comment-author img {
    width: 84px !important;
    height: 84px !important;
    margin-right: 20px;
    border-radius: 100%;
    border: 5px solid #f2f2f2;
}
ul.children {
    margin-left: 90px;
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 15px;
}
.comments-list .comment-author .says{
    display: none;
}
.comments-list .comment-author .fn{
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    text-transform: capitalize;
}

/*.comments-list .comment-body {
    margin-left: 120px;
}*/
.comments-list .comment-author {
    margin-bottom: 0;
}
.comments-list .comment-date {
    font-style: italic;
    color: #959595;
    margin-bottom: 20px;
}
.comments-list .comment-reply {
    text-transform: uppercase;
    display: inline-block;
    background-color: #2f3742;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    border-color: #2f3742;
    font-size: 13px;
}
.commentmetadata , .comment-author{
    display: inline;
}
.commentmetadata{
    margin-left: 20px;
}
.commentmetadata a{
    color: #99a3b1;
    margin-bottom: 10px;
}
.commentmetadata a:before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #07cb79;
    display: inline-block;
    border-radius: 100%;

}
.comment-body > p {
    padding-left: 106px;
    margin-top: -20px;
}
.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}
.comments-reply .comment {
    background-color: #f5f5f5;
    padding: 5px 10px;
}
a.comment-edit-link {
    background-color: #07cb79;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
a.comment-edit-link:before{
    content: none;
}
a.comment-edit-link:hover{
    color: #fff !important;
}
.reply {
    display: block;
    padding-left: 106px;
}
.reply a {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #2f3742;
    border: 1px solid #2f3742;
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
}
li.comment{
    margin-bottom: 20px;
}
.reply a:hover{
    background-color: transparent;
    color: #2f3742;
}
.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px;
    border-radius: 100%;
    border: 5px solid #f2f2f2;
}
#commentform label {
    width: 30%;
    font-weight: normal;
}
#commentform span.required {
    color: red;
    font-weight: bold;
}
#commentform input, #commentform textarea{
    width: 70%;
}
#commentform input#submit {
    background-color: #07cb79;
    color: #fff;
    font-weight: 500;
}
p.comment-notes {
    margin-bottom: 30px;
    font-weight: 600;
}
/*************************
    SINGLE PORTFOLIO
*************************/
#portfolio-page {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
#portfolio-page .tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
#portfolio-page .scale-anm {
    transform: scale(1);
}
#portfolio-page p{ 
    padding:10px; 
    border-bottom: 1px #ccc dotted; 
    text-decoration: none; 
    font-family: lato; 
    text-transform:uppercase; 
    font-size: 12px; 
    color: #333; 
    display:block; 
    float:left;
}

#portfolio-page p:hover { 
    cursor:pointer; 
    background: #333; 
    color:#eee; }

#portfolio-page .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;  
}
.toolbar{
    text-align: center;
}
.toolbar .btn {
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 15px;
}

.toolbar .btn:hover {
    text-decoration: none;
}

.toolbar .btn:focus {
    outline: none;
    color: #fff;
}

#portfolio-page ::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.tile a{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.tile a:before {
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 0;
}
.tile a:hover:before {
    left: 0;
    opacity: 1;
    width: 100%;
}
.tile a::after {
    content: "";
    font-family: FontAwesome;
    animation-duration: 0.5s;
    bottom: 0px;
    box-shadow: rgba(246, 249, 250, 0.419608) 0px 0px 0px 8px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 30px;
    height: 60px;
    left: 0px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    transform: scale(3);
    visibility: hidden;
    width: 60px;
    z-index: 2;
    background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.298039);
    border-radius: 100%;
    margin: auto;
    transition: all 0.5s ease 0s;
}
.tile a:hover:after {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.portfolio-desc ul {
    margin: 0;
    padding: 0;
}
.portfolio-desc li {
    list-style: none;
    margin-bottom: 15px;
}
.portfolio-item-title {
    color: silver;
    margin-right: 15px;
    display: inline-block;
}
.portfolio-desc-item i {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #33cb78;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
}
.portfolio-desc-item ul.category-list {
    display: inline;
}

/*************************
    ERROR PAGE
*************************/
.error-404{
    text-align: center;
}
.error-404 img {
    max-width: 100%;
    /* margin: auto; */
    /* vertical-align: middle; */
    padding: 70px 20px;
}
/*************************
  Download Resume
*************************/
.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
}
#toast-container {
    display: block;
    position: fixed;
    z-index: 10000;
}
.toast{
    border-radius: 20px;
    color: #fff;
    padding: 10px;
}
@media only screen and (min-width: 993px){

    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%;
    }
}

/*************************
  Back To Top
*************************/
a.goto-top {
    position: fixed;
    bottom: 20px;
    right: 45px;
    padding: 0;
    margin: 0;
    z-index: 99;
}

a.goto-top span:before {
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: fadeIn
}
a.goto-top span {
    font-size: 25px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgb(47, 55, 66);
    overflow: hidden;
    text-align: center;
}

/*Switch Color*/
#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#style-switcher {
    background: #333;
    width: 205px;
    position: fixed;
    top: 145px;
    z-index: 99999;
    right: -205px;
    border-radius: 0 0 4px 0;
}

#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}

#style-switcher div {
    padding: 6px 18px;
}

#style-switcher h2 {
    background: #282828;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 600;
}

#style-switcher h2 a {
    background-color: #282828;
    display: block;
    height: 46px;
    position: absolute;
    left: -46px;
    top: 0;
    width: 46px;
    border-radius: 4px 0 0 4px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#style-switcher h2 a i {
    position: relative;
    top: 2px;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    float: left;
    margin: 4px 2px 0 2px;
}

.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

div.layout-style {
    padding: 0!important;
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px 0px;
    background-color: #505050;
    border: 0;
    min-height: auto;
}

.colors .main {
    background: #07cb79;
}

.green {
    background: #07cb79;
}

.blue {
    background: #004dda;
}

.orange {
    background: #fa5b0f;
}

.navy {
    background: #495d7f;
}

.yellow {
    background: #ffb400;
}

.peach {
    background: #fcab55;
}

.red {
    background: #f30c0c;
}

.beige {
    background: #bfa980;
}

.cyan {
    background: #37b6bd;
}

.celadon {
    background: #74aea1;
}

.brown {
    background: #784e3d;
}

.cherry {
    background: #911938;
}

.gray {
    background: #555555;
}

.purple {
    background: #6441eb;
}

.olive {
    background: #b3c211;
}

.colors li a.active {
    box-shadow: 0 0 0 2px #fff inset
}

.colors li a {
    border-radius: 3px;
}

#reset {
    margin: -5px 0 15px 0px;
}

#reset a.button {
    padding: 7px 14px;
    font-weight: 700;
    font-size: 13px;
}

#reset a.button:hover {
    color: #333;
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    #style-switcher {
        display: none;
    }
}