﻿/*------------------------------------------------------------------------
# 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

--------------------------------------------------------------------------*/



/* 1. base
--------------------------------------------------------------------------------*/

a[disabled], input[disabled], button[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.page-wrap {
    overflow: hidden;
}

.md-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(6.81818vw + 28.18182px);
        padding-bottom: calc(6.81818vw + 28.18182px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.md-text-left, .text-left {
    text-align: left !important;
}

.md-text-center, .text-center {
    text-align: center !important;
}

.md-text-right, .text-right {
    text-align: right !important;
}

.md-text-underline {
    text-decoration: underline !important;
}

.md-round {
    border-radius: 5px !important;
}

.md-pill {
    border-radius: 50% !important;
}

.md-tb {
    display: table;
    width: 100%;
    height: 100%;
}

.md-tb__cell {
    display: table-cell;
    vertical-align: middle;
}

.md-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-fixed {
    background-attachment: fixed;
}

.md-bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.full {
    width: 100%;
    height: 100vh;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
.embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
a {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    color: #f39c12;
}

a:focus {
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background-color: #1a1a23;
}

::selection {
    color: #fff;
    background-color: #1a1a23;
}

.md-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(14.88095vw + 2.38095px);
        padding-bottom: calc(14.88095vw + 2.38095px);
    }
}

@media (min-width: 992px) {
    .md-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 13px 25px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus,
.btn.active.focus {
    color: #fff;
    text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fff;
    background-color: #1a1a23;
    border-color: transparent;
}

.btn-default.btn-outline {
    color: #040406;
    background-color: transparent;
    border-color: #1a1a23;
}

.btn-default.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #040406;
    border-color: transparent;
}

.btn-default:hover, .btn-default.hover {
    color: #fff;
    background-color: #252532;
    border-color: transparent;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #040406;
    border-color: transparent;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus,
.btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: black;
    border-color: transparent;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus,
.btn-default.disabled.focus, .btn-default[disabled]:hover,
.btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #1a1a23;
    border-color: transparent;
}

.btn-default .badge {
    color: #1a1a23;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #f39c12;
    border-color: transparent;
}

.btn-primary.btn-outline {
    color: #c87f0a;
    background-color: transparent;
    border-color: #f39c12;
}

.btn-primary.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #c87f0a;
    border-color: transparent;
}

.btn-primary:hover, .btn-primary.hover {
    color: #fff;
    background-color: #000;
    border-color: 2px solid #4d9fff;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c87f0a;
    border-color: transparent;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus,
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a66908;
    border-color: transparent;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus,
.btn-primary.disabled.focus, .btn-primary[disabled]:hover,
.btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #f39c12;
    border-color: transparent;
}

.btn-primary .badge {
    color: #f39c12;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #3c763d;
    border-color: #336534;
}

.btn-success.btn-outline {
    color: #2b542c;
    background-color: transparent;
    border-color: #3c763d;
}

.btn-success.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2b542c;
    border-color: #336534;
}

.btn-success:hover, .btn-success.hover {
    color: #fff;
    background-color: #458746;
    border-color: #336534;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b542c;
    border-color: #336534;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus,
.btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f3d1f;
    border-color: #336534;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus,
.btn-success.disabled.focus, .btn-success[disabled]:hover,
.btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #3c763d;
    border-color: #336534;
}

.btn-success .badge {
    color: #3c763d;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #31708f;
    border-color: #2a617c;
}

.btn-info.btn-outline {
    color: #245269;
    background-color: transparent;
    border-color: #31708f;
}

.btn-info.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #245269;
    border-color: #2a617c;
}

.btn-info:hover, .btn-info.hover {
    color: #fff;
    background-color: #387fa2;
    border-color: #2a617c;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #245269;
    border-color: #2a617c;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus,
.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #1b3d4e;
    border-color: #2a617c;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus,
.btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #31708f;
    border-color: #2a617c;
}

.btn-info .badge {
    color: #31708f;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #785f33;
}

.btn-warning.btn-outline {
    color: #66512c;
    background-color: transparent;
    border-color: #8a6d3b;
}

.btn-warning.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #66512c;
    border-color: #785f33;
}

.btn-warning:hover, .btn-warning.hover {
    color: #fff;
    background-color: #9c7b43;
    border-color: #785f33;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #66512c;
    border-color: #785f33;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus,
.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #4d3d21;
    border-color: #785f33;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus,
.btn-warning.disabled.focus, .btn-warning[disabled]:hover,
.btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #8a6d3b;
    border-color: #785f33;
}

.btn-warning .badge {
    color: #8a6d3b;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d40000;
    border-color: #b00;
}

.btn-danger.btn-outline {
    color: #a10000;
    background-color: transparent;
    border-color: #d40000;
}

.btn-danger.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a10000;
    border-color: #b00;
}

.btn-danger:hover, .btn-danger.hover {
    color: #fff;
    background-color: #e00;
    border-color: #b00;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a10000;
    border-color: #b00;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus,
.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #7d0000;
    border-color: #b00;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus,
.btn-danger.disabled.focus, .btn-danger[disabled]:hover,
.btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d40000;
    border-color: #b00;
}

.btn-danger .badge {
    color: #d40000;
    background-color: #fff;
}

.btn-link {
    color: #f39c12;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #b06f09;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #fff;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.table-responsive-01 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-responsive-01 table > thead > tr > th,
.table-responsive-01 table > thead > tr > td,
.table-responsive-01 table > tbody > tr > th,
.table-responsive-01 table > tbody > tr > td,
.table-responsive-01 table > tfoot > tr > th,
.table-responsive-01 table > tfoot > tr > td {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .table-responsive-02 table, .table-responsive-02 thead,
    .table-responsive-02 tbody, .table-responsive-02 th, .table-responsive-02 td,
    .table-responsive-02 tr {
        display: block;
    }

    .table-responsive-02 thead {
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
    }

    .table-responsive-02 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-02 tr {
        padding: 15px 0;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

    .table-responsive-02 td {
        position: relative;
        padding: 15px 10px 15px 30% !important;
    }

    .table-responsive-02 td:before {
        content: attr(data-th);
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25%;
        padding-right: 10px;
    }
}


.btn {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    height: 46px;
    line-height: 44px;
    border: 2px solid #4d9fff;
    background-color: #000;
}

.btn-w180 {
    min-width: 180px;
}





/* 2. form-item
--------------------------------------------------------------------------------*/

.form-control, select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"] {
    box-shadow: none;
    outline: none;
    margin: 0;
    border-radius: 0;
    padding: 0 15px !important;
    line-height: 44px;
    border: 1px solid #ebebeb;
    color:  #ebebeb;
    font-size: 14px;
    vertical-align: middle;
    height: 46px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #000;
}

.form-control::-webkit-input-placeholder, select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
    color: #c2c2c2;
}

.form-control::-moz-placeholder, select::-moz-placeholder,
textarea::-moz-placeholder, input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder {
    color: #c2c2c2;
}

.form-control:-moz-placeholder, select:-moz-placeholder,
textarea:-moz-placeholder, input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder {
    color: #c2c2c2;
}

.form-control:-ms-input-placeholder, select:-ms-input-placeholder,
textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
    color: #c2c2c2;
}

.form-control:focus, select:focus, textarea:focus, input[type="text"]:focus,
input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: #a4baee;
}

.form-control:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder {
    color: #1f1c2f;
}

.form-control:focus::-moz-placeholder, select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder {
    color: #1f1c2f;
}

.form-control:focus:-moz-placeholder, select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder, input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder {
    color: #1f1c2f;
}

.form-control:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder {
    color: #1f1c2f;
}

.form-control[disabled], select[disabled], textarea[disabled],
input[type="text"][disabled], input[type="password"][disabled],
input[type="datetime"][disabled], input[type="datetime-local"][disabled],
input[type="date"][disabled], input[type="month"][disabled],
input[type="time"][disabled], input[type="week"][disabled],
input[type="number"][disabled], input[type="email"][disabled],
input[type="url"][disabled], input[type="search"][disabled],
input[type="tel"][disabled], input[type="color"][disabled] {
    opacity: .65;
    cursor: not-allowed;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]),
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type="checkbox"], input[type="radio"] {
    width: auto !important;
}



textarea {
    height: auto !important;
}

 {
    /* no-gutters Class Rules */
}

.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.image-full img {
    width: 100% !important;
}

.overflow-hidden {
    overflow: hidden;
}

.inline-block {
    display: inline-block;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
/* Typography */

body {
    margin: 0;
    padding: 0;
    line-height: 1.875;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #626262;
}

body.md-skin-dark {
    background-color: #1a1a23;
}

.md-skin-dark {
    color: rgba(255, 255, 255, .8);
}

.md-skin-dark h1, .md-skin-dark h2, .md-skin-dark h3, .md-skin-dark h4,
.md-skin-dark h5, .md-skin-dark h6 {
    color: white;
}

a {
    color: #1f1c2f;
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.33333;
    color: #ea7171;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f39c12;
    text-decoration: none;
}

h1 {
    font-size: 68px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

blockquote {
    border: 0;
    font-size: 18px;
    padding: 30px;
    margin: 0 0 70px 0;
    position: relative;
    color: #626262;
    background-color: #f7f7f7;
}

@media (min-width: 992px) {
    blockquote {
        padding: 40px 100px;
    }
}

blockquote:before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #f39c12;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote p {
    font-style: italic;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-size: 40px !important;
    margin-bottom: 20px;
}

blockquote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}

