:root {
    --primary-color: #B11609;
    --title-font: 'Outfit', sans-serif;
    --body-font: 'Inter', sans-serif;
    --font-stack: var(--title-font)
}

html {
    scroll-behavior: smooth
}

body,
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

body {
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 400;
    color: #fff;
    background-color: #101010
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    letter-spacing: -.02em
}

p {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 20px;
    color: #bbb;
    font-weight: 400
}

ul {
    list-style-type: none
}

a {
    color: #101010;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:active,
a:focus,
a:hover {
    color: #101010;
    outline: 0;
    text-decoration: none !important
}

a:link {
    text-decoration: none
}

a:focus {
    outline: 0
}

img {
    width: 100%;
    height: auto
}

.mt-20 {
    margin-top: 20px
}

.mt-60 {
    margin-top: 60px
}

.mb-30 {
    margin-bottom: 30px
}

.small,
small {
    font-size: 80%
}

b,
strong {
    color: #fff
}

.bg-black {
    background-color: #1b1b1b
}

.btn-primary {
    background-color: #b11609;
    border-color: #b11609;
    border-radius: 0
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #b11609;
    border-color: #b11609;
    border-radius: 0
}

.text-white {
    color: #fff
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%)
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--font-stack)
}

input[type=checkbox]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=text]:focus,
textarea:focus {
    outline: 0
}

input[type=email],
input[type=file],
input[type=password],
input[type=text],
textarea {
    max-width: 100%;
    margin-bottom: 0;
    padding: 10px 15px;
    height: auto;
    background-color: #1b1b1b;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    text-shadow: none;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #999;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #1b1b1b;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 30px
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #000;
    color: #fff
}

#message {
    height: 130px;
    color: #fff;
    background: #1b1b1b
}

input[type=email].form-control,
input[type=file].form-control,
input[type=password].form-control,
input[type=text].form-control,
textarea.form-control {
    background: #1b1b1b;
    color: #999
}

input[type=checkbox],
input[type=radio] {
    display: inline
}

select {
    padding: 10px;
    border-radius: 5px
}

table,
td,
th,
tr {
    border: 1px solid #1b1b1b
}

td,
th,
tr {
    padding: 10px
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px
}

.js .animate-box {
    opacity: 0
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

form .form-group {
    margin-bottom: 20px
}

.alert-success {
    background: 0 0;
    color: #999;
    border: 1px solid #fff;
    border-radius: 0
}

#preloader,
.preloader-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 77%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background: #000;
    z-index: 999999
}

#preloader {
    display: flex;
    align-items: center;
    justify-content: center
}

#preloader-status {
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: auto;
    top: auto;
    margin: 0;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 2px solid #b11609;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999
}

::-webkit-scrollbar {
    width: 0
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #101010
}

::-webkit-scrollbar-thumb:hover {
    background: #101010
}

::-webkit-selection {
    color: #999;
    background: rgba(0, 0, 0, .1)
}

::-moz-selection {
    color: #999;
    background: rgba(0, 0, 0, .1)
}

::selection {
    color: #999;
    background: rgba(0, 0, 0, .1)
}

.annie-page {
    width: 100%;
    overflow: hidden;
    position: relative
}

.annie-aside {
    padding: 30px;
    width: 23%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1000000;
    background: #b11609;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    scrollbar-width: none
}

.annie-aside .annie-logo {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
    display: block;
    width: 100%
}

.annie-aside .annie-logo h1 {
    font-family: var(--font-stack);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 0
}

.annie-aside .annie-logo span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1em
}

.annie-aside .annie-logo a {
    display: inline-block;
    text-align: center;
    color: #fff
}

.annie-aside .annie-logo a span {
    display: block;
    margin-top: 0;
    text-align: center
}

.annie-aside .annie-main-menu,
.annie-aside .annie-main-menu ul,
.annie-aside .annie-main-menu ul li,
.annie-aside .annie-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.annie-aside .annie-main-menu {
    margin-bottom: 90px
}

.annie-aside .annie-main-menu ul ul {
    display: none
}

.annie-aside .annie-main-menu>ul>li>a {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: var(--font-stack);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: #fff
}

.annie-aside .annie-main-menu>ul>li.active>a,
.annie-aside .annie-main-menu>ul>li.open>a,
.annie-aside .annie-main-menu>ul>li>a:hover {
    color: #fff
}

