/*
Theme Name: The Entrepreneurs Hub
Version: 24.02.23.1300
Description: Child theme of Hello Elementor
Author: Woo
Author URI: http://woocommerce.com
Template: hello-elementor
*/

/* ----- Dev Outlines ----- */
/*
div, header, main, footer, nav { outline: 1px dashed rgba(255, 0, 128, 0.1); }
span { outline: 1px dotted rgba(0, 80, 130, 0.1); }
/**/

:root {
    --color-white: #fff;
    --color-black: #000;

    --color-primary: #085eac;
    --color-secondary: #211f57;
    --color-red: #ed2330;

    --font-primary: 'Montserrat', Helvetica, Arial, sans-serif;

    --width-outer: 1920px;
    --width-inner: 1720px;
    --width-inner-2: 1500px;
    --width-inner-3: 1200px;
    --pad-edge: 100px;
}

@media only screen and (max-width: 1919px) {
    :root {
        --pad-edge: 40px;
    }
}

@media only screen and (max-width: 1279px) {
    :root {
        --pad-edge: 20px;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --pad-edge: 15px;
    }
}

* {
    box-sizing: border-box;
}

html,
body {
    font: normal 18px/1.5 var(--font-primary);
}

html {
    min-height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

body {
    background-color: var(--color-white);
	color: var(--color-secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0 0.5em 0;
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-secondary);
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

h4, h5, h6 {
    font-size: 1rem;
}

.inline-block {
    display: inline-block; *display: inline; *zoom: 1;
}

.pmargin {
    margin-bottom: 1em;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.strong {
    font-weight: bold;
}

.em {
    font-style: italic;
}

a {
	transition: color .3s;
}

a:link, a:visited {
    text-decoration: none;
    color: var(--color-primary);
}

a:hover, a:active {
    text-decoration: underline;
    color: var(--color-primary);
}

a > img {
    border: none;
}

ul, ol {
    margin: 0 0 1em 0; padding: 0 0 0 1em;
}

ul {
    list-style: disc outside none;
}

ol {
    list-style: decimal outside none;
}

ol ol {
    list-style: lower-roman outside none;
}

ol ol[type='a'] {
    list-style-type: lower-alpha;
}

li {
   margin-left: 1em;
}

ul li ul {
    margin-bottom: 0;
}

/* Common Elements */

.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor {
    font-family: var(--font-primary);
}

.elementor-widget-heading h3.elementor-heading-title {
    font-weight: 500;
}

.elementor-button-link,
.elementor-button.elementor-size-md {
    padding: 20px 30px !important;
    font-size: 1rem !important; line-height: 1 !important;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 0 !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 1919px) {
    .elementor-button-link,
    .elementor-button.elementor-size-md {
        padding: 20px 30px !important;
    }
}


/**** Page ****/
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
body:not([class*="elementor-page-"]) .site-main {
	max-width: var(--width-inner);
}


/**** Header ****/
#site-header {
	padding: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0; right: 0;
	z-index: 99;
	transition: all .3s;
}

#site-header .header-inner {
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: none;
	align-items: center;
	padding: 0;
}

.site-header .site-branding,
.site-header:not(.header-stacked) .header-inner .site-branding {
	width: 100%;
	max-width: 350px;
}

#site-header .custom-logo-link .custom-logo {
    display: block;
    width: 100%; height: auto;
	padding: 20px 40px;
}

#site-header .header-inner .header-controls {
	width: 100%;
	border-left: 1px solid #e9e5ef;
}

#site-header .header-inner .header-controls .header-top-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e9e5ef;
	font-size: 16px;
	line-height: 1;
	padding: 15px 0;
	transition: all .3s;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list {
	width: 70%;
	display: flex;
	justify-content: center;
	margin: 0 0 0 40px;
	padding: 0;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list li + li {
	margin-left: 80px;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list li a {
	color: var(--color-secondary);
	transition: all .3s;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list li a i {
	color: var(--color-secondary);
}

#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list li a:hover {
	color: var(--color-red);
	text-decoration: none;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-social-list {
	display: flex;
	justify-content: space-between;
	margin: 0 100px 0 0;
	padding: 0;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-social-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-social-list li + li {
	margin-left: 20px;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-social-list li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: var(--color-secondary);
	border-radius: 30px;
	transition: all .3s;
}

#site-header .header-inner .header-controls .header-top-menu ul.head-social-list li a:hover {
	background: var(--color-red);
}

#site-header .header-inner .header-controls .header-bottom-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.site-header .site-navigation,
.site-header:not(.header-stacked) .header-inner .site-navigation {
	width: 100%; max-width: none;
	justify-content: space-between;
	margin: 0 40px;
}

.site-header .site-navigation .menu-main-menu-container {
	width: 100%;
}

.site-navigation ul.menu {
	justify-content: space-around;
}

#menu-main-menu {
	margin: 0;
}

#menu-main-menu > li {
	margin: 0;
}

#menu-main-menu > li > a {
    padding: 25px 20px;
    font-size: 20px; line-height: 1;
	font-weight: 700;
    text-decoration: none;
	text-transform: uppercase;
	color: var(--color-red);
	transition: all .3s;
}

#menu-main-menu > li.current-menu-item > a,
#menu-main-menu > li > a:hover {
	color: var(--color-secondary);
}

a.btn-signup {
	text-transform: uppercase;
	color: #fff;
	background: var(--color-red);
    font-size: 20px; line-height: 1;
	font-weight: 700;
	margin: 0 40px 0 0;
	padding: 20px 30px;
	border-radius: 50px;
	transition: all .3s;
}

a.btn-signup:hover {
	text-decoration: none;
	background: var(--color-secondary);
}

.scrolled #site-header {
	position: fixed;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.scrolled #site-header .header-inner .header-controls .header-top-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

.scrolled #menu-main-menu > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* Banner */
#banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(100vh - 120px);
	background: url(img/banner/banner-3.jpg) no-repeat center bottom/cover;
	margin-top: 120px;
}

#banner > .inner {
	display: flex;
	flex-direction: column;
	justify-content: start;
	height: 100%;
}

