@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Consulting Pro
Version:        2.0
Created Date:   10.05.2017
Last change:    10.05.2017
Primary use:    Consulting Finance Corporate Business - ConsultingPro
Author:         ThemeMascot
URL:            http://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/

/*
This file contains the common styles of this theme.
*/

/*------------------------------------------------------------------
[table of contents]

* typography.less
* common.less
* extra.less
* overlay.less
* header.less
* nav.less
* topbar.less
* inner-header-title.less
* vertical-nav.less
* menu-full-page.less
* boxed-layout.less
* form.less
* side-push-panel.less
* box-hover-effect.less
* gallery-isotope.less
* slider.less
* home.less
* about.less
* causes.less
* volunteer.less
* contact.less
* event.less
* practice-area.less
* services.less
* job.less
* shop.less
* blog.less
* shortcodes.less
	* alerts.less
	* blockquote.less
	* buttons.less
	* clients.less
	* countdown-Timer.less
	* countdown.less
	* dividers.less
	* facebook-disqus-comments.less
	* faqs.less
	* flex-slider.less
	* flip-box.less
	* font-icons.less
	* funfacts.less
	* infinitescroll.less
	* instagram.less
	* lightbox.less
	* map.less
	* pegination.less
	* pricing.less
	* process-steps.less
	* progress-bar.less
	* promo.less
	* section-title.less
	* separators.less
	* styled-icons.less
	* tabs.less
	* teams.less
	* testimonials.less
	* toggles-accordions.less
	* vertical-timeline.less
	* working-process.less
* Footer
* ===============================================
*/

@import "../css/font-awesome.min.css";
/*  @import "../css/font-awesome-animation.min.css"; */

@import "../css/pe-icon-7-stroke.css";
/* @import "../css/elegant-icons.css"; */

/* @import "../css/icomoon.css"; */

/* @import "../css/ionicons.css"; */

/* @import "../css/stroke-gap-icons.css"; */

@import "../css/utility-classes.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,900');
/*
 * Typography.less
 * -----------------------------------------------
*/

::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #333333;
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #333333;
    /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

html {
    font-size: 100%;
}

body {
    line-height: 1.7;
    color: #777777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

a {
    color: #999999;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #737373;
    text-decoration: none;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
    width: 100%
}

.lead {
    font-size: 18px
}

/* -------- Headings ---------- */

h1,
.h1 {
    font-size: 3.4rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1,
h2,
.h1,
.h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333333;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
}

h3 a,
h4 a,
h5 a,
h6 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #333333;
}

/* -------- Body Text ---------- */

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 10px;
}

/* -------- Basic Structure ---------- */

html {
    font-size: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 90%;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 85%;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 80%;
    }
}

html,
html a {
    -webkit-font-smoothing: antialiased;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
    width: 100%;
}

.lead {
    font-size: 18px;
}

/* -------- List ---------- */

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul ul,
ol ul {
    margin-left: 15px;
}

/* -------- List Icons ---------- */

.list-border li {
    border-bottom: 1px dashed #d3d3d3;
    padding: 10px 0;
}

.dark .list-border li {
    border-bottom: 1px dashed #333333;
}

/* -------- Section & Divider ---------- */

section {
    position: relative;
}

section>.container,
section>.container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* -------- Scroll To Top ---------- */

.scrollToTop {
    background: rgba(0, 0, 0, 0.1);
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}

.scrollToTop i {
    color: #fff;
    font-size: 42px;
}

/* slider revolution */

.tp-bannertimer {
    z-index: 21;
}

/*
 * overlays.less
 * -----------------------------------------------
*/

.layer-overlay {
    position: relative;
    /* overlay-dark */
    /* overlay-white */
}

.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.layer-overlay.overlay-white-9::before {
    background-color: rgba(255, 255, 255, 0.9);
}

.half-divider .overlay-theme-color-1,
.half-divider .overlay-theme-color-2,
.half-divider .overlay-theme-color-3 {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

/*
 * header.less
 * -----------------------------------------------
*/

.navbar-scrolltofixed {
    z-index: 999 !important;
}

.header-top {
    padding: 0;
}

.header-top .widget {
    line-height: 3rem;
    margin-bottom: 0;
}

.header-top .widget ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-top .widget ul li:first-child {
    padding-left: 0;
}

.header-top .widget .styled-icons {
    line-height: 1;
}

/* -------- Custom theme style ---------- */

.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
}

