.session-area {
  position: relative;
  z-index: 1;
 /* background-color: #e1e1e1; */}
  .session-area .session-text {
    position: relative;
    z-index: 1; }
    .session-area .session-text h2 {
      font-size: 36px;
      margin-bottom: 10px;
      color: #252525; }
	  .session-text h3 a {
      font-size: 20px;
      margin-bottom: 10px;
      color: #000000; } 
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .session-area .session-text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .session-area .session-text h2 {
          font-size: 30px;  } 
		  .session-text h3 a {
      font-size: 20px;
      margin-bottom: 10px;
      color: #000000; }
		  }
      .session-area .session-text h2 span {
        color: #fbb710; }
    .session-area .session-text p {
      color: #b3b1b1;
      margin-bottom: 0; }
  .session-area .session-form form {
    position: relative;
    z-index: 1; }
    .session-area .session-form form input[type="email"] {
      width: 100%;
      height: 50px;
      background-color: #fff;
      color: #afafaf;
      font-size: 14px;
      font-style: italic;
      border: none;
      padding: 0 30px; }
    .session-area .session-form form input[type="submit"] {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      height: 50px;
      background-color: #fbb710;
      color: #fff;
      font-size: 14px;
      padding: 0 30px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      border: none; }
      .session-area .session-form form input[type="submit"]:hover, .session-area .session-form form input[type="submit"]:focus {
        /*background-color: #fbb710;*/
        color: #fff; }
	

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #f6f5f5;
  overflow: hidden;
}

.ball {
  position: absolute;
  width: 20vmin;
  height: 20vmin;
  border-radius: 50%;
  backface-visibility: hidden;
  animation: move linear infinite;
}

.ball:nth-child(odd) {
    color: #f9b435;
}

.ball:nth-child(even) {
    color: #FF6F61;
}

/* Using a custom attribute for variability */
.ball:nth-child(1) {
  top: 77%;
  left: 88%;
  animation-duration: 40s;
  animation-delay: -3s;
  transform-origin: 16vw -2vh;
  box-shadow: 40vmin 0 5.703076368487546vmin currentColor;
}
.ball:nth-child(2) {
  top: 42%;
  left: 2%;
  animation-duration: 53s;
  animation-delay: -29s;
  transform-origin: -19vw 21vh;
  box-shadow: -40vmin 0 5.17594621519026vmin currentColor;
}
.ball:nth-child(3) {
  top: 28%;
  left: 18%;
  animation-duration: 49s;
  animation-delay: -8s;
  transform-origin: -22vw 3vh;
  box-shadow: 40vmin 0 5.248179047256236vmin currentColor;
}
.ball:nth-child(4) {
  top: 50%;
  left: 79%;
  animation-duration: 26s;
  animation-delay: -21s;
  transform-origin: -17vw -6vh;
  box-shadow: 40vmin 0 5.279749632220298vmin currentColor;
}
.ball:nth-child(5) {
  top: 46%;
  left: 15%;
  animation-duration: 36s;
  animation-delay: -40s;
  transform-origin: 4vw 0vh;
  box-shadow: -40vmin 0 5.964309466052033vmin currentColor;
}
.ball:nth-child(6) {
  top: 77%;
  left: 16%;
  animation-duration: 31s;
  animation-delay: -10s;
  transform-origin: 18vw 4vh;
  box-shadow: 40vmin 0 5.178483653434181vmin currentColor;
}
.ball:nth-child(7) {
  top: 22%;
  left: 17%;
  animation-duration: 55s;
  animation-delay: -6s;
  transform-origin: 1vw -23vh;
  box-shadow: -40vmin 0 5.703026794398318vmin currentColor;
}
.ball:nth-child(8) {
  top: 41%;
  left: 47%;
  animation-duration: 43s;
  animation-delay: -28s;
  transform-origin: 25vw -3vh;
  box-shadow: 40vmin 0 5.196265905749415vmin currentColor;
}
.feature-area2 {
  background-color: #233d63;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden; }
  .feature-area2 .feature-box {
    margin-top: 0; }
    .feature-area2 .feature-box .feature-item {
      padding: 59px 30px 38px 30px;
      z-index: 1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .feature-area2 .feature-box .feature-item .feature__icon {
        margin-top: 0; }
      .feature-area2 .feature-box .feature-item .read__btn {
        font-size: 16px;
        color: #233d63;
        font-weight: 600;
        text-transform: capitalize;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        padding-right: 35px;
        margin-top: 18px;
        display: inline-block; }
        .feature-area2 .feature-box .feature-item .read__btn .fa__arrow {
          position: absolute;
          right: 25px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          font-size: 14px; }
        .feature-area2 .feature-box .feature-item .read__btn:hover {
          color: #F66B5D; }
          .feature-area2 .feature-box .feature-item .read__btn:hover .fa__arrow {
            right: 22px; }
      .feature-area2 .feature-box .feature-item:hover {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
  .feature-area2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-image: url("../img/dots3.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.5; }

/*====================================================
    feature-area 3
 ====================================================*/
.feature-area3 {
  padding-bottom: 90px; }
.feature-area {
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative; }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .feature-area {
      padding-top: 100px; } }
  .feature-area .sec-heading .sec__title {
    line-height: 55px; }
    @media (max-width: 480px) {
      .feature-area .sec-heading .sec__title {
        line-height: 40px; } }
  .feature-area .service-button {
    margin-top: 80px;
    text-align: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px; } }
  .feature-area .feature-box {
    margin-top: 25px;
    text-align: center; }
    .feature-area .feature-box .feature-item {
      position: relative;
      background-color: #fff;
      -webkit-border-radius: 20px 0 20px 0;
      -moz-border-radius: 20px 0 20px 0;
      border-radius: 20px 0 20px 0;
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding: 45px 30px 40px 30px;
      margin-bottom: 30px;
      z-index: 1; }
      .feature-area .feature-box .feature-item:after {
        position: absolute;
        content: '';
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #F66B5D;
        left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      @media (max-width: 1199px) {
        .feature-area .feature-box .feature-item {
          padding-right: 20px;
          padding-left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .feature-area .feature-box .feature-item {
          padding-right: 30px;
          padding-left: 30px;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 481px) and (max-width: 767px) {
        .feature-area .feature-box .feature-item {
          width: 60%;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .feature-area .feature-box .feature-item {
          padding-right: 30px;
          padding-left: 30px;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .feature-area .feature-box .feature-item {
          padding-right: 30px;
          padding-left: 30px;
          margin-bottom: 30px;
          width: 100%; } }
      .feature-area .feature-box .feature-item .feature__number {
        font-size: 35px;
        position: absolute;
        top: 3px;
        right: 5px;
        width: 60px;
        height: 55px;
        font-weight: 600;
        line-height: 55px;
        color: rgba(35, 61, 92, 0.3);
        -webkit-border-radius: 0 0 0 10px;
        -moz-border-radius: 0 0 0 10px;
        border-radius: 0 0 0 10px;
        z-index: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .feature-area .feature-box .feature-item .feature__icon {
        color: #F66B5D;
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-bottom: 30px;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: rgba(246, 107, 93, 0.1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        @media (max-width: 1199px) {
          .feature-area .feature-box .feature-item .feature__icon {
            font-size: 45px;
            margin-top: 20px;
            margin-bottom: 35px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .feature-area .feature-box .feature-item .feature__icon {
            font-size: 65px;
            margin-bottom: 39px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .feature-area .feature-box .feature-item .feature__icon {
            font-size: 65px;
            margin-bottom: 39px; } }
        @media only screen and (min-width: 320px) and (max-width: 479px) {
          .feature-area .feature-box .feature-item .feature__icon {
            font-size: 65px;
            margin-bottom: 39px; } }
        .feature-area .feature-box .feature-item .feature__icon:before {
          font-size: 45px; }
        .feature-area .feature-box .feature-item .feature__icon:after {
          position: absolute;
          content: '';
          left: 50%;
          top: -8px;
          width: 50px;
          height: 25px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background-color: #fff;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
      .feature-area .feature-box .feature-item .feature__title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 24px;
        text-transform: capitalize; }
        .feature-area .feature-box .feature-item .feature__title a {
          color: #233d63;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .feature-area .feature-box .feature-item .feature__desc {
        font-size: 16px;
        color: #677286;
        line-height: 28px;
        font-weight: 500; }
      .feature-area .feature-box .feature-item:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .feature-area .feature-box .feature-item:hover .feature__number {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .feature-area .feature-box .feature-item:hover .feature__icon {
          background-color: #F66B5D;
          color: #fff; }
        .feature-area .feature-box .feature-item:hover .feature__title a {
          color: #F66B5D; }
        .feature-area .feature-box .feature-item:hover:after {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .feature-area .feature-box .feature-item:hover:before {
          opacity: 0.2;
          visibility: visible;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      .feature-area .feature-box .feature-item:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/dots3.png");
        background-size: cover;
        background-position: center;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6); }
	.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}	