@charset "UTF-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
header,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h1,
h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    overflow: visible;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
h1,
h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: 2.5rem;
}
h4 {
    font-size: 1.5rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-5,
.col-lg-6,
.col-md-12,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.offset-1 {
    margin-left: 8.333333%;
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.carousel {
    position: relative;
}
.d-none {
    display: none !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.text-center {
    text-align: center !important;
}
.fa,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-whatsapp:before {
    content: "\f232";
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(webfonts/fa-brands-400.eot);
    src: url(webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
        /*url(webfonts/fa-brands-400.woff2) format("woff2"),*/
        /*url(webfonts/fa-brands-400.woff) format("woff"),*/
        /*url(webfonts/fa-brands-400.ttf) format("truetype"),*/
        url(webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa {
    font-family: "Font Awesome 5 Free";
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(webfonts/fa-regular-400.eot);
    src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
        url(webfonts/fa-regular-400.woff2) format("woff2"),
        url(webfonts/fa-regular-400.woff) format("woff"),
        url(webfonts/fa-regular-400.ttf) format("truetype"),
        url(webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(webfonts/fa-solid-900.eot);
    src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
        /*url(webfonts/fa-solid-900.woff2) format("woff2"),*/
        /*url(webfonts/fa-solid-900.woff) format("woff"),*/
        /*url(webfonts/fa-solid-900.ttf) format("truetype"),*/
        url(webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa {
    font-weight: 900;
}
html {
    overflow-x: hidden;
}
body .body-inner {
    padding: 0;
    margin: 0;
}
@media (max-width: 1024px) {
    body .body-inner {
        width: 100%;
        margin: 0;
    }
}
section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}
@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
}
@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }
}
#topbar {
    position: relative;
    z-index: 200;
    background-color: #fff;
}
#topbar .top-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left;
}
#topbar .top-menu > li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
#topbar .top-menu > li > a {
    color: #484848;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    margin-right: 16px;
}
#topbar .social-icons {
    float: right;
    height: 100%;
    overflow: hidden;
}
#topbar .social-icons li,
#topbar .social-icons li a {
    float: left;
    list-style: outside none none;
}
#topbar .social-icons li a {
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0;
}
#topbar.dark {
    background-color: #1f1f1f;
}
#topbar.dark .social-icons li a,
#topbar.dark .top-menu > li > a {
    color: #fff !important;
}
#topbar.topbar-fullwidth > .container {
    max-width: 100%;
    padding: 0 30px;
}
#topbar {
    border-bottom: 1px solid #eee;
}
#topbar.dark {
    background-color: #252525;
    border-color: rgba(231, 231, 231, 0.25);
}
#topbar.dark .social-icons li a,
#topbar.dark .top-menu > li > a {
    color: #fff !important;
}
.topbar-transparent {
    margin-top: -2px;
}
#topbar.dark {
    border-bottom: 1px solid rgba(231, 231, 231, 0.05);
}
#topbar.dark.topbar-transparent {
    background-color: transparent;
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
}
#topbar ~ #header[data-transparent="true"] + #slider {
    top: -120px;
    margin-bottom: -120px;
}
@media (max-width: 1024px) {
    #topbar.topbar-transparent.dark {
        background-color: #fff !important;
    }
    #topbar.topbar-transparent.dark .social-icons li a,
    #topbar.topbar-transparent.dark .top-menu > li > a {
        color: #484848 !important;
    }
}
#header {
    position: relative;
    width: 100%;
    z-index: 199 !important;
    height: 80px;
    line-height: 80px;
}
#header .container {
    position: relative;
}
#header .header-inner {
    height: 80px;
    background-color: #fff;
    left: 0;
    right: 0;
}
#header .header-inner #logo {
    float: left;
    font-size: 28px;
    position: relative;
    z-index: 1;
    height: 80px;
}
#header .header-inner #logo a [class*="logo-"] {
    display: none;
}
#header .header-inner #logo a .logo-default {
    display: block;
}
#header .header-inner #logo a,
#header .header-inner #logo a span {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: 800;
    letter-spacing: 1.5px;
}
#header[data-fullwidth="true"] .header-inner .container {
    max-width: 100%;
    padding: 0 30px;
}
#header[data-transparent="true"]:not(.sticky-active) .header-inner {
    background-color: transparent;
}
#header[data-transparent="true"] + #slider,
#header[data-transparent="true"] + .inspiro-slider {
    top: -80px;
    margin-bottom: -80px;
}
#header[data-transparent="true"]:not(.sticky-active) .header-inner,
#header[data-transparent="true"]:not(.sticky-active).dark .header-inner {
    background-color: transparent;
}
#header[data-transparent="true"] + #slider,
#header[data-transparent="true"] + .inspiro-slider {
    top: -80px;
    margin-bottom: -80px;
}
#header.dark .header-inner {
    background-color: #181818;
}
#header.dark .header-inner #logo a [class*="logo-"] {
    display: none;
}
#header.dark .header-inner #logo a .logo-dark {
    display: block;
}
#header.dark .header-inner #logo a,
#header.dark .header-inner #logo a span {
    color: #fff;
}
#header.dark .header-inner .lines,
#header.dark .header-inner .lines:after,
#header.dark .header-inner .lines:before {
    background-color: #fff;
}
#header.dark[data-transparent="true"]:not(.sticky-active) .header-inner {
    background-color: transparent;
}
@media (max-width: 1024px) {
    #header .header-inner {
        height: auto;
    }
    #header #logo {
        position: absolute !important;
        width: 100%;
        text-align: center;
        margin: 0 !important;
        float: none;
        height: 80px;
        left: 0;
        right: 0;
        padding: 0 !important;
    }
    #header #logo > a {
        display: inline-block;
    }
}
#mainMenu {
    padding: 0;
}
#mainMenu > .container {
    padding: 0 !important;
}
#mainMenu nav {
    float: right;
}
#mainMenu nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mainMenu nav > ul > li {
    float: left;
    border: 0;
    margin-left: 6px;
    position: relative;
}
#mainMenu nav > ul > li > a {
    position: relative;
    font-family: "Open Sans", sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #000;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: normal;
}
#mainMenu nav > ul > li.current > a {
    color: #dc3545;
}
#mainMenu nav > ul > li.dropdown:before {
    content: "\e930";
    transform: rotate(90deg);
    font-family: inspiro-icons;
    opacity: 0.6;
    position: absolute;
    right: 16px;
    color: #262626;
    font-size: 16px;
    display: none;
}
#mainMenu nav > ul > li .dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-width: 230px;
    top: auto;
    background-color: #fff;
    border: 0;
    color: #000;
    border-style: solid;
    border-color: #eee;
    border-width: 1px !important;
    left: auto;
    margin: 0;
    margin-top: -6px;
    border-radius: 4px;
    box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
    position: absolute;
}
#mainMenu nav > ul > li .dropdown-menu > li > a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #444;
    font-family: "Open Sans", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
}
#mainMenu nav > ul > li:last-child {
    margin-right: 0;
}
#mainMenu nav > ul li ul {
    list-style: none;
    padding: 0;
}
#mainMenu.menu-lines nav > ul > li {
    margin-left: 4px;
}
#mainMenu.menu-lines nav > ul > li > a {
    border-radius: 0;
    border: none;
}
#mainMenu.menu-lines nav > ul > li > a:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
}
#mainMenu.menu-lines nav > ul > li.current > a {
    color: #dc3545;
}
#mainMenu.menu-lines nav > ul > li.current > a:after {
    width: 100%;
    left: 0;
    background-color: #dc3545;
}
.dark #mainMenu nav > ul > li > a {
    color: #fff;
}
.dark #mainMenu nav > ul > li.current > a {
    color: #e2e2e2;
}
.dark #mainMenu nav > ul > li.dropdown:before {
    color: #fff;
}
#mainMenu-trigger {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 80px;
    z-index: 1;
    float: right;
}
@media (max-width: 1024px) {
    #mainMenu-trigger {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    #mainMenu:not(.menu-overlay) {
        max-height: 0;
        clear: both;
        display: block;
        width: 100%;
        opacity: 1;
        overflow: hidden;
    }
    #mainMenu:not(.menu-overlay) > .container {
        text-align: left !important;
        width: 100%;
        max-width: 100%;
    }
    #mainMenu:not(.menu-overlay) nav {
        line-height: 40px;
        float: none;
        width: 100%;
        padding-bottom: 20px;
        opacity: 0;
        transform: translateY(-18px);
    }
    #mainMenu:not(.menu-overlay) nav > ul {
        float: none;
        width: 100%;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border: 0;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li > a {
        display: block;
        padding: 12px 0;
        font-size: 14px;
        border: 0;
        border-radius: 0;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li > a:after {
        display: none;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li.dropdown:before {
        right: 14px;
        display: block;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu {
        background-image: none !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        position: static;
        clear: both;
        float: none;
        box-shadow: none;
        border: 0 !important;
        min-width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 0 16px;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a {
        line-height: 16px;
        font-size: 14px;
        padding: 12px 0;
        display: block;
    }
    #mainMenu:not(.menu-overlay) nav > ul li > .dropdown-menu {
        border: 0 none;
        background-color: transparent;
        display: block;
    }
}
*,
a,
h1,
h4 {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
header,
nav,
section {
    display: block;
}
html {
    font-size: 88%;
}
@media all and (max-width: 768px) {
    html {
        font-size: 81.25%;
    }
}
body {
    font-size: 16px;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", sans-serif;
    color: #484848;
}
h1,
h4 {
    font-family: "Open Sans", sans-serif;
    color: #1f1f1f;
    margin: 0;
    letter-spacing: 0.5px;
}
h1 {
    font-size: 3.14285714em;
    line-height: 1.31818182em;
}
h1:not(:last-child) {
    margin-bottom: 20px;
}
h4 {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 600;
}
h4:not(:last-child) {
    margin-bottom: 8px;
}
.lead {
    font-weight: 400;
}
@media all and (max-width: 767px) {
    h1 {
        font-size: 2.35714286em;
        line-height: 1.36363636em;
    }
    .lead {
        font-size: 1.35714286em;
        line-height: 1.68421053em;
    }
}
p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #777;
    font-family: "Open Sans", sans-serif;
}
a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
    color: #484848;
}
.inspiro-slider {
    width: 100%;
    height: 72vh;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
}
.inspiro-slider .slide {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
    z-index: 1;
    width: 100%;
    display: flex !important;
}
.inspiro-slider .slide .container {
    padding-top: 120px;
    padding-bottom: 100px;
    align-self: center !important;
}
.inspiro-slider .slide .slide-captions {
    position: relative;
    text-align: left;
}
.inspiro-slider .slide .slide-captions h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 30px;
    color: #fff;
}
.inspiro-slider .slide .slide-captions > p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}
.inspiro-slider .slide-captions > * {
    opacity: 0;
}
#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    z-index: 1;
}
@media (max-width: 1024px) {
    .inspiro-slider .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .inspiro-slider .slide .slide-captions {
        text-align: center;
    }
    .inspiro-slider .slide .slide-captions h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    .inspiro-slider .slide .slide-captions > p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 16px;
    }
}
.portfolio-item a:not(.btn) {
    color: #484848;
}
.portfolio-item .portfolio-description a {
    margin: 3px;
}
#scrollTop {
    z-index: -1;
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 0;
    color: #fff;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.25) !important;
    overflow: hidden;
}
#scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0);
}
#scrollTop:after,
#scrollTop:before {
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #dc3545;
    transform: scale(0);
    border-radius: 100px;
}
#scrollTop:before {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1);
    opacity: 0;
    z-index: 2;
}
[class^="icon"] {
    display: inline-block;
}
.lines-button {
    appearance: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 16px;
    background: 0 0;
    outline: 0;
}
.lines-button > * {
    display: block;
}
.lines-button::-moz-focus-inner {
    border: 0;
}
.lines {
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    position: relative;
    top: -4px;
}
.lines::after,
.lines::before {
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: 2.85714px center;
    width: 100%;
}
.lines::before {
    top: 6px;
}
.lines::after {
    top: -6px;
}
.lines,
.lines:after,
.lines:before {
    background-color: #111;
}
.x {
    width: auto;
}
.hidden {
    display: none;
}
.text-center {
    text-align: center;
}
.p-t-100 {
    padding-top: 100px !important;
}
a:not([href]):not([tabindex]):not(.btn) {
    color: none;
}
.btn:not(.close):not(.mfp-close) {
    font-family: "Open Sans", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    outline: 0;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #dc3545;
    border-color: #dc3545;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    margin-bottom: 6px;
    outline: 0;
    line-height: 14px;
}
.btn:not(.close):not(.mfp-close):after {
    content: "";
    position: absolute;
    z-index: -1;
}
.btn:not(.close):not(.mfp-close) i {
    text-shadow: none;
}
.btn:not(.close):not(.mfp-close).btn-rounded {
    border-radius: 2em !important;
}
@media (max-width: 1024px) {
    .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide) {
        font-size: 12px;
        height: 32px;
        line-height: 30px;
        padding: 0 14px;
    }
}
.social-icons {
    line-height: 0;
}
.social-icons ul {
    padding: 0;
    margin: 0;
}
.social-icons li {
    float: left;
    list-style: none;
}
.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    color: #333;
    overflow: hidden;
}
.dark .social-icons li a {
    color: #fff;
}
@font-face {
    font-family: inspiro-icons;
    /*src: 
        url("webfonts/inspiro-icons.ttf?ijzgpf") format("truetype"),
        url("webfonts/inspiro-icons.woff?ijzgpf") format("woff");*/
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
i:not(.fa):not(.fab):not(.far):not(.fas) {
    font-family: inspiro-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-up:before {
    content: "\e931";
}
.carousel {
    opacity: 0;
    visibility: hidden;
}
.dropcap {
    background: none repeat scroll 0 0 #eee;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 8px 20px 0 0;
    text-align: center;
    width: 40px;
}
.dropcap.dropcap-colored {
    background-color: #dc3545;
    color: #fff;
}
input:not([type="checkbox"]):not([type="radio"]) {
    line-height: 18px;
    padding: 10px 16px;
    min-height: 40px;
    font-size: 0.9rem;
}
.testimonial .testimonial-item {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 46px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.testimonial .testimonial-item > p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial.testimonial-single .testimonial-item {
    padding: 30px 80px;
    background-color: transparent;
    border: 0;
}
.testimonial.testimonial-single .testimonial-item p {
    font-size: 20px;
}
.testimonial.testimonial-blockquote .testimonial-item > p {
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    padding: 30px 10px;
}
[data-arrows="false"].testimonial-single.testimonial-blockquote
    .testimonial-item {
    padding: 0 !important;
}
[data-arrows="false"].testimonial-single.testimonial-blockquote
    .testimonial-item
    > p {
    padding: 10px !important;
}
@media (max-width: 1024px) {
    .testimonial.testimonial-single .testimonial-item {
        padding: 10px 20px;
    }
    .testimonial.testimonial-single .testimonial-item p {
        font-size: 14px;
    }
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 0;
    background: rgba(0, 0, 0, 0.59);
    opacity: 0.5;
}
.bg-overlay ~ .container {
    position: relative;
    z-index: 2;
}
[data-bg-image] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
[data-bg-image]::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #181818;
}
