/*--------
	Main Slider
--------*/
.mainSlider-layout {
    position: relative;
    z-index: 1; }
  
  .mainSlider-wrapper {
    position: relative;
    z-index: 1; }
    .mainSlider-wrapper .loading-dots {
      color: #323232;
      font-family: "Poppins", sans-serif;
      font-weight: 600; }
      @media (min-width: 1025px) {
        .mainSlider-wrapper .loading-dots {
          font-size: 38px;
          line-height: 38px; } }
      @media (max-width: 1024.98px) {
        .mainSlider-wrapper .loading-dots {
          font-size: 25px;
          line-height: 25px; } }
      @media (max-width: 767.98px) {
        .mainSlider-wrapper .loading-dots {
          font-size: 22px;
          line-height: 22px; } }
  
  @media (min-width: 768px) {
    .mainSlider {
      height: 800px; } }
  
  @media (max-width: 1024.98px) {
    .mainSlider {
      height: 403px; } }
  
  @media (max-width: 767.98px) {
    .mainSlider {
      height: 347px; } }
  
  .mainSlider .container {
    position: relative; }
    @media (min-width: 1025px) {
      .mainSlider .container {
        padding-left: 50px;
        padding-right: 50px; } }
  
  @media (max-width: 1229.98px) {
    .mainSlider .container-fluid-lg {
      padding-left: 20px;
      padding-right: 20px; } }
  
  .mainSlider .slide .img--holder {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 800px;
    -webkit-transition: -webkit-transform 6s ease;
    transition: -webkit-transform 6s ease;
    transition: transform 6s ease;
    transition: transform 6s ease, -webkit-transform 6s ease; }
    @media (min-width: 768px) {
      .mainSlider .slide .img--holder {
        height: 800px; } }
    @media (max-width: 1024.98px) {
      .mainSlider .slide .img--holder {
        height: 403px; } }
    @media (max-width: 767.98px) {
      .mainSlider .slide .img--holder {
        height: 347px; } }
    .mainSlider .slide .img--holder img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  
  .mainSlider .slide .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .mainSlider .slide .slide-content .container .tt-text-01 {
      color: #ffffff;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.07em; }
    .mainSlider .slide .slide-content .container .tt-text-02 {
      color: #ffffff;
      font-weight: 600;
      font-family: "Poppins", sans-serif; }
    .mainSlider .slide .slide-content .container .tt-text-03 {
      color: #ffffff;
      max-width: 500px; }
    .mainSlider .slide .slide-content .container:not(.text-center):not(.text-right) .tt-row-btn {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .mainSlider .slide .slide-content .container.text-center .tt-text-03 {
      margin-left: auto;
      margin-right: auto; }
  
  @media (min-width: 1025px) {
    .mainSlider .slide .slide-content .tt-text-01 {
      font-size: 16px;
      line-height: 26px; }
    .mainSlider .slide .slide-content .tt-text-02 {
      font-size: 58px;
      line-height: 64px;
      margin-top: 22px; }
    .mainSlider .slide .slide-content .tt-text-03 {
      font-size: 16px;
      line-height: 27px;
      margin-top: 24px; } }
  
  @media (max-width: 1024.98px) {
    .mainSlider .slide .slide-content .tt-text-01 {
      font-size: 14px;
      line-height: 24px; }
    .mainSlider .slide .slide-content .tt-text-02 {
      font-size: 38px;
      line-height: 44px;
      margin-top: 15px; }
    .mainSlider .slide .slide-content .tt-text-03 {
      font-size: 15px;
      line-height: 24px;
      margin-top: 15px; } }
  
  @media (max-width: 767.98px) {
    .mainSlider .slide .slide-content .tt-text-01 {
      font-size: 12px;
      line-height: 20px; }
    .mainSlider .slide .slide-content .tt-text-02 {
      font-size: 28px;
      line-height: 38px;
      margin-top: 15px; }
    .mainSlider .slide .slide-content .tt-text-03 {
      font-size: 13px;
      line-height: 20px;
      margin-top: 15px; } }
  
  .mainSlider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    bottom: 90px;
    z-index: 2; }
    .mainSlider .slick-dots li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 0 12px;
      height: 20px; }
      .mainSlider .slick-dots li > * {
        width: 8px;
        max-width: 8px;
        height: 8px;
        display: block;
        background-color: #ffffff;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: none;
        padding: 0;
        -webkit-transition: background-color .2s, height .2s, border-radius .2s;
        transition: background-color .2s, height .2s, border-radius .2s; }
      .mainSlider .slick-dots li:not(.slick-active) {
        cursor: pointer; }
        .mainSlider .slick-dots li:not(.slick-active) > * {
          cursor: pointer; }
      .mainSlider .slick-dots li.slick-active > *, .mainSlider .slick-dots li:hover > * {
        background-color: #6984c2; }
      .mainSlider .slick-dots li.slick-active > * {
        height: 20px;
        border-radius: 4px; }
  
  @media (max-width: 1024.98px) {
    .mainSlider .slick-dots {
      display: none !important; } }
  
  .fadeInLeftSm {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  
  .fadeInRightSm {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  
  .fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  
  .animated.fadeInLeftSm,
  .animated.fadeInRightSm,
  .animated.fadeInUpSm {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }
  
  @-webkit-keyframes fadeInUpSm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0); }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  @keyframes fadeInUpSm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0); }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  @-webkit-keyframes fadeInLeftSm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0);
      transform: translate3d(-20%, 0, 0); }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  @keyframes fadeInLeftSm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0);
      transform: translate3d(-20%, 0, 0); }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  @-webkit-keyframes fadeInRightSm {
    from {
      opacity: 0;
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(20%, 0, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  @keyframes fadeInRightSm {
    from {
      opacity: 0;
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(20%, 0, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  body.is-loaded .loading-content {
    opacity: 0;
    visibility: hidden; }
  
  .loading-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .loading-content.disable {
      opacity: 0; }
    .loading-content img {
      margin-top: -100px; }
    @media (max-width: 1024.98px) {
      .loading-content img {
        max-width: 45px;
        height: auto;
        margin-top: -30px; } }
    @media (max-width: 790px) {
      .loading-content img {
        max-width: 35px;
        height: auto; } }
  
  .load-mainslider .mainSlider .slide.slick-current .img--holder {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  
  #js-mainSlider:not(.slick-initialized) .slide:not(:first-child) {
    display: none; }.round-layout01 {
    width: calc(715px + 28px);
    height: 715px;
    margin-right: -28px;
    background-repeat: no-repeat;
    position: relative; }
    .round-layout01 .round-layout01__img-motion {
      position: absolute;
      top: 157px; }
      .round-layout01 .round-layout01__img-motion img:first-child {
        -webkit-animation: 40s linear 0s normal none infinite running rot;
        animation: 40s linear 0s normal none infinite running rot;
        position: relative;
        z-index: 2; }
      .round-layout01 .round-layout01__img-motion img:last-child {
        position: absolute;
        top: 0;
        left: -17px;
        z-index: 0; }
    .round-layout01 .round-layout01__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 528px;
      height: 528px;
      background-color: #ffffff;
      border: 35px solid #f1f3f5;
      border-radius: 50%;
      position: relative;
      top: 100px;
      left: 100px; }
    .round-layout01 .round-layout01_center {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .round-layout01 .round-layout01_center .tt-title {
        padding: 0;
        margin: 0;
        color: #323232;
        font-family: "Poppins", sans-serif;
        font-size: 28px;
        line-height: 38px;
        padding: 0 0 15px 0;
        font-weight: 600;
      }
        .round-layout01 .round-layout01_center .tt-title + * {
          margin-top: 0; }
      .round-layout01 .round-layout01_center:nth-child(1) {
        margin-top: 0;
        padding-bottom: 0; }
    .round-layout01 .round-layout01_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 208px;
      height: 208px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 10px solid #f1f3f5;
      position: absolute;
      font-size: 20px;
      line-height: 30px;
      color: #323232;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
      box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25); }
      .round-layout01 .round-layout01_item.item-absent {
        background-color: #f1f3f5;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .round-layout01 .round-layout01_item.item-absent:before {
          content: '';
          width: 100%;
          height: 100%;
          border: 6px solid #6984c2;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0; }
        .round-layout01 .round-layout01_item.item-absent:after {
          content: '';
          width: calc(100% - 4px);
          height: 5px;
          background-color: #6984c2;
          display: block;
          position: absolute;
          top: calc(50% - 4px);
          left: 4px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
          box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
    .round-layout01 .item-position-01 {
      top: -118px;
      right: 130px; }
    .round-layout01 .item-position-02 {
      top: 40px;
      right: -96px; }
    .round-layout01 .item-position-03 {
      bottom: -69px;
      right: -20px; }
    .round-layout01 .item-position-04 {
      bottom: -69px;
      left: -20px; }
    @media (max-width: 1229.98px) {
      .round-layout01 {
        margin-left: auto;
        margin-right: auto;
        width: 715px; } }
    @media (max-width: 1024.98px) {
      .round-layout01 {
        width: 632px;
        height: 630px;
        background-size: cover;
        background-position: center center; }
        .round-layout01 .round-layout01__img-motion {
          top: 147px;
          left: 10px; 
          display: grid;
        }
          .round-layout01 .round-layout01__img-motion img {
            width: 90%; 
          }
          .round-layout01 .round-layout01__img-motion img:last-child {
              display: none;
          }
        .round-layout01 .round-layout01__wrapper {
          width: 445px;
          height: 445px;
          border-width: 30px; }
        .round-layout01 .round-layout01_center .tt-title {
          font-size: 24px;
          line-height: 30px; }
        .round-layout01 .round-layout01_item {
          width: 176px;
          height: 176px;
          font-size: 17px;
          line-height: 27px; }
        .round-layout01 .item-position-01 {
          top: -95px;
          right: 107px; }
        .round-layout01 .item-position-02 {
          top: 36px;
          right: -84px; }
        .round-layout01 .item-position-03 {
          bottom: -63px;
          right: -20px; }
        .round-layout01 .item-position-04 {
          bottom: -63px;
          left: -20px; } }
    @media (max-width: 790px) {
      .round-layout01 {
        height: 610px; } }
    @media (max-width: 660px) {
      .round-layout01 {
        width: 100%;
        height: 457px;
        background-size: cover;
        background-position: center center; }
        .round-layout01 .round-layout01__img-motion {
          top: 147px;
          left: 50%;
          margin-left: -280px; }
          .round-layout01 .round-layout01__img-motion img {
            width: 67%; }
        .round-layout01 .round-layout01__wrapper {
          width: 331px;
          height: 331px;
          border-width: 22px;
          margin-left: auto;
          margin-right: auto;
          top: 63px;
          left: 0; }
        .round-layout01 .round-layout01_center .tt-title {
          font-size: 20px;
          line-height: 30px;
          padding-bottom: 10px; }
          .round-layout01 .round-layout01_center .tt-title br {
            display: none; }
        .round-layout01 .round-layout01_item {
          width: 130px;
          height: 130px;
          font-size: 16px;
          line-height: 24px;
          border-width: 6px;
          -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
          box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25); }
          .round-layout01 .round-layout01_item.item-absent {
            background-color: #f1f3f5;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .round-layout01 .round-layout01_item.item-absent:before {
              border-width: 3px; }
            .round-layout01 .round-layout01_item.item-absent:after {
              width: calc(100% - 2px);
              height: 3px;
              background-color: #6984c2;
              display: block;
              position: absolute;
              top: calc(50% - 1px);
              left: 2px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
              box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
        .round-layout01 .item-position-01 {
          top: -55px;
          right: 152px; }
        .round-layout01 .item-position-02 {
          top: -55px;
          right: 2px; }
        .round-layout01 .item-position-03 {
          bottom: -52px;
          right: 1px; }
        .round-layout01 .item-position-04 {
          bottom: -52px;
          left: 5px; } }
    @media (max-width: 380px) {
      .round-layout01 .round-layout01__wrapper {
        width: 320px;
        height: 320px; } }
    @media (max-width: 350px) {
      .round-layout01 .round-layout01__wrapper {
        left: -8.5%; } }
  
  @keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @-webkit-keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @media (min-width: 1230px) {
    .tt-custom-width {
      max-width: 370px; } }
  
  @media (min-width: 1230px) {
    .round-layout01__align {
      margin-top: -34px; } }
  
  .round-layout02 {
    width: 714px;
    height: 714px;
    background-repeat: no-repeat;
    position: relative; }
    .round-layout02 .round-layout02__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 534px;
      height: 534px;
      background-color: #ffffff;
      border-radius: 50%;
      position: relative;
      top: 86px;
      left: 100px; }
    .round-layout02 .round-layout02_center {
      max-width: 290px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding-bottom: 18px; }
      .round-layout02 .round-layout02_center .tt-title {
        padding: 0;
        margin: 0;
        color: #323232;
        font-family: "Poppins", sans-serif;
        font-size: 28px;
        line-height: 38px;
        padding: 0 0 15px 0; }
        .round-layout02 .round-layout02_center .tt-title + * {
          margin-top: 0; }
      .round-layout02 .round-layout02_center:nth-child(1) {
        margin-top: 0;
        padding-bottom: 0; }
    .round-layout02 .round-layout02_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 208px;
      height: 208px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 10px solid #f1f3f5;
      position: absolute;
      padding-left: 5px;
      padding-right: 5px;
      -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
      box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25); }
      .round-layout02 .round-layout02_item .tt-icon {
        font-size: 51px;
        color: #6984c2;
        margin-top: 4px; }
      .round-layout02 .round-layout02_item .tt-title {
        font-size: 16px;
        line-height: 24px;
        color: #323232;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        margin-top: 14px;
        width: 100%; }
      .round-layout02 .round-layout02_item.item-select {
        background-color: #f1f3f5;
        border: 10px solid #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .round-layout02 .round-layout02_item.item-absent {
        background-color: #ffffff !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .round-layout02 .round-layout02_item.item-absent:before {
          content: '';
          width: 100%;
          height: 100%;
          border: 6px solid #6984c2;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0; }
        .round-layout02 .round-layout02_item.item-absent:after {
          content: '';
          width: calc(100% - 4px);
          height: 5px;
          background-color: #6984c2;
          display: block;
          position: absolute;
          top: calc(50% - 4px);
          left: 4px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
          box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
    .round-layout02 .item-position-01 {
      top: -85px;
      left: 165px; }
    .round-layout02 .item-position-02 {
      top: 35px;
      right: -66px; }
    .round-layout02 .item-position-03 {
      top: 287px;
      right: -67px; }
    .round-layout02 .item-position-04 {
      bottom: -75px;
      left: 170px; }
    .round-layout02 .item-position-05 {
      top: 287px;
      left: -57px; }
    .round-layout02 .item-position-06 {
      top: 35px;
      left: -57px; }
    @media (max-width: 1229.98px) {
      .round-layout02 {
        margin-left: auto;
        margin-right: auto;
        width: 715px; } }
    @media (max-width: 1024.98px) {
      .round-layout02 {
        width: 632px;
        height: 632px;
        background-size: cover;
        background-position: center center; }
        .round-layout02 .round-layout02__wrapper {
          width: 445px;
          height: 445px;
          border-width: 30px; }
        .round-layout02 .round-layout02_center .tt-title {
          font-size: 22px;
          line-height: 28px; }
        .round-layout02 .round-layout02_item {
          width: 176px;
          height: 176px; }
          .round-layout02 .round-layout02_item .tt-icon {
            font-size: 35px;
            margin-top: -7px; }
          .round-layout02 .round-layout02_item .tt-title {
            font-size: 16px;
            line-height: 22px;
            margin-top: 7px;
            padding-bottom: 10px; }
        .round-layout02 .item-position-01 {
          top: -85px;
          left: 145px; }
        .round-layout02 .item-position-02 {
          top: 15px;
          right: -67px; }
        .round-layout02 .item-position-03 {
          top: 237px;
          right: -67px; }
        .round-layout02 .item-position-04 {
          bottom: -75px;
          left: 150px; }
        .round-layout02 .item-position-05 {
          top: 237px;
          left: -67px; }
        .round-layout02 .item-position-06 {
          top: 15px;
          left: -67px; } }
    @media (max-width: 660px) {
      .round-layout02 {
        width: 320px;
        height: 506px;
        background-size: cover;
        background-position: center center; }
        .round-layout02 .round-layout02__wrapper {
          width: 282px;
          height: 282px;
          border-width: 22px;
          margin-left: auto;
          margin-right: auto;
          top: 81px;
          left: 0; }
        .round-layout02 .round-layout02_center {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 10px;
          max-width: 225px; }
          .round-layout02 .round-layout02_center .tt-title {
            font-size: 20px;
            line-height: 30px;
            padding-bottom: 3px; }
        .round-layout02 .round-layout02_item {
          width: 128px;
          height: 128px;
          font-size: 16px;
          line-height: 24px;
          border-width: 6px;
          padding-left: 10px;
          padding-right: 10px;
          -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
          box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
          border-width: 7px; }
          .round-layout02 .round-layout02_item.item-select {
            border-width: 7px; }
          .round-layout02 .round-layout02_item.item-absent {
            background-color: #f1f3f5;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .round-layout02 .round-layout02_item.item-absent:before {
              border-width: 4px; }
            .round-layout02 .round-layout02_item.item-absent:after {
              width: calc(100% - 2px);
              height: 3px;
              background-color: #6984c2;
              display: block;
              position: absolute;
              top: calc(50% - 1px);
              left: 2px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
              box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
          .round-layout02 .round-layout02_item .tt-icon {
            font-size: 28px;
            margin-top: 0px; }
          .round-layout02 .round-layout02_item .tt-title {
            font-size: 14px;
            line-height: 19px;
            margin-top: 3px;
            padding-bottom: 8px; }
        .round-layout02 .item-position-01 {
          top: -77px;
          left: 80px; }
        .round-layout02 .item-position-02 {
          top: -3px;
          right: -42px; }
        .round-layout02 .item-position-03 {
          top: 155px;
          right: -43px; }
        .round-layout02 .item-position-04 {
          bottom: -83px;
          left: 79px; }
        .round-layout02 .item-position-05 {
          top: 155px;
          left: -42px; }
        .round-layout02 .item-position-06 {
          top: -3px;
          left: -42px; } }
    @media (max-width: 575.98px) {
      .round-layout02 {
        height: 506px; } }
  
  @keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @-webkit-keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }@media (min-width: 1230px) {
  .tt-custom-width {
    max-width: 370px; } }

.tabs-default .nav-tabs {
  margin: 0 -10px -11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .tabs-default .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tabs-default .nav-tabs li a {
      background-color: #ffffff;
      -webkit-transition: .2s linear;
      transition: .2s linear;
      padding: 31px 53px;
      display: inline-block;
      -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
      box-shadow: 0 19px 40px rgba(157, 174, 185, 0); }
      .tabs-default .nav-tabs li a .tt-large {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #323232; }
      .tabs-default .nav-tabs li a .tt-small {
        color: #7b7b7b; }
      .tabs-default .nav-tabs li a span {
        display: block; }
      .tabs-default .nav-tabs li a:hover .tt-large {
        color: #6984c2;
        display: block; }
      .tabs-default .nav-tabs li a:hover .tt-small {
        color: #7b7b7b;
        display: block; }
      .tabs-default .nav-tabs li a.active {
        background-color: #f1f3f5; }
        .tabs-default .nav-tabs li a.active .tt-large {
          color: #6984c2; }
      .tabs-default .nav-tabs li a:not(.active) {
        -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
        box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15); }
    .tabs-default .nav-tabs li:first-child {
      margin-left: 0; }
    .tabs-default .nav-tabs li:last-child {
      margin-right: 0; }
  .tabs-default .nav-tabs.nav-tabs__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .tabs-default .nav-tabs.nav-tabs__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.tabs-default .tab-content {
  margin-top: -11px; }
  @media (max-width: 767.98px) {
    .tabs-default .tab-content {
      margin-top: -15px; } }
  .tabs-default .tab-content .tab-pane:not(.active) {
    display: none; }

@media (max-width: 1024.98px) {
  .tabs-default .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px; }
    .tabs-default .nav-tabs li a {
      padding: 29px 35px 26px; }
      .tabs-default .nav-tabs li a .tt-large {
        font-size: 17px; } }

@media (max-width: 767.98px) {
  .tabs-default .nav-tabs {
    margin: 0 0 -15px 0; }
    .tabs-default .nav-tabs li {
      width: 100%;
      margin: 0; }
      .tabs-default .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px; }
        .tabs-default .nav-tabs li a .tt-large {
          font-size: 16px; } }

@media (max-width: 575.98px) {
  .tabs-default {
    margin-top: -7px; } }

.tabs-default02 .nav-tabs {
  margin: 0 -10px -11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .tabs-default02 .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(33.333% - 20px); }
    .tabs-default02 .nav-tabs li a {
      background-color: #ffffff;
      -webkit-transition: .2s linear;
      transition: .2s linear;
      padding: 39px 53px 37px 40px;
      display: block;
      -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
      box-shadow: 0 19px 40px rgba(157, 174, 185, 0); }
      .tabs-default02 .nav-tabs li a .tt-large {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #323232; }
      .tabs-default02 .nav-tabs li a .tt-small {
        color: #7b7b7b;
        margin-top: 10px; }
      .tabs-default02 .nav-tabs li a span {
        display: block; }
      .tabs-default02 .nav-tabs li a:hover .tt-large {
        color: #6984c2;
        display: block; }
      .tabs-default02 .nav-tabs li a:hover .tt-small {
        color: #7b7b7b;
        display: block; }
      .tabs-default02 .nav-tabs li a.active {
        background-color: #f1f3f5; }
        .tabs-default02 .nav-tabs li a.active .tt-large {
          color: #6984c2; }
      .tabs-default02 .nav-tabs li a:not(.active) {
        -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
        box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15); }
  .tabs-default02 .nav-tabs.nav-tabs__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .tabs-default02 .nav-tabs.nav-tabs__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (max-width: 1024.98px) {
    .tabs-default02 .nav-tabs {
      margin-top: 7px; } }

.tabs-default02 .tab-content {
  margin-top: -11px; }
  @media (max-width: 767.98px) {
    .tabs-default02 .tab-content {
      margin-top: -15px; } }
  .tabs-default02 .tab-content .tab-pane:not(.active) {
    display: none; }

@media (max-width: 1024.98px) {
  .tabs-default02 .nav-tabs li a {
    padding: 22px 30px 19px;
    min-height: 112px; }
    .tabs-default02 .nav-tabs li a .tt-large {
      font-size: 17px; }
    .tabs-default02 .nav-tabs li a .tt-small {
      margin-top: 6px; } }

@media (max-width: 767.98px) {
  .tabs-default02 .nav-tabs {
    margin: 0 0 -15px 0; }
    .tabs-default02 .nav-tabs li {
      width: 100%;
      margin: 0; }
      .tabs-default02 .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px;
        min-height: inherit;
        font-size: 16px; }
        .tabs-default02 .nav-tabs li a .tt-large {
          font-size: 16px; }
        .tabs-default02 .nav-tabs li a .tt-small {
          display: none !important; } }



.tabs-default03 .tab-content {
  margin-top: -11px; }
  @media (max-width: 767.98px) {
    .tabs-default03 .tab-content {
      margin-top: -15px; } }
  .tabs-default03 .tab-content .tab-pane:not(.active) {
    display: none; }

@media (max-width: 1024.98px) {
  .tabs-default03 .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px; }
    .tabs-default03 .nav-tabs li a {
      padding: 29px 35px 26px; }
      .tabs-default03 .nav-tabs li a .tt-large {
        font-size: 17px; } }

@media (max-width: 767.98px) {
  .tabs-default03 .nav-tabs {
    margin: 0 0 -15px 0; }
    .tabs-default03 .nav-tabs li {
      width: 100%;
      margin: 0; }
      .tabs-default03 .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px; }
        .tabs-default03 .nav-tabs li a .tt-large {
          font-size: 16px; } }

@media (max-width: 575.98px) {
  .tabs-default03 {
    margin-top: -7px; } }

.tab-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f1f3f5; }
  .tab-layout01 .tab-layout01__img {
    width: 56.5%;
    padding-right: 25px; }
    .tab-layout01 .tab-layout01__img img {
      margin-top: -81px;
      max-width: 100%;
      height: auto; }

  .tab-layout01 .tab-layout01__descriptions {
    width: 43.5%;
    padding: 87px 15px 87px 0;
    max-width: 472px; }
  .tab-layout01 .tab-layout01__title {
    font-size: 36px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #323232;
    margin: 0;
    padding: 0 0 26px 0; }
    .tab-layout01 .tab-layout01__title + * {
      margin-top: 0; }
  .tab-layout01 .tt-icon-list {
    margin-top: 0px; }
  @media (max-width: 1229.98px) {
    .tab-layout01 .tab-layout01__img {
      width: 50%; }
    .tab-layout01 .tab-layout01__descriptions {
      width: 50%; } }
  @media (max-width: 1024.98px) {
    .tab-layout01 .tab-layout01__img {
      width: 45%; }
      .tab-layout01 .tab-layout01__img img {
        margin-top: -32px; }
    .tab-layout01 .tab-layout01__descriptions {
      padding: 52px 15px 60px 0;
      width: 55%;
      max-width: inherit; }
    .tab-layout01 .tab-layout01__title {
      font-size: 30px;
      line-height: 38px;
      padding: 0 0 16px 0; } }
  @media (max-width: 767.98px) {
    .tab-layout01 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 45px 0; }
      .tab-layout01 .tab-layout01__img {
        padding-right: 0;
        width: 100%;
        text-align: center; 
        margin-bottom: 30px;
      }
        .tab-layout01 .tab-layout01__img img {
          margin: 0; 
        }
        .tab-layout01 .tab-layout01__img img {
          width: 100%;
          max-width: 359px;
       } 
      .tab-layout01 .tab-layout01__descriptions {
        width: 100%;
        max-width: inherit;
        padding: 0px 15px;
        text-align: center; }
      .tab-layout01 .tab-layout01__title {
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 16px 0;
        text-align: left; }
      .tab-layout01 p {
        text-align: left; } }

.tab-layout02 {
  padding: 60px 0 120px;
  background-color: #f1f3f5;
  background-position: 89% 0%;
  background-repeat: no-repeat; }
  @media (max-width: 1229.98px) {
    .tab-layout02 {
      background-position: right bottom; } }
  @media (max-width: 1024.98px) {
    .tab-layout02 {
      background-size: 60%, 60%;
      padding: 53px 0 80px; } }
  @media (max-width: 790px) {
    .tab-layout02 {
      padding: 60px 0 59px; } }
  @media (max-width: 767.98px) {
    .tab-layout02 {
      background-size: 70%, 70%; } }

.video-block01 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #f8f9fb;
    min-height: 522px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative;
    text-align: left; }
    .video-block01 .tt-video-link {
      right: -51px;
      bottom: 117px; }
    .video-block01 .video-block01__description {
      padding: 60px 60px 53px 60px; }
    .video-block01 .video-block01__title {
      color: #323232;
      font-family: "Poppins", sans-serif;
      font-size: 36px;
      line-height: 46px;
      font-weight: 600;
      padding: 0 20px 12px 0;
      margin: 0; }
      .video-block01 .video-block01__title + * {
        margin-top: 0; }
    @media (min-width: 1025px) {
      .video-block01.video-block01__indent {
        margin-left: 30px; } }
    @media (max-width: 1229.98px) {
      .video-block01.video-block01__indent {
        margin-top: 30px; } }
    @media (max-width: 1024.98px) {
      .video-block01 {
        min-height: 483px; }
        .video-block01 .video-block01__description {
          padding: 60px 43px 35px; }
        .video-block01 .video-block01__title {
          font-size: 30px;
          line-height: 38px; }
        .video-block01 .tt-video-link {
          right: -44px;
          bottom: 87px; } }
    @media (max-width: 767.98px) {
      .video-block01 {
        min-height: 359px;
        max-width: 405px; }
        .video-block01 .video-block01__description {
          padding: 60px 43px 20px 23px; }
        .video-block01 .video-block01__title {
          font-size: 24px;
          line-height: 30px; }
        .video-block01 .tt-video-link {
          right: -11px;
          bottom: 87px; } }
  
  .tt-video-link {
    width: 108px;
    height: 108px;
    background-color: #6984c2;
    border: 7px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    position: absolute;
    z-index: 3;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .tt-video-link:before {
      content: '\e91e';
      font-family: "sanitizex";
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 18px;
      line-height: 1;
      -webkit-transition: all .2s;
      transition: all .2s; }
      @media (min-width: 1025px) {
        .tt-video-link:before {
          margin-left: 3px; } }
    .tt-video-link::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #6984c2;
      opacity: .5;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all .3s;
      transition: all .3s;
      pointer-events: none; }
    .tt-video-link:not(:hover)::after {
      -webkit-animation: pulse 1.3s infinite linear;
      animation: pulse 1.3s infinite linear; }
    .tt-video-link:hover {
      background-color: #ffffff !important;
      border-color: #6984c2; }
      .tt-video-link:hover:before {
        color: #6984c2; }
      .tt-video-link:hover::after {
        display: none; }
    @media (max-width: 1024.98px) {
      .tt-video-link {
        width: 87px;
        height: 87px; }
        .tt-video-link:before {
          font-size: 13px; } }
    @media (max-width: 767.98px) {
      .tt-video-link {
        width: 82px;
        height: 82px; }
        .tt-video-link:before {
          font-size: 13px; } }
  
  @-webkit-keyframes pulse {
    from {
      width: 100%;
      height: 100%;
      opacity: .8; }
    50% {
      width: 140%;
      height: 140%;
      opacity: 0; }
    to {
      width: 100%;
      height: 100%;
      opacity: 0; } }
  
  @keyframes pulse {
    from {
      width: 100%;
      height: 100%;
      opacity: .8; }
    50% {
      width: 140%;
      height: 140%;
      opacity: 0; }
    to {
      width: 100%;
      height: 100%;
      opacity: 0; } }

      .box-info {
        background-color: #ffffff;
        padding: 42px 30px 36px 40px; }
        .box-info .box-info__img {
          color: #6984c2;
          font-size: 40px; }
        .box-info .box-info__title {
          font-size: 20px;
          line-height: 30px;
          color: #323232;
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          margin: 10px 0 0 0;
          padding: 0 0 7px 0; }
          .box-info .box-info__title + * {
            margin-top: 0; }
        @media (max-width: 1024.98px) {
          .box-info {
            font-size: 15px;
            line-height: 24px; }
            .box-info br {
              display: none; }
            .box-info .box-info__img {
              font-size: 35px; }
            .box-info .box-info__title {
              font-size: 17px;
              line-height: 27px; } }
        @media (max-width: 767.98px) {
          .box-info {
            max-width: 490px;
            margin-left: auto;
            margin-right: auto; } }
      
      .box-info-wrapper {
        margin-top: -30px; }
        .box-info-wrapper .box-info {
          margin-top: 30px; }
      .tt-box-wrapper {
    padding: 65px 60px 72px; }
    @media (max-width: 1024.98px) {
      .tt-box-wrapper {
        padding: 72px 15px 80px; } }
    @media (max-width: 790px) {
      .tt-box-wrapper {
        padding: 53px 15px 60px; } }
  
  .tt-box-indent {
    padding: 30px; }
    @media (max-width: 1024.98px) {
      .tt-box-indent {
        padding: 30px; } }
    @media (max-width: 767.98px) {
      .tt-box-indent {
        padding: 20px; } }
  
.accordeon-01 {
    margin-top: 0px; }
    .accordeon-01 .tt-item {
      position: relative;
      padding: 0px 27px 11px 27px;
      background-color: #fdfefe;
      -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
      box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
      .accordeon-01 .tt-item .tt-item__content {
        display: none;
        padding-right: 50px;
        padding-bottom: 19px; }
      .accordeon-01 .tt-item.tt-item__open {
        background-color: #ffffff; }
        .accordeon-01 .tt-item.tt-item__open .tt-item__title:before {
          content: '-';
          right: -9px; }
        .accordeon-01 .tt-item.tt-item__open .tt-item__content {
          display: block; }
      .accordeon-01 .tt-item:not(.tt-item__open) {
        cursor: pointer; }
      .accordeon-01 .tt-item:not(:first-child) {
        margin-top: 10px; }
    .accordeon-01 .tt-item__title {
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #323232;
      -webkit-transition: color .2s;
      transition: color .2s;
      padding: 21px 20px 7px 0px;
      position: relative; }
      .accordeon-01 .tt-item__title:hover {
        color: #6984c2; }
      .accordeon-01 .tt-item__title:before {
        content: '+';
        display: block;
        position: absolute;
        color: #6984c2;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 27px;
        line-height: 1;
        top: 31px;
        right: -10px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      .accordeon-01 .tt-item {
        padding: 0px 20px 11px; }
        .accordeon-01 .tt-item .tt-item__content {
          padding-right: 15px; }
      .accordeon-01 .tt-item__title {
        font-size: 16px;
        line-height: 24px; } }.imginfo {
    position: relative;
    width: calc(100% + 201px);
    right: -104px;
    position: relative; }
    .imginfo .imginfo__box {
      background-color: #6984c2;
      color: #ffffff;
      position: absolute;
      left: -85px;
      bottom: 38px;
      padding: 35px 40px 38px;
      -webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.2);
      box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.2);
      min-width: 348px; }
    .imginfo .imginfo__title {
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      margin: 0;
      padding: 0 0 10px 0; }
      .imginfo .imginfo__title + * {
        margin-top: 0; }
    .imginfo address {
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      margin-top: 11px;
      font-size: 19px;
      line-height: 30px; }
      .imginfo address a {
        color: #ffffff; }
      .imginfo address [class^=icon-] {
        font-size: 16px;
        margin-right: 6px; }
    @media (max-width: 1024.98px) {
      .imginfo {
        width: 100%;
        right: -15px;
        text-align: right; }
        .imginfo br {
          display: none; }
        .imginfo .imginfo__box {
          text-align: left;
          max-width: 272px;
          min-width: 272px;
          left: inherit;
          right: 0px;
          bottom: 0;
          margin-top: -39%;
          padding: 28px 7px 30px 30px;
          position: relative;
          float: right; }
        .imginfo .imginfo__title {
          font-size: 17px;
          line-height: 27px;
          padding-bottom: 6px; }
        .imginfo address {
          font-size: 17px;
          line-height: 27px; } }
    @media (max-width: 767.98px) {
      .imginfo {
        right: inherit;
        text-align: left;
        max-width: 420px;
        margin-left: -15px;
        width: calc(100% + 30px); }
        .imginfo .imginfo__box {
          margin-top: -34px;
          float: inherit;
          max-width: calc(100% - 30px);
          min-width: inherit;
          padding: 29px 27px 29px 28px; }
        .imginfo .imginfo__img img {
          max-width: inherit;
          width: 100%; }
        .imginfo .imginfo_title {
          font-size: 16px;
          line-height: 26px;
          padding-bottom: 6px; }
        .imginfo address {
          font-size: 16px;
          line-height: 26px; } }
          .info-list__top {
            margin-top: 15px; }
          
          .info-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-left: -30px; }
            .info-list.info-list__top {
              margin-top: 0px; }
            .info-list .info-list__item {
              margin-left: 28px;
              margin-top: 30px; }
            @media (max-width: 767.98px) {
              .info-list {
                margin-left: -20px; }
                .info-list .info-list__item {
                  margin-left: 20px;
                  margin-top: 21px; } }
          
          .info-list__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .info-list__item .info-list__icon {
              font-size: 40px;
              color: #6984c2;
              margin-top: -8px; }
              .info-list__item .info-list__icon + .info-list__description {
                margin-left: 17px; }
            .info-list__item .info-list__value {
              color: #323232;
              font-size: 28px;
              font-weight: 600;
              font-family: "Poppins", sans-serif; }
            .info-list__item .info-list__title {
              color: #323232;
              font-size: 16px;
              font-weight: 600;
              font-family: "Poppins", sans-serif;
              margin-top: 2px; }
            .info-list__item:not(:first-child) {
              border-left: 1px solid #f1f3f5;
              padding-left: 30px; }
            @media (max-width: 1024.98px) {
              .info-list__item .info-list__icon {
                font-size: 31px; }
                .info-list__item .info-list__icon + .info-list__description {
                  margin-left: 12px; }
              .info-list__item .info-list__value {
                font-size: 24px; }
                .info-list__item .info-list__value + .info-list__description {
                  margin-left: 7px; } }
            @media (max-width: 767.98px) {
              .info-list__item:not(:first-child) {
                padding-left: 20px; }
              .info-list__item .info-list__value {
                font-size: 20px; }
                .info-list__item .info-list__value + .info-list__description {
                  margin-left: 7px; }
              .info-list__item .info-list__title {
                margin-top: 0; }
              .info-list__item .info-list__title {
                font-size: 14px; } }.tt-img-parallax {
    position: relative; }
    .tt-img-parallax img {
      width: 100%;
      max-width: inherit; }
    .tt-img-parallax .tt-img-left {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: calc(50% - 5px); }
    .tt-img-parallax .tt-img-right {
      top: 0;
      float: right;
      z-index: 2;
      display: inline-block;
      width: calc(50% - 5px);
      margin-left: 5px; }
    .tt-img-parallax .tt-img-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    .tt-img-parallax .tt-text {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 72px;
      line-height: 72px;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-weight: 600; }
    @media (max-width: 767.98px) {
      .tt-img-parallax {
        padding-left: 15px;
        padding-right: 15px; }
        .tt-img-parallax .tt-img-left {
          width: calc(50% - 2px); }
        .tt-img-parallax .tt-img-right {
          width: calc(50% - 2px);
          margin-left: 2px; } }
  
  .tt-video-link02 {
    width: 108px;
    height: 108px;
    border: 7px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    position: absolute;
    z-index: 3;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 7px; }
    .tt-video-link02:after {
      content: '';
      background-color: #6984c2;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      z-index: 1;
      -webkit-transition: all .2s;
      transition: all .2s; }
    .tt-video-link02:before {
      content: '\e91e';
      font-family: "sanitizex";
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 18px;
      line-height: 1;
      -webkit-transition: all .2s;
      transition: all .2s;
      z-index: 2; }
    .tt-video-link02:hover {
      background-color: #ffffff;
      border-color: #6984c2; }
      .tt-video-link02:hover:before {
        color: #6984c2; }
      .tt-video-link02:hover::after {
        display: none; }
    @media (max-width: 1024.98px) {
      .tt-video-link02 {
        width: 87px;
        height: 87px; }
        .tt-video-link02:before {
          font-size: 14px; } }
    @media (max-width: 1024.98px) {
      .tt-video-link02 {
        width: 82px;
        height: 82px; }
        .tt-video-link02:before {
          font-size: 14px; } }
  
  .blog-output-indent {
    margin: 0 0 0 130px;
    position: relative; }
    @media (max-width: 1500px) {
      .blog-output-indent {
        margin: 0 0 0 100px; } }
    @media (max-width: 1229.98px) {
      .blog-output-indent {
        margin: 0 0 0 0px; } }
    @media (max-width: 767.98px) {
      .blog-output-indent {
        padding-left: 15px;
        padding-right: 15px; } }
  
  @media (min-width: 768px) {
    .no-gutters .blog-output-indent {
      padding-right: 15px; } }
  
  .blog-output {
    position: relative;
    padding: 78px 20px 0 0; }
    .blog-output .blog-output__marker {
      position: absolute;
      right: -110px;
      top: 4px;
      z-index: 1; }
    @media (max-width: 1500px) {
      .blog-output .blog-output__marker {
        right: 0;
        max-width: 130px; } }
    @media (min-width: 768px) {
      .blog-output {
        max-width: 471px; } }
    @media (max-width: 1229.98px) {
      .blog-output {
        padding: 10px 0 0 0; }
        .blog-output .blog-output__marker {
          right: 0;
          max-width: 93px; } }
    @media (max-width: 767.98px) {
      .blog-output {
        padding: 39px 0 0; }
        .blog-output .blog-output__marker {
          display: none; } }
  
  .blockquote02 {
    margin: 0;
    padding: 0; }
    .blockquote02 .blockquote02-sign {
      color: #a8a8a8;
      font-size: 14px;
      margin-top: 25px; }
      .blockquote02 .blockquote02-sign strong {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        color: #323232;
        font-size: 16px;
        line-height: 28px; }
    @media (max-width: 1024.98px) {
      .blockquote02 .blockquote02-sign {
        margin-top: 20px; } }
  
  .slick-hidden-none .slick-list {
    overflow: inherit; }/*
	News Obj
*/
.news-obj {
    margin-left: auto;
    margin-right: auto;
    min-width: 30px; }
    .news-obj .tt-link {
      margin-top: 17px; }
  
  .news-obj__img {
    overflow: hidden; }
    .news-obj__img img {
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      width: 100%; }
    .news-obj__img:hover img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
  
  .news-obj__description {
    margin: -80px 0 0 30px;
    padding: 31px 40px 0px 40px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 2; }
  
  .news-obj__data {
    font-size: 14px;
    color: #6984c2; }
    .news-obj__data [class^=icon-] {
      margin-right: 11px;
      font-size: 15px;
      position: relative;
      top: 1px; }
  
  .news-obj__title {
    font-size: 20px;
    line-height: 28px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 13px 0 0 0;
    padding: 0 0 7px 0; }
    .news-obj__title a {
      color: #323232;
      -webkit-transition: color .2s;
      transition: color .2s; }
      .news-obj__title a:hover {
        color: #6984c2; }
    .news-obj__title + * {
      margin-top: 0; }
  
  @media (max-width: 1024.98px) {
    .news-obj__description {
      margin: -72px 0 0 30px;
      padding: 25px 15px 0px 35px; }
    .news-obj__title {
      font-size: 17px;
      line-height: 27px;
      padding-bottom: 16px; }
    .news-obj .tt-link {
      margin-top: 12px; } }
  
  @media (max-width: 767.98px) {
    .news-obj__description {
      margin: -50px 0 0 20px;
      padding: 25px 5px 0px 25px;
      font-size: 15px;
      line-height: 24px; }
    .news-obj__title {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 8px; }
    .news-obj .tt-link {
      margin-top: 12px; } }
  
  .tt-logo-layout a {
    display: inline-block;
    padding: 0px 20px;
    opacity: 0.3;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
    @media (max-width: 1024.98px) {
      .tt-logo-layout a {
        padding: 0px 10px; } }
    @media (max-width: 767.98px) {
      .tt-logo-layout a {
        padding: 0px 5px; } }
    .tt-logo-layout a:hover {
      opacity: 1; }