/*------------------------------------------------------------------------
# Consult Free HTML5 Template 1.0 - Nov 16, 2017
# ------------------------------------------------------------------------
# Designed & coded by Awe7
# Websites:  http://awe7.com -  Email: info@awe7.com
--------------------------------------------------------------------------

	1. base
	2. form-item
	3. consult_boxNumber
	4. brand_01
	5. consult_breadcrumb
	6. carousel-hash
	7. carousel
	8. Comments
	9. countDown
	10. dropdown
	11. consult_form_01
	12. consult_formSearch
	13. consult_formSub
	14. grid-css
	15. consult_iconbox
	16. consult_infobox
	17. consult_pagination
	18. consult_post_01
	19. consult_post_02
	20. consult_post_03
	21. consult_pricing
	22. social
	23. consult_tagCloud
	24. consult_testimonial
	25. consult_textbox_01
	26. consult_title-01
	27. video
	28. consult_widget_text
	29. consult_footer
	30. consult_header
	31. consult_layoutBlog
	32. consult_pageTitle
	33. consult_sidebar
	34. consult_slider

--------------------------------------------------------------------------*/




.post-02__body {
    padding: 20px 30px;
    border: 1px solid #ebebeb;
    border-top: none;
}

.post-02__title {
    font-size: 18px;
    margin-bottom: 0;
}

.post-02__department {
    color: #c2c2c2;
}

.post-02__content {
    content: "";
}

.post-02__description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 131.25px;
    /* Fallback for non-webkit */
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.875;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .post-02__description {
        margin-bottom: 55px;
    }
}

