
/* ================================================

   TABLE OF CONTENTS

   ------------------------------------------------

    General page/section customizations

    Navigation Bar

    Header

    About us

    Team

    Portfolio

    Features

    Skills

    Pricing

    Facts

    Blog News

    Clients

    Contact

    Subscribe

    Footer

   ================================================  */



/*----------------------------------------------------------------

    General Rules

----------------------------------------------------------------*/

body {

    font-family: 'Lato', sans-serif;

}



p {

    font-family: 'Lato', sans-serif;

    font-size: 12px;

    color: #000;

    font-weight: 300;

}



a {

    font-family: 'Lato', sans-serif;

    text-decoration: none;

    font-weight: 300;

}



h1,h2,h3,h4,h5,h6 {

    font-family: 'Lato', sans-serif;

}



.mb-25 {

    margin-bottom: 25px;

}



.mb-100 {

    margin-bottom: 100px;

}



.mt-50 {

    margin-top: 50px;

}



.mt-150 {

    margin-top: 150px;

}



.margin {

    margin-top: 225px;

    margin-bottom: 125px;

}



.margin-2 {

    margin-top: 250px;

    margin-bottom: 150px;

}



.section_overlay {

     background-color: rgba(0, 0, 0, 0.5); 

    background-repeat: repeat;

    top: 0;

    left: 0;

}



.double-line {

    margin-top: 20px;

    margin-bottom: 20px;

    border: 0;

    border-top: 4px solid #efc337;

    width: 20%;

}



.overlay {

    background-color: rgba(255, 255, 255, 1);

    text-align: center;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    color: #000;

    padding: 7px;

    opacity: 0;

    -webkit-transition: all 450ms ease-out 0;

    -moz-transition: all 450ms ease-out 0;

    -o-transition: all 450ms ease-out 0;

    transition: all 450ms ease-out 0;

    -webkit-transform: rotateY(180deg) scale(0.5,0.5);

    -moz-transform: rotateY(180deg) scale(0.5,0.5);

    -ms-transform: rotateY(180deg) scale(0.5,0.5);

    -o-transform: rotateY(180deg) scale(0.5,0.5);

    transform: rotateY(180deg) scale(0.5,0.5);

}



.btn {

    background-color: transparent;

    border-radius: 0;

    padding: 12px 30px;

    font-family: 'Lato', sans-serif;

    text-transform: uppercase;

    letter-spacing: 4px;

    font-size: 10px;

    border: 1px solid #000;

    outline-offset: 3px;

    -webkit-transition: all 300ms ease-in-out;

    -moz-transition: all 300ms ease-in-out;

    -ms-transition: all 300ms ease-in-out;

    -o-transition: all 300ms ease-in-out;

    transition: all 300ms ease-in-out;

}



.btn:hover,.btn:active,.btn:focus,.btn-default.active {

    background-color: #000000;

    padding: 12px 40px;

    outline: 4px solid #000000;

    outline-offset: 0;

    border: 1px solid #FFF;

    color: #FFF;

}



.btn-white {

    color: #FFF;

}



/*----------------------------------------------------------------

    Navigation Bar

----------------------------------------------------------------*/



.navbar-default {

    padding: 10px 0;

    border: 0;

    background-color: transparent;

    -webkit-transition: padding .3s;

    -moz-transition: padding .3s;

    transition: padding .3s;

}



.navbar-default .navbar-nav>.active>a {

    border-radius: 3px;

    color: #000;

}



.navbar-default.navbar-shrink {

    padding: 5px 0;

    background-color: rgba(0,0,0,0.85);

}



.navbar-default.navbar-shrink .navbar-brand {

    font-size: 1.5em;

}



.navbar-default .nav li a {

    text-transform: uppercase;

    font-weight: 400;

    letter-spacing: 0px;

    color: #fff;

    font-size: 9px;

}



.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {

    outline: 0;

    color: #ccc;

}



/*----------------------------------------------------------------

    Header

----------------------------------------------------------------*/