#banner > .inner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 90px 0 0;
	padding: 0 40px;
	text-align: center;
}

#banner > .inner .banner-content h2 {
	font-size: 3em;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 auto 25px;
	color: var(--color-red);
	text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;
}

#banner > .inner .banner-content p {
	margin: 0;
}

#banner > .inner .banner-content p a.btn {
	display: inline-block;
	width: 180px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: var(--color-red);
    font-size: 16px; line-height: 1;
	font-weight: 700;
	padding: 20px;
	border-radius: 50px;
	transition: all .3s;
}

#banner > .inner .banner-content p a.btn:hover {
	text-decoration: none;
}

#banner > .inner .banner-content p a.btn.btn-who {
	color: var(--color-secondary);
	background: #fff;
	border: 1px solid var(--color-secondary);
}

#banner > .inner .banner-content p a.btn.btn-why {
	color: #fff;
	background: var(--color-primary);
}

#banner > .inner .banner-content p a.btn.btn-who:hover,
#banner > .inner .banner-content p a.btn.btn-why:hover {
	color: #fff;
	background: var(--color-red);
	border-color: var(--color-red);
}

#banner > .inner .banner-content p a.btn + a.btn {
	margin-left: 40px;
}

#banner .banner-notice {
	padding: 30px 20px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
}

#banner .banner-notice h3 {
	color: var(--color-primary);
	line-height: 1.3;
	margin: 0;
	font-size: 1.5em;
	font-weight: 900;
}

#banner-sub {
	display: flex;
	margin-top: 135px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}

.page-who-we-are #banner-sub {background-image: url(img/banner/banner-sub-who-we-are.jpg);}
.page-inside-the-entrepreneurs-hub #banner-sub {background-image: url(img/banner/banner-sub-inside-the-entrepreneurs-hub-1.jpg);}
.page-why-join #banner-sub {background-image: url(img/banner/banner-sub-why-join.jpg);}
.page-contact #banner-sub {background-image: url(img/banner/banner-sub-contact.jpg);}

#banner-sub {background-image: url(img/banner/banner-sub.jpg);}

#banner-sub > .inner {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 100%; max-width: none;
	padding: 0 40px;
	min-height: 450px;
}

#banner-sub > .inner h1 {
	color: var(--color-red);
	font-size: 3em;
	font-weight: 700;
	line-height: 1.1;
	max-width: 650px;
	text-transform: uppercase;
	text-shadow:
	    -1px -1px 0 #fff,
     0   -1px 0 #fff,
     1px -1px 0 #fff,
     1px  0   0 #fff,
     1px  1px 0 #fff,
     0    1px 0 #fff,
    -1px  1px 0 #fff,
    -1px  0   0 #fff;
}

.archive #banner-sub > .inner h1 {font-size: 0;}
.archive #banner-sub > .inner h1 span {font-size: 3rem;}

.post-template-default #banner-sub > .inner h1 {
	font-size: 2.5em;
}

#banner-strip {
	color: #fff;
	background: var(--color-primary);
}

#banner-strip > .inner {
	padding-top: 0;
	padding-bottom: 0;
	max-width: none;
}

ul.banner-list {
	display: flex;
	justify-content: space-between;
}

ul.banner-list li {
	width: 25%;
	padding: 60px 40px 60px 40px;
}

ul.banner-list li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

ul.banner-list li h3 {
	color: #fff;
	margin: 0 0 .5em;
}

ul.banner-list li h3:before {
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
	margin: 0 0 20px;
}

ul.banner-list li.ico-home-mentoring h3:before {background-image: url(img/interface/ico-home-mentoring.png);}
ul.banner-list li.ico-home-advisory-service h3:before {background-image: url(img/interface/ico-home-advisory-service.png);}
ul.banner-list li.ico-home-practical-guidance h3:before {background-image: url(img/interface/ico-home-practical-guidance.png);}
ul.banner-list li.ico-home-flexible-program h3:before {background-image: url(img/interface/ico-home-flexible-program.png);}

ul.banner-list li p {
	font-size: 16px;
	margin: 0;
}


/**** Content ****/
#content {
    max-width: unset;
}

#content .page-header {
	max-width: var(--width-inner);
    margin: 0 auto;
}


/**** Footer ****/
#site-footer {
	max-width: unset;
	background: var(--color-secondary);
	padding: 0;
}

#site-footer .footer-inner {
    display: flex;
	flex-wrap: wrap;
	padding: 80px var(--pad-edge) 40px;
	color: var(--color-white);
	max-width: none;
}

#site-footer .footer-inner a {
	color: #fff;
}

#site-footer .footer-inner .foot-upper {
	width: 100%;
	margin: 0 0 60px;
}

#site-footer .footer-inner .foot-upper a.foot-logo {
	display: block;
	width: 250px;
}

#site-footer .footer-inner .foot-upper a.foot-logo img {
	display: block;
}

#site-footer .footer-inner .foot-col {
	width: 25%;
}

#site-footer .footer-inner .foot-col h3 {
	font-size: 1em;
	font-weight: 700;
	color: var(--color-white);
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#site-footer .footer-inner .foot-col ul {}

#site-footer .footer-inner .foot-col ul li {
	display: flex;
}

#site-footer .footer-inner .foot-col ul li + li {
	margin-top: 10px;
}

#site-footer .footer-inner .foot-col.foot-about {
	width: 25%;
	font-size: .9em;
	padding-right: 40px;
}

#site-footer .footer-inner .foot-col.foot-about p {
	margin: 0 0 70px;
	max-width: 300px;
}

#site-footer .footer-inner .foot-col.foot-about ul.foot-social {
	display: flex;
}

#site-footer .footer-inner .foot-col.foot-about ul.foot-social li + li {
	margin: 0 0 0 20px;
}

#site-footer .footer-inner .foot-col.foot-about ul.foot-social li a:hover {
	color: var(--color-red);
}

#site-footer .footer-inner .foot-col.foot-links {
	width: 22%;
	font-size: .9em;
	padding-right: 40px;
}

#site-footer .footer-inner .foot-col.foot-links a.btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	background: var(--color-red);
	padding: 5px 10px;
	border-radius: 20px;
	margin-top: 10px;
	transition: all .3s;
}