.annie-aside .annie-main-menu>ul>li.open>a {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: var(--font-stack);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    border-bottom: 1px solid transparent
}

.annie-aside .annie-main-menu>ul>li.last>a,
.annie-aside .annie-main-menu>ul>li:last-child>a {
    border-bottom: 1px solid rgba(255, 255, 255, .09)
}

.annie-aside .annie-main-menu>ul>li.active>a>span::after,
.annie-aside .annie-main-menu>ul>li.open>a>span::after,
.annie-aside .annie-main-menu>ul>li>a:hover>span::after {
    border-color: #fff
}

.annie-aside .annie-main-menu ul ul li a {
    padding: 5px 0 5px 30px;
    list-style: none;
    font-family: var(--font-stack);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em
}

.annie-aside .annie-main-menu ul ul li.active>a,
.annie-aside .annie-main-menu ul ul li.open>a,
.annie-aside .annie-main-menu ul ul li:hover>a {
    color: #fff
}

.annie-aside .annie-main-menu ul ul ul li a {
    margin-left: 30px;
    padding-top: 12px
}

.annie-aside .annie-main-menu>ul>li>ul>li.last>a,
.annie-aside .annie-main-menu>ul>li>ul>li:last-child>a {
    border-bottom: 1px solid #101010;
    padding-bottom: 15px
}

.annie-aside .annie-main-menu>ul>li>ul>li.last.open>a,
.annie-aside .annie-main-menu>ul>li>ul>li.open:last-child>a {
    border-bottom: 1px solid #101010
}

.annie-aside .annie-main-menu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 1px solid #101010
}

.annie-aside .annie-main-menu ul ul li.annie-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 8px;
    z-index: 10;
    top: 17px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.annie-aside .annie-main-menu ul ul li.active>a::after,
.annie-aside .annie-main-menu ul ul li.open>a::after,
.annie-aside .annie-main-menu ul ul li>a:hover::after {
    border-color: #fff
}

.annie-aside .annie-footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #999;
    padding: 30px 0
}

.annie-footer p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1em
}

.annie-footer a,
.annie-footer a i {
    color: #fff
}

.annie-aside .annie-footer span {
    display: block
}

.annie-aside .annie-footer ul {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0
}

.annie-aside .annie-footer ul li {
    display: inline-block;
    margin-right: 10px;
    background-color: transparent;
    text-align: center;
    transition: all .3 ease-in-out
}

.annie-aside .annie-footer ul li a {
    color: #fff;
    font-size: 20px
}

.annie-aside .annie-footer ul li a:active,
.annie-aside .annie-footer ul li a:focus,
.annie-aside .annie-footer ul li a:hover {
    text-decoration: none;
    outline: 0;
    color: #fff
}

.annie-main {
    width: 77%;
    float: right;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.annie-hero {
    background: #101010 url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 0;
    clear: both
}

.annie-hero .btn {
    font-size: 24px
}

.annie-hero .btn.btn-primary {
    padding: 15px 30px !important
}

.annie-about,
.annie-blog,
.annie-contact,
.annie-gallery,
.annie-homepage-about,
.annie-homepage-gallery,
.annie-post,
.annie-pricing,
.annie-service,
.annie-teams {
    padding-top: 100px;
    padding-bottom: 0;
    clear: both;
    width: 100%;
    display: block
}

.annie-gallery p {
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    transition: all .1s linear;
    color: #fff
}

.annie-gallery p span {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.annie-gallery p span:hover {
    color: #999
}

.annie-gallery h6 {
    color: #999;
    text-align: center;
    margin-top: 20px
}

.annie-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    background: #101010
}

.annie-hero .flexslider .slides {
    position: relative;
    overflow: hidden
}

.annie-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 100vh
}

.annie-hero .flexslider .flex-control-nav {
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto
}

.annie-hero .flexslider .flex-control-nav li {
    display: none;
    margin-bottom: 6px
}

.annie-hero .flexslider .flex-control-nav li a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    cursor: pointer
}

.annie-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: #101010
}

.annie-hero .flexslider .flex-direction-nav {
    display: none
}

.annie-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 100vh;
    padding: 0;
    z-index: 9
}

.annie-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
    padding: 20px;
    position: relative
}

.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner {
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: 0 0;
    text-align: center;
    width: 320px
}

.annie-hero .flexslider .slider-text>.slider-text-inner .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: 0 0
}

