.body {
    font-family: sofia-pro, sans-serif;
    color: #393f43;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

* {
    outline: none;
}

.big-container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
}

#form-holder {
    background: #43515a;
    max-width: 800px;
    margin: 0 auto;
    padding: 2% 4%;
    position: relative;
}

#form-holder #foli17 {
    display: none;
}

#form-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#form-holder .heading-3 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

#form-holder .input-big {
    background: #43515a;
    width: 100%;
    height: 69px;
    border: 2px solid #a3acb0;
    margin: 0 0 25px 0;
    position: relative;
}

#form-holder .field {
    background: none;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    text-indent: 23px;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
}

#form-holder select option {
    color: #000;
}

#form-holder .area {
    background: #43515a;
    width: 100%;
    height: 200px;
    border: 2px solid #a3acb0;
    margin: 0 0 25px 0;
}

#form-holder textarea {
    background: none;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    line-height: 24px;
    text-indent: 0 !important;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    resize: none;
    padding: 23px;
}

#form-holder select {
    position: relative;
    border: none;
    padding-bottom: 0;
    height: 50px;
    width: 100%;
}

#form-holder span.select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dropdown-arrow.png) no-repeat right 10px top 30px;
    font-size: 18px;
    line-height: 69px;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    text-indent: 23px;
}

::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.btn {
    display: block;
    margin: 0 auto;
    width: 265px;
    height: 59px;
    padding: 0 15px 0 0;
    background-color: #e6ebec;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: sofia-pro, sans-serif;
    color: #43515a;
    font-size: 16px;
    line-height: 59px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.btn::before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #43515a;
    position: absolute;
    top: 50%;
    right: 35%;
    margin: -4px 0 0 0;
    transition: 0.5s ease;
}

.btn:hover {
    background-color: #fff;
}

.hide {
    display: none;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/banner-bg.jpg');
    background-color: #43515a;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-wide {
    max-width: 1672px;
    margin-right: auto;
    margin-left: auto;
}

.content-wide.container-content {
    padding-top: 45px;
    padding-bottom: 60px;
}

.content-wide.container-content.content-thanks {
    padding-bottom: 250px;
}

.content-wide.services-content {
    padding-top: 140px;
    padding-bottom: 140px;
}

.content-wide.footer-content {
    padding-top: 45px;
    padding-bottom: 45px;
}

.mm-navbar.mm-hasbtns {
    background: url(../images/logo.png) no-repeat center bottom;
    background-size: 300px auto;
}

.menu_trigger {
    box-sizing: border-box;
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0;
    display: none;
}

.slicknav_icon,
.slicknav_icon span {
    display: block;
    position: absolute;
    right: 0;
    align-self: flex-end;
}

.slicknav_icon {
    width: 32px;
    height: 32px;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
}

.menu_trigger .slicknav_icon {
    width: 30px;
    height: 22px;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 280px;
}