@media (min-width: 576px) {
    blockquote {
        font-size: 22px;
    }
}

abbr {
    color: #67dee8;
    border-width: 2px;
}

mark, .mark {
    background-color: #f39c12;
    color: #fff;
}


/* 3. consult_boxNumber
--------------------------------------------------------------------------------*/

.box-number {
    margin-bottom: 30px;
}

.box-number__number {
    color: #f39c12;
}

.box-number__number > h2 {
    font-size: 30px;
    font-weight: 300;
    color: #f39c12;
    margin-bottom: 5px;
    line-height: 1.333;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 320px) {
    .box-number__number > h2 {
        font-size: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .box-number__number > h2 {
        font-size: 60px;
    }
}

.box-number__number > span {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
}

.box-number__description {
    font-weight: 700;
    color: #c2c2c2;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* 4. brand_01
--------------------------------------------------------------------------------*/

.brand-01__image {
    text-align: center;
    margin-bottom: 30px;
    transition: all ease .3s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.brand-01__image img {
    width: auto !important;
    display: inline-block !important;
}

.brand-01__image:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}


/* 5. consult_breadcrumb
--------------------------------------------------------------------------------*/

.breadcrumb__item {
    color: #626262;
}

.breadcrumb__item:after {
    content: ">";
    margin: 0 5px;
}

.breadcrumb__item.active {
    color: #c2c2c2;
}

.breadcrumb__item.active:after {
    display: none;
}


/* 6. carousel-hash
--------------------------------------------------------------------------------*/

.buttonHash {
    margin-top: 30px;
}


/* 7. carousel
--------------------------------------------------------------------------------*/

.owl-carousel .owl-item {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-nav, .owl-dots {
    text-align: center;
    margin-top: 5px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    background-color: #c2c2c2;
}

.owl-dot.active {
    background-color: #f39c12;
}

.owl-prev, .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0;
    display: inline-block;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-prev:after, .owl-next:after {
    font-size: 36px;
    font-family: FontAwesome;
    line-height: 1;
}

.owl-prev.disabled, .owl-next.disabled {
    color: #c2c2c2;
}

.owl-prev {
    left: 0;
}

.owl-prev:after {
    content: "\F104";
}

.owl-next {
    right: 0;
}

.owl-next:after {
    content: "\F105";
}

@media (min-width: 576px) {
    .owl-prev {
        left: -40px;
    }

    .owl-next {
        right: -40px;
    }
}

.js-consult-slider .owl-item {
    opacity: .3;
}

.js-consult-slider .owl-item.active {
    opacity: 1;
}

.consult-slide {
    margin: 0 -30px;
    overflow: hidden;
}

.consult-slide .carousel__element {
    padding: 0 30px;
}

.consult-slide .owl-stage-outer {
    overflow: visible !important;
}

/* ==============================================
   OEKKEO Pvt Ltd - Dark Themed Hero Banner
   ============================================== */

.oekkeo-hero-dark {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #0b0e14, #141a26);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 6%;
  box-sizing: border-box;
}

/* ---------- Inner Wrapper ---------- */
.oekkeo-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap;
  z-index: 2;
}

/* ---------- Left Content ---------- */
.oekkeo-hero-content {
  flex: 1;
  min-width: 300px;
  animation: fadeInLeft 1.2s ease both;
}

.oekkeo-hero-content h1 {
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.oekkeo-hero-content .thin {
  font-weight: 300;
  color: #bfc6d2;
}

.oekkeo-hero-content .highlight {
  color: #4d9fff;
}

.oekkeo-hero-content .brand {
  color: #ff3c3c;
}

.oekkeo-hero-content p {
  font-size: 1.0rem;
  color: #c9d1db;
  margin-bottom: 40px;
  max-width: 500px;
  line-height: 1.6;
  animation: fadeIn 1.5s ease both 0.4s;
}

/* ---------- Button ---------- */
.oekkeo-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 34px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 71, 186, 0.4);
  animation: fadeInUp 1.7s ease both 0.6s;
  margin-bottom: 40px;
  border: 2px solid #fff0;
}

.oekkeo-btn:hover {
 transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(193, 18, 31, 0.5);
  border: 2px solid #ea7171;
  color: #fff;
  background: #f000;
}

/* ---------- Right Visual ---------- */
.oekkeo-hero-visual {
  flex: 1;
  min-width: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInRight 1.4s ease both;
}

.visual-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,71,186,0.3), rgba(193,18,31,0.2));
  filter: blur(50px);
  animation: floatCircle 6s ease-in-out infinite alternate;
}

.aligner-visual {
  width: 360px;
  position: relative;
  z-index: 2;
  animation: floatUpDown 5s ease-in-out infinite alternate;
}

/* ---------- Floating Shapes ---------- */
.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(25px);
  animation: moveShape 8s ease-in-out infinite alternate;
}

.shape-blue {
  width: 130px;
  height: 130px;
  background: #0047ba;
  top: 18%;
  left: 5%;
}

.shape-red {
  width: 160px;
  height: 160px;
  background: #c1121f;
  bottom: 10%;
  right: 10%;
  animation-delay: 2s;
}

/* ---------- Curved Bottom Transition ---------- */
.oekkeo-hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #f7f7f7;
  clip-path: path("M0,50 C300,150 900,-50 1300,100 C1700,200 1920,50 1920,50 L1920,120 L0,120 Z");
  z-index: 3;
}

/* ---------- Animations ---------- */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes floatCircle {
  from { transform: scale(1) translateY(0); }
  to { transform: scale(1.1) translateY(-15px); }
}

@keyframes floatUpDown {
  from { transform: translateY(0); }
  to { transform: translateY(-15px); }
}

@keyframes moveShape {
  from { transform: translate(0, 0); }
  to { transform: translate(20px, -20px); }
}

/* ---------- Responsive Design ---------- */
@media (max-width: 992px) {
  .oekkeo-hero-dark {
    height: auto;
    padding: 100px 6% 80px;
    text-align: center;
  }

  .oekkeo-hero-inner {
    flex-direction: column-reverse;
    gap: 60px;
  }

  .oekkeo-hero-content h1 {
    font-size: 2.6rem;
  }

  .oekkeo-hero-content p {
    font-size: 1rem;
  }

  .aligner-visual {
    width: 280px;
  }

  .visual-glow {
    width: 300px;
    height: 300px;
  }

  .oekkeo-hero-wave {
    height: 90px;
  }
}

@media (max-width: 600px) {
  .oekkeo-hero-content h1 {
    font-size: 2rem;
  }

  .oekkeo-btn {
    padding: 10px 26px;
    font-size: 0.9rem;
  }

  .aligner-visual {
    width: 220px;
  }
}
/* Button Group */
.hero-btn-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* Secondary Button Style */
.oekkeo-btn-outline {
  box-shadow: 0 8px 25px rgba(0, 71, 186, 0);
  border: 2px solid #ea7171;
  color: #fff;
  background: #f000;
}

/* Hover Effect for Secondary Button */
.oekkeo-btn-outline:hover {
  
  
  background: #000;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 71, 186, 0.4);
  border: 2px solid #4d9fff;
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .hero-btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 8. Comments
--------------------------------------------------------------------------------*/

.comment-heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
}

.comment-heading > span {
    margin-left: 10px;
    color: #f39c12;
}

.fn {
    font-size: 18px;
    font-weight: 700;
    color: #626262;
    margin-bottom: 15px;
}

.comment-avatar {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 30px;
}

.comment-body {
    overflow: hidden;
}

