/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive Wordpress Theme
Version: 3.0.4.30.1
*/

:root {
    --orange: #f05323;
    --blue: #12a4de;
    --purple: #5f3d98;
}

#header {
    width: 100%;
    position: fixed;
    top: 0;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 60px;
    padding-right: 60px;
    transition: all .5s;
    z-index: 9999;
}
#header.sticky {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #2a094d;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
    z-index: 9999;
}

#header .logo img {
    max-height: 116px;
    transition: all .5s;
}
#header.sticky .logo img {
    max-height: 90px;
}

#header .navbar {
    padding: 0;
    margin: 0;
}
#header .navbar #main-menu > li {
    margin: 0 10px;
    transition: all .5s;
}
#header .navbar #main-menu > li > a {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 3px 0;
    margin: 0;
    border-bottom: 4px solid transparent;
}
#header .navbar #main-menu > li.current-menu-parent > a,
#header .navbar #main-menu > li.current-menu-item > a,
#header .navbar #main-menu > li:hover > a {
    border-color: #e9451b;
}
#header .navbar #main-menu > li.dropdown > a::after,
#header .navbar #main-menu > li.dropdown > ul.dropdown-menu > li.dropdown > a::after {
    display: inline;
    content: "\f107";
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 600;
    border: 0;
    margin-left: 7px;
    vertical-align: unset;
}
#header .navbar #main-menu > li.dropdown > ul.dropdown-menu > li.dropdown > a::after {
    color: #e9451b;
}
#header .navbar #main-menu > li > ul.dropdown-menu {
    width: 240px;
    top: calc(100% - 2px);
    left: -10px;
    padding: 10px 0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
#header .navbar #main-menu > li > ul.dropdown-menu > li > a {
    width: calc(100% - 40px);
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 5px;
    margin: 0 15px;
    white-space: unset;
}
#header .navbar #main-menu > li > ul.dropdown-menu li a:hover,
#header .navbar #main-menu > li > ul.dropdown-menu li a:focus,
#header .navbar #main-menu > li > ul.dropdown-menu li.active a {
    color: #e9451b;
    background-color: transparent;
}
#header .navbar #main-menu > li > ul.dropdown-menu > li > ul.dropdown-menu {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 70%;
}
#header .navbar #main-menu > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
    font-size: 14px;
    padding: 5px 25px;
    margin: 0;
}

#header .schedule a {
    padding: 15px 24px 14px 24px;
    margin-top: -6px;
    margin-left: 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 3px;
}
#header .schedule a:hover {
    text-decoration: none;
    border-color: #FFF;
}
#header .schedule i {
    color: #FFF;
    font-size: 14px;
    padding-right: 10px;
}
#header .schedule p {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.43px;
    padding: 0;
    margin: 0;
}

#header .phone a {
    padding: 14px 27px 13px 27px;
    margin-top: -6px;
    margin-left: 7px;
    border-radius: 3px;
    /* background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%; */
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
#header .phone a:hover {
    text-decoration: none;
    background-color: transparent;
}
#header .phone i {
    color: #FFF;
    font-size: 18px;
    padding-right: 10px;
}
#header .phone p {
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.43px;
    padding: 0;
    margin: 0;
}

#hero, #hero-sub {
    position: relative;
    height: 800px;
    z-index: 1099;
}
#hero-sub {
    height: 650px;
}
#hero::before, #hero-sub::before {
    content: "";
    display: block;
    width: 100%;
    height: 150%;
    background-color: var(--purple);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(-3deg);
    z-index: 1;
}

#hero .container, #hero-sub .container {
    height: 100%;
}

#hero .headline {
    padding-left: 60px;
    margin-bottom: 150px;
    z-index: 99;
}
#hero-sub .row > .headline {
    padding-left: 80px;
    margin-bottom: 130px;
    z-index: 99;
}
#hero-sub.contact .row > .headline {
    padding-left: 140px;
}

#hero .headline h1, #hero .headline h2.custom_header_h1_h2 {
    color: #FFF;
    /* font-family: "Roboto Slab"; */
    font-size: 68px;
    font-weight: 900;
    line-height: 74px;
    letter-spacing: -1.36px;
    padding: 0;
    margin: 0;
}
#hero .headline h3, #hero .headline h2.custom_header_h3_h2 {
    color: rgba(255, 255, 255, .75);
    font-family: "Montserrat";
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.54px;
    text-transform: uppercase;
    padding: 0;
    margin: 27px 0 46px 0;
}
#hero .headline a, #hero-sub .row > .headline a {
    display: block;
    width: 90%;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.21px;
    text-align: center;
    padding: 22px 20px 21px 20px;
    margin: 0;
    border-radius: 4px;
    /* background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%; */
    background-color: var(--orange);
    border: 1px solid var(--orange);
}
#hero .headline a:hover, #hero-sub .row > .headline a:hover {
    text-decoration: none;
    background-size: 200%;
    background-color: transparent;
}

#hero-sub .row > .headline h1, #hero-sub .row > .headline h2.custom_header_h1_h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 43px;
    font-weight: 900;
    line-height: 51px;
    letter-spacing: -0.86px;
    padding: 0;
    margin: 0;
}
#hero-sub.contact .row > .headline h1 {
    font-size: 58px;
    letter-spacing: 0;
    line-height: 63px;
}
#hero-sub .row > .headline h3, #hero-sub .row > .headline h1.custom_header_h3_h1, #hero-sub .row > .headline h2.custom_header_h3_h1 {
    color: rgba(255, 255, 255, .75);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding: 0;
    margin: 27px 0 30px 0;
}
#hero-sub.contact .row > .headline h3 {
    font-size: 23px;
}
#hero-sub .row > .headline a {
    width: auto;
    font-size: 19px;
    padding-left: 45px;
    padding-right: 45px;
}
#hero-sub.contact .row > .headline a {
    font-size: 21px;
}
#hero-sub .row > .headline a.phone {
    color: #2a094d;
    font-size: 18px;
    padding: 21px 40px 20px 40px;
    margin-left: 6px;
    background: #FFF;
}
#hero-sub .row > .headline a.phone {
    padding-top: 21px;
    padding-bottom: 20px;
}
#hero-sub .row > .headline a.phone i {
    color: #ee4d21;
    font-size: 17px;
    padding-right: 7px;
}

