/*
Author       : Mohamed Fesal
Template Name: Microfolio - Personal Portfolio Template
Version      : 1.0
*/

/* -------------------  global css --------------------  */

* {
    margin: 0;
    padding: 0;
    font-family: 'Khula', sans-serif;
}
h1, h2, h3, h4, h5{
    font-family: 'Concert One', cursive;
} 
.fa {
    font: normal normal normal 14px/1 FontAwesome;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* -------------------- end global css ---------------- */

/* --------------------- start header css -------------------------- */

header {
    min-height: 100vh;
    position: relative;
    text-align: center;
}

.header-intro {
    margin-top: 25vh;
    position: relative;
}

.navbar-default {
    background: rgba(0, 0, 0, 0.24);
    border: 0;
    border-radius: 0;
    height: 100px;
    text-transform: capitalize;
}

nav .collapse.navbar-collapse,
nav .navbar-header {
    padding-top: 20px;
}

.navbar-brand {
    font-size: 25px;
    text-transform: capitalize;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: white;
}

.navbar-brand span {
    color: #FF6766;
}
.navbar-brand img{
    margin-top: -25px;
    height: 65px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 17px;
    text-transform: capitalize;
}

.fixed-nav {
    position: fixed;
    height: 60px;
    right: 0;
    left: 0;
    background: #23222d !important;
    opacity: .9;
    z-index: 99999999999;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.fixed-nav-collapse {
    padding-top: 5px !important;
}

.navbar-collapse {
    border: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
}

header .title {
    color: white;
    font-size: 50px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 auto;
    width: 280px;
    border: 3px solid white;
    padding: 10px 0 0 0;
    position: relative;
}

header .title:after {
    content: "";
    position: absolute;
    border: 8px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -19px;
    left: 50%;
    margin-left: -6px;

}

header .title span {
    color: #FF6766;
}

header .intro {
    text-align: center;
    margin-top: 100px;
    font-size: 45px;
    text-transform: capitalize;
    color: white;
}
header .intro h2{
    font-size: 50px;
}
header .intro #typed {
    font-size: 30px !important;
    margin-top: 20px;
    font-family: 'Concert One', cursive;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
}

header .header-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #23222d;
    opacity: 0.7;
    z-index: 0;
}

header .go-down {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
}

header .go-down .fa {
    color: white;
    font-size: 60px;
}

/* -------------------- end header css ---------------------------*/

/* ----------- start our services section css ----------------- */

.our-services {
    text-align: center;
    padding-bottom: 40px;
}

.our-services .item {
    padding: 0 30px;
    padding-bottom: 10px;
    border-radius: 3px;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.our-services .item:hover {
    background: #FF6766;
    color: white;
    box-shadow: 3px 3px 6px 0px #ccc;
}

.our-services .item:hover .fa {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.our-services h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: 110px;
    margin-bottom: 60px;
}

.our-services h2:before {
    content: "\f0a1";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    padding: 10px;
}

.our-services .item .icon .fa {
    font-size: 100px;
    margin-top: 30px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

item h3.item-title {
    text-transform: capitalize;
    font-size: 30px;
    padding: 15px;
}

.our-services .item .item-details {
    line-height: 2;
    padding-bottom: 25px;
    font-size: 15px;
}

.navbar-collapse.collapse{
    position: relative;
    z-index: 99999;
}

/* ----------- start our services section css ----------------- */

/* ---------- start our projects section ------------- */

.our-projects {
    padding-bottom: 60px;
    text-align: center;
}

.our-projects .our-projects-item {
    padding: 10px;
    overflow: hidden;
}

.our-projects .project-content{
    overflow: hidden;
    position: relative;
} 

.our-projects h2 {
    text-align: center;
    font-size: 40px;
    margin-top: 110px;
    margin-bottom: 60px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

.our-projects .our-projects-item img {
    height: 300px;
    width: 100%;
    position: relative;
    -webkit-transition: .4s ease;
    -ms-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
}
.our-projects .our-projects-item:hover img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.our-projects .our-projects-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000073;
    opacity: 0;
    -webkit-transition: .4s ease;
    -ms-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: 0.4s ease;

}

.our-projects .our-projects-overlay h3 {
    text-align: center;
    text-transform: capitalize;
    color: white;
    margin-top: -40px;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -moz-transition: .6s ease;
    transition: .6s ease;
}

.our-projects .our-projects-item:hover .our-projects-overlay h3 {
    margin-top: 40px;
}

.our-projects .our-projects-overlay .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 40px;
    margin-top: -10px;
    margin-left: -15px;
}

.our-projects .our-projects-item:hover .our-projects-overlay {
    opacity: 1;
}

.have-lines:after,
.have-lines:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #FF6766;
    top: 23px;
}

