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

:root {
    --main: #cc2833;
	--text: #1c3e46;
	--text2: #144551;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 65px;
    padding-right: 60px;
    background-color: white;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo a {
    width: 375px;
    display: block;
    padding: 0;
    margin: 0;
}

#header .logo img {
	max-height: 87px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 67px;
}

#header .navigation {
    width: 100%;
}

#header .navigation .navbar {
    margin: 0 auto;
}

.phonecon {
	display: flex;
	width: 391px;
    height: 63px;
    align-items: center;
	border: 1px solid #d3dddf;
    border-radius: 30px;
	justify-content: space-around;
}

#header .phone, #footer .phone {
    padding: 18px 0 18px 20px;
}
#header .phone a, #footer .phone a {
    position: relative;
    display: inline-block;
    color: var(--text2);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 5px 0 3px 0;
    margin: 0;
}
#header .phone a img, #footer .phone a img {
    max-width: 20px;
    position: relative;
    top: -1px;
}
#header .phone a span, #footer .phone a span {
	padding-left: 3px;
	padding-top: 3px;
    display: inline-block;
    transition: all .3s;
}
#header .phone a:hover span, #footer .phone a:hover span {
	color: var(--main);
    text-decoration: none;
}
#header .phone a span img, #footer .phone a span img {
	position: relative;
	top: -2px;
}
#header .phone a i, #footer .phone a i {
	position: relative;
	color: var(--main);
	font-size: 25px;
	padding-right: 5px;
	top: -2px;
}
#header .phone a:hover, #footer .phone a:hover {
    text-decoration: none;
}

#header .contact a, #footer .contact a {
    display: inline-block;
    height: 53px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: -0.18px;
    padding: 0 30px;
    margin: 1px 0 1px 26px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 30px;
}
#header .contact a:hover, #footer .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

#hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 710px;
	padding-bottom: 190px;
    z-index: 4;
}
#hero.sub {
    height: 500px;
    padding-bottom: 115px;
}
#hero.sub .bg::before {
    height: 500px;
}

#hero h1 {
    color: var(--text);
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.84px;
    padding: 0 0 30px;
    margin: 0;
}
#hero h1 span {
    font-weight: 300;
}
#hero h1.larger {
    font-size: 70px;
}
#hero p {
    color: var(--text);
    font-size: 23px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.35px;
    padding: 0 0 40px 5px;
    margin: 0;
}
.home #hero p {
    max-width: 460px;
}

#hero .content {
	transform: translate(-55px);
}
#hero .content a.button {
	margin: 0 0 0 5px;
}
#hero .content a.button, #cta .content a {
    display: inline-block;
    height: 66px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.18px;
    padding: 0 52px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 33px;
}
#hero .content a.button img {
    filter: brightness(0) invert(1);
}
#hero .content a.button:hover img {
    filter: unset;
}
#cta .content a {
	padding: 0 82px;
}
#hero .content a:hover, #cta .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

#hero .bg {
	display: inline-block;
	position: absolute;
    top: 0;
    right: -20px;
	width: calc(50% + 100px);
	filter: url(#round);
}
#hero .bg::before {
	content: "";
	display: block;
	height: 710px;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* BANNERS */

#banners {
    position: relative;
    margin-top: -75px;
}
#banners::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.page-template-contact #banners::before {
    display: none;
}

#banners .box {
    position: relative;
    z-index: 9;
}
#banners .box a {
    position: relative;
    padding: 40px 65px;
    background-color: white;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    cursor: pointer;
}
#banners .box.box-1 a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#banners .box.box-2 a {
    background-color: var(--main);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#banners .box a:hover {
    text-decoration: none;
}
#banners .box a::after {
    content: "→";
    color: #000;
    font-family: "Arial";
    font-size: 24px;
    position: absolute;
    right: 50px;
    transition: all .3s;
}
#banners .box.box-2 a::after {
    color: white;
}
#banners .box a:hover::after {
    right: 35px;
}

#banners .box .icon {
    padding-right: 40px;
}
#banners .box .icon img {
    transition: all .3s;
}
#banners .box.box-2 .icon img {
    filter: brightness(0) invert(1);
}
#banners .box a:hover .icon img {
    transform: rotate(-10deg);
}