#hero .photo, #hero-sub .row > .photo {
    position: absolute;
    z-index: 9;
}
#hero-sub.contact .photo {
    left: initial;
}
#hero .photo img {
  	max-width: 662px;
    margin-left: -68px;
    margin-bottom: 5%;
}
#hero-sub .row > .photo img {
    max-width: 535px;
}
#hero-sub.contact .photo img {
    max-width: 545px;
}

#hero .rank {
    padding-right: 140px;
    position: absolute;
    bottom: 235px;
    right: 0;
}
#hero .rank::before {
    content: "";
    display: block;
    width: 500px;
    height: 450px;
    background-color: #321354;
    border-top-left-radius: 100px;
    position: absolute;
    top: -80px;
    right: 0;
    transform: skewY(-6deg);
    z-index: -1;
}
#hero .rank h2 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 114.5px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.3px;
    padding: 0;
    margin: 0;
}
#hero .rank h4 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 41px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.82px;
    padding: 0;
    margin: 59px 0 0 -8px;
}
#hero .rank p {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 7px 0 27px 0;
}
#hero .rank p strong {
    font-weight: 600;
}

#hero-sub .rank {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: -170px;
    margin: 0 auto;
}
#hero-sub .rank .rating {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, .8);
}
#hero-sub .rank h2 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 78px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.56px;
    padding: 0;
    margin: 0;
}
#hero-sub .rank h4 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.56px;
    padding: 0;
    margin: 40px 0 0 -5px;
}
#hero-sub .rank p {
    color: rgba(255, 255, 255, .6);
    font-family: "Montserrat";
    font-size: 12.5px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 7px 0 0 0;
}

#hero-sub .special-offer {
    margin-bottom: -20px;
    margin-right: -160px;
    z-index: 99;
}

#reviews {
    position: relative;
    height: 375px;
    margin-top: -60px;
    background-color: #f9ddc7;
}
#reviews.sub {
    height: 280px;
}

#reviews::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 115px 0 0 100vw;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#reviews.sub::after {
    border-color: transparent transparent transparent #FFF;
}
#reviews.contact::after {
    border-width: 200px 0 0 100vw;
}

#reviews:not(.sub) .google {
    padding-left: 15px;
    padding-right: 75px;
    padding-bottom: 20px;
    border-right: 1px dotted #FFF;
}
#reviews.contact .google {
    margin-top: -25px;
}
#reviews.sub .google .rating {
    padding-left: 50px;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 60px;
    border-right: 0;
    border-left: 1px dotted #FFF;
}
#reviews .google img {
    margin-right: 45px;
}
#reviews.sub .google img {
    max-width: 130px;
    margin-right: 0;
}
#reviews .google h2, #reviews .google div.custom_header_h2_div {
    color: #2a094d;
    font-family: "Montserrat";
    font-size: 113px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -6.8px;
    padding: 0;
    margin: 0;
}
#reviews.sub .google h2 {
    font-size: 93px;
}
#reviews .google h4, #reviews .google div.custom_header_h4_div {
    color: #2a094d;
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0;
    margin: 58px 0 0 0;
}
#reviews.sub .google h4 {
    font-size: 33px;
    margin-top: 48px;
}
#reviews .google p {
    color: #2a094d;
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.7px;
    padding: 0;
    margin: 0;
}
#reviews.sub .google p {
    font-size: 14px;
    letter-spacing: -0.28px;
}
#reviews .google p strong {
    font-weight: 600;
}

#reviews .contact {
    padding-left: 60px;
    padding-right: 60px;
}
#reviews .contact p {
    color: #2a094d;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0;
    margin: 0;
}
#reviews .contact a {
    display: inline-block;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.21px;
    text-align: center;
    padding: 18px 70px 17px 70px;
    margin: 15px auto 0;
    border-radius: 4px;
    background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%;
}
#reviews .contact a:hover {
    text-decoration: none;
    background-size: 200%;
}

#reviews .photo {
    display: block;
    width: 600px;
    height: 375px;
    position: absolute;
    top: 0;
    right: 0;
}
#reviews .photo > div {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#testimonials {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #f2f4f9;
}

#testimonials .video-review {
    flex: 0 0 calc(50% + 50px);
    max-width: calc(50% + 50px);
    margin-left: -50px;
    padding-right: 85px;
}
#testimonials .video-review .video {
    display: block;
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: bottom center;
    border-radius: 4px;
}
#testimonials .video-review .video:after {
    font-size: 100px;
    top: 40%;
}
#testimonials .video-review p {
    color: #20083b;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 19px 0 37px 0;
}
#testimonials .video-review p strong {
    font-weight: 700;
}
#testimonials .video-review a {
    display: block;
    width: 80%;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.21px;
    text-align: center;
    padding: 22px 20px 21px 20px;
    margin: 0 auto;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 4px;
    /* background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%; */
    box-shadow: 0 8px 16px rgba(35, 9, 62, .14);
}
#testimonials .video-review a:hover {
    color: var(--orange);
    text-decoration: none;
    background-size: 200%;
    background-color: transparent;
}

#testimonials .carousel {
    margin-top: 90px;
    z-index: 1199;
}
#testimonials .carousel-item::before {
    content: "";
    display: block;
    width: 49px;
    height: 44px;
    margin: 0 auto;
    background-image: url("img/icons/icon-quote.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
}

#testimonials .carousel-item .testimonial {
    color: #20083b;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.36px;
    text-indent: 65px;
    padding: 0;
    margin: 21px 0 30px 0;
}
#testimonials .carousel-item .overview {
    color: #20083b;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}
#testimonials .carousel-item .overview strong {
    font-weight: 500;
}

#testimonials .carousel-indicators {
    position: relative;
    justify-content: flex-start;
    margin: 15px 0 0 0;
    bottom: 0;
}
#testimonials .carousel-indicators li {
    width: 10px;
    height: 8px;
    background-color: #f9b787;
    border-radius: 4px;
    transition: all .5s;
}
#testimonials .carousel-indicators li.active {
    width: 29px;
    background-color: #e9451b;
}

#services {
    position: relative;
    z-index: 10;
}
#services::before {
    content: "";
    display: block;
    width: 100%;
    height: 215px;
    background-color: #f2f4f9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#services::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 200px 0;
    border-color: transparent #f2f4f9 transparent transparent;
    position: absolute;
    top: 215px;
    left: 0;
    z-index: 1;
}
#services > * {
    position: relative;
    z-index: 9;
}

