/*
Theme Name: Brando
Theme URI: http://wpdemos.themezaa.com/brando
Version: 1.7.1
Author: ThemeZaa
Author URI: http://www.themezaa.com
Description: Brando is a creative, clean, fully responsive, powerful and multipurpose onepage WordPress theme with latest web design trends.
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post, translation-ready, left-sidebar, right-sidebar, custom-colors, theme-options, threaded-comments, custom-background
Text Domain: brando
License: Themeforest Split Licence
License URI: -


Table of contents
        
    01. Google font
    02. Reset
    03. Typography
    04. Icon
    05. Background color
    06. Background image
    07. Custom
    08. Border
    09. Owl carousel
    10. Navigation
    11. Slider and parallax typography
    12. Counter
    13. Portfolio
    14. Tab
    15. List
    16. Progress bar
    17. Testimonial
    18. Team
    19. Blog
    20. Form controls
    21. Features box
    22. Accordion and toggle
    23. Quote
    24. Alert
    25. Video and sound
    26. Footer
    27. Agency demo
    28. Restaurant demo
    29. Travel demo
    30. Spa demo
    31. Photography demo
    32. Personal demo
    33. Architecture demo
    34. Event demo
    35. Wedding demo
    36. Tattoo demo
    37. Blog listing
    38. Coming soon
    39. Demo page

*/

/* ===================================
     font
====================================== */
@font-face {
    font-family: 'DIN-black';
    src: url('assets/fonts/DIN-Black.eot');
    src: url('assets/fonts/DIN-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DIN-Black.woff2') format('woff2'),
        url('assets/fonts/DIN-Black.woff') format('woff'),
        url('assets/fonts/DIN-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Alternate';
    src: url('assets/fonts/DINAlternate-Regular.eot');
    src: url('assets/fonts/DINAlternate-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DINAlternate-Regular.woff2') format('woff2'),
        url('assets/fonts/DINAlternate-Regular.woff') format('woff'),
        url('assets/fonts/DINAlternate-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('assets/fonts/DINCondensed-Bold.eot');
    src: url('assets/fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('assets/fonts/DINCondensed-Bold.woff') format('woff'),
        url('assets/fonts/DINCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('assets/fonts/DIN-Regular.eot');
    src: url('assets/fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DIN-Regular.woff2') format('woff2'),
        url('assets/fonts/DIN-Regular.woff') format('woff'),
        url('assets/fonts/DIN-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('assets/fonts/DINPro-Medium.eot');
    src: url('assets/fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DINPro-Medium.woff2') format('woff2'),
        url('assets/fonts/DINPro-Medium.woff') format('woff'),
        url('assets/fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-bold';
    src: url('assets/fonts/DINPro-Bold.eot');
    src: url('assets/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DINPro-Bold.woff2') format('woff2'),
        url('assets/fonts/DINPro-Bold.woff') format('woff'),
        url('assets/fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* ===================================
    Reset
====================================== */

body {
    font-family: 'DIN', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    color: #626262;
    line-height: 23px;
    letter-spacing: 0.02em;
}

a,
a:active {
    color: #626262;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #272727;
    text-decoration: none
}

a:focus {
    outline: none !important;
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}

video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

input,
textarea,
select {
    border: 1px solid #dfdfdf;
    font-size: 11px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    outline: none;
}

input[type="submit"] {
    width: auto
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus,
textarea:focus {
    border: 1px solid #989898;
    outline: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

iframe {
    border: 0;
}

.grid-gallery ul,
footer ul,
.footer-link,
nav ul,
.nav-tabs,
.widget ul,
.grid,
.list-line,
.sitemap-wrapper ul,
.form-group ul,
.breadcrumb ul {
    list-style: none outside none;
}

ul {
    list-style-type: disc;
}

ol,
dl {}

* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

::selection {
    color: #000;
    background: #dcdcdc;
}

::-moz-selection {
    color: #000;
    background: #dcdcdc;
}

::-webkit-input-placeholder {
    color: #999;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

.animated {
    -moz-transition-duration: 0s !important;
}

p:empty {
    display: none !important;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

del {
    color: #626262;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 25px 0;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0
}

td {
    border-top: 1px solid #ededed;
    padding: 8px 0
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

ins {
    text-decoration: none;
    background: #fff9c0;
}

pre {
    white-space: pre-wrap;
    word-break: keep-all;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

blockquote,
q {
    hyphens: none;
    quotes: none;
    position: relative;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: -60px;
}

figure.wp-caption.alignleft,
img.alignleft,
.alignleft {
    margin: 10px 20px 10px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

img.alignnone {
    margin: 5px 0;
}

embed,
object {
    max-width: 100%;
}

.format-quote blockquote:before {
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}

abbr[title],
abbr[data-original-title] {
    border: 0 none;
    color: #ff0000;
    cursor: default;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
}

.wp-caption {
    max-width: 100%;
    background-color: #f6f6f6;
    padding: 8px;
    text-align: left;
    clear: both;
    margin-bottom: 20px
}

.wp-caption-text {
    margin: 0;
    padding: 8px 0 3px;
    margin: 0 !important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    color: #373737;
    font-size: 11px !important;
    line-height: 20px !important;
    text-transform: uppercase;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-item {
    position: relative;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery dl.gallery-item {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
}

.bypostauthor {}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important
}

.admin-bar .navbar {
    padding-top: 32px;
}

button {
    outline: none;
}

/* ===================================
    Typography
====================================== */

/* heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
}

h1 {
    font-size: 45px;
    line-height: 50px
}

h2 {
    font-size: 40px;
    line-height: 45px
}

h3 {
    font-size: 35px;
    line-height: 40px
}

h4 {
    font-size: 25px;
    line-height: 30px
}

h5 {
    font-size: 20px;
    line-height: 25px
}

h6 {
    font-size: 18px;
    line-height: 23px
}

.title-thick-underline {
    border-bottom: 6px solid #000;
    padding: 0 0 15px 0
}

.title-underline {
    border-bottom: 2px solid #fff;
    padding: 0 0 5px 0
}

.title-sideline {
    padding: 0;
}

/* section title */

.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0 0 100px 0;
}

.tab-content .section-title {
    border: medium none;
    font-size: 40px;
    font-weight: 100;
    text-transform: none;
    margin: 2% 0 0;
    padding: 0
}

h1.big {
    color: #ffffff;
    font-size: 65px;
    font-weight: 600;
    line-height: 76px;
    margin-bottom: 0px;
}

h1.big span {
    font-weight: 300;
}

h1.page-title {
    margin: 95px auto 0;
    width: 100%;
}

/* section title style 1 */

h1.heading-style1 {
    font-size: 23px;
    line-height: 33px;
}

h2.heading-style1 {
    font-size: 21px;
    line-height: 31px;
}

h3.heading-style1 {
    font-size: 19px;
    line-height: 29px;
}

h4.heading-style1 {
    font-size: 17px;
    line-height: 27px;
}

h5.heading-style1 {
    font-size: 15px;
    line-height: 25px;
}

h6.heading-style1 {
    font-size: 13px;
    line-height: 23px;
}

/* section title style 2 */

span.heading-style2 {
    font-size: 24px;
    line-height: 28px;
}

/* section title style 3 */

h1.heading-style3 {
    font-size: 45px;
    line-height: 50px;
}

h2.heading-style3 {
    font-size: 40px;
    line-height: 45px;
}

h3.heading-style3 {
    font-size: 35px;
    line-height: 40px;
}

h4.heading-style3 {
    font-size: 25px;
    line-height: 30px;
}

h5.heading-style3 {
    font-size: 20px;
    line-height: 25px;
}

h6.heading-style3 {
    font-size: 18px;
    line-height: 23px;
}

/* section title style 5 */

h1.heading-style5 {
    font-size: 40px;
    line-height: 42px;
}

h2.heading-style5 {
    font-size: 35px;
    line-height: 36px;
}

h3.heading-style5 {
    font-size: 33px;
    line-height: 34px;
}

h4.heading-style5 {
    font-size: 31px;
    line-height: 32px;
}

h5.heading-style5 {
    font-size: 28px;
    line-height: 30px;
}

h6.heading-style5 {
    font-size: 26px;
    line-height: 28px;
}

/* section title style 6 */

h1.heading-style6 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
}

h2.heading-style6 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

h3.heading-style6 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

h4.heading-style6 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

h5.heading-style6 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

h6.heading-style6 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

/* section title style 7 */

h1.heading-style7 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}

h2.heading-style7 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}

h3.heading-style7 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 900;font-family: 'DIN-black', sans-serif!important;
    color:#7F7F7F!important;letter-spacing: 1px
}

h4.heading-style7 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
}

h5.heading-style7 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
}

h6.heading-style7 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

/* section title style 9 */

h1.heading-style9 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
}

h2.heading-style9 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}

h3.heading-style9 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

h4.heading-style9 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

h5.heading-style9 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

h6.heading-style9 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

/* section title style 10 */

h1.heading-style10 {
    font-size: 100px;
    line-height: 100px;
}

h2.heading-style10 {
    font-size: 90px;
    line-height: 90px;
}

h3.heading-style10 {
    font-size: 80px;
    line-height: 80px;
}

h4.heading-style10 {
    font-size: 70px;
    line-height: 70px;
}

h5.heading-style10 {
    font-size: 60px;
    line-height: 60px;
}

h6.heading-style10 {
    font-size: 50px;
    line-height: 50px;
}

/* section title style 11 */

h1.heading-style11 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

h1.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 15px;
    width: 12px;
}

h2.heading-style11 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

h2.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 15px;
    width: 12px;
}

h3.heading-style11 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

h3.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 15px;
    width: 12px;
}

h4.heading-style11 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

h4.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 15px;
    width: 12px;
}

h5.heading-style11 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

h5.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 15px;
    width: 12px;
}

h6.heading-style11 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h6.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 15px;
    width: 12px;
}

div.heading-style11 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

div.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 13px;
    width: 12px;
}

span.heading-style11 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

span.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 13px;
    width: 12px;
}

p.heading-style11 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

p.heading-style11:before {
    border-bottom: 4px solid #ef106e;
    content: "";
    left: -15px;
    position: absolute;
    top: 11px;
    width: 12px;
}

/* section title style 12 */

h1.heading-style12 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

h2.heading-style12 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

h3.heading-style12 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

h4.heading-style12 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

h5.heading-style12 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

h6.heading-style12 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

div.heading-style12 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

span.heading-style12 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

p.heading-style12 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

/* section title style 13 */

h1.heading-style13 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}

h2.heading-style13 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
}

h3.heading-style13 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}

h4.heading-style13 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

h5.heading-style13 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

h6.heading-style13 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

/* section title style 14 */

h6.heading-style14 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    position: relative
}

.heading-style14 {
    position: relative;
}

/* different text size */

.text-extra-small {
    font-size: 10px;
    line-height: 15px;
}

.text-small {
    font-size: 11px;
    line-height: 20px;
    display: inline-block
}

.text-medium {
    font-size: 14px;
    line-height: 24px;
}

.text-large {
    font-size: 15px;
    line-height: 22px;
}

.text-extra-large {
    font-size: 18px;
    line-height: 27px;
}

.title-small {
    font-size: 20px;
    line-height: 30px;
}

.title-medium {
    font-size: 24px;
    line-height: 28px;
}

.title-large {
    font-size: 28px;
    line-height: 34px;
}

.title-extra-large {
    font-size: 35px;
    line-height: 37px;
}

.title-extra-large-2 {
    font-size: 45px;
    line-height: 45px;
}

.title-extra-large-3 {
    font-size: 50px;
    line-height: 50px;
}

.title-extra-large-4 {
    font-size: 70px;
    line-height: 70px;
}

.title-extra-large-5 {
    font-size: 80px;
    line-height: 50px;
}

.title-big {
    font-size: 100px;
    line-height: 100px;
}

.title-big2 {
    font-size: 125px;
    line-height: 125px;
}

.title-big3 {
    font-size: 150px;
    line-height: 150px;
}

/* text color */

.white-text {
    color: #FFFFFF;
}

.magenta-text {
    color: #d94378;
}

.orange-text {
    color: #ff513b;
}

.deep-orange-text {
    color: #d66e4a;
}

.deep-red-text {
    color: #e75e50;
}

.black-text {
    color: #000;
}

.yellow-text {
    color: #ffcd00;
}

.fast-yellow-text {
    color: #fdd947;
}

.medium-gray-text {
    color: #929292;
}

.light-gray-text {
    color: #ababab;
}

.light-gray-text2 {
    color: #c5c5c5;
}

.deep-gray-text {
    color: #404040;
}

.deep-light-gray-text {
    color: #878787;
}

.gray-text {
    color: #626262;
}

.dark-gray-text {
    color: #373737;
}

.brown-text {
    color: #614c45;
}

.deep-yellow-text {
    color: #c8a64b;
}

.dark-blue-text {
    color: #1e2126;
}

.fast-pink-text {
    color: #ff1a56;
}

.fast-pink-text-dark {
    color: #ef106e;
}

.transparent-white-text {
    color: rgba(255, 255, 255, .7);
}

.transparent-blue-text {
    color: rgba(0, 239, 255, .5);
}

.transparent-green-text {
    color: rgba(0, 255, 151, .5);
}

.fast-green-text {
    color: #85eea5;
}

.crimson-red-text {
    color: #969696;
}

.alt-font .crimson-red-text{
    display: none
}

.deep-green-text {
    color: #1acd7b;
}

.deep-green-dark2-text {
    color: #6ad5a7;
}

.deep-blue-text {
    color: #2283d4;
}

.turquoise-blue-text {
    color: #85d4c0;
}

.deep-pink-dark-text {
    color: #e15276
}

/* text hover color */

a.white-text:hover {
    color: #dddddd;
}

a.black-text:hover {
    color: #272727;
}

a.medium-gray-text:hover {
    color: #7f7f7f;
}

a.gray-text:hover {
    color: #7f7f7f;
}

a.light-gray-text:hover {
    color: #7f7f7f;
}

a.magenta-text:hover {
    color: #bd2d60;
}

a.orange-text:hover,
a.deep-orange-text:hover {
    color: #c32915;
}

a.yellow-text:hover {
    color: #eec624;
}

a.deep-yellow-text:hover {
    color: #eec624;
}

a.fast-yellow-text:hover {
    color: #eec624;
}

a.turquoise-blue-text:hover {
    color: #4da790;
}

a.transparent-blue-text:hover {
    color: rgba(7, 200, 213, .5);
}

a.transparent-green-text:hover {
    color: rgba(1, 209, 126, .5);
}

a.fast-pink-text:hover {
    color: #b71d45;
}

a.fast-pink-text-dark:hover {
    color: #b71d45;
}

a.deep-red-text:hover {
    color: #cd4032;
}

a.crimson-red-text:hover {
    color: #cd4032;
}

a.fast-green-text:hover {
    color: #50d879;
}

a.deep-green-text:hover {
    color: #50d879;
}

a.deep-green-dark2-text:hover {
    color: #42bc88;
}

a.deep-blue-text:hover {
    color: #075aa0;
}

a.deep-pink-dark-text:hover {
    color: #bd274d
}

/* letter spacing */

