.search-icon{
	color:#fff;
	font-size:25px;
}
.sticky .search-icon{
  color: var(--primary);
}
.header-logo-area a{
	left:-6px;
}
.sticky .colored-logo video,
.colored-logo video,
.bloom-logo{
	transition-delay: 0.3s;
}
.svg-anim{
  overflow: hidden;
  position: relative;
}
.svg-anim.first-sec{
  overflow: visible;
}
.banner-space{
  padding:30px;
  margin-bottom:-30px
}
.hm-banner{
  height: 100vh;
  position: relative;
  z-index: 1;
}
.hm-banner .fp-overflow{
  overflow-y: hidden !important;
}
.hm-banner video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.hm-banner video::-webkit-media-controls{
    display: none;
}
#audio-control,
.muted{
  position: absolute;
  bottom: 55px;
  right:95px;
  width:24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#audio-control i{
	color:#fff;
	font-size:20px;
	position:absolute;
}
.muted img,
.unmuted img{
  position: absolute;
}
.mute{
  opacity: 0;
  visibility: hidden;
}
.unmuted .volume,
.unmute .volume{
  opacity: 0;
  visibility: hidden;
}
.unmuted .mute,
.unmute .mute{
  opacity: 1;
  visibility: visible;
}
.book-btn-wrap{
  display: flex;
  flex-direction: column;
  gap:5px;
  position: fixed;
  z-index: 111;
  right: 0px;
  top:50%;
  margin-top: -120px;
}
.book-btn-wrap a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(128.75deg, #0B2A48 20.5%, #1B66AE 100%);
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  width: 96px;
  height: 87px;
}
.book-btn-wrap a img{
  max-width:28px;
}
.book-btn-wrap a span{
  font-family: var(--font-secondary);
  color:#fff;
  margin-top: 7px;
  font-size:14px;
  line-height: 14px;
  font-weight: 500;
}
.book-btn-wrap a:nth-of-type(2){
  background: linear-gradient(128.51deg, #DF2F77 22.23%, #791A41 96.83%);
}
.book-btn-wrap a:hover{
  background: linear-gradient(var(--color-2));
}
.book-btn-wrap a:nth-of-type(2):hover{
  background: linear-gradient(var(--color-6));
}
.first-sec{
  position: relative;
}
.first-svg{
  position: absolute;
  top: -315px;
  left: 670px;
}
.first-svg path{
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode:multiply;
    opacity: 0.9;
	transform: translate3d(0,0,0);
}
.hm-first-block{
  display: flex;
  align-items: center;
}
.hm-first-block-content{
  width:620px;
}
.hm-first-block-content h1{
  font-size:42px;
  line-height: 42px;
  font-weight: 400;
  color: var(--color-1);
}
.hm-first-block-image{
  width:670px;
  height: 650px;
  margin-left: auto;
  position: relative;
}
.block-img-back{
  z-index: -1;
  position: relative;
}
.block-img-top{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.hm-first-block-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width:157px;
  height: 43px;
  gap:20px;
  padding:0px 15px;
  border: 1px solid var(--color-2);
  border-radius:12px;
  box-shadow: 0px 1px 4px 0px #19213D14;
}
.btn-link span{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-top: -4px;
  color: var(--primary);
}
.btn-link i{
  font-size: 18px;
  color: var(--primary);
  transition: var(--transition);
}
.btn-link:hover{
  background:var(--color-2);
}
.btn-link:hover span,
.btn-link:hover i{
  color: #fff;
}
.btn-link:hover i{
  transform: translateX(3px);
}
.btn-link-clr{
  background-color: var(--color-2);
}
.btn-link-clr span,
.btn-link-clr i{
  color: #fff;
}
.btn-link-clr:hover{
  background-color: var(--color-1);
  border-color: var(--color-1);
}
.sec-bg{
  background: var(--primary);
}
.clr-white{
  color: #fff;
}
.heading-box{
  margin-bottom: 30px;
}
.four-difference-block{
  width: 100%;
  height: 600px;
  border-radius:9px;
  overflow: hidden;
}
.four-difference-listing{
  display: flex;
  height: 100%;
  position: relative;
}
.four-difference-listing::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%),
  linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.33) 100%);
  z-index: 1;
}
.four-difference-listing li > img{
  width:100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.four-difference-listing li{
  width: 33.33%;
}
.four-difference-listing li:first-child .four-list-content{
  border-left: 0px;
}
.four-list-content{
  display: flex;
  z-index: 1;
  position: relative;
  height: 100%;
  justify-content: flex-end;
  flex-direction: column;
  padding: 25px 35px 25px 25px;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.four-list-content::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:-1;
}
.active .four-list-content::before{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%),
  linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 28, 44, 0.33) 100%);
}
.four-list-content a{
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap:30px;
} 
.four-list-content a svg{
  margin-top:4px;
}
.four-list-content h5{
  color: #fff;
  letter-spacing: 0px;
  margin-bottom: 40px;
  transition: var(--transition);
}
.four-list-content a,
.four-list-content h5{
  opacity: 55%;
}
.active .four-list-content a,
.active .four-list-content h5{
  opacity: 1;
}
.four-difference-listing li.active .four-list-content h5,
.four-difference-listing li.active .four-list-content a:hover
.four-difference-listing li.active:nth-of-type(1) .four-list-content h5,
.four-difference-listing li.active:nth-of-type(1) .four-list-content a:hover{
  color: var(--color-3);
}
.four-difference-listing li.active:nth-of-type(1) .four-list-content a:hover svg path{
  fill: var(--color-3);
}
.four-difference-listing li.active:nth-of-type(2) .four-list-content h5,
.four-difference-listing li.active:nth-of-type(2) .four-list-content a:hover,
.four-difference-listing li.active:nth-of-type(6) .four-list-content h5,
.four-difference-listing li.active:nth-of-type(6) .four-list-content a:hover{
  color: var(--color-1);
}
.four-difference-listing li.active:nth-of-type(2) .four-list-content a:hover svg path,
.four-difference-listing li.active:nth-of-type(6) .four-list-content a:hover svg path{
  fill: var(--color-1);
}
.four-difference-listing li.active:nth-of-type(3) .four-list-content h5,
.four-difference-listing li.active:nth-of-type(3) .four-list-content a:hover,
.four-difference-listing li.active:nth-of-type(7) .four-list-content h5,
.four-difference-listing li.active:nth-of-type(7) .four-list-content a:hover{
  color: var(--color-2);
}
.four-difference-listing li.active:nth-of-type(3) .four-list-content a:hover svg path,
.four-difference-listing li.active:nth-of-type(7) .four-list-content a:hover svg path{
  fill: var(--color-2);
}
.four-difference-listing li.active:nth-of-type(4) .four-list-content h5,
.four-difference-listing li.active:nth-of-type(4) .four-list-content a:hover,
.four-difference-listing li.active:nth-of-type(8) .four-list-content h5,
.four-difference-listing li.active:nth-of-type(8) .four-list-content a:hover{
  color: var(--color-4);
}
.four-difference-listing li.active:nth-of-type(4) .four-list-content a:hover svg path,
.four-difference-listing li.active:nth-of-type(8) .four-list-content a:hover svg path{
  fill: var(--color-4);
}
.four-difference-listing li.active > img{
  opacity: 1;
  visibility: visible;
}
.three-column-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;	
}
.three-column-listing li{
  width: 32%;
  height: 286px;
  margin-left: 2%;
  position: relative;
  overflow:hidden;
  will-change: transform;	
  -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;	
}
.three-column-listing li:nth-child(3n+1){
  margin-left: 0px;
}
.three-column-listing li::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 43, 73, 0) 0%, rgba(0, 43, 73, 0.70) 100%);
  z-index: 11;
}
.three-column-content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 28px;
  width: 100%;
  z-index: 111;
}
.three-column-content > span{
  display: block;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.btn-clr span,
.btn-clr i{
  color: #fff;
}
.three-column-content h4{
  letter-spacing: 0.5px;
  margin-bottom: 7px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.three-column-content a{
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.three-column-content h4,
.three-column-content > span,
.three-column-content a{
  -webkit-transform: translate3d(0,70px,0);
  transform: translate3d(0,70px,0);
}
.three-column-listing li:hover .three-column-content h4,
.three-column-listing li:hover .three-column-content > span,
.three-column-listing li:hover .three-column-content a{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.three-column-listing li:hover .three-column-content a{
  opacity: 1;
}
.view-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.upview-image{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*z-index: 1;*/
  transition: var(--transition);
}
.vector-shape{
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease-in-out;
  object-fit: none;
}
.three-column-join .vector-shape{
	mix-blend-mode: multiply;
}
.three-column-listing li:hover .upview-image,
.three-column-listing li:hover .view-image{
  transform: scale(1.07);
}
.three-column-listing li:nth-of-type(1) .vector-shape{
  object-position: 95% 10px;
}
.three-column-listing li:nth-of-type(1):hover .vector-shape{
  object-position: 100% 10px;
}
.three-column-listing li:nth-of-type(2) .vector-shape{
  object-position: 26% 90px;
}
.three-column-listing li:nth-of-type(2):hover .vector-shape{
  object-position: 42% 60px;
}
.three-column-listing li:nth-of-type(3) .vector-shape{
  object-position: 65% 0px;
}
.three-column-listing li:nth-of-type(3):hover .vector-shape{
  object-position: 50% 0px;
}
.three-column-listing li:nth-of-type(4) .vector-shape{
  object-position: 23% 0px;
}
.three-column-listing li:nth-of-type(4):hover .vector-shape{
  object-position: 35% 0px;
}
.three-column-listing li:nth-of-type(5) .vector-shape{
  object-position: 75% 70px;
}
.three-column-listing li:nth-of-type(5):hover .vector-shape{
  object-position: 75% 20px;
}
.three-column-listing li:nth-of-type(6) .vector-shape{
  object-position: 58% 10px;
}
.three-column-listing li:nth-of-type(6):hover .vector-shape{
  object-position: 58% 0px;
}
.three-column-listing li:nth-of-type(7) .vector-shape,
.three-column-listing li:nth-of-type(8) .vector-shape,
.three-column-listing li:nth-of-type(9) .vector-shape{
	object-position:100% 0px;
	top:0px;
}
.sub_heading{
  font-size: 22px;
  display: block;
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 20px;
}
.experience-slide-image{
  height: 245px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.experience-slide-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.experience-slide-image:hover > img{
  transform: scale(1.05);
}
.experience-slide-image a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.experience-slide-image a img{
  width: 37px;
  height: 37px;
  position: absolute;
  top: 15px;
  right: 22px;
}
.experience-slide-content{
  min-height: 140px;
  width: 100%;
  background: #fff;
  padding:15px 20px 15px;
  border: 1px solid #E3E3E3;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.media-date-block{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.media-date-block a{
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.media-date-block a:hover{
  color: var(--color-2);
}
.media-date-block a i{
  font-size: 18px;
  margin-top: 5px;
  margin-right: 10px;
}
.media-date-block a .fa-facebook-f{
  color: #2E4688;
}
.media-date-block a .fa-instagram{
  color: #E81F76;
}
.media-date-block span{
  margin-left: auto;
  color: #6D758F;
  font-size: 14.5px;
  font-weight: 500;
  font-family: var(--font-secondary);
}
.experience-slide-content p{
  color: rgba(109, 117, 143, 0.80);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-bottom: 15px;
}
.experience-slide-content p{
  -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.icon-plus{
  display: flex;
  justify-content: flex-end;
}
.experience-slider{
  width: 100%;
}
.slick-nav{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}
.slick-initialized.slick-slider {
  visibility: visible;
  opacity: 1;
}
.slick-nav .slick-arrow{
  width: 38px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 5px;
  z-index: 1;
  transition: var(--transition);
}
.slick-nav .slick-arrow:hover,
.slick-nav .slick-arrow:focus{
  background-color: var(--color-2);
  border-color: var(--color-2);
}
.experience-slider .slick-list,
.blogs-slider .slick-list{
  margin: 0px -12px;
}
.experience-slider .slick-slide,
.blogs-slider .slick-slide{
  margin: 0px 12px;
}
.slick-nav .slick-arrow::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
	font-size:18px;
}
.slick-nav .slick-prev{
  left: -100px;
}
.slick-nav .slick-next{
  right: -100px;
}
.slick-nav .slick-prev::before{
	content:"\f060";
	font-family: 'FontAwesome';
	color:#fff;
  	/*background: url('../images/arrow-left.png') no-repeat center;*/
}
.slick-nav .slick-next::before{
	content:"\f061";
	font-family: 'FontAwesome';
	color:#fff;
  /*background: url('../images/arrow-right.png') no-repeat center;*/
}
.blogs-slider .slick-arrow{
  border-color: var(--primary);
}
.blogs-slider .slick-prev::before{
  color:#002B49;
}
.blogs-slider .slick-next::before{
  color:#002B49;
}
.hash-text{
  display: block;
  max-width: 350px;
  color: #fff;
  margin: 35px auto 0px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  font-style: italic;
  font-family: var(--font-primary);
}
.hash-text:hover{
  color: var(--color-2);
}
.green-bg{
  background: url('../images/green-bg.jpg') no-repeat;
  background-size: cover;
  min-height: 650px;
  padding: 50px 0px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.green-1{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.green-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 805px;
  height: 438px;
}
.green-inner-block{
  position: relative;
}
.green-image-box{
  position: absolute;
  bottom: -56px;
  left: -200px;
}
.green-form-box{
  width: 680px;
  padding:60px 35px;
  margin-left: auto;
  background: rgba(0, 43, 73, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.green-form-box h3,
.green-form-box h4{
  margin-bottom: 40px;
}
.green-form-box h4{
	letter-spacing:-1px;
	text-transform:capitalize;
}
.form-fields{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.form-fields li{
  width:47.5%;
}
.form-fields li.full{
  width: 100%;
}
.form-fields li label{
  color: var(--color-1);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-primary);
}
.form-fields li input,
.form-fields li select{
  border-radius: 10px;
  background: rgba(37, 37, 37, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 48px;
  color: #C2C2C2;
  font-size: 16px;
  font-family: var(--font-primary);
  padding: 0px 20px;
  width: 100%;
  margin-top: 5px;
}
.form-fields li select option{
  color: #fff;
}
.form-fields li select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/drop-arrow.png) rgba(37, 37, 37, 0.2) no-repeat 97% center;
}
.form-fields li input::placeholder{
  color: #C2C2C2;
}
.form-fields li .wpcf7-acceptance span{
  margin-left: 0px;
}
.form-fields li .wpcf7-acceptance span label{
  display: flex;
  align-items: center;
  position: relative;
}
.form-fields li .wpcf7-acceptance span label input{
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.2);
  margin-top: 0px;
  display: none;
  cursor: pointer;
}
.form-fields li .wpcf7-acceptance .wpcf7-list-item-label::before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.70);
  padding: 7px;
  box-shadow: 0px 0px 4px 0px #00000033 inset;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -4px;
}
.form-fields li .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid rgba(255,255,255,1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.form-fields li .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before{
	background-color:#4AC1E0;
	border-color:#4AC1E0;
}
.form-fields li .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after{
  opacity: 1;
}
.form-fields li .wpcf7-acceptance .wpcf7-list-item-label{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.form-fields li .wpcf7-submit{
  width: 167px;
  height: 40px;
  background:var(--color-2);	
  /*background: url('../images/download.svg') var(--color-2) no-repeat 15px center;*/
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-primary);
  /*padding-left: 45px;*/
  padding-left:15px;	
  padding-right: 15px;
  margin-top: 0px;
  cursor: pointer;
  letter-spacing:0.7px;	
  transition: var(--transition);
}
.form-fields li .wpcf7-submit:hover{
  background-color: var(--color-1);
}
.form-fields li .wpcf7-not-valid-tip{
  position: absolute;
  left: 0px;
}
.home .wpcf7-not-valid-tip{
	color:#d0abab;
}
.blog-slide{
  width:100%;
  height: 336px;
}
.blog-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.blog-slide a:hover img{
  transform: scale(1.05);
}
.blog-slide a{
  display: block;
  position: relative;
  height: 100%;
}
.blog-slide a::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background:linear-gradient(180deg, rgba(0, 43, 73, 0) 14.73%, rgba(0, 43, 73, 0.7) 100.14%);
  z-index: 1;
}
.blog-slide-content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding:20px 15px;
  width: 100%;
  z-index: 1;
}
.blog-slide-content time{
  display: block;
  color: var(--color-1);
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: var(--font-primary);
}
.blog-slide-content p{
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.blog-slide a span{
  position: absolute;
  top: 20px;
  left:15px;
  min-width: 71px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  color: var(--color-2);
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  font-family: var(--font-primary);
  z-index:1;
}
.hm-blog-sec{
  position: relative;
}
.hm-blog-sec .btn-link{
  margin:30px auto 0px;
  width: 157px;
  display:flex;
}
.blue-1{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index:-1;
}
.text-center{
  text-align: center;
}
.fac-video-sec h3{
  margin-bottom: 10px;
}
.fac-video-sec p{
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.video-play-box{
  height: 466px;
  width: 100%;
  position: relative;
}
.video-play-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-icon{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/play-icon.svg') no-repeat center;	
}
.play-icon img{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fac-video-sec{
  position: relative;
  margin-top:-1px;	
}
.video-popup-block{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.video-popup-block video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.close-popup-vid{
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 6px;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index:1;
}
.heading-box-clr h3{
  color: var(--color-5);
}
.three-column-join .three-column-content h4{
  margin-bottom: 0px;
  font-size: 26px;
}
.three-column-join li::before{
  background: linear-gradient(0deg, rgba(5, 28, 44, 0.30) 0%, rgba(17, 93, 146, 0.2) 100%);

}
.three-column-join li .vector-shape{
  object-position:unset;
  object-fit: contain;
}
.three-column-join li:nth-of-type(1) .vector-shape{
  top: -30px;
  object-position:100% -10px;
}
.three-column-join li:nth-of-type(1):hover .vector-shape {
    object-position: -50px -55px;
}
.three-column-join li:nth-of-type(2) .vector-shape{
  bottom: -5px;
  left: 0px;
  object-position:unset;
}
.three-column-join li:nth-of-type(3) .vector-shape{
  bottom: unset;
  top: -2px;
  left: 0px;
  object-position:unset;
}
.three-column-join li:nth-of-type(3):hover .vector-shape{
      object-position: 58% -50px;
}
.three-column-join li:nth-of-type(4) .vector-shape{
  bottom: 0px;
  left: 130px;
  object-position:unset;
}
.three-column-join li:nth-of-type(4):hover .vector-shape {
    object-position: 50px 50px;
}
.three-column-join li:nth-of-type(5) .vector-shape{
  top: 0px;
  left: 0px;
  object-position:unset;
}

.three-column-join li:nth-of-type(5):hover .vector-shape {
    object-position: 100px -30px;
}
.three-column-join li:nth-of-type(6) .vector-shape{
  bottom: unset;
  left: 0px;
  top: 0px;
  object-position:unset;
}
.three-column-join li:nth-of-type(6):hover .vector-shape{
      object-position: -50px -30px;
}
.hm-join-sec{
  position: relative;
  overflow: hidden;
}
.blue-light{
  width: 1179px;
  position: absolute;
  top: -260px;
  right: 0px;
  z-index: -1;
}
/*-------------about-----------*/
.banner{
  position: relative;
}
.banner-inner{
  width: 100%;
  height: 622px;
  background: var(--primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center ;
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}
.banner-inner::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.13) 49.5%, rgba(0, 0, 0, 0.65) 100%);
}
.banner-inner span,
.banner-heading span{
  display: block;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--font-primary);
  line-height: 25px;
  margin-bottom: 15px;
}
.banner-inner h1,
.banner-heading h1{
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 0px;
  max-width: 750px;
  text-transform: capitalize;
}
span.sub-heading-desc{
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  font-style: italic;
  font-family: var(--font-primary);
}
.breadcrumbs-block{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
}
.breadcrumbs-block li a,
.breadcrumbs-block li span{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 43, 73, 0.80);
  font-weight: 500;
  font-family: var(--font-primary);
}
.breadcrumbs-block li a i{
  font-size: 16px;
  color: rgba(0, 43, 73, 0.80);
}
.breadcrumbs-block li span{
  color: rgba(0, 43, 73, 1);
  font-weight: 700;
}
.breadcrumbs-block li span i{
  color: rgba(0, 43, 73, 1);
}
.breadcrumbs-block li a:hover,
.breadcrumbs-block li a:hover i{
  color: var(--color-2);
}
.breadcrumbs-block li a:hover svg path{
  fill: var(--color-2);
}
.image-left-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-pic-box{
  width: 47.22%;
  height: 610px;
}
.image-pic-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-content-box{
  width: 48%;
}
.image-pic-box-2{
  height: 820px;
}
.image-pic-box-3{
  height: 735px;
}
.image-pic-box-4{
  height: 880px;
}
.image-block-auto-height{
	align-items:stretch;
	height:auto;
}
.image-block-auto-height .image-pic-box{
	height:auto;
}
.image-content-box p a{
  font-family: var(--font-primary);
  font-weight: 700;
  /*color: var(--primary);*/
  color: #621723;	
  text-decoration: underline;
  display:inline-block;
  font-size:16px;	
}
.image-content-box p strong{
  font-weight: 800;
}
.image-content-box p a:hover,
.sec-bg .image-content-box p a:hover{
  color: var(--color-2);
}
.image-content-box h3,
.image-content-box h2{
  margin-bottom: 20px;
  color: var(--color-5);
}
.sec-bg .heading-box-clr{
  margin-bottom: 40px;
}
.sec-bg .heading-box-clr p,
.sec-bg .image-content-box p,
.sec-bg .image-content-box p a,
.sec-bg .image-content-box ul li,
.sec-bg .image-content-box h4{
  color: #fff;
}
.sec-bg .image-content-box ul li a{
  display: inline-block;
  color: #46B5DA;
  text-decoration: underline;
}
.image-content-box h4{
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.image-content-box ul + p,
.heading-clr ul + p,
.image-content-box ul + h4{
  margin-top: 25px;
}
.image-content-box ul li,
.heading-clr ul li{
  width: 100%;
  font-size: 16px;
  color: var(--primary);
  font-family: var(--font-primary);
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.image-content-box ul li a{
  font-size: 16px;
  color: var(--primary);
  font-family: var(--font-primary);
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
}
.image-content-box ul li a{
	color:#621723;
	text-decoration:underline;
}
.sec-bg .image-content-box ul li a:hover,
.image-content-box ul li a:hover{
  color: var(--color-2);
}

.image-content-box ul li::before,
.heading-clr ul li::before{
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  background: url('../images/marker.svg') no-repeat;
  width: 17px;
  height: 16px;
}
.image-content-box ul li:last-child,
.heading-clr ul li:last-child{
  margin-bottom: 0px;
}
.image-content-box ul li ol{
  margin-top: 18px;
  margin-bottom: 18px;
}
.image-content-box ul li ol li::before{
  content: none;
}
.image-content-box ul li ol li{
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}
.vision-vector{
  position: relative;
  overflow: hidden;
}
.vision-vector > svg{
  position: absolute;
  top: -250px;
  z-index: -1;
}
.practice-vector{
  position: relative;
  overflow: hidden;
}
.practice-v1{
  position: absolute;
  top: 160px;
  left: 0px;
  z-index: -1;
}
.practice-v2{
  position: absolute;
  top: -650px;
  left: 0px;
  z-index:-1;
  width: 1255px;
}
.bwa-vector1{
  position: absolute;
  top: 260px;
  left: 0px;
  z-index:-1;
  transform:rotate(-4deg);
}
.anim-of.svg-anim.practice-vector{
  overflow: visible;
}
.bwa-vector2{
  position: absolute;
  top:-260px;
  left: 0px;
  z-index: -1;
}
.heading-clr h3{
  color: var(--color-5);
  margin-bottom: 10px;
}
.heading-clr p{
  color: #fff;
  margin-bottom: 20px;
}
.heading-clr ul{
  margin-bottom: 20px;
}
.sec-bg .heading-clr ul li{
  color: #fff;
}
.heading-clr p a{
  color: var(--color-5);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size:16px;
}
.heading-clr p a:hover{
  color: var(--color-1);
}
.heading-clr{
  margin-bottom: 50px;
}
.table-wrap-block{
  margin-bottom: 100px;
}
.table-wrap-block:last-child{
  margin-bottom: 0px;
}
.table-wrap-block table + table{
  margin-top: 55px;
}
.table-wrap-block table{
  width: 100%;
  max-width:900px;
	margin-left:auto;
	margin-right:auto;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #fff;
  border-radius: 24px;
  overflow: hidden;
}

.table-wrap-block table thead{
  background: var(--color-5);
}
.table-wrap-block table thead tr th{
  width: 25%;
  padding:20px 30px;
  text-align: left;
  vertical-align: text-top;
  border-left: 1px solid rgba(255,255,255,0.30);
}
.table-wrap-block table thead tr th:first-child{
  width: 50%;
  border-left:none;
  padding: 20px 30px;
}
.table-wrap-two table thead tr th{
  width: 50%;
  padding: 20px 30px;
}
.table-wrap-block table thead tr th span + span{
  margin-top: 30px;
}
.table-wrap-block table thead tr th span{
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--font-primary);
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}
.table-wrap-block table thead tr th{
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--font-primary);
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}
/*
.table-wrap-two table thead tr th span,
.table-wrap-two table thead tr th span:nth-of-type(1){
  margin-bottom: 0px;
}
*/
.table-wrap-block table tbody tr:nth-child(even){
  background: #F1FCFF;
}
.table-wrap-block table tbody tr td{
  color: #393C49;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--font-primary);
  font-weight: 400;
  padding: 30px 25px;
  border-left: 1px solid rgba(74, 193, 224, 0.20);
}
.table-wrap-block table tbody tr td:first-child{
  border-left: 0px;
}
.table-col-three table tbody tr td:last-child{
	text-align:center;
}
.clr5{
  color: var(--color-5);
}
.center-heading-block{
  max-width: 845px;
  margin: 0 auto 50px;
  text-align: center;
}
.team-members{
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
  row-gap: 60px;
}
.team-members li{
  width: 30%;
  margin-left: 5%;
}
.team-members li:nth-child(3n+1){
  margin-left: 0px;
}
.team-member-profile{
  width: 100%;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.team-member-profile > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-member-profile::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.team-member-detail{
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 20px 15px 20px 25px;
}
.team-member-detail{
  display: flex;
  align-items: center;
}
.team-member-detail-inner{
  padding-right: 12px;
}
.team-member-detail-inner h4{
  font-size: 30px;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: 0px;
}
.team-member-detail-inner span{
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-primary);
}
.p-link-icon{
  margin-left: auto;
  min-width: 47px;
}
.p-link-icon svg circle{
  transition: var(--transition);
}
.team-members li:hover .p-link-icon svg circle,
.team-members-four li :hover .p-link-icon svg circle{
  fill: var(--color-2);
  stroke: var(--color-2);
}
.pop-member-profile{
  width: 220px;
  min-width: 220px;
  height: 316px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 45px;
}
.pop-member-profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-detail-popup.fancybox-content{
  max-width: 990px;
  padding: 65px;
  border-radius: 30px;
  background: #fff;
}
.member-detail-popup-wrap{
  display: flex;
  align-items: flex-start;
}
.pop-member-content h3{
  margin-bottom: 10px;
}
.pop-member-content span{
  color: #002B49;
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--font-primary);
  margin-bottom: 10px;
  display: block;
}
.pop-member-content p{
  margin-bottom: 20px;
  font-weight: 500;
}
.pop-member-content p:last-child{
  margin-bottom: 0px;
}
.member-detail-popup .fancybox-button svg{
  border: 2px solid #002B49;
  border-radius: 50%;
}
.member-detail-popup .fancybox-button svg path{
  fill: #002B49;
}
.member-detail-popup .fancybox-close-small{
  opacity: 1;
  right: 15px !important;
  top: 15px !important;
}
.heading-drop-block{
  margin-bottom: 50px;
}
.heading-drop-block h2{
  text-align: center;
  margin-bottom: 50px;
}
.tabs-head-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tabs-head-wrap li{
  display: flex;
  min-width: 120px;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  border: 2px solid var(--color-5);
  height: 48px;
  font-size: 18px;
  color: #393C49;
  font-family: var(--font-primary);
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition);
}
.tabs-head-wrap li:hover,
.tabs-head-wrap li.active{
  background: var(--color-6);
  color: #fff;
  border-color: var(--color-6);
}
.tab-content{
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeInS 0.5s ease 1 forwards;
}
@keyframes fadeInS{
  100%{
    opacity: 1;
    transform: none;
  }
}
.tab-content.active {
    display: block;
}
.heading-drop-block{
  position: relative;
}
.heading-drop-block select{
  position: absolute;
  right: 0px;
  top: 0px;
  min-width: 116px;
  height: 48px;
  padding: 0px 15px;
  border: 2px solid var(--color-5);
  border-radius: 10px;
  font-size: 18px;
  color: #393C49;
  font-family: var(--font-primary);
  font-weight: 800;
}
.heading-drop-block select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/drop-arrow-clr.png) #fff no-repeat 85% center;
}
.team-members-four{
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.team-members-four li,
.accordion__body .team-members-four li{
  width: 23.33%;
  margin-left: 2.22%;
}
.team-members-four li:nth-child(4n+1){
  margin-left: 0px;
}
.accordion__body .team-members-four li::before{
  content: none;
}
.accordion__body .team-members-four{
  margin-top: 0px;
  padding-top: 50px;
}
.accordion__body .team-members-four li{
  padding-left: 0px;
  margin-bottom: 0px;
}

.pdf-listing ul li{
  border-bottom: 1px solid var(--color-5);
  padding-bottom: 15px;
}
.pdf-listing ul li a{
  display: flex;
  font-weight: 400;
  color: var(--primary);
  text-decoration:none;
}
.pdf-listing ul li a i{
  margin-left: auto;
  color: var(--color-5);
  font-size: 15px;
  margin-top: 3px;
  transition: var(--transition);
}
.pdf-listing ul li a:hover,
.pdf-listing ul li a:hover i{
  color: var(--color-2);
}

.pdf-listing .image-content-box{
	padding-top:20px;
}
.services-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.services-listing li{
  width: 32%;
  margin-left: 2%;
  background: #fff;
  box-shadow: 0px 0px 50px 0px #00000014;
  border-radius: 24px;
  min-height: 495px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.services-listing li:nth-child(3n+1){
  margin-left: 0px;
}
.services-listing li h4{
  margin-top: 40px;
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
.services-listing li p{
  font-size: 16px;
  line-height: 26px;
}
.services-listing li .btn-link{
  border-color: #0D4262;
}
.services-listing li .btn-link span{
  color: #0D4262;
}
.services-listing li .btn-link:hover{
  border-color: var(--color-2);
}
.services-listing li .btn-link:hover span{
  color: #fff;
}
.banner-slider-wrap{
  position: relative;
}
.banner-heading{
  position: absolute;
  bottom: 50px;
  z-index: 11;
  width: 100%;
}
.banner-inner-slide{
  position: relative;
  height: 622px;
  width: 100%;
}
.banner-inner-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-inner-slide::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.13) 49.5%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.banner-inner-slider .swiper-pagination-bullet,
.image-carousel-slider .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  margin: 0px 5px !important;
}
.banner-inner-slider .swiper-pagination-bullet-active,
.image-carousel-slider .swiper-pagination-bullet-active{
  background: var(--color-2);
}
.banner-inner-slider.swiper-container-horizontal > .swiper-pagination-bullets,
.image-carousel-slider.swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 35px;
}
.swiper-pagination-bullets span:only-child {
    display: none;
}
.social-media-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-top: 35px;
}
.social-media-listing.mb-0{
  margin-top: 0px;
}
.social-media-listing li{
  width: 23.7%;
  margin-left: 1.73%;
}
.social-media-listing li:nth-child(4n+1){
  margin-left: 0px;
}
.gallery-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.gallery-listing li{
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 32.33%;
  margin-left: 1.5%;
}
.gallery-listing li:nth-child(3n+1){
  margin-left: 0px;
}
.gallery-list-image{
  height: 560px;
  width: 100%;
  position: relative;
}
.gallery-list-image::before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #051C2C 0%, rgba(17, 93, 146, 0) 100%);
}
.gallery-list-image a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery-list-image span{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-family: var(--font-primary);
  font-weight: 700;
  z-index: 1;
  transition: var(--transition);	
}
.gallery-list-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  border-radius:26px;	
}
.gallery-listing li:nth-child(odd) .gallery-list-image:first-child,
.gallery-listing li:nth-child(even) .gallery-list-image:last-child{
  height: 396px;
}
.gallery-listing li:nth-child(even):nth-child(n+4){
  flex-direction: column-reverse;
	justify-content: flex-end;
}
.gallery-listing li:nth-child(2n+5){
  flex-direction: column-reverse;
}
.gallery-listing li:nth-of-type(7),
.gallery-listing li:nth-of-type(9),
.gallery-listing li:nth-of-type(13),
.gallery-listing li:nth-of-type(15){
  flex-direction: column;
}
.gallery-listing li:nth-of-type(11){
	flex-direction:column-reverse;
}
.gallery-listing li:nth-of-type(8),
.gallery-listing li:nth-of-type(14){
  flex-direction: column !important;
}
.gallery-list-image:hover img {
    transform: scale(1.05);
}
/*----for svg animation---*/
.svg-anim svg {    
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.svg-anim.visible svg{
    opacity: 1;
}
/*---------------Curriculum pages---------------*/
.center-heading-2nd{
  max-width: 100%;
}
.table-wrap-three-col,
.table-wrap-two-col{
  margin-bottom: 50px;
}
.table-wrap-three-col table,
.table-wrap-two-col table,
.table-wrap-col table{
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(74, 193, 224, 0.20);
}
.table-wrap-three-col table thead tr th span:nth-of-type(1),
.table-wrap-two-col table thead tr th span:nth-of-type(1){
  margin-bottom: 0px;
}
.table-wrap-three-col table thead tr th,
.table-wrap-three-col table tbody tr td,
.table-wrap-two-col table thead tr th,
.table-wrap-two-col table tbody tr td{
  padding: 20px 30px;
}
.table-wrap-three-col table thead tr th,
.table-wrap-three-col table thead tr th:first-child{
  width: 33.33%;
}
.table-wrap-two-col table thead tr th,
.table-wrap-two-col table thead tr th:first-child{
  width: 50%;
}
.table-wrap-three-col table tbody tr td span,
.table-wrap-two-col table tbody tr td span{
  display: block;
  margin-bottom: 5px;
}
.bottom-text{
  margin:0 auto;
  text-align: center;
}
.eec-svg-wrap{
  position: relative;
}
.eec-svg-1{
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: -1;
}
.eec-svg-2{
  position: absolute;
  left: 0px;
  top: -700px;
  z-index: -1;
}
.eec-svg-3{
  position: absolute;
  top: -300px;
  z-index: -1;
}
.eec-svg-4{
  position: absolute;
  top: -250px;
  z-index: -1;
  left: 365px;
  transform: rotate(-20deg);
}
.table-wrap-five-col table{
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(74, 193, 224, 0.20);
}
.table-wrap-five-col table thead tr th,
.table-wrap-five-col table tbody tr td{
  padding: 20px 30px;
}
.table-wrap-five-col table thead tr th,
.table-wrap-five-col table thead tr th:first-child{
  width: 20%;
  vertical-align: middle;
}
.table-wrap-five-col table thead tr th span:nth-of-type(1){
  margin-bottom: 0px;
}
.primo-svg-wrap{
  position: relative;
}
.pey-svg-1{
  position: absolute;
  top: 200px;
  left: 0px;
  transform: rotate(-180deg);
  z-index: -1;
}
.pey-svg-2{
  position: absolute;
  top: -70px;
  z-index: -1;
  width:110%;	
  transform: rotate(180deg);
}
.junior-svg-1{
  position: absolute;
  right: 0px;
  z-index:-1;
  top: 200px;
 transform: rotate(-180deg);	
}
.middle-svg-1{
  position: absolute;
  z-index: -1;
  top: -420px;
  transform:rotate(-180deg);
  left: 380px;	
}
.svg-anim.middle-svg-wrap,
.svg-anim.nux-svg-wrap{
  overflow: visible;
}
.nuxus-svg-1{
  position: absolute;
  top: -650px;
  right: -10px;
  z-index: -1;
}
.nuxus-svg-2{
  position: absolute;
  z-index: -1;
  top: 0px;
  width:120%;
  transform: rotate(-180deg);
}
.nuxus-svg-3{
  position: absolute;
  z-index: -1;
  top: -1900px;
  left: 0px;
  transform: rotate(-180deg);
}
.dt-svg{
  position: absolute;
  z-index: -1;
}
.svg-anim.pp-svg-wrap{
  overflow: visible;
}
.pp-svg{
  position: absolute;
  z-index: -1;
  top: -320px;
  left: 200px;
}
/*------faqs-----*/
.accordion-panel{
  padding: 35px 20px;
  border-top:1px solid rgba(250, 250, 250, 0.2);
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  transition: var(--transition);
  margin-bottom: 15px;
}
.accordion-panel:last-child{
  margin-bottom: 0px;
}
.accordion__header{
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.accordion__header h4{
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
}
.accordion__header i{
  margin-left: auto;
  color: #fff;
  font-size: 16px;
}
.accordion__body{
  display: none;
}
.accordion__body p{
  color: #fff;
  font-size: 16px;
  max-width: 1290px;
  padding-top: 15px;
  margin-bottom: 0px;
}
.accordion__body p a{
	color: var(--color-1);
  	font-size: 16px;
	font-family: var(--font-primary);
	text-decoration:underline;
	line-height:normal;
	font-weight:400;
	display:inline-block;
}
.accordion__body p a:hover{
	color:var(--color-2);
}
.accordion__body ul{
  margin-top: 15px;
}
.accordion__body .calender-table{
	margin-top:0px;
}
.accordion__body ul li{
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: var(--font-primary);
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.accordion__body ul li:last-child{
  margin-bottom: 0px;
}
.accordion__body ul li::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../images/marker.svg') no-repeat;
  width: 17px;
  height: 16px;
}
.accordion__body ul li a{
  display: flex;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  align-items: center;
  font-family: var(--font-primary);
  font-weight: normal;
  column-gap: 15px;
}
.accordion__body ul li a:hover{
  color: var(--color-1);
}
.accordion-panel.active{
  background: #5b3c80;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-color: transparent;
}
.facilities-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
.facilities-listing li{
  width: 23.6%;
  margin-left: 1.86%;
}
.facilities-listing li:nth-child(4n+1){
  margin-left: 0px;
}
.facility-list{
  width: 100%;
  height: 335px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.facility-list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-list::before{
  content: "";
  position: absolute;
  bottom:0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #051C2C 0%, rgba(17, 93, 146, 0) 100%);
}
.facility-list a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.facility-list span{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-family: var(--font-primary);
  font-weight: 700;
  transition: var(--transition);	
}
.facility-list:hover span{
	transform:translatey(-15px);
}
.svg-anim.facility-svg-wrap{
  overflow: visible;
}
.fa-svg{
  z-index: -1;
  position: absolute;
  left: 400px;
  width: 842px;
  top: -85px;
}
.form-wrap-box{
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.form-wrap-box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 20px;
}
.form-wrap-box ul li.half-width{
  width: 48%;
}
.form-wrap-box ul li.qt-width{
  width: 31%;
}
.form-wrap-box ul li.full-width{
  width: 100%;
}
.form-wrap-box ul li label{
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
}
.form-wrap-box ul li label .wpcf7-form-control-wrap{
  display: block;
  margin-top: 10px;
}
.form-wrap-box ul li label input,
.form-wrap-box ul li label select,
.form-wrap-box ul li label textarea{
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #BEE1EB;
  padding: 0px 20px;
  color: #C2C2C2;
  font-size: 16px;
}
.form-wrap-box ul li label input::placeholder,
.form-wrap-box ul li label textarea::placeholder{
  color: #C2C2C2;
}
.form-wrap-box ul li label select{
  color: var(--primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/drop-arrow-clr.png) #fff no-repeat 94% center;
}
.form-wrap-box ul li.full-width label select{
  background: url(../images/drop-arrow-clr.png) #fff no-repeat 97% center;
}
.form-wrap-box ul li label textarea{
  height: 147px;
  resize: none;
  padding: 20px;
}
.btn-submit{
  padding: 0px 70px 0px 40px;
  height: 43px;
  border-radius: 12px;
  background: url(../images/btn-arrow.png) var(--color-2) no-repeat 75% center;
  border: 1px solid transparent;
  font-size: 15px;
  font-family: var(--font-primary);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.btn-submit:hover{
  background-color: var(--color-1);
}
.btn-submit-wrap{
  position: relative;
  display: inline-block;
}
.btn-submit-wrap .wpcf7-spinner{
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form-wrap-box .wpcf7-not-valid-tip{
  position: absolute;
}
.form-svg-1{
  position: absolute;
  top: -5px;
  left: -70px;
  z-index: -1;
  width: 547px;
}
.form-svg-2{
  position: absolute;
  top: -100px;
  right: 0px;
  width: 891px;
  z-index: -1;
}
/*-------------admissions pages------------*/
.video-tour-box{
  width: 100%;
  height: 730px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.video-tour-box .play-icon-tour{
	position: absolute;
    width: 100%;
    height: 100%;
	top:0px;
	left:0px;
	z-index:1;
}
.video-tour-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-tour-box::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.20);
}
.play-pause-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 143px;
  height: 143px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.50);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.play-bt{
  cursor: pointer;
  margin-left: 5px;
  margin-top: 5px;
}
.pause-bt{
  display: none;
  cursor: pointer;
}
.pause-bt i{
  color:#002B49;
  font-size:26px;
}
.mute-bt{
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
.mute-bt img{
  position: absolute;
}
.stop .volume{
  visibility: hidden;
  opacity: 0;
}
.stop .mute{
  visibility: visible;
  opacity: 1;
}
.form-bottom-block{
  text-align: center;
  max-width: 1000px;
  margin: 50px auto 0px;
}
.form-bottom-block p a{
  color: #621723;
  text-decoration: underline;
  font-weight: 700;
  font-family: var(--font-primary);
}
.form-bottom-block p a:hover{
  color: var(--color-2);
}
.two-col-width.table-wrap-two-col table tr th,
.two-col-width.table-wrap-two-col table tr td{
  width: 65%;
}
.two-col-width.table-wrap-two-col table tr th:first-child,
.two-col-width.table-wrap-two-col table tr td:first-child{
  width: 35%;
}
.center-heading-block h4{
  font-size: 26px;
  font-weight: 500;
}
.sf-svg{
  position: absolute;
  top: 525px;
  left: 0px;
  z-index: -1;	
}
.eecf-svg{
  position: absolute;
  top: 250px;
  left: 0px;
  z-index: -1;
}
.accordion-clr .accordion__header h4,
.accordion-clr .accordion__header i{
  color: var(--primary);
}
.accordion-clr .accordion-panel{
  border-color:rgba(0, 43, 73, 0.2);
}
.active .accordion__header h4,
.active .accordion__header i{
  color: #fff;
}
.image-content-full{
  width: 100%;
}
.image-content-full ol li{
	font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    font-weight: normal;
    color: #002B49;
	margin-bottom:25px;
	list-style-type: none;
    padding-left: 35px;
	position:relative;
}
.image-content-full ol li::before{
	content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    background: url(../images/marker.svg) no-repeat;
    width: 17px;
    height: 16px;
}
.p-top-75.table-wrap-block{
  margin-bottom: 0px;
}
.image-content-full p a{
	color: #621723;
}
.center-heading-block p a{
  font-size: 16px;
  font-family: var(--font-primary);
  color: #621723;
  font-weight: 700;
  text-decoration: underline;
  display:inline-block;	
}
.center-heading-block p a:hover{
  color: var(--color-2);
}
.image-content-box .mb-50{
  margin-bottom: 50px;
}
.bank-detail-box{
  width: 100%;
  margin: 30px 0px 50px;
  border-radius: 24px;
  border: 1px solid #DBF3F9;
  overflow: hidden;
}
.bank-detail-box li{
  display: flex;
  align-items: center;
}
.bank-detail-box li span{
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-primary);
  padding: 25px 30px;
  width: 57.5%;
  background: #F1FCFF;
  border-bottom: 1px solid #DBF3F9;
  color: #393C49;
}
.bank-detail-box li span:nth-of-type(1){
  width: 42.5%;
  background: #46B5DA;
  border-bottom: 1px solid #35A1C5;
  color: #fff;
  font-weight: 700;
}
.bank-detail-box li:last-child span{
  border-bottom: 0px;
}
.ap-svg{
  position: absolute;
  z-index: -1;
  top: 420px;
}
.table-wrap-block.mb-50{
  margin-bottom: 55px;
}
.calender-table-wrap{
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(74, 193, 224, 0.20);
  margin-bottom: 55px;
}
.calender-table-wrap span{
  display: block;
  background: #4AC1E0;
  padding: 25px 30px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-family: var(--font-primary);
}
.calender-table li{
  display: flex;
  align-items: center;
}
.accordion__body .calender-table li::before{
  content: none;
}
.accordion__body .calender-table li{
  padding-left: 0px;
  margin-bottom: 0px;
}
.calender-table li p{
  width: 50%;
  padding: 25px 30px;
  margin-bottom: 0px;
  color: #393C49;
  font-size: 18px;
  line-height: 24px;
}
.calender-table li p:first-child{
  border-right: 1px solid rgba(74, 193, 224, 0.20);
}
.calender-table li:nth-child(even){
  background: #F1FCFF;
}
.calender-table-wrap:last-child{
  margin-bottom: 0px;
}
.faqs-wrap .accordion__header i{
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-6);
  color: #fff;
}
.faqs-wrap .accordion-panel.active{
  background: #fff;
}
.faqs-wrap .accordion__header h4,
.faqs-wrap .accordion__body p,
.faqs-wrap .accordion__body ul li a{
  color: var(--primary);
}
.faqs-wrap .accordion__body p a{
	color: var(--color-2);
}
.faqs-wrap .accordion__body p a:hover{
	color: var(--color-4);
}
.faqs-wrap .active .accordion__header i{
  background: #E16000;
}
.faqs-wrap .accordion-panel:first-child{
  padding-top: 0px;
}
.faqs-wrap .accordion-panel{
  padding: 40px 0px;
  margin-bottom: 0px;
  border-top: 0px;
}
.raf-svg{
  position: absolute;
  top: 350px;
  right: 0px;
  z-index: -1;
  width: 400px;
}
.image-carousel-slider{
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
}
.image-carousel-slide{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-bg .center-heading-block p{
  color: #fff;
}
.accordion__header h3{
  margin-bottom: 0px;
  padding-right: 20px;
}
.center-heading-block.mb-0{
  margin-bottom: 0px;
}
.italic-txt p{
  font-style: italic;
}
.menu-back{
  display: none;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: var(--color-2);
  font-family: var(--font-primary);
  font-weight: 500;
  margin-bottom: 10px;
  cursor: pointer;
}
.menu-back i{
  margin-right: 5px;
}
.menu-back:hover{
  color: var(--color-1);
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
	border-radius:12px;
	border: 2px solid #fff;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	font-size:14px;
	font-family: var(--font-primary);
	height:32px;
	line-height: 16px !important;
}

div.asl_m .probox .proinput{
	margin:0px;
}
.asl_w_container{
	box-shadow: 0px 5px 15px 5px #0000001A;
    border-radius: 12px;
}
.image-top-align{
	align-items:flex-start;
}
.image-top-align .image-content-box{
	padding-top:20px;
}
.menu-search-btn-wrap{
	align-items:center;
}
.menu-button{
	display:flex;
	height:35px;
	overflow:hidden;
	align-items:center;
	justify-content:center;
}
.menu-active .book-btn-wrap{
	z-index:11;
}
.search-list-area li a{
	font-size:16px;
	line-height:24px;
	font-family:var(--font-primary);
	font-weight:600;
}
.search-list-area li a:hover{
	color:var(--color-1);
}
.page-template-curriculum-welcome .banner-inner span{
	display:none;
}
.footer-logo-box a.footer-logo-bx{
	display:flex;
	align-items:center;
	margin-left:0px;
}
.ft-bloom-logo{
	max-width: 70px;
	margin-right:10px;
}
.mob-menu-icn{
  color: #fff;
  cursor: pointer;
  height: 16px;
}
.footer-menu li{
  line-height: 16px;
}
.footer-menu .menu-item-has-children{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.footer-menu .sub-menu{
  display: none;
  width: 100%;
  padding-top:15px;
  padding-left: 20px;
}
.footer-menu .sub-menu li{
  margin-bottom: 15px;
  list-style-type: disc;
  color: #fff;
}
.mob-menu-icn.opn-mob{
  transform: rotate(180deg);
}
.table-collaps table tbody tr:first-child {
  cursor: pointer;
}
.table-collaps table tbody tr td{
	position:relative;
}
.tarrow{
  position: absolute;
  right: 15px;
  top:50%;
	height:24px;
	margin-top:-12px;
  transition: transform 0.3s ease;
  transform-origin: center center;
  color: var(--color-5); 
}

.trotate{
  transform: rotate(90deg);
}
/*-------------popups-----------*/
.popup-wrap-promo{
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.hm-popup-promo{
  width: 100%;
  height: 540px;
  max-width: 990px;
  margin: auto;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
	background-position:center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.hm-popup-promo::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/pop-cornor.png') no-repeat;
  z-index: -1;
}
.promo-header{
  width: 100%;
  padding: 30px;
  display: flex;
}
.promo-header-logo{
  width: 150px;
}
.pop-close-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.pop-close-btn i,
.pop-info-close i{
  font-size: 14px;
}
.promo-header .pop-close-btn{
  margin-left: auto;
} 
body.popup-active {
  overflow: hidden;
}
.promo-popup-content{
  padding: 30px 90px;
}
.info-popup-block{
  width: 100%;
  max-width: 665px;
  border-radius: 30px;
  background: #fff;
  padding: 70px 70px 50px;
  text-align: center;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-info-close{
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #002B49;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002B49;
  cursor: pointer;
}
.info-popup-block h3{
  font-size: 40px;
  color: #4AC1E0;
}
.info-popup-block p{
  font-size: 14px;
  line-height: 20px;
  color: #002B49;
}
.info-popup-block a{
  width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #EC7700;
  color: #fff;
  font-size: 16px;
  margin: auto;
  border: 1px solid transparent;
}
.info-popup-block a:hover{
  border: 1px solid #EC7700;
  background: #fff;
  color: #EC7700;
}
/*----------end----------*/
.sbi_item{
	border-radius:24px;
}
.icon-top{
	display:none;
}
.page-template-curriculum-welcome .breadcrumbs-block li:nth-of-type(2) a,
.page-template-about-welcome .breadcrumbs-block li:nth-of-type(2) a,
.page-template-lumos-innovation-programme .breadcrumbs-block li:nth-of-type(2) a,
.page-template-video-tour .breadcrumbs-block li:nth-of-type(2) a,
.page-template-contact-information .breadcrumbs-block li:nth-of-type(2) a{
	color: rgba(0, 43, 73, 1);
    font-weight: 700;
	pointer-events:none;
}
.page-template-video-tour .breadcrumbs-block li:nth-of-type(2) a,

.page-template-lumos-innovation-programme .breadcrumbs-block li:nth-of-type(2) a,

.page-template-curriculum-welcome .breadcrumbs-block li:nth-of-type(2) a,

.page-template-contact-information .breadcrumbs-block li:nth-of-type(2) a,
.page-template-about-welcome .breadcrumbs-block li:nth-of-type(2) a{
    

 
	pointer-events:auto !important;
    
    
}
.page-template-video-tour .breadcrumbs-block li:nth-of-type(2):hover a,

.page-template-lumos-innovation-programme .breadcrumbs-block li:nth-of-type(2):hover a,

.page-template-curriculum-welcome .breadcrumbs-block li:nth-of-type(2):hover a,

.page-template-contact-information .breadcrumbs-block li:nth-of-type(2):hover a,
.page-template-about-welcome .breadcrumbs-block li:nth-of-type(2):hover a{
    
    	color: var(--color-2) !important;
 

    
    
}
.page-template-curriculum-welcome .breadcrumbs-block li:nth-of-type(3) span{
	display:none;
}
.footer-insta-box #sbi_images{
	padding:0px !important;
	border-radius:8px;
}
.footer-insta-box #sbi_images .sbi_item{
	border-radius:0px;
}
/*.footer-insta-box #sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{
	z-index:11;
}
.footer-insta-box #sbi_images .sbi_item:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background:url(../images/insta-icon.svg) no-repeat;
	width:25px;
	height:25px;
	z-index:11;
}
.footer-insta-box #sbi_images .sbi_item::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.30);
	z-index:1;
}*/
/*-----media detail page-------*/
.media-detail-wrap{
	width: 100%;
}
.writer-social-share-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.published-date span, .social-share-block span {
    color: #002B49;
    font-size: 14px;
    line-height: 14px;
	font-family: var(--font-primary);
}
.social-share-block {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-share-block ul {
    display: flex;
    align-items: center;
    gap: 7px;
}
.social-share-block ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--color-6);
    font-size: 16px;
    color: var(--color-6);
}
.social-share-block ul li a:hover{
    background: var(--color-6);
    color: #fff;
}
.media-detail-cont-inner p img{
	border-radius:10px;
	width:100%;
}
.detail-related-sec{
	background:#f7f7f7;
}
.page-template-bloom-world-academy-difference .table-wrap-block{
	margin-bottom:55px;
}
.menu-block-wrap.active{
	opacity:1;
	transition: opacity 0.3s ease;
}
.menu-block-wrap{
	opacity:0;
}
.menu-block-wrap.show{
	transition: opacity 0.3s ease 0.3s;
}
.center-heading-2nd.mb-0{
	margin-bottom:0px;
}
.footer{
	margin-top:-1px;
}
.hsfc-Step__Content,
.hsfc-Step .hsfc-Step__Content{
  padding: 0px;
}



.loc-image {
    padding-top: 24px;
    text-align: center;
}

.contcat-table{
  overflow:hidden;
  overflow-x:auto;
}

.contcat-table table{
    width:1020px;
    margin:0 auto;
    }
    
    .contcat-table table th,
      .contcat-table table td{
  font-size: 15px;
    color: #000;
    padding: 10px;
    border: 1px solid #353535;
    border-spacing: 1px;
      }
      

.green-form-box p{
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff; /* White text for better contrast */
    border-radius: 6px;
}

.green-form-box p a {
    color: #8ddfff;
    font-size: 18px;
}
.box-wrap{
  background: #043D62;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5.5% 11%;
    margin-top: 38px;
    border-radius: 10px;
}
.footer-logo-text-box{
        margin-top: 10px;
}
.cky-btn-revisit-wrapper {
    display: none !important;
}


/*Developer Added*/

/* Default hide mobile video */
.mobile-video {
  display: none;
}

.desktop-video {
  display: block;
}

/* On small screens, hide desktop video and show mobile */
@media screen and (max-width: 767px) {
  .desktop-video {
    display: none;
  }
  .mobile-video {
    display: block;
  }
}


