/*
Theme Name: Weesimple v2
Theme URI: https://www.weefer.co.id/
Author: weefer design team
Author URI: https://www.weefer.co.id/
Description: Simple Theme
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.0.0.594
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ws

Weesimple WordPress Theme, (C) 2023 weefer design team
Weesimple is distributed under the terms of the GNU GPL.
*/
/*===============**
	mobile view 
**===============*/
/*** extras ***/
:root {
	--weefer: #EFCA06;
	--darkgreen: #124A2C;
	--lightweefer: #FBF7E9;
}

td, th {
    border-color: var(--bs-black);
    border-width: 1px;
}

.list-item {
	padding-left: 1.2rem;
	list-style: url('https://ncgroup.dipili.co/wp-content/themes/weesimple/assets/images/check2.svg') !important;
}

.multiline-ellipsis {
  display: -webkit-box;       /* Membuat elemen menjadi flexbox untuk multiline */
  -webkit-line-clamp: 2;      /* Batasi jumlah baris (misal 2 baris) */
  -webkit-box-orient: vertical; /* Orientasi box menjadi vertikal */
  overflow: hidden;           /* Menyembunyikan teks yang keluar */
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
	opacity: 1 !important;
}

.package-card > .vc_column-inner > .wpb_wrapper {
	background: white;
	border-radius: 20px;
	padding-bottom: 24px;
}

.package-card img {
	border-radius: 20px;
	object-fit: cover;
	transition: transform 1s ease;
}

.package-card .wpb_single_image .vc_single_image-wrapper {
	border-radius: 20px;
	overflow: hidden;
}

.package-card img:hover {
	transform: rotate(0deg) scale(1.3) translateZ(0);
}

.package-detail-banner {
	position:relative;
    width:100%;
    min-height:60vh;
	padding-bottom:24px;
}

.package-detail-banner::before {
	content: "";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(0,38,107,0) 0%, rgba(0,38,107,1) 100%);
}

.gradient-white-1 {
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
}

.gradient-white-2 {
	background: linear-gradient(0deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.1) 100%);
}

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

.border-radius-img-20 img {
	border-radius: 20px
}

.zoom-image img {
	border-radius: 20px;
	object-fit: cover;
	transition: transform 1s ease;
}

.zoom-image {
	border-radius: 20px;
	overflow: hidden;
}

.zoom-image img:hover {
	transform: rotate(0deg) scale(1.3) translateZ(0);
}

.home-card-1 .vc_column-inner {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	transition: background 0.3s ease-out;
}

.home-card-2 .vc_column-inner {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background: linear-gradient(0deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.1) 100%);
	transition: background 0.3s ease-out;
}

.home-card-1 .vc_column-inner:hover {
	background: linear-gradient(0deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%);
}

.home-card-2 .vc_column-inner:hover {
	background: linear-gradient(0deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%);
}

.home-card-1 .wpb_content_element,
.home-card-2 .wpb_content_element {
	margin-bottom: 0px !important;
}

.btn-whatsapp {
    color: #ffffff !important;
    background-color: #0ab249 !important;
    position: fixed;
    bottom: 20px;
    right: 18px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-weefer {
	color: var(--weefer) !important;
}
.text-lightweefer {
	color: var(--lightweefer) !important;
}
.text-darkgreen {
	color: var(--darkgreen) !important;
}
.bg-weefer {
	background-color: var(--weefer) !important;
}
.bg-lightweefer {
	background-color: var(--lightweefer) !important;
}
.bg-darkgreen {
	background-color: var(--weefer) !important;
}

img {
	max-width:100%;
	height:auto;
}

.cursor-pointer {
	cursor: pointer;
}

.hide-modal{
	display: none !important;
}

.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
}

.modal-popup {
	background-color: white;
	position: relative;
	width: 100%;
	max-width: 1280px;
	border-radius: 0.5rem;
}

