/*=====================================
=======================================
============  RESET   ================
=======================================
=======================================*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size:14px;
	line-height: 24px;
	font-weight: 300;
	background: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	position: relative;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,body {
    height:100%;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
ol, ul {
	list-style: none;
}
textarea{
	font-family: 'Poppins', sans-serif;
	padding:10px;
}
/*blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.overflow-hidden{
	overflow:hidden;
}

 img{
	/*display:block;*/
 }

 .strong{
	 font-weight: 600;
 }

 /*=====================================
 =======================================
 =========  MAIN AND SIDEBAR   =========
 =======================================
 =======================================*/
	.content-area{
		flex-wrap: wrap;
		display: flex;
		flex-direction: row;
	}

	.main-area{
		width: calc(70% - 10px) !important;
		padding:0px;
	}

	.main-area.full-width{
		/*width: calc(100% - 10px) !important;*/
		width: 100% !important;
	}

	.side-bar{
		width: calc(30% - 10px) !important;
		padding:15px 15px 15px 35px;
	}

	@media(max-width:992px){
		.content-area{
  		flex-wrap:nowrap;
  		display: block;
  		column-gap: 0px;
  	}

  	.main-area{
  		width: 100% !important;
			/*margin-left:20px;
			margin-right:20px;*/
  	}

  	.side-bar{
			width: 100% !important;
			padding:0 !important;
			/*margin-right:20px;*/
  	}
	}

 /*=====================================
 =======================================
 ====  CONTAINER AND ROW END   =========
 =======================================
 =======================================*/

 .row{
 	padding:0 20px;
 	position: relative;
 }

 .container-fluid .row{
	 padding:0;
 }

 @media(max-width:992px){
 	.row{
 		padding:0 30px;
 	}
 }

 .container{
 	width:100%;
 	max-width:1140px;
 	margin:0 auto;
 }

 .container-fluid{
	 width:100%;
	 max-width:100%;
	 margin:0 auto;

 }

 .container-small{
 	width:100%;
 	max-width:800px;
 	margin:0 auto;
 }

 @media(max-width:1200px){
 	.container{
 		max-width:960px;
 	}
 }

 @media(max-width:992px){
	 .container{
		 max-width:720px;
	 }
 }

 @media(max-width:992px){
	.container{
		max-width:540px;
	}
 }

 @media(max-width:576px){
 .container{
	 max-width:100%;
 	}
 }


 /*=====================================
 =======================================
 ====  CONTAINER AND ROW END   =========
 =======================================
 =======================================*/

 /*=====================================
 =======================================
 =======  WP ADMINBAR   ================
 =======================================
 =======================================*/

@media screen and (max-width: 782px){
	#wpadminbar {
		display:none !important;
	}

	html {
		margin-top: 0 !important;
	}
}

/*=====================================
=======================================
=======  WP ADMINBAR END   ============
=======================================
=======================================*/

 /*=====================================
 =======================================
 =====  HEADER (LOGO ETC.)   ===========
 =======================================
 =======================================*/

header .row{
	display:flex;
}

#header {
	align-items: center;
}

#header #logo-text{
	font-size:21px;
	font-weight:bold;
	color:#73778e;
	font-weight: 600;
	padding-left: 8px;
	padding-top: 5px;
}

#header #logo-text span{
	color:#3563e9;
}

 /*=====================================
 =======================================
 =====  HEADER (LOGO ETC.) END =========
 =======================================
 =======================================*/


 /*=====================================
 =======================================
 ============  TOP MENU   ================
 =======================================
 =======================================*/

header nav#main-menu{
	margin-left:auto;
}

@media(max-width:992px){
	header nav#main-menu{
		display:none;
	}
}

#socialmedia-menu{
	margin-left:auto;
}

@media(min-width:992px){
	header nav li a{
		color:#73778e !important;
		text-decoration: none;
		font-size:14px;
		line-height: 21px;
	}

	header nav ul{
		display:flex;
		column-gap: 20px
	}
}

@media(min-width:992px){
	#main-menu{
		display:block;
	}
}

.navbar-toggle{
	width:30px;
	height:36px;
	/*background: rgb(0,172,224);
	background: -moz-linear-gradient(180deg, rgba(0,172,224,1) 29%, rgba(0,93,138,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,172,224,1) 29%, rgba(0,93,138,1) 100%);
	background: linear-gradient(180deg, rgba(0,172,224,1) 29%, rgba(0,93,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ace0",endColorstr="#005d8a",GradientType=1);*/
	cursor:pointer;
	display:none;
}

.navbar-toggle .icon-bar{
	height:3px;
	border-radius:4px;
	background-color:#9fb0bf;
	width:100%;
	display: block;
	margin:6px 0;
}

#top-menu a{
  color:#73778e;
}

