/* =========================================================================
Template Name: FOLIO. - One Page Responsive Personal Portfolio Template
Author       : Mo Dauod
Author URL   : modauod@gmail.com
Description  : A one page responsive personal portfolio template.
Version      : 1.1
========================================================================= */


/*========================= TABLE OF CONTENTS =========================*/
/*
1.  Global
2.  Typography
3.  Intro Section
    - Particles
    - Slider
4.  About Section
5.  Services Section
6.  Resume Section
7.  Portfolio Section
8.  Testimonials Section
9.  Contact Section
10. Footer
11. Grouping
12. Loading overlay
*/
/*=====================================================================*/


/*========================= 01. START GLOBAL =========================*/
* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
    font-size: 16px;
    font-weight: 400;
    color: #0C0B0B;
    overflow: hidden;
}

.section-title {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

a {
    color: #2d2d2d;
}

a:hover {
    color: #0C0B0B;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    background: none;
    border: 2px solid #131313;
    padding: 10px 30px;
    min-width: 180px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.btn-border {
    color: #131313 !important;
}

.btn-border:hover {
    background-color: #131313;
    color: #fff !important;
}

.carousel-indicators li {
    border: 2px solid #0C0B0B !important;
}

.carousel-indicators .active {
    background-color: #0C0B0B;
}

.carousel-indicators li,
.carousel-indicators .active {
    border: none;
    height: 15px;
    width: 15px;
}
/*========================= // END GLOBAL =========================*/


/*========================= 02. START TYPOGRAPHY =========================*/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    color: #0C0B0B;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 4px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

h5 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

h6 {
    font-size: 12px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}
/*========================= // END TYPOGRAPHY =========================*/


/*========================= 03. START INTRO =========================*/
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.navbar .navbar-toggle {
    color: #fff;
}

.navbar .navbar-nav > li {
    font-size: 14px;
    padding-top: 5px;
}

.navbar .nav > li > a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus,
.navbar .nav > li > a.active {
    background: none;
}

.navbar-fixed-top {
    background-color: #131313;
    border: 0;
    margin-bottom: 100px;
    color: #fff;
    border-bottom: 1px solid #1b1b1b;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header.intro {
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1;
}

header.intro:before {
    background: url('../images/slider-bg.jpg') no-repeat fixed center center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

header.intro .intro-content {
    padding-top: 40vh;
    color: #F8F8F8;
}

header.intro h1,
header.intro h1 span {
    color: #F8F8F8;
}

header.intro h1 span {
    font-weight: 500;
}

header.intro p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
}

header.intro .btn {
    margin: 25px 5px;
    border-color: #fff;
    color: #fff !important;
}

header.intro .btn:hover {
    background-color: #0C0B0B;
    border-color: #0C0B0B;
}

header.intro .intro-content .btn:last-of-type {
    margin-right: 0;
}

/* PARTICLES-JS */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SLIDER  */
#folio-slider .carousel-indicators {
    bottom: 0;
}

#folio-slider .carousel-indicators li {
    border-color: #eee;
    color: #eee;
}

#folio-slider .carousel-indicators .active {
    border-color: #fff;
    color: #fff;
}

#folio-slider .carousel-indicators li,
#folio-slider .carousel-indicators .active {
    border-color: #fff !important;
}

#folio-slider .carousel-indicators .active {
    background-color: #fff;
}

#folio-slider .carousel-control {
    background: none;
    width: 0;
}

#folio-slider .carousel-control:hover span {
    border-color: #fff;
    color: #fff;
}

#folio-slider .carousel-control span {
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 12px;
    border: 2px solid #eee;
    margin-left: 20px;
    margin-right: 20px;
    color: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-shadow: none;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#folio-slider:hover .carousel-control span {
    display: block;
}

#folio-slider .item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}

#folio-slider .carousel-inner {
    height: 100vh;
}

#folio-slider .carousel-caption {
    top: 0;
    right: 10%;
    left: 10%;
    padding-top: 20%;
    padding-bottom: 30px;
    text-shadow: none;
}

#folio-slider .carousel-caption p {
    animation-delay: 0.1s;
}

#folio-slider .carousel-caption h1 {
    animation-delay: 0.5s;
    color: #fff;
}

#folio-slider .carousel-caption a {
    animation-delay: 0.9s;
}
/*========================= // END INTRO =========================*/