.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-1,
.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-1:after,
.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-1:before,
.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-2:after,
.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: .5
}

.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-1:before {
    border-top: 5px solid #fff;
    border-left: 5px solid #fff
}

.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-1:after {
    top: auto;
    bottom: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff
}

.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-2:before {
    left: auto;
    right: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff
}

.annie-hero .flexslider .slider-text>.slider-text-inner .frame-inner .frame-2:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff
}

.annie-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 40px;
    color: #fff;
    font-family: var(--font-stack);
    font-weight: 700;
    margin: 0;
    line-height: 1.3em
}

.annie-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 16px;
    line-height: 1.3em;
    color: #fff;
    font-family: var(--font-stack);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    letter-spacing: 2px
}

.annie-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px
}

.annie-hero .flexslider .slider-text>.slider-text-inner p {
    margin-bottom: 0
}

body.offcanvason {
    overflow-x: hidden
}

body.offcanvason .annie-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed
}

body.offcanvason .annie-main,
body.offcanvason .annie-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px)
}

.video-fullscreen-wrap {
    height: 100vh;
    overflow: hidden
}

.video-fullscreen-video {
    height: 100%
}

.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right
}

.video-lauch-wrapper {
    border: none;
    background: 0 0;
    width: 100%;
    padding: 0
}

.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4
}

.video-fullscreen-wrap .caption h1 {
    font-size: 40px;
    color: #fff;
    font-family: var(--font-stack);
    font-weight: 700;
    margin: 0;
    line-height: 1.3em
}

.video-fullscreen-wrap .caption h2 {
    font-size: 16px;
    line-height: 1.3em;
    color: #fff;
    font-family: var(--font-stack);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    letter-spacing: 2px
}

.position-relative {
    position: relative !important
}

.video-fullscreen-wrap .frame-inner {
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: 0 0;
    text-align: center;
    width: 320px
}

.video-fullscreen-wrap .frame-inner .frame-1,
.video-fullscreen-wrap .frame-inner .frame-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.video-fullscreen-wrap .frame-inner .frame-1:after,
.video-fullscreen-wrap .frame-inner .frame-1:before,
.video-fullscreen-wrap .frame-inner .frame-2:after,
.video-fullscreen-wrap .frame-inner .frame-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: .5
}

.video-fullscreen-wrap .frame-inner .frame-1:before {
    border-top: 5px solid #fff;
    border-left: 5px solid #fff
}

.video-fullscreen-wrap .frame-inner .frame-1:after {
    top: auto;
    bottom: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff
}

.video-fullscreen-wrap .frame-inner .frame-2:before {
    left: auto;
    right: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff
}

.video-fullscreen-wrap .frame-inner .frame-2:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff
}

.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.kenburns-section[data-overlay-dark]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.kenburns-section[data-overlay-dark="1"]:before {
    background: rgba(0, 0, 0, .1)
}

.kenburns-section[data-overlay-dark="2"]:before {
    background: rgba(0, 0, 0, .2)
}

.kenburns-section[data-overlay-dark="3"]:before {
    background: rgba(0, 0, 0, .3)
}

.kenburns-section[data-overlay-dark="4"]:before {
    background: rgba(0, 0, 0, .4)
}

.kenburns-section[data-overlay-dark="5"]:before {
    background: rgba(0, 0, 0, .5)
}

.kenburns-section[data-overlay-dark="6"]:before {
    background: rgba(0, 0, 0, .6)
}

.kenburns-section[data-overlay-dark="7"]:before {
    background: rgba(0, 0, 0, .7)
}

.kenburns-section[data-overlay-dark="8"]:before {
    background: rgba(0, 0, 0, .8)
}

.kenburns-section[data-overlay-dark="9"]:before {
    background: rgba(0, 0, 0, .9)
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #101010
}

.kenburns-inner {
    position: relative;
    z-index: 15
}

.kenburns-inner .caption {
    position: relative
}

.kenburns-inner .caption h1 {
    font-size: 56px;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0;
    line-height: 1.1em;
    letter-spacing: -.04em
}

.kenburns-inner .caption h2 {
    font-size: 14px;
    line-height: 1.3em;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    letter-spacing: 5px
}

.annie-scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    text-align: center
}

.annie-scroll-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}

.annie-scroll-link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    opacity: 1
}

