/*
Theme Name: click5-WP Child
Theme URI: https://www.click5interactive.com/
Template: click5-wp
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 WordPress Theme
Version: 2.7.1770054805
Updated: 2026-02-02 17:53:25

*/


/* Elements */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background-color: white;
    width: 100%;
}

body.home{
    background-color: #fff;
}

/* Header */

header {
    position: sticky;
    top: 0;
    left: 0;
    padding: 3px 0 0 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #FFFFFF;
    color: black;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wide-container {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

header > div.header-container {
    padding-left: 25px;
    padding-right: 25px;
}

.button-outline-yellow {
    padding: 13px 50px;
    background-color: transparent;
    color: black;
    border: 3px solid #E3CC00;
    text-decoration: none;
    border-radius: 35px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 300;
}

.button-red {
    padding: 15px 50px;
    background-color: #CC0000;
    border: 1px solid #CC0000;
    color: white;
    font-weight: 900;
    text-decoration: none;
    border-radius: 35px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 300ms ease all;
    text-align: center;
}

.button-red:hover {
    background-color: rgba(204, 0, 0, .5)!important;
    border-color: rgba(204, 0, 0, .5)!important;
    cursor: pointer;
}


.button-arrowed {
    position: relative;
}

.button-arrowed:after {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    content: "→";
    z-index: 1;
    color: white;
    font-size: 2.4em;
    line-height: 0;
    transition: 300ms ease all;
}

.button-arrowed:hover:after {
    right: 3%;
}

.logo {
    max-height: 100px;
    width: auto;
    will-change: transition;
}


header * {
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Nav */

.nav p {
    font-size: 1rem;
    color: #fff;
}

.nav p i {
    color: #40d02a;
    margin: 0 15px;
}

.nav ul {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav ul li {
    position: relative;
    padding: 0 13px;
    background: none;
}
.nav>ul>li{
    padding: 10px .5vw;
}

.nav>ul>li:first-child {
    padding-left: 0;
}

.nav ul li:before{
    display: none;
}

.nav ul#menu-main-navigation > li > a {
    position: relative;
    display: block;
    margin: 0px;
    color: black;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav ul#menu-main-navigation > li > a:after {
    content: '';
    position: absolute;
    z-index: +1;
    height: 4px;
    width: 0;
    background-color: #D21700;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.nav ul#menu-main-navigation > li:hover > a:after {
    width: 100%;
}
.nav ul#menu-main-navigation > li.current_page_item > a:after {
    width: 100%;
}

.nav ul#menu-main-navigation > li.current_page_item > a:hover:after {
    background-color: #EFABA2;
}

.nav ul.sub-menu > li > a {
    text-decoration: none;
    color: black;
    font-size: 1rem;
}

.nav ul.sub-menu > li > a:hover {
    color: black;
}

.menu-main-navigation > li:first-child {
    padding-left: 0!important;
}

.menu-main-navigation > li:last-child {
    padding-right: 0!important;
}

.menu-main-navigation > li > a {
    font-weight: 900!important;
}

.menu-main-navigation > li > a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #fbc922;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.menu-main-navigation > li.current-menu-item > a:after,
.menu-main-navigation > li.current-menu-ancestor > a:after,
.menu-main-navigation li a:hover:after{
    width: 100%;
}

.menu-main-navigation li.menu-item-has-children{
    padding-right: 30px;
}

.menu-main-navigation li.blue-btn > a{
    background-color: #2136b0;
    padding: 12px 30px;
    border-radius: 50px;
    line-height: 1;
}

.menu-main-navigation li.blue-btn a:after{
    display: none;
}

.menu-main-navigation li.blue-btn.menu-item-has-children{
    padding-right: 15px;
}

.menu-main-navigation li.blue-btn.menu-item-has-children > a{
    padding-right: 45px;
}

.menu-main-navigation li.blue-btn.menu-item-has-children > a:before{
    right: 30px;
}

.button-call{
    padding-left: 30px;
    margin-left: 15px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

/* Drop-Down Menu */

.nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    margin: 0;
    opacity: 0;
    z-index: 999;
    width: 250px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px
}

.nav>ul>li>ul li:first-child{
    padding-top: 5px;
}

.nav>ul>li>ul li:last-child{
    padding-bottom: 5px;
}


.nav>ul>li>ul:before{
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ffffff transparent;
}

.nav>ul>li>ul>li>ul:before{
    content: '';
    position: absolute;
    top: 20px;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #bbbbbb transparent transparent;
    z-index: 99;
}

.menu-main-navigation li.blue-btn ul{
    margin-left: 10px;
}

.nav li:hover ul {
    opacity: 1;
}

.nav li ul li {
    padding-left: 0;
    padding-right: 0;
}

.nav li ul li:last-child{
    border-radius: 0 0 5px 5px;
}

.nav li ul li a {
    position: relative;

}

.nav li ul li a,
.nav li.current-menu-item ul li a,
.nav li.sfHover ul li a {
    background: none;
    width: 200px;
    height: auto;
    margin: 0;
    color: #000;
    font-weight: 700;
    padding: 11px 10px 8px 15px;
    font-size: 0.8rem;
    text-transform: capitalize;
    line-height: 20px;
    text-align: left;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav li ul li:last-child a {
    border: none;
}

.nav li ul li.sub-nav a,
.nav li.current-menu-item ul li.sub-nav a,
.nav li.sfHover ul li.sub-nav a {
    color: #afbd21;
}

.nav li ul li a:hover,
.nav li.current-menu-item ul li a:hover {
    color: #2136b0;
}

.nav ul li.current-menu-item ul li a {
    text-decoration: none !important;
}

.nav li.current-menu-parent ul li a {
    text-decoration: none;
}

.nav li ul ul {
    margin: -40px 0 0 200px;
}

.nav li ul ul li a {
    border-bottom: 0;
}

.nav li ul ul li a:hover {
    border-bottom: 0;
}

.nav li:hover,
.nav li.sfHover {
    position: static;
}

.nav li:hover ul ul,
.nav li.sfHover ul ul,
.nav li:hover ul ul ul,
.nav li.sfHover ul ul ul,
.nav li:hover ul ul ul ul,
.nav li.sfHover ul ul ul ul {
    left: -999em;
}

.nav li:hover ul,
.nav li.sfHover ul,
.nav li li:hover ul,
.nav li li.sfHover ul,
.nav li li li:hover ul,
.nav li li li.sfHover ul,
.nav li li li li:hover ul,
.nav li li li li.sfHover ul {
    left: auto;
}


/* Mobile Nav */

#select-nav {
    display: none;
}

header.show991 {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333;
    background-color: white!important;
    padding-top: 1vh!important;
    padding-bottom: 1vh!important;
}

header.show991 .container {
    max-width: unset;
    background-color: #ffffff !important;
    padding: 12px 0;
}

/* Hero */

.background-image {
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:center top!important;
    border-radius: 4px;
    height: 600px;
    max-width: 497px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.background-image.gradiented:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%);
}