#banners .box .content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    margin: 0;
}
#banners .box.box-2 .content h3 {
    color: rgba(255, 255, 255, .8);
}
#banners .box .content p {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#banners .box.box-2 .content p span {
    color: white;
    font-weight: 500;
}

/* ABOUT */

#about {
    position: relative;
	width: 100%;
	padding-top: 15px;
    margin-bottom: 80px;
}
#about .container .row {
    position: relative;
	z-index: 2;
}
#page-wrapper .bg-about,
#about .bg-about {
    position: absolute;
    width: 100%;
    height: 100%;
	filter: url(#round);
}
#page-wrapper .bg-about::before,
#about .bg-about::before {
	content: "";
    position: absolute;
    background: #f1f4f5 url(/wp-content/themes/click5-wp/img/bg-about.webp) -12% 123% no-repeat;
    height: calc(100% + 80px);
    width: 65%;
    background-size: auto 435px;
    z-index: -1;
    left: -180px;
    top: -100px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

#about .head-headline {
    padding-left: 5px;
}
#about .headline h3 {
    color: var(--text);
    font-family: 'bookmania';
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.45px;
    padding: 0 0 5px;
    margin: 0;
}
#about .headline h2 {
    color: var(--text);
    font-size: 56px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.84px;
    padding: 0;
    margin: 0;
}
#about .headline h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 70px;
    background-color: var(--main);
    border-radius: 2px;
}

#about .intro {
	padding-top: 60px;
}
#about .intro h4 {
	color: var(--text2);
    font-size: 29px;
    font-weight: 300;
    line-height: 41px;
    letter-spacing: -0.43px;
    padding: 0;
}

#about .content {
    padding-top: 65px;
    padding-left: 90px;
	padding-right: 0;
}
#about .content p, #about .content ul > li, .whyus#textbox .content ul > li {
    color: var(--text2);
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.29px;
    padding: 0;
}
#about .content p strong {
    font-weight: 500;
	margin-top: 10px;
    display: inline-block;
}

#about .content a {
    position: relative;
    display: inline-block;
    color: var(--text2);
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
#about .content a:hover {
    color: var(--main);
    text-decoration: none;
}
#about .content a:hover::before {
    background-color: transparent;
}
#about .content a span {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-left: 4px;
	text-decoration: underline;
	text-underline-offset: 3px;
    transition: all .3s;
}
#about .content a:hover span {
    text-decoration: none;
}

#about .content ul, .whyus#textbox .content ul {
	margin-left: 0;
	column-count: 2;
    column-gap: 20px;
    padding-left: 40px;
}
#about .content ul > li, .whyus#textbox .content ul > li {
    position: relative;
    padding-left: 0;
	padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 5px;
	list-style: none;
}
#about .content ul > li::before, .whyus#textbox .content ul > li::before {
	content: "\f00c";
    color: white;
    font-family: "Font Awesome 6 Free";
    font-size: 6px;
    font-weight: 700;
    border: 0;
    position: absolute;
    top: 8px;
    left: -25px;
    background: var(--main);
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 14px;
}

/* HEADLINE */

.home-headline h3 {
    color: rgb(255 255 255 / 50%);
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    padding: 0 0 35px 0;
    margin: 0;
}
.home-headline h2 {
    color: white;
	font-family: "bookmania";
    font-size: 70px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.05px;
    padding: 0;
    margin: 0;
}

/* PHOTO + TEXT */

#textbox {
	position: relative;
}

#textbox .row:nth-child(even) { 
    flex-direction: row-reverse;
    align-items: unset !important;
}
#textbox .row:not(:first-of-type) {
    margin-top: 80px;
}

#textbox .photo {
    flex: 0 0 auto;
    width: calc(50% + 195px);
    margin-left: -195px;
    padding-right: 0;	
	display: inline-block;
	position: relative;
    top: 0;
    right: -20px;
    right: 20px;
	filter: url(#round);
}


#textbox .photo::before {
    content: "";
    display: block;
    height: 612px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