/*========================= 04. START ABOUT =========================*/
.about .image .carousel-indicators {
    margin-top: 20px;
    position: relative;
    bottom: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.about .biography h3 {
    color: #0C0B0B;
}

.about .biography p {
    color: #666;
}

.about ul.social-icons li {
    font-size: 24px;
    margin-right: 12px;
}

.about ul.social-icons li a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*========================= // END ABOUT =========================*/


/*========================= 05. START SERVICES =========================*/
.services {
    background-color: #F6F6F6;
}

.services .service {
    margin-bottom: 40px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services .service i {
    font-size: 30px;
    color: #0C0B0B;
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 60px;
    border: 1px solid #0C0B0B;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.services .service:hover {
    background-color: #fff;
    cursor: default;
    -webkit-box-shadow: 0px 0px 20px #ececec;
    -moz-box-shadow: 0px 0px 20px #ececec;
    -o-box-shadow: 0px 0px 20px #ececec;
    box-shadow: 0px 0px 20px #ececec;
}

.services .service:hover i {
    background-color: #0C0B0B;
    color: #f6f6f6;
    transform: rotate(360deg)
}


.services .service h4 {
    color: #0C0B0B;
    font-size: 15px;
}

.services .service p {
    font-size: 13px;
    padding: 0;
    color: #0C0B0B;
}
/*========================= // END SERVICES =========================*/


/*========================= START RESUME =========================*/
.resume {
    background-color: #0C0B0B;
    color: #a7a7a7;
}

.resume h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.resume h4, .resume h2 {
    color: #fff;
}

.resume .education .edu-info,
.resume .experience .work-info {
    position: relative;
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 25px;
}

.resume .education .edu-info span,
.resume .experience .work-info span {
    background-color: #171717;
    font-size: 10px;
    font-weight: 700;
    color: #ababab;
    padding: 5px;
    position: absolute;
    top: -2px;
    right: 0;
}

.resume .skills {
    margin-bottom: 60px;
}

.resume .skills .skill-info {
    position: relative;
}

.resume .skills .progress {
    background: none;
    border: 1px solid #252525;
    padding: 3px;
    height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.resume .skills .progress span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;    
}

.resume .skills .progress .progress-bar {
    background-color: #F8F8F8;
}

.resume a.btn {
    border-color: #fff;
    color: #fff !important;
}

.resume a.btn:hover {
    background-color: #fff;
    color: #000 !important;
}
/*========================= // END RESUME =========================*/


/*========================= START PORTFOLIO =========================*/
.portfolio {
    background-color: #F7F7F7;
    overflow: hidden;
}

.portfolio .list-inline {
    font-size: 12px;
    color: #6b6b6b;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 40px;
}

.portfolio .list-inline > li {
    padding: 8px 20px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.portfolio .list-inline > li:hover,
.portfolio .list-inline > li.active {
    color: #131313;
    border-color: #131313;
}

.portfolio .item {
    position: relative;
}

.portfolio .item .portfolio-caption {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item .portfolio-caption span {
    display: block;
    position: relative;
    top: 65%;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
}

.portfolio .item .portfolio-caption h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 50%;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.portfolio .item:hover .portfolio-caption {
    opacity: 1;
}
/*========================= // END PORTFOLIO =========================*/


/*========================= START TESTIMONIALS =========================*/
.testimonials {
    background-color: rgba(0, 0, 0,0.9);
    position: relative;
}

.testimonials:before {
    background: url('../images/testimonials-bg.jpg') no-repeat fixed center center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.testimonials .item img {
    display: inline-block;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.testimonials h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFF;
    margin-top: 25px;
}

.testimonials p {
    margin: 0 !important;
    font-size: 12px;
    color: #AFAFAF;
}

.testimonials .item blockquote:before {
    content: "\f347";
    font-family: ionicons;
    font-size: 30px;
    margin-right: 10px;
}

.testimonials .item blockquote {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #F7F7F7;
    width: 75%;
    border: none;
    margin-top: 10px;
}

.testimonials .carousel-indicators {
    position: relative;
    bottom: 0;
}

.testimonials .carousel-indicators li {
    border: 2px solid #F7F7F7 !important;
}

.testimonials .carousel-indicators .active {
    background-color: #F7F7F7;
}
/*========================= // END TESTIMONIALS =========================*/


/*========================= // START CONTACT =========================*/
.contact .info .contact-info {
    margin-bottom: 20px;
}

.contact .info .contact-info i {
    font-size: 30px;
    color: #434343;
    display: inline-block;
    margin-bottom: 5px;
}

.contact .info .contact-info h4 {
    margin-bottom: 5px;
    color: #434343;
}

.contact .info .contact-info p {
    font-size: 14px;
    color: #555555;
    margin: 0;
}

.contact form {
    font-family: 'Open Sans',sans-serif;
    margin-top: 30px;
}

.contact form label {
    display: block;
    color: #444;
    letter-spacing: 2px;
    margin: 0 !important;
}

.contact form .form-control,
.error {
    height: 40px;
    padding: 12px 0;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-width: 0 0 2px 0;
    border-bottom-color: #434343;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.contact form textarea {
    height: 130px !important;
    resize: none;
}

.error {
    border-color: #f00;
    width: 100%;
}

#contact_message {
    display: none;
}
/*========================= // END CONTACT =========================*/


/*========================= START FOOTER =========================*/
footer {
    background-color: #131313;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #d8d8d8;
}

footer ul.social-icons {
    margin-bottom: 20px;
    padding: 0;
}

footer ul.social-icons li a {
    font-size: 24px;
    color: #d8d8d8;
    margin-left: 25px !important;
}

footer ul.social-icons li a:hover {
    color: #fff;
}

footer ul.social-icons li a:last-of-type {
    margin-right: 0;
}

footer .copyrights p {
    font-size: 13px;
}
/*========================= // END FOOTER =========================*/


/*========================= START GROUPING AREA =========================*/
.intro {
    min-height: 100vh;
}

header.intro:before,
.testimonials:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about .biography p {
    margin-bottom: 25px;
}

.portfolio .item img,
.testimonials .item blockquote {
    margin-bottom: 30px;
}
/*========================= // END GROUPING AREA =========================*/


/*========================= START PRELOADER AREA =========================*/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: sk-bounce 4.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*========================= END PRELOADER AREA =========================*/