.background-image:hover .hero-link-text {
    bottom: 70px;
}

#hero{
    background-color: white;
}

#hero .container{
    z-index: 1;
}

.hero-link-text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
    max-width: 85%;
    transition: 300ms ease all;
}

.hero-link-text > span:first-child {
    font-size: 2.0em;
    font-weight: 700;
    line-height: 1.3em;
}

.hero-link-text > span:nth-child(2) {
    font-size: 1.2em;
    font-weight: 300;
}

.hero-link-text > span {
    z-index: 2;
    line-height: 1.0em;
}

.hero-link-text .testi {
    max-width: 85%;
    text-indent: 25px;
    margin-top: 35px;
    position: relative;
}
.hero-link-text .testi:after {
    content: '”';
    position: absolute;
    top: -66px;
    left: -3px;
    transform: rotate(180deg);
    z-index: +1;
    color: white;
    font-size: 4.0em;
}

.hero-link-chervon {
    color: #CC0000;
    background-color: white;
    border-radius: 50%;
    padding: 16px 19px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

.right-arrow-after {
    position: relative;
    padding-right: 30px;
    text-decoration: underline;
}

.right-arrow-after:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '→';
    z-index: +1;
    font-size: 1.3em;

}

#after-hero {
    background-color: #CC0000;
    margin-top: -200px;
    padding-top: 150px;
    padding-bottom: 50px;
}

.underlined-yellow {
    position: relative;
}

.underlined-yellow:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #E2CA1D;
}

.bolded-text {
    font-weight: bold;
}

.button-outline-white {
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.65);
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 60px;
    transition: 300ms ease all;
}

#we-provide .button-outline-white > .underlined-text-btn {
    font-weight: 700;
    position: relative;
}

#we-provide .button-outline-white > .underlined-text-btn:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: black;
    transition: 300ms ease all;
}

#we-provide .button-outline-white:hover > .underlined-text-btn:after {
    width: 0;
    margin-left: 100%;
}





.button-blue {
    padding: 15px 30px;
    background-color: #0049BB;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 60px;
}

#about-us-short {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: white;
}


#five-stars {
    background: url('images/background1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -150px;
    min-height: 630px;
}

.overflowed-container {
    background-color: white;
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    z-index: +1;
}

#five-stars .overflowed-container {
    border-radius: 10px;
}

#five-stars .container > .row > div {
    justify-content: center;
    align-items: center;
}

#five-stars ul li {
    font-weight: 500;
    text-indent: -16px;
}

#five-stars ul {
    list-style: none;
    width: auto;
    margin-top: 50px;
    max-width: 75%;
    margin-left: 50px;
}

#five-stars ul li i {
    color: #CC0000;
    margin-right: 15px;
}

#we-provide {
    background-color: white;
}

#we-provide ul li {
    font-weight: 300;
}

#we-provide ul li:first-of-type {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

#we-provide ul li:first-of-type:after {
    content: '';
    width: 30px;
    height: 4px;
   
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: +1;
}

#we-provide ul li:first-of-type:before {
    content: '';
    height: 53px;
    width: 55px;
    background: url(images/star.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: +1;
    background-size: cover;
}


#testimonials {
    background-position: 0 -200px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 200px;
    padding-bottom: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#testimonials * {
    color: white;
}

#testimonials img{
    width: 175px;
    object-fit: cover;
    height: 175px;
    margin-top: 30px;
    margin-bottom: 30px;
}


#promotions {
    padding-bottom: 40px;
    background-color: white;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.03) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 0.03)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.03) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.03) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.03) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.03) 100%);
}

#promotions .promotion-item {
    flex: 1;
    background-color: transparent;
    position: relative;
    padding: 15px;
    text-decoration: none;
    word-break: break-word;
    align-self: stretch;
}

#promotions:not(.specials-page) .promotion-item {
    max-width: 400px;
    max-height: 340px;
}

#promotions .promotion-item .coupon-href {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #C3171C;
    background-color: white;
    padding: 6px 10px;
    z-index: +1;
    font-size: 0.9em;
    font-weight: 700;
}

.specials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.specials-container > * {
    flex: 1 0 calc(100% / 3 - 1em);
    margin: 0 .5em;
    align-self: stretch;
    text-decoration: none;
    color: black;
    border: 1px dashed #C0c0c0;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



#promotions.specials-page .promotion-item:hover {
    cursor: pointer;
}

#promotions.specials-page .promotion-item {
    padding-left: 25px;
    padding-right: 25px;
    align-self:stretch;
    max-width: 100%;
}