.modal-popup-close {
	background: transparent;
	border: none;
	color: var(--bs-primary);
	text-decoration: underline;
}

.ws-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #000000;
    width: 24.5px;
    height: 24.5px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.ws-nav-tab-container {
  overflow: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: -webkit-grab;
  cursor: grab;
}
.ws-nav-tab-container::-webkit-scrollbar {
  display: none;
}
.ws-nav-tab-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ws-nav-tabs {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ws-nav-tab-item {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 3rem;
  color: var(--bs-secondary);
  cursor: pointer;
}
.ws-nav-tab-item:hover,
.ws-nav-tab-item.active {
  color: var(--bs-dark);
}
.ws-nav-tab-item:last-child {
  margin-right: 0;
}
.ws-nav-tab-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: var(--bs-primary);
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.ws-nav-tab-item.active::after {
  height: 4px;
}
.ws-tab-content-container {
  margin-top: 1rem;
}
.ws-tab-content-item {
  display: none;
}
.ws-tab-content-item.active {
  display: block;
}

.ws-marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
}
  
.ws-marquee-items {
  display: flex;
  animation: marquee 18s linear infinite running;
}
    
.ws-marquee-items:hover {
  animation-play-state: paused;
}

.ws-brand-marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
}
  
.ws-brand-marquee-items {
  display: flex;
  animation: ws-marquee-brand 18s linear infinite running;
}
    
.ws-brand-marquee-items:hover {
  animation-play-state: paused;
}   

.ws-brand-marquee-item {
  width: 200px;
  margin: 0 .5em;
  padding: .5em;
  background: rgba(255, 255, 255, .1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
    
.ws-brand-marquee-item:hover {
  background: rgba(255, 255, 255, .5);
  transform: scale(1.1);
  cursor: pointer;
}
    
@keyframes ws-marquee-brand {
  0% {
    transform: translateX(0);
  } 
  100% {
    transform: translate(-50%);
  }
}

.ws-carousel-slider-wrapper {
  overflow-x: hidden;
}

.ws-carousel-slides {
  display: flex;
  transform: translateX(-100%);
}

.ws-carousel-slides.shifting {
  transition: transform 400ms;
}

.ws-carousel-slider-items {
	flex: 1 0 100%;
}

.ws-carousel {
	-webkit-clip-path: inset(0px -100vw 0px 0px);
	        clip-path: inset(0px -100vw 0px 0px);
}
.ws-carousel-frame {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.ws-carousel-item {
  width: 264px;
}

.ws-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--bs-gray-500);
  -webkit-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
}

.ws-carousel-dot.active {
  width: 20px;
  background-color: var(--bs-gray-700);
}
.ws-carousel-dot.active-light {
  width: 20px;
  background-color: #FFFFFF;
}

.site-content {
	contain:content;
}

.ws-accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
	order: -1;
    margin-left: 0; 
    margin-right:0.5em;
}

.ws-accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
	order: -1;
    margin-left: 0; 
    margin-right:0.5em;
}

.ws-nav-tab-container {
  overflow: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: -webkit-grab;
  cursor: grab;
}
.ws-nav-tab-container::-webkit-scrollbar {
  display: none;
}
.ws-nav-tab-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ws-nav-tabs {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ws-nav-tab-item {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 3rem;
  color: var(--bs-secondary);
  cursor: pointer;
}
.ws-nav-tab-item:hover,
.ws-nav-tab-item.active {
  color: var(--bs-dark);
}
.ws-nav-tab-item:last-child {
  margin-right: 0;
}
.ws-nav-tab-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: var(--bs-primary);
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.ws-nav-tab-item.active::after {
  height: 4px;
}
.ws-tab-content-container {
  margin-top: 1rem;
}
.ws-tab-content-item {
  display: none;
}
.ws-tab-content-item.active {
  display: block;
}
.ws-btn-icon {
	cursor: pointer;
}
#site-search-bar {
    position: absolute;
    top: 10px;
    right: 12px;
    background: white;
	width: calc(100% - 24px);
}
#site-search-bar.change {
	display: none;
}