.comment-button {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-button > a {
    height: 30px;
    line-height: 30px;
    background-color: #f7f7f7;
    padding: 0 20px;
    min-width: 80px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.comment-button > a:hover {
    background-color: #f39c12;
    color: white;
}

.comment-content {
    position: relative;
    padding-bottom: 25px;
}

.comment-text > p {
    font-size: 14px;
    margin-bottom: 15px !important;
}

.comment-metadata {
    margin-right: 20px;
    font-size: 12px;
}

.comment-metadata > a {
    margin-right: 20px;
    color: #c2c2c2;
}

.children {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .comment-list .children {
        padding-left: 100px;
    }
}

.comment-list .comment-content {
    margin-bottom: 25px;
}


/* 9. countDown
--------------------------------------------------------------------------------*/

.countdown__module {
    display: table;
    width: 100%;
    height: 100%;
    margin: 80px 0;
}

@media (min-width: 768px) {
    .countdown__module {
        margin: 70px 0 130px 0;
    }
}

.countdown__module p {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: center;
}

.countdown__module span {
    font-size: 30px;
    font-weight: 400;
    color: #f39c12;
    display: block;
    margin: 5px;
    height: 100px;
    line-height: 100px;
    background-size: white;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 320px) {
    .countdown__module span {
        font-size: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .countdown__module span {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
    .countdown__module span {
        height: 170px;
        line-height: 170px;
        margin: 15px;
    }
}

.countdown__module strong {
    display: block;
    color: #626262;
    font-size: 16px;
    font-weight: 700;
}


/* 10. dropdown
--------------------------------------------------------------------------------*/

.dropdown {
    position: relative;
}

.dropdown__toggle {
    font-size: 14px;
    font-weight: 700;
    color: #626262;
}

.dropdown__content {
    color: #1f1c2f;
    top: 100%;
    right: 0;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    display: block !important;
    padding: 20px;
    line-height: 1.5;
    min-width: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    transition: all ease .3s;
    z-index: 99;
}

.dropdown__content[data-position="left"] {
    left: 0;
    right: auto;
}

.dropdown__content[data-position="center"] {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.dropdown__content.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}


/* 11. consult_form_01
--------------------------------------------------------------------------------*/

.form-01 {
    content: "";
}

.form-01__title {
    font-size: 30px;
    font-weight: 400;
    color: #1f1c2f !important;
    margin-bottom: 50px;
}

.form-01__form {
    margin: 0 -15px;
}

.form-01__form:after {
    content: "";
    display: table;
    clear: both;
}

.form-01__form .form__item {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .form-01__form .form__item.form__item--02 {
        width: 50%;
    }

    .form-01__form .form__item.form__item--03 {
        width: 33.3333%;
    }
}

.form-01__form .form__button {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    margin-top: 35px;
    float: left;
    width: 100%;
}

.form-01__style-02 .form-01__title {
    font-size: 24px;
}

.form-01__style-02 .form-01__form__button {
    margin-top: 20px;
}

.consult-form {
    text-align: center;
    padding: 40px 30px;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 992px) {
    .consult-form {
        padding: 60px 75px;
    }
}

.js-consult-form {
    position: relative;
    z-index: 99;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .js-consult-form {
        padding-bottom: calc(37.20238vw - 69.04762px);
    }
}

@media (min-width: 992px) {
    .js-consult-form {
        padding-bottom: 300px;
    }
}

.js-consult-form .title-01 {
    margin-bottom: 30px;
}

.js-consult-form .consult-form {
    position: relative;
}

@media (max-width: 767px) {
    .js-consult-form .consult-form {
        bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .js-consult-form .consult-form {
        position: absolute;
        left: 10%;
        right: 10%;
    }
}

@media (min-width: 992px) {
    .js-consult-form .consult-form {
        left: 20%;
        right: 20%;
    }
}

@media (max-width: 1199px) {
    .js-consult-form .hidden-xl {
        display: none;
    }
}

.js-consult-form .consult-form--02 {
    padding: 0;
    overflow: hidden;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.js-consult-form .consult-form--02:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
}

.js-consult-form .consult-form--02 > .form-01 {
    position: relative;
    z-index: 2;
}

@media (min-width: 1600px) {
    .js-consult-form .consult-form--02 {
        background-size: 40% 100%;
        left: 25%;
        right: 25%;
    }

    .js-consult-form .consult-form--02:after {
        display: none;
    }

    .js-consult-form .consult-form--02 .form-01 {
        width: 60%;
        float: right;
    }
}

.js-consult-form--02 {
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .js-consult-form--02 {
        padding-bottom: calc(52.08333vw - 116.66667px);
    }
}

@media (min-width: 992px) {
    .js-consult-form--02 {
        padding-bottom: 400px;
    }
}


/* 12. consult_formSearch
--------------------------------------------------------------------------------*/

.form-search {
    content: '';
}


/* 13. consult_formSub
--------------------------------------------------------------------------------*/

.form-sub {
    content: "";
}

.form-sub__form {
    display: table;
}

.form-sub__form .form-control {
    margin-bottom: 0;
    border-right: none;
}

.form-sub__form .form-control:focus {
    border-color: transparent;
}

.form-sub__form .form-button {
    color: #f39c12;
    height: 46px;
    border: 1px solid #ebebeb;
    border-left: none;
    background-color: #f7f7f7;
    padding: 0 15px;
    cursor: pointer;
    transition: all ease .3s;
}

.form-sub__form .form-button:hover, .form-sub__form .form-button:focus {
    background-color: #f39c12;
    border-color: #f39c12;
    color: white;
}

.form-sub__form .form-item {
    float: left;
    width: 100%;
    display: table-cell;
}

.form-sub__form .form-submit {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.form-sub__form .form-submit .btn {
    min-width: 150px;
}

.form-sub__title {
    font-size: 16px;
    font-weight: 400;
    color: #c2c2c2;
    text-transform: capitalize;
}

.form-sub__style-02 .form-sub__title {
    font-size: 24px;
    color: #1a1a23;
    margin-bottom: 40px;
}
.grid-css .grid-item .grid-item__inner {
    position: relative;
}

.grid-css.grid-css--grid .grid-item__content-wrapper {
    position: absolute;
}

.grid-css.grid-css--grid .grid-item__content-wrapper {
    margin: 0 !important;
}

.grid-css.grid-css--grid .grid-item__inner {
    padding-top: 100%;
}

.grid-css.grid-css--grid .grid-item.extra-large .grid-item__inner,
.grid-css.grid-css--grid .grid-item.wide .grid-item__inner {
    padding-top: 50%;
}

.grid-css.grid-css--grid .grid-item.high .grid-item__inner {
    padding-top: 200%;
}

.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item__inner {
    padding-top: 75%;
}

.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item.extra-large .grid-item__inner,
.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item.wide .grid-item__inner {
    padding-top: 37.5%;
}

.grid-css.grid-css--grid[data-ratio="4by3"] .grid-item.high .grid-item__inner {
    padding-top: 150%;
}

.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item__inner {
    padding-top: 56.25%;
}

.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item.extra-large .grid-item__inner,
.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item.wide .grid-item__inner {
    padding-top: 28.125%;
}

.grid-css.grid-css--grid[data-ratio="16by9"] .grid-item.high .grid-item__inner {
    padding-top: 112.5%;
}

[data-col-xs="1"].grid-css .grid-item, [data-col-xs="1"].grid-css .grid-sizer {
    width: 100%;
}

[data-col-xs="2"].grid-css .grid-item, [data-col-xs="2"].grid-css .grid-sizer {
    width: 50%;
}

[data-col-xs="2"].grid-css .grid-item.wide,
[data-col-xs="2"].grid-css .grid-item.large {
    width: 100%;
}

[data-col-xs="2"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="3"].grid-css .grid-item, [data-col-xs="3"].grid-css .grid-sizer {
    width: 33.33333%;
}

[data-col-xs="3"].grid-css .grid-item.wide,
[data-col-xs="3"].grid-css .grid-item.large {
    width: 66.66667%;
}

[data-col-xs="3"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="4"].grid-css .grid-item, [data-col-xs="4"].grid-css .grid-sizer {
    width: 25%;
}

[data-col-xs="4"].grid-css .grid-item.wide,
[data-col-xs="4"].grid-css .grid-item.large {
    width: 50%;
}

[data-col-xs="4"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="5"].grid-css .grid-item, [data-col-xs="5"].grid-css .grid-sizer {
    width: 20%;
}

[data-col-xs="5"].grid-css .grid-item.wide,
[data-col-xs="5"].grid-css .grid-item.large {
    width: 40%;
}

[data-col-xs="5"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="6"].grid-css .grid-item, [data-col-xs="6"].grid-css .grid-sizer {
    width: 16.66667%;
}

[data-col-xs="6"].grid-css .grid-item.wide,
[data-col-xs="6"].grid-css .grid-item.large {
    width: 33.33333%;
}

[data-col-xs="6"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="7"].grid-css .grid-item, [data-col-xs="7"].grid-css .grid-sizer {
    width: 14.28571%;
}

[data-col-xs="7"].grid-css .grid-item.wide,
[data-col-xs="7"].grid-css .grid-item.large {
    width: 28.57143%;
}

[data-col-xs="7"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="8"].grid-css .grid-item, [data-col-xs="8"].grid-css .grid-sizer {
    width: 12.5%;
}

[data-col-xs="8"].grid-css .grid-item.wide,
[data-col-xs="8"].grid-css .grid-item.large {
    width: 25%;
}

[data-col-xs="8"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="9"].grid-css .grid-item, [data-col-xs="9"].grid-css .grid-sizer {
    width: 11.11111%;
}

[data-col-xs="9"].grid-css .grid-item.wide,
[data-col-xs="9"].grid-css .grid-item.large {
    width: 22.22222%;
}

[data-col-xs="9"].grid-css .grid-item.extra-large {
    width: 100%;
}

[data-col-xs="10"].grid-css .grid-item, [data-col-xs="10"].grid-css .grid-sizer {
    width: 10%;
}

[data-col-xs="10"].grid-css .grid-item.wide,
[data-col-xs="10"].grid-css .grid-item.large {
    width: 20%;
}

[data-col-xs="10"].grid-css .grid-item.extra-large {
    width: 100%;
}

@media (min-width: 768px) {
    [data-col-sm="1"].grid-css .grid-item,
    [data-col-sm="1"].grid-css .grid-sizer {
        width: 100%;
    }

    [data-col-sm="2"].grid-css .grid-item,
    [data-col-sm="2"].grid-css .grid-sizer {
        width: 50%;
    }

    [data-col-sm="2"].grid-css .grid-item.wide,
    [data-col-sm="2"].grid-css .grid-item.large {
        width: 100%;
    }

    [data-col-sm="2"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="3"].grid-css .grid-item,
    [data-col-sm="3"].grid-css .grid-sizer {
        width: 33.33333%;
    }

    [data-col-sm="3"].grid-css .grid-item.wide,
    [data-col-sm="3"].grid-css .grid-item.large {
        width: 66.66667%;
    }

    [data-col-sm="3"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="4"].grid-css .grid-item,
    [data-col-sm="4"].grid-css .grid-sizer {
        width: 25%;
    }

    [data-col-sm="4"].grid-css .grid-item.wide,
    [data-col-sm="4"].grid-css .grid-item.large {
        width: 50%;
    }

    [data-col-sm="4"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="5"].grid-css .grid-item,
    [data-col-sm="5"].grid-css .grid-sizer {
        width: 20%;
    }

    [data-col-sm="5"].grid-css .grid-item.wide,
    [data-col-sm="5"].grid-css .grid-item.large {
        width: 40%;
    }

    [data-col-sm="5"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="6"].grid-css .grid-item,
    [data-col-sm="6"].grid-css .grid-sizer {
        width: 16.66667%;
    }

    [data-col-sm="6"].grid-css .grid-item.wide,
    [data-col-sm="6"].grid-css .grid-item.large {
        width: 33.33333%;
    }

    [data-col-sm="6"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="7"].grid-css .grid-item,
    [data-col-sm="7"].grid-css .grid-sizer {
        width: 14.28571%;
    }

    [data-col-sm="7"].grid-css .grid-item.wide,
    [data-col-sm="7"].grid-css .grid-item.large {
        width: 28.57143%;
    }

    [data-col-sm="7"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="8"].grid-css .grid-item,
    [data-col-sm="8"].grid-css .grid-sizer {
        width: 12.5%;
    }

    [data-col-sm="8"].grid-css .grid-item.wide,
    [data-col-sm="8"].grid-css .grid-item.large {
        width: 25%;
    }

    [data-col-sm="8"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="9"].grid-css .grid-item,
    [data-col-sm="9"].grid-css .grid-sizer {
        width: 11.11111%;
    }

    [data-col-sm="9"].grid-css .grid-item.wide,
    [data-col-sm="9"].grid-css .grid-item.large {
        width: 22.22222%;
    }

    [data-col-sm="9"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-sm="10"].grid-css .grid-item,
    [data-col-sm="10"].grid-css .grid-sizer {
        width: 10%;
    }

    [data-col-sm="10"].grid-css .grid-item.wide,
    [data-col-sm="10"].grid-css .grid-item.large {
        width: 20%;
    }

    [data-col-sm="10"].grid-css .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md="1"].grid-css .grid-item,
    [data-col-md="1"].grid-css .grid-sizer {
        width: 100%;
    }

    [data-col-md="2"].grid-css .grid-item,
    [data-col-md="2"].grid-css .grid-sizer {
        width: 50%;
    }

    [data-col-md="2"].grid-css .grid-item.wide,
    [data-col-md="2"].grid-css .grid-item.large {
        width: 100%;
    }

    [data-col-md="2"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="3"].grid-css .grid-item,
    [data-col-md="3"].grid-css .grid-sizer {
        width: 33.33333%;
    }

    [data-col-md="3"].grid-css .grid-item.wide,
    [data-col-md="3"].grid-css .grid-item.large {
        width: 66.66667%;
    }

    [data-col-md="3"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="4"].grid-css .grid-item,
    [data-col-md="4"].grid-css .grid-sizer {
        width: 25%;
    }

    [data-col-md="4"].grid-css .grid-item.wide,
    [data-col-md="4"].grid-css .grid-item.large {
        width: 50%;
    }

    [data-col-md="4"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="5"].grid-css .grid-item,
    [data-col-md="5"].grid-css .grid-sizer {
        width: 20%;
    }

    [data-col-md="5"].grid-css .grid-item.wide,
    [data-col-md="5"].grid-css .grid-item.large {
        width: 40%;
    }

    [data-col-md="5"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="6"].grid-css .grid-item,
    [data-col-md="6"].grid-css .grid-sizer {
        width: 16.66667%;
    }

    [data-col-md="6"].grid-css .grid-item.wide,
    [data-col-md="6"].grid-css .grid-item.large {
        width: 33.33333%;
    }

    [data-col-md="6"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="7"].grid-css .grid-item,
    [data-col-md="7"].grid-css .grid-sizer {
        width: 14.28571%;
    }

    [data-col-md="7"].grid-css .grid-item.wide,
    [data-col-md="7"].grid-css .grid-item.large {
        width: 28.57143%;
    }

    [data-col-md="7"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="8"].grid-css .grid-item,
    [data-col-md="8"].grid-css .grid-sizer {
        width: 12.5%;
    }

    [data-col-md="8"].grid-css .grid-item.wide,
    [data-col-md="8"].grid-css .grid-item.large {
        width: 25%;
    }

    [data-col-md="8"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="9"].grid-css .grid-item,
    [data-col-md="9"].grid-css .grid-sizer {
        width: 11.11111%;
    }

    [data-col-md="9"].grid-css .grid-item.wide,
    [data-col-md="9"].grid-css .grid-item.large {
        width: 22.22222%;
    }

    [data-col-md="9"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-md="10"].grid-css .grid-item,
    [data-col-md="10"].grid-css .grid-sizer {
        width: 10%;
    }

    [data-col-md="10"].grid-css .grid-item.wide,
    [data-col-md="10"].grid-css .grid-item.large {
        width: 20%;
    }

    [data-col-md="10"].grid-css .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg="1"].grid-css .grid-item,
    [data-col-lg="1"].grid-css .grid-sizer {
        width: 100%;
    }

    [data-col-lg="2"].grid-css .grid-item,
    [data-col-lg="2"].grid-css .grid-sizer {
        width: 50%;
    }

    [data-col-lg="2"].grid-css .grid-item.wide,
    [data-col-lg="2"].grid-css .grid-item.large {
        width: 100%;
    }

    [data-col-lg="2"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="3"].grid-css .grid-item,
    [data-col-lg="3"].grid-css .grid-sizer {
        width: 33.33333%;
    }

    [data-col-lg="3"].grid-css .grid-item.wide,
    [data-col-lg="3"].grid-css .grid-item.large {
        width: 66.66667%;
    }

    [data-col-lg="3"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="4"].grid-css .grid-item,
    [data-col-lg="4"].grid-css .grid-sizer {
        width: 25%;
    }

    [data-col-lg="4"].grid-css .grid-item.wide,
    [data-col-lg="4"].grid-css .grid-item.large {
        width: 50%;
    }

    [data-col-lg="4"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="5"].grid-css .grid-item,
    [data-col-lg="5"].grid-css .grid-sizer {
        width: 20%;
    }

    [data-col-lg="5"].grid-css .grid-item.wide,
    [data-col-lg="5"].grid-css .grid-item.large {
        width: 40%;
    }

    [data-col-lg="5"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="6"].grid-css .grid-item,
    [data-col-lg="6"].grid-css .grid-sizer {
        width: 16.66667%;
    }

    [data-col-lg="6"].grid-css .grid-item.wide,
    [data-col-lg="6"].grid-css .grid-item.large {
        width: 33.33333%;
    }

    [data-col-lg="6"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="7"].grid-css .grid-item,
    [data-col-lg="7"].grid-css .grid-sizer {
        width: 14.28571%;
    }

    [data-col-lg="7"].grid-css .grid-item.wide,
    [data-col-lg="7"].grid-css .grid-item.large {
        width: 28.57143%;
    }

    [data-col-lg="7"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="8"].grid-css .grid-item,
    [data-col-lg="8"].grid-css .grid-sizer {
        width: 12.5%;
    }

    [data-col-lg="8"].grid-css .grid-item.wide,
    [data-col-lg="8"].grid-css .grid-item.large {
        width: 25%;
    }

    [data-col-lg="8"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="9"].grid-css .grid-item,
    [data-col-lg="9"].grid-css .grid-sizer {
        width: 11.11111%;
    }

    [data-col-lg="9"].grid-css .grid-item.wide,
    [data-col-lg="9"].grid-css .grid-item.large {
        width: 22.22222%;
    }

    [data-col-lg="9"].grid-css .grid-item.extra-large {
        width: 100%;
    }

    [data-col-lg="10"].grid-css .grid-item,
    [data-col-lg="10"].grid-css .grid-sizer {
        width: 10%;
    }

    [data-col-lg="10"].grid-css .grid-item.wide,
    [data-col-lg="10"].grid-css .grid-item.large {
        width: 20%;
    }

    [data-col-lg="10"].grid-css .grid-item.extra-large {
        width: 100%;
    }
}

[data-gap="5"].grid-css .grid__inner {
    margin: -3px;
}

[data-gap="5"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
}

[data-gap="10"].grid-css .grid__inner {
    margin: -5px;
}

[data-gap="10"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

[data-gap="15"].grid-css .grid__inner {
    margin: -8px;
}

[data-gap="15"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
}

[data-gap="20"].grid-css .grid__inner {
    margin: -10px;
}

[data-gap="20"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

[data-gap="25"].grid-css .grid__inner {
    margin: -13px;
}

[data-gap="25"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 13px;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
}

[data-gap="30"].grid-css .grid__inner {
    margin: -15px;
}

[data-gap="30"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

[data-gap="35"].grid-css .grid__inner {
    margin: -18px;
}

[data-gap="35"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
}

[data-gap="40"].grid-css .grid__inner {
    margin: -20px;
}

[data-gap="40"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

[data-gap="45"].grid-css .grid__inner {
    margin: -23px;
}

[data-gap="45"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 23px;
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
}

[data-gap="50"].grid-css .grid__inner {
    margin: -25px;
}

[data-gap="50"].grid-css .grid__inner .grid-item .grid-item__content-wrapper {
    margin: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}



/* 14. grid-css
--------------------------------------------------------------------------------*/

.grid-css {
    margin: 0;
}

.grid-css .grid-item, .grid-css .grid-sizer {
    width: 100%;
}

.grid-css .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #ccc;
}

.grid-css.grid-css--grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.grid-css {
    margin-bottom: 80px;
}

.grid-css .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: transparent;
}


/* 15. consult_iconbox
--------------------------------------------------------------------------------*/

.iconbox {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 320px) {
    .iconbox {
        margin-bottom: calc(7.95455vw + 24.54545px);
    }
}

@media (min-width: 1200px) {
    .iconbox {
        margin-bottom: 120px;
    }
}

.iconbox__icon {
    font-size: 36px;
    color: #c2c2c2;
    margin-bottom: 15px;
    transition: all ease .3s;
}

.iconbox__title {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (min-width: 320px) {
    .iconbox__title {
        font-size: calc(1.36364vw + 25.63636px);
    }
}

@media (min-width: 1200px) {
    .iconbox__title {
        font-size: 42px;
    }
}

.iconbox__description {
    content: "";
}

.iconbox__style-02 {
    margin-bottom: 30px;
}

.iconbox__style-02 .iconbox__icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    color: #f39c12;
    font-size: 24px;
}

.iconbox__style-02 .iconbox__title {
    font-size: 20px;
}

.iconbox__style-02 .iconbox__description {
    color: #c2c2c2;
}

.iconbox__style-03 .iconbox__icon {
    font-size: 30px;
}

@media (min-width: 320px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: 60px;
    }
}

.iconbox__style-03 .iconbox__title {
    font-size: 20px;
}

.iconbox__style-03 .iconbox__description {
    color: #534c4c;
}

.iconbox__style-03:hover .iconbox__icon, .iconbox__style-03:focus .iconbox__icon {
    color: #f39c12;
}

.iconbox__style-04 .iconbox__icon {
    display: inline-block;
    font-size: 48px;
    color: #f39c12;
    text-align: left;
    position: relative;
    line-height: 1;
}

.iconbox__style-04 .iconbox__icon:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    top: -5px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.iconbox__style-04 .iconbox__title {
    font-size: 20px;
    font-weight: 700;
}


/* 16. consult_infobox
--------------------------------------------------------------------------------*/

.infobox {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .infobox {
        margin-bottom: 40px;
    }
}

.infobox__title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.infobox__description {
    font-size: 16px;
}

.infobox__description > p {
    margin-bottom: 0;
}


/* 17. consult_pagination
--------------------------------------------------------------------------------*/

.pagination {
    text-align: center;
}

.pagination__item {
    font-size: 16px;
    font-weight: 700;
    color: #c2c2c2;
    display: inline-block;
    padding: 10px;
}

.pagination__item:hover {
    color: #1f1c2f;
}

.pagination__item.active {
    color: #f39c12;
    text-decoration: underline;
}


/* 18. consult_post_01
--------------------------------------------------------------------------------*/

.post-01__media {
    margin-bottom: 35px;
}

.post-01__media img {
    width: 100% !important;
}

.post-01__categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-01__categories a {
    color: #f39c12;
    text-transform: uppercase;
}

.post-01__categories a:hover {
    text-decoration: underline;
}

.post-01__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-01__time {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #c2c2c2;
}

.post-01__note {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #626262;
}

.post-01__style-02 {
    margin-bottom: 50px;
}

@media (min-width: 0) {
    .post-01__style-02 {
        margin-bottom: calc(4.16667vw + 50px);
    }
}

@media (min-width: 1200px) {
    .post-01__style-02 {
        margin-bottom: 100px;
    }
}

.post-01__style-02 .post-01__categories a {
    font-size: 14px;
    text-transform: capitalize;
}

.post-01__style-02 .post-01__title {
    font-size: 24px;
}

.post-01__style-03 .post-01__title {
    font-size: 16px;
}

.post-01__style-03 .post-01__note, .post-01__style-03 .post-01__time {
    font-size: 12px;
}


/* 19. consult_post_02
--------------------------------------------------------------------------------*/

.post-02 {
    position: relative;
    margin-bottom: 30px;
}

.post-02__media img {
    width: 100%;
}

.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(-10%);
                transform: translateY(-10%);
    }
}


/* 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;
    margin-top: -10px;
}

.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;
}

/* ===============================
   OEKKEO FAQ Section
================================ */

.oekkeo-faq-section {
  padding: 100px 20px;
  background: #ffffff;
}
/* ===============================
   OEKKEO FAQ – Smooth Transitions
================================ */

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 10px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #0047ba;
}

/* Plus icon animation */
.faq-icon {
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 0.35s ease, color 0.35s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #c1121f;
}

/* Answer animation */
.faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    height 0.45s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
  padding: 0 10px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
}

.faq-item.active .faq-answer {
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
}

.faq-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 50px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 10px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:hover {
  color: #0047ba;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #c1121f;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
  transition: max-height 0.4s ease;
  padding: 0 10px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom:30px;
}

/* Responsive */
@media (max-width: 600px) {
  .faq-title {
    font-size: 2rem;
  }
}
/* ===============================
   SECTION BASE
================================ */
.oekkeo-contact-dark {
    position: relative;
    background: linear-gradient(135deg, #0b1220, #111827);
    padding: 90px 0 160px;
    color: #ffffff;
    overflow: visible;
}

/* ===============================
   TEXT
================================ */
.oekkeo-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

.oekkeo-desc {
    color: #cbd5e1;
    max-width: 650px;
}

.oekkeo-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oekkeo-info li {
    margin-bottom: 12px;
    font-size: 15px;
}

.oekkeo-info i {
    margin-right: 10px;
    color: #38bdf8;
}

/* ===============================
   FORM BOX (ON DARK)
================================ */
.oekkeo-form-box { 
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
    z-index: 2;
    position: relative;
}

.oekkeo-form-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
}

/* Inputs */
.oekkeo-form-box input,
.oekkeo-form-box textarea {
    width: 100%;
  padding: 12px 14px;
  border-radius: 3px;
  border: 1px sol #fff;
  background: rgba(0, 0, 0, 0.76);
  margin-bottom: 18px;
  font-size: 14px;
  color: #fff;
}


/* ===============================
   CURVE
================================ */
.oekkeo-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #ffffff;
    clip-path: ellipse(75% 100% at 50% 100%);
}