#site-footer .footer-inner .foot-col.foot-links a.btn:hover {
	background: var(--color-primary);
	text-decoration: none;
}

#site-footer .footer-inner .foot-col.foot-contact {
	width: 28%;
	font-size: .9em;
	padding-right: 40px;
}

#site-footer .footer-inner .foot-col.foot-newsletter {
	width: 25%;
	font-size: .9em;
}

#mc-embedded-subscribe-form {
	position: relative;
}

#mc-embedded-subscribe-form input[type="text"],
#mc-embedded-subscribe-form input[type="email"] {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 20px 120px 20px 20px;
	height: 64px;
}

#mc-embedded-subscribe-form input[type="text"]:focus,
#mc-embedded-subscribe-form input[type="email"]:focus {
	outline: none;
}

#mc-embedded-subscribe-form button,
#mc-embedded-subscribe-form button:focus {
	position: absolute;
	top: 0; right: 0;
	width: 64px;
	height: 64px;
	border: none;
	border-radius: 0;
	color: #fff;
	background: transparent;
}

#mc-embedded-subscribe-form button:hover {
	color: var(--color-secondary);
	background: #fff;
}

#site-footer .footer-inner .foot-lower {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 40px;
	padding-top: 40px;
	font-size: 14px;
}

#site-footer .footer-inner .foot-lower p {
	margin: 0;
}

#site-footer .footer-inner .foot-lower p.foot-terms {}

#site-footer .footer-inner .foot-lower p.foot-terms a + a {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}


/**** Pages *****/
.section > .inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	flex-wrap: nowrap;
}

.section > .inner .content-left,
.section > .inner .content-right {
	width: 50%;
}

.section > .inner .content-left > div {
	padding-right: 50px;
}

.section > .inner .content-right > div {
	padding-left: 50px;
}

.section > .inner .content-full {
	width: 100%;
}

.section > .inner h2 {
	font-size: 2em;
	margin: 0 auto 40px;
}

.cleanlist,
.cleanlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img-border {
	box-shadow: 10px 10px 0 var(--color-red),
				10px 10px 0 var(--color-red);
}

#home-about > .inner .content-left {
	width: 35%;
}

#home-about > .inner .content-left h2 {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1;
	padding: 10px 15px;
	color: var(--color-secondary);
	border: 1px solid var(--color-red);
	border-radius: 30px;
	margin: 0 0 100px;
}

ul.experience-list li p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

ul.experience-list li p strong {
	display: inline-block;
	min-width: 240px;
	padding-right: 40px;
	color: var(--color-red);
	font-size: 100px;
	text-align: center;
}

ul.experience-list li + li {
	margin-top: 40px;
}

#home-about > .inner .content-right {
	width: 65%;
}

#home-about > .inner .content-right h2 {
	color: var(--color-red);
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0 0 40px;
}

ul.about-list {
	display: flex;
}

ul.about-list li {}

ul.about-list li h3 {
	color: var(--color-red);
	text-align: center;
	margin: 20px auto 0;
	font-style: italic;
}

ul.about-list li + li {
	padding-left: 60px;
}

#home-curriculum {
	width: 100%;
	display: block;
	table-layout: fixed;
	color: #fff;
	background: var(--color-secondary);
}

#home-curriculum > .inner {
	display: block;
}

#home-curriculum > .inner h2 {
	font-size: 1.75em;
	text-align: center;
	color: var(--color-red);
}

#home-curriculum > .inner h2 + p {
	font-size: 1.25em;
	text-align: center;
	margin: 0 auto 40px;
}

#home-tabs {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

#home-tabs .ui-tabs-nav {
	display: flex;
	justify-content: center;
	margin: 0 auto 50px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}

#home-tabs .ui-tabs-nav li.ui-tabs-tab {
	margin: 0;
	float: none;
	border-radius: 0;
	background: none;
	border: 1px solid var(--color-red);
	color: #fff;
}

#home-tabs .ui-tabs-nav li.ui-tabs-tab:first-of-type {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

#home-tabs .ui-tabs-nav li.ui-tabs-tab:last-of-type {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

#home-tabs .ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
	padding: 15px 50px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

#home-tabs .ui-tabs-nav li.ui-tabs-active {
	background: var(--color-red);
}

#home-tabs .ui-tabs-panel {
	padding: 0;
}

.home-tabs-slider .slick-slide {
	margin: 0 25px;
}

.slider-tile {
	position: relative;
	background: #fff;
	padding: 20px 30px;
	border-radius: 1px;
	transition: all .3s;
}

.slider-tile h3 {
	font-size: 12px;
	line-height: 1;
	color: var(--color-red);
	margin: 0 0 20px;
	text-transform: uppercase;
	transition: all .3s;
}

.slider-tile h4 {
	font-size: 1.75em;
	line-height: 1;
	color: var(--color-secondary);
	margin: 0 0 25px;
}

.slider-tile-succession h4,
.slider-tile-yourself h4 {
	font-size: 1.25em;
	line-height: 1.31;
}

.slider-tile img {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.slider-tile p {
	color: var(--color-red);
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 0.9em;
	margin: 0;
}

.slider-tile a {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	text-decoration: none;
}

.slider-tile:hover {
	background: var(--color-primary);
}

.slider-tile:hover h4 {
	color: #fff;
}

.home-tabs-slider .slick-dots {
	bottom: -60px;
}

.home-tabs-slider .slick-dots li {
	margin: 0 4px;
	padding: 0;
}

.home-tabs-slider .slick-dots li button {
	margin: 0;
	padding: 0;
}

.home-tabs-slider .slick-dots li button::before {
	font-size: 0;
	background: #fff;
	opacity: 1;
	transition: all .3s;
	border-radius: 1px;
}

.home-tabs-slider .slick-dots li.slick-active button::before,
.home-tabs-slider .slick-dots li:hover button::before {
	background: var(--color-red);
}

#home-clients {
	color: #fff;
	background: url(img/interface/home-clients-1.jpg) no-repeat center/cover var(--color-secondary);
}

#home-clients > .inner {
	padding: 250px 0;
}