.ws-social-media-btn {
	position: fixed;
	bottom: -200px;
	display: flex;
	flex-direction: column;
	opacity: 0;
	left: 25px;
	animation: fade-in ease-in-out forwards;
	animation-timeline: view();
}

@keyframes fade-in {
	0% {
		bottom: -200px;
		opacity: 0;
	}
	100% {
		bottom: 90px;
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.ws-social-media-btn {
		position: fixed;
		bottom: -200px;
		display: flex;
		flex-direction: column;
		opacity: 0;
		left: 50px;
		animation: fade-in ease-in-out forwards;
		animation-timeline: view();
	}

	@keyframes fade-in {
		0% {
			bottom: -200px;
			opacity: 0;
		}
		100% {
			bottom: 25px;
			opacity: 1;
		}
	}
}

.weesimple-post-card-images img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 313px;
}

@media (max-width: 768px) {
	.weesimple-post-card-images img {
		height: 251.03px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
    .weesimple-post-card-images img {
        height: 157.28px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .weesimple-post-card-images img {
        height: 219.78px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .weesimple-post-card-images img {
        height: 266.66px;
    }
}

.ws-event-type-ongoing {
	background-color: #EFCA06;
    color: var(--darkgreen);
    padding: 0.5rem 1rem;
    border: 2px solid rgba(21, 21, 21, 0.2);
    border-radius: 0.5rem;
    display: inline-flex;
	align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

.ws-event-type-upcoming {
	background-color: var(--bs-primary);
    color: var(--bs-light);
    padding: 0.5rem 1rem;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
	display: inline-flex;
	align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

.ws-event-type-complete {
	background-color: var(--darkgreen);
    color: var(--bs-light);
    padding: 0.5rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
	display: inline-flex;
	align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

.ws-event-status-offline {
	background-color: rgba(108, 117, 125, 0.1);
    color: var(--darkgreen);
    padding: 0.5rem 1rem;
    border: 2px solid rgba(33, 37, 41, 0.2);
    border-radius: 0.5rem;
	display: inline-flex;
	align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

.ws-event-status-online {
	background-color: #FBF7E9;
    color: var(--darkgreen);
    padding: 0.5rem 1rem;
    border: 2px solid rgba(33, 37, 41, 0.2);
    border-radius: 0.5rem;
	display: inline-flex;
	align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}
/*** end of extras ***/

/*** site header ***/
#ws-site-header{
	position:fixed;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	z-index:99999;
	background-color:transparent;
	transition: 400ms background-color;
}
#ws-site-header.inverted{
	background-color:var(--bs-dark);
}
/*** end of site header ***/

/*** hamburger menu ***/
#ws-hamburger-menu{
	position:fixed;
	left:18px;
	bottom:20px;
	width:54px;
	height:54px;
	border-radius:50%;
	cursor:pointer;
	background-color: #151515;
}
#ws-hamburger-menu:before, #ws-hamburger-menu:after {
	content:'';
}
#ws-hamburger-menu:before, #ws-hamburger-menu:after, #ws-hamburger-menu div {
	position:absolute;
	top: 26px;
	left:50%;
	width: 24px;
	margin-left:-12px;
	height: 2px;
	border-radius:1px;
	background-color: var(--bs-white);
	-webkit-transition: all ease-out 800ms;
	-o-transition: all ease-out 800ms;
	transition: all ease-out 800ms;
}
#ws-hamburger-menu:before {
	top:20px;
}
#ws-hamburger-menu:after {
	top:32px;
}
#ws-hamburger-menu.change div {
	opacity:0;
	-webkit-transform:rotatez(180deg);
	    -ms-transform:rotate(180deg);
	        transform:rotatez(180deg);
}
#ws-hamburger-menu.change:before {
	top:26px;
	-webkit-transform:rotatez(225deg);
	    -ms-transform:rotate(225deg);
	        transform:rotatez(225deg);
}
#ws-hamburger-menu.change:after {
	top:26px;
	-webkit-transform:rotatez(315deg);
	    -ms-transform:rotate(315deg);
	        transform:rotatez(315deg);
}
/*** end of hamburger menu ***/