header {

    position: relative;

    width: 100%;

    overflow: hidden;

    height: 100%;

    background: url(../images/header_bg.jpg) center center no-repeat;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}



header:before {

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-bottom: 150px solid #FFF;

    border-left: 3000px solid transparent;

}



.home_text {

    padding-top: 250px;

    padding-bottom: 50px;

}



.home_text h1 {

    font-family: 'Lato', sans-serif;

    color: #fff;

    letter-spacing: 10px;

    text-transform: uppercase;

    padding-bottom: 10px;

    font-weight: 300;

}



.headline.loading-bar span {

    display: inline-block;

    padding-bottom: 10px;

}



.headline.loading-bar .words-wrapper {

    overflow: hidden;

    vertical-align: top;

}



.headline.loading-bar .words-wrapper::after {

/* loading bar */

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    height: 5px;

    width: 0;

    background: #efc337;

    z-index: 2;

    -webkit-transition: width .4s -.1s;

    -moz-transition: width .4s -.1s;

    transition: width .4s -.1s;

}



.headline.loading-bar .words-wrapper.is-loading::after {

    width: 50%;

    -webkit-transition: width 3s;

    -moz-transition: width 3s;

    transition: width 3s;

}



.headline.loading-bar b {

    top: 2em;

    opacity: 0;

    -webkit-transition: opacity .3s;

    -moz-transition: opacity .3s;

    transition: opacity .3s;

}



.headline.loading-bar b.is-visible {

    opacity: 1;

    top: 0;

}



.words-wrapper {

    display: inline-block;

    position: relative;

    text-align: left;

}



.words-wrapper b {

    display: inline-block;

    position: absolute;

    white-space: nowrap;

    left: 0;

    top: 0;

    font-weight: 400;

}



.words-wrapper b.is-visible {

    position: relative;

}



.no-js .cd-words-wrapper b {

    opacity: 0;

}



.no-js .cd-words-wrapper b.is-visible {

    opacity: 1;

}



.scroll-down {

    padding-top: 200px;

}



#mouse-icon {

    width: 30px;

    height: 50px;

    display: block;

    margin: -46px 0;

    border: 2px solid #fff;

    position: absolute;

    z-index: 700;

    opacity: 0.6;

    top: 50%;

    left: 50%;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -o-border-radius: 10px;

    border-radius: 30px;

    -moz-transition: all .25s ease-in-out;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

}



#mouse-icon::before {

    content: 'SCROLL';

    width: 60px;

    display: block;

    margin: 0 0 0 -30px;

    position: absolute;

    left: 50%;

    text-align: center;

    font-family: 'Lato', sans-serif;

    color: #fff;

    font-weight: 700;

    opacity: 0;

    -webkit-transform: scaleX(0);

    -moz-transform: scaleX(0);

    -o-transform: scaleX(0);

    transform: scaleX(0);

    -moz-transition: all .3s ease-in-out;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}



#mouse-icon:hover {

    opacity: 1;

    cursor: pointer;

}



#mouse-icon:hover:before {

    margin-top: -30px;

    opacity: 1;

    -webkit-transform: scaleX(1);

    -moz-transform: scaleX(1);

    -o-transform: scaleX(1);

    transform: scaleX(1);

}



#scroll-wheel {

    width: 2px;

    height: 10px;

    display: block;

    position: absolute;

    top: 10px;

    left: 12px;

    background: #fff;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    -o-border-radius: 3px;

    border-radius: 3px;

}



/*----------------------------------------------------------------

    About

----------------------------------------------------------------*/



.about_title h2 {

    font-size: 1em;

    color: #000;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 3px;

    font-weight: 300;

}



.about_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #efc337;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 10px;

    font-weight: 400;

}



.about_us_p {

    font-size: 14px;
	
	text-align:justify;

    line-height: 25px;

    padding-left: 0px;

    font-family: 'Lato', sans-serif;

    padding-top: 20px;

}



.single_progress_bar .progress {

    height: 1px;

    overflow: hidden;

    background-color: #D3D3D3;

    border-radius: 0;

    box-shadow: none;

}