.annie-scroll-link i {
    animation: annie-bounce 2s infinite ease-in-out
}

@keyframes annie-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.position-relative {
    position: relative !important
}

.kenburns-inner .frame-inner {
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: 0 0;
    text-align: center;
    width: 450px;
    max-width: 90vw
}

.kenburns-inner .frame-inner .frame-1,
.kenburns-inner .frame-inner .frame-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.kenburns-inner .frame-inner .frame-1:after,
.kenburns-inner .frame-inner .frame-1:before,
.kenburns-inner .frame-inner .frame-2:after,
.kenburns-inner .frame-inner .frame-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: .5
}

.kenburns-inner .frame-inner .frame-1:before {
    border-top: 5px solid #fff;
    border-left: 5px solid #fff
}

.kenburns-inner .frame-inner .frame-1:after {
    top: auto;
    bottom: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff
}

.kenburns-inner .frame-inner .frame-2:before {
    left: auto;
    right: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff
}

.kenburns-inner .frame-inner .frame-2:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff
}

.hero-slider-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.hero-slider-section[data-overlay-dark]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.hero-slider-section[data-overlay-dark="0"]:before {
    background: rgba(0, 0, 0, .1)
}

.hero-slider-section[data-overlay-dark="1"]:before {
    background: rgba(0, 0, 0, .1)
}

.hero-slider-section[data-overlay-dark="2"]:before {
    background: rgba(0, 0, 0, .2)
}

.hero-slider-section[data-overlay-dark="3"]:before {
    background: rgba(0, 0, 0, .3)
}

.hero-slider-section[data-overlay-dark="4"]:before {
    background: rgba(0, 0, 0, .4)
}

.hero-slider-section[data-overlay-dark="5"]:before {
    background: rgba(0, 0, 0, .5)
}

.hero-slider-section[data-overlay-dark="6"]:before {
    background: rgba(0, 0, 0, .6)
}

.hero-slider-section[data-overlay-dark="7"]:before {
    background: rgba(0, 0, 0, .7)
}

.hero-slider-section[data-overlay-dark="8"]:before {
    background: rgba(0, 0, 0, .8)
}

.hero-slider-section[data-overlay-dark="9"]:before {
    background: rgba(0, 0, 0, .9)
}

.hero-slider-section .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero-slider-section .swiper-slide {
    width: 100%;
    height: 100%;
    background-color: #101010;
    overflow: hidden
}

.hero-slider-section .slider-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero-slider-section .swiper-fade .swiper-slide {
    opacity: 0 !important;
    transition-property: opacity;
    transition-timing-function: ease-in-out
}

.hero-slider-section .swiper-fade .swiper-slide-active {
    opacity: 1 !important
}

.hero-slider-section .swiper-pagination {
    display: none
}

.hero-slider-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease
}

.hero-slider-section .swiper-pagination-bullet-active {
    background: var(--primary-color, #b11609);
    transform: scale(1.2)
}

.hero-slider-section .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, .8)
}

.slider-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.slider-overlay-content .caption {
    position: relative;
    width: 100%
}

.slider-overlay-content .v-middle {
    position: relative;
    top: auto;
    left: auto;
    transform: none
}

.slider-overlay-content .caption h1 {
    font-size: 56px;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0;
    line-height: 1.1em;
    letter-spacing: -.04em
}

.slider-overlay-content .caption h2 {
    font-size: 14px;
    line-height: 1.3em;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    letter-spacing: 5px
}

.slider-overlay-content .frame-inner {
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: 0 0;
    text-align: center;
    width: 450px;
    max-width: 90vw;
    pointer-events: auto
}

.slider-overlay-content .frame-inner .frame-1,
.slider-overlay-content .frame-inner .frame-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.slider-overlay-content .frame-inner .frame-1:after,
.slider-overlay-content .frame-inner .frame-1:before,
.slider-overlay-content .frame-inner .frame-2:after,
.slider-overlay-content .frame-inner .frame-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: .5
}

.slider-overlay-content .frame-inner .frame-1:before {
    border-top: 5px solid #fff;
    border-left: 5px solid #fff
}

.slider-overlay-content .frame-inner .frame-1:after {
    top: auto;
    bottom: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff
}

.slider-overlay-content .frame-inner .frame-2:before {
    left: auto;
    right: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff
}

