@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");
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size, .section-bg-banner-1, .section-bg-banner-2, .section-bg-banner-4, .section-bg-banner-5, .home-slider, .scroll-to-top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.before-after, .home-slider .overlay {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: End Mixin CSS
---------------------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4a4a4a;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.gray-color {
  color: #868686; }

.darkgray-color {
  color: #2b2b2b; }

.black-color {
  color: #242424; }

.cumin-color {
  color: #ff7800; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #242424;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

a {
  color: #242424;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ff7800; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #ff7800; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.text-justify {
  text-align: justify; }

.unit-spacing-xs > * {
  margin-bottom: 10px;
  margin-left: 10px; }

.unit {
  display: flex;
  flex: 0 1 100%; }
  .unit .unit-left, .unit .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 0; }
  .unit .unit-body {
    flex: 0 1 auto; }
    .unit .unit-body a {
      text-decoration: none;
      color: inherit; }
      .unit .unit-body a:hover {
        color: #ff7800; }

/* ------:: Buttons----------- */
.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

.button--effect-1 {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: #CB8161;
  background-color: transparent;
  border-width: 3px solid #CB8161;
  padding: 0.5em 0.7em;
  outline: 3px solid;
  outline-color: #cb816178;
  outline-offset: 0px;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  min-width: calc(55% - 100px);
  font-size: 1rem; }
  .button--effect-1:hover {
    color: #fff;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    background-color: #ff7800; }

.button--effect-2 {
  font-family: "Karla",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease; }
  .button--effect-2:hover {
    background-color: #ff7800;
    color: #fff; }

/* Section CSS */
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-sm {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 60px 0; } }

.section-xs {
  padding: 80px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-xs {
      padding: 60px 0; } }

.section-slightly-white {
  background-color: #f5f5f5; }

.section-slightly-gray {
  background-color: #fbf9f8; }

.section-slightly-lightan {
  background: linear-gradient(to bottom, #fff 50%, rgba(30, 87, 199, 0.08) 100%); }

.section-bg-banner-1 {
  background-image: linear-gradient(to bottom, #f4f7fc1c, #acacaf14), url(../images/banner/bg-1.jpg);
  background-attachment: fixed; }

.section-bg-banner-2 {
  background-image: linear-gradient(to bottom, #f4f7fc1c, #acacaf14), url(../images/banner/bg-2.jpg);
  background-attachment: fixed; }

.section-bg-banner-3 {
  background-image: url(../images/banner/bg-3.jpg);
  background-position: left;
  background-size: contain;
  background-repeat: repeat-x; }

.section-bg-banner-4 {
  background-image: linear-gradient(to bottom, #f4f7fca8, #ffffff59), url(../images/banner/bg-4.jpg);
  background-attachment: fixed; }

.section-bg-banner-5 {
  background-image: url(../images/banner/bg-5.jpg);
  background-attachment: fixed; }

.section-title {
  margin-bottom: 40px;
  position: relative;
  text-align: center; }
  .section-title h2 {
    color: #081245;
    font-size: 2.15rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem; }
    @media only screen and (max-width: 600px) {
      .section-title h2 {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 600px) {
      .section-title h2 {
        font-size: 2.1rem; } }
    @media only screen and (min-width: 992px) {
      .section-title h2 {
        font-size: 2.15rem; } }
  .section-title:hover .heading-border-line:before {
    width: 65px;
    margin-left: -5px;
    background: #ffb300;
    background-image: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%); }
  .section-title:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background: #ffb300;
    background-image: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%); }

.heading-border-line {
  position: relative; }

.heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #ffb300;
  background-image: linear-gradient(-45deg, #ffc600 1%, #ff6c00 100%);
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1; }

.heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #ffb300;
  background-image: linear-gradient(-45deg, #ffc600 1%, #ff6c00 100%);
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0; }

.sub-title {
  margin-bottom: 30px; }

/* List CSS */
.list-custom {
  margin-bottom: 30px; }
  .list-custom li {
    padding-left: 25px;
    position: relative;
    text-align: justify;
    margin-bottom: 5px; }
    .list-custom li::before {
      content: "";
      position: absolute;
      height: 4px;
      width: 10px;
      background: #cd6100;
      top: 14px;
      left: 4px;
      border-radius: 0; }
    .list-custom li::after {
      content: "";
      position: absolute;
      height: 9px;
      width: 4px;
      top: 5px;
      left: 0px;
      background: #ef7f1a; }
    .list-custom li a {
      color: inherit;
      text-decoration: none;
      transition: all .2s linear; }
    .list-custom li:hover > a {
      padding-left: 5px;
      color: #ff7800; }

.list-custom-1 li, .track-list li, .advisory-board-list li, .committee-list li {
  position: relative;
  background: #f5f6f81a;
  padding: 0 1.7rem;
  margin: 0 0 10px; }
  .list-custom-1 li:hover:before, .track-list li:hover:before, .advisory-board-list li:hover:before, .committee-list li:hover:before {
    transform: scale(0.8); }
  .list-custom-1 li:before, .track-list li:before, .advisory-board-list li:before, .committee-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    transition: all 300ms ease;
    background: #ffb300;
    background-image: linear-gradient(-45deg, #ffc600 1%, #ff6c00 100%);
    transform: skew(16deg, 10deg); }

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: linear-gradient(45deg, #c58f0e, transparent);
  border: none;
  margin: 10px 0 20px 0;
  width: 100%; }
  .text-subline:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #ff7800;
    z-index: -1;
    transform: rotateZ(45deg); }

@keyframes rotate {
  100% {
    transform: rotate(1turn); } }
.rainbow {
  position: relative;
  z-index: 0;
  width: calc(50% - 50px);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (max-width: 600px) {
    .rainbow {
      width: 100%;
      padding: 0.31rem; } }
  @media only screen and (min-width: 992px) {
    .rainbow {
      width: calc(90% - 10px); } }
  @media only screen and (min-width: 1200px) {
    .rainbow {
      width: calc(50% - 50px); } }
  .rainbow::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#060f50, #ffffff), linear-gradient(#060f50, #e3e3e3), linear-gradient(#ffeae9, #060f50), linear-gradient(#060f50, #ffffff);
    animation: rotate 4s linear infinite; }
  .rainbow::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #071051fc;
    border-radius: 5px; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

.page-bg-top {
  position: relative; }
  .page-bg-top header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    /* ============ mobile view ============ */
    /* ============ mobile view .end// ============ */ }
    @media only screen and (max-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 992px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 1200px) {
      .page-bg-top header {
        position: absolute; } }
    .page-bg-top header .container {
      background-color: #fff; }
    .page-bg-top header .navbar {
      transition: 500ms ease;
      background-color: transparent;
      margin: 0; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .page-bg-top header .navbar {
          background-color: #fff;
          padding: 0; } }
      .page-bg-top header .navbar .navbar-brand .logo {
        width: 100px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar .navbar-brand .logo {
            width: 60px; } }
      @media (max-width: 992px) {
        .page-bg-top header .navbar .navbar-collapse .navbar-nav {
          overflow-y: scroll;
          height: auto; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
        list-style: none;
        margin-right: 15px;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 0; } }
        @media (min-width: 992px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 10px; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
          margin-right: 0px !important; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #242424;
          font-size: 0.85rem;
          display: block;
          line-height: 30px;
          font-weight: 600;
          padding: 15px 0;
          opacity: 1;
          text-align: center;
          text-transform: uppercase;
          position: relative;
          overflow: hidden;
          z-index: 1; }
          @media only screen and (max-width: 600px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              line-height: 10px;
              padding: 1em 5% 13px;
              text-align: left;
              color: #677294;
              font-size: 0.7rem; } }
          @media only screen and (min-width: 992px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 0.7rem; } }
          @media only screen and (min-width: 1200px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 0.85rem; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: #ff7800;
            height: 1px;
            transition: all .5s; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #ff7800 !important; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
              width: 100%; }
    .page-bg-top header .navbar.scrolled {
      background: #fff;
      box-shadow: 0 2px 28px 0 #0000003d; }
      .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #242424; }
      .page-bg-top header .navbar.scrolled .navbar-brand .logo {
        width: 95px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            width: 40px; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar-collapse {
        position: fixed;
        top: 53px;
        right: 0;
        min-width: 230px;
        height: 100%;
        background: #fff;
        box-shadow: 0 5px 10px 0 #0006;
        z-index: 9;
        padding: 20px; }
      .page-bg-top header .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease; }
      .page-bg-top header .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out; }
      .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out; }
      .page-bg-top header .navbar-toggler {
        border: none;
        outline: none;
        background: transparent;
        color: #ff7800;
        box-shadow: none; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar.fixed-top .navbar-collapse, .page-bg-top header .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        /* margin-top:10px; */ } }

/* ----------------------------------------------------------
:: Home
---------------------------------------------------------- */
.home-slider {
  height: 100vh;
  background-color: #1f1f1f;
  background-image: url(../images/banner/banner.jpg);
  z-index: 1;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .home-slider {
      height: 41vh; } }
  @media only screen and (min-width: 600px) {
    .home-slider {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .home-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-slider {
      height: 100vh; } }
  .home-slider .overlay {
    background: #00082e;
    background: linear-gradient(45deg, #00082e 0%, #081245 100%);
    opacity: .90;
    z-index: -1; }
  .home-slider .anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: -1; }
    @media only screen and (max-width: 1023px) {
      .home-slider .anim-icons {
        opacity: .1; } }
    .home-slider .anim-icons .icon {
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
    .home-slider .anim-icons .icon-dotted-world {
      width: 430px;
      height: 430px;
      top: 20%;
      background-image: url(../images/banner/icon-world.png); }
    .home-slider .anim-icons .icon-dotted-world.left {
      left: -280px;
      /* top: 30px; */
      -webkit-animation: bounce-x 10s infinite;
      animation: bounce-x 10s infinite;
      -webkit-animation-delay: 5s;
      animation-delay: 5s; }
    .home-slider .anim-icons .icon-dotted-world.right {
      right: -280px;
      /* top: 30px; */
      -webkit-animation: bounce-x 10s infinite;
      animation: bounce-x 10s infinite; }
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .home-slider .banner-caption {
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home-slider .banner-caption h1, .home-slider .banner-caption h2, .home-slider .banner-caption h3, .home-slider .banner-caption h4, .home-slider .banner-caption h5, .home-slider .banner-caption h6 {
      color: #fff; }
    .home-slider .banner-caption h1 {
      font-size: 2.1rem;
      font-weight: 700;
      text-transform: capitalize;
      line-height: initial;
      color: #fff; }
      @media screen and (max-width: 600px) {
        .home-slider .banner-caption h1 {
          font-size: .81rem;
          line-height: 1.2; } }
    .home-slider .banner-caption h2 {
      font-size: 1.5rem; }
      @media only screen and (max-width: 600px) {
        .home-slider .banner-caption h2 {
          font-size: .71rem; } }
    .home-slider .banner-caption h6 {
      font-size: 1rem;
      font-weight: 300;
      margin: 10px 0; }
      @media only screen and (max-width: 600px) {
        .home-slider .banner-caption h6 {
          font-size: .6rem;
          margin: 0; } }
    @media only screen and (max-width: 600px) {
      .home-slider .banner-caption h4 {
        font-size: .6rem; } }

.widget-item {
  position: relative;
  margin: 10px; }
  .widget-item .widget-img {
    position: absolute;
    bottom: 0;
    right: 0; }
    .widget-item .widget-img img {
      width: 115px;
      opacity: 0.1;
      filter: hue-rotate(145deg); }
  .widget-item .address-item {
    display: flex;
    padding: 15px;
    background-image: linear-gradient(230deg, #f6eccaeb 0%, #ffffff 100%);
    box-shadow: 0px 0px 40px 0px #e4e2e3;
    border-radius: 3px 3px 3px 3px; }
    .widget-item .address-item .address-icon {
      padding: 5px 5px 0px 0px; }
      .widget-item .address-item .address-icon img {
        max-width: unset;
        width: 50px;
        height: 50px;
        filter: hue-rotate(45deg); }
  .widget-item .address-text {
    padding: 0px 0px 0px 15px; }
    .widget-item .address-text .title {
      font-size: 1.2rem;
      font-weight: 600; }
    .widget-item .address-text p {
      margin: 0;
      color: #242424; }

/* ----------------------------------------------------------
:: Track
---------------------------------------------------------- */
.indicative-track {
  position: relative;
  background-color: #000f5a;
  overflow: hidden; }
  .indicative-track:before {
    position: absolute;
    right: -100%;
    bottom: 20%;
    height: 100%;
    width: 200%;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    transform: rotate(8deg);
    z-index: -1; }

.track-list {
  column-count: 3; }
  @media only screen and (max-width: 600px) {
    .track-list {
      column-count: 1; } }
  .track-list li {
    color: #fff; }

.advisory-board-list {
  column-count: 2; }
  @media only screen and (max-width: 600px) {
    .advisory-board-list {
      column-count: 1; } }
  .advisory-board-list li {
    background: #ffa80014;
    padding: 0rem 1.7rem; }
    .advisory-board-list li:before {
      transform: skew(0deg, 0deg); }

.committee-list li {
  background: #ffa80014; }
  .committee-list li:before {
    transform: skew(0deg, 0deg); }

/* ----------------------------------------------------------
:: Guideline Paper Submission
---------------------------------------------------------- */
.inner-box {
  position: relative;
  background-color: #f6f6f6;
  padding: 40px 30px 50px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin: 0 auto;
  transition: all 300ms ease; }

/* ----------------------------------------------------------
:: Patrons
---------------------------------------------------------- */
.speaker-block-three {
  position: relative;
  overflow: hidden; }
  .speaker-block-three .inner-box {
    position: relative;
    padding: 20px;
    text-align: center;
    background: transparent;
    border: none; }
    .speaker-block-three .inner-box:before {
      position: absolute;
      left: 7px;
      top: 0;
      height: 230px;
      width: 230px;
      border: 5px solid #efba24;
      content: ""; }
    .speaker-block-three .inner-box:after {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 200px;
      width: 220px;
      border: 6px solid #ff8100;
      content: ""; }
  .speaker-block-three .image-box {
    position: relative;
    padding: 5px;
    z-index: 1; }
    .speaker-block-three .image-box:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      content: "";
      transition: all 300ms ease;
      background: #000f5a;
      z-index: -1; }
    .speaker-block-three .image-box .image {
      position: relative;
      overflow: hidden;
      margin-bottom: 0;
      z-index: 9; }
      .speaker-block-three .image-box .image img {
        width: 100%;
        transition: all 400ms ease; }
    .speaker-block-three .image-box .info-box {
      padding: 10px 0; }
      .speaker-block-three .image-box .info-box h4 {
        font-size: 1.1rem;
        color: #fff; }
      .speaker-block-three .image-box .info-box h6 {
        font-size: .9rem;
        color: #fff; }

/* ----------------------------------------------------------
:: Important Dates
---------------------------------------------------------- */
.feature-block {
  position: relative;
  text-align: center;
  padding: 20px 10px;
  min-height: calc(210px - 10px);
  transition: all 300ms ease; }
  .feature-block:last-child:before {
    display: none; }
  .feature-block:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 20px #0003; }
  .feature-block:before {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    border: 1px solid #ebebeb;
    content: "";
    z-index: 1; }
    @media only screen and (max-width: 600px) {
      .feature-block:before {
        display: none; } }
  .feature-block .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
    .feature-block .icon-box:before {
      position: absolute;
      left: -25px;
      top: 0;
      height: 55px;
      width: 55px;
      background-color: #fff1cc;
      content: "";
      border-radius: 50%; }
    .feature-block .icon-box .icon {
      position: relative;
      font-size: 62px;
      line-height: 1em;
      color: #ff8100;
      transition: all 300ms ease; }
  .feature-block h6 {
    color: #081245;
    font-weight: 700; }

/* ----------------------------------------------------------
:: Registration Dates
---------------------------------------------------------- */
/* Table */
.table-responsive {
  padding: 10px; }
  .table-responsive .table-effect--primary {
    background: #ffffff2b;
    box-shadow: 16px 9px 1px 1px #ff8100, -16px -9px 1px 1px #efba24; }
    .table-responsive .table-effect--primary thead {
      color: #fff; }
      .table-responsive .table-effect--primary thead th {
        vertical-align: middle;
        text-align: center;
        font-size: 1rem; }
    .table-responsive .table-effect--primary tbody {
      color: #fff; }
      .table-responsive .table-effect--primary tbody td {
        vertical-align: middle;
        text-align: center;
        font-size: 1rem; }
        .table-responsive .table-effect--primary tbody td a {
          color: #000; }
          .table-responsive .table-effect--primary tbody td a:hover, .table-responsive .table-effect--primary tbody td a:visited, .table-responsive .table-effect--primary tbody td a:active {
            color: #ff7800; }
      .table-responsive .table-effect--primary tbody tr:hover {
        color: #ffffff;
        background-color: #081245; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1;
  right: 20px;
  bottom: 20px;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1;
  color: #fff;
  background-color: transparent;
  background-image: url(../images/icons/icon.png);
  transition: all 300ms ease; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    transform: scale(0.9);
    outline: 0; }

footer {
  font-size: 14px;
  z-index: 1;
  padding: 0;
  /* background: url(../images/banner/footer.jpg) scroll center bottom; */
  position: relative;
  /* &:before {
      background: #272626c4 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;        
      z-index: -1;
  } */ }
  footer .footer-bottom {
    padding: 20px 0; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom {
        font-size: 12px; } }
    footer .footer-bottom .footer-left {
      text-align: center; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        footer .footer-bottom .footer-left {
          text-align: center; } }
      footer .footer-bottom .footer-left p {
        margin: 0; }
        footer .footer-bottom .footer-left p a {
          color: #ff7800;
          text-decoration: none; }
          footer .footer-bottom .footer-left p a:hover {
            color: #ff7800; }

/* ----------------------------------------------------------
:: Responsive CSS
---------------------------------------------------------- */
@media (min-width: 1600px) {
  .container {
    max-width: 80%; } }

/*# sourceMappingURL=style.css.map */
