

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro                    */
/*   04 - About                    */
/*   05 - About-1                  */
/*   06 - Skills                   */
/*   07 - Services                 */
/*   08 - Features                 */
/*   09 - History                  */
/*   10 - Statistic banner         */
/*   11 - Portfolio                */
/*   12 - Team                     */
/*   13 - Pricing                  */
/*   14 - Clients                  */
/*   15 - Testimonials             */
/*   16 - Blog                     */
/*   17 - Promo LIne               */
/*   18 - Contact Info             */
/*   19 - Google Map               */
/*   20 - Footer                   */
/*   21 - Scroll to Top            */
/*   22 - Contact Form Response    */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
body {
    color: #1D1C21;
    font-family: 'Open sans', sans-serif;
}
#content_wrapper  {
    overflow: hidden;
}

.animated{
    visibility:hidden;
}

.visible{
    visibility:visible;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #111;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

/*------------------------------------------*/
/*   Preload Animation 
/*------------------------------------------*/

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #262626; 
    z-index: 999999; 
}
.loader {
    position: absolute;
    top: 50%; 
    left: 50%; 
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url(../img/icons/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px 70px;
}
       
/*------------------------------------------*/
/*   Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin-top: 0; 
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*   Lists
/*------------------------------------------*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------*/
/*   Link Setting
/*------------------------------------------*/

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:focus {
    color: #f8f8f8;
    outline: none;
    border: none;
    text-decoration: none;
} 

/*------------------------------------------*/
/*   Theme Button
/*------------------------------------------*/

.btn-theme {
    background-color: #FCEC00;
    font-family: 'Rubik', sans-serif;
    border-radius: 0px;
    border: 0;
    font-weight: 700;
    color: #111;
    font-size: 12pt;
    text-transform: uppercase;
    padding: 11px 30px 11px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-theme:hover {
     
}

/*------------------------------------------*/
/*   Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
    outline: none;
}

.btn:focus {
    color: #f8f8f8;
    text-decoration: none;
}

/*------------------------------------------*/
/*   Section Titlebar
/*------------------------------------------*/

.titlebar {
    margin-bottom: 40px;
    text-align: center;
}

.titlebar h3 {
    color: #E51A53;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.titlebar h2 {
    color: #222;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.titlebar h2:after {
    display: block;
    content: "";
    height: 6px;
    background: #FDDE08;
    margin: 5px auto 12px;
    position: relative;
    border-radius: 0px;
}

/*.titlebar.v-2 h2 {
    background: #fed517 none repeat scroll 0 0;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    padding: 10px 20px 2px;
    text-transform: uppercase;
    margin-bottom: 3px;
    position: relative;
}
    
.titlebar.v-2 h2:after {
    position: absolute;
    content: "";
    left: 50%;

    width: 60px;
    height: 3px;
    background: #FCB902;
    margin-left: -30px;
}
.titlebar.v-2 h3 {
    /*background: rgb(1, 165, 108);
    background: -moz-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: -webkit-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: -o-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: -ms-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: linear-gradient(90deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    color: #000;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 8px 20px 10px;
    text-transform: none;
    vertical-align: middle;
}*/

.titlebar.v-2 h2 {
    /*background: #fed517 none repeat scroll 0 0;*/
    color: #111;
    font-size: 19pt;
    line-height: 1;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
}
.titlebar.v-2 h2:after {
  
}

.titlebar.v-2 h3 {
    color: #777;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}

.diagnostic .titlebar.v-2 h3 {
    color: #fff;
    display: block;
    font-size: 30px;
    margin: 0 auto 35px;
    vertical-align: middle;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    background: #222;
    padding: 10px 15px 12px;
    max-width: 380px;
 
}


/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*   Logo Image    
/*------------------------------------------*/

.navbar-brand {
    padding: 0px 15px 0 0;
}  

.logo  [class^="flaticon-"]::before, .logo  [class*=" flaticon-"]::before, 
.logo  [class^="flaticon-"]::after, .logo  [class*=" flaticon-"]::after {
    font-size: 38px;
}
.logo {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.logo img {
    width: 145px;
    display: inline-block;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.logo b {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    background: #F01400;
    padding: 3px 6px 3px 5px;
    margin-left: 2px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 800;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.logo span {
    color: #fff;
 
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    margin-left: 5px;
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.logo img.logo-2 {
    display: none;
}  
.logo small {
   
    font-weight: 300;
    margin-left: 5px;
    font-size: 17px;
}
/*------------------------------------------*/
/*   Navigation Menu    
/*------------------------------------------*/

.navbar {   
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding:6px 0px 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.navbar-fixed-top { 
    background-color: transparent;
    
    border-bottom: none;
    /*background: rgb(218, 32, 81);
    background: -moz-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: -webkit-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: -o-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: -ms-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: linear-gradient(89deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);*/

}

.navbar-nav > li > a {
    color: #eee;
    font-size: 11pt;
    line-height: 45px;
    font-weight: 300;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.navbar-nav .phone {
    text-align: right;
}
.navbar-nav .phone a {
    font-size: 13pt;
    font-weight: 700;
    margin-top: -7px;
}
.navbar-nav .phone a:hover {
    border: none;
}
.navbar-nav .phone span {
    line-height: 1;
    position: absolute;
    right: 15px;
    bottom: 1px;
    font-size: 9pt;
    color: #eee;
}
.navbar-nav .phone a i {
    display: inline-block;
vertical-align: middle;
margin-right: 3px;
margin-top: -2px;
}

.navbar-nav .phone .velc i {
    background: url(../img/icons/velcom_logo.png) no-repeat center;
    background-size: 100%;
    width: 19px;
    height: 19px;
}
.navbar-nav .phone .mts i {
    background: url(../img/icons/mts.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 18px;
}
.navbar-nav .phone .life i {
    background: url(../img/icons/life.png) no-repeat center;
    background-size: 100%;
    width: 29px;
    height: 15px;
}
.navbar-nav .phone a span b {
    font-weight: inherit;
    
}
.zap {
        float: right;
}

.zap a {
    background: #fdde08;
    color: rgba(0,0,0,0.8) !important;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 500;
    height: 36px;
    line-height: 35px;
    margin-top: 1px;
    padding: 0 15px 0 12px;
    margin-left: 5px;
    display: inline-block;
}
.zap a i {
    font-size: 11pt;
    margin-right: 5px;
}

/*------------------------------------------*/
/*   Navbar Scroll   
/*------------------------------------------*/

.scroll-fixed-navbar {
     
}

.scroll-fixed-navbar.navbar-fixed-top { 
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.scroll-fixed-navbar.navbar-fixed-top .phone a span,
.scroll-fixed-navbar.navbar-fixed-top .navbar-nav > li > a,
.scroll-fixed-navbar.navbar-fixed-top .logo span {
    color: #111!important;
}
.scroll-fixed-navbar.navbar-fixed-top .logo b {

}
.scroll-fixed-navbar.navbar-fixed-top .logo img {

}
.scroll-fixed-navbar.navbar-fixed-top .logo span {
   
}
.scroll-fixed-navbar .logo img.logo-1 {

}
.scroll-fixed-navbar .logo img.logo-2 {
    display: inline-block;
} 
.scroll-fixed-navbar .logo b {
    
}
.scroll-fixed-navbar .logo small {
    margin-left: 5px;
}
.scroll-fixed-navbar .navbar-nav .phone span {
    color: #777;
}
/*------------------------------------------*/
/*   Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
    /*color: #ffc400;*/
    background-color: transparent;
}

.navbar-nav > li > a:hover span,
.navbar-nav > li > a.selected-nav span {
    border-bottom: 1px dotted;
}

/*------------------------------------------*/
/*   Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    padding: 10px;
    margin: 13px 30px 13px 0;
    border: none;
    color: #fff;
    border: 2px solid #ddd;
}

.navbar-toggle .icon-bar {
    background-color: #ddd;
}

.navbar-nav .zap a {
    background: #fdde08;
    color: rgba(0,0,0,0.9)!important;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
    padding: 0 25px 0 15px;
    margin-left: 5px;
}
.scroll-fixed-navbar.navbar-fixed-top  .zap a {
    background: #121212;
    color: #fff!important;
}
.navbar-nav .zap a i {
    font-size: 11pt;
    margin-right: 5px;
}
.navbar-nav .zap a:hover {
    background: #121212;
    color: #fff!important;
}
.scroll-fixed-navbar.navbar-fixed-top  .zap a:hover {
    background: #fdde08;
    color: rgba(0,0,0,0.9)!important;
}
.top-zap {
    background: #fdde08;
    color: rgba(0,0,0,0.8) !important;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin-top: 13px;
    width: 40px;
    text-align: center;
    float: right;
    margin-right: 10px;
    border-radius: 4px;
}




/* ==========================================================================
   03. INTRO
   ========================================================================== */
#intro:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: url(../img/thumbs/intro_bkg.jpg);
    background-repeat: no-repeat;
    background-position: left center;     
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}
#intro {
    width: 100%;
    background: #000;
    color: #000;
    position: relative;
    height: 100vh;
    min-height: 800px;
}
#intro .btn-theme {
     
}

#intro .btn-theme:hover {
    /*background-color: rgba(255,255,255,0);
    box-shadow: -1px 1px 0px #fff inset, 1px -1px 0px #fff inset;*/
}
.main-form h4 {
    margin-bottom: 20px;
    font-size: 27px;
line-height: 1.3;
text-align: center;
}
.main-form form {
    background: rgba(255,255,255,1);
    padding: 40px 40px 20px;
    border-radius: 10px;
    max-width: 480px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.7);
    text-align: left;
}
.main-form input[type="text"], .main-form input[type="tel"], .main-form input[type="email"], .main-form textarea {
    background: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #ccc;
    margin-bottom: 15px;
    padding-left: 0;
    box-shadow: none;
}
.main-form label {
    font-size: 16px;
}
.main-form label i {
    color: #F60B0B;
    font-size: 14px;
    margin-right: 4px;
}
.main-form small {
    line-height: 1.2;
    color: #777;
    display: block;
    margin-top: -2px;
}
#form_register_btn {
    margin-top: 10px;
}
.result-message {
    margin-top: 20px;
    line-height: 1.3;
}
.result-message .callme-error {
    padding: 10px 10px 12px;
    background: red;
    color: #fff;
}
.result-message .callme-success {
    padding: 10px 10px 12px;
    background: #86E271;
}
.dropcontainer {
    position:relative;
    font-size: 16px;
    color: #777;
    } 
.select-block {
    margin: 15px 0 30px;
}
.select-block label {
    margin-bottom: 10px;
}
.trigger {
    color: #777;
    padding: 10px;
    font-size: 14px;
    background: transparent;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
    }

.trigger:hover, .trigger:active, .trigger:focus {
    color: #777;
    background: #fff;
    }

.activetrigger {
    color: #777;
    padding: 10px;
    font-size: 14px;
    background: #eee;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.activetrigger:hover,.activetrigger:active, .activetrigger:focus {
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    }

.activetrigger:active {
    background: #fff;
    color: #777;
    border: 1px solid #ccc;
    }

.dropcontainer ul {
    font-size: 14px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.dropcontainer ul li {
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
    }

.dropcontainer ul li:hover {
    background: #eee;
    outline: none;
    }
.dropcontainer ul li a {
    color: #000;
    display: block;
}

.dropcontainer ul li:first-child {
    display: none;
    }

.dropcontainer ul li:last-child {
    border-bottom: none;
    }

.dropdownhidden {
    display: none;
    }

.dropdownvisible {
    height: auto;
    }

.app-link {
    margin: 0 auto 15px;
}
.app-link span {
    color: #000;
    width: 100px;
    display: inline-block;
    text-align: right;
    line-height: 1.2;
    vertical-align: middle;
    margin-right: 10px;
}
.app-link .googleplay {
    background: url(../img/icons/app-link-android-ru.svg) no-repeat center;
    background-size: 100%;
    width: 134px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.app-link .appleplay {
    background: url(../img/icons/app-link-ios-ru.svg) no-repeat center;
    background-size: 100%;
    width: 134px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.app-link .googleplay:hover,
.app-link .appleplay:hover {
    opacity: 0.7;
}

.dop {
    margin-top: 25px;
}
.dop li {
    margin-bottom: 5px;
}
.dop li i {
    margin-right: 5px;
}


/*------------------------------------------*/
/*   Overlay Pattern 
/*------------------------------------------*/

.overlay {
    background-image: url(../img/thumbs/overlay.png);
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: repeat;
    height: 100%;
    position: relative;
    z-index: 1;
}

/*------------------------------------------*/
/*   INTRO CONTENT
/*------------------------------------------*/

#intro_content {
    padding-top: 14%;
    position: relative;
    z-index: 1;
}

/*------------------------------------------*/
/*   INTRO TEXT
/*------------------------------------------*/
/*#intro h2:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #08C740;
    margin-left: -40px;
}
#intro h2 { 
    background: #fff none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 15px 30px 20px;
    text-transform: uppercase;
    position: relative;
}

#intro h3 { 
    background: rgb(1, 165, 108);
    background: -moz-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: -webkit-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: -o-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: -ms-linear-gradient(0deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    background: linear-gradient(90deg, rgb(1, 165, 108) 14%, rgb(8, 200, 63) 73%);
    display: inline-block;

    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 10px 30px 12px;
}

.intro_text p { 
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}*/

/*#intro h2:before {
    position: absolute;
    content: "";
    top: -27px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 28px;
    background: url(../img/icons/taxi.png) no-repeat center;
    background-size: 100%;
}*/

#intro h2 { 
    color: #fff;
    position: relative;
    font-size: 37pt;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 30px;
    margin-top: 0px;
    text-transform: uppercase;
    border-bottom: 10px solid #fdde08;
    padding-bottom: 10px;
}


#intro h2 b {
    color: #F01400;
    font-weight: 800;
}
#intro p {
    
}
#intro p b {

}
#intro .text-intro h3 { 
    position: relative;
    color: #fff;
    display: block;
    font-size: 15pt;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 30px;
    clear: left;
    text-transform: uppercase;
    min-height: 50px;
}
#intro .text-intro h3 small {
    display: block;
    margin-top: -9px;
}
#intro .text-intro h3 span {
    

}
#intro h3 i {
    color: #FDDE08;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -6px;
}


