.header {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1000;
  height: 85px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #EDF4FF40;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 991px) {
    .header {
      height: 80px; } }
  .header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    z-index: 1200;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .header.sticky .logo2 img {
      max-width: 206px; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .logo2 {
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header .logo2 img {
      max-width: 226px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .header .logo2 img {
          width: 124px; } }
  .header .categories {
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header .categories:hover {
      color: #7EA29E; }
  .header .allicons {
    display: flex;
    align-items: center; }
    .header .allicons .formsearch {
      position: relative;
      margin: 0px auto;
      width: 300px; }
      @media (max-width: 991px) {
        .header .allicons .formsearch {
          display: none; } }
      .header .allicons .formsearch input {
        height: 45px;
        border-radius: 10px;
        background: #F7F7F7;
        border: 1px solid transparent; }
      .header .allicons .formsearch .bot-icon {
        position: absolute;
        left: 12px;
        top: 2px;
        background: none;
        border: 0px;
        outline: 0px;
        outline-style: none;
        padding: 0px;
        cursor: pointer; }
        .header .allicons .formsearch .bot-icon svg {
          width: 24px;
          height: 24px; }
          .header .allicons .formsearch .bot-icon svg path {
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            stroke: #7EA29E; }
        .header .allicons .formsearch .bot-icon:hover svg path {
          stroke: #227D74; }
    .header .allicons .iconmenu,
    .header .allicons .language {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 45px;
      height: 45px;
      background: #F7F7F7;
      border-radius: 10px;
      margin-right: 40px; }
      @media (max-width: 991px) {
        .header .allicons .iconmenu,
        .header .allicons .language {
          width: 34px;
          height: 34px; }
          .header .allicons .iconmenu svg,
          .header .allicons .language svg {
            width: 20px !important;
            height: 20px !important; } }
    @media (max-width: 767px) {
      .header .allicons .iconmenu {
        margin: 0px; } }
    .header .allicons .language {
      margin-right: 12px; }
      .header .allicons .language svg {
        width: 28px;
        height: 28px; }

.minheader {
  padding: 24px 0px; }
  .minheader .container {
    display: flex;
    justify-content: space-between; }
  .minheader .logo2 img {
    max-width: 230px; }
    @media (max-width: 991px) {
      .minheader .logo2 img {
        max-width: 140px; } }

.iconmenu {
  cursor: pointer; }
  .iconmenu svg {
    width: 28px;
    height: 28px; }

.headerinner {
  display: block;
  background: #6A7F7D;
  height: auto;
  padding-bottom: 24px; }
  @media (max-width: 991px) {
    .headerinner {
      padding-bottom: 16px; } }
  .headerinner.sticky .subtitle {
    display: none; }
  @media (max-width: 991px) {
    .headerinner.sticky {
      height: auto;
      padding-bottom: 0px; } }
  .headerinner .logo2 {
    margin: 8px; }
  .headerinner .subtitle {
    margin-top: 24px;
    justify-content: center; }
    @media (max-width: 991px) {
      .headerinner .subtitle {
        margin-top: 12px; } }
    .headerinner .subtitle .title {
      color: #fff;
      font-size: 24px; }
    .headerinner .subtitle .back {
      top: 6px; }
      .headerinner .subtitle .back svg {
        width: 30px;
        height: 30px; }
        @media (max-width: 991px) {
          .headerinner .subtitle .back svg {
            width: 22px;
            height: 22px; } }
  .headerinner .driight {
    justify-content: flex-start; }

.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 54px; }
  @media (max-width: 991px) {
    .slider {
      margin-top: 24px; } }
  @media (max-width: 767px) {
    .slider {
      margin-top: 12px; } }
  .slider .news-slider {
    position: relative;
    z-index: 1;
    direction: ltr; }
    .slider .news-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -400px; }
      @media (max-width: 767px) {
        .slider .news-slider .slick-list {
          margin: 0px; } }
      .slider .news-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        padding-top: 24px;
        padding-bottom: 12px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .slider .news-slider .slick-list .slick-track {
            padding: 0px; } }
        .slider .news-slider .slick-list .slick-track:after, .slider .news-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .slider .news-slider .slick-next,
    .slider .news-slider .slick-prev {
      position: absolute;
      top: -36px;
      right: 0px;
      background: none;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #979797;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      display: none !important; }
      .slider .news-slider .slick-next path,
      .slider .news-slider .slick-prev path {
        stroke: #000 !important; }
      .slider .news-slider .slick-next:hover,
      .slider .news-slider .slick-prev:hover {
        border: 1px solid #0f75bb;
        background: #0f75bb; }
        .slider .news-slider .slick-next:hover path,
        .slider .news-slider .slick-prev:hover path {
          stroke: #fff !important; }
    .slider .news-slider .slick-prev {
      right: 32px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .slider .news-slider .slick-prev {
          margin-right: 8px; } }
    .slider .news-slider .slick-dots {
      display: none !important;
      justify-content: center;
      margin-top: 24px; }
      .slider .news-slider .slick-dots li {
        position: relative;
        width: 22px;
        height: 4px;
        cursor: pointer;
        margin: 0px 4px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .slider .news-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          width: 22px;
          height: 4px;
          border: 0px;
          outline: none;
          background: #b8b5b5;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .slider .news-slider .slick-dots li.slick-active button {
        background: #0f75bb; }
  .slider .item {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin: 0px 20px; }
    @media (max-width: 991px) {
      .slider .item {
        margin: 0px 12px; } }
    .slider .item.slick-current, .slider .item.slick-center {
      position: relative;
      z-index: 10; }
      .slider .item.slick-current .photo, .slider .item.slick-center .photo {
        height: 500px;
        margin-top: -70px; }
        @media (max-width: 767px) {
          .slider .item.slick-current .photo, .slider .item.slick-center .photo {
            margin: 0px;
            height: 300px; } }
        @media (min-width: 1600px) {
          .slider .item.slick-current .photo, .slider .item.slick-center .photo {
            height: 680px; } }
        .slider .item.slick-current .photo .tag, .slider .item.slick-center .photo .tag {
          top: 56px; }
          @media (max-width: 767px) {
            .slider .item.slick-current .photo .tag, .slider .item.slick-center .photo .tag {
              top: 12px; } }
      .slider .item.slick-current .bottomsshear, .slider .item.slick-center .bottomsshear {
        top: -14px; }
        @media (max-width: 767px) {
          .slider .item.slick-current .bottomsshear, .slider .item.slick-center .bottomsshear {
            top: 16px; } }
    .slider .item .photo {
      direction: rtl;
      position: relative;
      display: block;
      width: 100%;
      height: 400px; }
      @media (max-width: 767px) {
        .slider .item .photo {
          height: 300px; } }
      @media (min-width: 1600px) {
        .slider .item .photo {
          height: 564px; } }
      .slider .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .slider .item .photo .tag {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 12px;
        top: 12px;
        color: #fff;
        background: #00000066;
        padding: 8px 12px; }

.aboutus {
  width: 100%;
  position: relative;
  padding-top: 108px; }
  @media (max-width: 991px) {
    .aboutus {
      padding-top: 48px; } }
  .aboutus .title {
    text-align: center;
    font-weight: 700;
    color: #183B56;
    font-size: 76px; }
    @media (max-width: 991px) {
      .aboutus .title {
        font-size: 36px; } }
  .aboutus p {
    margin: 48px auto 0px auto;
    max-width: 710px;
    color: #5A7184;
    font-weight: 400;
    font-size: 24px;
    text-align: justify; }
    @media (max-width: 991px) {
      .aboutus p {
        max-width: 100%;
        font-size: 18px;
        margin-top: 24px; } }
  .aboutus .photo {
    margin: 64px auto 0px auto;
    width: 752px;
    height: 500px; }
    @media (max-width: 991px) {
      .aboutus .photo {
        width: 100%;
        height: 280px;
        margin-top: 24px; } }
    .aboutus .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .aboutus .number {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E5EFFF;
    padding-bottom: 80px; }
    @media (max-width: 991px) {
      .aboutus .number {
        flex-wrap: wrap;
        padding-bottom: 40px; } }
    .aboutus .number .innernumber {
      margin-top: 80px;
      min-width: 16%; }
      @media (max-width: 991px) {
        .aboutus .number .innernumber {
          margin-top: 24px;
          min-width: 50%; } }
      .aboutus .number .innernumber .icon {
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        height: 90px;
        background: #F7F7F7;
        border-radius: 50%; }
        .aboutus .number .innernumber .icon svg,
        .aboutus .number .innernumber .icon img {
          width: 30px; }
      .aboutus .number .innernumber .timer {
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        color: #183B56; }
        @media (max-width: 991px) {
          .aboutus .number .innernumber .timer {
            font-size: 28px; } }
      .aboutus .number .innernumber .flex {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 32px; }
        @media (max-width: 991px) {
          .aboutus .number .innernumber .flex {
            margin-top: 24px; } }
        .aboutus .number .innernumber .flex span {
          direction: ltr;
          display: block;
          margin-left: 4px;
          font-size: 48px;
          font-weight: 700;
          color: #183B56; }
          @media (max-width: 991px) {
            .aboutus .number .innernumber .flex span {
              font-size: 28px; } }
      .aboutus .number .innernumber .title {
        font-weight: 400;
        font-size: 18px;
        margin-top: 24px;
        color: #5A7184; }
  .aboutus .item {
    margin-top: 80px; }
    .aboutus .item:last-child {
      padding-right: 5%; }
    @media (max-width: 991px) {
      .aboutus .item {
        flex: 100%;
        max-width: 100%;
        margin-top: 24px;
        padding: 0px 12px; } }
    .aboutus .item .img {
      position: relative;
      width: 100%;
      overflow: hidden; }
      @media (max-width: 991px) {
        .aboutus .item .img {
          text-align: center; } }
      .aboutus .item .img img {
        max-width: 100%;
        max-height: 100%; }
    .aboutus .item .title {
      text-align: right;
      font-size: 48px; }
      @media (max-width: 991px) {
        .aboutus .item .title {
          font-size: 28px; } }
    .aboutus .item p {
      max-width: 100%;
      margin: 0px;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .aboutus .item p {
          margin-top: 12px; } }
  .aboutus .culture {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding: 0px 60px 0px 100px; }
    .aboutus .culture::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 536px;
      background: #F9FBFE; }
      @media (max-width: 991px) {
        .aboutus .culture::before {
          display: none; } }
    @media (max-width: 991px) {
      .aboutus .culture {
        padding: 0px;
        margin-top: 24px; } }
    .aboutus .culture .item {
      padding: 0px 12px; }
      @media (max-width: 991px) {
        .aboutus .culture .item {
          margin: 0px;
          margin-bottom: 24px; }
          .aboutus .culture .item:last-child {
            margin: 0px; } }
      .aboutus .culture .item .img {
        position: relative;
        width: 100%;
        height: 520px;
        border-radius: 8px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .aboutus .culture .item .img {
            height: 280px; } }
        .aboutus .culture .item .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .aboutus .minblog {
    margin-top: 60px; }
    @media (max-width: 991px) {
      .aboutus .minblog {
        margin-top: 24px; } }
    .aboutus .minblog .title {
      text-align: right;
      font-size: 48px; }
      @media (max-width: 991px) {
        .aboutus .minblog .title {
          font-size: 28px; } }
    .aboutus .minblog .subblog {
      margin-top: 48px; }
      @media (max-width: 991px) {
        .aboutus .minblog .subblog {
          margin-top: 24px;
          max-width: 100%;
          flex: 100%; } }
      .aboutus .minblog .subblog .inner {
        position: relative;
        width: 100%;
        padding: 12px;
        background: #F9FBFE;
        border-radius: 8px; }
        .aboutus .minblog .subblog .inner .imgphoto {
          display: block;
          position: relative;
          width: 100%;
          height: 240px;
          border-radius: 8px;
          overflow: hidden; }
          .aboutus .minblog .subblog .inner .imgphoto img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .aboutus .minblog .subblog .inner .imgphoto:hover::before {
            -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
          .aboutus .minblog .subblog .inner .imgphoto::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5);
            content: '';
            z-index: 1;
            -webkit-transition: -webkit-transform .6s;
            transition: -webkit-transform .6s;
            -o-transition: transform .6s;
            transition: transform .6s;
            transition: transform .6s, -webkit-transform .6s;
            -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0); }
        .aboutus .minblog .subblog .inner .tag {
          display: block;
          font-size: 14px;
          font-weight: 700;
          line-height: 20px;
          margin-top: 16px; }
        .aboutus .minblog .subblog .inner .title {
          display: block;
          font-size: 20px;
          font-weight: 500;
          color: #183B56;
          margin-top: 16px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .aboutus .minblog .subblog .inner .title:hover {
            color: #7EA29E; }
        .aboutus .minblog .subblog .inner .more {
          display: flex;
          align-items: center;
          margin-top: 32px;
          font-size: 14px;
          font-weight: 400; }
          .aboutus .minblog .subblog .inner .more svg {
            margin-right: 4px;
            color: #6A7F7D; }
  .aboutus .latestnews {
    position: relative;
    background: #6a7f7d url(../images/latestnews.png) no-repeat left top/cover;
    padding: 160px 24px;
    text-align: center;
    margin-top: 80px; }
    @media (max-width: 991px) {
      .aboutus .latestnews {
        padding: 24px;
        margin-top: 24px; } }
    .aboutus .latestnews .title {
      color: #fff;
      font-size: 48px; }
      @media (max-width: 991px) {
        .aboutus .latestnews .title {
          font-size: 28px; } }
    .aboutus .latestnews p {
      color: #fff;
      margin: 0;
      text-align: center;
      width: 100%;
      max-width: inherit;
      margin-top: 24px;
      font-size: 18px; }
    .aboutus .latestnews .newsletter {
      position: relative;
      width: 430px;
      margin: 56px auto 0px auto; }
      @media (max-width: 991px) {
        .aboutus .latestnews .newsletter {
          width: 100%;
          margin-top: 24px; } }
      .aboutus .latestnews .newsletter .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 24px;
        right: 14px; }
        .aboutus .latestnews .newsletter .icon img {
          max-width: 100%;
          max-height: 100%; }
      .aboutus .latestnews .newsletter .form-control {
        height: 71px;
        border-radius: 8px;
        border: 0px !important;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        font-weight: 400;
        padding: 0px 50px 0px 145px; }
        @media (max-width: 991px) {
          .aboutus .latestnews .newsletter .form-control {
            padding-left: 108px; } }
      .aboutus .latestnews .newsletter .bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 6px;
        top: 7px;
        width: 132px;
        height: 58px;
        box-shadow: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400; }
        @media (max-width: 991px) {
          .aboutus .latestnews .newsletter .bottom {
            width: 90px; } }

.faqs {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  /* Vertical line */ }
  @media (max-width: 991px) {
    .faqs {
      padding: 24px 0px; } }
  .faqs .accordion {
    width: 90%;
    margin: 0px auto; }
    @media (max-width: 991px) {
      .faqs .accordion {
        width: 100%; } }
    .faqs .accordion .option {
      width: 100%;
      margin-bottom: 24px;
      position: relative; }
      .faqs .accordion .option:last-child {
        margin: 0px; }
      .faqs .accordion .option .click-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        background: #fff; }
        .faqs .accordion .option .click-title a {
          display: flex !important;
          align-items: center;
          width: 100%;
          padding: 20px;
          font-size: 18px;
          color: #000; }
      .faqs .accordion .option .text {
        padding: 0px 20px;
        margin-top: 24px; }
  .faqs .collapsible-link::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 20px;
    width: 16px;
    height: 10px;
    background: url(../images/arrow2.svg) no-repeat;
    display: block;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 10; }
  .faqs .collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.privacy-policy,
.terms-and-conditions {
  width: 100%;
  position: relative;
  min-height: 900px;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .privacy-policy,
    .terms-and-conditions {
      padding: 24px 0px;
      min-height: inherit; } }

.news {
  width: 100%;
  position: relative; }
  .news .item {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .news .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 0px; } }
    .news .item .inner {
      display: block;
      position: relative;
      width: 100%;
      height: calc(50% - 24px);
      margin-top: 24px; }
      @media (max-width: 991px) {
        .news .item .inner {
          height: auto; } }
      .news .item .inner:hover .photo img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .news .item .inner .photo {
        position: relative;
        width: 100%;
        height: 84%;
        overflow: hidden;
        z-index: 10; }
        @media (max-width: 991px) {
          .news .item .inner .photo {
            height: 280px; } }
        .news .item .inner .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
    .news .item .innernews {
      display: block;
      position: relative;
      width: 100%;
      height: calc(100% - 24px);
      margin-top: 24px; }
      .news .item .innernews:hover .photo img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .news .item .innernews .photo {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10; }
        @media (max-width: 991px) {
          .news .item .innernews .photo {
            height: 280px; } }
        .news .item .innernews .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .news .item .innernews .innercontamt {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%; }
        .news .item .innernews .innercontamt .tag {
          display: inline-block;
          color: #fff;
          background: #00000066;
          padding: 8px 12px;
          margin-right: 12px; }
        .news .item .innernews .innercontamt .contant {
          position: relative;
          bottom: auto;
          left: auto;
          margin-top: 12px; }
    .news .item .listnews {
      position: relative;
      width: 100%;
      height: calc(100% - 24px);
      padding: 24px 16px;
      margin-top: 24px;
      background: #F7F7F7; }
      .news .item .listnews .title {
        font-size: 24px; }
      .news .item .listnews .sublist a {
        display: block;
        font-weight: 400;
        font-size: 22px;
        color: #000;
        margin-top: 32px;
        line-height: 30px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .news .item .listnews .sublist a:hover {
          color: #7EA29E; }
        @media (max-width: 991px) {
          .news .item .listnews .sublist a {
            font-size: 16px; } }
        .news .item .listnews .sublist a span {
          color: #7EA29E; }

.subnews {
  width: 100%;
  position: relative; }
  .subnews .item {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .subnews .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 0px; } }
    .subnews .item .inner {
      display: block;
      position: relative;
      width: 100%;
      height: 680px;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .subnews .item .inner {
          height: auto; } }
      .subnews .item .inner:hover .photo img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .subnews .item .inner .photo {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10; }
        @media (max-width: 991px) {
          .subnews .item .inner .photo {
            height: 280px; } }
        .subnews .item .inner .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .subnews .item .inner .contant.newstyle {
        width: 324px; }
        @media (max-width: 991px) {
          .subnews .item .inner .contant.newstyle {
            width: 90%; } }
        .subnews .item .inner .contant.newstyle .title {
          -webkit-line-clamp: inherit; }
          @media (max-width: 991px) {
            .subnews .item .inner .contant.newstyle .title {
              -webkit-line-clamp: 2; } }
    .subnews .item .innernews {
      display: block;
      position: relative;
      width: 100%;
      height: calc(100% - 24px);
      margin-top: 24px; }
      @media (max-width: 991px) {
        .subnews .item .innernews {
          height: auto; } }
      .subnews .item .innernews:hover .photo img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .subnews .item .innernews .photo {
        position: relative;
        width: 100%;
        height: 88%;
        overflow: hidden;
        z-index: 10; }
        @media (max-width: 991px) {
          .subnews .item .innernews .photo {
            height: 280px; } }
        .subnews .item .innernews .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
    .subnews .item .energy {
      display: block;
      position: relative;
      width: 100%;
      height: calc(100% - 24px);
      margin-top: 24px; }
      @media (max-width: 991px) {
        .subnews .item .energy {
          height: auto; } }
      .subnews .item .energy:hover .photo img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .subnews .item .energy .photo {
        position: relative;
        width: 100%;
        height: 46%;
        overflow: hidden;
        z-index: 10; }
        @media (max-width: 991px) {
          .subnews .item .energy .photo {
            height: 280px; } }
        .subnews .item .energy .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .subnews .item .energy .contant.newstyle {
        left: auto;
        right: 0px; }
        @media (max-width: 991px) {
          .subnews .item .energy .contant.newstyle {
            right: auto;
            left: 0px; } }
        .subnews .item .energy .contant.newstyle .title {
          -webkit-line-clamp: inherit; }
          @media (max-width: 991px) {
            .subnews .item .energy .contant.newstyle .title {
              -webkit-line-clamp: 2; } }

.universenews {
  width: 100%;
  position: relative;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .universenews {
      padding-top: 0px; } }
  .universenews .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .universenews .item {
        max-width: 100%;
        flex: 100%; } }
    .universenews .item .row {
      margin-bottom: 24px;
      height: calc(50% - 12px); }
      .universenews .item .row:last-child {
        margin-bottom: 0px; }
    @media (max-width: 991px) {
      .universenews .item .innernews {
        max-width: 100%;
        flex: 100%; } }
    .universenews .item .innernews .inner {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 24px;
      background: #F7F7F7; }
      .universenews .item .innernews .inner .tag {
        color: #000;
        font-weight: 300; }
      .universenews .item .innernews .inner .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 52px;
        overflow: hidden;
        margin-top: 8px;
        font-size: 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .universenews .item .innernews .inner .title {
            height: auto; } }
        .universenews .item .innernews .inner .title:hover {
          color: #7EA29E; }
      .universenews .item .innernews .inner p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 84px;
        overflow: hidden;
        font-weight: 400;
        color: #000;
        margin-top: 8px; }
        @media (max-width: 991px) {
          .universenews .item .innernews .inner p {
            height: auto; } }
    .universenews .item .innernews .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 10; }
      @media (max-width: 991px) {
        .universenews .item .innernews .photo {
          height: 280px; } }
      .universenews .item .innernews .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .universenews .item .innernews .photo:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .universenews .item .innernews .bottomsshear {
      left: 28px; }
    .universenews .item .nature {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .universenews .item .nature .photo {
        display: block;
        position: relative;
        width: 100%;
        height: 88%;
        overflow: hidden;
        z-index: 10; }
        @media (max-width: 991px) {
          .universenews .item .nature .photo {
            height: 280px; } }
        .universenews .item .nature .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .universenews .item .nature .photo:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }

.fashion {
  width: 100%;
  position: relative;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .fashion {
      padding-top: 0px; } }
  .fashion .item .innernews .photo {
    height: 50%; }
    @media (max-width: 991px) {
      .fashion .item .innernews .photo {
        height: 280px; } }
  .fashion .item .innernews .contant.newstyle .title {
    -webkit-line-clamp: inherit; }
    @media (max-width: 991px) {
      .fashion .item .innernews .contant.newstyle .title {
        -webkit-line-clamp: 2; } }
  .fashion .item .energy .photo {
    height: 40%; }
    @media (max-width: 991px) {
      .fashion .item .energy .photo {
        height: 280px; } }
  .fashion .item .energy .contant.newstyle {
    right: auto;
    left: 0px; }

.slidernews {
  overflow: hidden;
  margin-top: 48px; }
  @media (max-width: 991px) {
    .slidernews {
      margin-top: 24px; } }
  .slidernews .carousel-item {
    height: 492px; }
    @media (max-width: 991px) {
      .slidernews .carousel-item {
        height: 300px; } }
    .slidernews .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slidernews .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    background: #00000066;
    padding: 8px 12px; }
  .slidernews .title {
    position: absolute;
    right: 12px;
    top: 66px;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    width: 50%;
    background: #00000066; }
    @media (max-width: 991px) {
      .slidernews .title {
        width: calc(100% - 24px); } }
  .slidernews .carousel-indicators {
    display: block;
    left: 24px;
    right: auto;
    margin: 0px;
    padding: 0px;
    bottom: 42%; }
    .slidernews .carousel-indicators li {
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background: none;
      margin-bottom: 12px;
      border: 1px solid transparent; }
      .slidernews .carousel-indicators li::before {
        display: none; }
      .slidernews .carousel-indicators li::after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 7px;
        margin: 0px auto;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #D9D9D9; }
      .slidernews .carousel-indicators li.active {
        border: 1px solid #D9D9D9; }

.lastnews {
  padding-top: 24px; }
  @media (max-width: 991px) {
    .lastnews {
      padding-top: 0px; } }
  @media (max-width: 991px) {
    .lastnews .item {
      max-width: 100%;
      flex: 100%; } }
  .lastnews .item .hismom {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 24px);
    margin-top: 24px; }
    @media (max-width: 991px) {
      .lastnews .item .hismom {
        height: auto; } }
    .lastnews .item .hismom:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .lastnews .item .hismom .photo {
      position: relative;
      width: 100%;
      height: 46%;
      overflow: hidden;
      z-index: 10; }
      @media (max-width: 991px) {
        .lastnews .item .hismom .photo {
          height: 280px; } }
      .lastnews .item .hismom .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .lastnews .item .hismom .contant.newstyle .title {
      -webkit-line-clamp: inherit; }
      @media (max-width: 991px) {
        .lastnews .item .hismom .contant.newstyle .title {
          -webkit-line-clamp: 2; } }
  .lastnews .item .inner {
    display: block;
    position: relative;
    width: 100%;
    height: calc(50% - 24px);
    margin-top: 24px; }
    @media (max-width: 991px) {
      .lastnews .item .inner {
        height: auto; } }
    .lastnews .item .inner:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .lastnews .item .inner .photo {
      position: relative;
      width: 100%;
      height: 84%;
      overflow: hidden;
      z-index: 10; }
      @media (max-width: 991px) {
        .lastnews .item .inner .photo {
          height: 280px; } }
      .lastnews .item .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  .lastnews .item .innernews {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 24px);
    margin-top: 24px; }
    @media (max-width: 991px) {
      .lastnews .item .innernews {
        height: auto; } }
    .lastnews .item .innernews:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .lastnews .item .innernews .photo {
      position: relative;
      width: 100%;
      height: 88%;
      overflow: hidden;
      z-index: 10; }
      @media (max-width: 991px) {
        .lastnews .item .innernews .photo {
          height: 280px; } }
      .lastnews .item .innernews .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  .lastnews .item .food {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 24px);
    margin-top: 24px; }
    @media (max-width: 991px) {
      .lastnews .item .food {
        height: auto; } }
    .lastnews .item .food:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .lastnews .item .food .photo {
      position: relative;
      width: 100%;
      height: 68%;
      overflow: hidden;
      z-index: 10; }
      @media (max-width: 991px) {
        .lastnews .item .food .photo {
          height: 280px; } }
      .lastnews .item .food .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .lastnews .item .food .contant.newstyle .title {
      -webkit-line-clamp: inherit; }
      @media (max-width: 991px) {
        .lastnews .item .food .contant.newstyle .title {
          -webkit-line-clamp: 2; } }

.categories .item {
  margin-top: 48px; }
  @media (max-width: 1199px) {
    .categories .item {
      max-width: 100%;
      flex: 100%;
      margin-top: 24px; } }
  .categories .item .inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .categories .item .inner .photo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 208px; }
      .categories .item .inner .photo img {
        max-width: 92px;
        max-height: 92px; }
    .categories .item .inner .title {
      padding: 24px 8px;
      text-align: center;
      font-size: 24px;
      font-weight: 400;
      color: #2E2E2E; }
      @media (max-width: 767px) {
        .categories .item .inner .title {
          font-size: 18px; } }
  .categories .item a.inner:hover {
    transform: translateY(-10px); }
  .categories .item .sublist a {
    display: block;
    width: 100%;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 767px) {
      .categories .item .sublist a {
        font-size: 18px; } }
    .categories .item .sublist a:hover, .categories .item .sublist a.active {
      color: #7EA29E; }
  .categories .item:nth-child(1) .inner .photo, .categories .item:nth-child(9) .inner .photo {
    background: #85B2AA; }
  .categories .item:nth-child(2) .inner .photo, .categories .item:nth-child(10) .inner .photo {
    background: #FFD0D0; }
  .categories .item:nth-child(3) .inner .photo, .categories .item:nth-child(11) .inner .photo {
    background: #D3D4FF; }
  .categories .item:nth-child(4) .inner .photo, .categories .item:nth-child(12) .inner .photo {
    background: #FAD9FF; }
  .categories .item:nth-child(5) .inner .photo, .categories .item:nth-child(13) .inner .photo {
    background: #FFCD91; }
  .categories .item:nth-child(6) .inner .photo, .categories .item:nth-child(14) .inner .photo {
    background: #65A85A; }
  .categories .item:nth-child(7) .inner .photo, .categories .item:nth-child(15) .inner .photo {
    background: #4C5162; }
  .categories .item:nth-child(8) .inner .photo, .categories .item:nth-child(16) .inner .photo {
    background: #3F879EC4; }
@media (max-width: 1199px) {
  .categories .listitems {
    max-width: 100%;
    flex: 100%; } }
.categories .advr {
  margin-top: 24px; }
  .categories .advr a {
    display: block;
    width: 100%;
    overflow: hidden; }
    .categories .advr a img {
      width: 100%; }
@media (max-width: 991px) {
  .categories .det-item {
    max-width: 100%;
    flex: 100%; } }
.categories .det-item .inner {
  height: auto; }
.categories .itemdetails {
  margin-top: 48px; }
  @media (max-width: 1199px) {
    .categories .itemdetails {
      max-width: 33.333%;
      flex: 33.333%; } }
  @media (max-width: 991px) {
    .categories .itemdetails {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .categories .itemdetails {
      max-width: 100%;
      flex: 100%; } }
  .categories .itemdetails .bottomsshear {
    left: 23px !important;
    top: 10px !important; }
  .categories .itemdetails .inner {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1; }
    .categories .itemdetails .inner:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .categories .itemdetails .inner .photo {
      position: relative;
      width: 100%;
      height: 215px;
      overflow: hidden;
      z-index: 10; }
      @media (max-width: 991px) {
        .categories .itemdetails .inner .photo {
          height: 280px; } }
      .categories .itemdetails .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .categories .itemdetails .inner .contant {
      bottom: -36px;
      height: 85px; }
      .categories .itemdetails .inner .contant .title {
        margin: 0px !important; }
.categories .most {
  width: 100%;
  margin-top: 24px; }
  .categories .most .title {
    font-size: 24px; }
  .categories .most .other {
    display: flex;
    align-items: center;
    margin-top: 32px; }
    .categories .most .other .photo {
      min-width: 120px;
      max-width: 120px;
      height: 90px;
      overflow: hidden;
      margin-left: 16px; }
      .categories .most .other .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .categories .most .other .photo:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    .categories .most .other .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: 300; }
      .categories .most .other .title svg {
        margin-right: 8px;
        width: 18px; }
.categories .related {
  margin-top: 24px; }
  .categories .related .relateditem {
    margin-top: 24px; }
    .categories .related .relateditem .other {
      display: block;
      margin: 0; }
      .categories .related .relateditem .other .photo {
        min-width: 100%;
        max-width: 100%;
        height: 142px;
        margin: 0; }
      .categories .related .relateditem .other .title {
        color: #7EA29E;
        margin-top: 16px; }
.categories .bg-details {
  margin-top: 48px; }
  @media (max-width: 991px) {
    .categories .bg-details {
      margin-top: 24px; }
      .categories .bg-details .advr {
        display: none; } }
  .categories .bg-details .title {
    font-size: 46px; }
    @media (max-width: 991px) {
      .categories .bg-details .title {
        font-size: 26px; } }
  .categories .bg-details .photo {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .categories .bg-details .photo img {
      width: 100%; }
@media (max-width: 991px) {
  .categories .insub {
    max-width: 100%;
    flex: 100%; } }
.categories .insub p {
  margin-top: 24px;
  font-size: 21px;
  font-weight: 400;
  text-align: justify; }
  @media (max-width: 991px) {
    .categories .insub p {
      font-size: 16px; } }
.categories .interest {
  position: relative;
  width: 100%;
  margin-top: 32px;
  padding: 32px 24px 64px 24px;
  background: #7EA29E45; }
  .categories .interest .title {
    font-size: 26px; }
  .categories .interest .itemdetails {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .categories .interest .itemdetails {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 60px; }
        .categories .interest .itemdetails:first-child {
          margin-bottom: 36px; }
        .categories .interest .itemdetails:last-child {
          margin: 0px; } }
  .categories .interest .link {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .categories .interest .link {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .categories .interest .link {
        max-width: 100%;
        flex: 100%; } }
    .categories .interest .link a {
      display: block;
      text-decoration: underline;
      font-size: 20px;
      font-weight: 300;
      color: #262626; }
      .categories .interest .link a:hover {
        text-decoration: none;
        color: #7EA29E; }

.margtop {
  margin-top: 18px; }

.signup {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden; }
  .signup .boxform {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 118px);
    padding: 0px 12px; }
    .signup .boxform .inner {
      width: 562px;
      text-align: center; }
      @media (max-width: 767px) {
        .signup .boxform .inner {
          width: 100%; } }
    .signup .boxform .text {
      margin-top: 76px;
      font-weight: 400;
      font-size: 27px;
      line-height: 33.75px; }
      @media (max-width: 991px) {
        .signup .boxform .text {
          margin-top: 48px;
          font-size: 20px; } }
    .signup .boxform .bottom {
      margin-top: 76px; }
      @media (max-width: 991px) {
        .signup .boxform .bottom {
          margin-top: 48px; } }

.menu {
  position: fixed;
  left: -100%;
  top: 0px;
  background: #fff;
  width: 340px;
  height: 100%;
  padding: 32px;
  z-index: 1001;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 991px) {
    .menu {
      width: 280px;
      padding: 24px; } }
  .menu.active {
    left: 0px; }
  .menu .head {
    display: flex;
    justify-content: space-between; }
    .menu .head .title {
      font-size: 24px; }
    .menu .head .cancel {
      cursor: pointer; }
  .menu .list {
    margin-top: 74px; }
    .menu .list a {
      display: block;
      width: 100%;
      font-weight: 300;
      font-size: 25px;
      margin-top: 32px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .menu .list a {
          font-size: 20px;
          margin-top: 16px; } }
      .menu .list a:hover {
        color: #227D74; }
  .menu p.text {
    position: absolute;
    right: 32px;
    bottom: 32px;
    font-weight: 300;
    font-size: 19px; }
    @media (max-width: 991px) {
      .menu p.text {
        font-size: 16px;
        right: 24px;
        bottom: 24px; } }

.back {
  position: absolute;
  top: 12px;
  right: 12px;
  rotate: 180deg;
  z-index: 10; }

.stapsbox {
  position: relative;
  margin: 0px auto;
  width: 562px;
  margin-top: 24px;
  padding: 0px 12px 60px 12px; }
  @media (max-width: 767px) {
    .stapsbox {
      width: 100%; } }
  .stapsbox .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 76px; }
    @media (max-width: 991px) {
      .stapsbox .title {
        margin-top: 48px; } }
  .stapsbox p {
    margin-top: 36px;
    margin-bottom: 12px; }
  .stapsbox .field .che-box {
    width: 100%;
    margin-top: 16px; }
  .stapsbox #contact {
    width: 100%; }
  .stapsbox .steps ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px; }
    .stapsbox .steps ul li {
      flex: 1;
      list-style: none;
      text-align: center;
      height: 10px;
      margin: 0px 8px; }
      .stapsbox .steps ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 10px;
        background: #EEEEEE;
        position: relative;
        border-radius: 100px; }
  .stapsbox .wizard > .steps .current-info,
  .stapsbox .tabcontrol > .steps .current-info,
  .stapsbox .wizard > .content > .title,
  .stapsbox .tabcontrol > .content > .title {
    position: absolute;
    left: -999em; }
  .stapsbox .wizard > .steps {
    position: relative;
    display: block;
    width: 100%; }
  .stapsbox .wizard.vertical > .steps {
    display: inline; }
  .stapsbox .wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%; }
  .stapsbox .wizard > .steps a,
  .stapsbox .wizard > .steps a:hover,
  .stapsbox .wizard > .steps a:active {
    width: auto;
    text-decoration: none; }
  .stapsbox .wizard > .steps .done a,
  .stapsbox .wizard > .steps .done a:hover,
  .stapsbox .wizard > .steps .done a:active,
  .stapsbox .wizard > .steps .current a:hover,
  .stapsbox .wizard > .steps .current a:active {
    background: #7EA29E; }
  .stapsbox .wizard > .steps .done a .number,
  .stapsbox .wizard > .steps .done a:hover .number,
  .stapsbox .wizard > .steps .done a:active .number {
    background: #0f75bb;
    color: #fff; }
  .stapsbox .number {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    width: 28px;
    height: 28px;
    background: #ced4da;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .stapsbox .wizard > .content {
    display: block;
    position: relative;
    width: auto; }
  .stapsbox .wizard.vertical > .content {
    display: inline; }
  .stapsbox .wizard > .content > .body input.error,
  .stapsbox .wizard > .content > .body select.error {
    border: 1px solid rgba(236, 32, 43, 0.34); }
  .stapsbox .wizard > .content > .body label.error {
    position: absolute;
    top: -22px;
    right: 0px;
    color: #BE0000;
    z-index: 1;
    margin: 0px;
    font-size: 12px; }
  .stapsbox .intl-tel-input label.error {
    left: 0px !important; }
  .stapsbox .wizard > .actions {
    display: block;
    width: 100%;
    margin-top: 24px; }
    .stapsbox .wizard > .actions ul li {
      display: flex;
      justify-content: center;
      align-items: center; }
      .stapsbox .wizard > .actions ul li a {
        display: flex;
        justify-content: center;
        align-items: center; }
      .stapsbox .wizard > .actions ul li:nth-child(1) {
        position: absolute;
        top: 22px;
        right: 12px;
        rotate: 180deg;
        z-index: 10; }
        .stapsbox .wizard > .actions ul li:nth-child(1) a {
          background: url(../images/previous.svg) no-repeat bottom left;
          color: inherit;
          height: auto;
          min-width: 18px;
          height: 24px; }
      .stapsbox .wizard > .actions ul li:nth-child(2), .stapsbox .wizard > .actions ul li:nth-child(3) {
        width: 100%;
        margin-top: 76px; }
        @media (max-width: 991px) {
          .stapsbox .wizard > .actions ul li:nth-child(2), .stapsbox .wizard > .actions ul li:nth-child(3) {
            margin-top: 48px; } }
        .stapsbox .wizard > .actions ul li:nth-child(2) a, .stapsbox .wizard > .actions ul li:nth-child(3) a {
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          outline: none;
          outline-style: none;
          border: 0px;
          padding: 0px 20px;
          height: 90px;
          background: #7EA29E;
          color: #fff;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-clip: padding-box;
          cursor: pointer;
          transition: all .5s;
          overflow: hidden;
          font-size: 20px;
          animation: moveInBottom 5s ease-out;
          animation-fill-mode: backwards;
          width: 100%; }
          .stapsbox .wizard > .actions ul li:nth-child(2) a:hover, .stapsbox .wizard > .actions ul li:nth-child(3) a:hover {
            transform: translateY(-3px);
            background: #227D74; }
          @media (max-width: 991px) {
            .stapsbox .wizard > .actions ul li:nth-child(2) a, .stapsbox .wizard > .actions ul li:nth-child(3) a {
              font-size: 18px;
              height: 60px; } }
  .stapsbox .wizard > .actions .disabled {
    display: none; }
  .stapsbox .wizard > .actions .disabled a,
  .stapsbox .wizard > .actions .disabled a:hover,
  .stapsbox .wizard > .actions .disabled a:active {
    background: #F7F7F7;
    color: inherit;
    padding: 12px 45px;
    height: auto;
    min-width: 120px;
    border-radius: 60px; }

.selection {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .selection {
      max-width: 50%;
      flex: 50%; } }
  .selection .che-box {
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    margin: 0px;
    border: 0px;
    padding: 0px; }
    .selection .che-box .label-text {
      display: block;
      position: relative;
      width: 100%; }
      .selection .che-box .label-text i {
        position: absolute;
        top: 4px;
        width: 100%;
        text-align: center;
        color: #000;
        font-style: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        font-size: 16px;
        margin: 0px;
        z-index: 1; }
    .selection .che-box input[type="checkbox"] {
      position: absolute;
      left: 9000px; }
    .selection .che-box input[type="checkbox"] + .label-text:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 52px;
      border-radius: 10px;
      font-style: initial;
      border: 1px solid #DEDEDE; }
    .selection .che-box input[type="checkbox"]:checked + .label-text:before {
      content: "";
      background: #7EA29E;
      border: 1px solid #7EA29E;
      box-sizing: border-box;
      line-height: 1.4em;
      font-size: 10px;
      text-align: center;
      font-style: normal;
      animation: effect 250ms ease-in;
      box-shadow: none; }
    .selection .che-box input[type="checkbox"]:checked + .label-text i {
      color: #fff; }

.contactus {
  width: 100%;
  position: relative;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .contactus {
      padding-top: 0px; } }
  .contactus .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .contactus .item {
        max-width: 100%;
        flex: 100%; } }
    .contactus .item img {
      max-width: 100%; }
    .contactus .item .title {
      color: #7EA29E;
      font-size: 48px;
      font-weight: 400;
      line-height: 60px; }
      @media (max-width: 991px) {
        .contactus .item .title {
          font-size: 26px; } }
    .contactus .item .text {
      font-size: 22px;
      font-weight: 400;
      color: #333333;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .contactus .item .text {
          font-size: 16px;
          margin-top: 16px; } }
    .contactus .item .contact-block {
      position: relative;
      margin-top: 32px;
      width: 100%; }
      @media (max-width: 991px) {
        .contactus .item .contact-block {
          margin-top: 24px; } }
      .contactus .item .contact-block .title {
        font-size: 25px; }
        @media (max-width: 991px) {
          .contactus .item .contact-block .title {
            font-size: 20px; } }
      .contactus .item .contact-block p,
      .contactus .item .contact-block a {
        margin-top: 8px;
        font-size: 22px;
        font-weight: 400;
        color: #333333;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .contactus .item .contact-block p,
          .contactus .item .contact-block a {
            font-size: 16px; } }
      .contactus .item .contact-block a {
        display: block;
        direction: ltr; }
        .contactus .item .contact-block a:hover {
          color: #7EA29E; }
  .contactus .innerform {
    position: relative;
    width: 100%;
    margin-top: 48px;
    padding-bottom: 64px;
    background: #6A7F7D url(../images/innerform.png) no-repeat right bottom; }
    @media (max-width: 991px) {
      .contactus .innerform {
        padding-bottom: 24px;
        margin-top: 24px; } }
    .contactus .innerform .itemform {
      margin-top: 64px; }
      @media (max-width: 991px) {
        .contactus .innerform .itemform {
          max-width: 100%;
          flex: 100%;
          margin-top: 24px; } }
      .contactus .innerform .itemform .title {
        color: #fff;
        font-size: 64.08px;
        font-weight: 700;
        line-height: 80.1px; }
        @media (max-width: 991px) {
          .contactus .innerform .itemform .title {
            font-size: 30px; }
            .contactus .innerform .itemform .title br {
              display: none; } }
      .contactus .innerform .itemform .text {
        margin-top: 24px;
        font-size: 30.08px;
        font-weight: 400;
        color: #fff;
        line-height: 37.6px; }
        @media (max-width: 991px) {
          .contactus .innerform .itemform .text {
            font-size: 20px;
            margin-top: 16px; } }
    .contactus .innerform .alert {
      margin: 0px;
      margin-top: 24px; }
    .contactus .innerform .field {
      margin-top: 24px; }
      @media (max-width: 767px) {
        .contactus .innerform .field {
          max-width: 100%;
          flex: 100%; } }
      .contactus .innerform .field .form-control {
        border-radius: 0px;
        border: 0px;
        border-bottom: 1px solid #F2F2F2;
        padding: 0px;
        background: none;
        color: #fff; }
        .contactus .innerform .field .form-control:focus {
          border-bottom: 1px solid #fff; }
      .contactus .innerform .field select {
        background: url(../images/arrow3.svg) no-repeat 0px !important; }
        .contactus .innerform .field select option {
          color: #000; }
      .contactus .innerform .field textarea.form-control {
        height: 100px;
        resize: none; }
      .contactus .innerform .field ::placeholder {
        color: #fff;
        opacity: 1;
        /* Firefox */ }
      .contactus .innerform .field ::-ms-input-placeholder {
        /* Edge 12 -18 */
        color: #fff; }
      .contactus .innerform .field.flex {
        display: flex;
        justify-content: flex-end; }
        .contactus .innerform .field.flex .bottom {
          width: 153.32px;
          height: 48px;
          border-radius: 0;
          color: #7EA29E;
          background: #EEEEEE; }

.footer {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 48px 0px;
  margin-top: 80px; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px;
      margin-top: 24px; } }
  @media (max-width: 991px) {
    .footer .item {
      max-width: 100%;
      flex: 100%;
      margin: 0px;
      margin-bottom: 24px; }
      .footer .item:last-child {
        margin: 0px; } }
  @media (max-width: 991px) {
    .footer .item .logo2 {
      width: 100%;
      text-align: center; } }
  .footer .item .logo2 img {
    max-width: 230px; }
  .footer .item .title {
    font-size: 20px; }
    @media (max-width: 991px) {
      .footer .item .title {
        text-align: center; } }
  .footer .item .navmenu {
    margin-top: 20px; }
    .footer .item .navmenu a {
      display: inline-block;
      width: 100%;
      position: relative;
      color: #000;
      margin-bottom: 8px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .footer .item .navmenu a:last-child {
        margin: 0px; }
      .footer .item .navmenu a:hover {
        color: #227D74; }
      @media (max-width: 991px) {
        .footer .item .navmenu a {
          text-align: center; } }
  .footer .item .newsletter {
    position: relative;
    width: 90%;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .item .newsletter {
        width: 100%;
        margin-top: 24px; } }
    .footer .item .newsletter .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 13px;
      right: 14px;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #F8F8F8; }
      @media (max-width: 550px) {
        .footer .item .newsletter .icon {
          display: none; } }
      .footer .item .newsletter .icon img {
        max-width: 100%;
        max-height: 100%; }
    .footer .item .newsletter .form-control {
      height: 81px;
      border-radius: 60px;
      border: 0px !important;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      font-size: 14px;
      font-weight: 400;
      padding: 0px 80px 0px 194px; }
      @media (max-width: 550px) {
        .footer .item .newsletter .form-control {
          height: 60px;
          padding: 0px 12px 0px 142px; } }
    .footer .item .newsletter .bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 12px;
      top: 12px;
      width: 166px;
      height: 57px;
      box-shadow: none;
      border-radius: 60px;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 550px) {
        .footer .item .newsletter .bottom {
          width: 122px;
          height: 43px;
          font-size: 14px;
          top: 9px;
          left: 9px; } }
  .footer .scrollToTop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: none;
    z-index: 1000;
    height: auto;
    font-size: 14px;
    padding: 7px 6px; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  /* list-style: none; */
  line-height: 38px;
  font-size: 16px;
  color: #555555;
  font-family: "Readex Pro", sans-serif; }
  @media (max-width: 991px) {
    html,
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    img,
    ul,
    li,
    hr,
    strong,
    b,
    input,
    select,
    textarea,
    .highcharts-title,
    .highcharts-axis-labels,
    .highcharts-yaxis-title {
      line-height: 32px; } }

::-webkit-scrollbar {
  width: 6px;
  height: 2px; }

/* Track */
::-webkit-scrollbar-track {
  background: #F7F7F7; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #7EA29E;
  cursor: pointer; }

html {
  scroll-behavior: smooth; }

/* Handle on hover */
body {
  position: relative;
  direction: rtl;
  text-align: right;
  background: #fff; }
  body.active {
    overflow: hidden; }

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
  outline-style: none;
  border: 0px;
  padding: 0px 20px;
  height: 90px;
  background: #7EA29E;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  cursor: pointer;
  transition: all .5s;
  overflow: hidden;
  font-size: 20px;
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards; }
  .bottom:hover {
    transform: translateY(-3px);
    background: #227D74; }
  @media (max-width: 991px) {
    .bottom {
      font-size: 18px;
      height: 60px; } }

.title {
  font-size: 34px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 24px; } }

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  padding-right: 28px; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    left: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: ' ';
    font-size: 1.5em;
    display: block;
    text-align: center;
    border: 1px solid #ced4da;
    background: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0;
    box-sizing: border-box;
    border-radius: 50%; }
  .che-box input[type="radio"] + .label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .che-box input[type="checkbox"]:checked + .label-text:before,
  .che-box input[type="radio"]:checked + .label-text:before {
    background: #227D74;
    box-shadow: inset 0 0 0px 4px #fff; }
  .che-box span.label-text {
    font-size: 20px;
    font-weight: 600;
    color: #000; }
    @media (max-width: 991px) {
      .che-box span.label-text {
        font-size: 16px; } }

.form-control {
  height: 68px;
  text-transform: none; }
  .form-control:focus {
    border: 1px solid #7EA29E; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff; }
    .alert a:hover {
      text-decoration: none; }
  .alert .text-mass {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    color: #fff;
    margin: 0px; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

.map-back {
  width: 100%;
  position: relative;
  height: 560px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .map-back {
      height: 300px; } }
  .map-back img {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0000005e; }
  .map-back .container {
    z-index: 10; }
  .map-back .title {
    color: #fff;
    text-align: center;
    font-size: 60px; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 50px; } }
    @media (max-width: 667px) {
      .map-back .title {
        font-size: 40px; } }
    .map-back .title::after, .map-back .title::before {
      display: none; }
  .map-back.teach {
    height: 420px; }
    @media (max-width: 991px) {
      .map-back.teach {
        height: 220px; } }
    .map-back.teach .title {
      max-width: 800px;
      margin: 0 auto;
      margin-top: 48px;
      font-size: 50px; }
      @media (max-width: 991px) {
        .map-back.teach .title {
          font-size: 40px; } }
      .map-back.teach .title span {
        color: #0f75bb; }

.wizard-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px; }
  .wizard-map li {
    display: inline-block;
    margin-right: 16px;
    color: #fff;
    border-right: 2px solid #0f75bb;
    padding-right: 16px;
    font-size: 20px; }
    .wizard-map li:last-child {
      border: 0px;
      padding: 0px;
      margin: 0px; }
    .wizard-map li a {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      color: #fff;
      font-size: 20px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .wizard-map li a:hover {
        color: #0f75bb; }
  @media (max-width: 991px) {
    .wizard-map {
      display: none; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: url(../images/arrow2.svg) no-repeat 12px; }

.pagination {
  margin-top: 40px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .pagination li a,
    .pagination li span {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 50% !important;
      border-radius: 50% !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      color: #7EA29E;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      background: #fff; }
    .pagination li svg {
      width: 16px;
      height: 16px;
      fill: #7EA29E;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .pagination li:last-child svg {
      transform: rotate(90deg); }
    .pagination li:first-child svg {
      transform: rotate(-90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #7EA29E;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.maplink {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-right: 40px; }
  .maplink li {
    display: inline-block;
    color: #000;
    margin-left: 8px;
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .maplink li {
        font-size: 16px; } }
    .maplink li:last-child {
      margin-right: 0px; }
      .maplink li:last-child a {
        padding-left: 0px; }
    .maplink li a {
      color: #fff;
      position: relative;
      font-size: 24px;
      padding-left: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .maplink li a {
          font-size: 16px; } }
      .maplink li a:hover {
        color: #fff; }
      .maplink li a:before {
        position: absolute;
        top: -3px;
        left: -2px;
        content: "/";
        display: inline-block;
        color: #fff; }
        @media (max-width: 991px) {
          .maplink li a:before {
            top: -5px; } }

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000c7;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .overlay.active {
    z-index: 1000;
    opacity: 1; }

.contant {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #00000066;
  padding: 20px;
  z-index: 10; }
  .contant .title {
    color: #fff;
    font-size: 16px; }
  .contant.newstyle {
    background: #fff;
    width: 90%;
    height: 406px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #C7DEFF29; }
    @media (max-width: 991px) {
      .contant.newstyle {
        height: auto; } }
    .contant.newstyle .tag {
      color: #000;
      font-weight: 300; }
    .contant.newstyle .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000;
      margin-top: 8px;
      font-size: 16px;
      padding-bottom: 4px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .contant.newstyle .title:hover {
        color: #7EA29E; }
    .contant.newstyle p {
      color: #000;
      font-weight: 300;
      height: 57%;
      line-height: 30px;
      overflow: hidden;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .contant.newstyle p {
          display: none; } }
  .contant.he-auto {
    height: auto; }

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr; }
  .social a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
    min-width: 32px;
    height: 32px;
    transform: rotate(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    text-transform: capitalize; }
    .social a:before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      transform: scale(0);
      background: #fff;
      transform-origin: center;
      transform-style: preserve-3d;
      transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
      z-index: -1; }
    @media (max-width: 767px) {
      .social a span {
        display: none; } }
    .social a svg {
      fill: #fff;
      width: 16px;
      height: 16px; }
    .social a.icon-facebook {
      background: #3b5998; }
      .social a.icon-facebook:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-facebook:hover::before {
          transform: scaleX(1); }
        .social a.icon-facebook:hover svg, .social a.icon-facebook:hover.icon-twitter path {
          fill: #3b5998 !important; }
      .social a.icon-facebook.icon-twitter path {
        fill: #fff !important; }
    .social a.icon-twitter {
      background: #00acee; }
      .social a.icon-twitter:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-twitter:hover::before {
          transform: scaleX(1); }
        .social a.icon-twitter:hover svg, .social a.icon-twitter:hover.icon-twitter path {
          fill: #00acee !important; }
      .social a.icon-twitter.icon-twitter path {
        fill: #fff !important; }
    .social a.icon-instagram {
      background: #8d5b46; }
      .social a.icon-instagram:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-instagram:hover::before {
          transform: scaleX(1); }
        .social a.icon-instagram:hover svg, .social a.icon-instagram:hover.icon-twitter path {
          fill: #8d5b46 !important; }
      .social a.icon-instagram.icon-twitter path {
        fill: #fff !important; }
    .social a.icon-youtube {
      background: #c4302b; }
      .social a.icon-youtube:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-youtube:hover::before {
          transform: scaleX(1); }
        .social a.icon-youtube:hover svg, .social a.icon-youtube:hover.icon-twitter path {
          fill: #c4302b !important; }
      .social a.icon-youtube.icon-twitter path {
        fill: #fff !important; }
    .social a.icon-rss {
      background: #ee802f; }
      .social a.icon-rss:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-rss:hover::before {
          transform: scaleX(1); }
        .social a.icon-rss:hover svg, .social a.icon-rss:hover.icon-twitter path {
          fill: #ee802f !important; }
      .social a.icon-rss.icon-twitter path {
        fill: #fff !important; }
    .social a.icon-linkedin {
      background: #007fb1; }
      .social a.icon-linkedin:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-linkedin:hover::before {
          transform: scaleX(1); }
        .social a.icon-linkedin:hover svg, .social a.icon-linkedin:hover.icon-twitter path {
          fill: #007fb1 !important; }
      .social a.icon-linkedin.icon-twitter path {
        fill: #fff !important; }
    .social a.icon-gplus {
      background: #dd4b39; }
      .social a.icon-gplus:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-gplus:hover::before {
          transform: scaleX(1); }
        .social a.icon-gplus:hover svg, .social a.icon-gplus:hover.icon-twitter path {
          fill: #dd4b39 !important; }
      .social a.icon-gplus.icon-twitter path {
        fill: #fff !important; }
    .social a.icon-whatsapp {
      background: #189d0e; }
      .social a.icon-whatsapp:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social a.icon-whatsapp:hover::before {
          transform: scaleX(1); }
        .social a.icon-whatsapp:hover svg, .social a.icon-whatsapp:hover.icon-twitter path {
          fill: #189d0e !important; }
      .social a.icon-whatsapp.icon-twitter path {
        fill: #fff !important; }

.bottomsshear {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 12; }
  .bottomsshear .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #6a7f7de6;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .bottomsshear .dropdown-toggle:hover {
      background: #6a7f7d; }
    .bottomsshear .dropdown-toggle::after {
      display: none; }
    .bottomsshear .dropdown-toggle svg {
      width: 22px;
      height: 22px;
      fill: #fff; }
  .bottomsshear .dropdown-menu {
    top: -26px !important;
    left: 30px !important;
    padding: 0;
    min-width: auto;
    background: none;
    border: 0px; }
  .bottomsshear .social {
    margin: -13px 0px 0px 20px; }
    .bottomsshear .social a {
      margin-right: 4px; }

.mtbtn .bottomsshear {
  left: 28px;
  top: 40px; }

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