/*
Theme Name: WP Sherpa
Author: WP Sherpa
Author URI: http://demo.com/
Description: The WP Sherpa theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: WP Sherpa


*/
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------

 font-family: "Montserrat", sans-serif;
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 22px; color: #1E1E1E;  font-family: "Montserrat", sans-serif; background: #fff; }
*::-webkit-input-placeholder { opacity:1; }
*::-moz-placeholder {opacity:1; }
*:-ms-input-placeholder {opacity:1; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: "Montserrat", sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
p { padding-bottom: 20px; font-size: 22px; line-height: 39px; color: #1E1E1E; font-weight: 500; }
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }

h1,h2,h3,h4,h5,h6 { padding-bottom: 20px;  font-family: "Montserrat", sans-serif; font-weight: 700; }
h1 { font-size: 67px; font-style: normal; line-height: 72px;  }
h2 { color: #462772; font-size: 50px; font-style: normal; font-weight: 600; line-height: 72px; }
h3 { font-size: 50px; line-height: 61px; font-weight: 600; }
h4 { font-size: 30px; line-height: 1; color: #E61672; font-weight: 500; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
a { color: #707070; text-decoration: underline; }
a:hover { text-decoration: none; }

.button { padding: 10px 23px 10px 30px; line-height: 30px; display: inline-block; font-size: 15px; font-weight: 700; font-style: normal; color: #fff; border-radius: 52px; background: #f2b318; text-decoration: none; }
.button span { padding-right: 26px; display: block; background: url(images/button-icon.png) right no-repeat; background-size: 19px; }
.button:hover, .button.active { color: #fff; background: #e51671; }
.button.big { padding: 15px 33px 16px 35px; font-size: 18px; }
.button.big span { padding-right: 30px; }

.button.white { padding: 11px 20px; color: #fff; border: #fff solid 1px; }

#back-to-top { position: fixed; bottom: 5px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #00abe0; border: 1px solid #fff; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 100; }
a.close, a.mobilemenu, a.mobilemenu1, a.closebtn { display: none; }
a.textlink { color: #fa9300; font-size: 25px; font-family: 'Helvetica Neue Bold'; letter-spacing: -0.01em; }
a.textlink:hover { color: #000; }
.d-flex { display: flex; flex-wrap: wrap; }
.s-between { justify-content: space-between; }
.a-center { align-items: center; }
.j-center { justify-content: center; }

/* wrapper */
#wrapper { overflow: hidden; padding-top: 106px; width: 100%; min-height: 100%; margin: 0 auto; position: relative; }
.centering { max-width: 1440px; padding: 0 15px; margin: auto; position: relative; }

	/* header-part */
	#header-part { padding: 26px 0px 30px; position: fixed; left: 0px; top: 0px; height: 106px; width: 100%; z-index: 100; transition: 0.5s all; background: #fff; }
	#header-part span.progressline { display: block; position: absolute; left: 0px; top: 0px; width: 0px; height: 7px; background: #E61672; }
	#header-part a.logo { display: flex; align-items: center; width: 255px; transition: 0s all; background: #fff; z-index: 2; }
	#header-part a.logo img.mainlogo { max-width: 221px; }
	#header-part a.logo img.iconlogo { margin-left: 8px; max-width: 26px; }
	#header-part a.logoicon { position: absolute; left: 60px; top: 18px; max-width: 0px; transition: 0.4s all; transition-delay: 0.2s; display: block; overflow: hidden; }
	#header-part a.logoicon img { width: 52px; max-width: 52px; }
	#header-part a.logo { }
	#header-part a.logo { }
	#header-part a.mobileshow { display: none; }
	#header-part .centering { padding: 0px 43px 0px 55px; }
	#header-part .topmenu { padding: 0px 0px 0px 48px; width: calc(100% - 255px); }
	#header-part .topmenu .midmenu { justify-content: flex-end; }
	#header-part .topmenu ul { padding: 0px 0px 5px; list-style: none; display: flex; align-content: center; }
	#header-part .topmenu li { padding: 0px 30px 0px 0px; }
	#header-part .topmenu li a { color: #462772; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; text-decoration: none; }
	#header-part .topmenu li a:hover, #header-part .topmenu li.active a { color: #E61672; }
	#header-part .topmenu { }
	#header-part .topmenu { }
	#header-part.show { padding: 15px 0px; height: 76px; -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1); box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1); }
	#header-part.show a.logo img.mainlogo { display: none; }
	#header-part.show a.logo img.iconlogo { margin-left: 0px; max-width: 52px; }
	#header-part.show a.logoicon { max-width: 52px; transition-delay: 0s; }
	#header-part.show a.logo { opacity: 0; visibility: hidden; }
	.page-id-368 #header-part .topmenu { display: none; }
	#header-part.show { }
	#header-part.show { }
		
		/*menu-bar*/
		.mobilemenu-bar { display: none; }

	/*banner-bar*/
	.banner-bar { position: relative; }
	.banner-bar .img { padding: 0px 28px 0px 24px; }
	.banner-bar.vacature .img { padding: 0px; }
	.banner-bar .img figure { display: block; border-radius: 25px 25px 25px 165px; overflow: hidden; position: relative; }
	.banner-bar .text { position: absolute; left: 142px; top: 63px; width: 520px; }
	.banner-bar h1 { color: #fff; }
	.banner-bar p { padding: 1px 0px 38px 2px; color: #FFF; font-weight: 600; line-height: 35px; }
	.banner-bar a.button { margin-left: 1px; }
	.banner-bar span.arrow1 { display: block; position: absolute; left: 71px; bottom: -144px; width: 74px; height: 217px; background: url(images/move-arrow1.png) no-repeat; background-size: 100%; }
	.banner-bar .videobg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; border-radius: 25px 25px 25px 165px; }
	.banner-bar .videobg video { position: absolute; left: 100%; top: 15%; transform: translate(-50%,-50%); width: 220%; height: auto; object-fit: cover; }
	.banner-bar .videobg:after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: radial-gradient(201.99% 48.34% at 50.72% 43.52%, rgba(0, 0, 0, 0.30) 46.5%, rgba(0, 0, 0, 0.30) 100%); }
	.banner-bar { }
	.banner-bar { }
	.banner-bar { }
	.banner-bar.vacature { }
	.banner-bar.vacature .text { position: absolute; left: 138px; top: 127px; width: 940px; }
	.banner-bar.vacature h1 { min-height: 366px; }
	.banner-bar.vacature a.button { margin-left: 5px; }
	.banner-bar.vacature { }
	.banner-bar.errorpage { padding-bottom: 20px; }
	.banner-bar .errortext { width: 690px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; }
	.banner-bar .errortext h1 { padding: 0 0 58px 40px; text-indent: 0px; font-size: 52px; line-height: 62px; text-align: left; }
	.banner-bar .errortext h1 img { display: inline-block; max-width: 69px; }
	.banner-bar.errorpage .img figure img { max-height: calc(100vh - 200px); object-fit: cover; object-position: top;  }

	/*intro-bar*/
	.intro-bar { padding: 86px 0px 0px 0px; }
	.intro-bar span.arrow1 { display: block; position: absolute; right: 221px; bottom: -167px; width: 80px; height: 134px; background: url(images/move-arrow2.png) no-repeat; background-size: 100%; }
	.intro-bar .centering { max-width: 1204px; }
	.intro-bar h2 { padding: 0px 0px 0px 11px; max-width: 625px; }
	.intro-bar h2 img { display: inline-block; max-width: 39px; }
	.intro-bar .contentblocks { padding: 123px 0px 140px 0px; position: relative; min-height: 560px; }
	.intro-bar .contentblocks .content-item { position: relative; width: 466px; }
	.intro-bar .contentblocks .content-item .contentmid { padding: 42px 55px 33px 49px; width: 100%; border-radius: 16px; background: #462772;  }
	.intro-bar .contentblocks .content-item .contentmid:before { position: absolute; width: 44px; height: 60px; content: ''; visibility: visible; right: 0px; top: -32px; background-image: url(images/shape-1.svg); background-repeat: no-repeat; }
	.intro-bar .contentblocks .icon { height: 73px; width: 73px; position: absolute; left: -34px; top: -28px; display: flex; align-items: center; justify-content: center; background: #FCD9E6; border-radius: 50px; margin: 0; }
	.intro-bar .contentblocks .icon img { max-width: 38px; display: block; position: relative; z-index: 10; }
	.intro-bar .contentblocks h3 { pointer-events: none; padding-bottom: 12px; color: #FFF; font-size: 26px; font-weight: 700; line-height: 35px; }
	.intro-bar .contentblocks p { padding-left: 1px; color: #FFF; font-size: 18px; font-weight: 500; line-height: 28px; }
	.intro-bar .contentblocks .content-item .contentmid:hover .icon:before { content: ""; position: absolute; display: block; width: 100px; height: 100px; box-sizing: border-box; margin-left: 0; margin-top: 0; border-radius: 100%; background-color: #FCD9E6; animation: pulse-ring 1.50s cubic-bezier(0.215, 0.61, 0.355, 0.7) infinite; }
	.intro-bar .contentblocks .content-item:nth-child(2) { position: absolute; right: 12px; max-width: 427px; top: -30px; }
	.intro-bar .contentblocks .content-item:nth-child(2) .contentmid { padding: 25px 45px 11px 48px; background: #e71672; }
	.intro-bar .contentblocks .content-item:nth-child(2) .contentmid:before { width: 60px; height: 53px; right: auto; left: -21px; top: -7px; background-image: url(images/shape-3.svg); background-repeat: no-repeat; }
	.intro-bar .contentblocks .content-item:nth-child(2) .icon { left: auto; right: -28px; }
	.intro-bar .contentblocks .content-item:nth-child(2) { }
	.intro-bar .contentblocks .content-item:nth-child(2) { }
	.intro-bar .contentblocks .content-item:nth-child(3) { position: absolute; right: 109px; width: 503px; top: 295px; }
	.intro-bar .contentblocks .content-item:nth-child(3) .contentmid { padding: 28px 45px 11px 46px; background: #f2b318; }
	.intro-bar .contentblocks .content-item:nth-child(3) .contentmid:before { width: 54px; height: 60px; right: auto; left: -16px; top: -26px; background-image: url(images/shape-2.svg); background-repeat: no-repeat; }
	.intro-bar .contentblocks .content-item:nth-child(3) .icon { left: auto; right: -35px; top: -12px; }
	.intro-bar .contentblocks .content-item:nth-child(3) { }
	.intro-bar .contentblocks .textafter { padding: 48px 110px 0px 0px; display: flex; justify-content: center; color: #1E1E1E; font-size: 22px; font-style: normal; font-weight: 500; line-height: 39px; }
	.intro-bar .contentblocks .textafter .iconbg { max-width: 42px; margin-right: 12px; }
	.intro-bar .contentblocks { }
	.intro-bar.vacatures { z-index: 10; position: relative; }
	.intro-bar.vacatures span.arrow1 { right: 130px; bottom: -59px; width: 53px; height: 153px; background: url(images/move-arrow6.png) no-repeat; background-size: 100%; }
	.intro-bar.vacatures h2 { padding: 30px 0px 0px 11px; }
	.intro-bar.vacatures .contentblocks {  padding: 110px 0px 0px 7px; min-height: 400px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(1) .contentmid { padding: 43px 55px 12px 49px; border-radius: 35px; }
	.intro-bar.vacatures .contentblocks p { font-size: 20px; line-height: 33px;  }
	.intro-bar.vacatures .contentblocks .contentmid:before { top: -26px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(2) { right: -4px; max-width: 466px; top: -176px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(2) .contentmid:before { left: -30px; width: 61px; height: 44px; bottom: 0px; top: auto; background-image: url(images/shape-bottom.svg); background-repeat: no-repeat; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(2) .contentmid { padding: 32px 45px 11px 73px; border-radius: 24px; min-height: 195px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(2) h3 { padding-bottom: 20px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(2) { }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(3) { right: 70px; width: 531px; top: 80px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(3) .contentmid { padding: 35px 45px 11px 75px; min-height: 203px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(3) .contentmid:before { left: 0px; top: -30px; background-image: url(images/shape-5.svg); background-repeat: no-repeat; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(3) h3 { padding-bottom: 18px; }
	.intro-bar.vacatures .contentblocks .content-item:nth-child(3) { }

	@keyframes pulse-ring {
		0% {transform: scale(0.33);}
		80%, 100% {opacity: 0.2;}
	}

	/*ctabg-bar*/
	.ctabg-bar { padding: 40px 0px 0px; }
	.ctabg-bar span.arrow1 { display: block; position: absolute; left: -15px; bottom: -130px; width: 63px; height: 157px; background: url(images/move-arrow7.png) no-repeat; background-size: 100%; z-index: 10; }
	.ctabg-bar .centering { max-width: 1360px; border-radius: 35px; background: #fae8e8; }
	.ctabg-bar .centering:after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 226px; border-radius: 36px 0px 0px 36px;
background: linear-gradient(180deg, rgba(255, 249, 249, 0.00) -100%, #fae8e8 39%); }
	.ctabg-bar .midcontent { padding: 56px 65px 30px 57px; min-height: 470px; transition: 0.7s all; }
	.ctabg-bar .midcontent .hide { display: none; }
	.ctabg-bar .midcontent .hide-1, .ctabg-bar .midcontent .hide-2 { display: block; }
	.ctabg-bar.reached .centering:after { opacity: 0; visibility: hidden; }
	.ctabg-bar p { padding-bottom: 40px; color: #1E1E1E; font-size: 21px; }
	.ctabg-bar a.leermeer, .ctabg-bar a.leesminder { padding: 15px 75px 16px 84px; position: absolute; left: 50%; bottom: 55px; transform: translateX(-50%); z-index: 10; }
	.ctabg-bar a.leermeer span, .ctabg-bar a.leesminder span { padding-right: 35px; }
	.ctabg-bar a.leesminder { display: none; }
	.ctabg-bar.active .midcontent { max-height: 2070px; }
	.ctabg-bar.active a.leermeer { opacity: 0; visibility: hidden; }
	.ctabg-bar.active .centering:after { opacity: 0; visibility: hidden; }
	.ctabg-bar.reached .centering .midcontent { padding-bottom: 120px; }

	/*accordion-bar*/
	.accordion-bar { padding: 103px 0px 0px; }
	.accordion-bar span.arrow1 { display: block; position: absolute; right: 10%; bottom: -212px; width: 121px; height: 183px; background: url(images/move-arrow3.png) no-repeat; background-size: 100%; }
	.accordion-bar .centering { padding: 0px 30px 0px 45px; }
	.accordion-bar h2 { padding: 0px 0px 44px 30px; text-align: center; line-height: 79px; }
	.accordion-bar h2 img { display: inline-block; max-width: 39px; }
	.accordion-bar .contentblocks { border-radius: 36px; background: #fae8e8; overflow: hidden; }
	.accordion-bar .contentblocks .content-item { height: 598px; width: 118px; overflow: hidden; transition: 0.2s all; }
	.accordion-bar .contentblocks .content-item.active { width: calc(100% - 472px); }
	.accordion-bar .contentblocks.paractive2 .content-item,
	.accordion-bar .contentblocks.paractive3 .content-item,
	.accordion-bar .contentblocks.paractive4 .content-item,
	.accordion-bar .contentblocks.paractive5 .content-item { width: 118px !important; }
	.accordion-bar .contentblocks.paractive2 .content-item:nth-child(2) { width: calc(100% - 472px) !important; }
	.accordion-bar .contentblocks.paractive3 .content-item:nth-child(2) { width: 118px !important; }
	.accordion-bar .contentblocks.paractive3 .content-item:nth-child(3) { width: calc(100% - 472px) !important; }
	.accordion-bar .contentblocks.paractive4 .content-item:nth-child(3) { width: 118px !important; }
	.accordion-bar .contentblocks.paractive4 .content-item:nth-child(4) { width: calc(100% - 472px) !important; }
	.accordion-bar .contentblocks.paractive5 .content-item:nth-child(4) { width: 118px !important; }
	.accordion-bar .contentblocks.paractive5 .content-item:nth-child(5) { width: calc(100% - 472px) !important; }
	.accordion-bar .contentblocks .contentmid { width: 893px; height: 100%; }
	.accordion-bar .contentblocks .heading { position: relative; width: 118px; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
	.accordion-bar .contentblocks .contentdetails { padding: 80px 0px 20px 0px; width: calc(100% - 118px); border-left: #dfd0e1 solid 1px; }
	.accordion-bar .contentblocks .content-item:nth-child(2) .contentdetails { border-left: #fff solid 1px; }
	.accordion-bar .contentblocks .heading span { white-space: nowrap; position: absolute; left: 53%; top: 100px; color: #462772; font-size: 26px; font-style: normal; font-weight: 600; transform: translateX(-100%) rotate(-90deg); transform-origin: right; text-align: left; width: 410px; }
	.accordion-bar .contentblocks figure { padding: 11px 49px 0px 68px; width: 35.55%; }
	.accordion-bar .contentblocks .text { padding: 4px 80px 0px 0px; width: 64.45%; }
	.accordion-bar .contentblocks span.subhead { padding-bottom: 23px; display: block; color: #E61672; font-size: 26px; font-style: normal; font-weight: 600; line-height: 32px; }
	.accordion-bar .contentblocks h3 { padding-bottom: 24px; color: #462772; }
	.accordion-bar .contentblocks p { font-size: 18px; line-height: 28px; }
	.accordion-bar .contentblocks .content-item:nth-child(2) { background: #FCD9E6; }
	.accordion-bar .contentblocks .content-item:nth-child(3) { background: #E61672; }
	.accordion-bar .contentblocks .content-item:nth-child(4) { background: #462772; }
	.accordion-bar .contentblocks .content-item:nth-child(5) { background: #F1B318; }
	.accordion-bar .contentblocks .content-item:nth-child(3) .heading span,
	.accordion-bar .contentblocks .content-item:nth-child(4) .heading span,
	.accordion-bar .contentblocks .content-item:nth-child(5) .heading span { color: #fff; }
	.accordion-bar .contentblocks .content-item:nth-child(3) span.subhead,
	.accordion-bar .contentblocks .content-item:nth-child(4) span.subhead,
	.accordion-bar .contentblocks .content-item:nth-child(5) span.subhead { color: #fff; }
	.accordion-bar .contentblocks .content-item:nth-child(3) h3,
	.accordion-bar .contentblocks .content-item:nth-child(4) h3,
	.accordion-bar .contentblocks .content-item:nth-child(5) h3 { color: #fff; }
	.accordion-bar .contentblocks .content-item:nth-child(3) p,
	.accordion-bar .contentblocks .content-item:nth-child(4) p,
	.accordion-bar .contentblocks .content-item:nth-child(5) p { color: #fff; }
	.accordion-bar .contentblocks .content-item:nth-child(2) { }
	.accordion-bar.vacature { padding: 92px 0px 0px; }
	.accordion-bar.vacature .mainintro { padding-bottom: 57px; max-width: 1282px; margin: 0 auto; }
	.accordion-bar.vacature .mainheading { padding: 0px 60px 0px 12px; width: 44%; }
	.accordion-bar.vacature .mainheading h2 img { display: inline-block; }
	.accordion-bar.vacature .mainheading h2  { padding: 0px; text-align: left; }
	.accordion-bar.vacature .mainintro .info { padding: 11px 40px 0px 17px; width: 56%; }
	.accordion-bar.vacature .mainintro .info { }
	.accordion-bar.vacature .centering { padding: 0px 42px 0px 33px; }
	.accordion-bar.vacature span.arrow1 { right: 342px; bottom: -150px; width: 70px; height: 140px; background: url(images/move-arrow8.png) no-repeat; background-size: 100%; }
	.accordion-bar.vacature { }

	/*team-bar*/
	.team-bar { padding: 114px 0px 60px 0px; }
	.team-bar span.arrow1 { display: block; position: absolute; left: 381px; bottom: -138px; width: 171px; height: 248px; background: url(images/move-arrow4.png) no-repeat; background-size: 100%; }
	.team-bar span.arrow2 { display: block; position: absolute; right: 260px; top: -85px; width: 121px; height: 183px; background: url(images/move-arrow9.png) no-repeat; background-size: 100%; }
	.team-bar .centering { max-width: 1350px; }
	.team-bar .teamimgs { min-height: 628px; position: relative; width: 50%; }
	.team-bar .teamimgs .team-member { padding: 0px 0px 43px 39px; width: 226px; }
	.team-bar .teamimgs .team-member figure { }
	.team-bar .teamimgs .team-member figure img { display: block; border-radius: 15px; }
	.team-bar .teamimgs .team-member:nth-child(2) { padding: 0px 0px 43px 0px; }
	.team-bar .teamimgs .team-member:nth-child(3) { padding: 0px; position: absolute; left: 259px; top: 115px; width: 318px; }
	.team-bar .teamimgs .team-member:nth-child(4) { padding: 0px; position: absolute; left: 267px; bottom: 4px; width: 188px; }
	.team-bar span.texthand { position: absolute; left: 287px; top: 31px; color: #1E1E1E; font-size: 22px; font-weight: 500; line-height: 39px; display: block; padding-left: 70px; white-space: nowrap; }
	.team-bar span.texthand:before { position: absolute; left: 6px; top: -9px; width: 54px; height: 55px; content: ''; background-image: url(images/hand-icon.svg); background-repeat: no-repeat; animation-name: wave-animation; animation-duration: 2.5s; animation-iteration-count: infinite; }
	.team-bar .teamimgs { }
	.team-bar .contentsright { padding: 39px 0px 0px 20px; width: 50%; }
	.team-bar .contentsright h3 { padding-bottom: 26px; margin-left: -5px; color: #462772; line-height: 1.3; }
	.team-bar .contentsright h3 img { display: inline-block; max-width: 39px; margin: 0 0 7px 3px; }
	.team-bar .contentsright h4 { padding-bottom: 21px; }
	.team-bar.innerpage { padding: 118px 0px 60px 0px; }
	.team-bar .contentsright.mob { display: none; }
	.page-template-vacature-pagina .team-bar span.arrow2 { right: 0; }
	.page-template-vacature-pagina .team-bar .contentsright h3 {  padding-right: 125px;}

	@keyframes wave-animation {
	   0% { transform: rotate( 0.0deg) }
	   10% { transform: rotate(14.0deg) }
	   20% { transform: rotate(-8.0deg) }
	   30% { transform: rotate(14.0deg) }
	   40% { transform: rotate(-4.0deg) }
	   50% { transform: rotate(10.0deg) }
	   60% { transform: rotate( 0.0deg) }
	  100% { transform: rotate( 0.0deg) }
	}

	/*slider-bar*/
	.slider-bar { padding: 25px 0px 159px 0px; overflow: hidden; }
	.slider-bar h2 { padding-left: 2px; max-width: 430px; line-height: 1.22; }
	.slider-bar h2 img { display: inline-block; max-width: 39px; }
	.slider-bar .centering { max-width: 1356px; }
	.slider-bar .slidermainbg { padding: 33px 0px 0px; position: relative; }
	.slider-bar .slidermainbg .slide-item { padding-right: 44px; }
	.slider-bar .slidermainbg .slideitem { width: 480px; height: 500px; overflow: hidden; border-radius: 135px 26px 26px 26px; background: #F1B318; }
	.slider-bar .slidermainbg .slick-list { overflow: visible; }
	.slider-bar .slidermainbg .slick-prev { position: absolute; left: 20px; top: 45.5%; transform: translateX(-50%); width: 98px; height: 98px; background: url(images/slider-arrow-prev.png) no-repeat; background-size: 100%; font-size: 0px; border: 0px; cursor: pointer; z-index: 10; }
	.slider-bar .slidermainbg .slick-next { position: absolute; right: -98px; top: 45.5%; transform: translateX(-50%); width: 98px; height: 98px; background: url(images/slider-arrow.png) no-repeat; background-size: 100%; font-size: 0px; border: 0px; cursor: pointer; }
	.slider-bar .slidermainbg .slick-dots { display: none !important; }
	.slider-bar .slidermainbg .type1 .slideitem { padding: 70px 30px 20px 50px; }
	.slider-bar .slidermainbg .type1 .slideitem p { padding-bottom: 30px; color: #FFF; font-size: 26px; font-style: normal; line-height: 40px; min-height: 315px; }
	.slider-bar .slidermainbg .type1 .slideitem h5,
	.slider-bar .slidermainbg .type3 .slideitem h5 { color: #FFF; font-size: 24px; font-weight: 700; line-height: 40px; }
	.slider-bar .slidermainbg .type2 .slideitem { position: relative; }
	.slider-bar .slidermainbg .type2 .slideitem img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
	.slider-bar .slidermainbg .type2 { }
	.slider-bar .slidermainbg .type3 .slideitem { padding: 70px 35px 20px 60px; }
	.slider-bar .slidermainbg .type3 .slideitem p { padding-bottom: 40px; color: #FFF; font-size: 32px; font-style: normal; line-height: 53px; }
	.slider-bar .slidermainbg .type3 .slideitem h4 { padding-bottom: 8px; color: #FFF; font-size: 60px; font-style: normal; font-weight: 700; line-height: 53px; }
	.slider-bar .slidermainbg .type3 .slideitem h3 { min-height: 100px; color: #fff; font-size: 35px; font-weight: 800; line-height: 1.1; }
	.slider-bar .slidermainbg .type3 .slideitem p:last-child { padding-bottom: 0px; }
	
	/*appointment-bar*/
	.appointment-bar { padding: 80px 0px 119px 0px; background: #462872; }
	.appointment-bar span.arrow1 { display: block; position: absolute; left: 104px; top: -210px; width: 95px; height: 250px; background: url(images/move-arrow5.png) no-repeat; background-size: 100%; }
	.appointment-bar .centering { max-width: 1350px; }
	.appointment-bar .leftcontent { padding: 70px 68px 0px 0px; width: 37.27%; }
	.appointment-bar .leftcontent h3 { padding-bottom: 20px; margin-left: 0px; color: #fff; line-height: 1.15; }
	.appointment-bar .leftcontent h3 img { display: inline-block; max-width: 39px; margin: 0 0 7px 3px; }
	.appointment-bar .leftcontent p { padding-bottom: 20px; color: #fff; font-size: 23px; font-weight: 600; line-height: 32px; }
	.appointment-bar .leftcontent img { border-radius: 136px 16px 16px 16px; display: block; }
	.appointment-bar .leftcontent figure { margin-top: 0px; }
	.appointment-bar .rightform { width: 62.73%; overflow: hidden; }
	.appointment-bar .rightform .formbg { margin-left: -100px; width: 1010px; }
	.appointment-bar .rightform { }
	.appointment-bar .rightform .appform { padding: 49px 18px 35px 18px; border-radius: 17px; background: #fff; }
	.appointment-bar .rightform .appform span.wpcf7-form-control-wrap { padding: 0 10px 24px; display: block; width: 50%; }
	.appointment-bar .rightform .appform p { padding: 0px; display: flex; flex-wrap: wrap; }
	.appointment-bar .rightform .appform .wpcf7-text { padding: 0 25px; color: #1E1E1E; font-size: 19px; font-weight: 500; width: 100%; height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: rgba(252, 217, 230, 0.00); }
	.appointment-bar .rightform .appform .filebg { margin: 6px 10px 24px; position: relative; width: calc(100% - 20px); height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: rgba(252, 217, 230, 0.00); }
	.appointment-bar .rightform .appform .filebg label { position: absolute; left: 25px; top: 14px; color: #1E1E1E; font-size: 19px; font-weight: 500; opacity: 0.7; }
	.appointment-bar .rightform .appform .filebg span[data-name="voeg-cv"],
	.appointment-bar .rightform .appform .filebg span[data-name="voeg-motivatie"] { width: 100%; padding: 0px; height: 100%; position: absolute; left: 0px; top: 0px;  }
	.appointment-bar .rightform .appform .filebg input[type="file"] { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; }
	.appointment-bar .rightform .appform .filebg span[data-name="voeg-cv"]:after,
	.appointment-bar .rightform .appform .filebg span[data-name="voeg-motivatie"]:after { content: "Uploaden"; position: absolute; right: 9px; top: 9px; width: 153px; height: 47px; border-radius: 5px; background: #F1B318; text-align: center; color: #FFF; font-size: 18px; font-weight: 700; line-height: 47px; cursor: pointer; }
	.appointment-bar .rightform .appform .filebg span[data-name="voeg-cv"]:hover:after,
	.appointment-bar .rightform .appform .filebg span[data-name="voeg-motivatie"]:hover:after { background: #E61672; }
	.appointment-bar .rightform .appform .filebg + .filebg { margin-bottom: 40px; }
	.appointment-bar .wpcf7-not-valid-tip { display: none; }
	.appointment-bar .wpcf7-not-valid { border-color: #f00 !important; }
	.appointment-bar .rightform .appform .filebg { }
	.appointment-bar .rightform .appform .filebg { }
	.appointment-bar .rightform .appform .wpcf7 { }
	.appointment-bar .rightform .appform .buttonbg { overflow: hidden; width: 100%; }
	.appointment-bar .rightform .appform .buttonbg p { display: block; }
	.appointment-bar .rightform .appform .buttonbg input.wpcf7-submit { float: right; width: 259px; height: 47px; border-radius: 85px; color: #FFF; font-size: 18px; font-style: normal; font-weight: 700; cursor: pointer; border: 0px; line-height: normal; background: #F1B318; }
	.appointment-bar .rightform .appform .buttonbg input.wpcf7-submit:hover { background: #E61672; }
	.appointment-bar .rightform .appform { }
	.appointment-bar .rightform .appform .gform_fields { display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 0; }
	.appointment-bar .rightform .appform input.large { padding: 0 25px; color: #1E1E1E; font-size: 19px; font-weight: 500; width: 100%; height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: rgba(252, 217, 230, 0.00); }
	.appointment-bar .rightform .appform .gfield { padding: 0 10px 24px; display: block; width: 50%; }
	.appointment-bar .rightform .appform #field_1_8,
	.appointment-bar .rightform .appform #field_1_9 { width: 100%; }
	.appointment-bar .rightform .appform .gform_fileupload_rules { display: none; }
	.appointment-bar .rightform .appform .ginput_container_fileupload { position: relative; width: 100%; height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: rgba(252, 217, 230, 0.00); }
	.appointment-bar .rightform .appform .gfield--type-fileupload { position: relative; }
	.appointment-bar .rightform .appform .gfield--type-fileupload label { position: absolute; left: 35px; top: 21px; color: #111; font-size: 19px; font-weight: 500; opacity: 0.7; }
	.appointment-bar .rightform .appform .gfield--type-fileupload label span { display: none; }
	.appointment-bar .rightform .appform .ginput_container_fileupload input { opacity: 0; z-index: 10; position: relative; }
	.appointment-bar .rightform .appform .ginput_container_fileupload:after { content: "Uploaden"; position: absolute; right: 9px; top: 9px; width: 153px; height: 47px; border-radius: 5px; background: #F1B318; text-align: center; color: #FFF; font-size: 18px; font-weight: 700; line-height: 47px; cursor: pointer; }
	.appointment-bar .rightform .appform .ginput_container_fileupload:hover:after { background: #E61672; }
	.appointment-bar .rightform .appform .gform-theme.gform-theme--framework.gform_wrapper .button{ float: right; width: 259px; height: 47px; border-radius: 85px; color: #FFF; font-size: 18px; font-style: normal; font-weight: 700; cursor: pointer; border: 0px; line-height: normal; background: #F1B318; }
	.appointment-bar .rightform .appform .gform-theme.gform-theme--framework.gform_wrapper .button:hover { background: #E61672; }
	.appointment-bar .rightform .appform .gform-theme--foundation .gform_footer { margin: 10px 0px 0px; display: flex; justify-content: flex-end; }
	.appointment-bar .rightform .appform .gfield_validation_message { display: none; }
	.appointment-bar .rightform .appform .gfield_error input.large { border-color: #f00; }
	.appointment-bar .rightform .appform .gfield_error .ginput_container_fileupload { border-color: #f00; }
	.appointment-bar .rightform .appform { }
	.appointment-bar .rightform .appform { }
	.appointment-bar .rightform .appform { }
	.appointment-bar.vacatures { padding-bottom: 151px; }
	.appointment-bar.vacatures .leftcontent { padding: 54px 10px 0px 46px; }
	.appointment-bar.vacatures .leftcontent h3 { padding-bottom: 20px; }
	.appointment-bar.vacatures .leftcontent p { font-size: 21px; font-weight: 400; line-height: 36px; margin-left: -4px; }
	.appointment-bar.vacatures .leftcontent { }
	.appointment-bar.vacatures .leftcontent figure { margin: 20px 0 0 -5px; padding: 0px 18px 0px 0px; }
	.appointment-bar.vacatures .rightform { padding: 68px 0px 0px 44px; }
	.appointment-bar.vacatures span.arrow1 { left: 145px; }
	.appointment-bar.vacatures { }

	/*offerslider-bar*/
	.offerslider-bar { padding: 95px 0px 0px 0px; overflow: hidden; position: relative; z-index: 1;  }
	.offerslider-bar h2 { padding-bottom: 47px; text-align: center; }
	.offerslider-bar h2 img { display: inline-block; max-width: 39px; }
	.offerslider-bar .offersliderbg { padding: 0px 0px 0px 20px; }
	.offerslider-bar .offersliderbg .slide-item { padding: 81px 44px 0 0; position: relative; }
	.offerslider-bar .offersliderbg .slideitembg { padding: 113px 44px 20px 54px; width: 480px; height: 413px; overflow: hidden; border-radius: 136px 26px 26px 26px; background: #fff9f9; }
	.offerslider-bar .offersliderbg .slick-list { overflow: visible; }
	.offerslider-bar .offersliderbg .slick-prev { position: absolute; left: 0px; top: 45.5%; transform: translateX(-50%); width: 98px; height: 98px; background: url(images/slider-arrow-prev.png) no-repeat; background-size: 100%; font-size: 0px; border: 0px; cursor: pointer; z-index: 10; }
	.offerslider-bar .offersliderbg .slick-next { position: absolute; right: -98px; top: 45.5%; transform: translateX(-50%); width: 98px; height: 98px; background: url(images/slider-arrow.png) no-repeat; background-size: 100%; font-size: 0px; border: 0px; cursor: pointer; z-index: 10; }
	.offerslider-bar .offersliderbg .slide-item { }
	.offerslider-bar .offersliderbg figure { position: absolute; left: 43px; top: 4px; width: 173px; height: 173px; border-radius: 50%; background: rgba(252, 217, 230, 0.20); display: flex; align-items: center; justify-content: center; }
	.offerslider-bar .offersliderbg figure span { display: flex; align-items: center; justify-content: center; width: 127px; height: 127px; border-radius: 50%; }
	.offerslider-bar .offersliderbg p { color: #462772; font-size: 28px; line-height: 47px; }
	.offerslider-bar .slick-dots { padding-top: 20px; list-style: none; display: flex; align-items: center; justify-content: center; }
	.offerslider-bar .slick-dots li { padding: 0 3px; }
	.offerslider-bar .slick-dots li button { font-size: 0px; border: 0px; cursor: pointer; width: 15px; height: 15px; background: #462772; border-radius: 50%; }
	.offerslider-bar .slick-dots li.slick-active button { background: #F1B318; }

	/*simpleslider-bar*/
	.simpleslider-bar { padding: 75px 0px 98px 0px; overflow: hidden; }
	.simpleslider-bar .centering { max-width: 1365px; }
	.simpleslider-bar h3 { padding-bottom: 25px; color: #462772; font-weight: 600; }
	.simpleslider-bar h3 strong { font-weight: 600; }
	.simpleslider-bar h3 img { display: inline-block; max-width: 39px; margin-left: 10px; }
	.simpleslider-bar .sliderrightbg { padding: 10px 0px 0px 0px; width: 54%; }
	.simpleslider-bar .sliderrightbg .slick-dots { }
	.simpleslider-bar .sliderrightbg .slide-item { padding: 0px 40px 0 0; position: relative; }
	.simpleslider-bar .sliderrightbg .slideitem { padding: 20px 63px 20px 47px; width: 443px; height: 367px; overflow: hidden; border-radius: 25px 135px 25px 25px; background: #FFF9F9; display: flex; align-items: center; flex-wrap: wrap; }
	.simpleslider-bar .sliderrightbg .slick-list { overflow: visible; }
	.simpleslider-bar .sliderrightbg .slick-prev { position: absolute; left: 0px; bottom: -120px; transform: translateX(0); width: 80px; height: 80px; background: url(images/slider-arrow-prev.png) no-repeat; background-size: 100%; font-size: 0px; border: 0px; cursor: pointer; z-index: 10; }
	.simpleslider-bar .sliderrightbg .slick-next { position: absolute; right: -98px; bottom: -120px; transform: translateX(0); width: 80px; height: 80px; background: url(images/slider-arrow.png) no-repeat; background-size: 100%; font-size: 0px; border: 0px; cursor: pointer; }
	.simpleslider-bar .sliderrightbg .slide-item.slit2 .slideitem { background: #FCD9E6; }
	.simpleslider-bar .sliderrightbg .slide-item.slit3 .slideitem { background: #E61672; }
	.simpleslider-bar .sliderrightbg .slide-item.slit4 .slideitem { background: #462772; }
	.simpleslider-bar .sliderrightbg .slide-item.slit5 .slideitem { background: #F1B318; }
	.simpleslider-bar .sliderrightbg .slide-item.slit6 .slideitem { background: #FCD9E6; }
	.simpleslider-bar .sliderrightbg .slide-item.slit7 .slideitem { background: #E61672; }
	.simpleslider-bar .sliderrightbg .slide-item.slit8 .slideitem { background: #462772; }
	.simpleslider-bar .sliderrightbg .slide-item.slit9 .slideitem { background: #F1B318; }
	.simpleslider-bar .sliderrightbg .slide-item.slit10 .slideitem { background: #FCD9E6; }
	.simpleslider-bar .sliderrightbg .slide-item.slit3 .slideitem p,
	.simpleslider-bar .sliderrightbg .slide-item.slit7 .slideitem p,
	.simpleslider-bar .sliderrightbg .slide-item.slit8 .slideitem p { color: #fff; }
	.simpleslider-bar .sliderrightbg .slide-item.slit4 .slideitem p { color: #fff; }
	.simpleslider-bar .sliderrightbg .slide-item { }
	.simpleslider-bar .sliderrightbg .slide-item { }
	.simpleslider-bar .sliderrightbg p { color: #462772; font-size: 28px; line-height: 54px; }
	.simpleslider-bar .infoleft { padding: 0px 75px 0px 0px; width: 46%; background: #fff; position: relative; z-index: 10; }
	.simpleslider-bar .infoleft p strong { color: #E61672; font-weight: 700; }
	.simpleslider-bar .infoleft:after { content: ""; position: absolute; right: 100%; top: 0px; width: 50vw; height: 100%; background: #fff; }
	.simpleslider-bar .infoleft { }

	.simpleslider-bar { position: relative; }
	.simpleslider-bar .centering { position: static; }
	.simpleslider-bar .slick-slider { position: static; }
	.simpleslider-bar .sliderrightbg .slick-next { right: 25px; bottom: 70px; }
	.simpleslider-bar .sliderrightbg .slick-prev { left: auto; bottom: 70px; transform: translateX(0); right: 50%; margin-right: -30px; }
	.simpleslider-bar .slick-dots { padding-top: 40px; list-style: none; display: flex; align-items: center; justify-content: center; width: 54vw; }
	.simpleslider-bar .slick-dots li { padding: 0 3px; }
	.simpleslider-bar .slick-dots li button { font-size: 0px; border: 0px; cursor: pointer; width: 15px; height: 15px; background: #462772; border-radius: 50%; }
	.simpleslider-bar .slick-dots li.slick-active button { background: #F1B318; }



	/*hero-bar*/
	.hero-bar { position: relative; }
	.hero-bar1:after { content: ""; position: absolute; left: 50%; top: -50%; transform: translate(-50%, 0); width: 1440px; height: 1648px; background: url(images/congratulations.png) no-repeat; background-size: 100%; }
	.hero-bar .centering { padding: 100px 20px 30px 20px; text-align: center; min-height: 664px; max-width: 1358px; border-radius: 25px 25px 25px 165px; background: #462772; }
	.hero-bar h1 { padding-bottom: 53px; color: #fff; }
	.hero-bar h1 img { display: inline-block; max-width: 39px; }
	.hero-bar .innerbox { padding: 0px 0px 0px 25px; max-width: 875px; margin: 0 auto; }
	.hero-bar p { padding-bottom: 45px; color: #FFF; font-size: 34px; font-weight: 600; line-height: 35px; }
	.hero-bar a.button { margin-top: 30px; }
	.hero-bar span.arrow1 { display: block; position: absolute; left: 24px; bottom: -67px; width: 45px; height: 133px; background: url(images/move-arrow10.png) no-repeat; background-size: 100%; }
	.hero-bar .innerbox .gform_wrapper .gform_fields { display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 0; }
	.hero-bar .innerbox .gform_wrapper input.large, .hero-bar .formid .gform-theme--foundation .gfield textarea.large { padding: 0 25px; color: #000; font-size: 19px; font-weight: 400; width: 100%; height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: #FFF; text-align: left; }
	.hero-bar .innerbox *::-webkit-input-placeholder { opacity: 0.5; }
	.hero-bar .innerbox *::-moz-placeholder {opacity: 0.5; }
	.hero-bar .innerbox *:-ms-input-placeholder {opacity: 0.5; }
	.hero-bar .innerbox .gform_wrapper .gfield { padding: 0 10px 24px; display: block; width: 100%; }
	.hero-bar .innerbox .gform_wrapper .gfield#field_2_10 { width: 100%; }
	.hero-bar .innerbox .gform-theme.gform-theme--framework.gform_wrapper .button { padding: 5px 30px; float: right; width: auto!important; height: 55px !important; border-radius: 85px !important; color: #FFF !important; font-size: 18px !important; font-style: normal; font-weight: 700 !important; cursor: pointer; border: 0px !important; line-height: normal !important; background: #F1B318 !important; }
	.hero-bar .innerbox .gform-theme.gform-theme--framework.gform_wrapper .button:hover { background: #E61672 !important; }
	.hero-bar .innerbox .gform-theme--foundation .gform_footer { margin: 10px 0px 0px; display: flex; justify-content: flex-end; }
	.hero-bar .innerbox .gfield_validation_message { display: none; }
	.hero-bar .innerbox .gfield_error input.large { border-color: #f00; }
	.hero-bar .innerbox .gfield_error .ginput_container_fileupload { border-color: #f00; }
	.hero-bar .gform-theme--foundation .gfield textarea.large { min-block-size: 50px; }
	.hero-bar .innerbox .gform_wrapper .gfield#field_3_5,
	.hero-bar .innerbox .gform_wrapper .gfield#field_3_6,
	.hero-bar .innerbox .gform_wrapper .gfield#field_3_7 { width: 33.33%; }
	.hero-bar .innerbox .gform_wrapper label { font-size: 22px; color: #fff; }
	.hero-bar .innerbox .gform_wrapper .gfield--type-html { padding: 30px; margin: 10px 15px 30px; border: #fff solid 1px; padding: 20px; text-align: left; }
	/*.hero-bar .innerbox .gform_wrapper .gfield_signature_container { width: 100% !important; }*/
	.hero-bar .innerbox .gform_wrapper .gfield--type-html p { padding-bottom: 20px; font-size: 20px; line-height: 26px; font-weight: 400; }
	.hero-bar .innerbox .gform_wrapper .gfield--type-html p:last-child { padding: 0px; }
	.hero-bar .innerbox .gform_wrapper .gfield_signature_container canvas { width: 100% !important; }
	.hero-bar .innerbox .gform_wrapper { padding-bottom: 40px; }
	.hero-bar .innerbox .gform_wrapper .gform_validation_errors { background: #fff; }
	.page-id-368 .hero-bar span.arrow1 { display: none; }
	.hero-bar #input_3_11_toolbar { width: 100% !important; }
	.hero-bar { }

	.contactbg { margin: 10px auto 0; max-width: 1357px; border-radius: 25px 25px 25px 135px; background: rgba(246, 229, 229, 0.90); }
	
	/*contacthero-bar*/
	.contacthero-bar { position: relative; }
	.contacthero-bar .text,
	.contacthero-bar .textcont { position: relative; max-width: 1358px; margin: 0 auto; height: 347px; }
	.contacthero-bar .info { padding: 87px 40px 0px 78px; max-width: 710px; }
	.contacthero-bar .info h1 { padding-bottom: 26px; color: #462772; font-weight: 600; }
	.contacthero-bar .info p { color: #fff; font-size: 24px; font-weight: 600; line-height: 35px; }
	.contacthero-bar .info { }
	.contacthero-bar .info { }
	.contacthero-bar .imgs { }
	.contacthero-bar .imgs .team-member { position: absolute; right: 68px; top: 57px; max-width: 284px; }
	.contacthero-bar .imgs img { display: block; border-radius: 17px; }
	.contacthero-bar .imgs .team-member:nth-child(2) { right: 381px; top: 147px; max-width: 202px; }
	.contacthero-bar .imgs .team-member:nth-child(3) { right: 221px; top: 356px; max-width: 130px; }
	.contacthero-bar .imgs .team-member:nth-child(2) img { border-radius: 10px; }
	.contacthero-bar .imgs { }
	.contacthero-bar .imgs { }
	.contacthero-bar span.arrow1 { display: block; position: absolute; left: 613px; bottom: -39px; width: 76px; height: 115px; background: url(images/arrow-down.png) no-repeat; background-size: 100%; }
	.contacthero-bar { }

	/*contact-bar*/
	.contact-bar { padding: 61px 0px; position: relative; }
	.contact-bar { }
	.contact-bar .centering { max-width: 1195px; }
	.contact-bar h2 { padding: 0px 0px 0px 11px; max-width: 625px; }
	.contact-bar h2 img { display: inline-block; max-width: 39px; }
	.contact-bar .contentblocks { padding: 93px 0px 0px 2px; position: relative; min-height: 710px; }
	.contact-bar .contentblocks .block1 { position: relative; width: 523px; }
	.contact-bar .contentblocks .block0 { position: absolute; left: 132px; top: 306px; }
	.contact-bar .contentblocks .block1 .contentmid { padding: 30px 37px 23px 34px; width: 100%; border-radius: 16px; background: #462772;  }
	.contact-bar .contentblocks .block1 .contentmid:before { position: absolute; width: 44px; height: 60px; content: ''; visibility: visible; right: 0px; top: -30px; background-image: url(images/shape-1.svg); background-repeat: no-repeat; }
	.contact-bar .contentblocks .icon { height: 73px; width: 73px; position: absolute; left: -50px; top: -36px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50px; margin: 0; }
	.contact-bar .contentblocks .icon img { max-width: 38px; display: block; position: relative; z-index: 10; height: auto; }
	.contact-bar .contentblocks h3 { padding-bottom: 15px; color: #FFF; font-size: 26px; font-weight: 700; line-height: 35px; }
	.contact-bar .contentblocks p { padding-left: 1px; color: #FFF; font-size: 18px; font-weight: 500; line-height: 28px; }
	.contact-bar .contentblocks .icon:hover:before { content: ""; position: absolute; display: block; width: 100px; height: 100px; box-sizing: border-box; margin-left: 0; margin-top: 0; border-radius: 100%; background-color: #FCD9E6; animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
	.contact-bar .contentblocks .block2 { position: absolute; right: 11px; max-width: 427px; top: 97px; }
	.contact-bar .contentblocks .block2 .contentmid { padding: 24px 20px 11px 34px; background: #e71672; }
	.contact-bar .contentblocks .block2 .contentmid:before { width: 57px; height: 47px; right: auto; left: -40px; top: 0px; background-image: url(images/arrow-left.png); background-repeat: no-repeat; }
	.contact-bar .contentblocks .block2 .icon { left: auto; right: -28px; }
	.contact-bar .contentblocks .block2 h3 { padding: 0 0 25px 14px; }
	.contact-bar .contentblocks .block2 a.phone i { transform: rotate(90deg); }
	.contact-bar .contentblocks .block2 a i { }
	.contact-bar .contentblocks .block2 { }
	.contact-bar .contentblocks .block3 { position: absolute; left: 0px; width: 549px; top: 56px; }
	.contact-bar .contentblocks .block3 .contentmid { padding: 28px 20px 14px 30px; background: #f2b318; }
	.contact-bar .contentblocks .block3 .contentmid:before { width: 54px; height: 60px; right: -22px; left: auto; top: -20px; background-image: url(images/shape-5.svg); background-repeat: no-repeat; transform: rotate(404deg); }
	.contact-bar .contentblocks .block3 .icon { left: -47px; top: -22px; }
	.contact-bar .contentblocks .block3 a.button { color: #462772; background: #fff; }
	.contact-bar .contentblocks .block3 h3 { padding-bottom: 25px; }
	.contact-bar .contentblocks a.button { margin-bottom: 19px; line-height: 28px; display: block; text-align: center; border-radius: 52px; border: 1px solid rgba(255, 255, 255, 0.34); font-size: 17px; color: #E61672; background: #fff; }
	.contact-bar .contentblocks a.button:hover { color: #fff; background: #462772; border-color: #462772; }
	.contact-bar { }

	.contactformpopup { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; display: none; background: rgba(4, 4, 4, 0.71); z-index: 101; }
	.contactformpopup .formid { padding: 15px 31px 30px 32px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 791px; width: 90%; border-radius: 17px; background: #462772; }
	.contactformpopup a.closebtnpop { position: absolute; right: 0px; top: -40px; color: #FFF; font-size: 19px; font-style: normal; font-weight: 500; line-height: 39px; text-decoration: none; }
	.contactformpopup a.closebtnpop span { width: 27px; height: 27px; border-radius: 50%; color: #462772; font-family: 'Montserrat'; font-size: 19px;
font-style: normal; font-weight: 700; display: inline-block; line-height: 27px; text-align: center; background: #FCD9E6; }
	.contactformpopup h3 { padding-bottom: 10px; color: #fff; font-size: 30px; font-style: normal; font-weight: 600; line-height: 49px; }
	.contactformpopup h4 { padding-bottom: 25px; color: #fff; font-size: 18px; font-weight: 500; }
	.contactformpopup span.wpcf7-form-control-wrap { padding: 0 10px 24px; display: block; width: 50%; }
	.contactformpopup span[data-name="your-message"] { width: 100%; }
	.contactformpopup p { padding: 0px; display: flex; flex-wrap: wrap; }
	.contactformpopup .wpcf7-text, .contactformpopup textarea { padding: 0 25px; color: #000; font-size: 19px; font-weight: 500; width: 100%; height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: #FFF; }
	.contactformpopup textarea { padding: 10px 25px !important; resize: none !important; height: 148px !important; display: block; }
	.contactformpopup .wpcf7 { }
	.contactformpopup .buttonbg { overflow: hidden; width: 100%; justify-content: flex-end; display: flex; }
	.contactformpopup .buttonbg span.lasttest { padding-right: 20px; display: block; color: #FFF; font-family: 'Montserrat'; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; }
	.contactformpopup .buttonbg .wpcf7-spinner { position: absolute; }
	.contactformpopup .buttonbg p { display: flex; justify-content: flex-end; align-items: center; }
	.contactformpopup .buttonbg input.wpcf7-submit { float: right; width: 185px; height: 47px; border-radius: 85px; color: #FFF; font-size: 18px; font-style: normal; font-weight: 700; cursor: pointer; border: 0px; line-height: normal; background: #F1B318; }
	.contactformpopup .buttonbg input.wpcf7-submit:hover { background: #E61672; }
	.contactformpopup .wpcf7-not-valid-tip { display: none; }
	.contactformpopup .wpcf7-not-valid { border-color: #f00; }
	.contactformpopup .formid .gform_wrapper .gform_fields { display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 0; }
	.contactformpopup .formid .gform_wrapper input.large, .contactformpopup .formid .gform-theme--foundation .gfield textarea.large { padding: 0 25px; color: #000; font-size: 19px; font-weight: 500; width: 100%; height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: #FFF; }
	.contactformpopup .formid .gform_wrapper .gfield { padding: 0 10px 24px; display: block; width: 50%; }
	.contactformpopup .formid .gform_wrapper .gfield#field_2_10 { width: 100%; }
	.contactformpopup .formid .gform-theme.gform-theme--framework.gform_wrapper .button { float: right; width: 185px !important; height: 47px !important; border-radius: 85px !important; color: #FFF !important; font-size: 18px !important; font-style: normal; font-weight: 700; cursor: pointer; border: 0px !important; line-height: normal !important; background: #F1B318 !important; }
	.contactformpopup .formid .gform-theme.gform-theme--framework.gform_wrapper .button:hover { background: #E61672 !important; }
	.contactformpopup .formid .gform-theme--foundation .gform_footer { margin: 10px 0px 0px; display: flex; justify-content: flex-end; }
	.contactformpopup .formid .gfield_validation_message { display: none; }
	.contactformpopup .formid .gfield_error input.large { border-color: #f00; }
	.contactformpopup .formid .gfield_error .ginput_container_fileupload { border-color: #f00; }
	.contactformpopup .gform-theme--foundation .gfield textarea.large { min-block-size: 50px; }
	.contactformpopup { }

	.calendlypopup { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(4, 4, 4, 0.71); z-index: -1; opacity: 0; visibility: hidden; }
	.calendlypopup .lightboxbg { padding: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1050px; max-width: 90%; }
	.calendlypopup a.closebtnpop { position: absolute; right: 120px; top: 25px; color: #FFF; font-size: 19px; font-style: normal; font-weight: 500; line-height: 39px; text-decoration: none; z-index: 111; }
	.calendlypopup a.closebtnpop span { width: 27px; height: 27px; border-radius: 50%; color: #462772; font-family: 'Montserrat'; font-size: 19px;
font-style: normal; font-weight: 700; display: inline-block; line-height: 27px; text-align: center; background: #FCD9E6; }
	.calendlypopup.showallcl { z-index: 101; opacity: 1; visibility: visible; }

	#calendlypopupbg { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(4, 4, 4, 0.71); z-index: -1; opacity: 0; visibility: hidden; }
	#calendlypopupbg .appointment-bar { padding: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1380px; max-width: 100%; max-height: 85vh; overflow: auto; border-radius: 30px; }
	#calendlypopupbg a.closebtnpop, a.closebtnpop.closebtn.closebtn { position: absolute; right: 30px; top: -40px; color: #FFF; font-size: 19px; font-style: normal; font-weight: 500; line-height: 39px; text-decoration: none; z-index: 111; }
a.closebtnpop.closebtn.closebtn{top:-45px; color: #462772}
#calendlypopupbg a.closebtnpop span, a.closebtnpop.closebtn.closebtn span{ width: 27px; height: 27px; border-radius: 50%; color: #462772; font-family: 'Montserrat'; font-size: 19px;
font-style: normal; font-weight: 700; display: inline-block; line-height: 27px; text-align: center; background: #FCD9E6; }
	#calendlypopupbg.showallcl { z-index: 101; opacity: 1; visibility: visible; }
	#calendlypopupbg .appointment-bar .leftcontent { padding: 40px 40px 0px 0px; }
	#calendlypopupbg .bgclform { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1380px; max-width: 90%; max-height: 85vh; min-height: 85vh; }
	#calendlypopupbg .bgclform .appointment-bar .leftcontent h3 { padding-bottom: 10px; }
	#calendlypopupbg .bgclform .appointment-bar .leftcontent figure { margin-top: 5px; }

	/*footer-part*/
	#footer-part { }
	#footer-part .footertop { padding: 31px 0px; }
	#footer-part .centering { max-width: 1355px; }
	#footer-part .footerlogo { width: 254px; }
	#footer-part .copyright p { padding: 0px; color: #1E1E1E; font-size: 18px; font-style: normal; font-weight: 500; line-height: 22px; }
	#footer-part .copyright a { color: #1E1E1E; text-decoration: underline; }
	#footer-part .copyright a:hover { text-decoration: none; }
	#footer-part .copyright { padding: 10px 25px 0px 0px; }


/*###### Elementor CSS #######*/
.mainbanner { }
.mainbanner.e-con>.e-con-inner { padding-left: 5px; position: relative; }

.elementor-widget-button .elementor-button { padding: 10px 23px 10px 30px; line-height: 30px; display: flex; justify-content: center; font-size: 15px !important; font-weight: 700 !important; font-family: "Montserrat", sans-serif !important; font-style: normal; color: #fff; border-radius: 52px; background: #f2b318 !important; text-decoration: none; }
.elementor-widget-button .elementor-button > span { padding-right: 26px; display: block; background: url(images/button-icon.png) right no-repeat; background-size: 19px; }
.elementor-widget-button .elementor-button:hover, .elementor-widget-button .elementor-button.active { color: #fff !important; background: #e51671 !important; }
.elementor-widget-button.big .elementor-button { padding: 15px 33px 16px 35px; font-size: 18px !important; }
.elementor-widget-button.big .elementor-button > span { padding-right: 30px; }
.elementor-widget-button.pink .elementor-button { background: #E61672 !important; }
.elementor-widget-button.pink.hover-darken .elementor-button:hover { background: #c0015d !important; }
.elementor-widget-button.pink .elementor-button:hover { background: #462772 !important; }
.elementor-widget-button.wht .elementor-button { color: #462772 !important; background: #fff !important; }
.elementor-widget-button.wht .elementor-button:hover { color: #fff !important; background: #462772 !important; }
.elementor-widget-button.wht .elementor-button > span { background: url(images/logo-icon.png) right no-repeat; background-size: 19px; }
.elementor-widget-button.wht .elementor-button:hover > span { background: url(images/button-icon.png) right no-repeat; background-size: 19px; }
.elementor-widget-button.yellow .elementor-button { background: #E61672 !important; }
.elementor-widget-button.yellow .elementor-button:hover { background: #462772 !important; }


.tabsbox { }
.tabsbox.elementor-widget-n-tabs { }
.tabsbox.elementor-widget-n-tabs .e-n-tab-title { padding: 13px 20px 15px 47px; min-height: 136px; display: flex; align-items: center; border-bottom: #FCD9E6 solid 1px !important; border-radius: 0; }
.tabsbox.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text { display: block; width: 100%; text-align: left; }
.tabsbox.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text span { display: block; color: #E61672; }
.tabsbox.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] { border-bottom: 0px !important; border-radius: 45px 0px 0px 26px; }
.tabsbox.elementor-widget-n-tabs { }
.tabsbox.elementor-widget-n-tabs { }
.tabsbox.elementor-widget-n-tabs { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content h5 { padding-bottom: 23px; color: #462772; font-size: 22px; }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content p { color: #462772; }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor ul { list-style: none; padding: 0px 0px 7px; margin: 0px; }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor ul li { padding: 0px 0px 20px 32px; position: relative; list-style: none; color: #E61672; font-size: 22px; font-style: normal; font-weight: 600; line-height: 39px; font-family: "Montserrat", sans-serif; background: url(images/tick1.png) left 11px no-repeat; }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor ul li:before { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor ul { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor ul { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor ul { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content { }
.tabsbox.elementor-widget-n-tabs .e-n-tabs-content { }
.gform-theme--framework.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single{ height: 68px; padding: 0 25px;
	display: flex;
	align-items: center;
	font-size: 19px;
	-webkit-border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	border-radius: 8px!important;
	font-family: 'Montserrat';
	border: 1px solid rgba(0, 0, 0, 0.20)!important;
	font-weight: 500;
	}
.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{
	font-family: 'Montserrat';
	font-weight: 500;
}
.elementor-widget-text-editor ul { list-style: none; padding: 0px 0px 7px; margin: 0px; }
.elementor-widget-text-editor ul li { padding: 0px 0px 20px 32px; position: relative; list-style: none;  font-style: normal; font-weight: 600; line-height: 39px; font-family: "Montserrat", sans-serif; background: url(images/tick1.png) left 11px no-repeat; }
.elementor-widget-text-editor .list-green ul li {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzRjYWY1MCIgZD0iTTY0IDMyQzI4LjcgMzIgMCA2MC43IDAgOTZMMCA0MTZjMCAzNS4zIDI4LjcgNjQgNjQgNjRsMzIwIDBjMzUuMyAwIDY0LTI4LjcgNjQtNjRsMC0zMjBjMC0zNS4zLTI4LjctNjQtNjQtNjRMNjQgMzJ6TTMzNyAyMDlMMjA5IDMzN2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBsLTY0LTY0Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOXMyNC42LTkuNCAzMy45IDBsNDcgNDdMMzAzIDE3NWM5LjQtOS40IDI0LjYtOS40IDMzLjkgMHM5LjQgMjQuNiAwIDMzLjl6Ii8+PC9zdmc+");
	-webkit-background-size: 22px;
	background-size: 22px;
	background-position: left 7px;
	background-repeat: no-repeat;
}
.elementor-widget-text-editor h3 {
	color: #462772;
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4em;
}
.elementor-widget-text-editor h4 {
	font-size: 30px;
	line-height: 1.4em;
	color: #E61672;
	font-weight: 500;
}

@media (max-width: 767px ){
	.elementor-widget-text-editor h2 {
		line-height: 1.4;
		padding-bottom: 10px;
	}
	.elementor-widget-text-editor h3 {
		font-size: 28px;
		padding-bottom: 10px;
	}

	.elementor-widget-text-editor h4 {
		font-size: 24px;
		padding-bottom: 10px;

	}
	.elementor-widget-n-tabs .e-n-tabs-content { transition: none }
	.elementor-widget-n-tabs .e-n-tabs-content > div { transition: none }
	.elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"] { border-radius: 20px 20px 20px 20px}
}
.elementor-widget-text-editor.list1 ul { list-style: none; padding: 23px 0px 7px; margin: 0px; }
.elementor-widget-text-editor.list1 ul li { padding: 0px 0px 17px 34px; position: relative; list-style: none; color: #1E1E1E; font-size: 22px; font-style: normal; font-weight: 600; line-height: 39px; font-family: "Montserrat", sans-serif; background: url(images/tick1.png) left 11px no-repeat; }

.elementor-element.ctacontent { margin-left: auto; margin-right: auto; }
.elementor-element.ctacontent h2 { padding-bottom: 15px; }
.elementor-element.ctacontent p { font-size: 21px; }
.elementor-element.ctacontent .content-item.hide { display: none; }
.elementor-element.ctacontent:after { content: ""; position: absolute; left: 0px; bottom: 15px; width: 100%; height: 226px; border-radius: 36px 0px 0px 36px; background: linear-gradient(180deg, rgba(255, 249, 249, 0.00) -100%, #FFF9F9 39%); }
.elementor-element.ctacontent .elementor-widget-button { position: relative; z-index: 10; }
.elementor-element.ctacontent { }
.elementor-element.ctacontent { }
.elementor-element.ctacontent { }
.elementor-element.ctacontent { }

.elementor-element.ctaformblock { }
.elementor-element.ctaformblock .leftcontent { }
.elementor-element.ctaformblock .leftcontent p { padding-bottom: 30px; color: #fff; font-size: 21px; }
.elementor-element.ctaformblock .leftcontent .elementor-heading-title { padding-bottom: 20px; position: relative; }
.elementor-element.ctaformblock .leftcontent .elementor-heading-title:after { content: ""; margin-left: 10px; display: inline-block; width: 38px; height: 16px; background: url(images/logo-icon.png) no-repeat; background-size: 100%; }
.elementor-element.ctaformblock .leftcontent { }
.elementor-element.ctaformblock .leftcontent1 p { padding-bottom: 10px; line-height: 36px; }
.elementor-element.ctaformblock .gform-theme--foundation .gform_fields { display: flex; flex-wrap: wrap; margin: 0 -10px; column-gap: 0px; row-gap: 0px; width: auto; }
.elementor-element.ctaformblock .gform-theme--foundation .gfield { padding: 0 10px 23px; width: 50%; }
.elementor-element.ctaformblock .gform-theme--foundation .gfield.gfield--type-textarea { padding: 0 10px 23px; width: 100%; }
.elementor-element.ctaformblock .ginput_container_text input,
.elementor-element.ctaformblock .ginput_container_email input,
.elementor-element.ctaformblock .ginput_container_phone input,
.elementor-element.ctaformblock .ginput_container_number input,
.elementor-element.ctaformblock .gform-theme--foundation .gfield.gfield--type-textarea textarea { padding: 0 25px; color: #1E1E1E; font-family: 'Montserrat'; font-size: 19px; font-style: normal; font-weight: 500; line-height: 39px; width: 100%; height: 68px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20); background: rgba(252, 217, 230, 0.00); }
.elementor-element.ctaformblock .gform-theme--foundation .gfield.gfield--type-textarea textarea { padding: 15px 25px; min-block-size: 141px; height: 141px;}
.elementor-element.ctaformblock .gform-theme--foundation .gform_footer { padding: 0px 0px 0px 0px; margin: 0px; display: flex; justify-content: flex-end; }
.elementor-element.ctaformblock .gform-theme.gform-theme--framework.gform_wrapper .button { width: 184px !important; height: 47px !important; border-radius: 85px !important; border: 0px !important; cursor: pointer !important; color: #FFF !important; font-family: 'Montserrat' !important; font-size: 18px !important; font-style: normal !important; font-weight: 700 !important; line-height: normal !important; background: #F1B318 !important; }
.elementor-element.ctaformblock .gform-theme.gform-theme--framework.gform_wrapper .button:hover { background: #E61672 !important; }
.elementor-element.ctaformblock .gform_heading .gform_description { padding-bottom: 0px; }
.elementor-element.ctaformblock .rightform { }
.elementor-element.ctaformblock .rightform p { font-size: 20px; line-height: 33px; }
.elementor-element.ctaformblock .rightform { }
.elementor-element.ctaformblock .rightform { }
.elementor-element.ctaformblock .rightform { }
.elementor-element.ctaformblock .rightform { }
.elementor-element.ctaformblock .pinkformbtn .gform-theme.gform-theme--framework.gform_wrapper .button { padding-right: 20px; background: #e71672 url(images/button-icon.png) right 25px center no-repeat !important; background-size: 19px !important; }
.elementor-element.ctaformblock { }
.elementor-element.ctaformblock { }
.elementor-element.ctaformblock { }
@media (max-width: 767px ){


	.elementor-element.ctaformblock .ginput_container_select select{
		 color: #1E1E1E; font-family: 'Montserrat'; font-style: normal; font-weight: 500; line-height: 50px; width: 100%; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.20);
		padding: 0 20px;
		font-size: 17px;
		height: 50px;
	}
	.elementor-element.ctaformblock .ginput_container_phone input{
		padding: 0 20px;
		font-size: 17px;
		height: 50px;
		line-height: 50px;
	}

}
.elementor-element.woolist { }
.elementor-element.woolist .elementor-widget-text-editor { position: relative; }
.elementor-element.woolist .elementor-widget-text-editor img { margin-right: 9px; }
.elementor-element.woolist .elementor-widget-text-editor p { display: flex; align-items: center; padding-bottom: 0px; color: #fff; font-size: 24px; line-height: 34px; font-weight: 700; }
.elementor-element.woolist .elementor-widget-text-editor:nth-child(2) p { color: #462772; }
.elementor-element.woolist { }
.elementor-element.woolist { }
.elementor-element.woolist { }
.elementor-element.woolist { }

.page-id-621 { }
.page-id-621 #header-part .topmenu { display: none; }
.page-id-621 #header-part .centering { justify-content: center; }
.page-id-621 #header-part a.logo { width: 370px; }
.page-id-621 #header-part a.logo img.mainlogo { max-width: 330px; }
.page-id-621 #header-part a.logo img.iconlogo { margin-left: 8px; max-width: 32px; }
.page-id-621 #header-part { padding: 30px 0px 40px; height: 133px; }
.page-id-621 #wrapper { padding-top: 133px; }
.page-id-621 #header-part.show { padding: 15px 0px; height: 76px; }
.page-id-621 #header-part.show a.logoicon { left: 50%; transition-delay: 0s; margin-left: -26px; }
.page-id-621 { }
.page-id-621 { }
.page-id-621 { }

.webinar-box { }
.webinar-box .elementor-widget-text-editor p { color: #462772; line-height: 35px; }
.webinar-box .elementor-widget-button.big .elementor-button { padding: 19px 35px; font-size: 23px !important; }
.webinar-box { }
.webinar-box { }
.webinar-box { }

.intro-bar.vacatures.e-con-boxed { padding: 39px 0px 0px 0px; }
.intro-bar.vacatures.e-con-boxed h2 { padding: 0px; }
.intro-bar.vacatures.e-con-boxed h2 span { color: #E61672; }
.intro-bar.e-con-boxed .contentblocks .content-item { position: relative; width: 466px; }
.intro-bar.e-con-boxed .contentblocks .content-item .contentmid { padding: 42px 55px 33px 49px; width: 100%; border-radius: 16px; background: #462772;  }
.intro-bar.e-con-boxed .contentblocks .content-item .contentmid:before { position: absolute; width: 44px; height: 60px; content: ''; visibility: visible; right: 0px; top: -32px; background-image: url(images/shape-1.svg); background-repeat: no-repeat; }
.intro-bar.e-con-boxed .contentblocks .icon { height: 73px; width: 73px; position: absolute; left: -34px; top: -28px; display: flex; align-items: center; justify-content: center; background: #FCD9E6; border-radius: 50px; margin: 0; }
.intro-bar.e-con-boxed .contentblocks .icon .elementor-widget-container { width: 42px; display: flex; align-items: center; }
.intro-bar.e-con-boxed .contentblocks .icon img { max-width: 38px; width: 100%; display: block; position: relative; z-index: 10; }
.intro-bar.e-con-boxed .contentblocks h3 { pointer-events: none; padding-bottom: 12px; color: #FFF; font-size: 26px; font-weight: 700; line-height: 35px; }
.intro-bar.e-con-boxed .contentblocks p { padding-left: 1px; color: #FFF; font-size: 18px; font-weight: 500; line-height: 28px; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(2), .intro-bar.e-con-boxed .contentblocks .content-item2 { position: absolute; right: 12px; max-width: 427px; top: -30px; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(2) .contentmid, .intro-bar.e-con-boxed .contentblocks .content-item2 .contentmid{ padding: 25px 45px 11px 48px; background: #F1B318; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(2) .contentmid:before, .intro-bar.e-con-boxed .contentblocks .content-item2 .contentmid:before{ width: 60px; height: 53px; right: auto; left: -21px; top: -7px; background-image: url(images/shape-2.svg); background-repeat: no-repeat; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(2) .icon, .intro-bar.e-con-boxed .contentblocks .content-item2 .icon{ left: auto; right: -28px; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(2) { }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(2) { }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(3), .intro-bar.e-con-boxed .contentblocks .content-item3 { position: absolute; right: 109px; width: 503px; top: 295px; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(3) .contentmid, .intro-bar.e-con-boxed .contentblocks .content-item3 .contentmid{ padding: 28px 45px 11px 46px; background: #E61672; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(3) .contentmid:before, .intro-bar.e-con-boxed .contentblocks .content-item3 .contentmid:before{ width: 54px; height: 60px; right: auto; left: -16px; top: -26px; background-image: url(images/shape-3.svg); background-repeat: no-repeat; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(3) .icon, .intro-bar.e-con-boxed .contentblocks .content-item3 .icon { left: auto; right: -35px; top: -12px; }
.intro-bar.e-con-boxed .contentblocks .content-item:nth-child(3) { }
.intro-bar.vacatures.e-con-boxed .content-item { }
.intro-bar.vacatures.e-con-boxed .contentblocks {  padding: 81px 0px 0px 0px; min-height: 400px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item:nth-child(1) .contentmid { padding: 43px 55px 32px 49px; border-radius: 16px; }
.intro-bar.vacatures.e-con-boxed .contentblocks p { }
.intro-bar.vacatures.e-con-boxed .contentblocks .contentmid:before { top: -36px; left: auto; border-radius: 0; transform: rotate(-20deg); right: 8px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item2 { right: 4px; max-width: 426px; top: -71px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item2 .contentmid:before { left: -16px; width: 61px; height: 44px; bottom: auto; top: -17px; background-image: url(images/shape-2.svg); background-repeat: no-repeat; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item2 .contentmid { padding: 24px 45px 10px 48px; min-height: 193px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item2 h3 { padding-bottom: 11px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item2 { }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item3 { right: 100px; width: 503px; top: 166px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item3 .contentmid { padding: 25px 60px 10px 47px; min-height: 203px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item3 .contentmid:before { left: -25px; top: -30px; background-image: url(images/shape-4.svg); background-repeat: no-repeat; width: 58px; transform: rotate(68deg); }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item3 h3 { padding-bottom: 18px; }
.intro-bar.vacatures.e-con-boxed .contentblocks .content-item.content-item3 { }
.intro-bar.vacatures.e-con-boxed .korte { }
.intro-bar.vacatures.e-con-boxed .korte .wp-caption { padding: 50px 110px 0px 0px; display: flex; align-items: center; justify-content: center; }
.intro-bar.vacatures.e-con-boxed .korte .wp-caption img { max-width: 40px; margin-right: 15px; }
.intro-bar.vacatures.e-con-boxed .korte { }
.intro-bar.vacatures.e-con-boxed { }
.intro-bar.vacatures.e-con-boxed { }
.intro-bar.vacatures.e-con-boxed { }
.intro-bar.vacatures.e-con-boxed { }
.intro-bar.vacatures.e-con-boxed { }
.intro-bar.vacatures.e-con-boxed { }

.hicon h3 { }
.hicon .elementor-heading-title:after { content: ""; margin-left: 10px; display: inline-block; width: 38px; height: 16px; background: url(images/logo-icon.png) no-repeat; background-size: 100%; }

.ctacont { }
.ctacont p { color: #FFF; font-size: 24px; line-height: 36px; }

.customcnt { }
.customcnt p { font-size: 21px; }
.customcnt { }

.webinarslider.elementor-widget { }
.webinarslider.elementor-widget p { color: #fff; font-size: 26px; line-height: 40px; }
.webinarslider.elementor-widget .bgtext1 { min-height: 315px; }
.webinarslider.elementor-widget .e-n-carousel { width: 100% !important; }
.webinarslider.elementor-widget .elementor-swiper-button { position: absolute; left: 20px; top: 45.5%; transform: translateX(-50%); width: 98px; height: 98px; background: url(images/slider-arrow-prev.png) no-repeat; background-size: 100%; font-size: 0px; border: 0px; cursor: pointer; z-index: 10; }
.webinarslider.elementor-widget .elementor-swiper-button-next { left: auto; right: -98px; background: url(images/slider-arrow.png) no-repeat; background-size: 100%; }
.webinarslider.elementor-widget .elementor-swiper-button svg { opacity: 0; }
.webinarslider.elementor-widget { }
.webinarslider.elementor-widget { }
.webinarslider { }
.webinarslider { }
.webinarslider { }

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon { height: 50px; }
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon { height: 50px; justify-content: center }
/*.elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-131193915 .e-n-tab-icon svg { max-width: 32px; }*/
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a{ transition: none}
.elementor-widget.texthand { padding: 20px 0px 0px 24px; }
.elementor-widget.texthand p { color: #1E1E1E;  font-size: 22px; font-weight: 500; line-height: 39px;display: block; padding-left: 70px; white-space: nowrap; position: relative; }
.elementor-widget.texthand p:before { position: absolute; left: 6px; top: -9px; width: 54px; height: 55px; content: ''; background-image: url(images/hand-icon.svg); background-repeat: no-repeat; animation-name: wave-animation; animation-duration: 2.5s; animation-iteration-count: infinite; }

.ctaboxitem { padding-bottom: 18px; }
/*.ctaboxitem h4 { padding-bottom: 0px; color: #462772; font-family: 'Montserrat'; font-size: 20px; font-style: normal; font-weight: 700; line-height: 33px; }*/
.ctaboxitem ul { list-style: none; padding: 0px 0px 0px 14px; margin: 0px; }
.ctaboxitem li { padding: 0px 0px 0px 18px; color: #1E1E1E; font-family: 'Montserrat'; font-size: 20px; font-style: normal; font-weight: 500; line-height: 33px; position: relative; }
/*.ctaboxitem li:before { content: ""; position: absolute; left: 0px; top: 15px; width: 5px; height: 5px; border-radius: 50%; background: #1e1e1e; }*/
.ctaboxitem { }
.ctaboxitem { }

.rescuebar.elementor-element { }
.rescuebar.elementor-element .rescuright { position: relative; }
.rescuebar.elementor-element .rescuright:before { content: ""; width: 57px; height: 81px; position: absolute; left: -32px; top: 0px; background: url(images/pink-icon.svg) no-repeat; background-size: 100%; border-radius: 0px; }
.rescuebar.elementor-element .rescuright h4 { padding-bottom: 0px; }
.rescuebar.elementor-element .rescuright p { color: #462772; font-size: 17px; font-style: normal; font-weight: 700; line-height: 33px; }
.rescuebar.elementor-element .rescuright { }
.rescuebar.elementor-element .rescuright { }
.rescuebar.elementor-element .rescuright { }
.rescuebar.elementor-element .gform_wrapper { }
.rescuebar.elementor-element .gform_wrapper .ginput_container_text input,
.rescuebar.elementor-element .gform_wrapper .ginput_container_email input { padding: 0 20px; color: #1E1E1E; font-size: 19px; font-style: normal; font-weight: 500; width: 100%; height: 68px; border-radius: 8px; border: 0px; background: #FFF; }
.rescuebar.elementor-element .gform_wrapper p.gform_description { display: none; }
.rescuebar.elementor-element .gform_wrapper .gform_fields { display: block; }
.rescuebar.elementor-element .gform_wrapper .gfield { padding-bottom: 12px; }
.rescuebar.elementor-element .gform_wrapper .gform_footer { margin-top: 0px; padding-bottom: 13px; }
.rescuebar.elementor-element .gform_wrapper input.gform_button { width: 100% !important; height: 61px !important; border-radius: 85px !important; border: 0px !important; cursor: pointer; color: #FFF !important; font-family: 'Montserrat' !important; font-size: 18px !important; font-style: normal; font-weight: 700 !important; line-height: normal; background: #462772 url(images/button-icon.png) right 100px center no-repeat !important; background-size: 19px !important; }
.rescuebar.elementor-element .gform_wrapper input.gform_button:hover { background: #E61672 url(images/button-icon.png) right 100px center no-repeat !important; background-size: 19px !important; }
.rescuebar.elementor-element .gform_wrapper { }
.rescuebar.elementor-element { }
.rescuebar.elementor-element .e-con-inner { position: relative; }
.rescuebar.elementor-element .e-con-inner .rescuright { position: sticky; top: 110px; }
.rescuebar.elementor-element { }
.rescuebar.elementor-element { }
.rescuebar.elementor-element { }
.rescuebar.elementor-element { }
.rescuebar.elementor-element { }
.rescuebar.elementor-element { }

.elementor-714 .elementor-element.elementor-element-f4f8dd4 { max-width: 1360px; }

.stickybox { transition: 0.3s all; opacity: 0; visibility: hidden; z-index: 101 !important; }
.stickybox.shownow { opacity: 1; visibility: visible; }
.stickybox p { padding: 0px; }
.stickybox a.closebtn { display: block; position: absolute; right: 50px; top: 15px; color: #FFF; text-align: center; font-family: 'Montserrat'; font-size: 13px; font-style: normal; font-weight: 600; line-height: normal; }
.stickybox h4 { color: #FFF; font-family: 'Montserrat'; font-size: 27px; font-style: normal; font-weight: 600; line-height: normal; }
.stickybox h4 img { display: inline-block; }
.stickybox a.button { display: block; width: 100%; text-align: center; }

.page-id-752 #wrapper { overflow: visible; }

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.container11 {
  width: 100vw;
  height: 100vh;
  border: 1px solid white;
  position: fixed !important;
  top: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0; visibility: hidden; z-index: -1;
	transition: 0.5s all;
}
.container11.showconf { opacity: 1; visibility: visible; z-index: 11; }

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

/* Alignment */ 
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
table, th, td {
	border: none
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
}
td {
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
td img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	margin: 0px;
	height: auto;
}
th, td {
	padding: 0.4em;
}
th {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 28px;
}
td img.alignnone {
	margin: 0px
}
blockquote {
	/*font-style: italic;*/ 
	font-weight: normal;
	margin: 0 1em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#blogWrapper {
	padding: 235px 0 45px 0;
	width: 100%;
	overflow: hidden;
}
.single #blogWrapper { padding: 0px; }
#blogWrapper .wrapper { max-width: 1387px; margin: 0 auto; padding: 0 6px 0 15px; }
/* blog container */ 
.patners_box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px
}
#BlogCntr {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#BlogCntr h1, #blogWrapper h1 { padding-bottom: 132px; line-height: 134px; max-width: 1050px; }
#blogWrapper h1 { padding-bottom: 114px; line-height: 129px; }
#BlogCntr .extraContent { padding: 0px 100px 0px 0px; }
#BlogCntr .extraContent p { padding-bottom: 48px; line-height: 47px; }
/* left blog box */ 
.leftBlogBox {
	padding-top: 56px;
	padding-left: 6px;
	width: 75.2%;
	float: left;
}
.single .leftBlogBox { padding: 0px; }

.leftBlogBox ul, .leftBlogBox ol {
	margin-bottom: 20px;
	list-style-position: inside;
}
.single .leftBlogBox h1 {
	padding-bottom: 5px;
	text-transform: capitalize
}
.single .leftBlogBox p {
	display: block;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 35px;
}
.leftBlogBox ul.dateBar {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px
}
.single .leftBlogBox ul.dateBar {
	margin: 0 0 15px 0;
	padding-left: 0px
}
.leftBlogBox ul.dateBar li {
	font-size: 14px;
}
.leftBlogBox ul.dateBar li strong {
	color: #000;
}
.leftBlogBox p {
}
.leftBlogBox .postLoop {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 82px;
	margin: 0px;
}
.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type {
	border-bottom: none;
}
.leftBlogBox .postLoop .image {
	width: 100%;
	margin-bottom: 40px;
}
.leftBlogBox .postLoop h2 {
	margin: 0px;
	font-size: 38px;
	line-height: normal;
	letter-spacing: -0.02em;
	font-weight: bold;
	font-family: 'Helvetica Neue Bold';
}
.leftBlogBox .meta { padding: 4px 0 6px; margin-top: 3px; margin-bottom: 40px; border-bottom: #000 solid 1px; border-top: #000 solid 1px; overflow: hidden; }
.leftBlogBox .meta span { float: left; color: #9f9f9f; font-size: 18px; margin-right: 5px; font-family: 'Helvetica Neue'; }
.single .leftBlogBox .meta { margin-bottom: 52px; }
.leftBlogBox .postLoop h2 a {
	color: #000;
	text-decoration: none
}
.leftBlogBox .postLoop h2 a:hover { color: #a40000; }
.leftBlogBox .postLoop a.read-more {
	display: inline-block; /*margin-left: 5px;*/
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600
}
.leftBlogBox .postLoop a.read-more:hover {
	color: #a40000;
}
.leftBlogBox .postLoop p {
	padding-bottom: 20px;
	font-size: 19px;
	line-height: 32px;
	letter-spacing: -0.01em;
}
.leftBlogBox h4.title {
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	color: #000;
	text-transform: capitalize;
}
/* comment form */ 
.leftBlogBox #commentform {
	width: 100%;
}
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] {
	border: 1px solid #000;
	padding: 7px 10px;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	resize: none;
	margin: 0;
	width: 535px;
}
.leftBlogBox #commentform input[type="submit"] {
	width: auto;
	padding: 5px;
	border: none;
	background: #ea0000;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	font-size: 16px;
}
.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover {
	background: #0f86ff;
}
.leftBlogBox #commentform p.form-submit input[type="submit"] {
	width: auto;
	padding: 8px 15px;
	border: none;
	background: #5d3b05;
	color: #fff;
	cursor: pointer;
	margin-left: 100px;
}
.leftBlogBox #respond h3 {
	padding-bottom: 20px;
}
.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error {
	border: 1px solid #f00!important
}
.leftBlogBox div.error {
	display: none !important
}
.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title {
	border-bottom: 1px solid #000;
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #000;
}
.leftBlogBox #comments {
	clear: both;
	margin-bottom: 10px
}
.leftBlogBox #comments footer {
	border: none
}
.leftBlogBox .commentlist, .leftBlogBox .comment-list {
	list-style: outside none none;
	margin-top: 10px !important;
	margin-bottom: 10px;
}
.leftBlogBox .commentlist li {
	color: #34343f;
	font-size: 20px;
	line-height: 30px;
	list-style: outside none none;
	overflow: hidden;
}
.leftBlogBox .comment-list li {
	color: #34343f;
	font-size: 20px;
	line-height: 20px;
	list-style: outside none none;
	overflow: hidden;
}
.leftBlogBox img.avatar {
	float: left;
	margin: 3px 10px 10px 0;
	width: 50px;
	border: 1px solid #cccccc;
	max-width: 100%;
	height: auto;
	display: block
}
.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn {
	color: #382db5;
	font-size: 16px;
}
.leftBlogBox span.says {
	font-size: 16px;
}
.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn {
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
}
.leftBlogBox .comment-awaiting-moderation {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	font-style: normal
}
.leftBlogBox .commentmetadata a {
	color: #000;
	cursor: default !important;
	font-size: 13px;
	line-height: 16px;
}
.leftBlogBox .commentlist p, .leftBlogBox .comment-list p {
	clear: both;
	font-size: 15px;
	line-height: 19px;
}
.comment-content p {
	padding-bottom: 5px;
}
#commentform p {
	padding-bottom: 15px !important;
	font-size: 16px;
	margin-bottom: 0;
}
.leftBlogBox .comment-list .comment-metadata {
	font-size: 16px;
	color: #000;
}
.leftBlogBox .comment-reply-link {
	font-size: 16px;
	text-decoration: none
}
.leftBlogBox .comment-reply-link:hover {
	text-decoration: none;
	color: #039be6;
}
#cancel-comment-reply-link {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	line-height: 25px
}
#cancel-comment-reply-link:hover {
	text-decoration: underline
}
.leftBlogBox .reply {
	padding: 0px 0 15px;
}
.leftBlogBox .reply a {
	color: #000
}
.leftBlogBox #respond {
	margin-top: 10px; /*overflow: hidden;*/
	width: auto;
	padding: 0px
}
.leftBlogBox #cancel-comment-reply-link:hover {
	color: #039be6;
	text-decoration: none
}
.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*/ /*float:left*/
}
.leftBlogBox label.screen-reader-text {
	display: none
}
.leftBlogBox #searchform {
	width: 100%;
	margin: 0 auto;
}
#commentform label {
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 21px
}
#commentform label.error {
	display: none!important
}
/* pagination */ 
.leftBlogBox .wp-pagenavi {
	margin: 25px 0 50px 0;
}
.leftBlogBox .wp-pagenavi a, .wp-pagenavi span {
	font-size: 15px;
	color: #000;
	border: 1px solid #7b7b7b
}
.wp-pagenavi a, .wp-pagenavi span {
	border-color: #3997db;
	padding: 5px 7px
}
.wp-pagenavi span.current {
	border-color: #3997db;
	font-weight: normal;
	color: #fff;
	background: #3997db;
}
.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover {
	background: #3997db;
	color: #fff;
	border-color: #3997db;
}
.wp-pagenavi span.pages:hover {
	border-color: #000;
}
/* right blog box */ 
   	 
.rightBlogBox {
	width: 21.1%;
	float: right;
	padding-top: 74px;
}
.single .rightBlogBox {
	padding-top: 130px;
}
.rightBlogBox ul {
	width: auto;
	padding-left: 0px;
	list-style: disc
}
.rightBlogBox .widget {
	text-align: left;
	margin-bottom: 58px;
	overflow: hidden
}
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox h3 {
	margin-bottom: 40px;
	text-align: center;
	color: #3f3f40;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 8px;
	border-bottom: #e6e6e6 solid 1px;
	position: relative;
}
.rightBlogBox h3:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 78px;
	height: 3px;
	background: #000;
}
.rightBlogBox label.screen-reader-text {
	display: none;
}
.rightBlogBox select {
	display: block;
	width: 100%;
	margin: 0px;
	height: 40px;
	border: #dadada solid 1px;
	padding: 0px 25px 0px 7px;
	font-size: 18px;
	color: #827f7d;
	-webkit-box-shadow:inset 0 20px 20px 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 20px 20px 0 rgba(0,0,0,0.1);
	background: url(images/arrow-updown.png) right 5px center no-repeat;
}
.rightBlogBox #searchform {
	width: 100%;
	margin: 0 auto;
}
.rightBlogBox #searchform input#s {
	width: 65%;
	border: 1px solid #7b7b7b;
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 5px;
	float: left;
	margin-right: 5px;
	color: #7b7b7b;
	height: 33px;
}
.rightBlogBox #searchform input#searchsubmit {
	width: 27%;
	background: #dfb643;
	color: #fff;
	border: none;
	height: 30px;
	text-transform: capitalize;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
.rightBlogBox #searchform input#searchsubmit:hover {
	background: #c70505;
}
.rightBlogBox ul {
	list-style: disc;
	margin-top: 0px
}
.rightBlogBox ul li {
	width: 100%;
	text-align: left;
	padding: 2px 0;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	list-style-position: inside;
}
.rightBlogBox ul li a {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	outline: none
}
.rightBlogBox ul li.current-cat a {
	color: #382db5;
}
.rightBlogBox ul li a:hover {
	text-decoration: none;
	color: #382db5;
}
.mobilesidebar {
	display: none;
}
.desktopsidebar {
	display: block
}
/* single page */ 
.search-form .screen-reader-text {
	display: none
}
.rightBlogBox .search-form { position: relative; }
.rightBlogBox .search-form input[type='Search'] {
	border-radius: 0px;
	padding: 5px 60px 5px 20px;
	font-size: 18px;
	border: 0px;
	color: #676968;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	height: 68px;
	background: #f4f4f4;
}
.search-form input[type='submit'] {
	background: url(images/search-icon.jpg) no-repeat;
	border-radius: 0px;
	font-size: 0px;
	border: 0px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 18px;
	top: 21px;
}
.search-form input[type='submit']:hover {
}
.search-form input[type='Search']:focus {
	border: solid 1px #000!important
}
.leftBlogBox .singleimage {
	width: 100%;
	margin-bottom: 15px;
}
.leftBlogBox .singleimage img {
	max-width: 100%;
	height: auto;
	width: 100%
}		
		
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }	

img { height: auto; }

#gform_wrapper_12 input{
	font-size: 19px;
	font-family: Montserrat;
	line-height: 40px;
	border: 1px solid rgba( 0, 0, 0, .2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 13px 27px;
	height: auto;
	font-weight: 400;
	color: #000;
}
#gform_wrapper_12 #gform_fields_12{
	gap: 15px
}

.dialog-widget #gform_wrapper_12{
	display: block !important;
}
#gform_wrapper_12 #gform_submit_button_12{
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #E61672;
	transition: background-color .15s!important;
	width: 100%;
	border: 0;
}

#gform_wrapper_12 #gform_submit_button_12:hover{
	background-color: #b60057!important;
}

.dialog-widget .gform-footer{
	margin-top: 10px;
}

.dialog-widget #gform_wrapper_12 input{
	font-size: 19px;
	font-family: Montserrat;
	line-height: 40px;
	border: 1px solid rgba( 0, 0, 0, .2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 13px 27px;
	height: auto;
	font-weight: 400;
	color: #000;
}

.dialog-widget #gform_wrapper_12 #gform_fields_12{
	gap: 10px
}

.dialog-widget #gform_wrapper_12 #gform_submit_button_12{
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #f2b318;
	transition: opacity .15s;
	width: 100%;
	border: 0;
	

}
@media (max-width: 767px){
	.dialog-widget #gform_wrapper_12 #gform_submit_button_12{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.dialog-widget #gform_wrapper_12 input{
		font-size: 15px;
		line-height: 1.4;
	}
	.dialog-widget .gform-footer{
		margin-top: 10px!important;
	}
	.dialog-widget{
		z-index: 2147483632!important;
	}
}

.dialog-widget #gform_wrapper_12 #gform_submit_button_12:hover{
	opacity: .9;
}

.dialog-widget .gform-footer{
	margin-top: 10px;
}

@media (max-width: 767px){
	#CybotCookiebotDialog { height: 380px!important; }
}