#services .headline h1 {
    color: #311252;
    font-family: "Roboto Slab";
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0 0 30px 0;
}

#services .item {
    margin-top: 30px;
}
#services .item:hover .full {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

#services .item a.intro {
    position: relative;
    display: block;
    height: 100%;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .05);
}
#services .item a:hover {
    text-decoration: none;
}
#services .item a.intro > div {
    padding: 20px 50px 0 50px;
}
#services .item a.intro img {
    border-top-left-radius: 5px;
}
#services .item h2, #services .item h3, #services .item .h3 {
    color: #e9451b;
    /* font-family: "Roboto Slab"; */
    font-size: 45px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0;
    margin: 0;
}
#services .item.item-2 h2, #services .item.item-2 h3, #services .item.item-2 .h3 {
    color: var(--blue);
}
#services .item.item-3 h2, #services .item.item-3 h3, #services .item.item-3 .h3 {
    color: var(--purple);
}
#services .item .custom_header_h3_h2{ font-family:"Roboto", sans-serif }
#services .item .custom_header_h3_h2 {
    color: rgba(233, 69, 27, .7);
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.76px;
    padding: 0;
    margin: 0;
	clear:both;
	display: block;
}
#services .item.item-2 .custom_header_h3_h2 {
    color: rgba(18, 164, 222, .7);
}
#services .item.item-3 .custom_header_h3_h2 {
    color: rgba(95, 61, 152, .8);
}
#services .item p {
    color: #20083b;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.34px;
    padding: 17px 0 160px 0;
    margin: 0;
}
#services .item a.intro span {
    display: inline-block;
    width: 59px;
    height: 59px;
    color: #a6aec0;
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #d6ddef;
    border-radius: 50%;
    position: absolute;
    bottom: 45px;
    left: 50px;
    transition: all .5s;
}
/* #services .item.item-1 a.intro:hover span {
    color: #e9451b;
    border-color: #e9451b;
}
#services .item.item-2 a.intro:hover span {
    color: #311252;
    border-color: #311252;
}
#services .item.item-3 a.intro:hover span {
    color: #ed9959;
    border-color: #ed9959;
} */

#services .item .full {
    display: block;
    width: calc(100% - 30px);
    height: calc(100% + 50px);
    padding: 0 55px 30px 55px;
    background-image: url('img/adhc-services.jpg');
    background-size: cover;
    background-position: bottom center;
    border-radius: 5px;
    position: absolute;
    top: -25px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: -1;
}
#services .item .full h3 {
    color: #FFF;
}
#services .item .full .custom_header_h3_h2{ font-family:"Roboto", sans-serif; }
#services .item .full .custom_header_h3_h2 {
    color: rgba(255, 255, 255, .7);
}
#services .item .full p {
    color: #FFF;
    padding-bottom: 30px;
}
#services .item .full a {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 18px 20px 17px 20px;
    margin: 0 auto;
    border-radius: 4px;
    background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%;
}
#services .item .full a.more {
    color: #4b1b4f;
    margin-top: 5px;
    background: #FFF;
}
#services .item .full a:hover {
    text-decoration: none;
    background-size: 200%;
}

#video {
    position: relative;
    padding-top: 260px;
    padding-bottom: 30px;
    margin-top: -210px;
    /* background-image: url("img/adhc-video-bg.png");
    background-size: 100% 810px;
    background-repeat: no-repeat;
    background-position: top center; */
    z-index: 9;
}
#video::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--purple);
    clip-path: polygon(0 15%, 100% 0, 100% 70%, 0 50%);
    position: absolute;
    top: 0; left: 0;
}
#video > * {
    position: relative;
    z-index: 4;
}

#video .headline h3, #video .headline .h3 {
    color: rgba(255, 255, 255, .5);
    font-family: "Montserrat";
    font-size: 21px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
}
#video .headline h1, #video .headline h2.custom_header_h1_h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0 0 60px 0;
}

#video .video {
    border-radius: 5px;
    box-shadow: 0 28px 27px rgba(35, 9, 62, .14);
}
#video .video img {
    border-radius: 5px;
}

#video .schedule a {
    display: inline-block;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.21px;
    text-align: center;
    padding: 28px 150px 27px 150px;
    margin: 60px auto 0;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 4px;
    /* background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%; */
    box-shadow: 0 8px 16px rgba(35, 9, 62, .14);
}
#video .schedule a:hover {
    color: var(--orange);
    text-decoration: none;
    background-size: 200%;
    background-color: transparent;
}

#help {
    position: relative;
    padding-top: 300px;
    padding-bottom: 300px;
    margin-top: -280px;
    background-color: #fde4d0;
    background-image: url("img/adhc-video-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 9;
}
#help::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 100vw 0 0;
    border-color: #f2f4f9 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#help h3 {
    color: rgba(255, 255, 255, .5);
    font-family: "Montserrat";
    font-size: 21px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px 0;
}
#help h1, #help h2.custom_header_h1_h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0;
}
#help .call {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 50px 0 36px 0;
}
#help .call a {
    font-weight: 600;
}
#help .schedule {
    display: inline-block;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.21px;
    text-align: center;
    padding: 27px 145px 26px 145px;
    margin: 0 auto 40px;
    border-radius: 4px;
    background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%;
    box-shadow: 0 8px 16px rgba(35, 9, 62, .14);
}
#help .schedule:hover {
    text-decoration: none;
    background-size: 200%;
}
#help p {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
#help p:last-of-type {
    color: rgba(255, 255, 255, .75);
    font-weight: 300;
    padding-top: 17px;
}

#advantages {
    position: relative;
    margin-top: 80px;
    padding-bottom: 45px;
    background: rgb(242,244,249);
    background: -moz-linear-gradient(180deg, rgba(242,244,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(242,244,249,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(242,244,249,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f4f9",endColorstr="#ffffff",GradientType=1);
}
#advantages::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 100vw;
    border-color: transparent transparent #f2f4f9 transparent;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 1;
}

#advantages .headline h3, #advantages .headline .h3 {
    color: #311252;
    font-family: "Montserrat";
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px 0;
}
#advantages .headline h1 {
    color: #311252;
    font-family: "Roboto Slab";
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0;
}
#advantages .headline p {
    color: #20083b;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 38px 0 0 0;
}
#advantages .headline p strong {
    font-weight: 700;
}

