@import url("../fonts/stylesheet.css");
/*

=======================================================================
[Table of contents]
=========================================================================

01. COMMON STYLES 
02. HEADER 
03. NAV 
04. SLIDER
05. FEATURED PROJECT
06. ABOUT 
07. OUR HISTORY
08. TESTIMONIAL
09. PORTFOLIO 
10. SERVICES
11. PROCESS 
12. FUN FACTS  
13. TEAM
14. TWITTER FEED 
15. PRICING TABLE 
16. OUR CLIETNS 
17. BLOG 
18. SUBSCRIBE
19. CONTACT
20. FOOTER 


/*


/*---------------------------------------
COMMON STYLES             
-----------------------------------------*/
    
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
body {
    font-family: 'Roboto', sans-serif;
    font-family: Nunito;
    font-family: 'source sans pro';
    overflow-x: hidden;
}

p {
    color: #b7b7b7;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 18px;
}

.no-pading {
    padding-left: 0px;
    padding-right: 0px;
}

.no-pading .row {
    margin-left: 0px;
    margin-right: 0px;
}

.no-pading .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

/* primary accent */
.type_one {
    background: #222222;
}

.type_two {
    background: #2c2c2c;
}

.section_header {
    text-align: center;
    padding: 50px 0px;
}

.section_header.left {
    text-align: left;
}

.section_header h2,h3 {
    color: rgba(255,255,255,0.8);
    font-size: 4.5em;
    font-weight: 900;
    margin-top: 0px;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
}

.about .section_header h2 {
  font-family: 'source sans pro bold';
  font-family: 'source sans pro';
}
.section_header h3 {
    color: rgba(255,255,255,0.6);
  font-weight: 200;
  font-size: 3.1em;
}
.section_header h2:after {
    position: absolute;
    width: 50px;
    content: "";
    display: block;
    bottom: -30px;
    left: 50%;
    margin-left: -25px;
    height: 1px;
    background: #00ffd2;
}

.section_header.left h2:after {
    left: 0%;
    margin-left: 0px;
}

.section_header p {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: 300;
    padding-top: 45px;
    line-height: 28px;
}

