@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@font-face {
  font-family: 'Corbel';
  src: url("../fonts/Corbel.woff2") format("woff2"), url("../fonts/Corbel.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Corbel';
  src: url("../fonts/Corbel-Bold.woff2") format("woff2"), url("../fonts/Corbel-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/*IE only*/
/*Fonts*/
/*colors*/
body {
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  scrollbar-width: none;
  padding: 0 !important;
  color: #545965;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 24px; } }

html {
  scroll-behavior: smooth; }

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  color: #545965; }

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms; }

input,
button,
textarea {
  outline: none !important;
  box-shadow: none !important; }
  input:focus,
  button:focus,
  textarea:focus {
    outline: none !important;
    box-shadow: none !important; }

p {
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
  font-family: "Corbel"; }

h1 {
  font-size: 68px; }

h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 400; }

h3 {
  font-size: 30px;
  font-weight: 600; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px; }

h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Corbel";
  color: #0d5138; }

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999; }
  .preloader img {
    width: 100px;
    height: auto; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 15px 0px;
  width: 100%;
  display: flex;
  z-index: 99;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  align-items: center; }
  .header::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #ffffff;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms; }
  .header.shrink-nav {
    top: 0px;
    position: fixed;
    border-bottom: none;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); }
    .header.shrink-nav::before {
      height: 100%; }
    .header.shrink-nav .navbar .navbar-brand img.white-logo {
      display: none; }
    .header.shrink-nav .navbar .navbar-brand img.color-logo {
      display: block; }
    .header.shrink-nav .navbar .navbar-nav .nav-item a {
      color: #000000; }
    .header.shrink-nav .navbar .login-call .call a {
      color: #000000; }
    .header.shrink-nav .navbar .login-call .call span {
      color: #000000; }
  .header .navbar {
    padding: 0 30px;
    height: 100%;
    width: 100%;
    background-color: transparent !important; }
    .header .navbar .navbar-toggler {
      background-color: #0d5138;
      box-shadow: none; }
    .header .navbar .navbar-brand img {
      max-width: 200px; }
      .header .navbar .navbar-brand img.white-logo {
        display: block; }
      .header .navbar .navbar-brand img.color-logo {
        display: none; }
    .header .navbar .navbar-nav .nav-item {
      position: relative; }
      .header .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        letter-spacing: 0.5px;
        font-weight: 700;
        padding-right: 40px;
        padding-left: 0;
        color: #ffffff;
        font-family: "Corbel"; }
        .header .navbar .navbar-nav .nav-item a:hover {
          background: transparent;
          color: #c29b6c; }
  .header .login-call {
    display: flex; }
    .header .login-call .login {
      display: flex;
      align-items: center; }
      .header .login-call .login a {
        padding: 10px 35px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 31px;
        background: #ffffff;
        color: #272b37;
        text-transform: uppercase; }
    .header .login-call .call {
      display: flex;
      justify-content: center;
      align-items: center; }
      .header .login-call .call a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        display: flex;
        color: #ffffff;
        font-weight: 400;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms; }
        .header .login-call .call a i {
          color: #ffffff;
          background: #0d5138;
          padding: 15px;
          margin-right: 10px;
          border-radius: 6px; }
        .header .login-call .call a span {
          color: #ffffff;
          font-weight: 600;
          font-family: "Corbel";
          transition: 400ms;
          -webkit-transition: 400ms;
          -o-transition: 400ms;
          -moz-transition: 400ms;
          -ms-transition: 400ms; }

section.banner {
  background: #000000;
  position: relative;
  overflow: hidden; }
  section.banner .flexslider .slides li {
    background-position: center center !important; }
  section.banner .container.banner-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 9; }
    section.banner .container.banner-details .inner h6 {
      color: #ffffff; }
    section.banner .container.banner-details .inner h1 {
      color: #ffffff;
      font-weight: 400;
      margin: 15px 0 30px; }
    section.banner .container.banner-details .inner .countdown {
      margin-bottom: 20px; }
      section.banner .container.banner-details .inner .countdown .time {
        justify-content: flex-start; }
        section.banner .container.banner-details .inner .countdown .time div {
          background-color: #0d5138;
          border: none;
          border-radius: 10px;
          display: block;
          text-align: center;
          padding: 15px;
          font-size: 15px;
          font-weight: 600; }
          section.banner .container.banner-details .inner .countdown .time div p {
            color: #ffffff;
            margin-bottom: 0;
            font-size: 16px; }
            section.banner .container.banner-details .inner .countdown .time div p:first-child {
              font-size: 36px;
              font-weight: 600;
              margin-bottom: 5px; }
        section.banner .container.banner-details .inner .countdown .time span {
          margin: 10px; }
    section.banner .container.banner-details .inner ul {
      display: flex; }
      section.banner .container.banner-details .inner ul li {
        height: auto;
        color: #ffffff;
        transform: scale(1);
        font-weight: 400; }
        section.banner .container.banner-details .inner ul li:first-child {
          margin-right: 20px; }
        section.banner .container.banner-details .inner ul li span {
          margin-right: 10px; }
  section.banner.inner-banner {
    min-height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    position: relative; }
    section.banner.inner-banner::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: 0.5; }
    section.banner.inner-banner .container {
      position: relative;
      z-index: 1; }
      section.banner.inner-banner .container h1 {
        color: #ffffff;
        margin-bottom: 15px;
        font-weight: 400; }
      section.banner.inner-banner .container h5 {
        color: #ffffff; }
      section.banner.inner-banner .container p {
        color: #c29b6c;
        font-size: 35px;
        position: relative;
        padding-left: 40px;
        font-family: "Parisienne", cursive;
        margin: 0; }
        section.banner.inner-banner .container p::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          bottom: 0;
          width: 30px;
          height: 1px;
          background-color: #c29b6c;
          margin: auto; }

/*end banner*/
.more {
  background: #0d5138;
  padding: 12px 25px;
  border-radius: 0px;
  color: #ffffff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block; }
  .more:hover {
    background: #c29b6c;
    color: #ffffff; }

section.home-about {
  padding: 100px 0;
  position: relative; }
  section.home-about::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: -moz-linear-gradient(top, rgba(232, 232, 232, 0) 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 0) 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, rgba(232, 232, 232, 0) 0%, #eaeaea 100%);
    display: none;
    z-index: -1; }
  section.home-about .abt-img-wrap img {
    width: 100%; }
  section.home-about .abt-img-wrap .row .left .inner .top-img-box .inner {
    min-height: 257px; }
  section.home-about .abt-img-wrap .row .left .inner div {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
    overflow: hidden; }
    section.home-about .abt-img-wrap .row .left .inner div:last-child {
      padding-bottom: 0; }
      section.home-about .abt-img-wrap .row .left .inner div:last-child .inner {
        background-color: #0d5138;
        text-align: center;
        padding: 30px;
        color: #ffffff; }
        section.home-about .abt-img-wrap .row .left .inner div:last-child .inner p {
          margin-bottom: 5px; }
        section.home-about .abt-img-wrap .row .left .inner div:last-child .inner h5 {
          color: #ffffff;
          letter-spacing: 0;
          font-size: 18px; }
        section.home-about .abt-img-wrap .row .left .inner div:last-child .inner span {
          margin-top: 15px;
          display: block; }
          section.home-about .abt-img-wrap .row .left .inner div:last-child .inner span svg {
            width: 50px;
            height: 50px; }
  section.home-about .abt-img-wrap .row .right .inner {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  section.home-about .abt-content-wrap {
    padding-left: 50px; }
    section.home-about .abt-content-wrap h6 {
      color: #0d5138;
      margin-bottom: 15px; }
    section.home-about .abt-content-wrap h2 {
      margin-bottom: 15px;
      font-size: 30px; }
    section.home-about .abt-content-wrap p {
      line-height: 30px;
      text-align: justify; }
    section.home-about .abt-content-wrap ul {
      margin-bottom: 15px; }
      section.home-about .abt-content-wrap ul li {
        margin-bottom: 8px;
        color: #000000;
        font-weight: 600; }
        section.home-about .abt-content-wrap ul li:last-child {
          margin-bottom: 0; }
        section.home-about .abt-content-wrap ul li img {
          width: 12px;
          margin-right: 10px; }
    @media screen and (min-width: 992px) {
      section.home-about .abt-content-wrap {
        padding-top: 30px; } }
  section.home-about.invite {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    z-index: 1; }
    section.home-about.invite .abt-img-wrap {
      padding-top: 80px; }
      @media (max-width: 767px) {
        section.home-about.invite .abt-img-wrap {
          padding-top: 0px; } }
    @media screen and (min-width: 992px) {
      section.home-about.invite .row.bg-color {
        background-color: rgba(13, 81, 56, 0.05);
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #c1e5d8; }
        section.home-about.invite .row.bg-color .img-box {
          padding: 0; }
        section.home-about.invite .row.bg-color .content-area {
          padding: 0; } }
    @media screen and (max-width: 992px) {
      section.home-about.invite .row.bg-color .img-box {
        margin: 0; }
      section.home-about.invite .row.bg-color .content-area .inner-text {
        background-color: rgba(13, 81, 56, 0.05); } }
    section.home-about.invite .right-img {
      position: absolute;
      right: 0px;
      bottom: 0;
      opacity: .10;
      z-index: -1; }
    section.home-about.invite .abt-content-wrap {
      position: relative;
      padding: 80px;
      padding-left: 50px; }
      @media (max-width: 991px) {
        section.home-about.invite .abt-content-wrap {
          padding: 30px;
          padding-left: 20px; } }
      section.home-about.invite .abt-content-wrap::after {
        position: absolute;
        content: '';
        right: 12px;
        left: -100px;
        top: 0;
        height: 100%;
        border: 1px solid #d7d7d7;
        z-index: -1; }
        @media (max-width: 767px) {
          section.home-about.invite .abt-content-wrap::after {
            display: none; } }
      section.home-about.invite .abt-content-wrap::before {
        position: absolute;
        content: '';
        right: 12px;
        left: -100px;
        top: 0;
        height: 100%;
        background-image: url(../images/invite-bg.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: .10;
        z-index: -1; }
        @media (max-width: 767px) {
          section.home-about.invite .abt-content-wrap::before {
            display: none; } }
      section.home-about.invite .abt-content-wrap h6 {
        margin-bottom: 20px; }
      @media (max-width: 767px) {
        section.home-about.invite .abt-content-wrap {
          padding: 0 12px; } }
    section.home-about.invite .row.bottom {
      margin-top: 50px; }
      section.home-about.invite .row.bottom .bottom-details img {
        float: right;
        margin-left: 30px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          section.home-about.invite .row.bottom .bottom-details img {
            float: inherit;
            margin-left: 0; } }
      section.home-about.invite .row.bottom .bottom-details p span {
        color: #0d5138;
        font-weight: 600; }
      @media (max-width: 991px) {
        section.home-about.invite .row.bottom.last {
          margin-top: 10px; } }
    @media screen and (max-width: 992px) {
      section.home-about.invite .founder-colum-wrap {
        margin-bottom: 15px; } }
    section.home-about.invite .founder-colum-wrap .inner {
      border: 1px solid #cccccc;
      padding: 30px 15px;
      position: relative;
      background-color: #ffffff;
      transition: transform 0.5s ease;
      -webkit-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease; }
      section.home-about.invite .founder-colum-wrap .inner::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background-color: #0d5138;
        margin: 0px auto;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease; }
      section.home-about.invite .founder-colum-wrap .inner:hover {
        transform: translateY(-10px); }
        section.home-about.invite .founder-colum-wrap .inner:hover::before {
          width: 100%; }
      section.home-about.invite .founder-colum-wrap .inner .img-box {
        margin-bottom: 20px;
        border: 2px solid #e2e2e2;
        position: relative;
        overflow: hidden; }
        section.home-about.invite .founder-colum-wrap .inner .img-box::before {
          position: absolute;
          content: '';
          left: 0;
          bottom: 0;
          background-color: rgba(13, 81, 56, 0.8);
          width: 100%;
          height: 0%;
          opacity: 0;
          transition: all 400ms ease;
          -webkit-transition: all 400ms ease;
          -o-transition: all 400ms ease;
          -moz-transition: all 400ms ease;
          -ms-transition: all 400ms ease; }
        section.home-about.invite .founder-colum-wrap .inner .img-box .pluse-icon {
          position: absolute;
          bottom: 30px;
          right: 0px;
          opacity: 0;
          transition: all 400ms ease;
          -webkit-transition: all 400ms ease;
          -o-transition: all 400ms ease;
          -moz-transition: all 400ms ease;
          -ms-transition: all 400ms ease; }
          section.home-about.invite .founder-colum-wrap .inner .img-box .pluse-icon svg {
            fill: #ffffff;
            width: 15px;
            height: 15px;
            transform: rotate(45deg); }
        section.home-about.invite .founder-colum-wrap .inner .img-box:hover .pluse-icon {
          right: 30px;
          opacity: 1; }
        section.home-about.invite .founder-colum-wrap .inner .img-box:hover::before {
          height: 100%;
          opacity: 1; }
      section.home-about.invite .founder-colum-wrap .inner .title {
        text-align: center;
        height: 100%; }
        section.home-about.invite .founder-colum-wrap .inner .title .in-title {
          font-size: 18px;
          margin-bottom: 15px;
          color: #272b37; }
        section.home-about.invite .founder-colum-wrap .inner .title span {
          color: #0d5138;
          font-weight: 600;
          font-size: 14px; }
    section.home-about.invite .about-img {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 992px) {
        section.home-about.invite .about-img {
          min-height: 450px;
          margin-bottom: 30px; } }
    section.home-about.invite .img-box .img-item {
      height: 100%; }
    @media screen and (max-width: 992px) {
      section.home-about.invite .img-box {
        margin-bottom: 30px; }
        section.home-about.invite .img-box .img-item {
          min-height: 450px; } }
    @media screen and (max-width: 992px) {
      section.home-about.invite .img-box .img-item {
        min-height: 250px; } }
    section.home-about.invite .content-area .inner-text h6 {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 15px;
      font-weight: 600; }
    section.home-about.invite .content-area .inner-text h4 {
      font-size: 22px;
      color: #c29b6c;
      font-weight: 700;
      margin-bottom: 30px;
      text-transform: uppercase; }
    section.home-about.invite .content-area .inner-text h5 {
      font-size: 20px;
      color: #0d5138;
      margin-bottom: 15px; }
    section.home-about.invite .content-area .inner-text p {
      line-height: 30px; }
      section.home-about.invite .content-area .inner-text p span {
        color: #0d5138;
        font-weight: 700; }
    section.home-about.invite .content-area .inner-text ul li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 22px;
      position: relative;
      color: #000000; }
      section.home-about.invite .content-area .inner-text ul li:last-child {
        margin-bottom: 0; }
      section.home-about.invite .content-area .inner-text ul li::before {
        position: absolute;
        content: '';
        left: 0;
        top: 8px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #1fb37f; }
    @media screen and (min-width: 992px) {
      section.home-about.invite .content-area .inner-text.pl-50 {
        padding-left: 50px; } }
    section.home-about.invite .content-area .inner-text.padd-box {
      padding: 30px 30px; }
      @media screen and (max-width: 992px) {
        section.home-about.invite .content-area .inner-text.padd-box {
          padding: 20px 20px; } }
    @media screen and (min-width: 992px) {
      section.home-about.invite .content-area .inner-text.pl-0 {
        padding-left: 0px; } }
    section.home-about.invite .content-area.accordion-box .accordion .accordion-item {
      border-radius: 0 !important;
      background-color: rgba(241, 241, 241, 0.25);
      margin-bottom: 15px; }
      section.home-about.invite .content-area.accordion-box .accordion .accordion-item:not(:first-of-type) {
        border: 1px solid rgba(0, 0, 0, 0.125); }
      section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-header .accordion-button {
        font-weight: 600;
        font-size: 18px;
        text-align: left;
        border-radius: 0;
        color: #0d5138;
        padding: 30px; }
        section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
          color: #0d5138;
          background-color: transparent;
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
          border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
        section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-header .accordion-button:focus {
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
          border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
      section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-body {
        padding: 30px;
        text-align: left; }
        section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-body p {
          margin-bottom: 0;
          margin-top: 8px;
          font-size: 13px;
          line-height: 18px; }
        section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-body ul {
          margin-bottom: 20px; }
          section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-body ul li {
            font-size: 14px; }
            @media (max-width: 767px) {
              section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-body ul li {
                font-size: 12px;
                line-height: 18px;
                margin-bottom: 8px; } }
        section.home-about.invite .content-area.accordion-box .accordion .accordion-item .accordion-body h6 {
          font-size: 18px;
          margin-bottom: 15px;
          text-align: left; }
    section.home-about.invite .form-box .form-inner {
      background-color: rgba(13, 81, 56, 0.05);
      border: 1px solid rgba(13, 81, 56, 0.5);
      padding: 30px; }
      section.home-about.invite .form-box .form-inner h5 {
        font-size: 20px;
        color: #0d5138;
        margin-bottom: 30px; }
      section.home-about.invite .form-box .form-inner .form-label {
        font-weight: 600;
        font-size: 14px; }
      section.home-about.invite .form-box .form-inner .form-control {
        border-radius: 0;
        height: 45px; }
      section.home-about.invite .form-box .form-inner input.button {
        padding: 12px 30px;
        background: #0d5138;
        color: #ffffff;
        border: none;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms; }
        section.home-about.invite .form-box .form-inner input.button:hover {
          background: #000000;
          color: #ffffff; }
  section.home-about.trail .box-row .join-box .inner {
    padding: 30px;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
    -moz-transition: 600ms;
    -ms-transition: 600ms;
    height: 100%; }
    section.home-about.trail .box-row .join-box .inner::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: white;
      transition: 600ms;
      -webkit-transition: 600ms;
      -o-transition: 600ms;
      -moz-transition: 600ms;
      -ms-transition: 600ms; }
    section.home-about.trail .box-row .join-box .inner .icon {
      margin-bottom: 25px;
      position: relative;
      z-index: 1; }
      section.home-about.trail .box-row .join-box .inner .icon img {
        transition: 600ms;
        -webkit-transition: 600ms;
        -o-transition: 600ms;
        -moz-transition: 600ms;
        -ms-transition: 600ms; }
    section.home-about.trail .box-row .join-box .inner h5 {
      margin-bottom: 20px;
      font-size: 18px;
      color: #0d5138;
      position: relative;
      text-transform: uppercase;
      z-index: 1;
      transition: 600ms;
      -webkit-transition: 600ms;
      -o-transition: 600ms;
      -moz-transition: 600ms;
      -ms-transition: 600ms; }
    section.home-about.trail .box-row .join-box .inner p {
      position: relative;
      z-index: 1;
      font-size: 14px;
      transition: 600ms;
      -webkit-transition: 600ms;
      -o-transition: 600ms;
      -moz-transition: 600ms;
      -ms-transition: 600ms; }
    section.home-about.trail .box-row .join-box .inner:hover::after, section.home-about.trail .box-row .join-box .inner.active::after {
      background: rgba(13, 81, 56, 0.7); }
    section.home-about.trail .box-row .join-box .inner:hover .icon img, section.home-about.trail .box-row .join-box .inner.active .icon img {
      filter: invert(1); }
    section.home-about.trail .box-row .join-box .inner:hover h5, section.home-about.trail .box-row .join-box .inner.active h5 {
      color: #ffffff; }
    section.home-about.trail .box-row .join-box .inner:hover p, section.home-about.trail .box-row .join-box .inner.active p {
      color: #ffffff; }
  section.home-about.regi .regi-row {
    text-align: center;
    justify-content: center; }
    section.home-about.regi .regi-row .form-wrap {
      background-color: #f1f1f1;
      padding: 30px;
      text-align: left;
      margin-top: 50px;
      border: 1px solid rgba(0, 0, 0, 0.125); }
      @media (max-width: 767px) {
        section.home-about.regi .regi-row .form-wrap {
          padding: 15px; } }
      section.home-about.regi .regi-row .form-wrap form {
        font-size: 14px; }
        section.home-about.regi .regi-row .form-wrap form h6 {
          font-size: 18px;
          margin-bottom: 15px; }
        section.home-about.regi .regi-row .form-wrap form .groupOne {
          background-color: #e4edea;
          padding: 15px; }
        section.home-about.regi .regi-row .form-wrap form .groupTwo {
          background-color: #d3e9e1;
          padding: 15px; }
        section.home-about.regi .regi-row .form-wrap form .groupThree {
          background-color: #c1e5d8;
          padding: 15px; }
        section.home-about.regi .regi-row .form-wrap form .add-person {
          position: relative;
          padding-right: 50px; }
          section.home-about.regi .regi-row .form-wrap form .add-person .plus {
            position: absolute;
            content: '';
            right: 0;
            bottom: 0;
            width: 40px;
            height: 40px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            border: 1px solid #ced4da;
            border-radius: 4px;
            cursor: pointer; }
            @media (max-width: 767px) {
              section.home-about.regi .regi-row .form-wrap form .add-person .plus {
                bottom: 15px; } }
        section.home-about.regi .regi-row .form-wrap form .loop-div {
          position: relative;
          padding-right: 50px; }
          section.home-about.regi .regi-row .form-wrap form .loop-div .plus {
            position: absolute;
            content: '';
            right: 0;
            bottom: 0;
            width: 40px;
            height: 40px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            border: 1px solid #ced4da;
            border-radius: 4px;
            cursor: pointer; }
            @media (max-width: 767px) {
              section.home-about.regi .regi-row .form-wrap form .loop-div .plus {
                bottom: 15px; } }
        section.home-about.regi .regi-row .form-wrap form .copy-field {
          padding-right: 50px;
          position: relative; }
        section.home-about.regi .regi-row .form-wrap form .control-group .plus {
          position: absolute;
          content: '';
          right: 0;
          bottom: 0;
          width: 40px;
          height: 40px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #fff;
          border: 1px solid #ced4da;
          border-radius: 4px;
          cursor: pointer; }
          @media (max-width: 767px) {
            section.home-about.regi .regi-row .form-wrap form .control-group .plus {
              bottom: 15px; } }
        section.home-about.regi .regi-row .form-wrap form .row {
          margin-bottom: 24px; }
          @media (max-width: 767px) {
            section.home-about.regi .regi-row .form-wrap form .row {
              margin-bottom: 0; } }
          section.home-about.regi .regi-row .form-wrap form .row label {
            display: flex;
            align-items: flex-end;
            line-height: 18px;
            font-size: 13px; }
          section.home-about.regi .regi-row .form-wrap form .row input.button {
            padding: 12px 30px;
            background: #0d5138;
            color: #ffffff;
            border: none;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms; }
            section.home-about.regi .regi-row .form-wrap form .row input.button:hover {
              background: #000000;
              color: #ffffff; }
          @media (max-width: 767px) {
            section.home-about.regi .regi-row .form-wrap form .row .form-control {
              margin-bottom: 15px; } }
    section.home-about.regi .regi-row .accordion {
      margin-top: 30px; }
      section.home-about.regi .regi-row .accordion .accordion-item {
        border-radius: 0 !important;
        background-color: #f1f1f1;
        margin-bottom: 15px; }
        section.home-about.regi .regi-row .accordion .accordion-item:not(:first-of-type) {
          border: 1px solid rgba(0, 0, 0, 0.125); }
        section.home-about.regi .regi-row .accordion .accordion-item .accordion-header .accordion-button {
          font-weight: 600;
          font-size: 18px;
          text-align: left;
          border-radius: 0;
          color: #0d5138;
          padding: 30px; }
          section.home-about.regi .regi-row .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            color: #0d5138;
            background-color: transparent;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
            border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
          section.home-about.regi .regi-row .accordion .accordion-item .accordion-header .accordion-button:focus {
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
            border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
        section.home-about.regi .regi-row .accordion .accordion-item .accordion-body {
          padding: 30px;
          text-align: left; }
          section.home-about.regi .regi-row .accordion .accordion-item .accordion-body .table {
            margin-bottom: 15px;
            font-size: 14px; }
            @media (max-width: 420px) {
              section.home-about.regi .regi-row .accordion .accordion-item .accordion-body .table {
                font-size: 12px;
                line-height: 16px; } }
          section.home-about.regi .regi-row .accordion .accordion-item .accordion-body p {
            margin-bottom: 0;
            margin-top: 8px;
            font-size: 13px;
            line-height: 18px; }
          section.home-about.regi .regi-row .accordion .accordion-item .accordion-body ul {
            margin-bottom: 20px; }
            section.home-about.regi .regi-row .accordion .accordion-item .accordion-body ul li {
              font-size: 14px; }
              @media (max-width: 767px) {
                section.home-about.regi .regi-row .accordion .accordion-item .accordion-body ul li {
                  font-size: 12px;
                  line-height: 18px;
                  margin-bottom: 8px; } }
          section.home-about.regi .regi-row .accordion .accordion-item .accordion-body h6 {
            font-size: 18px;
            margin-bottom: 15px;
            text-align: left; }
    section.home-about.regi .regi-row .box {
      background-color: #f1f1f1;
      padding: 30px;
      margin-top: 30px;
      text-align: left; }
      @media (max-width: 767px) {
        section.home-about.regi .regi-row .box {
          padding: 15px; } }
      section.home-about.regi .regi-row .box h6 {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: left; }
      section.home-about.regi .regi-row .box .table {
        margin-bottom: 15px;
        font-size: 14px; }
        @media (max-width: 420px) {
          section.home-about.regi .regi-row .box .table {
            font-size: 12px;
            line-height: 16px; } }
      section.home-about.regi .regi-row .box p {
        margin-bottom: 0;
        margin-top: 8px;
        font-size: 13px;
        line-height: 18px; }
      section.home-about.regi .regi-row .box ul {
        margin-bottom: 20px; }
        section.home-about.regi .regi-row .box ul li {
          font-size: 14px; }
          @media (max-width: 767px) {
            section.home-about.regi .regi-row .box ul li {
              font-size: 12px;
              line-height: 18px;
              margin-bottom: 8px; } }
section.home-join {
  padding: 100px 0;
  background-color: rgba(13, 81, 56, 0.05); }
  section.home-join .head {
    text-align: center;
    margin-bottom: 50px; }
    section.home-join .head h2 {
      margin-bottom: 30px; }
    section.home-join .head p {
      max-width: 800px;
      margin: 0px auto; }
  section.home-join .box-row {
    justify-content: center;
    padding: 0 80px; }
    @media (max-width: 575px) {
      section.home-join .box-row .join-box {
        margin-top: 24px; } }
    @media (max-width: 575px) {
      section.home-join .box-row .join-box:first-child {
        margin-top: 0; } }
    @media (max-width: 767px) {
      section.home-join .box-row .join-box:last-child {
        margin-top: 24px; } }
    section.home-join .box-row .join-box .inner {
      padding: 50px;
      border: 1px solid #d7d7d7;
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
      position: relative;
      background: url(../images/join-hover.jpg) no-repeat;
      background-size: cover;
      transition: 600ms;
      -webkit-transition: 600ms;
      -o-transition: 600ms;
      -moz-transition: 600ms;
      -ms-transition: 600ms;
      height: 100%; }
      section.home-join .box-row .join-box .inner::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: white;
        transition: 600ms;
        -webkit-transition: 600ms;
        -o-transition: 600ms;
        -moz-transition: 600ms;
        -ms-transition: 600ms; }
      section.home-join .box-row .join-box .inner .icon {
        margin-bottom: 25px;
        position: relative;
        z-index: 1; }
        section.home-join .box-row .join-box .inner .icon img {
          transition: 600ms;
          -webkit-transition: 600ms;
          -o-transition: 600ms;
          -moz-transition: 600ms;
          -ms-transition: 600ms; }
      section.home-join .box-row .join-box .inner h5 {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        transition: 600ms;
        -webkit-transition: 600ms;
        -o-transition: 600ms;
        -moz-transition: 600ms;
        -ms-transition: 600ms; }
      section.home-join .box-row .join-box .inner p {
        position: relative;
        z-index: 1;
        transition: 600ms;
        -webkit-transition: 600ms;
        -o-transition: 600ms;
        -moz-transition: 600ms;
        -ms-transition: 600ms; }
      section.home-join .box-row .join-box .inner .more {
        position: relative;
        z-index: 1; }
      section.home-join .box-row .join-box .inner:hover::after {
        background: rgba(13, 81, 56, 0.7); }
      section.home-join .box-row .join-box .inner:hover .icon img {
        filter: invert(1); }
      section.home-join .box-row .join-box .inner:hover h5 {
        color: #ffffff; }
      section.home-join .box-row .join-box .inner:hover p {
        color: #ffffff; }
      section.home-join .box-row .join-box .inner:hover .more {
        background: #c29b6c; }
section.home-speakers {
  padding: 100px;
  background: url(../images/speakers-bg.jpg) no-repeat center top;
  background-size: cover; }
  section.home-speakers .head {
    text-align: center;
    margin-bottom: 50px; }
    section.home-speakers .head h2 {
      margin-bottom: 30px;
      color: #ffffff; }
    section.home-speakers .head p {
      max-width: 800px;
      margin: 0px auto;
      color: #ffffff; }
  section.home-speakers .owl-speakers .item .img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px; }
  section.home-speakers .owl-speakers .item h5 {
    color: #ffffff; }
  section.home-speakers .owl-speakers .item p {
    color: #ffffff; }
  section.home-speakers.inner {
    background: transparent; }
    section.home-speakers.inner .item {
      margin-bottom: 20px; }
      section.home-speakers.inner .item h6 {
        margin-top: 15px;
        margin-bottom: 0; }
section.home-location iframe {
  display: block;
  width: 100%;
  height: 500px; }
section.image-slider {
  padding-bottom: 100px; }
  section.image-slider.pt-100 {
    padding-top: 100px; }
  section.image-slider .gallery-slider .owl-item .item {
    overflow: hidden; }
  section.image-slider .gallery-slider .owl-item .item-img {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 500px;
    transform: scale(1);
    opacity: .3;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease; }
    section.image-slider .gallery-slider .owl-item .item-img::before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(13, 81, 56, 0.64) 0%, black 100%);
      background: -webkit-linear-gradient(top, rgba(13, 81, 56, 0.64) 0%, black 100%);
      background: linear-gradient(to bottom, rgba(13, 81, 56, 0.64) 0%, black 100%);
      opacity: 0;
      transition: all 400ms ease-in;
      -webkit-transition: all 400ms ease-in;
      -o-transition: all 400ms ease-in;
      -moz-transition: all 400ms ease-in;
      -ms-transition: all 400ms ease-in; }
  section.image-slider .gallery-slider .owl-item .meta {
    position: absolute;
    bottom: 50px;
    z-index: 999;
    left: 50px;
    opacity: 1;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in; }
    section.image-slider .gallery-slider .owl-item .meta h4 {
      color: #ffffff;
      font-size: 20px;
      margin: 0; }
      @media screen and (max-width: 1200px) {
        section.image-slider .gallery-slider .owl-item .meta h4 {
          font-size: 18px; } }
    @media screen and (max-width: 1200px) {
      section.image-slider .gallery-slider .owl-item .meta {
        bottom: 30px;
        left: 30px; } }
  section.image-slider .gallery-slider .owl-item.center .item-img {
    opacity: 1; }
    section.image-slider .gallery-slider .owl-item.center .item-img::before {
      opacity: 0; }
  section.image-slider .gallery-slider .owl-item.center:hover .item-img {
    transform: scale(1.1); }
  section.image-slider .gallery-slider .owl-nav [class*='owl-'] {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms; }
    section.image-slider .gallery-slider .owl-nav [class*='owl-'].owl-prev {
      left: 150px; }
    section.image-slider .gallery-slider .owl-nav [class*='owl-'].owl-next {
      right: 150px; }
    section.image-slider .gallery-slider .owl-nav [class*='owl-'] img {
      max-width: 18px;
      width: 100%; }
    section.image-slider .gallery-slider .owl-nav [class*='owl-']:hover {
      background: rgba(0, 0, 0, 0.14); }
  @media screen and (max-width: 992px) {
    section.image-slider .gallery-slider .owl-nav {
      top: auto;
      bottom: 50px;
      left: 0;
      text-align: center;
      right: 0;
      transform: initial;
      margin: 0px auto; } }
section.team-page {
  padding: 100px 0; }
  section.team-page .card {
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e8e8f7;
    box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
    margin-bottom: 20px; }
    section.team-page .card .card-header {
      padding: 20px 30px !important;
      position: relative;
      margin-bottom: 0;
      background: transparent; }
      section.team-page .card .card-header:first-child {
        border-radius: 11px 11px 0 0;
        border-bottom: 1px solid #e8e8f7 !important; }
      section.team-page .card .card-header .card-title {
        margin-bottom: 0 !important;
        line-height: inherit; }
        section.team-page .card .card-header .card-title .main-content-label {
          color: #c29b6c;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.2;
          letter-spacing: 0.2px;
          font-size: 18px;
          margin-bottom: 0;
          display: inline-block; }
    section.team-page .card .card-body {
      padding: 30px 30px; }
      section.team-page .card .card-body ul li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 22px;
        position: relative;
        color: #000000; }
        section.team-page .card .card-body ul li:last-child {
          margin-bottom: 0; }
        section.team-page .card .card-body ul li::before {
          position: absolute;
          content: '';
          left: 0;
          top: 8px;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background: #1fb37f; }
      @media screen and (min-width: 992px) {
        section.team-page .card .card-body ul.count-list {
          column-count: 2; } }
      section.team-page .card .card-body p {
        font-size: 16px;
        line-height: 30px; }
        section.team-page .card .card-body p b {
          color: #0d5138; }
section.login {
  padding: 100px 0; }
  section.login .login-content {
    border: 1px solid #c1e5d8;
    padding: 30px; }
    section.login .login-content h2 {
      font-size: 24px;
      color: #0d5138;
      font-weight: 700; }
    section.login .login-content p {
      font-size: 15px;
      color: #546274;
      font-weight: 400;
      margin-top: 20px; }
    section.login .login-content form {
      margin-top: 40px; }
      section.login .login-content form .form-group {
        margin-bottom: 25px; }
        section.login .login-content form .form-group.check-flex {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 10px; }
        section.login .login-content form .form-group label {
          display: block;
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 10px;
          color: #272b37;
          text-transform: uppercase; }
        section.login .login-content form .form-group .form-control {
          height: 60px;
          border-radius: 0;
          outline: none;
          box-shadow: none;
          font-size: 15px;
          padding: 0 20px;
          border: 1px solid rgba(0, 0, 0, 0.1); }
        section.login .login-content form .form-group .custom-checkbox {
          display: flex;
          align-items: center; }
          section.login .login-content form .form-group .custom-checkbox .custom-control-label {
            width: auto;
            text-align: left;
            position: static;
            top: auto;
            left: auto;
            transform: translateY(0);
            padding-left: 15px;
            cursor: default;
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 400;
            color: #546274; }
            section.login .login-content form .form-group .custom-checkbox .custom-control-label a {
              color: #0d5138; }
          section.login .login-content form .form-group .custom-checkbox .custom-control-input {
            height: 18px;
            width: 18px;
            border-radius: 3px;
            border: 3px solid rgba(0, 0, 0, 0.08);
            outline: none;
            box-shadow: none; }
            section.login .login-content form .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
              background: #0d5138; }
      section.login .login-content form .theme-button a,
      section.login .login-content form .theme-button button,
      section.login .login-content form .theme-button input {
        margin-top: 20px;
        width: 170px;
        text-align: center;
        background: #c29b6c;
        color: #ffffff;
        font-size: 15px;
        height: 50px;
        padding: 0;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        outline: none;
        box-shadow: none;
        transition: all 0.5s ease; }
        section.login .login-content form .theme-button a:hover,
        section.login .login-content form .theme-button button:hover,
        section.login .login-content form .theme-button input:hover {
          background: #0d5138; }
section.table-list {
  padding: 100px 0; }
  section.table-list .card {
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e8e8f7;
    box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
    margin-bottom: 20px; }
    section.table-list .card .card-header {
      padding: 20px 30px !important;
      position: relative;
      margin-bottom: 0;
      background: transparent; }
      section.table-list .card .card-header:first-child {
        border-radius: 11px 11px 0 0;
        border-bottom: 1px solid #e8e8f7 !important; }
      section.table-list .card .card-header .card-title {
        margin-bottom: 0 !important;
        line-height: inherit; }
        section.table-list .card .card-header .card-title .main-content-label {
          color: #c29b6c;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.2;
          letter-spacing: 0.2px;
          font-size: 18px;
          margin-bottom: 0;
          display: inline-block; }
    section.table-list .card .card-body {
      padding: 30px 30px; }
      section.table-list .card .card-body .table {
        padding: 0;
        max-width: 100%;
        margin: 15px auto !important; }
        section.table-list .card .card-body .table .table-dark {
          --bs-table-bg: #282d3e;
          --bs-table-striped-bg: #282d3e;
          --bs-table-striped-color: #ffffff;
          --bs-table-active-bg: #282d3e;
          --bs-table-active-color: #ffffff;
          --bs-table-hover-bg: #282d3e;
          --bs-table-hover-color: #ffffff;
          color: #ffffff;
          border-color: #e8e8f7; }
        section.table-list .card .card-body .table tr {
          border: 1px solid #e8e8f7;
          white-space: nowrap; }
        section.table-list .card .card-body .table th {
          border-bottom-width: 0px;
          outline: none;
          vertical-align: middle;
          padding: 10px 15px;
          line-height: 1.5; }
        section.table-list .card .card-body .table td {
          border-bottom-width: 0px;
          outline: none;
          vertical-align: middle;
          padding: 15px 15px;
          line-height: 1.5; }
          section.table-list .card .card-body .table td:first-child {
            border-left: none !important; }
        section.table-list .card .card-body .table .rate {
          text-align: right; }
        section.table-list .card .card-body .table .action {
          text-align: center; }
          section.table-list .card .card-body .table .action a {
            margin: auto; }
            section.table-list .card .card-body .table .action a i {
              font-size: 12px; }
        section.table-list .card .card-body .table a {
          width: 30px;
          height: 30px;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0.35em 0.65em;
          border-radius: 100%;
          color: #ffffff; }
        section.table-list .card .card-body .table tbody tr.odd {
          --bs-table-accent-bg: #f3f7ff; }
        section.table-list .card .card-body .table tbody tr:hover {
          --bs-table-accent-bg: #f3f7ff; }
        section.table-list .card .card-body .table .form-check {
          position: relative;
          text-align: left;
          display: block;
          min-height: 1.35rem;
          padding-left: 1.5em;
          margin-bottom: 0.125rem; }
          section.table-list .card .card-body .table .form-check .form-check-input[type=checkbox] {
            border-radius: 0.25em; }
          section.table-list .card .card-body .table .form-check .form-check-input {
            float: left;
            margin-left: -1.5em; }

.footer {
  background: url(../images/foot-bg.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding: 100px 0 0px; }
  .footer::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0d5138;
    opacity: 90%; }
  .footer .container {
    position: relative;
    z-index: 1; }
    .footer .container .foot-links-row .left {
      padding-right: 60px; }
      .footer .container .foot-links-row .left h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 15px; }
        .footer .container .foot-links-row .left h4 span {
          color: #0d5138; }
      .footer .container .foot-links-row .left p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 25px;
        color: #ffffff; }
      .footer .container .foot-links-row .left ul {
        margin-top: 30px;
        display: flex; }
        .footer .container .foot-links-row .left ul li {
          margin-right: 10px; }
          .footer .container .foot-links-row .left ul li a {
            width: 40px;
            height: 40px;
            border: 1px solid #d7d7d7;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #ffffff; }
            .footer .container .foot-links-row .left ul li a:hover {
              background: #0d5138;
              color: #ffffff; }
    .footer .container .foot-links-row .right {
      padding-left: 50px; }
      .footer .container .foot-links-row .right .links ul li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 22px;
        position: relative;
        color: #ffffff; }
        .footer .container .foot-links-row .right .links ul li:last-child {
          margin-bottom: 0; }
        .footer .container .foot-links-row .right .links ul li::before {
          position: absolute;
          content: '';
          left: 0;
          top: 7px;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background: #1fb37f; }
        .footer .container .foot-links-row .right .links ul li a {
          color: #ffffff;
          font-size: 16px;
          display: flex;
          align-items: center;
          line-height: 24px; }
          .footer .container .foot-links-row .right .links ul li a span {
            font-size: 24px;
            font-weight: 600; }
          .footer .container .foot-links-row .right .links ul li a svg {
            margin-right: 10px; }
          .footer .container .foot-links-row .right .links ul li a:hover {
            color: #c29b6c; }
      .footer .container .foot-links-row .right .links:last-child ul li {
        padding-left: 0; }
        .footer .container .foot-links-row .right .links:last-child ul li::before {
          display: none; }
    .footer .container .foot-links-row .copy {
      margin-top: 50px; }
      .footer .container .foot-links-row .copy p {
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
        padding: 25px 0;
        border-top: 1px solid #d7d7d7;
        margin-bottom: 0;
        text-align: center; }
        .footer .container .foot-links-row .copy p span {
          text-transform: uppercase;
          font-size: 18px;
          font-weight: 600;
          margin-right: 5px; }

.contact-us {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .contact-us {
      padding: 50px 0; } }
  @media (max-width: 991px) {
    .contact-us .address {
      margin-bottom: 30px; } }
  .contact-us .address h5 {
    margin-bottom: 20px; }
  .contact-us .address h6 {
    margin-bottom: 15px;
    color: #000000; }
  .contact-us .address ul li {
    margin-bottom: 10px; }
    .contact-us .address ul li a {
      color: #0d5138;
      font-weight: 600; }
  .contact-us .map iframe {
    min-height: 350px;
    height: 100%; }
  .contact-us .form-wrap {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0; }
    .contact-us .form-wrap .inner {
      padding: 50px 35px 35px;
      background: #f7f7f7;
      display: flex;
      flex-wrap: wrap; }
      .contact-us .form-wrap .inner div {
        padding: 0 12px; }
    .contact-us .form-wrap .form-group {
      margin-bottom: 25px;
      padding: 0 !important; }
    .contact-us .form-wrap input {
      height: 50px;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #ced4da;
      padding-left: 0;
      padding-right: 0;
      outline: none !important;
      box-shadow: none !important;
      background: transparent; }
      .contact-us .form-wrap input.button {
        padding: 12px 30px;
        background: #0d5138;
        color: #ffffff;
        border: none;
        width: 47.5%;
        height: 70px;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms; }
        .contact-us .form-wrap input.button:first-child {
          color: #ffffff;
          background: #0d5138;
          margin-right: 10px;
          height: -webkit-calc(100% - 25px);
          width: 100%; }
          @media (max-width: 767px) {
            .contact-us .form-wrap input.button:first-child {
              height: 70px; } }
        .contact-us .form-wrap input.button:hover {
          background: #000000;
          color: #ffffff; }
    .contact-us .form-wrap textarea {
      height: 116px;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #ced4da;
      padding-left: 0;
      outline: none !important;
      box-shadow: none !important;
      background: transparent; }

@media screen and (min-width: 1024px) {
  .onload-modal .modal-dialog {
    max-width: 950px; } }

/*end about us*/
/*========================================Responsive=============================================*/
@media (max-width: 1550px) {
  .header .navbar {
    padding: 0px 15px; }

  .header .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    padding-right: 30px; } }
/*end 1550px*/
/*end 1366px*/
@media (max-width: 1300px) {
  .header .navbar .navbar-brand img {
    max-width: 150px; }

  .header .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    padding-right: 15px; }

  .header .login-call {
    display: none; }

  section.banner .container.banner-details .inner h1 {
    font-size: 40px;
    line-height: 50px; }

  section.home-join .box-row {
    padding: 0 50px; }

  section.home-join .box-row .join-box .inner {
    padding: 30px; }

  section.home-join .box-row .join-box .inner h5 {
    font-size: 18px; }

  .footer .container .foot-links-row .right .links ul li a span {
    font-size: 18px; } }
/*end 1300px*/
@media (max-width: 1199px) {
  .header .header-right .login-call {
    display: none; }

  .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
    padding-right: 20px; }

  section.home-join .box-row {
    padding: 0; }

  section.home-speakers {
    padding: 50px 0; }

  section.home-about .abt-content-wrap h2 {
    font-size: 30px; }

  section.home-about .abt-content-wrap h6 {
    font-size: 16px; }

  section.home-about .abt-content-wrap p {
    font-size: 15px; }

  section.home-about .abt-content-wrap ul li {
    font-size: 15px; }

  .more {
    font-size: 15px;
    padding: 10px 30px; }

  section.home-join .head h2,
  section.home-speakers .head h2 {
    font-size: 30px; } }
/*end 1199px*/
@media (max-width: 991px) {
  .navbar-nav {
    background-color: #ffffff;
    padding: 15px; }

  .header .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000000; }

  section.home-speakers .owl-speakers .item h5 {
    font-size: 20px; }

  section.home-speakers {
    padding: 50px 0; }

  section.home-about {
    padding: 80px 0; }

  section.home-join {
    padding: 0px 0 80px; }

  section.home-about .abt-content-wrap {
    padding-left: 15px;
    margin-top: 30px; }

  .footer {
    padding: 80px 0 0; }

  .footer .container .foot-links-row img {
    max-width: 150px; }

  .footer .container .foot-links-row .left {
    padding-right: 15px;
    text-align: center;
    margin-bottom: 50px; }

  .footer .container .foot-links-row .left ul {
    justify-content: center; }

  section.banner.inner-banner .container h1 {
    font-size: 58px;
    text-align: center; }

  section.banner.inner-banner .container p {
    text-align: center;
    padding: 0; }
    section.banner.inner-banner .container p::before {
      display: none; } }
/*end 991px*/
@media (max-width: 767px) {
  section.home-about {
    padding: 50px 0; }

  section.home-about.invite .row.bottom {
    margin-top: 10px; } }
/*end 767px*/
@media (max-width: 575px) {
  section.banner.inner-banner {
    min-height: 350px; }

  section.banner.inner-banner .container h1 {
    font-size: 36px; }

  .header {
    padding: 10px 0px; }

  .header .navbar {
    padding: 0px 0px; }

  .navbar-nav {
    background-color: #ffffff;
    padding: 15px; }

  .header.shrink-nav .navbar-nav {
    padding: 0; }

  .header .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000000; }

  section.banner .container.banner-details {
    text-align: center;
    top: auto;
    bottom: 200px;
    transform: inherit; }

  section.banner .container.banner-details .inner {
    width: 100%; }

  section.banner .container.banner-details .inner .countdown .time div p:first-child {
    font-size: 24px; }

  section.banner .container.banner-details .inner .countdown .time div p {
    font-size: 14px; }

  section.banner .container.banner-details .inner .countdown .time div {
    padding: 10px; }

  section.banner .container.banner-details .inner .countdown .time {
    justify-content: space-between;
    width: 100%; }

  section.banner .container.banner-details .inner .countdown .time span {
    margin: 5px; }

  section.banner .container.banner-details .inner h1 {
    font-size: 35px;
    line-height: 45px; }

  section.banner .container.banner-details .inner ul {
    display: block; }

  section.home-about::before {
    display: block; }

  section.home-join .box-row .join-box .inner {
    margin-bottom: 15px; }

  .footer .container .foot-links-row .right {
    padding-left: 15px;
    text-align: center; }

  .footer .container .foot-links-row .right .links.half-in ul li a {
    width: 100%;
    text-align: left; }

  .footer .container .foot-links-row .right .links.full-in {
    margin-top: 50px; }

  .footer .container .foot-links-row .right .links ul li a {
    width: 100%;
    display: inline-block; }

  .contact-us .form-wrap .inner {
    padding: 20px 15px 25px; }

  section.home-speakers.inner .item {
    text-align: center; }

  .home-join {
    margin-top: 50px; }

  section.home-speakers .owl-speakers .item h5 {
    font-size: 20px; }

  section.home-speakers.inner .item {
    margin-bottom: 0px; } }
/*end 575px*/
@media (max-width: 350px) {
  section.banner .container.banner-details .inner .countdown .time div p:first-child {
    font-size: 18px;
    margin-bottom: 0; }

  section.banner .container.banner-details .inner .countdown .time div p {
    font-size: 10px; }

  section.banner .container.banner-details .inner .countdown .time span {
    margin: 2px; }

  section.banner .container.banner-details .inner h1 {
    font-size: 30px;
    line-height: 40px; }

  section.banner .container.banner-details .inner ul {
    display: block; } }
/*end 480px*/

/*# sourceMappingURL=main_style.css.map */
