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

	# Directory 1.0 - May 2, 2018
	# ------------------------------------------------------------------------
	# Designed & coded by MegaDrupal
	# Websites:  http://www.megadrupal.com -  Email: info@megadrupal.com

----------------------------------------------------------------------------------

	1. base
	2. form-item
	3. checkbox
	4. Form 01
	5. Form editor
	6. Form gallery
	7. Form search
	8. Form subscrible
	9. Form tag
	10. Form upload
	11. Title
	12. map listing
	13. Pagination
	14. Post 01
	15. Post 02
	16. Post 03
	17. Post 04
	18. Post 05
	19. Post 06
	20. Post 07
	21. Post 08
	22. Post 09
	23. Post 10
	24. Post 11
	25. Testimonial
	26. Text widget
	27. Footer
	28. Header
	29. Main layout
	30. directory_layoutBlog
	31. Blog sidebar
	32. Sidebar
	33. Dashboard booking
	34. Dashboard client
	35. Dashboard listingbox
	36. Dashboard mylisting
	37. Dashboard review
	38. Count to
	39. Dashboard content
	40. Dashboard menu
	41. Dashboard messages content
	42. Dashboard messages inbox
	43. Dashboard header
	44. Dashboard layout
	45. Dashboard sidebar
	46. form-messages
	47. Dashboard mesages form
	48. particles.js
	49. youtube
	50. Button
	51. Accordions
	52. core_animated-headlines
	53. Blockquote
	54. Brand
	55. Breadcrumb
	56. Catalog
	57. Comment author
	58. directory_comment
	59. Comment
	60. Count down
	61. Dropdown
	62. Event 01
	63. Filter 01
	64. Filter 02
	65. Filter 03
	66. Filter 04
	67. Filter 05
	68. Filter 06
	69. grid css
	70. Iconbox 01
	71. Iconbox 02
	72. Iconbox 03
	73. Iconbox 04
	74. Iconbox 05
	75. Iconbox 06
	76. jQuery UI datepicker
	77. jQuery UI slider 02
	78. ui_slider
	79. jQuery UI slider
	80. Map
	81. Mega menu
	82. Page title 01
	83. Page title 02
	84. popup content
	85. Popup
	86. Price (for pricing table)
	87. Pricing table
	88. Review 02
	89. Review 01
	90. Hotel room
	91. Social
	92. Star rating
	93. Swiper
	94. tab_panel
	95. tabs
	96. tabs
	97. Tag cloud
	98. dashboard css
	99. Margin Padding

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

/* 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, [data-gradient-bg] > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.md-overlay {
    background-color: rgba(0, 0, 0, .4);
}

.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;
}

/* table Responsive */

.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: 991px) {
    .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;
    }
}

a {
    color: inherit;
}

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

a:focus {
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background-color: #1a1a23;
}

::selection {
    color: #fff;
    background-color: #1a1a23;
}

.md-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(8.92857vw + 11.42857px);
        padding-bottom: calc(8.92857vw + 11.42857px);
    }
}

@media (min-width: 992px) {
    .md-section {
        padding-top: calc(38.46154vw - 281.53846px);
        padding-bottom: calc(38.46154vw - 281.53846px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

.md-overlay {
    background-color: rgba(0, 0, 0, .5);
}

p {
    margin-bottom: 15px;
}

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

@media (max-width: 479px) {
    .hidden-xs {
        display: none;
    }
}

.custom-select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjg0LjkyOXB4IiBoZWlnaHQ9IjI4NC45MjlweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3YzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 50px;
    background-position: right 20px center;
    -webkit-appearance: none;
       -moz-appearance: none;
         -o-appearance: none;
            appearance: none;
}

select::-ms-expand {
    display: none;
}

.line {
    border: 1px solid #ebebeb;
    margin: 60px 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.fullheight {
    height: 100vh;
}

.lightbg {
    background-color: #f7f7f7;
}

.bg-repeat {
    background-size: initial;
    background-repeat: repeat;
    background-position: center;
}

.image-full > img {
    width: 100%;
}

@media (min-width: 992px) {
    .landing-page section {
        padding: 100px 0;
    }
}

.btn-secondary {
    color: #153abb;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.btn-secondary.btn-outline {
    color: #c8c8c8;
    background-color: transparent;
    border-color: #e1e1e1;
}

.btn-secondary.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #153abb;
    background-color: #c8c8c8;
    border-color: #e1e1e1;
}

.btn-secondary:hover, .btn-secondary.hover {
    color: #153abb;
    background-color: #eee;
    border-color: #e1e1e1;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #153abb;
    background-color: #c8c8c8;
    border-color: #e1e1e1;
}

.btn-secondary:active:hover, .btn-secondary:active:focus,
.btn-secondary:active.focus, .btn-secondary.active:hover,
.btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #153abb;
    background-color: #b6b6b6;
    border-color: #e1e1e1;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    background-image: none;
}

.btn-secondary.disabled:hover, .btn-secondary.disabled:focus,
.btn-secondary.disabled.focus, .btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.btn-secondary .badge {
    color: #e1e1e1;
    background-color: #153abb;
}

.btn-tertiary {
    color: white;
    background-color: #c2c2c2;
    border-color: #c2c2c2;
}

.btn-tertiary.btn-outline {
    color: darkgray;
    background-color: transparent;
    border-color: #c2c2c2;
}

.btn-tertiary.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-tertiary:focus, .btn-tertiary.focus {
    color: white;
    background-color: darkgray;
    border-color: #c2c2c2;
}

.btn-tertiary:hover, .btn-tertiary.hover {
    color: white;
    background-color: #cfcfcf;
    border-color: #c2c2c2;
}

.btn-tertiary:active, .btn-tertiary.active,
.open > .btn-tertiary.dropdown-toggle {
    color: white;
    background-color: darkgray;
    border-color: #c2c2c2;
}

.btn-tertiary:active:hover, .btn-tertiary:active:focus,
.btn-tertiary:active.focus, .btn-tertiary.active:hover,
.btn-tertiary.active:focus, .btn-tertiary.active.focus,
.open > .btn-tertiary.dropdown-toggle:hover,
.open > .btn-tertiary.dropdown-toggle:focus,
.open > .btn-tertiary.dropdown-toggle.focus {
    color: white;
    background-color: #979797;
    border-color: #c2c2c2;
}

.btn-tertiary:active, .btn-tertiary.active,
.open > .btn-tertiary.dropdown-toggle {
    background-image: none;
}

.btn-tertiary.disabled:hover, .btn-tertiary.disabled:focus,
.btn-tertiary.disabled.focus, .btn-tertiary[disabled]:hover,
.btn-tertiary[disabled]:focus, .btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary:hover, fieldset[disabled] .btn-tertiary:focus,
fieldset[disabled] .btn-tertiary.focus {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
}

.btn-tertiary .badge {
    color: #c2c2c2;
    background-color: white;
}

.btn-tertiary:hover {
    background-color: #153abb;
    border-color: #153abb;
    color: white !important;
}

.tag {
    display: inline-block;
    border: 0;
    box-shadow: none;
    outline: none;
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    color: white;
    background-color: #eee;
    transition: all .3s ease;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    height: 25px;
    text-transform: uppercase;
}

.tag:hover {
    background-color: #000;
    color: #fff;
}

.tag[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

.tag--primary {
    background-color: #153abb;
    color: #fff;
}

.tag--primary:hover {
    background-color: #000;
    color: #fff;
}

.tag--primary:focus {
    background-color: #000;
    color: #fff;
}

.tag--success {
    background-color: #5cb85c;
    color: #fff;
}

.tag--success:hover {
    background-color: #449d44;
    color: #fff;
}

.tag--success:focus {
    background-color: #449d44;
    color: #fff;
}

.tag--info {
    background-color: #5bc0de;
    color: #fff;
}

.tag--info:hover {
    background-color: #31b0d5;
    color: #fff;
}

.tag--info:focus {
    background-color: #31b0d5;
    color: #fff;
}

.tag--warning {
    background-color: #f0ad4e;
    color: #fff;
}

.tag--warning:hover {
    background-color: #ec971f;
    color: #fff;
}

.tag--warning:focus {
    background-color: #ec971f;
    color: #fff;
}

.tag--danger {
    background-color: #d9534f;
    color: #fff;
}

.tag--danger:hover {
    background-color: #c9302c;
    color: #fff;
}

.tag--danger:focus {
    background-color: #c9302c;
    color: #fff;
}

.tag--link {
    background-color: transparent;
    color: #fe6565;
}

.tag--link:hover {
    background-color: transparent;
    color: #fe6565;
    text-decoration: underline;
}

.tag--link:focus {
    background-color: transparent;
    color: #fe6565;
}

.tag--dark {
    background-color: #000;
    color: #fff;
}

.tag--dark:hover {
    background-color: #fe6565;
    color: #fff;
}

.tag--dark:focus {
    background-color: #fe6565;
    color: #fff;
}

.tag--xs {
    padding: 6px 15px;
    font-size: 12px;
}

.tag--sm {
    padding: 8px 15px;
    min-width: 100px;
    font-size: 12px;
}

.tag--md {
    padding: 10px 20px;
    min-width: 140px;
    font-size: 14px;
}

.tag--lg {
    padding: 14px 24px;
    min-width: 160px;
    font-size: 16px;
}

.tag--square {
    border-radius: 0;
}

.tag--round {
    border-radius: 5px;
}

.tag--pill {
    border-radius: 40px;
}

.tag--block {
    display: block;
    width: 100%;
}

.tag--disabled {
    opacity: .65;
    cursor: not-allowed;
}

/* 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"], input[type="file"] {
    box-shadow: none;
    outline: none;
    margin: 0;
    border-radius: 0;
    padding: 0 15px;
    line-height: auto;
    border: 1px solid #ebebeb;
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
}

.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,
input[type="file"]::-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,
input[type="file"]::-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,
input[type="file"]:-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,
input[type="file"]:-ms-input-placeholder {
    color: #c2c2c2;
}

.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,
input[type="file"]:focus::-webkit-input-placeholder {
    color: #1a1a23;
}

.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,
input[type="file"]:focus::-moz-placeholder {
    color: #1a1a23;
}

.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,
input[type="file"]:focus:-moz-placeholder {
    color: #1a1a23;
}

.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,
input[type="file"]:focus:-ms-input-placeholder {
    color: #1a1a23;
}

.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],
input[type="file"][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;
    padding: 20px;
}

/* Typography */

body {
    margin: 0;
    padding: 0;
    line-height: 1.85;
    font-size: 14px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #222;
}

body.md-skin-dark {
    background-color: #1a1a23;
}

.md-skin-dark {
    background-color: #1a1a23;
    color: rgba(255, 255, 255, .95);
}

.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: #1a1a23;
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a23;
    font-family: "Work Sans", sans-serif;
}

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: #153abb;
    text-decoration: none;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 25px;
}

img {
    max-width: 100%;
}

blockquote {
    border: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    padding: 30px;
    margin: 0 0 40px 0;
    position: relative;
    color: #222;
    background-color: #f7f7f7;
}

@media (min-width: 1200px) {
    blockquote {
        padding: 30px 50px;
    }
}

blockquote:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #153abb;
    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: "Work Sans", sans-serif;
    margin-top: 15px;
}

abbr {
    color: #67dee8;
    border-width: 2px;
}

mark, .mark {
    background-color: #153abb;
    color: #fff;
}

/* 3. checkbox
--------------------------------------------------------------------------------*/

.checkbox .custom-control {
    margin-bottom: 20px;
    display: block;
}

.checkbox__style-02 {
    overflow: hidden;
}