.intro_text p { 
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.intro-img {
    opacity: 0.7;
}

/*------------------------------------------*/
/*   INTRO BUTTONS
/*------------------------------------------*/

.intro_buttons .btn-theme {
    text-transform: none;
    padding: 0 20px 0 65px;
    background-image: url(../img/icons/wallet.svg);
    background-position: 4px 1px;
    background-size: 38px;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    border-right: 2px solid;
    height: 42px;
    line-height: 1.2;
}
.intro_buttons .btn-theme:hover {
    
    cursor: default;
}
.intro_buttons .btn-theme b {
    font-size: 35px;
    font-weight: 700;
    margin-right: 5px;
}
.intro_buttons p {
    
}
.intro_buttons p span {
    display: block;
    font-weight: 600;
}
.intro_buttons p {

    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    padding-top: 5px;

}

/*------------------------------------------*/
/*   INTRO REGISTER FORM 
/*------------------------------------------*/

#intro .form_register form {   
    background-color: rgba(0, 0,0, 0.8);
    border: 0px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    padding: 35px 20px 15px;
    max-width: 380px;
    margin-top: 0px;
}

#intro .form_register h3 {
    color: #fff;
    font-size: 20pt;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#intro .form_register p {
    color: #b9b9b9;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 11pt;
}
.form_register form .btn-theme {
    background-color: #FDDE08;
    color: #000;
    font-weight: 600;
    width: 100%;
}
.form_register form .btn-theme:hover {
    background-color: rgba(255,255,255,0);
    color: #fff;
    box-shadow: -1px 1px 0px #fff inset, 1px -1px 0px #fff inset;
}

.text-intro img {
    float: left;
    width: 140px;
    margin-right: 20px;
}

/*------------------------------------------*/
/*   SCROLL DOWN MOUSE  
/*------------------------------------------*/

