
/*
    Template Name: Kuler-Multipurpose  Agency landing template
    Author: Themeturn
    Author URI: http://themeforest.net/user/ThemeTurn
    Description: 
    Version: 1.0
*/

/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  SECTION SLIDER
5.  SECTION ABOUT
6.  SECTION FEATURES
7.  SECTION PROCESS
8.  SECTION PORTFOLIO
9.  SECTION SERVICES
10.  SECTION BANNER
11. SECTION PRICING
12. SECTION COUNTER
13. SECTION TEAM
14. SECTION TESTIMONIAL
15. SECTION BLOG
16. SECTION CONTACT
17. SECTION FOOTER

*/

/* 1 - Google Font
------------------------------------------------------------------------*/

 @font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.svg?#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 2 - General styles
------------------------------------------------------------------------*/

body {
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #6a6a6a;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    font-weight: normal;
}

html {
    width: 100%;
    height: 100%;
}

.no-padding{
    padding: 0;
}



a, a:focus, a:active, a:link, img {
    outline: none;
}


a {
    color:#555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}


a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #FF6332;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

a:focus {
    outline:none;
    outline-offset:0;
}

a:link,
a:visited{
    text-decoration: none;
}


p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #999;
    font-family: 'Lato',sans-serif;
}
.dark-bg {
    background: #323232;
    color: #fff;
}


img {
     height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

iframe,
audio {
    width: 100%;
    height: auto;
    border: none;
}

ul,li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


/* 2.1 - Headings 
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #323232;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 40px;
}

    h1.h1, h2.h2 {
        letter-spacing: 15px;
    }

@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
}

h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
}


h4 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
}

    h4.h4 {
        letter-spacing: 4px;
    }

h5 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}


/* buttons style */
.btn{
    padding: 12px 40px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.btn-container{
    margin-top: 35px;
}
.btn-primary.black-bg{
    background:#333;
    border: 3px solid #ddd;
    color: #FFF;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    
}
.btn-primary.black-bg:hover{
    border: 3px solid#333;
    background: #fff;
    color:#333;
}

.btn-primary.black{
    border: 3px solid #888;
    color: #333;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    
}
.btn-primary.black:hover{
    border: 3px solid #333;
    background: #fff;
    color:#333;
}

.btn-primary{
    background: #fff;
    color: #333;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-weight: 700;
    border: 3px solid#333;

}
.btn-primary:hover{
    background:#2A2A2A;
    border: 1px solid#333;
    color: #fff;
}


.btn-primary.feature{
    background:#FF6332;
    border: 3px solid#fff;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.btn-primary.feature:hover{
    background: #fff;
    color: #2A2A2A;
    border-color: #999;
}

.section-padding{
    padding-bottom: 80px;
}

.section-heading{
    margin-bottom: 70px;
    padding-top: 80px;
}
.section-heading p{
    width: 60%;
    margin: 0px auto 30px;
}


/*========================================
    Navigation styles
===============================================*/

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-weight:600;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}


.navbar-custom .nav li.active a:hover {
    font-weight: 700;
}



@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        -webkit-box-shadow: 0px 0px 2px #777;
        box-shadow: 0px 0px 2px #777;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);

    }
    .navbar-custom.top-nav-collapse .nav li a{
        color: #323232;
        padding: 20px 15px;
    } 
    .navbar-custom.top-nav-collapse .nav li.active a{
        color: #FF6332;
    }
    .navbar-custom.top-nav-collapse .navbar-brand{
        color:#2A2A2A;
    }

}


/*============================
= Home Section               =
============================*/
.home-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.full-screen {
    height: 580px;
    width: 100%;
}

