* {
    box-sizing: border-box;
}
*[onclick],
*[type="submit"] {
    cursor: pointer;
}
html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'din_prolight';
    src: url('../fonts/din_pro_light_300.woff2') format('woff2'),
         url('../fonts/din_pro_light_300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_proregular';
    src: url('../fonts/din_pro_400.woff2') format('woff2'),
         url('../fonts/din_pro_400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_promedium';
    src: url('../fonts/din_pro_medium_500.woff2') format('woff2'),
         url('../fonts/din_pro_medium_500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_probold';
    src: url('../fonts/din_pro_bold_700.woff2') format('woff2'),
         url('../fonts/din_pro_bold_700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_problack';
    src: url('../fonts/din_pro_black_900.woff2') format('woff2'),
         url('../fonts/din_pro_black_900.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_procondensed_regular';
    src: url('../fonts/din_pro_condensed_regular_400.woff2') format('woff2'),
         url('../fonts/din_pro_condensed_regular_400.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din_procondensed_medium';
    src: url('../fonts/din_pro_condensed_medium_500.woff2') format('woff2'),
         url('../fonts/din_pro_condensed_medium_500.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din_procondensed_light';
    src: url('../fonts/din_pro_condensed_light_300.woff2') format('woff2'),
         url('../fonts/din_pro_condensed_light_300.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din_procondensed_bold';
    src: url('../fonts/din_pro_condensed_bold_700.woff2') format('woff2'),
         url('../fonts/din_pro_condensed_bold_700.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

iframe[name="google_conversion_frame"] {
	position: fixed;
}
html {
  scroll-behavior: auto;
}
html, body{
	margin: 0px;
	padding: 0px;
	font-size: 1.04vw;
	 font-family: 'din_proregular';
}

a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}

button {
	cursor: pointer;
}
img {
	pointer-events: none;
	width: 100%;
    height: 100%;
	display: block;
}
p,ul,ol {
	margin: 0 0 0.75rem 0;
}
section li,
footer li {
	margin: 0 0 0.75rem 0;
}
section li:last-child,
footer li:last-child {
	/*margin: 0;*/
}
ul {
    padding-left: 0rem;
}
textarea {
	resize: none;
}
select,textarea,input:not([type="checkbox"]) {
	width: 100%;
}
form p {
    margin: 0;
}
.wpcf7-list-item {
    margin: 0 0 0 0em;
}
.wpcf7-form-control-wrap.your-name input {
	margin-top: 0;
}
div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
.ajax-loader {
	position: relative;
}
.desktop-lg {
	display: block;
}
.mobile-lg {
	display: none;
}
.desktop-md {
	display: block;
}
.mobile-md {
	display: none;
}
.desktop-sm {
	display: block;
}
.mobile-sm {
	display: none;
}
body .admin {
	display: none;
}
body.admin-bar .admin {
	display: block;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 1rem 0 1rem;
	margin: 0 auto;
}
.responsive-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.image-center {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.image-center img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;	
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;	
	margin: auto;
}
.image img {
    width: 100%;
}
.background-image {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    overflow: hidden;	
}
.background-image:before {
	content: '';
	display: block;
	padding-top: 50%;
}
.background-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.cursor-pointer {
	cursor: pointer;
}
.svg svg {
	width: 100%;
	height: 100%;
}
.banner-video {
	display: block;
	width: 100%;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.section-padding {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section-padding-top {
	padding-top: 5rem;
}
.section-padding-bottom {
	padding-bottom: 5rem;
}
.padding-top {
	padding-top: 2rem;
}
.padding-bottom {
	padding-bottom: 2rem;
}
.padding-top-small {
	padding-top: 3rem;
}
.padding-right-small {
	padding-right: 3rem;
}
.padding-bottom-small {
	padding-bottom: 3rem;
}
.margin-top {
	margin-top: 2rem;
}
.margin-bottom {
	margin-bottom: 3rem;
}
.increase-size-background-image-wrap {
	width: 100%;
    height: 13.5rem;
	overflow: hidden;
}
.increase-size {
	transform: scale(1.01);
	transition: 0.5s;
}
.increase-size:hover {
	transform: scale(1.06);
}
.col-wrap {
	margin-right: -2rem;
	margin-left: -2rem;
}
.col-margin {
	margin-right: 2rem;
	margin-left: 2rem;
}
.col-padding {
	padding-right: 2rem;
	padding-left: 2rem;
}
.col-padding-large {
	padding-right: 7rem;
	padding-left: 7rem;
}
.col-padding-left-large{
	padding-left: 7rem;
}
.section-padding-top-large{
	padding-top: 7rem;
}
dl dt div {
	max-width: 100%;
}
.lottie-wrap lottie {
	display: block;
}
.nav ul li.bold a {
	font-weight: 700;
}
@keyframes blink {
  0% {
	opacity: 1;
  } 
  25% {
	opacity: 1;
  }
	45% {
	opacity: 0;
  }
  50% {
	opacity: 0;
  }
   55% {
	opacity: 0;
  } 
  75% {
	opacity: 1;
  }
  100% {
	opacity: 1;
  }
}
.section-min-height {
	min-height: 50vh;
}
.menu-fixed-position-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.menu-fixed-position-wrap.active .inner {
    position: fixed;
	top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

/* slick slider */
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
	max-width: 100%;
	height: auto;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	padding: 0px;
	cursor: pointer;
	color: var(--main-color);
	outline: 0;
	width: 6rem;
	height: 6rem;
	background: transparent linear-gradient(180deg, #41273C 0%, #B70D4E 100%) 0% 0% no-repeat padding-box;
	display: flex;
	border-radius: 100%;
	z-index: 2;
	border: none;
	align-items: center;
}
.slick-arrow svg.icon {
    width: 2rem;
    height: 2rem;
}
.slick-arrow:hover {
    color: var(--main-color-hover);
}
.slick-arrow svg {
	width: 100%;
}
.slick-arrow.slick-next {
    right: 0px;
    transform: translate(50%, -50%);
}
.slick-arrow.slick-prev {
	left: 0px;
	transform: translate(-50%, -50%);
	justify-content: end;
}
ul.slick-dots {
	margin: 0px;	
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
    display: inline-block;
    margin: 4px;
    width: 0.6rem;
    height: 0.6rem;
    border: 0px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
ul.slick-dots li button {
    width: 0.7rem;
    height: 0.75rem;
    padding: 0px;
    border: 0px;
    border-radius: 50%;
    background-color: var(--light-green-color);
    background-size: 100% 100%;
    color: transparent;
    outline: 0;
    cursor: pointer;
}
ul.slick-dots li.slick-active button {
	background-color: var(--main-color);
	cursor: default;
}
.slider .box {
	padding: 1rem;
}
/* elementor */
#elementor-add-new-section {
    max-width: 100%;
    float: left;
    width: 100%;
}
/* flex */
.display-flex {
	display: flex;
}
.display-flex-all {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-unset {
	flex-wrap: unset;
}
.space-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}
.center {
	text-align: center;
}
.flex-row {
	display: flex;
    flex-wrap: wrap;
}
.flex-half{
	width: 50%;
}
.flex-third {
	width: 33.33%;
}
.flex-two-thirds{
	width: 66.66%;
}
.flex-qtr{
	width: 25%;
}
.flex-container-wrap {
    display: flex;
    flex-wrap: wrap;
}
.justify-content-space-between{
    justify-content: space-between;
}
.justify-content-end {
    justify-content: end;
}
.justify-content-center {
	justify-content: center;
}
.align-items-start {
    align-items: flex-start;
}
.align-items-end {
    align-items: flex-end;
}
.align-items-center {
    align-items: center;
}
.flex-direction {
    flex-direction: row-reverse;
}
.no-margin{
	margin: 0rem;
}
.col-margin-wrap {
	margin-right: -1.5rem;
	margin-left: -1.5rem;
}
.col-margin {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}
.col-margin-small-wrap {
	 margin-right: -0.7rem;
    margin-left: -0.7rem;
}
.col-margin-small {
     margin-right: 0.7rem;
    margin-left: 0.7rem;
}

/**** Css divided width ****/
.flex-1{
	width:8.33333333%
}
.flex-2{
	width:16.66666667%
}
.flex-20{
	width:20%
}
.flex-3{
	width:25%
}
.flex-4{
	width:33.33333333%
}
.flex-5{
	width:41.66666667%
}
.flex-6{
	width:50%
}
.flex-7{
	width:58.33333333%
}
.flex-8{
	width:66.66666667%
}
.flex-9{
	width:75%
}
.flex-10{
	width:83.33333333%
}
.flex-11{
	width:91.66666667%;
}
.flex-12{
	width:100%
}
.flex-35{
	width:35%
}
.position-relative {
    position: relative;
}

/* category */
.flex-post.img {
	width: 25%;
} 
.flex-post.text {
	width: 72%;
	position: relative;
	padding-bottom: 25px;
} 
.flex-post.text.flex-full {
	width: 100%;	
}
.post-read-more {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* Global Class */
.button-wrap {
	display: flex;
	margin-top: 1.5em;
}
.button-wrap.center {
	justify-content: center;
}
.button-wrap.right {
	justify-content: right;
}
.button-wrap.center .button {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.button,
a.button {
	display: inline-block;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	cursor: pointer;
	border-style: solid;
	transition: 0.5s;
	text-align: center;
	text-decoration: none;
}
.button .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.button .inner svg {
	width: 0.6rem;
    height: auto;
    margin-top: 0.2rem;
}
.button.next-btn .inner svg {
	margin-right: 1rem;
}
.button.prev-btn .inner svg {
	margin-left: 1rem;
}
.arrow:hover svg{
	color: var(--main-color-hover);
} 
.button.full-with {
	width: 100%;
}
.post-readmore-wrap {
	display: flex;
}
.post-readmore-wrap.right {
	justify-content: end;
}
.post-readmore-wrap.center {
	justify-content: center;
}
a.post-readmore {
    display: flex;
    align-items: center;
	text-decoration: none;
}
.post-readmore .svg {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0.3rem, 0rem);
}
.post-readmore.svg-left .svg {
    transform: translate(-0.3rem, 0rem);
}
.text-center {
	text-align: center;
}
.font-white,
.font-white h2,
.font-white a {
    color: var(--white-color);
}
.font-large { 
    font-size: 1.2em;
    line-height: 1.6;
}
.font-large p {
	margin-bottom: 1.5em;
}
.font-small {
    font-size: 0.85em;
    line-height: 1.4;
}
.font-small p {
	margin-bottom: 1em;
}
/***text-over-image***/
.text-over-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-over-image .text {
    position: absolute;
    text-align: center;
}
.text-over-image .image {
	width: 100%;
    height: 100vh;
    overflow: hidden;
}

.text-over-image .image img {
    height: 100%;
}
.text-over-image .buttons {
    position: absolute;
    bottom: 0;
}
.read-me-bottom {
    height: 6rem;
    margin-top: -6rem;
    overflow: hidden;
}
.read-me-bottom .arrow {
    width: 6rem;
    height: 6rem;
    background-color: var(--white-color);
    position: relative;
    border-radius: 100%;
    margin: 1rem auto;
}
.read-me-bottom .arrow svg {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

a.btn {
    text-decoration: none;
    font-family: 'din_procondensed_light';
    font-size: var(--font-size-h3);
}
svg {
    width: 100%;
    height: 100%;
}
/**nav-side-number**/
.nav-side-number .inner {
    position: fixed;
    top: 26%;
    left: -3rem;
    width: 6rem;
    height: 6rem;
    background: transparent linear-gradient(180deg, #41273C 0%, #B70D4E 100%) 0% 0% no-repeat padding-box;
    display: flex;
    border-radius: 100%;
	z-index: 2;
}
.nav-side-number .inner span.count-left {
    width: 6rem;
    height: 6rem;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: var(--font-size-h3);
    position: absolute;
    right: -20%;
	font-family: 'din_procondensed_regular';
}

.nav-side-number {
    overflow: hidden;
}





/**readmore-css-end*/
@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.container.container-narrow {
		width: 750px;
	}
}
@media (min-width: 992px){
	.container {
		width: 60rem;
	}
	.container.container-narrow-small {
		width: 40rem;
	}
	.container.container-narrow-medium {
		width: 46rem;
	}
	.container.container-narrow {
		width: 54.2rem;
	}
	.container.container-large-narrow{
		width: 65rem;
	}
	.container.container-wide {
		width: 84rem;
	}
	.container.container-large-medium {
		width: 74rem;
	}
	.container.container-medium {
		width: 69rem;
	}
	.container.container-full {
		width: 100%;
		max-width: 100%;
		padding: 0 0;
	}
	
	/*animation*/
	.ani.delay-05s {
		transition-delay: 0.5s; 	
	}
	.ani.delay-05s.active {
		transition-delay: 0.5s; 	
	} 
	.ani.delay-1s {
		transition-delay: 1s; 	
	}
	.ani.delay-1s.active {
		transition-delay: 1s; 	
	}
	.ani.delay-1-5s {
		transition-delay: 1.5s; 	
	}
	.ani.delay-1-5s.active {
		transition-delay: 1.5s; 	
	} 
	.ani.delay-2s {
		transition-delay: 2s; 	
	}
	.ani.delay-2s.active {
		transition-delay: 2s; 	
	} 
	.ani.delay-2-5s {
		transition-delay: 2.5s; 	
	}
	.ani.delay-2-5s.active {
		transition-delay: 2.5s; 	
	} 
	.ani.delay-3s {
		transition-delay: 3s; 	
	}
	.ani.delay-3s.active {
		transition-delay: 3s; 	
	}  
	.ani.delay-3-5s {
		transition-delay: 3.5s; 	
	}
	.ani.delay-3-5s.active {
		transition-delay: 3.5s; 	
	}  
	.ani.delay-4s {
		transition-delay: 4s; 	
	}
	.ani.delay-4s.active {
		transition-delay: 4s; 	
	} 
	.ani.delay-4-5s {
		transition-delay: 4.5s; 	
	}
	.ani.delay-4-5s.active {
		transition-delay: 4.5s; 	
	} 
	.ani.delay-5s {
		transition-delay: 5s; 	
	}
	.ani.delay-5s.active {
		transition-delay: 5s; 	
	} 	
	.ani.transition {
		transition-timing-function: ease-in;
		transition-duration: 0.5s; 
	}
	.ani.transition-1-5 {
		transition-timing-function: ease-in;
		transition-duration: 1.5s; 
	}
	.ani.opacity.active {
		transition-timing-function: ease-in;
		transition-duration: 0.5s;
	} 
	.ani.opacity {
		opacity: 0;
	}
	.ani.opacity.active {
		opacity: 1;
	}
	.ani.fade-up {
		transform: translateY(2rem);
	}
	.ani.fade-up.active {
		transform: translateY(0rem);
	}
	.ani.fade-right {
		transform: translateY(2rem);
	}
	.ani.fade-right.active {
		transform: translateY(0rem);
	}
	.ani.fade-left {
		transform: translateX(4rem);
	}
	.ani.fade-left.active {
		transform: translateX(0rem);
	}
	.ani.fade-down {
		transform: translateY(-2rem);
	}
	.ani.fade-down.active {
		transform: translateY(0rem);
	}
	.ani.grow {
		transform: scale(0.75);
	}
	.ani.grow.active {
		transform: scale(0.99);
	}
}
@media (max-width: 991px){
	.container.container-wide, .container.container-medium, .container.container-large-medium {
		width: 100%;
	}
	html, body{
		font-size: 18px;
	}
	
	.container {
		width: 100%;
		padding: 0 1.1rem 0 1.1rem;
	}
	section {
		font-size: 1rem;
	}
	.title-h2 h3, h2, .h2 {
		font-size: 2.5rem;
	}
	.section-padding {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.padding-top {
		padding-top: 1rem;
	}
	.padding-bottom {
		padding-bottom: 1rem;
	}
	.margin-top {
		margin-top: 1rem;
	}
	.col-wrap {
		margin-right: 0;
		margin-left: 0;
	}
	.margin-bottom {
		margin-bottom: 2rem;
	}
	.button-wrap {
		margin-top: 1em;
	}
	.increase-size-background-image-wrap {
		height: auto;
	}
	.desktop-lg {
		display: none;
	}
	.mobile-lg {
		display: block;
	}
	/*cookies*/
	.cookies-notice .row {
		flex-wrap: wrap;
		padding: 2rem;		
	}
	.cookies-notice .row .text {
		width: 100%;
		padding-right: 0;		   
	}
	.cookies-notice .row .button-wrap {
		margin-top: 1rem;
	}

	/*slick-slider*/
	.slick-arrow {
		display: none !important;
	}
	.slick-arrow {
		top: auto;
		bottom: 0rem;
	}
	.slick-arrow.slick-next {
		right: auto;
		left: auto;
		transform:translate(130%, 150%);
	}
	.slick-arrow.slick-prev {
		left: auto;
		transform: translate(-50%, 150%);
	}
	
	
	/*popup*/
	.vid-popup iframe, 
	.vid-popup video {
		width: 100%;
		height: 100%;
	}
	.close-popup {
		top: -2.2rem;
		right: 0rem;
	}
	.popup .inner {
		width: 90%;
	}
	.popup .inner > .box {
		padding: 3rem 1rem 3rem;
	}
	.popup .inner > .box .display-flex {
		display: block;
	}
	.popup .inner > .box .display-flex .title-wrap {
		display: flex;
		justify-content: center;
	}
	.popup .inner .text-wrap {
		padding: 0 0 0 0rem;
		text-align: center;
	}
	.popup .inner .box .image {
		margin: 0 auto 0.5rem;
	}
	.vid-popup .inner {
		position: relative;
		width: 92%;
		height: 52vw;
	}
}
@media (max-width: 767px){

	
	.flex-third, .flex-1, .flex-2, .flex-3, .flex-4, .flex-5, .flex-6, .flex-7, .flex-8, .flex-9, .flex-10, .flex-11, .flex-12, .flex-35 {
		width: 100%;
	}
	.flex-20{
		width: 100%
	}
	.section-three .col-margin-small-wrap, .section-three .col-margin-small {
		/*margin-right: 0;
		margin-left: 0;*/
	}
	.no-padding {
		padding: 0;
	}
	/* category */
	.flex-row {
		/*justify-content: center;
		flex-wrap: wrap;*/
	}
	.flex-post.img {
		width: 250px;
	} 
	.flex-post.text {
		width: 100%;
		max-width: 550px;
	} 
	.flex-full {
		width: 100%;	
	}
    .vid-popup iframe {
		/* max-width: 90vw; */
		/* max-height: 65vw; */
	}
	.justify-content-center {
		justify-content: flex-start;
	}
	.desktop-md {
		display: none;
	}
	.mobile-md {
		display: block;
	}
	.header-image {
		overflow: hidden;
	}
	.banner-video.desktop-and-mobile {
		width: 150%;
		margin-left: -25%;
	}
	.popup .inner > .box .text p {
    height: 52vw;
    overflow: auto;
}
}
@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}
@media (max-width: 540px){
	.desktop-sm {
		display: none;
	}
	.mobile-sm {
		display: block;
	}
}
@media (max-width: 491px){
	.video-play-button, .play-icon {
		width: 3rem;
		height: 3rem;
	}
	.video-play-button svg, .play-icon svg {
		width: 0.9rem;
	}
}