.post-02__link {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

.post-02__style-02 {
    overflow: hidden;
}

.post-02__style-02:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background: rgba(243, 156, 18, .9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .5s;
}

.post-02__style-02:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, transparent 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.post-02__style-02 .post-02__body {
    border: none;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    padding: 30px;
    color: white;
    transition: all ease .5s;
}

@media (min-width: 992px) {
    .post-02__style-02 .post-02__body {
        padding: 50px;
    }
}

.post-02__style-02 .post-02__title {
    font-size: 24px;
    font-weight: 400;
}

.post-02__style-02 .post-02__title a {
    color: white !important;
}

.post-02__style-02 .post-02__department {
    margin-bottom: 20px;
}

@media (min-width: 320) {
    .post-02__style-02 .post-02__department {
        margin-bottom: calc(4.46429vw + 5.71429px);
    }
}

@media (min-width: 768px) {
    .post-02__style-02 .post-02__department {
        margin-bottom: 40px;
    }
}

.post-02__style-02 .post-02__link {
    color: white;
}

.post-02__style-02:hover:before {
    opacity: 1;
    visibility: visible;
}

.post-02__style-02:hover .post-02__department {
    color: white;
}

.consult-project {
    padding: 0 30px;
}

@media (min-width: 576px) {
    .consult-project {
        padding: 0 75px;
    }
}


/* 20. consult_post_03
--------------------------------------------------------------------------------*/

.post-03 {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

@media (min-width: 0) {
    .post-03 {
        margin-bottom: calc(10.08065vw + 50px);
    }
}

@media (min-width: 992px) {
    .post-03 {
        margin-bottom: 150px;
    }
}

@media (min-width: 992px) {
    .post-03__media {
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 50%;
        padding-right: 70px;
    }
}

.post-03__media img {
    width: 100%;
    height: 100%;
}

.post-03__body {
    padding: 30px 10% 30px 0;
}

@media (min-width: 992px) {
    .post-03__body {
        float: right;
        width: 50%;
    }
}

.post-03__subTitle {
    font-size: 16px;
    font-weight: 700;
    color: #c2c2c2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post-03__title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

@media (min-width: 0) {
    .post-03__title {
        font-size: calc(1.5625vw + 30px);
    }
}

@media (min-width: 768px) {
    .post-03__title {
        font-size: 42px;
    }
}

.post-03__description {
    margin-bottom: 35px;
}

.post-03__link {
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 700;
}

.post-03__link > i {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .post-03__reverse .post-03__media {
        right: 0;
        left: auto;
    }

    .post-03__reverse .post-03__body {
        float: left;
    }
}


/* 21. consult_pricing
--------------------------------------------------------------------------------*/

.pricing {
    text-align: center;
    background-color: white;
    border: 1px solid #ebebeb;
    transition: all ease .3s;
    padding: 40px 20px;
    margin-bottom: 30px;
}

.pricing:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}

.pricing__icon {
    font-size: 40px;
}

.pricing__title {
    font-size: 16px;
    font-weight: 700;
    color: #626262;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.pricing__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.pricing__list > li {
    margin-bottom: 5px;
}

.pricing__list > li.disable {
    color: #c2c2c2;
}

.pricing__price {
    font-weight: 700;
    font-size: 40px;
    color: #1f1c2f;
    line-height: 1;
    margin-bottom: 35px;
}

.pricing__price > span {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.pricing__price .pricing__time {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-left: 10px;
    vertical-align: bottom !important;
}

.pricing__time {
    color: #c2c2c2;
    text-transform: uppercase;
}


/* 22. social
--------------------------------------------------------------------------------*/

.social-01 {
    text-align: center;
}

.social-01__title {
    font-size: 12px;
    font-weight: 600;
    color: #1c1c1c;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.social-01__navSocial {
    overflow: hidden;
}

.social-01__item {
    color: #c2c2c2;
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
    transition: all ease .3s;
}

.social-01__style-02 .social-01__item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0 10px;
    background-color: #f7f7f7;
}

.social-01__style-02 .social-01__item:hover {
    background-color: #f39c12;
    color: white;
}

.social-01__style-03 .social-01__title {
    font-size: 16px;
    color: #626262;
    letter-spacing: 0;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
}

.social-01__style-03 .social-01__navSocial {
    display: inline-block;
    vertical-align: middle;
}


/* 23. consult_tagCloud
--------------------------------------------------------------------------------*/

.tagclould > a {
    font-weight: 700;
    color: #c2c2c2;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px 5px 0;
    margin-right: 5px;
}

.tagclould > a:first-child {
    padding-left: 0;
    margin-left: 0;
}

.tagclould > a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.tagclould > a:hover {
    color: #f39c12;
    text-decoration: underline;
}


/* 24. consult_testimonial
--------------------------------------------------------------------------------*/

.testimonial {
    border: 1px solid #ebebeb;
    padding: 40px;
    margin: 50px 0;
    transition: all ease .3s;
}

.testimonial:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}

.testimonial__info {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.testimonial__info:after {
    content: "\E67E";
    font-family: 'themify';
    font-size: 48px;
    color: #c2c2c2;
    top: -15px;
    right: 5px;
    position: absolute;
}

.testimonial__avatar {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}

.testimonial__name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.testimonial__position {
    color: #c2c2c2;
}

.testimonial__content {
    font-size: 16px;
}

.testimonial__text {
    font-size: 16px;
}


/* 25. consult_textbox_01
--------------------------------------------------------------------------------*/

.textbox {
    padding: 10px;
    margin: 50px 0;
    background-color: white;
    text-align: center;
    transition: all ease .3s;
}

.textbox:hover {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .2);
}

.textbox__image img {
    width: 100%;
}

.textbox__body {
    padding: 20px;
}

@media (min-width: 992px) {
    .textbox__body {
        padding: 25px 30px;
    }
}

.textbox__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.textbox__description {
    color: #c2c2c2;
}

.textbox__style-02 {
    border: 1px solid #ebebeb;
}

.textbox__style-02 .textbox__description {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .textbox-group {
        position: relative;
        -webkit-transform: translateY(-35%);
                transform: translateY(-35%);
    }
}


/* 26. consult_title-01
--------------------------------------------------------------------------------*/

.title-01 {
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .title-01 {
        margin-bottom: 100px;
    }
}

.title-01__subTitle {
    color: #c2c2c2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.title-01__title {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 30px;
}

@media (min-width: 320px) {
    .title-01__title {
        font-size: calc(1.36364vw + 25.63636px);
    }
}

@media (min-width: 1200px) {
    .title-01__title {
        font-size: 42px;
    }
}

.title-01__title > span, .title-01__title > a {
    color: #f39c12;
}

.title-01__style-02 .title-01__title {
    font-size: 30px;
}

@media (min-width: 992px) {
    .title-01__style-03 {
        padding-right: 10%;
        margin-bottom: 70px;
    }
}

.title-01__style-03 .title-01__title {
    margin-bottom: 30px;
}

.title-01__style-04 .title-01__title {
    margin-bottom: 35px;
}

.title-01__style-05 .title-01__subTitle {
    font-size: 16px;
}

.title-01__style-05 .title-01__title {
    font-weight: 700;
}

.title-01__style-05 .title-01__title > span,
.title-01__style-05 .title-01__title > a {
    text-decoration: underline;
}


/* 27. video
--------------------------------------------------------------------------------*/

.video-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all ease 1s;
}