.single_progress_bar .progress-bar {

    background-color: #000;

}



.single_progress_bar h2 {

    color: #000;

    font-size: 11px;

    font-weight: 400;

    line-height: 20px;

    letter-spacing: 2px;

}



.about_us_area {

    padding-bottom: 100px;

}



/*----------------------------------------------------------------

    Team

----------------------------------------------------------------*/



.member-thumb {

    width: 273px;

    position: relative;

}



.team-member span {

    font-size: 11px;

    color: #777;

    letter-spacing: 1px;

    font-weight: 400;

}



.member-thumb .overlay h5 {

    font-size: 13px;

    font-weight: 400;

    line-height: 24px;

    margin-top: 40%;

    text-transform: uppercase;

    letter-spacing: 3px;

    color: #000;

}



.member-thumb .overlay p {

    font-size: 10px;

    color: #000;

    letter-spacing: 3px;

    font-weight: 300;

}



.member-thumb .overlay {

    font-size: 16px;

    padding: 20px;

    line-height: 24px;

}



.team-member h4 {

    color: #000;

    font-size: 11px;

    font-weight: 700;

    line-height: 10px;

    margin: 15px 0 8px;

    letter-spacing: 2px;

    text-transform: uppercase;

}



.member-thumb:hover .overlay {

    cursor: pointer;

    opacity: 0.8;

    -webkit-transform: rotateY(0deg) scale(1,1);

    -moz-transform: rotateY(0deg) scale(1,1);

    -ms-transform: rotateY(0deg) scale(1,1);

    -o-transform: rotateY(0deg) scale(1,1);

    transform: rotateY(0deg) scale(1,1);

}



.team-member:hover h4 {

    color: #777;

}



.social-links {

    font-size: 13px;

    cursor: pointer;

}



.social-links a {

    display: inline-block;

    padding: 3px 7px;

    color: #000;

}



.social-links a:hover {

    text-decoration: none;

    color: #000;

}



.cover {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: rgba(255,255,255,0.55);

    padding: 7px;

}



.cover-inner {

    width: 100%;

    height: 100%;

    border: 3px double #000;

}



.team_cover {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}



.team_cover_inner {

    width: 100%;

    height: 100%;

    border-top: 5px solid #efc337;

}



/*----------------------------------------------------------------

    Portfolio

----------------------------------------------------------------*/



.portfolio_title h2 {

    font-size: 1em;

    color: #000;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 3px;

    font-weight: 300;

}



.portfolio_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #EBBF36;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 10px;

    font-weight: 400;

}



.portfolio_p {

    font-size: 14px;

    color: #000;

    line-height: 25px;

    letter-spacing: 1px;

    font-weight: 300;

}



.work-filter {

    margin-bottom: 35px;

}



.work-filter ul li {

    display: inline-block;

}



.work-filter ul li a {

    color: #000;

    display: block;

    font-size: 10px;

    font-weight: 400;

    padding: 5px 15px;

    text-transform: uppercase;

    letter-spacing: 3px;

}



.work-filter ul li a:hover,.work-filter ul li a.active {

    color: #efc337;

    text-decoration: none;

}



.mix {

    display: none;

}



.work-item {

    width: 33%;

    position: relative;

}



.work-item > img {

    display: block;

    height: auto;

    max-width: 100%;

    /*-webkit-filter: grayscale(1);

    -moz-filter: grayscale(1);

    -o-filter: grayscale(1);

    -ms-filter: grayscale(1);
*/
}



figure.mix figcaption {

    padding: 20%;

    

    -webkit-transition: background-color .35s;

    transition: background-color .35s;

}



figure.mix figcaption::before {

    position: absolute;

    top: 30px;

    right: 30px;

    bottom: 30px;

    left: 30px;

    content: '';

}