.dashed-border {
    border: 1px dashed #C0c0c0;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
    width: 100%;
    height: 340px;
    background-color: white;
}

#promotions .all-specials {
    margin-top: 50px;width: 100%;text-align: center;
}

.promotion_text {
    font-size: 3.0em;
    color: #E70207;
    font-style: italic;
    font-weight: 900;
    line-height: 1.3;
}

.promotion_underline {
    position: relative;
    margin-bottom: 20px;
}

.promotion_underline:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 4px;
    border-radius: 2px;
    background-color: #E70207;
    z-index: +1;
}


.white-text-children * {
    color: white;
}


.centered-absolute-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +1;
}

.shadow-effect {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

#last-sec {
    background-color: #FCFCFC;
}

#calendar {
    margin-top: 50px;
    margin-bottom: 50px;
}

#calendar .calendar-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

#calendar .calendar-item .wrapper {
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 10px;
    padding-top: 27px;
    padding-bottom: 36px;
    width: 100%;
}

#calendar .calendar-item .wrapper.active {
    border: 2px solid #51D3F1;
}


#calendar .calendar-item .wrapper:hover {
    cursor: pointer;
}

#calendar .calendar-item .wrapper p {
    text-align: center;
    width: 100%;
}

#calendar .calendar-item .wrapper p:first-child {
    padding-top: 0;
    margin-top: 0;
}

#calendar .calendar-item .wrapper p:nth-child(2) {
    font-size: 2.5em;
    font-weight: 400;
}

#calendar .calendar-item .wrapper p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

#selectedDayTxt {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 1.5em;
}

#selectedDayTxt strong {
    font-weight: 500;
}

#selectTime {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0 auto;
}

#selectTime td {
    text-align: center;
}

#selectTime td.active {
    background-color: #ededed;
}

#selectTime td:hover {
    cursor: pointer;
}

#selectTime tr {
    border: none;
}

#after-hero .button-outline-white {
    position: relative;
}

#after-hero .button-outline-white:after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: '→';
    z-index: +1;
    color: white;
    font-size: 2.4em;
    line-height: 0;
    transition: 300ms ease all;
}

#after-hero .button-outline-white:hover:after {
    right: 15px;
}

































#main-banners .item a{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

#main-banners .item a:active{
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
}

#main-banners .item.blue{
    background-color: #2136b0;
    color: #fff;
}

#main-banners .item:first-child{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#main-banners .item:last-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#main-banners .item img{
    max-width: 45px;
    height: auto;
    margin-right: 25px;
}

#main-banners .item h4{
    font-size: 1.17rem;
    font-weight: 300;
    text-transform: uppercase;
}

#main-banners .item h4 strong{
    font-weight: 700;
    text-transform: capitalize;
}

#main-banners .item.blue h4{
    color: #fff;
    text-transform: none;
}

#main-banners .item.blue h4 strong{
    text-transform: uppercase;
}

/* Hero Sub */

body.page-template-default {
    background-color: white!important;
}

.hero-sub {
        border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    background:radial-gradient(circle, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.3)), url(images/our-services-banner.jpg);
    background-position: 0 -200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 480px;
    padding: 0;
}

.hero-sub h1{
    color: #fff;
    font-size: 3rem;
    width: 100%;
    text-align: center;
}

.hero-sub > *{
    z-index: 1;;
}

/* Rev Slider */

.tp-caption {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.rev_slider_wrapper h1,
.rev_slider_wrapper h2,
.rev_slider_wrapper p {
    font-family: 'Montserrat', sans-serif;
    color: #ababab;
}

.rev_slider_wrapper h1 {
    font-weight: 700;
    font-size: 55px;
    padding: 20px 0 10px 0;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.rev_slider_wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 20px 0;
    width: 100%;
}

/* Content */

.fullwidthbanner-container {
    width: 100%;
    float: left;
}

.text-center,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center p {
    text-align: center !important;
}

.section {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

#content-sub {
    padding-top: 50px;
    padding-bottom: 50px;
}

.entry img {
    max-width: 100%;
    height: auto;
}

.entry h3{
    color: #2136b0;
    font-weight: 500;
}

.entry h4{
    letter-spacing: -0.5px;
}

.contact-button {
        position: relative;
    }

    .contact-buttons-wrapper {
        top: -240px;
        left: 80px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }

    .contact-buttons-wrapper a {
            text-decoration: none;
            width: 100%;
    }

    .contact-buttons-wrapper .item{
    flex: 1;
    flex-grow: 1;
    flex-basis: 100%;
    width: 100%;
    height: 115px;
    background-color: #FFFFFF;
    padding: 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.contact-buttons-wrapper .item img{
    max-width: 40px;
}

.contact-buttons-wrapper .item h4{
    padding-left: 25px;
    font-size: 0.9rem;
}

.contact-buttons-wrapper .item h4 strong{
    display: block;
}

.button-href-custom {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .button-href-custom a {
        padding: 10px 15px;
        border-radius: 22px;
        background-color: #fbc922;
        text-decoration: none;
        font-weight: 700;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }

    .button-href-custom a:hover {
        background-color: #FCDB6D;
    }

.with-border{
    position: relative;
    padding-bottom: 35px;
}

.with-border:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #CC0000;
}

#subpage{
    padding: 25px;
    background-color: white;
}

#subpage.blog{
    padding: 80px 0;
}

#intro-text{
    padding: 50px 0 20px 0;
    background-color: white;
}

#main-content{
    position: relative;
    padding: 0 25px 0 0;
}

#main-content.full{
    padding: 55px 0 0 0;
}

#main-content:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -100%;
    z-index: -1;
}

