  /*
Theme Name: click5-WP
Theme URI: https://www.click5interactive.com/
Description: click5 WordPress Theme
Version: 3.0
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
*/

/* Elements */

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

html {
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "MuseoSans";
    font-weight: normal;
    font-size: 17px;
    line-height: 1;
}

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.logo {
    width: 100%;
    max-width: 240px;
    margin: 10px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .top .item{
    padding: 25px 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header .top .item:nth-child(1){
    margin-right: 50px;
}

header .top .item:nth-child(2){
    padding-right: 0;
}

header .top .item:nth-child(2) img{
    max-width: 240px;
    -webkit-transition: max-width .3s;
    transition: max-width .3s;
}

header .top a.phone{
    font-size: 27px;
    font-weight: 700;
    color: #ffdb00;
    text-decoration: none;
}

header .top p{
    padding: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

/* Nav */

#nav #menu-main-navigation{
    border-top: 1px solid rgba(255, 255, 255, 0.33);
}

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

#nav ul li {
    position: relative;
    float: left;
    padding: 0;
    background: none;
}

#nav ul#menu-main-navigation>li.menu-item-has-children>a::after{
    content: '\f0dd';
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: -2px;
    color: #6196a7;
    font-size: 12px;
}

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

#nav ul li a {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px 15px;
    letter-spacing: -0.4px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 55px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#nav ul#menu-main-navigation>li:first-child a{
    padding-left: 0;
}

#nav ul#menu-main-navigation>li.current-menu-item>a:before,
#nav ul#menu-main-navigation>li.current-page-ancestor>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 2px;
    background-color: #ffdb00;
}

#nav ul#menu-main-navigation>li.current-menu-item:first-child>a:before,
#nav ul#menu-main-navigation>li.current-page-ancestor:first-child>a:before{
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: calc(100% - 15px);
}

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

#nav ul li.current-page-ancestor{
    color: #ffdb00;
}

#nav ul li.current-page-ancestor>a{
    color: #ffdb00;
}

#nav ul li:hover ul li,
#nav ul li.current-menu-item ul li,
#nav ul li.current-menu-parent ul li {
    border-bottom: none;
}

header.sticky{
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #002868;
}

header.sticky .logo{
    max-width: 130px;
}

header.sticky #nav ul li a{
    line-height: 45px;
    font-size: 14px !important;
}

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

header.sticky .btn{
    padding: 16px 30px !important;
}

header.sticky .top .item:nth-child(2) img {
    max-width: 160px;
}

header.sticky .top a.phone{
    font-size: 22px;
}

/* Drop-Down Menu */

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

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

#nav li ul li {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
}

#nav li ul li:last-child{
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}

#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: 300px;
    height: auto;
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px !important;
    text-align: left;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    color: #002967;
}

#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 {
    background: #fff;
}

#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: -45px 0 0 300px;
}

#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;
}

#nav ul li:last-child ul {    
    right: 0;
    background:white;
}

#nav ul li:last-child ul ul{
    right: 340px;
}


/* Mobile Nav */

#select-nav {
    display: none;
}

/* Hero Sub */

#hero{
    height: 740px;
    padding: 135px 0;
}

#hero *{
    color: #fff;
}

#hero p{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

#hero h2{
    position: relative;
    margin-top: 5px;
    padding-top: 15px;
    letter-spacing: -2px;
    text-shadow: 0px 0px 85px rgba(0,0,0,0.7);
}

#hero h2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #fff;
}

#hero h1{
    font-size: 70px;
    font-weight: 800;
    line-height: normal;
}

#hero h1 span{
    padding: 0 15px;
}

.hero-sub {
    position: relative;
    height: 660px;
    padding: 90px 0;
}

.hero-sub h1{
    color: #fff;
    line-height: normal;
    padding: 0;
    font-size: 75px;
    font-weight: 900;
}

.hero-sub h4{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.hero-sub p{
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.bg-image{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#boxes{
    padding: 0;
    margin-top: -50px;
}

#boxes .item{
    position: relative;
    box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.06);
}