@media(max-width:992px){
	.navbar-toggle{
		right: 15px;
		top: 15px;
		display: block;
		position: absolute;
	}

	#top-menu{
		display: block;
		position: absolute;
		top: 80px;
		z-index: 9999;
		background: #FFFFFF;
		width: calc(100% - 40px);
		margin:0 20px;
		padding:10px;
		left:0;
		text-align:center;
		box-shadow: 0px 2px 17px 0px rgba(51, 51, 51, 0.1);
		border-radius:8px;
	}

	ul#top-menu li{
		margin-top:20px;
		margin-bottom:20px;
	}


	ul#top-menu li a{
		color:#000000 !important;
		text-decoration: none;
		font-size:18px;
		line-height: 24px;
		text-align:center;
	}

}


.font-style-italic{
	font-style:italic !important;
}


 /*=====================================
 =======================================
 ============  TOP MENU END   ================
 =======================================
 =======================================*/

 /*=====================================
 =======================================
 ============  BUTTONS   ================
 =======================================
 =======================================*/

 .button {
 	height: 40px;
	display: flex;
  align-items: center;
  justify-content: center;
	text-align: center;
  border-radius:4px;
	min-width:100px;
 }

 .button.small {
 	height: 30px;
 }

 .button.small.bg-color-green > a{
	 color:#01d56f !important;
 }

 .button > a {
	 color:#FFFFFF !important;
	 text-decoration: none;
	 width:100%;
	 height: 100%;
	 display: block;
	 padding-top: 13px;
	 font-weight: 400;
    font-size: 16px;
	 line-height: 14px;
	 cursor:pointer;
 }

 .button.bg-color-transparent:hover{
	 transition: all 0.3s ease;
	 background-color:rgba(255,255,255,0.5);
 }

 @media (max-width: 767px) {
	 .button > a {

	 }
 }

 /*=====================================
 =======================================
 ============  BUTTONS END   ================
 =======================================
 =======================================*/


/*=====================================
=======================================
============  OPACITY   ================
=======================================
=======================================*/

.opacity-1{
	opacity: 0.1;
}

.opacity-2{
	opacity: 0.2;
}

.opacity-3{
	opacity: 0.3;
}

.opacity-4{
	opacity: 0.4;
}

.opacity-5{
	opacity: 0.5;
}

.opacity-6{
	opacity: 0.6;
}

.opacity-7{
	opacity: 0.7;
}

.opacity-8{
	opacity: 0.8;
}

.opacity-9{
	opacity: 0.9;
}

/*=====================================
=======================================
============  OPACITY END   ================
=======================================
=======================================*/

/*=====================================
=======================================
============  COLORS   ================
=======================================
=======================================*/

.bg-color-white{
	background-color: #FFFFFF;
}

.bg-color-yellow{
	background-color: #e3b31f !important;
}

.bg-color-lightblue{
		background-color:#9fb0bf;
}

.bg-color-blue-grey{
		background-color:#e6e9f0;
}

.bg-color-lightgrey{
		background-color:#f6f7f9;
}

.bg-color-black{
		background-color:#000000;
}

.bg-color-green {
 background: #01d56f;
}

.bg-color-transparent {
 background-color:transparent;
}

.bg-color-orange{
 background:#ff4e00;
}

.text-color-white{
	color:#FFFFFF;
}

.text-color-blue{
	color:#3563e9;
}

.text-color-black{
	color:#000000;
}

.text-color-grey{
	color:#73778e;
}