@media (min-width: 480px) {
    .checkbox__style-02 .custom-control {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .checkbox__style-02 .custom-control {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .checkbox__style-02 .custom-control {
        width: 25%;
    }
}

.checkbox__style-03 {
    overflow: hidden;
}

@media (min-width: 480px) {
    .checkbox__style-03 .custom-control {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .checkbox__style-03 .custom-control {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .checkbox__style-03 .custom-control {
        width: 16.666666%;
    }
}

.checkbox__style-04 {
    overflow: hidden;
    margin-bottom: 35px;
}

@media (min-width: 480px) {
    .checkbox__style-04 .custom-control {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
}

/**	
* CSS custom form radio, checkbox
*/

.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    transition: all ease .3s;
}

.custom-control-description {
    font-size: 14px;
    text-transform: capitalize;
    color: #c2c2c2;
    transition: color ease .3s;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
}

.custom-control-input:disabled ~ .custom-control-description {
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #c2c2c2;
    transition: color ease .3s;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 5px;
}

.custom-checkbox .custom-control-indicator:after {
    content: "\F372";
    font-family: "Ionicons";
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    color: #222;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator + .custom-control-description {
    color: #222;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    content: "\F373";
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    color: #222;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator + .custom-control-description {
    color: #222;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator:after {
    content: "\F373";
}

/* 4. Form 01
--------------------------------------------------------------------------------*/

.form-01 {
    content: "";
}

.form-01__title {
    font-size: 30px;
    font-weight: 400;
    color: #1a1a23 !important;
    margin-bottom: 50px;
}

.form-01__inner {
    margin: 0 -15px;
}

.form-01__inner:after {
    content: "";
    display: table;
    clear: both;
}

.form-01__inner .form__label {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: #1a1a23;
    margin-bottom: 10px;
}

.form-01__inner .form__label i {
    margin-right: 5px;
}

.form-01__inner .form__item {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    float: left;
    width: 100%;
}

@media (min-width: 992px) {
    .form-01__inner .form__item.form__item--02 {
        width: 50%;
    }

    .form-01__inner .form__item.form__item--03 {
        width: 33.3333%;
    }

    .form-01__inner .form__item.form__item--04 {
        width: 25%;
    }

    .form-01__inner .form__item.form__item--x2 {
        width: 50%;
    }
}

.form-01__inner .form__checkboxs {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    float: left;
    width: 50%;
}

.form-01__inner .form__text {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    float: left;
    width: 1000%;
}

.form-01__inner .form__text > a + a {
    margin-left: 30px;
}

.form-01__inner .form__checkboxs + .form__text {
    text-align: right;
    float: left;
    width: 50%;
}

.form-01__inner .form__button {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    margin-top: 35px;
    float: left;
    width: 100%;
}

.form-01__inner .facebook .form__label {
    color: #2e3192;
}

.form-01__inner .twitter .form__label {
    color: #05b9ea;
}

.form-01__inner .google .form__label {
    color: #a36209;
}

.form-01__inner .instagram .form__label {
    color: #363636;
}

.form-01__style-02 .form-01__title {
    font-size: 24px;
}

.form-01__style-02 .form-01__form__button {
    margin-top: 20px;
}

.form-01__style-03 textarea {
    background-color: #f7f7f7;
}

.form-01__style-03 .star-group {
    margin-bottom: 35px;
}

.form-01__style-03 .star-group > h4 {
    font-size: 16px;
    letter-spacing: -1px;
}

.directory-form {
    text-align: center;
    padding: 40px 30px;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}

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

.js-directory-form {
    position: relative;
    z-index: 99;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .js-directory-form {
        padding-bottom: calc(37.20238vw - 69.04762px);
    }
}

@media (min-width: 992px) {
    .js-directory-form {
        padding-bottom: 300px;
    }
}

.js-directory-form .title-01 {
    margin-bottom: 30px;
}

.js-directory-form .directory-form {
    position: relative;
}

@media (max-width: 991px) {
    .js-directory-form .directory-form {
        bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .js-directory-form .directory-form {
        position: absolute;
        left: 10%;
        right: 10%;
    }
}

@media (min-width: 1200px) {
    .js-directory-form .directory-form {
        left: 20%;
        right: 20%;
    }
}

@media (max-width: 1199px) {
    .js-directory-form .hidden-xl {
        display: none;
    }
}

.js-directory-form .directory-form--02 {
    padding: 0;
    overflow: hidden;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.js-directory-form .directory-form--02:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
}

.js-directory-form .directory-form--02 > .form-01 {
    position: relative;
    z-index: 2;
}

@media (min-width: 1600px) {
    .js-directory-form .directory-form--02 {
        background-size: 40% 100%;
        left: 25%;
        right: 25%;
    }

    .js-directory-form .directory-form--02:after {
        display: none;
    }

    .js-directory-form .directory-form--02 .form-01 {
        width: 60%;
        float: right;
    }
}

.js-directory-form--02 {
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .js-directory-form--02 {
        padding-bottom: calc(52.08333vw - 116.66667px);
    }
}

@media (min-width: 992px) {
    .js-directory-form--02 {
        padding-bottom: 400px;
    }
}

/* 5. Form editor
--------------------------------------------------------------------------------*/

.form-editor {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
}

.form-editor textarea {
    height: 100px !important;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    padding: 15px;
}

.form-editor__btn {
    float: right;
}

.form-editor__btn span {
    display: inline-block;
    font-size: 18px;
    margin: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.form-editor__btn span.btn-sent {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #1abc9c;
}

/* 6. Form gallery
--------------------------------------------------------------------------------*/

.form-gallery .form_gallery-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin: -10px;
}

.form-gallery .form_gallery-list li {
    width: 50%;
    float: left;
    padding: 10px;
}

.form-gallery .form_gallery__image {
    position: relative;
    background-color: #b7b7b7;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100%;
    border: 1px solid #fff;
}

.form-gallery .form_gallery__image img {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
}

.form-gallery .form_gallery__image:hover .form_gallery__image__del {
    visibility: visible;
    opacity: 1;
}

.form-gallery .form_gallery__image__del {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

@media (min-width: 481px) {
    .form-gallery .form_gallery-list li {
        width: 33.333333%;
    }
}

@media (min-width: 993px) {
    .form-gallery .form_gallery-list li {
        width: 250px;
    }
}

/* 7. Form search
--------------------------------------------------------------------------------*/

@media (min-width: 768px) {
    .form-search .form__item-group {
        float: left;
        width: 100%;
        display: table-cell;
    }
}

.form-search .form-01__form {
    margin: 0;
}

@media (min-width: 768px) {
    .form-search .form-01__form {
        display: table;
        width: 100%;
    }
}

.form-search .form__item {
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .form-search .form__item {
        padding-right: 20px;
        border-bottom: none;
        width: 33.3333%;
        float: left;
    }

    .form-search .form__item:last-child {
        padding-right: 0;
    }
}

.form-search .form__button {
    text-align: center;
}

@media (min-width: 768px) {
    .form-search .form__button {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
        float: none;
        padding: 0 0 0 30px;
    }
}

.form-search__style-02 .form__item-group {
    overflow: hidden;
}

@media (min-width: 768px) {
    .form-search__style-02 .form__item-group {
        box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
    }
}

.form-search__style-02 .form__item {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    background-color: white;
}

.form-search__style-02 .form__item input,
.form-search__style-02 .form__item select {
    border: none;
    height: 70px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-search__style-02 .form__item {
        margin-bottom: 0;
    }

    .form-search__style-02 .form__item:after {
        content: "";
        top: 15px;
        right: 0;
        bottom: 15px;
        position: absolute;
        background-color: rgba(0, 0, 0, .1);
        width: 1px;
    }

    .form-search__style-02 .form__item:last-child:after {
        display: none;
    }
}

.form-search__style-03 .form__item {
    width: 100%;
    float: none;
    padding: 0;
}

.form-search__style-03 .form__item-group, .form-search__style-03 .form__button {
    display: block;
    float: none;
    padding: 0;
    width: 100%;
}

.form-search__style-03 .btn {
    display: block;
    min-width: auto;
}

.form-search__style-04 {
    padding: 30px;
    margin-bottom: 45px;
    background-color: white;
}

@media (min-width: 768px) {
    .form-search__style-04 .form__item input,
    .form-search__style-04 .form__item select {
        margin-bottom: 0;
    }
}

/* 8. Form subscrible
--------------------------------------------------------------------------------*/

.form-sub {
    content: "";
}

.form-sub__form {
    display: table;
}

.form-sub__form .form-control {
    margin-bottom: 0;
    border-right: none;
}

.form-sub__form .form-button {
    color: #153abb;
    height: 50px;
    border: 1px solid #ebebeb;
    border-left: none;
    background-color: white;
    padding: 0 15px;
    cursor: pointer;
    transition: all ease .3s;
}

.form-sub__form .form-button:hover, .form-sub__form .form-button:focus {
    background-color: #153abb;
    border-color: #153abb;
    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: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.form-sub__description {
    font-size: 14px;
    margin-bottom: 35px;
}

.form-sub__style-02 .form-control {
    height: 60px;
    line-height: 58px;
}

.form-sub__style-02 .form-button {
    height: 60px;
    line-height: 62px;
    font-size: 24px;
    padding: 0 20px;
}

.form-sub__style-03 .form-button {
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 10px;
}

@media (min-width: 992px) {
    .form-sub__style-03 .form-button {
        min-width: 180px;
    }
}

.form-sub__style-03 .form-button:hover {
    background-color: white;
    color: #153abb;
}

.form-sub__style-03 .form-submit {
    padding-left: 10px;
}

/* 9. Form tag
--------------------------------------------------------------------------------*/

.form-tag {
    position: relative;
}

.form-tag .form-tag__name {
    position: absolute;
    top: 50%;
    left: 20px;
    text-transform: capitalize;
    transform: translateY(-50%);
}

.form-tag #input-tag_tagsinput {
    padding-left: 60px;
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 20px;
    border-color: #ebebeb;
}

.form-tag #input-tag_addTag {
    line-height: 1;
}

.form-tag #input-tag_tag {
    margin: 5px;
    line-height: 1;
    text-transform: capitalize;
    width: 80px !important;
}

.form-tag .tagsinput .tag {
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: #636363;
    padding: 0 20px;
    margin: 5px;
    border-color: #f7f7f7;
    background-color: #f7f7f7;
}

.form-tag .tagsinput .tag a {
    color: #636363;
}

/* 10. Form upload
--------------------------------------------------------------------------------*/

.form-upload {
    position: relative;
}

.form-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 9;
}

.form-upload input[type="file"]:focus ~ .form-control {
    color: #1a1a23;
}

.form-upload .form-control {
    position: relative;
    text-transform: capitalize;
    color: #c2c2c2;
    margin-bottom: 0;
}

.form-upload .form-control span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 35px 0 15px;
    transform: translateY(-50%);
}

.form-upload .form-control span i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.form-upload__style-02 {
    max-width: 300px;
    text-align: center;
}

.form-upload__style-02 .form-control {
    padding-top: 100%;
    line-height: 1;
    border-style: dashed;
}

.form-upload__style-02 .form-control span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 10px;
}

.form-upload__style-02 .form-control span i {
    display: block;
    position: static;
    transform: 0;
    font-size: 30px;
    color: #1abc9c;
}

/* 11. Title
--------------------------------------------------------------------------------*/

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

@media (min-width: 1200px) {
    .heading {
        margin-bottom: 100px;
    }
}

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

.heading__title {
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: -2px;
    text-transform: capitalize;
    font-size: 30px;
}

@media (min-width: 320px) {
    .heading__title {
        font-size: calc(2.04545vw + 23.45455px);
    }
}

@media (min-width: 1200px) {
    .heading__title {
        font-size: 48px;
    }
}

.heading__style-02 .heading__title {
    font-size: 30px;
    letter-spacing: -4px;
}

@media (min-width: 320px) {
    .heading__style-02 .heading__title {
        font-size: calc(4.77273vw + 14.72727px);
    }
}

@media (min-width: 1200px) {
    .heading__style-02 .heading__title {
        font-size: 72px;
    }
}

.heading__style-03 .heading__title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.heading__style-03 .heading__description {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .heading__style-03 {
        margin-bottom: 120px;
    }
}

.heading__style-04 .heading__title {
    margin-bottom: 15px;
}

.heading__style-04 .heading__description {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .heading__style-04 {
        margin-bottom: 85px;
    }
}

.heading__style-05 .heading__title {
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: -4px;
}

@media (min-width: 320px) {
    .heading__style-05 .heading__title {
        font-size: calc(4.77273vw + 14.72727px);
    }
}

@media (min-width: 1200px) {
    .heading__style-05 .heading__title {
        font-size: 72px;
    }
}

.heading__style-05 .heading__description {
    font-size: 18px;
}

.heading__style-06 .heading__title {
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.heading__style-06 .heading__description {
    font-size: 16px;
}

/* 12. map listing
--------------------------------------------------------------------------------*/

.map-listing {
    height: 100vh;
}

#map, #map-container {
    height: 100%;
}

.mmarker-wrap {
    position: absolute;
    height: 40px;
    width: 34px;
}

.mmarker-wrap i {
    font-size: 20px;
    line-height: 32px;
}

.mmarker-wrap.hover .mmarker__front {
    opacity: 0;
    visibility: hidden;
}

.mmarker-wrap.hover .mmarker__back {
    opacity: 1;
    visibility: visible;
}

.mmarker__front, .mmarker__back {
    width: 34px;
    height: 34px;
    border: 1px solid #1abc9c;
    border-radius: 40px;
    background: #fff;
    color: #1abc9c;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: all .3s ease;
}

.mmarker__back {
    opacity: 0;
    visibility: hidden;
    background: #1abc9c;
    color: #fff;
}

.mmarker__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #1abc9c transparent transparent transparent;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

/* 13. Pagination
--------------------------------------------------------------------------------*/

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination__item {
    display: inline-block;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}

.pagination__item > a {
    display: block;
    padding: 10px 15px;
    color: #c2c2c2;
}

.pagination__item:hover > a {
    color: #1a1a23;
}

.pagination__item.active {
    color: #153abb;
}

.pagination__item.active > span {
    padding: 10px 15px;
}

/* 14. Post 01
--------------------------------------------------------------------------------*/

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

.post-01:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    background: rgba(21, 58, 187, .9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .5s;
}

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

.post-01:hover .post-01__body {
    top: 0;
}

.post-01:hover .post-01__department {
    color: #f7f7f7;
}

@media (max-width: 991px) {
    .post-01 {
        max-width: 420px;
        margin: 30px auto;
    }
}

.post-01__media {
    position: relative;
}

.post-01__media:after {
    content: "";
    position: relative;
    padding-top: 135%;
    display: block;
    background-color: #ececf3;
}

.post-01__media img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.post-01__body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    padding: 30px;
    transition: all ease .5s;
}

@media (min-width: 1200px) {
    .post-01__body {
        padding: 40px;
    }
}

.post-01__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    color: white;
}

.post-01__title > a {
    color: white;
}

.post-01__department {
    font-size: 16px;
    color: #f7f7f7;
}

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

@media (max-width: 1199px) and (min-width: 768px) {
    .post-01__description {
        margin-bottom: 30px;
    }
}

.post-01__link {
    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
}

.post-01__link:hover {
    text-decoration: underline;
}

.post-01__top {
    content: "";
}

.post-01__middle {
    left: 0;
    position: absolute;
    padding: 30px;
    top: 50%;
    transform: translateY(-30%);
}

@media (min-width: 1200px) {
    .post-01__middle {
        padding: 40px;
    }
}

.post-01__bottom {
    position: absolute;
    bottom: 40px;
}

@media (min-width: 992px) {
    .post-01__style-02 .post-01__body, .post-01__style-02 .post-01__middle {
        padding: 30px;
    }

    .post-01__style-02 .post-01__middle {
        transform: translateY(-45%);
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .post__body {
        top: auto !important;
    }

    .post__top {
        margin-bottom: 30px;
    }

    .post__middle {
        position: static;
        transform: translateY(0);
        padding: 0;
    }

    .post__bottom {
        position: static;
    }
}

/* 15. Post 02
--------------------------------------------------------------------------------*/

.post-02__media {
    position: relative;
}

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

.post-02__media:after {
    content: "";
    position: relative;
    padding-top: 75%;
    display: block;
}

.post-02__media img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100% !important;
    z-index: 2;
}

.post-02__media .tag {
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 4;
}

.post-02__media .star {
    margin-bottom: 0;
    left: 20px;
    bottom: 10px;
    position: absolute;
    z-index: 4;
}

.directory-icon {
    width: 35px;
    height: 35px;
    line-height: 39px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    color: #c2c2c2;
    font-size: 18px;
    transition: all ease .3s;
    right: 15px;
    bottom: 15px;
    position: absolute;
    z-index: 3;
}

.directory-icon:hover {
    color: #f00;
}

.directory-icon.loading {
    color: #f00;
}

.directory-icon.loading:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 2px solid red;
    border-right: 2px solid #f00;
    border-radius: 100%;
    animation: anim7 3s ease;
    animation-iteration-count: 2;
}

@keyframes anim7 {
    to {
        transform: rotate(360deg);
    }
}

.post-02__body {
    padding: 25px 0;
}

.post-02__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.post-02__location {
    text-transform: capitalize;
}

/* 16. Post 03
--------------------------------------------------------------------------------*/

.post-03 {
    text-align: center;
}

.post-03__time {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -1px;
}

.post-03__title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -3px;
}

@media (min-width: 320px) {
    .post-03__title {
        font-size: calc(2.27273vw + 32.72727px);
    }
}

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

.post-03__title span {
    color: #153abb;
}

.post-03__description {
    font-size: 18px;
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .post-03__description {
        margin-bottom: calc(4.54545vw + 15.45455px);
    }
}

@media (min-width: 1200px) {
    .post-03__description {
        margin-bottom: 70px;
    }
}

.post-03__style-02 {
    position: relative;
    padding: 50px 30px;
    color: white;
}

@media (min-width: 992px) {
    .post-03__style-02 {
        padding: 140px 10%;
    }
}

.post-03__style-02:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
}

.post-03__style-02 .post-03__time {
    color: #c2c2c2;
}

.post-03__style-02 h2 {
    color: white;
}

.post-03__style-02 > * {
    position: relative;
    z-index: 2;
}

/* 17. Post 04
--------------------------------------------------------------------------------*/