#advantages .item {
    margin-top: 100px;
}
#advantages .item h2 {
    color: #20083b;
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.42px;
    padding: 0 0 0 25px;
    margin: 0;
}

#area {
    position: relative;
    padding: 135px 0 120px 0;
    background-color: #fde4d0;
}
body:not(.home) #area {
    padding-bottom: 50px;
}
.page-template-emergency #area,
.page-template-contact #area {
    padding-top: 0;
    padding-bottom: 80px;
    margin-top: -160px;
    margin-bottom: 60px;
}
.page-template-contact #area {
    margin-top: -200px;
    margin-bottom: 0;
}
#area::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 200px 0;
    border-color: transparent #FFF transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-template-emergency #area::before {
    border-color: transparent transparent transparent transparent;
}
.page-template-contact #area::before {
    top: -200px;
    border-width: 200px 0 0 100vw;
    border-color: transparent transparent transparent #fde4d0;
}
#area::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 100vw;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
body:not(.home) #area::after,
.page-template-emergency #area::after,
.page-template-contact #area::after {
    display: none;
}
#area > * {
    position: relative;
    z-index: 9;
}

#area .content {
    width: 455px;
}
.page-template-emergency #area .content {
    margin-top: 60px;
}
.page-template-contact #area .content {
    margin-top: -60px;
}
#area .content h3 {
    color: #e9451b;
    font-family: "Montserrat";
    font-size: 21px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: -10px 0 6px 0;
}
#area .content h1 {
    color: #391551;
    font-family: "Roboto Slab";
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0;
}
#area .content ul {
    padding: 0;
    margin: 40px 0 0 20px;
    list-style: none;
    columns: 2;
}
#area .content ul li {
    color: #391551;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
}

#area .map {
    width: calc(100% - 455px);
	margin-bottom: 25px;
}
.page-template-contact #area .map {
    margin-top: -140px;
}

#schedule {
    position: relative;
    margin-top: -200px;
    z-index: 9;
}

#schedule .photos {
    padding-left: 15px;
}
#schedule .photo {
    display: block;
    width: 265px;
    height: 210px;
    margin-right: 7px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

#schedule .contact {
    padding-right: 15px;
}
#schedule .contact a {
    display: inline-block;
    color: #FFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.27px;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 22px;
    padding-left: 105px;
    padding-right: 105px;
    margin: 0;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 4px;
    /* background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%; */
    box-shadow: 0 8px 16px rgba(35, 9, 62, .14);
}
#schedule .contact a span {
    font-size: 18px;
}
#schedule .contact a:hover {
    color: var(--orange);
    text-decoration: none;
    background-size: 200%;
    background-color: transparent;
}

#offers .headline h3 {
    color: #e9451b;
    font-family: "Montserrat";
    font-size: 21px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 14px 0;
}
#offers .headline h1 {
    color: #391551;
    font-family: "Roboto Slab";
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0 0 35px 0;
}

.popup-offer {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 9999;
}
.popup-offer > div {
    position: relative;
}
.popup-offer .popup-close {
    position: absolute;
    top: -30px;
    right: 0;
    color: #FFF;
    font-size: 22px;
    margin: 0;
    cursor: pointer;
}

#offers .item a,
#hero-sub .special-offer a,
.popup-offer a {
    position: relative;
    display: block;
    height: calc(100% - 30px);
    margin-top: 30px;
    background-color: #f2f4f9;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
}
#hero-sub .special-offer a {
    background-color: #FFF;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .05);
}
.popup-offer a {
    max-width: 410px;
    margin: 0 auto;
    height: auto;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .3);
}
#offers .item a:hover,
#hero-sub .special-offer a:hover,
.popup-offer a:hover {
    text-decoration: none;
    transform: translateY(-15px);
}
.popup-offer a:hover {
    transform: unset;
}

#offers .item .photo,
#hero-sub .special-offer .photo,
.popup-offer .photo {
    display: block;
    width: 235px;
    height: 220px;
    margin-top: -32px;
    margin-right: 25px;
    background-color: #311252;
    background-position: center;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 30px;
    transform: skewY(-15deg);
    overflow: hidden;
    z-index: 1;
}
#offers .item .photo > div,
#hero-sub .special-offer .photo > div,
.popup-offer .photo > div {
    width: 100%;
    height: 100%;
    margin-top: 32px;
    background-size: cover;
    transform: skewY(15deg);
}

#offers .item .headline > div,
#hero-sub .special-offer .headline > div,
.popup-offer .headline > div {
    position: relative;
    z-index: 9;
}
#offers .item .headline > div:not(.photo),
#hero-sub .special-offer .headline > div:not(.photo),
.popup-offer .headline > div:not(.photo) {
    width: calc(100% - 280px);
}
#offers .item .headline p,
#hero-sub .special-offer .headline p,
.popup-offer .headline p {
    color: #692994;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 0;
    margin: 30px 0 4px 0;
}
#offers .item .headline h2, #offers .item .headline div.custom_header_h2_div,
#hero-sub .special-offer .headline h2,
.popup-offer .headline h2 {
    color: #391551;
    font-size: 43px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.3px;
    padding: 0;
    margin: 0;
}
#offers .item .headline h2 strong, #offers .item .headline div.custom_header_h2_div strong,
#hero-sub .special-offer .headline h2 strong,
.popup-offer .headline h2 strong {
    font-size: 33px;
}
#offers .item .headline h2 span, #offers .item .headline div.custom_header_h2_div span,
#hero-sub .special-offer .headline h2 span,
.popup-offer .headline h2 span {
    font-size: 17px;
}
#offers .item .headline h5,
#hero-sub .special-offer .headline h5,
.popup-offer .headline h5 {
    color: #ed9959;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0;
    margin: -6px 0 0 0;
}
#offers .item .headline h5 strong,
#hero-sub .special-offer .headline h5 strong,
.popup-offer .headline h5 strong {
    font-size: 13px;
}

#offers .item .headline .save,
#hero-sub .special-offer .headline .save,
.popup-offer .headline .save {
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: -55px;
    background-color: #ff4d12;
    border-radius: 3px;
    z-index: 9;
}
#offers .item .headline .save h4,
#hero-sub .special-offer .headline .save h4,
.popup-offer .headline .save h4 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.84px;
    padding: 0;
    margin: 0;
}
#offers .item .headline .save h4 strong,
#hero-sub .special-offer .headline .save h4 strong,
.popup-offer .headline .save h4 strong {
    font-size: 17px;
    font-weight: 500;
}
#offers .item .headline .save h4 span,
#hero-sub .special-offer .headline .save h4 span,
.popup-offer .headline .save h4 span {
    font-size: 17px;
}