.video-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ccc;
}

.video-background:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    z-index: 1;
}

.video-background img {
    width: 100%;
}

.video-inner {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.video-title {
    font-size: 16px;
    text-transform: capitalize;
    color: white;
}

@media (min-width: 400px) {
    .video-title {
        font-size: calc(2.75vw + 5px);
    }
}

@media (min-width: 1200px) {
    .video-title {
        font-size: 38px;
    }
}

.video-button {
    font-size: 20px;
    width: 65px;
    height: 65px;
    line-height: 63px;
    border: 2px solid white;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease .3s;
}

.video-button i {
    margin-left: 5px;
}

.video-button:hover, .video-button:focus {
    border-color: #f39c12;
    background-color: #f39c12;
}

.video {
    position: relative;
    overflow: hidden;
}

.video.play-video:after, .video.play-video .video-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.video--popup .video-background {
    position: static;
}


/* 28. consult_widget_text
--------------------------------------------------------------------------------*/

.widget-text__widget {
    color: #c2c2c2;
}

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

.widget-text__widget ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.widget-text__widget ul li a {
    display: block;
}

.widget-text__widget + .widget-text__widget {
    margin-top: 40px;
}

@media (min-width: 320px) {
    .widget-text__widget + .widget-text__widget {
        margin-top: calc(5.11364vw + 23.63636px);
    }
}

@media (min-width: 1200px) {
    .widget-text__widget + .widget-text__widget {
        margin-top: 85px;
    }
}

.widget-title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.widget-text__style-02 ul li, .widget-text__style-03 ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
}

.widget-text__style-02 ul li:before, .widget-text__style-03 ul li:before {
    content: "\F105";
    font-family: FontAwesome;
    display: inline-block;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -15px;
}

.widget-text__style-02 ul li:hover, .widget-text__style-02 ul li:focus,
.widget-text__style-03 ul li:hover, .widget-text__style-03 ul li:focus {
    color: #f39c12;
}

.widget-text__style-03 ul li a {
    color: #c2c2c2;
}

.widget-text__style-03 ul li a:hover, .widget-text__style-03 ul li a:focus {
    color: #f39c12;
}

.widget-text__style-04 .widget-text__content > * {
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
}

.widget-text__style-04 .widget-text__content > *:first-child {
    padding-top: 0;
}

.widget-text__style-04 .widget-text__content > *:last-child {
    border-bottom: none;
}


/* 29. consult_footer
--------------------------------------------------------------------------------*/

.footer {
    background-color: #1a1a23;
    overflow: hidden;
    color: #c2c2c2;
}

.footer .row {
    position: relative;
}

.footer .widget-text__widget ul li a {
    color: #c2c2c2;
}

.footer .widget-text__widget ul li a:hover {
    color: #f39c12;
}

.footer__main {
    padding: 80px 15px 50px;
}

@media (min-width: 768px) {
    .footer__main {
        padding: 80px 30px 40px;
    }
}