.parallax-hero, .zoom-hero {
    position: fixed;
    top: 0px;
    left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-content {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.hs-content-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
}
.hs-content-inner > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.hs-text-6{
    color: #fff;
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0.35em;
    margin-right: -0.35em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}
.home-section {
    background-image: url("../images/slider/slider.jpg");
}
.hs-text-2 {
    font-size: 90px;
    line-height: 1.3;
}



/*============================================
    Slider SECTION
===============================================*/
#section-home{
    background: url("../images/slider/slider.jpg");
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.header-caption {
    padding: 180px 0px;
    position: relative;
}
.header-caption h2{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
.header-caption p{
    color: #eee;
    width: 50%;
    margin: 40px auto;
}


.parallax-overlay.bg-strip {
    background-image: url("../images/bg-strip.png");
    background-repeat: repeat;
}
.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.parallax-overlay {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

/* ----------------------------------*/
/* Scroll Down Animated Arrow */
/* ----------------------------------*/
.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 50%;
    margin-left: -15px;
}

    .intro-scroll-down .mouse {
        position: relative;
        display: block;
        width: 30px;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #fff;
        border-radius: 23px;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px;
    }

        .intro-scroll-down .mouse .mouse-dot {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin: -3px 0 0 -3px;
            background: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite;
        }

.background--light .intro-scroll-down .mouse {
    border: 2px solid #FF6332;
}

    .background--light .intro-scroll-down .mouse .mouse-dot {
        background: #FF6332;
    }

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: #323232;
    background: #555;
    color: #fff;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

    .scroll-top:hover {
        background: #e6ae49;
        text-decoration: none;
        color: #FF6332;
    }

@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}


/*============================================
    ABOUT SECTION
===============================================*/
.feature-tab{
    background: #f1f1f1;
}
 .nav-tabs{
    border-bottom: 0px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 0px solid transparent;
    border-radius: 0px;
    padding: 18px 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;

}

#feature-tab-content .tab-pane{
    text-align: center;
    padding: 80px 30px;
}
#feature-tab-content .tab-pane p{
    margin: 20px 0px 40px;
}
.nav-tabs > li.active > a, 
#feature-tab .nav-tabs > li.active > a:focus,
#feature-tab .nav-tabs > li.active > a:hover{
    padding: 20px 0px 25px;
    background:#fff;
    margin-top: -10px;
    z-index: 2;
    border-radius: 3px 3px 0px 0px;
    border: 0px;
}



/*===================================================
    SECTION FEATURES
=====================================================*/
#section-features{
    background: #f8f8f8;
}
.main-features{
    margin-top: 40px;
}

.section-title{
    margin-bottom: 40px;
}
.line{
    background: #444;
    height: 2px;
    width:50px;
}
.section-title h2{
    font-weight: 400;
}

.feature-box{
    margin-bottom: 30px;
}

.feature-icon{
    float: left;
    margin-right: 30px;
}
.feature-icon img{
    color: #555;
}
.feature-desc{
    display: inline-block;
}
.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
}


/*==========================================================================*/
/*  Skills Bar      
/*============================================================================*/

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.skillbar-bar {
    height: 3px;
    width: 0px;
    background: #323232;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-bar:before{
    position: absolute;
    content: "";
    height: 3px;
    background: #eee;
    width: 100%;
    z-index: -1;
}

.skillbar-title {
    display: inline-block;
}

.skillbar-title, .skill-bar-percent {
    color: #323232;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.skill-bar-percent {
    float: right;
    display: inline-block;
}



/*===================================================
    SECTION PROCESS
=====================================================*/

#section-process{
    padding: 70px 0px;
}
.process-heading{
    margin-bottom: 50px;
}
.process-wrap{}
.process-wrap i{
    font-size: 40px;
    line-height: 40px;
    color: #FF6332;
}
.process-wrap h4{
    margin: 30px 0px 20px;
}


/*============================================
    PORTFOLIO SECTION
===============================================*/

#section-portfolio{
    background: #f1f1f1;
    background: #f8f8f8;
}
.portfolio-filter{
    padding-bottom: 13px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.portfolio-filter li{
    margin: 0px;
    padding: 0px;
}
.portfolio-filter li a{
    font-size: 13px;
    font-weight: 700;
    padding: 13px 25px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid#eaeaea;
    color: #222;
}


.portfolio-filter li a{
    color: #444;
    position: relative;
}
.portfolio-filter li a:hover,.portfolio-filter li a.active{
    color: #fff;
    background: #444;
    border-color: #444;
}

.grid{
    position: relative;
    list-style: none;
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
}

/* Common style */

.grid figure img {
    width: 100%;
    -webkit-transition: all 0.17s ease-in-out 0s;
    -o-transition: all 0.17s ease-in-out 0s;
    transition: all 0.17s ease-in-out 0s;
}

.grid figure  {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    text-align: left;
    left: 0px;
    overflow: hidden;
    -webkit-transition:  all 0.35s ease-in-out 0s;
    -o-transition:  all 0.35s ease-in-out 0s;
    transition:  all 0.35s ease-in-out 0s;
    top: -100%;
}
.grid:hover figure {
    top: 0px;
} 


figure.effect-zoe figcaption {
    position: absolute;
    display: block;
    left: 0px;
    z-index: 2;
    width: 100%;
    padding: 30px;
    bottom: 0px;

}

.hover-meta{
    float: left;
}
.icon-links{
    float: right;
    clear: both;
    margin: 20px 0px;
}

figure.effect-zoe h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0px 0px 2px;
    position: relative;
}
figure.effect-zoe p{
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #696969;
    margin: 0px;
}