.map-section{
    padding-top: 40px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

hr {
    width: 100%;
    float: left;
    border-top: 1px solid #dadada;
}

h1,
h2,
h3,
h4,
p {
    padding: 10px 0;
    color: #000;
}


h1 {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 3.5rem;
    letter-spacing: -1.5px;
}

h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -1px;
}

h4 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1px;
}

p {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 300;
    text-align: justify;
}

a {
    color: #333;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 50px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 30px;
    line-height: 1;
    border: 0;
    color: #fff;
    background-color: #2136b0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer;
    margin: 10px 0;
}

button:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}

button i{
    font-size: 70% !important;
    padding-left: 15px;
}

button.light-white{
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.6);
}

button span{
    font-weight: 300;
}

ol,
ul {
    list-style: none;
}

ul.manuals-list{
    padding: 0;
}

ul.manuals-list li{
    padding: 5px 0 5px 25px;
}

ul.manuals-list li a{
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    color: #000;
}

ul.manuals-list li a:hover{
    color: #2136b0;
}

ul.manuals-list li:before{
    color: #2136b0;
    top: 10px;
    font-weight: 700;
}

ol {
    margin: 0;
    padding: 15px 0 15px 30px;
    list-style-type: decimal;
}

ol li {
    list-style-type: decimal;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: left;
}

p.more a {
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0;
    font-size: 1.0em;
    line-height: 19px;
    font-weight: 700;
    text-decoration: none;
}

p.more a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: black;
    transition: 300ms ease all;
}

p.more{
    padding-top: 20px;
}

p.more a:hover:after {
    width: 0;
    margin-left: 100%;
}

p.more a:before{
    content: '→';
    position: absolute;
    right: -23px;
    top: 0;
    font-size: 1.2em;
    padding-left: 10px;
    color: #FBC922;
    transition: 300ms ease all;
}

p.more a:hover:before{
    right: -35px;
}

/* submenu */

.submenu {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.submenu h5 {
    margin: 10px 0 5px 0;
}

.submenu ul {
    width: 100%;
    padding: 0;
}

.submenu ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.submenu ul li {
    background-position: left 18px;
}

.submenu ul li a {
    padding: 9px 0 9px 23px;
    display: block;
}

.submenu ul li.current_page_item {
    background-color: #eee;
}

/* submenu 2 */

.submenu2 ul li {
    border: none;
    margin: 0;
    padding: 0;
}

.submenu2 ul li.current_page_item li,
.submenu2 ul li.current-page-ancestor li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.submenu2 ul li a {
    display: none;
}

.submenu2 ul li.current_page_item li a,
.submenu2 ul li.current-page-ancestor li a {
    display: block;
    padding: 9px 0 9px 23px;
}

.submenu2 .sub-menu {
    visibility: visible !important;
    display: block !important;
}

.submenu2 ul li.current_page_item {
    background-color: #fff;
}

.submenu2 ul li li.current_page_item {
    background-color: #eee;
}

/* Txt */

#txt p{
    text-align: left;
}

/* Services */

#services {
    padding: 0;
}

@media only screen and (min-width: 1350px) {
    #services .row{
    }
}

#services .item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 305px;
    width: 352px;
    border-radius: 4px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 14px;
}

#services .item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0c1650;
    opacity: 0.4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#services .item a{
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    text-decoration: none;
}

#services .item .cont{
    position: absolute;
    left: 40px;
    bottom: 22px;
    color: #fff;
    -webkit-animation: fade-out-cont 1.2s;
            animation: fade-out-cont 1.2s;
}

#services .item .cont h3{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
}

#services .item .cont h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 3px;
    width: 0;
    background-color: #fbc922;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

#services .item:hover .cont h3:after {
    width: 100%;
}

#services .item .cont .r-more{
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}

#services .item .cont .r-more i{
    font-size: 80%;
    padding-left: 8px;
}

#services .item:hover a{
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
}

#services .item:after{
    background-color: #0869F3;
    opacity: 0.45;
    border-radius: 4px;
}
#services .item:hover:after{
    background-color: #0869F3;
    opacity: 0.0;
}

@-webkit-keyframes fade-in-cont {
    from   { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fade-in-cont {
    from   { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes fade-out-cont {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fade-out-cont {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Testimonials */


.testimonial {
    padding: 0 15px;
}

.testimonial .description {
}

.testimonial .description p{
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-align: left;
    text-indent: 35px;
    font-weight: 500;
}

.testimonial .description p:first-of-type {
    position: relative;
}


.testimonial .description p:first-of-type:before {
    content: '”';
    position: absolute;
    font-size: 6.5em;
    color: white;
    top: -111px;
    left: -21px;
    transform: rotate(180deg);
    z-index: +1;
}

.testimonial .description p.testimonial-title {
    font-size: 1.1rem;
    font-weight: 300;
    padding-top: 25px;
    margin-top: 15px;
    text-align: left;
    width: 100%;
    text-transform: none;
    position:relative;
}

.testimonial .description p.testimonial-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 60px;
    background-color: white;
}


/* Blog */

#news .photo{
    position: relative;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 0;
}

#news .photo img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
}

#news .txt {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0;
}

#news .txt p.date{
    padding: 0;
    font-size: 13px;
}

#news a{
    text-decoration: none;
}

p.more-blog a {
    text-decoration: none;
    padding: 9px 40px;
    font-weight: 400;
    border: 1px solid #d3d3d3;
}

.more-blog a:hover {
    color: #fff;
    background-color: #d3d3d3;
}

/* Post */

.post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.post h3 a {
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
}

.postpublishdate{
    font-size: 13px;
}

/* Pagination */