/* Transparent Header */

.header {
    /* -------- Header floating ---------- */
}

/* -------- Scrolltofixed ---------- */

.header-nav {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    /* -------- Navbar Sticky Animated ---------- */
}

/* -------- Header Nav ---------- */

.header-nav {
    position: relative;
}

.header-nav .header-nav-wrapper {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
}

/* -------- Menuzord ---------- */

.menuzord-menu ul.dropdown li {
    margin: 0;
}

.menuzord-menu ul.dropdown li a {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 25px 7px 22px;
}

.menuzord-menu ul.dropdown li .indicator {
    top: 4px;
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    min-width: 230px;
}

/* -------- Megamenu-Row ---------- */

@media only screen and (max-width: 900px) {
    .menuzord-menu {
        background: #fff;
    }
}

/* menu-full-page plugin code */

.form-control {
    box-shadow: none;
    height: 45px;
    border: 1px solid #eeeeee;
}

label {
    font-weight: normal;
}

.form-transparent .form-control {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f7f7f7;
}

.form-transparent textarea.form-control,
.form-white textarea.form-control {
    height: 150px;
}

form label {
    font-weight: bold;
}

/* form error */

/* -------- Portfolio Isotop Filter ---------- */

textarea {
    resize: none;
}

/* -------- Entry-Meta Absolute ---------- */

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/* -------- Btn-Dark ---------- */

.btn-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-circled {
    border-radius: 25px;
}

.btn-flat {
    border-radius: 0;
}

/* -------- Btn-Default ---------- */

.btn {
    font-size: 14px;
    padding: 8px 22px;
    line-height: 1.38;
}

/* -------- Btn-sm ---------- */

.btn-sm {
    font-size: 12px;
    padding: 5px 17px;
}

/* -------- Btn-lg ---------- */

.btn-lg {
    font-size: 14px;
    padding: 10px 26px;
}

/* -------- Btn-transparent ---------- */

.btn-transparent {
    background-color: transparent;
    color: #fff;
}

/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/

.divider,
.parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* -------- Parallax ---------- */

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
}

.mobile-parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/

.icon-box {
    margin-bottom: 30px;
}

.icon-box i {
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box.left {
    text-align: left;
}

.icon-box.left a {
    margin-right: 30px;
    padding: 0;
}

/*
 * Shortcode: opening-hours.less
 * -----------------------------------------------
*/

.opening-hours ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}

.opening-hours ul li span {
    float: left;
}

.opening-hours ul li .value {
    float: right;
}

.opening-hours ul li .closed {
    border-radius: 4px;
    font-size: 13px;
    padding: 0 6px;
}

/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/

.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.styled-icons a:hover {
    color: #666666;
}

.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

/*


/* -------- Footer & Sidebar Widgets ---------- */

.widget {
    margin-bottom: 40px;
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget .list-border li {
    margin-bottom: 0;
    padding: 10px 0;
}

.widget .styled-icons li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget .styled-icons li a {
    margin-bottom: 0;
}

.widget.dark .widget-title {
    color: #fff;
}

.widget.no-border ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* -------- Horizontal Contact Widget Dark ---------- */

.widget.dark .btn.btn-default {
    border-color: #333;
}

/* @import "team.less"; */

/*
 * testimonials.less
 * -----------------------------------------------
*/

.testimonial .comment p {
    color: #a9a9a9;
    font-weight: 400;
}

/* -------- Testimonial-Style1 ---------- */

.testimonial.style1 .author {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonial.style1 .title {
    color: #c0c0c0;
    margin-bottom: 20px;
}

.testimonial.style1 .comment {
    padding: 35px 25px;
}

.testimonial.style1 .comment p {
    font-weight: 500;
    margin-left: 30px;
}

.testimonial.style1 .comment {
    background: #fff;
    color: #777777;
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 1px;
    position: relative;
}

.testimonial.style1 .comment::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    left: 20px;
    position: absolute;
    top: 7px;
    opacity: 0.8;
}

/*.testimonial.style1 .comment::after {
  bottom: -18px;
  right: 19px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: fade(@black, 04%) transparent transparent transparent;
}*/

.testimonial.style1 .comment::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 30px;
    top: 97%;
}