#boxes .item a{
    padding: 25px 15px 25px 45px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

#boxes .item:nth-child(1), #boxes .item.one{
    background-color: #fff;
}

#boxes .item:nth-child(2), #boxes .item.two{
    background-color: #ffdb00;
}

#boxes .item:nth-child(3), #boxes .item.three{
    background-color: #002868;
}

#boxes .item span{
    font-size: 18px;
    font-weight: 300;
}

#boxes .item h4{
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

#boxes .item span{
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

#boxes .item img{
    width: 45px;
    height: auto;
}

#boxes .item span.arrow{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;

}

#boxes .item:nth-child(1) h4, #boxes .item.one h4{
    color: #0b3b88;
}

#boxes .item:nth-child(3) *, #boxes .item.three *{
    color: #fff;
}

#boxes .item:nth-child(3) h4, #boxes .item.three h4{
    opacity: 0.6;
}

#boxes .item:nth-child(3) img, #boxes .item.three img{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

/* 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%;
    float: left;
    padding: 80px 0;
}

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

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

.entry h3, .entry h2, .entry h4, .entry h1{
    line-height: normal !important;
}

.entry h1{
    color: #002868;
    font-size: 40px;
    font-weight: 500 !important;
}

.entry h2{
    color: #002868;
    font-size: 35px;
    font-weight: 500 !important;
}

.entry h2 strong{
    font-weight: 500 !important;
}

.entry h1 strong{
    font-weight: 500 !important;
}

.entry h3{
    color: #0a0a0a;
    font-size: 27px;
    font-weight: 300 !important;
}

.entry h4{
    color: #002868;
    font-size: 24px;
    font-weight: 500 !important;
}

.entry p, .entry p span{
    font-weight: 300 !important;
}

.entry>h3:first-child, .entry>h2:first-child, .entry>h4:first-child, .entry>h1:first-child{
    font-weight: 500 !important;
    color: #002868 !important;
    position: relative;
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
}

.entry>h3:first-child:after, .entry>h2:first-child:after, .entry>h4:first-child:after, .entry>h1:first-child:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 4px;
    background-color: #ffdb00;
}

.entry ul{
    float: left;
    width: 100%;
}

.post h3 a{
    color: #002868;
}

.subpage-container{
    background-color: #f2f4f7;
    padding-top: 0;
}

.page-content{
    position: relative;
    background-color: #fff;
}

.page-content:before{
    content: '';
    position: absolute;
    width: 85px;
    height: 100%;
    top: 0;
    left: -85px;
    background-color: #fff;
}

#sidebar-area{
    position: relative;
}

#sidebar-area:before{
    content: '';
    position: absolute;
    width: 55px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}

#sidebar-area .section{
    padding: 0;
}

#sidebar-area .item{
    width: 100%;
}

#sidebar-area #boxes{
    margin-top: -50px;
}

#sidebar-area .video-placeholder img{
    height: 290px;
}


#sidebar-area ul{
    padding: 0 0 0 55px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sidebar-area ul li:before{
    display: none;
}

#sidebar-area ul li{
    padding: 0;
}

#sidebar-area ul li a{
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
    letter-spacing: -0.5px;
    padding: 17px 40px 17px 25px;
    display: block;
}

#sidebar-area .widgettitle{
    display: none;
}

#sidebar-area ul li:last-child a{
    border: none;
}

#sidebar-area ul li a:hover{
    color: #002868;
}

#sidebar-area ul li.current-menu-item, #sidebar-area ul li.current-cat{
    background-color: #fff;
}

#sidebar-area ul li.current-menu-item a, #sidebar-area ul li.current-cat a{
    color: #002868;
}

#sidebar-area ul li:after{
    content: '\f054';
    font-family: "FontAwesome";
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 16px;
    color: #ffdb00;
    font-size: 12px;
}

#sidebar-area #special-offers{
    background-color: transparent;
}

#sidebar-area #special-offers .bg-image{
    height: 340px;
    padding-top: 90px;
    margin-top: 0;
}

#sidebar-area .container-sidebar{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#sidebar-area #special-offers .special-items{
    margin-top: -65px;
}

#sidebar-area #special-offers .item, #sidebar-area .owl-wrapper-outer{
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
}

#sidebar-area #garages-gallery .item{
    padding: 60px 0;
    height: 415px;
}

#sidebar-area #garages-gallery .item h4, #sidebar-area #garages-gallery .item h2{
    color: #fff;
}

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

h1,
h2,
h3,
h4,
p {
    padding: 10px 0;
    line-height: 1.5;
    color: #333;
}


h1 {
    font-size: 65px;
    font-weight: 700;
}

h2 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h4 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h4.section-subtitle{
    font-size: 15px;
    text-transform: uppercase;
    color: #5c5c5c;
    font-weight: 300;
    padding: 0;
}

.with-border{
    position: relative;
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
}

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

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: justify;
}

a {
    color: #333;
    font-weight: 300;
    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, .btn {
    font-family: "MuseoSans";
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.5px;
    border-radius: 50px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 39px !important;
    line-height: 1 !important;
    border: 0;
    color: #000 !important;
    background-color: #ffdb00 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    margin: 10px 0;
    text-decoration: none !important;
}

button:hover, .btn:hover {
    background-color: #dec631 !important;
}

ol,
ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 15px 0 15px 20px;
}

ul li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left;
    list-style: none;
}

ul li strong{
    font-weight: 300;
}

ul li:before{
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: normal;
}

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;
    margin-right: 8px;
    padding-top: 8px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 0;
}

p.more a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.more a:before{
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #ffdb00;
    border-radius: 50%;
    z-index: -1;
}

p.more a:hover:after {
    width: 30%;
}

#about h3{
    font-weight: 300;
    letter-spacing: -1px;
}

#about p{
    font-size: 18px;
    text-align: left;
}

#services {
    padding-bottom: 125px;
}

#services .item{
    position: relative;
    height: 265px;
}

#services .item a{
    height: 100%;
    text-decoration: none;
}

#services .item a *{
    padding: 0;
    color: #fff;
}

#services .item a p{
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

#services .item span.arrow{
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffdb00;
    text-align: center;
}

#services .item span.arrow i{
    line-height: 60px;
    color: #000;
    font-size: 26px;
}

#why{
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), to(rgba(242,244,247,1)));
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,244,247,1) 100%);
    padding-bottom: 450px;
}

#why .item{
    background-color: #fff;
    padding: 40px 20px 25px 60px;
    border: 1px solid #efefef;
}

#why .item img{
    height: 65px;
    width: auto;
}

#why .item h4{
    padding-bottom: 0;
    padding-top: 15px;
}

#why .item p{
    font-size: 15px;
    font-weight: 300;
    color: #363636;
    text-transform: uppercase;
    padding: 0;
    line-height: normal;
}

#special-offers{
    padding-top: 0;
    background-color: #f1f3f7;
    padding-bottom: 70px;
}

#special-offers .bg-image{
    height: 585px;
    margin-top: -360px;
    padding-top: 160px;
}

#special-offers .bg-image *{
    color: #fff;
}

#special-offers .item{
    background-color: #fff;
    padding: 30px 40px 25px 40px;
    height: 100%;
}

#special-offers .item img{
    width: 65px;
    height: auto;
}

#special-offers .special-items{
    margin-top: -155px;
}

#special-offers .item h2{
    color: #11418e;
    letter-spacing: -1px;
    line-height: normal;
    padding-bottom: 0;
    padding-top: 20px;
}

#special-offers .item h4{
    padding: 0;
    line-height: normal;
}

#special-offers .item p{
    font-size: 15px;
    font-weight: 300;
    color: #363636;
    text-align: left;
    line-height: 1.3;
    padding: 20px 0 35px 0;
}

#special-offers .item .item-foot{
    color: #363636;
    font-size: 14px;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
    letter-spacing: -0.5px;
}

#special-offers .item .item-foot a{
    color: #11418e;
    font-weight: 700;
}


#special-offers .cctor-coupon-content {
    border: none !important;
    background: none !important;
}

#special-offers .coupon-border .cctor-coupon{
    border: none !important;
    padding: 0;
}

#special-offers .coupon-border .cctor-coupon, #special-offers .coupon-border .cctor_coupon{
    padding: 0 !important;
}

#special-offers .cctor_alignnone{
    width: 100%;
}

/* 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;
}

/* Text */