.pagination {
    clear: both;
    display: block;
    margin: 0 0 5px 0;
    padding: 25px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.pagination a {
    margin: 2px;
    padding: 7px 12px;
    color: #989898;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination a:hover {
    color: #fff;
    text-decoration: none;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination a:hover strong {
    color: #fff;
}

.pagination .on {
    margin: 2px;
    padding: 7px 12px;
    color: #fff;
    font-weight: 600;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Widgets */

.widget {
    border-bottom: 1px solid #ddd;
}

.widget h2 {
    font-size: 30px;
    padding: 20px 0 10px 0;
}

.widget ul {
    padding: 5px 0 15px 0;
}

.widget li {
    padding: 5px 0 10px 15px;
    text-align: left;
}

.widget li a {
    text-decoration: none;
}

.widget li a:hover {
    text-decoration: underline;
}

.widget_search {
    padding: 15px 0;
    float: left;
    margin-bottom: 20px;
}

.widget_search label {
    font-size: 30px;
    font-weight: 300;
    color: #ababab;
    display: block;
    line-height: 32px;
}

.widget_search input {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.widget_search input#s {
    padding: 6px 9px;
    width: 280px;
    border: 1px solid #ddd;
    margin: 5px 0;
}

.widget_search input#searchsubmit {
    display: inline-block;
    background-color: #9d9d9d;
    padding: 9px 40px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #9d9d9d;
    text-decoration: none;
    cursor: pointer;
}

.widget_search input#searchsubmit:hover {
    background: none;
    color: #9d9d9d;
}

.tagcloud a {
    padding: 3px 0;
    display: inline-block;
}

/* Forms */

form {
    margin: 0 0 0 0px;
    padding: 0;
}

form p {
    clear: both;
    margin: 0;
    padding: 0;
}

label {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    line-height: normal;
    font-weight: 300;
    font-size: 0.9rem;
}

input {
    float: left;
    width: 100%;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 17px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 12px;
    margin: 2px 10px 0 0;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    width: 12px;
    margin: 6px 10px 0 0;
}

span.wpcf7-list-item:first-child {
    margin-left: 0;
}

form.wpcf7-form * {
    font-weight: 300;
}

input[type=submit] {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #5a91d5;
    border: none;
    cursor: pointer;
}

input.error,
input.wpcf7-not-valid {
    border: 1px solid #ec2b2b;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7 .ajax-loader {
    display: block;
    text-align: center;
    margin: 0 auto;
}

input.wpcf7-submit {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    width: 280px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 20px 39px;
    line-height: 1;
    border: 0 !important;
    color: #fff;
    background-color: #2B65BC;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    float: none;
    border-radius: 28px;
}

input.wpcf7-submit:hover {
    background-color: #3E73C2;
}

select {
    float: left;
    width: 100%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 17px 20px;
    height: 50px;
    margin: 0 0 10px 0;
    border-radius: 0;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
}

.select {
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.select:after {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    color: #979797;
}

textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 175px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
    padding: 16px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
    margin-top: 10px;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}

body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.wpcf7-not-valid,
body select.wpcf7-not-valid {
    border: 1px solid #ec3c06;
    margin-bottom: 5px;
    position: relative;
    z-index: 99;
}

body span.wpcf7-not-valid-tip {
    display: block;
    color: #ec3c06;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 14px;
}

body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff8a8a;
    color: #ec3c06;
}

body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    font-size: 14px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    background: #e8ffe2;
    border: 1px solid #6fdf51;
    color: #1ea524;
}

::-webkit-input-placeholder {
    color: #000;
    font-weight: 300;
}

::-moz-placeholder {
    color: #000;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #000;
    font-weight: 300;
}

:-moz-placeholder {
    color: #000;
    font-weight: 300;
}

/* Tables */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    border: 0;
}

th,
td {
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

th {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #5a91d5;
    padding: 18px 20px;
}

th i {
    color: #fff;
    margin-left: 5px;
}

td {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding: 25px 20px;
}

tr {
    border-bottom: 1px solid #dfdfdf;
}

tr:first-child {
    border: none;
}

/* Toolbox */

.aleft {
    text-align: left;
}

.acenter {
    text-align: center;
}

.aright {
    text-align: right;
}

.fleft {
    float: left;
}

.fcenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.fright {
    float: right;
}

.fnone {
    float: none;
}

.cboth {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
}

.cleft {
    clear: left;
}

.cright {
    clear: right;
}

.nowrap {
    white-space: nowrap;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Slicknav - mobile nav */

#select-nav {
    display: none;
}

.slicknav_menu {
    background: transparent none repeat scroll 0 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slicknav_menu.smaller-slick {
    top: 0;
}

.slicknav_nav li {
    background: none;
}

.slicknav_nav a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: none;
}

.slicknav_nav li:last-child a {
    border: none;
}

.slicknav_btn {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    padding: 0;
    height: 8vh;
    width: 8vh;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 99999;
    top: 9vh;
    right: 1vh;
    background-color: #CB0000;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.slicknav_btn.sticky, .slicknav_btn.slicknav_open{
}

.slicknav_nav ul {
    margin: 0;
}

ul.slicknav_nav li:before {
    display: none;
}

.slicknav_menu.smaller-slick .slicknav_btn {
    height: 70px;
}

.slicknav_nav {
    background-color: #CB0000;
    padding: 70px 0 50px 0;
}

.slicknav_nav li {
    background-color: #CB0000;
    text-align: center;
}

.slicknav_nav li a:hover,
.slicknav_nav li:hover,
.slicknav_nav li.menu-item-has-children a:hover {
    background-color: red !important;
}

.slicknav_nav li.current_page_ancestor, .slicknav_nav li.current_page_item {
    background-color: red !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    height: 2px;
    width: 22px;
}

.slicknav_nav .slicknav_arrow {
    color: #fff;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.3em;
}

.slicknav_icon-bar {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 2px;
}

.slicknav_open .slicknav_icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -10px;
}

