* {
    box-sizing: border-box;
}
*[onclick],
*[type="submit"] {
    cursor: pointer;
}
iframe[name="google_conversion_frame"] {
	position: fixed;
}
html {
  scroll-behavior: smooth;
}
html, body{
	margin: 0px;
	padding: 0px;
	font-size: 1.04vw;
}

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%;
	max-width: 100%;
	height: auto;
}
img.alignnone {
	width: initial;
}
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: 0.85rem;
}
select,textarea,input:not([type="checkbox"]) {
	width: 100%;
}
textarea {
	resize: none;
}
form p {
    margin: 0;
}
lottie-player {
    width: 100%;
    height: auto;
}
    table { border-collapse: collapse; width: 100%; margin: 16px 0;}
    th, td { border: 1px solid #999; padding: 6px 12px; text-align: left; }
    th { background: #eee; }
.wpcf7-list-item {
    display: inline-block;
    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;
}
.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.background-image-increase {
	background-size: 101% auto;
	transition: 0.5s;
}
.background-image.background-image-increase:hover {
	background-size: 110% auto;
	transition: 0.5s;	
}
.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: 4rem;
	padding-bottom: 4rem;
}
.section-padding-top {
	padding-top: 4rem;
}
.section-padding-bottom {
	padding-bottom: 4rem;
}
.padding-top {
	padding-top: 2rem;
}
.padding-bottom {
	padding-bottom: 2rem;
}
.padding-top-small {
	padding-top: 0.5rem;
}
.padding-bottom-small {
	padding-bottom: 0.5rem;
}
.margin-top {
	margin-top: 2rem;
}
.margin-bottom {
	margin-bottom: 2rem;
}
.increase-size {
	transform: scale(1.01);
	transition: 0.5s;
}
.increase-size:hover {
	transform: scale(1.08);
}
.col-wrap {
	margin-right: -2rem;
	margin-left: -2rem;
}
.col-margin {
	margin-right: 2rem;
	margin-left: 2rem;
}
.col-padding {
	padding-right: 2rem;
	padding-left: 2rem;
}
dl dt div {
	max-width: 100%;
}
/* slick slider */
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-arrow {
	position: absolute;
	z-index: 0;
	top: 50%;
	width: 2rem;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	cursor: pointer;	
	color: #000;
	outline: 0;
}
.slick-arrow svg {
	width: 100%;
}
.slick-arrow.slick-next {	
	left: 0px;	
	transform: translate(-100%, -50%);
}
.slick-arrow.slick-prev {
	right: 0px;
	transform: translate(100%, -50%);
}
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.5rem;
    height: 0.5rem;
    padding: 0px;
    border: 0px;
    border-radius: 100%;
    background-color: #02022233;
    background-size: 100% 100%;
    color: transparent;
    outline: 0;
    cursor: pointer;
}
ul.slick-dots li.slick-active button {
	background-color: #020222;
	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;
}
.space-between {
	justify-content: space-between;
}
.align-center {
	align-items: 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.35rem;
	margin-left: -0.35rem;
}
.col-margin-small {
    margin-right: 0.35rem;
    margin-left: 0.35rem;
}

/**** 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;
}
/*popup*/
.popup {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    opacity: 0;
    transition: 0.35s;
}
.popup.active {
    z-index: 100;
    opacity: 1;
    transition: 0.35s;
}
.bg-for-close-popup {
	position: fixed;
    z-index: 2;	
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.85);
}
.popup .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    margin: 0 auto;
}
.popup .inner .box {
    position: relative;
    background-color: #fff;
    padding: 2rem 2.5rem 1rem;
}
.inner-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0rem 0rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: flex-end;
}
.popup .inner .box .close-button {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    color: #1B89A5;
    cursor: pointer;
}

/*popup video*/
.play-video {
	cursor: pointer;
}
.vid-popup {
    display: block;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #fff;
}
.vid-popup iframe,
.vid-popup video {
    width: 60rem;
    height: 33.8rem;
    margin-bottom: -11px;
    border: 0px;
}
.close-popup {
	position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 999;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.close-popup svg {
    width: 1rem;
    height: 1rem;
	color: #fff;
}

/*popup image*/
.popup-image-click {
	cursor: pointer;
}
.vid-popup-wrap.popup-image .vid-popup {
    /* max-width: 80%; */
    /* height: 90%; */
}
.vid-popup-wrap.popup-image .vid-popup img {
    max-width: 100%;
    max-height: 100%;
}
/* Global Class */
.button-wrap {
	display: flex;
	margin-top: 1.5em;
}
.button-wrap.center {
	justify-content: center;
}
.button-wrap.center .button {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.button,
a.button,
.button-a-tag a {
	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;
}
.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;
}
.social-icons {
    display: flex;
}
.social-icons a {
    display: flex;
	align-items: center;
    transition: 0.5s;
}
/*cookies*/
.cookies-notice {
	z-index: 9999;
	position: fixed;
	bottom: 0.5rem;	
	left: 0;
	width: 100%;
}
.cookies-notice .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 1rem;
	background-color: #fff;
}
.cookies-notice .row .text {
	padding-right: 1rem;
}
.cookies-notice .row .button-wrap {
	margin-top: 0;
}