.unordered-list {
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.link {
    font-family: sofia-pro, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s ease;
}

.list-item-2 {
    font-family: sofia-pro, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.link:hover {
    color: #bfc1c2;
}

ul.social {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

ul.social .list-item {
    opacity: 0.6;
    line-height: 13px;
    margin-left: 30px;
}

.list-item {
    margin-left: 70px;
}

.list-item:first-of-type {
    margin: 0;
}

.list-item.list-margin {
    margin: 0 100px 0 35px;
}

.list-item-2 {
    margin-left: 30px;
}

.heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-size: 72px;
    line-height: 82px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.paragraph {
    margin-bottom: 50px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.paragraph.text-thanks {
    margin: 0;
}

.paragraph.thanks-text {
    margin-bottom: 0px;
}

.terms_section {
    padding: 0 20px;
}

.term_content {
    padding: 90px 0;
}

.terms_section p {
    margin: 0 0 30px 0;
}

.terms_section p a {
    color: inherit;
}

.terms_section p a:hover {
    text-decoration: none;
}

.terms_section p:last-of-type {
    margin: 0;
}

.terms_section ul {
    margin: 0 0 30px 0;
}

.terms_section ul li {
    list-style: none;
    position: relative;
    margin: 0 0 20px 0;
}

.terms_section ul li:last-of-type {
    margin: 0;
}

.terms_section ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #43515a;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: -15px;
}

.terms_section h4 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin: 50px 0 30px;
}

.cta-wr {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
    margin: 0 0 140px 0;
}

.cta-banner {
    display: inline-block;
    max-width: 310px;
    width: 100%;
    padding: 30px 50px;
    border: 1px solid transparent;
    background-color: #43515a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: sofia-pro, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    letter-spacing: 3px;
    position: relative;
}

.cta-ghost {
    background: none;
    border: 1px solid #fff;
    max-width: 500px;
}

.cta-banner::before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    margin: -5px 0 0 0;
    transition: 0.5s ease;
}

.cta-banner:hover {
    background-color: #fff;
    color: #393f43;
}

.cta-banner:hover::before {
    border-left: 6px solid #393f43;
}

.cta-banner.cta-border {
    display: table;
    margin: 0 auto;
    border: 1px solid #fff;
}

.paragraph-2 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.image {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.side.two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.side.two.side-grey {
    background-color: #e6ebec;
}

.side.side-grey {
    background-color: #e6ebec;
}

.img-holder {
    width: 50%;
    background: #fff;
}

.img-holder video {
    object-fit: cover;
}

.img-holder.margin-top-img {
    margin-top: -150px;
    position: relative;
}

.text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-holder.margin-top-text {
    margin-top: -150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-3 {
    margin-bottom: 35px;
    margin-left: -40px;
    font-family: sofia-pro, sans-serif;
    color: #7d8d94;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: ‘EB Garamond’, serif;
    color: #43515a;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
}

.heading-2.heading-side {
    margin-bottom: 55px;
    text-transform: uppercase;
}

.heading-2.heading-white {
    margin-bottom: 80px;
    color: #fff;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}

.text-span {
    font-style: italic;
    font-weight: 400;
}

.paragraph-4 {
    margin-bottom: 40px;
}

.paragraph-5 {
    margin-bottom: 0px;
}

.inner {
    width: 50%;
}

.inner.inner-border {
    width: 55%;
    padding-left: 40px;
    border-left: 2px solid #43515a;
}

.slider {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #43515a;
}

.content-small {
    display: block;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
}

.content-small.side-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-small.contact-content {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.paragraph-6 {
    margin-bottom: 30px;
    color: #abb4b9;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-one.slider-margin {
    margin: 0 0 60px 0;
}

.slider-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.slider-products .slider-box {
    width: 26%;
}

.slider-box {
    padding: 4%;
    width: 20%;
    position: relative;
}

.slider-box img.logos {
    margin: 0 auto;
}

.slider-box img.oblique {
    position: absolute;
    right: -10%;
    top: 0;
}

.slick-arrow {
    position: absolute;
    font-size: 0px;
}

.slider .slick-prev {
    background: url(../images/arrow-left.png) no-repeat center;
    background-size: contain;
    width: 97px;
    height: 9px;
    position: absolute;
    top: 38%;
    left: -15%;
    z-index: 999;
    font-size: 0px !important;
}

.slider .slick-next {
    background: url(../images/arrow-right.png) no-repeat center;
    background-size: contain;
    width: 97px;
    height: 9px;
    position: absolute;
    top: 38%;
    right: -15%;
    z-index: 999;
    font-size: 0px !important;
}

.slider-one.slider-margin .slick-prev {
    top: 30%;
}

.slider-one.slider-margin .slick-next {
    top: 30%;
}

.video-container {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

ul.slick-dots li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0 10px;
}

ul.slick-dots li button {
    width: 8px;
    height: 8px;
    font-size: 0px;
    background: url(../images/dots-inactive.png) no-repeat center center;
}

ul.slick-dots li.slick-active button {
    background: url(../images/dot-active.png) no-repeat center center;
    width: 40px;
    height: 40px;
}

.paragraph-7 {
    margin-bottom: 40px;
    font-family: 'Cormorant Garamond', serif;
    color: #687278;
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
}

.paragraph-8 {
    margin-bottom: 0px;
    font-family: 'enchanted', sans-serif;
    color: #43515a;
    font-size: 34px;
    line-height: 40px;
}

.paragraph-9 {
    margin-bottom: 0px;
    font-family: 'Cormorant Garamond', serif;
    color: #a0a9ae;
    font-size: 19px;
    line-height: 27px;
    font-style: italic;
    text-align: center;
}

.services {
    padding-right: 20px;
    padding-left: 20px;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Cormorant Garamond', serif;
    color: #43515a;
    font-size: 72px;
    line-height: 83px;
    font-weight: 300;
    text-align: center;
}

.heading-3.services-heading {
    margin-bottom: 60px;
}

.heading-3.white-heading {
    margin-bottom: 70px;
    color: #fff;
    text-transform: uppercase;
}

.services-holder-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-holder-top.bottom {
    margin-bottom: 100px;
}

.services-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e6ebec;
}

.services-box.box-wide {
    width: 47%;
}

.paragraph-10 {
    display: table;
    margin: 0 auto 60px;
    border-bottom: 1px solid #43515a;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: ‘EB Garamond’, serif;
    color: #43515a;
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.text-span-2 {
    font-style: italic;
    display: block;
}

.span-inner {
    font-size: 15px;
    color: #87898b;
    display: block;
}

.list-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 0 0 20px;
}

.list-item-3::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #43515a;
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    left: 0;
    margin: -2px 0 0 0;
}

.list-item-3.list-item-last {
    margin-bottom: 0px;
}

.text-span-3 {
    color: #87898b;
}

.unordered-list-3 {
    margin-bottom: 60px;
    padding-left: 0px;
}

.cta-list {
    display: block;
    max-width: 265px;
    width: 100%;
    height: 59px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: #43515a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: sofia-pro, sans-serif;
    font-size: 14px;
    line-height: 59px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.cta-list::before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    position: absolute;
    top: 50%;
    right: 25%;
    margin: -4px 0 0 0;
    transition: 0.5s ease;
}

.cta-list:hover {
    background-color: #e6ebec;
    color: #43515a;
}

.cta-list:hover::before {
    border-left: 4px solid #393f43;
}

.image-2 {
    width: 330px;
}

.services-holder-btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.paragraph-11 {
    margin: 40px 0;
    color: #687278;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.list-item-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    grid-gap: 10px;
}

.list-item-4.list-item-last {
    margin-bottom: 0px;
}

.list-item-4 span.small-span {
    position: relative;
    padding: 0 0 0 20px;
}

.list-item-4 span.small-span::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #43515a;
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    left: 0;
    margin: -2px 0 0 0;
}

.services-charges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.charges-box {
    width: 22%;
    text-align: center;
}

.image-3 {
    margin-bottom: 35px;
}

.paragraph-12 {
    margin-bottom: 15px;
    font-family: sofia-pro, sans-serif;
    color: #43515a;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 2px;
}

.paragraph-13 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}

.link-2 {
    display: inline-block;
    margin-top: 15px;
    font-family: sofia-pro, sans-serif;
    color: #7d8d94;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.link-2:hover {
    text-decoration: none;
}

.contact {
    background-color: #43515a;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.contact img.alysha {
    width: 50%;
}

.gallery {
    background: #e6ebec;
}

.heading-2.heading-gallery {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.gallery-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

ul.tabs li {
    margin: 0 1%;
}

ul.tabs li a {
    font-size: 13px;
    line-height: 20px;
    color: #9ca7ad;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

ul.tabs li a:hover {
    color: #43515a;
    text-decoration: underline;
}

ul.tabs li.ui-tabs-active a {
    color: #43515a;
    text-decoration: underline;
}

.gallery ul.slick-dots li button {
    width: 8px;
    height: 8px;
    font-size: 0px;
    background: url(../images/dots-inactive.png) no-repeat center center;
}

.gallery ul.slick-dots li.slick-active button {
    background: url(../images/dot-active.png) no-repeat center center;
    width: 40px;
    height: 40px;
}

.gallery .slick-prev {
    background: url(../images/arrow-left2.png) no-repeat center;
    background-size: contain;
    width: 74px;
    height: 74px;
    position: absolute;
    top: 50%;
    margin: -74px 0 0 0;
    left: 25%;
    z-index: 999;
    font-size: 0px !important;
}

.gallery .slick-next {
    background: url(../images/arrow-right2.png) no-repeat center;
    background-size: contain;
    width: 74px;
    height: 74px;
    position: absolute;
    top: 50%;
    margin: -74px 0 0 0;
    right: 25%;
    z-index: 999;
    font-size: 0px !important;
}

.accordion-holder {
    display: none;
}

.overlay-left {
    background: #e6ebec;
}

.overlay-left img {
    opacity: 0.2;
}

.overlay-right {
    background: #e6ebec;
}

.overlay-right img {
    opacity: 0.2;
}

.footer {
    padding-right: 20px;
    padding-left: 20px;
}

.list-item-5 {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-family: 'Cormorant Garamond', serif;
    color: #687278;
    font-size: 15px;
    line-height: 20px;
}

.link-3 {
    font-family: 'Cormorant Garamond', serif;
    color: #687278;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

.link-3:hover {
    text-decoration: underline;
}

.unordered-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.list-item-6 {
    margin-right: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #687278;
    font-size: 15px;
    line-height: 20px;
}

.unordered-list-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.list-item-7 {
    margin-right: 30px;
}

.footer-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.body-2 {
    font-family: sofia-pro, sans-serif;
    color: #393f43;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

ul.unordered-list ul.social {
    display: none;
}

.phone-holder {
    display: none;
}

@media (max-width: 1700px) {
    .inner {
        width: 80%;
    }

    .inner.inner-border {
        width: 80%;
    }

    .list-item {
        margin-left: 20px;
    }
}

@media (max-width: 1440px) {
    /*
    .menu_trigger {
        display: block;
        margin: 0;
        color: #fff;
    }

    nav:not(.mm-menu) {
        display: none;
    }

    ul.mm-listview li a {
        font-size: 22px;
        line-height: 100%;
    }

    ul.menu {
        display: block;
        float: none;
        margin: 0 auto !important;
    }

    .mm-navbar .mm-btn.mm-prev {
        top: 0;
    }

    #main_menu {
        display: none;
    }

    nav:not(.mm-menu) {
        display: none;
    }

    .menu_trigger {
        display: block;
        margin: 0;
        color: #fff;
    }

    .mm-menu.mm-offcanvas {
        display: block !important;
        background: #43515a;
    }

    .mm-menu .mm-listview li.hide {
        display: none;
    }

    .mm-menu .mm-listview li {
        display: block;
        background-image: none;
        font-size: 22px;
        width: 100%;
    }

    .list-item.list-margin {
        margin: 0;
    }

    .unordered-list {
        flex-direction: column;
    }

    ul.social {
        margin: 0;
    }

    ul.social li.no-mobile {
        display: none;
    }

    ul.unordered-list ul.social {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        align-content: stretch;
    }

    ul.unordered-list ul.social li {
        margin: 0 20px;
    }

    ul.unordered-list ul.social li a {
        padding: 10px;
    }
*/
}

@media (max-width: 1400px) {
    .text-holder.margin-top-text {
        margin-top: 0;
    }

    .img-holder.margin-top-img {
        margin-top: 0;
    }

    .slider .slick-next {
        display: none !important;
    }

    .slider .slick-prev {
        display: none !important;
    }
}

@media (max-width: 1100px) {
    .heading-2 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-2.heading-side {
        margin-bottom: 30px;
    }

    .paragraph-3 {
        margin-bottom: 20px;
        margin-left: -30px;
    }

    .paragraph-4 {
        margin-bottom: 25px;
    }
}

@media (max-width: 1024px) {
    .header {
        margin-bottom: 100px;
    }

    .cta-wr {
        margin: 0;
    }

    .cta-banner {
        margin-bottom: 0px;
    }

    .paragraph-2 {
        display: none;
    }

    .image {
        display: none;
    }

    .content-wide.services-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .charges-box {
        width: 40%;
    }

    .services-box {
        width: 47%;
    }

    .services-box-wide {
        width: 100%;
        margin: 60px 0 0 0;
    }

    .heading-3.white-heading {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 1024px) {
    .menu_trigger {
        display: block;
        margin: 0;
        color: #fff;
    }

    nav:not(.mm-menu) {
        display: none;
    }

    ul.mm-listview li a {
        font-size: 22px;
        line-height: 100%;
    }

    ul.menu {
        display: block;
        float: none;
        margin: 0 auto !important;
    }

    .mm-navbar .mm-btn.mm-prev {
        top: 0;
    }

    #main_menu {
        display: none;
    }

    nav:not(.mm-menu) {
        display: none;
    }

    .menu_trigger {
        display: block;
        margin: 0;
        color: #fff;
    }

    .mm-menu.mm-offcanvas {
        display: block !important;
        background: #43515a;
    }

    .mm-menu .mm-listview li.hide {
        display: none;
    }

    .mm-menu .mm-listview li {
        display: block;
        background-image: none;
        font-size: 22px;
        width: 100%;
    }

    .list-item.list-margin {
        margin: 0;
    }

    .unordered-list {
        flex-direction: column;
    }

    .term_content {
        padding: 60px 0;
    }

    .cta-wr {
        flex-direction: column;
        align-items: center;
    }

    .cta-banner {
        max-width: 500px;
        text-align: center;
    }

    ul.social {
        margin: 0;
    }

    ul.social li.no-mobile {
        display: none;
    }

    ul.unordered-list ul.social {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        align-content: stretch;
    }

    ul.unordered-list ul.social li {
        margin: 0 20px;
    }

    ul.unordered-list ul.social li a {
        padding: 10px;
    }

    #form-holder {
        padding: 6% 4% 4%;
    }

    br {
        display: none;
    }

    .image-2 {
        width: 260px;
    }

    .navigation {
        display: none;
    }

    .content-wide.container-content.content-thanks {
        padding-bottom: 60px;
    }

    .content-wide.services-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-wide.footer-content {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .header {
        margin-bottom: 60px;
    }

    .heading {
        font-size: 60px;
        line-height: 72px;
    }

    .paragraph {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 26px;
    }

    .paragraph a {
        color: white;
        text-decoration: underline;
    }

    .side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .side.two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .img-holder {
        width: 100%;
        background: transparent;
    }

    .img-holder img {
        width: 100%;
    }

    /*
    .img-holder.margin-top-img {
        margin-top: 0px;
        height: 0;
        padding-bottom: 113%
    }
*/

    .img-holder video {
        width: 100%;
    }

    .text-holder {
        width: 100%;
        padding: 5%;
    }

    .text-holder.margin-top-text {
        width: 100%;
        margin-top: 0px;
        padding: 5%;
    }

    .paragraph-3 {
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .heading-2.heading-side {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 45px;
    }

    .heading-2.heading-white {
        margin-bottom: 60px;
        font-size: 40px;
        line-height: 45px;
    }

    .paragraph-4 {
        margin-bottom: 30px;
    }

    .inner {
        width: 100%;
    }

    .inner.inner-border {
        width: 100%;
    }

    .content-small.side-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-small.contact-content {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .heading-3.services-heading {
        margin-bottom: 40px;
        font-size: 60px;
        line-height: 70px;
    }

    .services-holder-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services-box-wide {
        margin: 0;
    }

    .services-box {
        width: 100%;
        padding: 20px;
    }

    .services-box.box-wide {
        width: 100%;
        padding: 20px;
    }

    .services-box.box-wide.box-margin {
        margin-bottom: 40px;
    }

    .services-box.box-middle {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .services-holder-top.bottom {
        margin-bottom: 40px;
    }

    .services-holder-btm {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charges-box {
        width: 50%;
    }

    .gallery-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #tabs {
        display: none;
    }

    .accordion-holder {
        display: block;
        padding: 0 20px;
    }

    #accordion h3.ui-state-default {
        background: url(../images/arrow-right3.png) no-repeat center right 20px;
        color: #43515a;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #43515a;
        margin: 0 0 10px 0;
        font-size: 20px;
        text-transform: uppercase;
    }

    #accordion h3.ui-accordion-header-active {
        background: url(../images/arrow-right3-active.png) no-repeat center right 20px;
        color: #9ca7ad;
        border: 1px solid #9ca7ad;
    }

    .gallery .slick-prev {
        width: 50px;
        height: 50px;
        left: 20%;
        margin: -50px 0 0 0;
    }

    .gallery .slick-next {
        width: 50px;
        height: 50px;
        right: 20%;
        margin: -50px 0 0 0;
    }

    ul.slick-dots {
        margin: 0 auto 40px;
    }

    .overlay-left img {
        opacity: 1;
        margin: 0 auto;
    }

    .overlay-right img {
        opacity: 1;
        margin: 0 auto;
    }

    .gallery .slick-next {
        right: 0;
    }

    .gallery .slick-prev {
        left: 0;
    }

    .phone-holder {
        background: #fff;
        display: block;
        padding: 7px;
    }

    .phone-holder a {
        font-size: 15px;
        line-height: 25px;
        color: #43515a;
        font-family: sofia-pro, sans-serif;
        font-weight: 300;
        display: table;
        margin: 0 auto;
    }

    .contact {
        flex-direction: column;
    }

    .contact img.alysha {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .term_content {
        padding: 40px 0;
    }

    .content-wide.container-content {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .content-wide.container-content.content-thanks {
        padding-bottom: 40px;
    }

    .content-wide.services-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-wide.footer-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #form-holder {
        padding: 12% 4% 4%;
    }

    .gallery-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header {
        margin-bottom: 40px;
    }

    .heading {
        font-size: 50px;
        line-height: 62px;
    }

    .text-holder {
        padding: 7%;
    }

    .text-holder.margin-top-text {
        padding: 7%;
    }

    .paragraph-3 {
        text-align: center;
    }

    .heading-2.heading-side {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }

    .heading-2.heading-white {
        margin-bottom: 40px;
        font-size: 35px;
        line-height: 40px;
    }

    .paragraph-4 {
        text-align: center;
    }

    .paragraph-5 {
        text-align: center;
    }

    .inner.inner-border {
        padding-left: 30px;
    }

    .content-small.side-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-small.contact-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .heading-3.services-heading {
        font-size: 50px;
        line-height: 60px;
    }

    .heading-3.white-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .paragraph-10 {
        margin-bottom: 30px;
    }

    .unordered-list-3 {
        margin-bottom: 40px;
    }

    .unordered-list-4 {
        margin-bottom: 10px;
    }

    .footer-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider-box img.oblique {
        display: none;
    }

    .slider-box,
    .slider-box.box-kit {
        padding: 2%;
        width: 30%;
    }

    .slider-box.empty {
        display: none;
    }

    .image-2 {
        width: 220px;
    }

    ul.mm-listview li a {
        font-size: 16px;
    }

    .link {
        letter-spacing: 3px;
    }

    .mm-listview > li > a,
    .mm-listview > li > span {
        padding: 15px;
    }

    ul.social li {
        margin: 0 15px;
    }

    .gallery .slick-next {
        width: 35px;
        height: 35px;
        margin: -35px 0 0 0;
        right: 10px;
    }

    .gallery .slick-prev {
        width: 35px;
        height: 35px;
        margin: -35px 0 0 0;
        left: 10px;
    }

    ul.social {
        flex-direction: column;
    }

    .paragraph-6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .cta-banner::before {
        content: none;
    }

    .cta-banner {
        width: 100%;
        padding: 30px 10px;
        font-size: 15px;
    }

    .cta-banner.cta-border {
        width: 100%;
    }

    #form-holder .field {
        font-size: 16px;
        text-indent: 15px;
    }

    label.error {
        right: 5px;
    }

    .text-holder {
        padding: 7%;
    }

    .text-holder.margin-top-text {
        padding: 7%;
    }

    .heading-2.heading-side {
        font-size: 30px;
        line-height: 35px;
    }

    .inner.inner-border {
        padding-left: 30px;
    }

    .paragraph-7 {
        font-size: 20px;
        line-height: 30px;
    }

    .heading {
        font-size: 45px;
        line-height: 56px;
    }

    .heading-3.white-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .list-item-3 {
        font-size: 16px;
    }

    .list-item-4 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
    }

    .services-charges {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .charges-box {
        width: 100%;
    }

    .charges-box.box-margin {
        margin-bottom: 30px;
    }

    .image-3 {
        margin-bottom: 25px;
    }

    .paragraph-12 {
        margin-bottom: 10px;
    }

    .slider-box,
    .slider-box.box-kit {
        padding: 5%;
        width: 40%;
    }

    .terms_section ul {
        padding-left: 20px;
    }

    .image-2 {
        width: 200px;
    }

    .mm-navbar.mm-hasbtns {
        background-size: 180px auto;
    }

    .mm-navbar.mm-hasbtns {
        padding: 36px;
    }

    .list-item-3::before {
        left: 6px;
    }

    .link {
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 2px;
    }

    ul.slick-dots li {
        margin: 0 5px;
    }
}

.gallery .slider {
    width: auto;
    margin: 30px 50px 50px;
}

.gallery .slick-slide {
    background: $c1;
    color: white;
    padding: 40px 0;
    font-size: 30px;
    font-family: 'Arial', 'Helvetica';
    text-align: center;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
    color: black;
}

.gallery .slick-dots {
    bottom: -30px;
    overflow-x: auto;
}

.gallery .slick-dots li a {
    font-size: 15px;
    line-height: 30px;
    color: #aab4b8;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.gallery .slick-dots li.slick-active a {
    color: #47555d;
    width: 40px;
    height: 40px;
    border: 1px solid #505d65;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.gallery .slick-slide:nth-child(odd) {
    background: $c2;
}