/* Customer Support */

#subpage form .col-md-12:last-child {
    text-align: center;
    padding-top: 20px;
}

#subpage form .col-md-12:last-child input[type="submit"] {
    padding: 15px 0;
    font-size: 1.2em;
    background-color: #E2CA1D;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    color: white;
    text-transform: none;
    width: 100%;
}

#subpage form .col-md-12:last-child input[type="submit"]:hover {
    background-color: #FCDB6D;
}


@media screen and (max-width: 991px) {
  #additional-info {
      flex-direction: column;
  }
  #additional-info div{
      width: 100%;
  }
}

#additional-info div{
    margin-top: 70px;
    flex:1 1 auto;
    flex-shrink: 1;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid rgba(255,255,255,.3);
    border-bottom: 3px solid #FBC922;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 170px;
}
#additional-info div:first-child{
    margin-left: 0;
}
#additional-info div:last-child{
    margin-right: 0;
}

#additional-info div p {
    color: white;
}

#additional-info div p.big {
    font-size: 1.3rem;
}
#additional-info div p.bigger {
    font-size: 1.4rem;
}


#team-section h1{
    margin-top: 15px;
    font-size: 5vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

#team-section h3{
    font-size: 2vw;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

/* Txt help */

#txt-help{
    padding: 70px 0;
}

#txt-help ul{
    padding: 0 0 0 30px;
}

#txt-help ul li{
    position: relative;
    padding: 6px 0;
}

#txt-help ul li:before{
    display: none;
}

#txt-help ul li a{
    position: relative;
    font-size: 1rem;
    color: #575757;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#txt-help ul li a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #2136b0;
    left: 0;
    bottom: -4px;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

#txt-help ul li a:before{
    content: '\f054';
    font-family: "FontAwesome";
    font-size: 65%;
    position: absolute;
    right: -25px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

#txt-help ul li a:hover{
    font-weight: 700;
    color: #000;
}

#txt-help ul li a:hover:after{
    width: 100%;
}

#txt-help ul li a:hover:before{
    opacity: 1;
}

/* CTA */

#cta{
    padding: 35px 0;
    background-color: #fff;
}

.home #cta{
    background-color: #f9f9f9;
}

#cta h3 a{
    position: relative;
    font-weight: inherit;
    text-decoration: none;
}

#cta h3 a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -4px;
    background-color: #2136b0;
}

/* Contact */

#contact{
    padding: 85px 0 40px 0;
    background-color: #2136b0;
}

#contact input, #contact textarea{
    color: #fff;
    font-weight: 400;
    border: 1px solid rgba(255,255,255,0.5);
}

#contact textarea{
    height: 210px;
}

#contact ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}

#contact ::-moz-placeholder {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}

#contact :-ms-input-placeholder {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}

#contact :-moz-placeholder {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}

#contact .contact-info > * {
    color: #c7cef3;
    padding-left: 30px;
    padding-right: 115px;
    text-align: left;
}

#contact .contact-info p:first-child{
    padding-top: 0;
}

#contact .contact-info p.phone a{
    font-size: 1.65rem;
    font-weight: 400;
}

#contact .contact-info p.phone{
    padding-top: 6px;
}

#contact .contact-info a{
    color: inherit;
    text-decoration: none;
}

#contact .contact-info h5{
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding-top: 10px;
}

/* Social */

.social {
    width: auto;
    padding: 33px 20px 33px 0;
    margin-right: 20px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px;
    color: #010101;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ededed;
    background-position: center center;
    transition: 300ms ease all;
}

.social a:hover {
    transform: scale(1.1) rotate(15deg);
}

.diagonal_bg {
    background: url("images/background.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

#footer ul li a {
    font-weight: 300!important;
}

.social a:hover {
    opacity: 0.7;
}

.social a .fab {
    font-size: 18px;
    vertical-align: middle;
    line-height: 45px;
    text-align: center;
    width: 100%;
    color: #010101;
}

/* Footer */

#footer {
    padding: 0;
    font-size: 14px;
    color: #000;
    background-color: #fff;
}

#footer p {
    padding: 0;
    font-size: 13px;
    color: #757575;
}

#footer a{
    text-decoration: none;
}

#footer ul{
    margin: 0;
    padding: 0;
}

#footer ul li{
    position: relative;
    float: left;
    background: none;
    padding: 0 15px;
}

#footer ul li:before{
    display: none;
}

#footer ul li:after{
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

#footer ul li:first-child{
    padding-left: 0;
}

#footer ul li:last-child{
    padding-right: 0;
}

#footer ul li:last-child:after{
    display: none;
}

#footer ul li a{
    font-size: 15px;
    font-weight: 500;
    color: #575757;
}

#footer button{
    padding: 14px 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* current-elect customization*/

span.badged-text {
    background-color: #FBC922;
    color: #1B1B1B;
    font-weight: 500;
    text-transform: none;
    padding: 0 12px;
    border-radius: 3px;
    text-decoration: none;
}


/* cms Quote Styles */
blockquote {
    background-color: transparent;
    padding: 0;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 75px;
    position: relative;
    border-left: 10px solid #2B65BC;
}

blockquote p {
    font-weight: 300;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

#main-content ul {
    padding-top: 20px;
    padding-left: 40px;
}

#main-content ul li {
    font-weight: 300;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

#main-content ul li:before {
    position: absolute;
    top: 10px;
    left: -25px;
    content: '›';
    color: #CB0000;
    font-weight: 700;
    font-size: 1.5em;
}

.red-navigation-text > a {
    color: #C3171C!important;
}

