 @font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');
    }
     @font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black'), url('../fonts/ARIBLK.woff') format('woff');
    }
    
.btn-text {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn-text {
  display: inline-block;
  margin: 0;
  font-size: .7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: transparent;
  color: #f3f3f3;
  border: none;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-text::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px currentColor;
  border-width: 1px 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.btn-text::after {
  display: none;
}

.btn-text.color-light {
  color: #fff;
}

.btn-text.color-light polygon {
  fill: #fff;
}

.btn-text:hover {
  color: #f3f3f3;
}

.btn-text:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-text:hover polygon {
  fill: #f3f3f3;
}

.btn-text span {
  margin-right: .5rem;
}

.btn-text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 9px;
  position: relative;
  bottom: 1px;
}

.btn-text polygon {
  fill: #f3f3f3;
  -webkit-transition: fill .4s;
  transition: fill .4s;
}

.btn-border {
  border: solid 1px #579c0d;
  background-color: transparent;
  color: #a2c015;
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 30px;
}

.btn-border:hover {
  background-color: #a2c015;
  color: #fff;
}

.btn-border:hover polygon {
  fill: #a2c015;
}

.btn-border polygon {
  fill: #a2c015;
}

.btn-md {
  padding: 8px 50px;
}

.btn-round {
  border-radius: 75px;
}

.btn-blue {
  color: #fff;
  border-radius: 8px;
  background-color: #3170ff;
  border: 2px solid #3170ff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 6px 25px;
  margin: 10px 0;
}

.btn-blue:hover {
  background-color: transparent;
}

.btn-white1 {
  color: #000;
  background: #fff;
  font-weight: 700;
  line-height: 2.5;
}

.btn-shadow {
  -webkit-box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
}

.btn-shadow2 {
  -webkit-box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
}

.btn-white {
  border: solid 1px #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #a2c015;
  border: solid 1px #a2c015;
  color: #fff;
}

.btn-white:hover polygon {
  fill: #a2c015;
}

.btn-white polygon {
  fill: #a2c015;
}

a:hover, a:focus, button:focus {
  text-decoration: none !important;
  outline: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, button {
  font-family: Arial Black,Arial Bold,Gadget,sans-serif;
}

p {
  font-size: 18px;
  line-height: 30px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  overflow-x: hidden;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 9;
  padding: 50px 0 25px;
  position: absolute;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.block-header .logo-block {
  font-family: Arial Black,Arial Bold,Gadget,sans-serif;
  font-size: 30px;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .block-header .logo-block {
    font-size: 22px;
  }
}

.block-header .nav-block {
  margin: 16px 0 0;
  display: none;
}

@media (min-width: 992px) {
  .block-header .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-header .nav-block li a {
  color: #fff;
  padding: 5px 25px;
  font-weight: 300;
  font-size: 1.1rem;
  position: relative;
}

.block-header .nav-block li a.active {
  font-weight: 500;
}

.btn-menu {
  background-color: transparent;
  color: #fff !important;
  border-radius: 30px;
  padding: 0 !important;
  margin: -8px 0 0 50px;
  font-size: 25px !important;
  border: 0px solid #da5063;
}

.btn-menu:hover {
  background-color: transparent;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  color: #777777;
  display: block;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  white-space: nowrap;
}

.sidenav a:hover {
  color: #FFF;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  -webkit-transition: margin-right .5s;
  transition: margin-right .5s;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.container-custom {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .container-custom {
    max-width: 90%;
    width: 90%;
  }
}

.container-new {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .container-new {
    max-width: 90%;
    width: 90%;
  }
}

.container-new2 {
  max-width: 900px;
  margin: 0 auto;
}

.container-new2 .reveal {
  padding-bottom: 40px;
}

@media (max-width: 1100px) {
  .container-new2 {
    max-width: 90%;
    width: 90%;
  }
}

.homeBanner {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  position: relative;
}

.homeBanner .yellowLine {
  width: 80%;
  height: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #FFFF00;
}

.homeBanner .bannerPic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageTitles {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 220px;
}

.pageTitles h2 {
  margin-bottom: 30px;
  line-height: 50px;
}

.pageTitles .yellowLine {
  width: 70%;
  height: 12px;
  bottom: 0;
  left: 15%;
  position: absolute;
  background-color: #FFFF00;
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(55, 24, 205, 0.9);
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  font-size: 0px !important;
}

#progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.button_container {
  position: absolute;
  top: 14px;
  right: 30px;
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  display: block;
}

@media (max-width: 576px) {
  .button_container {
    top: 8px;
  }
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #fff;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.spacing1 {
  padding: 130px 0 60px;
}

.spacing2 {
  padding: 70px 0 30px;
}

.section-one h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000FF;
  color: #fff;
  letter-spacing: 15px;
  line-height: 52px;
}

@media (max-width: 768px) {
  .section-one h1 {
    letter-spacing: 4px;
  }
}

.section-one h1 span {
  display: inline-block;
}

.section-two h1 {
  margin-bottom: 30px;
}

.section-two h1:nth-child(2) {
  padding-left: 100px;
}

@media (max-width: 768px) {
  .section-two h1:nth-child(2) {
    padding-left: 50px;
  }
}

@media (max-width: 500px) {
  .section-two h1:nth-child(2) {
    padding-left: 30px;
  }
}

.section-two h1:nth-child(3) {
  padding-left: 200px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-two h1:nth-child(3) {
    padding-left: 100px;
  }
}

@media (max-width: 500px) {
  .section-two h1:nth-child(3) {
    padding-left: 60px;
  }
}

.section-three figure {
  margin: 0;
}

.section-three figure img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-three h3 {
  margin: 30px 0 0;
}

.section-three h4, .section-three h5 {
  margin: 20px 0 0;
}

.section-three h4, .section-three h5 {
  font-style: italic;
}

.section-three figcaption {
  margin-bottom: 40px;
}

.section-video {
  margin: 75px 0;
}

.fullBannerSection {
  background-color: #0000FF;
  padding: 100px 0;
}

.fullBannerSection h1 {
  color: #FFFF00;
}

.homeWords {
  padding: 130px 30px;
}

.homeWords p {
  font-size: 24px;
  line-height: 34px;
}

.parrallaxSection {
  background-image: url("../images/parrallax-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  margin-top: 75px;
  overflow: hidden;
}

.parrallaxSection h3 {
  color: #FFFF00;
}

.footerBlock {
  padding: 75px 0;
  background-color: #fff;
  text-align: center;
}

.social-icons {
  display: block;
  text-align: center;
  margin: 100px 0 15px;
}

.social-icons::after {
  content: "";
  width: 30%;
  height: 14px;
  top: 40px;
  left: 35%;
  position: absolute;
  background-color: #0000FF;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  padding: 5px 35px !important;
}

.social-icons li a i {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.social-icons a:hover i {
  background-color: #0000FF;
}

#menuOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.wrapper {
  position: relative;
}

.wrapper .radiaianTXT {
  position: absolute;
  left: -150px;
  width: 380px;
  top: 350px;
}

@media (max-width: 991px) {
  .wrapper .radiaianTXT {
    left: -100px;
    width: 220px;
  }
}

.imgChange1, .imgChange2, .imgChange3, .imgChange4, .imgChange5, .imgChange6, .imgChange7, .imgChange8 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: .2s all ease-in;
  transition: .2s all ease-in;
}

.imgChange1::after, .imgChange2::after, .imgChange3::after, .imgChange4::after, .imgChange5::after, .imgChange6::after, .imgChange7::after, .imgChange8::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(55, 24, 205, 0.547);
  z-index: 999999;
}

.bgHoverChange {
  opacity: 1;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #FFFF00;
  width: 70px !important;
  height: 70px !important;
  margin-left: -35px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

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

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

@media (max-width: 768px) {
  .posMainabs {
    position: absolute;
  }
}

.header-inner a {
  color: #000 !important;
}

.header-inner .button_container span {
  background-color: #000;
}

.storyBox {
  padding: 0 35px;
  text-align: center;
}

.storyBox figure img {
  height: 450px;
}

.biblewords {
  padding: 75px 30px;
}

.biblewords p {
  font-size: 17px;
  line-height: 22px;
}

.spaceTop {
  padding-top: 100px;
}

.connectLink {
  font-weight: 900;
  margin-top: 50px;
  color: #000;
  display: inline-block;
  text-decoration: underline;
}

.connectLink2 {
  color: #000;
  display: inline-block;
  text-decoration: underline;
}

.app-txtbox {
  border: 0 !important;
  padding: 14px 30px !important;
  min-height: 65px !important;
  border-radius: 40px !important;
  -webkit-box-shadow: -4px 4px 14px 2px #ebe8e8 !important;
          box-shadow: -4px 4px 14px 2px #ebe8e8 !important;
  margin-bottom: 15px !important;
}

.btn-req {
  background-color: #0000FF;
  border: 2px solid #0000FF;
  border-radius: 22px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-width: 160px;
  min-height: 42px;
  font-size: 15px;
}

.btn-req:hover {
  background-color: transparent;
  color: #0000FF;
}

#multiple-select {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0.375rem 24px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 35px;
  margin-bottom: 12px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.floatHeader {
  position: fixed;
  padding: 16px 0 20px;
  background-color: #d7d7d7;
  z-index: 996;
}

#top-button {
  display: inline-block;
  background: #0000FF;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 12px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s,  opacity .5s, visibility .5s;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button i {
  font-size: 1.5em;
  line-height: 50px;
  color: #d7d7d7;
}

#top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#top-button:active {
  background-color: #555;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

a.back_footer:hover {
    color: #0056b3;
}
a.back_footer {
    color: #000;
}

a#top-button {
    background: #000 !important;
}
a#top-button:hover {
    background: #0056b3 !important;
}


/*new*/
.floatHeader .logo-block  {
   color: #fff !important;
    
}
 .floatHeader .button_container span{
     background: #fff !important;
 }
.floatHeader{
    background-color: #000 !important;
}

.section-video {
  position: relative;
  overflow: hidden;
  width: 100%;
 padding-top: 56.25%
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
a.logo-block {
    font-family: Arial Black,Arial Bold,Gadget,sans-serif !important;
}
a:hover {
  cursor:pointer;
}
span iframe:not(.insta_vdo) {
    width: 100% !important;
    height: 400px;
}
/*# sourceMappingURL=styles.css.map */