
* {
    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;
	font-size: 19.2px;
	font-size: 16px;
}


a {
	cursor: pointer;
}
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;
}
svg {
    width: 100%;
    height: 100%;
}
p,ul,ol {
	margin: 0 0 0.75rem 0;
}
nav,
section,
footer{
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
}
section li,
footer li {
	margin: 0 0 0.75rem 0;
}
section li:last-child,
footer li:last-child {

}
ul {
    /* padding-left: 0rem; */
}
textarea {
	resize: none;
}
select,textarea,input:not([type="checkbox"]) {
	width: 100%;
}
form p {
    margin: 0;
}
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
	border: 1px solid #666;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	line-height: 1.3;
}

input[type="checkbox"]:checked {
	background-color: var(--main-color-hover);
 	border: 3px solid var(--main-color-hover); 
}

input[type="checkbox"]:checked::after {
  content: "✔";
  content: "\2713";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 3px;
}

.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 1.5rem 0 1.5rem;
	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%;
}
.image img:not(.desktop-md,.mobile-md) {
    display: block;
}
.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, .svg img {
	width: 100%;
	height: 100%;
}
.video,
.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 {
	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;
}
.margin-bottom-small {
	margin-bottom: 2rem;
}
.increase-size-background-image-wrap {
	width: 100%;
    height: 13.5rem;
	overflow: hidden;
}
.overflow-hidden {
	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;
}
.box-border-radius {
    border-radius: 0.52rem;
}
.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;
}
.hidden {
    visibility: hidden;

}
.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: 6rem;
    width: 100%;
    background-color: var(--dark-blue);
    padding-top: 0.5rem;
    z-index: 2;
}
body .menu-fixed-position-wrap.active .inner {
    top: 4rem;
}
body.admin-bar .menu-fixed-position-wrap.active .inner {
    top: 6rem;
}
.active-video img {
	opacity: 0;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent; 
	border-left: 0.25rem solid blue; 
}
/* slick slider */
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
	max-width: 100%;
	height: auto;
}
.owl-nav button,
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;	
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    border: 0px;
    padding: 0px;
    background-color: transparent;
    cursor: pointer;
    color: var(--main-color);
    outline: 0;
}
.owl-nav button:hover,
.slick-arrow:hover {
    color: var(--main-color-hover);
}
.owl-nav button svg,
.slick-arrow svg {
    width: 2.1rem;
    height: 2.1rem;
}
.owl-carousel .owl-nav button.owl-prev svg,
.slick-arrow.slick-prev svg {
    transform: rotate(180deg);
}
.owl-nav button.owl-next,
.slick-arrow.slick-next {
    right: 0px;
    transform: translate(0%, -50%);
}
.owl-nav button.owl-prev,
.slick-arrow.slick-prev {
	left: 0px;
	transform: translate(0%, -50%);
}
.owl-dots,
ul.slick-dots {
    list-style: none;
    text-align: center;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	max-width: calc(100% - 120px);
	margin: 10px auto 0!important;	
    padding: 0px;
}
.owl-dots button.owl-dot,
ul.slick-dots li {
    display: inline-block;
    margin: 0 0.3rem;
    width: auto;
    height: auto;
    border: 0px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: normal;
}
.owl-dots button.owl-dot {
    margin: 0;	
}
.owl-theme .owl-dots .owl-dot span,
ul.slick-dots li button {
    width: 0.85rem;
    height: 0.85rem;
    padding: 0px;
    border: 0px;
    border-radius: 50%;
    background-size: 100% 100%;
    color: transparent;
    outline: 0;
    cursor: pointer;
	background: #33D4FF 0% 0% ;
	opacity: 0.37;
}
.owl-theme .owl-dots .owl-dot.active span, ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
	background-color: var(--main-color);
	cursor: pointer;
	opacity:1;
}
.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;
}
.justify-content-center {
	justify-content: center;
}
.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.4rem;
    margin-left: -0.4rem;
}
.col-margin-small {
     margin-right: 0.4rem;
    margin-left: 0.4rem;
}
.col-margin-medium-wrap {
	 margin-right: -1rem;
    margin-left: -1rem;
}
.col-margin-medium {
     margin-right: 1rem;
    margin-left: 1rem;
}
.text-over-image {
	position: relative;
}