/* ===============================
   SHAPES
================================ */
.oekkeo-shape {
    position: absolute;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    animation: float 12s ease-in-out infinite;
}

.shape-1 {
    width: 220px;
    height: 220px;
    top: 12%;
    left: 6%;
}

.shape-2 {
    width: 140px;
    height: 140px;
    top: 40%;
    right: 8%;
}

@keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .oekkeo-title {
        font-size: 28px;
    }

    .oekkeo-form-box {
        padding: 28px 20px;
    }
}
/* =========================================
   OEKKEO WHY SECTION – DARK + CURVE
========================================= */

.oekkeo-why-section {
    position: relative;
    background: linear-gradient(135deg, #0b1220 0%, #111827 100%);
    color: #ffffff;
    padding: 100px 0 160px;
    overflow: hidden;
}

/* Ensure text stays readable */
.oekkeo-why-section .title-01__title,
.oekkeo-why-section .title-01__subTitle {
    color: #ffffff;
}

.oekkeo-why-section .title-01__subTitle {
    opacity: 0.7;
}

.oekkeo-why-section .title-01 div {
    color: #cbd5e1;
}

/* =========================================
   CURVED BOTTOM
========================================= */
.oekkeo-why-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 140px;
    background: url("../img/backgrounds/3.jpg");
    clip-path: ellipse(75% 100% at 50% 100%);
}