#offers .item .content,
#hero-sub .special-offer .content,
.popup-offer .content {
    padding: 50px 40px 0 40px;
}
#offers .item .content h2,
#hero-sub .special-offer .content h2,
.popup-offer .content h2 {
    color: #20083b;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.42px;
    padding: 0;
    margin: 0;
}
#offers .item .content p,
#hero-sub .special-offer .content p,
.popup-offer .content p {
    color: #20083b;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.28px;
    padding: 0;
    margin: 16px 0 22px 0;
}
#offers .item .content > p {
    padding-bottom: 70px;
}

#offers .item .content .info,
#hero-sub .special-offer .content .info,
.popup-offer .content .info {
    padding: 22px 0 23px 0;
    border-top: 1px solid #d3ccd7;
}
#offers .item .content .info {
    width: calc(100% - 110px);
    position: absolute;
    bottom: 0;
}
#offers .item a:hover .content .info {
    width: calc(100% - 80px);
}
#offers .item .content .info p,
#hero-sub .special-offer .content .info p,
.popup-offer .content .info p {
    font-size: 13px;
    margin: 0;
}
#offers .item .content .info span,
#hero-sub .special-offer .content .info span,
.popup-offer .content .info span {
    color: #ff4d12;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ff4d12;
    transition: all .5s;
}
#offers .item a:hover .content .info span,
#hero-sub .special-offer a:hover .content .info span,
.popup-offer a:hover .content .info span {
    border-color: transparent;
}

#offers .slick-slide {
    outline: none;
}

#offers .slick-arrow {
    position: relative;
    font-size: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 9;
}
#offers .slick-arrow.slick-disabled {
    opacity: 0;
}
#offers .slick-prev {
    left: -90px;
}
#offers .slick-prev::before,
#offers .slick-next::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    color: #391551;
    font-size: 40px;
    font-weight: 700;
}
#offers .slick-next {
    right: -90px;
}
#offers .slick-next::before {
    content: "\f054";
}

#offers .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 45px 0 0 0;
    list-style: none;
}
#offers .slick-dots li {
    margin: 0 3px;
}
#offers .slick-dots li button {
    width: 10px;
    height: 8px;
    font-size: 0;
    background-color: #f9b787;
    border: 0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all .5s;
}
#offers .slick-dots .slick-active button {
    width: 29px;
    background-color: #e9451b;
}

#footer-contact {
    position: relative;
    background-color: var(--purple);
}
#footer-contact .container {
    position: relative;
}
#footer-contact .container .row {
    position: relative;
    z-index: 9;
}

#footer-contact .form h3 {
    color: rgba(255, 255, 255, .5);
    font-family: "Montserrat";
    font-size: 21px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 16px 0;
}
#footer-contact .form h1, #footer-contact .form h2.custom_header_h1_h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 55px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0 0 38px 0;
}

/* CONTACT FORM */

#contact-page {
    overflow: hidden;
}
#contact-page .content {
    margin-top: 60px;
}
#contact-page .content h3 {
    display: block;
    color: #20083b;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.24px;
    padding: 0;
    margin: 0;
}
#contact-page .content h3:not(:first-of-type) {
    margin-top: 30px;
}
#contact-page .content h3.hours {
    margin-bottom: 14px;
}
#contact-page .content h3.location {
    margin-top: 34px;
}
#contact-page .content .phone {
    display: inline-block;
    color: #ff4d12;
    font-size: 37px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.37px;
    padding: 0;
    margin: 4px 0 0 0;
}
#contact-page .content .email {
    display: inline-block;
    color: #ff4d12;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 9px 0 0 0;
}
#contact-page .content p {
    color: #20083b;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 10px 0 0 0;
}
#contact-page .content p span {
    display: inline-block;
    width: 140px;
}
#contact-page .content .address {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
}

#contact-page .form {
    position: relative;
    padding-top: 100px;
    padding-bottom: 350px;
    padding-left: 130px;
}
#contact-page .form::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f4f9;
    transform: skewY(-6deg);
    position: absolute;
    top: 0;
    left: 0;
}
#contact-page .form::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f2f4f9;
    transform: skewY(-6deg);
    position: absolute;
    top: -85px;
    right: -70vw;
    z-index: -1;
}

.form-group {
    margin-bottom: 10px;
}
.form-group > label {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.single-careers .form-group > label,
#contact-page .form-group > label,
.modal .form-group > label {
    color: #311252;
}
.form-control {
    height: 58px;
    color: #20083b;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 20px 25px;
    background-color: #FFF !important;
    background-clip: unset;
    border: 0;
    border-radius: 2px !important;
    box-shadow: 0 0 0 !important;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.elevate_form{
	margin-top: 35px;
}

.elevate_form .form-control {
    height: 58px;
    color: #20083b;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 20px 25px;
    background-color: #FFF !important;
    background-clip: unset;
    border: 0;
    border-radius: 2px !important;
    box-shadow: 0 0 0 !important;
    outline: 1px solid #20083b;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.elevate_form textarea.form-control{
	height: auto !important;
}

.single-careers .form-control,
.modal .form-control {
    border: 1px solid #DDD;
}
select.form-control {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTgxLjg0NTcsMjUuMzg3NmE2LjAyMzksNi4wMjM5LDAsMCwwLTguNDUuNzY3Nkw0OCw1Ni42MjU3bC0yNS4zOTYtMzAuNDdhNS45OTksNS45OTksMCwxLDAtOS4yMTE0LDcuNjg3OUw0My4zOTQzLDY5Ljg0NTJhNS45OTY5LDUuOTk2OSwwLDAsMCw5LjIxMTQsMEw4Mi42MDc0LDMzLjg0MzFBNi4wMDc2LDYuMDA3NiwwLDAsMCw4MS44NDU3LDI1LjM4NzZaIi8+PC9zdmc+') no-repeat;
    background-position: right 25px center;
    background-size: 16px;
    appearance: none;
}
input[type="submit"].wpcf7-submit {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.42px;
    text-align: center;
    padding: 18px 125px 17px 125px;
    margin: 0;
    border: 0 !important;
    background-color: var(--orange);
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    z-index: 9;
}
input[type="submit"].wpcf7-submit:active,
input[type="submit"].wpcf7-submit:focus {
    box-shadow: 0 0 0 !important;
}

.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: 0;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    padding-top: 5px;
}
.wpcf7-response-output {
    text-align: center;
    margin: 20px 0 0 0 !important;
    padding: 10px 18px !important;
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #b30006;
    border: 2px solid #b30006 !important;
}

#footer-contact .icon {
    position: absolute;
    top: -195px;
    right: -175px;
    z-index: 1;
}

