/*
* MixDesigns 
* Created by : Ola Hamdy
* website : www.mixdesigns.net
*/

/* - General ------------------------------------------------------- */

/* top line LOADER */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #EA5260;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height:5px;
}

/* Global Styles */
body,html {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: 'Cousine' ;
    font-size: 13px;
    background: transparent;
    color: #93989B;
    overflow-x: hidden;
    margin: auto;
    background: #eee;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1,h2{
    font-size: 24px;
}
p{
    line-height: 2;
}

::-moz-selection{ color: #fff; background:#161616; }
::-webkit-selection{ color: #fff;    background:#161616; }
::selection{ color: #fff;    background:#161616; }

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Cousine' ;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    letter-spacing: 4px;
}
h4{
    font-size: 14px;
}
.img-responsive{
    margin: 0 auto;
}
/* title Section */
.titleSection{
    clear: both;
    margin-bottom: 100px;
    text-align: center;
}

.titleSection h2{
    color: #161616;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 30px;
}
.titleSection p{
    width: 70%;
    margin:40px auto 0px;
}

/* line */
.coloredLine{
    margin: auto;
    width: 80px;
    border-bottom: 1px dashed #ccc;
}
.dottedLine{
    border-top: 1px dashed #ccc;
    margin: auto;
    width: 300px;
}
hr{
    border-color: #e4e4e4;
}
/* custom list  */
.custom-list {
    list-style: outside none none;
    padding: 0px;
    margin-top: 20px;
}
.custom-list li{
    margin-bottom: 15px;
    width: auto;
    line-height: 25px;
    position: relative;
}
.custom-list li:last-child{
    margin-bottom: 0px;
}
.custom-list i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    left: 0px;
    top: 0px;
    display: block;
    position: absolute;
    color: #161616; 
}
.custom-list-content-inner {
    padding-left: 30px;
    display: inline-block;
}

/* buttons */
.btn-new{
    max-width: 250px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;       
    background: #161616;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-family: 'Cousine' ;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    border: none;
}
.btn-new:hover,.btn-new:focus{
    background: #222;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.btn-large{
    font-size: 16px;
}

.light{
    font-weight:400;
}
.bold{
    font-weight: 700;
}
.no-padding {
    padding: 0 !important;
}
.text-right{
    text-align: right;
}
/* circle Social */
.circleSocial {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}
.circleSocial li {
    list-style: none;
    float: left;
    margin: 2px;
    display: inline-block;
}
.circleSocial li a {
    width: 40px;
    height: 40px;
    background: transparent;
    border:2px solid #161616;
    color: #161616;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height:36px;
    font-size: 16px;
    margin: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.circleSocial li a:hover,.circleSocial li a:focus {
    border-color: #222;
    outline: none;
    color: #222;
}
/* parallax ------------------------------------------------------- */
.parallaxBg {
    background: url('../images/bg.jpg') no-repeat center center fixed #161616;
    background-attachment: fixed !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #fff;
}
.parallaxBg h3{
    margin-bottom: 0px;
}
.parallaxBg h1,.parallaxBg h2{
    font-size: 60px;
    color: #fff;
    margin: 0px;
}
.parallaxBg-zigzag{
    background: url('../images/pattern.png') repeat center center fixed #fff;
    background-attachment: fixed !important;
    width: 100%;
    color: #fff;
    text-align: center;
}
.overlay {
    width: 100%;
    height: 100%;
    padding: 100px 0px;
}
.mobile-device .parallaxBg,.mobile-device .parallaxBg-zigzag  {
    background-attachment: scroll !important;
    background-position: center center !important;
}
.blockText{
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
.blockText p{
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #161616;
    font-size: 40px;
    font-family: 'Cousine' ;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0px;
}
.blockText p span{
    letter-spacing: 10px;
    display: inline-block;
    padding: 15px 20px;
    background: rgba(255,255,255,0.9);
}
/* margin spaces */
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 90px;
}

/* Header and nav --------------------------------------------------- */
.logo{
    display:inline-block;
}
.logo img{
    max-width: 100%;
}
.sticky-navigation {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-bottom: 1px solid #eee;
    padding:10px 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    top:0px;
}
.nav-logo{
    padding: 0px 15px;
    height: 50px;
    overflow: hidden;
}
.nav-logo:focus{
    outline: none;
}
.nav-logo img{
    height: 100%;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-nav {
    float: left;
    margin: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-nav li a {
    padding: 10px;
    line-height: 30px;
    font-size: 13px;
    color: #93989B;
    position: relative;
    background: transparent !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-nav li a:focus{
    outline: none;
}
.navbar-nav li.active a,.navbar-nav li a:hover {
    color:#161616;
}
header .btn-new{
    padding: 10px 20px;
    font-size: 11px;
    margin: 7px 0px 7px 10px;
}
.navbar-toggle{
    padding: 5px 10px;
    margin-right: 10px;
}
/* Top intro --------------------------------------- */

/* boxed version */
.wrapper{
    margin:0px 25px;
}
.nav-boxed{
    margin:0px 25px;
}
/* intro-parallax */
.intro-parallax {
    position: relative;
    text-align: left;
    height: 100%;
    min-height: 100%;
    text-align: center;
    display: table;
    vertical-align: middle;
}
.intro-parallax .intro-overlay{
    width: 100%;
    height: 100%;
    padding: 150px 0px;
    display: table-cell;
    vertical-align: middle;
}
.intro-parallax .cd-intro h2,.intro-parallax .cd-intro h3{
    margin: 0px;
    color: #fff;
}

/*services-------------------------------------- */
#services{
    background: #fff;
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
}
#services .container{
    position: relative;
    z-index: 1;
}
.servicesList{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.servicesList li{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.servicesList li .icon{
    display: inline-block;
    text-align: center;
    color: #161616;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 32px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.servicesList li .icon::after {
    background-color: #161616;
    border-radius: 50%;
    content: "";
    height: 60px;
    left: 0px;
    margin-top: -30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition:  transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    transition:  transform 0.4s ease 0s, opacity 0.3s ease 0s;
    width: 60px;
    z-index: -1;
}
.servicesList li:hover .icon::after{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity:1;
    transform: scale(1.1);
}
.servicesList li:hover .icon{
    color: #fff;
}

/* project section --------------------------------------------------*/
.project{
    background: #f4f4f4;
    padding: 150px 0px;
    overflow: hidden;
    border-top: 1px solid #E4E4E4;
}
.lightGrey{
    background: #fff;
}
.project .btn-new{
    margin-top: 20px;
}

/* contact ----------------------------------------------------------- */
#contact {
    padding: 150px 0px;
    background: #fff;
    text-align: center;
        border-top: 1px solid #E4E4E4;
}
.form-control{
    background: transparent;
    border: 1px solid #ddd;
    height: 50px;
    margin-bottom: 20px;
    padding:10px 20px;
    width: 100%;
    color:#161616;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: none;
}
textarea.form-control{
    height: 100px;
    max-height: 120px;
    resize: none;
    margin-bottom:40px;
    overflow: hidden;
}
.form-control:focus{
    color: #000;
    font-weight: 900;
    border-color: #161616;
    box-shadow: none;
    outline: none;
}
#contactForm .success,#contactForm .error {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

/* Footer ---------------------------------------------------------- */
footer {
    background:#f4f4f4;
    padding:100px 0;
    text-align: center;
        border-top: 1px solid #E4E4E4;
}
footer p{
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #services,.project,#contact,footer{padding-top: 100px !important;padding-bottom: 100px !important}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    .navbar-collapse {
        max-height: 355px !important;
        padding: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
    }
    .navbar-nav{
        width: 100%;
    }


}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .wrapper,.nav-boxed{
    margin:0px;
}
.titleSection p{
    width: 100%;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}