#home-clients > .inner .content-full {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#home-clients > .inner .content-full h2 {
	display: flex;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
	font-size: 3em;
	line-height: 1;
	text-align: left;
}

#home-clients > .inner .content-full h2 strong {
	display: block;
	width: 200px; min-width: 200px;
	height: 200px;
	margin: 0 40px 0 0;
}

.circular-chart {
	display: block;
	margin: 0 auto;
}

.circle-bg {
	fill: none;
	stroke: rgba(255, 255, 255, 0.5);
	stroke-width: 3.8;
}

.circle {
	fill: none;
	stroke-width: 2.8;
	stroke-linecap: round;
	animation: circle-anm 1.5s ease-out forwards;
}

@keyframes circle-anm {
	0% {
		stroke-dasharray: 0 100;
	}
}

.circular-chart .circle {
	stroke: #fff;
}

.percentage {
	fill: #fff;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1;
	font-weight: 900;
	text-anchor: middle;
}


/* Content Pages */
a.btn {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: var(--color-red);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	padding: 12px 16px;
	border-radius: 50px;
	transition: all .3s;
}

a.btn + a.btn {
	margin-left: 40px;
}

a.btn:hover {
	text-decoration: none;
	background: var(--color-secondary);
}

a.btn-white {
	color: var(--color-secondary);
	border: 2px solid var(--color-secondary);
	background: #fff;
}

a.btn-white:hover {
	color: #fff;
	background: var(--color-secondary);
}

a.btn-red {
	color: #fff;
	border: 2px solid var(--color-red);
	background: var(--color-red);
}

a.btn-red:hover {
	border-color: var(--color-secondary);
	background: var(--color-secondary);
}

ul.tick-list {
	margin: 0 0 1em;
	padding: 0;
}

ul.tick-list li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

ul.tick-list li + li {
	margin-top: .5em;
}

ul.tick-list li:before {
	display: inline-block;
	content: '\f00c';
	font-size: 0.9em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: var(--color-red);
	width: 20px;
	margin: 0 0 0 -20px;
}

ul.question-list {
	margin: 0 0 1em;
	padding: 0;
}

ul.question-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.question-list li + li {
	margin-top: .5em;
}

ul.question-list li strong {
	color: var(--color-red);
}

#whoweare-content > .inner .content-left,
#whyjoin-content > .inner .content-left {
	width: 55%;
	font-size: 16px;
}

#whoweare-content > .inner .content-left h2,
#whyjoin-content > .inner .content-left h2 {
	font-size: 1.5em;
	color: var(--color-red);
	margin: 0 0 1em;
}

.signature {
	font-family: 'Sophia Bella', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.whoweare-cta {
	margin: 30px 0 0;
	text-align: center;
}

.whoweare-cta h3 {
	font-size: 1.5em;
	color: var(--color-red);
	max-width: 600px;
	margin: 0 auto 0.75em;
}

.whoweare-cta p {
	margin: 0;
}

.whyjoin-cta {
	margin: 30px 0 0;
	text-align: center;
}

.whyjoin-cta h3 {
	font-size: 1.5em;
	color: var(--color-red);
	max-width: 600px;
	margin: 1.5em auto 0;
}

.whyjoin p {
	margin: 0;
}

#whoweare-content > .inner .content-right,
#whyjoin-content > .inner .content-right {
	width: 45%;
}

.whoweare-img img + p {
	display: none;
}

.whoweare-img h3 {
	color: #fff;
	background: var(--color-red);
	margin: 0;
	font-size: 2em;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	padding: 40px 40px 30px 40px;
	box-shadow: 10px 10px 0 var(--color-red), 0 10px 0 var(--color-red);
}

#iteh-intro > .inner .content-left {
	width: 35%;
}

#iteh-intro > .inner .content-left h2 {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1;
	padding: 10px 15px;
	color: var(--color-secondary);
	border: 1px solid var(--color-red);
	border-radius: 30px;
	margin: 0 0 100px;
}

#iteh-intro > .inner .content-right {
	width: 65%;
}

#iteh-intro > .inner .content-right h2 {
	color: var(--color-red);
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0 0 40px;
}

#iteh-intro > .inner .content-right h2 strong {
	text-decoration: underline;
}

#iteh-intro > .inner .content-right h4 {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

#iteh-curriculum {
	background: var(--color-secondary);
	text-align: center;
}

#iteh-curriculum > .inner h2 {
	color: var(--color-red);
}

#iteh-curriculum > .inner h2 + h3 {
	color: #fff;
	margin: 0 auto 60px;
}

#iteh-curriculum > .inner h3 strong {
	text-decoration: underline;
}

#iteh-curriculum #home-tabs {
	text-align: left;
	margin-bottom: 120px;
}

#iteh-curriculum #home-tabs + h3 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 40px;
}

#iteh-curriculum p:last-of-type {
	margin: 0;
}

#iteh-curriculum a.btn-white {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

#iteh-curriculum a.btn-white:hover {
	color: var(--color-secondary);
	background: #fff;
}

#iteh-curriculum a.btn-red:hover {
	background: #fff;
	color: var(--color-red);
	border-color: var(--color-red);
}

#iteh-faq > .inner h2 {
	text-align: center;
	color: var(--color-red);
}

#iteh-faq {
	text-align: center;
}

#faq-accordion {
	text-align: left;
	margin-bottom: 60px;
}

#faq-accordion .ui-accordion-header {
	color: var(--color-secondary);
	background: transparent;
	font-family: var(--font-primary);
	font-weight: 500;
	text-transform: none;
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0;
	padding: 25px 60px 25px 0;
	border-radius: 0;
	border: none;
	border-top: 1px solid var(--color-red);
	transition: color .3s;
}

#faq-accordion .ui-accordion-header strong {
	color: var(--color-red);
	margin-right: 10px;
}

#faq-accordion .ui-accordion-header:first-of-type {
	margin-top: 0;
	border-top: none;
}

#faq-accordion {
	border-bottom: 1px solid var(--color-red);
}

#faq-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	top: 0; bottom: 0;
	right: 10px;
	margin: auto;
	background: none;
	text-indent: unset;
	font-size: 24px;
	width: 20px;
}