#textbox .row:nth-child(odd) .photo {
    width: calc(50% + 335px);
    margin-left: -335px;
}
#textbox .row:nth-child(even) .photo {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: 0;
    margin-left: 0;
    margin-right: -195px;
	z-index: 2;
}
#textbox .row:nth-child(even) .photo::before {
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#textbox .content {
    display: inline-block;
	position: relative;
    padding-left: 60px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#textbox .row:nth-child(even) .content {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: 90px;
    filter: url(#round);
    z-index: 1;
}
#textbox .row:nth-child(odd) .content::after {
	content: '';
	position: absolute;
	display: block;
	background: url("/wp-content/themes/click5-wp/img/bg-content.webp") 85% 83% no-repeat;
	height: 625px;
	width: 75%;
	background-size: 100%;
	z-index: -1;
	left: 425px;
	top: -40px;
}
#textbox .row.row3:nth-child(odd) .content::after {
	content: none;
}
#textbox .row:nth-child(even) .content::before {
    content: "";    
    display: block;    
    width: 165%;    
    height: calc(100% + 120px);
    margin-left: -135px;
    background-color: #f3f5f9;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    position: absolute;
    top: -60px;
    z-index: -1;
}

#textbox .content h3 {
    color: var(--text2);
	font-family: 'bookmania';
    font-size: 27px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 23px;
    margin: 0;
}
#textbox .content h2 {
    color: var(--text2);
    font-size: 52px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.8px;
    padding: 0;
    margin: 0;
}
#textbox .content h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin: 25px 0 28px 0;
    background-color: var(--main);
    border-radius: 2px;
}
#textbox .content h2 span {
    font-weight: 300;
}
#textbox .content p {
    color: var(--text2);
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.25px;
    padding: 0;
}
#textbox .content a {
    position: relative;
    display: inline-block;
    color: var(--text2);
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 22px 0 0 0;
}
#textbox .content a:hover {
    color: var(--main);
    text-decoration: none;
}
#textbox .content a:hover::before {
    background-color: transparent;
}
#textbox .content a span {
    position: relative;
    display: block;
	text-decoration: underline;
    text-underline-offset: 3px;
}
#textbox .content a:hover span {
    text-decoration: none;
}
#textbox .content a span::after {
    content: "→";
    font-family: "Arial";
	color: var(--main);
    font-size: 20px;
    padding-left: 7px;
	display: inline-block;
	transition: all .3s;
}
#textbox .content a:hover span::after {
    padding-left: 15px;
}

/* SERVICES */

#services {
	width: calc(100% - 220px);
	background: var(--text) url('/wp-content/themes/click5-wp/img/bg-whyus.webp') left top no-repeat;
	border-radius: 20px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 330px;
}

#services .row.g-0 {
    position: absolute;
	width: 100%;
	margin-top: 70px;
}

#services .container {
    position: relative;
}

#services .row.g-0 .box:nth-child(2) {
    left: 33.33%;
}
#services .row.g-0 .box:last-child {
    left: 66.66%;
}

#services .box a {
    position: relative;
    height: 100%;
    padding: 60px 20px 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 20px;
}
#services .box:nth-child(4n) a {
    border-right-width: 0;
}
#services .box a:hover {
    text-decoration: none;
    transform: scale(1.05);
    z-index: 9;
}
#services .box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0; left: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
	border-radius: 20px;
	box-shadow: 0px 8px 20px 4px rgba(0, 0, 0, .1);
}
#services .box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    position: absolute;
    top: 0; left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
	border-radius: 20px;
}
#services .box a:hover::after {
    visibility: visible;
    opacity: 1;
}
#services .box a > * {
    position: relative;
    z-index: 4;
}

#services .box .icon {
    width: 142px;
    height: 142px;
    border-radius: 100%;
    background-color: var(--main);
    padding: 35px 0px;
    text-align: center;
}
#services .box a:hover .icon {
    background-color: white;
}

#services .box .icon img {
    max-height: 70px;
    transition: all .3s;
}
#services .box a:hover .icon img {
    filter: brightness(1) invert(1);
}