.slider-overlay-content .frame-inner .frame-2:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff
}

.annie-heading {
    color: #fff;
    font-family: var(--title-font);
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -.02em
}

.annie-heading span {
    font-weight: 300;
    font-size: .8em;
    display: block
}

.annie-about-heading {
    color: #fff;
    font-family: var(--font-stack);
    font-weight: 700;
    font-size: 30px
}

.annie-contact-heading {
    color: #fff;
    font-family: var(--font-stack);
    font-weight: 700;
    font-size: 20px
}

.annie-about-me {
    font-size: 20px;
    margin-bottom: 20px
}

.annie-about-signature {
    width: 240px;
    height: auto
}

.annie-post-heading {
    color: #fff;
    font-family: var(--font-stack);
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px
}

.annie-post-heading span {
    display: block
}

.heading-meta {
    display: block;
    font-family: var(--title-font);
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    letter-spacing: 6px;
    margin-bottom: 8px
}

.annie-nav-toggle {
    cursor: pointer;
    text-decoration: none
}

.annie-nav-toggle.active i::after,
.annie-nav-toggle.active i::before {
    background: #fff
}

.annie-nav-toggle.dark.active i::after,
.annie-nav-toggle.dark.active i::before {
    background: #101010
}

.annie-nav-toggle:active,
.annie-nav-toggle:focus,
.annie-nav-toggle:hover {
    outline: 0;
    border-bottom: none !important
}

.annie-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.annie-nav-toggle i::after,
.annie-nav-toggle i::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.annie-nav-toggle.dark i {
    position: relative;
    color: #101010;
    background: #101010;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.annie-nav-toggle.dark i::after,
.annie-nav-toggle.dark i::before {
    background: #101010;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.annie-nav-toggle i::before {
    top: -7px
}

.annie-nav-toggle i::after {
    bottom: -7px
}

.annie-nav-toggle:hover i::before {
    top: -6px
}

.annie-nav-toggle:hover i::after {
    bottom: -6px
}

.annie-nav-toggle.active i {
    background: transparent !important;
}

.annie-nav-toggle.active i::before {
    top: 0 !important;
    -webkit-transform: rotateZ(45deg) !important;
    -moz-transform: rotateZ(45deg) !important;
    -ms-transform: rotateZ(45deg) !important;
    -o-transform: rotateZ(45deg) !important;
    transform: rotateZ(45deg) !important;
}

.annie-nav-toggle.active i::after {
    bottom: 0 !important;
    -webkit-transform: rotateZ(-45deg) !important;
    -moz-transform: rotateZ(-45deg) !important;
    -ms-transform: rotateZ(-45deg) !important;
    -o-transform: rotateZ(-45deg) !important;
    transform: rotateZ(-45deg) !important;
}

.annie-nav-toggle {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000001;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #000;
    border: 2px solid #1b1b1b;
    margin: 15px 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.annie-team {
    position: relative;
    margin-bottom: 30px
}

.annie-team .desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.annie-team .desc .con {
    padding: 30px;
    display: block;
    position: relative
}

.annie-team .desc .con .icon {
    position: absolute
}

.annie-team .desc .con .icon span {
    display: inline;
    padding-right: 10px
}

.annie-team .desc .con .icon i {
    font-size: 18px;
    color: #fff
}

.annie-team .desc h3 {
    font-size: 20px;
    color: #fff;
    font-family: var(--font-stack);
    font-weight: 700;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    margin-bottom: 0
}

.annie-team .desc h3 a {
    color: #fff
}

.annie-team .desc span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    margin-bottom: 15px
}

.annie-team .desc span a {
    color: #101010
}

.annie-team:hover .desc {
    opacity: 1
}

.annie-team:hover .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.annie-team:hover .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.annie-team-desc h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.annie-team-desc span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px
}

.annie-team-desc span a {
    color: #666
}

.annie-team-desc .icon span {
    display: inline;
    padding-right: 5px
}

.annie-services {
    position: relative;

}

.annie-services:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .6) 100%);
    z-index: 0
}

.annie-services .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: auto;
    padding: 20px;
    transition: all .1s linear;
    z-index: 1
}

.annie-services img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top
}

.annie-services .desc .con {
    padding: 0;
    display: block;
    position: relative
}

.annie-services .desc h3 {
    font-size: 20px;
    color: #fff;
    font-family: var(--font-stack);
    font-weight: 700;
    margin-bottom: 5px
}