/* spinner */
.spin-wrapper {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
    z-index: 99999999999999;	
}
.spin-wrapper .spinner {
	position: absolute;
	height: 60px;
	width: 60px;
	border: 3px solid transparent;
	border-top-color: #1dd2af;
	top: 50%;
	left: 50%;
	margin: -30px;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.spin-wrapper .spinner:before, .spin-wrapper .spinner:after {
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-radius: 50%;
}
.spin-wrapper .spinner:before {
	border-top-color: #2c3e50;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	animation: spin 1.5s linear infinite;
}
.spin-wrapper .spinner:after {
	border-top-color: #FFFBFE;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/*read-more animation*/
.readmore-arrow {
	position: relative;
	padding-right: 1.35rem;
}
.readmore-arrow:before,
.readmore-arrow:after {
	content: '>';
	display: block;
	position: absolute; 
	bottom: 0;  
	margin-left:0px; 
	right: 0;
}
.readmore-arrow:after {
	right: 0.6rem;
}
.readmore-arrow:before,
.readmore-arrow:after {
	top: -0.1rem;
}
.readmore-arrow:hover:before{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.readmore-arrow:hover:after{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.readmore-height-wrap.open .readmore-arrow:before,
.readmore-height-wrap.open .readmore-arrow:after {
	/* transform: rotate(-90deg); */
	/* top: -9px; */
	/* right: 0; */
}
.readmore-height-wrap.open .readmore-arrow:after {
	/* transform: rotate(-90deg); */
	/* top: 6px;	 */
	/* right: 7px;	 */
}
.readmore-height-wrap.open .readmore-arrow:hover:before{
    /* animation-name: bounceAlphaUp; */
    /* animation-duration:1.4s; */
    /* animation-iteration-count:infinite; */
    /* animation-timing-function:linear; */
}
.readmore-height-wrap.open .readmore-arrow:hover:after{
    /* animation-name: bounceAlphaUp; */
    /* animation-duration:1.4s; */
    /* animation-delay:0.2s; */
    /* animation-iteration-count:infinite; */
    /* animation-timing-function:linear; */
}
.readmore-arrow-v2 {
	position: relative;
	padding-right: 1.25rem;
}
.readmore-arrow-v2 svg{
	position: absolute; 
	bottom: 0;  
	top: 0;
	right: 0;
	margin-left:0px; 
}
.readmore-arrow-v2:hover svg{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}
@keyframes bounceAlphaUp {
  0% {opacity: 1; transform: translateY(0px) rotate(-90deg) scale(1);}
  25%{opacity: 0; transform:translateY(-10px) rotate(-90deg) scale(0.9);}
  26%{opacity: 0; transform:translateY(10px) rotate(-90deg) scale(0.9);}
  55% {opacity: 1; transform: translateY(0px) rotate(-90deg) scale(1);}
}

@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: 46rem;
	}
	.container.container-narrow {
		width: 51.5rem;
	}
	.container.container-large-narrow{
		width: 67.5rem;
	}
	.container.container-wide {
		width: 83rem;
	}
	.container.container-large-mediam {
		width: 80rem;
	}
	.container.container-full {
		width: 100%;
		max-width: 100%;
		padding: 0 0;
	}
		
	/*animation*/
	.ani.delay-1s {
		transition-delay: 1s; 	
	}
	.ani.delay-1s.active {
		transition-delay: 1s; 	
	} 
	.ani.delay-2s {
		transition-delay: 2s; 	
	}
	.ani.delay-2s.active {
		transition-delay: 2s; 	
	} 
	.ani.transition {
		transition-timing-function: ease-in;
		transition-duration: 0.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);
	}
}
@media (max-width: 991px){
	html, body{
		font-size: 18px;
	}
	.container, .container.container-wide {
		width: 100%;
	}
	.desktop-lg {
		display: none;
	}
	.mobile-lg {
		display: block;
	}
	.container {
		padding: 0 1.6rem 0 1.6rem;
	}
	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;
	}
	.margin-bottom {
		margin-bottom: 1rem;
	}
	.col-wrap {
		margin-right: 0;
		margin-left: 0;
	}
	.col-padding {
		padding-right: 0;
		padding-left: 0;
	}
	.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{
		
	}
	/*popup*/
	.vid-popup iframe, 
	.vid-popup video {
		width: 96vw;
		height: auto;
	}
	.close-popup {
		top: -2.2rem;
		right: 0rem;
	}
	
	/*cookies*/
	.cookies-notice .row {
		flex-wrap: wrap;
	}
	.cookies-notice .row .text {
		width: 100%;
	}
	.cookies-notice .row .button-wrap {
		margin-top: 1rem;
	}
	
	
	/**/
	br {
		display: none;
	}
}
@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%;
	}
	.col-margin-small {
		margin-right: 0;
		margin-left: 0;
	}
	.container.container-wide.mbno-padding{
		padding: 0;
	}
	.container.container-wide.no-padding{
		padding: 0;
	}
	/* category */
	.flex-row {
		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; */
	}
	.desktop-md {
		display: none;
	}
	.mobile-md {
		display: block;
	}
	.header-image {
		overflow: hidden;
	}
	.banner-video.desktop-and-mobile {
		width: 150%;
		margin-left: -25%;
	}
}
@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}
@media (max-width: 540px){
	.desktop-sm {
		display: none;
	}
	.mobile-sm {
		display: block;
	}

	.banner-video.desktop-and-mobile {
		width: 300%;
		margin-left: -75%;
	}
	
	h1, .h1 {
	  	font-size: 35px;
	  	line-height: 1.3;
		margin-bottom: 0px;
	  	margin-bottom: 20px;
	}
}