#services .box .content {
    padding-top: 35px;
	text-align: center;
}
#services .box .content p {
    font-family: "bookmania";
	color: var(--text);
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#services .box a:hover .content p {
    color: white;
}
#services .box .content p span {
    font-size: 25px;
	font-family: 'Montserrat';
	line-height: 33px;
    font-weight: 300;
}

#services .support {
	position: absolute;
    color: var(--text);
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-decoration: underline;
    text-underline-offset: 4px;
    top: 640px;
}
#services .support:hover {
    color: var(--main);
    text-decoration: none;
}

/* FAST CONTACT */

#cta {
    position: relative;
	width: calc(100% - 220px);
    background: #f1f4f5 url("/wp-content/themes/click5-wp/img/bg-cta.webp") 111% 80% no-repeat;
    border-radius: 20px;
    margin: 280px auto 0;
	padding-top: 115px;
    padding-bottom: 70px;
}
#cta .content h3 {
    display: block;
    color: var(--text);
	opacity: 0.8;
    font-size: 18px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 3.6px;
	text-transform: uppercase;
    padding: 0 0 30px;
    margin: 0;
}
#cta .content h2 {
    color: var(--text);
	font-family: "bookmania";
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.75px;
    padding: 0 0 20px 0;
    margin: 0;
}
#cta .content p {
    color: var(--text);
    font-size: 21px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.35px;
    padding: 0 0 28px 0;
	margin: 0;
}

/* FAQ */

#faq-wrapper.box {
    background-color: #f9f9f9;
}

#faq-wrapper.box .questions {
    padding: 0 60px;
    margin-top: 30px;
}
#faq-wrapper.box .card {
    padding: 0 100px 0 170px;
}
#faq-wrapper.box .card.active {
    position: relative;
    background-color: white;
    box-shadow: 0 0 30px rgba(134, 153, 153, .1);
    overflow: hidden;
}
#faq-wrapper.box .card::after {
    width: calc(100% - 250px);
    right: 30px;
}
#faq-wrapper.box .card:last-of-type::after {
    display: block;
}
#faq-wrapper.box .card.active::after {
    background-color: transparent;
}
#faq-wrapper.box .card.active::before {
    content: "";
    display: block;
    width: 172px;
    height: 172px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -55px; left: -45px;
}
#faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
    color: white;
    font-size: 28px;
    top: 38px;
    left: -155px;
}

#faq-wrapper .more a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 55px 0 0 0;
    border-bottom: 1px solid #1f1f1f;
}
#faq-wrapper .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}

/* REVIEWS */

#reviews {
    position: relative;
}

#reviews .reviews {
    margin-top: 20px;
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 60px 50px 65px;
    background-color: #f9f9f9;
}

#reviews .review .content .opinion {
    flex: 1;
}
#reviews .review .content .opinion p {
    position: relative;
    color: #282828;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.19px;
    text-indent: 65px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .opinion p:first-of-type::before {
    content: '“';
    color: var(--main);
    font-family: "Montserrat";
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: 18px; left: -85px;
}

#reviews .review .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 110px;
    height: 10px;
    margin-top: 27px;
    margin-bottom: 25px;
    background-color: var(--main);
    border-radius: 10px;
}

/* SUBPAGES */

/* SUBHERO */

#hero-sub {
    position: relative;
    height: 500px;
    padding-bottom: 170px;
	padding-top: 0;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}

#hero-sub .content {
	transform: translate(-55px);
}

.team#hero-sub {
    padding-bottom: 150px;
}

.sub#hero-sub {
    padding-bottom: 130px;
}

#hero-sub h1 {
    color: var(--text);
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.84px;
    padding: 0 0 30px;
    margin: 0;
}
#hero-sub h1 span {
    font-weight: 300;
}

.team #hero-sub h1 {
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0 0 20px;
}

#hero-sub p {
    color: var(--text);
    font-size: 23px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.35px;
    padding: 0 0 30px 5px;
    margin: 0;
    max-width: 540px;
}

#hero-sub .content a.button {
    display: inline-block;
    height: 66px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.18px;
    padding: 0 52px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 33px;
}

#hero-sub .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

