/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - GENERAL SETTINGS SECTION  */
/*   02 - TYPOGRAPHY SECTION  */
/*   03 - JUMBOTRON SECTION  */
/*   04 - NAVIGATION SECTION */
/*   05 - ABOUT SECTION */
/*   07 - SERVICES SECTION */
/*   08 - SKILLS SECTION */
/*   09 - PORTFOLIO SECTION */
/*   10 - ITEM ONE SECTION */
/*   11 - ITEM TWO SECTION */
/*   12 - ITEM THREE SECTION */
/*   13 - TESTIMONIALS SECTION */
/*   14 - CONTACT SECTION */
/*   15 - FOOTER SECTION */
/*   16 - SINGLE-PROJECT ONE SECTION */
/*   17 - SINGLE-PROJECT TWO SECTION */
/*   18 - SINGLE-PROJECT THREE SECTION */
/*   19 - RESPONSIVE SECTION */




/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
    width: 100%;
}

.no-padding {
    padding: 0;
}

/******** TYPOGRAPHY SECTION START ********/

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Space Mono', monospace;
}


p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #455a64;
}


/******** JUMBOTRON SECTION START ********/

.jumbotron {
    background: url('../img/mac-keyboard.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.jumbotron .headline {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.ah-headline {
    font-size: 12pt;
    letter-spacing: 2pt;
    color: #fff;
}

.jumbotron .btn-default {
    border-radius: 0px;
    border: 0px;
    padding: 14px 32px;
    margin-top: 25px;
    background-color: #fff; 
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 7pt;
    letter-spacing: 2pt;
}

/******** NAVIGATION SECTION START ********/

#sidebar {
    background: #151718;
    width: 200px;
    height: 100%;
    display: block;
    position: absolute;
    left: -200px;
    top: 0px;
    transition: left 0.4s linear;
    position: fixed;
    z-index: 1000;
}

#sidebar.visible {
    left: 0px;
    transition: left 0.4s linear;
}

#sidebar-btn {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: -60px;
}

#sidebar-btn span {
    height: 2px;
    width: 30px;
    background: #898989;
    margin-bottom: 5px;
    display: block;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}


#sidebar ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 8pt;
    letter-spacing: 2pt;
    color: #fff;
    border-bottom: 1px solid #111;
    display: block;
    padding: 12px;
    text-decoration: none;
    padding-top: 50px;
    margin-right: 40px; 
}

#sidebar ul li a:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}


/******** ABOUT SECTION START ********/

.about {
    margin-top: 0px;
}

.about .main-text {
    height: 650px;
    background-color: #fff;
}

.about .main-text .links {
    padding: 0;
    margin-left: 50px;
    margin-top: 30px;
    padding-bottom: 150px;
}

.about .main-text ul li {
    display: inline-block;
    margin-left: 20px;
}

.about .main-text ul li .fa {
    font-size: 14pt;
    color: #9e9e9e;
}

.about h2 {
    margin: 0 auto;
    margin-left: 70px;
    padding-top: 100px;
    color: #1b1b1b;
    font-size: 14pt;
    letter-spacing: 3pt;
}

.about p {
    font-size: 10pt;
    letter-spacing: 1pt;
    line-height: 16pt;
    text-align: justify;
    margin: 0 auto;
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 30px;
}