#footer-contact .phone {
    position: relative;
}
#footer-contact .phone > div {
    width: 380px;
    text-align: center;
    position: absolute;
    bottom: 150px;
    right: 15px;
}
#footer-contact .phone h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0 0 10px 0;
}
#footer-contact .phone a {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 52px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.04px;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#footer-contact .phone a:hover {
    text-decoration: none;
    border-color: #FFF;
}

#footer-address {
    padding: 35px 0;
    border-bottom: 1px solid #e6e6e6;
}
.page-template-contact #footer-address {
    border-top: 65px solid #311252;
}

#footer-address .logo img {
    max-height: 85px;
}
#footer-address .logo p {
    color: #20083b;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.38px;
    padding: 0;
    margin: 0 0 0 50px;
}

/* SOCIAL MEDIA */

.social-media ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.social-media ul li {
    list-style: none;
    padding: 0;
    margin-left: 10px;
}
.social-media ul li::after {
    display: none !important;
}
.social-media ul li a {
    width: 56px;
    height: 69px;
    font-size: 0 !important;
    text-align: center;
    padding: 0;
    margin: 0;
    background-image: url('img/icons/icon-social.png');
    background-repeat: no-repeat;
}
.social-media ul li a:hover {
    text-decoration: none !important;
    background-image: unset;
}
.social-media ul li a::after {
    content: "";
    color: #311252;
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
    font-weight: 400;
    line-height: 69px;
}
.social-media ul li.icon-facebook a::after { content: "\f39e"; }
.social-media ul li.icon-twitter a::after { content: "\f099"; }
.social-media ul li.icon-youtube a::after { content: "\f167"; }
.social-media ul li.icon-instagram a::after { content: "\f16d"; }
.social-media ul li.icon-linkedin a::after { content: "\f0e1"; }
.social-media ul li.icon-google a::after { content: "\f1a0"; }
.social-media ul li.icon-yelp a::after { content: "\f1e9"; }
.social-media ul li.icon-reviews a::after { content: "\f4ad"; font-family: "Font Awesome 5 Free"; }

/* SUBPAGES */

#page-wrapper #main, #index-wrapper #main, #single-wrapper #main {
    padding-right: 80px;
}

.page-headline h3, .page-headline h1.custom_header_h3_h1, .page-headline h2.custom_header_h3_h1 {
    color: #311252;
    font-family: "Montserrat";
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px 0;
}
.page-headline h1.custom_header_h3_h1, .page-headline h2.custom_header_h3_h1 { width:100%; }
.page-headline h1.custom_header_h3_h1::after, .page-headline h2.custom_header_h3_h1::after {
    content:none;
    display:inline;
    width: 0;
    height: 0;
    margin:0;
    background:none;
    border-radius:0;
}
.page-headline h1, .page-headline h2.custom_header_h1_h2 {
    width: 80%;
    color: #311252;
    font-family: "Roboto Slab";
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 auto;
}
.page-headline h2.custom_header_h1_h2 { width:80%; }
.page-headline h1::after, .page-headline h2.custom_header_h1_h2::after {
    content: "";
    display: block;
    width: 160px;
    height: 6px;
    margin: 14px auto 55px;
    background-color: #fb672f;
    border-radius: 3px;
}

#index-wrapper a:hover {
    text-decoration: none;
}
#index-wrapper .entry-photo > div {
    display: block;
    width: 250px;
    height: 200px;
    margin-right: 35px;
    background-size: cover;
    background-position: top center;
}
#index-wrapper .entry-content h1 {
    padding-top: 0;
    padding-bottom: 0;
}
#index-wrapper .entry-content p.read-more {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all .5s;
}
#index-wrapper a .entry-content p.read-more i {
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    padding-left: 4px;
}
#index-wrapper a:hover .entry-content p.read-more {
    color: #e9451b;
    border-color: #e9451b;
}

#single-wrapper .post > img.wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

nav.pagination,
.sitemap-by-click5_pagination {
    width: 100%;
    justify-content: center;
    margin: 50px auto 0;
}
nav.pagination ul .page-item:not(.active):hover .page-link {
    color: #e9451b;
}
nav.pagination ul .page-item .page-link,
.sitemap-by-click5_pagination .pagination-item,
.sitemap-by-click5_pagination strong {
    color: #e9451b;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 25px 14px;
    background-color: transparent;
    border: 0;
    border-radius: 17px !important;
}
nav.pagination ul .page-item .page-link.next,
nav.pagination ul .page-item .page-link.prev {
    color: #e9451b;
    font-family: "Arial";
    font-size: 19px;
}
nav.pagination ul .page-item.active .page-link,
.sitemap-by-click5_pagination strong {
    color: #FFF;
    background-color: #e9451b;
}

