/* 
Theme Name: JE Mediation
Theme URI: 
Description: A 2023 framework for WordPress.
Author: jehan.nl
Version: 1.0 
Tags:

General comments (optional).

*/
/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
================================================== */

@font-face {
	font-family: 'Quicksand';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/website-fonts/Quicksand-Light.woff2') format('woff2'), url('fonts/website-fonts/Quicksand-Light.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Quagera';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/website-fonts/Quagera-Regular.woff2') format('woff2'), url('fonts/website-fonts/Quagera-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Bodoni Moda';
	font-weight: normal;
	font-style: italic;
	src: url('fonts/website-fonts/BodoniModa-Italic.woff2') format('woff2'), url('fonts/website-fonts/BodoniModa-Italic.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-weight: 300;
	font-style: normal;
	src: url('fonts/website-fonts/CormorantGaramond-Light.woff2') format('woff2'), url('fonts/website-fonts/CormorantGaramond-Light.woff') format('woff');
	font-display: swap;
}




/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html,
body { font-family: 'Quicksand', sans-serif; font-size: 16px; line-height: 1.5; color: #002a40; }
body { background: #cfcdcc; }
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=submit],
select,
textarea { padding: 10px 15px; width: 100%; height: 60px; font-family: 'Quicksand', sans-serif; font-size: 16px; color: #002a40; border: 1px solid #002a40; background-color: #cfcdcc; border-radius: 20px; }
input::placeholder,
textarea::placeholder { color: #002a40; }
img { display: block; max-width: 100%; border: 0; }
ul,
li { list-style: none; }
:focus { outline: none; }
a { display: inline-block; text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 20px; font-family: 'Quagera', sans-serif; line-height: 1.1; color: #002a40; font-weight:100!important;font-display: swap;}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { font-family: 'Cormorant', serif; font-weight:400!important; }
h1 { font-size: 95px; }
h2 { font-size: 82px; }
h3 { font-size: 55px; }
h4 { font-size: 34px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.centered { padding-right: calc((100% - 1325px) / 2); padding-left: calc((100% - 1325px) / 2); }
.centered-xl { padding-right: calc((100% - 1730px) / 2); padding-left: calc((100% - 1730px) / 2); }
.wrap { display: flex; flex-wrap: wrap; }
.button { padding: 21px 39px; display: inline-block; font-size: 13.62px; font-weight: 500; line-height: 1.2; letter-spacing: 2.5px; text-align: center; text-transform: uppercase; color: #002a40; border: 2px solid #223c48; border-radius: 50px; transition: all 0.3s; }
.button:hover { color: #fff; background-color: #223c48; }
.button.big { padding: 28px 30px; font-size: 17.2px; letter-spacing: 3.5px; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow: hidden; }
#wrapper.gap { padding-top: 184px; }

/* ### main container ### */
#mainCntr { width: 100%; }

/* ### header container ### */
#headerCntr { padding-top: 10px; position: fixed; top: 0;background-color: #cfcdcc; left: 0; z-index: 9; width: 100%; transition: all 0.3s; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);}
#headerCntr.inner { padding-bottom: 56px; background-color: #cfcdcc; }
#headerCntr .wrap { margin-left: -43px; }
#headerCntr .logo { width: 35%; }
#headerCntr .logo img { max-width: 265px; transition: all 0.3s; }
#headerCntr .logo svg { max-width: 265px; transition: all 0.3s; }
#headerCntr.sticky { padding-top: 10px; background-color: #cfcdcc; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); }
#headerCntr.sticky .logo img { max-width: 150px; }
#headerCntr.sticky .menuBox { padding-top: 40px; }
#headerCntr.sticky .menuBox ul > li > a { padding-bottom: 35px; }
#headerCntr.sticky .menuBox ul > li > ul > li > a { padding-bottom: 5px; }
#headerCntr.sticky .mobile-menu { top: 36px; }
#headerCntr.inner.sticky { padding-bottom: 0; }

/* ### menu box ### */
.menuBox { padding-top: 40px; padding-left: 24px; width: 65%; transition: all 0.3s; }
.menuBox ul > li { margin-right: 83px; position: relative; display: inline-block; }
.menuBox ul > li:last-child { margin-right: 0; }
.menuBox ul > li > a { font-size: 13.8px; letter-spacing: 5.5px; text-transform: uppercase; color: #002a40; white-space: nowrap;display: inline-block; border-bottom: 1px solid transparent;text-align: center; width: calc(100% - 5.5px); font-weight: 600; }
.menuBox ul > li > a:hover { border-bottom: 1px solid #002a40; text-decoration: none!important;}
.menuBox ul > li > ul { padding: 5px 0; position: absolute; top: 100%; left: 0px; display: block; opacity: 0; visibility: hidden; border-radius: 5px; background-color: #ececec; transition: all 0.3s; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
.menuBox ul > li:hover ul { opacity: 1; visibility: visible; }
.menuBox ul > li:hover ul > li > ul { opacity: 0; visibility: hidden; }
.menuBox ul > li:hover ul > li > a { text-decoration: none; }
.menuBox ul > li:hover ul > li:hover ul { opacity: 1; visibility: visible; }
.menuBox ul > li:hover ul > li:hover ul > li > ul { opacity: 0; visibility: hidden; }
.menuBox ul > li:hover ul > li > ul > li:hover ul { opacity: 1; visibility: visible; }
.menuBox ul > li > ul > li { margin-right: 0; padding: 0; padding-left: 15px;letter-spacing: 2.5px; padding-right: 15px; }
.menuBox ul > li > ul > li:last-child { margin-bottom: 0; }
.menuBox ul > li > ul > li > ul { top: 0; left: 270px; }
.menuBox ul > li > ul > li > a { padding: 0px; display: block; font-size: 16px; text-transform:none; letter-spacing: 0px; font-family:'Quicksand', sans-serif;font-weight:400;}
.menuBox ul > li > ul > li > a:hover { text-decoration: underline; }

/* ### mobile menu ### */
.mobile-menu { padding-bottom: 8px; position: absolute; top: 40px; right: 15px; display: none; transition: all 0.3s; }
.mobile-menu .hamburger { position: absolute; top: -5px; right: 0; display: flex; align-items: center; color: #1a202c; transition: all 0.3s ease-in-out; cursor: pointer; }
.m-menu__checkbox { display: none; }
.m-menu__toggle { margin-left: -8px; padding-top: 5px; cursor: pointer; }
.m-menu { position: fixed; top: 0; right: -768px; z-index: 2; opacity: 0; visibility: hidden; width: calc(100vw - 30px); max-width: 768px; height: 100vh; background-color: #cfcdcc; -moz-transform: translate3d(768px, 0, 0); -o-transform: translate3d(-450px, 0, 0); -ms-transform: translate3d(768px, 0, 0); -webkit-transform: translate3d(768px, 0, 0); transform: translate3d(768px, 0, 0); -moz-transition: transform 0.35s; -o-transition: transform 0.35s; -webkit-transition: transform 0.35s; transition: transform 0.35s; overflow: hidden; }
.m-menu__overlay { position: absolute; top: 0; bottom: 0; z-index: 1; display: none; width: 100%; background-color: rgba(103, 103, 103, 0.5); }
.m-menu__header { padding: 0 16px; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-around; justify-content: space-around; height: 50px; border-bottom: 1px solid #1a202c; -ms-flex-pack: space-around; }
.m-menu__header span { width: 100%; font-size: 20px; text-align: center; color: #1a202c; }
.m-menu .m-menu { -moz-transform: translate3d(768px, 0, 0); -o-transform: translate3d(768px, 0, 0); -ms-transform: translate3d(768px, 0, 0); -webkit-transform: translate3d(768px, 0, 0); transform: translate3d(768px, 0, 0); }
.m-menu ul { height: 100%; overflow-y: auto; }
.m-menu ul li { margin-right: 0 !important; position: relative; display: block !important; }
.m-menu ul li ul { display: block !important; }
.m-menu ul li a { padding: 0 15px !important; color: #1a202c !important; }
.m-menu ul li a:hover { text-decoration: none !important; }
.m-menu ul li a,
nav .m-menu ul li label { padding: 0 15px; position: relative; display: block; line-height: 47px; text-align: left; text-decoration: none; color: #fff; border-bottom: 1px solid #1a202c; cursor: pointer; }
.m-menu ul li label.a-label__chevron { padding: 15px 25px; position: absolute; top: 0; right: 0; display: inline-block; height: 48px; }
.m-menu ul li label.a-label__chevron:after { padding: 5px; position: absolute; top: 19px; right: 20px; display: inline-block; width: 0; height: 0; border-color: #1a202c; border-style: solid; border-width: 1px 1px 0 0; transform: rotate(45deg); content: ''; }
.m-menu ul li .-invisible { border-bottom: 0; }
.m-menu .m-menu label.m-menu__toggle { margin: 0 !important; padding: 0 0 0 10px; display: flex; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; border-bottom: 0; }
.m-menu__checkbox:checked ~ .m-menu__overlay { display: block; }
.m-menu__checkbox:checked ~ .m-menu { right: 0; opacity: 1; visibility: visible; -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* ### content container ### */
#contentCntr { width: 100%; padding-top: 124px;}

/* ### banner box ### */
.bannerBox { position: relative; display: flex; align-items: flex-end; height: 831px; }
.bannerBox .content { padding-bottom: 67px; position: relative; z-index: 1; width: 100%; max-width:600px;background-color:#cecdcb; padding:40px; border-radius:40px; margin-bottom:40px;}
.bannerBox .title { margin-bottom: 49px; font-family: 'Quagera', sans-serif; font-size: 38.33px; line-height: 1.25; }
.bannerBox .title span { font-family: 'Cormorant Garamond', sans-serif; }
.bannerBox .title p{ margin-bottom: 0; font-size: 18px; padding-top:10px;  font-family:Quicksand,sans-serif; }
.bannerBox .read-more { display: inline-block; text-align: center; }
.bannerBox .js-scroll { margin-top: 12px; font-size: 18px; color: #1a202c; }
.bannerBox .js-scroll.button { margin-top: 0px; font-size: 13.62px; color: #223c48; }
.bannerBox .js-scroll.button:hover { color: #ffffff; }
.bannerBox .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.bannerBox .image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.bannerBox h2 { margin-bottom: 40px; line-height: 0.8; }
.bannerBox p { margin-bottom: 23px; }
.bannerBox.inner { margin-bottom: 60px; padding-top: 98px; padding-bottom: 50px; display: block; align-items: unset; }
.bannerBox.inner .content { margin-left: auto; padding-bottom: 0; max-width: 672px; }

/* ### image box ### */
.imageBox img {height: 643px; object-fit: cover; width: 100%;  }

/* ### intro box ### */
.introBox { margin-bottom: 104px; padding-top: 167px; padding-bottom: 50px; position: relative; min-height: 828px; }
.introBox .content { position: relative; z-index: 1; max-width: 647px; }
.introBox h1 { margin-bottom: 47px; }
.introBox h1 i { margin-top: -19px; padding-left: 40px; display: block; font-family: 'Bodoni Moda', sans-serif; font-size: 29.13px;font-style: italic; }
.introBox p { margin-bottom: 21px; }
.introBox .button { margin-top: 40px; }
.introBox .image { position: absolute; top: 0; right: 0; width: 63.5%; height: 100%; }
.introBox .image img { width: 100%; height: 100%; object-position: center center; object-fit: cover; }
.introBox .image:before { position: absolute; top: 0; left: 0; width: 40%; height: 100%; background: linear-gradient(to right, rgba(207, 205, 204, 1) 0%, rgba(207, 205, 204, 0) 100%); content: ''; }

/* ### help box ### */
.helpBox{ color: #ffffff; }
.helpBox li a{ color: #ffffff; }
.helpBox li a:hover{ color: #ffffff; text-decoration: underline; }
.helpBox h3 { margin-bottom: 78px; text-align: center; }
.helpBox h3 i { margin-top: 22px; display: block; font-family: 'Bodoni Moda', sans-serif; font-size: 29.13px;font-style: italic; }

/* ### free box ### */
.freeBox { padding-top: 145px; padding-bottom: 50px; position: relative; min-height: 660px; }
.freeBox .content { position: relative; z-index: 1; max-width: 580px; }
.freeBox h3 { margin-bottom: 34px; }
.freeBox p { margin-bottom: 30px; font-size: 15.33px; }
.freeBox .image { position: absolute; top: 0; right: 0; width: 81%; height: 100%; }
.freeBox .image:before { position: absolute; top: 0; left: -1px; width: 40%; height: 100%; background: linear-gradient(to right, rgba(207, 205, 204, 1) 0%, rgba(207, 205, 204, 0) 100%); content: ''; }
.freeBox .image img { width: 100%; height: 100%; object-position: center; object-fit: cover; }

/* ### training box ### */
.trainingBox { margin-bottom: 60px; padding-top: 72px; padding-bottom: 63px; background-color: #7d899c; }
.trainingBox .wrap{justify-content: space-between;}
.trainingBox .left {padding-top: 0px; width: 48%; }
.trainingBox .right { padding-top: 0px; width: 48%; }
.trainingBox h3 { margin-bottom: 78px; max-width: 325px; line-height: 0.8; color: #fff;  }
.trainingBox .right ul { margin-bottom: 26px; }
.trainingBox li { margin-bottom: 2px; padding-left: 19px; position: relative; font-size: 15.33px; color: #fff; }
.trainingBox li:last-child { margin-bottom: 0; }
.trainingBox li:before { position: absolute; top: 3px; left: 0; font-family: 'icomoon', sans-serif; font-size: 11px; content: '\e900'; }
.trainingBox p { font-size: 15.33px; color: #fff; padding-bottom: 26px; }

/* ### safe box ### */
.safeBox { padding-top: 76px; padding-bottom: 50px; position: relative; min-height: 685px; }
.safeBox .content { position: relative; z-index: 1; max-width: 672px; }
.safeBox h2 { margin-bottom: 20px; }
.safeBox .subtitle { display: block; font-family: 'Bodoni Moda', sans-serif; font-size: 29.33px; line-height: 1;font-style: italic; }
.safeBox p { margin-bottom: 37px; }
.safeBox .image { position: absolute; top: 0; right: 0; width: 71.7%; height: 100%; }
.safeBox .image:before { position: absolute; top: 0; left: -1px; width: 60%; height: 100%; background: linear-gradient(to right, rgba(207, 205, 204, 1) 0%, rgba(207, 205, 204, 0) 100%); content: ''; }
.safeBox .image img { width: 100%; height: 100%; object-position: center; object-fit: cover; }

/* ### method box ### */
.methodBox { padding-top: 68px; }
.methodBox h2 { margin-bottom: 70px; text-align: center; }

/* ### support box ### */
.supportBox { margin-bottom: 58px; text-align: center; }
.supportBox h3 { margin-bottom: 15px; }
.supportBox p { margin-bottom: 30px; font-size: 16.87px; }

/* ### contact box ### */
.contactBox .wrap { margin-left: -102px; }
.contactBox .image { padding-right: 30px; width: 42%; }
.contactBox .image img { min-height: 698px; object-fit: cover; max-width:465px;}
.contactBox .content { padding-top: 50px; width: 58%; }
.contactBox h2 { margin-bottom: 42px; line-height: 0.9; }
.contactBox .subtitle { margin-bottom: 35px; display: block; font-family: 'Bodoni Moda', sans-serif; font-size: 29.13px; font-weight: 700; font-style: italic; }
.contactBox .content .wrap { margin: 0 -15px 158px; }
.contactBox .info { padding: 0 15px; width: 50%; }
.contactBox .info span { margin-bottom: 5px; display: block; font-size: 19.93px; font-weight: 700; }
.contactBox address { margin-bottom: 3px; font-size: 19.93px; font-style: normal; }
.contactBox li { margin-bottom: 3px; }
.contactBox li:last-child { margin-bottom: 0; }
.contactBox li a { font-size: 19.93px; color: #002a40; transition: all 0.3s; }
.contactBox li a:hover { text-decoration: underline; color: #7d899c; }
.contactBox li .icon { font-size: 16px; }
.contactBox .icon { display: inline-block; width: 32px; }

/* ### mediator box ### */
.mediatorBox { margin-bottom: 93px; padding-top: 85px; }
.mediatorBox h2 { margin-bottom: 48px; text-align: center; }
.mediatorBox .wrap { margin: 0 -15px 60px; }
.mediatorBox .content { padding: 0 15px; width: 50%; }
.mediatorBox .subtitle { margin-bottom: 2px; display: block; font-family: 'Bodoni Moda', sans-serif; font-size: 29.13px; line-height: 1; font-style: italic;}
.mediatorBox p { font-size: 16.87px; }
.mediatorBox .contact-me { text-align: center; }

/* ### blog box ### */
.blogBox { margin-bottom: 56px; }
.blogBox h2 { margin-bottom: 25px; }
.blogBox .blog_intro{ margin-bottom: 45px; }
.blogBox .wrap { margin: 0 -50px; }
.blogBox .item { padding: 0 50px; width: 50%; }
.blogBox .box { display: block; height: 100%; }
.blogBox .image img { width: 100%; }
.blogBox .content { padding: 35px 0; }
.blogBox .title { margin-bottom: 20px; font-family: 'Cormorant Garamond', sans-serif; font-size: 34px; line-height: 1.2; color: #002a40; }
.blogBox p { margin-bottom: 33px; font-size: 14.52px; color: #002a40; }

/* ### content box ### */
.contentBox { padding-bottom: 80px; padding-top: 80px; }
.contentBox h2 { margin-bottom: 32px; }
.contentBox p { margin-bottom: 23px; font-size: 16.87px; }

/* ### nation box ### */
.nationBox {  padding-bottom: 80px; padding-top: 80px; }
.nationBox .content { margin: 0 auto 0 262px; max-width: 650px; }
.nationBox h2 { margin-bottom: 62px; line-height: 0.8; }
.nationBox strong { display: block; font-size: 16.87px; }
.nationBox p { margin-bottom: 22px; font-size: 16.87px; }

/* ### separation box ### */
.separationBox { margin-bottom: 52px; padding-top: 50px; padding-bottom: 50px; position: relative; min-height: 856px; }
.separationBox .content { margin-left: auto; position: relative; z-index: 2; max-width: 650px; }
.separationBox h2 { margin-bottom: 62px; line-height: 0.8; }
.separationBox strong { display: block; font-size: 16.87px; }
.separationBox p { margin-bottom: 22px; font-size: 16.87px; }
.separationBox .image { position: absolute; top: 0; left: 0; width: 50%; height: 100%; }
.separationBox .image:before { position: absolute; top: 0; right: 0; z-index: 1; width: 40%; height: 100%; background: linear-gradient(to right, rgba(207, 205, 204, 0) 0%, rgba(207, 205, 204, 1) 100%); content: ''; }
.separationBox img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

/* ### card box ### */
.card-box { position: relative; }
.card-box .wrap { margin: 0 -86px; }
.card-box .item { margin-bottom: 94px; padding: 0 86px; position: relative; z-index: 1; width: 33.3%; }
.card-box .box { padding: 56px 30px 40px 44px; display: block; height: 100%; border-radius: 41px; background-color: #7d899c; box-shadow: 5.17px 5.17px 5.91px 0 rgba(0, 0, 0, 0.2); }
.card-box .box.white { background-color: #fff; }
.card-box .box.green { background-color: #223c48; }
.card-box .box.blue { background-color: #2c6276; }
.card-box h4 { margin-bottom: 20px; min-height: 80px; line-height: 0.8; color: #fff; }
.card-box p { margin-bottom: 10px; min-height: 128px; font-size: 14.52px; color: #fff; }
.card-box .button { padding: 18px 30px; color: #fff; border: 1px solid #fff; }
.card-box .button:hover { color: #1a202c; background-color: #fff; }
.card-box .box.white h4 { color: #002a40; }
.card-box .box.white p { color: #002a40; }
.card-box .box.white .button { color: #002a40; border: 1px solid #002a40; }
.card-box .box.white .button:hover { color: #fff; background-color: #002a40; }
.card-box .box.green h4 { margin-bottom: 30px; min-height: auto; font-size: 30.67px; }
.card-box li { margin-bottom: 15px; padding-left: 19px; position: relative; font-size: 13.19px; line-height: 1.25; color: #fff; }
.card-box li:last-child { margin-bottom: 0; }
.card-box li:before { position: absolute; top: 3px; left: 0; font-family: 'icomoon', sans-serif; font-size: 11px; content: '\e900'; }
.card-box .bdr { position: absolute; top: 19.5%; left: 50%; width: 100%; transform: translateX(-50%); }
.card-box .bdr img { margin: 0 auto; width: 1030px; height: 340px; }

/* ### card-method ### */
.card-method { position: relative; }
.card-method .wrap { margin: 0 -13px; }
.card-method .item { margin-bottom: 94px; padding: 0 13px; position: relative; z-index: 1; width: 33.3%; }
.card-method .box { padding: 63px 40px 72px 47px; display: block; height: 100%; border-radius: 41px; background-color: #7d899c; box-shadow: 5.17px 5.17px 5.91px 0 rgba(0, 0, 0, 0.2); }
.card-method .title { margin-bottom: 15px; min-height: 110px; font-family: 'Quagera', sans-serif; font-size: 41.66px; line-height: 0.8; color: #fff; }
.card-method .title span { font-family: 'Cormorant Garamond', sans-serif; }
.card-method p { font-size: 13.8px; line-height: 1.7; color: #fff; }
.card-method .bdr { position: absolute; top: 20.5%; left: 50%; width: 100%; transform: translateX(-43%); }
.card-method .bdr img { margin: 0 auto; width: 1219px; height: 462px; }

/* ### footer container ### */
#footerCntr { width: 100%; }

/* ### logo box ### */
.logoBox { text-align: center; padding-top: 40px; padding-bottom: 40px; }
.logoBox .wrap { margin: 0 -10px; align-items: center; }
.logoBox .logo { padding: 0 10px; width: 33.3%; }
.logoBox .logo img{ max-width: 240px; max-height: 170px; height: auto; width: auto;  }

/* ### footer box ### */
.footerBox { padding-top: 14px; padding-bottom: 17px; background-color: #223c48; }
.footerBox .wrap { align-items: center; }
.footerBox .left { display: flex; flex-wrap: wrap; align-items: center; width: 63.5%; }
.footerBox .right { display: flex; flex-wrap: wrap; width: 36.5%; }
.footerBox .logo { width: 20%; }
.footerBox .logo svg{ max-width: 195px; height: auto; }
.footerBox p { font-size: 13.8px; line-height: 1.2; color: #fff; }
.footerBox li { font-size: 13.8px; color: #fff; }
.footerBox li a { font-size: 13.8px; color: #fff; transition: all 0.3s; }
.footerBox li a:hover { color: #cfcdcc; }
.footerBox .navigation { padding-top: 6px; padding-left: 10px; display: flex; flex-wrap: wrap; width: 80%; }
.footerBox .navigation li { margin-bottom: 8px; width: 25%; }
.footerBox .navigation li a:before { margin-right: 8px; display: inline-block; font-family: 'icomoon', sans-serif; vertical-align: middle; content: '\e900'; }
.footerBox .info { padding: 11px 15px 4px; width: 56%; text-align: center; border-right: 2px solid #fff; border-left: 2px solid #fff; }
.footerBox .privacy { margin-bottom: 7px; line-height: 1; }
.footerBox .privacy li { display: inline-block; line-height: 1; }
.footerBox .privacy li:after { margin: 0 2px 0 5px; display: inline-block; width: 3px; height: 2px; vertical-align: middle; background-color: #fff; content: ''; }
.footerBox .privacy li:last-child:after { display: none; }
.footerBox .privacy li a { font-weight: 700; }
.footerBox .contact { padding: 10px 20px 8px 15px; width: 44%; text-align: left; }
.footerBox .contact li { font-size: 15.33px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.footerBox .contact li a { font-size: 15.33px; font-weight: 500; letter-spacing: 2px; }
.footerBox .contact li i { display: inline-block; width: 35px; text-align: center; }
.footerBox .contact li i.icon-tel { padding-left: 8px; }
.footerBox .social-media li { margin-right: 35px; display: inline-block; }
.footerBox .social-media li:last-child { margin-right: 0; }
.footerBox .social-media li a { font-size: 24px; }


.gform_required_legend{ display: none; }
.gform_body .gfield p{ display: none; }

.suc_page{ padding-top: 150px; }

.footer_contact_icon{ display: inline-block; width: 40px; }


/* #Media Queries
================================================== */
@media only screen and (max-width: 1840px) {
	#headerCntr .wrap { margin-left: 0; }
}

@media only screen and (max-width: 1760px) {
	.centered-xl { padding-right: 15px; padding-left: 15px; }
	.contactBox .wrap { margin-left: 0; }
	.footerBox .wrap { align-items: unset; }
	.footerBox .left { align-items: unset; width: 50%; }
	.footerBox .right { width: 50%; }
	.footerBox .contact li,
	.footerBox .contact li a { font-size: 14px; }
	.footerBox .logo { width: 30%; }
	.footerBox .logo img { max-width: 145px; }
	.footerBox .navigation { width: 70%; }
	.footerBox .navigation li { width: 50%; }
}

@media only screen and (max-width: 1355px) {
	.centered { padding-right: 15px; padding-left: 15px; }
	.contactBox .info span { font-size: 17px; }
	.contactBox address { font-size: 17px; }
	.contactBox li a { font-size: 17px; }
}

@media only screen and (max-width: 1199px) {
	#wrapper.gap { padding-top: 127px; }
	.button { padding: 18px 39px; }
	#headerCntr .logo img { max-width: 200px; }
	#headerCntr .logo svg { max-width: 200px; }
	#headerCntr.inner { padding-bottom: 25px; }
	.menuBox { padding-top: 30px; }
	.bannerBox { height: 650px; }
	.bannerBox .title { margin-bottom: 30px; font-size: 30px; }
	.bannerBox .content { padding-bottom: 40px; }
	.bannerBox.inner { padding-top: 50px; height: 100%; }
	.bannerBox.inner:before { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); content: ''; }
	.imageBox img { height: 500px; }
	.introBox .image:before { width: 80%; }
	.safeBox .image:before { width: 100%; }
	.contactBox .image { width: 50%; }
	.contactBox .content { padding-top: 30px; width: 50%; }
	.contactBox .info { margin-bottom: 30px; width: 100%; }
	.contactBox .info:last-child { margin-bottom: 0; }
	.contactBox .content .wrap { margin-bottom: 30px; }
	.nationBox .content { margin: 0 auto; }
	.card-box .wrap { margin: 0 -20px; }
	.card-box .item { padding: 0 20px; }
	.card-method .box { padding: 50px 30px; }
	.card-method .title { font-size: 38px; }
	.card-method .bdr { transform: translateX(-50%); }
	.footerBox .left { margin-bottom: 30px; width: 100%; }
	.footerBox .right { width: 100%; }
	.footerBox .logo { width: 20%; }
	.footerBox .navigation { width: 80%; }
	.footerBox .navigation li { width: 33.3%; }
	.footerBox .info { padding: 0; text-align: left; border-right: 0; border-left: 0; }
	.footerBox .contact { padding: 0; }
	#contentCntr { width: 100%; padding-top: 100px;}
}

@media only screen and (max-width: 991px) {
	.menuBox ul > li { margin-right: 45px; }
	.menuBox ul > li > ul { width: 150px; }
	.menuBox ul > li > ul > li > ul { left: 225px; }
	.menuBox ul > li > ul > li > a { letter-spacing: 2px; }
	.bannerBox { height: 600px; }
	.bannerBox .title { margin-bottom: 20px; font-size: 22px;}
	.bannerBox .content { padding-bottom: 25px; }
	.bannerBox .read-more { max-width: 180px; }
	.bannerBox .button { padding: 16px 30px; }
	.bannerBox .js-scroll { font-size: 14px; }
	.bannerBox .image img{ object-position: 60% center; }
	.bannerBox .image.image_text_banner img{ object-position: 20% center; }
	.introBox .image:before { width: 100%; }
	.freeBox { padding-top: 110px; min-height: 500px; }
	.freeBox h3 { font-size: 40px; }
	.methodBox h2 { margin-bottom: 50px; }
	.contactBox h2 { font-size: 60px; }
	.blogBox .wrap { margin: 0 -20px; }
	.blogBox .item { padding: 0 20px; }
	.separationBox .image:before { width: 100%; }
	.card-box .item { margin-bottom: 40px; width: 50%; }
	.card-box .box { padding: 40px 30px; }
	.card-box h4 { margin-bottom: 25px; min-height: 55px; }
	.card-box .bdr { display: none; }
	.card-method .item { margin-bottom: 25px; width: 50%; }
	.card-method .bdr { display: none; }
}

@media only screen and (max-width: 767px) {
	.suc_page{ padding-top: 100px; }
	#wrapper.gap { padding-top: 103px; }
	.button.big { padding: 18px 30px; font-size: 16px; }
	h1 { font-size: 50px; }
	h2 { font-size: 40px; }
	h3 { font-size: 30px; }
	#headerCntr { padding-top: 20px; padding-bottom: 20px; }
	#headerCntr .logo { width: 80%; }
	#headerCntr .logo img { max-width: 150px; }
	#headerCntr .logo svg { max-width: 150px; }
	#headerCntr.sticky .logo img { max-width: 120px; }
	#headerCntr.inner.sticky { padding-bottom: 20px; }
	.menuBox { display: none; }
	.mobile-menu { display: block; }
	.imageBox img { height: 200px; }
	.introBox { padding-top: 80px; min-height: 660px; margin-bottom: 0px; }
	.introBox h1 { margin-bottom: 30px; }
	.introBox h1 i { margin-top: -10px; padding-left: 15px; font-size: 17px; }
	.introBox .button { margin-top: 20px; }
	.introBox .image img, .freeBox .image img, .separationBox img, .safeBox .image img, .contentBox img, .contactBox .image img { border-radius:41px; }	
	.freeBox .image:before { width: 100%; background: linear-gradient(to right, rgba(207, 205, 204, 1) 0%, rgba(207, 205, 204, 0.2) 100%); }
	.trainingBox .left { margin-bottom: 50px; padding-right: 0; width: 100%; }
	.trainingBox .right { padding-top: 0; width: 100%; }
	.trainingBox h3 { margin-bottom: 25px; }
	.safeBox .subtitle { font-size: 24px; }
	.methodBox h2 { margin-bottom: 30px; }
	.contactBox { margin-bottom: 50px; }
	.contactBox .image { margin-bottom: 50px; padding-right: 0; width: 100%; }
	.contactBox h2 { margin-bottom: 30px; font-size: 40px; }
	.contactBox h2 br { display: none; }
	.contactBox .image img { width: 100%; min-height: auto; }
	.contactBox .content { padding-top: 0; width: 100%; }
	.mediatorBox { margin-bottom: 60px; padding-top: 50px; }
	.mediatorBox .subtitle { font-size: 27px; }
	.mediatorBox h2 { margin-bottom: 30px; }
	.mediatorBox .wrap { margin-bottom: 40px; }
	.mediatorBox .content { margin-bottom: 30px; width: 100%; }
	.mediatorBox .content:last-child { margin-bottom: 0; }
	.blogBox { margin-bottom: 20px; }
	.blogBox .item { margin-bottom: 40px; width: 100%; }
	.blogBox .item:last-child { margin-bottom: 0; }
	.contentBox { margin-bottom: 50px; }
	.nationBox h2 { margin-bottom: 30px; }
	.separationBox h2 { margin-bottom: 30px; }
	.card-box .item { width: 100%; }
	.card-box .box { padding: 40px 30px; }
	.card-box h4 { min-height: auto; }
	.card-box p { margin-bottom: 25px; min-height: auto; }
	.card-method .item { width: 100%; }
	.card-method .title { margin-bottom: 25px; min-height: auto; }
	.footerBox .logo { margin-bottom: 30px; width: 100%; }
	.footerBox .logo img { margin: 0 auto; }
	.footerBox .navigation { padding-top: 0; padding-left: 0; width: 100%; text-align: center; }
	.footerBox .navigation li { width: 100%; }
	.footerBox .info { margin-bottom: 30px; width: 100%; text-align: center; }
	.footerBox .contact { width: 100%; text-align: center; }
	.footerBox .contact li i.icon-tel { padding-left: 0; }
	#footer_contact_top_icon{display: none;}
	
	
	.introBox .image:before{ display: none; }
	.introBox .image{ position: relative;width: 100%; margin-top: 30px; }
	
	.freeBox .image:before{ display: none; }
	.freeBox .image{ position: relative;width: 100%; margin-top: 30px; }
	
	.separationBox .image:before{ display: none; }
	.separationBox .image{ position: relative;width: 100%; margin-bottom: 30px;}
	
	.safeBox .image:before{ display: none; }
	.safeBox .image{ position: relative;width: 100%; margin-top: 30px;}
	
	/*
	.introBox .image:before { position: absolute; top: 0; left: -1px; z-index: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); content: ''; }
	.safeBox .image:before { position: absolute; top: 0; left: -1px; z-index: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); content: ''; }
	.separationBox .image:before { position: absolute; top: 0; left: 1px; z-index: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); content: ''; }
	.freeBox .image:before { position: absolute; top: 0; left: -1px; z-index: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); content: ''; }
	*/
	
	
	.contentBox{ padding-bottom: 20px; padding-top: 20px; margin-bottom: 0px; }
	.freeBox{ padding-top: 20px; }
	
	
	
	.bannerBox .image.image_text_banner img{ object-position: 28% center; }
	
}

@media only screen and (max-width: 480px) {
	.button { padding: 18px 20px; width: 100%; }
	.button.big { padding: 18px 20px; }
	.bannerBox .button { width: auto; }
	.logoBox .logo { width: 100%; }
}