#faq-accordion .ui-accordion-header .ui-icon:after {
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f107";
	line-height: 1;
	color: var(--color-red);
}

#faq-accordion .ui-accordion-header.ui-state-active .ui-icon:after {
	content: "\f106";
}

#faq-accordion .ui-accordion-header:hover {
	color: var(--color-secondary);
}

#faq-accordion .ui-accordion-content {
	border: none;
	padding: 0 0 20px !important;
	background: transparent;
	font-family: var(--font-primary);
	font-size: 1em;
	line-height: 1.5;
	color: var(--color-secondary);
}

#faq-accordion .ui-accordion-content:last-of-type {
	margin-bottom: 0;
}

#faq-accordion + h3 {
	font-weight: 500;
	margin-bottom: 40px;
}

#faq-accordion + h3 strong {
	display: block;
	color: var(--color-red);
	font-weight: 700;
	margin-top: 20px;
}

#iteh-faq p:last-of-type {
	margin-bottom: 0;
}

#iteh-cta {
	background: url(img/interface/iteh-cta-bg.jpg) no-repeat center top/cover var(--color-red);
}

#iteh-cta > .inner {
	padding: 250px 0;
}

#iteh-cta > .inner h2 {
	font-size: 2.2em;
	line-height: 1.5;
	font-style: italic;
	text-align: center;
	color: #fff;
	margin: 0;
}

.post-template-default .section >.inner h2 {
	color: var(--color-red);
	text-align: center;
	margin-bottom: 60px;
}

h3.contact-tagline {
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 500;
}

h3.contact-tagline + p {
	text-align: center;
	margin-bottom: 0;
}

.archive .section > .inner h2 {
	font-size: 1.5em;
	margin: 0 0 1em;
}

.archive .section > .inner h2 a {
	color: var(--color-secondary);
}

.archive .section > .inner h2 a:hover {
	color: var(--color-red);
}

article.post + article.post {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}

#contact-details {
	color: #fff;
	background: var(--color-secondary);
}

#contact-details > .inner {
	padding: 0;
}

ul.contact-list {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

ul.contact-list li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 60px 30px;
	text-align: center;
}

ul.contact-list li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

ul.contact-list li i {
	display: inline-block;
	line-height: 60px;
	font-size: 60px;
	color: var(--color-red);
	text-align: left;
	margin: 0 0 30px;
}

ul.contact-list li h3 {
	color: #fff;
}

ul.contact-list li a {
	color: #fff;
}

ul.contact-list li a strong {
	display: block;
	font-weight: 400;
}

ul.contact-list li a:hover {
	color: var(--color-red);
	text-decoration: none;
}

#contact-enquiry > .inner .content-left {
	width: 30%;
	margin-right: 5%;
}

#contact-enquiry > .inner .content-left h2 {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1;
	padding: 10px 15px;
	color: var(--color-secondary);
	border: 1px solid var(--color-red);
	border-radius: 30px;
	margin: 0 0 40px;
}

#contact-enquiry > .inner .content-left p {
	font-size: 1.25em;
	font-weight: 500;
}

#contact-enquiry > .inner .content-right {
	width: 65%;
}

.contact-form form p {
	margin: 0 0 1em;
}

.contact-form form p:last-of-type {
	margin-bottom: 0;
}

.contact-form .wpcf7 input[type="text"],
.contact-form .wpcf7 input[type="email"],
.contact-form .wpcf7 input[type="tel"] {
	border-radius: 3px;
	border: 1px solid var(--color-secondary);
	padding: 18px 20px;
	color: var(--color-secondary);
	transition: all .3s;
}

.contact-form .wpcf7 input[type="text"]:focus,
.contact-form .wpcf7 input[type="email"]:focus,
.contact-form .wpcf7 input[type="tel"]:focus,
.contact-form .wpcf7 textarea:focus {
	border-color: var(--color-red) !important;
}

.contact-form ::placeholder {
	opacity: 1;
}

.contact-form .wpcf7 textarea {
	height: 200px;
	border-radius: 3px;
	border: 1px solid var(--color-secondary);
	padding: 18px 20px;
	color: var(--color-secondary);
}

.contact-form .wpcf7 input[type="text"]:focus,
.contact-form .wpcf7 input[type="email"]:focus,
.contact-form .wpcf7 input[type="tel"]:focus,
.contact-form .wpcf7 textarea:focus {
	outline: none;
}

.contact-form .wpcf7 input[type="submit"] {
	padding: 18px 25px;
	color: #fff;
	text-transform: uppercase;
	background: var(--color-red);
	border: none;
	border-radius: 30px;
	font-weight: 700;
	float: right;
}

.contact-form .wpcf7 input[type="submit"]:hover {
	background: var(--color-secondary);
}



#contact_form .selectric,
#contact_form input[type="email"],
#contact_form input[type="number"],
#contact_form input[type="password"],
#contact_form input[type="tel"],
#contact_form input[type="text"],
#contact_form select {
	border-radius: 3px;
	border: 1px solid var(--color-secondary);
	padding: 18px 8px;
	color: var(--color-secondary);
	transition: all .3s;
}

#contact_form_recaptcha {
    transform-origin: left !important;
    -webkit-transform-origin: left !important;
}

#contact_form input[type="submit"] {
	padding: 18px 25px;
	color: #fff;
	text-transform: uppercase;
	background: var(--color-red);
	border: none;
	border-radius: 30px;
	font-weight: 700;
	float: right;
}



form .submit-row {
    margin-top: 20px;
    min-height: 70px;
}

.grecaptcha-badge {
    display: none !important;
}

.recaptcha-copy {
    font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: grey;
}



/* Responsive */
@media only screen and (max-width: 1919px) {

	.site-header .site-branding,
	.site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 300px;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-social-list {
		margin: 0 85px 0 0;
	}

	.site-header .site-navigation,
	.site-header:not(.header-stacked) .header-inner .site-navigation {
		margin: 0 20px;
	}

	#menu-main-menu > li > a {
		font-size: 18px;
		padding: 20px 15px;
	}

	a.btn-signup {
		font-size: 18px;
		padding: 20px;
	}

}

