@font-face {
    font-family: ApexLight;
    src: url("fonts/helveticaneueblack/HelveticaNeue-Thin.otf") format("opentype");
}

body, html {
    margin: 0;
    padding: 0;
    width:100%;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 100%;
    font-family: 'HelveticaNeue', sans-serif !important;
}

html {
    font-size: 18px;
    font-family: 'HelveticaNeue', sans-serif;
}

.w-103 {
  width: 103%;
  margin-left: -16px;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.container {
  overflow: hidden;
}

.h1, h1 {
    font-size: 2.5rem;
}

h1, h2, h3 {
    color: #243746;
}

.bl_con {
    background-color: #dff5ff;
    position: relative;
    z-index: 3;
}

.bg_con_1 {
    background-color: #d3e6fd;
}

.bg_con_2 {
    background-color: #d3e6fd;
}

.bg_con_2 .font-italic{
    color: #0073ff;
}

.bg_image_3_text {
    position: relative;
    top: 0;
}
 
.accordion {
    margin: 0 auto;
    position: relative;
  }

  .accordion .accd-title {
    cursor: pointer;
    display: block;
    line-height: 1;    
    padding: 1em;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .accordion .accd-title i {
    font-size: 0.9em;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .accordion input:checked + .accd-title i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .accordion .accd-wrap .accd-cont {
    line-height: 1.35;
    padding: 1em 1em 0 1em;
  }

  .accordion input {
    display: none;
  }

  .accordion .accd-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s;
  }

  .accordion input:checked ~ .accd-wrap {
    max-height: 400px;
  }

  .accordion input:checked ~ .accd-title {
    background: #dff5ff;
  }

  .accd-title {
    color: #000;
    background: #edf1f6;
    font-size: 20px;
  }
  
  .accd-title:hover {
    background: #dff5ff;
  }
  
  .acc_icon {
  	width: 25px;
    margin-left: 10px;
    position: absolute;
    margin-top: -10px;
  }
  
  .accordion input:checked ~ .acc-icon {
    display: none;
  }

  @media (max-width: 768px) {
    .h1, h1 {
        font-size: 1.5rem;
    }

    .bg_image {
        margin-top: -40px;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    .bg_image_3_text {
        position: relative;
    }

    .blockquote {
        font-size: 1rem;
    }

    .small, small {
        font-size: 70%;
    }
}

#fitParsedBody {
  margin-top: 60px;
}

.swiper-wrapper {
  height: auto;
}

.all { 
  background: #ff1443;
  position: absolute;
  top: 33px;
  width: 170px;
  right: 0;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}

.all:hover { 
  color: #fff;
}