#contactInfo {
    padding-left: 50px;
    margin-left: 30px;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.hero-images {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    flex: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color=#000000)";/*IE 8*/
text-shadow: 0 0 7px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.hero-images.margined {
    margin-top: -40px;
}

/* RWD */
@media screen and (max-width: 1600px) {
    #navigation-bottom-container a {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1350px) {
    #navigation-bottom-container a {
        font-size: 0.7em!important;
    }
}

.show1350 {
    display: none!important;
}

.show1200 {
    display: none!important;
}

@media screen and (max-width: 1350px) {
    .hide1350 {
        display: none;
    }

    .show1350 {
        display: initial;
    }
}

.break1200 {
    flex-direction: row;
}

.break991 {
    flex-direction: row;
}

.break991-wo-center {
    flex-direction: row;
}

@media screen and (max-width: 1200px) {
    .nav>ul>li a {
        font-size: 0.7em;
    }
     .hero-images {
        max-height: 400px;
        min-height: 50vh;
    }

    .hero-images.margined {
        margin-top: 0;
    }

    #five-stars .container > .row > div {
        justify-content: flex-start;
        align-items: center;
    }

    .zeropad1200 {
        padding: 0;
        margin: 0;
    }

    .break1200 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hide1200 {
        display:none!important;
    }

    .show1200 {
        display: initial;
    }
}

.show991 {
    display: none!important;
}

@media screen and (max-width: 991px) {
    #we-provide h1 {
        margin-top: 75px;
    }

    #sidebar-area {
        display: none;
    }

    .show991 {
        display: initial!important;
    }

     #contactInfo {
        border: none;
        padding: 15px;
        margin: 0;
        padding-top: 40px;
    }

    .zeropad991px {
        padding: 0;
        margin: 0;
    }

    .break991 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .break991-wo-center {
        flex-direction: column;
    }

    .hide991 {
        display:none!important;
    }
}

.owl-nav .owl-prev {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}
.owl-nav .owl-next {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

.owl-nav > button {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

.owl-nav > button > span {
    font-size: 5.0em;
    line-height: 0;
    color: #99E2F6;
    font-weight: 900;
}

.owl-dots {
    text-align: center!important;
}

.owl-dot {
    border: 2px solid white!important;
    width: 10px!important;
    height: 10px!important;
    border-radius: 5px!important;
    background-color: transparent!important;
    position: relative!important;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255,255,0255,0.33);
}

.links-list {
    margin-top: 40px;
}

.links-list .current_page_item > a {
    font-weight: 700;
}

.links-list > div:first-child {
    background-color: #F9F9F9;
    width: 100%;
    padding: 15px 25px;
    position: relative;
}

.links-list > div:first-child > a {
    text-decoration: none;
    color: #CB0000;
    font-weight: 400;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}

.links-list > div:first-child:after {
    content: '›';
    color: #CB0000;
    right: 25px;
    top: 12px;
    position: absolute;
    font-size: 1.2em;
    font-weight: 900;
}

.links-list > ul > li {
    background-color: transparent;
    width: 100%;
    padding: 15px 25px;
    border-top: 1px solid #E4E7E7;
    position: relative;
}

.links-list > ul > li:after {
    content: '›';
    color: #CB0000;
    right: 25px;
    top: 12px;
    position: absolute;
    font-size: 1.2em;
    font-weight: 900;
}

.links-list > ul > li > a {
    width: 100%;
    text-decoration: none;
    color: black;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}

ul.location-list {
    padding-left: 45px;
    margin-bottom: 35px;
}

.location-list li {
    color: black;
    font-weight: 400;
}

.location-list li:first-child {
    text-indent: -12px;
    font-weight: 700;
}

#main-content #we-provide ul li {
    padding-bottom: 0;
    padding-top: 0;
}

#main-content #we-provide ul li:not(:first-child):before {
    content: none;
}

#main-content ul.maintenance li {
    padding-bottom: 0;
    padding-top: 0;
}

#main-content ul.maintenance li:before {
    content: none;
}

ul.maintenance {
    padding-left: 80px;
    margin-bottom: 30px;
}

ul.maintenance.image1 {
    position: relative;
}

ul.maintenance.image2 {
    position: relative;
}

ul.maintenance.image1:before {
    content: ''!important;
    position: absolute;
    top: 0;
    left: -110px;
    background-image: url('./images/gold5star.jpg');
    background-size: cover;
    width: 110px;
    height: 100px;
    z-index: +1;
}

ul.maintenance.image2:before {
    content: ''!important;
    position: absolute;
    top: 0;
    left: -110px;
    background-image: url('./images/silver5star.jpg');
    background-size: cover;
    width: 110px;
    height: 100px;
    z-index: +1;
}

ul.maintenance li:not(:first-child) {
    list-style-image: url('./images/staricon.jpg');
}

ul.maintenance li:first-child {
    font-weight: 700!important;
    text-indent: -16px;
}

p.reditalic {
    color: #CB0000;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    padding: 0;
    margin-left: 24px;
}

p.smalltext {
    font-size: 0.6em;
    line-height: 1;
    padding: 0;
    margin-left: 24px;
}

.small-bottom {
    display: block;
    font-size: 0.6em;
    line-height: 1;
    margin-left: 10px;
}

table.maintenance {
    margin-top: 35px;
    margin-bottom: 35px;
}

table.maintenance td {
    padding: 0;
}

table.maintenance td:first-child {
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-left: 29px;
}

table.maintenance td:first-child:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -2px;
    background-image: url('./images/check.jpg');
    background-size: cover;
    width: 25px;
    height: 21px;
    z-index: +1;
}

table.maintenance td:last-child {
    font-weight: 700;
    text-align: right;
}

table.maintenance tr {
    border: none;
}

.traneNav {
    padding: 10px;
    margin: 10px;
    background-color: #2B65BC;
    color: white;
    border: #2B65BC 4px solid;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    min-width: 120px;
}