/* =========================================
   SHAPES (OUTLINE + SOLID)
========================================= */

.oekkeo-shape-outline {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    animation: floatSlow 14s ease-in-out infinite;
    pointer-events: none;
}

.shape-outline-1 {
    width: 220px;
    height: 220px;
    top: 18%;
    left: -90px;
}

.shape-outline-2 {
    width: 160px;
    height: 160px;
    bottom: 30%;
    right: -70px;
    animation-delay: 4s;
}

/* Solid accent */
.oekkeo-shape-solid {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(56, 189, 248, 0.18);
    border-radius: 50%;
    top: 55%;
    left: 10%;
    animation: floatFast 10s ease-in-out infinite;
    pointer-events: none;
}

/* =========================================
   ANIMATIONS
========================================= */
@keyframes floatSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-22px); }
}

@keyframes floatFast {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-28px) scale(1.06); }
}

/* =========================================
   RESPONSIVE CLEANUP
========================================= */
@media (max-width: 768px) {
    .oekkeo-shape-outline,
    .oekkeo-shape-solid {
        display: none;
    }

    .oekkeo-why-section {
        padding: 70px 0 120px;
    }
}
/* ===============================
   OEKKEO Trust & Expertise Section
================================ */

.oekkeo-trust-section {
    background: linear-gradient(135deg, #0f172a, #111827);
    color: #ffffff;
    padding: 90px 0;
}

.oekkeo-trust-section .trust-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.oekkeo-trust-section .trust-rating {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.oekkeo-trust-section h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.oekkeo-trust-section p {
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.6;
}

/* Cards */
.trust-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.trust-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 30px;
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.trust-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #ffffff;
}

.trust-card p {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .oekkeo-trust-section {
        padding: 70px 20px;
    }

    .oekkeo-trust-section h2 {
        font-size: 28px;
    }
}
.oekkeo-mirror-compare {
    padding: 100px 0;
    background: #ffffff;
}

.mirror-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 80px;
}