/* Services */

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

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

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

#services .txt p {
    text-align: left;
}

#cta{
    padding: 90px 0;
}

#cta h2{
    font-size: 37px;
}

#cta .item{
    text-decoration: none;
    padding: 26px 30px;
    width: 49%;
}

#cta .item img{
    width: 45px;
    height: auto;
}

#cta .item span{
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

#cta .item:nth-child(1){
    background-color: #ffdb00;
}

#cta .item:nth-child(2){
    background-color: #fff;
}

#cta .item:nth-child(2) span{
    color: #11418e;
}

#cta .item h4{
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

#gallery{
    position: relative;
    padding-bottom: 45px;
}

#gallery:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-color: #f2f4f7;
}

#gallery .filters span{
    font-size: 12px;
    text-transform: uppercase;
    color: #171717;
    font-weight: 700;
    cursor: pointer;    
    background-color: #fff;
    border-radius: 3px;
    padding: 9px 7px;
}

#gallery .filters span.current{
    background-color: #ffdb00;
}

#gallery .gallery-images img{
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
}

#gallery .gallery-images [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}

#gallery .gallery-images .row{
    margin-right: -5px;
    margin-left: -5px;
}

#gallery-cantainer .portfolio-item{
    width: 100%;
    height: 100%;
    position: relative;
}