figure.mix figcaption,figure.mix figcaption > a {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

figure.mix figcaption > a {

    z-index: 1000;

    text-indent: 200%;

    white-space: nowrap;

    font-size: 0;

    opacity: 0;

}



figure.mix:hover a {

    margin-top: 1em;

    display: inline-block;

    color: #fff;

    font-size: 10px;

    padding-left: 5px;

    padding-right: 5px;

    margin-top: 25px;

    background: #000;

}



figure.mix a:hover {

    color: #efc337;

    text-decoration: none;

}



figure.mix figcaption::before,figure.mix p {

    opacity: 0;

    -webkit-transition: opacity .35s 0 .35s;

    transition: opacity .35s transform .35s;

    -webkit-transform: scale(0);

    transform: scale(0);

}



figure.mix:hover figcaption::before,figure.mix:hover p {

    letter-spacing: 3px;

    font-size: 13px;

    font-weight: 300;

    font-family: 'Lato', sans-serif;

    color: #000;

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}



figure.mix:hover figcaption {

    background-color: rgba(255, 255, 255, 0.6);

}



figure.mix:hover img {

    opacity: 0.4;

}



/*----------------------------------------------------------------

    Features

----------------------------------------------------------------*/



.features {

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    position: relative;

    width: 100%;

    overflow: hidden;

    height: 100%;

    background: url(../images/features.jpg) center center no-repeat;

}



.features:after {

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 240px;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-bottom: 150px solid #FFF;

    border-left: 3000px solid transparent;

}



.features:before {

    top: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    left: 0;

    width: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-top: 194px solid #FFF;

    border-right: 3000px solid transparent;

}



.single_feature i {

    font-size: 70px;

    color: #efc337;

    line-height: 1.5em;

}



.single_feature h2 {

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-weight: 700;

    margin-top: 35px;

}



.single_feature p {

    color: #fff;

    font-size: 12px;

    letter-spacing: 1px;

    font-weight: 300;

}



/*----------------------------------------------------------------

    Features

----------------------------------------------------------------*/



.features2 {

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    position: relative;

    width: 100%;

    overflow: hidden;

    height: 100%;

    background: url(../images/features2.jpg) center center no-repeat;

}



.features2:after {

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 240px;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-bottom: 150px solid #FFF;

    border-left: 3000px solid transparent;

}



.features2:before {

    top: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    left: 0;

    width: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-top: 194px solid #FFF;

    border-right: 3000px solid transparent;

}



.single_feature i {

    font-size: 70px;

    color: #efc337;

    line-height: 1.5em;

}



.single_feature h2 {

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-weight: 700;

    margin-top: 35px;

}



.single_feature p {

    color: #fff;

    font-size: 12px;

    letter-spacing: 1px;

    font-weight: 300;

}



/*----------------------------------------------------------------

    Skills

----------------------------------------------------------------*/



.skills {

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    position: relative;

    width: 100%;

    overflow: hidden;

    height: 100%;

    background: url(../images/skills.jpg) center center no-repeat;

}



.skills:after {

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 240px;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-bottom: 150px solid #FFF;

    border-left: 3000px solid transparent;

}



.skills:before {

    top: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-top: 194px solid #FFF;

    border-right: 3000px solid transparent;

}



.skills_title h2 {

    font-size: 1em;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-weight: 300;

}



.skills_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #efc337;

    text-transform: uppercase;

    letter-spacing: 10px;

    font-weight: 400;

}



.chart {

    position: relative;

    display: inline-block;

    margin: 1em;

    width: 130px;

    height: 130px;

    text-align: center;

}



.chart canvas {

    width: 130px;

    height: 130px;

}



.chart-content {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

}



.percent,.count-number,.count-number-done {

    color: #fff;

    font-weight: 400;

    font-size: 20px;

    font-family: 'PT Mono';

    line-height: 1.7;

    letter-spacing: 3px;

}



.text-light .percent,.text-light .count-number,.text-light .count-number-done {

    color: #fff;

}



.percent:after {

    content: '%';

}



.chart-title,.count-subject {

    font-weight: 400;

    font-size: 12px;

    font-family: 'Lato', sans-serif;

    letter-spacing: 3px;

    color: #fff;

}



