* {
    box-sizing: border-box;
}
*[onclick],
*[type="submit"] {
    cursor: pointer;
}
iframe[name="google_conversion_frame"] {
	position: fixed;
}
html {
  scroll-behavior: auto;
}
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;
	max-width: 100%;
	height: auto;
}
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: 6rem;
	padding-bottom: 6rem;
}
.section-padding-top {
	padding-top: 6rem;
}
.section-padding-bottom {
	padding-bottom: 6rem;
	padding-top: 0.1rem;
}
.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: 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-padding {
	padding-right: 2rem;
	padding-left: 2rem;
}
.col-padding-large {
	padding-right: 6rem;
	padding-left: 6rem;
}
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;
}

/* slick slider */
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
	max-width: 100%;
	height: auto;
}
.slick-arrow {
	position: absolute;
	z-index: 0;
	top: 50%;
	width: 2.6rem;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	cursor: pointer;	
	color: var(--main-color);
	outline: 0;
}
.slick-arrow:hover {
    color: var(--main-color-hover);
}
.slick-arrow svg {
	width: 100%;
}
.slick-arrow.slick-next {
    right: 0px;
    transform: translate(150%, -50%);
}
.slick-arrow.slick-prev {
	left: 0px;
	transform: translate(-150%, -50%);
}
.slick-arrow {
	top: 105%;
	outline: 0;
	border: 0;
	border-radius: 50%;
	color: var(--blue);
	width: 2.5rem;
	color: var(--main-color);
}
.slick-arrow:hover svg {
	color:#31989F;
}
.slick-arrow.slick-next {
	right: calc(50% + 1rem);
    /* transform: rotate(180deg); */
}
.slick-arrow.slick-prev {
    left: calc(50% + 1rem);
    /* transform: rotate(180deg); */
    /* left: auto; */
}
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;
}

/*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: 15;
    opacity: 1;
    transition: 0.35s;
}
.bg-for-close-popup {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.5);	
}
.popup .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 20px #00000047;
}
.popup .inner > .box {
    position: relative;
    padding: 3rem 3rem 3rem;
    background: var(--white-color);
    opacity: 1;
}
.popup .inner .text-wrap {
    padding: 0 0 0 2rem;
}
.popup .inner .h6.text {
    margin: 0.4rem 0 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: 0.5rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    color: #1B89A5;
    cursor: pointer;
}

/*popup video*/
.play-video {
	cursor: pointer;
}
.vid-popup {
    position: fixed;
    z-index: 102;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
	justify-content: center;
	align-items: center;
	/* width: 100%; */
    /* height: 100%; */
	overflow: hidden;
}
.vid-popup .inner {
	position: relative;
    width: 73%;
    height: 80%;
}
.vid-popup iframe, 
.vid-popup video {
    width: 100%;
    height: 100%;
    border: 0px;
}
.vid-popup iframe {
    /* height: 113%; */
}
.close-popup, 
.video-close-popup {
	position: absolute;
    z-index: 15;
    float: right;
    width: 2rem;
    height: 2rem;
	line-height: 1.1;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    cursor: pointer;
    top: 0.4rem;
    right: 0.4rem;
}
.video-close-popup svg {
    width: 100%;
    height: 100%;
}
.close-popup svg {
    width: 1rem;
    height: 1rem;
	color: #fff;
}

.vid-popup-in-box-wrap.no-popup .vid-popup-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
}
.vid-popup-in-box-wrap.no-popup .vid-popup {
	position: absolute;
	top: 0;
	left: 0;
	transform: initial;
	z-index: 15;
	width: 100%;
	height: 100%;
}
.vid-popup-in-box-wrap.no-popup .bg-for-close-popup {
	display: none;
}

/* 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;
}
.social-icons {
    display: flex;
}
.social-icons a {
    display: flex;
	align-items: center;
    transition: 0.5s;
}
.login-menu > a {
    /* position: relative; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-menu a:after {
    /* position: absolute; */
    /* top: 40%; */
    /* right: -27%; */
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
	margin-left: 0.5rem;
    background-image: url(../svg/login-icon.svg);
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}
.inner-post-wrap ul {
	padding-left: 1.25rem;
}

/*cookies*/
.cookies-notice {
	z-index: 9999;
	position: fixed;
	bottom: 0.5rem;	
	left: 0;
	width: 100%;
}
.cookies-notice .row {
    display: block;
    width: 78%;
	margin: 0 auto;	
    padding: 1.5rem 2rem 1.5rem 2rem;
    background-color: var(--white-color);
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}
#cn-decline-cookies {
    position: absolute;
    right: 0.9rem;
    top: 0.9rem;
	right: 0.8rem;
    top: 0.5rem;	
	width: 0.8rem;			   		
}
#cn-accept-cookies {
    padding: 0rem 2.5rem;
}
#cn-decline-cookies svg {
	width: 100%;
    height: auto;
	cursor: pointer;
}	
.cookies-notice .row .text {
    padding-right: 1rem;
    font-weight: var(--weight-400);
    color: var(--main-color);
    line-height: 1.5;
    margin: 0 0 1rem;
    font-size: 0.92rem;
}
.cookies-notice .row p {
    margin: 0;
    line-height: 1.5;
    color: rgb(255, 255, 255, 0.9);
    font-size: 1.2rem;
}
.cookies-notice .row .button-wrap {
	margin-top: 0;
}