.bg-color-lightbluegradient{
	background-color: #a9b2c7;
	background: #cfd9e1;
	background: -webkit-linear-gradient(to left,#f4fafb,#cfd9e1);
	background: linear-gradient(to left,#f4fafb,#cfd9e1);
}

.background-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/*=====================================
=======================================
============  OPACITY END   ================
=======================================
=======================================*/


/*=====================================
=======================================
============  BORDER RADIUS   =========
=======================================
=======================================*/

.border-radius-4{
	border-radius:4px;
}

.border-radius-8{
	border-radius:8px;
}

.border-radius-top-4{
	border-radius:4px 4px 0 0;
}

.border-radius-top-8{
	border-radius:8px 8px 0 0;
}

.border-radius-bottom-4{
	border-radius:0 0 4px 4px;
}

.border-radius-bottom-8{
	border-radius:0 0 8px 8px;
}

/*=====================================
=======================================
============  BORDER RADIUS END   =========
=======================================
=======================================*/

/*=====================================
=======================================
============  BOX-SHADOW   =========
=======================================
=======================================*/

.box-shadow{
	box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.3);
}

/*=====================================
=======================================
============  BOX-SHADOW END   =========
=======================================
=======================================*/

/*=====================================
=======================================
============  BORDER   =========
=======================================
=======================================*/

.border-white{
	border:1px solid #FFFFFF;
}

.border-bottom{
	border-bottom:1px solid #444747;
}

.border-top{
	border-top:1px solid #444747;
}

.border-right{
	border-right:1px solid #444747;
}

.border-left{
	border-left:1px solid #444747;
}

.border-box{
	border: 1px solid #444747;
}

.border-none{
	border:none;
}

@media(max-width:992px){
	.border-mobile-none{
		border:none;
	}

	.border-mobile-top{
		border-top:1px solid #444747;
	}

	.border-mobile-bottom{
		border-bottom:1px solid #444747;
	}

	.border-mobile-right{
		border-right:1px solid #444747;
	}

	.border-mobile-left{
		border-left:1px solid #444747;
	}

	.border-mobile-bottom-white-4{
		border-bottom:4px solid #FFFFFF;
	}
}


/*=====================================
=======================================
============  BORDER END   =========
=======================================
=======================================*/

/*=====================================
=======================================
============  ALIGN   ================
=======================================
=======================================*/

.text-left{
		text-align:left;
}

.text-center{
		text-align:center;
}

.text-right{
		text-align:right;
}

.alignright {
	float: right;
	padding: 20px 0 20px 20px;
	max-width: 320px;
	height: auto;
}
.alignleft {
	float: left;
	padding: 20px 20px 20px 0;
	max-width: 320px;
	height: auto;
}
.aligncenter {
	width: 100%;
	max-width: 830px;
	height: auto;
}

.align-items-center{
	align-items: center;
}

@media (max-width: 992px) {
	.alignright, .alignleft {
		float: none;
		padding: 20px 0;
		clear: both;
		display: block;
		margin: 0px auto;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/*=====================================
=======================================
============  ALIGN END   ================
=======================================
=======================================*/


/*=====================================
=======================================
============  DISPLAY   ================
=======================================
=======================================*/

.display-flex{
	display:flex !important;
}

.display-block{
	display:block !important;
}

.display-inline-block{
	display:inline-block !important;
}

.display-table{
	display:table !important;
}

.column-gap-10{
	column-gap: 10px;
}

.column-gap-20{
	column-gap: 20px;
}

.display-table-cell{
	display:table-cell !important;
}

.vertical-align-top{
	vertical-align: top !important;
}

.vertical-align-middle{
	vertical-align: middle !important;
}

.vertical-align-bottom{
	vertical-align: bottom !important;
}

.flex-direction-column{
	flex-direction:column !important;
}

.flex-direction-row{
	flex-direction: row !important;
}

.flex-three{
	flex: 1 0 calc(33.33% - 40px);
  box-sizing: border-box;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-start{
	justify-content: flex-start;
}

@media(max-width:992px){
	.flex-wrap{
		flex-wrap:nowrap;
	}
}

@media(max-width:992px){
	.display-flex{
		display:block !important;
	}

	.display-flex-mobile{
		display:flex !important;
	}

	.flex-wrap-mobile{
		flex-wrap: wrap !important;
	}

    .display-grid{
		display:block !important;
	}

	.display-mobile-none{
		display:none !important;
	}
}

/*=====================================
=======================================
============  DISPLAY END   ================
=======================================
=======================================*/

/*=====================================
=======================================
=========  JUSTIFY / COLOUM   =========
=======================================
=======================================*/


.justify-content-center{
	justify-content: center;
}

.justify-content-start{
	justify-content: start;
}

.justify-content-space-between{
	justify-content: space-between;
}

/*=====================================
=======================================
============  JUSTIFY END   ================
=======================================
=======================================*/



/*=====================================
=======================================
================  FLOAT   =============
=======================================
=======================================*/

.float-left {
	float: left;
}
.float-right {
	float: right;
}

/*=====================================
=======================================
================  FLOAT END   =============
=======================================
=======================================*/


/*=====================================
=======================================
============  FONT/TEXT   ================
=======================================
=======================================*/

strong, .strong{
	font-weight: 700;
}

.text-decoration-none{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
}

h1{
	font-size:36px;
	line-height: 42px;
	color:#000000;
}

@media(max-width:992px){
	h1{
  	font-size:28px;
  	line-height: 34px;
  }
}

h2{
	font-size:24px;
	line-height: 28px;
	color: #000000;
}

h3{
	font-size:21px;
	line-height: 24px;
	color: #000000;
}

h4{
	font-size:21px;
	line-height: 24px;
	color: #000000;
}

h5{
	font-size:21px;
	line-height: 24px;
	color: #000000;
}

.question-headline{
	font-weight:400;
	font-size:16px;
	line-height: 24px;
	display:block;
}

.entry-content{
	font-size:14px;
	line-height: 24px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
	margin-bottom: 10px;
	margin-top:30px;
}

.entry-content h2{
	font-size:24px;
	line-height: 28px;
}

.entry-content h3{
	font-size:21px;
	line-height: 24px;
}

.entry-content h4{
	font-size:21px;
	line-height: 24px;
}

.entry-content h5{
	font-size:21px;
	line-height: 24px;
}

.entry-content > *:first-of-type{
	margin-top:0;
}

.entry-content img + h2,
.entry-content img + h3,
.entry-content img + h4,
.entry-content img + h5,
.entry-content a + h2,
.entry-content a + h3,
.entry-content a + h4,
.entry-content a + h5{
	margin-top:20px !important;
}

.entry-content ul, .entry-content ol{
	padding-left: 30px;
  list-style-type:disc;
	text-align:left;
	padding-right:20px;
	margin-bottom: 20px;
}

.entry-content ol{
	list-style-type: decimal;
}

.entry-content ul li,{
	position: relative;
	padding-left: 24px;
}

.entry-content a{
	color: #e3b31f;
}

.entry-content p{
	margin-bottom:20px;
}

@media(max-width:992px){
	.entry-content{
		font-size: 16px;
		line-height: 28px;
	}
}

.font-size-10{
	font-size:10px !important;
	line-height: 16px !important;
}

.font-size-11{
	font-size:11px !important;
	line-height: 16px !important;
}

.font-size-12{
	font-size:12px !important;
	line-height: 16px !important;
}

.font-size-13{
	font-size:13px !important;
	line-height: 19px !important;
}

.font-size-14{
	font-size:14px !important;
	line-height: 21px !important;
}

.font-size-15{
	font-size:15px !important;
	line-height: 21px !important;
}

.font-size-16{
	font-size:16px !important;
	line-height: 21px !important;
}

.font-size-18{
	font-size:18px !important;
	line-height: 24px !important;
}

.font-size-21{
	font-size:21px !important;
	line-height: 28px !important;
}

.font-size-24{
	font-size:24px !important;
	line-height: 28px !important;
}

.font-size-26{
	font-size:26px !important;
	line-height: 34px !important;
}

.font-size-30{
	font-size:30px !important;
	line-height: 38px !important;
}

.font-size-36{
	font-size:36px !important;
	line-height: 40px !important;
}

.font-size-50{
	font-size:50px !important;
	line-height: 50px !important;
}

.font-size-56{
	font-size:56px !important;
	line-height: 50px !important;
}

.font-size-60{
	font-size:60px !important;
	line-height: 54px !important;
}

.line-height-12{
	line-height:12px !important;
}

.line-height-14{
	line-height:14px !important;
}

.line-height-16{
	line-height:16px !important;
}

.line-height-18{
	line-height:18px !important;
}

.line-height-21{
	line-height:21px !important;
}

.line-height-24{
	line-height:24px !important;
}

.line-height-26{
	line-height:26px !important;
}

.line-height-28{
	line-height:28px !important;
}

.line-height-30{
	line-height:30px !important;
}

.line-height-36{
	line-height:36px !important;
}

.line-height-40{
	line-height:40px !important;
}

.line-height-46{
	line-height:46px !important;
}

.text-transform-uppercase{
	text-transform:uppercase;
}

/*=====================================
=======================================
============  FONT/TEXT END   ================
=======================================
=======================================*/


/*=====================================
=======================================
============  MOBILE SHOW HIDE   ============
=======================================
=======================================*/

.mobile-show{
	display:none;
}

.mobile-hide{
	display:block;
}

.hidden{
	display:none;
}

@media(max-width:992px){
	.mobile-show{
		display:block;
	}

	.mobile-hide{
		display:none;
	}
}

/*=====================================
=======================================
========  MOBILE SHOW HIDE END  =======
=======================================
=======================================*/


/*=====================================
=======================================
======  MARGIN AND PADDING   ======
=======================================
=======================================*/

.mb-0{
	margin-bottom:0 !important;
}

.mb-5{
	margin-bottom:5px !important;
}

.mb-10{
	margin-bottom:10px !important;
}

.mb-15{
	margin-bottom:15px !important;
}

.mb-20{
	margin-bottom:20px !important;
}

.mb-30{
	margin-bottom:30px !important;
}

.mb-40{
	margin-bottom:40px !important;
}

.mb-50{
	margin-bottom:50px !important;
}

.mb-60{
	margin-bottom:60px !important;
}

.mb-70{
	margin-bottom:70px !important;
}

.mb-80{
	margin-bottom:80px !important;
}

.mb-90{
	margin-bottom:90px !important;
}

.mb-100{
	margin-bottom:100px !important;
}

.mt-0{
	margin-top:0 !important;
}

.mt-10{
	margin-top:10px !important;
}

.mt-15{
	margin-top:15px !important;
}

.mt-20{
	margin-top:20px !important;
}

.mt-30{
	margin-top:30px !important;
}

.mt-40{
	margin-top:40px !important;
}

.mt-50{
	margin-top:50px !important;
}

.mt-55{
	margin-top:55px !important;
}

.mt-60{
	margin-top:60px !important;
}

.mt-70{
	margin-top:70px !important;
}

.mt-80{
	margin-top:80px !important;
}

.mt-90{
	margin-top:90px !important;
}

.mt-100{
	margin-top:100px !important;
}

.m-auto{
	margin-left:auto;
	margin-right: auto;
}

.ml-auto{
	margin-left:auto;
}

.mr-auto{
	margin-right:auto;
}

.mr-0{
	margin-right:0 !important;
}

.mr-5{
	margin-right:5px !important;
}

.mr-10{
	margin-right:10px !important;
}

.mr-15{
	margin-right:15px !important;
}

.mr-20{
	margin-right:20px !important;
}

.mr-30{
	margin-right:30px !important;
}

.mr-40{
	margin-right:40px !important;
}

.mr-50{
	margin-right:50px !important;
}

.mr-60{
	margin-right:60px !important;
}

.mr-70{
	margin-right:70px !important;
}

.mr-80{
	margin-right:80px !important;
}

.mr-90{
	margin-right:90px !important;
}

.mr-100{
	margin-right:100px !important;
}

.ml-0{
	margin-left:0 !important;
}

.ml-10{
	margin-left:10px !important;
}

.ml-15{
	margin-left:15px !important;
}

.ml-20{
	margin-left:20px !important;
}

.ml-30{
	margin-left:30px !important;
}

.ml-40{
	margin-left:40px !important;
}

.ml-50{
	margin-left:50px !important;
}

.ml-60{
	margin-left:60px !important;
}

.ml-70{
	margin-left:70px !important;
}

.ml-80{
	margin-left:80px !important;
}

.ml-90{
	margin-left:90px !important;
}

.ml-100{
	margin-left:100px !important;
}

.p-0{
	padding:0px !important;
}

.p-10{
	padding:10px !important;
}

.p-15{
	padding:15px !important;
}

.p-20{
	padding:20px !important;
}

.p-30{
	padding:30px !important;
}

.p-40{
	padding:40px !important;
}

.p-50{
	padding:50px !important;
}

.p-60{
	padding:60px !important;
}

.p-70{
	padding:70px !important;
}

.p-80{
	padding:80px !important;
}

.p-90{
	padding:100px !important;
}

.p-100{
	padding:100px !important;
}

.pt-0{
	padding-top:0 !important;
}

.pt-5{
	padding-top:5px !important;
}

.pt-10{
	padding-top:10px !important;
}

.pt-15{
	padding-top:15px !important;
}

.pt-20{
	padding-top:20px !important;
}

.pt-25{
	padding-top:25px !important;
}

.pt-30{
	padding-top:30px !important;
}

.pt-40{
	padding-top:40px !important;
}

.pt-50{
	padding-top:50px !important;
}

.pt-60{
	padding-top:60px !important;
}

.pt-70{
	padding-top:70px !important;
}

.pt-80{
	padding-top:80px !important;
}

.pt-90{
	padding-top:90px !important;
}

.pt-100{
	padding-top:100px !important;
}

.pt-110{
	padding-top:110px !important;
}

.pt-120{
	padding-top:120px !important;
}

.pt-130{
	padding-top:130px !important;
}

.pl-0{
	padding-left:0 !important;
}

.pl-5{
	padding-left:5px !important;
}

.pl-10{
	padding-left:10px !important;
}

.pl-15{
	padding-left:15px !important;
}

.pl-20{
	padding-left:20px !important;
}

.pl-30{
	padding-left:30px !important;
}

.pl-40{
	padding-left:40px !important;
}

.pl-50{
	padding-left:50px !important;
}

.pl-60{
	padding-left:60px !important;
}

.pl-70{
	padding-left:70px !important;
}

.pl-80{
	padding-left:80px !important;
}

.pl-90{
	padding-left:90px !important;
}

.pl-100{
	padding-left:100px !important;
}

.pr-0{
	padding-right:0 !important;
}

.pr-5{
	padding-right:5px !important;
}

.pr-10{
	padding-right:10px !important;
}

.pr-15{
	padding-right:15px !important;
}

.pr-20{
	padding-right:20px !important;
}

.pr-30{
	padding-right:30px !important;
}

.pr-40{
	padding-right:40px !important;
}

.pr-50{
	padding-right:50px !important;
}

.pr-60{
	padding-right:60px !important;
}

.pr-70{
	padding-right:70px !important;
}

.pr-80{
	padding-right:80px !important;
}

.pr-90{
	padding-right:90px !important;
}

.pr-100{
	padding-right:100px !important;
}

.pb-0{
	padding-bottom:0 !important;
}

.pb-5{
	padding-bottom:5px !important;
}

.pb-10{
	padding-bottom:10px !important;
}

.pb-15{
	padding-bottom:15px !important;
}

.pb-20{
	padding-bottom:20px !important;
}

.pb-25{
	padding-bottom:25px !important;
}

.pb-30{
	padding-bottom:30px !important;
}

.pb-40{
	padding-bottom:40px !important;
}

.pb-50{
	padding-bottom:50px !important;
}

.pb-60{
	padding-bottom:60px !important;
}

.pb-70{
	padding-bottom:70px !important;
}

.pb-80{
	padding-bottom:80px !important;
}

.pb-90{
	padding-bottom:90px !important;
}

.pb-100{
	padding-bottom:100px !important;
}

.pb-110{
	padding-bottom:110px !important;
}

.pb-120{
	padding-bottom:120px !important;
}

.pb-130{
	padding-bottom:130px !important;
}

@media(max-width:992px){
	.m-mobile-0{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-right:0 !important;
		padding-left:0 !important;
	}

	.mt-mobile-0{
		margin-top:0px !important;
	}

	.mt-mobile-10{
		margin-top:10px !important;
	}

	.mt-mobile-15{
		margin-top:15px !important;
	}

	.mt-mobile-20{
		margin-top:20px !important;
	}

	.mt-mobile-30{
		margin-top:30px !important;
	}

	.mt-mobile-40{
		margin-top:40px !important;
	}

	.mt-mobile-50{
		margin-top:50px !important;
	}

	.mt-mobile-55{
		margin-top:55px !important;
	}

	.mt-mobile-60{
		margin-top:60px !important;
	}

	.mt-mobile-70{
		margin-top:70px !important;
	}

	.mt-mobile-80{
		margin-top:80px !important;
	}

	.mt-mobile-90{
		margin-top:90px !important;
	}

	.mt-mobile-100{
		margin-top:100px !important;
	}

	.mr-mobile-0{
		margin-right:0px !important;
	}

	.mr-mobile-10{
		margin-right:10px !important;
	}

	.mr-mobile-20{
		margin-right:20px !important;
	}

	.mr-mobile-30{
		margin-right:30px !important;
	}

	.mr-mobile-40{
		margin-right:40px !important;
	}

	.mr-mobile-50{
		margin-right:50px !important;
	}

	.mr-mobile-60{
		margin-right:60px !important;
	}

	.mr-mobile-70{
		margin-right:70px !important;
	}

	.mr-mobile-80{
		margin-right:80px !important;
	}

	.mr-mobile-90{
		margin-right:90px !important;
	}

	.mr-mobile-100{
		margin-right:100px !important;
	}

	.mb-mobile-0{
		margin-bottom:0px !important;
	}

	.mb-mobile-10{
		margin-bottom:10px !important;
	}

	.mb-mobile-20{
		margin-bottom:20px !important;
	}

	.mb-mobile-30{
		margin-bottom:30px !important;
	}

	.mb-mobile-40{
		margin-bottom:40px !important;
	}

	.mb-mobile-50{
		margin-bottom:50px !important;
	}

	.mb-mobile-60{
		margin-bottom:60px !important;
	}

	.mb-mobile-70{
		margin-bottom:70px !important;
	}

	.mb-mobile-80{
		margin-bottom:80px !important;
	}

	.mb-mobile-90{
		margin-bottom:90px !important;
	}

	.mb-mobile-100{
		margin-bottom:100px !important;
	}

	.ml-mobile-0{
		margin-left:0px !important;
	}

	.ml-mobile-10{
		margin-left:10px !important;
	}

	.ml-mobile-20{
		margin-left:20px !important;
	}

	.ml-mobile-30{
		margin-left:30px !important;
	}

	.ml-mobile-40{
		margin-left:40px !important;
	}

	.ml-mobile-50{
		margin-left:50px !important;
	}

	.ml-mobile-60{
		margin-left:60px !important;
	}

	.ml-mobile-70{
		margin-left:70px !important;
	}

	.ml-mobile-80{
		margin-left:80px !important;
	}

	.ml-mobile-90{
		margin-left:90px !important;
	}

	.ml-mobile-100{
		margin-left:100px !important;
	}

	.p-mobile-0{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-right:0 !important;
		padding-left:0 !important;
	}

	.p-mobile-10{
		padding:10px !important;
	}

	.p-mobile-15{
		padding:15px !important;
	}

	.p-mobile-20{
		padding:20px !important;
	}

	.p-mobile-30{
		padding:30px !important;
	}

	.p-mobile-40{
		padding:40px !important;
	}

	.p-mobile-50{
		padding:50px !important;
	}

	.p-mobile-50{
		padding:50px !important;
	}

	.p-mobile-60{
		padding:60px !important;
	}

	.p-mobile-70{
		padding:70px !important;
	}

	.p-mobile-80{
		padding:80px !important;
	}

	.p-mobile-90{
		padding:90px !important;
	}

	.p-mobile-100{
		padding:100px !important;
	}

	.pt-mobile-0{
		padding-top:0px !important;
	}

	.pt-mobile-10{
		padding-top:10px !important;
	}

	.pt-mobile-20{
		padding-top:20px !important;
	}

	.pt-mobile-30{
		padding-top:30px !important;
	}

	.pt-mobile-40{
		padding-top:40px !important;
	}

	.pt-mobile-50{
		padding-top:50px !important;
	}

	.pt-mobile-60{
		padding-top:60px !important;
	}

	.pt-mobile-70{
		padding-top:70px !important;
	}

	.pt-mobile-80{
		padding-top:80px !important;
	}

	.pt-mobile-90{
		padding-top:90px !important;
	}

	.pt-mobile-100{
		padding-top:100px !important;
	}

	.pr-mobile-0{
		padding-right:0px !important;
	}

	.pr-mobile-10{
		padding-right:10px !important;
	}

	.pr-mobile-20{
		padding-right:20px !important;
	}

	.pr-mobile-30{
		padding-right:30px !important;
	}

	.pr-mobile-40{
		padding-right:40px !important;
	}

	.pr-mobile-50{
		padding-right:50px !important;
	}

	.pr-mobile-60{
		padding-right:60px !important;
	}

	.pr-mobile-70{
		padding-right:70px !important;
	}

	.pr-mobile-80{
		padding-right:80px !important;
	}

	.pr-mobile-90{
		padding-right:90px !important;
	}

	.pr-mobile-100{
		padding-right:100px !important;
	}

	.pb-mobile-0{
		padding-bottom:0px !important;
	}

	.pb-mobile-10{
		padding-bottom:10px !important;
	}

	.pb-mobile-20{
		padding-bottom:20px !important;
	}

	.pb-mobile-30{
		padding-bottom:30px !important;
	}

	.pb-mobile-40{
		padding-bottom:40px !important;
	}

	.pb-mobile-50{
		padding-bottom:50px !important;
	}

	.pb-mobile-60{
		padding-bottom:60px !important;
	}

	.pb-mobile-70{
		padding-bottom:70px !important;
	}

	.pb-mobile-80{
		padding-bottom:80px !important;
	}

	.pb-mobile-90{
		padding-bottom:90px !important;
	}

	.pb-mobile-100{
		padding-bottom:100px !important;
	}

	.pl-mobile-0{
		padding-left:0px !important;
	}

	.pl-mobile-10{
		padding-left:10px !important;
	}

	.pl-mobile-20{
		padding-left:20px !important;
	}

	.pl-mobile-30{
		padding-left:30px !important;
	}

	.pl-mobile-40{
		padding-left:40px !important;
	}

	.pl-mobile-50{
		padding-left:50px !important;
	}

	.pl-mobile-60{
		padding-left:60px !important;
	}

	.pl-mobile-70{
		padding-left:70px !important;
	}

	.pl-mobile-80{
		padding-left:80px !important;
	}

	.pl-mobile-90{
		padding-left:90px !important;
	}

	.pl-mobile-100{
		padding-left:100px !important;
	}
}

/*=====================================
=======================================
======  MARGIN AND PADDING END   ======
=======================================
=======================================*/

/*=====================================
=======================================
===========  POSITION   ===============
=======================================
=======================================*/

.position-relative{
		position:relative;
}

.position-absolute{
		position:absolute;
}

.z-index-low{
	z-index: -1;
}

.z-index-high{
	z-index: 9999;
}

.bottom-0{
	bottom:0;
}

.bottom-10{
	bottom:10px;
}

.bottom-20{
	bottom:20px;
}

.bottom-30{
	bottom:30px;
}

.bottom-40{
	bottom:40px;
}

.bottom-50{
	bottom:50px;
}

.top-0{
	top:0;
}

.top-10{
	top:10px;
}

.top-15{
		top:15px;
}

.top-20{
	top:20px;
}

.top-30{
	top:30px;
}

.top-40{
	top:40px;
}

.top-50{
	top:50px;
}

.right-0{
	right:0;
}

.right-10{
	right:10px;
}

.right-20{
	right:20px;
}

.right-30{
	right:30px;
}

.right-40{
	right:40px;
}

.right-50{
	right:50px;
}

.left-0{
	left:0;
}

.left-10{
	left:10px;
}

.left-20{
	left:20px;
}

.left-20{
	left:20px;
}

.left-30{
	left:30px;
}

.left-40{
	left:40px;
}

.left-50{
	left:50px;
}

.position-sticky{
		position:sticky;
}

@media(max-width:992px){
	.position-sticky{
			position:statis;
	}
}

/*=====================================
=======================================
=========  POSITION END   =============
=======================================
=======================================*/


/*=====================================
=======================================
=============  WIDTH   ================
=======================================
=======================================*/

.w-100{
	width:100% !important;
}

.w-95{
	width:95% !important;
}

.w-90{
	width:90% !important;
}

.w-85{
	width:85% !important;
}

.w-80{
	width:80% !important;
}

.w-75{
	width:75% !important;
}

.w-70{
	width:70% !important;
}

.w-66{
	width:66.6% !important;
}

.w-65{
	width:65% !important;
}

.w-60{
	width:60% !important;
}

.w-55{
	width:55% !important;
}

.w-50{
	width:50% !important;
}

.w-45{
	width:45% !important;
}

.w-40{
	width:40% !important;
}

.w-33{
	width:33.3% !important;
}

.w-35{
	width:35% !important;
}

.w-30{
	width:30% !important;
}

.w-25{
	width:25% !important;
}

.w-20{
	width:20% !important;
}

.w-15{
	width:15% !important;
}

.w-10{
	width:10% !important;
}

.w-5{
	width:5% !important;
}


@media(max-width:992px){
	.w-90, .w-85, .w-80, .w-75, .w-70, .w-65, .w-60, .w-55, .w-50, .w-45, .w-40, .w-35, .w-33, .w-30, .w-25, .w-20, .w-15, .w-10, .w-5{
		width:100% !important;
	}

	.w-mobile-10{
		width:10% !important;
	}

	.w-mobile-20{
		width:20% !important;
	}

	.w-mobile-30{
		width:30% !important;
	}

	.w-mobile-40{
		width:40% !important;
	}

	.w-mobile-50{
		width:50% !important;
	}

	.w-mobile-60{
		width:60% !important;
	}

	.w-mobile-70{
		width:70% !important;
	}

	.w-mobile-80{
		width:80% !important;
	}

	.w-mobile-90{
		width:90% !important;
	}

	.w-mobile-100{
		width:100% !important;
	}

}

/*=====================================
=======================================
===========  WIDTH END   ==============
=======================================
=======================================*/


/*=====================================
=======================================
=============  HEIGHT   ================
=======================================
=======================================*/
.h-100p{
	height:100% !important;
}

.h-10{
	min-height:10px !important;
}

.h-20{
	min-height:20px !important;
}

.h-30{
	min-height:30px !important;
}

.h-40{
	min-height:40px !important;
}

.h-50{
	min-height:50px !important;
}

.h-60{
	min-height:60px !important;
}

.h-70{
	min-height:70px !important;
}

.h-80{
	min-height:80px !important;
}

.h-90{
	min-height:90px !important;
}

.h-100{
	min-height:100px !important;
}


/*=====================================
=======================================
===========  HEIGHT END   ==============
=======================================
=======================================*/

/*=====================================
=======================================
============  STRUCTURE   =============
=======================================
=======================================*/



.entry-content img{
	width:100%;
	height: auto;
	display: block;
  margin: 20px 0;
}

/*=====================================
=======================================
============  STRUCTURE END   =============
=======================================
=======================================*/


/*=====================================
=======================================
============  FORM FIELDS   =============
=======================================
=======================================*/

input, select{
	height:40px;
	border:0;
	border-radius:4px;
	padding-left:10px;
	outline: none;
	border:1px solid #ccc;
	-webkit-appearance: none;
  appearance: none;
	color:#000000;
	font-family: 'Poppins', sans-serif;
}

textarea{
	height:90px;
	border:0;
	border-radius:4px;
	padding-left:10px;
	outline: none;
	border:1px solid #ccc;
	-webkit-appearance: none;
  appearance: none;
	color:#000000;
	font-family: 'Poppins', sans-serif;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    background-color: #007BFF;
		border: 4px solid #FFF;
}

/* For at forbedre tilgængeligheden */
input[type="checkbox"]:focus {

}


input[type="submit"]{
	border-radius:4px;
	background-color:#01d56f;
	color:#FFFFFF;
	font-weight:500;
	font-size:16px;
	border:none;
}

.form_field{
	margin-bottom:15px;
}

@media(max-width:992px){
	input, select{
		height:60px;
		font-size:18px;
	}

	textarea{
		height:120px;
		font-size:18px;
	}
}






/*=====================================
=======================================
============  IMAGE EFFEKT   =============
=======================================
=======================================*/
.filter-blur{
	transition: all 0.3s ease;
	transform: scale(1);
	filter: blur(4px);
  -webkit-filter: blur(4px);
}

/*=====================================
=======================================
===========  FOOTER   =================
=======================================
=======================================*/

@media(max-width:992px){
	#footer-logo-menu .footer-menu li{
		display:block;
		padding-left:0;
		text-align:center;
		width:100%;
		padding-bottom:10px;
	}

	#footer-logo-menu .footer-logo{
		text-align:center;
		margin-bottom:20px;
	}
}

#footer-logo-menu{
	border-top:1px solid #dfdfdf;
}

#footer-logo-menu .footer-menu{
	text-align:center;
}

#footer-logo-menu .footer-menu li{
	display:inline-block;
	padding-left:20px;
}

#footer-logo-menu .footer-menu li a{
		color:#000000;
	}
}