#gallery-cantainer .portfolio-item img{
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    -o-object-fit: cover;
       object-fit: cover;
}

#txt{
    padding: 60px 0;
}

#txt h4{
    color: #002868;
    font-weight: 500;
}

#txt p{
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
}

/* Testimonials */

#testimonials{
   background-color: #f5f7f9;
   padding-bottom: 55px;
}

.testimonial {
    padding: 0px 15px 20px 15px;
}

.testimonial .description {
    padding: 0px 100px;
    position: relative;
}

.testimonial .description p{
    color: #363636;
    font-size: 22px;
    line-height: 31px;
}

.testimonial .description p:before{
    content: '';
    position: absolute;
    top: -20px;
    left: 80px;
    width: 65px;
    height: 50px;
    background-image: url('/wp-content/themes/click5-wp/images/quota.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-review {
    padding-top: 10px;
}

.testimonial-review img{
    width: 80px;
    height: auto;
}

.testimonial-review p{
    position: relative;
    font-weight: 700;
    color: #363636;
    font-size: 18px;
    letter-spacing: -1px;
    padding-top: 0;
}

.testi-photo img {
    border-radius: 50%;
    width: 115px;
    height: 115px;
    -o-object-fit: cover;
       object-fit: cover;
}


.testimonial .rating {
    padding: 0;
    list-style: none;
}

.rating li {
    display: inline-block;
    color: #a7a7a7;
    background: none;
    padding: 0 0 0 2px;
    font-size: 11px;
    color: #ababab;
    font-weight: 500;
    text-transform: uppercase;
}

.rating li i{
    color: #ffdb00;
}

.rating li:before{
    display: none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffdb00;
}

.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
}

.owl-theme .owl-controls .owl-page span {
    background: #363636;
    opacity: 1;
    width: 8px;
    height: 5px;
    border-radius: 25px;
    margin: 5px 2px;
}


/* Blog */

#news .photo {
    display: block;
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center;
}

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

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

#news .txt p{
    font-size: 18px;
    text-align: left;
}

#news h4:not(.section-subtitle){
    color: #002868;
    padding-top: 0;
    font-size: 22px;
}