/*----------------------------------------------------------------

    Pricing

----------------------------------------------------------------*/



.pricing_title h2 {

    font-size: 1em;

    color: #000;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 3px;

    font-weight: 300;

}



.pricing_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #efc337;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 10px;

    font-weight: 400;

}



.pricing_p {

    font-size: 14px;

    color: #000;

    line-height: 25px;

    letter-spacing: 1px;

    font-weight: 300;

}



.pricing .plan {

    list-style: none;

    padding: 0;

    margin: 6px;

    text-align: center;

}



.pricing .plan li > strong {

    padding: 8px 10px;

    color: #000;

    -webkit-transition: 300ms;

    transition: 300ms;

    font-weight: 800;

    text-transform: uppercase;

    font-size: 11px;

    letter-spacing: 3px;

}



.pricing .plan li.plan-price {

    border-top: 0;

    margin: 20px auto;

    font-size: 50px;

}



.pricing .plan li.plan-action {

    margin-top: 50px;

    border-top: 0;

}



.btn-services {

    color: #FFF;

    background-color: #000000;

    border-radius: 0;

    text-transform: uppercase;

    font-weight: 300;

    font-size: 10px;

    letter-spacing: 3px;

    margin-bottom: 25px;

}



.plan-action a:hover {

    color: #fff;

}



.pricing .plan {

    border:5px solid #EFC337;

}



.pricing .plan li.plan-name {

    font-family: 'Lato', sans-serif;

    padding: 40px;

    font-size: 15px;

    text-transform: uppercase;

    letter-spacing: 5px;

    color: #222;

    font-weight: 800;

}



.pricing .plan .price {

    font-family: 'PT Mono';

    letter-spacing: 10px;

    font-weight: 300;

    font-size: 50px;

    color: #000;

}



.pricing .plan li {

    padding: 15px 20px;

    color: #000;

    -webkit-transition: 300ms;

    transition: 300ms;

    font-family: 'Lato', sans-serif;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 300;

}



/*----------------------------------------------------------------

    Facts

----------------------------------------------------------------*/



.facts {

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    position: relative;

    width: 100%;

    overflow: hidden;

    height: 100%;

    background: url(../images/facts.jpg) center center no-repeat;

}



.facts:after {

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 240px;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-bottom: 150px solid #FFF;

    border-left: 3000px solid transparent;

}



.facts:before {

    top: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-top: 194px solid #FFF;

    border-right: 3000px solid transparent;

}



.count-item i {

    font-size: 60px;

    color: #efc337;

}



.count-item {

    display: inline-block;

    margin: 10px auto 20px;

    color: #000;

    font-size: 20px;

    padding-left: 30px;

    text-align: center;

}



.count-name-intro {

    color: #FFF;

    font-size: 12px;

    letter-spacing: 3px;

    text-transform: uppercase;

    font-weight: 400;

}



.timer {

    color: #fff;

    font-weight: 400;

    font-size: 30px;

    padding: 50px 0 32px;

    letter-spacing: 5px;

    font-family: 'PT Mono';

    line-height: 0.34;

}



/*----------------------------------------------------------------

    Blog news

----------------------------------------------------------------*/



.blog_title h2 {

    font-size: 1em;

    color: #000;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 3px;

    font-weight: 300;

}



.blog_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #efc337;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 10px;

    font-weight: 400;

}



.blog_p {

    margin-bottom: 25px;

    color: #000;

    font-weight: 300;

    letter-spacing: 1px;

    line-height: 25px;

    font-size: 14px;

}



.post h3 {

    text-transform: uppercase;

    font-size: 12px;

    letter-spacing: 5px;

    font-weight: 900;

    color: #000;

    line-height: 2em;

    margin-bottom: 25px;

}



.blog ul {

    margin-top: 14px;

    padding-left: 0;

}



.blog img {

    display: inline;

}



.blog ul li {

    font-weight: 300;

    color: #777;

    font-size: 13px;

    text-decoration: none;

    list-style: none;

    display: inline-block;

    padding-right: 20px;

}