/**** 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: 102;
    opacity: 1;
    transition: 0.35s;
}

.bg-for-close-popup {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64.45%;
    height: 100%;
    margin: 0 auto;
}
.popup .inner > .box {
    position: relative;
    background: var(--white);
    opacity: 1;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.popup .inner .image {
    /* height: 100%; */
    width: 23.2rem;
}
.popup .inner .image img {
    height: 100%;
    object-position: top;
    object-fit: fill;
	margin-left: -0.34rem;
}
.popup .inner .text {
    width: 75%;
}
.popup .inner .text-wrap {
    padding: 0 0 0 2rem;
}
.popup .inner .h6.text {
    margin: 0.4rem 0 1rem;
}
.popup .inner .social-media {
    margin: 0.3rem 0;
}
.popup .inner .name {
    font-weight: var(--weight-600);
    font-size: var(--font-size-28);
}
.inner-content {
    width: 100%;
    height: 100%;
    background-color:var(--gray-color);
    padding: 0rem 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.popup .inner .box .close-button {
    position: absolute;
    z-index: 1;
    top: 1.25rem;
    right: 1.25rem;
    width: 0.8rem;
    height: 0.8rem;
    color: var(--pink-color);
    cursor: pointer;
}
.popup .inner .box .close-button svg {
    width: 100%;
    height: 100%;
}
.popup .inner > .box .discretion p {
    padding-left: 0 !important;
}
.popup .inner > .box .text-inner {
    padding: 2.5rem 3rem 2rem 3rem;
    background-color: var(--white-color);
}
.popup .imges-box {
    background-color: var(--gray-color);
    width: 28.6rem;
    height: 100%;
    max-height: 100%;
    padding: 0 1rem 0 3rem;
}
.popup .inner .text {
    width: 100%;
    padding: 3rem 3.5rem 3rem 0.5rem;
}

/*popup video*/
.play-video {
	cursor: pointer;
}
.vid-popup {
    position: absolute;
    z-index: 102;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0,0.5);
    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: 50rem;
    height: 28rem;
    border: 0px;
}
.close-popup, 
.video-close-popup {
	position: absolute;
    z-index: 999;
    float: right;
    width: 2rem;
    height: 2rem;
	line-height: 1.1;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: var(--lightblue);
    color: var(--white);
    text-align: center;
    cursor: pointer;
    top: 0.4rem;
    right: 0.4rem;
}
.close-popup, 
.video-close-popup:hover {
    background-color: var(--main-color-hover);
}
.vid-popup-wrap .vid-popup .video-close-popup svg.icon {
    width: 0.8rem;
    height: 0.8rem;
}
.close-popup:hover, 
.video-close-popup:hover {
    box-shadow: 0px 3px 12px #0000004D;
}
.video-close-popup svg {
    width: 100%;
    height: 100%;
}
.close-popup svg {
    width: 1rem;
    height: 1rem;
	color: #fff;
}

