/* 
-------As Per Page Format Order----------
 home-video */ 

/* Home video */
/* Video */
.home-video.js-home-video.home-mp4-vide {
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.home-video__modal button.uk-close {
    background: #001e47;
}
.hero-image {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: auto;
}
.hero-image.cms6 {
  height: 500px;
}
.home-video__container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.home-video:before {
 display: none;
}
.home-video__block {
  width: 100%;
}
.home-video__title {
  z-index: 1;
  max-width: 900px;
  color: transparent;
  text-shadow: 0 0 0 rgba(255, 255, 255, 1);
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  font-size: 60px;
  line-height: 72px;
  right: 0;
  margin: 0 auto;
}
.home-video__block video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.home-video__block video.video-swap.cms6 {
  height: 100%;
}
.home-video__actions {
  z-index: 2;
  position: absolute;
  left: 5px;
  bottom: 80px;
}
.home-video__trigger {
  width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--primary-color);
  background: #fff;
  border-radius: 50px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 30px;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 30px;
  min-width: auto;
}
.home-video__actions.is-active .home-video__trigger,
.home-video__trigger:hover,
.home-video__trigger:focus {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: var(--highlight-color);
}
.home-video__trigger:hover .home-video__trigger-text,
.home-video__trigger:focus .home-video__trigger-text {
  display: block;
}
.home-video__actions.is-active .home-video__trigger:hover, .home-video__actions.is-active .home-video__trigger:focus {
  background-color: var(--secondary-color);
}
.is-off {
  display: none;
}
.home-video__actions.is-active .home-video__trigger .is-off {
  display: block;
}
.home-video__actions.is-active .home-video__trigger .is-on {
  display: none;
}
.home-video__actions-more {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 30px;
}
.home-video__actions.is-active .home-video__actions-more {
  display: block;
}
.home-video__trigger-icon {
  display: flex !important;
  justify-content: center;
  width: 18px;
  height: 11px;
  margin: auto !important;
}
.home-video__trigger-text {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}
.home-video__btn {
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  line-height: 1;
  margin-bottom: 3px;
  background: #1B365B;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  opacity: 0.9;
  font-size: 11px;
  padding: 0 5px;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  min-width: auto;
}
.home-video__btn:hover,
.home-video__btn:focus {
  background: var(--secondary-color);
}
.home-video__btn .is-off,
.home-video__btn.active .is-on {
  display: none;
}
.home-video__btn .is-on,
.home-video__btn.active .is-off {
  display: block;
}
.home-video__btn .uk-icon {
  display: block;
  margin-bottom: 8px;
}
.hero-image-wrap.home-video__block {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-mp4-vide .hero-image-wrap.home-video__block {
  padding: 0;
  height: auto;
}
.hero-image-wrap.home-video__block iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.hero-image-wrap.home-video__block:after {
  content: none;
  background: transparent
    linear-gradient(180deg, #084877 0%, #0a375d 22%, #ffffff00 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
ul.ckbullet {
  margin: 0;
  padding: 0;
}
ul.ckbullet li {
  margin: 0 0 20px 0;
  font-family: var(--text-fonts);
  font-size: 15px;
  line-height: 22px;
}
ul.ckbullet li::marker {
  content: none;
}
ul.ckbullet li:before {
  content: '\e91e';
  font-family: var(--icon-fonts);
  font-size: 12px;
  font-weight: 600;
  color: #D69CA0;
  padding: 0 5px 0 0;
}
.home-video__modal .uk-close{
  top: 0;
  right: 0;
  padding: 11px;
  background-color: var(--highlight-color);
  color: #fff;
}
.home-video__modal .uk-close:hover, .home-video__modal .uk-close:focus{
  background-color: var(--secondary-color);
  color: #fff;
}
@media (max-width: 960px){
  .home-video__block video {
    height: auto;
  }
  .home-video.js-home-video.home-mp4-vide {
      height: 480px;
  }
}
@media (max-width: 767px){
  .home-video::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 27.73%, rgba(0, 0, 0, 0.80) 100%);
    bottom: 0;
    top: unset;
    display: none;
  }
  .home-video {
    position: relative;
  }
  .home-video__trigger:hover .home-video__trigger-text, .home-video__trigger:focus .home-video__trigger-text {
    display: none;
  }
  .home-video__btn .uk-icon {
    margin-bottom: 0;
    text-indent: 0;
    line-height: 25px;
  }
  .home-video__btn .is-on, .home-video__btn.active .is-off {
    display: flex;
  }
  .home-video__actions.is-active .home-video__trigger {
    width: 30px;
    height: 30px;
    margin: 0 15px 10px;
  }
  .home-video__trigger:hover, .home-video__trigger:focus {
    width: 30px;
    height: 30px;
  }
  .home-video__trigger {
    margin: 0 0 10px 15px;
  }
  .home-video__actions-more {
    bottom: 40px;
    left: 15px;
  }
  .home-video__btn {
    width: 31px;
    height: 31px;
    text-indent: -9999px !important;
    min-height: 30px;
    line-height: 0px;
    border-radius: 50%;
    text-align: unset;
  }
  .home-video__btn .mobile-hide {
    display: none;
  }
  .home-video__btn.full-video {
    display: none;
  }  
  .home-video.js-home-video.home-mp4-vide {
      height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .home-video__btn{
    width:65px;height:65px;font-size:9px;
  }
  .home-video__actions.is-active .home-video__trigger, .home-video__trigger:hover, .home-video__trigger:focus {
    width: 65px;
    height: 65px;
  }
  .home-video__trigger-text {
    font-size: 9px;
  }
  .home-video__actions-more{
    bottom: 75px;
  }
  .home-video__trigger{
    margin: 30px 30px 10px;
  }
}
@media (max-width: 575px) {
  .home-video__title {
    font-size: 30px;
    line-height: normal;
    max-width: 278px;
    bottom: 20px;
  }
  .home-video.js-home-video.home-mp4-vide {
      height: 250px;
  }
}