.blog p {

    margin-bottom: 25px;

    color: #000;

    font-weight: 300;

    letter-spacing: 2px;

}



.blog li i {

    padding-right: 5px;

    color: #efc337;

}



.post a.readmore {

    color: #efc337;

    text-decoration: none;

    font-family: 'Lato', sans-serif;

    letter-spacing: 5px;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 900;

}





/*----------------------------------------------------------------

    Clients

----------------------------------------------------------------*/



.clients {

	background: url(../images/clients.jpg) center center no-repeat;

    position: relative;

    width: 100%;

    overflow: hidden;

    height: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}



.clients:after {

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 240px;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-bottom: 150px solid #FFF;

    border-left: 3000px solid transparent;

}



.clients:before {

    top: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-top: 194px solid #FFF;

    border-right: 3000px solid transparent;

}



.clients_title h2 {

    font-size: 1em;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-weight: 300;

}



.clients_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #efc337;

    text-transform: uppercase;

    letter-spacing: 10px;

    font-weight: 400;

}



#owl-carousel {

    top: 50px;

    margin-bottom: 70px;

}



/*----------------------------------------------------------------

    Contact

----------------------------------------------------------------*/



.contact_title h2 {

    font-size: 1em;

    color: #000;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 3px;

    font-weight: 300;

}



.contact_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #efc337;

    text-transform: uppercase;

    margin-top: 100px;

    letter-spacing: 10px;

    font-weight: 400;

}



.contact_p {

    font-size: 14px;

    color: #000;

    line-height: 25px;

    letter-spacing: 1px;

    font-weight: 300;

}



.detail h2 {

    letter-spacing: 3px;

    color: #000;

    font-weight: 900;

    font-size: 17px;

    text-transform: uppercase;

}



.detail h3 {

    letter-spacing: 1px;

    color: #777;

    font-weight: 300;

    font-size: 11px;

}



.detail p {

    color: #777;

    font-size: 11px;

    font-weight: 400;

    line-height: 25px;

}



.detail i {

    color: #000;

    font-size: 60px;

}



#contact_form {

    margin-top: 50px;

}



#contact_form input {

    width: 100%;

    height: 50px;

    padding: 10px;

    padding-bottom: 0;

    border: 0;

    background: transparent;

    border-bottom: 4px solid #000;

    font-family: 'Lato', sans-serif;

    color: #000;

    font-size: 10px;

    letter-spacing: 1px;

    font-weight: 300;

}



#contact_form input:focus {

    outline: 0;

    background: transparent;

}



#contact_form label {

    width: 90%;

    margin: 10px;

    color: #efc337;

}



#contact_form textarea:focus {

    outline: 0;

    background: transparent;

}



#contact_form textarea {

    width: 100%;

    height: 190px;

    padding: 10px;

    padding-bottom: 0;

    border: 0;

    background: transparent;

    border-bottom: 4px solid #000;

    font-family: 'Lato', sans-serif;

    color: #000;

    font-size: 10px;

    letter-spacing: 1px;

    font-weight: 300;

}



#result {

    font-family: 'Lato', sans-serif;

    font-weight: 300;

    font-size: 15px;

    letter-spacing: 0;

    line-height: 18px;

    text-align: center;

    font-style: italic;

    color: red;

}



/*----------------------------------------------------------------

    Subscribe

----------------------------------------------------------------*/



.subsc_title h2 {

    font-size: 1em;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-weight: 300;

}



.subsc_title span {

    font-family: 'Lato', sans-serif;

    font-size: 3em;

    color: #EFC337;

    text-transform: uppercase;

    letter-spacing: 10px;

    font-weight: 400;

}



.subscribe {

    position: relative;

    width: 100%;

    overflow: hidden;

    max-height: 100%;

    background: url(../images/subsc.jpg) center center no-repeat;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}



.subscribe:before {

    top: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    pointer-events: none;

    bottom: 0;

    left: 0;

    width: 100%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-top: 150px solid #FFF;

    border-right: 3000px solid transparent;

}