.entry-content h1, .entry-content h2, h2.blog-post-title {
    color: #20083b;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.52px;
}
.entry-content h3, .sitemap_by_click5 h2, h3.blog-post-title, .entry-content h2.custom_header_h3_h2 {
    color: #20083b;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
}
.entry-content h4 {
    color: #e9451b;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.22px;
}
.entry-content h5, .entry-content h6 {
    color: #e9451b;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #20083b;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
.entry-content ul li::before {
    content: "\f054";
    color: #e9451b;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    padding-left: 20px;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote:before {
    width: 6px;
    background-color: #e9451b;
    border-radius: 3px;
}
.entry-content blockquote p {
    color: #20083b;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0;
}

.entry-content img.aligncenter, .entry-content .video img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.entry-content .gallery.gallery-columns-2 .gallery-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-3 .gallery-item {
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.33333% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-4 .gallery-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery .gallery-item a {
    display: block;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    overflow: hidden;
}
.entry-content .gallery .gallery-item a:hover {
    text-decoration: none;
}
.entry-content .gallery .gallery-item a img {
    height: auto;
}
.entry-content .gallery .gallery-item .gallery-caption {
    color: #20083b;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 10px 0 0 0;
    margin: 0;
}

.btn-back {
    display: inline-block;
    color: #e9451b;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.36px;
    padding: 0;
    border: 0 !important;
    border-bottom: 1px solid transparent !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    border-radius: 0;
}
.btn-back i {
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    padding-right: 4px;
}
.btn-back:hover, .btn-back:active, .btn-back:focus {
    color: #e9451b !important;
    border-color: #e9451b !important;
}

#emergency-page .entry-content a {
    width: 252px;
    justify-content: flex-start;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.19px;
    text-align: center;
    text-decoration: none;
    padding: 19px 50px 18px 50px;
    margin: 20px 0 0 0;
    border-radius: 4px;
    background: rgb(235,71,29);
    background: -moz-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    background: linear-gradient(90deg, rgba(235,71,29,1) 0%, rgba(254,127,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb471d",endColorstr="#fe7f3d",GradientType=1);
    background-size: 100%;
    box-shadow: 0 8px 16px rgba(35, 9, 62, .14);
}
#emergency-page .entry-content a i {
    font-size: 15px;
    font-weight: 400;
    padding-right: 12px;
}
#emergency-page .entry-content a:hover {
    text-decoration: none;
    background-size: 200%;
}

#emergency-page .photo {
    flex: 0 0 calc(50% + 160px);
    max-width: calc(50% + 160px);
    margin-right: -160px;
    padding-left: 30px;
}
#emergency-page .photo > div {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
}

#emergency-content {
    position: relative;
    z-index: 10;
}
#emergency-content::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 280px);
    background-color: #f2f4f9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#emergency-content .headline h2 {
    color: #20083b;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
#emergency-content .headline p {
    color: #20083b;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 19px 0 34px 0;
}
#emergency-content .headline h3, #emergency-content .headline h2.custom_header_h3_h2 {
    color: #20083b;
    font-size: 21px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.21px;
    padding: 0;
    margin: 0 0 30px 0;
}

#emergency-content .item {
    margin-top: 45px;
}
#emergency-content .item.item-1, #emergency-content .item.item-3 {
    flex: 0 0 calc(50% + 55px);
    max-width: calc(50% + 55px);
    margin-left: -55px;
}
#emergency-content .item.item-2, #emergency-content .item.item-4 {
    flex: 0 0 calc(50% + 55px);
    max-width: calc(50% + 55px);
    margin-right: -55px;
}

#emergency-content .item > div {
    height: 100%;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .05);
}
#emergency-content .item img {
    border-top-left-radius: 5px;
}
#emergency-content .item h2 {
    color: #e9451b;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0 70px;
    margin: 0;
}
#emergency-content .item p {
    color: #20083b;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.17px;
    padding: 20px 70px 75px 70px;
    margin: 0;
}

/* FAQ */

#faq-page .card {
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0;
    background-color: transparent;
}
#faq-page .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
#faq-page .card h4 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #311252;
    padding: 20px 25px;
    margin: 0;
    transition: all .5s;
    cursor: pointer;
}
#faq-page .card h4[aria-expanded="true"] {
    color: #e9451b;
}
#faq-page .card h4::before {
    content: "+";
    display: inline-table;
    width: 25px;
    height: 23px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 25px;
    background-color: #e9451b;
    border-radius: 2px;
}
#faq-page .card h4[aria-expanded="true"]::before {
    content: "-";
    line-height: 21px;
}
#faq-page .card-body {
    padding: 0 0 35px 0;
}
#faq-page .card p {
    padding: 0 30px 0 75px;
}
#faq-page .card p:last-of-type {
    margin-bottom: 0;
}

.testimonial-item {
    position: relative;
}
.testimonial-item::before {
    content: '"';
    color: rgba(233, 69, 27, .2);
    font-size: 120px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -5px;
    left: 0;
}
.testimonial-item > * {
    position: relative;
    z-index: 9;
}
.testimonial-item p.testimonial {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.18px;
    padding: 20px 25px 30px 25px;
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.testimonial-item > div {
    padding: 30px 0 40px 0;
}
.testimonial-item p.overview {
    color: #727272;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.testimonial-item p.overview strong {
    color: #000;
    font-weight: 700;
}
.testimonial-item i {
    color: #005cb0;
    padding-left: 4px;
}

/* SIDEBAR AREA */

#sidebar-area {
    flex: 0 0 calc(33.333333% + 160px);
    max-width: calc(33.333333% + 160px);
    margin-right: -160px;
}

#sidebar-area #video {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 0;
    background-image: unset;
    background-color: rgb(242,244,249);
}
#sidebar-area #video::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 570px 0 0;
    border-color: #f2f4f9 transparent transparent transparent;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 1;
}

#sidebar-area #video .headline h3 {
    color: #311252;
}
#sidebar-area #video .headline h1 {
    color: #311252;
    font-size: 46px;
}
#sidebar-area #video .col-lg-8 {
    max-width: 90%;
    flex: 0 0 90%;
    margin-left: 5%;
}
#sidebar-area #video .schedule a {
    padding-left: 70px;
    padding-right: 70px;
}

#sidebar-area #testimonials {
    margin-top: 150px;
    background-color: #FFF;
}
#sidebar-area #testimonials .video-review {
    display: none !important;
}
#sidebar-area #testimonials .carousel {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
}
#sidebar-area #testimonials .carousel-item {
    text-align: center !important;
}
#sidebar-area #testimonials .carousel-item::before {
    position: relative;
    top: 0;
}
#sidebar-area #testimonials .carousel-item .testimonial {
    text-indent: 0;
}
#sidebar-area #testimonials .carousel-indicators {
    justify-content: center;
    margin-top: 40px;
}

#sidebar-area #video .headline h3 {
    font-size: 19px;
    font-weight: 600;
    color: #2a094d;
}
#sidebar-area #video .headline p.side-h3-p {
    font-size: 19px;
    font-weight: bold;
    color: #2a094d;
    text-transform: uppercase;
}
p.seo-home-h1-h2-sidebar, h2.seo-home-h1-h2-sidebar {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.1px;
    text-transform: uppercase;
}
#widget-area {
    position: relative;
    padding: 50px 50px;
    border: 5px solid #f2f4f9;
}
/* #widget-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    transform: skewY(-10deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

#widget-area h3 {
    color: #311252;
    font-family: "Roboto Slab";
    font-size: 36px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 0;
    margin: 10px 0 40px 0;
}
#widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#widget-area ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 14px;
}
#widget-area ul li::before {
    content: "\f054";
    color: #e9451b;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}
#widget-area ul li a {
    display: inline-block;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    padding: 4px 0;
    margin: 0;
    border-bottom: 3px solid transparent;
}
#widget-area ul li a:hover,
#widget-area ul li a[aria-current="page"] {
    color: #e9451b;
    text-decoration: none;
    border-color: #e9451b;
}

/* STICKY MODAL */