.about .image-bg {
    background: url('../img/about4.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
    height: 650px;
}

.about blockquote {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400px;
    font-style: italic;
    color: #455a64;
    font-size: 10pt;
    letter-spacing: 1pt;
    line-height: 16pt;
    padding-top: 15px;
    margin: 0 auto;
    margin-left: 70px;
    margin-right: 70px;
}

/******** SERVICES SECTION START ********/

.service {
    margin-top: 0px;
}

.service .main-text {
    height: auto;
    background-color: #fff;
}

.service h2 {
    margin: 0 auto;
    margin-left: 70px;
    padding-top: 70px;
    color: #1b1b1b;
    font-size: 14pt;
    letter-spacing: 3pt;
}

.service h4 {
    margin-left: 50px;  
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 1pt;
}

.service .service-wrap {
    margin-top: 70px;
    margin-left: 70px;
    margin-right: 70px;
}

.service .service-wrap .fa {
    float: left; 
    font-size: 20pt;
    color: #455a64;
}

.service p {
    margin-left: 50px;
    font-size: 10pt;
    letter-spacing: 1pt;
    line-height: 15pt;
    text-align: justify;
    color: #3B3B3B;
}

.service .image-bg {
    background: url('../img/tech1.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
    background-color: #fbf9f4;
    height: 700px;
}

/******** SKILLS SECTION START ********/

.set {
    padding-top: 10px;
    margin-left: 70px;
    margin-right: 70px;
}


.single_progress_bar .progress {
    height: 2px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #9e9e9e;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.single_progress_bar .progress-bar {
    background-color: #fff;
}

.single_progress_bar h2{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1pt;
    margin-bottom: 20px;
    margin-left: 0px;
}

/******** PROTFOLIO SECTION START ********/

.work {
    margin-top: 0px;
}

.work .main-text {
    height: auto;
    background-color: #fff;
    
}

.work h2 {
    margin: 0 auto;
    margin-left: 70px;
    padding-top: 250px;
    color: #1b1b1b;
    font-size: 14pt;
    letter-spacing: 3pt;
}

.work p {
    font-size: 10pt;
    letter-spacing: 2pt;
    line-height: 16pt;
    text-align: justify;
    margin: 0 auto;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 250px;
    padding-top: 30px;
}

 /******** ITEM ONE SECTION START ********/

.item-one .overlay h3 {
    margin-top: 330px;
    color: #fff;
    font-size: 12pt;
    letter-spacing: 2pt;
}

.item-one .overlay h3:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-one .overlay {
    position: absolute;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-one .overlay:hover {
    opacity: 0.7;
}

.item-one .overlay a {
    text-decoration: none;
}

.work .item-one {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    height: 700px;
}

/******** ITEM TWO SECTION START ********/

.item-two .overlay h3 {
    margin-top: 330px;
    color: #fff;
    font-size: 12pt;
    letter-spacing: 2pt;
}

.item-two .overlay h3:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-two .overlay {
    position: absolute;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-two .overlay:hover {
    opacity: 0.7;
}

.item-two .overlay a {
    text-decoration: none;
}

.work .item-two {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    height: 700px;
}

/******** ITEM THREE SECTION START ********/

.item-three .overlay h3 {
    margin-top: 330px;
    color: #fff;
    font-size: 12pt;
    letter-spacing: 2pt;
}

.item-three .overlay h3:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-three .overlay {
    position: absolute;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-three .overlay:hover {
    opacity: 0.7;
}

.item-three .overlay a {
    text-decoration: none;
}

.work .item-three {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    height: 700px;
}

/******** TESTIMONIALS SECTION START ********/

.review {
    margin-top: 0px;
}

.review .main-text {
    height: auto;
    background-color: #fff;
    margin-bottom: 50px;
}

.review h2 {
    margin: 0 auto;
    margin-left: 70px;
    padding-top: 30px;
    color: #1b1b1b;
    font-size: 14pt;
    letter-spacing: 3pt;
}

.review h4 {
    margin-top: 20px;
    font-size: 12pt;
    letter-spacing: 1pt;
}

.review .user-wrap {
    margin-top: 40px;
    margin-left: 70px;
    margin-right: 70px;
}

.review .user-wrap img {
    border-radius: 180px;
    width: 90px;
    height: 90px;
}

.review p {
    margin-top: 10px;
    font-size: 10pt;
    letter-spacing: 1pt;
    line-height: 16pt;
    text-align: justify;
}

.review .item {
    margin-top: 280px;
    margin-left: 40px;
    margin-right: 40px;
}

.review .image-bg {
    
background: url('../img/cloud.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
    background-color: #fbf9f4;
    height: 650px;
}

/******** CONTACT SECTION START ********/

.contact {
    margin-top: 0px;
}

.contact .main-text {
    height: 600px;
    background-color: #fff;
}

.contact h2 {
    margin: 0 auto;
    margin-left: 70px;
    padding-top: 60px;
    color: #1b1b1b;
    font-size: 14pt;
    letter-spacing: 3pt;
}

.contact h4 {
    font-size: 12pt;
    letter-spacing: 1pt;
}

.contact p {
    font-size: 10pt;
    letter-spacing: 2pt;
    line-height: 16pt;
    text-align: justify;
    margin: 0 auto;
}

.contact a {
    text-decoration: none;
}

.contact .contact-wrap {
    margin-top: 40px;
    margin-left: 70px;
    margin-right: 70px;
}

.contact .contact-wrap .fa {
    margin-top: 20px;
    font-size: 20pt;
}


.contact .image-bg {
    background: url(../img/skyscrapper1.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
}

#form {
    padding: 200px 100px;
}

.form-bg .name {
    width: 100%;
    height: 40px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.form-bg .name:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border: 1px solid rgba(255,255,255,.2);
}

.form-bg .email {
    margin-top: 30px;
    width: 100%;
    height: 40px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.form-bg .email:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border: 1px solid rgba(255,255,255,.2);
}

.form-bg .msg {
    margin-top: 30px;
    width: 100%;
    height: 130px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.form-bg .msg:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border: 1px solid rgba(255,255,255,.2);
}

.form-bg .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10pt;
    letter-spacing: 2pt;
    color: #1b1b1b;
    background-color: #fff;
    border-radius: 0px;
    padding: 15px 40px;
    margin-top: 50px;
}

/******** FOOTER SECTION START ********/

footer {
    background-color: #1b1b1b;
}

footer h4 {
    font-size: 8pt;
    letter-spacing: 2pt;
    margin: 50px auto;
    color: #fff;
}

/******** SINGLE-PROJECT ONE SECTION START ********/

.head {
    width: auto;
    min-height: 600px;
    background-color: #fff;
}

.head h2 {
    font-size: 14pt;
    font-weight: 400;
    text-align: center;
    margin-top: 270px;
    letter-spacing: 8pt;
    color: #1b1b1b;
}

.text h4 {
    font-size: 12pt;
    letter-spacing: 2pt;
}

.text {
    margin: 280px 100px;
}

.text span {
    font-weight: 700;
}

.text p {
    font-size: 12pt;
    letter-spacing: 1pt;
    line-height: 20pt;
    text-align: justify;
}

.button {
    margin-top: 0px;
}

.button h3 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12pt;
    letter-spacing: 2pt;
    color: #1b1b1b;
}

.button a {
    text-decoration: none;
}

.button .home, .next {
    width: auto;
    height: auto;
     
}


/******** SINGLE-PROJECT TWO SECTION START ********/

.head-two {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.head-two .headline {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head-two h2 {
    font-size: 14pt;
    letter-spacing: 8pt;
    color: #fff;
}

.info-two .client-info {
    margin-top: 200px;
}

.info-two .client-info span {
    font-weight: 700;
}

.info-text {
    margin-top: 60px;
    margin-bottom: 200px;
}

.text-two span {
    font-weight: 700;
}

.text-two p {
    font-size: 11pt;
    letter-spacing: 1pt;
    line-height: 18pt;
    text-align: justify;
}

.items {
    margin: 0;
}

.img-wrap-two {
    margin: 0 auto;
}

.item-wrap {
    margin-top: 0px;
    width: auto;
    height: auto;
    background-color: #1b1b1b; 
}

.item-wrap .title {
    font-size: 12pt;
    letter-spacing: 4pt;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #fff;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/******** SINGLE-PROJECT THREE SECTION START ********/

.head-three {
    background: url('../img/placeholderbg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.head-three .headline {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head-three h2 {
    font-size: 14pt;
    letter-spacing: 8pt;
    color: #fff;
}

.info-three {
    margin-top: 180px;
    margin-bottom: 180px;
}

.info-three .fa {
    font-size: 28pt;
    margin-top: 10px;
    color: #455a64;
}

.info-three h4 {
    font-size: 10pt;
    letter-spacing: 1pt;
    margin-top: 20px; 
}

.info-three p {
     margin-top: 10px;
     font-size: 10pt;
     font-weight: 300;
     color: #455a64;
     letter-spacing: 1px;
     line-height: 15pt;
}

.img-wrap-three {
    background: #de6161; 
    background: -webkit-linear-gradient(to right, #2657eb, #de6161); 
    background: linear-gradient(to right, #2657eb, #de6161);
    padding-top: 100px;
    padding-bottom: 100px;
     
}

/******** RESPONSIVE SECTION START ********/

    @media only screen and (max-width : 1200px) {
        .about h2, .service h2, .review h2, .work h2, .contact h2 {
            margin-left: 30px;
        }
        .about p,.about blockquote, .set, .service .service-wrap, .work p, .review .user-wrap, .contact .contact-wrap {
            margin-left: 30px;
            margin-right: 30px;
            padding-bottom: : 40px;

        }
        .about .main-text .links {
            margin-left: 10px;
        }
        .img-wrap-three .col-xs-12 {
            margin-bottom: 50px;
        }
        .info-three .col-xs-12 {
            margin-bottom: 50px;
        }
        .service h2 {
            padding-top: 30px;
        }
        .review .main-text {
            margin-bottom: 60px;
        }
        .set {
            padding-top: 120px;
        }
    }

    @media only screen and (max-width : 768px) {
        .about h2, .service h2, .review h2, .work h2, .contact h2 {
            margin-left: 30px;
        }
        .about p, .about blockquote, .set, .service .service-wrap, .work p, .review .user-wrap, .contact .contact-wrap {
            margin-left: 30px;
            margin-right: 30px;
            padding-bottom: : 40px;

        }
        .about .main-text .links {
            margin-left: 10px;
        }

        .work .main-text {
            margin-bottom: 120px;
        }
        .work .col-md-4 {
            margin-top: 30px;
        }
        .menu-btn .fa {
            margin-top: 25px;
            margin-left: 40px;
        }
        .text {
            margin: 180px 20px;   
        }
        .text-three {
            margin: 55px 20px;
        }
        .img-wrap-three .col-sm-6 {
            margin-bottom: 25px;
        }
        .img-wrap-three .col-xs-12 {
            margin-bottom: 25px;
        }
        .set {
            padding-top: 120px;
        }
    }

    @media only screen and (max-width : 480px) {
        
        .about h2, .service h2, .review h2, .work h2, .contact h2 {
            margin-left: 30px;
        }
        .about p, .about blockquote, .set, .service .service-wrap, .work p, .review .user-wrap, .contact .contact-wrap {
            margin-left: 30px;
            margin-right: 30px;
            padding-bottom: : 40px;

        }
        .about .main-text .links {
            margin-left: 10px;
        }
        .work .main-text {
            margin-bottom: 120px;
        }
        .work .col-md-4 {
            margin-top: 30px;
        }
        .menu-btn .fa {
            margin-top: 25px;
            margin-left: 40px;
        }
        .text {
            margin: 180px 20px;   
        }
        .info-two {
            margin-left: 20px;
            margin-right: 20px;
        }
        .text-two {
            margin-left: 20px;
            margin-right: 20px;
        }
        .img-wrap-three .col-xs-12 {
            margin-bottom: 25px;
        }
        .set {
            padding-top: 120px;
        }
    }
 
    @media only screen and (max-width : 320px) {
        .about h2, .service h2, .review h2, .work h2, .contact h2 {
            margin-left: 30px;
        }
        .about p, .about blockquote, .set, .service .service-wrap, .work p, .review .user-wrap, .contact .contact-wrap {
            margin-left: 30px;
            margin-right: 30px;
            padding-bottom: : 40px;
        }
        .about .main-text .links {
            margin-left: 10px;
        }
        .work .col-md-4 {
            margin-top: 30px;
        }
        .menu-btn .fa {
            margin-top: 25px;
            margin-left: 300px;
        }
        .text {
            margin: 180px 20px;    
        }
        .info-two {
            margin-left: 20px;
            margin-right: 20px;
        }
        .text-two {
            margin-left: 20px;
            margin-right: 20px;
        }
        .img-wrap-three .col-xs-12 {
            margin-bottom: 25px;
        }
        .set {
            padding-top: 120px;
        }
    }