.mirror-header h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mirror-header p {
    font-size: 16px;
    color: #64748b;
}

/* Rows */
.mirror-row {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: stretch;
    margin-bottom: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

/* Columns */
.mirror-col {
    padding: 30px 35px;
}

.mirror-col h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.mirror-col p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

/* Left (OEKKEO) */
.mirror-col.left {
    background: #f0f7ff;
    border-left: 6px solid #2563eb;
}

/* Right (Others) */
.mirror-col.right {
    background: #fff1f2;
    border-right: 6px solid #ef4444;
}

/* Divider */
.mirror-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-weight: 600;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 992px) {
    .mirror-row {
        grid-template-columns: 1fr;
    }

    .mirror-divider {
        display: none;
    }
}
.oekkeo-aligner-section {
    position: relative;
    background-color: #0b1220;
    color: #e5e7eb;
    padding: 100px 0 140px;
}

/* grid layout */
.aligner-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

/* left content */
.section-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7dd3fc;
    margin-bottom: 12px;
}

.aligner-text h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.highlight-text {
    font-size: 18px;
    color: #c7d2fe;
    margin-bottom: 14px;
}

.aligner-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #d1d5db;
}

/* right points */
.aligner-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.point-box {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #38bdf8;
    padding: 18px 20px;
    border-radius: 6px;
}

.point-box h4 {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 6px;
}

.point-box p {
    font-size: 14.5px;
    color: #cbd5e1;
}

/* bottom wave (unchanged) */
.aligner-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.aligner-wave svg {
    display: block;
    width: 100%;
    height: 120px;
}

/* responsive */
@media (max-width: 992px) {
    .aligner-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .aligner-points {
        align-items: stretch;
    }

    .aligner-text h2 {
        font-size: 32px;
    }
}
.aligner-precision-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #ffffff;
  overflow: hidden;
}

.center-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 70px;
}

/* Dots background */
.dots-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 18px 18px;
  animation: drift 25s linear infinite;
}

@keyframes drift {
  from { background-position: 0 0; }
  to { background-position: 300px 300px; }
}

.precision-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.precision-card {
  background: rgba(255,255,255,0.08);
  padding: 35px;
  border-radius: 18px;
}

.precision-card h4 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .precision-cards {
    grid-template-columns: 1fr;
  }
}
.oekkeo-split-section {
    padding: 100px 0;
}

/* CONTENT BACKGROUND */
.oekkeo-content-bg {
    position: relative;
    background: linear-gradient(135deg, #0f2f44, #102a3a);
    padding: 70px 80px;
    border-radius: 0  0px 300px 0;
    color: #ffffff;
}

/* Content Text */
.oekkeo-content-bg h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.oekkeo-content-bg p {
    font-size: 16.5px;
    line-height: 1.9;
    color: #d3e1ec;
    margin-bottom: 14px;
    max-width: 760px;
}

/* IMAGE STACK */
.oekkeo-image-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 10px;
}

.oekkeo-image-stack img {
    width: 100%;
    height: 220px;              /* FIXED HEIGHT */
    object-fit: cover;
    border-radius: 2px;
    border: 1px solid #e1e0e0;
   transition: all ease .3s;
}
.oekkeo-image-stack img:hover{
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}
/* SHAPES (inside content only) */
.shape-outline-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    top: 40px;
    right: 120px;
    animation: floatUp 6s ease-in-out infinite;
}

.shape-solid-square {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.08);
    bottom: 50px;
    left: 60px;
    animation: floatSide 7s ease-in-out infinite;
}

/* Animations */
@keyframes floatUp {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

@keyframes floatSide {
    0%,100% { transform: translateX(0); }
    50% { transform: translateX(14px); }
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .oekkeo-content-bg {
        border-radius: 0;
        padding: 50px 30px;
    }

    .oekkeo-image-stack {
        flex-direction: row;
        padding: 30px;
        gap: 20px;
    }

    .oekkeo-image-stack img {
        height: 180px;
    }
}
.oekkeo-orthodontic-shift {
  background: #f7fafc;
  padding: 120px 0;
}

.shift-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

/* CENTER CONTENT */
.shift-content {
  text-align: center;
  padding: 0 20px;
}

.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2f80ed;
  margin-bottom: 14px;
}

.shift-content h2 {
  font-size: 36px;
  line-height: 1.3;
  color: #0f2f44;
  margin-bottom: 24px;
}

.shift-content p {
  font-size: 17px;
  line-height: 1.85;
  color: #516b7b;
  margin-bottom: 18px;  
  text-align: justify;
}

.shift-content .emphasis {
  font-weight: 500;
  color: #2e4b60;
}

/* SIDE RAILS */
.shift-rail {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.04);
}

.shift-rail h4 {
  font-size: 18px;
  color: #0f2f44;
  margin-bottom: 16px;
}

.shift-rail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shift-rail ul li {
  font-size: 15px;
  color: #556f80;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}

.shift-rail ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2f80ed;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.shift-rail.left {
  border-top: 4px solid #d9e6f2;
}

.shift-rail.right {
  border-top: 4px solid #2f80ed;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .shift-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .shift-content {
    text-align: left;
  }
}

.oekkeo-experience-section {
  background: #ffffff;
  padding: 120px 0;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
}

.experience-story h2 {
  font-size: 38px;
  color: #0f2f44;
  margin-bottom: 22px;
}

.experience-story p {
  font-size: 17px;
  line-height: 1.9;
  color: #516b7b;
  margin-bottom: 20px;
}

.experience-story .closing {
  font-weight: 500;
  color: #2e4b60;
}

.experience-values {
  display: flex;
  flex-direction: column;
}

.value-row span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #2f80ed;
}

.value-row p {
  font-size: 16px;
  line-height: 1.7;
  color: #4d6778;
  margin-top: 6px;
}

.value-divider {
  height: 1px;
  background: #e5edf4;
  margin: 24px 0;
}

@media (max-width: 992px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }
}
.oekkeo-process-mini {
  position: relative;
  background: linear-gradient(135deg, #0b0e14, #141a26);
  padding: 80px 0 110px;
  color: #ffffff;
  overflow: hidden;
}

/* Content */
.mini-hero-content {
  max-width: 620px;
}

.mini-tag {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7dd3fc;
  display: inline-block;
  margin-bottom: 10px;
}

.mini-hero-content h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.mini-hero-content h1 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #38bdf8;
}

.mini-hero-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #dbeafe;
  margin: 0;
}

/* GIF */
.mini-gif-box {
  max-width: 200px;
  margin-left: auto; 
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #23506c;
}

.mini-gif-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Shapes */
.mini-shape {
  position: absolute;
  opacity: 0.15;
  animation: miniFloat 6s ease-in-out infinite;
}

.mini-shape.circle {
  width: 120px;
  height: 120px;
  border: 2px solid #38bdf8;
  border-radius: 50%;
  top: 15%;
  left: 5%;
}

.mini-shape.dots {
  width: 90px;
  height: 90px;
  background-image: radial-gradient(#7dd3fc 2px, transparent 2px);
  background-size: 12px 12px;
  bottom: 35%;
  right: 18%;
  animation-delay: 2s;
}

@keyframes miniFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

/* Wave */
.mini-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .oekkeo-process-mini {
    padding: 70px 0 100px;
  }

  .mini-hero-content h1 {
    font-size: 30px;
  }

  .mini-gif-box {
    margin: 25px auto 0;
  }
}
.oekkeo-difference {
  padding: 80px 0;
  background: #ffffff;
}

.difference-header {
  text-align: center;
  margin-bottom: 45px;
}

.difference-header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.difference-header p {
  font-size: 15px;
  color: #6b7280;
}

.difference-row {
  display: flex;
  gap: 20px;
}

/* Flip Card Base */
.flip-card {
  flex: 1;
  height: 210px;                 /* ✅ compact height */
  perspective: 1000px;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Front & Back */
.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 22px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #0f2a44;
}