.modal {
    padding-left: 17px;
    z-index: 99999999;
}

.modal-dialog {
    max-width: 1180px;
}

.modal-body {
    display: flex;
    padding: 0;
}

.modal .photo {
    width: 390px;
}
.modal .photo > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 50px 50px 68px 50px;
    background-color: #2a094d;
    background-size: cover;
    background-position: center;
}
.modal .photo > div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 9, 77, .8);
    position: absolute;
    top: 0;
    left: 0;
}
.modal .photo > div > * {
    position: relative;
    z-index: 9;
}
.modal .photo h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0 0 7px 0;
}
.modal .photo h1 {
    color: #FFF;
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0 0 10px 0;
}
.modal .photo .address {
    margin-top: 38px;
}
.modal .photo i {
    color: #FFF;
    font-size: 24px;
    padding: 0 15px 0 0;
}
.modal .photo h4 {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 4px 0 13px 0;
}
.modal .photo p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0 0 12px 0;
}
.modal .photo a {
    color: #ff4d12;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.23px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid transparent;
}
.modal .photo a:hover {
    text-decoration: none;
    border-color: #ff4d12;
}

.modal .form {
    width: calc(100% - 390px);
    padding: 30px 60px 50px 60px;
}
.modal .form .close {
    position: absolute;
    right: 60px;
    z-index: 9999;
}
.modal .form .wpcf7-form {
    margin-top: 30px;
}

/* STICKY FOOTER */

#sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    z-index: 9998;
}
#sticky-footer .col-sm-5 {
    flex: 0 0 calc(50% - 25px) !important;
    max-width: calc(50% - 25px) !important;
}
#sticky-footer .col-sm-5.pr-0 {
    padding-left: 10px;
}
#sticky-footer .col-sm-5.pr-0 {
    padding-right: 10px;
}
#sticky-footer .col-sm-2 {
    flex: 0 0 50px !important;
    max-width: 50px !important;
    padding-right: 0;
    padding-left: 0;
}
#sticky-footer a:hover {
    text-decoration: none;
}
#sticky-footer .col-sm-2 img {
    max-height: 46px;
    margin: 0 auto;
}
#sticky-footer i {
    color: #f05e23;
}
#sticky-footer p {
    color: #391661;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0 15px;
    margin: 0;
}
#sticky-footer .col-sm-5:first-of-type p {
    padding-left: 5px;
    padding-right: 0;
}
#sticky-footer .col-sm-5:last-of-type p {
    padding-right: 5px;
    padding-left: 0;
}
#headlineh3{
	font-size: 20px !important; margin-bottom: 12px !important; color: rgb(255 88 45) !important;
}
.grecaptcha-badge{
	display: none;
}
.wpcf7-response-output{
	display: block;
	position: relative;
}

.modal .form-group .wpcf7-quiz-label {
    display: none;
}

#formModalCenter .wpcf7-response-output {
  margin: 0px !important;
  position: relative;
}
#formModalCenter .wpcf7-form.sent p {
  margin-bottom: 0;
}

/* orange top bar css */
.orange-top-bar {
  /* background: linear-gradient(90.13deg, #ED834C 15.87%, #DC5933 63.21%); */
  background-color: var(--orange);
  z-index: 9999999;
  position: fixed;
  text-align: center;
  padding: 5px;
  color: white;
  width: 100vw;
}

.orange-top-bar p {
  margin-bottom: 0px;
}

.orange-top-bar a {
  border-bottom: 1px solid white;
  font-weight: 500;
  margin-left: 5px;
}

.orange-top-bar a:hover {
  text-decoration: none;
}

#header {
  padding-top: 55px;
}

#header.sticky {
  padding-top: 45px;
  padding-bottom: 10px;
}

/* orange top bar css end*/

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

.eyebrow-headline {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ED834C;
}

.home-headline {
  /* font-family: 'Roboto Slab'; */
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 60px;
  color: var(--purple);
  padding-top: 10px;
}
.anniversary .home-headline {
    color: #ED834C;
    font-size: 44px;
    line-height: 54px;
}

.home-about-us p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #20083B;
}

.cta a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  /* background: linear-gradient(90.11deg, #DA5632 6.6%, #ED854D 87.63%); */
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 4px;
  padding: 12px 50px;
  margin-top: 15px;
  display: block;
  width: fit-content;
}
.cta a:hover {
    color: var(--orange);
    text-decoration: none;
    background-color: transparent;
}

.home-about-us{
	padding-bottom: 115px;
	position: relative;
}
.home-about-us.anniversary {
    padding-bottom: 80px;
}

.home-about-us:not(.anniversary)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 115px 100vw 0px 0;
  border-color: transparent #f2f4f9 transparent transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
}

.home-service-details {
  padding-top: 40px;
}

.home-service-details .container > .row {
  margin-bottom: 75px;
}

.home-service-details .content p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #20083B;
}

.cta-row {
  display: block;
}

.cta-row > div {
  display: inline-block;
}

.cta-normal a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #20083B;
  margin-left: 40px;
}

.orange-top-bar-row {
  display: block;
  padding: 5px 0px;
}

.orange-top-bar-row > div {
  display: inline-block;
}

.orange-top-bar-row .title {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}

.orange-top-bar-row .content {
  margin: 0px 50px 0 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
}

.orange-top-bar .link a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  color: #FFFFFF;
  margin-left: 0px;
  border-bottom: 0px;
}
.orange-top-bar .link a:hover {
    text-decoration: none;
}

.consent {
  color: white;
  font-size: 14px;
  margin-bottom: 25px;
}

#contact-page .consent {
  color: #000 !important;
  z-index: 9999999;
  position: relative;
}

.modal-content .form .consent {
  color: black !important;
}
.shoppage{
	height:50vh !important;
}
#free_form form{
	background: #5f3d98;
    padding: 15px;
}
#free_form form p{
	color:white !important;
}