.scroll-down {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 99;  
    left: 0px;
    bottom: 8%;
    color: #eee;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
.scroll-down span i {
    font-size: 17px;
    font-style: normal;
    margin: 0 7px 0 3px;
    
}
.ico-wallet {
    background: url(../img/icons/1086581.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.mouse {
    width: 35px;
    height: 35px;
    /*color: #111;
    border: 2px solid #111;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: block;
    text-align: center;*/
    margin: 0px auto 8px; 
}
.taxi-cost {
    margin-left: 30px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
}

/*------------------------------------------*/
/*    Register Form Input
/*------------------------------------------*/

.form_register .form-control {
    height: 44px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
    background-color: #f0f0f0;
    color: #262626;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.form-control:focus {
    background-color: #f0f0f0;
    border-color: #ffc400; 
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #ffc400, 0 0 3px #ffc400;
    box-shadow: inset 0 1px 1px #ffc400, 0 0 3px #ffc400;
}

/*------------------------------------------*/
/*     Register Form Error Message 
/*------------------------------------------*/

.error {
    color: #fc0000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}



/* ==========================================================================
   04. ABOUT
   ========================================================================== */
/*#about:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/t-bg.jpg);
    opacity: 0.4;
}*/
#about {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
} 
#about .titlebar {
    margin-top: 20px;
    margin-bottom: 40px;
}
.list-app {

}
.auto-logo {
    width: 150px;
}
#about  .img-wrapp {
    text-align: center;
    margin: 0 auto 0px;
    padding: 15px 10px 10px;
    height: 210px;
    width: 85%;
}
#about .about-block.mt-b .img-wrapp {
    height: 190px;
}
#about .about-block {
    text-align: center;
}
#about .about-block img {
     
}
#about .about-block a {
    border: 1px solid #eee;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    height: 340px;
}
#about .about-block.mt-b a {
    height: auto!important;
}
#about .about-block a:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
#about .about-block h4 {
    font-size: 13pt;
    margin-top: 15px;
    font-weight: 500;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}
#about .about-block h4.mt {
    margin-top: -4px;
}
#about .about-block.mt-b h4 {
    margin-top: 40px;
}
#about .about-block p {
    color: #555;
    font-size: 13px;
}
#about .btn-theme {
    font-size: 9.5pt;
    padding: 10px;
    display: block;
    font-weight: 400;
    margin: 20px auto 15px;
    max-width: 200px;
}
#about a:hover .btn-theme {
    background: #eaeaea;
    color: #555;
}
#about .col-sm-4{
    
}
#about .col-md-4 span {
    font-size: 18px;
    color: #CACACA;
    font-weight: 300;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 44px;
    border: 1px solid #CACACA;
    border-radius: 50%;
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
}
#about .col-md-4 span:after {
    position: absolute;
    content: "";
    right: -110px;
    top: 15px;
    background: url(../img/icons/next.png) no-repeat right center;
    background-size: auto auto;
    background-size: 100%;
    width: 30px;
    height: 15px;
}
#about .col-md-4:last-child span:after {
    background: none;
}

#about img {
   width: 100%;
   height: auto;
}

#about .col-md-4 h4 {
    line-height: 1.35;
    font-size: 15px;
}
#about.three-block {
    padding-top: 0;
}
#about .titlebar p {
  color: #777;
max-width: 540px;
margin: 10px auto 10px;
font-size: 13pt;
font-weight: 300;
}
#about .ab-h h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}
#about .about-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
#about img {
   width: 100%;
   height: auto;
   
}
#about .ab-h p {
    color: #676767;
    width: 80%;
    margin: 0 auto 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
.download-btn {
    margin: 50px 0;
}
.download-btn .h4 {
    color: #555;
    margin-bottom: 25px;
    font-size: 15px;
}
.download-btn a {
    width: 163px;
    height: 50px;
    display: inline-block;   
}
.download-btn .googleplay {
    background: url(../img/thumbs/googleplay-btn.jpg) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}
.download-btn .appleplay {
    background: url(../img/thumbs/appstore-btn.jpg) no-repeat center;
    background-size: 100%;
}
.download-btn a:hover {
    opacity: 0.8;
}
.download-btn  div {
    text-align: left!important;
}
#partners {
    padding-top: 90px;
    padding-bottom: 90px;
    /*background: url(../img/thumbs/taxi-sm-black.png) repeat-x left bottom;
    background-image: url(../img/thumbs/polo-front.png), url(../img/thumbs/polo-back.png);
    background-repeat: no-repeat;
    background-position: left center, right center;*/
}
#partners .titlebar {
    margin-bottom: 0;
}
#partners .titlebar .img-responsive {
    max-height: 100px;
    margin: 0 auto 20px;
}
.taxopark {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 120px;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    border: 6px solid #eee;
}
.taxopark:after, .taxopark:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.taxopark:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 17px;
    margin-left: -17px;
}
.taxopark:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eeeeee;
    border-width: 25px;
    margin-left: -25px;
}
.taxopark .col-sm-4:nth-child(2) {
    border-right: 1px dotted #888;
    border-left: 1px dotted #888;
}
.taxopark img {
    max-height: 65px;
    margin: 25px auto 18px;
}
.taxopark .col-sm-4:first-child img {
    max-height: 60px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.taxopark h4 {
    font-size: 26px;
}
.taxopark: p {
    margin: 0 0 15px;
}
.taxopark .grey-p {
    max-width: 600px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 1.5;
    background: #eee;
    padding: 20px 20px 25px;
    border-radius: 4px;
}


#cost {
    padding: 60px 0 20px;
}
#cost .titlebar p {
    color: #777;
max-width: 700px;
margin: 10px auto 10px;
font-size: 17px;
font-weight: 300;
}


.diagnostic {
    padding: 70px 0;
    background: #F01400;
    background-image: url(../img/thumbs/starter-light.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 550px;
}
.diagnostic .titlebar  {
    color: #fff;
    margin-bottom: 0;
}
.diagnostic .titlebar h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
}
.diagnostic .titlebar h2::after {
    background: #fff;
    margin: 25px auto 20px;
}
.diagnostic .titlebar p {
    font-size: 20px;
    max-width: 600px;
    margin: 20px auto 30px;
    font-weight: 300;
}
.diagnostic .btn-theme {
    border: 2px solid;
}


.price-wrapp {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px 20px 30px;
    max-width: 400px;
    margin: 0 auto 20px;
}
.price-wrapp h3 {
    font-weight: 300;
    font-size: 20px;
}
.price-wrapp p {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    }
.price-wrapp p b {
    font-weight: 400;
}
.price-wrapp p small {
    margin-left: 4px;
}
#cost .col-sm-2 img {
    max-width: 80px;
    margin: 40px auto;
}
.price-wrapp span {
    color: #777;
}

.diagnostic.garanty {
    background-color: #eee;
    background-image: url(../img/thumbs/starter-white.png);
    background-position: right bottom;
    opacity: 1;
}
.diagnostic.garanty .titlebar h2::after {
    background: #F01400;
}
.diagnostic.garanty .titlebar,
.diagnostic.garanty .titlebar h2 {
    color: #000;
}
.diagnostic.garanty .btn-theme {
    border: none;
}

/*#partners .titlebar h2:before {
    position: absolute;
    content: "";
    left: -50%;
    top: 0;
    width: 70px;
    margin-left: -35px;
    background: url(../img/thumbs/hand-shake.svg) no-repeat center;
}*/
#partners .titlebar h2 {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 29px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;

}
#partners .titlebar h1 {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 30px;
}
#partners .titlebar h3 {
    line-height: 1.4;
    max-width: 700px;
    margin: 0 auto 40px;
}
#partners .titlebar a:before {
    position: absolute;
    content: "";
    
}
#partners .info-partner {
    text-align: center;
    margin-top: 50px;
}
#partners .info-partner a {
    display: block;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    font-family: 'Montserrat Alternates';
    position: relative;
}
#partners .info-partner p {
    color: #777;
    max-width: 500px;
    margin: 15px auto 5px;
    font-size: 13px;
}
#partners .messenger a {
    display: inline-block;
    font-weight: normal;
} 
#partners .messenger a:hover {
    opacity: 0.8;
}
#partners .messenger i {
    font-size: 21px;
    margin: 20px 6px 15px;
    width: 40px;
    height: 40px;
    background: #F3F3F3;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    
} 
#partners .messenger .fa-viber {
    background: #7D3DAF;
    color: #fff;
}
#partners .messenger .fa-telegram-plane {
    background: #2CA2DA;
    color: #fff;
}
#partners .messenger .fa-whatsapp {
    background: #3DBB28;
    color: #fff;
}