/* Front */
.flip-front {
  background: #fff;
  text-align: center;
}

.flip-front img {
  width: 120px;
  margin: 0 auto 10px;
}

.flip-front h4 {
  font-size: 16px;
  margin-bottom: 4px;
}

.flip-front span {
  font-size: 13px;
  color: #6b7280;
}

/* Back */
.flip-back {
  background: #0f2a44;
  color: #ffffff;
  transform: rotateY(180deg);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  .difference-row {
    flex-direction: column;
  }
  .flip-card {
    height: auto;
  }
}
/* ================================
   OEKKEO PROCESS – BASE SECTION
================================ */
.oekkeo-process {
  position: relative;
  padding: 90px 0;
  background: #f5f8fc;
}

/* Header */
.process-header {
  text-align: center;
  margin-bottom: 70px;
}

.process-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0c2a44;
}

.process-header span {
  color: #1e88e5;
}

.process-header p {
  font-size: 18px;
  color: #5f6f82;
  max-width: 650px;
  margin: 12px auto 0;
}

/* ================================
   LAYOUT WRAPPER
================================ */
.process-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  align-items: flex-start;
}

/* ================================
   PROGRESS COLUMN (STICKS ONLY HERE)
================================ */
.process-progress {
  position: sticky;
  top: 140px;                 /* sticks only within section */
  align-self: flex-start;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 18px 40px rgba(12, 42, 68, 0.12);
}

/* Title */
.progress-title {
  font-size: 18px;
  font-weight: 700;
  color: #0c2a44;
  margin-bottom: 26px;
}

/* Progress list container */
.progress-list {
  position: relative;
  padding-left: 10px;
}

/* Vertical line */
.progress-list::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
}

/* ================================
   PROGRESS ITEMS
================================ */
.progress-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
  position: relative;
}

.progress-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #6b7280;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
}

/* Active step */
.progress-item.active .progress-dot {
  background: linear-gradient(135deg, #1e88e5, #2ecc71);
  color: #ffffff;
  box-shadow: 0 0 0 6px rgba(30, 136, 229, 0.18);
}

/* Completed step */
.progress-item.completed .progress-dot {
  background: #2ecc71;
  color: #ffffff;
}

/* Text */
.progress-text strong {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
}

.progress-item.active strong {
  color: #1e88e5;
}

.progress-text span {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
  display: block;
}

/* ================================
   COMPLETION PERCENT
================================ */
.progress-complete {
  text-align: center;
  margin-top: 36px;
}

.progress-complete .percent {
  font-size: 28px;
  font-weight: 800;
  color: #0c2a44;
}

.progress-complete .label {
  font-size: 14px;
  color: #6b7280;
}

/* ================================
   CONTENT / CARDS COLUMN
================================ */
.process-content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.process-card {
  background: #ffffff;
  padding: 34px 36px;
  border-radius: 20px;
  box-shadow: 0 18px 36px rgba(12, 42, 68, 0.12);
}

.process-card h4 {
  font-size: 22px;
  color: #0c2a44;
  margin-bottom: 12px;
}

.process-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6f82;
}

/* ================================
   RESPONSIVE (MOBILE)
================================ */
@media (max-width: 991px) {

  .process-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .process-progress {
    position: relative;
    top: auto;
  }

  .progress-list::before {
    display: none;
  }

  .process-content {
    gap: 50px;
  }
}




/* ===============================
   OEKKEO BENEFITS – DARK HERO
================================ */
.oekkeo-benefits-hero-dark {
  position: relative;
  background: radial-gradient(
    circle at top right,
    #143a5f 0%,
    #0b2236 40%,
    #050f18 100%
  );
  padding: 110px 0 150px;
  color: #ffffff;
  overflow: hidden;
}

/* Subtle layered texture */
.hero-bg-layers {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.25;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
}

/* Eyebrow */
.hero-eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #90caf9;
  margin-bottom: 18px;
}

/* Heading */
.hero-content h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 22px;
}

.hero-content h1 span {
  color: #e53935; /* Red accent */
}

/* Paragraph */
.hero-content p {
  font-size: 18px;
  line-height: 1.75;
  color: #dbe7f3;
  margin-bottom: 42px;
}

/* Metrics */
.hero-metrics {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.metric {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 18px 24px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
}

.metric strong {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

.metric span {
  font-size: 14px;
  color: #b0c6db;
}

/* ===============================
   CURVED BOTTOM
================================ */
.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
}

/* ===============================
   ANIMATED SHAPES (NO GREEN)
================================ */
.shape {
  position: absolute;
  opacity: 0.18;
  animation: floatY 10s ease-in-out infinite;
  z-index: 1;
}

/* Blue outlined square */
.shape.square {
  width: 140px;
  height: 140px;
  border: 3px solid #1e88e5;
  top: 18%;
  right: 12%;
  animation-duration: 14s;
}

/* Red solid circle */
.shape.circle {
  width: 90px;
  height: 90px;
  background: #e53935;
  border-radius: 50%;
  top: 55%;
  right: 20%;
  animation-duration: 9s;
}

/* Grey dotted cluster */
.shape.dots {
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#9e9e9e 2px, transparent 2px);
  background-size: 14px 14px;
  top: 32%;
  left: 8%;
  animation-duration: 16s;
}

/* Floating animation */
@keyframes floatY {
  0% { transform: translateY(0); }
  50% { transform: translateY(-24px); }
  100% { transform: translateY(0); }
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-metrics {
    gap: 16px;
  }
}
.oekkeo-benefits-ribbon {
  background: linear-gradient(180deg, #0b0f14, #0e2238);
  padding: 110px 0 90px;
  color: #ffffff;
}

/* Header */
.ribbon-header {
  max-width: 880px;
  margin: 0 auto 70px;
  text-align: center;
}

.ribbon-header h2 {
  font-size: 38px;
  font-weight: 800;
}

.ribbon-header span {
  color: #e53935;
}

.ribbon-header p {
  margin-top: 14px;
  font-size: 18px;
  color: #c7d2de;
}

/* Ribbon Track */
.ribbon-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
}

/* Ribbon Items */
.ribbon-item {
  padding: 30px 26px;
  color: #0c2a44;
  position: relative;
  transition: transform 0.3s ease;
}

.ribbon-item:not(:last-child) {
  border-right: 1px solid #e6edf6;
}

.ribbon-item h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.ribbon-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #5f6f82;
}

/* Hover Motion */
.ribbon-item:hover {
  transform: translateY(-6px);
}

/* Animated Progress Line */
.ribbon-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 20%;
  background: linear-gradient(to right, #1e88e5, #e53935);
  transition: left 0.4s ease;
}

.ribbon-item:nth-child(1):hover ~ .ribbon-progress { left: 0%; }
.ribbon-item:nth-child(2):hover ~ .ribbon-progress { left: 20%; }
.ribbon-item:nth-child(3):hover ~ .ribbon-progress { left: 40%; }
.ribbon-item:nth-child(4):hover ~ .ribbon-progress { left: 60%; }
.ribbon-item:nth-child(5):hover ~ .ribbon-progress { left: 80%; }

/* Metrics */
.ribbon-metrics {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 90px;
}

.ribbon-metrics strong {
  font-size: 36px;
  color: #1e88e5;
  display: block;
}

.ribbon-metrics span {
  font-size: 14px;
  color: #c7d2de;
}

/* Responsive */
@media (max-width: 991px) {
  .ribbon-track {
    grid-template-columns: 1fr;
  }

  .ribbon-item {
    border-right: none;
    border-bottom: 1px solid #e6edf6;
  }

  .ribbon-progress {
    display: none;
  }

  .ribbon-metrics {
    flex-direction: column;
    gap: 28px;
    text-align: center;
  }
}
.oekkeo-payment-capsule {
  background: #f5f7fb;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

/* Header */
.capsule-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.capsule-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0c2a44;
}

.capsule-header span {
  color: #1e88e5;
}

.capsule-header p {
  margin-top: 14px;
  font-size: 17px;
  color: #5f6f82;
}

/* Capsule strip */
.capsule-strip {
  background: #0f1c2d;
  border-radius: 28px;
  padding: 50px 40px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  box-shadow: 0 30px 70px rgba(12,42,68,0.35);
}

/* Cards */
.capsule-card {
  background: #121f32;
  border-radius: 20px;
  padding: 22px 24px;
  flex: 1;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.capsule-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(30,136,229,0.25);
}

/* Icon */
.capsule-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #1e88e5, #0c2a44);
  border-radius: 14px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

/* Text */
.capsule-card h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 6px;
}

.capsule-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #cfd7e6;
}

/* Shapes */
.capsule-shape {
  position: absolute;
  opacity: 0.15;
  animation: float 6s ease-in-out infinite;
}

.capsule-shape.circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #1e88e5;
  top: 40px;
  left: -60px;
}