.subscribe .fEmail {

    float: left;

    font-size: 11px;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    border: 0;

    background: #fff;

    color: #000;

    padding: 11px;

    width: 350px;

    border-radius: 0;

    padding-left: 20px;

    letter-spacing: 1px;

}



.subscribe .sbc-btn {

    text-transform: uppercase;

    font-size: 11px;

    font-family: 'Lato', sans-serif;

    font-weight: 900;

    float: left;

    color: #fff;

    border-radius: 0;

    text-decoration: none;

    background: #EFC337;

    padding: 11px;

    padding-right: 10px;

    padding-left: 10px;

    letter-spacing: 1px;

}



.socials ul {

    margin-left: 24px;

    padding-left: 0;

    display: inline-block;

}



.socials ul li {

    margin-bottom: 20px;

    margin-right: 23px;

    float: left;

    text-align: center;

    list-style: none;

    font-size: 20px;

}



.socials ul li a {

    color: #fff;

}



.socials ul li a:hover {

    color: #e4ca79;

    text-decoration: none;

}



/*----------------------------------------------------------------

   Footer

----------------------------------------------------------------*/



footer {

    background: #252525;

    position: relative;

}



.copyright_text {

    padding-top: 50px;

    padding-bottom: 50px;

}



.copyright_text p {

    color: #fff;

    font-size: 11px;

    font-family: 'Lato', sans-serif;

    letter-spacing: 2px;

    margin-bottom: 0;

    font-weight: 400;

}



.copyright_text a {

    color: #e4ca79;

    text-transform: uppercase;

    font-weight: 600;

    text-decoration: none;

}



/*----------------------------------------------------------------

    Single Portfolio Page

----------------------------------------------------------------*/



.breadcrumbs_block {

    background-size: cover;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    position: relative;

    width: 100%;

    overflow: hidden;

    height: 100%;

    background: url(../images/single_project_bg.jpg) center center no-repeat;

}



.breadcrumbs_block:after {

    content: "";

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 240px;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    border-bottom: 150px solid #FFF;

    border-left: 3000px solid transparent;

}



.breadcrumbs_block h2 {

    color: #EFC337;

    text-transform: uppercase;

    letter-spacing: 5px;

    font-size: 17px;

    font-weight: 800;

}



.breadcrumbs_block p {

    color: #fff;

    letter-spacing: 1px;

    font-weight: 300;

}



#owl-slider .item img {

    display: block;

    width: 100%;

    height: auto;

    cursor: url(../images/next-button.png), e-resize;

}



.owl-theme .owl-controls .owl-buttons div {

    display: inline-block;

    zoom: 1;

    margin: 5px;

    padding: 3px 10px;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    border-radius: 30px;

    background: transparent;

    filter: Alpha(Opacity=50);

    opacity: 0.5;

}



.owl-theme .owl-buttons i {

    margin-top: 2px;

    font-size: 60px;

    color: #efc337;

}



.project-details p {

    letter-spacing: 1px;

    font-size: 14px;

    line-height: 25px;

}



.project_feature i {

    color: #000;

    font-size: 50px;

}



.project_feature h2 {

    color: #efc337;

    text-transform: uppercase;

    font-size: 15px;

    letter-spacing: 3px;

    font-weight: 600;

}



.project_feature p {

    color: #000;

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 25px;

}



.work_info {

    list-style: none;

}



.work_info h3 {

    text-transform: uppercase;

    font-size: 12px;

    letter-spacing: 3px;

    font-weight: 600;

    color: #000;

    padding-bottom: 15px;

}



.work_info p {

    letter-spacing: 1px;

    font-size: 12px;

    line-height: 25px;

    border-bottom: 1px dashed #F0F0F0;

}



.work_info p strong {

    font-weight: 600;

    letter-spacing: 1px;

}



.work_info p a {

    color: #efc337;

    font-weight: 600;

}



.work_info p a:hover {

    color: #000;

    text-decoration: none;

}