.section-title .title {
    margin-top: 0;
    position: relative;
    line-height: 1;
}

.section-title p {
    font-size: 14px;
}

/*Theme Section Title*/

.section-title {
    margin-bottom: 30px;
}

/*
 * owl-carousel.less
 * -----------------------------------------------
*/

.owl-carousel {
    /* owl dots */
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #D6D6D6;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 12px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-carousel .owl-nav button {
    border-radius: 0;
    display: block;
    margin: -32px auto;
    position: absolute;
    opacity: 0.4;
    top: 50%;
    z-index: 6;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.owl-carousel .owl-nav button i {
    color: #555;
    vertical-align: middle;
    font-size: 16px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background: rgba(240, 240, 240, 0.8) !important;
    padding: 10px !important;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background: rgba(240, 240, 240, 0.8) !important;
    padding: 10px !important;
}

.diamond-line-centered-theme-colored2 {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    position: relative;
}

.diamond-line-centered-theme-colored2:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90px;
}

.diamond-line-centered-theme-colored2:before {
    border: 3px solid #fff;
    bottom: -5px;
    content: "";
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 14px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.diamond-line-left-theme-colored2 {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    position: relative;
}

.diamond-line-left-theme-colored2:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 90px;
}

.diamond-line-left-theme-colored2:before {
    border: 3px solid #fff;
    bottom: -5px;
    content: "";
    height: 14px;
    left: 15px;
    position: absolute;
    right: 0;
    width: 14px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.line-bottom-double-line-centered {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.line-bottom-double-line-centered::before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20px;
}

.line-bottom-double-line-centered::after {
    bottom: 7px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
}

/*
 * nav.less
 * -----------------------------------------------
*/

.menuzord-menu>li>a {
    color: #404040;
    font-size: 13px;
}

/*
 * footer.less
 * -----------------------------------------------
*/

.footer a {
    color: #808080;
}

.footer .widget .widget-title {
    margin-top: 0px;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 10px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

#spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: unset;
    margin: unset;
    position: relative;
    top: unset;
    width: 100%;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0
}

.breadcrumb>li+li::before {
    content: "\f04b";
    font-family: fontawesome;
    font-size: 9px;
    margin-right: 5px
}

.breadcrumb li.active {
    font-weight: 600
}

.breadcrumb.white li.active {
    color: #fff
}

.breadcrumb.white li a {
    color: #fff
}

.feature-item {
    overflow: hidden;
}

.feature-item .thumb {
    position: relative;
}

.feature-item .thumb .title {
    bottom: -64%;
    color: #fff;
    height: 100%;
    padding: 10px 20px 20px;
    position: absolute;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}

.feature-item:hover .thumb .title {
    bottom: 0;
    opacity: 0.9;
    padding-top: 30px;
}

.feature-item .thumb .title h3 {
    color: #fff;
    margin: 0 0 15px;
}

.feature-item .thumb .title i {
    margin-top: 8px;
}

.feature-item .thumb img {
    transition: all 300ms ease-in-out 0s;
}

.feature-item:hover .thumb img {
    transform: scale3d(1.1, 1.1, 1.1);
}

@media only screen and (max-width: 1199px) {
    .project-thumb .project-caption .title {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    .project-thumb .project-caption .description {
        font-size: 12px;
    }
    .feature-item .thumb .title h3 {
        font-size: 20px;
    }
    .feature-item .thumb .title i {
        margin-top: 6px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    .feature-item .thumb .title {
        bottom: -54%;
    }
    .project-thumb .project-caption .title {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    .project-thumb .project-caption .description {
        font-size: 12px;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .project-thumb .project-caption .title {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    .project-thumb .project-caption .description {
        font-size: inherit;
    }
}

@media only screen and (max-width: 479px) {
    .feature-item .thumb .title {
        bottom: -65%;
    }
}