.annie-services .desc h3 a {
    color: #fff
}

.annie-services .desc span {
    display: block;
    color: #ccc;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px
}

.annie-services .desc span a {
    color: #101010
}

.annie-services .annie-icon {
    background: 0 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px
}

.annie-services:hover .desc {
    opacity: 1
}

.annie-services:hover .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.annie-services:hover .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.annie-services-desc h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.annie-services-desc span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px
}

.annie-services-desc span a {
    color: #666
}

.price-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px
}

.price-box .price-box-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 30px
}

.price-box .price-box-inner ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.price-box .price-box-inner ul li {
    margin: 0;
    padding: 0;
    text-align: center
}

.price-box .price-box-inner ul li.pricing-title {
    position: relative;
    font-size: 17px;
    line-height: 1.75em;
    font-weight: 700
}

.price-box .price-box-inner ul li.pricing-title .pricing-pt-title {
    color: #fff;
    display: block;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px
}

.price-box .price-box-inner ul li.pricing-prices {
    position: relative;
    padding: 0 0 30px 0
}

.price-box .price-box-inner ul li.pricing-prices .pricing-dolar {
    position: relative;
    bottom: 2px;
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    font-weight: 400
}

.price-box .price-box-inner ul li.pricing-prices .pricing-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -5px;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.price-box .price-box-inner ul li.pricing-content {
    padding: 0;
    line-height: 2em;
    font-size: 15px;
    font-weight: 400;
    color: #999
}

.annie-photos .annie-photo-item {
    position: relative
}

.annie-photos .annie-photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden
}

.annie-photos .annie-photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, .6)
}

.annie-photos .annie-photo-item .photo-text-more .fa .fa-search-plus {
    color: #fff;
    font-size: 20px
}

.annie-photos .annie-photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase
}

.annie-photos .annie-photo-item .photo-text-more .meta {
    color: #ccc;
    text-transform: uppercase;
    font-size: 12px
}

.annie-photos .annie-photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: center top
}

.annie-photos .annie-photo-item:hover:after {
    opacity: 1;
    visibility: visible
}

.annie-photos .annie-photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.annie-more-trigger {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 2px solid #6c6d6d;
    margin: 0 auto;
    position: relative
}

.annie-more-trigger:hover {
    background-color: #000;
    border: 2px solid #000
}

.annie-more-trigger:hover .plus,
.annie-more-trigger:hover .plus:after {
    background: #fff
}

.plus {
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 23px;
    margin: 0 auto
}

.plus:after {
    content: ' ';
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -sand-transform: rotate(90deg)
}

.annie-more-wrapper.hidden {
    display: none
}

.annie-more-wrapper {
    margin: 30px auto
}

.annie-show-more-container {
    visibility: hidden;
    display: none;
    max-height: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: linear;
    height: 100%
}

.annie-show-more-container.visible {
    visibility: visible;
    display: block;
    animation: LHC .3s;
    animation-fill-mode: both;
    min-height: 100%
}

@keyframes LHC {
    from {
        max-height: 0;
        opacity: 0
    }

    to {
        opacity: 1;
        margin-top: -60px;
        max-height: 100%
    }
}

.annie-show-more-container.animated {
    animation: HCC .5s;
    animation-fill-mode: both
}

@keyframes HCC {
    from {
        max-height: 2050px;
        opacity: 1
    }

    to {
        opacity: 0;
        max-height: 0
    }
}

.blog-entry {
    width: 100%;
    float: left;
    background: #1b1b1b;
    margin-bottom: 60px
}

.blog-entry .desc {
    padding: 20px
}

.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5em;
    font-weight: 400
}

.blog-entry .desc h3 a {
    color: #fff;
    text-decoration: none;
    font-family: var(--font-stack);
    font-weight: 700;
    font-size: 20px
}

.blog-entry .desc span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #999 !important
}

.blog-entry .desc span small i {
    color: #999
}

.blog-entry .desc .lead {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-stack)
}

.blog-entry .desc .lead:hover {
    color: #fff
}

.blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.annie-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center
}

.annie-pagination-wrap li {
    display: inline-block;
    margin: 0 5px
}

.annie-pagination-wrap li a {
    background: #1b1b1b;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-weight: 400;
    border-radius: 50%
}

.annie-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .2)
}