/* 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;
}
input[type="submit"],
.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;
}

.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 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-menu a:after {
    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;
}

/*cookies*/
.cookies-notice {
	z-index: 9999;
	position: fixed;
	bottom: 0rem;	
	left: 0;
	width: 100%;
}
.cookies-notice .row {
	display: block;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 80rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
	padding: 2rem 7rem 2rem 2rem;
	border-radius: 0 2rem 0 0rem;
	background-color: var(--black);
}
#cn-decline-cookies {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    width: 0.6rem;
}
#cn-decline-cookies svg {
	width: 100%;
    height: auto;
	cursor: pointer;
}
#cn-decline-cookies svg path {
    stroke: #fff;
}	
.cookies-notice .row .text {
	padding-right: 6rem;
	margin: 0;
	color: var(--white);
	font-weight: var(--weight-400);
	font-size: 1.2rem;
	line-height: 1.5;
}
.cookies-notice .row p {
    margin: 0;
    line-height: 1.5;
    font-size: 1.2rem;
}
.cookies-notice .row .button-wrap {
	margin-top: 0;
}
.cookies-notice .row .button-wrap .button {
    /* padding: 0.32rem 1rem; */
    /* font-weight: var(--weight-400); */
    /* border-radius: 0.22rem; */
    /* font-size: 0.85rem; */
}


/* 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); }
}

/*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-wrap .read-more {
    display: none;
    color: var(--darkblue);
    font-size: 0.95rem;
    font-weight: var(--weight-500);
    cursor: pointer;
    margin: 1rem 0 0;
	text-decoration: underline;
}
.readmore-wrap .read-more:hover {
    color: #C29863;
}
.readmore-wrap.active .text {
    overflow: hidden;
    position: relative;
}
.readmore-wrap .readmore a {
    color: var(--main-color);
}
.readmore-wrap.active .read-more {
    display: block;
}
.readmore-wrap a {
    text-decoration: none;
}
.readmore-wrap.active.open .text {
    height: auto !important;
}


/**postpagination**/
.postpagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.postpagination span.page-link, .postpagination span.this-page{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	font-weight: var(--weight-600);
	font-size: 0.92rem;
}
.postpagination span.page-link{
	margin: 0 1rem;
}
.postpagination span.this-page {
    background-color: var(--red-color);
    width: 2.29rem;
    height: 2.29rem;
}
.postpagination span.this-page:hover {
    box-shadow: 0px 3px 12px #0000004D;
}
.postpagination span.page-link a {
    text-decoration: none;
	color: var(--black-color);
}
/***/
.filter-wrap select, 
.search-wrap input.form-control:not([type="checkbox"]), 
.sidebar-wrap input:not([type="checkbox"]), 
.resource-wrapper .popup input.form-control:not([type="checkbox"]) {
    /* border-bottom: 2px solid var(--main-color); */
    outline: none;
    padding: 0 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 2;
    margin: 0;
    letter-spacing: 0.2px;
    font-weight: var(--weight-500);
	background-color: transparent;
	font-size: 1.11rem;
	color: var(--dark-color);
	
}
.search-wrap input:not([type="checkbox"])::-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;
}
.video-play-button, .play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 100%;
    background-color: var(--red-color);
	color: var(--white-color);
	cursor: pointer;
}
.play-video-num {
    margin-bottom: 2rem;
	border-radius: var(--border-radius);
    overflow: hidden;
}
.video-play-button {
    width: 4.1rem;
    height: 4.1rem;
    background-color: rgb(255 255 255 / 0.72);
}

.video-play-button svg, .play-icon svg{
	width: 100%;
    height: 100%;
    
}
.video-play-button:hover,  .play-icon:hover{
    box-shadow: 0px 3px 12px #0000004D;
}
.slide-wrap {
    overflow: auto;
}

/**wmpl**/
.otgs-development-site-front-end {
	display: none;
}
/**readmore-css-end*/

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px){
	.container {
		max-width: 750px;
	}
	.container.container-wide {
		max-width: 750px;
	}
	.container.container-narrow {
		max-width: 750px;
	}
}

