    /* BUTTONS (YOU CAN DELET THIS IF YOU DONT USE IT) */    
    .btn-buy {
        text-align: right;
        margin: 0px 0px 60px 0px;
    }
     
    .btn-like {
        text-align: left;
        margin: 0px 0px 60px 0px;
    }
    
    .btn-top {
        text-transform: uppercase;
        font-size: 20px;
        padding: 10px 20px
    }

    .btn-hire{
        text-transform: uppercase;
        font-size: 16px;
        padding: 8px 25px;
        background:#262626;
        color:#fff;
        -webkit-transition: box-shadow 0.5s ease-out;
        transition: box-shadow 0.5s ease-out;
    }
    .btn-hire:focus,
    .btn-hire:hover{
        -webkit-transition: box-shadow 0.5s ease-out;
        transition: box-shadow 0.5s ease-out;        
        background:#00aeef;color:#fff;
    }
    #portfolio .btn-primary {
        text-transform: uppercase;
        font-size: 13px;
        padding: 5px 40px;
        background:#262626;
        color:#fff;
        margin-bottom: 15px;
    }
    #portfolio .btn-primary:hover{
        background:#00aeef;
    }
     /* #Skills */

    .skills {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    #skillbar { 
        list-style: none;
        width: auto;
        margin: 5px auto 0;
        position: relative;
        padding: 5px 0;
    }

    #skillbar li { 
        margin-top: 35px;
        margin-bottom: 15px; 
        background: #dcd5d5;  
        height: 10px; 
    }

    #skillbar li p {
        padding-top: 15px;
        text-align: left;
        margin-left: 2px;
        font-size: 12px;
    }

    .skillbar { 
        height: 6px; 
        margin: 2px 2px;  
        position: absolute;
    }

     
    /* animation keyframes */

    @-moz-keyframes html {0%  { width:0px;} 100%{ width:95%;}  }
    @-moz-keyframes css        { 0%  { width:0px;} 100%{ width:90%;}  }
    @-moz-keyframes java      { 0%  { width:0px;} 100%{ width:55%;}  }
    @-moz-keyframes php   { 0%  { width:0px;} 100%{ width:65%;}  }
    @-moz-keyframes psd   { 0%  { width:0px;} 100%{ width:85%;}  }

    @-webkit-keyframes html       { 0%  { width:0px;} 100%{ width:95%;}  }
    @-webkit-keyframes css        { 0%  { width:0px;} 100%{ width:90%;}  }
    @-webkit-keyframes java      { 0%  { width:0px;} 100%{ width:55%;}  }
    @-webkit-keyframes php   { 0%  { width:0px;} 100% { width:65%;}  }
    @-webkit-keyframes psd   { 0%  { width:0px;} 100% { width:85%;}  }
    
    /* 5. SERVICE
    -------------------------------------------------- */

    .service {
        padding: 0px 15px 15px 15px;
    }
    
    .service-col {
        box-shadow: 0 16px 36px rgba(34,82,130,0.06);
        padding: 15px 10px;
        -webkit-transition:  ease-out 0.6s;
        -moz-transition: ease-out 0.6s;
        -o-transition: ease-out 0.6s;
        transition: ease-out 0.6s;
        background: #eee;
        min-height: 560px;
    }
    #service .home .service-col {min-height: 475px;}
    .service-col h4 {
        border-bottom: 1px solid transparent;
        padding: 10px 0px;
    }
    
    .service-col p {
        padding: 0px 10px;
    }
    
    .service-col:hover {
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }
    
    .service-col:hover p {
        padding: 0px 10px;
    }

    .service-col:hover > div {
        text-shadow: 1px -1px 0px rgba(0,0,0,0.5);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }    
    
    .service-col .feature{padding: 0px 10px !important;}       
    .feature_section{margin-top:50px;text-align:center;}  
    .feature_section .feature_inner{min-height:0px;}   
    .feature_section .feature_inner .feature{text-align:center;} 
    
    /* Icon rotation effect  */
    
    .rotate {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        border-radius: 50%;
    }
    
    .rotate:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        border-radius: 50%;   
    }
    
   /* Icons  */
    .icon-wrench, .icon-mobile {
       /* background: url('../images/icon-bg.png') repeat-x center center;*/
        position: relative;
        display: inline-block;
        width: 140px;
        height: 140px;
        padding: 2px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .icon-mobile{padding:2px;}
    .icon-desktop {
        /*background: url('../images/icon-bg.png') repeat-x center center;*/
        position: relative;
        display: inline-block;
        width: 140px;
        height: 140px;
        padding: 2px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .icon-desktop img{width:100%;}
    .hero_page_banner{margin-top:70px;}
    .webdesign {
        z-index: 1000;
    }
    
    /* Hire Us Button  */
  
    .service-btn {
        margin-top: 40px;
    }
 
  

    /* 6. PORTFOLIO
    -------------------------------------------------- */
    
    /* Filter */
    
    .filter-list ul{
        text-align: center;
    }
    
    .filter-list ul li {
        margin-left: 5px;
        cursor: pointer;
    }

    /* images grid and hover effect */
    
    .gallery {
        margin: 34px 0px 0px 0px;
    }
    
    #Grid .mix{
        opacity: 0;
        display: none;
    }

    .images {
        margin: 10px 0px;
    }

    .overlay {
        position: relative;
        overflow: hidden;
    }
 
    .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: 100%;
        padding: 2%;
        display: none;
        text-align: center;
        z-index: 2;
    }
    
    .caption h5 {
        margin-top: 20%;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .caption p {
        font-size: 14px;
        margin: 35px 0;
        color:#fff;
    }

    
     /* 9. PROCESS
    -------------------------------------------------- */
    
   /* OUR PROCESS SECTION */

    .our-process { 
        width: 100%; 
        position: relative; 
        min-height: 260px; 
        text-align: center; 
        margin: 130px 0 0 0;
    }
     
    .process { 
        position: relative; 
        height: 320px; 
        padding-top: 40px; 
        width: 960px; 
        margin: 0 auto;
    }
     
    .process-con { 
        position:relative; 
        margin: 0 30px; 
        float: left; 
        width: auto; 
        height: 250px;
    }
    
    .process-con h5 { 
        font-weight: 400; 
        margin-top: 15px;
        text-align: center; 
        position: relative; 
    }
    
    .process-con.img1 .process-img { 
        margin-top: 10px;
    }
    
    .process-con.img2 .process-img { 
        margin-top: 14px;
    }
     
    .process-con.img3 .process-img { 
        margin-top: -20px;
    }
    
    .process-img { 
        /*background:url('../images/icon-bg.png') repeat-x center center;*/
        text-shadow: 1px -1px 0px rgba(0,0,0,0.5);
        position: relative;
        display: inline-block;
        overflow: hidden; 
        width: 220px; 
        height: 220px;  
        border-radius: 50%;
        padding-top: 15px; 
    }
    
    .testemonials p {
        text-align: center;
        font-size: 20px;
    }
    

    #clientslider {
        display: none;
    }

    .nbs-flexisel-container {
        position: relative;
        max-width: 100%;
    }
    
    .nbs-flexisel-ul {
        position: relative;
        width: 9999px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;   
        text-align: center; 
    }

    .nbs-flexisel-inner {
        overflow: hidden;
        float: left;
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; 
    }

    .nbs-flexisel-item {
        float: left;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        position: relative;
        line-height: 0px;
        border: 1px solid #eee;
        min-height: 160px;
        margin-right: 15px;
        box-shadow: 0px 0px 10px 0px #eee;        
    }
    
    .nbs-flexisel-item img {
        width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
        max-width: 175px;
        max-height: 100px;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 30px;
        height: 30px; 
        margin-top: 15px;
        margin-left: 31%;
        cursor: pointer;
        z-index: 100;
        float: left;
    }

    .nbs-flexisel-nav-left {
        left: 10px;
        background: url(../../images/button-previous.png) no-repeat;
    }

    .nbs-flexisel-nav-right {
        background: url(../../images/button-next.png) no-repeat;
    }
        
    /* SOCIAL MEDIA ICON DIVIDER  */ 
    #divider {
        width: 100%;
        height: 500px;
        text-align: center;
        z-index: 200;
    }

    #divider .divider-bg {
        background: url("../../images/img-divider-img.png") no-repeat 0 0 fixed;  
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 200;
        width: 100%;
        height: 500px;
        background-position: 0% 100% !important;
        background-size: 100% 95% !important;
        background-color: rgb(244, 244, 244);
    }
    
    .social-icons {
        padding-top: 220px;
    }
    
     a.social-media {
        padding: 10px;
        position: relative;
        z-index: 300;
        text-align: center;
    }
     .head-border-white {
        width: 20%;
        height: 0px;
    }
    
    .head-border-grey {
        width: 20%;
        height: 1px;
    }

    #rotate {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        border-radius: 50%;
    }
    
    #rotate:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        border-radius: 50%;
    }
     
    #zoom {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }
    
    #zoom:hover {
        width: 280px;
        height: 280px;
        border: 4px solid #334d66;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    
    
    .head {
        text-align: center;
        /*text-transform: uppercase;*/
    }
    
    /* different font colors  */   
    .red {
        color: #a6340c;
    }
    
    .orange {
        color: #e67e22;
    }   
    
    .yellow {
        color: #f1c40f;
    }  
    
    .blue {
        color: #2b3959;
    }  
    
    .d-grey {
        color: #443e44;
    }  
    
    .l-grey {
        color: #9e968f;
    }
    
    .grey {
        color: #dcd5d5;
    }
    
    .cloudy {
        color: #ecf0f1;
    }
    
    .white {
        color: #fff;
    }
    
    .black {
        color: #000;
    }
    
    .center {
        text-align: center;
    }

    @media only screen and (min-width: 768px) {
        #logo{text-align: left;padding-left:10%;}
        #top-contact{position:absolute;top:45px;right:10%;font-size:18px;}
    }
    
    @media only screen and (min-width: 1200px) {
     #top-slider .slider-bg {
        background-size: cover;
    }
    
    .slider-caption {
        padding-top: 10px;
    }

    .slider-image {
        padding-top: 10px;
        margin: 0 auto;
    }
    .agency-image {
        padding-top: 40px;
        padding-bottom: 60px;
    }
       
    .process { 
        width: 1100px;
       }
       
    .process-con { 
        margin: 0 50px;
    }
        
    #divider .divider-bg {
        background-size: cover;
    }

    }

    @media (max-width: 979px) {
    
    .table-feature {
        margin-top: 10px;
    }
    
    .slider-caption {
        padding-top: 10px;
    }

    .slider-image {
        padding-top: 10px;
        margin: 0 auto;
    }
    
    /* Navbar */
    
     .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
     }
     
     .navbar-inner {
        border-radius: 0;
        margin: 1px 0;
     }
     
     /* Filter */

    .filter-list ul{
        text-align: center;
    }
    
    /* Our Process */
      
     .process { 
        width: 760px;
     }
      
    .process-con.img1  { 
        margin-top: 175px;
    }
    
    .process-con.img2  { 
        margin-top: 30px;
    }
     
    .process-con.img3  { 
        margin-top: 20px;
    }
    
    /* Contact Form */
      
    .input-group {
        max-width: 300px !important;
        float: none;
        margin: 0 auto;
    }
    
    .form {
        padding-bottom: 50px;
    }
    
    
    .requi {
        padding-left: 15px;
        font-size: 12px;
    }

    }

 @media only screen and (min-width: 767px) {
    .service {min-height:450px;}
 }
    @media only screen and (max-width: 767px) {
    
    #top-contact{text-align:center;}
    /* Top Slider */
    
    #top-slider {
        width: 100%;
        height: 500px;
        text-align: center;
        z-index: 100;
    }

    #top-slider .slider-bg {
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 600px;
    }
    
    .slide {
        padding-top: 30%;
    }
    
    /* Team */
   
   .team {
      -webkit-transition:  none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
    }
    
    .team:hover {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    
    /* Filter */
    
    .filter-list ul{
        text-align: center;
    }
    
    /* Process */
    
    .our-process { 
       background: #000 url(../../images/our-process-mobil.svg) no-repeat center top; 
    }

    .process { 
       width: 300px; 
       height: auto;  
       padding-top: 20px;
    }
       
    .process-con.img1 { 
       margin-left: 10px; 
       margin-right: 0; 
       height: auto;
     }
       
    .process-con.img2 { 
       margin-left: 10px; 
       margin-right: 0; 
       margin-top: 10px; 
       height:auto;
    }
      
    .process-con.img3 { 
       margin-left: 10px; 
       margin-right: 0; 
       margin-top: 10px; 
       height:auto;
    }

    .process-con h5 { 
       display:inline-block;  
       padding: 5px 1px;
    }
    
    /* Contact Form */
    
    .requi {
        padding-left: 15px;
        font-size: 12px;
    }
    
    /* Social Media Divider */
    
    .social-icons {
        padding-top: 120px;
    }
    
    #divider .divider-bg {
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 300;
        width: 100%;
        height: 500px;
    }

    }
    
    @media (max-width: 489px) {
    
    /* Filter */
    
    .filter-list ul{
        text-align: center;
    }
    
    .filter-list ul li {
        margin-left: 5px;
        cursor: pointer;
        font-size: 12px;
    }
    
    .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 5px 10px
    }
    
    .gallery ul li {
      margin: 0;
      padding: 0px 0;
      float: left;
    }
    
    .gallery ul li:hover {
      margin: 0;
      padding: 0px 0;
      float: left;
    }
    
   .gallery ul li:hover img {
      opacity: 0.1;
    }
    
    .gallery ul li:hover strong {
      font-size: 12px;
      margin: 0;
      padding: 10px 0;
      position: absolute;
      display: block;
      text-align: center;
      bottom: 55%;
      opacity: 0.9;
    }
    
    .gallery ul li:hover p {
      font-size: 12px;
      margin: 0;
      padding: 0px 0px 20px 0px;
      position: absolute;
      width: 100%;
      display: block;
      text-align: center;
      bottom: 0;
    }

    .gallery ul li:hover p span {
      margin-top: 20px;
      font-size: 12px;
      display: block;
    }

    }
    
    @media (max-width: 379px) {
    
    /* Heading */
    
    h1 {
        font-size: 50px;
    }
    
    /* Top Slider */

    #top-slider {
        width: 100%;
        height: 350px;
        text-align: center;
        z-index: 100;
    }
    
    #top-slider .slider-bg {
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 400px;
    }
    
    /* Button */
    
    .btn-top {
        text-transform: uppercase;
        font-size: 10px;
        padding: 10px 20px
    }
    
    /* About Us */
    
    .agency-heading {
        text-align: center;
        font-size: 50px;
    }
    
    /* Filter */
    
    .filter-list ul{
        text-align: center;
    }
    
    .filter-list ul li {
        margin-top: 5px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 10px;
    }
    
    .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 5px 10px
    }

    .team-grid  {
        position: relative;
        display: inline-block;
        width: 180px;
        height: 180px;
    }
    
    .media-object {
        display: none;
    }
    
    /* Social Media Divider */
    
    .social-icons {
        padding-top: 40px;
    }
    
    #divider .divider-bg {
        background: cover;
    }

    }

    .image{overflow: hidden;border: 2px solid #f4f4f4;max-height: 300px;}
    .input-lg{height:40px;}
    textarea.input-lg{height:130px;}
#about {
    background: #fff;
    padding: 15px 0px ;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
   /* -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);*/
}