figure.effect-zoe figcaption .icon-links a i{
    padding: 10px;
    color: #696969;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

figure.effect-zoe figcaption .icon-links a {
    display: inline-block;
    margin: 0px;
    width: 35px;
    height: 35px;
    border: 1px solid #696969;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    text-align: center;
}
figure.effect-zoe figcaption .icon-links a:hover{
    background: #0A61B4;
    border-color: #0A61B4;
    text-decoration: none;
}
figure.effect-zoe figcaption .icon-links a:hover i{
    color: #fff;
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  /*pointer-events: none;*/
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */


/*project modal ============================*/
#projectModal{
    
}

.modal-content{
    padding: 10px 30px;
    border-radius: 0px;
}
#projectModal .btn-primary, #projectModal .btn-default{
    margin: 0px;
}
.modal-body{
    margin-bottom: 15px;
}
.modal-body h4{}
.modal-body p{
    margin: 10px 0px 15px;
}
.project-list {
    width: 55%;
    margin: 20px 0px 30px;
}
.project-list label{
    margin-right: 20px;
    width: 65px;
}
.project-list li{
    padding: 7px 0px;
}


/*=====================================================
    SECTION  SERVICES
==========================================================*/
#section-services{
    padding-bottom: 40px;
}
.service-box{
    margin-bottom: 40px;
}
.service-icon-desc{
    margin-bottom: 6px;
}
.service-icon-desc i{
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #FF6332;
}
.service-icon-desc h4{
     display: inline-block;
}




/*========================================================
    SECTION BANNER
==========================================================*/
#section-banner{
    background: url("../images/bg/bg-sub.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0px;
}

.banner-wrap p{
    width: 70%;
    margin: 30px auto;
}


/*=====================================================
    SECTION PRICING
==========================================================*/
#section-pricing{}

.pricing-wrap{
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 0px 0px 20px;
    border: 3px solid#444;
}
.plan-box{
    padding: 30px 0px;
}
.plan-name{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-transform: capitalize;
    text-transform: uppercase;
}
.price{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    position: relative;
    padding-bottom: 20px;
}

.price small{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    font-style: italic;
}
.price:after{
    position: absolute;
    content:"";
    width: 40px;
    background: #333;
    height: 3px;
    left: 43%;
    bottom: -8px;
    margin: 0 auto;
}

.plan-desc li{
    padding: 10px 0px;
    color: #555;
}
.plan-btn{
   margin: 20px 0px 10px;
}

.pricing-wrap.feature .price,.pricing-wrap.feature .plan-box .plan-name, .pricing-wrap.feature .price small {
    color: #fff;
}


/*=====================================================
    SECTION COUNTER
==========================================================*/
#section-counter{
    background: #F8F8F8;
    padding: 70px 0px;
}
.counter-box{
    text-align: center;
}
.count-inner{
    margin-bottom: 20px;
}
.counter-box i{
    font-size: 40px;
    color: #FF6332;
    text-align: center;
    padding-top: 20px;
    line-height: 30px;
}
.count{
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0px;
    color: #232323;
}
.counter-box h4{
    text-transform: capitalize;
}


/*=====================================================
    SECTION TEAM
==========================================================*/
#section-team{}

.team-inner img{
    display: block;
    margin: 0 auto;
}
.team-inner{
    text-align: center;
}