/* spinner */
.spin-wrapper {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.5); */
    z-index: 9999;	
}
.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); }
}

/*auther-wrap*/
.auther-wrap {
	display: flex;
	align-items: center;
}
.auther-wrap .auther-image {
	width: 2.5rem;
	border-radius: 50%;
	margin-right: 1rem;
	overflow: hidden;
}
.auther-wrap .auther-image img {
	display: block;
}
.auther-wrap .auther-image img.alignnone {
    margin: 0;
}
.auther-wrap .auther-name {
	font-size: 0.8rem;
}

/*subscribe-form*/
.subscribe-form-wrap {
    position: relative;
}
.subscribe-form-wrap .button-wrap {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.subscribe-form-wrap input {
	font-size: 85%;
    height: 2.5rem;
    line-height: 2.5rem;
}
.subscribe-form-wrap input[type="email"] {
	padding-right: 11rem;
}	
.subscribe-form-wrap input[type="submit"] {
    width: 10rem;
	color: rgb(255, 255, 255, 0.9);
}
/****readmore-css****/

.readmore-height-wrap.active .text {
    height: 8.2rem;
    overflow: hidden;
	position: relative;
}
.readmore-height-wrap.active.open .text {
    height: auto;
}
.readmore a {
    color: var(--main-color);
}
.readmore-height-wrap.active .readmore {
    display: block;
}
.readmore-height-wrap .readmore {
    display: none;
    padding-left:0rem;
    margin-top: 1rem;
}
.readmore-height-wrap a {
    text-decoration: none;
}
/**postpagination**/
.postpagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.postpagination span.page-link, .postpagination span.this-page{
	 width: 2.35rem;
    height: 2.35rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--dark-blue);
	font-weight: var(--weight-500);
}
.postpagination span.this-page {
   border: 1px solid var(--main-color);
}
.postpagination span.page-link a {
    text-decoration: none;
	color: var(--dark-blue);
}
/***/
.filter-wrap select, .search-wrap input.form-control, .sidebar-wrap input, .resource-wrapper .popup input.form-control {
    border-bottom: 2px solid var(--main-color);
    outline: none;
    padding: 0 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 3.1;
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.2px;
    font-weight: var(--weight-500);
	background-color: transparent;
	font-size: 1.11rem;
	color: var(--dark-color);
	
}
.search-wrap input::-webkit-input-placeholder {
	color: var(--dark-blue) !important;
}
.filter-wrap select {
    appearance: none;
	color: var(--dark-blue);
}
.search-wrap button {
    background-color: transparent;
    border: none;
}
.arrow-dwon, .search-wrap button {
    position: absolute;
    top: 0.95rem;
    right: 0;
}

/**play-video***/
.play-video-num, .video-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-video-num img, .video-wrapper img {
    width: 100%;
}
 .video-play-button, .play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: rgb(45,226,191, 0.21);
	color: #2B6CEF;
}
.video-play-button svg, .play-icon svg{
  /*  width: 1.2rem;
    color: #3bb6e9;*/
}
.video-play-button:hover,  .play-icon:hover{
    color: #4EF8D7;
}
.slide-wrap {
    overflow: auto;
}
.section-two_column .image {
	width: 90%;
}
.section-two_column .image img {
	border-radius: 8px;
	box-shadow: 20px 20px #AEDDFF;
}



/**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: 56.5rem;
	}
	.container.container-narrow {
		width: 50.5rem;
	}
	.header-container.custom-transform {
		transform: translateY(0rem);
	}
	.container.container-large-narrow{
		width: 62rem;
	}
	.container.container-wide {
		width: 84rem;
	}
	.container.container-large-medium {
		width: 70rem;
	}
	.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.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(0rem);
	}
	.ani.fade-left.active {
		transform: translateX(2rem);
	}
	.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.2rem 0 1.2rem;
	}
	.section-one .container {
		width: 100%;
		padding: 0;
	}
	section {
		font-size: 1rem;
	}
	.title-h2 h3, h2, .h2 {
		font-size: 2.5rem;
	}
	.section-padding {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.section-padding-bottom {
		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 {
		width: 100%;
		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;*/
	}
	
	/*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;
	}
	.section-two_column .image {
		width: 100%;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.section-two_column .image img {
	    box-shadow: 200px -30px #2B6CEF59;
	}
}
@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;
	}
	.mobile-md .banner-video {
		margin-top: 65px;
	}
}
@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; */
	}
}

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