#about h1 {
    color: #353535;  
}    

#work_strategy{
    background: #fff;
    padding: 15px 0px ;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
}

#work_strategy h1 {
    color: #353535;  
}

#services{
    background: #fff;
    padding: 15px 0px ;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
}

#services h1 {
    color: #353535;  
}
/* 3. Why Us
-------------- */
#why_us {
    background: #ffffff;
    padding: 30px 0px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
    text-align: center;
}

 #why_us h1 {
    color: #353535;
}

.why_us h4 {
    color: #353535;
}

.why_us p {
    color: #9e968f;
    text-align: justify;
}


#service {
    background: #ffffff;
    padding: 30px 0px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
    text-align: center;
}

/*#service:before{position: absolute;right: 0;top: 0;width: 100%;height: 100%;content: '';background-image: url(../../images/watermark.png);background-position: right top;z-index: -1;}*/
 #service h1 {
    color: #353535;
}

.service-col:hover {
    background: #00aeef;
    color: #fff;
    box-shadow: 0px 0px 5px 1px #999;
}

.service-col h4 {
    color: #353535;
}

.service-col:hover h4 {
    color: #fff !important;
    border-bottom: 1px solid #ffffff;
}

.service-col p {
    color: #333;
    text-align: left;
}

 .service-col:hover p {
    color: #ffffff;
}