.nav-tabs.nav-justified{
    font-weight: 700;
    width: 60%;
    margin: 0px auto 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-tabs.nav-justified > li > a,.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover{
    border: 0px;
    border-radius: 0px;
    border: 2px solid#eee;
    padding: 16px;
    text-transform: capitalize;
    margin-right: 3px;
}


.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:hover
 {
   background: #333;
   border-color: #333;
   color: #fff!important; 
}

.team-desc{
    padding: 25px 12px;
    overflow: hidden;
    border: 1px solid#eee;
}
.team-inner{
    position: relative;
    overflow: hidden;
}
.hover-desc{
    position: absolute;
    top: 0px;
    left:  -100%;
    padding: 35px 15px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    width:100%;
    height:100%;
    border: 1px solid#eee;
}
.hover-desc ul{
    margin-top: 10px;
}

.hover-desc li a{
    width: 35px;
    height: 35px;
    color: #555;
    font-weight: 700;
    border: 1px solid#ddd;
    display: block;
    padding-top: 5px;
}
.hover-desc li a:hover{
    color: #FF6332;
    border-color: #FF6332;
}
.team-info{
    margin-top: 30px;
}
.team-info a i{
    width: 30px;
    text-align: center;
}
.team-info a{
    display: block;
    margin: 5px 0px;
}
.hover-desc p{
    margin: 22px 0px;
}
.hover-desc h4{
    color: #FF6332;
}
.team-inner:hover .hover-desc{
    opacity: 1;
    left: 0px;
}
.team-desc h6{
    text-transform: capitalize;
    letter-spacing: 0px;
}




/*=====================================================
    SECTION TESTIMONIAL
==========================================================*/
#section-testimonial{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/bg/bg-sub.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.test-left-desc blockquote{
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #444;
    border-left: 0px;
}
#testimonial-carousel .item p{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
#testimonial-carousel .item  h5{
    text-align: center;
    margin-top: 25px;
}
#testimonial-carousel .item i{
    font-size: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid#ddd;
    width:70px;
    height: 70px;
    margin: 0 auto 30px;
    border-radius: 100%;
    padding-top: 15px;
    color: #FF6332;
    display: block;
}

#testimonial-carousel .carousel-indicators {
    right: 50%;
    top: 45%;
    bottom: 0px;
    margin-right: -19px;
    margin-top: 120px;
}
#testimonial-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 5px;
    cursor: pointer;
    border: 0px ;
    border-radius: 0px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    background: #000;
}
#testimonial-carousel .carousel-indicators .active {
    border-radius: 0px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}


/*=====================================================
    SECTION BLOG
==========================================================*/

.blog-inner{
    margin: 30px 0px 20px;
}
.blog-inner i{
    font-size:50px;
    line-height: 50px;
    float: left;
    padding-top: 5px;
    color: #888;
}
.blog-desc{
    padding-left: 70px;
}
.blog-desc li{
    font-weight: 600;
    color: #999;
}
.blog-desc li span{
    font-weight: 700;
    text-transform: uppercase;
}
.blog-desc i{
    font-size: 14px; 
    float: left;
    line-height: 14px;
    margin-right: 5px;
}




/*===========================================================
        SECTION CONTACT
===========================================================*/

#section-contact{
    position: relative;
}

.info-box{
    margin-bottom: 5px;
}
.contact-info p{
    font-weight: 500;
    margin-top: 20px;
    color: #333;
}
.info-box i{
    display:inline-block;
    font-size: 25px;
    width: 60px;
    text-align: center;
    color: #ccc;
} 
.info-box .info-desc{
    display:inline-block;
} 
.info-box .info-desc p{
    font-weight: 500;
    color: #444;
    margin-top: 0px;
}
.form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    width: 100%;
    border-color: #eee;
}


.form-control:hover, .form-control:focus {
    border-color:#FE5E3E;
}

.form-control {
    background: transparent none repeat scroll 0% 0%;
}
.form-control {
    box-shadow: none !important;
    border-radius: 0px;
}


/*========================================================
    SECTION CLIENT
=========================================================*/
#section-client{
    padding: 80px 0px;
    background: url("../images/bg/client-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


/*========================================================
    SECTION FOOTER
=========================================================*/
#section-footer{
    background: #2E2E2E;
    background: url("../images/bg.png") repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer-inner{
    padding: 80px 0px;
}
.footer-inner.location{
    border-right: 0px;
}

.location-list li h5{
    margin-bottom: 18px;
    font-weight: 600;
}
.footer-inner p,.office-info,.location-list{
    margin-top: 20px;
}
.office-info-list li{
    font-size:13px;
    padding: 5px 0px;
}

.footer-about{
    padding: 70px 0px;
}
.footer-about p{
    margin-bottom: 30px;
    clear: both;
}
.footer-inner.footer-service .btn-default{
    background: #F2EF1D;
    border-color: #F2EF1D;
}

.footer-inner  .menu-social-profile-links {
    margin-left: 0px;
}
.menu-social-profile-links li a i{
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    background: #232323;
    background: #F2EF1D;
    color: #232323;
}



/*section bottom==========================*/
#section-btm{
    border-top: 1px solid#ddd;
    padding: 20px 0px;
}

.footer-btm p{
    color: #232323;
    text-transform: capitalize;
}
.footer-btm p.white,.footer-btm p span{
    font-weight: 700;
}