#news a{
    text-decoration: none;
}

#news .border{
    position: relative;
    width: 100%;
    float: left;
    height: 3px;
    background-color: #f0f0f0;  
    margin: 10px 0 20px 0; 
}

#news .border:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
    background-color: #efd638;
}

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: #ffdb01;
    font-weight: 600;
    background: #002967;
    border: 1px solid #002967;
    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: "MuseoSans";
}

.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: 3px 0 0 0;
    line-height: 18px;
}

input {
    float: left;
    width: 100%;
    color: #3e3e3e;
    font-family: "MuseoSans";
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    margin: 0 0 16px 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
}

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: 2px 10px 0 0;
}

input[type=submit] {
    font-size: 17px;
    color: #3e3e3e;
    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 {
    border-radius: 3px !important;  
    width: 100% !important;
    margin: 5px 0 0 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}

select {
    float: left;
    width: 100%;
    color: #3e3e3e;
    font-family: "MuseoSans";
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    height: 53px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 175px;
    color: #3e3e3e;
    font-family: "MuseoSans";
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    margin: 0 0 10px 0;
    background-color: #fff;
}

.entry input, .entry textarea{
    border: 1px solid #dadada;
    border-radius: 3px;
}

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 {
    border: 1px solid #ec3c06;
    margin-bottom: 5px;
    position: relative;
    z-index: 999;
}

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: #a8a8a8;
}

::-moz-placeholder {
    color: #a8a8a8;
}

:-ms-input-placeholder {
    color: #a8a8a8;
}

:-moz-placeholder {
    color: #a8a8a8;
}

/* Tables */

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

th,
td {
    font-family: "MuseoSans";
    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;
    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 */

.slicknav_menu {
    background: transparent none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.slicknav_btn {
    background-color: transparent;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    height: 65px;
    width: 25vw;
    text-align: center;
    outline: none;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
}

.slicknav_nav ul {
    margin: 0;
}

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


.slicknav_nav {
    overflow: auto;
    max-height: 80vh;
    background-color: #002a66;
}

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

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

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

.slicknav_nav .slicknav_arrow{
    color: #fff;
}

.slicknav_menu .slicknav_menutxt{
    display: block;
    font-size: 12px;
    line-height: 10px;
    font-weight: 300;
    text-transform: capitalize;
    -webkit-box-ordinal-group: 3;
            order: 2;
}

.slicknav_menu .slicknav_icon{
    padding-bottom: 9px;
    -webkit-box-ordinal-group: 2;
            order: 1;
}

/* Contact */

#contact{
    background-color: #002868;
}

#contact h1{
    line-height: normal;
    font-size: 55px;
}

#contact .contact-info h4{
    color: #ffdb00;
    font-size: 17px;
    padding-bottom: 5px;
    padding-top: 30px;
}

#contact .contact-info h4:first-child{
    font-size: 22px;
    padding-top: 0;
}

#contact .contact-info a, #contact .contact-info p{
    color: #fff;
    font-size: 18px;
    padding: 0;
}

#contact .contact-info a.phone{
    font-size: 28px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    padding-bottom: 5px;
}

/* Social */

.social {
    width: auto;
    float: left;
    margin-top: 80px;
}

.social a {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    background-position: center center;

}

.social a:hover {
    opacity: 0.5;
}

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

/* Footer */

#footer {
    padding: 0 0 60px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    background-color: #002868;
}

#footer small {
    display: block;
    padding-top: 10px;
    font-size: 12px;
}

#footer a{
    text-decoration: none;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

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

#footer hr{
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

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

#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: 13px;
}
.quiz-37{
	text-align: center;
	color: white;
}
.quiz-38{
	text-align: center;
	color: black;
}
.wsp-pages-list ul li{
	position: inherit !important;
}
.ub-emb-iframe-wrapper .ub-emb-close {
   
    padding: 0 !important;
}
.wpcf7-quiz-label{
	color:yellow;
}