/*** header navigation menu ***/
#ws-menu {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh;
	width:100%;
	-webkit-transform: translatey(100%);
	    -ms-transform: translatey(100%);
	        transform: translatey(100%);
	-webkit-transition: -webkit-transform ease-in-out 400ms;
	transition: -webkit-transform ease-in-out 400ms;
	-o-transition: transform ease-in-out 400ms;
	transition: transform ease-in-out 400ms;
	transition: transform ease-in-out 400ms, -webkit-transform ease-in-out 400ms;
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	background-color: var(--bs-dark);
}
#ws-menu.change {
	-webkit-transform: translatey(0);
	    -ms-transform: translatey(0);
	        transform: translatey(0);
}
#ws-menu:before {
	content:'';
	position:absolute;
	top:16px;
	width:40px;
	height:4px;
	border-radius:2px;
	left:50%;
	margin-left:-20px;
	background-color: var(--bs-secondary);
}
#ws-menu nav {
	margin-top:36px;
	padding-bottom:140px;
	overflow:auto;
	max-height:100vh;
}
#ws-menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
	padding-left:16px;
}
#ws-menu .menu {
	background-color: var(--bs-dark);
}
#ws-menu .sub-menu {
	display:none;
	padding-left:16px;
	border-left:1px solid var(--bs-secondary-border-subtle);
}
#ws-menu .menu-item-has-children {
	position: relative;
}
#ws-menu .menu-item-has-children .ws-arrow-sub-menu {
	position: absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
#ws-menu .menu-item-has-children.change > a {
	font-weight:bold;
}
#ws-menu .menu-item-has-children.change > .ws-arrow-sub-menu img {
	-webkit-transform:rotatex(180deg);
	    -ms-transform:rotatex(180deg);
	        transform:rotatex(180deg);
}
#ws-menu .menu-item-has-children.change > .sub-menu {
	display:block;
}
#ws-menu .menu-item a {
	display:block;
	width:calc(100% - 48px);
	padding: 8px 0px;
	margin-bottom:4px;
	color: var(--bs-light);
	text-decoration:none;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
/*** end of header navigation menu ***/

/*** site footer ***/
#ws-site-footer{
	background-color: var(--bs-dark);
}
#ws-site-footer .widget_text h3 {
	margin-bottom:16px;
	font-size:1rem;
	font-weight:normal;
	color: var(--bs-white);
}
/*** end of site footer ***/