@media (min-width: 992px){
	.container {
		max-width: 60rem;
	}
	.container.container-narrow-small {
		max-width: 26rem;
	}
	.container.container-narrow-medium {
		max-width: 58rem;
	}
	.container.container-narrow {
		max-width: 46rem;
	}
	.container.container-large-narrow{
		max-width: 65.6rem;
	}
	.container.container-wide {
		max-width: 87rem;
	}
	.container.container-large-medium {
		max-width: 75rem;
	}
	.container.container-medium {
		max-width: 63rem;
	}
	.container.container-full {
		max-width: 100%;
		padding: 0 0;
	}
	
	.button-wrap.left .button:nth-child(n + 2) {
		margin-left: 1.5rem;
	}
	/*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.75s; 
	}
	.ani.transition-1-5 {
		transition-timing-function: ease-in;
		transition-duration: 1.5s; 
	}
	.ani.opacity.active {
		transition-timing-function: ease-in;
		transition-duration: 0.75s;
	} 
	.ani.opacity {
		opacity: 0;
	}
	.ani.opacity.active {
		opacity: 1;
	}
	.ani.fade-up {
		transform: translateY(4rem);
	}
	.ani.fade-up.active {
		transform: translateY(0rem);
	}
	.ani.fade-right {
		transform: translateY(4rem);
	}
	.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(-4rem);
	}
	.ani.fade-down.active {
		transform: translateY(0rem);
	}
	.ani.grow {
		transform: scale(0.75);
	}
	.ani.grow.active {
		transform: scale(0.99);
	}
	
}
@media (max-width: 1500px){
	
	html, body{
		font-size: 13.55px;
		font-size: 12px;
	}

}
@media (max-width: 991px){
	html, body{
		font-size: 18px;
	}
	.container {
		width: 100%;
	}
	.container-full {
		width: 100%;
		padding: 0rem 0rem;
		max-width: 100%;
	}
	
	.container.container-wide, .container.container-medium, .container.container-large-medium, .container.container-narrow {
		width: 100%;
		max-width: 100%;
	}
	.desktop-lg {
		display: none;
	}
	.mobile-lg {
		display: block;
	}
	.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 {
		font-size: 1rem;
	}
	.head {
		width: 100%!important;
	}
	.head-text-center-md {
		text-align: center;
	}
	.title-h2 h3, h2, .h2 {
		font-size: 2.5rem;
	}
	
	.col-wrap {
		margin-right: 0;
		margin-left: 0;
	}
	.button-wrap {
		margin-top: 1em;
	}
	.increase-size-background-image-wrap {
		height: auto;
	}
	.readmore-height-wrap.active .text {
		height: 7.7rem;
	}
	.flex-wrap-wrap-md {
		flex-wrap: wrap;
	}
	/*cookies*/
	.cookies-notice .row {
		display: block;
		padding: 1.5rem 3rem 1.5rem 1.5rem;		
		margin-bottom: 0;
	}
	.cookies-notice .row .text {
		width: 100%;
		padding-right: 0;		   
		font-size: 0.8rem;
	}
	.cookies-notice .row .button-wrap {
		margin-top: 1rem;
	}

	/*slick-slider*/
	.slick-arrow {
		width: 2.5rem;
		height: 2.5rem;
		/* display: none !important; */
	}
	
	.slick-list {
		padding-bottom: 15px;
	}
	.readmore-height-wrap .readmore {
		font-size: 0.92rem;
	}
	/***navbar-blog****/
	.mobile-nav-wrap ul li.current-menu-item, .mobile-nav-wrap li.active {
		position: absolute;
		top: 0;
		left: 0;
	}
	.mobile-nav-wrap ul {
		position: relative;
		z-index: 1;
		padding-top: 4rem;
		max-height: 0;
		overflow: hidden;
		transition: max-height 1s ease-out;
		margin-top: 1rem;
		background-color: #efefef;
		display: block;
	}
	.mobile-nav-wrap.active ul {
		transition: max-height 1s ease-out;
		height: auto;
		max-height: 630px;
		width: 100%;
		background-color: var(--gray-color);
	}
	.mobile-nav-wrap ul {
		padding-left: 0.85rem;
	}
	.mobile-nav-wrap ul li {
		padding: 0rem 0 0rem;
		width: 100%;
	}
	.mobile-nav-wrap ul li.current-menu-item a, 
	.mobile-nav-wrap li.active a {
		border: none;
		border-radius: 0.4rem;
		width: 100%;
		display: block;
		position: relative;
		margin: 0 auto;
		background-image: url(.././img/arrow-down-img.png);
		background-repeat: no-repeat;
		background-position: 96% 50%;
		font-weight: var(--weight-600);
		transition: 0.5s;
	}
	.mobile-nav-wrap.active ul li.current-menu-item a, 
	.mobile-nav-wrap.active li.active a {
		background-image: url(.././img/arrow-up-img.png);
	}
	.mobile-nav-wrap .nav .current-menu-item>a {
		border: 0;
		color: var(--black);
	}
	.mobile-nav-wrap .current-menu-item a, .mobile-nav-wrap li.active a {
		padding: 0.8rem 3rem 1rem 1rem !important;
		background-color: var(--gray-color)!important;
		color: var(--lightblue) !important;
	}
	.mobile-nav-wrap ul {
		top: 0;
		padding-top: 2.8rem !important;
		border-radius: 0.52rem;
	}
	.mobile-nav-wrap ul li a {
		border: none;
		padding: 0.2rem 0rem;
		font-size: 0.90rem;
		color: #0F1217;
	}
	
	
	/*popup*/
	.vid-popup iframe, 
	.vid-popup video {
		width: 30rem;
		height: 12rem;
	}
	.close-popup {
		top: -2.2rem;
		right: 0rem;
	}
	.popup .inner {
		width: 90%;
	}
	.popup .inner > .box {
		padding: 0rem;
	}
	.popup .inner-content {
		display: block;
		border-radius: 0;
	}
	.popup .inner > .box .display-flex {
		padding: 2rem 0;
	}
	.popup .inner-content .text {
		margin: 0;
	}
	.popup .inner .text-wrap {
		padding: 0 0 0 0rem;
		text-align: center;
	}
	.popup .inner .text, .popup .inner .box .image{
		width: 100%;
	}
	.popup .inner .box .image {
		width: auto;
	}
	.popup .text-inner {
		text-align: center;
	}
	.vid-popup .inner {
		position: relative;
		width: 92%;
		height: 22vw;
	}
	.popup .inner > .box .text-inner {
		padding: 2rem;
		text-align: left;
	}
	.popup .inner .box .close-button {
		top: 1rem;
		right: 1rem;
		width: 1.8rem;
		height: 1.8rem;
		background-color: var(--white);
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
	}
	.popup .inner .box .close-button svg {
		width: 0.8rem;
		height: 0.8rem;
	}
	.popup .inner .text {
		padding: 1rem 1.5rem 2rem 1.5rem;
	}
	.popup .inner .image img {
		margin: -0.5rem 0 0;
	}
}
@media (max-width: 767px){

	.container.no-padding {
		padding: 0;
	}
	.container.no-padding-mob-view {
		padding: 0 0;
	}
	.margin-bottom {
		margin-bottom: 1.5rem;
	}
	.no-padding, .container.no-padding {
		padding: 0;
	}
	.readmore-wrap.tamar-height-wrap.active .text {
		height: 8rem;
	}
	.readmore-wrap.active.open .text {
		height: auto;
	}
	#cn-decline-cookies {
		top: 0.5rem;
	}
	
	/* category */
	.flex-post.img {
		width: 250px;
	} 
	.flex-post.text {
		width: 100%;
		max-width: 550px;
	} 
	.flex-full {
		width: 100%;	
	}
	.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%;
		width: 400%;
		margin-left: -227%;
	}
	.popup .inner > .box .text-inner {
		padding: 2rem;
		overflow: auto;
		max-height: 17rem;
	}
	.popup .imges-box {
		width: 100%;
		height: 100%;
		padding: 0 1rem 0 2rem;
	}
	
}
@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;
	}
	.vid-popup iframe, 
	.vid-popup video {
		width: 30rem;
		height: 12rem;
	}
	
}