@media only screen and (max-width: 1439px) {

	.section > .inner {
		max-width: 1280px;
	}

	.site-header .site-branding,
	.site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 280px;
	}

	#menu-main-menu > li > a {
		padding: 20px 10px;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list,
	.site-header:not(.header-stacked) .header-inner .site-navigation {

	}

	#banner > .inner .banner-content {
		margin-top: 70px;
	}

	#banner > .inner .banner-content h2 {
		font-size: 2.75em;
	}

}

@media only screen and (max-width: 1365px) {

	.section > .inner {
		max-width: 1200px;
	}

	#menu-main-menu > li > a {
		font-size: 16px;
	}

	a.btn-signup {
		font-size: 16px;
	}

	#home-tabs .ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
		font-size: 22px;
	}

	.home-tabs-slider .slick-slide {
		margin: 0 20px;
	}

	#home-clients > .inner {
		padding: 200px 0;
	}

	.section > .inner h2 {
		font-size: 1.8em;
	}

	#iteh-intro > .inner .content-right h2 {
		font-size: 1.3em;
	}

	#iteh-cta > .inner h2 {
		font-size: 2em;
	}

	#site-footer .footer-inner .foot-col.foot-contact {
		width: 31%;
	}

	#site-footer .footer-inner .foot-col.foot-newsletter {
		width: 22%;
	}

}

@media only screen and (max-width: 1279px) {

	.section > .inner {
		max-width: 980px;
	}

	.site-header .site-branding,
	.site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 220px;
	}

	#site-header .custom-logo-link .custom-logo {
		padding: 20px;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list {
		margin: 0 0 0 20px;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list li a {
		font-size: 14px;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-social-list {
		margin: 0 50px 0 0;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-social-list li + li {
		margin-left: 10px;
	}

	#menu-main-menu > li > a {
		font-size: 14px;
	}

	a.btn-signup {
		font-size: 14px;
		margin-right: 20px;
		padding: 15px;
	}

	#banner > .inner .banner-content h2 {
		font-size: 2.25em;
	}

	#banner > .inner .banner-content p a.btn {
		width: 160px;
	}

	#banner > .inner .banner-content p a.btn + a.btn {
		margin-left: 20px;
	}

	#banner .banner-notice {
		padding: 25px 20px;
	}

	#banner .banner-notice h3 {
		font-size: 1.5em;
	}

	#banner-sub > .inner {
		min-height: 350px;
	}

	#banner-sub > .inner h1 {
		font-size: 2.75em;
	}

	.archive #banner-sub > .inner h1 span {font-size: 2.75rem;}

	ul.banner-list li {
		padding: 50px 20px;
	}

	ul.experience-list li p strong {
		min-width: 200px;
		font-size: 90px;
		padding-right: 20px;
	}

	ul.about-list li + li {
		padding-left: 40px;
	}

	.home-tabs-slider .slick-slide {
		margin: 0 10px;
	}

	.slider-tile {
		padding: 20px;
	}

	.slider-tile h4 {
		font-size: 1.3em;
	}

	.slider-tile-succession h4,
	.slider-tile-yourself h4 {
		font-size: 1em;
		line-height: 1.31;
	}

	#home-clients > .inner {
		padding: 150px 0;
	}

	#site-footer .footer-inner .foot-col.foot-about,
	#site-footer .footer-inner .foot-col.foot-links,
	#site-footer .footer-inner .foot-col.foot-contact {
		width: 33.333%;
	}

	#site-footer .footer-inner .foot-col.foot-contact {
		padding-right: 0;
	}

	#site-footer .footer-inner .foot-col.foot-newsletter {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	#site-footer .footer-inner .foot-col.foot-newsletter h3 {
		margin: 0;
		padding: 0;
	}

	#mc_embed_shell {
		width: 67.5%;
	}

}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 992px) {

	.site-header .site-branding {
		order: 1;
	}

	#site-header .header-inner .header-controls {
		display: flex;
		justify-content: right;
		order: 2;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-contact-list {
		display: none;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-social-list {
		margin-right: 30px
	}

	.site-navigation-toggle-holder .site-navigation-toggle {
		width: 60px;
		margin-right: 15px;
	}

	a.btn-signup {
		display: none
	}

	#site-header .header-inner .header-controls .header-top-menu {
		border-bottom: none;
	}

	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: block !important;
		order: 3;
		width: auto;
		flex-grow: 0;
		padding: 0;
	}

	.site-navigation-toggle-holder .site-navigation-toggle {
		display: block !important;
		background: transparent;
	}

	.site-navigation-toggle > span {
		display: block;
		width: 46px;
		height: 3px;
		margin: 12px 0;
		position: relative;
		background: var(--color-secondary);
		border-radius: 2px;
		z-index: 1;
  		transform-origin: 4px 0px;
		transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0),
					background 0.3s cubic-bezier(0.77,0.2,0.05,1.0),
					opacity 0.2s;
	}

	.site-navigation-toggle > span:last-of-type {
		  transform-origin: 0% 100%;
	}

	.site-navigation-toggle-holder.elementor-active .site-navigation-toggle > span {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	.site-navigation-toggle-holder.elementor-active .site-navigation-toggle > span:first-of-type {
		opacity: 1;
		transform: rotate(45deg) translate(1px, 1px);
	}

	.site-navigation-toggle-holder.elementor-active .site-navigation-toggle > span:last-of-type {
		opacity: 1;
  		transform: rotate(-45deg) translate(0, 0);
	}

	.site-navigation-dropdown ul.menu {
		background: #fff;
	}

	.site-navigation-dropdown ul.menu li a {
		color: var(--color-white);
		background: transparent;
	}

	#menu-main-menu > li > a,
	.scrolled #menu-main-menu > li > a {
		font-size: 18px;
		padding: 20px;
	}

	.site-navigation-dropdown ul.menu li.current-menu-item a {
		background: transparent;
	}

	.section > .inner {
		padding: 80px 20px;
	}

	#banner {
		margin-top: 0;
		height: 100vh;
		background-position: center;
	}

	#banner > .inner .banner-content {
		margin-top: 200px;
		padding: 0 15px;
	}

	#banner > .inner .banner-content h2 {
		font-size: 2.5em;
		margin-bottom: 40px;
	}

	#banner > .inner .banner-content p a.btn {
		width: 150px;
		padding: 15px;
	}

	ul.banner-list {
		flex-wrap: wrap;
	}

	ul.banner-list li {
		width: 50%;
		padding: 50px 20px;
	}

	ul.banner-list li:nth-child(n+3) {
    	border-top: 1px solid rgba(255, 255, 255, 0.4);
	}

	ul.banner-list li:nth-child(3) {
		border-left: none;
	}

	ul.banner-list li h3::before {
		width: 80px;
		height: 80px;
		background-size: 80px;
	}

	ul.banner-list li h3 {
		font-size: 1.1em;
	}

	ul.banner-list li p {
		font-size: 15px;
	}

	#banner-sub {
		margin-top: 100px;
	}

	#banner-sub > .inner {
		min-height: 300px;
		padding: 0 20px;
	}

	#banner-sub > .inner h1 {
		font-size: 2.5em;
	}

	.archive #banner-sub > .inner h1 span {font-size: 2.5rem;}

	.post-template-default #banner-sub > .inner h1 {
		font-size: 2em;
	}

	.section > .inner {
		flex-wrap: wrap;
	}

	.section > .inner .content-left > div,
	.section > .inner .content-right > div {
		padding: 0;
	}

	.section > .inner h2 {
		font-size: 1.5em;
	}

	#home-about > .inner {
		flex-wrap: wrap;
	}

	#home-about > .inner .content-left {
		width: 100%;
	}

	#home-about > .inner .content-left > div {
		text-align: center;
		padding: 0;
	}

	#home-about > .inner .content-left h2 {
		margin: 0 auto 50px;
	}

	ul.experience-list {
		display: flex;
		justify-content: space-around;
		margin-bottom: 50px
	}

	ul.experience-list li {
		width: 32%;
	}

	ul.experience-list li + li {
		margin: 0 0 0 40px;
	}

	ul.experience-list li p {
		flex-wrap: wrap;
		justify-content: center;
	}

	ul.experience-list li + li p strong {
		min-width: 100px;
	}

	#home-about > .inner .content-right {
		width: 100%;
	}

	#home-about > .inner .content-right > div {
		padding-left: 0;
	}

	#home-about > .inner .content-right h2 {
		text-align: center;
	}

	#home-curriculum > .inner h2 {
		font-size: 1.4em;
	}

	#home-curriculum > .inner h2 + p {
		font-size: 1em;
	}

	#home-clients > .inner {
		padding: 125px 20px;
	}

	#home-clients > .inner .content-full h2 {
		font-size: 2.5em;
	}

	#home-clients > .inner .content-full h2 strong {
		display: block;
		width: 170px; min-width: 170px;
		height: 170px;
		margin: 0 20px 0 0;
	}

	#whoweare-content > .inner,
	#whyjoin-content > .inner {
		flex-wrap: wrap;
	}

	#whoweare-content > .inner .content-left,
	#whyjoin-content > .inner .content-left {
		width: 100%;
		margin-bottom: 40px;
	}

	#whoweare-content > .inner .content-right,
	#whyjoin-content > .inner .content-right {
		width: 100%;
	}

	.whoweare-img h3 {
		font-size: 1.5em;
	}

	#iteh-intro > .inner .content-left,
	#iteh-intro > .inner .content-right {
		width: 100%;
		text-align: center;
	}

	#iteh-intro > .inner .content-left h2 {
		margin-bottom: 50px;
	}

	#faq-accordion .ui-accordion-header {
		padding: 25px 60px 25px 35px;
	}

	#faq-accordion .ui-accordion-header strong {
		display: inline-block;
		width: 35px;
		margin: 0 0 0 -35px;
	}

	#iteh-cta > .inner {
		padding: 150px 20px;
	}

	#iteh-cta > .inner h2 {
		font-size: 1.5em;
	}

	.archive .section > .inner h2 {
		font-size: 1.25em;
	}

	ul.contact-list {
		flex-wrap: wrap;
	}

	ul.contact-list li {
		width: 50%;
		padding: 60px 20px;
	}

	ul.contact-list li:nth-child(n+3) {
		border-top: 1px solid rgba(255, 255, 255, 0.1);;
	}

	ul.contact-list li:nth-child(3) {
		border-left: none;
	}

	#contact-enquiry > .inner .content-left {
		width: 100%;
		margin: 0 0 40px;
		text-align: center;
	}

	#contact-enquiry > .inner .content-right {
		width: 100%;
	}
