@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4.8rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 3.6rem;
    }
    
    .navbar-brand__image {
        margin-top: 1px;
        margin-bottom: 7px;
        height: 30px;
        width: auto;
    }
    
    .navbar-toggler--custom {
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .phone-box {
        position: absolute;
        top: 17px;
        right: 60px;
    }

    .text-xs-justify {
        text-align: justify;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }

    .xs--hidden {
        display: none;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 4.8rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 3.6rem;
    }
    
    .navbar-brand__image {
        margin-bottom: 9px;
        height: 30px;
        width: auto;
    }
    
    .phone-box {
        position: absolute;
        top: 17px;
        right: 60px;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 4.8rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 3.6rem;
    }
    
    .navbar-nav {
        display: none;
    }
    
    .navbar-brand__image {
        margin-bottom: 7px;
        height: 30px;
        width: auto;
    }
    
    .phone-box {
        position: absolute;
        top: 17px;
        right: 60px;
    }

    .col-md--margin-top {
        margin-top: 30px;
    }

    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .pb__image {
        margin-right: 20px !important;
    }
    
    .sidebar {
        width: 100%;
        right: -100%;
    }
    
    .navbar__button {
        top: 9px;
        right: 15px;
    }
    
    .sidebar-close__fa {
        position: absolute;
        top: -15px;
        right: -15px;
    }
    
    .sidebar-list {
        text-align: center;
    }
    
    .bottom__heading-6 {
        margin-bottom: 30px;
    }
    
    .arrow {
        right: 15px;
        bottom: 15px;
    }

}