#hero-sub .bg {
	display: inline-block;
	position: absolute;
    top: 0;
    right: -20px;
	width: calc(50% + 120px);
	filter: url(#round);
}
#hero-sub .bg::before {
	content: "";
	display: block;
	height: 500px;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.whyus#about {
    position: relative;
    padding-top: 55px;
}
.whyus#about .intro h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 39px;
    letter-spacing: -0.36px;
    padding: 0;
}

.whyus#about .content h3 {
	color: var(--text2);
    font-size: 27px;
	font-family: "bookmania";
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.4px;
    padding: 0;
	max-width: 500px;
	margin: 0 0 22px;
}

.whyus#about .headline h2 {
    font-size: 50px;
    letter-spacing: -0.75px;
}

.whyus#textbox .row:nth-child(odd) .content::after, .whyus#textbox .row:nth-child(even) .content::before {
    content: none;
}
/* .whyus#textbox .row:nth-child(odd) .photo {
    width: calc(50% + 240px);
    margin-left: -240px;
} */
.whyus#textbox .row:nth-child(even) .content {
    filter: none;
}
/* .whyus#textbox .content {
    padding-left: 70px;
    padding-right: calc(var(--bs-gutter-x) * .5);
} */
.whyus#textbox .content h3 {
    padding: 0 0 15px;
}
.whyus#textbox .content p:last-child {
    margin-bottom: 0;
}

.whyus#cta {
    margin: 0px auto 0;
}

/* SERVICES */

.whyus#services {
	width: 100%;
	background: white;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(241, 244, 245, 1) 100%);
	border-radius: 0;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (min-width: 1400px) {
	.whyus#services .container {
		max-width: 1390px;
	}
}
.whyus#services .home-headline h2 {
    color: var(--text2);
}

.whyus#services .row.g-0 {
    position: relative;
	width: 100%;
	margin-top: 70px;
}

.whyus#services .container {
    position: relative;
}

.whyus#services .row.g-0 .box:nth-child(2), .whyus#services .row.g-0 .box:last-child {
    left: auto;
}
.whyus#services .box {
	position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 13px;
    padding: 44px;
    background-color: white;
    border-radius: 20px;
    width: calc(33.33333333% - 26px);
    border: 1px solid #dbe3e5;
}
.whyus#services .row.g-0 .box:nth-child(4), .whyus#services .row.g-0 .box:last-child {
	width: calc(50% - 26px);
}

.whyus#services .box > * {
    position: relative;
    z-index: 4;
}

.whyus#services .box .icon {
    width: 117px;
    height: 117px;
    padding: 22px 0px;
}

.whyus#services .box .icon img {
    max-height: 70px;
    transition: all .3s;
}

.whyus#services .box .content {
    padding-top: 35px;
	height: 330px;
	flex: 1;
}
.whyus#services .box .content h2 {
	color: var(--text);
	font-family: 'Montserrat';
	font-size: 35px;
	line-height: 40px;
    font-weight: 600;
	text-align: left;
    letter-spacing: -0.52px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.whyus#services .box .content h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin: 26px 0 25px 0;
    background-color: var(--main);
    border-radius: 2px;
}
.whyus#services .box .content h2 span {
    font-family: "bookmania";
	font-size: 30px;
    font-weight: 400;
    line-height: 33px;
	letter-spacing: -0.45px;
}

.whyus#services .box .content p {
	color: var(--text2);
    font-family: inherit;
	font-size: 18px;
    font-weight: 300;
	text-align: left;
}

.whyus#textbox .content ul {
	margin-left: 0;
	column-count: 1;
	padding-left: 55px;
	padding-top: 0px;
}
.whyus#textbox .content ul > li {
	font-size: 19px;
	line-height: 40px;
	letter-spacing: -0.3px;
}
.whyus#textbox .content ul > li::before {
	top: 12px;
	left: -25px;
}
#textbox .content h2::after {
	margin: 20px 0 40px 0;
}

/* ABOUT US */