.crafty_btn {
    color: #ededed;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
a {
  color: #84ff00;
}
a:hover {
  text-decoration: none;
    color: #00ffd2; /* neon seaglass */
}
a.crafty_btn {
    font-weight: 700;
    color: #ededed;
    position: relative;
    padding: 4.5px;
    padding-left: 10px;
    border: 0px;
    border-radius: 0px;
    padding-right: 15px;
    text-decoration: none;
    margin-left: 40px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a.crafty_btn:before {
    position: absolute;
    display: block;
    content: "+";
    width: 30px;
    left: -40px;
    top: 0px;
    height: 30px;
    line-height: 25px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a.crafty_btn:hover {
    background: #242424;
    color: #fff;
}

a.crafty_btn:hover:before {
    background: #00ffd2;
    border: 1px solid #00ffd2;
}

.section_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-repeat: repeat-x;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.upcase {
  text-transform: uppercase;
}
/*---------------------------------------
    HEADER         
-----------------------------------------*/

header {
    background: url('../images/bg-bw.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  header {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections */
    background-image: url('../images/bw-small-mobile.jpg');
  }
}
.header_overlay {
    background: rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, 0.0);
}
/*---------------------------------------
    NAV         
-----------------------------------------*/

.navbar-brand,
.navbar-default .navbar-nav>li>a {
  font-family: nunito;
  font-family: 'source sans pro';
  text-transform: uppercase;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-weight: 500;
    font-size: 1.7em;
    color: black;
    color: silver;
    color: #6a6a6a;
    /*
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #00ffd2; /* electric salmon */
    color: #00ffd2; /* neon seaglass */
    background-color: transparent;
    font-weight: 500;
    /* letter-spacing: 2px; */
    outline: none;
}

.navbar-default .navbar-nav>li>a:focus{
    color: #b1b1b1;
}



.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar-brand>img {
    max-height: 20px;
}
    @media (min-width: 768px) {
    .navbar-default {
        background: rgba(50, 50, 50, 0);
        border: 0px;
        border-radius: 0px;
        margin-bottom: 0px;
    }
    .navbar-brand,
    .navbar-nav>li>a {
        padding-top: 60px;
        height: inherit;
    }
}

@media (max-width: 768px) {
    .section_header h2 {
      font-size: 3em;
    }
    .navbar-default {
        background: #000 !important;
        margin-top: -100px;
    }
    .navbar-brand,
    .navbar-nav>li>a {
        padding-top: 15px !important;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
        letter-spacing: 1px;
    }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #b1b1b1;
    max-height: 100%;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:visited {
background-color: transparent;
border-color:transparent; 
}

@media(max-width: 768px){
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
        background-color: #222222;
    }
}

.custom-counter {
  list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
}

/*---------------------------------------
    SLIDER        
-----------------------------------------*/

.slider {}

.carousel-inner {
  border: 0;
  display: table;
}

.carousel {
    z-index: 13;
}

.slider .item {
    padding-bottom: 10px;
}

.carousel-inner>.item .container {
    position: relative;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-height: 643px;
    min-height: 500px;
}

.carousel-inner>.item .container h1 {
    font-family: nunito;
    font-family: 'roboto condensed';
    font-family: din;
    display: inline-block;
    font-size: 3em;
    background-color: rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.7);
    background: none;
    font-weight: 900;
    color: #ebebeb;
    text-transform: none;
}
@media(max-width: 600px){
    .carousel-inner>.item .container h1 {
        font-size: 40px;
    }    
}
.carousel-inner>.item .container h1 span {
    color: #f34d65;
    color: #00ffd2; /* neon seaglass */
    color: black;
}
.carousel-inner>.item .container .text-xl h1 {
}
.carousel-inner>.item .container .text-xl h1 span {
}
.text-xl {
  font-size: 1.6em;
  letter-spacing: -0.03em;
}
.text-m {
  font-size: 0.6em;
}



/**
@media (max-width: 768px) {
    .text-xl {
      font-size: 1.6em;
      letter-spacing: -0.03em;
    }
    .text-m {
      font-size: 0.3em;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .text-xl {
      font-size: 1.1em;
      letter-spacing: -0.03em;
    }
    .text-m {
      font-size: 0.5em;
}
**/







.carousel-inner>.item .container p {
  color: black;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0;
}

.carousel-control.left,
.carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control img {
    position: absolute;
    margin-top: -23px;
    top: 50%;
}

.carousel-control.left img {
    left: 15px;
}

.carousel-control.right img {
    right: 15px;
}

.intro_deck .owl-theme .owl-controls {
    margin-top: 12px;
}

a.left.carousel-control {
    background-image: none;
}

a.right.carousel-control {
    background-image: none;
}

a.left.carousel-control:hover {
    cursor: url(../images/sl_right.png), auto;
}

a.right.carousel-control:hover {
    cursor: url(../images/sl_left.png), auto;
}
.down_btn{
    height: 50px;
    width: 100%;
}
.down_btn a{}
.floating{
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px;

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}
/*---------------------------------------
    FEATURED PROJECT         
-----------------------------------------*/

.fe_item {
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.fe_item img {
    max-height: 186px;
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.fe_pro_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 6;
    border-bottom: 5px solid transparent;
    background-position: center center;
    /*transition*/
    
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.fe_pro_overlay:hover {
    border-color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
    background-color: rgba(0, 0, 0, 0.5);

}

.fe_item:hover img {}

.fe_pro_overlay a {
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
}

.fe_project .owl-wrapper-outer{
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #222222;
}
.fe_project .owl-item{
    position: relative;
    transition: all 1s;
}
.fe_project .owl-item:hover{
    box-shadow: 0px 10px 30px -4px rgba(0, 1, 1, .71);
    z-index: 5000;
}
.fe_pro_overlay a:hover {
    cursor: url(../images/plus.png), auto;
}    
/*---------------------------------------
    ABOUT         
-----------------------------------------*/

.intro_deck {
    text-align: left;
}

.intro_deck .section_content {
    padding-bottom: 100px;
}

.intro_deck .wig .icon .fa {
    color: #00ffd2; /* neon seaglass */
    color: #00aeff; /* light cobalt */
    color: rgba(255,255,255,0.9);
    font-size: 110px;
    margin-left: 50px;
}

.wig_text {
    margin-top: 32px;
    border-left: 1px solid #4e4e4e;
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
}

.wig_text.first {
    border-left: 0px;
}

.intro_deck .wig h2 {
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    margin-top: 0px;
    padding-bottom: 12px;
}

.intro_deck .wig p {
    color: rgba(255,255,255,0.5);
    line-height: 24px;
    font-size: 1.3em;
    font-weight: 300;
}

.wig_text:before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 25px;
    height: 1px;
    width: 40px;
    background: #f34d65;
    color: #00ffd2; /* neon seaglass */
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.wig:hover div.wig_text:before {
    opacity: 1
}

@media(max-width: 991px) {
    .wig {
        padding-bottom: 90px;
    }
    .wig_text {
        border-left: 0px solid #000;
    }
    .intro_deck .wig .icon .fa {
      font-size: 150px;
    }
    .intro_deck .wig_text h2 {
      font-size: 35px;
    }
    .intro_deck .wig_text p {
      font-size: 2em;
      line-height: 1.5em;
    }
}
@media(max-width: 600px){
    .intro_deck .wig_text h2 {
      font-size: 30px;
    }
    .intro_deck .wig_text p {
      font-size: 20px;
    }
}
.intro_deck .section_header :after {
  display: none;
}
.intro_deck a:after {
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  font-size: 1em;
  padding-left: 0.5em;
  color: silver;
  content: "\f08e";
  position: relative;
}
.intro_deck a {
  font-size: 1.3em;
  color: white;
  color: #00ffd2;
  background-color: rgba(255,255,255,0.05);
  padding: 2px 9px;
  border-bottom: 2px dotted dimgray;
}
.intro_deck a:hover {
  color: #84ff00; /* chartreuse lime */
  color: #aeff00;
  background-color: rgba(255,255,255,0.03);
}
a.bio-anchor {
  font-size: 1em;
}
.intro_deck p {
  margin-top: 30px;
}
/*---------------------------------------
OUR HISTORY         
-----------------------------------------*/

.history {
    text-align: left;
}

.history .section_header {
  padding: 0;
  padding-top: 45px;
}
.history .col-md-8 {
  padding-bottom: 45px;
}
.history i {
  font-size: 0.8em;
  vertical-align: middle;
  color: dimgray;
  padding-right: 10px;
}
.his_img {
    padding-top: 70px;
    text-align: center;
}

.history .crafty_btn {
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 100px;
}

.history p {
  font-size: 1.3em;
}

.history p em {
  color: rgba(255,255,255,0.9);
}
.history p span.monospace-code {
    color: rgba(255,255,255,0.5);
    font-family: monaco, inconsolata, monospace;
    font-size: 0.8em;
    padding: 3px 3px;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.4);
    margin: 0 3px;
    background-color: #464646;
    text-shadow: 1px 1px 1px black;
}

.history p b {
    color: #dadada;
}
/*---------------------------------------
TESTIMONIAL         
-----------------------------------------*/

.testmonial_cont {
    background-color: rgba(50, 95, 124, 0.22);
    background-color: rgba(50, 95, 124, 0);
    background: url('../images/bg-color.jpg');
    /*background-size*/
    background-size: cover;
    background-position: center center;
}

.testmonial_cont_overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.testmonial {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.testmonial .testmonial-caption {
    color: #ffffff;
}

.testmonial .testmonial-caption p {
    font-size: 25px;
    line-height: 36px;
    color: #FFF;
}

.testmonial .testmonial-caption .cli_info {
    font-size: 16px;
    line-height: 26px;
}

.testmonial .testmonial-caption .cli_name {
    font-weight: 600;
    font-size: 20px;
}

.testmonial .testmonial-caption .cli_com {
    font-size: 14px;
    font-weight: 300;
}

.testmonial .testmonial-caption .cli_com a,
.testmonial .testmonial-caption .cli_com a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #f34d65;
    color: #00ffd2; /* neon seaglass */
    text-decoration: none;
}

.testmonial .carousel-indicators li {
    width: 40px;
    /*border-radius*/
    
    border-radius: 0px;
    height: 12px;
    margin: 1px;
}

.testmonial .carousel-indicators {
    bottom: -45px;
}
/*---------------------------------------
PORTFOLIO         
-----------------------------------------*/

.portfolio {}

.bf ul.filter li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background: transparent;
    border: 0px;
    font-weight: 300;
      font-size: 2em;
      color: #b7b7b7;
      text-transform: uppercase;
      margin: 0 0.7em;
    margin-bottom: 4px;
    position: relative;
    text-align: left;
    margin-right: 20px;
    padding-left: 0px;
}
.bf ul.filter li a:focus{
    outline: none;
}

.bf ul.filter li a:before {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 30px;
    background: transparent;
    content: '';
    height: 1px;
}

.bf ul.filter li a.active {
    background: transparent;
    border: 0px;
    color: #d1d1d1;
    font-weight: 500;
}

.bf ul.filter li a:hover:before,
.bf ul.filter li a.active:before {
    background: #fc2736;
    color: #00ffd2; /* neon seaglass */
}

.bf ul.items.bflayhover li .caption {
    background-color: rgba(0, 0, 0, 0.1) !important;
    z-index: 20;
    border-bottom: 5px solid transparent;
    background-position: center center;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bf ul.items.bflayhover li .caption:hover {
    border-color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bf ul.items.bflayhover li .caption a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bf ul.items.bflayhover li .caption a:hover {
    cursor: url(../images/plus.png), auto;
}

.bf ul.items.bflayhover li .caption:hover {
    background: rgba(0, 0, 0, .35);
}

.bf ul.items li img {
    width: 100%;
}

.bf ul.filter {
    margin-bottom: 50px;
}

@media(max-width: 627px) {
    .bf ul.filter li a:before {
        bottom: 4px
    }
    .bf ul.filter li a {
        line-height: 35px;
    }
}

@media (min-width: 1368px) {
    .bf.full-width ul.items li {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .pp_pic_holder.pp_default {
        width: 100%!important;
        margin-top: -100px !important;
        left: 0!important;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    div.pp_default .pp_content_container .pp_left {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right {
        padding-right: 0!important;
    }
    .pp_content {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
        display: none!important;
    }
    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details {
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
        height: 48px;
    }
    a.pp_close {
        right: 10px!important;
        top: 10px!important;
    }
}
/*---------------------------------------
SERVICES         
-----------------------------------------*/

.hobbys {}

.hobbys .nav-tabs .fa {
    font-size: 40px;
    color: #b7b7b7;
    margin-bottom: 25px;
}

.hobbys .nav>li>a {
    padding: 40px 1px;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd;
    /*border-radius*/
    
    border-radius: 0px 0px 0 0;
    border: 0px;
    color: #b7b7b7;
    margin-bottom: 0px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(56, 56, 56, 0.35);
}

.hobbys .tab-pane {
    padding: 50px 0px;
}

.hobby-tab-desc h2 {
    color: #d1d1d1;
    font-size: 2.2em;
    font-weight: 700;
}

.hobby-tab-desc p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.hobby-tab-desc b {
    font-weight: 300;
    color: #c5c5c5;
}

.hobby-tab-desc p span {
    color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
}

.hobbys .skill {
    margin-bottom: 5px;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 300;
}

.hobbys .progress {
    height: 5px;
    border-radius: 0px;
    margin-bottom: 30px;
    background-color: #0a0a0a;
}

.progress-bar-success {
    background-color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
}
.progress-bar{
  -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;    
} 
.extra-margin {
    margin-top: 50px;
}

.hobbys .nav-hobbys>li{
  font-size: 1.4em;
}
.hobbys .nav-hobbys>li.active>a,
.nav-hobbys>li.active>a:hover,
.nav-hobbys>li.active>a:focus {
    background-color: #181818;
    border: 0px;
    position: relative;
}

.nav-hobbys li.active:before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: -7px;
    background-color: #181818;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}

.hobbys ul.nav-tabs li.active i {
    color: #fc2745;
    color: #00ffd2; /* neon seaglass */
}

.hobbys>.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 0px;
    color: #cdcdcd;
}

.hobbys .nav-hobbys .fa {
  font-size: 80px;
  color: silver;
}

@media(max-width: 768px) {
    .nav-hobbys li.active:before {
        background-color: transparent;
    }
}
/*---------------------------------------
    PROCESS         
-----------------------------------------*/

.the_process {
    text-align: center;
    padding-bottom: 10px;
}

.process_title {
    font-size: 55px;
    font-weight: 900;
    color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
    text-transform: uppercase;
    position: relative;
}

.process_title span {
    display: inline-block;
    background: #131217;
    position: relative;
    z-index: 4;
    padding: 0 25px;
}

.process_title span:after,
.process_title span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: red;
    border-radius: 50%;
}

.process_title span:after {
    left: 0;
}

.process_title span:before {
    right: 0;
}

.process_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px dotted red;
}

.the_process .nav-tabs>li>a {
    color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
    text-transform: uppercase;
    font-weight: bold;
}

.the_process .nav-tabs>li>a span {
    display: inline-block;
    background: #2c2c2c;
    padding: 0 16px;
    opacity: 0;
    font-size: 0px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.the_process .nav-tabs>li>a,
.the_process .nav-tabs>li>a:hover,
.the_process .nav-tabs>li>a:focus {
    background: transparent;
    outline: none;
}

.the_process .nav-tabs>li.active>a,
.the_process .nav-tabs>li.active>a:hover,
.the_process .nav-tabs>li.active>a:focus {
    font-size: 55px;
    color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
    background: transparent;
    border: 0px solid #fff;
    outline: none;
}

.the_process .nav-tabs>li.active>a span,
.the_process .nav-tabs>li.active>a:hover span,
.the_process .nav-tabs>li.active>a:focus span {
    font-size: 50px;
    opacity: 1;
}

.the_process .nav-tabs .fa {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 25px;
    color: #787878;
    font-size: 35px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.the_process .nav-tabs .fa:hover {
    color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
}

.the_process .nav-tabs>li.active>a .fa {
    bottom: 100px;
    font-size: 70px;
    color: #b7b7b7;
}

.the_process .nav-tabs>li .fa:before {
    background: #2c2c2c;
    padding: 10px;
}

.the_process .tab-pane {
    padding-top: 0px;
}

.the_process .nav-tabs>li {
    position: relative;
}

.the_process .nav-tabs>li:before {
    position: absolute;
    content: "";
    height: 0px;
    border-top: 1px dotted #959494;
    width: 100%;
    bottom: 80px;
    left: 0;
}

.single_process a .fa {
    color: #787878;
    font-size: 42px;
}

.tab-content p {
    color: #b7b7b7;
    font-size: 1.5em;
    font-weight: 300;
}

.tab-content p span {
    color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
}

.single_process.two .process_text {
    margin-left: 15%;
}

.single_process.three .process_text {
    margin-left: 30%;
}

.single_process.four .process_text {
    margin-left: 45%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .process_text {
        width: 82%;
    }
    .single_process.two .process_text {
        margin-left: 6%;
    }
    .single_process.three .process_text {
        margin-left: 12%;
    }
    .single_process.four .process_text {
        margin-left: 18%;
    }
}

@media (max-width: 768px) {
    .process_text {
        margin-left: 0px;
        width: 100%;
    }
    .single_process.two .process_text,
    .single_process.three .process_text,
    .single_process.four .process_text {
        margin-left: 0px;
    }
    .the_process .nav-tabs .fa {
        bottom: 38px
    }
}
/*---------------------------------------
CONTACT / COLORED SKYSCRAPERS
-----------------------------------------*/

.skyscraper_cont {
    background: url('../images/bg-color.jpg');
    background-size: cover;
    background-position: center center;
}

.skyscraper_cont_overlay {
    background: rgba(0, 0, 0, .1);
}
.skyscraper {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 50px 0px;
}
.skyscraper h4 {
  font-size: 2em;
  line-height: inherit;
}
.skyscraper .xfa {
    font-size: 55px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    line-height: 114px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.skyscraper .col-sm-4:hover .xfa {
    background-color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
    color: #fff;
}

.skyscraper .number {
    font-size: 50px;
    color: #ffffff;
}

.skyscraper span {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}
.fa-envelope-o {
  color: rgba(255,255,255,0.8);
}
.email-link {
  font-size: 1.5em;
    color: white;
    background: rgba(0,0,0,.7);
  padding: 0.4em;
  padding-left: 0.7em;
  text-decoration: none;
}
.email-link:hover {
  background: black;
  color: #00ffd2;
  text-decoration: none;
  border-bottom: 2px solid #00ffd2;
  border-bottom: none;
}
.email-link a:hover {
  text-decoration: none;
}
i.fa.fa-pencil-square-o {
  position: relative;
  font-size: 30px;
  top: 5px;
  left: -3px;
}
i.fa.fa-pencil-square-o:hover {
  color: #00ffd2;
}
.skyscraper h2, h4 {
  text-transform: uppercase;
  color: white;
}
.skyscraper a {
}
.colophon p {
  font-family: 'source sans pro';
    color: silver;
    font-size: 1.3em;
    word-spacing: 0.06em;
  display: inline-block;
  padding: 2px 4px;
  background-color: rgba(0,0,0,0.7);
  margin-top: 100px;
  position: relative;
  left: 100px;
}
@media (max-width: 768px) {
  .skyscraper_cont_overlay {
      background: rgba(0, 0, 0, .3);
  }
  .fa-envelope-o {
    color: rgba(255,255,255,0.4);
  }
  .skyscraper h4 {
  }
  .skyscraper h4, a {
    color: silver;
      padding: 5px;
    display: inline-block;
  }
  .colophon p {
    position: relative;
    left: 1em;
    color: silver;
      size: 14px;
    padding: 5px;
    background: rgba(0,0,0,.7);
    display: inline-block;
  }
}
/*---------------------------------------
CONTACT         
-----------------------------------------*/

.contact {}



/*---------------------------------------
BLOG         
-----------------------------------------*/

.blog{
    padding-bottom: 80px;
}

.single_blog {
    background: #2c2c2c;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_blog_image img {
    width: 100%
}

.blog_caption {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}

.blog_caption h2 a {
    color: #d1d1d1;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.blog_caption h4 {
    font-size: 14px;
    color: #979797;
    font-weight: 300;
    margin-top: 2px;
}

.blog_caption h4 a {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 300;
    text-decoration: none;
    font-style: italic;
}

.blog_caption p {
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 28px;
}

.blog_single_link {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.blog_single_link a {
    padding: 18px 45px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.blog_single_link a:hover {
    margin-left: 35px;
}

.single_blog:hover div.blog_single_link {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_blog:hover {
    box-shadow: 0px 7px 14px rgba(0,0,0,.2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-blog-btn {
    margin-top: 60px;
}

.blog-btn,
.blog-btn:visited,
blog-btn:focus {
    background: transparent;
    color: #00ffd2;
    color: #00ffd2; /* neon seaglass */
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #00ffd2;
    border: 1px solid #00ffd2;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog-btn:hover{
    background-color: #00ffd2;
    background-color: #00ffd2;
    color: #fff;
}

@media(max-width: 991px) {
    .single_blog {
        margin-bottom: 60px;
    }
}


/*---------------------------------------
FOOTER         
-----------------------------------------*/

footer {
    background-color: #fff;
}

#map {
    width: 100%;
    height: 480px;
    margin-top:70px: 

}       
.copy {
    padding-bottom: 40px;
    background: #222222;
    padding-top: 75px;
}

.copy p {
    color: #b7b7b7;
    word-spacing: 0.2em;
}

.copy i {
    color: deeppink;
}

.copy a {
    color: #f34d65;
    text-decoration: none;
}



.footer_social .list-inline {
    margin-right: -5px;
}

.footer_social{
    padding-top: 35px;
    padding-bottom: 35px;        
}

.footer_social ul {
    text-align: center;
}

.footer_social ul li:first-child {
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 300;
}

.footer_social ul li a {
    display: inline-block;
    border: 1px solid #b7b7b7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.footer_social ul li a .fa {
    font-size: 18px;
    line-height: 30px;
    color: #b7b7b7;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.footer_social ul li a:hover {
    background: #00ffd2;
    border-color: #00ffd2;
}

.footer_social ul li a:hover .fa {
    color: #fff;
}








/*SINGLE BLOG PAGE STYLE*/

.post_content {}

.post_image {}

.post_image img {
    width: 100%;
}

.post_info {
    background: #2c2c2c;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.post_info h2 {
    margin-top: 0px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.post_info h2 a {
    color: #d1d1d1;
    text-decoration: none;
}

.post_info h4 {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
    font-style: italic;
}

.post_info h4 a {
    color: #b7b7b7;
    text-decoration: none;
}

.post-body {
    margin-top: 90px;
}

.post-body p {
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 40px;
}


/*BLOG POST*/
.blog_header{
  background-color: #2c2c2c;
    background-size: cover;
    background-position: center;
}
.blog_header_overlay{
    background-color: rgba(0,0,0,.3);
}
.blog_header .section_header h1{
    color: #fff;
    padding-top: 50px;
}
.blog_header .section_header p{
    font-weight: 300;
    color: #fff;
}
.single_blog_page{
    padding-top: 100px;
}
.blog-post{
    margin-bottom: 70px;
    background-color: #2c2c2c;
}
.blog-featured-item{}
.blog-featured-item img{
    width: 100%;
}
.blog-featured-item iframe{
    width: 100%;
    height: 400px;
    border: 0px;
}
.blog-post-body{
    background-color: #2c2c2c;
    padding: 40px 30px 30px 30px;
}
.blog-post-body h2{
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;        
}
.blog-post-body h2 a{
    color: #d1d1d1;
    text-decoration: none;
}
.blog-post-body h4{
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
    font-style: italic;
}
.blog-post-body h4 a{
    color: #b7b7b7;
    text-decoration: none;
}
.blog-post-body p{
    color: #b7b7b7;
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.blog-post-body .extra_post_info{
    margin-top: 40px;
    padding-bottom: 0px;
    border: 0px solid #fff;
}

/*SINGLE PORTFOLIO*/

.portfolio_title {
  padding: 1em;
  padding: 0;
}
.portfolio_title h2{
  margin-top: 1em;
  font-family: "source sans pro bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 4em;
  letter-spacing: 3px;    
}
.portfolio_title p{
  color: #b7b7b7;
  font-size: 26px;
  font-weight: 300;
  position: relative;
  margin-bottom: 2em;
}
.portfolio_title p:after{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: #00ffd2;
}

@media (max-width: 768px) {
  .portfolio_title h2{
    font-size: 4rem;
  }
  .portfolio_title p{
    font-size: 2rem;
  }
  .portfolio_desc p{
    font-size: 1rem;
  }
}

.single_portfolio .item img{
    width: 100%;
}

.portfolio_slider{
    padding-bottom: 100px;
}
.single_info{}
.single_info h2{
  display: inline-block;
    background-color: rgba(255,255,255,0.05);
  font-size: 2em;
  margin-bottom: 0.7em;
  padding: 10px;
  color: rgba(255,255,255,0.7);
}
.single_info p{
  font-size: 19px;
  color: #b7b7b7;
  margin-top: 0px;
}
.single_portfolio_desc{
  padding-top: 2em;
  padding-bottom: 2em;
}
.portfolio_desc{}
.portfolio_desc p{
  background: url(../images/tire-light.jpg);
  padding: 1em;
  color: #b7b7b7;
  font-size: 1.8em;
  line-height: 1.5em;
}
.portfolio-anchor-link .fa {
  color: silver;
  font-size: 2em;
}
.portfolio-anchor-link .fa:hover {
  color: #84ff00;
}
@media (max-width: 768px) {
  .portfolio_desc p{
    font-size: 2rem;
  }
}
.portfolio_desc a{
display: inline-block;
  margin-top: 27px;
}
.portfolio_quote{
  background: #00ffd2;
  padding: 30px 35px;
}
.portfolio_quote div i{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 40px    
}
.portfolio_quote h2{
color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 31px;
  text-align: center;    
}
.portfolio_quote h4{
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px    
}
.portfolio_quote h5{
font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-top: 0px;    
}
.portfolio_slider .owl-pagination .owl-page span {
    background: transparent !important;
    color: red;
    font-size: 18px;
    font-weight: 600;
    height: inherit !important;
    border-bottom: 2px solid transparent;
    border-radius: 0px !important;
    width: inherit !important;
    padding-left: 15px;
    margin: 5px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.portfolio_slider .owl-pagination .owl-page.active span, .tw_slider .owl-pagination .owl-page:hover span, .qutoSilder .owl-pagination .owl-page.active span, .qutoSilder .owl-pagination .owl-page:hover span {
  background: transparent;
  border-color: #00ffd2;
  color: #00ffd2;
  padding-left: 15px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.portfolio_slider .owl-theme .owl-controls .owl-page span.owl-numbers{
  font-size: 2em;
    color: #7a7a7a;
    opacity: 1;
}
.portfolio_slider .owl-theme .owl-controls .owl-page span.owl-numbers:hover{
  color: gainsboro;
}
.portfolio_slider .owl-theme .owl-controls .owl-page.active span.owl-numbers{
    color: #00ffd2;
}
.portfolio_static{}
.single_portfolio_st{}
.single_portfolio_st .item{
    padding-top: 20px;
}
.single_portfolio_st .item img{
    width: 100%;
}
.portfolio_anchor_link a{
  font-size: 0.7em;
  font-family: 'courier','courier new',monospace ;
}

/* */
div.pp_default .pp_content, div.light_rounded .pp_content {
  font-family: "roboto condensed";
  background-color: dimgray;
}

div.pp_default .pp_description {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding: 2px 10px;
}
::-moz-selection {
  background-color: #000;
  color: #ea5be1;
}
::selection {
  background-color: #000;
  color: deeppink;
}
.mega-large {
  font-size: 120px;
}