.capsule-shape.square {
  width: 120px;
  height: 120px;
  background: #e53935;
  bottom: 50px;
  right: -50px;
  border-radius: 20px;
  animation-delay: 2s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* Responsive */
@media (max-width: 991px) {
  .capsule-strip {
    flex-direction: column;
  }
}
.oekkeo-smile-cta {
  background: linear-gradient(135deg, #0c2a44, #0a1624);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Layout */
.cta-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* Content */
.cta-content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.cta-content span {
  color: #1e88e5;
}

.cta-content p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.7;
  color: #cfd7e6;
  max-width: 520px;
}

.cta-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 34px;
  background: #1e88e5;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(30,136,229,0.35);
}

/* Features */
.cta-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feature-pill {
  background: rgba(255,255,255,0.06);
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(6px);
  transition: transform 0.3s ease;
}

.feature-pill:hover {
  transform: translateX(6px);
}

/* Dots */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot.blue { background: #1e88e5; }
.dot.red { background: #e53935; }
.dot.dark { background: #111111; }

/* Shapes */
.cta-shape {
  position: absolute;
  opacity: 0.12;
  animation: float 6s ease-in-out infinite;
}

.cta-shape.circle {
  width: 160px;
  height: 160px;
  background: #1e88e5;
  border-radius: 50%;
  top: -60px;
  left: -60px;
}

.cta-shape.ring {
  width: 180px;
  height: 180px;
  border: 4px solid #e53935;
  border-radius: 50%;
  bottom: -70px;
  right: -70px;
  animation-delay: 2s;
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

/* Responsive */
@media (max-width: 991px) {
  .cta-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-features {
    align-items: center;
  }
}
.oekkeo-process-v2 {
  padding: 100px 0;
  background: #f4f7fb;
}

.process-head {
  text-align: center;
  margin-bottom: 70px;
}

.process-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0b2a44;
}

.process-head span {
  color: #1e88e5;
}

.process-head p {
  color: #5f6f82;
  max-width: 600px;
  margin: 12px auto 0;
}

/* Timeline */
.timeline {
  max-width: 900px;
  margin: 0 auto;
}

.timeline-item {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  align-items: flex-start;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.timeline-item.active {
  opacity: 1;
}

/* Marker */
.timeline-marker {
  position: relative;
  flex-shrink: 0;
}

.timeline-marker span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #dbe4f1;
  color: #5f6f82;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.timeline-item.active .timeline-marker span {
  background: #1e88e5;
  color: #fff;
  box-shadow: 0 0 0 6px rgba(30,136,229,0.15);
}
/* Active timeline card */
.timeline-item.active .timeline-content {
  background: linear-gradient(
    135deg,
    #f5f9ff,
    #ffffff
  );
  border-left: 5px solid #1e88e5;
  box-shadow: 0 30px 60px rgba(30,136,229,0.25);
  transform: translateY(-6px);
}
.timeline-marker .line {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 70px;
  background: #dbe4f1;
  border-radius: 10px;
}

/* Content */
.timeline-content {
  background: #ffffff;
  padding: 28px 32px;
  border-radius: 5px;
  box-shadow: 0 18px 36px rgba(12,42,68,0.12);
}

.timeline-content h4 {
  margin-bottom: 10px;
  color: #0b2a44;
}

.timeline-content p {
  color: #5f6f82;
  line-height: 1.7;
}

/* Mobile */
@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
    gap: 20px;
  }

  .timeline-marker .line {
    display: none;
  }
}
/* ===========================
   MOBILE & TABLET ONLY
   =========================== */
@media (max-width: 991px) {

  .difference-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  @media (max-width: 575px) {
    .difference-row {
      grid-template-columns: 1fr;
    }
  }

  .flip-card {
    perspective: 1000px;
    cursor: pointer;
  }

  /* Enable tap focus */
  .flip-card:focus-within .flip-inner,
  .flip-card:active .flip-inner {
    transform: rotateY(180deg);
  }

  .flip-inner {
    position: relative;
    width: 100%;
    min-height: 230px;
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
  }

  .flip-front,
  .flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: 5px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .flip-front {
    background: #ffffff;
  }

  .flip-front img {
    width: 100px;
    margin-bottom: 14px;
  }

  .flip-front h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .flip-front span {
    font-size: 14px;
    opacity: 0.7;
  }

  .flip-back {
    background: #0c2a44;
    color: #ffffff;
    transform: rotateY(180deg);
  }

  .flip-back p {
    font-size: 15px;
    line-height: 1.6;
  }

}
/* =========================================
   MOBILE & TABLET NAV – SINGLE SOURCE OF TRUTH
   ========================================= */

@media (max-width: 1024px) {

  /* Header layering */
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  /* Nav wrapper */
  .consult-nav {
    position: relative;
    z-index: 1001;
  }

  /* OFF-CANVAS MENU (HIDDEN) */
  .consult-nav .consult-menu {
    position: fixed;
    top: 0;
    left: -280px;              /* ONLY hiding method */
    width: 280px;
    height: 100vh;

    background-color: #111;
    overflow-y: auto;

    transition: left 0.3s ease;
    z-index: 1002;
  }

  /* OPEN STATE */
  .consult-nav .consult-menu.active {
    left: 0;
  }

  /* Toggle button */
  .navbar-toggle {
    position: relative;
    z-index: 1003;
    cursor: pointer;
  }
}
/* ==============================
   FLOATING GO TO TOP – DENTAL
   ============================== */

#goTopDental {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  background: linear-gradient(145deg, #0c2a44, #1e5fbf);
  box-shadow: 0 14px 34px rgba(12, 42, 68, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: all 0.35s ease;
  z-index: 9999;
}

/* Visible state */
#goTopDental.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover */
#goTopDental:hover {
  box-shadow: 0 18px 42px rgba(12, 42, 68, 0.5);
  transform: translateY(-4px);
}

/* Click */
#goTopDental:active {
  transform: scale(0.95);
}

/* TOOTH / ALIGNER ICON (CSS ONLY) */
#goTopDental .tooth-icon {
  width: 22px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 10px 10px 12px 12px;
  position: relative;
}

/* Tooth split */
#goTopDental .tooth-icon::before,
#goTopDental .tooth-icon::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

#goTopDental .tooth-icon::before {
  left: 1px;
}

#goTopDental .tooth-icon::after {
  right: 1px;
}

/* Subtle pulse glow */
#goTopDental::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
  animation: dentalPulse 3s infinite;
}

@keyframes dentalPulse {
  0% { opacity: 0; }
  50% { opacity: 0.12; }
  100% { opacity: 0; }
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 768px) {
  #goTopDental {
    width: 48px;
    height: 48px;
    right: 18px;
    bottom: 20px;
    border-radius: 14px;
  }

  #goTopDental .tooth-icon {
    width: 18px;
    height: 22px;
  }
}

@media (max-width: 480px) {
  #goTopDental {
    right: 14px;
    bottom: 18px;
  }
}
/* Footer Social Icons */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08); /* visible on dark bg */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Icon stays above effects */
.footer-social a i {
  position: relative;
  z-index: 2;
}

/* Subtle medical-tech glow */
.footer-social a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #1e88e5,
    #0c2a44
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* Hover Effects */
.footer-social a:hover::before {
  opacity: 1;
}

.footer-social a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(30, 136, 229, 0.35);
}

/* Individual brand accent (optional but nice) */
.footer-social a:hover .fa-linkedin {
  color: #ffffff;
}

.footer-social a:hover .fa-instagram {
  color: #ffffff;
}

.footer-social a:hover .fa-facebook {
  color: #ffffff;
}

.footer-social a:hover .fa-twitter {
  color: #ffffff;
}

/* Mobile-friendly sizing */
@media (max-width: 768px) {
  .footer-social a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}
.header.shrink .navbar-toggle {
  background-color: #000000; /* black background */
}

 
.video-wrapper {
            position: relative;
            width: 100%;
            max-width: 600px;
            aspect-ratio: 15 / 9;
            border-radius: 5px;
            overflow: hidden;
        }

            .video-wrapper iframe {
                width: 100%;
                height: 100%;
                border: none;
            }

        /* Unmute Button */
        .unmute-btn {
            position: absolute;
            bottom: 30px;
            right: 15px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            border: none;
            border-radius: 50%;
            width: 42px;
            height: 42px;
            font-size: 18px;
            cursor: pointer;
            transition: 0.3s;
        }

            .unmute-btn:hover {
                background: rgba(0, 0, 0, 0.85);
            }

.file-upload-wrapper {
    position: relative;
    width: 100%;
}

.file-upload-wrapper::after {
    content: "Upload Patient STL File";
    position: absolute;
    top: 15%;
    left: 110px; /* adjust depending on Browse button width */
    color:  #ebebeb;
    font-size: 14px;
    pointer-events: none;
}
.file-upload-input {
    color: transparent !important;
}

.gradient-animate {
  background: linear-gradient(90deg, #ff6b6b, #feca57, #48dbfb, #1dd1a1, #ff6b6b);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradientMove 3.5s infinite linear;
  font-weight: 800;
}

@keyframes gradientMove {
  0% { background-position: 0%; }
  100% { background-position: 300%; }
}

    /* IMAGE BLOCK */
.image-wrapper {
    position: relative;
    z-index: 2;
    width: 450px;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 18px rgba(0,0,0,0.28);
}

/* IMAGE STYLING */
.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    

    .image-wrapper {
        width: 260px;
    }

}