/*
	#contact-enquiry > .inner .content-right div {
		padding: 0;
	}
*/
	#site-footer .footer-inner {
		padding: 60px var(--pad-edge) 40px;
	}

	#site-footer .footer-inner .foot-upper {
		margin: 0 0 40px;
	}

	#site-footer .footer-inner .foot-upper a.foot-logo {
		margin: 0 auto;
	}

	#site-footer .footer-inner .foot-col.foot-about {
		display: none;
	}

	#site-footer .footer-inner .foot-col.foot-links {
		width: 50%;
		text-align: center;
	}

	#site-footer .footer-inner .foot-col.foot-contact {
		width: 50%;
		text-align: center;
	}

	#site-footer .footer-inner .foot-col ul {
		text-align: center;
	}

	#site-footer .footer-inner .foot-col ul li {
		display: block;
	}

	#mc_embed_shell {
		width: 50%;
	}

}

@media only screen and (max-width: 767px) {

	html,
	body {
		font-size: 18px;
	}

	body:not([class*="elementor-page-"]) .site-main {
		padding-inline-start: 0;
		padding-inline-end: 0;
	}

	#site-header .custom-logo-link .custom-logo {
		padding: 20px 15px;
	}

	.site-navigation-toggle-holder .site-navigation-toggle {
		width: 50px;
		margin-right: 15px;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-social-list {
		margin: 0 20px 0 0;
	}

	#menu-main-menu > li > a, .scrolled #menu-main-menu > li > a {
		padding: 20px 15px;
	}

	#banner > .inner .banner-content {
		margin: 150px 0 0;
	}

	#banner > .inner .banner-content h2 {
		font-size: 1.75em;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	#banner .banner-notice {
		padding: 20px 15px;
	}

	#banner .banner-notice h3 {
    	font-size: 1em;
		margin: 0 auto;
		/*max-width: 300px;*/
	}

	#banner .banner-notice h3 br {
		display: none;
	}

	#banner-sub {
		background-position: center;
	}

	#banner-sub > .inner {
		min-height: 200px;
	}

	#banner-sub > .inner h1 {
		font-size: 1.5em;
	}

	.archive #banner-sub > .inner h1 span {font-size: 1.5rem;}

	.post-template-default #banner-sub > .inner h1 {
		font-size: 1.5em;
	}

	.section > .inner {
		padding: 60px 15px;
	}

	.section > .inner h2 {
		font-size: 1.4em;
	}

	ul.experience-list li {
		width: 42%;
	}

	ul.experience-list li p strong {
		min-width: 0;
		font-size: 70px;
		padding: 0;
	}

	ul.about-list {
		flex-wrap: wrap;
	}

	ul.about-list li {
		width: 100%;
	}

	ul.about-list li + li {
		padding: 40px 0 0;
	}

	#home-about > .inner .content-right h2,
	#home-curriculum > .inner h2 {
		font-size: 1.25em;
	}

	#home-curriculum > .inner h2 {
		margin-bottom: 20px;
	}

	#home-tabs .ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
		padding: 15px 10px;
	}

	#home-tabs .ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
		font-size: 16px;
	}

	#home-clients > .inner .content-full h2 {
		font-size: 1.6em;
	}

	#home-clients > .inner .content-full h2 br {
		display: none;
	}

	#home-clients > .inner .content-full h2 strong {
		width: 120px; min-width: 120px;
		height: 120px; min-height: 120px;
	}

	#iteh-intro > .inner .content-right h2 {
		font-size: 1.25em;
	}

	#iteh-curriculum > .inner h2 + h3 {
		font-size: 1.2em;
		margin-bottom: 40px;
	}

	#iteh-cta > .inner {
		padding: 100px 15px;
	}

	#iteh-cta > .inner h2 {
		font-size: 1.25em;
	}

	#whoweare-content > .inner .content-left h2, #whyjoin-content > .inner .content-left h2 {
		font-size: 1.4em;
	}

	.whyjoin-cta h3 {
		font-size: 1.2em;
	}

	ul.contact-list li {
		width: 100%;
		padding: 40px 10px;
	}

	ul.contact-list li + li {
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	#contact-enquiry > .inner .content-left p {
		font-size: 1.15em;
		margin: 0;
	}

	.archive .section > .inner h2 {
		font-size: 1.1em;
	}

	.post-template-default .section > .inner h2 {
		font-size: 1.25em;
		margin-bottom: 40px;
	}

	#site-footer .footer-inner {
		padding: 50px var(--pad-edge) 20px;
	}

	#site-footer .footer-inner .foot-upper {
		margin-bottom: 30px;
	}

	#site-footer .footer-inner .foot-col.foot-links,
	#site-footer .footer-inner .foot-col.foot-contact {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#site-footer .footer-inner .foot-col.foot-contact {
		margin-top: 40px;
	}

	#site-footer .footer-inner .foot-col h3 {
		font-size: 1.1em;
		padding-bottom: 0;
	}

	#site-footer .footer-inner .foot-col ul li + li {
		margin-top: 5px;
	}

	#site-footer .footer-inner .foot-col.foot-newsletter {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		margin-top: 30px;
		padding-top: 30px;
	}

	#site-footer .footer-inner .foot-col.foot-newsletter h3 {
		margin-bottom: 20px;
	}

	#mc_embed_shell {
		width: 100%;
	}

	#site-footer .footer-inner .foot-lower {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 30px;
		padding-top: 20px;
	}

	#site-footer .footer-inner .foot-lower p.foot-copy {
		order: 2;
	}

	#site-footer .footer-inner .foot-lower p.foot-terms {
		order: 1;
		margin-bottom: 5px;
	}

	a.btn + a.btn {
		margin-left: 20px;
	}

}