/*------------------------------------------*/
/*  TABS HOLDER IMAGE
/*------------------------------------------*/

#tabs-holder .img-responsive { 
    display: inline-block; 
} 

/*------------------------------------------*/
/*  TABS
/*------------------------------------------*/

.nav-tabs {
    border:none;
}

.nav-tabs > li > a {
    color: #222;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    border: none;   
}

.nav-tabs > li:first-child {
    border-right: 1px solid #999;
    padding-right: 20px;
}

.nav-tabs > li:last-child {
    padding-left: 20px;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #ffc400;
    border: none;
    padding: 0;
}

.nav-tabs > li > a:hover {
    color: #ffc400;
    border: none;
}

/*------------------------------------------*/
/*  Tab Description
/*------------------------------------------*/

.tab-content > .tab-pane {
    padding: 25px 0;
    border: none;
    border: none;
}

.tab-content > .tab-pane p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.tab-content a {
    margin-top: 20px;
    margin-right: 10px;
}



/* ==========================================================================
   05. ABOUT-1
   ========================================================================== */

#about-1 {
    border-top: 1px solid #eee;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5f5 url(../img/thumbs/old_wall.png) repeat;
} 

#about-1 .col-md-4 {
    margin-bottom: 50px;
}
#about-1  .titlebar h2::after {
    height: 0;
}

#about-1 .col-md-4 h3 {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: 0 auto 17px;
    width: 100px;
}
#about-1 .col-md-4 h3 b:before {
    background: #111 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
}
#about-1 .col-md-4 h3 b {
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-top: 18px;
    position: relative;
    color: #111;
}

#about-1 .col-md-4 h3 span  {
    font-size: 15px;
    font-weight: 300;
}

#about-1 .col-md-4 h3 b,
#about-1 .col-md-4 h3 span {
    display: block;
    
}

#about-1 .col-md-4 p {
    padding-left: 10px;
    padding-right: 10px;
}
/*#transport:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sand.jpg);
    opacity: 0.85;
}*/
#transport {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    
}
#transport img {
    width: 95%;
    margin-bottom: 20px;
}
#transport h3 {
    
}
#transport ul {
    margin-top: 25px;
    margin-bottom: 30px;
}
#transport ul h4 {
    margin-top: 0;
    display: inline;
}
#transport ul li {
    margin-bottom: 15px;
}
#transport ul li i {
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    opacity: 0.5;
        vertical-align: middle;
}
#transport ul li .i-1 {
    background: url(../img/icons/i-22.png) no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    margin-right: 18px;
  
}
#transport ul li .i-2 {
    background: url(../img/icons/i-33.png) no-repeat;
    background-size: 100%;
    width: 32px;
    margin-right: 10px;
}
#transport ul li .i-3 {
    background: url(../img/icons/i-11.png) no-repeat;
    background-size: 100%;
    width: 50px;
    margin-right: 20px;
}
#transport ul li h3 {
    display: inline-block;
    vertical-align: top;
}
#works:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -24px;
    background: #fff url(../img/icons/wallet.svg) no-repeat center top;
    background-size: auto auto;
    background-size: auto auto;
    height: 60px;
    width: 60px;
    background-size: 70%;
    margin-left: -30px;
}

#works {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: url(../img/thumbs/wave.png) repeat-x left top;
}
#works .panel-body ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    left: 0;
    top: 11px;
}

#works .panel-body ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.price-block h3  {
    position: relative;
    font-size: 34px;
}
.price-block h3 span {
    font-size: 15px;
    font-weight: 500;
}
.star {
    color: #FF6E00;
    display: inline-block;
}

#works .panel-body i {
    font-size: 15px;
    line-height: 1.35;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    background: #F3F3F3;
    color: #2B206A;
    padding: 15px 20px 18px 20px;
    border-radius: 4px;
}
#works .btn {
    margin-top: 90px;
}
#works .intro_buttons span {
    color: #848484;
display: inline-block;
margin-top: 20px;
font-weight: 300;
}
  
/*------------------------------------------*/
/*  ACCORDION HOLDER IMAGE
/*------------------------------------------*/

#accordion-holder .img-responsive { 
    display: inline-block; 
}  

/*------------------------------------------*/
/*  ACCORDION
/*------------------------------------------*/

.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*------------------------------------------*/
/*  Panel Title
/*------------------------------------------*/

.panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}

.panel-title {
    color: #1D1C21;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #ccc;

}

.panel-title > a {
    display: block;
    color: #000;
    padding: 12px 0;
}

.panel-title > a:hover {
    color: #A71759;
}

/*------------------------------------------*/
/*  Panel Title Icon
/*------------------------------------------*/

.panel-title i {
    color: #E03A69;
    font-size: 20px;
    margin-right: 10px;
}

/*------------------------------------------*/
/*  Panel Content 
/*------------------------------------------*/

.panel-body {
    color: #444;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}

.panel-default > .panel-heading + .panel-collapse {
    border: none;
    border-top: none;
}



/* ==========================================================================
   06. SKILLS
   ========================================================================== */

#skills {   
    background-image: url(../img/parallax_bg/skills.jpg);
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: bottom center;     
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}

/*------------------------------------------*/
/*   SKILLS TITLEBAR
/*------------------------------------------*/

#skills .titlebar {
    margin-bottom: 30px;
}

#skills .titlebar h2 {
    color: #fff;
}

#skills .titlebar h2:after {
    display: block;
    content: "";
    height: 2px;
    width: 100px;
    background: #ffc400;
    margin: 15px auto;
    position: relative;
}

/*------------------------------------------*/
/*   Circle Progress Bars
/*------------------------------------------*/

.chart {
    position: relative;
    margin: 0 auto;
}

.chart:before {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 50%;
    width: 34px;
    height: 3px;
    margin-left: -17px;
    background: #02AED2;
}

.chart canvas{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.chart span {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 100px;
    display: inline-block;
}

.chart span:after{
    content: 'руб./час';
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}
.skills-holder p {
    font-size: 17px;
}
.skills-holder .mid  {
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
}
#skills h4 {
    font-size: 24px;
    font-weight: 400; 
    margin-top: 45px;
}



/* ==========================================================================
   07. SERVICES
   ========================================================================== */

#services {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*------------------------------------------*/
/*    SERVICE IMAGE
/*------------------------------------------*/

#services_image .img-responsive { 
    display: inline-block; 
    margin-bottom: 80px;
}

/*------------------------------------------*/
/*    SERVICE BOX
/*------------------------------------------*/

.service-box {
    margin-bottom: 40px;
}

.service-box h4 {
    color: #222;
    font-size: 20px;
    font-weight: 400;
}

.service-box i {
    margin-right: 10px;
}

.service-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

/*------------------------------------------*/
/*    SERVICE BUTTONS
/*------------------------------------------*/

#service-buttons {
    margin-top: 30px;
}

#service-buttons a {
    margin-right: 20px;
}



/* ==========================================================================
   08. FEATURES
   ========================================================================== */
 
#features {
    background-image: url(../img/parallax_bg/features.jpg); 
    background-attachment: fixed !important;
    background-repeat: repeat;
    background-position: 0 0;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #fff;
}

/*------------------------------------------*/
/*    FEATURES TITLEBAR
/*------------------------------------------*/

#features .titlebar h3, #features .titlebar h2 { 
    color: #fff;
}

/*------------------------------------------*/
/*    FEATURE BOX
/*------------------------------------------*/