/*** partner logo ***/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-2352px));
            transform: translateX(calc(-2352px));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-2352px));
            transform: translateX(calc(-2352px));
  }
}
.ws-marquee {
  height: 48px;
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 1392px;
}
.ws-marquee::before, .ws-marquee::after {
  background: -o-linear-gradient(left, #2C3034 0%, rgba(44, 48, 52, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2C3034), to(rgba(44, 48, 52, 0)));
  background: linear-gradient(to right, #2C3034 0%, rgba(44, 48, 52, 0) 100%);
  content: "";
  height: 48px;
  position: absolute;
  width: 48px;
  z-index: 2;
}
.ws-marquee::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.ws-marquee::before {
  left: 0;
  top: 0;
}
.ws-marquee .ws-marquee-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(2352px);
}
.ws-marquee .ws-marquee-item {
  height: 48px;
  width: auto;
}
.ws-marquee .ws-marquee-item img {
	margin-right:96px;
  -webkit-filter:grayscale(1);
          filter:grayscale(1);
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
	max-width:unset;
	max-height: 100%;
}
.ws-marquee .ws-marquee-item img:hover {
  -webkit-filter:grayscale(0);
          filter:grayscale(0);
	-webkit-transform:scale(1.2);
	    -ms-transform:scale(1.2);
	        transform:scale(1.2);
}
/*** end of partner logo ***/

/*** youtube iframe ***/
.ws-yt-iframe {
	position:relative;
	text-align:center;
}
.ws-yt-iframe img {
	position:relative;
	z-index:1;
}
.ws-yt-iframe .ws-yt-iframe-btn {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
	cursor: pointer;
	z-index:2;
}
.ws-yt-iframe .ws-yt-iframe-btn:before {
	content:'';
  position: absolute;
  width: 200px;
  height: 200px;
	top: 50%;
	left: 50%;
	margin-top:-100px;
	margin-left: -100px;
  border-radius: 50%;
  background-color: var(--bs-dark);
	opacity:0.5;
  -webkit-box-shadow: 0 24px 72px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 72px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.ws-yt-iframe .ws-yt-iframe-btn:hover:before {
	width: 180px;
	height: 180px;
	margin-top:-90px;
	margin-left: -90px;
}
.ws-yt-iframe .ws-yt-iframe-btn:after {
	content:'';
  position: absolute;
  width: 200px;
  height: 200px;
	top: 50%;
	left: 50%;
	margin-top:-100px;
	margin-left: -100px;
  border-radius: 50%;
  background-color: var(--bs-dark);
  -webkit-animation: ws-yt-iframe-animation 1s infinite;
          animation: ws-yt-iframe-animation 1s infinite;
  z-index: 2;
}

@-webkit-keyframes ws-yt-iframe-animation {
  from {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes ws-yt-iframe-animation {
  from {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}
.ws-yt-iframe .ws-yt-iframe-btn .ws-yt-iframe-btn-play {
  position: absolute;
  width: 120px;
  height: 120px;
	top: 50%;
	left: 50%;
	margin-top:-60px;
	margin-left: -60px;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
  background-color: var(--bs-dark);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}
.ws-yt-iframe .ws-yt-iframe-btn:hover .ws-yt-iframe-btn-play {
	width: 150px;
	height: 150px;
	margin-top:-75px;
	margin-left: -75px;
}
.ws-yt-iframe .ws-yt-iframe-btn .ws-yt-iframe-btn-play:before {
	content:'';
  border-color: transparent white;
  border-style: solid;
  border-width: 14px 0px 14px 20px;
  height: 0px;
  width: 0px;
}
/*** end of youtube iframe ***/
/*======================**
	end of mobile view 
**======================*/




/*================**
	desktop view 
**================*/
@media (min-width: 768px) {
	/*** header navigation menu ***/
	#ws-menu {
		position: relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		height:auto;
		-webkit-transform: translatey(0);
		    -ms-transform: translatey(0);
		        transform: translatey(0);
		-webkit-box-shadow: unset;
		        box-shadow: unset;
		background-color: transparent;
	}
	#ws-menu:before {
		display:none;
	}
	#ws-menu nav {
		margin-top:0;
		padding-bottom:0;
		overflow:unset;
	}
	#ws-menu ul {
		padding-left:0;
	}
	#ws-menu .menu {
		background-color: transparent;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#ws-menu .menu .menu-item {
		margin-right:0px;
		margin-left:32px;
	}
	#ws-menu .sub-menu .menu-item {
		margin-right:24px;
		margin-left:0px;
	}
	#ws-menu .sub-menu {
		display:none;
		padding-left:0;
		border-left:none;
		position:absolute;
		background-color: var(--bs-white);
		border-radius:4px;
		border: 1px solid rgba(0,0,0,0.15);
	}
	#ws-menu .sub-menu .sub-menu {
		top:0;
		left:100%;
	}
	#ws-menu .sub-menu .menu-item {
		padding-left:16px;
		padding-right:16px;
		margin-right:0;
	}
	#ws-menu .menu .menu-item a {
		color: white;
	}
	#ws-menu .sub-menu .menu-item a {
		color: var(--bs-dark);
	}
	#ws-menu .menu-item-has-children {
		position: relative;
		padding-right:16px;
	}
	#ws-menu .sub-menu .menu-item-has-children {		
		margin-right:0;
		padding-right:32px;
	}
	#ws-menu .menu-item-has-children .ws-arrow-sub-menu {
		top: 18px;
		width: 10px;
		height: 10px;
	}
	#ws-menu .menu-item-has-children.change > a {
		font-weight:normal;
		color: white;
	}
	#ws-menu .menu-item-has-children.change > .ws-arrow-sub-menu img {
		-webkit-transform:rotatex(0deg);
		    -ms-transform:rotatex(0deg);
		        transform:rotatex(0deg);
	}
	#ws-menu .menu-item-has-children.change > .sub-menu {
		display:none;
	}
	#ws-menu .menu > .menu-item-has-children:hover > .ws-arrow-sub-menu img {
		-webkit-transform:rotatex(180deg);
		    -ms-transform:rotatex(180deg);
		        transform:rotatex(180deg);
	}
	#ws-menu .sub-menu .menu-item-has-children .ws-arrow-sub-menu{		
		right:10px;
	}
	#ws-menu .sub-menu .menu-item:hover {		
		background-color: var(--bs-light);
	}
	#ws-menu .sub-menu .menu-item-has-children .ws-arrow-sub-menu img{		
		-webkit-transform:rotatez(-90deg);		
		    -ms-transform:rotate(-90deg);		
		        transform:rotatez(-90deg);
	}
	#ws-menu .menu > .menu-item-has-children > .sub-menu {
		right:0;
	}
	#ws-menu .menu-item-has-children:hover > .sub-menu {
		display:block;
	}
	#ws-menu .menu-item a {
		width:auto;
		margin-bottom:0;
	}
	/*** end of header navigation menu ***/
}
/*=======================**
	end of desktop view 
**=======================*/
.wfr-wpb-widget-nav-menu {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.wfr-wpb-widget-nav-menu.sticky {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  background-color: black;
  z-index: 998;
}
.wfr-wpb-widget-nav-menu .widget {
  display: block;
  width: 100%;
}
.wfr-wpb-widget-nav-menu ul.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 1320px;
  }
}