.traneNav:hover {
    cursor: pointer;
}

.traneNav.active {
    background-color: transparent;
    color: black;
}

.products-container {
    display: none;
    margin-top: 30px;
    margin-bottom: 60px;
}

.products-container > div.row {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.products-container > div.row > div {
    margin-left: 140px;
    width: calc(100% - 140px);
}

.products-container > div.row > img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: +1;
    object-fit: contain;
    max-width: 140px;
    height: auto;
    max-height: 170px;
}

.products-container ul {
    list-style: disc;
    margin-left: 70px;
}
.products-container ul a{
	    color: red;
    font-weight: 900;
    font-size: 18px;
    text-decoration: none;
	display: none;
}
.products-container ul li {
    line-height: 1.1;
}

.products-container p.title {
    font-weight: 700;
    text-align: left;
    padding-left: 70px;
    width: 100%;
}

.products-container.active {
    display: block;
}

.review-item {
    margin-top: 40px;
    margin-bottom: 40px;
}

#main-content .entry > .social > * + * {
    margin-left: 10px;
}

#main-content .entry > .social > a {
    transition: 300ms ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#main-content .entry > .social > a:nth-child(even):hover {
    transform: rotate(35deg);
}
#main-content .entry > .social > a:nth-child(odd):hover {
    transform: rotate(-35deg);
}
#footer .address > div:first-child > p {
    text-align: right;
}
#footer .address > div:last-child > p {
    text-align: left;
}
#footer .call-us h1 {
    font-size: 2.6em;
}

.button-outline-white {
    transition: 300ms ease all;
}

.button-outline-white:hover {
    background-color: rgba(255,255,255,0.15);
}

#scheduleBtnHeader {
    transition: 300ms ease all;
}

#scheduleBtnHeader:hover {
    background-color: #CC0000!important;
    color: white!important;
}

#navigation-bottom-container > div.d-inline-flex.justify-content-center.align-items-center.hide1200 > a:nth-child(1) {
    transition: 300ms ease all;
}

#navigation-bottom-container > div.d-inline-flex.justify-content-center.align-items-center.hide1200 > a:nth-child(1):hover {
    color: #CC0000!important;
}

#sidebar-area .button-blue {
    padding: 13px 25px;
    width: calc(100% - 50px);
    margin: 40px auto 0 auto;
    background-color: #2B65BC;
    border-color: #2B65BC;
    border-radius: 60px;
    transition: 300ms ease all;
}

#sidebar-area .button-blue:hover {
    background-color: rgba(43, 101, 188, .7)!important;
    border-color: rgba(43, 101, 188, .7)!important;
    cursor: pointer;
}

.click5-share {
    display: flex;
    min-height: 35px;
    align-items: center;
}

.click5-share > * + * {
  margin-left: 10px;
}

#footer ul > li > a {
    position: relative;
}


#footer ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    margin-left: 100%;
    background-color: black;
    transition: 300ms ease all;
}

#footer ul > li > a:hover:before {
    margin-left: 0;
    width: 100%;
}

#footer > div > div.row.call-us > h1 > a {
    transition: 300ms ease all;
}

#footer > div > div.row.call-us > h1 > a:hover {
    color: rgba(204, 0, 0, .7)!important;
}



#promotions.specials-page > div > div {
    position: relative;
}

#promotions.specials-page > div > div:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0,0,0,.3);
    content: 'PRINT'; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3em;
    color: white;
    font-weight: 900;
    opacity: 0;
    padding-top: calc(50% - 5em);
    transition: 300ms ease all;
    z-index: +1;
}

#promotions.specials-page > div > div:hover:after {
    opacity: 1;
    padding-top: 0;
}



.specials-container.homepage > * {
    position: relative;
}

.specials-container.homepage > *:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0,0,0,.3);
    content: 'GET COUPON';
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2em;
    color: white;
    font-weight: 900;
    opacity: 0;
    padding-top: calc(75% - 5em);
    transition: 300ms ease all;
    z-index: +1;
}

.specials-container.homepage > *:hover:after {
    opacity: 1;
    padding-top: 0;
}

h2.convhx3 {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 3.5rem;
    letter-spacing: -1.5px;
}

h2.convhx4, div.convhx4 {
    font-size: 2.6em;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 3.5rem;
    letter-spacing: -1.5px;
}
div.convhx4{ padding:10px 0; color:#000; }
p.hxconv {
color:#2136b0;
font-weight: 500;
font-size: 1.5rem;
line-height: 1.5;
letter-spacing: -1px;
}


@media only screen and (max-width: 767px){
h2.convhx3 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 10px;
}
h2.convhx4, div.convhx4 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 10px;
}
p.hxconv {
    font-size: 1.3rem;
}
}

@media only screen and (max-width: 991px){
h2.convhx4, div.convhx4 {
    font-size: 2em;
}
}
.page-id-859 #main-content ul{
	padding-top: 0px;
    padding-left: 40px
}
.page-id-859 #main-content ul li:before {
    position: absolute;
    top: -4px;
    left: -25px;
    content: '›';
    color: #CB0000;
    font-weight: 700;
    font-size: 1.5em;
}
.page-id-859 #main-content ul li {
    font-weight: 300;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page-id-859 #main-content ul a {
    color: blue;
    font-weight: 700;
    text-decoration: none;
}
#furnace-hero{background: url('/wp-content/themes/click5-wp/images/hero/hero1.jpg') no-repeat !important;
	background-size: cover !important;
}
#cool-hero{background: url('/wp-content/themes/click5-wp/images/hero/hero2.jpg') no-repeat !important;
	background-size: cover !important;
}
#review-hero{background: url('/wp-content/themes/click5-wp/images/hero/hero3.jpg') no-repeat !important;
	background-size: cover !important;
}