.no-letter-spacing {
    letter-spacing: 0px !important
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

.letter-spacing-2 {
    letter-spacing: 2px !important
}

.letter-spacing-3 {
    letter-spacing: 3px !important
}

.letter-spacing-4 {
    letter-spacing: 4px !important
}

.letter-spacing-5 {
    letter-spacing: 5px !important
}

.letter-spacing-6 {
    letter-spacing: 6px !important
}

.letter-spacing-7 {
    letter-spacing: 7px !important
}

.letter-spacing-8 {
    letter-spacing: 8px !important
}

.letter-spacing-9 {
    letter-spacing: 9px !important
}

.letter-spacing-10 {
    letter-spacing: 10px !important
}

/* font weight */

.font-weight-100 {
    font-weight: 100 !important
}

.font-weight-200 {
    font-weight: 200 !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.font-weight-800 {
    font-weight: 800 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

/* text property */

.text-transform-unset {
    text-transform: unset !important
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.word-wrap {
    word-wrap: break-word
}

.text-transform-none {
    text-transform: none !important
}

.line-height-unset {
    line-height: unset !important
}

.line-height-none {
    line-height: 0 !important
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.title-line-through {
    padding: 0 15px
}

/* line height */

.line-height-18 {
    line-height: 18px !important
}

.line-height-20 {
    line-height: 20px !important
}

.line-height-normal {
    line-height: normal !important
}

/* typography */

.first-letter {
    color: #000;
    float: left;
    font-size: 50px;
    left: 0;
    line-height: 1;
    margin: 0 20px 10px 0;
    position: relative;
    top: 4px;
}

.first-letter-block {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 10px;
}

.first-letter-block-round {
    border: 3px solid #000;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 600;
    padding: 8px 10px;
}

.first-letter-light {
    background: #888888 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding: 10px 12px;
}

.first-letter-highlight {
    border-bottom: 2px solid #c7c7c7;
    color: #e6af2a;
    font-size: 45px;
    line-height: 60px;
    margin: 0 20px;
}

.first-letter-round {
    background-color: #e6af2a;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    padding: 15px;
}

/* font family */

.alt-font {
    font-family: 'DIN', sans-serif!important;
}

.main-font {
    font-family: 'DIN', sans-serif!important;
}

/* ===================================
    Icon
====================================== */

/* icon size */

i {
    color: #9a9a9a;
    margin: 0
}

.icon-extra-large {
    font-size: 60px !important;
}

.icon-large {
    font-size: 50px !important;
}

.icon-medium {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.icon-small {
    font-size: 25px !important;
}

.icon-extra-small {
    font-size: 18px !important;
}

/* social icon */

.social-icon .fab,
.social-icon .fas,
.social-icon .far {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    background: none;
}

.social-icon a:hover .fab,
.social-icon a:hover .fas,
.social-icon a:hover .far {
    opacity: .6
}

.social-icon .fa-pinterest {
    background-color: #cb2027;
}

.social-icon .fa-rss {
    background-color: #f26522;
}

.social-icon .fa-facebook-f {
    background-color: #3b5998;
}

.social-icon .fa-twitter {
    background-color: #00aced;
}

.social-icon .fa-flickr {
    background-color: #ff0084;
}

.social-icon .fa-dribbble {
    background-color: #ea4c89;
}

.social-icon .fa-behance {
    background-color: #42a9fb;
}

.social-icon .fa-linkedin-in {
    background-color: #007bb6;
}

.social-icon .fa-vimeo-square {
    background-color: #aad450;
}

.social-icon .fa-youtube {
    background-color: #bb0000;
}

.social-icon .fa-tumblr {
    background-color: #32506d;
}

.social-icon .fa-github-alt {
    background-color: #333333;
}

.social-icon .fa-google-plus-g {
    background-color: #dd4b39;
}

.social-icon .fa-instagram {
    background-color: #517fa4;
}

.social-icon .fa-soundcloud {
    background-color: #f80;
}

.social-icon-large {
    margin-right: 20px;
}

.social-icon:hover i {
    opacity: 0.8;
}

.social-icon-large .fab,
.social-icon-large .fas,
.social-icon-large .far {
    background: transparent none repeat scroll 0 0;
    color: #000;
    display: table-cell;
    font-size: 25px;
    height: 60px !important;
    line-height: 1;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    width: 60px;
}

.social-icon-large:hover .fa-facebook-f {
    background-color: #3b5998;
    color: #fff
}

.social-icon-large:hover .fa-twitter {
    background-color: #00aced;
    color: #fff
}

.social-icon-large:hover .fa-google-plus-g {
    background-color: #dd4b39;
    color: #fff
}

.social-icon-large:hover .fa-tumblr {
    background-color: #32506d;
    color: #fff
}

.social-icon-large:hover .fa-rss {
    background-color: #f26522;
    color: #fff
}

.social-icon-large:hover .fa-behance {
    background-color: #42a9fb;
    color: #fff
}

.social-icon-large:hover .fa-instagram {
    background-color: #517fa4;
    color: #fff
}

.social-icon-large:hover .fa-github-alt {
    background-color: #333333;
    color: #fff
}

a.social-icon.active,
a.social-icon:active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

/* icon style */

.icon-box i {
    margin: 0 30px
}

.i-large-box {
    width: 100px;
    height: 100px;
    line-height: 98px !important;
    text-align: center;
    font-size: 40px
}

.i-medium-box {
    width: 80px;
    height: 80px;
    line-height: 80px !important;
    text-align: center;
    font-size: 30px;
}

.i-small-box {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    text-align: center;
    font-size: 22px
}

.i-extra-small-box {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 15px
}

.i-plain {
    color: #737373;
    background-color: transparent !important;
}

.i-plain:hover {
    color: #fff;
    background-color: #737373!important;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.i-rounded {
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.i-rounded:hover {
    background-color: #fff;
    color: #9a9a9a;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.i-bordered {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent !important;
    color: #9a9a9a
}

.i-bordered:hover {
    background-color: #000 !important;
    color: #fff
}

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08) inset;
    color: #9a9a9a;
    text-shadow: 1px 1px 1px #fff;
}

.i-light:hover {
    background-color: #fff !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15) inset !important;
    color: #444;
    text-shadow: none
}

.i-3d {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    color: #9a9a9a !important;
    background-color: #fff;
    color: #000
}

.i-3d:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.i-3d-border {
    border-bottom: 3px solid rgba(0, 0, 0, 0.15) !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.i-3d-border:hover {
    border-bottom: 3px solid rgba(0, 0, 0, 0.30) !important;
    color: #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.glyphs .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 13px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 33.33%;
    padding: 20px;
    text-align: left
}

.glyphs .box1 span {
    font-size: 30px;
    vertical-align: middle;
    width: 50px;
}

.fa-examples div {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    margin: -1px 0 0 -1px;
    padding: 15px 0 15px 15px;
    color: #868686;
}

.fa-examples div.icon-list-small-font {
    font-size: 11px;
    padding: 15px 0 15px 5px;
}

.fa-examples div:hover {
    background-color: #fafafa
}

.fa-examples i {
    color: #555555;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 5px 0 0;
}

.fa-examples span {
    margin-left: 6px;
    display: none
}

.fa-examples > div:nth-child(3n+4) {
    clear: both;
}

.social-btn-area {
    padding: 80px 0;
}

.button-3d {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}

.i-background-box:hover {
    background-color: #000;
}

/* ===================================
    Background color
====================================== */

.bg-white {
    background: #ffffff;
}

.bg-white-transparent {
    background: rgba(255, 255, 255, .3)
}

.bg-yellow {
    background: #e6af2a;
}

.bg-deep-yellow {
    background: #c8a64b;
}

.bg-golden-yellow {
    background: #ffd800;
}

.bg-fast-yellow {
    background: #fdd947;
}

.bg-dark-gray {
    background: #252525;
}

.bg-mid-gray {
    background: #d4d4d4;
}

.bg-mid-gray2 {
    background: #b2b2b2;
}

.bg-mid-gray3 {
    background: #e2e2e2;
}

.bg-black {
    background: #000000;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bg-yellow-ochre {
    background-color: #997546;
}

.bg-deep-brown {
    background-color: #544441;
}

.bg-transparent {
    background: transparent
}

.bg-orange {
    background: #c24742;
}

.bg-fast-orange {
    background: #ff513b;
}

.bg-pink {
    background: #c2345f
}

.bg-deep-red {
    background: #dc3535
}

.bg-deep-pink {
    background: #e53878
}

.bg-light-pink {
    background: #dc378e
}

.bg-fast-pink {
    background: #ff1a56
}

.bg-fast-pink-dark {
    background: #ef106e
}

.bg-magenta {
    background: #d94378
}

.bg-light-yellow {
    background: #f8f7f5
}

.bg-dark-green {
    background: #60a532;
}

.bg-dark-blue {
    background: #1e2126;
}

.bg-deep-blue2 {
    background: #131d43;
}

.bg-deep-blue3 {
    background: #1d2127;
}

.bg-deep-blue-dark {
    background: #1d6cae;
}

.bg-violet {
    background: #6c407e
}

.bg-light-gray {
    background: #f7f7f7;
}

.bg-brown {
    background: #614c45
}

.bg-deep-orange {
    background: #d66e4a
}

.bg-transparent-blue {
    background: rgba(0, 239, 255, .5)
}

.bg-transparent-green {
    background: rgba(0, 255, 151, .5)
}

.bg-fast-green {
    background: #00ff97
}

.bg-fast-blue {
    background: #00efff
}

.bg-fast-blue-green-gradiant {
    background: #00efff;
    background: -moz-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00efff), color-stop(100%, #00ff97));
    background: -webkit-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
    background: -o-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
    background: -ms-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
    background: linear-gradient(135deg, #00efff 0%, #00ff97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#00ff97', GradientType=1);
}

.bg-crimson-red {
    background: #e31d3b;
    display:none
}

.bg-deep-green {
    background: #1acd7b;
}

.bg-deep-green2 {
    background: #7ebaa1;
}

.bg-deep-green-dark {
    background: #04b966;
}

.bg-deep-green-dark2 {
    background: #6ad5a7;
}

.bg-deep-green-dark3 {
    background: #62a486;
}

.bg-deep-blue {
    background: #2283d4;
}

.bg-transparent-deep-blue {
    background: rgba(17, 116, 198, .9)
}

.bg-turquoise-blue {
    background: #93e4cf;
}

.bg-deep-pink-dark {
    background: #e15276
}

.bg-dark-sky {
    background: #009fe3
}

/* opacity */

.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0
}

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    left: 0
}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 1;
    top: 0;
    left: 0
}

.opacity-full-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    z-index: 1;
    top: 0;
    left: 0
}

/* section height  */

.one-fourth-screen {
    min-height: 800px
}

/* scroll down */

.scroll-down {
    bottom: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
    left: 0;
}

.scroll-down a i {
    background: #fff;
    border-radius: 2px;
    font-size: 17px;
    padding: 2px 6px;
    color: #000;
}

.scroll-down a i:hover {
    background: #000;
    color: #fff;
}

.scroll-down-light {
    bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.scroll-down-light a i {
    font-size: 35px;
    padding: 2px 6px;
    color: rgba(255, 255, 255, .4);
}

.scroll-down-light a i:hover {
    color: #fff;
}

/* scroll top */

.scrollToTop {
    display: none;
    font-weight: bold;
    height: auto;
    padding: 0;
    position: fixed;
    right: 35px;
    text-align: center;
    text-decoration: none;
    top: 94%;
    width: auto;
    background-color: #000;
    z-index: 555;
    border-radius: 2px;
}

.scrollToTop.scrolltotop-position-left {
    left: 45px;
    right: auto;
}

.scrollToTop i {
    font-size: 18px;
    margin: 2px 6px 0;
    color: #fff;
    vertical-align: top;
}

.scrollToTop:hover {
    opacity: 0.5;
}

.scrollToTop:hover i {
    position: relative;
}

/* ===================================
    Background image
====================================== */

.parallax-fix {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    background-attachment: fixed !important
}

.fix-background {
    position: relative;
    background-size: cover !important;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important
}

.cover-background {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.background-size-inherit {
    background-size: inherit !important
}

.background-attachment-inherit {
    background-attachment: inherit !important
}

.background-position-left {
    background-position: left center !important;
}

.background-position-right {
    background-position: right center !important;
}

.background-position-top {
    background-position: right top !important;
}

/* separator */

.separator-line-full {
    height: 1px;
    margin: 0 auto;
    width: 100%;
}

.separator-line {
    height: 2px;
    margin: 0 auto;
    width: 30px;
    margin: 7% auto
}

.separator-line-thick {
    height: 4px;
    margin: 0 auto;
    width: 30px;
    margin: 7% auto
}

.separator-line-thick-full {
    height: 4px;
    margin: 0 auto;
    width: 100%;
    margin: 7% auto
}

.separator-line-thick-long {
    height: 3px;
    margin: 0 auto;
    width: 80px;
    margin: 7% auto
}

.separator-line-medium-thick {
    height: 6px;
    margin: 0 auto;
    width: 45%;
    margin: 7% auto
}

.separator-line-extra-thick {
    height: 8px;
    margin: 0 auto;
    width: 50%;
    margin: 7% auto
}

.separator-line-vertical {
    width: 7px;
    height: 80px;
    background-color: #fff;
    float: left;
    margin-right: 90px;
}

.thin-separator-line {
    height: 1px;
    width: 30px;
    margin: 7% auto
}

.vertical-separator {
    height: 25px;
    width: 25px;
    border-left: 1px solid #000
}

.wide-separator-line {
    height: 1px;
    background-color: #e5e5e5;
    margin: 5% 0px;
}

.title-separator-line {
    display: inline-block;
    height: 3px;
    margin-right: 5px;
    width: 11px;
}

.divider-line {
    height: 1px;
    margin: 0 auto;
    width: 100%;
    background: rgba(0, 0, 0, .1);
}

.event-title-separator {
    display: inline-block;
    margin: 0 8px 0 0;
    position: relative;
    top: -6px;
    width: 14px;
}

.corporate-title-separator {
    position: absolute;
    height: 1px;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* margin */

.margin-one-all {
    margin: 1% !important
}

.margin-two-all {
    margin: 2% !important
}

.margin-three-all {
    margin: 3% !important
}

.margin-four-all {
    margin: 4% !important
}

.margin-five-all {
    margin: 5% !important
}

.margin-six-all {
    margin: 6% !important
}

.margin-seven-all {
    margin: 7% !important
}

.margin-eight-all {
    margin: 8% !important
}

.margin-nine-all {
    margin: 9% !important
}

.margin-ten-all {
    margin: 10% !important
}

.margin-eleven-all {
    margin: 11% !important
}

.margin-twelve-all {
    margin: 12% !important
}

.margin-thirteen-all {
    margin: 13% !important
}

.margin-fourteen-all {
    margin: 14% !important
}

.margin-fifteen-all {
    margin: 15% !important
}

.margin-sixteen-all {
    margin: 16% !important
}

.margin-seventeen-all {
    margin: 17% !important
}

.margin-eighteen-all {
    margin: 18% !important
}

.margin-one-top {
    margin-top: 1% !important
}

.margin-two-top {
    margin-top: 2% !important
}

.margin-three-top {
    margin-top: 3% !important
}

.margin-four-top {
    margin-top: 4% !important
}

.margin-five-top {
    margin-top: 5% !important
}

.margin-six-top {
    margin-top: 6% !important
}

.margin-seven-top {
    margin-top: 7% !important
}

.margin-eight-top {
    margin-top: 8% !important
}

.margin-nine-top {
    margin-top: 9% !important
}

.margin-ten-top {
    margin-top: 10% !important
}

.margin-eleven-top {
    margin-top: 11% !important
}

.margin-twelve-top {
    margin-top: 12% !important
}

.margin-thirteen-top {
    margin-top: 13% !important
}

.margin-fourteen-top {
    margin-top: 14% !important
}

.margin-fifteen-top {
    margin-top: 15% !important
}

.margin-sixteen-top {
    margin-top: 16% !important
}

.margin-seventeen-top {
    margin-top: 17% !important
}

.margin-eighteen-top {
    margin-top: 18% !important
}

.margin-one-bottom {
    margin-bottom: 1% !important
}

.margin-two-bottom {
    margin-bottom: 2% !important
}

.margin-three-bottom {
    margin-bottom: 3% !important
}

.margin-four-bottom {
    margin-bottom: 4% !important
}

.margin-five-bottom {
    margin-bottom: 5% !important
}

.margin-six-bottom {
    margin-bottom: 6% !important
}

.margin-seven-bottom {
    margin-bottom: 7% !important
}

.margin-eight-bottom {
    margin-bottom: 8% !important
}

.margin-nine-bottom {
    margin-bottom: 9% !important
}

.margin-ten-bottom {
    margin-bottom: 10% !important
}

.margin-eleven-bottom {
    margin-bottom: 11% !important
}

.margin-twelve-bottom {
    margin-bottom: 12% !important
}

.margin-thirteen-bottom {
    margin-bottom: 13% !important
}

.margin-fourteen-bottom {
    margin-bottom: 14% !important
}

.margin-fifteen-bottom {
    margin-bottom: 15% !important
}

.margin-sixteen-bottom {
    margin-bottom: 16% !important
}

.margin-seventeen-bottom {
    margin-bottom: 17% !important
}

.margin-eighteen-bottom {
    margin-bottom: 18% !important
}

.margin-one-left {
    margin-left: 1% !important
}

.margin-two-left {
    margin-left: 2% !important
}

.margin-three-left {
    margin-left: 3% !important
}

.margin-four-left {
    margin-left: 4% !important
}

.margin-five-left {
    margin-left: 5% !important
}

.margin-six-left {
    margin-left: 6% !important
}

.margin-seven-left {
    margin-left: 7% !important
}

.margin-eight-left {
    margin-left: 8% !important
}

.margin-nine-left {
    margin-left: 9% !important
}

.margin-ten-left {
    margin-left: 10% !important
}

.margin-eleven-left {
    margin-left: 11% !important
}

.margin-twelve-left {
    margin-left: 12% !important
}

.margin-thirteen-left {
    margin-left: 13% !important
}

.margin-fourteen-left {
    margin-left: 14% !important
}

.margin-fifteen-left {
    margin-left: 15% !important
}

.margin-sixteen-left {
    margin-left: 16% !important
}

.margin-seventeen-left {
    margin-left: 17% !important
}

.margin-eighteen-left {
    margin-left: 18% !important
}

.margin-one-right {
    margin-right: 1% !important
}

.margin-two-right {
    margin-right: 2% !important
}

.margin-three-right {
    margin-right: 3% !important
}

.margin-four-right {
    margin-right: 4% !important
}

.margin-five-right {
    margin-right: 5% !important
}

.margin-six-right {
    margin-right: 6% !important
}

.margin-seven-right {
    margin-right: 7% !important
}

.margin-eight-right {
    margin-right: 8% !important
}

.margin-nine-right {
    margin-right: 9% !important
}

.margin-ten-right {
    margin-right: 10% !important
}

.margin-eleven-right {
    margin-right: 11% !important
}

.margin-twelve-right {
    margin-right: 12% !important
}

.margin-thirteen-right {
    margin-right: 13% !important
}

.margin-fourteen-right {
    margin-right: 14% !important
}

.margin-fifteen-right {
    margin-right: 15% !important
}

.margin-sixteen-right {
    margin-right: 16% !important
}

.margin-seventeen-right {
    margin-right: 17% !important
}

.margin-eighteen-right {
    margin-right: 18% !important
}

.margin-one-tb {
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}

.margin-two-tb {
    margin-top: 2% !important;
    margin-bottom: 2% !important
}

.margin-three-tb {
    margin-top: 3% !important;
    margin-bottom: 3% !important
}

.margin-four-tb {
    margin-top: 4% !important;
    margin-bottom: 4% !important
}

.margin-five-tb {
    margin-top: 5% !important;
    margin-bottom: 5% !important
}

.margin-six-tb {
    margin-top: 6% !important;
    margin-bottom: 6% !important
}

.margin-seven-tb {
    margin-top: 7% !important;
    margin-bottom: 7% !important
}

.margin-eight-tb {
    margin-top: 8% !important;
    margin-bottom: 8% !important
}

.margin-nine-tb {
    margin-top: 9% !important;
    margin-bottom: 9% !important
}

.margin-ten-tb {
    margin-top: 10% !important;
    margin-bottom: 10% !important
}

.margin-eleven-tb {
    margin-top: 11% !important;
    margin-bottom: 11% !important
}

.margin-twelve-tb {
    margin-top: 12% !important;
    margin-bottom: 12% !important
}

.margin-thirteen-tb {
    margin-top: 13% !important;
    margin-bottom: 13% !important
}

.margin-fourteen-tb {
    margin-top: 14% !important;
    margin-bottom: 14% !important
}

.margin-fifteen-tb {
    margin-top: 15% !important;
    margin-bottom: 15% !important
}

.margin-sixteen-tb {
    margin-top: 16% !important;
    margin-bottom: 16% !important
}

.margin-seventeen-tb {
    margin-top: 17% !important;
    margin-bottom: 17% !important
}

.margin-eighteen-tb {
    margin-top: 18% !important;
    margin-bottom: 18% !important
}

.margin-one-lr {
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.margin-two-lr {
    margin-left: 2% !important;
    margin-right: 2% !important
}

.margin-three-lr {
    margin-left: 3% !important;
    margin-right: 3% !important
}

.margin-four-lr {
    margin-left: 4% !important;
    margin-right: 4% !important
}

.margin-five-lr {
    margin-left: 5% !important;
    margin-right: 5% !important
}

.margin-six-lr {
    margin-left: 6% !important;
    margin-right: 6% !important
}

.margin-seven-lr {
    margin-left: 7% !important;
    margin-right: 7% !important
}

.margin-eight-lr {
    margin-left: 8% !important;
    margin-right: 8% !important
}

.margin-nine-lr {
    margin-left: 9% !important;
    margin-right: 9% !important
}

.margin-ten-lr {
    margin-left: 10% !important;
    margin-right: 10% !important
}

.margin-eleven-lr {
    margin-left: 11% !important;
    margin-right: 11% !important
}

.margin-twelve-lr {
    margin-left: 12% !important;
    margin-right: 12% !important
}

.margin-thirteen-lr {
    margin-left: 13% !important;
    margin-right: 13% !important
}

.margin-fourteen-lr {
    margin-left: 14% !important;
    margin-right: 14% !important
}

.margin-fifteen-lr {
    margin-left: 15% !important;
    margin-right: 15% !important
}

.margin-sixteen-lr {
    margin-left: 16% !important;
    margin-right: 16% !important
}

.margin-seventeen-lr {
    margin-left: 17% !important;
    margin-right: 17% !important
}

.margin-eighteen-lr {
    margin-left: 18% !important;
    margin-right: 18% !important
}

.margin-top-30px {
    margin-top: 30px !important
}

.margin-bottom-30px {
    margin-bottom: 30px !important
}

.margin-top-55px {
    margin-top: 55px !important
}

.margin-top-81px {
    margin-top: 81px !important
}

.margin-top-90px {
    margin-top: 90px;
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.margin-0auto {
    margin: 0 auto !important;
}

.margin-tb-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.margin-lr-7px {
    margin-left: 7px !important;
    margin-right: 7px !important
}

.margin-lr-10px {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}

.margin-5px-top {
    margin-top: 5px;
}

/* padding */

.padding-one-all {
    padding: 1% !important
}

.padding-two-all {
    padding: 2% !important
}

.padding-three-all {
    padding: 3% !important
}

.padding-four-all {
    padding: 4% !important
}

.padding-five-all {
    padding: 5% !important
}

.padding-six-all {
    padding: 6% !important
}

.padding-seven-all {
    padding: 7% !important
}

.padding-eight-all {
    padding: 8% !important
}

.padding-nine-all {
    padding: 9% !important
}

.padding-ten-all {
    padding: 10% !important
}

.padding-eleven-all {
    padding: 11% !important
}

.padding-twelve-all {
    padding: 12% !important
}

.padding-thirteen-all {
    padding: 13% !important
}

.padding-fourteen-all {
    padding: 14% !important
}

.padding-fifteen-all {
    padding: 15% !important
}

.padding-sixteen-all {
    padding: 16% !important
}

.padding-seventeen-all {
    padding: 17% !important
}

.padding-eighteen-all {
    padding: 18% !important
}

.padding-one-top {
    padding-top: 1% !important
}

.padding-two-top {
    padding-top: 2% !important
}

.padding-three-top {
    padding-top: 3% !important
}

.padding-four-top {
    padding-top: 4% !important
}

.padding-five-top {
    padding-top: 5% !important
}

.padding-six-top {
    padding-top: 6% !important
}

.padding-seven-top {
    padding-top: 7% !important
}

.padding-eight-top {
    padding-top: 8% !important
}

.padding-nine-top {
    padding-top: 9% !important
}

.padding-ten-top {
    padding-top: 10% !important
}

.padding-eleven-top {
    padding-top: 11% !important
}

.padding-twelve-top {
    padding-top: 12% !important
}

.padding-thirteen-top {
    padding-top: 13% !important
}

.padding-one-bottom {
    padding-bottom: 1% !important
}

.padding-two-bottom {
    padding-bottom: 2% !important
}

.padding-three-bottom {
    padding-bottom: 3% !important
}

.padding-four-bottom {
    padding-bottom: 4% !important
}

.padding-five-bottom {
    padding-bottom: 5% !important
}

.padding-six-bottom {
    padding-bottom: 6% !important
}

.padding-seven-bottom {
    padding-bottom: 7% !important
}

.padding-eight-bottom {
    padding-bottom: 8% !important
}

.padding-nine-bottom {
    padding-bottom: 9% !important
}

.padding-ten-bottom {
    padding-bottom: 10% !important
}

.padding-eleven-bottom {
    padding-bottom: 11% !important
}

.padding-twelve-bottom {
    padding-bottom: 12% !important
}

.padding-thirteen-bottom {
    padding-bottom: 13% !important
}

.padding-one-left {
    padding-left: 1% !important
}

.padding-two-left {
    padding-left: 2% !important
}

.padding-three-left {
    padding-left: 3% !important
}

.padding-four-left {
    padding-left: 4% !important
}

.padding-five-left {
    padding-left: 5% !important
}

.padding-six-left {
    padding-left: 6% !important
}

.padding-seven-left {
    padding-left: 7% !important
}

.padding-eight-left {
    padding-left: 8% !important
}

.padding-nine-left {
    padding-left: 9% !important
}

.padding-ten-left {
    padding-left: 10% !important
}

.padding-eleven-left {
    padding-left: 11% !important
}

.padding-twelve-left {
    padding-left: 12% !important
}

.padding-thirteen-left {
    padding-left: 13% !important
}

.padding-one-right {
    padding-right: 1% !important
}

.padding-two-right {
    padding-right: 2% !important
}

.padding-three-right {
    padding-right: 3% !important
}

.padding-four-right {
    padding-right: 4% !important
}

.padding-five-right {
    padding-right: 5% !important
}

.padding-six-right {
    padding-right: 6% !important
}

.padding-seven-right {
    padding-right: 7% !important
}

.padding-eight-right {
    padding-right: 8% !important
}

.padding-nine-right {
    padding-right: 9% !important
}

.padding-ten-right {
    padding-right: 10% !important
}

.padding-eleven-right {
    padding-right: 11% !important
}

.padding-twelve-right {
    padding-right: 12% !important
}

.padding-thirteen-right {
    padding-right: 13% !important
}

.padding-one-tb {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

.padding-two-tb {
    padding-top: 2% !important;
    padding-bottom: 2% !important
}

.padding-three-tb {
    padding-top: 3% !important;
    padding-bottom: 3% !important
}

.padding-four-tb {
    padding-top: 4% !important;
    padding-bottom: 4% !important
}

.padding-five-tb {
    padding-top: 5% !important;
    padding-bottom: 5% !important
}

.padding-six-tb {
    padding-top: 6% !important;
    padding-bottom: 6% !important
}

.padding-seven-tb {
    padding-top: 7% !important;
    padding-bottom: 7% !important
}

.padding-eight-tb {
    padding-top: 8% !important;
    padding-bottom: 8% !important
}

.padding-nine-tb {
    padding-top: 9% !important;
    padding-bottom: 9% !important
}

.padding-ten-tb {
    padding-top: 10% !important;
    padding-bottom: 10% !important
}

.padding-eleven-tb {
    padding-top: 11% !important;
    padding-bottom: 11% !important
}

.padding-twelve-tb {
    padding-top: 12% !important;
    padding-bottom: 12% !important
}

.padding-thirteen-tb {
    padding-top: 13% !important;
    padding-bottom: 13% !important
}

.padding-one-lr {
    padding-left: 1% !important;
    padding-right: 1% !important;
}

.padding-two-lr {
    padding-left: 2% !important;
    padding-right: 2% !important
}

.padding-three-lr {
    padding-left: 3% !important;
    padding-right: 3% !important
}

.padding-four-lr {
    padding-left: 4% !important;
    padding-right: 4% !important
}

.padding-five-lr {
    padding-left: 5% !important;
    padding-right: 5% !important
}

.padding-six-lr {
    padding-left: 6% !important;
    padding-right: 6% !important
}

.padding-seven-lr {
    padding-left: 7% !important;
    padding-right: 7% !important
}

.padding-eight-lr {
    padding-left: 8% !important;
    padding-right: 8% !important
}

.padding-nine-lr {
    padding-left: 9% !important;
    padding-right: 9% !important
}

.padding-ten-lr {
    padding-left: 10% !important;
    padding-right: 10% !important
}

.padding-eleven-lr {
    padding-left: 11% !important;
    padding-right: 11% !important
}

.padding-twelve-lr {
    padding-left: 12% !important;
    padding-right: 12% !important
}

.padding-thirteen-lr {
    padding-left: 13% !important;
    padding-right: 13% !important
}

.padding-110px-tb {
    padding-top: 110px !important;
    padding-bottom: 100px !important;
}

.padding-110px-90px {
    padding: 110px 90px !important;
}

.padding-top-15px {
    padding-top: 15px !important
}

.padding-bottom-15px {
    padding-bottom: 15px !important
}

.padding-lr-15px {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.padding-top-100px-bottom-0px {
    padding-top: 100px;
    padding-bottom: 0;
}

/* display */

.display-block {
    display: block !important
}

.display-inline-block {
    display: inline-block !important
}

.display-inline {
    display: inline !important
}

.display-none {
    display: none !important
}

.display-inherit {
    display: inherit !important
}

.overflow-hidden {
    overflow: hidden !important
}

/* position */

.position-relative {
    position: relative !important;
    z-index: 5;
}

.position-absolute {
    position: absolute !important;
}

.position-inherit {
    position: inherit !important;
}

.position-fixed {
    position: fixed !important;
}

.position-initial {
    position: initial !important;
}

.position-right {
    right: 0 !important;
}

.position-left {
    left: 0 !important;
}

.position-top {
    top: 0 !important;
}

.position-right-15px {
    right: 15px !important;
}

.position-left-15px {
    left: 15px !important;
}

.position-left-right-zero {
    left: 0 !important;
    right: 0 !important
}

/* float */

.f-left {
    float: left !important
}

.f-right {
    float: right !important
}

.no-float {
    float: none !important;
}

/* other col size */

.col-large {
    width: 90%;
}

.col-medium {
    width: 85%;
}

.col-small {
    width: 75%;
}

.col-extra-small {
    width: 70%;
}

/* top */

.top0 {
    top: 0 !important
}

.top1 {
    top: 1px !important
}

.top2 {
    top: 2px !important
}

.top3 {
    top: 3px !important
}

.top4 {
    top: 4px !important
}

.top5 {
    top: 5px !important
}

.top6 {
    top: 6px !important
}

.top7 {
    top: 7px !important
}

.top8 {
    top: 8px !important
}

.top9 {
    top: 9px !important
}

.top10 {
    top: 10px !important
}

.top-minus1 {
    top: -1px !important
}

.top-minus2 {
    top: -2px !important
}

.top-minus3 {
    top: -3px !important
}

.top-minus4 {
    top: -4px !important
}

.top-minus5 {
    top: -5px !important
}

.top-minus6 {
    top: -6px !important
}

.top-minus7 {
    top: -7px !important
}

.top-minus8 {
    top: -8px !important
}

.top-minus9 {
    top: -9px !important
}

.top-minus10 {
    top: -10px !important
}

/* width */

.width {
    display: inline-block;
    position: relative;
    width: 90%;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

.width-auto {
    width: auto !important
}

/* height */

.height-100 {
    height: 100% !important
}

.height-auto {
    height: auto !important
}

/* z index */

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-minus2 {
    z-index: -2 !important;
}

/* middle block */

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-middle {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

/* ===================================
    Custom
====================================== */

.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.clear-both {
    clear: both
}

.clear-none {
    clear: none
}

.vertical-align-top {
    vertical-align: top !important;
}

.line-break {
    display: block !important;
}

.no-transition *,
.vc_editor .entry-content *,
.owl-carousel *,
.mfp-container *,
.wpb_accordion *,
.vc_grid-container-wrapper * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.roundedimage {
    border-radius: 100%
}

.no-box-shadow {
    box-shadow: none !important
}

.uppercase {
    text-transform: uppercase !important;
}

.uppercase a {
    text-decoration: underline !important;
}

.uppercase a:hover {
    text-decoration: none;
}

section {
    padding: 130px 0;
}

.col2-layout .container {
    width: 100%;
}

.col-text-center {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.col-text-middle-main {
    display: table;
    height: 100%;
    width: 100%;
}

.col-text-middle {
    display: table-cell;
    vertical-align: middle;
}

.contact-map {
    width: 100% !important;
}

.compose-mode .vc_controls > .vc_controls-out-tl {
    top: 0 !important;
}

.compose-mode .remove-fronteditor-top .vc_controls > .vc_controls-out-tl {
    top: -30px !important;
}

.vc_editor.compose-mode section section.no-padding .vc_controls > .vc_controls-out-tl,
.vc_editor.compose-mode section section.no-padding-tb .vc_controls > .vc_controls-out-tl {
    top: 70px !important;
}

.vc_editor.compose-mode section section.no-padding .brando-inner-row-class .vc_controls > .vc_controls-out-tl {
    top: -30px !important;
}

body.vc_editor .front-column-class.vc_vc_column,
body.vc_editor .front-column-class..vc_vc_column_inner {
    padding-left: 0px;
    padding-right: 0px;
}

/* ===================================
    Border
====================================== */

.border-black {
    border: 1px solid #000
}

.border-thick {
    border-width: 2px !important
}

.border-white {
    border: 1px solid #FFF
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.border {
    border: 1px solid rgba(0, 0, 0, .1) !important
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-left {
    border-left: 4px solid #fff;
}

.border-color-black {
    border-color: #000 !important
}

.border-color-fast-yellow {
    border-color: #fdd947 !important
}

.border-color-white {
    border-color: #fff !important
}

.border-color-fast-pink-dark {
    border-color: #ef106e !important
}

.border-deep-yellow {
    border-color: #d8b75f !important
}

.border-gray {
    border-color: #d7d7d7 !important
}

.border-color-orange {
    border-color: #ff513b !important
}

.no-border {
    border: none !important
}

.no-border {
    border: 0 !important
}

.border-top-light {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom-light {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-transperent-white {
    border-color: rgba(255, 255, 255, .25) !important
}

.border-transperent-white-light {
    border-color: rgba(255, 255, 255, .10) !important
}

.border-transperent-black-light {
    border-color: rgba(0, 0, 0, .10) !important
}

.border-transperent-green {
    border-color: rgba(106, 213, 167, 0.5) !important
}

.border-bottom-transperent-white {
    border-bottom: 1px solid rgba(255, 255, 255, .15) !important
}

.no-border-round {
    border-radius: 0 !important
}

.round-border {
    border-radius: 50% !important
}

.img-border {
    border: 8px solid #fdd947;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    position: absolute;
}

.img-border-medium {
    border: 5px solid #fdd947;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    top: 15px;
    position: absolute;
}

.img-border-small {
    border: 4px solid #fdd947;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
}

/* buttons */

.btn {
    display: inline-block;
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-weight: 600;
    outline: none !important
}

.btn-round {
    border-radius: 4px !important
}

.btn i {
    margin-right: 5px
}

.btn.btn-large i {
    font-size: 24px;
}

.btn-small-white:focus {
    color: #fff
}

.button {
    margin-top: 0;
    margin-bottom: 0
}

.btn.btn-large {
    font-size: 18px;
    padding: 18px 35px;
}

.btn.btn-medium {
    font-size: 14px;
    padding: 10px 22px;
}

.btn.btn-small {
    font-size: 11px;
    padding: 5px 14px;
}

.btn.btn-very-small {
    font-size: 9px;
    padding: 4px 12px 4px;
}

.highlight-button {
    border: 2px solid #000;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #000;
    background-color: transparent;
}

.highlight-button:hover,
.highlight-button:focus {
    background-color: #000;
    border: 2px solid #000;
    color: #fff
}

.highlight-button i {
    color: #000
}

.highlight-button:hover i {
    color: #fff
}

.highlight-button-dark {
    border: 2px solid #000;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
}

.highlight-button-dark:hover,
.highlight-button-dark:focus {
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.highlight-button-dark i {
    color: #fff
}

.highlight-button-dark:hover i {
    color: #000
}

.highlight-button-green {
    border: 2px solid #6ad5a7;
    display: inline-block;
    padding: 2px 20px 3px;
    font-size: 12px;
    color: #fff;
    background-color: #6ad5a7;
}

.highlight-button-green:hover,
.highlight-button-green:focus {
    background-color: transparent;
    border: 2px solid #6ad5a7;
    color: #fff
}

.highlight-button-green i {
    color: #fff
}

.highlight-button-green:hover i {
    color: #fff;
}

.highlight-button-blue {
    border: 2px solid #2283d4;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #fff;
    background-color: #2283d4;
}

.highlight-button-blue:hover,
.highlight-button-blue:focus {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.highlight-button-blue i {
    color: #fff
}

.highlight-button-blue:hover i {
    color: #2283d4
}

.highlight-button-blue-dark {
    border: 2px solid #2283d4;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #fff;
    background-color: #2283d4;
}

.highlight-button-blue-dark:hover,
.highlight-button-blue-dark:focus {
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.highlight-button-blue-dark i {
    color: #fff
}

.highlight-button-blue-dark:hover i {
    color: #2283d4
}

.btn-small-white-background {
    font-size: 11px;
    padding: 6px 23px;
    color: #000;
    background: #fff;
    border: 2px solid #fff
}

.btn-small-white-background:hover,
.btn-small-white-background:focus {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-small-white-background i {
    color: #000
}

.btn-small-white-background:hover i {
    color: #fff
}

.btn-small-white {
    font-size: 11px;
    padding: 6px 25px;
    border: 2px solid #fff;
    color: #fff;
}

.btn-small-white:hover,
.btn-small-white:focus {
    background-color: #FFF;
    color: #000
}

.btn-small-white-dark {
    font-size: 11px;
    padding: 6px 25px;
    border: 2px solid #fff;
    color: #000;
    background: #fff
}

.btn-small-white-dark:hover,
.btn-small-white-dark:focus {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff
}

.btn-very-small-white {
    font-size: 9px;
    padding: 2px 15px;
    border: 1px solid #fff;
    color: #fff;
}

.btn-very-small-white:hover,
.btn-very-small-white:focus {
    background-color: #FFF;
    color: #000
}

.btn-black {
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    background-color: #000;
    padding: 7px 20px 8px;
    width: auto;
}

.btn-black:hover,
.btn-black:focus {
    border: 2px solid #000;
    color: #000;
    background-color: transparent
}

.highlight-button-black-border {
    border: 4px solid #000;
    background-color: transparent;
    font-size: 22px;
    padding: 20px 30px;
    color: #000;
}

.highlight-button-black-border:hover,
.highlight-button-black-border:focus {
    border: 4px solid #000;
    background-color: #000;
    color: #fff
}

.highlight-button-white-border {
    border: 4px solid #fff;
    background-color: transparent;
    font-size: 22px;
    padding: 20px 30px;
    color: #fff;
}

.highlight-button-white-border:hover,
.highlight-button-white-border:focus {
    border: 4px solid #fff;
    background-color: #fff;
    color: #000
}

.highlight-button-gray-border {
    border: 4px solid rgba(255, 255, 255, .4);
    background-color: transparent;
    font-size: 22px;
    padding: 20px 30px;
    color: #ababab;
}

.highlight-button-gray-border:hover,
.highlight-button-gray-border:focus {
    border: 4px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.highlight-button-transparent-border {
    border: 4px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .1);
    font-size: 22px;
    padding: 20px 30px;
    color: #fff;
}

.highlight-button-transparent-border:hover,
.highlight-button-transparent-border:focus {
    border: 4px solid rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .3);
    color: #fff
}

.highlight-button-black-background {
    border: 4px solid #000;
    background-color: #000;
    font-size: 20px;
    padding: 20px 30px;
    color: #fff;
}

.highlight-button-black-background:hover,
.highlight-button-black-background:focus {
    border: 4px solid #000;
    background-color: #fff;
    color: #000
}

.btn-small-black-background {
    font-size: 11px;
    padding: 6px 25px;
    border: 2px solid #000;
    color: #fff;
    background-color: #000
}

.btn-small-black-background:hover,
.btn-small-black-background:focus {
    background-color: transparent;
    color: #000;
    border: 2px solid #000
}

.btn-small-black-border-light {
    font-size: 10px;
    padding: 6px 25px;
    border: 1px solid #000;
    color: #000;
}

.btn-small-black-border-light:hover,
.btn-small-black-border-light:focus {
    background-color: #000;
    color: #fff
}

.btn-light-black {
    border: 2px solid #000;
    color: #000;
    background-color: transparent
}

.btn-light-black:hover,
.btn-light-black:focus {
    border: 2px solid #000;
    background-color: #000;
    color: #fff
}

.button-desc {
    font-size: 30px !important;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.button-desc span {
    display: block;
    font-size: 18px;
    font-weight: 400
}

.button-bg-area {
    padding: 80px 0;
}

/* reveal button */

.button-reveal {
    overflow: hidden;
    position: relative;
    transition: all 200ms linear 0s;
    border: 2px solid #000;
    font-size: 16px;
    padding: 0
}

.button-reveal i {
    position: absolute;
    left: -25px;
    top: 30%;
    color: #000;
    font-size: 20px;
}

.button-reveal span {
    padding: 0 45px;
    display: block;
    line-height: 54px
}

.button-reveal:hover span {
    padding: 0 30px 0 60px;
    transition: all 200ms linear 0s;
    color: #000
}

.button-reveal:hover i {
    left: 25px
}

.btn.btn-large.button-reveal {
    padding: 0
}

.button-reveal-black {
    background-color: #000;
    color: #fff
}

.button-reveal-black span {
    color: #fff
}

.button-reveal-black i {
    color: #fff
}

.button-reveal-black:hover span {
    color: #fff
}

/* ===================================
    Owl carousel
====================================== */

/* square pagination */

.square-pagination .owl-dot span {
    width: 30px;
    border-radius: inherit;
    height: 3px;
    background: rgba(255, 255, 255, .5)
}

.square-pagination .owl-dot.active span {
    border: none !important;
    transform: none!important;
    background: #fff !important
}

.bottom-pagination {
    padding-bottom: 45px;
}

.bottom-pagination .owl-dots {
    bottom: -45px;
}

.owl-carousel {
    overflow: hidden;
    z-index: 0;
}

.owl-nav {
    position: static;
}

.owl-prev,
.owl-next {
    color: #111;
    display: block;
    font-size: 16px;
    height: 105px;
    line-height: 105px;
    margin-top: -35px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 105px;
    z-index: 6;
}

.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}

.owl-prev:before,
.owl-next:before {
    background-color: transparent;
    border-radius: 2px;
    box-shadow: none;
    content: "";
    display: block;
    height: 66%;
    left: 0;
    position: absolute;
    width: 66%;
}

.owl-next:before {
    left: auto;
    right: 0;
}

.owl-prev i,
.owl-next i {
    color: #000;
    font-size: 30px;
    position: relative;
    top: -15%;
}

.owl-prev i {
    right: 4%
}

.owl-next i {
    left: 4%;
}

.mfp-close{
    background-color: #1e4baf !important;    font-size: 28px!important;
}

.owl-dots {
    bottom: 30px;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5 !important;
}

.owl-dot,
.owl-carousel button.owl-dot {
    display: inline-block;
    padding: 6px 5px !important;
}

.owl-dot span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 7px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 7px;
}

.owl-dot:hover span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}

.owl-dot.active span {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(1.33333);
}

.owl-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-subtitle {
    font-size: 14px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 80px;
    display: block
}

.owl-title {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: 7px;
}

.owl-title-big {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 7px;
    line-height: 40px;
    padding: 35px 50px;
    text-transform: uppercase;
    width: 60%
}

.dark-pagination .owl-dot span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    box-shadow: none
}

.dark-pagination .owl-dot.active span {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 1);
}

.dark-pagination .owl-prev,
.owl-next {
    opacity: 1;
}

.dark-pagination .owl-next:before {
    left: auto;
    right: 0;
}

.dark-pagination .owl-prev {
    left: -35px;
    opacity: 1;
}

.dark-pagination .owl-next {
    opacity: 1;
    right: -35px;
}

.light-pagination .owl-dot.active span {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
}

.light-navigation .owl-nav i {
    color: rgba(255, 255, 255, 1);
}

/* hide next-prev arrow */

.dark-pagination-without-next-prev-arrow .owl-prev,
.dark-pagination-without-next-prev-arrow .owl-next {
    display: none
}

/* hide dot navigation */

.owl-no-pagination .owl-dots {
    display: none
}

.owl-no-pagination .owl-prev:before,
.owl-no-pagination .owl-next:before {
    background-color: transparent
}

.owl-no-pagination .owl-prev i,
.owl-no-pagination .owl-next i {
    font-size: 30px
}

/* simple next-prev arrow */

.owl-prev-next-simple .owl-prev:before,
.owl-next:before {
    box-shadow: none
}

/* half slider */

.owl-half-slider .owl-title {
    width: 50%;
    line-height: 40px;
    font-size: 25px;
}

.owl-half-slider .item {
    min-height: 750px
}

.owl-half-slider .container {
    min-height: 750px
}

.owl-small-slider .item {
    min-height: 430px
}

.owl-small-slider .container {
    min-height: 400px
}

/* bottom pagination */

.bottom-pagination .owl-dots {
    position: inherit !important
}

/* scroll down */

.scroll-down a i {
    background: #fff;
    border-radius: 2px;
    font-size: 17px;
    padding: 2px 6px;
    color: #000;
}

.scroll-down a i:hover {
    background: #000;
    color: #fff
}

.scroll-to-down {
    cursor: url("assets/images/arrow-down-black.png"), pointer;
}

.scroll-to-down-white {
    cursor: url("assets/images/arrow-down-white.png"), pointer;
}

.background-slider-text {
    position: absolute;
    width: 100%
}

#owl-demo-background .owl-item {
    cursor: default !important
}

/* cursor */

.cursor-default {
    cursor: default !important
}

.owl-carousel .owl-item {
    float: left;
    cursor: url("assets/images/icon-move.png"), move;
    overflow: hidden;
}

.owl-carousel.white-cursor .owl-item {
    cursor: url("assets/images/icon-move-light.png"), move;
}

.owl-carousel.black-cursor .owl-item {
    cursor: url("assets/images/icon-move.png"), move;
}

.owl-carousel.no-cursor .owl-item {
    float: left;
    cursor: default;
}

.scrollToDownSection .owl-carousel .owl-item,
.scroll-to-down-white .owl-carousel .owl-item {
    cursor: url("assets/images/arrow-down-white.png"), pointer;
}

.scroll-to-down .owl-carousel .owl-item {
    cursor: url("assets/images/arrow-down-black.png"), pointer;
}

/* ===================================
    Navigation
====================================== */

#header {
    z-index: 5
}

.navbar {
    border: none;
    display: inline-table;
    width: 100%;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.navbar.non-sticky-nav {
    position: absolute;
}

nav .navigation-menu {
    display: table-cell;
    height: 75px;
    position: relative;
    vertical-align: middle;
}

.navbar-header {
    background: url("assets/images/logo-border.png") right no-repeat
}

.navbar-header h1 {
    padding: 0;
    margin: 0
}

nav.shrink .navigation-menu {
    height: 60px !important;
}

.header-right {
    margin: 15px 0 0;
}

.navbar-nav a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 !important;
    font-weight: 600
}

.navbar-nav a:hover {
    color: #cacaca;
    background: transparent !important
}

.navbar-nav a:focus {
    background: transparent !important
}

.nav li {
    margin: 15px 20px
}

.sticky-wrapper {
    position: absolute;
    top: 0;
    width: 100%
}

.navbar-brand img {
    position: relative;
    top: 0;
    z-index: 2;
        max-width: 217px;
    left: -13px;
}

nav.shrink {
    background: rgba(0, 0, 0, 1);
    border: none !important
}

.transparent-header.shrink {
    background: rgba(0, 0, 0, .7);
    border: none !important
}

nav.navbar-height {
    height: 100px !important;
}

nav.navbar-height.shrink {
    height: 50px !important;
}

.navbar li.active > a,
.navbar li.current-menu-item > a {
    border-bottom: 1px solid #fff
}

.navbar li.active ul li.active > a {
    border-bottom: 1px solid #fff
}

.header-white li.active a,
.header-white li.current-menu-item a {
    border-bottom: 1px solid #000
}

.retina-logo {
    display: none !important;
}

.navbar-nav > li > a {
    display: inline-block;
}

.navbar .footer-social a {
    margin-right: 15px;
    margin-left: 0;
}

.navbar .footer-social a:last-child {
    margin-right: 0;
}

.navbar-brand {
    padding: 11px 0;
    height: auto;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.brando-site-title {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 13px;
}

.post-password-form {
    margin-top: 76px;
    padding: 45px 15px 15px;
    text-align: center;
}

.post-password-form input[type="password"] {
    width: 250px;
    margin-bottom: 0;
}

.post-password-form input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 22px;
    vertical-align: top;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600
}

.post-password-form input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

.blog-listing .blog-description .post-password-form {
    margin-top: 0;
    padding: 15px 0 15px;
}

.navbar-collapse.collapse {
    left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
    img.logo {
        display: none !important;
    }
    .retina-logo {
        display: block !important;
    }
}

/* without button */

.without-button .navbar-header {
    background: none
}

.without-button .navbar-collapse {
    float: right;
}

/* sidebar navigation */

.sidebar-nav {
    width: 250px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.sidebar-nav.shrink {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.sidebar-nav .navbar-header {
    background: none
}

nav.sidebar-nav .container {
    vertical-align: top;
    padding: 60px 40px
}

.sidebar-nav .navbar-nav li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0
}

.sidebar-nav .navbar-nav li:last-child {
    border-bottom: none
}

.sidebar-nav .navbar-nav li a {
    color: #000;
    padding: 0 0 0 15px !important;
    font-weight: 600;
    border-bottom: none !important
}

.sidebar-nav .navbar-nav li a:hover {
    color: #000;
}

.sidebar-nav .navbar-nav li a:before {
    content: "";
    left: -1px;
    position: absolute;
    top: 9px;
    border-bottom: 2px solid #ef106e;
    width: 6px;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.sidebar-nav .navbar-nav li > a:hover:before,
.sidebar-nav .navbar-nav li.active > a:before,
.sidebar-nav .navbar-nav li.current-menu-item > a:before {
    width: 130px;
    border-bottom: 1px solid #ef106e;
}

.sidebar-nav .navbar-nav li ul li > a:hover:before,
.sidebar-nav .navbar-nav li ul li.active > a:before,
.sidebar-nav .navbar-nav li ul li.current-menu-item > a:before {
    width: 130px;
    border-bottom: 1px solid #ef106e;
}

.sidebar-wrapper {
    padding-left: 250px
}

.sidebar-nav .footer-social i {
    font-size: 14px;
}

.sidebar-nav .footer-social a {
    margin: 0 10px;
}

.sidebar-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

nav.shrink.sidebar-nav {
    background: #fff
}

/* pull menu */

.pull-menu .wrap-menu-content {
    margin: 40px 0 0;
    padding: 30px 0;
    border-bottom: none;
    border-top: 1px solid #8C8C8C;position: relative
}
.pull-menu .wrap-menu-content:after{
    position: absolute;content:" ";width: 62px;height:5px;background: #8C8C8C;left:34%;bottom: 0
}

.pull-menu .navbar-header {
    background: none
}

.pull-menu .navbar-brand {
    height: auto
}

.pull-menu .navbar-nav {
    padding: 0;
    margin: 0;
}

.pull-menu .navbar-nav a {
    font-size: 14px;
    color: #fff;

}

.pull-menu .wrap-menu-content ul {
    overflow: auto;
    width: 100%
}

.pull-menu .nav li {
    margin: 8px 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
     font-family: 'DIN-black', sans-serif!important;
}

.pull-menu .navbar-nav a span {
    color: #fff;
    margin-right: 10px;
}

.pull-menu .navbar-nav li.active a,
.pull-menu .navbar-nav li.current-menu-item a {
    color: #fff
}

.pull-menu .navbar-nav li.active a span,
.pull-menu .navbar-nav li.current-menu-item a span {
    color: #fff
}

.pull-menu .nav-black .navbar-nav li.active a,
.pull-menu .nav-black .navbar-nav li.current-menu-item a {
    color: #fff
}

.pull-menu .nav-black .navbar-nav li.active a span,
.pull-menu .nav-black .navbar-nav li.current-menu-item a span {
    color: #fff
}

.pull-menu .nav-white .navbar-nav li.active a,
.pull-menu .nav-white .navbar-nav li.current-menu-item a {
    color: #fff
}

.pull-menu .nav-white .navbar-nav li.active a span,
.pull-menu .nav-white .navbar-nav li.current-menu-item a span {
    color: #fff
}

.pull-menu .footer-social a i {
    font-size: 14px;
}

.pull-menu .footer-social a {
    margin: 0 12px !important
}

.pull-menu nav.shrink {
    background: #fff
}

/* center logo header */

.center-logo-header .navbar-nav {
    vertical-align: middle;
    float: none
}

.center-logo-header .navbar-nav li {
    display: inline-block;
    float: none;
    padding: 0;
    width: auto;
    border: 0;
}

.center-logo-header .navbar-brand {
    float: none;
    padding: 0 !important;
    margin-left: 0 !important;
}

.center-logo-header .navbar-nav a {
    font-size: 14px;
    color: #2e443f;
    display: inline;
}

.center-logo-header .navbar-brand img {
    top: 0;
    max-width: 269px;
    max-height: none;
}

.center-logo-header .nav li {
    margin: 0 15px;
    vertical-align: middle;
}

.center-logo-header .navigation-menu {
    height: 86px !important;
}

.center-logo-header .navbar-header .logo {
    display: none;
}

.center-logo-header li.active > a,
.center-logo-header li.current-menu-item > a {
    border-bottom: medium none;
    color: #d32b55;
}

.center-logo-header.nav-black .navbar-nav li.current-menu-item > a,
.center-logo-header.nav-black .navbar-nav li.active > a {
    border-bottom: medium none;
    color: #d32b55;
}

.center-logo-header.nav-white .navbar-nav li.current-menu-item > a,
.center-logo-header.nav-white .navbar-nav li.active > a {
    border-bottom: medium none;
    color: #d32b55;
}

.shrink.center-logo-header .navigation-menu {
    height: 86px !important;
}

.shrink.center-logo-header {
    background: #93e4cf;
}

/* header white */

.header-white .navbar-nav a {
    color: #000;
}

.header-white .navbar-nav a:hover {
    color: #cacaca
}

.header-white.shrink {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

/* affix */

.widget.affix {
    top: 130px;
    width: 14%;
}

.element-title {
    display: block;
    padding-bottom: 20px;
}

.element-title:after {
    clear: both
}

/* widget */

.widget .category-list li a.active {
    color: #000000;
    font-weight: 600;
}

.widget-posts li img {
    width: 75px;
    margin-right: 20px;
    float: left;
}

/* dropdown */

.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, .8)
}

.dropdown-menu li a {
    text-decoration: none;
    border: none !important
}

.dropdown-menu li.active a {
    border-bottom: none !important
}

.nav .open a,
.nav .open a:focus,
.nav .open a:hover {
    border: none !important;
    background: transparent !important
}

.caret-up {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 4px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top-width: 0px;
    border-top-style: dotted;
    content: "";
}

.navbar-nav .dropdown-menu a {
    font-size: 11px;
}

.navbar-nav li .dropdown-menu {
    margin-top: 10px;
}

/* sub menu */

.navbar-nav li ul li {
    background-color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative;
}

.navbar-nav li ul {
    padding: 0;
    position: absolute;
    width: 200px;
    left: 0;
}

.navbar-nav li ul li ul {
    padding: 0 !important;
    margin-left: 200px;
    top: 0;
}

.navbar-nav li ul li a {
    color: #cacaca;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 0 !important;
    display: inline-block;
    width: 100%;
    line-height: normal;
}

.navbar-nav li ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav li ul li a:hover {
    color: #fff;
}

.navbar-nav li > ul {
    display: none;
    padding-top: 27px;
}

.shrink .navbar-nav li > ul {
    padding-top: 18px;
}

.navbar-nav li > ul i {
    float: right;
    font-size: 16px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #cacaca;
}

.navbar-nav > li i {
    color: #fff;
    float: right;
    font-size: 15px;
    margin: 4px 0 0 5px;
}

/* pull sub menu */

.pull-menu .fa-angle-down:before {
    content: "\f067";
    font-weight: 900;
    color: #727272;
    font-size: 14px;
    margin: 5px 0 0 5px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.pull-menu .navbar-nav > li:hover > ul,
.pull-menu .navbar-nav li ul li:hover ul {
    display: none;
}

.pull-menu .navbar-nav li.arrow-up > .fab:before,
.pull-menu .navbar-nav li.arrow-up > .fas:before,
.pull-menu .navbar-nav li.arrow-up > .far:before {
    content: "\f068";
    font-weight: 900;
}

.pull-menu .navbar-nav li > ul i {
    top: 9px !important;
    color: #727272;
}

.pull-menu .navbar-nav li.arrow-up > ul {
    display: block !important;
    position: inherit;
    padding: 0;
}

.pull-menu .navbar-nav li.arrow-up > ul li {
    margin: 0;
}

.pull-menu .navbar-nav li.arrow-up > ul li a {
    font-size: 13px;
    color: #727272;
}

.pull-menu .navbar-nav li.arrow-up > ul li a:hover {
    color: #c94e50;
}

.pull-menu .navbar-nav li > ul li {
    background-color: transparent;
}

.pull-menu .navbar-nav li ul li ul {
    margin-left: 0;
    position: inherit;
}

.pull-menu .navbar-nav li ul li a:hover {
    color: #727272;
}

.pull-menu .fa-angle-right:before {
    content: "\f067";
    font-weight: 900;
    cursor: pointer;
}

.pull-menu .fa-angle-right {
    right: 0 !important;
    color: #727272;
    font-size: 14px !important;
    top: 14px !important
}

.pull-menu .navbar-nav li > ul {
    margin-top: 8px;
}

.pull-menu .navbar-nav li > ul > li > ul {
    margin-top: 0;
}

.pull-menu .navbar-nav li > ul li a {
    border: 0;
}

.pull-menu .nav li > ul > li a {
    padding: 7px 0 !important
}

/* center sub menu */

.center-logo-header .navbar-nav li ul li {
    background-color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.center-logo-header .navbar-nav li ul {
    padding: 0;
    position: absolute;
    width: 200px;
    left: 0;
}

.center-logo-header .navbar-nav li ul li ul {
    padding: 0 !important;
    margin-left: 200px;
    top: 0;
}

.center-logo-header .navbar-nav li ul li a {
    color: #cacaca;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 0 !important;
    display: inline-block;
    width: 100%;
    line-height: normal;
    font-size: 13px;
}

.center-logo-header .navbar-nav li ul li:last-child a,
.center-logo-header .navbar-nav li ul li:last-child.active a {
    border-bottom: 0;
}

.center-logo-header .navbar-nav li ul li a:hover {
    color: #fff;
}

.center-logo-header .navbar-nav li > ul {
    display: none;
    padding-top: 31px;
    text-align: left;
}

.center-logo-header.shrink .navbar-nav li > ul {
    padding-top: 31px;
}

.center-logo-header .navbar-nav li > ul i {
    float: right;
    font-size: 16px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #cacaca;
}

.center-logo-header .navbar-nav > li i {
    color: #2e443f;
    float: right;
    font-size: 15px;
    margin: 4px 0 0 5px;
}

/* sidebar sub menu */

.sidebar-nav .navbar-nav li ul {
    width: 100%;
}

.sidebar-nav .fa-angle-down:before {
    content: "\f067";
    font-weight: 900;
    color: #000;
    font-size: 14px;
    margin: 5px 0 0 5px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.sidebar-nav .navbar-nav > li:hover > ul,
.sidebar-nav .navbar-nav li ul li:hover ul {
    display: none;
}

.sidebar-nav .navbar-nav li.arrow-up > .fab:before,
.sidebar-nav .navbar-nav li.arrow-up > .fas:before,
.sidebar-nav .navbar-nav li.arrow-up > .far:before {
    content: "\f068";
    font-weight: 900;
}

.sidebar-nav .navbar-nav li > ul i {
    top: 13px !important;
    color: #000;
}

.sidebar-nav .navbar-nav li.arrow-up > ul {
    display: block !important;
    position: inherit;
    padding: 5px 0 0 0;
}

.sidebar-nav .navbar-nav li.arrow-up > ul li {
    margin: 0;
    padding: 8px 0 8px 10px;
}

.sidebar-nav .navbar-nav li > ul li a::before {
    left: 11px
}

.sidebar-nav .navbar-nav li > ul li {
    background-color: transparent;
}

.sidebar-nav .navbar-nav li.arrow-up > ul li a {
    font-size: 12px;
}

.sidebar-nav .navbar-nav li ul li ul {
    margin-left: 5px;
    position: inherit;
}

.sidebar-nav .navbar-nav li ul li a:hover {
    color: #000;
}

.sidebar-nav .navbar-nav li ul li a {
    padding-bottom: 0 !important;
}

.sidebar-nav .fa-angle-right:before {
    content: "\f067";
    font-weight: 900;
    cursor: pointer;
}

.sidebar-nav .fa-angle-right {
    right: 0 !important;
    color: #000;
    font-size: 14px !important;
    top: 14px !important
}

.sidebar-nav .navbar-nav li > ul li a:before {
    top: 19px;
}

.sidebar-nav li ul li a {
    color: #000
}

.sidebar-nav .navbar-nav li.arrow-up > ul > li:last-child {
    padding-bottom: 0 !important
}

/* without border header */

.without-border .navigation-menu {
    height: 100px;
}

.without-border.shrink .navigation-menu {
    height: 60px;
}

.without-border .navbar-nav li > ul {
    padding-top: 38px;
}

.without-border.shrink .navbar-nav li > ul {
    padding-top: 18px;
}

/* header white sub menu */

.header-white .navbar-nav li ul li a {
    color: #cacaca
}

.header-white .navbar-nav li ul li a:hover {
    color: #fff
}

.header-white .navbar-nav > li i {
    color: #000
}

.header-white .navbar-nav > li > ul > li i {
    color: #fff
}

/* black menu */

.nav-black .navbar-nav a {
    color: #000;
}

.nav-black .navbar-nav a:hover {
    color: #cacaca;
}

.nav-black .navbar-nav > li i {
    color: #000;
}

.pull-menu .nav-black .navbar-nav a span {
    color: #000;
}

.center-logo-header.nav-black .navbar-nav li a {
    color: #000;
}

.center-logo-header.nav-black .navbar-nav li ul li a:hover {
    color: #000;
}

.nav-black.sidebar-nav .navbar-nav li > ul i {
    color: #000 !important;
}

.nav-black.sidebar-nav .navbar-nav li a {
    color: #000;
}

.nav-black.header-white li.active a,
.nav-black.header-white li.current-menu-item a {
    border-bottom: 1px solid #000;
}

.nav-black.navbar li.active a,
.nav-black.navbar li.current-menu-item a {
    border-bottom: 1px solid #000;
}

/* white menu */

.nav-white .navbar-nav a {
    color: #fff;
}

.nav-white .navbar-nav a:hover {
    color: #cacaca;
}

.nav-white .navbar-nav > li i {
    color: #fff;
}

.pull-menu .nav-white .navbar-nav a span {
    color: #fff;
}

.center-logo-header.nav-white .navbar-nav li a {
    color: #fff;
}

.center-logo-header.nav-white .navbar-nav li ul li a:hover {
    color: #fff;
}

.nav-white.sidebar-nav .navbar-nav li > ul i {
    color: #fff !important;
}

.nav-white.sidebar-nav .navbar-nav li a {
    color: #fff;
}

.nav-white.sidebar-nav .navbar-nav li a:hover {
    color: #fff;
}

.nav-white.sidebar-nav .fa-angle-down:before {
    color: #fff;
}

.nav-white.header-white .navbar-nav a {
    color: #fff;
}

.nav-white.header-white li.active a,
.nav-white.header-white li.current-menu-item a {
    border-bottom: 1px solid #fff;
}

.nav-white.navbar li.active a,
.nav-white.navbar li.current-menu-item a {
    border-bottom: 1px solid #fff;
}

/* ===================================
    Slider and parallax typography
====================================== */

.slider-text-middle-main {
    display: table;
    height: 100%;
    width: 100%
}

.slider-text-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.slider-text-top {
    display: table-cell;
    vertical-align: top;
}

.slider-text-middle {
    display: table-cell;
    vertical-align: middle;
}

.slider-typography {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
}

.owl-carousel .owl-item .slider-typography img {
    width: auto;
    display: inline-block;
}

/* slider typography - style 1 */

.slider-typography .slider-typography-option1 span {
    font-size: 100px;
    line-height: 100px;
    width: 80%;
    display: inline-block
}

.slider-typography .slider-typography-option1 p {
    font-size: 15px;
}

/* slider typography - style 2 */

.slider-typography .slider-typography-option2 span {
    font-size: 50px;
    line-height: 50px;
    width: 80%;
}

.slider-typography .slider-typography-option2 p {
    font-size: 15px;
}

/* slider typography - style 3 */

.slider-typography .slider-typography-option3 span {
    font-size: 80px;
    line-height: 95px;
    width: 70%;
    display: inline-block;
}

.slider-typography .slider-typography-option3 p {
    font-size: 16px;
}

.slider-typography .separator-line-medium-thick {
    margin: 75px 0
}

/* slider typography - style 4 */

.slider-typography .slider-typography-option4 span {
    font-size: 200px;
    line-height: 180px;
}

.slider-typography .slider-typography-option4 p {
    font-size: 14px;
}

/* slider typography - style 5 */

.slider-typography .slider-typography-option5 span {
    font-size: 60px;
    line-height: 70px;
    width: 55%;
    display: block
}

.slider-typography .slider-typography-option5 p {
    font-size: 16px;
}

.slider-typography .separator-line-medium-thick {
    margin: 81px 0
}

/* slider typography - style 6 */

.slider-typography .slider-typography-option6 span {
    font-size: 90px;
    line-height: 90px;
    width: 80%;
    display: inline-block
}

.slider-typography .slider-typography-option6 p {
    padding: 4px 17px
}

.slider-typography .slider-typography-option6 p sup {
    font-size: 8px
}

.background-slider-text {
    position: absolute;
    width: 100%;
}

/* slider typography - style 7 */

.slider-typography.slider-typography-option7 {
    width: 70%;
    margin: 0 auto;
    padding-top: 75px;
}

.slider-typography-option7 .content-left {
    width: 57%;
    display: inline-block;
    vertical-align: middle;
}

.slider-typography-option7 .content-left span {
    margin-bottom: 15px;
    display: inline-block;
}

.slider-typography-option7 .image-right {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
}

/* ===================================
    Counter
====================================== */

.counter-style1 .counter-number {
        font-size: 73px;font-family: 'DIN-black', sans-serif!important;
}
.counter-style1 .text-small{
    font-family: 'DINPro-bold',sans-serif!important;
    font-size: 13px;
}

/* ===================================
    Portfolio
====================================== */

/* portfolio filter tab */

.portfolio-filter-tab li {
    margin: 0 20px !important;
    display: inline-block;
    float: inherit
}

.portfolio-filter-tab li:last-child {
    margin-right: 0
}

.portfolio-filter-tab li:first-child {
    margin-left: 0
}

.portfolio-filter-tab li a {
    border: none !important;
    padding: 0;
    border-radius: 0;
    padding: 4px 10px 4px 10px;
    font-weight: 600;
}

.portfolio-filter-tab li a:hover,
.portfolio-filter-tab li:active,
.portfolio-filter-tab li.active a {
    border: none;
    background-color: #fdd947 !important;
    color: #000 !important
}

.nav-tabs li a {
    margin: 0;
    line-height: 17px
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

/* portfolio filter tab - style 2 */

ul.portfolio-filter-tab-style-2 {
    border-bottom: none;
}

.portfolio-filter-tab-style-2 li {
    margin: 0 25px !important;
    display: inline-block;
    float: inherit;
    position: relative;
    top: 1px;
}

.portfolio-filter-tab-style-2 li:last-child {
    margin-right: 0 !important
}

.portfolio-filter-tab-style-2 li:first-child {
    margin-left: 0 !important
}

.portfolio-filter-tab-style-2 li a {
    border: none !important;
    padding: 0;
    border-radius: 0;
    padding: 5px 0;
    color: #9b9b9b;
    font-weight: 600;
}

.portfolio-filter-tab-style-2 li a:hover,
.portfolio-filter-tab-style-2 li.active a {
    border-bottom: 2px solid #d8b75f !important;
    background-color: transparent !important;
    color: #000 !important;
}

/* portfolio filter tab - style 3 */

ul.portfolio-filter-tab-style-3 {
    border-bottom: none;
}

.portfolio-filter-tab-style-3 li {
    margin: 0 15px !important;
    display: inline-block;
    float: inherit;
    position: relative;
    top: 1px;
}

.portfolio-filter-tab-style-3 li:last-child {
    margin-right: 0 !important
}

.portfolio-filter-tab-style-3 li:first-child {
    margin-left: 0 !important
}

.portfolio-filter-tab-style-3 li a {
    border: none !important;
    border-radius: 0;
    padding: 4px 10px 5px 10px;
    color: #9b9b9b
}

.portfolio-filter-tab-style-3 li a:hover,
.portfolio-filter-tab-style-3 li:active,
.portfolio-filter-tab-style-3 li.active a {
    border-bottom: none;
    background-color: #d66e4a !important;
    color: #fff !important
}

/* portfolio filter tab - style 4 */

ul.portfolio-filter-tab-style-4 {
    border-bottom: none;
}

.portfolio-filter-tab-style-4 li {
    margin: 0 20px !important;
    display: inline-block;
    float: inherit;
    position: relative;
    top: 1px;
}

.portfolio-filter-tab-style-4 li:last-child {
    margin-right: 0 !important
}

.portfolio-filter-tab-style-4 li:first-child {
    margin-left: 0 !important
}

.portfolio-filter-tab-style-4 li a {
    border: none !important;
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    padding: 5px 15px;
    color: #9b9b9b
}

.portfolio-filter-tab-style-4 li.active a:before {
    background: url('assets/images/arrow.png') right center no-repeat;
    content: "/";
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5px;
    text-indent: -9999px
}

/* portfolio filter tab - style 5 */

ul.portfolio-filter-tab-style-5 {
    border-bottom: none;
}

.portfolio-filter-tab-style-5 li {
    margin: 0;
    display: table;
    float: inherit;
    position: relative;
    top: 1px;
}

.portfolio-filter-tab-style-5 li:last-child {
    margin: 0 !important
}

.portfolio-filter-tab-style-5 li:first-child {
    margin: 0 !important
}

.portfolio-filter-tab-style-5 li a {
    border: none !important;
    background: transparent !important;
    padding: 10px 21px 10px 0;
    border-radius: 0;
    color: #9b9b9b
}

.portfolio-filter-tab-style-5 li a:hover {
    color: #000
}

.portfolio-filter-tab-style-5 li.active a:before {
    border-bottom: 1px solid #ef106e;
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 18px;
    color: #000
}

.portfolio-filter-tab-style-5 li.active a {
    padding-left: 15px;
    color: #000
}

/* portfolio filter tab - style 6 */

ul.portfolio-filter-tab-style-6 {
    margin: 220px 50px 0 0;
}

.portfolio-filter-tab-style-6 li {
    margin: 0;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    border-bottom: 1px solid #D0D0D0
}

.portfolio-filter-tab-style-6 li:last-child {
    margin: 0 !important;
    border-bottom: none
}

.portfolio-filter-tab-style-6 li:first-child {
    margin: 0 !important
}

.portfolio-filter-tab-style-6 li a {
    border: none !important;
    background: transparent !important;
    padding: 17px 0;
    border-radius: 0;
    color: #fff
}

.portfolio-filter-tab-style-6 li a:hover,
.portfolio-filter-tab-style-6 li.active a,
.portfolio-filter-tab-style-6 li a:focus {
    color: #000 !important
}

.portfolio-filter-tab-style-6 li.active a{color:#fff!important}

/* masonry basic */

.grid li {
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.grid img {
    width: 100%
}

.grid-gallery {
    clear: both;
    float: left;
    width: 100%;
}

.gallery-img a {
    position: relative;
    z-index: 2;
    display: block
}

.grid-gallery ul {
    list-style: none;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.grid-gallery figure img {
    display: block;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}

.grid-gallery figcaption h3 {
    margin: 0 0 8px;
    padding: 0;
    text-transform: uppercase;
}

.grid-gallery figcaption i {
    font-size: 32px;
    color: #aeaeae;
    margin-bottom: 20px
}

.grid {
    margin: 0 auto;
}

.grid li {
    box-sizing: border-box;
    float: left;
    margin: 0;
    display: inline-table;
}

.gallery-img {
    opacity: 1;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.grid figure:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0.15;
    cursor: url("assets/images/icon-zoom.png"), pointer;
}

.grid figure:hover figcaption {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

/* grid - style 1 */

.grid-style1 .grid figure {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.grid-style1 .grid figcaption {
    opacity: 0;
    text-align: center;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    left: 30px;
    top: 30px;
    position: absolute;
}

.grid-style1 .grid figcaption h3 {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    width: 100%;
    padding: 0 35px;
    text-align: center;
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    z-index: 2;
    cursor: url(assets/images/icon-zoom.png), pointer;
}

.grid-style1 .grid figcaption h3 span {
    margin-top: 5px;
}

.grid-style1 .grid figcaption h3 a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    cursor: url(assets/images/icon-zoom.png), pointer;
}

.grid-style1-border {
    border: 8px solid #fdd947;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    position: absolute;
}

/* grid - style 2 */

.grid-style2 .grid figure {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background: #999999
}

.grid-style2 .grid figure img {
    position: relative;
    top: 0;
}

.grid-style2 .grid figure:hover img {
    top: -100px;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .5;
}

.grid-style2 .grid figcaption {
    opacity: 0;
    text-align: center;
    width: 100%;
    height: 100px;
    bottom: -100px;
    position: absolute;
    padding: 25px 0;
    background: #fff
}

.grid-style2 .grid figure:hover figcaption {
    bottom: 0;
    opacity: 1
}

.grid-style2 .grid figcaption h3 {
    margin: 0;
    position: relative;
}

/* grid - style 3 */

.grid-style3 .grid figure img {
    position: relative;
    top: 0;
}

.grid-style3 .grid figure:hover img {
    top: 0;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .5;
}

.grid-style3 .grid figcaption {
    text-align: center;
    width: 100%;
    height: 100px;
}

.grid-style3 .explore-now {
    position: absolute;
    bottom: -36px;
    width: 100%;
    opacity: 0
}

.grid-style3 .grid figure:hover .explore-now {
    opacity: 1;
    bottom: -37px
}

.grid-style3 .grid li:hover figcaption {
    bottom: 37px !important;
}

.grid-style3 .explore-now a {
    padding: 7px 0;
    display: block;
    width: 100%;
    color: #fff
}

/* grid - style 4 */

.grid-style4 .grid figure img {
    position: relative;
    top: 0;
    opacity: 1;
}

.grid-style4 .grid figure:hover img {
    top: 0;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .1;
    cursor: url("assets/images/icon-zoom-white2.png"), pointer;
    box-shadow: none;
    outline: none;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.grid-style4 .grid h3 {
    font-size: 18px;
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 30%;
    z-index: 5;
    line-height: 22px;
    opacity: 0
}

.grid-style4 .grid h3:after {
    border-bottom: 4px solid rgba(0, 0, 0, 1);
    content: "";
    left: 0;
    position: absolute;
    top: -25px;
    width: 60%;
}

.grid-style4 .grid figure:hover h3 {
    opacity: 1;
    bottom: 38px;
}

.grid-style4 .grid h3 a {
    color: rgba(0, 0, 0, .9)
}

/* grid - style 5 */

.grid-style5 .grid figure {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background: #000
}

.grid-style5 .grid figcaption {
    opacity: 0;
    text-align: center;
    bottom: 60px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2
}

.grid-style5 .grid figure:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
    opacity: .25;
}

.grid-style5 .grid figcaption h3 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    width: 100%;
    padding: 30px 15px 10px 15px;
    text-align: center;
    position: relative;
    padding-top: 30px;
    opacity: 1;
    z-index: 2
}

.grid-style5 .grid figcaption h3 a {
    color: #fff
}

.grid-style5 .grid figcaption span {
    text-align: center;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

/* grid - style 6 */

.grid-style6 .grid figure img {
    position: relative;
    top: 0;
    opacity: 1;
}

.grid-style6 .grid figure:hover img {
    top: 0;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .3;
    cursor: url("assets/images/icon-zoom-white2.png"), pointer;
    box-shadow: none;
    outline: none;
}

.grid-style6 .grid h3 {
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 50px;
    text-align: center;
    bottom: 0;
    z-index: 5;
    line-height: 25px;
    opacity: 0;
    color: rgba(255, 255, 255, 1);
}

.grid-style6 .grid h3:after {
    border-bottom: 8px solid rgba(255, 26, 86, 1);
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    bottom: -25px;
    width: 40%;
    margin: 0 auto
}

.grid-style6 .grid figure:hover h3 {
    opacity: 1;
    bottom: 70px;
}

.grid-style6 .grid h3 a {
    color: rgba(255, 255, 255, 1)
}

/* portfolio grid - gutter */

.gutter.grid-gallery ul {
    margin-left: -11px
}

.gutter .grid li {
    padding: 0 0 11px 11px;
}

/* portfolio grid - 6 column  */

.work-6col .grid li {
    width: 16.66666667%;
}

/* portfolio grid - 5 column  */

.work-5col .grid li {
    width: 20%;
}

/* portfolio grid - 4 column  */

.work-4col .grid li {
    width: 25%;
}

/* portfolio grid - 3 column  */

.work-3col .grid li {
    float: left;
    width: 33.33%;
}

/* portfolio grid - 2 column  */

.work-2col .grid li {
    float: left;
    width: 50%;
}

/* portfolio grid - gutter wide */

.gutter-wide .grid-gallery ul {
    margin-left: -40px
}

.gutter-wide .grid {
    margin-left: -40px
}

.gutter-wide .grid li {
    padding: 0 0 40px 40px;
}

/* portfolio grid - gutter wide */

.gutter-medium .grid-gallery ul {
    margin-left: -22px
}

.gutter-medium .grid {
    margin-left: -22px
}

.gutter-medium .grid li {
    padding: 0 0 22px 22px;
}

/* portfolio grid - with title */

.work-with-title .grid figcaption {
    opacity: 1;
    position: relative;
    bottom: 0;
    padding: 29px 0 30px 0;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
}

.work-with-title .grid li figcaption h3,
.work-with-title .grid figcaption h3 a,
.work-with-title .grid li figcaption p {
    color: #888888
}

.work-with-title .grid figcaption h3 a {
    display: block
}

.work-with-title .grid li:hover figcaption h3,
.work-with-title .grid li:hover figcaption h3 a {
    color: #000
}

.work-with-title .grid li:hover figcaption {
    bottom: 50px;
}

/* portfolio grid - with title - transparent figcaption */

.work-with-title.transparent-figcaption .grid figcaption {
    background: rgba(0, 0, 0, .75);
    bottom: 0;
    position: absolute;
}

.work-with-title.transparent-figcaption .grid figure:hover figcaption {
    background: rgba(0, 0, 0, .75);
}

.work-with-title.transparent-figcaption .grid li figcaption h3 {
    color: #fff;
    font-size: 13px !important
}

/* onepage portfolio details popup */

.popup-bg .mfp-content {
    height: 100%
}

.popup-info {
    display: none
}

.half-project-bg {
    height: 550px
}

.slider-typographi-text .slider-subtitle {
    line-height: 64px !important
}

.spend-year,
.spend-time {
    border-right: 1px solid #e5e5e5;
    float: left;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 47px;
    min-height: 95px;
    text-align: center;
    width: 50%;
}

.spend-year span,
.spend-time span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
    margin-top: 35px;
    text-transform: uppercase;
}

.project-img-gallery {
    padding: 15px 0;
}

/* ===================================
    Tab
====================================== */

/* tab - style 1 */

.tab-style-1 li {
    display: inline-block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: transparent !important
}

.tab-style-1 li.active:after {
    content: "\f105";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    line-height: 44px;
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 0
}

.tab-style-1 li a {
    border-radius: 0;
    border: none !important;
    padding: 15px 0
}

.tab-style-1 li.active {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.tab-style-1 li.active a,
.tab-style-1 li.active a:focus {
    color: #ababab !important
}

.tab-style-1 li.active a,
.tab-style-1 li a:hover {
    background: transparent !important;
    border: none !important;
    color: #ababab
}

/* tab - style 2 */

.tab-style-2 li {
    display: inline-block;
    margin: 0 15px;
    background: transparent !important;
    float: none
}

.tab-style-2 li:last-child {
    margin: 0 0 0 15px
}

.tab-style-2 li:first-child {
    margin: 0 15px 0 0
}

.tab-style-2 li a {
    border: 0 !important;
    color: #9b9b9b
}

.tab-style-2 li a:hover {
    background: transparent
}

.tab-style-2 li a:hover,
.tab-style-2 li.active a {
    text-decoration: line-through !important
}

/* tab - style 3 */

.tab-style-3 li {
    display: inline-block;
    margin: 0 26px;
    background: transparent !important;
    float: none
}

.tab-style-3 li:last-child {
    margin: 0 0 0 26px
}

.tab-style-3 li:first-child {
    margin: 0 26px 0 0
}

.tab-style-3 li:first-child a {
    padding-left: 0
}

.tab-style-3 li a,
.tab-style-3 .nav-tabs > li a {
    border: 0;
    color: #9b9b9b;
    padding: 5px 0
}

.tab-style-3 li a:hover {
    background: transparent
}

.tab-style-3 li a:hover,
.tab-style-3 li.active a,
.tab-style-3 .nav-tabs > li.active > a,
.tab-style-3 .nav-tabs > li.active > a:focus,
.tab-style-3 .nav-tabs > li.active > a:hover {
    border-bottom: 2px solid #e31d3b;
    color: #555;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

/* tab - style 4 */

.tab-style-4 ul {
    border: 1px solid rgba(0, 0, 0, .1)
}

.tab-style-4 li {
    display: table-cell;
    margin: 0;
    background: transparent !important;
    float: none;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.tab-style-4 li:last-child {
    margin: 0;
    border: none
}

.tab-style-4 li:first-child {
    margin: 0
}

.tab-style-4 li a {
    border: 0 !important;
    color: #9b9b9b;
    padding: 12px 30px 12px 30px;
    border-radius: 0
}

.tab-style-4 li a:hover,
.tab-style-4 li .active {
    background: #f5f5f5 !important;
    color: #4e4e4e
}

.tab-style-4 li.active a {
    background: #f5f5f5 !important
}

/* tab - style 5 */

.tab-style5 .nav-tabs li.active a,
.tab-style5 .nav-tabs {
    border: none;
}

.tab-style5 .nav li {
    margin: 0;
    float: none;
    display: inline-block;
}

.tab-style5 li:first-child a {
    margin: 0 32px 0 0;
}

.tab-style5 li a {
    margin: 0 32px;
    padding: 5px 0;
    border: none;
    font-weight: 500;
}

.tab-style5 .nav li a:focus,
.tab-style5 .nav li a:hover {
    text-decoration: none;
    background-color: transparent;
}

.tab-style5 .nav-tabs li.active a {
    border-bottom: 1px solid #000;
    cursor: default;
}

.tab-style5 ul.nav-tabs {
    height: 50px;
}

/* tab - style 6 */

.tab-style6 .nav-tabs li {
    border-color: transparent transparent;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin-bottom: -1px !important;
    margin: 0;
    float: none;
    display: inline-block;
}

.tab-style6 .nav-tabs li a {
    border: none;
    padding: 15px 20px;
    background-color: transparent;
    font-weight: 500;
}

.tab-style6 .nav-tabs li a:hover,
.tab-style6 .nav-tabs li a:focus {
    background-color: transparent;
    text-decoration: none;
    border-bottom: none;
}

.tab-style6 .nav-tabs {
    border: 0 !important;
}

.tab-style6 .tab-content {
    background-color: #fdfdfd;
    border: 1px solid #e5e5e5;
    padding: 25px;
    float: left;
    width: 100%;
}

.tab-style6 .nav-tabs li.active {
    border-color: #e5e5e5;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    background-color: #fdfdfd;
}

.tab-style6 .nav-tabs li.active a,
.tab-style6 .nav-tabs {
    border: none;
}

/* tab - style 7 */

.tab-style7 .nav-tabs li i {
    font-size: 17px;
    position: relative;
    top: 3px;
}

.tab-style7 .nav-tabs {
    border-bottom: 1px solid #ddd;
    height: auto;
    margin-bottom: 25px;
    padding-left: 15px;
}

.tab-style7 .nav-tabs li a {
    background-color: #f7f7f7;
    border: medium none;
    line-height: 44px;
    margin: 0 !important;
    padding: 0 20px;
    border-radius: 0;
    font-weight: 500;
}

.tab-style7 .nav-tabs li.active a {
    background-color: #fff;
    position: relative;
    top: 1px;
}

.tab-style7 .nav-tabs li {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: none;
    display: inline-block;
}

.tab-style7 .nav-tabs li:first-child {
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}

.tab-style7 .nav-tabs li.active a,
.tab-style7 .nav-tabs li.active a:focus,
.tab-style7 .nav-tabs li.active a:hover {
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border: none;
    cursor: default;
}

/* tab - style 8 */

.tab-style8 .tabs-left .nav-tabs {
    border-right: 1px solid #e5e5e5;
    float: left;
    height: auto;
    padding: 20px 0 40px;
    width: 150px;
    margin-right: 35px;
    border-bottom: none;
}

.tab-style8 .nav-tabs li:first-child {
    border-top: 1px solid #e5e5e5;
}

.tab-style8 .tabs-left .nav-tabs li {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    margin: 0;
}

.tab-style8 .tabs-left .nav-tabs li a {
    background-color: #f7f7f7;
    border-bottom: 0 none;
    display: block;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    border-top: medium none transparent;
    font-weight: 500;
}

.tab-style8 .nav-tabs li.active a,
.tab-style8 .nav-tabs {
    border: none;
    background-color: #fff;
    left: 1px;
    position: relative;
    border-color: transparent;
}

/* tab - style 9 */

.tab-style9 .nav-tabs li {
    border-right: 1px solid #d7d7d7;
    float: none;
    display: inline-block;
    margin: 0;
}

.tab-style9 .nav-tabs li:last-child {
    border-right: none;
}

.tab-style9 .nav-tabs li a {
    border: medium none;
    font-size: 42px;
    margin: 0;
    outline: medium none;
    padding: 0 45px;
}

.tab-style9 .nav-tabs li.active a i {
    color: #000;
}

.tab-style9 .nav-tabs > li.active > a,
.tab-style9 .nav-tabs {
    border: none;
    text-align: center;
}

.tab-style9 .nav li a:focus,
.tab-style9 .nav li a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* ===================================
    List
====================================== */

/* list */

ul.flat-list {
    list-style: inside disc;
    margin: 0 0 0 25px
}

.flat-list li {
    padding: 5px 0 5px 18px;
    position: relative;
}

.flat-list li.active {
    font-weight: 600;
    color: #000
}

.flat-list li.active ul {
    font-weight: normal;
    color: #575757
}

.flat-list li ul {
    padding: 5px 0;
}

.flat-list li i {
    position: absolute;
    left: 0;
    top: 12px;
}

ul.flat-list-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-inline li {
    display: inline-block;
    padding: 0 18px;
}

ul.list-line li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px 0
}

ul.list-line li:last-child {
    border-bottom: none
}

ul.list-line li span {
    min-width: 130px;
    display: inline-block
}

.bottom-line-list-light li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 7px 0 7px 18px;
}

.bottom-line-list-dark li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px 0 7px 18px;
}

.bottom-line-list-dark2 li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 13px 0 13px 18px;
}

.bottom-line-list-dark2 li:last-child,
.bottom-line-list-dark li:last-child {
    border-bottom: none
}

.bottom-line-list-dark2 li span {
    min-width: 110px;
    display: inline-block
}

.bottom-line-list-light.services-list-light li {
    border-color: #e5e5e5;
}

.bottom-line-list-light.services-list-light li:last-child {
    border-bottom: 0;
}

.bottom-line-list-dark li {
    border-bottom: 1px solid rgba(71, 73, 76, 1);
}

/* ===================================
    Progress bar
====================================== */

.progress-name {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5px 0 15px
}

.progress-name strong {
    color: #000;
    font-weight: 400
}

.progress-bar-sub {
    margin-right: 20px;
}

.progress {
    background-color: #dedede;
    height: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 0
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-name {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5px 0 25px
}

.progress-name strong {
    color: #000;
    font-weight: 500
}

.corporate-progress-bar .progress {
    background-color: #232323;
}

.corporate-progress-bar .progress-name strong {
    color: #626262
}

/* progress bar - style 2 */

.progress-bar-style2 .progress-bar-sub {
    margin-bottom: 40px;
}

.progress-bar-style2 .progress {
    height: 26px;
    background-color: #dedede;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
}

.progress-bar-style2 .progress-bar {
    background-color: #000;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 25px;
    text-align: left;
    padding: 0 10px
}

/* progress bar - style 3 */

.progress-bar-style3 .progress {
    height: 15px;
    overflow: visible;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #dedede;
}

.progress-bar-style3 .progress-bar {
    overflow: visible;
    position: relative;
}

.progress-bar-style3 .progress-bar span {
    color: #000;
    font-size: 11px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 21px;
}

.progress-bar-style3 .progress-name {
    margin: 5px 0 20px;
}

/* ===================================
    Testimonial
====================================== */

/* testimonial - style 1 */

.testimonial-style1 p {
    font-size: 13px;
    margin: 30px 0 20px;
    line-height: 22px;
    color: #828282
}

.testimonial-style1 .name {
    font-size: 11px;
    display: block;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #828282
}

.testimonial-style1 img {
    border-radius: 50%;
    max-width: 120px
}

/* testimonial - style 2 */

.testimonial-style2 p {
    font-size: 13px;
    line-height: 22px;
    color: #828282
}

.testimonial-style2 .name {
    font-size: 18px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #828282
}

.testimonial-style2 img {
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 1)
}

.testimonial-style2-img > div {
    display: inline-block;
    position: relative;
}

.testimonial-style2-img > div:after {
    content: "\f10d";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 55px;
    color: #614c45;
    position: absolute;
    right: -31px;
    top: 54px
}

.testimonial-style2 i.icon-extra-small {
    margin: 0 7px 0 0;
    font-size: 17px !important
}

.testimonial-slider-main .testimonial-style2 {
    width: 100%;
}

.testimonial-slider-main .testimonial-style2 p {
    width: 90% !important;
}

.testimonial-slider-main .testimonial-style2-img > div:after {
    font-size: 42px;
    right: -23px;
}


/* ===================================
    Team
====================================== */

/* team - style 1 */

.team-style1 .team-mood {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1
}

.team-style1 .team-mood span {
    padding: 10px 20px
}

.team-style1:hover .team-mood {
    opacity: 0;
    top: -10px;
}

.team-style1:hover .opacity-full,
.team-style1:hover .bg-gray {
    opacity: 0;
    bottom: -150px;
}

.team-style1 figure {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: -150px;
    background: rgba(253, 217, 71, .95);
}

.team-style1:hover figure {
    opacity: 1;
    bottom: 0;
    z-index: 5;
}

.team-style1 .team-social i {
    margin: 0 20px;
}

/* team - style 2 */

.team-style2 .team-social i {
    margin: 0 20px;
}

.team-style2 .team-social a:hover i {
    opacity: .5
}

.team-style2 .team-image:hover img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/* ===================================
    Blog
====================================== */

/* blog post - style 1 */

.blog-post-style1 article {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.blog-post-style1 .post-thumbnail {
    position: absolute;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: -1;
    width: 100%;
}

.blog-post-style1 .post-thumbnail video {
    width: 100%;
}

.blog-post-style1 article:hover .post-thumbnail {
    opacity: .8;
}

.blog-post-style1 article:hover .post-details:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.blog-post-style1 .post-details:before {
    display: block;
    content: "";
    width: 45%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog-post-style1 .post-details .blog-post-number {
    padding: 15px 20px;
    margin: 8px 0 0 0;
    color: #fff;
    display: inline-block
}

.blog-post-style1 .blog-like {
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 25px;
    text-transform: uppercase;
    color: #626262
}

.blog-post-style1 .comment {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #626262
}

.blog-share {
    font-size: 10px;
    letter-spacing: 2px;
    margin-right: 25px;
    text-transform: uppercase;
}

.blog-post-style1 article i {
    margin-right: 4px
}

.blog-post-style1 article:hover span,
.blog-post-style1 article:hover p,
.blog-post-style1 article:hover a,
.blog-post-style1 article:hover i {
    color: #fff
}

.blog-post-style1 article:hover p {
    opacity: .5
}

.blog-post-style1 article:hover h5 a {
    color: #fdd947
}

.blog-post-style1 article:hover .blog-post-number {
    color: #000
}

.blog-post-style1 article:hover .post-details {
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}

.comment {
    color: #373737;
    font-size: 11px !important;
    line-height: 20px !important;
    text-transform: uppercase;
}

.comments-area {
    clear: both;
}

/* blog post - style 2 */

.blog-post-style2 article:hover img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog-post-style2 .post-details {
    position: absolute;
    width: 100%;
    padding: 30px 36px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.blog-post-style2 .post-details-arrow {
    position: absolute;
    right: 0;
    top: 50%;
}

.blog-post-style2 .post-details-arrow:before {
    position: absolute;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #eee;
    border-bottom: 15px solid transparent;
    border-right-color: #fff;
    left: -15px;
    top: 50%;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* blog post - style 3 */

.blog-post-style3 article:hover img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .5
}

.blog-post-style3 article .post-date {
    right: 0;
    bottom: 0;
    padding: 12px 25px
}

.blog-post-style3 article .post-details {
    margin: 0 !important;
    padding: 25px;
    width: 100%
}

.blog-post-style3 article [class^="col-"] {
    padding-right: 0
}

/* blog post - style 4 */

.blog-post-style4 article {
    margin: 10px 0 0 0;
    position: relative;
    overflow: hidden;
    cursor: url("assets/images/arrow-white.png"), pointer;
    cursor: default;
}

.blog-post-style4:first-child article {
    margin-top: 0;
}

.blog-post-style4 .post-thumbnail {
    position: absolute;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    z-index: -1;
    background: #303030;
    width: 100%
}

.blog-post-style4 .post-thumbnail img {
    opacity: .2;
    top: -100px;
    position: relative
}

.blog-post-style4 article:hover img {
    opacity: .4;
    top: -50px;
}

.blog-post-style4 .post-date-month-main {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24%;
    top: 50%;
    position: absolute
}

.blog-post-style4 .post-date {
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 80px
}

.blog-post-style4 .post-date-month {
    position: relative;
    padding-right: 30px;
    font-size: 12px;
}

.blog-post-style4 article:hover .post-date-month {
    padding-right: 50px
}

.blog-post-style4 .post-date-month:after {
    border-bottom: 1px solid #00ff97;
    bottom: -6px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.blog-post-style4 a {
    color: #fff
}

.blog-post-style4 a:hover {
    color: #dddddd
}

.blog-post-style4 .text-small {
    opacity: 0.4
}

.blog-post-style4 .post-thumbnail video {
    width: 100%;
}

/* blog post - style 5 */

.blog-post-style5 .post-details {
    padding: 15% 13%;
    min-height: 315px
}

.blog-post-style5 .post-title {
    margin: 15% 0 10%;
    top: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.blog-post-style5 .post-details:hover .post-title,
.blog-post-style5 .post-title:hover {
    top: -15px;
}

.blog-post-style5 .post-details:hover .post-title:before,
.blog-post-style5 .post-title:hover:before {
    top: 15px;
    z-index: -1;
    color: rgba(0, 0, 0, .1);
}

.blog-post-style5 .post-title:before {
    content: "“";
    font-size: 120px;
    position: absolute;
    left: 0;
    top: -15px;
    font-weight: 600;
    color: rgba(0, 0, 0, .5);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.blog-post-style5 .post-date a,
.blog-post-style5 .post-name a {
    opacity: .6
}

.blog-post-style5 .new-post .post-title:before,
.blog-post-style5 .popular-post .post-title:before {
    color: rgba(255, 255, 255, 1)
}

/* blog post - style 6 */

.blog-post-style6 article:hover img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog-post-style6 .post-details {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 45px;
}

.blog-post-style6 .post-details-arrow {
    position: absolute;
    right: 0;
    top: 50%;
}

/* blog post - style 7 */

.blog-post-style7 .post-categories {
    padding: 3px 9px
}

.blog-post-style7 .post-thumbnail:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: alpha(opacity=60);
}

/* ===================================
    Form controls 
====================================== */

.big-input,
.big-textarea,
.big-select select {
    padding: 18px 25px;
    border: 2px solid #646363 !important;
    font-size: 14px !important
}

.big-input:focus,
.big-select:focus {
    border: 2px solid rgba(0, 0, 0, .5) !important;
}

.big-label {
    font-size: 14px;
    letter-spacing: 2px;
}

.medium-input,
.medium-textarea,
.medium-select select {
    padding: 12px 25px;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    font-size: 14px !important
}

.medium-select select {
    padding: 12px 21px 13px 21px;
}

.medium-input:focus,
.medium-select:focus {
    border: 2px solid rgba(0, 0, 0, .5) !important;
}

.small-input,
.small-textarea {
    padding: 12px 15px;
    border: 2px solid rgba(0, 0, 0, .1);
    font-size: 11px !important
}

.small-input:focus,
.small-select:focus {
    border: 2px solid rgba(0, 0, 0, .5);
}

.small-select select {
    padding: 15px 15px;
}

.medium-input-light,
.medium-textarea-light,
.medium-select-light select {
    padding: 12px 25px;
    border: 2px solid rgba(255, 255, 255, .1) !important;
    font-size: 12px !important;
    background: rgba(255, 255, 255, .1) !important;
}

.medium-input-light:focus,
.medium-select-light:focus {
    border: 2px solid rgba(255, 255, 255, .4) !important;
}

.select-style {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
    background: #fff url("assets/images/select-arrow.png") no-repeat 97% 50%;
}

.select-style select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 11px;
    margin-bottom: 0;
    color: #999999;
    border-radius: 0;
}

.select-style select:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.input-round {
    border-radius: 4px !important
}

input.no-border,
input.no-border:focus,
select.no-border,
select.no-border:focus,
textarea.no-border,
textarea.no-border:focus {
    border: none
}

.required {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.required-error,
.wpcf7-not-valid {
    border: 2px solid rgba(204, 0, 0, 1) !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors {
    border-color: #fdd947;
    background-color: #fdd947;
    padding: 5px 5px 6px 5px;
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    margin-left: 0;
    margin-right: 0;
}

.message-height {
    height: 122px;
}

div.wpcf7 img.ajax-loader {
    margin-right: 4px;
}

div.wpcf7 .screen-reader-response {
    display: none;
}

div.wpcf7-mail-sent-ok {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

/* ===================================
    Features box
====================================== */

/* features box - style 1 */

.features-box-style1 {
    background: rgba(255, 255, 255, .1);
    width: 200px;
    height: 200px;
}

.features-box-style1-sub {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.features-box-style1:hover {
    border-radius: 50%;
}

/* features box - style 2 */

.features-box-style2-sub {
    border: 4px solid transparent;
    padding: 15px
}

.features-box-style2-sub:hover {
    border: 4px solid rgba(255, 255, 255, .2);
    padding: 15px;
}

/* pricing table */

.pricing-price {
    padding: 35px 0;
}

.pricing-box {
    border: 1px solid rgba(0, 0, 0, .1)
}

.pricing-title {
    padding: 10px 0
}

.pricing-features {
    padding: 25px;
    min-height: 277px;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px 0
}

.pricing-features ul li:last-child {
    border-bottom: none
}

.pricing-action {
    padding: 0 35px 35px 35px
}

/* ===================================
    Accordion and toggles
====================================== */

/* accordions */

.panel {
    box-shadow: none;
    border: none;
    border-radius: 0 !important;
}

.panel div {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: initial;
    -o-transition-duration: .2s;
}

.panel-heading {
    padding-bottom: 15px;
}

.panel-title {
    background-color: #fff;
    color: #767676;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 10px 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-transform: uppercase
}

.panel-body {
    padding: 10px 18px 25px 18px;
    font-size: 13px;
    line-height: 23px;
    border: none !important
}

.panel-heading i {
    font-size: 10px;
    margin: 0
}

/* accordion - style 1 */

.accordion-style1 .panel {
    background: transparent !important;
    border: none !important
}

.accordion-style1 .panel-title {
    background: transparent !important;
    border: none !important;
    padding: 10px 15px 10px 40px;
    position: relative;
}

.accordion-style1 .panel .panel-heading {
    background: transparent !important;
    padding: 15px
}

.accordion-style1 .panel-default {
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 0
}

.accordion-style1 .panel-title span {
    position: absolute;
    right: 15px;
    top: 8px;
}

.bottom-border-dark .accordion-style1 .panel-default {
    border-bottom: 1px solid rgba(241, 242, 243, 1) !important;
}

.accordion-style1 .active-accordion .panel-title {
    color: #fff;
}

.accordion-style1 .panel-heading i {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}

.accordion-style1 h4 {
    font-size: 13px;
    letter-spacing: 2px;
}

.accordion-style1 a,
.accordion-style1 a:hover,
.accordion-style1 a:hover i {
    color: #ababab
}

.accordion-style1 .panel-default:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* accordion - style 2 */

.accordion-style2 .panel-title {
    background-color: #000;
    color: #fff !important;
}

.accordion-style2 .panel-heading i {
    font-size: 18px;
    margin: 0;
    color: #fff;
    padding-top: 5px
}

.accordion-style2 .panel .panel-heading {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 2% !important
}

.accordion-style2 .panel-body {
    margin: 0 !important;
    padding: 10px 18px 25px !important
}

/* accordion - style 3 */

.accordion-style3 .panel {
    background: transparent !important;
    border: none !important
}

.accordion-style3 .panel .panel-heading {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 2% !important
}

.accordion-style3 .panel-body {
    margin: 0 !important;
    padding: 10px 18px 25px !important
}

.accordion-style3 .panel-default {
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 0
}

.accordion-style3 .panel-heading i {
    font-size: 10px;
    margin: 0;
    margin-right: 5px
}

.accordion-style3 .panel-heading .icon-image {
    font-size: 10px;
    margin: 0;
    margin-right: 5px
}

.accordion-style3 h4 {
    font-size: 13px;
    letter-spacing: 2px;
}

.accordion-style3 a,
.accordion-style1 a:hover,
.accordion-style1 a:hover i {
    color: #ababab
}

.accordion-style3 .panel-default:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.accordion-style3 .active-accordion .panel-title {
    color: #000 !important;
}

/* toggle - style 1 */

.toggles-style1 {
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: none
}

.toggles-style1 .panel {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.toggles-style1 .panel-title {
    border: none;
    padding: 20px 25px;
    font-size: 14px;
    position: relative
}

.toggles-style1 .panel-title span {
    position: absolute;
    right: 25px;
    top: 20px;
}

.toggles-style1 .panel:first-child {
    border-bottom: none
}

.toggles-style1 .panel-heading {
    padding: 0
}

.toggles-style1 .panel-body {
    padding: 0 60px 25px 25px !important;
    background-color: #fff;
    margin: 0 !important;
}

.toggles-style1 .active-accordion h4 {
    font-weight: 600;
    color: #000;
}

/* toggle - style 2 */

.toggles-style2 .panel-title {
    background-color: #000;
    color: #fff !important;
}

.toggles-style2 .panel-heading i {
    font-size: 18px;
    margin: 0;
    color: #fff;
    padding-top: 5px
}

.toggles-style2 .panel-default > .panel-heading {
    background-color: transparent;
    padding: 0 !important;
    margin-bottom: 2% !important
}

.toggles-style2 .panel-body {
    margin: 0 !important;
    padding: 10px 18px 25px !important
}

/* ===================================
    Quote
====================================== */

/* quote - style 1 */

.quote-style1:before {
    content: "“";
    display: block;
    position: absolute;
    font-size: 200px;
    left: 0;
    top: 64px;
    color: #ef106e
}

.quote-style1 {
    padding-left: 70px;
    display: block
}

/* quote - style 2 */

.quote-style2:before {
    content: "“";
    display: block;
    position: absolute;
    font-size: 200px;
    left: -5px;
    top: 64px;
    color: #000
}

.quote-style2 {
    display: block;
    padding-top: 95px;
}

.quote-display-none {
    padding-top: 0;
}

.quote-display-none:before {
    display: none;
}

/* ===================================
    Alert
====================================== */

/* alert - style 1 */

.alert-style1 .alert {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-width: 3px !important;
    border-radius: 0;
    padding: 25px;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px
}

.alert-style1 .alert span {
    width: 70%;
    display: table
}

.alert-style1 .alert i {
    background-color: transparent;
    float: left;
    width: 70px;
    font-size: 35px;
    line-height: 60px;
    color: #aeaeae
}

.alert-style1 .alert .icon-image {
    float: left;
    width: 70px;
}

.alert-style1 .alert:hover {
    border-bottom-width: 6px !important;
    color: #4d4d4d
}


/* alert - style 2 */

.alert-style2 .alert {
    border-radius: 0;
    background-color: transparent
}

.alert-block {
    padding: 25px;
}

.alert-block p {
    width: 90%
}

/* ===================================
    Video and sound
====================================== */

.video-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.html-video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}

.sound iframe {
    width: 100%;
}

.iframe-fit-videos {
    position: absolute;
}

.poster-image-none {
    background-size: 0 !important
}

/* ===================================
    Footer
====================================== */

footer {
    clear: both;
}

footer img {
    max-width: 156px;
}

.footer-bottom {
    padding: 30px 0
}

.footer-top {
    padding: 80px 0
}

.footer-social i {
    font-size: 22px;
}

.footer-social a {
    margin: 0 25px;
    display: inline-block;
}

.footer-social a:first-child {
    margin-left: 0
}

.footer-social a:last-child {
    margin-right: 0
}

.footer-social a i {
    color: #575757;
}

.footer-social a:hover i {
    color: #868686
}

.social-icon.footer-social a {
    margin: 0 5px;
}

.social-icon.footer-social a:hover i {
    color: #fff
}

footer a.privacy-policy-link {
    color: #626262;
}

footer a.privacy-policy-link:hover,
footer a.privacy-policy-link:focus {
    color: #7f7f7f;
}

/* ===================================
    Agency demo
====================================== */

.service {
    min-height: 684px
}

.service-sub {
    border: 6px solid transparent;
    padding: 24px
}

.service-sub:hover {
    border: 6px solid #fdd947;
    padding: 24px;
    background: #fff
}

.agency-skill .brando-column-container {
    min-height: 500px;
}

.work-with-us {
    padding: 80px 0
}

/* ===================================
    Restaurant demo
====================================== */

.restaurant-dishes {
    width: 450px;
    height: 550px;
    margin-top: 45px;
}

#menu .container-fluid {
    position: relative;
}

.restaurant-menu {
    min-height: 740px;
    position: relative;
}

.restaurant-menu:hover .restaurant-menu-image img {
    opacity: .5
}

.restaurant-menu-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

.restaurant-menu-text {
    border: 8px solid #d8b75f;
    position: absolute;
    transition: all 400ms ease-out 0s;
    opacity: 0;
    z-index: 2;
    height: calc(100% - 80px);
    width: calc(100% - 100px);
    left: 50px;
    top: -42px;
}

.restaurant-menu:hover .restaurant-menu-text {
    opacity: 1;
    top: 42px
}

.restaurant-menu-text-inner {
    height: 100%;
    overflow-y: auto;
}

.restaurant-menu .menu-item {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 17px 0 22px 0;
    float: left;
    width: 100%
}

.restaurant-menu .menu-item:first-child {
    padding-top: 0
}

.restaurant-menu .menu-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.restaurant-menu .menu-item img {
    max-height: 80px
}

.menu-text,
.menu-img {
    min-height: 80px;
    position: relative
}

.menu-text-sub {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    top: 50%;
}

.restaurant-menu .menu-item p {
    line-height: 20px;
    margin: 0 0 5px 0
}

.restaurant-menu-background {
    height: calc(100% - 46%);
    width: calc(100% - 46%);
    left: 23%;
    top: 23%;
    position: absolute;
    background: rgba(255, 255, 255, 1);
}

.restaurant-menu-border {
    border: 6px solid rgba(0, 0, 0, .1);
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    position: absolute;
}

.restaurant-menu-item {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1
}

.chef-bio:hover .chef-details {
    opacity: 1;
    bottom: 50px
}

.chef-details {
    position: absolute;
    opacity: 0;
    bottom: -250px;
    transition: all 400ms ease-out 0s;
    width: 70%;
    left: 15%;
}

.chef-bio:hover .chef-img img {
    position: relative;
    bottom: 20px;
    opacity: .5;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.chef-img img {
    transition: all 400ms ease-out 0s;
    position: relative;
    bottom: 0
}

.special-dishes-price {
    height: 90px;
    line-height: 18px;
    padding: 25px 0;
    width: 90px;
    right: 15px;
    top: 0
}

.special-dishes:hover img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* ===================================
    Travel demo
====================================== */

.travel-slider {
    min-height: 725px
}

.travel-top-slider {
    padding-top: 100px;
    padding-bottom: 0px;
}

.adventure-details-main {
    position: relative;
}

.adventure-details {
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(30, 33, 38, .9)
}

.adventure-details-sub {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.adventure-details-main:hover .adventure-details {
    margin-right: 50%;
    background: #1e2126 !important
}

.adventure-details-destinations {
    margin: 0;
    opacity: 0;
    padding: 8px 0 9px;
    position: absolute;
    width: 111%;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: top right;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: top right;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    -o-transform: rotate(-90deg);
    -o-transform-origin: top right;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: top right;
}

.adventure-details-main:hover .adventure-details-destinations {
    opacity: 1;
}

.adventure-details-main-bottom {
    position: relative;
}

.adventure-details-main-bottom:hover .adventure-details {
    margin-right: 50%;
    background: #1e2126 !important
}

.adventure-details-main-bottom .adventure-details {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 101%;
    background: rgba(30, 33, 38, .9)
}

.adventure-details-main-bottom:hover .adventure-details {
    margin-left: 50%;
    background: #1e2126 !important
}

.adventure-details-main-bottom .adventure-details-destinations {
    margin: 0;
    opacity: 0;
    padding: 8px 0 9px;
    position: absolute;
    width: 110%;
    left: 0;
    transform: rotate(90deg);
    transform-origin: top left;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -o-transform: rotate(90deg);
    -o-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
}

.adventure-details-main-bottom:hover .adventure-details-destinations {
    opacity: 1
}

.travel-how-to-work {
    background: rgba(53, 56, 60, .7);
    padding: 20px 50px;
    display: inline-block
}

.travel-special-off {
    top: 0;
    right: 0;
    padding: 5px 15px;
}

.hotel-review {
    padding: 12px 20px;
    right: 15px;
    top: 0;
    min-width: 150px;
}

.hotel-review i {
    display: inline;
    padding-left: 4px;
}

.itinerary p {
    float: left;
    margin-bottom: 25px;
    position: relative;
    padding-left: 90px;
}

.itinerary p span {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 7px 25px 0 0;
    padding: 2px 15px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
}

/* ===================================
    Spa demo
====================================== */

.hover-box:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hover-box:hover .opacity-light {
    background: #000 !important
}

.hover-box-text {
    right: 0;
    padding: 45px 75px;
    bottom: 0
}

.hover-box-text .title-medium:before {
    background: #ff1a56;
    content: "";
    height: 4px;
    left: 53px;
    position: absolute;
    top: 62px;
    width: 15px;
}

.hover-box:hover .hover-box-text {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

.hover-box-more {
    padding: 0;
    width: 80px;
    height: 80px;
    bottom: 0;
    right: -80px;
    opacity: 0
}

.hover-box-more a {
    display: block;
    line-height: 20px;
    padding: 21px 20px;
}

.hover-box:hover .hover-box-more {
    opacity: 1;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}

.treatments-box {}

.treatments-box-img {
    min-height: 550px;
}

.treatments-box-img img {
    width: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.treatments-box-text {
    border: 8px solid #fff;
    min-height: 550px;
}

.treatments-box-text-sub {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.treatments-box-text-sub img {
    width: 84%;
    top: 5px
}

.treatments-box-number {
    font-size: 100px;
    bottom: -60px;
}

.packages-img {
    min-height: 550px
}

.packages-text {
    min-height: 550px
}

.packages-details {
    min-height: 550px
}

.packages-list li {
    padding: 14px 0
}

.spa-packages {
    background: rgba(255, 255, 255, 1) !important
}

.adventure-details-main:hover .spa-packages,
.adventure-details-main-bottom:hover .spa-packages {
    background: #fff !important
}

/* ===================================
    Photography demo
====================================== */

.photography-about {
    min-height: 830px
}

.photography-quotes:before {
    content: "“";
    color: #85eea5;
    font-size: 200px;
    position: absolute;
}

.arrow-link {
    padding: 0 15px 0 0;
    z-index: 1
}

.arrow-link:before {
    background: url('assets/images/arrow.png') right 6px no-repeat;
    top: -3px;
    content: "arrow";
    text-indent: -9999px;
    width: 100%;
    position: absolute;
    z-index: -1
}

.arrow-link:hover {
    padding: 0 30px 0 0;
    z-index: 1;
}

#people .scroll-down,
#nature .scroll-down,
#wildlife .scroll-down,
#food .scroll-down {
    bottom: 60px
}

.photography-services {
    min-height: 560px;
    background: #eeeeee
}

.photography-services {
    min-height: 560px
}

.photography-services-sub {
    margin-top: -50px
}

.hover-box-image:hover h3 {
    top: 70%;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 27px
}

.hover-box-image imh {
    z-index: -2
}

.hover-box-image .grid-style1-border {
    opacity: 0;
}

.hover-box-image:hover .grid-style1-border {
    opacity: 1;
}

.hover-box-image-link {
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 60px;
}

.hover-box-image:hover .hover-box-image-link {
    opacity: 1;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.line-link {
    padding: 0 10px;
    z-index: 1
}

.line-link:before {
    background: url('assets/images/link-line.png') center 12px no-repeat;
    content: "arrow";
    text-indent: -9999px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0
}

.line-link:hover {
    padding: 0 25px;
    z-index: 1;
}

.awards-year:before {
    border-bottom: 1px solid rgba(0, 255, 151, 1);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 76%;
}

/* ===================================
    Personal demo
====================================== */

.skills {
    padding: 5px 15px;
}

.employment-year {
    padding: 2px 13px;
    font-size: 12px;
    margin: 10px 0 15px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.employment-year:after {
    border-bottom: 1px solid #000;
    content: "";
    position: absolute;
    width: 1000%;
    top: 13px;
    z-index: -1;
}

.ajax-popup-title-text {
    background: #ef106e;
    padding: 15px 25px;
}

.personal-slider-content {
    position: absolute;
    left: 0;
    right: 0;
}

.personal-slider-content span {
    display: table;
}

.personal-slider-content .slider-typography {
    z-index: inherit !important
}

/* ===================================
    Architecture demo
====================================== */

.architecture-title {
    min-height: 580px;
}

.architecture-title-number {
    letter-spacing: -5px;
    line-height: 74px !important;
    margin: 0;
    padding: 0;
    right: -2px;
    top: 16%;font-family: 'DIN-black', sans-serif!important;
}
#projects .architecture-title-number{    right: -11px;}

.architecture-bio {
    overflow: hidden;
    position: relative;
}

.architecture-bio:hover .architecture-details {
    opacity: 1;
    bottom: 50px
}

.architecture-details {
    position: absolute;
    opacity: 0;
    bottom: -250px;
    transition: all 400ms ease-out 0s;
    width: 65%;
    left: 0;
    right: 0;
    background: rgba(227, 29, 59, .9)
}

.architecture-bio:hover .architecture-img img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.architecture-img img {
    transition: all 400ms ease-out 0s;
    position: relative;
    bottom: 0
}

.architecture-bio .team-member-social a:after {
    content: "/";
    margin: 0 5px
}

.architecture-bio .team-member-social a:last-child:after {
    content: "";
    margin: 0;
}

/* ===================================
    Event demo
====================================== */

.counter-container {
    display: table;
    margin: 0 auto;
}

.countdown-timer .counter-box {
    display: block;
    width: 170px;
    text-align: center;
    padding: 0 25px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.countdown-timer .last {
    border-right: 0px !important;
}

.countdown-timer .first {
    border-left: 0px !important;
}

.countdown-timer .number {
    font-size: 60px;
    text-align: center;
    font-weight: 600;
    line-height: 65px;
}

.countdown-timer span {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase
}

.table table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 30px 35px;
    border-top: 1px solid #e5e5e5;
    text-align: left
}

.table table td:last-child {
    border-right: none
}

.table table td:first-child {
    text-align: center
}

.client-logo {
    height: 60px;
    vertical-align: middle;
    display: table-cell
}

.registration-form {
    background: rgba(0, 0, 0, .5);
    padding: 35px
}

/* ===================================
    Wedding demo
====================================== */

.wedding-slider-line {
    border-bottom: 4px double rgba(147, 228, 208, .5);
    display: inline-block;
}

.title-dividers:after {
    content: "";
    border-bottom: 1px solid #93e4cf;
    display: inline-block;
    position: absolute;
    top: 49%;
    width: 40px;
    right: -60px;
}

.title-dividers:before {
    content: "";
    border-bottom: 1px solid #93e4cf;
    display: inline-block;
    left: -60px;
    position: absolute;
    top: 49%;
    width: 40px;
}

.couple-quotes {
    color: #85d4c0;
    margin-top: 40px;
}

.couple-quotes:before {
    content: "“";
    font-size: 100px;
    position: absolute;
    top: 22px;
}

.wedding-social i {
    margin: 0 14px;
    font-size: 14px
}

.wedding-event-box {
    border: 5px solid #e4e4e4
}

.attending-main {
    height: 500px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 1;
}

.location-map iframe {
    height: 420px;
    width: 100%;
    vertical-align: top;
}

.attending-main .img-border-medium {
    height: 470px;
}

.maps iframe {
    pointer-events: none;
}

/* ===================================
    Tattoo demo
====================================== */

.section-top-pattern {
    background: url(assets/images/tattoo-icon-bg.jpg) no-repeat top center;
}

.tattoo-art-bg {
    min-height: 710px;
}

.tattoo-art-title {
    border: 7px solid #6ad5a7;
}

.artist-info {
    opacity: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 15% 15% 0;
}

.artist-info p {
    color: #757575
}

.our-artist:hover .artist-info {
    opacity: 1;
}

.artist-title {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 18px 40px 15px;
}

.tattoo-art-box .title-extra {
    font-size: 60px;
    line-height: 60px;
}

/* ===================================
    Blog listing
====================================== */

/* page title */

.page-title {
    height: 450px;
    padding: 76px 0 0;
    overflow: hidden;
}

.page-title h2 {
    font-size: 50px;
}

/* blog listing */

.blog-listing .post-date {
    width: 110px;
    height: 110px;
    line-height: 28px;
    background-color: #373737;
    margin-top: 54px;
    font-size: 14px;
    padding: 30px 0 !important
}

.blog-listing .post-date span {
    font-size: 35px;
    display: block;
    font-weight: 600
}

.blog-sharing i {
    margin: 0 10px;
}

.blog-sharing a:last-child i {
    margin-right: 0;
}

.blog-sharing a:first-child i {
    margin-left: 0;
}

.blog-sharing a i {
    color: #818181
}

.blog-sharing a:hover i {
    color: #a0a0a0
}

.blog-listing-link a:after {
    content: "/";
    padding: 0 10px;
}

.blog-listing-link a:last-of-type:after {
    content: "";
}

.blog-search-btn {
    color: #949494;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0;
    margin-bottom: 47px;
}

.blog-search-btn:focus {
    border: none;
    border-bottom: 1px solid #000;
}

.widget {
    margin-bottom: 65px;
}

.widget.widget_search {
    margin-bottom: 0;
}

.widget .close-search {
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 12px;
    z-index: 998;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #9a9a9a;
    padding: 0;
}

.widget .close-search:hover {
    color: #000
}

.pagination {
    margin: 0 0;
    border-radius: 0;
    padding: 0 15px 0;
}

.pagination .page-numbers {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #aaaaaa;
    padding: 0 1px 0 0;
    line-height: 32px;
    width: 34px;
    height: 34px;
    margin: 0 -2px;
    border: 1px solid #e5e5e5;
    border-right: 0;
}

.pagination .page-numbers:hover {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000;
    border-right: 0;
}

.pagination .page-numbers.current {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000;
    border-right: 0;
}

.pagination a.page-numbers:last-child {
    border-right: 1px solid #e5e5e5
}

.pagination a.page-numbers:last-child:hover {
    border-right: 1px solid #000
}

.pagination .page-numbers:hover i {
    color: #fff
}

.pagination i {
    color: #000;
    font-size: 20px;
    line-height: 32px;
}

.pagination .next i {
    margin-left: 3px;
}

.pagination .prev i {
    margin-right: 3px;
}

.blog-image blockquote {
    border-left: 0 none;
    margin-bottom: 0;
    padding: 50px;
}

.blog-image blockquote p:before {
    color: #000;
    content: "\f10d";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 50px;
    margin-right: 10px;
}

.fluid-width-video-wrapper {
    position: relative;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.post-center .blog-listing .post-date {
    width: 93px;
    height: 93px;
    padding: 20px 0 !important;
    margin-top: 48px;
}

.sidebar .main-search {
    position: relative;
}

.fluid-width-video-wrapper iframe {
    top: -5px !important;
}

section.full-screen .video-background {
    background: rgba(67, 67, 67, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.default-link-pages {
    margin: 20px 0;
    text-align: center;
}

.default-link-pages .page-links-title {
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
}

.default-link-pages a .page-numbers {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #aaaaaa;
    padding: 0 1px 0 0;
    line-height: 32px;
    width: 34px;
    height: 34px;
    margin: 0 -2px;
    border: 1px solid #e5e5e5;
    border-right: 0;
}

.default-link-pages a .page-numbers:hover {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000;
    border-right: 0;
}

.default-link-pages > span.page-numbers {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000;
    border-right: 0;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 1px 0 0;
    line-height: 32px;
    width: 34px;
    height: 34px;
    margin: 0 -2px;
}

.default-link-pages a:last-child .page-numbers {
    border-right: 1px solid #e5e5e5
}

.default-link-pages a:last-child:hover .page-numbers {
    border-right: 1px solid #000
}

/* blog grid */

.blog-2-column > div:nth-child(2n + 1) {
    clear: both;
}

.blog-3-column > div:nth-child(3n + 1) {
    clear: both;
}

.blog-4-column > div:nth-child(4n + 1) {
    clear: both;
}

.blog-6-column > div:nth-child(6n + 1) {
    clear: both;
}

/* blog details */

.blog-comment {
    margin: 50px 0;
}

.blog-comment .comment-avtar {
    float: left;
    margin-right: 35px;
    margin-top: 0;
    max-width: 100px;
}

.blog-comment-main .comment-text .blog-comment-name:after {
    content: "/";
    padding: 0 10px;
}

.blog-comment > .blog-comment {
    margin-left: 40px;
}

.blog-post-title:after {
    border-bottom: 4px solid #fdd947;
    content: "";
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 30px;
}

.blog-comment-form textarea {
    min-height: 100px !important;
}

.comment .blog-comment .comment-text span {
    text-transform: none;
}

.comment .blog-comment .comment-text {
    color: #626262;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 23px;
    text-transform: none
}

.blog-description ul {
    list-style: inherit;
    list-style-position: inside !important;
}

.comment-form-cookies-consent {
    margin-bottom: 10px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    vertical-align: top;
    margin-top: 0;
    margin-right: 10px;
    float: none;
}

.comment-form-cookies-consent input[type="checkbox"] + label {
    display: inline-block;
    width: calc(100% - 35px);
    margin-top: -5px;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
}

.blog-comment-form .required {
    margin-bottom: 30px;
}

/* contact form */

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: normal;
}

select[multiple] option {
    margin-bottom: 5px;
}

select[multiple] option:last-child {
    margin-bottom: 0;
}

input[type="date"] {
    position: relative;
    padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

input[type="date"]:before {
    font-family: Font Awesome\ 5 Free;
    content: '\f073';
    font-weight: 300;
    font-size: 20px;
    position: absolute;
    top: 13px;
    right: 11px;
    color: #999;
}

input[type="date"]::-webkit-inner-spin-button {
    margin-right: 10px;
    margin-top: 2px;
}

.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textArea,
.wpcf7 .wpcf7-form select {
    font-size: 13px;
    padding: 12px 15px;
}

.wpcf7 .wpcf7-form input[type="checkbox"],
.wpcf7 .wpcf7-form input[type="radio"] {
    width: auto;
    position: relative;
    margin: 0;
    vertical-align: middle;
}

.wpcf7 .wpcf7-form .wpcf7-list-item {
    margin-right: 30px;
    margin-left: 0;
}

.wpcf7 .wpcf7-form .wpcf7-list-item label {
    padding-left: 0;
}

.wpcf7 .wpcf7-form .wpcf7-list-item label .wpcf7-list-item-label {
    display: inline-block;
    margin-right: 10px;
    line-height: normal;
    vertical-align: middle;
    font-weight: normal;
}

.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    margin-right: 10px;
}

.wpcf7 .wpcf7-form .acceptance {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap label {
    width: 100%;
}

.wpcf7 .wpcf7-form input[type="range"],
.wpcf7 .wpcf7-form input[type="file"] {
    margin-bottom: 0;
}



/* categories */

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 12px;
    margin-bottom: 10px;
    color: #ababab;
}

.sidebar ul li a {
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar ul li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.sidebar ul li.current-cat a {
    color: #000000;
    font-weight: 600;
}

.sidebar ul li.current_page_item a {
    color: #000000;
    font-weight: 600;
}

.sidebar ul li ul.children {
    padding: 7px 0 0 10px;
}

.sidebar ul li ul.children li {
    margin-bottom: 6px;
    padding: 0 0 8px;
}

.sidebar ul li ul.children li:last-child {
    padding: 0;
    margin: 0;
}

/* sidebar widget menu */

.sidebar .widget .menu li {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    color: #ababab;
}

.sidebar .widget .menu li a {
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px;
    padding: 0 0 12px;
    display: block
}

.sidebar .widget .menu li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.sidebar .widget .menu li.current-cat a {
    color: #000000;
    font-weight: 600;
}

.sidebar .widget .menu li.current_page_item a {
    color: #000000;
    font-weight: 600;
}

.sidebar .widget .menu li ul {
    margin-left: 15px;
}

.sidebar .widget .menu li ul li ul {
    margin-left: 15px;
}

/* popular posts */

.sidebar ul.widget-posts li a {
    line-height: 18px;
    margin-bottom: 3px;
    text-transform: none;
    font-size: 13px;
    display: block;
}

/* tags */

.tags a {
    padding: 2px 10px;
    display: inline-block;
    color: #373737;
    margin: 0 8px 10px 0;
    background-color: #f6f6f6;
    text-transform: uppercase;
    font-size: 11px !important;
    line-height: 20px;
}

.tags a:hover {
    background-color: #000;
    color: #fff;
}

/* breadcrumb */

.breadcrumb {
    padding: 10px 0 7px;
    border-bottom: 1px solid #e5e5e5;
    background-color: inherit;
    border-radius: 0;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
}

.breadcrumb ul li {
    text-transform: uppercase;
    float: left;
    font-size: 11px;
}

.breadcrumb ul li:after {
    color: #898989;
    content: "|";
    font-size: 11px;
    padding: 0 12px;
    position: relative;
    top: -1px;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.page-top-breadcrumb {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 75px;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
}

.page-top-breadcrumb a:hover {
    color: #626262
}

.admin-bar .page-top-breadcrumb {
    top: 102px;
}

.admin-bar .personal .page-top-breadcrumb {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    position: relative;
}

.personal .page-top-breadcrumb {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    position: relative;
}

/* ===================================
    Coming soon
====================================== */

.coming-soon-bg .navbar-brand {
    float: none !important
}

.coming-soon-bg p {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 20px !important
}

.coming-soon-bg form {
    position: relative;
}

.coming-soon-bg form input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 6px 40px 6px 12px;
    border: 1px solid #666c6e;
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
}

.coming-soon-bg button i {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 24px;
}

.coming-soon-bg form button {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.coming-soon-bg .footer-social a i {
    color: #fff;
}

/*only for webkit  browsers*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .fix-background-webkit {
        background-attachment: scroll !important;
    }
    .no-transition-ipad * {
        transition-timing-function: none;
        -moz-transition-timing-function: none;
        -webkit-transition-timing-function: none;
        -o-transition-timing-function: none;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
    }
}

/* ===================================
    Demo page
====================================== */

.buy-theme {
    position: fixed;
    top: 125px;
    border-radius: 4px;
    right: -151px;
    background: url("assets/images/buy-theme.png") no-repeat 14px center rgba(50, 50, 50, .8);
    z-index: 10
}

.buy-theme:hover,
.quick-question:hover {
    right: -26px
}

.buy-theme span,
.quick-question span {
    padding: 0 28px;
    position: relative;
    top: 0;
    opacity: 0;
    color: #fff;
}

.buy-theme:hover span,
.quick-question:hover span {
    opacity: 1
}

.buy-theme a,
.quick-question a {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 15px;
    display: block
}

.quick-question {
    position: fixed;
    top: 175px;
    border-radius: 4px;
    right: -109px;
    background: url("assets/images/quick-question.png") no-repeat 14px center rgba(50, 50, 50, .8);
    z-index: 10
}

/* equal height */

.row-equal-height .brando-row-flex,
.row-equal-height.brando-row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-equal-height .brando-row-flex > div,
.row-equal-height.brando-row-flex > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-equal-height.row-content-top .brando-row-flex > div,
.row-equal-height.row-content-top.brando-row-flex > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row-equal-height.row-content-middle .brando-row-flex > div,
.row-equal-height.row-content-middle.brando-row-flex > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-equal-height.row-content-bottom .brando-row-flex > div,
.row-equal-height.row-content-bottom.brando-row-flex > div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.row-equal-height .brando-row-flex .brando-column-container .vc-column-innner-wrapper,
.row-equal-height.brando-row-flex .brando-column-container .vc-column-innner-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* vc front editor */

.vc_empty-placeholder {
    margin-bottom: 0 !important;
}

body.vc_editor .row-equal-height .row,
body.vc_editor .row-equal-height .row > .brando-column-container {
    display: inherit;
}

body.vc_editor .row-equal-height .row {
    box-sizing: inherit;
    display: inherit;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

body.vc_editor .row-equal-height .row > .brando-column-container {
    display: inherit
}

body.vc_editor .row-equal-height .row > .brando-column-container > .vc-column-innner-wrapper {
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit
}

body.vc_editor .row-equal-height .row > .brando-column-container > .vc-column-innner-wrapper {
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    display: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}

body.vc_editor .row-content-middle .brando-column-container > .vc-column-innner-wrapper {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

body.vc_editor .row-equal-height .brando-column-container {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

body.vc_editor .row-content-top {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: inherit;
    align-content: inherit
}

body.vc_editor .row-content-top .brando-column-container > .vc-column-innner-wrapper {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

body.vc_editor .row-content-bottom {
    -webkit-align-content: inherit;
    -ms-flex-line-pack: inherit;
    align-content: inherit
}

body.vc_editor .row-content-bottom .brando-column-container > .vc-column-innner-wrapper {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

body.vc_editor .fix-background {
    background-attachment: initial !important
}

body.vc_editor .parallax-fix {
    background-attachment: initial !important;
    background-size: initial !important;
}

body.vc_editor .vc_brando_font_icons,
body.vc_editor .vc_brando_button {
    display: inline-block;
}

body.vc_editor .brando-column-container.full-screen .vc-column-innner-wrapper {
    height: 100%;
    position: absolute;
    width: 100%
}

body.vc_editor .brando-column-container.full-screen .vc_element-container {
    height: 100%;
}

body.vc_editor .brando-column-container.full-screen .vc_empty-shortcode-element {
    height: 100%;
}

.compose-mode .vc_element.vc_empty .vc_empty-element.service {
    min-height: 684px;
}

.compose-mode .agency-skill .vc_element.vc_empty .vc_empty-element.brando-column-container {
    min-height: 500px;
}

body.vc_editor .vc-equal-col-height {
    min-height: 600px;
}

body.vc_editor .icon-box .vc_controls-out-tl i,
body.vc_editor .icon-box .vc_controls-element i {
    margin: 0;
}

body.vc_editor .vc_brando_award_box .vc_element {
    min-height: 0;
}

body..vc_editor .vc_vc_column,
body..vc_editor .vc_vc_column_inner {
    padding-left: 15px;
    padding-right: 15px;
}

/* language */

.menu-item-language {
    position: relative;
}

.menu-item-language ul {
    display: none;
    position: absolute;
    width: 150px !important;
}

.navbar-nav .menu-item-language > ul > li {
    margin: 0 !important;
    padding: 0 12px !important;
    text-align: left;
}

.menu-item-language > ul > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    display: block;
    margin: 0 !important;
    padding: 4px 0 5px !important;
    width: 100% !important;
}

.menu-item-language > a > img.iclflag {
    margin-bottom: 2px !important;
}

.menu-item-language > ul > li:last-child > a {
    border-bottom: 0 none !important;
}

.menu-item-language > ul > li:last-child > a:hover {
    border-bottom: 0 none !important;
}

.menu-item-language > ul > li > a > img {
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
}

.menu-item-language > ul > li > a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.menu-item-language:hover ul {
    display: block;
}

.menu-item-language > a > i {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: -2px;
}

.pull-menu .menu-item-language ul {
    position: inherit;
    width: 100% !important;
}

.sidebar-nav .menu-item-language ul li {
    border: 0 !important;
    padding-top: 10px !important;
}

.sidebar-nav .menu-item-language ul li a:hover,
.sidebar-nav .menu-item-language ul li:hover {
    border: 0 !important
}

.sidebar-nav .navbar-nav .menu-item-language > ul li a::before {
    top: 21px !important;
}

/* page not found */

.not-found-title {
    font-size: 104px;
    line-height: 120px;
    display: block;
    font-weight: 700;
}

.not-found-search-box {
    text-align: center;
    margin: 35px 0 30px;
}

.not-found-search-box .btn {
    display: inline-block;
    margin: 0
}

.not-found-search-box .main-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.not-found-search-box .main-search input {
    padding: 1px 35px 1px 10px;
    font-size: 11px;
    margin: 0;
    width: 210px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.not-found-search-box .main-search input:focus {
    border: 2px solid #fff;
}

.not-found-search-box .main-search .close-search {
    color: #fff !important;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 998;
}

.not-found-search-box .main-search .search-button {
    top: 7px;
    margin-right: 6px !important;
    cursor: pointer;
    z-index: 0;
    color: #373737;
    margin-right: 0;
    border: none;
    background: none;
}

.not-found-search-box .not-found-or-text {
    background-color: #ebebeb;
    color: #000;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    width: 33px;
    border-radius: 100%;
    height: 33px;
    display: inline-block;
    margin: 0 40px;
    vertical-align: top;
    line-height: 33px;
    padding-right: 1px;
}

.not-found-search-box .not-found-or-text:after {
    background-color: #ebebeb;
    content: "";
    height: 1px;
    right: -29px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.not-found-search-box .not-found-or-text:before {
    background-color: #ebebeb;
    content: "";
    height: 1px;
    left: -29px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 30px;
}

section.page-not-found .container p {
    margin-bottom: 15px;
}

.page-not-found *::-webkit-input-placeholder {
    color: #fff;
}

.page-not-found *:-moz-placeholder {
    color: #fff !important;
}

.page-not-found *::-moz-placeholder {
    color: #fff !important;
}

.page-not-found *:-ms-input-placeholder {
    color: #fff !important;
}


/* only ie7, ie9, ie10, ie11 */

@media screen\0 {
    .medium-input-light,
    .medium-textarea-light,
    .medium-select-light select,
    .big-input,
    .big-textarea,
    .big-select select {
        padding: 13px 25px 19px 25px;
    }
    .small-input,
    .small-textarea {
        padding: 12px 15px 19px 15px
    }
    .medium-input,
    .medium-textarea,
    .medium-select select {
        padding: 12px 25px 17px 25px
    }
    input,
    textarea,
    select {
        padding: 8px 15px 16px 15px;
    }
}

/* for safari and crome equal height setting */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .row-equal-height .row > .brando-column-container:first-child {
        margin-left: -11px !important;
    }
}

/* slider video */

.position-relative-without-z-index {
    position: relative;
}

.slider-typography-without-z-index {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

/* slider video - style 1 */

.slider-typography-without-z-index .slider-typography-option1 span {
    font-size: 100px;
    line-height: 100px;
    width: 80%;
    display: inline-block
}

.slider-typography-without-z-index .slider-typography-option1 p {
    font-size: 15px;
}

/* slider video - style 2 */

.slider-typography-without-z-index .slider-typography-option2 span {
    font-size: 50px;
    line-height: 50px;
    width: 80%;
}

.slider-typography .slider-typography-option2 p {
    font-size: 15px;
}

/* slider video - style 3 */

.slider-typography-without-z-index .slider-typography-option3 span {
    font-size: 80px;
    line-height: 95px;
    width: 70%;
    display: inline-block;
}

.slider-typography-without-z-index .slider-typography-option3 p {
    font-size: 16px;
}

.slider-typography-without-z-index .separator-line-medium-thick {
    margin: 75px 0
}

/* slider video - style 4 */

.slider-typography-without-z-index .slider-typography-option4 span {
    font-size: 200px;
    line-height: 80px;
}

.slider-typography-without-z-index .slider-typography-option4 p {
    font-size: 14px;
}

/* slider video - style 5 */

.slider-typography-without-z-index .slider-typography-option5 span {
    font-size: 60px;
    line-height: 70px;
    width: 55%;
    display: block
}

.slider-typography-without-z-index .slider-typography-option5 p {
    font-size: 16px;
}

.slider-typography-without-z-index .separator-line-medium-thick {
    margin: 81px 0
}

/* slider video - style 6 */

.slider-typography-without-z-index .slider-typography-option6 span {
    font-size: 90px;
    line-height: 90px;
    width: 80%;
    display: inline-block
}

.slider-typography-without-z-index .slider-typography-option6 p {
    padding: 4px 17px
}

.slider-typography-without-z-index .slider-typography-option6 p sup {
    font-size: 8px
}

#infscr-loading {
    position: absolute;
    bottom: -40px !important;
    text-align: center;
    width: 100% !important;
    z-index: 99
}

#infscr-loading img {
    width: auto !important;
}

/* vc slider */

.vc_images_carousel .vc_carousel-control.vc_right {
    right: -40px !important;
}

.vc_images_carousel .vc_carousel-control.vc_left {
    left: -40px !important;
}

.vc_images_carousel ol.vc_carousel-indicators {
    bottom: -40px !important;
}

button.mfp-close,
button.mfp-arrow,
.mfp-close {
    border-radius: 0;
}

/*** header verticle middle ***/

.header-vertical-center .row {
    align-items: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    height: auto;
    padding: 0;
}

.header-vertical-center .accordion-menu {
    flex: 1 1 auto;
}

.header-vertical-center .header-right {
    margin-top: 0;
    flex: 1 0 auto;
}

.header-vertical-center .accordion-menu.pull-right .navbar-nav {
    float: right;
}

/*** Subscribe button ***/

.brando-newsletter-style1 {
    width: 90%;
    margin: 0 auto;
    display: table;
}

.brando-newsletter-style1 form {
    display: inline-block;
    width: 100%;
}

.brando-newsletter-style1 form input {
    border: 0;
    background: #fff;
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    width: 80%;
    float: left;
    border-radius: 50px 0 0 50px;
    padding: 10px 20px 10px 30px;
    margin-bottom: 0;
}

.brando-newsletter-style1 form button {
    height: 44px;
    font-size: 13px;
    width: 20%;
    background: #000;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    padding: 0;
    float: left;
    border-radius: 0 50px 50px 0;
}

.popup-youtube img {
    max-width: 67px;
}

/*extras*/
.derechaBG{background:url(/roitenberg/wp-content/uploads/2018/12/logo_vertical.jpg) 98% 4% no-repeat;}
.textoIntro h2{color: #9D9D9C!important;
    font-size: 23px;
    font-family: 'DIN Alternate',sans-serif!important;
    font-weight: normal!important;
    width: 79%;
    line-height: 43px;}
#people .acercaDe h2{
    color: #fff!important;
    font-size: 16px!important;
    font-family: 'DIN Alternate',sans-serif!important;
    font-weight: normal!important;
    line-height: 25px;
}
.infoContacto span.text-large{
        font-family: 'DIN Condensed',sans-serif!important;
    font-size: 20px;
}


.infoContacto p.text-medium,.infoContacto a{    color: #D0D0D0;
    font-size: 17px;
    text-transform: none!important;
    font-family: 'DINPro-Medium',sans-serif!important;}

#wpcf7-f5268-p2386-o1 input.btn{
    background:#969696;font-family: 'DINPro-Medium',sans-serif!important;font-size: 12px;border-color: #969696;text-align: left;
    
}
#wpcf7-f5268-p2386-o1 input.btn:hover{border-color: #969696;background:#fff;color:#969696}
#contact .textoIntro h2{    width: 68%;}
.blog-description .black-text.heading-style3{
     font-family: 'DIN-black',sans-serif!important;
    font-weight: normal!important;
    letter-spacing: 1px;
}
.blog-description .crimson-red-text{    color: #9d9d9c !important;font-family: 'DINPro-bold',sans-serif!important;    font-size: 55px;
    text-align: center;
    display: block;}
.blog-description .black-text{font-family: 'DINPro-bold',sans-serif!important;}
.blog-description .text-medium{font-size: 16px!important;}
.blog-description .bg-mid-gray{background:#1E4BAF!important;    width: 70px;}
.blog-description .text-left p{    font-size: 14px;}



#projects .portfolio-filter li:first-child a{    position: relative!important;
    text-indent: -10000px;
    font-size: 0;}
#projects .portfolio-filter li:first-child a:after{position: absolute;
    content: "todos";
    font-size: 16px;}

.menu-button:after{
    background:url(http://grarquitecto.com.ar/wp-content/uploads/2018/10/LOGO.png) no-repeat;
    position: absolute;
    content:"";
        top: 30px;
    width: 320px;
    height: 70px;
    left: -11px;
}
.close-button{
        width: 37px!important;
    height: 37px!important;
    position: absolute;
    left: 10px!important;
    top: 59px!important;
}
.pull-menu .wrap-menu-content{
        margin: 60px 0 0;
    border-bottom: none;    border-top: none;
}
.pull-menu .navbar-brand{display: none}
.menu-wrap{    background: none!important;
    padding: 60px 13px;}
.pull-menu .wrap-menu-content:after{background: none}
@media (max-width: 760px){
    #people .architecture-title-number{    top: 0%;}
    .close-button{
        left: 30px!important;
    top: 28px!important;
}
    .pull-menu .wrap-menu-content{    margin: 74px 0 0!important;}
    .pull-menu nav.shrink{background:none!important}
    #people .architecture-title-number{    top: -1%;}
}