.features-box {
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*    Feature Icon
/*------------------------------------------*/

.icon-box {
    width: 70px;
    height: 70px;
    line-height: 70px !important;
    text-align: center;
    float: left;
    font-size: 22px;
    color: #fff;
}

.icon-box i {
    color: #ffc400;
    font-size: 60px;
    margin-top: 10px;
}

/*------------------------------------------*/
/*    Feature Text
/*------------------------------------------*/

.features-text {
    overflow: hidden;
    padding: 0px 0px 0px 30px;
}

.features-text h4 {
    font-size: 20px;
    font-weight: 400;
}

.features-text p {
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-right: 20px;
}



/* ==========================================================================
   09. HISTORY
   ========================================================================== */

#history {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*------------------------------------------*/
/*   TIMELINE 
/*------------------------------------------*/

.timeline {
    background-image: url(../img/thumbs/timeline-bg.png);
    background-repeat: repeat-y;
    background-position: center center; 
    background-color: transparent;  
}

/*------------------------------------------*/
/*   TIMELINE YEAR 
/*------------------------------------------*/

.timeline-year {
    padding: 30px 0 30px;
}

.timeline-year.first {
    padding-top: 0;
}

.timeline-year.last {
    padding-bottom: 0;
}

.timeline-year span {
    background-color: #ffc400;
    color: #333;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
}

/*------------------------------------------*/
/*   TIMELINE ITEM 
/*------------------------------------------*/

.timeline-item {
    display: table;
    width: 100%;
    position: relative;
}

.timeline-item:before {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 2px solid #d5d5d5;
    content: "";   
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
}

.timeline-item-content {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    position: relative;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

/*------------------------------------------*/
/*  Timeline Item Content Arrow
/*------------------------------------------*/

.timeline-item-content:before {  
    width: 20px;
    height: 20px;  
    background-color: #f5f5f5;
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    margin-top: -9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeline-item-content.pull-right:before {
    right: auto;
    left: -10px;
}

.timeline-item-content h4 { 
    font-size: 20px;
    font-weight: 400;
}

/*------------------------------------------*/
/*  Timeline Item Hover
/*------------------------------------------*/

.timeline-item:hover .timeline-item-content {
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff;
}

.timeline-item:hover .timeline-item-content:before {
    background-color: #262626;
    border-right: 1px solid #262626;
    border-top: 1px solid #262626;
}

.timeline-item:hover.timeline-item:before {
    background-color: #ffc400;
    border-color: #ffc400;
}

.timeline-item:hover .timeline-item-content.pull-right:before {
    border-color: transparent transparent #262626 #262626;
}



/* ==========================================================================
   10. STATISTIC BANNER
   ========================================================================== */  
   
#statistic_banner {
    background-image: url(../img/parallax_bg/statistic-banner.jpg);
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: top center;        
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
} 

/*------------------------------------------*/
/*    STATISTIC BANNER TITLEBAR
/*------------------------------------------*/ 

#statistic_banner .titlebar h3,
#statistic_banner .titlebar h2 {
    color: #fff;
}

/*------------------------------------------*/
/*    STATISTIC BLOCK
/*------------------------------------------*/ 

.statistic-block {
    text-align: center;
}

.statistic-icon {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 30px;
}

.statistic-number {
    color: #fff;
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 20px;
}

.statistic-text {
    color: #fff;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
   
   
/* ==========================================================================
   11. LATEST WORKS
   ========================================================================== */
#portfolio:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: url(../img/thumbs/portfolio-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;     
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 0.1;
}
#portfolio {
    padding-top: 80px;
    position: relative;
    background: rgb(218, 32, 81);
    background: -moz-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: -webkit-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: -o-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: -ms-linear-gradient(359deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
    background: linear-gradient(89deg, rgb(218, 32, 81) 0%, rgb(49, 38, 106) 100%);
}

/*------------------------------------------*/
/*     PORTFOLIO TITLEBAR
/*------------------------------------------*/ 

#portfolio .titlebar {
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*    FILTER BUTTONS
/*------------------------------------------*/ 

#gallery-filter {
    margin-bottom: 50px;
}

.btn-toolbar .btn-group {
    float: none;
}
.class-desc {
    text-align: center;
    margin-bottom: 60px;
}
.class-desc h3 b {
    color: #F96400;
    font-weight: inherit;
}
.class-desc-box {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 20px;
}

/*------------------------------------------*/
/*     Button Settings
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn {
    background: #fff;
    color: #333;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 3px;
    padding: 8px 16px;
    text-shadow: none;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
     box-shadow: 0 0 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; 
}

.btn-group > .btn:first-child:not(:last-child),
.btn-group > .btn:last-child:not(:first-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*     Filter Button Hover
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn:hover {
    color: #fff;
    background-color: #ffc400;
}

/*------------------------------------------*/
/*    Filter Button Active
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn.active,
#gallery-filter .btn-group > .btn.focus {
    color: #222;
    background-color: #ffc400;
    box-shadow: 0 0 0 0;
    cursor: default;
}

/*------------------------------------------*/
/*    PORTFOLIO IMAGES HOLDER
/*------------------------------------------*/ 

.portfolio-items-list {
    margin: 0;
    border-top: 1px solid #fff;
}

/*------------------------------------------*/
/*    Portfolio Item
/*------------------------------------------*/ 

.portfolio-item {
    position: relative; 
    display: none;
    opacity: 0;
    -moz-opacity: 0; 
    padding: 0px;
    text-align: center;
    border: 2px solid #fff;
}

.portfolio-item a {
    cursor: url(../img/icons/pointer.png),crosshair;
}

.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.hover-overlay img {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

/*------------------------------------------*/
/*    Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.overlay-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.overlay-content h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/*------------------------------------------*/
/*    Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
    opacity: 0;
    -moz-opacity: 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(167,23,89,0.8);
    -moz-transition: opacity 400ms ease-out;
    -webkit-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*    Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
    opacity: 1; 
    -moz-opacity: 1; 
}

.portfolio-item:hover .overlay-content {
    bottom: 40%;
    opacity: 1; 
    -moz-opacity: 1; 
}



/* ==========================================================================
   12. TEAM
   ========================================================================== */

#team:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -24px;
    background: #fff url(../img/icons/candle.svg) no-repeat center top;
    background-size: auto auto;
    background-size: auto auto;
    height: 70px;
    width: 70px;
    background-size: 70%;
    margin-left: -35px;
}

#team {
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
    background: url(../img/thumbs/wave.png) repeat-x left top;
}
   

/*------------------------------------------*/
/*    TEAM MEMBER
/*------------------------------------------*/

.team-member {
    margin-bottom: 50px;
    position: relative;
    background: url(../img/icons/right-arrow.svg) no-repeat right 33px;
    background-size: 33px;
}
.team-member.last-team {
    background: none;
}
.team-member .img-block {
    width: 110px;
    height: 110px;
    line-height: 100px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #fff;
}

.team-member .img-responsive {
    width: 65px;
    height: 65px;
    display: inline-block;
}
.team-member a {
    color: #DC2256;
}
.mob-phone {
    display: none;
    margin-top: -60px;
    margin-bottom: 20px;
}
.mob-phone a {
    color: #fff;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    font-size: 27px;
}
.mob-phone a b {
    font-weight: 600;
}
.fixed-bottom {
    position: fixed;
    background: #fdde08;
    z-index: 111;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    height: 40px;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
}
.fixed-bottom .phone a {
    color: #111;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 15pt;
    
}
.fixed-bottom .phone a i {
    color: #fff;
    background: #F01400;
    font-size: 17px;
    padding: 7px;
    margin-left: -30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.fixed-bottom .phone a b {
    font-weight: 600;
}
.requisites {
    text-align: center;
    margin-top: 40px;
    opacity: 0.8;
}
/*------------------------------------------*/
/*    Team Member Meta
/*------------------------------------------*/

.team-img-meta h5 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 20px 0px 10px 0;
}

.team-img-meta h6 {
    font-size: 14px;
    color: #ffc400;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.team-img-meta p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.mini-text {
    font-size: 10pt;
    color: #ccc;
    padding: 30px 0;
}

/*------------------------------------------*/
/*    Team Member Social Icons 
/*------------------------------------------*/

.team-member-socials {
    text-align: right;
    display: inline-block;
    margin: 10px auto;
}