.service-col:hover > div {
    background: #fff;
    color: #fff;
}

.product{margin-top:30px;}
.product .service-col{min-height:258px;}

.icon-wrench, .icon-mobile, .icon-desktop {
    background-color:#fff;
    color: #e67e22;
}


#portfolio {
    background: #fff;
    padding: 50px 0px ;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
    content: '';
background-image: url(../../images/watermark.png);
background-position: right top;
}

.caption {
    color: #fff !important;
}

.caption h5 {color: #ec297d;border-bottom: 1px solid #fff;padding-bottom: 10px;font-size: 15px;font-weight: 600;}
    
#process {
    background: #262626;
    /*padding: 15px 0px ;*/
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 900;
}
#process .head{position: absolute;width: 100%;left: 0;}

#process .subhead{color:#ffffff;font-family: 'Alegreya Sans SC';}

#process h1 {
    color: #fff;
}

.our-process { 
    background: #262626 url(../../images/process/our-process.svg) no-repeat center; 
}

.process-con h5 {  
    color: #afbdc9;
}

.process-img { 
    background-color: #fff;
    color: #e67e22;
}

.process-img:hover {
    background: #e67e22;
    color: #fff;
}

#clients {
    background: #fff;
    padding: 50px 0px ;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}

.testemonials p {
    color: #443e44;
}

.testemonials .author {
    color: #e67e22;
}

.nbs-flexisel-item {
   /* border-bottom: 1px solid #443e44;*/
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    background-color: #443e44 !important;
}

.nbs-flexisel-nav-left{position: absolute;left: -35%;display: block;margin-top: 30%;} 
.nbs-flexisel-nav-right {position: absolute;right: -35px;right: -50px;margin-top: 30%;}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    background-color: #00aeef !important;
}
    
.head-border-white {
    /*background: #fff;*/
}

.head-border-grey {
   /* background: #443e44;*/
}   

.our-process h4{color:#ffffff;}
@media only screen and (max-width: 767px) {
    
.our-process { 
   background: #262626 url(../../images/process/our-process-mobil.svg) no-repeat center top; 
   min-height: 1200px;
}
.process-con h5 {background: #262626;}

}

.navbar-inverse .navbar-nav > li > a {
text-transform:uppercase;
}


.upload_resume{margin-top: 15px;margin-bottom: 0px;font-size: 14px;}