.aboutus#about {
    padding-top: 20px;
    padding-bottom: 45px;
}
.aboutus#about .intro {
	max-width: 95%;
    margin: 0 auto;
}
.aboutus#about .intro h4 {
	font-family: "bookmania";
    font-size: 27px;
    font-weight: 400;
    line-height: 39px;
	text-indent: 50px;
    letter-spacing: -0.36px;
    padding: 0;
}
.aboutus#about .intro h4::after {
    content: "";
    display: block;
    width: 155px;
    height: 6px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: var(--main);
}
.aboutus#about .intro .ceo {
	width: 260px;
	display: flex;
	align-items: center;
}
.aboutus#about .intro .ceo h5 {
	font-size: 20px;
	line-height: 100%;
	font-weight: 500;
	letter-spacing: -0.3px;
	padding-left: 20px;
	margin-bottom: 0;
}
.aboutus#about .intro .ceo h5 span {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.3px;
}

.aboutus#about .bg-about::before {
	content: "";
	position: absolute;
	background: #f1f4f5 url(/wp-content/themes/click5-wp/img/bg-aboutus.webp) 110% 215px no-repeat;
	/* height: 580px;
	width: 83%;
	background-size: 56%;
	z-index: -1;
	left: -135px;
	top: -100px;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%); */
}

.team .headline h2 {
	color: var(--text2);
    font-size: 29px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: -0.43px;
    padding: 0 120px 0 0;
}
.team .content {
	padding-top: 10px;
}

.team .news > a .photo {
    height: 420px;
    margin-bottom: 0;
    filter: grayscale(100%);
	transition: all .3s;
}
.team .news > a:hover .photo {
    filter: none;
}

.team .row.back .ppl {
	margin: 0 -70px;
}

.team .news {
    margin-bottom: 30px;
}
.team .news > a {
    background-color: transparent;
	box-shadow: none;
}
.team .news .content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.team .news .content .titles {
	font-family: 'bookmania';
    font-size: 19px;
    height: 22px;
}
.team .news .content .position {
    font-size: 14px;
	flex: 1;
	text-transform: uppercase;
}

.team .news .content h3 {
    color: var(--text2);
	font-family: 'bookmania';
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 5px;
    margin: 0;
    transition: all .3s;
}
.team .news .content h3::after {
    content: none;
}
.team .news .content .position::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 10px 0;
    background-color: var(--main);
}

.team .row.back .ppl h2 {
    color: var(--text2);
	font-family: 'bookmania';
    font-size: 63px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
	padding: 50px 0 70px;
    margin: 0;
	text-align: center;
}
.team .row.back .ppl h2.experts {
    color: var(--text2);
    font-size: 65px;
	font-weight: 200;
	padding: 50px 0 0 0;
}
.team .row.back .ppl h2.experts span {
	display: inline-block;
	line-height: 40px;
	border-bottom: 10px solid var(--main);
}

#page-wrapper ~ #cta {
    margin-top: 40px;
}
#page-wrapper .container {
    position: relative;
}
#page-wrapper .bg-about::before {
    width: 90% !important;
    height: 100% !important;
    max-height: 525px !important;
    top: -125px !important;
}
#page-wrapper #main {
    position: relative;
	/* padding-top: 0;
	margin-top: -135px;
	padding-top: 115px; */
    /* background-color: #f1f4f5; */
}

/* #page-wrapper #main::before {
    content: '';
    position: absolute;
    left: -165px;
    top: 0;
    width: 165px;
    height: 100%;
    background-color: #f1f4f5;
    border-radius: 20px 0 0 20px;
}
#page-wrapper #main::after {
    content: '';
    position: absolute;
    right: -165px;
    top: 0;
    width: 165px;
    height: 100%;
    background-color: #f1f4f5;
    border-radius: 0 20px 20px 0;
} */

.team#page-wrapper #main {
	position: relative;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
}
.team#page-wrapper #main::before, .team#page-wrapper #main::after {
	content: none;
}

.page-template-full #page-wrapper {
    background-color: white;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    background-color: transparent;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, h1.post-title {
    color: var(--text2);
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h1::after, .entry-content h2::after, h1.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--text2);
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--text2);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: var(--text2);
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    color: var(--main);
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #144652;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

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

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 29px;
    position: absolute;
    left: 0;
}

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

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* CONTACT */