.team-member-socials li {
    float: left;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
    width: 30px;
    height: 30px;
    color: #666;
    font-size: 16px; 
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 3px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*   Team Member Social Icons Hover 
/*------------------------------------------*/

.page_social.ico_facebook:hover {color: #3b5998;}
.page_social.ico_twitter:hover {color: #00a9ed;}
.page_social.ico_behance:hover {color: #00a8e7; }
.page_social.ico_google_plus:hover {color: #cd1111;}
.page_social.ico_linkedin:hover {color: #015886;}
.page_social.ico_dribbble:hover {color: #d92d84;}
.page_social.ico_instagram:hover {color: #beb3a8;}
.page_social.ico_pinterest:hover {color: #ac281a;}
.page_social.ico_dropbox:hover {color: #008ad2;}
.page_social.ico_skype:hover {color: #00a9ed; }
.page_social.ico_youtube:hover {color: #cd1b20; }
.page_social.ico_tumblr:hover {color: #3a5976;}
.page_social.ico_vimeo:hover {color: #00adee;}
.page_social.ico_flickr:hover {color: #d2d2d2;}
.page_social.ico_github:hover {color: #222;}
.page_social.ico_renren:hover {color: #364a83;}
.page_social.ico_vk:hover {color: #3b5998; }
.page_social.ico_xing:hover {color: #015f5e;}
.page_social.ico_weibo:hover {color: #be4443;}
.page_social.ico_rss:hover {color: #ff6600;}
.page_social.ico_digg:hover {color: #222;}
.page_social.ico_deviantart:hover {color: #57675d;}
.page_social.ico_envelope:hover {color: #999;}
.page_social.ico_delicious:hover {color: #0A0A0A; }




/* ==========================================================================
   13. PRICING 
   ========================================================================== */

#pricing {
    background: url(../img/thumbs/brush-stroke.png) repeat-x bottom;
    background-size: 30%;
    position: relative;
    margin-bottom: -15px;
    /*border-bottom: 1px solid #eee;*/
    padding-top: 80px;
    padding-bottom: 50px;
} 

/*------------------------------------------*/
/*   PRICING TABLE
/*------------------------------------------*/

#price_1, #price_2, #price_3, #price_4 {
    margin-bottom: 50px;
    padding: 0 5px;
}

.pricing-table {
    background:#F6F6F6 ;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*   Table Header
/*------------------------------------------*/

.pricing-table h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 0;
} 

/*------------------------------------------*/
/*   Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
    background-color: #eee;
    height: 80px;
    color: #222;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 75px;
    
}

.price-row .price span {
    font-size: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.price-row .price sup {
    top: 0;
    font-size: 24px;
    font-weight: 400;
}

/*------------------------------------------*/
/*   Table Body
/*------------------------------------------*/

.pricing-table ul.features {
    color: #333;
    font-size: 15px;
    padding: 5px 40px;
}

.pricing-table ul.features li {
    border-bottom: 1px solid #ccc;
    padding: 13px 0; 
}
.pricing-table ul.features li:last-child {
    border-bottom: 0;
    padding-bottom: 20px;
}

/*------------------------------------------*/
/*   Table Button
/*------------------------------------------*/

.pricing-table .btn {
    margin: 30px 0;
}

/*------------------------------------------*/
/*   Table Highlight
/*------------------------------------------*/

.pricing-table.highlight  {
    background-color: #ffc400;
    border-color: #d9a701;
}

.pricing-table.highlight .price {
    background: #d9a701;
    color: #fff;
    border-color: #d9a701;
}

.pricing-table.highlight ul.features {
    color: #333;
}

.pricing-table.highlight ul.features li {
    border-color: #d9a701;
}

/*------------------------------------------*/
/*   Table Highlight Buttons
/*------------------------------------------*/

.pricing-table.highlight .btn-theme {
    background-color: #333;
    color: #fff;
}

.pricing-table.highlight .btn-theme:hover {
    background-color: #444;
}


   
/* ==========================================================================
   14. CLIENTS
   ========================================================================== */
#clients {
    padding-top: 80px;
    padding-bottom: 80px;
}   

#clients .owl-carousel .owl-item .img-responsive.img-customer{
    width: 90%;
}
#clients .col-md-4 .img-responsive {
       max-width: 112%;
    }
.park-text  {
    font-size: 17px;
    max-width: 560px;
    margin: 30px auto;
    line-height: 1.5;
}    
#clients .auto img {

}
#clients ul li {

    margin-bottom: 25px;
}
#clients ul {
    margin-top: 30px;
}
#clients ul li h3 {
    font-size: 24px;
    margin-bottom:20px;
}
#clients ul li span {
    display: block;
    margin-bottom: 15px;
}
#clients ul li span i {
    color: #FF520A;
    margin-right: 10px;
    font-size: 13px;
    height: 22px;
    float: left;
    margin-top: 5px;
}
#clients  .phone-call {
    display: block;
    color: #000;
    font-size: 28px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ton {
    position: absolute;
    background: #FDDA2D;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    left: 50px;
    top: 30px;
    font-size: 32px;
    line-height: 1;
    padding: 13px 17px;
}
.tonn-14 .ton {
    right: 50px;
    left: auto;
    top: 10px;
}
.ton b {
     display: block;
     margin-bottom: 6px;
}
.ton b i {
    font-size: 18px;
    font-style: normal;
    margin-left: -5px;
}
.ton hr {
    margin: 0 auto;
    width: 75%;
    border-color: #111;
}
.ton small {
    display: block;
    font-size: 45%;
    margin-top: 6px;
}

.cost-min {
    position: absolute;
    background: #FDDA2D;
    width:95px;
    height: 95px;
    border-radius: 50%;
    text-align: center;
    left: 330px;
    top: 343px;
    font-size: 39px;
    line-height: 1;
    padding:16px 13px 15px 18px;
}
.cost-min b {
     display: block;
     margin-bottom: 6px;
     position: relative;
}
.cost-min hr {
    margin: 0 auto;
    width: 75%;
    border-color: #111;
    display: none;
}
.cost-min small {
    display: block;
    font-size: 28%;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 600;
}
.cost-min b  small {
    font-weight: 700;
    position: absolute;
    font-size: 28%;
    left: -9px;
    top: 19px;
}

/*------------------------------------------*/
/*   CLIENTS CAROUSEL NAVIGATION
/*------------------------------------------*/

.customNavigation {
    display: inline-block;
    position: absolute;
    bottom: -60px;
    right: 47.5%;
}

.customNavigation .btn {
    padding: 4px 10px;
    box-shadow: none !important;
    font-size: 14px;
    background-image: none!important;
}

.customNavigation i {
    font-size: 20px;
    color: #fff;
}



/* ==========================================================================
   15 TESTIMONIALS 
   ========================================================================== */

#testimonials {
    padding-top: 80px;
    position: relative;
    background: #000;
}
.testimonials-yellow {

}   
.testimonials-yellow #testimonials {
    padding-bottom: 60px;
    background: #000 ;
}   
#testimonials .container {
    position: relative;
}
#testimonials .btn-theme {
    background: #FDDE08;
    color: #000;
}
#testimonials .btn-theme:hover {
    opacity: 0.8;
}
#testimonials .titlebar.v-2 h2 {
    color: #fff;
}
.testimonials-yellow #testimonials .titlebar.v-2 h2 {
    color: #000;
}
.driver-holder {

}
.driver-holder img {
    width: 60px;
    margin: 0 auto;
}
.driver-holder .col-sm-4:last-child img {
    width: 54px;
    margin-top: 3px;
    margin-bottom: 2px;
}
.driver-holder p {
    margin: 15px auto;
    color: #fff;
}

#testimonials .btn-block {
    position: relative;
    margin: 45px auto 0;
    
    padding-bottom: 60px;
}
.app-block {
    border-left: 2px solid #ccc;
    padding-left: 30px;
}
.app-block a {
    background: url(../img/icons/app-link-android-ru.svg) no-repeat center;
    background-size: 100%;
    width: 134px;
    height: 40px;
    display: inline-block;
    border: 1px solid #444;
    border-radius: 4px;
}
.app-block p {
    color: #ccc;
    margin-bottom: 0
}
.work-partner {
    text-align: right;
    padding-right: 30px;
}
.work-partner p {
    line-height: 1.2;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    color: #ccc;
    margin-bottom: 0;
}
.work-partner a {
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.tm-driver {
    border-top: 1px dashed #ccc;
    padding: 60px 0 70px;
    background: rgba(0,0,0,0.6);
    position: relative;
}

/*------------------------------------------*/
/*    TESTIMONIALS TITLEBAR
/*------------------------------------------*/ 
#testimonials::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: url(../img/review.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}
#testimonials h3 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
}

#testimonials .clients-counter {
    color: #52D1EC;
    font-size: 30px;
    font-weight: 700;
}

/*------------------------------------------*/
/*    Testimonial Message 
/*------------------------------------------*/ 

.testi-content {
    background-color: #fff;
    position: relative;
    padding: 25px 30px;
    border: 0 solid #54D3EE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 3px 4px rgba(0,0,0,0.4);
    margin: 0 10px;
}

.testimonial p {
    color: #555;
    margin: 0 0 15px;
    font-style: italic;
    font-weight: 300;
}

.testimonial h4 {
    
}

/*------------------------------------------*/
/*    Testimonial Message Arrow
/*------------------------------------------ 

.testi-arrow {
    height: 32px;
    width: 32px;
    background-image: url(../img/icons/testimonial-arrow-down.png);
    background-attachment: scroll;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 47%;  
}*/

/*------------------------------------------*/
/*    Testimonial Message Avatar 
/*------------------------------------------*/ 

.testimonial .client-img {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin:0 auto 10px;
}

.testimonial .client-img img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/*------------------------------------------*/
/*    Testimonial Message Author
/*------------------------------------------*/ 

.testimonial .testi-author {
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
    top: 10px;
}

.testimonial h4 {
    color: #000;
    font-size: 11pt;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    margin-top: 0;
}

.testimonial span {
    color:#000;
    margin: 2px 0 20px;
    display: block;
}



/* ==========================================================================
   16. BLOG
   ========================================================================== */

#blog {
    padding-top: 80px;
    padding-bottom: 50px;
} 
#blog .titlebar h2::after {
    height: 0;
}
#blog .titlebar h3 {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 8px 20px 10px;
    text-transform: none;
}
#blog article h3 {
    font-size: 22px;
    margin-top: 20px;
}
#blog article h3 b {

    font-weight: 400;
}

