@charset "UTF-8";
@import "bootstrap.min.css";
@import "animation.min.css";
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Luxurious+Script&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'kollektifbold';
  src: url('../fonts/kollektif-bold-webfont.eot');
  src: url('../fonts/kollektif-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/kollektif-bold-webfont.woff2') format('woff2'),
  url('../fonts/kollektif-bold-webfont.woff') format('woff'),
  url('../fonts/kollektif-bold-webfont.ttf') format('truetype'),
  url('../fonts/kollektif-bold-webfont.svg#kollektifbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kollektifregular';
  src: url('../fonts/kollektif-webfont.eot');
  src: url('../fonts/kollektif-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/kollektif-webfont.woff2') format('woff2'),
  url('../fonts/kollektif-webfont.woff') format('woff'),
  url('../fonts/kollektif-webfont.ttf') format('truetype'),
  url('../fonts/kollektif-webfont.svg#kollektifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary-color: #000080;
  --secondary-color: #5FB2FF;
  --white-color: #ffffff;
  --black-color: #000000;
  --dark-color: #19191A;
  --gray-color: #EFEFEF;
  --offwhite: #F2F2F2;
  --gray-v2-color: #D9D9D9;
  --roboto-font:  "Roboto", serif;
  --k-regular-font: 'kollektifregular';
  --k-bold-font: 'kollektifbold';
  --luxurious-font: "Luxurious Script", cursive;
  --vietnam-font: "Be Vietnam Pro", sans-serif;
  --playball-font: "Playball", cursive;
  --placeholder-color: #666666;
  --poppin-font: "Poppins", sans-serif;
}
html{
  font-size: 18px;
  scroll-behavior: smooth;
}
html.disabledscroll{
  overflow: hidden;
}
.site-wrapper{
  overflow: hidden;
}
body {
  padding: 0;
  padding-top: 6.6rem;
  margin: 0;
  font-size: 1rem;
  color: var(--black-color);
  font-weight: 500;
  font-family: var(--poppin-font);
  background-color: var(--white-color);
}
.container {
  width: 100%;
  max-width: 74rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
.extended-container{
  max-width: 85rem;
}
.container-fluid.extended-container{
  max-width: 98rem
}
p {
  margin: 0 0 1rem;
  line-height: 1.4;
  font-weight: 500;
}
a{
  transition: all 0.3s ease 0s;
  font-weight: 400;
  text-decoration: none;
  color: var(--black-color);
}
a:hover{
  text-decoration: none;
  color: var(--primary-color);
}
input:focus,textarea:focus{
  outline: none;
  box-shadow: none;
}
select:focus{
  box-shadow: none;
  outline: none;
}
.contact-info-aside-form .form form label{
  font-size: 1.35rem;
}
.fields-row{
  display: flex;
  margin: 0 -0.8rem;
}
.fields-row .field-group{
  flex: 1 1;
  padding: 0 0.8rem;
  margin-bottom: 0.6rem;
}
.form form label{
  font-size: 1.25rem;
}
input[type=text],input[type=email],input[type=tel],input[type=date],input[type=number]{
  width: 100%;
  height: 2.55rem;
  padding: 0.1rem 0;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  background-color: rgba(0,0,0,0);
  color: var(--black-color);
  border:0;
  border-bottom: 1px solid var(--black-color)
}
.primary-bg input[type=text],.primary-bg input[type=email],.primary-bg input[type=tel],.primary-bg input[type=date],input[type=number]{
  border-color: var(--white-color);
  color: var(--white-color)
}
::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-size: 0.9rem;
}
:-ms-input-placeholder {
  font-size: 0.9rem;
  color: var(--placeholder-color);
}
:-moz-placeholder,::-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
  font-size: 0.9rem;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.primary-bg ::-webkit-input-placeholder {
  color: var(--white-color)
}
.primary-bg :-ms-input-placeholder {
  color: var(--white-color)
}
.primary-bg :-moz-placeholder,::-moz-placeholder {
  color: var(--white-color)
}
/* input::-webkit-datetime-edit-fields-wrapper{
    display: none;
} */
.radio-field-group .radio-fields{
  display: flex;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.radio-field-group .radio-fields .field{
  margin-right: 3rem;
  font-size: 0.9rem;
  font-family: var(--k-regular-font);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.radio-fields input[type="checkbox"] {
  display: none;
}
.radio-fields input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: top;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.6rem;
  background-color: var(--gray-v2-color);
  position: relative;
  margin-top: 0.25rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.radio-fields input[type="checkbox"]:checked + span {
  background-color: var(--secondary-color) !important;
}
.radio-fields input[type="checkbox"]:checked + span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  background-color: var(--secondary-color);
  transform: translate(-50%, -50%);
}
.select-field{
  margin-bottom: 2rem;
  position: relative;
}
.select-field select{
  width: 100%;
  height: 2.55rem;
  border-radius: 0;
  padding: 0.1rem 2rem 0.1rem 0;
  font-size: 1.1rem;
  background-color: var(--white-color);
  border:0;
  border-bottom: 1px solid var(--primary-color);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-field:after {
  content: "";
  background-image: url(../images/icons/select-field-arrrow.svg);
  width: 0.8rem;
  height: 0.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 1rem;
  pointer-events: none;
}
.primary-bg .select-field select{
  background-color: #032282;
  color: var(--white-color);
  border-bottom-color: var(--white-color);
}
.primary-bg  input[type="date" i]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  margin-right: 0.4rem;
  transform: scale(1.1);
}
.textarea-field{
  padding: 0.5rem 0;
}
.textarea-field textarea{
  background-color: var(--white-color);
  padding: 0.8rem 0;
  border-radius: 0;
  color: var(--black-color);
  font-size: 1.1rem;
  resize: none;
  border: 0;
  width: 100%;
  height: 5rem;
  border:0;
  border-bottom: 1px solid var(--black-color)
}
.primary-bg .textarea-field textarea{
  background-color: rgba(0,0,0,0);
  border-color: var(--white-color);
  color: var(--white-color)
}
.input-field{
  margin-bottom: 2rem;
}
form label{
  font-size: 0.88rem;
  font-weight: 500;
}
.clearfix{
  clear: both;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1;
  text-transform: uppercase;
}
h1{
  font-size: 5.1rem;
}
h2{
  font-size: 4.15rem;
  letter-spacing: -0.15rem;
}
.h1-equivalent-title h2{
  font-size: 5.1rem;
}
.reduced-title h2{
  font-size: 2.7rem;
  letter-spacing: 0;
}
h3{
  font-size: 2.22rem;
}
h4{
  font-size: 1.11rem;
}
h4.m-sub{
  margin-bottom: 0.2rem;
}
h5{
  font-size: 1rem;
}
h6{
  font-size: 0.8rem;
}
.btn{
  background-color: var(--secondary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 0.38rem;
  padding: 0.5rem 1.5rem 0.4rem;
  transition: all 0.3s ease 0s;
  min-width: 10rem;
  font-weight: 700;
}
.btn:hover{
  background-color: var(--white-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn.medium-btn{
  padding: 0.75rem 2.2rem 0.68rem;
  font-size: 1.2rem;
}
.btn.primary-btn{
  background-color: var(--primary-color);
}
.btn.primary-btn:hover{
  background-color: var(--white-color);
  color: var(--primary-color)
}
.btn i.fa-angles-right,.btn i.fa-angles-left{
  font-size: 1.2rem;
  top: 0.18rem;
  position: relative;
}
.btn.white-bordered{
  background-color: rgba(0,0,0,0);
  border: 1px solid var(--white-color)
}
.btn.white-bordered:hover{
  background-color: var(--white-color);
  border: 1px solid var(--white-color)
}
.btn.dark-bordered{
  border: 1px solid var(--black-color);
  background: var(--white-color)
}
.btn i.fa-angles-right{
  margin-left: 0.5rem;
}
.btn i.fa-angles-left{
  margin-right: 0.5rem;
}
.arrow-link{
  font-size: 1rem;
  font-weight: 700;
}
.arrow-link img{
  margin-left: 0.5rem;
  width: 1.11rem;
}
img{
  height: auto;
  width: auto;
  max-width: 100%;
}
.secondary-bg{
  background-color: var(--secondary-color);
  color: var(--white-color)
}
.gray-variant-bg{
  background-color: var(--gray-v2-color);
  color: var(--black-color)
}
.secondary-bg h2{
  color: var(--white-color)
}
.primary-bg{
  background-color: var(--primary-color);
  color: var(--white-color)
}
.primary-bg h2{
  color: var(--white-color)
}
.primary-text,.primary-text h2{
  color: var(--primary-color)
}
.primary-title h2,.primary-title h3{
  color: var(--primary-color)
}
.primary-main-title h2{
  color: var(--primary-color)
}
.dark-text{
  color: var(--black-color) !important;
}
.dark-text h2{
  color: var(--black-color) !important;
}
.dark-bg{
  background-color: var(--black-color);
  color: var(--white-color)
}
.dark-bg h2,.dark-bg h3{
  color: var(--white-color)
}
.gray-bg{
  background-color: #F7F5F4;
}
.white-bg{
  background-color: var(--white-color);
}
.arrow-list li{
  padding-left: 1rem;
  position: relative;
}
.arrow-list li:before{
  content: '\f0da';
  font-family: FONTAWESOME;
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--secondary-color);
}
.icon-list li{
  padding-left: 1.3rem;
  position: relative;
  padding-right: 0.5rem;
  margin-bottom: 0.7rem;
}
.icon-list li img{
  max-height: 0.8rem;
  max-width: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.32rem;
}
.bg-image,.bg-video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-image img,.bg-video video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bg-image .overlay,.bg-video .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  pointer-events: none;
  background: radial-gradient( rgba(0,0,0,0) 0%, rgba(0, 0, 128,0.8) 70%, rgb(0, 0, 128) 100%);
}
.gradient-bg{
  background: linear-gradient(to right,#010178, #5FB2FF);
}
.outline{
  font-weight: 400;
  color: transparent; /* Makes the fill transparent */
  -webkit-text-stroke: 1px var(--white-color); /* Outline color and thickness */
  text-stroke: 1px var(--white-color);
}
.mask-pattern{
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.7rem;
}
.mask-pattern img{
  width: 100%;
  height: 100%;
}
.mask-pattern.top-mask{
  top: -2.9rem;
}
.mask-pattern.bottom-mask{
  bottom: -2.8rem;
}
.bg-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-title-description p{
  font-size: 1.22rem;
  /* font-family: var(--k-bold-font); */
  font-weight: 600;
}
.lineheight-adjusted h2{
  line-height: 0.9;
}
.lineheight-adjusted p{
  line-height: 1.5;
}
.feature-side-accordion-block .figure{
  width: 100%;
}
.feature-side-accordion-block .figure img{
  width: 100%;
}
.accordion-item .accordion-content ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.accordion-item .accordion-content ul li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.3rem;
  line-height: 1.6;
  list-style: none;
}
.accordion-item .accordion-content ul li:before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0rem;
  top: 0.2rem;
  background-image: url('../images/icons/tick-badge-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.tick-list.white-icon li:before{
  filter: brightness(0) invert(1);
}


/*-- Header --*/
@-webkit-keyframes moveDown {
  0% {
    transform: translateY(-2.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-2.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
header.header{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  z-index: 999;
  background-color: var(--white-color);
  padding: 0.5rem 0;
}
header.header.fixed-header{
  background: var(--white-color);
  position: fixed;
  -webkit-animation: moveDown 1.2s ease-in-out;
  animation: moveDown 1.2s ease-in-out;
  z-index: 99;
  border-bottom: 1px solid var(--gray-color)
}
header .header-top-content{
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 1rem 0;
  font-size: 0.88rem;
  padding: 0.57rem 0;
}
header .header-top-content a{
  color: var(--white-color)
}
.header-top-content .contact-cta a{
  padding-right: 1rem;
}
.header-top-content .contact-cta i{
  padding-right: 0.3rem;
  font-size: 1rem;
}
.header-top-content .social-links a{
  font-size: 0.7rem;
  color: var(--primary-color);
  margin-left: 0.5rem;
  border-radius: 0.13rem;
  width: 1.11rem;
  height: 1.11rem;
  padding-top: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  transition: all 0.3s ease 0s;
  line-height: 1;
}
.header-top-content .social-links a:hover{
  background-color: var(--black-color);
  color: var(--primary-color)
}
header .logo{
  width: 7rem;
  padding-right: 1rem;
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}
header .logo img{
  height: auto;
  width: 5.77rem;
  z-index: 1;
  position: relative;
}
.main-navigation{
  width: calc(100% - 7rem);
  /*padding: 0 0 0 0.5rem;*/
}
header .cta-link{
  /*width: 10rem;*/
  text-align: right;
  margin-left: 3rem;
  right: -3rem
}
header .main-navigation .cta-link a{
  padding: 0.5rem 2.75rem;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 0.35rem;
  display: inline-block;
  /* font-family: var(--k-bold-font); */
  font-weight: 600;
}
header .cta-link a:hover{
  background-color: var(--secondary-color);
  color: var(--primary-color) !important;
}
header .cta-link a img{
  width: 1.35rem;
}
.main-navigation .navbar-brand{
  display: none;
  padding-bottom: 5rem;
  transform: translateX(130%);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), color 0.3s ease 0s;
}
.main-navigation .show .navbar-brand{
  transform: translateX(0%);
}
.main-navigation .navbar-brand img{
  width: 10rem;
}
.main-navigation .nav-item{
  position: relative;
  padding: 0 0.5rem;
}
.main-navigation li a{
  padding: 1rem 0;
  color: var(--black-color);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  display: inline-block;
  vertical-align: top;
}
.main-navigation .navbar-nav{
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.main-navigation li a:hover,.main-navigation li.current-menu-item a,.main-navigation li.active a{
  color: var(--secondary-color);
  /* position: relative; */
}
.main-navigation li.nav-item.current-menu-item a:before,.main-navigation li.active a:before{
  border-top: 1.5rem solid var(--primary-color);
  top: 0;
}
.main-navigation li.nav-item.current-menu-item a:after,.main-navigation li.active a:after{
  border-bottom: 1.5rem solid var(--primary-color);
  bottom: 0;
}
.main-navigation li.parent-li{
  position: relative;
}
.main-navigation li.parent-li > a{
  padding-right: 1.5rem;
}
.main-navigation li.parent-li span.caret{
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
}
.main-navigation li.parent-li span.caret:before{
  content: '';
  /* position: absolute; */
  position: static;
  right: 0.6rem;
  /* top: 58%;
  transform: translateY(-50%); */
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.6rem solid var(--primary-color);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  display: inline-block;
  font-size: 1rem;
}
.main-navigation li.parent-li:hover span.caret:before,.main-navigation li.parent-li.current-menu-item:hover span.caret:before{
  border-top-color: var(--secondary-color)
}
.main-navigation .submenu{
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  transition: all 0.5s ease 0s;
  padding: 0;
  list-style: none;
  visibility: hidden;
  transform: translateY(0.5rem);
  min-width: 9rem;
  background-color: var(--white-color);
  border-bottom-right-radius: 0.31rem;
  border-bottom-left-radius: 0.31rem;
  overflow: hidden;
}
.main-navigation .nav-item.parent-li:hover .submenu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  font-size: 0.78rem;
}
.main-navigation .parent-li .submenu li a{
  padding: 0.5rem 0.7rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1.2;
  color: var(--black-color);
  font-size: 0.78rem;
}
.main-navigation .parent-li .submenu li:hover a,.main-navigation .parent-li .submenu li.current-menu-item a{
  background-color: var(--gray-v2-color);
  color: var(--black-color)
}

.main-navigation .btn-close{
  filter: brightness(0) invert(1);
  opacity: 1;
  padding: 0.1rem;
  background-size: 1.5rem;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}
.main-navigation .btn-close:focus{
  box-shadow: none;
}
.main-navigation .close-icon{
  border-radius: 0;
  position: absolute;
  left:0;
  top: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.044rem;
  transition: 0.3s;
  display: none;
}

.navbar-toggle-btn {
  background: rgba(0,0,0,0);
  position: relative;
  top: 0.3rem;
  width: 1.6rem;
  height: 2rem;
  border: 0;
  padding: 0;
  display: none;
  min-width: auto;
}
header .navbar-toggle-btn:focus,header .navbar-toggle-btn:hover{
  background-color: rgba(0,0,0,0);
}
.navbar-toggle-btn .line {
  height: 0.2rem;
  width: 100%;
  border-radius: 0.1rem;
  background-color: var(--primary-color);
  display: block;
  margin-bottom: 0.4rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.navbar-toggle-btn:hover .line:nth-of-type(2){
  -webkit-transform: translateX(-16%);
  -o-transform: translateX(-16%);
  transform: translateX(-16%);
}
header.fixed-header .navbar-toggle-btn {
  top: 0.2rem;
}

/*-- Header End --*/

.main-banner-section{
  background-color: var(--gray-color);
  color: var(--white-color);
  font-size: 1.22rem;
}
.main-banner-section .bg-image .overlay{
  background: rgba(255,255,255,0.33);
}
.main-banner-section .container{
  max-width: 69rem;
}
.main-banner-section .banner-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.5rem;
  min-height: calc(100vh - 15.6rem);
  /* min-height: 36rem; */
}
.main-banner-section h1{
  line-height: 0.9;
}
.main-banner-section h1 span{
  font-size: 1.22rem;
  display: block;
  font-weight: 500;
  letter-spacing: 1.25rem;
  padding-bottom: 0.4rem;
  font-family: var(--poppin-font);
}
.scorll-trigger{
  width: 2.33rem;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
.scorll-trigger:hover{
  transform: translateY(0.2rem);
}
.text-slider{
  font-size: 4.1rem;
  text-transform: uppercase;
}
.text-slider .swiper-wrapper {
  align-items: center;
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.text-slider .swiper-slide{
  width: auto;
  padding: 0;
}
.text-slider span{
  color: transparent;
  padding: 0 1.2rem;
  letter-spacing: -0.07rem;
  font-family: var(--k-bold-font);
  -webkit-text-stroke: 1px var(--white-color); /* Outline color and thickness */
  text-stroke: 1px var(--white-color);
}
.text-slider .swiper-slide.swiper-slide-active span{
  color: var(--white-color)
}
.text-slider .swiper-slide.swiper-slide-active:before,.text-slider .swiper-slide.swiper-slide-active:after{
  content: '*';
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  color: var(--white-color);
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-slider .swiper-slide.swiper-slide-active:before{
  left: -0.37rem;
}
.text-slider .swiper-slide.swiper-slide-active:after{
  right: -0.37rem;
}
.text-slider .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.accordion-item{
  border-bottom: 2px  solid var(--black-color);
}
.accordion-item:first-of-type{
  border-top: 2px solid var(--black-color)
}
.accordion-item .accordion-title{
  padding: 1.5rem 4rem 1.5rem 0;
  cursor: pointer;
  position: relative;
}
.accordion-title:before{
  content: '\f107';
  font-family: FONTAWESOME;
  position: absolute;
  right: 2.2rem;
  top: 2rem;
  color: var(--primary-color);
  transition: all 0.3s ease 0s;
}
.accordion-item.active .accordion-title:before{
  transform: rotate(180deg);
}
.accordion-item  .accordion-content{
  padding-bottom: 0.8rem;
}
.accordion-item .accordion-title h3{
  margin: 0;
  font-weight: 500;
}


.swiper-navigation {
  width: 100%;
}

.swiper-navigation .swiper-nav{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 100%;
  top: 45%;
}
.swiper-navigation .swiper-nav.swiper-button-prev{
  left: -0.5rem;
}
.swiper-navigation .swiper-nav.swiper-button-next{
  right: -0.5rem;
}
.swiper-navigation .swiper-nav:after{
  content: '';
  width: 2.3rem;
  height: 2.3rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
}
.swiper-navigation .swiper-nav.swiper-button-disabled{
  opacity: 0;
}
.swiper-navigation .swiper-nav.swiper-button-prev:after{
  background-image: url(../images/icons/left-navigation-arrow.svg);
}
.swiper-navigation .swiper-nav.swiper-button-next:after{
  background-image: url(../images/icons/right-navigation-arrow.svg);
}

span.swiper-pagination-bullet{
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  padding: 0;
  margin: 0 0.1rem !important;
  background-color: #9B9B9B;
}
span.swiper-pagination-bullet-active{
  background-color: var(--primary-color);
  width: 1.02rem;
  height: 1.02rem;
}

.events-slider .content-holder{
  overflow: hidden;
}
.event-box-item{
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.event-box-item .item-content{
  overflow: hidden;
}
.event-box-item .bg-image{
  transition: all 0.5s ease 0s;
  transform: scale(1);
}
.event-box-item .item-content:hover .bg-image{
  transform: scale(1.05);
}
.event-box-item .item-content .overlay-content{
  position: relative;
  z-index: 1;
  color: var(--white-color);
  text-align: center;
  padding: 0.6rem;
  min-height: 26.28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-box-item .top-content{
  text-transform: uppercase;
  padding: 0.85rem 0;
  margin-bottom: auto;
}
.event-box-item .digit{
  margin-bottom: -2.6rem;
  position: relative;
  font-family: var(--vietnam-font);
}
.event-box-item .digit span{
  color: var(--secondary-color);
  opacity: 0.26;
  mix-blend-mode: overlay;
  font-size: 4.7rem;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
.event-box-item .top-content h4{
  letter-spacing: 0.4rem;
}
.event-box-item .event-info{
  margin-top: auto;
  text-align: left;
}
.event-box-item .event-info .date{
  width: 4.32rem;
  height: 4.34rem;
  background-color: var(--secondary-color);
  text-align: center;
  padding: 0.3rem 0.2rem;
  /* font-family: var(--k-bold-font); */
  font-size: 0.77rem;
}
.event-box-item .event-info .date em{
  font-size: 2.88rem;
  font-style: normal;
  line-height: 0.8;
  padding-top: 0.3rem;
  display: inline-block;
  vertical-align: top;
}
.event-box-item .event-info .info{
  width: calc(100% - 4.32rem);
  padding-left: 0.5rem;
  padding-top: 0.4rem;
}
.event-box-item .event-info h4{
  text-transform: inherit;
  line-height: 1.2;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.event-box-item .event-info a{
  color: var(--white-color)
}
.event-box-item .meta-info{
  font-size: 0.66rem;
  display: flex;
  align-items: center;
}
.event-box-item .meta-info .meta-item{
  width: 50%;
}
.event-box-item .meta-info i{
  margin-right: 0.15rem;
}
.event-box-item .pastor .name{
  font-family: var(--luxurious-font);
  font-size: 2.22rem;
  line-height: 1.2;
}
.watchlive-content{
  color: var(--white-color);
  font-size: 1.6rem;
  min-height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.watchlive-content.h1-equivalent-title h2{
  font-size: 5.1rem;
}
.join-us .watchlive-content{
  min-height: initial;
}
.join-us .overlay{
  background-color: rgba(0,0,0,0.42);
}

.watchlive-content h2 {
  font-size: 2.77rem;
  margin-bottom: 0.7rem;
}
.watchlive-content .countdown {
  display: flex;
  padding: 0.8rem 1.5rem 0.2rem;
  background: var(--white-color);
  color: #000;
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.8rem;
  color: var(--primary-color);
  font-family: var(--k-bold-font);
}
.watchlive-content  .countdown .labels{
  font-size: 0.8rem;
  display: flex;
  justify-content: space-around;
  margin: 0 -0.6rem;
  line-height: 1;
}
.watchlive-content > ul{
  list-style: none;
  padding: 0;
  padding-top: 1rem;
}
.watchlive-content .logos-list a{
  display: inline-block;
  vertical-align: top;
  padding: 1.5rem 2rem;
}
.watchlive-content .logos-list img{
  max-height: 3.8rem;
}
.primary-text .watchlive-content{
  color: var(--primary-color)
}
.primary-text .outline{
  -webkit-text-stroke: 1px var(--primary-color)
}
.textbox-overlapped-feature-block{
  position: relative;
  padding: 2rem 0 5rem;
}
.textbox-overlapped-feature-block .right-vector{
  position: absolute;
  right: -20rem;
  top: -5rem;
  width: 43rem;
}
.textbox-overlapped-feature-block .figure{
  padding: 45.5% 0;
  width: 100%;
  position: relative;
}
.textbox-overlapped-feature-block .figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.textbox-overlapped-feature-block .text-box {
  padding: 2rem 1.7rem;
  position: absolute;
  bottom: 0.7rem;
  right: 0;
  background: var(--white-color);
  color: var(--primary-color)
}
.textbox-overlapped-feature-block.flex-row-reverse .text-box{
  right: auto;
  left: 0;
}
.textbox-overlapped-feature-block .text-box h3{
  padding-top: 1.2rem;
  border-top: 0.3rem solid var(--primary-color);
  padding-bottom: 0.5rem;
}
.textbox-overlapped-feature-block .text-box ul,.textbox-overlapped-feature-block .text-box ol{
  padding-left: 1rem;
}
.textbox-overlapped-feature-block .text-box li{
  letter-spacing: -0.02rem;
}
.our-history-section .textbox-overlapped-feature-block{
  padding-bottom: 8rem;

}
.text-aside-figure-block h2.outline{
  margin-bottom: -2rem;
  font-size: 5rem;
}
.large-text p{
  font-size: 1.22rem;
  /* font-family: var(--k-bold-font); */
  font-weight: 700;
}
.medium-large-text p{
  font-weight: 500;
  font-size: 1.16rem;
}
.emphasized-lg-text p{
  font-size: 1.9rem
}
.emphasized-md-text p{
  font-size: 1.66rem;
}
.contact-info a{
  width: 100%;
  display: block;
}
.stayconnected-block .text-info-block{
  /* font-family: var(--k-bold-font); */
  font-weight: 500;
}
.stayconnected-block h2{
  margin-bottom: 1.5rem;
}
.stayconnected-block p{
  font-size: 1.12rem;
}
.stayconnected-block .contact-info a{
  padding: 0.4rem 0.2rem 0.4rem 2.2rem;
  position: relative;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.stayconnected-block .contact-info img{
  width: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}



footer{
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right,#5FB2FF, #032282)
}
/* footer:before {
  content: '';
  width: 35.5rem;
  height: 43rem;
  background-image: url('../images/footer-r-vector.svg');
  left: -0.5rem;
  top: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
} */
footer,footer a{
  color: var(--white-color)
}
footer a:hover{
  color: var(--secondary-color)
}
footer h5,footer h3{
  /* color: var(--secondary-color); */
  text-transform: uppercase;
  font-weight: 500;
}
footer .heading{
  padding-bottom: 0.2rem;
  padding-top: 0.5rem;
}
footer ul{
  padding-left: 0;
}
footer .content li{
  list-style: none;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}
footer .footer-main-content{
  /*background-color: var(--primary-color);*/
  padding: 6rem 0 3rem;
  font-size: 0.88rem;
}
.footer-main-content .contact-links {
  padding-right: 2rem;
}
.footer-main-content .contact-links a{
  display: block;
  width: 100%;
  padding: 0.1rem 0;
}
.footer-column .footer-logo img{
  width: 8.5rem;
}
.footer-column .footer-logo + p{
  padding-right: 1.5rem;
}
.footer-columns-list {
  margin: 0 -1rem;
}
footer .footer-column {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.footer-column .column-content{
  padding-right: 1.8rem;
}
.footer-column .content > span{
  padding-bottom: 0.7rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
footer .social-links a{
  display: flex;
  align-items: center;
}
footer .social-links a i{
  font-size: 0.6rem;
  color: var(--white-color);
  margin-right: 0.4rem;
  border-radius: 100%;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  transition: all 0.3s ease 0s;
}
footer .newsletter-area{
  padding: 0 1rem;
}
footer .newsletter-area img{
  filter: brightness(0) invert(1);
}
footer .newsletter-area h2{
  /* background: linear-gradient( #5FB2FF, rgba(0,0,0,0));
  -webkit-background-clip: text; */
  color: var(--white-color);
  font-size: 5.1rem;
  letter-spacing: 0.8rem;
  font-weight: 500;
}
footer .newsletter-items a{
  padding: 0.15rem 1.2rem 0.15rem 2rem;
  position: relative;
}
footer .newsletter-items a img{
  width: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
}

.primary-banner-section{
  color: var(--white-color)
}
.primary-banner-section .banner-content{
  min-height: 21rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.our-pastor-section .figure{
  width: 34.6rem;
  width: 48rem;
  margin-top: -2rem;
  margin-right: -5rem;
}
.objective-item{
  border-right: 1px solid var(--white-color);
}
.objective-item:nth-of-type(3n){
  border-right: 0;
}
.objective-item .item-content{
  height: 100%;
  padding: 3.2rem 0;
}
.objective-item .item-content .icon{
  width: 2.77rem;
  height: 2.77rem;
  margin: 0 auto 2rem;
}
.objective-item .item-content{
  max-width: 14rem;
  margin: 0 auto;
  font-size: 0.77rem;
}
.objective-item .item-content p{
  line-height: 2.1;
}
.objective-item .item-content h4{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.requirement-steps-block .bg-wave{
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 6.2rem;
  left: 0;
}
.requirement-steps-block .bg-wave img{
  width: 100%;
  height: 100%;
}
.requirement-steps-block .step{
  position: relative;
  z-index: 1;
}
.requirement-steps-block .step .digit{
  width: 7.77rem;
  height: 7.77rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  font-size: 4.44rem;
  background-color: var(--white-color);
  border-radius: 100%;
  color: var(--primary-color)
}
.requirement-steps-block .step:first-of-type{
  padding-top: 4.9rem;
}
.requirement-steps-block .step .step-content{
  max-width: 13.4rem;
  margin: 0 auto;
}
.requirement-steps-block .step:nth-of-type(2),.requirement-steps-block .step:nth-of-type(4){
  padding-top: 5.5rem
}
.covenant-main-block .block-content{
  width: 100%;
  /* min-height: 50rem; */
}
.covenant-main-block  .scroll-content{
  position: absolute;
  left: 0;
  width: 100%;
  /* height: 100%; */
  top: 0;
  padding: 5.5rem 7.5rem 10rem 6.5rem;
  font-size: 0.77rem;
  font-family: var(--k-regular-font);
}
.covenant-main-block  .scroll-content .content-holder{
  height: 35rem;
  overflow: auto;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.covenant-main-block  .scroll-content .content-holder::-webkit-scrollbar {
  display: none;
}
.covenant-main-block  .scroll-image img{
  width: 100%;
}
.covenant-main-block  .scroll-content .scroll-logo{
  margin: 0 auto 0.5rem;
  width: 5.2rem;
}
.covenant-main-block  .scroll-content img{
  width: 100%;
  height: 100%;
}
.covenant-main-block  .scroll-content h3{
  font-family: var(--playball-font);
  text-transform: inherit;
  text-align: center;
}
.covenant-main-block  .scroll-content p{
  line-height: 1.3;
}
.covenant-main-block  .scroll-content p:first-of-type::first-letter {
  font-size: 3.55rem;
  float: left;
  line-height: 0.8;
  margin-right: 0.1rem;
}

.fullscreen-grid-image-slider .content-holder{
  /* padding: 0 20% */
  margin: 0 -12%;
}
.fullscreen-grid-image-slider .feature-item{
  text-align: center;
  padding: 0 1rem;
}
.fullscreen-grid-image-slider .feature-item .figure,.fullscreen-grid-image-slider .feature-item img{
  width: 100%;
}

.feature-text-card-block .card-item{
  padding: 0.3rem 1.5rem;
}
.feature-text-card-block .card-item .item-content{
  /* background-color: rgba(255,255,255,0.17);
  border: 1px solid rgba(255,255,255,0.86); */
  height: 100%;
}
.feature-text-card-block .card-item .bottom-content{
  padding: 1.5rem 0.5rem 1rem; 
  font-size: 1rem;
}

.feature-text-card-block .card-item h4{
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.33rem;
}
.feature-text-card-block .card-item .feature-image{
  position: relative;
  padding: 37.8% 0;
  overflow: hidden;
}
.feature-text-card-block .card-item .feature-image .figure{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.feature-text-card-block .card-item .feature-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-text-card-block .card-item p{
  margin-bottom: 0.1rem;
}
.feature-text-card-block .item-content:hover .figure{
  transform: scale(1.03);
}
.contact-info-aside-form .contact-info{
  width: 39%;
}
.contact-info-aside-form .form-block{
  width: 61%;
}
.contact-info-aside-form .contact-info .info-item{
  padding: 1.8rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 11.5rem;
  border-bottom: 1px solid var(--white-color);
  font-family: var(--k-regular-font);
  font-size: 1.66rem;
  line-height: 1.2;
  font-weight: 400;
}
.contact-info-aside-form .contact-info .info-item:last-of-type{
  border-bottom: 0;
}
.contact-info-aside-form .contact-info a{
  color: var(--black-color)
}
.contact-info-aside-form .info-item h4{
  color: var(--black-color);
  font-size: 0.8rem;
  letter-spacing: 0.08rem;

}
.contact-info-aside-form .form-block,.secondary-form .form-block{
  padding: 3.8rem 2.5rem;
}
.contact-info-aside-form .form-block.pt-reduced{
  padding-top: 2.4rem;
}
.contact-info-aside-form .form-block.primary-bg,.secondary-form .form-block.primary-bg{
  background-color: #032282;
}
.contact-info-aside-form .form-block h2,.secondary-form .form-block h2{
  letter-spacing: 0;
}
.secondary-form .form-block h2,.secondary-form .form-block h3{
  font-size: 2.7rem;
  padding: 1rem 0;
}
.contact-info-aside-form .form-block h2{
  padding: 1rem 0 2.5rem;
  font-size: 2.7rem;
}
.contact-info-aside-form .form-block h3,.secondary-form .form-block h3{
  text-transform: inherit;
  letter-spacing: -0.03rem;
}
.contact-info-aside-form .form-block .input-field,.contact-info-aside-form .form-block .textarea-field{
  margin-bottom: 2rem;
}
.secondary-form .form-block .input-field{
  margin-bottom: 1rem;
}
.contact-info-aside-form form .btns-content,.secondary-form form .btns-content{
  display: flex;
  margin: 0 -0.3rem;
  padding-top: 2rem
}
.contact-info-aside-form form .btn,.secondary-form form .btn{
  width: 50%;
  margin: 0 0.3rem;
  text-transform: uppercase;
}
.contact-info-aside-form .social-links{
  display: flex;
  align-items: center;
}
.contact-info-aside-form .social-links.sl-nav{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: calc(50vh - 121px);
  right: 0;
  justify-content: center;
  background-color: #fff;
}
.contact-info-aside-form .social-links a{
  border-radius: 100%;
  width: 1.38rem;
  height: 1.38rem;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  font-size: 0.66rem;
  color: var(--primary-color);
  justify-content: center;
  margin-right: 0.4rem;
  padding-top: 0.03rem;
}
.contact-info-aside-form .social-links.sl-nav a{
  width: 2.38rem;
  height: 2.38rem;
  font-size: 0.9rem;
  margin-right: 0;
  border-radius: unset;
  padding-top: 0.03rem;
}
.contact-info-aside-form .social-links a:hover{
  background-color: var(--primary-color);
  color: var(--white-color)
}

.contact-info-aside-form  .radio-field-group.reduced-label-size label{
  font-size: 0.82rem;
  text-transform: uppercase;
}

.map {
  position: relative;
  width: 100%;
  padding: 12% 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tilted-feature-block .figure{
  position: relative;
  overflow: hidden;
  margin-left: -0.7rem;
  transform: rotate(8.17deg);
  padding: 61.3% 0;
  width: 100%;
}
.tilted-feature-block .figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.flex-row-reverse .tilted-feature-block .figure{
  transform: rotate(-8.17deg);
}
.tilted-feature-block .figure:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events:  none;
  display: inline-block;
  border: 1rem solid var(--primary-color)
}
.tilted-feature-description-block .text-block{
  padding-top: 1.4rem;
}
.tilted-feature-description-block .text-block .block-content{
  border-top: 0.4rem solid var(--primary-color);
  padding-top: 1.5rem;
}
.tilted-feature-description-block .text-block h3{
  font-size: 2.7rem;
}
.tilted-feature-description-block .text-block p{
  line-height: 1.24;
}

.feature-description-block .figure{
  position: relative;
  overflow: hidden;
  padding: 61.3% 0;
  width: 100%;
}
.feature-description-block .figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.feature-description-block .figure:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events:  none;
  display: inline-block;
  border: 1rem solid var(--primary-color)
}
.feature-description-block .text-block{
  padding-top: 1.4rem;
  padding-top: 0;
}
.feature-description-block .text-block .block-content{
  border-top: 0.4rem solid var(--primary-color);
  padding-top: 1.5rem;
}
.feature-description-block .text-block h3{
  font-size: 2.7rem;
}
.feature-description-block .text-block p{
  line-height: 1.24;
}
.feature-description-block .text-block ul,.feature-description-block .text-block ol{
  padding-left: 1rem;
}
.history-section .history-info-block{
  font-size: 0.94rem;
}
.history-section .multi-figure-block .figure{
  height: 100%;
}
.history-section .multi-figure-block .figure img{
  object-fit: cover;
  height: 100%;
}
.history-section p{
  line-height: 1.35;
}
.history-section .history-info-block h2{
  padding-bottom: 0.3rem;
  border-bottom: 0.45rem solid var(--primary-color);
}
.history-section ul{
  padding-left: 1rem;
}
.requirments-steps-sections ul{
  font-size: 2.32rem;
  list-style: none;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
}
.requirments-steps-sections ul li{
  margin-bottom: 0.65rem;
}
.requirments-steps-sections p{
  font-size: 1.4rem;
  line-height: 1.6;
}

.feature-aside-description-block .text-block .block-content{
  border-top: 0.4rem solid var(--primary-color);
  padding-top: 1.5rem;
}
.feature-aside-description-block{
  margin-left: -2.3rem;
  margin-right: -2.3rem;
}
.feature-aside-description-block .feature-block,.feature-aside-description-block .text-block{
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}

.media-banner-section{
  padding: 25% 0;
}
.check-cash-section h2{
  margin-bottom: 1.5rem;
}
.check-cash-section p{
  margin-bottom: 1.8rem;
}
.content.text-start.pt-3.medium-large-text.pt-md-4 {
    color: var(--black-color);
}

/*== Media Quries ==*/
@media(max-width: 1801px){
  html{
    font-size: 16.875px;
  }
}
@media(max-width: 1701px){
  html{
    font-size: 15.9469px;
  }
}
@media(max-width: 1501px){
  html{
    font-size: 14.0625px;
  }
}
@media(max-width: 1401px){
  html{
    font-size: 13.125px;
  }
}
@media(max-width: 1301px){
  html{
    font-size: 12.19px;
  }
}
@media(max-width: 1201px){
  html{
    font-size: 11.26px;
  }
}
@media(max-width: 1199px){
  .navbar-toggle-btn{
    display: block;
    margin-left: auto;
    margin-right: 0.6rem;
  }
  header .header-main-content,header.fixed-header .header-main-content{
    padding:  0;
  }
  .main-navigation .close-icon{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation .close-icon .btn-close{
    min-width: auto;
  }
  .main-navigation .navbar-collapse {
    position: fixed;
    right: -24rem;
    transition: all 0.4s ease;
    transform: scale(0,1);
    top: 0px;
    background: var(--secondary-color);
    width: 24rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 3.5rem 1.5rem;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    border-right: 1px solid var(--green-color);
  }
  .main-navigation .navbar-collapse.show {
    right: 0;
    opacity: 1;
    transform: scale(1,1);
  }
  .main-navigation .nav-item{
    border-bottom: 1px solid rgba(255,255,255,0.2)
  }
  .navbar-nav > .nav-item,.fixed-header .navbar-nav > .nav-item{
    padding: 0 0.5rem;
  }
  .main-navigation .nav-item a{
    padding: 0.75rem 0;
    color: var(--white-color);
    transform: translateX(130%);
    font-size: 1.3rem;
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), color 0.3s ease 0s, padding 0.3s ease 0s;
  }
  .main-navigation .show .nav-item a{
    transform: translateX(0%);
  }
  .main-navigation .navbar-nav .nav-item.active a,.main-navigation .navbar-nav .nav-item.current-menu-item a{
    color: var(--black-color)
  }
  .main-navigation .parent-li .submenu li:hover a, .main-navigation .parent-li .submenu li.current-menu-item a{
    background-color: transparent;
    color: var(--white-color)
  }
  .main-navigation .navbar-nav{
    flex-wrap: wrap;
    justify-content: flex-start
  }
  .main-navigation .navbar-nav .nav-item{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .main-navigation .parent-li .submenu li a{
   color: var(--white-color)
  }
  .main-navigation .navbar-nav .nav-item:hover a{
    color: var(--white-color);
    padding-left: 0.2rem;
  }
  .main-navigation .navbar-nav .nav-item.nav-item.active:hover a,.main-navigation .navbar-nav .nav-item.nav-item.current-menu-item:hover a{
    color: var(--black-color);
  }
  .main-navigation .navbar-nav .nav-item.nav-item.active:hover .submenu a,.main-navigation .parent-li .submenu li:hover a, .main-navigation .parent-li .submenu li.current-menu-item a{
    color: var(--white-color) !important
  }
  header.fixed-header .main-navigation .nav-item{
    padding: 0;
  }
  .main-navigation {
    width: calc(100% - 17rem);
  }
  .main-navigation .navbar-nav{
    align-items: flex-start;
  }
  .main-navigation .nav-item.button-item{
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .main-navigation .button-item a{
    text-align: left;
    width: 100%;
    background-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0) !important
  }
  .main-navigation .button-item,.fixed-header .main-navigation .nav-item.button-item{
    padding-top: 1rem;
  }
  .main-navigation .button-item.dark-btn{
    border: 0;
  }
  .main-navigation li.parent-li{
    position: relative;
  }
  .main-navigation li.parent-li > a{
    width: 100%;
    position: static;
  }
  .main-navigation li.parent-li span.caret:before {
    content: '+';
    right: 0.5rem;
    top: 0.1rem;
    width: 1rem;
    height: 1rem;
    color: var(--white-color);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    border: none;
    transform: none;
  }
  .main-navigation li.parent-li.opened span.caret:before {
    content: '-'
  }
  .main-navigation li.parent-li.cta-link{
    margin: 0;
    border: 0;
    padding: 0.3rem 0 !important; 
    border: 0 !important;
  }
  .main-navigation .submenu{
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(0,0,0,0.1);
    border: 0;
    box-shadow: none;
    min-width: 100%;
    padding: 0.45rem 0.3rem;
  }
  .main-navigation .submenu.in{
    display: block;
  }
  .main-navigation .parent-li .submenu li a{
    font-size: 1rem;
  }
  header .cta-link{
    right: auto !important; 
    left: 0 !important;
  }
  header .main-navigation .cta-link a{
    background: none;
    padding:1rem 0;
  }
}
@media(max-width: 1101px){
  html{
    font-size: 9.62px;
  }
}
@media(max-width: 1025px){
  html.disabledscroll {
    overflow: hidden;
  }
}
@media(max-width: 899px){
  html{
    font-size: 8.4px;
  }
}
@media(max-width: 800px){
  html{
    font-size: 7.5px;
  }
}
@media(max-width: 767px){
  html{
    font-size: 17px;
  }
  body{
    padding-top: 5rem;
  }
  h1,.h1-equivalent-title h2,.watchlive-content.h1-equivalent-title h2 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .reduced-title h2 {
    font-size: 1.5rem;
  }
  h3{
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.11rem;
  }
  h5{
    font-size: 1.11rem;
  }
  .btn {
    min-width: 8rem;
  }
  .section-title-description p {
    font-size: 1em;
  }
  .fields-row {
    flex-wrap: wrap;
  }
  .fields-row .field-group,.fields-row .input-field,.fields-row .select-field{
    flex: auto;
    width: 100%;
  }
  .form form label {
    font-size: 1.15rem;
  }
  .radio-fields input[type="radio"] + span {
    margin-right: 0.3rem;
  }
  header.header{
    padding: 0;
  }
  .header-top-content .d-flex{
    flex-wrap: wrap;
  }
  .header-top-content .contact-cta a {
    padding-right: 1rem;
    width: 100%;
    display: block;
  }
  header .header-main-content, header.fixed-header .header-main-content{
    padding: 0;
  }
  header .logo {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  header .logo img{
    width: 5rem;
  }
  .main-navigation li.nav-item.current-menu-item a:before, .main-navigation li.active a:before,.main-navigation li.nav-item.current-menu-item a:after, .main-navigation li.active a:after{
    display: none;
  }
  .main-banner-section h1 span{
    letter-spacing: 0.8rem;
  }
  .main-banner-section h1 .outline {
    font-size: 3.27rem;
    margin-bottom: -1.1rem;
  }
  .main-banner-section .banner-content {
    min-height: calc(100vh - 11rem);
  }
  .watchlive-content h2 .outline {
    font-size: 3.27rem;
    margin-bottom: -1.1rem;
  }
  .watchlive-content h2 {
    font-size: 3.1rem;
  }
  .text-aside-figure-block h2.outline {
    margin-bottom: -1rem;
    font-size: 3.27rem;
  }
  .text-slider {
    font-size: 2.4rem;
  }
  .text-slider .swiper-slide.swiper-slide-active:before{
    left: -0.3rem;
  }
  .text-slider .swiper-slide.swiper-slide-active:after{
    right: -0.3rem;
  }
  .accordion-title:before {
    right: 1.1rem;
    top: 1.6rem;
  }
  .events-slider .swiper-pagination{
    bottom: -0.5rem;
  }
  footer .footer-main-content {
    padding: 5rem 0 2rem;
  }
  .footer-column .footer-logo img {
    width: 5.5rem;
  }
  footer .footer-column{
    margin-bottom: 1rem;
  }
  footer .social-links{
    margin-bottom: 1.5rem;
  }
  footer .heading {
    padding-bottom: 0rem;
    padding-top: 0.5rem;
  }

  .tick-list{
    text-align: left;
  }
  .tabs-navigation.secondary-tabs-navigaiton ul li a{
    padding-top: 0.6rem;
  }
  .textbox-overlapped-feature-block{
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
  .textbox-overlapped-feature-block .text-box{
    position: static;
    padding: 2.5rem 0 0;
  }
  .primary-banner-section .banner-content {
    min-height: 15rem;
  }
  .our-pastor-section .figure{
    width: 100%;
  }
  .objective-item .item-content {
    padding: 0.5rem 0;
  }
  .objective-item{
    border-right: 0;
  }
  .our-history-section .textbox-overlapped-feature-block{
    padding-bottom: 1rem;
  }
  .requirement-steps-block .bg-wave{
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  .requirement-steps-block .step {
    padding: 1rem 0 !important;
  }
  .requirement-steps-block .step .digit {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 3.4rem;
  }
  .covenant-main-block  .scroll-content .content-holder {
    height: 85vw;
  }
  .covenant-main-block  .scroll-content .scroll-logo {
    margin: 0 auto 1vw;
    width: 13vw;
  }
  .covenant-main-block  .scroll-content h3 {
    font-size: 5vw;
  }
  .covenant-main-block  .scroll-content {
    padding: 15vw 19.5vw 25vw 17vw;
    font-size: 1.9vw;
  }
  .covenant-main-block  .scroll-content p:first-of-type::first-letter {
    font-size: 10vw;
  }
  .covenant-main-block  .scroll-content p {
    margin-bottom: 2vw;
  }
  .fullscreen-grid-image-slider .content-holder{
    margin: 0 -22%;
  }
  .contact-info-aside-form .form-block h2, .contact-info-aside-form .form-block h3, .secondary-form .form-block h2, .secondary-form .form-block h3 {
    font-size: 1.8rem;
  }
  .map{
    padding: 25% 0
  }
  .contact-info-aside-form .contact-info{
    width: 100%;
  }
  .contact-info-aside-form .form-block{
    width: 100%;
  }
  .contact-info-aside-form .contact-info .info-item {
    padding: 1.5rem 1rem;
    min-height: auto;
    font-size: 1.5rem;
  }
  .contact-info-aside-form .form-block h2 {
    padding: 0.5rem 0 1.5rem;
  }
  .tilted-feature-block .figure,.flex-row-reverse .tilted-feature-block .figure{
    transform: rotate(0);
    margin: 0;
  }
  .tilted-feature-description-block .text-block h3,.feature-description-block .text-block h3 {
    font-size: 2rem;
  }
  .watchlive-content li{
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .watchlive-content .logos-list a{
    padding: 1.5rem 1rem;
  }
  .watchlive-content .logos-list img {
    max-height: 2.6rem;
  }
  .objective-item .item-content h4{
    font-size: 1rem;
  }
  .feature-text-card-block .card-item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .watchlive-content{
    min-height: 25rem;
  }
  .our-pastor-section .figure{
    margin-right: 0;
  }
  .our-pastor-section .text-content{
    clear: both;
  }
  .history-section .history-info-block h2{
    border-bottom-width: 0.22rem ;
  }
  .requirments-steps-sections ul{
    font-size: 1.2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .requirments-steps-sections p{
    font-size: 1rem;
  }
  .feature-aside-description-block .text-block .block-content{
      border-top-width: 0.26rem
  }
}
@media(max-width: 560px){
  .quote-section .checkbox-list .checkbox-item{
    width: 100%;
  }
}
@media(max-width: 480px){
  html{
    font-size: 16px;
  }
  .reduced-title h2 {
    font-size: 1.4rem;
  }
  .btn{
    font-size: 0.85rem
  }
  .main-navigation .navbar-collapse{
    width: 100%;
  }
  footer .newsletter-area h2 {
    font-size: 2.2rem;
    letter-spacing: 0.4rem;
  }
  footer .newsletter-items a{
    padding-right: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .text-slider {
    font-size: 2rem;
  }
  /* .covenant-main-block  .scroll-content {
      padding: 4rem 4.5rem 8rem 4.2rem;
      font-size: 0.6rem;
  }
  .covenant-main-block  .scroll-content .content-holder {
      height: 20.2rem;
  }
  .covenant-main-block  .scroll-content .scroll-logo {
      width: 3.4rem;
  }
  .styled-paragraph::first-letter {
      font-size: 3rem;
  }
  .covenant-main-block  .scroll-content p{
      margin-bottom: 0.8rem;
  } */
  .covenant-main-block  .scroll-content {
    font-size: 1.8vw;
  }
  .contact-info-aside-form .form-block, .secondary-form .form-block {
    padding: 1.8rem 1rem;
  }
  .contact-info-aside-form .form-block h2, .contact-info-aside-form .form-block h3, .secondary-form .form-block h2, .secondary-form .form-block h3 {
    font-size: 1.45rem;
  }
  .contact-info-aside-form form .btns-content, .secondary-form form .btns-content {
    padding-top: 0.5rem;
  }
  .tilted-feature-description-block .text-block h3,.feature-description-block .text-block h3 {
    font-size: 1.7rem;
  }
  .watchlive-content li{
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
  .watchlive-content .logos-list a{
    padding: 1rem 0.7rem;
  }
  .watchlive-content .logos-list img {
    max-height: 2rem;
  }
  .watchlive-content.reduced-title-mobile h2{
    font-size: 2.3rem;
  }

}
@media(max-width: 361px){
  html{
    font-size: 15px;
  }
}
@media(max-width: 330px){
  html{
    font-size: 14px;
  }
}
section#textSlider {
  background-color: var(--secondary-color);
  background: linear-gradient(to right,#010178, #559FF2)
}
.para-50 {
  max-width: 50%;
}
.objective-item {
  border-right: none;
}
.objective-item .item-content {
  max-width: 14rem;
  margin: 0 auto;
  font-size: 0.77rem;
  position: relative;
}
.objective-item .item-content h4 {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 4rem;
  padding-bottom: 1rem;
  position: relative;
  border-right: 4px solid var(--offwhite);
  margin-right: 20px;
}
.objective-item .item-content .icon {
  width: 7.77rem;
  height: 7.77rem;
  margin: 0 auto;
  position: absolute;
  /* opacity: 0.2; */
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
}
.objective-item .item-content .icon img {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.objective-item .item-content .icon-steps {
  width: 7.77rem;
  height: 7.77rem;
  margin: 0 auto;
  position: absolute;
  opacity: 0.2;
  top: 50%;
  transform: translateY(-80%);
  left: -26px;
}
.objective-item .item-content .icon span {
  font-size: 8rem;
}
.objective-col .icon img{
  width: 100%;
}
.objective-col h4{
  margin-bottom: 0.3rem;
}
.figure-pastor{
  height: 100%
}
.figure-pastor img{
  height: 100%;
  width: 100%;
}
a.sp-link {
  transition: all 0.3s ease 0s;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
}
a.sp-link:hover {
  text-decoration: underline;
  color: var(--secondary-color);
}
.btn-content.wl-content {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.bg-image.wl-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 0.1px right 0px;
}
.fullscreen-grid-image-slider .feature-item .figure{
  padding: 50% 0;
  position: relative;
}
.fullscreen-grid-image-slider .feature-item img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fullscreen-grid-image-slider .feature-item img.newslides {
    /* max-width: 540px;
    max-height: 485px;
    object-fit: cover;
  background-repeat: no-repeat; */
}
/* .primary-banner-section .bg-image::before { 
 content: "";
 position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 128, 0.8) 70%, rgb(0, 0, 128) 100%);
} */
    .primary-banner-section .bg-image.imhere img{
          object-position: 100% 18% !important;
    }
    .primary-banner-section .bg-image.aboutus img{
          object-position: 100% 41% !important;
    }


    .form_sec.secondary-form h4 {
    font-size: 1.7rem !important;
}

.form_sec.secondary-form .form-block.primary-bg {
    background: #FFF !IMPORTANT;
}

.form_sec.secondary-form .primary-bg .select-field select {
    background-color: #ffffff !IMPORTANT;
}

.form_sec .secondary-form .primary-bg input[type=text],
.form_sec .secondary-form .primary-bg input[type=email],
.form_sec .secondary-form textarea,
.form_sec .secondary-form .primary-bg input[type=tel],
.form_sec .secondary-form .primary-bg input[type=date],
.form_sec .secondary-form input[type=number] {
    border-color: var(--black-color);
    color: var(--black-color);
}

.form_sec textarea, .form_sec input, .form_sec select {
    background-color: #fff !important; 
    border-radius: 0 !important;
    color: var(--black-color) !important;
    font-size: 1.1rem !important;
    resize: none !important;
    border: 0 !important;
    width: 100% !important;
    border: 0 !important;
    border-bottom: 1px solid var(--black-color) !important;
}

.form_sec .primary-bg * {
    color: var(--black-color) !important;
}

.form_sec .radio-fields input[type="radio"] + span {
    background-color: var(--secondary-color);
}

.form_sec .radio-fields input[type="radio"]:checked + span {
    background-color: #032282 !important;
}

.form_sec input:checked ~ span {
    background-color: #032282 !important;
}

.secondary-form.form_sec {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form_sec .radio-fields input[type="radio"]:checked + span::after {
    background-color: #032282 !important;
}
/*footer table css*/
  /* Table Styling */
  .pdf-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
  }

  .pdf-table td {
    text-align: left;
    padding: 12px 12px 12px 12px;
    border-bottom: 1px solid #ddd;
  }

  .pdf-table th {
    padding: 12px 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #000080;
    color: white;
  }

  /*.pdf-table tbody tr:hover {*/
  /*  background-color: #f1f1f1;*/
  /*}*/

  .pdf-table a {
    color: #000080;
    text-decoration: none;
  }

  .pdf-table a:hover {
    text-decoration: underline;
  }

  /* Scrollable Table Container */
  #modal-option-1 {
    overflow-y: scroll; /* Makes the table scrollable */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  }

  /* Hide scrollbar */
  #modal-option-1::-webkit-scrollbar {
    display: none;  /* Hide scrollbar */
  }

  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .pdf-table th, .pdf-table td {
      padding: 8px;
    }

    .pdf-table {
      font-size: 14px;
    }

    .pdf-table th {
      font-size: 16px;
      text-align: center;
    }

    .dialog__wrapper {
      max-width: 95%;
      padding: 15px;
    }
  }

  @media screen and (max-width: 480px) {
    .pdf-table th, .pdf-table td {
      padding: 5px;
    }

    .pdf-table {
      font-size: 12px;
    }

    .pdf-table th {
      font-size: 14px;
    }
  }

  /* Close Button */
  .dialog__close {
    background: #000080;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
  }

  .dialog__close:hover {
    color: #f44336;
  }
    

 .newsletter-items  a{
  transition: all .2s ease-in-out;
}

.newsletter-items .dialog{
  padding: 20px 20px 20px 20px;
  border:0;
  background:transparent;
}

.newsletter-items  .dialog::backdrop{
  background-color: rgba(0,0,0,.3);
  backdrop-filter: blur(4px);
}

.newsletter-items  .dialog__wrapper{

  background:#fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
}

.newsletter-items  .dialog__close{
  border:0;
  padding:0;
  width: 24px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:#000080;
  color:#fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  position:absolute;
    top: 18px;
    right: 0px;
  cursor:pointer;
  --webkit-appearance:none;
  appearance:none;
}
footer .newsletter-items .pdf-table  a {
    padding: 0 !important;}

@media(min-width: 767px){
  .objectives-list{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /*footer .newsletter-items {*/
  /*    margin-left: -2.2rem;*/
  /*}*/
}