@media (min-width: 992px) {
    
    h1 {
        font-size: 6.4rem;
    }
    
    h2 {
        font-size: 5.8rem;
    }

    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 3.6rem;
    }
    
    .navbar-nav {
        margin-left: -15px !important;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    
    .navbar-nav .nav-item {
        position: relative;
    }
    
    .navbar-nav .nav-item:nth-child(2) {
        margin: 0 50px;
    }
    
    .navbar-nav .nav-item:nth-child(2):before {
        background-color: #f63b3b;
        height: 24px;
        width: 1px;
        position: absolute;
        left: -25px;
        content: '';
    }
    
    .navbar-nav .nav-item:nth-child(2):after {
        background-color: #f63b3b;
        height: 24px;
        width: 1px;
        position: absolute;
        right: -25px;
        content: '';
    }
    
    .sidebar {
        width: 330px;
        right: -330px;
    }
    
    .bottom__heading-6 {
        margin-bottom: 65px;
    }
    
    .arrow {
        right: 15px;
        bottom: 15px;
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .navbar-brand__image {
        margin-bottom: 7px;
        height: 31px;
        width: auto;
    }
    
    .navbar-nav .nav-item:nth-child(2):before {
        top: 3px;
    }
    
    .navbar-nav .nav-item:nth-child(2):after {
        top: 3px;
    }
    
    .navbar-nav {
        top: -7px;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: transparent;
        color: #f63b3b !important;
    }
    
    .navbar__button {
        right: 15px;
    }
    
    .sidebar-close__fa {
        position: absolute;
        top: -11px;
        right: -15px;
    }
    
    .sidebar-list {
        text-align: center;
    }
    
    .phone-box {
        position: absolute;
        top: 17px;
        right: 60px;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none;
    }
    
    .lg--no-padding {
        padding: 0;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: rgba(0, 0, 0, 0.70);
        transition: height ease-in-out .3s;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: 3px;
        left: 7px;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #ffffff;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
        color: #ffffff;
    }

}

@media (min-width: 1200px) {
    
    .navbar--custom {
        background-color: rgba(0, 0, 0, 0.70);
        height: 74px;
        transition: height ease-in-out .3s;
        backface-visibility: hidden;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: -5px;
        left: 7px;
    }
    
    .navbar-nav .nav-item {
        font-size: 1.6rem;
        color: #ffffff;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 12px;
        color: #ffffff;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: transparent;
        color: #f63b3b !important;
    }
    
    .navbar--custom .navbar-brand__image {
        height: 50px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand, .navbar--custom .navbar-nav li a {
        height: 74px;
        line-height: 74px;
    }
    
    .navbar--shrink {
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 40px;
        width: auto;
    }
    
    .navbar--shrink .navbar-nav li a, .navbar--shrink .navbar-nav li a:focus {
        color: #ffffff;
    }
    
    .navbar--shrink .navbar-nav li a:hover {
        background-color: transparent;
        color: #f63b3b;
    }

    .navbar--shrink .navbar-brand {
        height: 50px;
        line-height: 50px;
    }
    
    .navbar-nav .nav-item:nth-child(2):before {
        top: 27px;
    }
    
    .navbar-nav .nav-item:nth-child(2):after {
        top: 27px;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #f63b3b;
        height: 3px;
        width: 0px;
        display: block;
        content: '';
        transition: width .3s;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    
    .navbar--shrink .navbar-nav li a:after {
        background-color: #f63b3b;
        height: 3px;
        width: 0px;
        display: block;
        content: '';
        transition: width .3s;
        position: absolute;
        left: 50%;
        bottom: 12px;
        transform: translateX(-50%);
    }

    .navbar--custom .navbar-nav li a:hover:after {
        width: 50%;
        //transition: width .3s;
    }
    
    .phone-box {
        margin-top: 0;
        position: absolute;
        right: 100px;
    }
    
    .navbar--shrink .phone-box {
        top: 14px;
        right: 100px !important;
    }
    
    .navbar__button {
        right: 30px;
    }
    
    .text-xl-justify {
        text-align: justify;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .xl--no-padding {
        padding: 0;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.1em;
    position: relative;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 3rem;
}

p:first-child {
    margin-top: 0;
}

section {
    position: relative;
}

section li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3rem;
}

section .container {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item, .menu-box li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #ffffff;
    height: 2px;
    border-radius: 1px;
    display: block;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
    position: relative;
}

.navbar-toggler .icon-bar:nth-child(1) {
    width: 18px;
}

.navbar-toggler .icon-bar:nth-child(2) {
    width: 22px;
}

.navbar-toggler .icon-bar:nth-child(3) {
    width: 12px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #f63b3b;
    width: 22px;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #f63b3b;
    width: 22px;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #f63b3b;
    width: 22px;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.phone-box a {
    text-decoration: none !important;
}

.pbd__span {
    margin: 4px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 0.8em;
    display: block;
}

.pb__image {
    margin-right: 0;
    height: 20px;
    width: 20px;
    float: left;
}
    
.pb__data {
    width: 160px;
}

.header__heading-1 {
    margin-bottom: 30px;
    color: #ffffff;
}

.bottom {
    background-color: #000000;
    background-image: url(images/bottom.jpg);
}

.bottom--padding {
    padding: 140px 0 30px 0;
}

.bottom__heading-6 {
    color: #ffffff;
}

.bottom p {
    font-size: 1.6rem;
    color: #ffffff;
}

.bottom__logo {
    margin-bottom: 31px;
    height: 70px;
    width: auto;
}

.bottom ul {
    margin: 0;
    padding: 0;
}

.bottom li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    color: #ffffff;
    list-style: none;
}

.bottom p a, .bottom li a, .bottom p a:focus, .bottom li a:focus {
    color: #ffffff;
    text-decoration: none;
}

.bottom p a:hover, .bottom li a:hover {
    color: #f63b3b;
}

.social-media {
    margin-top: 20px !important;
    display: block;
}

.sm__li {
    margin-left: 10px !important;
    display: inline-block;
}

.sm__li:first-child {
    margin-left: 0 !important;
}

.bottom__image {
    height: 36px;
    width: 36px;
}

.footer--padding {
    padding: 100px 0 35px 0;
    position: relative;
}

.footer p {
    font-size: 1.6rem;
    color: #5d6765;
}

.form-control--custom {
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #ebebeb;
    border: 1px solid #211634;
    border-radius: 25px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #f63b3b;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

select option:first-child {
    display: none;
}

input::-webkit-input-placeholder {
    color: #ebebeb !important;
}
					
input:-moz-placeholder {
    color: #ebebeb !important;
}
					
input::-moz-placeholder {
    color: #ebebeb !important;
}
					
input:-ms-input-placeholder {  
    color: #ebebeb !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #ebebeb !important;
}
					
textarea:-moz-placeholder {
    color: #ebebeb !important;
}
					
textarea::-moz-placeholder {
    color: #ebebeb !important;
}
					
textarea:-ms-input-placeholder {  
    color: #ebebeb !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 15px 20px;
    width: auto;
    min-width: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--red, .btn--red:focus {
    background-color: #f63b3b;
    color: #ffffff;
}

.btn--red:hover {
    background-color: #d52b2b;
    color: #ffffff;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.div-btn p {
    text-align: right;
}

.btn-image {
    margin-top: -1px !important;
    margin-bottom: 0 !important;
    height: 14px !important;
    width: auto !important;
    position: relative;
    display: inline-block !important;
}

.btn-image--margin-left {
    margin-left: 10px !important;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -50px 0 0 -50px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 12px solid #0e2521;
    border-top: 12px solid #f1f1f1;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear 1;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    background-color: #345592;
    height: 56px;
    width: 56px;
    border: none;
    border-radius: 0;
    position: fixed;
    z-index: 2;
    display: none;
}

.arrow__fa {
    font-size: 3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.social-list {
    margin: 0 !important
    padding: 0;
}

.bottom .social-list {
    margin-top: 20px;
}

.bottom .social-list__item {
    margin-left: 7px;
    height: 44px;
    width: 44px;
    list-style: none;
    float: left;
}

.social-list__item:first-child {
    margin: 0;
    padding: 0;
}

.bottom .nav-item {
    font-size: 1.6rem;
}

.bottom ul {
    margin-top: -5px;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--lb {
    background-position: left bottom;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

p a, p a:hover, p a:focus, .fancy-popup * a, .fancy-popup * a:hover, .fancy-popup * a:focus {
    color: inherit !important;
    text-decoration: none !important
}

.hide {
    display: none;
}

p a, p a:hover, p a:focus, .fancy-popup * a, .fancy-popup * a:hover, .fancy-popup * a:focus {
    color: inherit !important;
    text-decoration: none !important
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.sidebar {
    padding: 20px 36px;
    background-color: rgba(0, 0, 0, 0.70);
    height: 100vh;
    color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.sidebar.active {
    right: 0;
}

.sidebar-close {
    text-align: center;
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.sidebar-header {
    padding-top: 10px;
    height: 110px;
}

.sidebar .sidebar-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .nav-item {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
}

.sidebar .nav-item a {
    padding: 5px 0;
    color: #ffffff;
    display: block;
}

.sidebar .nav-item a:hover, .sidebar .nav-item a:focus {
    color: #f63b3b;
    text-decoration: none;
}

.sidebar-close__fa {
    font-size: 4rem;
    color: #ffffff;
}

.sidebar-close__fa:hover, .sidebar-close__fa:focus {
    color: #f63b3b;
}

.sidebar .nav-item.active > a, .sidebar a[aria-expanded="true"] {
    color: #f63b3b;
}

.sidebar a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.navbar__button {
    background-color: transparent;
    border: none;
    line-height: normal;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    position: absolute;
}

.nb__fa {
    font-size: 3.4rem;
    color: #ffffff;
}

.bg-resize:hover .image-holder {
    transform: scale(1.15);
}

.image-holder {
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.fancy-popup {
    background-color: #000000;
    width: 100%;
    max-width: 1198px;
    display: none;
}

.fancy-popup h2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #ffffff;
    position: relative;
}

.fancy-popup h2:after {
    background-color: #f63b3b;
    height: 5px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.fancy-popup p {
    font-size: 1.6rem;
    color: #ebebeb;
}

.fancy-popup ol, .fancy-popup ul, .content ol, .content ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 3rem;
}

.fancy-popup ol li, .content ol li {
    margin: 0 0 10px 17px;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
}

.fancy-popup ul li, .content ul li {
    margin: 0 0 10px 12px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    color: #ffffff;
    list-style-type: none;
    position: relative;
}

.fancy-popup ul li:before, .content ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    color: #f63b3b;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.gmap {
    height: 214px;
    width: 100%;
}

.fancybox-close-small {
    color: #ffffff !important;
}

.fancybox-close-small:hover {
    color: #f63b3b !important;
}