#blog p:before {
    background: #ff2c2c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "!";
    font-size: 25px;
    font-weight: 600;
    height: 35px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 35px;
}

#blog p {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #555;
    padding: 20px 25px 20px 80px;
    position: relative;
    
}

/*------------------------------------------*/
/*    BLOG ARTICLE
/*------------------------------------------*/ 

#blog article {
    margin-bottom: 50px;  
}

/*------------------------------------------*/
/*    Blog Post Titlebar
/*------------------------------------------*/ 

#blog .blog-post-titlebar h4 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 20px 0 5px;
    text-transform: uppercase;
}

/*------------------------------------------*/
/*    Blog Post Meta
/*------------------------------------------*/ 

.blog-post-info {
    color: #666;
    padding-bottom: 10px;
    font-style: italic;
}

.blog-post-info a {
    color: #ffc400;
}

/*------------------------------------------*/
/*    Blog Post Description
/*------------------------------------------*/ 

.blog-post-desc {
    line-height: 24px;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*    Blog Post Button
/*------------------------------------------*/ 

#blog .btn-theme {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 16px;

}

/*------------------------------------------*/
/*    Video Content Settings
/*------------------------------------------*/ 

.video-block {
    position: relative;
    padding-bottom: 75.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}



/* ==========================================================================
   17. PROMO LINE
   ========================================================================== */ 

#promo_line {
    background-image: url(../img/parallax_bg/promo-line.jpg); 
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}   

/*------------------------------------------*/
/*   PROMO LINE CONTENT
/*------------------------------------------*/  

#promo_line h2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 2px; 
    text-transform: uppercase;
    margin-bottom: 5px;
}

#promo_line p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 20px;
}

#promo_line a {
    margin-right: 15px;
}



/* ==========================================================================
   18. CONTACT-INFO 
   ========================================================================== */
/*#contact-info:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,196,0,0.75);
    
}*/
#contact-info {
    padding-top: 70px;
    position: relative;
     
} 

/*------------------------------------------*/
/*   Contact Info
/*------------------------------------------*/  

.contact-info {
    margin-bottom: 30px;
   
}

/*------------------------------------------*/
/*   Contact Info Icon
/*------------------------------------------*/ 

.contact-info i,  .contact-info .fas, .contact-info .far {
    color: #111;
    margin: 3px 20px 70px;
    display: block;
    float: left;
    font-size: 15pt;
    width: 40px;
    height: 40px;
    background: #FDDE08;
    line-height: 40px;
    text-align: center;
}
.contact-info .mobile-alt {
    background-image: url(../img/thumbs/iphone.png);
}
.contact-info .marker-alt {
    background-image: url(../img/thumbs/placeholder.png);
    
}
.contact-info .envelope {
    background-image: url(../img/thumbs/email.png);
    
}
.contact-info .clock {
    background-image: url(../img/thumbs/clock.png);
    
}
/*------------------------------------------*/
/*   Contact Text
/*------------------------------------------*/ 

.contact-info h4 {
    color: #1D1C21;
    font-size: 13pt;
    font-weight: 500;
}

.contact-info p {
    color: #555;
    font-size: 14px;
    margin-bottom: 3px;
}

.contact-info a {
    color: #555;
    font-size: 15px;
}

.contact-info a:hover {
  color: #F01400;
}
.contact-info .link-soc {
    border-bottom: 1px solid;
    font-size: 14px;
}
.contact-info .link-soc:hover {
    border-bottom: 0px solid;

}
#map {
    height: 400px;
    margin-bottom: 60px;
}
.contact_description small {
    margin-left: 5px;
    font-size: 11pt;
    color: #ea0707;
    font-weight: 700;
}
.contact_description small b {
    color: #121212;
}
.contact_description img {
    width: 15px;
    margin-left: 5px;
}

/* ==========================================================================
   19. GOOGLE MAP
   ========================================================================== */

.googlemap-wrapper {
  position: relative;
}

.googlemap-wrapper img {
  max-width: none !important;
}

.map-canvas {
  width: 100%;
  height: 500px;
  padding: 6px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #2f2f2f;
  content: '\f110';
  text-align: center;
  font-size: 20px;
  font-family: 'FontAwesome';
  line-height: 30px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   20. CONTACTS 
   ========================================================================== */

#contact {
    background-image: url(../img/pw_maze_black.png);
    background-repeat: repeat;
    color: #aaa;
    
} 
#contact .overlay {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(0,0,0, 0.0);
}
/*------------------------------------------*/
/*    Contact Titlebar
/*------------------------------------------*/

#contact .titlebar {
    margin-bottom: 20px;
}
#contact .titlebar h2 {
    position: relative;
    padding-top: 15px;
}
/*#contact .titlebar h2::before {
    position: absolute;
    content: "";
    top: -27px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 28px;
    background: url(../img/icons/taxi-white.png) no-repeat center;
    background-size: 100%;
}*/
#contact .titlebar h3, 
#contact .titlebar h2 {
    color: #fff;
}

/*------------------------------------------*/
/*    CONTACT FORM
/*------------------------------------------*/

#contact-form {
    margin-top: 30px;
}
/*------------------------------------------*/
/*    Contact Form Input
/*------------------------------------------*/

#contact-form .form-control {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #666;
    box-shadow: 0 0 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    background-color: #f3f3f3;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 12px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 0 0;
}

#contact-form textarea {
    min-height: 200px;
}

/*------------------------------------------*/
/*    Contact Form Input Focus
/*------------------------------------------*/

.form-control:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*    Contact Form Submit Button
/*------------------------------------------*/

#form_btn {
    margin-top: 20px;
}

#form_btn .btn-theme {
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*    Contact Form Error Message 
/*------------------------------------------*/