.wfr-wpb-widget-nav-menu ul.menu .menu-item {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.wfr-wpb-widget-nav-menu ul.menu .current-menu-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--bs-primary);
  position: absolute;
  bottom: 0;
}
.wfr-wpb-widget-nav-menu ul.menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  color: var(--bs-dark);
  text-decoration: none;
  font-size: 0.875rem;
  white-space: nowrap;
}
.wfr-wpb-widget-nav-menu ul.menu .current-menu-item a {
  font-weight: 500;
}
.wfr-wpb-widget-nav-menu.sticky ul.menu .menu-item a {
  color: white;
}
.wfr-page-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 120px);
}

.custom-field {
	background: rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
}
.wpcf7-response-output{
	color: #fff !important;
}

.hero-image-banner{
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100vh;
}

.hero-image-banner::after{
    content: "";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
}

.gradient-top-40{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgb(0,38,107);
	background: linear-gradient(0deg, rgba(0,38,107,1) 0%, rgba(0,38,107,0.4) 100%);
}
.gradient-top-0{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgb(0,38,107);
	background: linear-gradient(0deg, rgba(0,38,107,1) 0%, rgba(0,38,107,0) 100%);
}
.gradient-bottom-0{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgb(0,38,107);
	background: linear-gradient(0deg, rgba(0,38,107,0) 0%, rgba(0,38,107,1) 100%);
}

.media-grid-border-radius-8 .vc_gitem-zone {
	border-radius: 8px;
}