#wpcf7-f50-p979-o1 .wpcf7-quiz-label{
	color:black !important; 
}
#wpcf7-f106-o1 label{
color:white;
}

/* STATS */

#stats {
    position: relative;
    background-color: #002868;
}
#stats .box {
    text-align: center;
}
#stats .box p {
    height: 80px;
    color: #ffdb00;
    font-size: 46px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#stats .box:last-of-type p {
    font-size: 36px;
    line-height: 110%;
}
#stats .box span {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 5px 0 0 0;
    margin: 0;
}

/* TEXTBOXES */


#textbox .row:nth-child(even) {
    flex-direction: row-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
}

#textbox .photo {
    flex: 0 0 calc(45% + 200px);
    max-width: calc(45% + 200px);
}
#textbox .row:nth-child(odd) .photo {
    margin-left: -200px;
}
#textbox .row:nth-child(even) .photo {
    margin-right: -200px;
}
#textbox .photo > div {
    display: block;
    width: 100%;
    height: 575px;
    background-size: cover;
    background-position: center;
}

#textbox .content {
    flex: 0 0 55%;
    max-width: 55%;
}
#textbox .row:nth-child(odd) .content {
    padding-left: 65px;
}
#textbox .row:nth-child(even) .content {
    padding-right: 65px;
}
#textbox .content h2 {
    color: #002868;
    line-height: 1.2;
}
#textbox .content h2::after {
    content: "";
    display: block;
    width: 160px;
    height: 10px;
    margin-top: 15px;
    background-color: #ffdb00;
}
#textbox .content p {
    font-size: 18px;
    text-align: left;
}

/* GOAL */

#goal {
    background-color: #F2F4F7;
}

#goal h2 {
    color: #002868;
    line-height: 1.2;
}
#goal p.text-headline {
    font-size: 23px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 50px;
}

#goal .content p {
    font-size: 18px;
    text-align: left;
}

#goal .photo > div:not(#cta) {
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
#goal .photo #cta .item {
    width: 100%;
}

/* FAQ */

#faq {
    background-color: #002868;
}

#faq h4.section-subtitle {
    color: #FFF;
}
#faq h2 {
    color: #FFF;
    line-height: 1.2;
}

#faq .box {
    margin-top: 30px;
}
#faq .box .content {
    position: relative;
    height: 100%;
    padding: 35px 40px;
    background-color: #FFF;
}
#faq .box .content::before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-image: url('/wp-content/themes/click5-wp/images/icon-question.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45px; 
    right: 35px;
}
#faq .box .content h3 {
    color: #002868;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 80px 15px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #D9D9D9;
}
#faq .box .content p {
    font-size: 18px;
    text-align: left;
}

/* AREAS */

#areas {
    background-color: #F5F7F9;
}

#areas h2 {
    color: #002868;
    line-height: 1.2;
}
#areas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
#areas ul li {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 20px 15px 0 15px;
    margin: 0;
}
#areas ul li::before {
    display: none;
}


/* egg banner */

.promo-banner {
    background: #fff;
    padding: 2px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ddd;
    font-family: 'Roboto', sans-serif;
    width: 100vw; 
    max-width: 100%; 
}

.promo-banner .container {
   max-width: none; /* Removes width limit */
    width: 100%; /* Forces full width */
    padding-left: 20px;
    padding-right: 20px;
}

.promo-egg {
    width: 40px;
    padding: 0 4px;
    height: auto;
}

.promo-text {
    font-size: 16px;
    color: #0a3b77;
}

.promo-button {
    background: none;
    color: #0a3b77;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.promo-button:hover {
    text-decoration: underline;
}

.promo-arrow {
    width: 18px;
    height: auto;
}
@media screen and (max-width: 991px) {
.promo-text {
    font-size: 12px;
    }
    .promo-button {
        font-size: 12px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .promo-banner .container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .promo-banner {
       padding: 6px 0 0;
    }
    .promo-egg {
        display: none;
    }
    .promo-text {
        font-size: 10px;
        }
     .promo-button {
          font-size: 10px;
      }
    
}