.post-04 {
    transition: all ease-in-out .3s;
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .post-04 {
        margin-bottom: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .post-04 {
        margin-bottom: 60px;
    }
}

.post-04:hover {
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

.post-04:hover .post-04__icon {
    color: #ee1c24;
}

.post-04__media {
    position: relative;
}

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

.post-04__media:after {
    content: "";
    position: relative;
    padding-top: 75%;
    display: block;
    background-color: #ececf3;
}

.post-04__media img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100% !important;
    z-index: 2;
}

.post-04__media .tag {
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 3;
}

.post-04__media .star {
    margin-bottom: 0;
    left: 20px;
    bottom: 10px;
    position: absolute;
    z-index: 3;
}

.post-04__body {
    padding: 15px 20px;
    background-color: white;
}

.post-04__title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.post-04__location {
    text-transform: capitalize;
}

.post-04__style-02 {
    border: 1px solid #ebebeb;
}

.post-04__style-02:hover {
    border-color: transparent;
}

/* 18. Post 05
--------------------------------------------------------------------------------*/

.post-05 {
    overflow: hidden;
    transition: all ease-in-out .3s;
    margin-bottom: 30px;
    position: relative;
}

.post-05:hover {
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

.post-05:hover .post-05__icon {
    color: #ee1c24;
}

.post-05__media {
    background-color: #ececf3;
    min-height: 200px;
    position: relative;
}

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

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

.post-05__body {
    padding: 30px;
    background-color: white;
    position: relative;
}

.post-05__body .star {
    display: inline-block;
    margin-bottom: 10px;
}

.post-05__icon {
    color: white;
    left: 30px;
    bottom: 20px;
    position: absolute;
    z-index: 4;
}

.post-05__icon.active {
    color: white !important;
}

.post-05__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-05__location {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.post-05__description {
    color: #c2c2c2;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 47.6px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .post-05__style-list .post-05__media {
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 33.3333%;
    }

    .post-05__style-list .post-05__body {
        padding: 35px 50px 40px 30px;
        width: 66.6666%;
        float: right;
    }
}

/* 19. Post 06
--------------------------------------------------------------------------------*/

.post-06 {
    overflow: hidden;
    transition: all ease-in-out .3s;
    margin-bottom: 30px;
    position: relative;
}

.post-06 .star {
    margin-bottom: 5px;
    font-size: 14px;
}

.post-06__media {
    background-color: #c2c2c2;
    min-height: 110px;
}

@media (min-width: 768px) {
    .post-06__media {
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 33.3333%;
    }
}

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

.post-06__body {
    padding: 30px;
    background-color: white;
    position: relative;
}

.post-06__body .star {
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .post-06__body {
        padding: 5px 30px;
        width: 66.6666%;
        float: right;
    }
}

.post-06__title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.post-06__location {
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #c2c2c2;
}

.post-06__style-02 {
    margin-bottom: 0;
}

.post-06__style-02 .post-06__media {
    width: 150px;
    height: 150px;
    float: left;
    position: static;
}

.post-06__style-02 .post-06__body {
    float: left;
    overflow: hidden;
    width: auto;
    padding: 20px;
}

.post-06__style-03 {
    margin-bottom: 0;
}

.post-06__style-03 + .post-06__style-03 {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.post-06__style-03 .post-06__media {
    position: static;
    width: auto;
    min-height: 180px;
}

.post-06__style-03 .post-06__body {
    float: none;
    width: auto;
    padding: 30px 0 20px;
}

/* 20. Post 07
--------------------------------------------------------------------------------*/

.post-07 {
    border: 1px solid #ebebeb;
}

.post-07 .star {
    display: inline-block;
    vertical-align: middle;
}

.post-07__media {
    background-color: #e1e1e1;
}

.post-07__body {
    padding: 30px 40px;
}

.post-07__title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.post-07__nameLocation {
    font-size: 18px;
    margin-bottom: 0;
}

.post-07__location {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 20px;
}

.post-07__infoBooking {
    overflow: hidden;
}

.post-07__item {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .post-07__item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .post-07__item:nth-child(even) {
        text-align: right;
    }
}

.post-07__item > span {
    color: #c2c2c2;
    margin-right: 12px;
}

/* 21. Post 08
--------------------------------------------------------------------------------*/

.post-08 {
    display: table;
    width: 100%;
    padding: 25px 0;
}

.post-08 + .post-08 {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.post-08__left {
    float: left;
    width: 100%;
    display: table-cell;
}

.post-08__title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.post-08__description {
    color: #c2c2c2;
}

.post-08__right {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    text-align: right;
}

.post-08__price {
    color: #f00;
    font-size: 20px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}

.post-08__time {
    color: #646464;
}

/* 22. Post 09
--------------------------------------------------------------------------------*/

.post-09 {
    transition: all ease .3s;
    margin-bottom: 20px;
}

.post-09:hover {
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

.post-09:hover .post-09__body {
    border-color: transparent;
}

.post-09__media {
    position: relative;
    background-color: #c2c2c2;
}

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

.post-09__media .tag {
    top: 20px;
    left: 20px;
    position: absolute;
}

.post-09__body {
    padding: 20px;
    background-color: white;
    border: 1px solid #ebebeb;
    border-top: none;
}

.post-09__title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post-09__info {
    margin-bottom: 30px;
}

.post-09__description {
    margin-bottom: 30px;
}

.post-09__style-02 {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.post-09__style-02 .post-09__media {
    min-height: 200px;
}

.post-09__style-02 .post-09__body {
    padding: 30px;
}

@media (min-width: 768px) {
    .post-09__style-02 .post-09__media {
        width: 40%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
    }

    .post-09__style-02 .post-09__body {
        padding: 50px 30px;
        width: 60%;
        float: right;
        border-top: 1px solid #ebebeb;
    }
}

/* 23. Post 10
--------------------------------------------------------------------------------*/

.post-10 {
    max-width: 400px;
    margin: 0 auto 40px;
    transition: all ease .3s;
}

.post-10:hover {
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

.post-10:hover .post-10__icon {
    color: #f00;
}

.post-10__header {
    position: relative;
}

.post-10__media {
    position: relative;
    background-color: #ececf3;
}

.post-10__media:after {
    content: "";
    position: relative;
    display: block;
    padding-top: 63%;
}

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

.post-10__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.post-10__content {
    left: 20px;
    right: 20px;
    bottom: 15px;
    position: absolute;
    z-index: 3;
}

.post-10__left {
    display: table-cell;
    float: left;
    width: 100%;
}

.post-10__time {
    color: white;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    background-color: #153abb;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
    top: 20px;
    left: 20px;
    position: absolute;
}

.post-10__price {
    font-size: 20px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #f00;
}

.post-10__location {
    color: #8e8e8e;
}

.post-10__right {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.post-10__title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -2px;
    background-color: white;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 24. Post 11
--------------------------------------------------------------------------------*/

.post-11 {
    border: 1px solid #ebebeb;
}

.post-11__media {
    background-color: #ebebeb;
}

.post-11__content {
    padding: 30px 40px;
}

.post-11__title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 5px;
}

.post-11__position {
    color: #222;
    margin-bottom: 15px;
}

.post-11__description {
    color: #646464;
}

/* 25. Testimonial
--------------------------------------------------------------------------------*/

.testimonial {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial__avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: white;
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

@media (min-width: 992px) {
    .testimonial__avatar {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.testimonial__content {
    background-color: white;
    padding: 50px 20px;
    margin-top: -30px;
}

@media (min-width: 992px) {
    .testimonial__content {
        margin-top: -50px;
        padding: 90px 60px 60px;
    }
}

.testimonial__name {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.testimonial__text {
    color: #767676;
}

/* 26. Text widget
--------------------------------------------------------------------------------*/

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

.widget-text__widget ul li, .widget.widget_categories ul li,
.widget.widget_pages ul li {
    margin-bottom: 10px;
}

.widget-text__widget ul li a, .widget.widget_categories ul li a,
.widget.widget_pages ul li a {
    display: block;
    color: #222;
}

.widget-text__widget ul li a:hover, .widget.widget_categories ul li a:hover,
.widget.widget_pages ul li a:hover {
    color: #153abb;
}

.widget-text__widget ul li > ul, .widget-text__widget ul li .children,
.widget.widget_categories ul li > ul, .widget.widget_categories ul li .children,
.widget.widget_pages ul li > ul, .widget.widget_pages ul li .children {
    padding-left: 15px;
}

.widget-text__widget table, .widget.widget_categories table,
.widget.widget_pages table {
    width: 100%;
}

.widget-text__widget table tbody tr, .widget.widget_categories table tbody tr,
.widget.widget_pages table tbody tr {
    overflow: hidden;
}

.widget-text__widget table tbody tr.open > td,
.widget.widget_categories table tbody tr.open > td,
.widget.widget_pages table tbody tr.open > td {
    color: #153abb !important;
    font-weight: 600;
}

.widget-text__widget table tbody tr > td,
.widget.widget_categories table tbody tr > td,
.widget.widget_pages table tbody tr > td {
    color: #646464;
    width: 50%;
    float: left;
    padding: 7px 0;
}

.widget-text__widget table tbody tr > td:first-child,
.widget.widget_categories table tbody tr > td:first-child,
.widget.widget_pages table tbody tr > td:first-child {
    font-size: 16px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #222;
}

.widget-text__description {
    color: #c2c2c2;
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.widget-title > span {
    color: #c2c2c2;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    letter-spacing: 0;
}

.widget-text__style-02 {
    padding: 50px 40px;
    margin-bottom: 60px;
    border: 1px solid #ebebeb;
}

.widget-text__style-02 .widget-title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1.5px;
}

.widget-text__style-03, .widget-text__style-04 {
    padding: 50px 40px;
    margin-bottom: 60px;
    background-color: white;
}

.widget-text__style-03 .widget-title, .widget-text__style-04 .widget-title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1.5px;
}

.widget-text__style-03 {
    border: 1px solid #ebebeb;
}

.widget-text__style-04 .widget-title {
    margin-bottom: 5px;
}

.widget-text__style-04 .widget-title {
    font-size: 24px;
}

/* 27. Footer
--------------------------------------------------------------------------------*/

.footer {
    background-color: #f7f7f7;
    padding: 50px 0 30px;
}

@media (min-width: 992px) {
    .footer {
        padding: 120px 0 50px;
    }
}

.footer .copyright {
    text-align: left;
}

.footer__item {
    margin-bottom: 50px;
}

/* 28. Header
--------------------------------------------------------------------------------*/

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

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

.header .container {
    position: relative;
}

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

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

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

@media (min-width: 1200px) {
    .header .awemenu-nav {
        padding: 0;
        float: left;
    }
}

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

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

.header.shrink .header__logo, .header.shrink .header__button {
    height: 70px;
    line-height: 70px;
}

.header.shrink .header__hotline {
    padding: 10px 0;
}

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

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

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

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

@media (min-width: 992px) {
    .header__logo {
        margin-right: 75px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .header__logo {
        margin-right: 10px;
    }
}

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

.header__chooseLanguage i {
    margin: 0 5px;
}

.header__button {
    float: right;
    height: 100px;
    line-height: 100px;
    transition: height .3s ease;
}

.header__hotline {
    padding: 25px 0;
    float: right;
    transition: padding .3s ease;
}

.header__hotline .iconbox-03__body {
    display: none;
}

@media (min-width: 768px) {
    .header__hotline .iconbox-03__body {
        display: block;
    }
}

.header__buttonItem {
    float: left;
    margin-left: 15px;
}

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

    .header__buttonItem:first-child {
        margin-left: 0;
    }
}

.directory-user .dropdown__toggle {
    font-size: 20px;
}

.navbar-toggle {
    cursor: pointer;
}

.navbar-toggle > span {
    width: 31px;
    height: 3px;
    background-color: #1a1a23;
    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) {
    transform: translateX(-10px) rotate(-45deg);
}

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

.header__transparent {
    background-color: transparent;
}

.header__transparent + * {
    margin-top: 0;
}

.header__transparent.shrink {
    background-color: white;
}

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

.header__line {
    background-color: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.header__line .awemenu > li > a, .header__line .dropdown__toggle {
    color: #c2c2c2;
}

.header__line .awemenu-bars .amm-bar, .header__line .awemenu-bars .amm-bar:after,
.header__line .awemenu-bars .amm-bar:before {
    background-color: #c2c2c2;
}

.header__line + * {
    margin-top: 0;
}

.header__line.shrink {
    background-color: white;
}

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

/* 29. Main layout
--------------------------------------------------------------------------------*/

.layout-blog {
    display: -ms-flexbox;
    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%;
        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: 1200px) {
    .sidebar-left .layout-blog__content {
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin-left: 8.333333%;
        -ms-flex-order: 12;
        order: 12;
    }

    .sidebar-left .layout-blog__sidebar {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        max-width: 25%;
        -ms-flex-order: 1;
        order: 1;
    }

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

    .sidebar-right .layout-blog__sidebar {
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

/* 30. directory_layoutBlog
--------------------------------------------------------------------------------*/

/* 31. Blog sidebar
--------------------------------------------------------------------------------*/

.sidebar-blog {
    background-color: white;
    padding: 55px 50px;
}

.sidebar-blog .widget {
    margin-bottom: 60px;
}

.sidebar-blog .widget:last-child {
    margin-bottom: 0;
}

.sidebar-blog .btn-block {
    max-width: 280px;
}

/* 32. Sidebar
--------------------------------------------------------------------------------*/

.sidebar {
    background-color: white;
    padding: 55px 50px;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .btn-block {
    max-width: 280px;
}

/* 33. Dashboard booking
--------------------------------------------------------------------------------*/

.adminad-booking {
    position: relative;
    color: #646464;
    padding: 18px 0;
    overflow: hidden;
}

.adminad-booking:hover .adminad-booking__btn span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.adminad-booking:hover .adminad-booking__btn span:nth-child(2) {
    transition-delay: .05s;
}

.adminad-booking:hover .adminad-booking__btn span:nth-child(3) {
    transition-delay: .1s;
}

.adminad-booking__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.adminad-booking__name, .adminad-booking__title {
    font-size: 16px;
    text-transform: capitalize;
}

.adminad-booking__name {
    color: #1a1a23;
}

.adminad-booking__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.adminad-booking__body {
    text-align: left;
}

.adminad-booking__title {
    color: #636363;
}

.adminad-booking__btn span {
    display: inline-block;
    transition: all .5s ease;
    margin: 5px;
}

.adminad-booking__btn a {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c2c2c2;
    text-transform: uppercase;
}

.adminad-booking__btn a i {
    margin-right: 5px;
}

.adminad-booking__btn a:hover {
    color: #1abc9c;
}

.adminad-booking__btn .btn-del a:hover {
    color: #f00;
}

.adminad-booking__style-02 {
    padding: 25px 0;
}

.adminad-booking__style-02 .adminad-booking__avatar {
    width: 80px;
    height: 80px;
    margin-right: 35px;
}

.adminad-booking__style-02 .adminad-booking__name,
.adminad-booking__style-02 .adminad-booking__title {
    font-size: 18px;
}

.adminad-booking__style-02 .adminad-booking__title {
    color: #1a1a23;
}

.adminad-booking__style-02 .adminad-booking__list {
    font-size: 16px;
}

@media (max-width: 767px) {
    .adminad-booking .md-tb-header, .adminad-booking .md-tb-content,
    .adminad-booking .md-tb-btn {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
}

@media (min-width: 769px) {
    .adminad-booking .md-tb-header, .adminad-booking .md-tb-content {
        width: 40%;
    }

    .adminad-booking .md-tb-btn {
        width: 20%;
        text-align: right;
    }

    .adminad-booking__avatar, .adminad-booking__author {
        display: inline-block;
        vertical-align: middle;
    }

    .adminad-booking__btn span {
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        transform: translateY(10px);
    }

    .adminad-booking__style-02 .md-tb-content {
        width: 30%;
    }

    .adminad-booking__style-02 .md-tb-btn {
        width: 30%;
    }

    .adminad-booking__style-02 .adminad-booking__btn {
        text-align: left;
    }

    .adminad-booking__style-02 .adminad-booking__btn span {
        margin: 5px 50px 5px 0;
    }
}

@media (min-width: 993px) {
    .adminad-booking__btn span {
        display: inline-block;
    }

    .adminad-booking__list li {
        display: inline-block;
    }

    .adminad-booking__list li + li:before {
        content: '|';
        margin: 0 5px;
    }
}

.dashboard-listbox__content .adminad-booking:not(:last-child),
.dashboard-booking__content .adminad-booking:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

/* 34. Dashboard client
--------------------------------------------------------------------------------*/

.adminad-client {
    padding: 10px 0;
}

.adminad-client__inner {
    position: relative;
    padding-left: 70px;
    min-height: 55px;
}

.adminad-client__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.adminad-client__name {
    font-size: 16px;
    text-transform: capitalize;
    color: #1a1a23;
    display: block;
}

/* 35. Dashboard listingbox
--------------------------------------------------------------------------------*/

.adminad-listingbox {
    padding: 30px 0;
}

.adminad-listingbox:hover .adminad-listingbox__btn span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.adminad-listingbox:hover .adminad-listingbox__btn span:nth-child(2) {
    transition-delay: .05s;
}

.adminad-listingbox:hover .adminad-listingbox__btn span:nth-child(3) {
    transition-delay: .1s;
}

.adminad-listingbox__inner {
    position: relative;
    overflow: hidden;
}

.adminad-listingbox__media {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70%;
}

.adminad-listingbox__media img {
    display: none !important;
}

.adminad-listingbox__body {
    position: relative;
    padding: 10px 0 10px 20px;
}

.adminad-listingbox__body .star {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.adminad-listingbox__title {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.adminad-listingbox__review {
    color: #c2c2c2;
    display: inline-block;
}

.adminad-listingbox__btn {
    font-size: 18px;
}

.adminad-listingbox__btn span {
    display: inline-block;
    padding: 10px 10px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .5s ease;
}

.adminad-listingbox__btn a {
    color: #c2c2c2;
}

.adminad-listingbox__btn a:hover {
    color: #1abc9c;
}

.adminad-listingbox__btn .btn-del a:hover {
    color: #f00;
}

@media (min-width: 769px) {
    .adminad-listingbox__media {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 25%;
        height: 100%;
        padding-top: 0;
    }

    .adminad-listingbox__body {
        padding: 5px 110px 5px 20px;
        float: right;
        width: 75%;
    }

    .adminad-listingbox__btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .adminad-listingbox__btn span {
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
    }
}

.dashboard-listbox__content .adminad-listingbox:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

/* 36. Dashboard mylisting
--------------------------------------------------------------------------------*/

.adminad-my-listing {
    position: relative;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 40px 15px;
    margin-bottom: 30px;
}

.adminad-my-listing .star {
    margin-bottom: 5px;
}

.adminad-my-listing .star__icon {
    font-size: 14px;
}

.adminad-my-listing__media {
    height: 100%;
    min-height: 200px;
    background-color: #c2c2c2;
    max-width: 300px;
}

.adminad-my-listing__title {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.adminad-my-listing__status {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.adminad-my-listing__status:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eb5d68;
    margin-right: 5px;
}

.adminad-my-listing__status.online:before {
    background-color: #11cc6c;
}

.adminad-my-listing__location, .adminad-my-listing__phone,
.adminad-my-listing__website {
    display: block;
    margin-bottom: 10px;
    color: #646464;
}

.adminad-my-listing__titleday {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1a23;
    margin-bottom: 10px;
}

.adminad-my-listing__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 250px;
    margin-bottom: 20px;
}

.adminad-my-listing__list li {
    text-transform: capitalize;
    padding: 3px 0;
}

.adminad-my-listing__list li span {
    width: 100px;
    float: right;
}

.adminad-my-listing__list li span i {
    color: #11cc6c;
    margin-right: 5px;
}

.adminad-my-listing__list li.down span i {
    color: #f00;
}

.adminad-my-listing__setting {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #ebebeb;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

@media (min-width: 993px) {
    .adminad-my-listing {
        padding: 40px;
    }
}

/* 37. Dashboard review
--------------------------------------------------------------------------------*/

.adminad-review {
    position: relative;
    padding: 20px 0;
}

.adminad-review:hover .adminad-review__btn span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.adminad-review:hover .adminad-review__btn span:nth-child(2) {
    transition-delay: .05s;
}

.adminad-review:hover .adminad-review__btn span:nth-child(3) {
    transition-delay: .1s;
}

.adminad-review__inner {
    position: relative;
}

.adminad-review__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.adminad-review__body .star {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 5px;
}

.adminad-review__review {
    color: #c2c2c2;
    display: inline-block;
}

.adminad-review__name {
    font-size: 16px;
    text-transform: capitalize;
    color: #1a1a23;
}

.adminad-review__desc img {
    max-width: 200px;
}

.adminad-review__btn {
    font-size: 18px;
}

.adminad-review__btn span {
    display: inline-block;
    padding: 10px 10px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .5s ease;
}

.adminad-review__btn a {
    color: #c2c2c2;
}

.adminad-review__btn a:hover {
    color: #1abc9c;
}

.adminad-review__btn .btn-del a:hover {
    color: #f00;
}

@media (min-width: 481px) {
    .adminad-review__avatar {
        position: absolute;
        top: 0;
        left: 0;
    }

    .adminad-review__body {
        padding-left: 80px;
    }
}

@media (min-width: 993px) {
    .adminad-review__body {
        padding-right: 80px;
    }

    .adminad-review__btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .adminad-review__btn span {
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
    }
}

.adminad-review__style-02 .adminad-review__body .star,
.adminad-review__style-03 .adminad-review__body .star {
    display: block;
    margin-left: 0;
}

.adminad-review__style-02 .adminad-review__btn .btn-view a,
.adminad-review__style-03 .adminad-review__btn .btn-view a {
    color: #1abc9c;
}

.adminad-review__style-02 .adminad-review__btn .btn-del a,
.adminad-review__style-03 .adminad-review__btn .btn-del a {
    color: #f00;
}

.adminad-review__style-03 .adminad-review__avatar {
    position: static;
    margin-bottom: 20px;
}

.adminad-review__style-03 .adminad-review__body {
    padding-left: 0;
}

.adminad-review__style-03 .adminad-review__body .adminad-review__star {
    margin-bottom: 0;
}

.dashboard-listbox__content .adminad-review:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

/* 38. Count to
--------------------------------------------------------------------------------*/

.countTo_module {
    position: relative;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 9;
    transition: all .3s ease;
}

.countTo_module .countTo__icon {
    position: absolute;
    top: 50%;
    right: -75px;
    font-size: 150px;
    text-align: center;
    line-height: 1;
    width: 150px;
    color: #ebebeb;
    z-index: -1;
    transform: translateY(-50%);
}

.countTo_module .countTo__number {
    font-family: "Work Sans", sans-serif;
    font-size: 60px;
    line-height: 1;
    color: #1abc9c;
}

.countTo_module .countTo__title {
    font-size: 16px;
    text-transform: capitalize;
    color: #646464;
    margin-top: 10px;
    margin-bottom: 0;
}

.countTo_module:hover {
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

/* 39. Dashboard content
--------------------------------------------------------------------------------*/

.dashboard-content {
    padding: 30px 0;
}

.dashboard-content .copyright {
    text-align: left;
}

.dashboard-content .btn {
    margin-bottom: 30px;
    padding: 0 30px;
}

.dashboard-content .countTo_module {
    padding: 30px 40px;
}

.dashboard-content__title {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0 50px 0;
    margin-bottom: 0;
}

@media (min-width: 1201px) {
    .dashboard-content {
        padding: 30px;
        background-color: #f7f7f7;
    }
}

@media (min-width: 1401px) {
    .dashboard-content {
        padding: 30px 60px;
    }
}

/* 40. Dashboard menu
--------------------------------------------------------------------------------*/

.dashboard-nav {
    width: 200px;
}

.dashboard-nav__toggle {
    text-transform: uppercase;
    background-color: #1abc9c;
    color: #fff;
    margin-top: 30px;
    padding: 15px 20px;
    cursor: pointer;
}

.dashboard-nav__toggle i {
    margin-right: 10px;
}

.dashboard-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #0a1439;
    height: 100%;
}

.dashboard-menu a {
    position: relative;
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 20px;
    transition: all .3s ease;
}

.dashboard-menu a i {
    margin-right: 10px;
}

.dashboard-menu a:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    transform: translateY(-50%);
}

.dashboard-menu a:hover {
    background-color: #060c1d;
}

.dashboard-menu li.active a {
    background-color: #060c1d;
}

.dashboard-menu li.active a:after {
    display: block;
}

.dashboard-menu__tag {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #1abc9c;
    margin-left: 15px;
}

@media (min-width: 1401px) {
    .dashboard-nav {
        width: 300px;
    }

    .dashboard-menu a {
        padding: 20px 10px 20px 45px;
    }
}

@media (min-width: 1201px) {
    .dashboard-nav__toggle {
        display: none;
    }
}

@media (max-width: 1199px) {
    .dashboard-nav {
        width: 100%;
        position: static;
    }

    .dashboard-menu {
        display: none;
    }
}

/* 41. Dashboard messages content
--------------------------------------------------------------------------------*/

.adminmessages-content {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    min-height: 60px;
}

.adminmessages-content__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #c2c2c2;
    overflow: hidden;
}

.adminmessages-content__content li:first-child .adminmessages-content__desc:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.adminmessages-content__content {
    list-style: none;
    margin: 0;
    padding: 0;
}

.adminmessages-content__content li {
    position: relative;
    padding-right: 0;
    margin-bottom: 12px;
}

.adminmessages-content__content li:first-child .adminmessages-content__desc:after {
    top: 20px;
    left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid #f7f7f7;
}

.adminmessages-content__content .being-typed span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #222;
    margin: 0 2px;
    animation: adminmessages-content__begin_typle 1s infinite;
}

.adminmessages-content__content .being-typed span:nth-child(2) {
    animation-delay: .1s;
}

.adminmessages-content__content .being-typed span:nth-child(3) {
    animation-delay: .2s;
}

@keyframes adminmessages-content__begin_typle {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

.adminmessages-content__desc {
    position: relative;
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 15px 20px;
    display: inline-block;
}

.adminmessages-content__time {
    display: block;
    color: #c2c2c2;
}

.adminmessages-content__status {
    text-transform: capitalize;
}

.adminmessages-content__status i {
    font-size: 16px;
}

.adminmessages-content__style-02 {
    padding-right: 80px;
    padding-left: 0;
}

.adminmessages-content__style-02 .adminmessages-content__avatar {
    left: auto;
    right: 0;
}

.adminmessages-content__style-02 .adminmessages-content__body {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
}

.adminmessages-content__style-02 .adminmessages-content__content li {
    padding-left: 0;
    padding-right: 0;
}

.adminmessages-content__style-02 .adminmessages-content__content li:first-child .adminmessages-content__desc:after {
    left: auto;
    right: -8px;
    border-left: 8px solid #f7f7f7;
    border-right: 0;
}

.adminmessages-content__style-02 .adminmessages-content__desc {
    text-align: left;
}

.adminmessages-content__style-02 .adminmessages-content__time {
    right: auto;
    left: -90px;
}

@media (min-width: 993px) {
    .adminmessages-content {
        padding-left: 100px;
    }

    .adminmessages-content__body {
        padding-right: 100px;
    }

    .adminmessages-content__content {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .adminmessages-content__content li {
        padding-right: 90px;
    }

    .adminmessages-content__time {
        position: absolute;
        top: 50%;
        right: -90px;
        transform: translateY(-50%);
    }

    .adminmessages-content__style-02 {
        padding-right: 100px;
    }

    .adminmessages-content__style-02 .adminmessages-content__body {
        padding-left: 100px;
    }

    .adminmessages-content__style-02 .adminmessages-content__content li {
        padding-left: 90px;
    }
}

/* 42. Dashboard messages inbox
--------------------------------------------------------------------------------*/

.adminmessages-inbox {
    padding: 20px 0;
}

.adminmessages-inbox.inbox-new .adminmessages-inbox__desc {
    font-weight: 500;
    color: #1a1a23;
}

.adminmessages-inbox:hover .adminmessages-inbox__btn span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.adminmessages-inbox:hover .adminmessages-inbox__btn span:nth-child(2) {
    transition-delay: .05s;
}

.adminmessages-inbox__inner {
    position: relative;
    padding: 0 0 0 70px;
}

.adminmessages-inbox__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.adminmessages-inbox__title {
    text-transform: capitalize;
    color: #1a1a23;
    font-size: 16px;
}

.adminmessages-inbox__time {
    font-size: 14px;
    font-weight: 400;
    color: #c2c2c2;
    margin-left: 20px;
}

.adminmessages-inbox__desc {
    position: relative;
    color: #646464;
}

.adminmessages-inbox__btn span {
    display: inline-block;
    transition: all .5s ease;
    margin: 5px;
}

.adminmessages-inbox__btn span a {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c2c2c2;
    text-transform: uppercase;
}

.adminmessages-inbox__btn span a i {
    margin-right: 5px;
}

.adminmessages-inbox__btn span a:hover {
    color: #1abc9c;
}

.adminmessages-inbox__btn span.btn-del a:hover {
    color: #f00;
}

.adminmessages-inbox__status {
    position: absolute;
    top: 0;
    right: 0;
    color: #646464;
}

@media (min-width: 993px) {
    .adminmessages-inbox__inner {
        padding: 0 100px 0 85px;
    }

    .adminmessages-inbox__btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .adminmessages-inbox__btn span {
        visibility: hidden;
        opacity: 0;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        transform: translateY(10px);
    }
}

.adminmessages-inbox__style-02 {
    min-height: 95px;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
}

.adminmessages-inbox__style-02 .adminmessages-inbox__inner {
    padding-right: 0;
}

.adminmessages-inbox__style-02 .adminmessages-inbox__avatar {
    width: 60px;
    height: 60px;
}

.adminmessages-inbox__style-02 .adminmessages-inbox__desc {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.adminmessages-inbox__style-02 .adminmessages-inbox__desc.status {
    padding-right: 20px;
}

.adminmessages-inbox__style-02 .adminmessages-inbox__time {
    float: right;
}

.adminmessages-inbox__style-02:hover {
    background-color: #eee;
}

.adminmessages-inbox__style-03 {
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

.adminmessages-inbox__style-03 .adminmessages-inbox__inner {
    padding: 0 0 0 60px;
}

.adminmessages-inbox__style-03 .adminmessages-inbox__title {
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
}

.adminmessages-inbox__style-03 .adminmessages-inbox__desc {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.adminmessages-inbox__style-03 .adminmessages-inbox__desc.status {
    padding-right: 20px;
}

.adminmessages-inbox__style-03 .adminmessages-inbox__time {
    margin-left: 0;
}

.adminmessages-inbox__style-03:hover {
    background-color: #f3f3f3;
}

.dashboard-listbox__content .adminmessages-inbox:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

/* 43. Dashboard header
--------------------------------------------------------------------------------*/

.adminad-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    transition: background ease .3s;
    padding: 0 0 0 15px;
    background-color: white;
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 992px) {
    .adminad-header {
        position: fixed;
    }
}

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

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

@media (min-width: 992px) {
    .adminad-header__logo {
        margin-right: 75px;
    }
}

.adminad-header__iconbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: height .3s ease;
}

.adminad-header__button > div {
    display: inline;
}

.adminad-header__button [class*="btn-"] {
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}

.adminad-header__button [class*="btn-"] > i {
    font-size: 18px;
    color: #646464;
}

@media (min-width: 320px) {
    .adminad-header__button [class*="btn-"] > i {
        font-size: calc(.68182vw + 15.81818px);
    }
}

@media (min-width: 1200px) {
    .adminad-header__button [class*="btn-"] > i {
        font-size: 24px;
    }
}

.adminad-header__button .btn-setting {
    color: #1abc9c;
}

.adminad-header__button .icon-number {
    position: absolute;
    right: -10px;
    bottom: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #1abc9c;
    font-size: 9px;
    text-align: center;
    color: #fff;
}

.adminad-header__messages_mini {
    position: absolute;
    left: -80px;
    top: 40px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 20px #c5b8b8;
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
}

.adminad-header__messages_mini.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.adminad-header__author {
    position: relative;
}

.adminad-header__authoravatar {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.adminad-header__status {
    position: absolute;
    right: 8px;
    bottom: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f00;
    border: 3px solid #fff;
}

.adminad-header__authorinfo {
    padding-top: 5px;
}

.adminad-header__authorname {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.adminad-header__authortext {
    color: #b4c712;
}

@media (max-width: 767px) {
    .adminad-header__logo {
        margin: 15px auto;
    }

    .adminad-header__iconbox {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
    }

    .adminad-header__authorinfo {
        display: none;
    }
}

@media (min-width: 769px) {
    .adminad-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .adminad-header__logo {
        height: 80px;
        line-height: 80px;
    }

    .adminad-header__iconbox {
        padding-right: 50px;
    }

    .adminad-header__iconbox .btn-setting {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .adminad-header__button [class*="btn-"] {
        margin: 0 20px;
    }

    .adminad-header__author {
        padding-left: 65px;
        margin: 0 45px;
    }

    .adminad-header__authoravatar {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .adminad-header__messages_mini {
        left: auto;
        right: 0;
    }
}

/* 44. Dashboard layout
--------------------------------------------------------------------------------*/

.adminad-main-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.adminad-main-layout .widget-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.adminad-main-layout__content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
}

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

.sidebar-left .adminad-main-layout__sidebar,
.sidebar-right .adminad-main-layout__sidebar {
    display: block;
}

@media (min-width: 1200px) {
    .sidebar-left .adminad-main-layout__content {
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
        max-width: 70%;
        -ms-flex-order: 12;
        order: 12;
    }

    .sidebar-left .adminad-main-layout__sidebar {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        max-width: 25%;
        -ms-flex-order: 1;
        order: 1;
    }

    .sidebar-right .adminad-main-layout__content {
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
        max-width: 70%;
    }

    .sidebar-right .adminad-main-layout__sidebar {
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
        max-width: 30%;
    }
}

/* 45. Dashboard sidebar
--------------------------------------------------------------------------------*/

.adminad-sidebar {
    background-color: white;
}

.adminad-sidebar .widget {
    margin-bottom: 60px;
}

.adminad-sidebar .widget:last-child {
    margin-bottom: 0;
}

.adminad-sidebar .btn-block {
    max-width: 280px;
}

/* 46. form-messages
--------------------------------------------------------------------------------*/

/* 47. Dashboard mesages form
--------------------------------------------------------------------------------*/

.adminform-messages {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-bottom: 30px;
}

.adminform-messages__viewchat {
    padding: 15px 20px;
}

.adminform-messages__chatboxcontent > *:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.adminform-messages__viewchatheader {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-right: 160px;
    margin-bottom: 30px;
}

.adminform-messages__name {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.adminform-messages__status {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #646464;
}

.adminform-messages__status .color-status {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f00;
    margin-right: 5px;
}

.adminform-messages__btn span {
    display: inline-block;
    transition: all .5s ease;
    margin: 5px;
}

.adminform-messages__btn a {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c2c2c2;
    text-transform: uppercase;
}

.adminform-messages__btn a i {
    margin-right: 5px;
}

.adminform-messages__btn a:hover {
    color: #1abc9c;
}

.adminform-messages__btn .btn-del a:hover {
    color: #f00;
}

.adminform-messages__btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.adminform-messages__btn span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #c2c2c2;
    margin: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.adminform-messages__btn span:hover {
    background-color: #717171;
}

.adminform-messages__messages_mini {
    position: absolute;
}

.adminform-messages__formsearch {
    position: relative;
    margin: 20px;
}

.adminform-messages__formsearch input {
    margin-bottom: 0;
    padding-left: 45px;
}

.adminform-messages__formsearch i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

@media (min-width: 993px) {
    .adminform-messages__viewchat {
        padding: 35px;
    }

    .adminform-messages__chatbox {
        width: 40%;
        float: left;
        border-right: 1px solid #ebebeb;
    }

    .adminform-messages__viewchat {
        width: 60%;
        float: left;
    }
}

@media (min-width: 1201px) {
    .adminform-messages__chatbox {
        width: 30%;
    }

    .adminform-messages__viewchat {
        width: 70%;
    }
}

/* 48. particles.js
--------------------------------------------------------------------------------*/

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* 49. youtube
--------------------------------------------------------------------------------*/

.background_youtube {
    z-index: -2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background_youtube img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.md-section .background_youtube {
    position: absolute !important;
}

/* 50. Button
--------------------------------------------------------------------------------*/

.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: 15px 60px;
    font-size: 14px;
    line-height: 1.875;
    border-radius: 0;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus,
.btn.active.focus {
    color: #333;
    text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    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: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.btn-outline {
    color: #e6e6e6;
    background-color: transparent;
    border-color: #fff;
}

.btn-default.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.btn-default:hover, .btn-default.hover {
    color: #333;
    background-color: white;
    border-color: #ccc;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.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: #333;
    background-color: #d4d4d4;
    border-color: #ccc;
}

.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: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: white;
    background-color: #153abb;
    border-color: #153abb;
}

.btn-primary.btn-outline {
    color: #102c8d;
    background-color: transparent;
    border-color: #153abb;
}

.btn-primary.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #102c8d;
    border-color: #153abb;
}

.btn-primary:hover, .btn-primary.hover {
    color: white;
    background-color: #1841d2;
    border-color: #153abb;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #102c8d;
    border-color: #153abb;
}

.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: white;
    background-color: #0c226d;
    border-color: #153abb;
}

.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: #153abb;
    border-color: #153abb;
}

.btn-primary .badge {
    color: #153abb;
    background-color: white;
}

.btn-success {
    color: #fff;
    background-color: #11cc6c;
    border-color: #0fb460;
}

.btn-success.btn-outline {
    color: #0d9d53;
    background-color: transparent;
    border-color: #11cc6c;
}

.btn-success.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0d9d53;
    border-color: #0fb460;
}

.btn-success:hover, .btn-success.hover {
    color: #fff;
    background-color: #13e478;
    border-color: #0fb460;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0d9d53;
    border-color: #0fb460;
}

.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: #0a7c42;
    border-color: #0fb460;
}

.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: #11cc6c;
    border-color: #0fb460;
}

.btn-success .badge {
    color: #11cc6c;
    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: #f00;
    border-color: #e60000;
}

.btn-danger.btn-outline {
    color: #c00;
    background-color: transparent;
    border-color: #f00;
}

.btn-danger.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c00;
    border-color: #e60000;
}

.btn-danger:hover, .btn-danger.hover {
    color: #fff;
    background-color: #ff1a1a;
    border-color: #e60000;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #e60000;
}

.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: #a80000;
    border-color: #e60000;
}

.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: #f00;
    border-color: #e60000;
}

.btn-danger .badge {
    color: #f00;
    background-color: #fff;
}

.btn-link {
    color: #153abb;
    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: #0d2576;
    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.875;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.875;
    border-radius: 0;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.875;
    border-radius: 0;
}

.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%;
}

/* 51. Accordions
--------------------------------------------------------------------------------*/

.ac-accordion__panel + .ac-accordion__panel {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
}

.ac-accordion__header-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    transition: all .3s ease;
}

.ac-accordion__header {
    position: relative;
}

.ac-accordion__header a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.ac-accordion__header.ac_icon--left i, .ac-accordion__header.ac_icon--left .fa,
.ac-accordion__header.ac_icon--left .icon {
    margin-right: 5px;
}

.ac-accordion__header.ac_icon--right i, .ac-accordion__header.ac_icon--right .fa,
.ac-accordion__header.ac_icon--right .icon {
    margin-left: 5px;
}

.ac-accordion__header--icon-left .ac-accordion__header-icon {
    right: auto;
    left: 15px;
}

.ac-accordion__header--icon-left > a {
    padding-left: 40px;
}

.ac-accordion__body {
    background-color: #f7f7f7;
    padding: 20px 15px;
}

.accordion--style-02 .ac-accordion__body {
    background: transparent;
    padding: 5px 0;
}

.accordion--style-02 .ac-accordion__body span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

@media (min-width: 992px) {
    .accordion--style-02 .ac-accordion__body span {
        margin-right: 60px;
    }
}

.accordion--style-02 .ac-accordion__header a {
    font-weight: 500;
}

.accordion--style-02 .ac-accordion__header-icon {
    color: #153abb;
    pointer-events: none;
}

/* 52. core_animated-headlines
--------------------------------------------------------------------------------*/

.animated-headlines {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: -4px;
    text-align: center;
}

@media (min-width: 320px) {
    .animated-headlines {
        font-size: calc(4.77273vw + 14.72727px);
    }
}

@media (min-width: 1200px) {
    .animated-headlines {
        font-size: 72px;
    }
}

@media (min-width: 320px) {
    .animated-headlines {
        margin-bottom: calc(4.77273vw + 14.72727px);
    }
}

@media (min-width: 1200px) {
    .animated-headlines {
        margin-bottom: 72px;
    }
}

.cd-headline.clip span {
    padding-right: 16px;
}

.cd-headline b {
    font-weight: 400;
}

.cd-headline.clip .cd-words-wrapper::after {
    background: rgba(255, 255, 255, .4);
}

/* 53. Blockquote
--------------------------------------------------------------------------------*/

/* 54. Brand
--------------------------------------------------------------------------------*/

.brand {
    text-align: center;
    max-width: 270px;
    height: 150px;
    line-height: 150px;
    transition: all ease .3s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .7;
}

.brand img {
    width: auto !important;
}

.brand:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
}

.brand__style-02 {
    border: 1px solid #ebebeb;
    padding: 0 30px;
    margin: 0 auto 30px;
}

.brand__style-02:hover {
    box-shadow: 0 15px 54px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 480px) {
    .brand__style-03 {
        width: 50%;
        float: left;
        border-right: 1px solid #efefef;
        border-top: 3px solid #efefef;
    }

    .brand__style-03:nth-child(1), .brand__style-03:nth-child(2) {
        border-top: none;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .brand__style-03:nth-child(2n) {
        border-right: none;
    }
}

@media (min-width: 992px) {
    .brand__style-03 {
        width: 33.3333%;
    }

    .brand__style-03:nth-child(3) {
        border-top: none;
    }

    .brand__style-03:nth-child(3n) {
        border-right: none;
    }
}

/* 55. Breadcrumb
--------------------------------------------------------------------------------*/

.breadcrumb__item {
    font-size: 18px;
    color: #f7f7f7;
}

.breadcrumb__item:after {
    content: ">";
    margin: 0 10px;
}

.breadcrumb__item.active:after {
    display: none;
}

.breadcrumb__style-02 .breadcrumb__item {
    color: #1a1a23;
    font-size: 16px;
}

.breadcrumb__style-02 .breadcrumb__item:hover {
    color: #153abb;
}

.breadcrumb__style-02 .breadcrumb__item:after {
    content: "/";
    margin: 0 5px;
}

.breadcrumb__style-02 .breadcrumb__item.active {
    color: #c2c2c2;
}

/* 56. Catalog
--------------------------------------------------------------------------------*/

.catalog {
    overflow: hidden;
}

.catalog + .catalog {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-top: 30px;
}

.catalog__media {
    background-color: #ebebeb;
}

@media (min-width: 768px) {
    .catalog__media {
        width: 165px;
        height: 110px;
        float: left;
        margin-right: 30px;
    }
}

.catalog__media img {
    width: 100%;
}

.catalog__body {
    position: relative;
    padding-right: 80px;
}

@media (min-width: 992px) {
    .catalog__body {
        padding-right: 150px;
    }
}

.catalog__title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.catalog__description {
    color: #c2c2c2;
}

.catalog__price {
    color: #646464;
    top: 5px;
    right: 0;
    position: absolute;
    z-index: 2;
}

.catalog__price .price {
    margin-top: 10px;
}

/* 57. Comment author
--------------------------------------------------------------------------------*/

.comment-author {
    overflow: hidden;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}

.comment-body {
    overflow: hidden;
}

.comment-body .fn, .comment-body .comment-time {
    display: inline-block;
    vertical-align: middle;
}

.comment-body .comment-time {
    border-left: 1px solid #ebebeb;
    padding: 0 15px;
    margin: 0 15px 20px;
}

/* 58. directory_comment
--------------------------------------------------------------------------------*/

/* 59. Comment
--------------------------------------------------------------------------------*/

.fn {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 15px;
}

.comment-avatar {
    float: left;
    text-align: center;
}

.comment-avatar span {
    display: block;
}

.comment-avatar span i {
    margin-right: 5px;
}

.comment-button {
    font-size: 12px;
    font-weight: 600;
    color: #1c1c1c;
    text-transform: uppercase;
    margin: 0 -15px;
}

.comment-button > a {
    padding: 0 15px;
}

.comment-button > a i {
    margin-right: 10px;
}

.comment-content {
    position: relative;
}

.comment-content .comment-button {
    position: absolute;
    right: 0;
    top: 0;
}

.children {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ebebeb;
}

.children .comment {
    position: relative;
    padding: 0 0 0 40px;
}

.children .comment:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 30px;
    left: 0;
}

.comment-text > p {
    margin-bottom: 0;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
}

@media (min-width: 992px) {
    .comment-list .children {
        margin-left: 60px;
    }
}

.comment-list .comment-avatar img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-list .comment-content {
    margin-bottom: 40px;
}

.comment-list .comment-metadata {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}

.comment-list .comment-metadata > a {
    margin-right: 20px;
    color: #c2c2c2;
}

.comment-list .comment-body {
    margin-left: 90px;
    position: relative;
}

/* 60. Count down
--------------------------------------------------------------------------------*/

.countdown__module {
    display: table;
    width: 100%;
    margin: 20px 0;
    font-family: "Work Sans", sans-serif;
    text-align: center;
}

.countdown__module p {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    color: #a1a1a1;
    font-weight: 500;
}

@media (min-width: 992px) {
    .countdown__module p {
        font-size: 24px;
    }
}

.countdown__module span {
    display: block;
    font-weight: 400;
    line-height: 1;
    color: white;
    letter-spacing: -2px;
    font-size: 40px;
}

@media (min-width: 992px) {
    .countdown__module span {
        width: 140px;
        margin: 0 auto;
    }
}

@media (min-width: 320px) {
    .countdown__module span {
        font-size: calc(6.81818vw + 18.18182px);
    }
}

@media (min-width: 1200px) {
    .countdown__module span {
        font-size: 100px;
    }
}

.md-skin-dark .countdown__module p > span {
    color: #fff;
}

/* 61. Dropdown
--------------------------------------------------------------------------------*/

.dropdown {
    position: relative;
}

.dropdown__toggle {
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.dropdown__content {
    color: #1a1a23;
    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;
    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%;
    transform: translateX(-50%);
}

.dropdown__content.open {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 62. Event 01
--------------------------------------------------------------------------------*/

.event-01 {
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
}

.event-01__media {
    background-color: #e4e4ef;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .event-01__media {
        width: 150px;
        height: 110px;
        margin-right: 50px;
        margin-bottom: 0;
        float: left;
    }
}

.event-01__media img {
    width: 100%;
}

.event-01__body {
    position: relative;
}

@media (min-width: 992px) {
    .event-01__body {
        padding-right: 130px;
    }
}

.event-01__title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-01__description {
    color: #c2c2c2;
}

.event-01__time {
    font-size: 20px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -2px;
}

@media (min-width: 992px) {
    .event-01__time {
        top: 0;
        right: 0;
        position: absolute;
    }
}

/* 63. Filter 01
--------------------------------------------------------------------------------*/

.filter-01 {
    overflow: hidden;
    margin-bottom: 20px;
}

.filter-01 select {
    height: auto;
    line-height: 1;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 40px 0 10px;
    margin-bottom: 0;
    color: #1a1a23;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-01__left {
    color: #c2c2c2;
    margin-bottom: 20px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .filter-01__left {
        margin-bottom: 0;
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .filter-01__right {
        float: left;
        width: 50%;
        text-align: right;
    }
}

.filter-01__result {
    color: #c2c2c2;
    display: inline-block;
    margin-right: 30px;
}

.filter-01__result > span {
    margin-left: 5px;
    color: #222;
}

.filter-01__icon {
    display: inline-block;
}

.filter-01__icon > a {
    font-size: 18px;
    padding: 10px;
    margin: 0 5px;
    color: #c2c2c2;
}

.filter-01__icon > a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.filter-01__icon > a:hover {
    color: #153abb;
}

.filter-01__icon > a.active {
    color: #222;
}

/* 64. Filter 02
--------------------------------------------------------------------------------*/

.filter-02 {
    overflow: hidden;
    margin-bottom: 20px;
}

.filter-02 select {
    height: auto;
    line-height: 1;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 40px 0 10px;
    margin-bottom: 0;
    color: #1a1a23;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-02__left {
    color: #c2c2c2;
    margin-top: 5px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .filter-02__left {
        margin-bottom: 0;
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .filter-02__right {
        float: left;
        width: 50%;
        text-align: right;
    }
}

.filter-02__result {
    color: #c2c2c2;
    display: inline-block;
    margin-right: 30px;
}

.filter-02__result > span {
    margin-left: 5px;
    color: #222;
}

.filter-02__icon {
    display: inline-block;
}

.filter-02__icon > a {
    font-size: 18px;
    padding: 10px;
    margin: 0 5px;
    color: #c2c2c2;
}

.filter-02__icon > a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.filter-02__icon > a:first-child {
    margin-left: 0;
    padding-left: 0;
}

.filter-02__icon > a:hover {
    color: #153abb;
}

.filter-02__icon > a.active {
    color: #222;
}

/* 65. Filter 03
--------------------------------------------------------------------------------*/

.filter-03 {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 75px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.filter-03 select {
    height: auto;
    line-height: 1;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 40px 0 10px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #1a1a23;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-03 select:first-child {
    padding-left: 0;
}

.filter-03__left {
    color: #c2c2c2;
    margin-top: 5px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .filter-03__left {
        margin-bottom: 0;
        float: left;
        width: 50%;
    }
}

.filter-03__result {
    color: #c2c2c2;
    display: inline-block;
}

.filter-03__result > span {
    margin-left: 5px;
    color: #222;
}

@media (min-width: 768px) {
    .filter-03__right {
        float: left;
        width: 50%;
        text-align: right;
    }
}

/* 66. Filter 04
--------------------------------------------------------------------------------*/

.filter-04 {
    padding: 0 15px;
}

.filter-04 select {
    height: auto;
    line-height: 1;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 40px 0 10px;
    margin-bottom: 0;
    color: #1a1a23;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-04__tab {
    margin-bottom: 10px;
}

.filter-04__tab a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}

.filter-04__tab a.active {
    border-bottom-color: #1abc9c;
}

.filter-04__select {
    padding: 10px 0;
}

@media (min-width: 993px) {
    .filter-04 {
        display: table;
        width: 100%;
    }

    .filter-04 > div {
        display: table-cell;
        vertical-align: middle;
    }

    .filter-04 .w-40 {
        width: 40%;
    }

    .filter-04 .w-30 {
        width: 30%;
    }

    .filter-04__tab {
        margin-bottom: 0;
    }

    .filter-04__tab a {
        padding: 20px 30px;
    }
}

/* 67. Filter 05
--------------------------------------------------------------------------------*/

.filter-05 {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.filter-05 select {
    height: auto;
    line-height: 1;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 40px 0 10px;
    margin-bottom: 0;
    color: #1a1a23;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-05__left {
    color: #c2c2c2;
    margin-bottom: 20px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .filter-05__left {
        margin-bottom: 0;
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .filter-05__right {
        float: left;
        width: 50%;
        text-align: right;
    }
}

.filter-05__result {
    color: #c2c2c2;
    display: inline-block;
    margin-right: 30px;
}

.filter-05__result > span {
    margin-left: 5px;
    color: #222;
}

.filter-05__icon {
    display: inline-block;
}

.filter-05__icon > a {
    font-size: 18px;
    padding: 10px;
    margin: 0 5px;
    color: #c2c2c2;
}

.filter-05__icon > a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.filter-05__icon > a:hover {
    color: #153abb;
}

.filter-05__icon > a.active {
    color: #222;
}

/* 68. Filter 06
--------------------------------------------------------------------------------*/

.filter-06 {
    overflow: hidden;
    margin-bottom: 20px;
}

.filter-06 span {
    display: inline-block;
}

.filter-06 select {
    height: auto;
    line-height: 1;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 40px 0 10px;
    margin-bottom: 0;
    color: #1a1a23;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    background-size: 8px;
}

.filter-06__left {
    color: #c2c2c2;
    margin-bottom: 20px;
    margin-top: 5px;
}

@media (min-width: 480px) {
    .filter-06__left {
        margin-bottom: 0;
        float: left;
        width: 70%;
    }
}

@media (min-width: 480px) {
    .filter-06__right {
        float: left;
        width: 30%;
        text-align: right;
    }
}

.filter-06__result {
    color: #c2c2c2;
    display: inline-block;
}

.filter-06__result > i {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 5px;
}

.filter-06__result > span {
    color: #222;
}

.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;
}

/* 69. 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;
}

/* 70. Iconbox 01
--------------------------------------------------------------------------------*/

.iconbox-01 {
    margin-bottom: 20px;
    font-size: 16px;
}

.iconbox-01.nope .iconbox-01__icon, .iconbox-01.nope .iconbox-01__text {
    color: #c2c2c2;
}

.iconbox-01__icon {
    color: #11cc6c;
    float: left;
    margin-right: 10px;
}

.iconbox-01__text {
    overflow: hidden;
}

.iconbox-01__style-02, .iconbox-01__style-03 {
    width: 50%;
    float: left;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .iconbox-01__style-02, .iconbox-01__style-03 {
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    .iconbox-01__style-02, .iconbox-01__style-03 {
        width: 25%;
    }
}

.iconbox-01__style-03 .iconbox-01__icon {
    font-size: 25px;
    color: #153abb;
    margin-right: 20px;
    line-height: 1;
}

.iconbox-01__style-03 .iconbox-01__text {
    font-size: 14px;
    color: #646464;
}

.iconbox-01__style-04 {
    margin-bottom: 10px;
}

.iconbox-01__style-04 .iconbox-01__icon {
    color: #153abb;
}

.iconbox-01__style-05 {
    display: inline-block;
    margin-right: 30px;
}

@media (min-width: 992px) {
    .iconbox-01__style-05 {
        margin-right: 50px;
    }
}

.iconbox-01__style-05 .iconbox-01__icon {
    color: white;
    line-height: 1.6;
}

.iconbox-01__style-05 .iconbox-01__text {
    font-size: 14px;
    color: #c2c2c2;
}

.iconbox-01__style-06 {
    margin-bottom: 0;
}

.iconbox-01__style-06 .iconbox-01__icon {
    float: none;
    font-size: 60px;
    color: #153abb;
}

.iconbox-01__style-06 .iconbox-01__text {
    font-size: 14px;
    color: #646464;
}

.iconbox-01__style-07 {
    width: 50%;
    float: left;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .iconbox-01__style-07 {
        width: 33.3333%;
    }
}

.iconbox-01__style-08 {
    display: inline-block;
    margin-right: 30px;
}

@media (min-width: 992px) {
    .iconbox-01__style-08 {
        margin-right: 50px;
    }
}

.iconbox-01__style-08 .iconbox-01__icon {
    color: #222;
    line-height: 1.6;
}

.iconbox-01__style-08 .iconbox-01__text {
    font-size: 14px;
    color: #c2c2c2;
}

.iconbox-01__style-09 .iconbox-01__icon, .iconbox-01__style-09 .iconbox-01__text {
    color: #1a1a23;
}

.iconbox-group-01 {
    overflow-x: auto;
    white-space: nowrap;
}

.iconbox-group-01 .iconbox-01 {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .iconbox-group-01 .iconbox-01 {
        width: 19%;
    }
}

/* 71. Iconbox 02
--------------------------------------------------------------------------------*/

.iconbox-02 {
    text-align: center;
}

.iconbox-02__icon {
    font-size: 60px;
    color: #153abb;
}

@media (min-width: 320px) {
    .iconbox-02__icon {
        font-size: calc(4.46429vw + 45.71429px);
    }
}

@media (min-width: 992px) {
    .iconbox-02__icon {
        font-size: 90px;
    }
}

.iconbox-02__title {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 5px;
}

.iconbox-02__description {
    font-size: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .iconbox-02__description {
        margin-bottom: calc(5.95238vw + 10.95238px);
    }
}

@media (min-width: 992px) {
    .iconbox-02__description {
        margin-bottom: 70px;
    }
}

/* 72. Iconbox 03
--------------------------------------------------------------------------------*/

.iconbox-03__icon {
    font-size: 24px;
    color: white;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #153abb;
    background-color: #153abb;
    float: left;
    transition: all ease .3s;
}

.iconbox-03__icon:hover {
    color: #153abb;
    background-color: white;
}

@media (min-width: 768px) {
    .iconbox-03__icon {
        margin-right: 30px;
    }
}

.iconbox-03__body {
    overflow: hidden;
}

.iconbox-03__title {
    font-size: 14px;
    color: #c2c2c2;
    text-transform: uppercase;
    margin-bottom: 0;
}

.iconbox-03__description {
    font-size: 18px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #222;
    line-height: 1;
    letter-spacing: -1px;
}

/* 73. Iconbox 04
--------------------------------------------------------------------------------*/

.iconbox-04 {
    text-align: center;
    padding: 10px 30px;
}

@media (min-width: 992px) {
    .iconbox-04 {
        border-right: 1px solid #ebebeb;
        float: left;
        width: 33.3333%;
    }

    .iconbox-04:nth-child(3n) {
        border: none;
    }
}

.iconbox-04__icon {
    font-size: 48px;
    color: #153abb;
    margin-bottom: 35px;
}

.iconbox-04__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.iconbox-04__description {
    font-size: 16px;
    color: #646464;
}

.iconbox-04__description > p {
    margin-bottom: 0;
}

.iconbox-04__style-02 {
    width: 100%;
    float: none;
    border: none;
    background-color: #707070;
    padding: 60px 30px;
    color: white;
    text-align: center;
}

.iconbox-04__style-02 .iconbox-04__icon {
    font-size: 80px;
    color: white;
}

.iconbox-04__style-02 .iconbox-04__title {
    font-size: 48px;
    font-weight: 400;
    color: white;
    letter-spacing: -4px;
    margin-bottom: 5px;
}

.iconbox-04__style-02 .iconbox-04__description {
    color: #c2c2c2;
    font-size: 18px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 1px;
}

/* 74. Iconbox 05
--------------------------------------------------------------------------------*/

.iconbox-05 {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .iconbox-05 {
        padding: 0 40px;
    }
}

.iconbox-05__header {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #f7f7f7;
    border-radius: 50%;
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}

.iconbox-05__icon {
    font-size: 48px;
    color: #153abb;
}

.iconbox-05__number {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #153abb;
    color: white;
    font-size: 16px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    top: 0;
    right: 10px;
    position: absolute;
    z-index: 2;
}

.iconbox-05__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.iconbox-05__description {
    color: #646464;
}

/* 75. Iconbox 06
--------------------------------------------------------------------------------*/

.iconbox-06 {
    width: 200px;
    height: 200px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .3);
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    transition: all ease .3s;
}

.iconbox-06:first-child {
    margin-left: 0;
}

.iconbox-06:hover {
    background-color: white;
}

.iconbox-06:hover .iconbox-06__icon, .iconbox-06:hover .iconbox-06__title {
    color: #153abb;
}

.iconbox-06__icon {
    font-size: 60px;
    color: white;
}

.iconbox-06__title {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: white;
    text-transform: capitalize;
}

.iconbox-06__style-02 {
    background-color: white;
    width: 100%;
    height: 130px;
    border: 1px solid white;
    border-radius: 2px;
    transition: all ease 0, 3s;
    margin-bottom: 30px;
}

.iconbox-06__style-02:hover {
    background-color: #153abb;
    border-color: white;
}

.iconbox-06__style-02:hover .iconbox-06__icon,
.iconbox-06__style-02:hover .iconbox-06__title {
    color: white;
}

.iconbox-06__style-02 .iconbox-06__icon {
    font-size: 30px;
    color: #1a1a23;
}

.iconbox-06__style-02 .iconbox-06__title {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a23;
}

/* 76. jQuery UI datepicker
--------------------------------------------------------------------------------*/

input.ui-datepicker_show {
    background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAMAAADDoWbgAAAAElBMVEUAAAAAAAAAAAAAAAAAAAD////glT+wAAAABHRSTlMARKrMAjqZfgAAAC1JREFUeAG9x9EJgDAUwMDYd/vPLIi0TmA+DlIta1uyHcLjhIvXfEunP26c5gZ6OgEf+Sb+lgAAAABJRU5ErkJggg==) no-repeat right 20px center !important;
    background-image: none \9;
}

/* 77. jQuery UI slider 02
--------------------------------------------------------------------------------*/

.slider-02 {
    display: table;
    width: 100%;
}

.slider-02 > label {
    text-transform: capitalize;
    color: #c2c2c2;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding-right: 20px;
}

.slider-02 .ui-slider__slider {
    display: table-cell;
    float: right;
    width: 100%;
}

.ui-slider__slider {
    height: 3px;
    background-color: rgba(0, 0, 0, .1);
    border: none !important;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-slider-range {
    background-color: #153abb;
}

.ui-state-default, .ui-widget-content .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #153abb;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.ui-state-default .tooltip, .ui-widget-content .ui-slider-handle .tooltip {
    position: absolute;
    display: block;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    color: #222;
}

.ui-state-default .tooltip:after,
.ui-widget-content .ui-slider-handle .tooltip:after {
    content: "km";
    margin-left: 2px;
}

.slider-02__style-02 > label {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #153abb;
    margin-bottom: 15px;
    display: block;
    width: auto;
}

.slider-02__style-02 .slider-02__slider > span {
    top: 40px;
}

.slider-02__style-02 .ui-state-default .tooltip:after,
.slider-02__style-02 .ui-widget-content .ui-slider-handle .tooltip:after {
    display: none;
}

.slider-02__style-02 .ui-state-default .tooltip:before,
.slider-02__style-02 .ui-widget-content .ui-slider-handle .tooltip:before {
    content: "$";
    margin-right: 2px;
}

.slider-02__style-02 .ui-state-default .tooltip,
.slider-02__style-02 .ui-widget-content .ui-slider-handle .tooltip {
    top: 15px;
}

/* 78. ui_slider
--------------------------------------------------------------------------------*/

/* 79. jQuery UI slider
--------------------------------------------------------------------------------*/

.slider {
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .slider {
        margin-bottom: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .slider {
        margin-bottom: 60px;
    }
}

.slider:before, .slider:after {
    content: "";
    display: table;
}

.slider:after {
    clear: both;
}

.ui-slider__range, .ui-slider {
    height: 3px;
    background-color: rgba(0, 0, 0, .1);
    border: none !important;
    border-radius: 0;
    float: left;
    width: calc(100% - 140px);
    margin-top: 15px;
}

.ui-slider__range .ui-slider-range, .ui-slider .ui-slider-range {
    background: #153abb;
}

.ui-slider__range .ui-slider-handle, .ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    background: #153abb;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

input[type="text"].ui-slider__amount {
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
    background-color: transparent;
    height: auto;
    line-height: 1;
    width: auto;
    max-width: 30px;
    font-size: 16px;
}

.slider__slider {
    font-size: 16px;
}

@media (min-width: 768px) {
    .slider__slider {
        float: left;
        width: 75%;
    }
}

.slider__slider > span {
    float: left;
    width: 60px;
}

.slider__slider > span:last-child {
    text-align: right;
    width: 80px;
}

.slider__showAmount {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .slider__showAmount {
        float: left;
        width: 25%;
        margin-bottom: 20px;
    }
}

.slider__showAmount > label {
    color: #c2c2c2;
}

.slider__style-02 {
    margin-bottom: 50px;
}

.slider__style-02 .slider__showAmount {
    float: none;
    width: auto;
    font-size: 14px;
    margin-bottom: 30px;
}

.slider__style-02 .slider__slider {
    float: none;
    width: 100%;
}

.slider__style-02 .slider__slider > span {
    width: auto;
    margin-top: 10px;
}

.slider__style-02 .slider__slider > span:first-child {
    margin-top: 15px;
}

.slider__style-02 .slider__slider > span:last-child {
    float: right;
}

.slider__style-02 .ui-slider__range {
    width: 100%;
    float: none;
}

.slider__style-02 input[type="text"].ui-slider__amount {
    max-width: 30px;
    font-size: 14px;
}

/* 80. Map
--------------------------------------------------------------------------------*/

.map {
    height: 100vh;
}

.map #map {
    height: 100%;
}

.map__style-02 {
    height: 100%;
}

.map__style-03 {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.close-map-view, .js-close-map {
    position: absolute;
    z-index: 1;
    top: 130px;
    right: 30px;
    height: 30px;
    line-height: 31px;
    width: 32px;
    background: #153abb;
    border: 1px solid #153abb;
    color: white;
    text-align: center;
    font-size: 24px;
}

.close-map-view:hover, .js-close-map:hover {
    background-color: white;
    color: #153abb;
}

@media (min-width: 1200px) {
    .close-map-view, .js-close-map {
        display: none;
    }
}

iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .directory-map {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh !important;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
    }

    .directory-map.open-map {
        visibility: visible;
        opacity: 1;
    }
}

.open-map-view {
    display: inline-block;
}

@media (min-width: 1200px) {
    .open-map-view {
        display: none;
    }
}

/* 81. Mega menu
--------------------------------------------------------------------------------*/

@media (min-width: 1201px) {
    .awemenu-nav {
        background-color: transparent !important;
    }
}

@media (max-width: 1199px) {
    .awemenu-nav .awemenu {
        width: 300px;
        background-color: #111;
    }
}

.awemenu {
    z-index: 99;
}

.awemenu > li > a {
    position: relative;
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 300ms ease;
    padding: 10px 25px;
    text-transform: capitalize;
}

@media (min-width: 1200px) {
    .awemenu > li > a {
        text-transform: uppercase;
        height: 100px;
        line-height: 100px;
        padding: 0 25px;
        color: #222;
    }
}

.awemenu-submenu {
    padding-left: 30px;
}

.awemenu-submenu > li > a {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    height: auto;
    color: #fff;
    padding: 10px 15px;
    box-shadow: none;
    position: relative;
}

.awemenu-submenu > li > a:hover {
    color: #153abb;
}

@media (min-width: 1200px) {
    .awemenu-submenu {
        background-color: #fff;
        border-top: 3px solid #153abb;
        padding-left: 0;
    }

    .awemenu-submenu > li > a {
        color: #222;
        border: 1px solid rgba(0, 0, 0, .1);
        border-top: 0;
    }

    .awemenu-submenu li:hover > a {
        color: #153abb;
    }
}

.awemenu-submenu .awemenu-arrow {
    top: 50% !important;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.awemenu-bars {
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
}

.awemenu-bars .amm-bar, .awemenu-bars .amm-bar:after,
.awemenu-bars .amm-bar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    font-size: 0;
    background-color: #1a1a23;
    margin: auto;
    transition: all .4s ease;
}

.awemenu-bars .amm-bar:before {
    top: -16px;
}

.awemenu-bars .amm-bar:after {
    bottom: -16px;
}

.awemenu-active .awemenu-bars .amm-bar:before {
    width: 25px;
    transform: translateX(-6px) rotate(-45deg);
}

.awemenu-active .awemenu-bars .amm-bar:after {
    width: 25px;
    transform: translateX(-6px) rotate(45deg);
}

/* 82. Page title 01
--------------------------------------------------------------------------------*/

.page-title-01 {
    min-height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f7f7f7;
    display: table;
    text-align: center;
    position: relative;
}

@media (min-width: 992px) {
    .page-title-01 {
        height: 700px;
    }
}

.page-title-01 .md-overlay {
    z-index: 2;
}

.page-title-01__content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.page-title-01__title {
    font-weight: 400;
    letter-spacing: -4px;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .page-title-01__title {
        font-size: 72px;
    }
}

.page-title-01__style-02 {
    background-color: white;
}

@media (min-width: 992px) {
    .page-title-01__style-02 {
        height: 450px;
    }
}

/* 83. Page title 02
--------------------------------------------------------------------------------*/

.page-title-02 {
    position: relative;
    color: white;
    text-align: center;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .page-title-02 {
        padding: 200px 0;
    }
}

.page-title-02:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}

.page-title-02 .title-01__title {
    color: white;
}

.page-title-02__content {
    color: #c2c2c2;
    position: relative;
    z-index: 5;
}

.page-title-02__title {
    color: white;
}

.page-title-02__icon {
    white-space: nowrap;
    overflow-x: auto;
}

/* 84. popup content
--------------------------------------------------------------------------------*/

.popup-content {
    text-align: center;
    max-width: 780px;
    margin: 0 15px;
    padding: 30px 20px;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .popup-content {
        padding: 50px 70px;
        margin: 0 auto;
    }
}

.popup-content input, .popup-content select {
    margin-bottom: 10px;
}

.popup-content h2 {
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.popup_desc {
    color: #c2c2c2;
    margin-bottom: 55px;
}

/* 85. Popup
--------------------------------------------------------------------------------*/

.mfp-bottom-bar {
    margin-top: -15px;
}

.popup__style-02 {
    overflow: hidden;
    margin: -5px;
}

.popup__style-02 > a {
    width: 33.3333%;
    float: left;
    padding: 5px;
}

.popup__style-02 > a img {
    width: 100%;
}

.popup__style-02 > a:nth-child(1) {
    width: 100%;
}

.popup__style-03, .popup__style-04 {
    margin: -10px;
    overflow: hidden;
}

.popup__style-03:hover > a, .popup__style-04:hover > a {
    opacity: .3;
}

.popup__style-03 > a, .popup__style-04 > a {
    width: 33.3333%;
    float: left;
    padding: 10px;
    transition: all ease .3s;
}

.popup__style-03 > a img, .popup__style-04 > a img {
    width: 100%;
}

.popup__style-03 > a:hover, .popup__style-04 > a:hover {
    opacity: 1;
}

.popup__style-04 {
    margin: -5px;
}

.popup__style-04 > a {
    padding: 5px;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    transition: all .5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 86. Price (for pricing table)
--------------------------------------------------------------------------------*/

.price {
    font-family: "Work Sans", sans-serif;
    margin-bottom: 20px;
}

.price__unit, .price__price {
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    color: #1a1a23;
    line-height: 1;
}

.price__time {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 700;
    color: #c2c2c2;
}

.price__style-02 .price__unit, .price__style-02 .price__price {
    font-size: 24px;
    font-weight: 600;
    color: #f00;
}

.price__style-03 .price__unit {
    margin-right: 10px;
}

.price__style-03 .price__unit, .price__style-03 .price__price {
    font-size: 30px;
    font-weight: 600;
    color: #f7f7f7;
}

.price__style-03 .price__time {
    color: #f7f7f7;
    font-weight: 400;
    margin-bottom: -2px;
}

.price__style-04 .price__unit, .price__style-04 .price__price {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a23;
}

.price__style-04 .price__time {
    color: #1a1a23;
    font-weight: 400;
    font-size: 12px;
}

.price__style-05 {
    display: inline-block;
    margin-left: 10px;
}

.price__style-05 .price__unit, .price__style-05 .price__price {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a23;
}

.price__style-05 .price__unit {
    margin-right: 10px;
}

.price__style-05 .price__time {
    color: #1a1a23;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.price__style-06 .price__unit, .price__style-06 .price__price {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a23;
}

.price__style-06 .price__time {
    color: #1a1a23;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
    vertical-align: middle;
}

.price__style-07 .price__unit, .price__style-07 .price__price {
    font-size: 18px;
    font-weight: 600;
    color: #f00;
}

/* 87. Pricing table
--------------------------------------------------------------------------------*/

.pricing-table {
    background-color: white;
    padding: 0 40px;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 400px;
}

.pricing-table.featured {
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

.pricing-table.featured .btn {
    background-color: #153abb;
}

.pricing-table__header {
    border-bottom: 1px solid #ebebeb;
    padding: 50px 0 20px;
}

.pricing-table__title {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.pricing-table__body {
    padding: 50px 0;
}

.pricing-table__list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.pricing-table__list > li {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

/* 88. Review 02
--------------------------------------------------------------------------------*/

.review-02 + .review-02 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
}

.review-02 .star {
    margin-bottom: 0;
}

.review-02__text {
    margin-bottom: 15px;
}

.review-02__name {
    font-size: 18px;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 15px;
}

.review-02__time {
    color: #c2c2c2;
    display: inline-block;
    vertical-align: middle;
}

/* 89. Review 01
--------------------------------------------------------------------------------*/

.review {
    overflow: hidden;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .review {
        margin-bottom: 60px;
    }
}

.review .star {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

.review__left {
    float: left;
    width: 80px;
    margin-right: 20px;
    overflow: hidden;
}

.review__image {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .review__image {
        margin-right: 50px;
    }
}

.review__name {
    font-size: 18px;
    color: #222;
}

.review__content {
    overflow: hidden;
}

.review__time {
    display: inline-block;
    color: #c2c2c2;
}

.review__style-02 .review__left {
    width: 110px;
}

.review__style-02 .review__image {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.review__style-02 .review__name {
    font-size: 16px;
}

.review__style-03 {
    background-color: white;
    padding: 30px 40px 0;
    margin-bottom: 30px;
}

.review__style-03 .review__left {
    width: 90px;
}

.review__style-03 .review__image {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.review__style-03 .review__name {
    font-size: 16px;
}

/* 90. Hotel room
--------------------------------------------------------------------------------*/

.rooms {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.rooms__media img {
    width: 100%;
}

.rooms__body {
    padding: 20px 30px;
    overflow: hidden;
}

.rooms__title {
    font-size: 20px;
    font-weight: 400;
    float: left;
    width: 60%;
    margin-bottom: 0;
}

.rooms__price {
    color: #c2c2c2;
    float: right;
    width: 40%;
    line-height: 1.4;
}

.rooms__price span {
    font-size: 24px;
    font-weight: 600;
    color: #f00;
    margin-left: 10px;
}

/* 91. Social
--------------------------------------------------------------------------------*/

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

.social__navSocial {
    overflow: hidden;
}

.social__item {
    font-size: 18px;
    color: #c2c2c2;
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
    transition: all ease .3s;
}

.social__item:first-child {
    padding-left: 0;
    margin-left: 0;
}

.social__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

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

.social__style-02 .social__item:hover {
    background-color: #153abb;
    color: white;
}

.social__style-03 {
    margin-top: 10px;
}

.social__style-03 .social__title {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    letter-spacing: 0;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
}

.social__style-03 .social__navSocial {
    display: inline-block;
    vertical-align: middle;
}

.social__style-04 .social__title {
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.social__style-04 .social__item {
    font-size: 24px;
    padding: 10px 20px;
}

.social__style-05 .social__item {
    color: #1a1a23;
}

.social__style-05 .social__item:hover {
    color: #153abb;
}

.social__style-06 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.social__style-06 .social__title {
    font-size: 16px;
    font-weight: 400;
    color: #1a1a23;
    letter-spacing: 0;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
}

.social__style-06 .social__navSocial {
    display: inline-block;
    vertical-align: middle;
}

.social__style-07 {
    margin-bottom: 60px;
}

.social__style-07 .social__navSocial {
    padding-top: 10px;
    overflow: visible;
}

.social__style-07 .social__title {
    font-size: 18px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.social__style-07 .social__item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0 5px;
    background-color: #ebebeb;
    color: #153abb;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.social__style-07 .social__item > span {
    top: -35px;
    left: 50%;
    position: absolute;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    background-color: #ebebeb;
    text-transform: uppercase;
    color: #1a1a23;
    font-size: 12px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    transform: translateX(-50%);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    opacity: 0;
    visibility: hidden;
}

.social__style-07 .social__item > span:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(235, 235, 235, 0);
    border-top-color: #ebebeb;
    border-width: 5px;
    margin-left: -5px;
}

.social__style-07 .social__item:hover > span {
    opacity: 1;
    visibility: visible;
}

.social__style-07 .social__item:first-child {
    margin-left: 0;
}

.social__style-07 .social__item:last-child {
    margin-right: 0;
}

.social__style-07 .social__item.choose {
    background-color: #c2c2c2;
    color: white;
}

.md-skin-dark .social__title {
    color: white;
}

/* 92. Star rating
--------------------------------------------------------------------------------*/

.star {
    display: block;
    margin-bottom: 20px;
}

.star__icon {
    display: inline-block;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    font-size: 18px;
}

.star__icon > span {
    display: inline-block;
    position: relative;
    width: .8em;
    color: #bed909;
    margin: 0 2px;
}

.star__icon > span.active:before, .star__icon > span.active ~ span:before {
    content: "\F2FC";
    font-family: "Ionicons";
    position: absolute;
}

.star__text {
    display: inline-block;
    color: #c2c2c2;
    margin-left: 5px;
}

.star__style-hover .star__icon > span {
    cursor: pointer;
    transition: all ease .3s;
}

.star__style-hover .star__icon > span:hover:before,
.star__style-hover .star__icon > span:hover ~ span:before {
    content: "\F2FC";
    font-family: "Ionicons";
    position: absolute;
}

.star-group {
    margin-bottom: 50px;
}

.star-group > h4 {
    color: #c2c2c2;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.star-group .star {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

/* 93. Swiper
--------------------------------------------------------------------------------*/

.swiper-pagination-bullets {
    position: absolute;
    z-index: 10;
    bottom: 50px !important;
    text-align: center;
}

.swiper-pagination-bullet {
    vertical-align: middle;
    background-color: white;
    width: 10px;
    height: 10px;
    margin: 10px;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: #153abb;
}

.swiper-button-custom .swiper-button-next-custom,
.swiper-button-custom .swiper-button-prev-custom {
    font-size: 30px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
}

.swiper-button-custom .swiper-button-next-custom.swiper-button-disabled,
.swiper-button-custom .swiper-button-prev-custom.swiper-button-disabled {
    opacity: .5;
}

.swiper-button-custom .swiper-button-next-custom:hover,
.swiper-button-custom .swiper-button-prev-custom:hover {
    color: #153abb;
}

.swiper-button-custom .swiper-button-next-custom {
    right: 0;
}

.swiper-button-custom .swiper-button-prev-custom {
    left: 0;
}

.swiper-slide img {
    width: 100%;
}

.directory-swiper {
    position: relative;
}

.directory-swiper .swiper-container {
    position: static;
}

.directory-swiper .swiper-button-next-custom {
    right: -30px;
}

.directory-swiper .swiper-button-prev-custom {
    left: -30px;
}

.directory-swiper-02 {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .directory-swiper-02 {
        padding: 0 70px;
    }
}

.directory-swiper-03 .swiper-pagination-bullets,
.directory-swiper-04 .swiper-pagination-bullets {
    position: static;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .directory-swiper-03 .swiper-pagination-bullets,
    .directory-swiper-04 .swiper-pagination-bullets {
        margin-top: 80px;
    }
}

.directory-swiper-03 .swiper-pagination-bullet,
.directory-swiper-04 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #c2c2c2;
}

.directory-swiper-03 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.directory-swiper-04 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #153abb;
}

.directory-swiper-04 .swiper-pagination-bullets {
    margin-top: 20px;
}

.directory-swiper-04 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* 94. tab_panel
--------------------------------------------------------------------------------*/

.ac-tab__content > .ac-tab__panel {
    display: none;
}

/* 95. tabs
--------------------------------------------------------------------------------*/

/* 96. tabs
--------------------------------------------------------------------------------*/

.ac-tab__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.ac-tab__nav li {
    display: inline-block;
    text-align: center;
}

.ac-tab__nav li a {
    padding: 7px 40px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #c2c2c2;
    transition: all ease .3s;
}

.ac-tab__nav li a:hover {
    color: #1a1a23;
}

.ac-tab__nav li a.active {
    color: #153abb;
}

.ac-tab__nav li a:after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(0, 0, 0, .1);
    top: 0;
    right: 0;
    position: absolute;
}

.ac-tab__nav li:last-child a:after {
    display: none;
}

.ac-tab__nav li:nth-child(even) {
    text-align: left;
}

.ac-tab__nav.ac-tab__nav--bottom {
    margin-top: 15px;
    margin-bottom: 0;
}

.ac-tab__nav.ac-tab__nav--left, .ac-tab__nav.ac-tab__nav--right {
    width: 200px;
}

.ac-tab__nav.ac-tab__nav--left li, .ac-tab__nav.ac-tab__nav--right li {
    display: block;
}

.ac-tab__nav.ac-tab__nav--left {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.ac-tab__nav.ac-tab__nav--right {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
}

.ac-tab__nav.ac_icon--left i, .ac-tab__nav.ac_icon--left .fa,
.ac-tab__nav.ac_icon--left .icon {
    margin-right: 5px;
}

.ac-tab__nav.ac_icon--right i, .ac-tab__nav.ac_icon--right .fa,
.ac-tab__nav.ac_icon--right .icon {
    margin-left: 5px;
}

.tabs-panel {
    display: none;
}

.tabs__module--02 li {
    position: relative;
    float: left;
    width: 50%;
    text-align: right;
}

.tabs__module--02 li a {
    display: block;
    padding: 10px 40px;
    color: #c2c2c2;
    font-size: 36px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -2px;
}

.tabs__module--02 li a:after {
    display: none;
}

.tabs__module--02 li a.active {
    color: #1a1a23;
}

.tabs__module--02 li a:hover {
    color: #153abb;
}

.tabs__module--02 li:nth-child(even) {
    text-align: left;
}

.tabs__module--03 .ac-tab__nav {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

/* 97. Tag cloud
--------------------------------------------------------------------------------*/

.tagCloud > a {
    text-align: center;
    text-transform: capitalize;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    display: inline-block;
    margin: 5px;
    transition: all ease .3s;
}

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

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

.tagCloud > a:hover {
    background-color: #153abb;
    border-color: #153abb;
    color: white;
}

.tagCloud__style-02 > a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 10px 10px 0;
    background-color: #f7f7f7;
    border: none;
    text-transform: uppercase;
    color: #646464;
}

.directory-404 {
    height: 100vh;
}

.directory-404 .md-overlay {
    background-color: rgba(0, 0, 0, .6);
}

.directory-404 h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 320px) {
    .directory-404 h1 {
        font-size: calc(7.95455vw + 54.54545px);
    }
}

@media (min-width: 1200px) {
    .directory-404 h1 {
        font-size: 150px;
    }
}

.directory-404 h2 {
    font-weight: 400;
    letter-spacing: -1.5px;
}

.directory-404 a {
    color: #153abb;
    font-weight: 600;
}

.directory-404 a:hover {
    text-decoration: underline;
    color: white;
}

.directory-404 p {
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .directory-404 p {
        margin-bottom: calc(5.68182vw + 11.81818px);
    }
}

@media (min-width: 1200px) {
    .directory-404 p {
        margin-bottom: 80px;
    }
}

.booking-invoice__brand {
    margin-bottom: 50px;
}

.booking-invoice__content {
    padding: 70px 100px;
    background-color: white;
}

.booking-invoice__content h2 {
    margin-bottom: 0;
    font-weight: 400;
}

@media (min-width: 992px) {
    .booking-invoice__info {
        margin-top: 20px;
        text-align: right;
    }

    .booking-invoice__info p {
        margin-bottom: 0;
    }
}

.booking-invoice__footer {
    padding: 70px 100px;
    background-color: #f7f7f7;
}

.booking-invoice__footer h5 {
    margin-bottom: 15px;
}

.booking-invoice__footer p {
    margin-bottom: 5px;
}

.booking-invoice {
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

.btn {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}

.btn > i {
    margin: 0 5px;
}

.btn-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-link i {
    margin: 0 5px;
}

.btn-light {
    background-color: white;
    color: #153abb;
    border-color: white;
    margin-bottom: 30px;
}

.btn-lg {
    height: 70px;
    line-height: 68px;
}

.btn-sm {
    height: 40px;
    line-height: 38px;
}

@media (min-width: 1200px) {
    .btn-lg-right {
        float: right;
    }
}

.btn-block {
    max-width: 360px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .btn-block {
        max-width: 100%;
    }
}

.btn-w140 {
    min-width: 140px;
}

.btn-w170 {
    min-width: 170px;
}

.btn-w220 {
    min-width: 220px;
}

.btn-w300 {
    min-width: 300px;
}

.directory-commingsoon {
    height: 100vh;
    padding: 50px 0;
}

.directory-commingsoon .md-overlay {
    background-color: rgba(0, 0, 0, .6);
}

.directory-commingsoon .directory-logo,
.directory-commingsoon .countdown__module {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .directory-commingsoon .directory-logo,
    .directory-commingsoon .countdown__module {
        margin-bottom: 100px;
    }
}

/* 98. dashboard css
--------------------------------------------------------------------------------*/

.dashboard-container {
    padding: 0 15px;
}

.dashboard-listbox {
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.dashboard-listbox--02 {
    padding: 15px 20px;
}

.dashboard-listbox__header {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dashboard-listbox__header .dashboard-listbox__header-btn select {
    height: auto;
    line-height: 1;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 40px 0 10px;
    margin-bottom: 0;
    color: #1a1a23;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 993px) {
    .dashboard-listbox__header {
        padding-right: 150px;
    }

    .dashboard-listbox__header .dashboard-listbox__header-btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

.dashboard-listbox__title {
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (min-width: 993px) {
    .dashboard-listbox__title {
        margin-bottom: 0;
    }
}

.dashboard-booking {
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-bottom: 30px;
}

.dashboard-booking__header {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-booking__content {
    padding: 15px 20px;
}

@media (min-width: 1201px) {
    .dashboard-container {
        padding: 0;
    }

    .dashboard-container .dashboard-nav {
        position: fixed;
        height: 100%;
    }

    .dashboard-container .dashboard-content {
        margin-left: 200px;
        min-height: 100vh;
    }

    .dashboard-listbox {
        padding: 15px 35px;
    }

    .dashboard-listbox--02 {
        padding: 35px;
    }

    .dashboard-booking__content {
        padding: 15px 35px;
    }
}

@media (min-width: 1401px) {
    .dashboard-container .dashboard-content {
        margin-left: 300px;
    }
}

.event-detail__header-image {
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 768px) {
    .event-detail__header-image {
        float: left;
        overflow: hidden;
        margin-right: 50px;
        margin-bottom: 0;
    }
}

.event-detail__header-content {
    overflow: hidden;
}

.event-detail__header-content > h1 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.event-detail__header-content .star {
    margin-bottom: 5px;
}

.event-detail__time {
    font-size: 16px;
}

.event-detail__time > i {
    font-size: 18px;
    margin-right: 20px;
}

.event-detail__header {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.event-detail__item {
    margin-bottom: 40px;
}

.event-detail__item > h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: -1.5px;
}

.event-detail__item p.text {
    margin-bottom: 30px;
    color: #646464;
}

.directory-slider {
    padding: 0;
    background-image: url("https://picsum.photos/1920/600");
}

.directory-slider__content {
    color: white;
    text-align: center;
    font-size: 28px;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .directory-slider__content {
        padding: 300px 0;
    }
}

.directory-slider__content h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    letter-spacing: -4px;
    color: white;
    line-height: 1;
}

@media (min-width: 992px) {
    .directory-slider__content h1 {
        font-size: 150px;
    }
}

/* 99. Margin Padding
--------------------------------------------------------------------------------*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pd-0 {
    padding: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.directory-layout {
    overflow: hidden;
    padding: 0;
}

.directory-layout__item {
    padding: 30px;
}

@media (min-width: 768px) {
    .directory-layout__item {
        padding: 75px 75px 30px;
    }
}

.directory-layout__right {
    height: 400px;
}

.directory_map {
    display: none;
}

.sidebar-fixed {
    padding: 170px 30px 60px 30px;
}

@media (min-width: 768px) {
    .sidebar-fixed {
        margin: 0;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        top: 0;
    }
}

@media (min-width: 992px) {
    .sidebar-fixed {
        padding: 170px 45px 60px !important;
    }
}

@media (min-width: 1200px) {
    .directory-layout__left {
        width: 55%;
        float: left;
    }

    .directory-layout__right {
        width: 45%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }

    .directory_map {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        padding: 0;
    }

    .directory_map > .map {
        height: 100%;
    }
}

.listing-detail-04__location {
    font-size: 16px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .listing-detail-04__location {
        margin-bottom: 0;
    }
}

.listing-detail-04__header {
    padding: 20px 0;
    background-color: #f7f7f7;
}

@media (min-width: 480px) {
    .listing-detail-04__header {
        padding: 50px 0;
    }
}

.listing-detail-04__header h1 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.listing-detail-04__header h1 span {
    color: #c2c2c2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-left: 40px;
    display: inline-block;
}

.listing-detail-04__header h1 span > i {
    font-size: 12px;
    color: #f00;
}

.listing-detail-04__header .star {
    margin-bottom: 0;
}

.listing-detail-04__header .listing-detail__meta {
    margin-bottom: 0;
}

.listing-detail-04__header .listing-detail__meta > li {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
    display: block;
}

@media (min-width: 992px) {
    .listing-detail-04__header .listing-detail__meta > li {
        margin-top: 0;
        margin-right: 0;
    }
}

.listing-detail-04__header .listing-detail__meta > li:last-child {
    margin-bottom: 0;
}

.listing-detail-04__item {
    margin-bottom: 70px;
    overflow: hidden;
}

.listing-detail-04__item > h2 {
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.listing-detail-04__main {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .listing-detail-04__main {
        padding-top: calc(10.41667vw + 16.66667px);
        padding-bottom: calc(10.41667vw + 16.66667px);
    }
}

@media (min-width: 992px) {
    .listing-detail-04__main {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.listing-detail-04__main p.text {
    color: #646464;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .listing-detail-04--02 .listing-detail-04__header .btn[data-init="magnificPopup"] {
        float: right;
    }

    .listing-detail-04--02 .listing-detail-04__header .listing-detail__meta {
        clear: both;
    }

    .listing-detail-04--02 .listing-detail-04__header .listing-detail__meta > li {
        margin-left: 50px;
        text-align: right;
    }
}

.listing-detail-05__header {
    position: relative;
    margin-bottom: 100px;
}

.listing-detail-05__image {
    position: relative;
}

.listing-detail-05__image:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 50%;
    background: linear-gradient(to top, white 15%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    z-index: 3;
}

.listing-detail-05__info {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 5;
}

.listing-detail-05__info h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -4px;
    line-height: 1;
}

@media (min-width: 320px) {
    .listing-detail-05__info h1 {
        font-size: calc(6.25vw + 10px);
    }
}

@media (min-width: 992px) {
    .listing-detail-05__info h1 {
        font-size: 72px;
    }
}

.listing-detail-05__info .listing-detail__meta {
    margin: 20px 0 0;
}

@media (min-width: 992px) {
    .listing-detail-05__info .listing-detail__meta {
        float: right;
    }

    .listing-detail-05__info .listing-detail__meta > li {
        margin-right: 0;
        margin-left: 30px;
    }
}

.listing-detail-05__info .star {
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .listing-detail-05__info .btn {
        float: right;
        margin-bottom: 75px;
    }
}

.listing-detail-05__item {
    margin-bottom: 50px;
    overflow: hidden;
}

.listing-detail-05__item > h2 {
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.listing-detail-05__main p.text {
    color: #646464;
    margin-bottom: 30px;
}

.listing-detail-05 {
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .listing-detail-05 {
        padding-bottom: calc(7.44048vw + 26.19048px);
    }
}

@media (min-width: 992px) {
    .listing-detail-05 {
        padding-bottom: 100px;
    }
}

.listing-detail-06 {
    background-color: #f7f7f7;
}

.listing-detail-06__location {
    font-size: 16px;
    margin-bottom: 10px;
}

.listing-detail-06__item {
    overflow: hidden;
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
}

.listing-detail-06__item p.text {
    color: #646464;
    margin-bottom: 30px;
}

.listing-detail-06__item > h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .listing-detail-06__item {
        padding: 50px 60px;
    }
}

.listing-detail-06__header {
    padding: 30px 0;
    margin-bottom: 50px;
    background-color: white;
}

.listing-detail-06__header .btn[data-init="magnificPopup"] {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .listing-detail-06__header {
        padding: 80px 0 50px;
        margin-bottom: 100px;
    }

    .listing-detail-06__header .btn[data-init="magnificPopup"] {
        float: right;
        margin-bottom: 70px;
    }

    .listing-detail-06__header .listing-detail__meta--right {
        clear: both;
    }

    .listing-detail-06__header .listing-detail__meta--right > li {
        margin-right: 0;
        margin-left: 30px;
        margin-right: 0;
        text-align: right;
    }
}

.listing-detail-06__header h1 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -2.5px;
    margin-bottom: 30px;
}

.listing-detail-06__header .star {
    display: inline-block;
}

.listing-detail-06__header .star + .listing-detail__meta {
    display: inline-block;
    border-left: 1px solid #ebebeb;
    padding-left: 20px;
    margin-left: 20px;
}

.listing-detail-standardTab {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 80px;
}

.listing-detail-standardTab__item {
    overflow: hidden;
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
}

.listing-detail-standardTab__item p.text {
    color: #646464;
    margin-bottom: 30px;
}

.listing-detail-standardTab__item > h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .listing-detail-standardTab__item {
        padding: 50px 60px;
    }
}

.listing-detail-standardTab__bookATable {
    text-align: center;
    padding: 80px 30px;
    background-color: white;
}

.listing-detail-standardTab__bookATable h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 5px;
}

.listing-detail-standardTab__header {
    padding: 30px 0 20px;
    margin-bottom: 50px;
    background-color: white;
}

.listing-detail-standardTab__header .btn[data-init="magnificPopup"] {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .listing-detail-standardTab__header {
        margin-bottom: 100px;
    }

    .listing-detail-standardTab__header .btn[data-init="magnificPopup"] {
        float: right;
        margin-bottom: 70px;
    }

    .listing-detail-standardTab__header .listing-detail__meta--right {
        clear: both;
    }

    .listing-detail-standardTab__header .listing-detail__meta--right > li {
        margin-right: 0;
        margin-left: 30px;
        margin-right: 0;
        text-align: right;
    }
}

.listing-detail-standardTab__header h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}

.listing-detail-standardTab__header h1 span {
    color: #c2c2c2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-left: 40px;
    display: inline-block;
}

.listing-detail-standardTab__header h1 span > i {
    font-size: 12px;
    color: #f00;
}

.listing-detail-standardTab__header .star {
    display: inline-block;
}

.listing-detail-standardTab__header .star + .listing-detail__meta {
    display: inline-block;
    border-left: 1px solid #ebebeb;
    padding-left: 20px;
    margin-left: 20px;
}

.listing-detail-standardTab__header .ac-tab__nav-02 {
    margin-top: 20px;
}

.listing-detail {
    padding-top: 40px;
}

@media (min-width: 320px) {
    .listing-detail {
        padding-top: calc(8.92857vw + 11.42857px);
    }
}

@media (min-width: 992px) {
    .listing-detail {
        padding-top: 100px;
    }
}

.listing-detail h1 {
    font-weight: 400;
    letter-spacing: -4px;
    margin-bottom: 15px;
    font-size: 40px;
}

@media (min-width: 320px) {
    .listing-detail h1 {
        font-size: calc(4.7619vw + 24.7619px);
    }
}

@media (min-width: 992px) {
    .listing-detail h1 {
        font-size: 72px;
    }
}

.listing-detail p.text {
    font-size: 16px;
    margin-bottom: 30px;
}

.listing-detail h2.title {
    font-weight: 400;
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .listing-detail h2.title {
        margin-bottom: calc(3.72024vw + 18.09524px);
    }
}

@media (min-width: 992px) {
    .listing-detail h2.title {
        margin-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .listing-detail .listing-detail__meta {
        margin-bottom: 240px;
    }
}

.listing-detail > .star, .listing-detail .listing-detail__review {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 45px;
}

.listing-detail__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.listing-detail__meta > li {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    text-transform: capitalize;
}

.listing-detail__meta > li > a {
    color: #c2c2c2;
}

.listing-detail__meta > li > a > i {
    margin-right: 15px;
}

.listing-detail__meta > li > a:hover {
    color: #153abb;
}

@media (min-width: 992px) {
    .listing-detail__meta > li {
        margin-right: 50px;
    }
}

.listing-detail__info {
    font-size: 16px;
    margin-bottom: 45px;
}

.listing-detail__info > p {
    margin-bottom: 10px;
}

.review-rate {
    background-color: #f7f7f7;
}

.review-rate__title {
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 60px;
}

.post-detail__image {
    margin-bottom: 30px;
}

.post-detail__image img {
    width: 100%;
}

.post-detail__linkPost {
    margin: 50px 0;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}

.post-detail__time {
    font-size: 16px;
    color: #c2c2c2;
    margin-bottom: 50px;
}

.post-detail {
    padding: 50px 40px;
    background-color: white;
}

.post-detail > h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 5px;
}

.post-detail p.text {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .ac-tab__nav-02 {
        float: right;
    }
}

.ac-tab__nav-02 li {
    display: inline-block;
    vertical-align: middle;
}

.ac-tab__nav-02 li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #767676;
    font-family: "Work Sans", sans-serif;
    display: block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}

.ac-tab__nav-02 li a.btn {
    color: white !important;
    margin-left: 20px;
}

.ac-tab__nav-02 li a:after {
    display: none;
}

.ac-tab__nav-02 li.active.ac-active > a {
    color: #153abb;
}

.ac-tab__nav-02--02 {
    margin-top: 25px;
}

.ac-tab__nav-02--02 li {
    margin-bottom: 10px;
}

.ac-tab__nav-02--02 li + li {
    border-left: 1px solid #ebebeb;
}

.ac-tab__nav-02--02 li a {
    text-transform: capitalize;
    letter-spacing: -1px;
    text-align: right;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .ac-tab__nav-02--02 li a {
        padding: 0 35px;
    }
}

.ac-tab__nav-02--02 li:last-child > a {
    padding-right: 0;
}

table {
    font-size: 16px;
}

.table-responsive table {
    width: 100%;
    text-align: left;
}

.table-responsive table thead, .table-responsive table tbody {
    border-bottom: 1px solid #ebebeb;
}

.table-responsive table thead th, .table-responsive table thead td,
.table-responsive table tbody th, .table-responsive table tbody td {
    padding: 10px 0;
}

@media (min-width: 992px) {
    .table-responsive table thead th:last-child,
    .table-responsive table thead td:last-child,
    .table-responsive table tbody th:last-child,
    .table-responsive table tbody td:last-child,
    .table-responsive table tfoot th:last-child,
    .table-responsive table tfoot td:last-child {
        text-align: right;
    }
}

.table-responsive table thead tr th {
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 500;
}

.table-responsive table tbody tr:first-child td {
    padding-top: 50px;
}

.table-responsive table tbody tr:last-child td {
    padding-bottom: 50px;
}

.table-responsive table tbody tr td {
    color: #1a1a23;
}

.table-responsive table tfoot td {
    color: #c2c2c2;
    padding: 5px 0;
}

.table-responsive table tfoot tr:first-child td {
    padding-top: 35px;
}

.table-responsive table tfoot tr:last-child td {
    padding-top: 25px;
}

.table-responsive table .price-total {
    color: #f00;
}

@media (max-width: 991px) {
    .table-responsive table, .table-responsive thead, .table-responsive tbody,
    .table-responsive th, .table-responsive td, .table-responsive tr {
        display: block;
    }

    .table-responsive thead {
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
    }

    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive thead tr, .table-responsive tbody tr {
        border-bottom: 1px solid #ebebeb;
    }

    .table-responsive thead td, .table-responsive tbody td {
        position: relative;
        padding: 15px 10px 15px 30% !important;
    }

    .table-responsive thead td:before, .table-responsive tbody td:before {
        content: attr(data-th);
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25%;
        padding-right: 10px;
        color: #c2c2c2;
    }

    .table-responsive tfoot {
        display: block;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
    }

    .table-responsive tfoot tr {
        padding: 15px 20px;
        overflow: hidden;
    }

    .table-responsive tfoot tr td {
        width: 30%;
        float: left;
        font-weight: 500;
        color: #1a1a23;
    }

    .table-responsive tfoot tr td:nth-child(1) {
        width: 70%;
    }

    .table-responsive tfoot tr td:first-child {
        display: none;
    }

    .table-responsive tr {
        padding: 15px 0;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }
}

.ui-datepicker {
    border-radius: 0;
    padding: 0;
    width: 300px;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: all ease .3s;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font-family: "Ionicons";
    font-size: 12px;
    color: white;
}

.ui-datepicker .ui-datepicker-prev > span,
.ui-datepicker .ui-datepicker-next > span {
    display: none;
}

.ui-datepicker .ui-datepicker-title {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-calendar {
    border: 1px solid #ebebeb;
    border-top: none;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button,
.ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    margin: 5px auto;
    background: white;
    border-color: transparent;
    top: 0;
    transform: translateY(0);
}

.ui-datepicker .ui-state-default.ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-default.ui-state-highlight,
.ui-datepicker .ui-button.ui-state-highlight,
.ui-datepicker html .ui-button.ui-state-disabled:hover.ui-state-highlight,
.ui-datepicker html .ui-button.ui-state-disabled:active.ui-state-highlight {
    border-color: #153abb;
    background-color: #153abb;
    color: white;
}

.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover,
.ui-datepicker .ui-widget-header .ui-state-default:hover,
.ui-datepicker .ui-button:hover,
.ui-datepicker html .ui-button.ui-state-disabled:hover:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active:hover {
    border-color: #153abb;
    color: #153abb;
}

.ui-datepicker-header {
    border-radius: 0;
    background-color: #153abb;
    color: white;
    padding: 10px 20px !important;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-prev:before {
    content: "\F108";
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-next:before {
    content: "\F10B";
}

.directory_logo {
    display: block;
    margin-bottom: 25px;
}

.copyright {
    color: #c2c2c2;
    padding: 15px 0;
    text-align: center;
}

.directory-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 320px) {
    .directory-section {
        padding-top: calc(11.36364vw + 63.63636px);
        padding-bottom: calc(11.36364vw + 63.63636px);
    }
}

@media (min-width: 1200px) {
    .directory-section {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.directory-section > .container {
    height: 100%;
}