.have-lines:after {
    right: -45px;
}

.have-lines:before {
    left: -45px;
}

/* ---------- end our projects section ------------- */

/* ------------ start about us -------------- */

.about-us {
    text-transform: capitalize;
    padding-bottom: 100px;
}

.about-us h2 {
    text-align: center;
    font-size: 40px;
    padding-top: 110px;
    padding-bottom: 50px;
}

.about-us h2:before {
    content: "\f0a3";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    padding: 10px;
}

.author-details {
    text-align: center;
    margin-bottom: 40px;
}

.author-details .author-img {
    text-align: center;
}

.author-details .author-img img {
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 17px 6px #ccc;
    height: 150px;
    width: 150px;
}

.author-details .author-info {
    line-height: 2;
    font-size: 16px;
}

.timeline-left {
    text-align: right;
    padding: 25px;
}

.timeline-left .timeline-content {
    padding: 10px;
    padding-right: 20px;
    border-right: 1px solid #FF6766;
    line-height: 2;
}

.timeline-content h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.timeline-content p{
    font-size: 16px;
}
.timeline-left h3, .timeline-right h3{
    margin-bottom: 20px;
    font-size: 30px; 
    text-align: center;
}
.timeline-left .timeline-content h4:after,
.timeline-right .timeline-content h4:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    border: 5px solid #FF6766;
    top: 4px;
}

.timeline-left .timeline-content h4:after {
    right: -28.4px;
}

.timeline-right .timeline-content h4:after {
    left: -28.4px;
}

.timeline-right {
    text-align: left;
    padding: 25px;
}

.timeline-right .timeline-content {
    padding: 10px;
    padding-left: 20px;
    border-left: 1px solid #FF6766;
    line-height: 2;
}
.timeline-right .date{
    color: #938e8e;
}
.timeline-right .date span{
    color: #337AB7;
}
.progress-content {
    position: relative;
}
.progress{
    height: 10px;
}
.progress-bar {
    float: right;
}
.progress-content span{
    position: absolute;
    left: -28px;
    top: 18px;
    background: #337AB7;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 2px;
    line-height: 2.1;
}
/* ------------- end about us---------------- */

/* ---------- counter --------- */

.counters-section {
    text-align: center;
    font-size: 30px;
    min-height: 300px;
    position: relative;
    color: white;
    padding-top: 100px;
    margin-top: 95px;
    text-transform: capitalize;
}

.counters-section .clients,
.counters-section .work-done,
.counters-section .Work-in-process {
    padding-bottom: 40px;
}

.counters-section .fa {
    font-size: 45px;
}

.counter-overlay {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2CC990;
    opacity: 0.7;
    z-index: 0;
}
.counter{
    font-size: 50px;
    font-weight: 800;
}
.counters-section .plus{
    font-size: 50px;
    padding-left: 5px;
}
/* --------- end counter -------- */

/* -------- client feedback --------- */

.client-feedback {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    color: white;
}

.client-feedback h2 {
    text-align: center;
    color: white;
    font-size: 40px;
    padding-bottom: 40px;
    text-transform: capitalize;
}