@media (min-width: 1200px) {
    .footer__main {
        padding: 140px 75px 60px;
    }
}

.footer__copyright {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(235, 235, 235, .1);
}

.footer__item {
    margin-bottom: 40px;
}

.footer__item .consult_logo {
    margin-bottom: 20px;
}

.footer__item .form-sub {
    padding-right: 0;
}

.consult_backToTop {
    top: 0;
    right: 30px;
    position: absolute;
    display: block;
    text-align: right;
}

.consult_backToTop a {
    color: #f39c12 !important;
    padding-right: 0;
}

.consult_backToTop i {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .consult_backToTop {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .consult_backToTop {
        position: static;
    }
}
@charset "UTF-8";



/* 30. consult_header
--------------------------------------------------------------------------------*/

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    transition: background ease .3s;
}

.header .container {
    position: relative;
}

.header:after, .header:before {
    content: "";
    display: table;
    clear: both;
}

.header .consult-nav {
    float: right;
    transition: padding .3s ease;
    padding: 35px 20px;
}

.header .consult-nav .consult-menu a {
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .header .consult-nav .consult-menu a {
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    .header .consult-nav {
        text-align: center;
        padding: 0;
        float: none;
    }
}

.header .search-form {
    display: inline-block;
    margin-left: 10px;
}

@media (min-width: 992px) {
    .header .search-form {
        margin-left: 40px;
    }
}

.header.shrink {
    position: fixed;
    background-color: white;
}

.header.shrink .header__logo {
    height: 60px;
    line-height: 60px;
}

.header.shrink .header__chooseLanguage, .header.shrink .search-form__toggle {
    height: 70px;
    line-height: 70px;
}

@media (min-width: 992px) {
    .header.shrink .consult-nav .consult-menu > li > a {
        height: 70px;
        line-height: 70px;
    }
}

.header.shrink .consult-nav {
    padding: 15px 20px;
}

@media (min-width: 992px) {
    .header.shrink .consult-nav {
        padding: 0;
    }
}

.header + * {
    margin-top: 100px;
}

.header__logo {
    height: 100px;
    max-width: 100px;
    line-height: 100px;
    float: left;
    transition: height .3s ease;
}

.header__chooseLanguage {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    transition: height .3s ease;
}

.header__chooseLanguage i {
    margin: 0 5px;
}

.header__chooseLanguage a {
    display: block;
}

.header__toogleGroup {
    float: right;
}

.search-form__toggle {
    height: 100px;
    line-height: 100px;
    transition: height .3s ease;
    cursor: pointer;
}

.search-form__form {
    top: 100%;
    right: 0;
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: all .3s ease;
}

@media (min-width: 576px) {
    .search-form__form {
        width: 300px;
    }
}

.search-form__form .form-search, .search-form__form .form-search > form,
.search-form__form .form-search > form > input {
    height: 100%;
    background-color: white;
}

.search-form {
    position: relative;
}

.search-form.open .search-form__form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header__style-02 {
    background-color: transparent;
}

.header__style-02 + * {
    margin-top: 0;
}

.header__style-02:not(.shrink) {
    box-shadow: none;
}

.header__style-02:not(.shrink) .consult-nav .consult-menu > li > a {
    color: #fff;
}

.header__style-02:not(.shrink) .consult-nav .consult-menu .current-menu-item > a {
    color: #f39c12;
}

.header__style-02:not(.shrink) .dropdown__toggle {
    color: #c2c2c2;
}

.header__style-02:not(.shrink) .search-form__toggle {
    color: #fefefe;
}

.header__style-02 .navbar-toggle > span {
    background-color: #fefefe;
}

.header__style-03 {
    background-color: transparent;
    box-shadow: none;
}

.header__style-03 + * {
    margin-top: 0;
}

.navbar-toggle {
    cursor: pointer;
}

.navbar-toggle > span {
    width: 31px;
    height: 3px;
    background-color: #1f1c2f;
    display: block;
    margin: 5px auto;
    transition: all .3s ease-in-out;
}

.navbar-toggle.open > span:nth-child(1), .navbar-toggle.open > span:nth-child(3) {
    width: 25px;
}

.navbar-toggle.open > span:nth-child(1) {
    -webkit-transform: translateX(-10px) rotate(-45deg);
            transform: translateX(-10px) rotate(-45deg);
}

.navbar-toggle.open > span:nth-child(3) {
    -webkit-transform: translateX(-10px) rotate(45deg);
            transform: translateX(-10px) rotate(45deg);
}

.consult-nav {
    z-index: 999;
}

.consult-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.consult-nav li {
    position: relative;
    z-index: 9;
}

.consult-nav li a {
    display: block;
    position: relative;
    text-decoration: none;
}

@media (min-width: 993px) {
    .consult-nav {
        text-align: center;
    }

    .consult-nav li:hover > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .sub-menu {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
                 transform-origin: 50% 0;
    }

    .consult-nav .consult-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }

    .consult-nav .consult-menu a {
        padding: 20px 30px;
    }

    .consult-nav .consult-menu .sub-menu {
        background-color: #fff;
        text-align: left;
        border: 1px solid rgba(0, 0, 0, .1);
        border-top: 3px solid #f39c12;
    }

    .consult-nav .consult-menu .sub-menu a {
        padding: 10px 15px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .consult-nav .consult-menu .sub-menu a:after {
        right: 15px;
    }

    .consult-nav .consult-menu .sub-menu li .sub-menu {
        top: -2px;
    }

    .consult-nav .consult-menu .sub-menu li:first-child > a {
        border-top: 0;
    }

    .consult-nav .consult-menu .sub-menu li:first-child .sub-menu {
        top: -3px;
    }

    .consult-nav .consult-menu > li {
        display: inline-block;
    }

    .consult-nav .consult-menu a {
        font-size: 14px;
        color: #868686;
        transition: all 300ms ease;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 25px;
        height: 100px;
        line-height: 100px;
    }

    .consult-nav .consult-menu .sub-menu {
        display: block !important;
    }

    .consult-nav .consult-menu .sub-menu .current-menu-parent > a,
    .consult-nav .consult-menu .sub-menu .current-menu-item > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .current-menu-parent > a,
    .consult-nav .consult-menu .current-menu-item > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .sub-menu {
        width: 250px;
        position: absolute;
        top: 100%;
        z-index: -1;
        left: 0;
        transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
    }

    .consult-nav .consult-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .consult-nav .consult-menu .sub-menu li.menu-item-has-children > a:after {
        font-family: "FontAwesome";
        content: "\F105";
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .consult-nav .consult-menu .sub-menu li > a {
        font-size: 14px;
        transition: all 300ms ease;
        font-weight: 300;
        text-transform: capitalize;
        height: auto;
        line-height: 1.875;
        color: #8f8f8f;
        border-bottom: none;
        box-shadow: none;
    }

    .consult-nav .consult-menu .sub-menu li:hover > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .sub-menu li .current-menu-parent > a,
    .consult-nav .consult-menu .sub-menu li .current-menu-item > a {
        color: #f39c12;
    }

    .consult-nav .navbar-toggle {
        display: none;
    }
}

@media (max-width: 992px) {
    .consult-nav .consult-menu {
        position: fixed;
        top: 0;
        will-change: transform;
    }

    .consult-nav .consult-menu a {
        font-size: 14px;
    }

    .consult-nav .consult-menu a:after {
        right: 0;
        width: 50px;
        text-align: center;
    }

    .consult-nav .consult-menu .sub-menu {
        display: none;
    }

    .consult-nav .consult-menu {
        background-color: #111;
    }

    .consult-nav .consult-menu a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #eee;
    }

    .consult-nav .consult-menu a:after {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    .consult-nav .consult-menu {
        left: 0;
        width: 280px;
        background-color: #111;
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
    }

    .consult-nav .active.consult-menu {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .consult-nav .consult-menu {
        z-index: 99999;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;
        width: 280px;
        transition: all 300ms ease;
    }

    .consult-nav .consult-menu li {
        position: relative;
    }

    .consult-nav .consult-menu li.menu-item-has-children > a:after {
        font-family: "FontAwesome";
        content: "\F107";
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .consult-nav .consult-menu a {
        padding: 12px 15px;
        font-size: 14px;
    }

    .consult-nav .consult-menu a:hover {
        color: #f39c12;
    }

    .consult-nav .consult-menu .active > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .current-menu-parent > a,
    .consult-nav .consult-menu .current-menu-item > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .sub-menu a {
        padding: 12px 15px;
    }

    .consult-nav .consult-menu .sub-menu .menu-item-has-children > a:hover {
        color: #f39c12;
    }

    .consult-nav .consult-menu .sub-menu .menu-item-has-children.active > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .sub-menu .menu-item-has-children.current-menu-parent > a {
        color: #f39c12;
    }

    .consult-nav .consult-menu .sub-menu .current-menu-item > a {
        color: #f39c12;
    }

    .consult-nav .navbar-toggle {
        display: block;
    }
}


/* 31. consult_layoutBlog
--------------------------------------------------------------------------------*/

.layout-blog {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.layout-blog__content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
        flex: 0 0 100%;
    max-width: 100%;
}

.layout-blog__sidebar {
    display: none;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar-left .layout-blog__sidebar, .sidebar-right .layout-blog__sidebar {
    display: block;
}

@media (min-width: 992px) {
    .sidebar-left .layout-blog__content {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin-left: 8.333333%;
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .sidebar-left .layout-blog__sidebar {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
        max-width: 25%;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .sidebar-right .layout-blog__content {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .sidebar-right .layout-blog__sidebar {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
        max-width: 25%;
        margin-left: 8.333333%;
    }
}


/* 32. consult_pageTitle
--------------------------------------------------------------------------------*/

.page-title {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
    text-align: center;
}

@media (min-width: 0) {
    .page-title {
        padding-top: calc(8.68056pxvw + 50px);
        padding-bottom: calc(8.68056pxvw + 50px);
    }
}

@media (min-width: 576) {
    .page-title {
        padding-top: calc(8.01282vw + 53.84615px);
        padding-bottom: calc(8.01282vw + 53.84615px);
    }
}

@media (min-width: 1200px) {
    .page-title {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.page-title__title {
    font-size: 30px;
    font-weight: 400;
}

@media (min-width: 0) {
    .page-title__title {
        font-size: calc(3.16667vw + 30px);
    }
}

@media (min-width: 1200px) {
    .page-title__title {
        font-size: 68px;
    }
}


/* 33. consult_sidebar
--------------------------------------------------------------------------------*/


/* 34. consult_slider
--------------------------------------------------------------------------------*/

.slider {
    position: relative;
}

.slider .owl-video-tn {
    width: 100%;
    background-size: cover;
}

.slider__item {
    height: 100vh;
    text-align: center;
}

.slider__item:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.slider__content {
    position: relative;
    z-index: 2;
}

.slider__content h2 {
    font-weight: 400;
    color: white;
    font-size: 30px;
}

@media (min-width: 320px) {
    .slider__content h2 {
        font-size: calc(5.65476vw + 11.90476px);
    }
}

@media (min-width: 992px) {
    .slider__content h2 {
        font-size: 68px;
    }
}

.slider__content p {
    font-size: 18px;
    color: #c2c2c2;
}




.filter__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.filter__list > li {
    display: inline-block;
    padding: 10px;
    margin: 0 10px;
}

.filter__list > li.current > a {
    color: #f39c12;
}

.filter__list a {
    font-weight: 700;
    color: #c2c2c2;
}

.filter__list a:hover {
    color: #f39c12;
}
.consult_logo {
    display: block;
}

.consult-background {
    background-image: url("../img/backgrounds/3.jpg");
    background-repeat: repeat;
    background-size: initial;
}

.consult-phone {
    color: #f39c12;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}

@media (min-width: 320px) {
    .consult-phone {
        font-size: calc(2.95455vw + 20.54545px);
    }
}

@media (min-width: 1200px) {
    .consult-phone {
        font-size: 56px;
    }
}

.consult-back {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: white;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
    border: 1px solid #ebebeb;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 60px;
    transition: all ease .3s;
    font-size: 18px;
    color: #f39c12;
    text-align: center;
}

.consult-back:hover {
    border-color: #f39c12;
    background-color: #f39c12;
    color: white;
}

.consult-404 {
    width: 100%;
    height: 100vh;
    text-align: center;
}

.consult-404__content {
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .consult-404__content {
        padding-top: calc(22.32143vw - 21.42857px);
        padding-bottom: calc(22.32143vw - 21.42857px);
    }
}

@media (min-width: 992px) {
    .consult-404__content {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.consult-404__content > img {
    margin-bottom: 55px;
}

.consult-404__content > h1 {
    font-size: 80px;
    font-weight: 400;
    color: #f39c12;
    letter-spacing: 20px;
    margin-bottom: 5px;
}

@media (min-width: 320px) {
    .consult-404__content > h1 {
        font-size: calc(5.95238vw + 60.95238px);
    }
}

@media (min-width: 992px) {
    .consult-404__content > h1 {
        font-size: 120px;
    }
}

.consult-404__content > h2 {
    font-weight: 400;
}

.consult-404__content a {
    color: #f39c12;
    font-weight: 700;
    text-decoration: underline;
}

.consult-commingsoon {
    text-align: center;
}

.consult-commingsoon h4 {
    font-weight: 400;
}

.consult-commingsoon h3 {
    margin-bottom: 100px;
}

.consult-postDetail__main, .consult-projectDetail__main {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .consult-postDetail__main, .consult-projectDetail__main {
        padding-top: calc(20.83333vw - 110px);
        padding-bottom: calc(20.83333vw - 110px);
    }
}

@media (min-width: 1200px) {
    .consult-postDetail__main, .consult-projectDetail__main {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .consult-postDetail__main, .consult-projectDetail__main {
        margin-top: -100px;
        padding-left: 0;
        padding-right: 0;
    }

    .consult-postDetail__main p.text, .consult-postDetail__main .image-full,
    .consult-projectDetail__main p.text,
    .consult-projectDetail__main .image-full {
        margin-bottom: 70px;
    }
}

.consult-postDetail__main p.text, .consult-postDetail__main .image-full,
.consult-projectDetail__main p.text, .consult-projectDetail__main .image-full {
    margin-bottom: 40px;
}

.consult-postDetail__main .social-01, .consult-projectDetail__main .social-01 {
    float: left;
    margin-bottom: 30px;
}

.consult-postDetail__main .social-01 + *,
.consult-projectDetail__main .social-01 + * {
    clear: both;
}

@media (min-width: 992px) {
    .consult-postDetail__main .social-01,
    .consult-projectDetail__main .social-01 {
        position: absolute;
        left: 0;
    }

    .consult-postDetail__main .social-01 .social-01__item,
    .consult-projectDetail__main .social-01 .social-01__item {
        display: block;
        margin: 20px 10px;
    }
}

@media (min-width: 1200px) {
    .consult-postDetail__main .social-01,
    .consult-projectDetail__main .social-01 {
        left: 10%;
    }
}

.consult-postDetail__main h1, .consult-projectDetail__main h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .consult-postDetail__main h1, .consult-projectDetail__main h1 {
        font-size: calc(2.88462vw + 7.38462px);
    }
}

@media (min-width: 1200px) {
    .consult-postDetail__main h1, .consult-projectDetail__main h1 {
        font-size: 42px;
    }
}

.consult-postDetail__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
}

.consult-postDetail__meta li {
    display: inline-block;
    margin-right: 30px;
    color: #c2c2c2;
    font-size: 14px;
}

.consult-postDetail__meta li i {
    margin-right: 10px;
}

.consult-projectDetail__slider .owl-dots {
    left: 0;
    right: 0;
    bottom: 50px;
    position: absolute;
}