@media only screen and (max-width: 413px) {

	#site-header .custom-logo-link .custom-logo {
		padding: 20px 0 20px 10px;
	}

	#site-header .header-inner .header-controls {
		border: none;
	}

	#site-header .header-inner .header-controls .header-top-menu ul.head-social-list {
		margin-right: 15px;
	}

	#menu-main-menu > li > a, .scrolled #menu-main-menu > li > a {
		font-size: 17px;
	}

	#banner > .inner .banner-content h2 {
		font-size: 1.5em;
	}

	#banner > .inner .banner-content p a.btn {
		width: 120px;
		font-size: 12px;
		padding: 12px;
	}

	#banner > .inner .banner-content p a.btn + a.btn {
		margin-left: 15px;
	}

	#banner-sub {
		margin-top: 95px;
	}

	#banner-sub > .inner {
		min-height: 175px;
	}

	ul.banner-list li {
		width: 100%;
	}

	ul.banner-list li + li {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}

	.section > .inner h2 {
		font-size: 1.3em;
	}

	#whoweare-content > .inner .content-left h2, #whyjoin-content > .inner .content-left h2 {
		font-size: 1.3em;
	}

	.whoweare-cta h3 {
		font-size: 1.3em;
	}

	.whoweare-img h3 {
		font-size: 1.3em;
		padding: 40px 15px 30px;
	}

	#home-tabs .ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
		font-size: 14px;
	}

	#home-clients > .inner {
		padding: 100px 20px;
	}

	#iteh-intro > .inner .content-right h2 {
		font-size: 1.1em;
	}

	#iteh-curriculum > .inner h2 + h3 {
		font-size: 1.1em;
	}

	#iteh-curriculum #home-tabs + h3 {
		font-size: 1em;
	}

	#contact-enquiry > .inner .content-left p {
		font-size: 1em;
	}

}

@media only screen and (max-width: 359px) {

	.site-header .site-branding, .site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 140px;
	}


	#home-tabs .ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
		font-size: 12px;
	}

}