.client-feedback h2:before {
    content: "\f0c0";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    padding: 10px;
    color: white;
}

.client-feedback img.client-img {
    height: 150px;
    width: 150px;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto;
}
.client-feedback p{
    font-size: 16px;
    text-align: center;
}
.client-feedback .client-name {
    font-size: 18px;
    text-align: center;
    color: #ff6766;
    text-transform: capitalize;
}

.client-feedback .client-name span {
    color: #ccc;
}

.feedback-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #23222d;
    opacity: 0.7;
    z-index: 0;
}

/* ---------- end client feedback ------------ */

/* ---------- start contact us ------------ */

.contact-us {
    padding-top: 110px;
    padding-bottom: 40px;
}

.contact-us h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.contact-us h2:before {
    content: "\f0e0";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    padding: 10px;
}

.contact-us input {
    height: 45px;
    margin-bottom: 20px;
    padding-left: 50px;
    text-transform: capitalize;
}

.contact-us textarea {
    padding-left: 50px;
    text-transform: capitalize;
}

.contact-us button {
    margin: 20px 0;
    width: 75px;
    border: 0;
    background: #ff6766;
    color: white;
    text-transform: capitalize;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
}

.contact-us .form-section {
    position: relative;
}

.contact-us label {
    position: absolute;
    left: 13px;
    top: 10px;
    color: #ff6766;
    z-index: 2;
}

.contact-us label .fa {
    font-size: 20px;
}

.about-email span,
.about-tel span {
    font-weight: 600;
}

.about-email,
.about-tel {
    min-height: 150px;
    position: relative;
    padding-top: 50px;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px #ccc;
    text-transform: capitalize;
    font-size: 16px;
    overflow: hidden;
    margin-top: 40px;
}

.about-email:before,
.about-tel:before {
    font: normal normal normal 14px/1 FontAwesome;
    padding: 10px;
    color: #ff6766;
    position: absolute;
    font-size: 170px;
    opacity: 0.1;
    z-index: 0;
    left: -4%;
    bottom: -65px;
}

.about-email:before {
    content: "\f1fa";
}

.about-tel:before {
    content: "\f095";
}

.about-email:after,
.about-tel:after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #ff6766;
    position: absolute;
    font-size: 40px;
    left: 50%;
    top: 0;
    margin-left: -25px;
}

.about-email:after {
    content: "\f1fa";
}

.about-tel:after {
    content: "\f095";
}

/* ---------- end contact us ------------ */

footer {
    min-height: 60px;
    padding: 22px 15px;
    background: #333333;
    color: white;
}

footer .footer-social {
    text-align: center;
}

footer .footer-social .content {
    display: inline-block;
    padding: 20px;
}

.footer-social .content a {
    margin-left: 15px;
    padding: 5px;
}

.footer-social .content .fa {
    font-size: 25px;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .4s ease;
}

.footer-social .content a.facebook i {
    color: #3b5999;
}

.footer-social .content a.twitter i {
    color: #55acee;
}

.footer-social .content a.linkedin i {
    color: #0077B5;
}

.footer-social .content a i:hover {
    color: #ff6766;
}

footer .copy-right {
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
}
span.designer-copyright, span.designer-copyright a{
    color: #fff;
}
span.designer-copyright i {
    color: #ea5e44;
}
/* -------- nice scroll customize ------------- */

.nicescroll-cursors {
    border: 0 !important;
    border-radius: 3px !important;
    width: 10px !important;
}

/* -------- end nice scroll customize ------------- */

/* ----------- start fix responsive ------------------ */

@media only screen and (max-width: 768px) {
    nav .navbar-collapse ul {
        background: #23222d !important;
        margin-top: 0;
    }
    .go-down{
        display: none;
    }
    .have-lines:after, .have-lines:before{
        display: none;
    }
}

/* --------------- end fix responsive ----------------- */
/* lightbox css */
.mfp-img{
    max-height: 80vh !important;
}
/* end lightbox css */