.annie-pagination-wrap li a.active {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff
}

.comments-area {
    padding: 30px 0
}

.comments-area .comments-title {
    font-size: 20px;
    font-family: var(--font-stack);
    line-height: 1.5em;
    font-weight: 700;
    color: #fff
}

.comments-area .comments-title a {
    color: #999;
    border-bottom: 1px dashed #999
}

.comments-area .comments-title a:hover {
    color: #fff
}

ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

ol.comment-list li.comment {
    position: relative;
    padding: 0
}

ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px 30px 20px 90px;
    margin-left: 40px;
    color: #101010;
    position: relative
}

ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 20px;
    left: -40px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #fff
}

ol.comment-list li.comment .comment-author .name {
    display: inline-block;
    color: #fff;
    font-family: var(--font-stack);
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 0
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999;
    font-weight: 700
}

ol.comment-list li.comment .comment-meta {
    color: #999;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 400
}

ol.comment-list li.comment .comment-meta a {
    color: #999
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: FontAwesome;
    font-size: 16px;
    vertical-align: top
}

ol.comment-list li.comment p {
    font-family: var(--font-stack);
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px;
    color: #999
}

ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    font-size: 13px;
    color: #999
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 80px
}

ol.comment-list li .children li {
    padding: 0
}

.avatar-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 30px
}

.avatar-container>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 100px
}

.avatar-container>i::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.avatar-container>.placeholder {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    text-align: center
}

.avatar-container>.button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4)
}

.avatar-container>.button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: 900
}

.avatar-container>.button:hover {
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.avatar-container>.button>input[type=file] {
    display: none
}

.annie-map-section {
    overflow: hidden;
    margin-bottom: 60px
}

#annie-contactMap {
    width: 100%;
    height: 550px
}

.annie-more-contact {
    background: #fafafa
}

.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.form-control {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    height: auto;
    background-color: #1b1b1b;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border: none
}

.form-control:active,
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.btn-contact {
    font-family: var(--font-stack);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    border-style: solid;
    color: #fff;
    letter-spacing: 1px;
    border-width: 0;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #101010;
    margin-top: 10px;
    border-radius: 0
}

#annie-footer {
    padding: 60px;
    background: #101010
}

#annie-footer a {
    color: #fff
}

.footer-main-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px
}

.footer-main-links a {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none
}

.footer-main-links a:hover {
    color: #fff
}

#annie-footer h1 {
    font-family: var(--font-stack);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5em;
    color: #fff
}

#annie-footer h1 span {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.3em;
    display: block;
    margin-top: 0;
    text-align: center
}

#annie-footer .footer-logo {
    margin-bottom: 30px
}

#annie-footer .footer-logo .img {
    width: 270px
}

.annie-lead {
    font-size: 12px;
    line-height: 1.5em;
    color: #999;
    margin-bottom: 0
}

ul.social-network {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0
}

ul.social-network li {
    display: inline-block;
    margin-right: 5px;
    background-color: #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    transition: all .3 ease-in-out
}

.social-network li i {
    color: #fff
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, .2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, .2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #6c6d6d;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #6c6d6d;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, .2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, .2)
}

.progress-wrap::after {
    color: #6c6d6d
}

.progress-wrap svg.progress-circle path {
    stroke: #6c6d6d
}

.fancybox-button--thumbs,
.fancybox-infobar,
.fancybox-show-thumbs .fancybox-thumbs {
    display: none
}

.fancybox-container {
    z-index: 1000020 !important
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0
}

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 23%;
    z-index: 1000;
    margin-left: 20px
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    transition: all .3s ease;
    animation: wa-bounce 2s infinite ease-in-out
}

.whatsapp-float a:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .4)
}

@keyframes wa-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.img-loading-wrapper {
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 4px
}

.annie-services .img-loading-wrapper {
    aspect-ratio: 3/4
}

.smooth-img {
    opacity: 0;
    transition: opacity .8s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity
}

.smooth-img-loaded {
    opacity: 1 !important
}

@keyframes placeholderPulse {
    0% {
        background-color: #f5f5f5
    }

    50% {
        background-color: #e0e0e0
    }

    100% {
        background-color: #f5f5f5
    }
}

.img-loading-wrapper:not(.loaded) {
    animation: placeholderPulse 1.5s infinite ease-in-out
}

.smooth-img-container {
    opacity: 1 !important
}