#contact-intro {
    position: relative;
    background-color: #f9f9f9;
}

#contact-intro .box {
    display: flex;
    padding-left: 55px;
}
#contact-intro .box:first-of-type {
    padding-left: 150px;
}

#contact-intro .box .icon {
    width: 60px;
}

#contact-intro .box .content {
    width: calc(100% - 60px);
    padding-left: 30px;
}
#contact-intro .box .content h2 {
    color: #252525;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 15px 0 35px 0;
    margin: 0;
}
#contact-intro .box .content address, #contact-intro .box .content p {
    color: #555;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.57px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content a.directions {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 1px 0;
    margin: 6px 0 0 0;
    border-bottom: 1px solid var(--main);
}
#contact-intro .box .content a.directions:hover {
    text-decoration: none;
    border-color: transparent;
}
#contact-intro .box .content a.phone {
    display: inline-block;
    color: var(--main);
    font-size: 39px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#contact-intro .box .content a.phone:hover {
    text-decoration: none;
    border-color: var(--main);
}

#contact-wrapper .form {
    margin-top: 20px;
	
}
#contact-wrapper .form .content {
    padding: 115px 130px 100px 130px;
    background-color: #f1f4f5;
	position: relative;
	margin-top: -170px;
}
#contact-wrapper .form .content::before {
    content: '';
    position: absolute;
    left: -165px;
    top: 0;
    width: 165px;
    height: 100%;
    background-color: #f1f4f5;
    border-radius: 20px 0 0 20px;
}
#contact-wrapper .form .content::after {
    content: '';
    position: absolute;
    right: -165px;
    top: 0;
    width: 165px;
    height: 100%;
    background-color: #f1f4f5;
    border-radius: 0 20px 20px 0;
}

#contact-wrapper .form .headline {
	border-bottom: 1px solid #b3c1c6;
    padding-bottom: 30px;
    margin-bottom: 70px;
}
#contact-wrapper .form .headline h3 {
    color: var(--text);
	font-family: 'bookmania';
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 30px 0;
    margin: 0;
	text-align: center;
}
#contact-wrapper .form .headline h4 {
    color: var(--text);
    font-size: 19px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0 0 10px 0;
    margin: 0;
	text-align: center;
}

/* CONTACT */

.contact#hero-sub h1 {
    letter-spacing: -0.6px;
}

.contact#hero-sub h1 span {
    font-size: 40px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -0.6px;
}
.contact#hero-sub {
    padding-bottom: 150px;
}

#hero-sub .content a.button {
    height: 72px;
    font-size: 21px;
	letter-spacing: -0.2px;
    font-weight: 500;
	padding: 0 44px 0 36px;
	line-height: 68px;
}
#hero-sub.contact .content a.button img {
    width: 26px;
    filter: invert(100%) sepia(20%) saturate(30%) brightness(300%) contrast(100%);
    margin-right: 14px;
}
#hero-sub.contact .content a.button:hover img {
    filter: none;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 auto;
    width: calc(33.333333% + 55px);
    margin-right: -55px;
    margin-top: -65px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area::before {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0; left: 0;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

#banners.widget .box a {
    padding: 35px;
}
#banners.widget .box.box-1 a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
}
#banners.widget .box.box-2 a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#banners.widget .box a::after {
    display: none;
}

#banners.widget .box .icon {
    padding-right: 25px;
}
#banners.widget .box .icon img {
    max-height: 56px;
}

#banners.widget .box .content {
    width: calc(100% - 75px);
}
#banners.widget .box .content h3 {
    font-size: 16px;
}
#banners.widget .box .content p {
    font-size: 25px;
}

.widget-links {
    padding-top: 25px;
    padding-left: 60px;
}
.widget-links h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 28px 0 27px 40px;
    margin: 0;
}
.widget-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-links ul li a {
    position: relative;
    display: block;
    color: #40414b;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.27px;
    padding: 17px 0 17px 70px;
    margin: 0;
}
.widget-links ul li a::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: 50px;
}
.widget-links ul li a:hover, .widget-links ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    background-color: white;
}