.error {
    color: red;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}




/* ==========================================================================
   20. FOOTER
   ========================================================================== */ 
 
#footer {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-top: -55px;
    position: relative;
    z-index: 1;
}

/*------------------------------------------*/
/*    Newsletter
/*------------------------------------------*/

#newsletter {
    margin-bottom: 10px;    
}

#newsletter h3 {
    color: #ddd;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

#newsletter p {
    color: #ddd;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
}

.message {
    font-size: 15px;
    margin-bottom: 20px;
}

#newsletter_form {
    margin: 15px auto;
    width: 50%;
}

/*------------------------------------------*/
/*    Newsletter Form Input
/*------------------------------------------*/

#newsletter form input[type="email"] {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 74%;
    color: #414141;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

#newsletter form input[type="submit"] {
    width: 25%;
    background-color: #ffc400;
    border: 1px solid #ffc400;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

#newsletter form input[type="submit"]:hover {
    background-color: #d9a701;
}


#footer_copyright p {
    color: #999;
    font-size:9pt;
    padding: 4px 0 0;
    font-weight: 300;
}
#footer_copyright p a {
    color: #666F7F;
}
#footer_copyright p span {
    color: #ffc400;
    font-size: 15px;
    font-weight: 800;
}

/*------------------------------------------*/
/*   Footer Social Icons  
/*------------------------------------------*/

.contact-socials {
    display: inline-block; 
    padding-left: 0;

}

.contact-socials li {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}

/*------------------------------------------*/
/*   Footer Social Icon Setting 
/*------------------------------------------*/

.foo_social {
    text-align: center;
    color: #999;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin: 0 5px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*   Footer Social Icons Hover 
/*------------------------------------------*/

.foo_social.ico-facebook:hover {background-color: #3b5998; color: #fff;}
.foo_social.ico-twitter:hover {background-color: #00a9ed; color: #fff;}
.foo_social.ico-behance:hover {background-color: #00a8e7; color: #fff;}
.foo_social.ico-google-plus:hover {background-color: #cd1111; color: #fff;}
.foo_social.ico-linkedin:hover {background-color: #015886; color: #fff;}
.foo_social.ico-dribbble:hover {background-color: #d92d84; color: #fff;}
.foo_social.ico-instagram:hover {background-color: #beb3a8; color: #fff;}
.foo_social.ico-pinterest:hover {background-color: #ac281a; color: #fff;}
.foo_social.ico-dropbox:hover {background-color: #008ad2; color: #fff;}
.foo_social.ico-skype:hover {background-color: #00a9ed; color: #fff;}
.foo_social.ico-youtube:hover {background-color: #cd1b20; color: #fff;}
.foo_social.ico-tumblr:hover {background-color: #3a5976; color: #fff;}
.foo_social.ico-vimeo:hover {background-color: #00adee; color: #fff;}
.foo_social.ico-flickr:hover {background-color: #d2d2d2; color: #fff;}
.foo_social.ico-github:hover {background-color: #222; color: #fff;}
.foo_social.ico-renren:hover {background-color: #364a83; color: #fff;}
.foo_social.ico-vk:hover {background-color: #3b5998; color: #fff;}
.foo_social.ico-xing:hover  {background-color: #015f5e; color: #fff;}
.foo_social.ico-weibo:hover  {background-color: #be4443; color: #fff;}
.foo_social.ico-rss:hover{background-color: #ff6600; color: #fff;}
.foo_social.ico-digg:hover  {background-color: #222; color: #fff;}
.foo_social.ico-deviantart:hover {background-color: #57675d; color: #fff;}
.foo_social.ico-envelope:hover {background-color: #999; color: #fff;}
.foo_social.ico-delicious:hover {background-color: #0A0A0A; color: #fff;}



/* ==========================================================================
   21. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: url(../img/icons/back-to-top-red.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: #f2f2f2; 
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;   
}

#scrollUp:hover {
    background-color: rgba(255,255,255, 0.8);    
}

nav a#pull {  
    display: none;  
}



/* ==========================================================================
   22. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */

#form_response {
    margin: 50px auto; 
}

#form_response .img-responsive { 
    display: inline-block;
}

#form_response h1 {
    font-size: 26px; 
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}

#form_response p {
    font-size: 16px; 
    font-weight: 300;
    line-height:24px;
    margin-bottom: 20px;
}

#form_response .btn-theme {
    background-color: #ffc400;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px 12px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#form_response .btn-theme:hover {
    background-color: #ffc400;
    color: #fff;
}

#contentForm b {
    display: none;
}
#contentForm {
    color: #fff;
}
#contentForm .container {
    color: #111;
}
#contact-form textarea, #intro_form textarea {
    min-height: 100px;
    background-color: #f0f0f0;
    color: #262626;
}
#cme-btn {
    display: none!important;
}
body #cme-container #cme-form-main.cme-tpl-default {
    background: #fff!important;
    font-family: 'Ubuntu', sans-serif!important;
    font-size: 13px!important;
    padding: 10px!important;
}
body #cme-container #cme-form-main.cme-tpl-default .cme-btn-place span a {
    opacity: 0;
}
body #cme-container #cme-form-main.cme-tpl-default .callme-field {
    color: #111 !important;
    font-size: 14px!important;
}
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="text"], #cme-container #cme-form-main.cme-tpl-default .callme-field [type="tel"],
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="number"], #cme-container #cme-form-main.cme-tpl-default .callme-field [type="email"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field textarea {
    font-size: 15px!important;
}
body #cme-container #cme-form-main.cme-tpl-default #callme-submit {
    color: #000!important;
    background: #FDDE08!important;
    text-transform: uppercase!important;
    box-shadow: none!important;
    width: 100%!important;
    font-size: 13px!important;
    padding: 8px 7px 8px!important;
}
body #cme-container #cme-form-main.cme-tpl-default .h6 {
    color: #000 !important;
    font-size: 20px !important;
    background: none !important;
    font-weight: 600!important;
}
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="text"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="tel"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="number"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="email"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field textarea {
    border-radius: 0!important;
    padding: 7px 8px !important;
}
#cme-container #cme-form-main.cme-tpl-default #callme-close {
    font-size: 20px !important;
height: 25px !important;
width: 25px !important;
margin-top: 5px !important;
line-height: 1;
}

.modal-header {
    padding: 15px 25px;
}
.modal-body {
    line-height: 1.8;
    padding: 25px;
}
.modal-dialog {
    max-width: 500px;
}
.modal-body hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.partner-index {
    padding: 0 0 60px;
    text-align: center;
}
.partner-index .slick-slide img {
    height: 90px;
    display: inline-block;
}
.slick-dots {
    bottom: -43px;
}
.slick-dots li button::before {
    color: #777;
    opacity: .5;
}

/* ==========================================================================
   20. CONTACTS 
   ========================================================================== */


#contact {
    background-image: url(../img/thumbs/dn.jpg);
    color: #aaa;
    position: relative;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
} 

#contact .overlay {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(0,0,0,0.7);
}
/*------------------------------------------*/
/*    Contact Titlebar
/*------------------------------------------*/

#contact .titlebar {
    margin-bottom: 20px;
}
#contact .titlebar h2::after {
    height: 0;
}
#contact .titlebar h3, 
#contact .titlebar h2 {
    color: #fff;
}

/*------------------------------------------*/
/*    CONTACT FORM
/*------------------------------------------*/

#contact-form {
    margin-top: 30px;
}
/*------------------------------------------*/
/*    Contact Form Input
/*------------------------------------------*/

#contact-form .form-control {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #666;
    box-shadow: 0 0 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    background-color: #f3f3f3;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 12px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 0 0;
}

#contact-form textarea {
    min-height: 200px;
}

/*------------------------------------------*/
/*    Contact Form Input Focus
/*------------------------------------------*/

.form-control:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*    Contact Form Submit Button
/*------------------------------------------*/

#form_btn {
    margin-top: 20px;
}

#form_btn .btn-theme {
    
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#contact #form_register_btn {
    margin-top: 0;
}

/*------------------------------------------*/
/*    Contact Form Error Message 
/*------------------------------------------*/

.error {
    color: red;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}



