.header {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1000;
  -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); }
  .header ::-webkit-scrollbar {
    width: 1px; }
  .header .minheeader {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f4f9fd;
    height: 46px;
    position: relative; }
    .header .minheeader .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header .minheeader .social {
      display: flex; }
      .header .minheeader .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        -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;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: 4px; }
        .header .minheeader .social a:last-child {
          margin: 0px; }
        .header .minheeader .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .header .minheeader .social a.icon-facebook {
          background: #3b5998; }
          .header .minheeader .social a.icon-facebook:hover {
            background: #fff; }
            .header .minheeader .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .header .minheeader .social a.icon-twitter {
          background: #00acee; }
          .header .minheeader .social a.icon-twitter:hover {
            background: #fff; }
            .header .minheeader .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .header .minheeader .social a.icon-instagram {
          background: #8d5b46; }
          .header .minheeader .social a.icon-instagram:hover {
            background: #fff; }
            .header .minheeader .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .header .minheeader .social a.icon-youtube {
          background: #c4302b; }
          .header .minheeader .social a.icon-youtube:hover {
            background: #fff; }
            .header .minheeader .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .header .minheeader .social a.icon-rss {
          background: #ee802f; }
          .header .minheeader .social a.icon-rss:hover {
            background: #fff; }
            .header .minheeader .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .header .minheeader .social a.icon-linkedin {
          background: #007fb1; }
          .header .minheeader .social a.icon-linkedin:hover {
            background: #fff; }
            .header .minheeader .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .header .minheeader .social a.icon-gplus {
          background: #dd4b39; }
          .header .minheeader .social a.icon-gplus:hover {
            background: #fff; }
            .header .minheeader .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .header .minheeader .social a.icon-whatsapp {
          background: #189d0e; }
          .header .minheeader .social a.icon-whatsapp:hover {
            background: #fff; }
            .header .minheeader .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 767px) {
        .header .minheeader .social {
          display: none; } }
      .header .minheeader .social a {
        width: 28px;
        height: 28px; }
    .header .minheeader .linkstop {
      display: flex; }
      @media (max-width: 767px) {
        .header .minheeader .linkstop {
          width: 100%;
          justify-content: center; } }
      .header .minheeader .linkstop a {
        display: block;
        margin-left: 16px;
        font-size: 16px;
        font-weight: 400;
        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: 767px) {
          .header .minheeader .linkstop a {
            font-size: 14px;
            margin-left: 8px; }
            .header .minheeader .linkstop a:first-child {
              margin: 0px; } }
        .header .minheeader .linkstop a:first-child {
          margin: 0px; }
        .header .minheeader .linkstop a:hover {
          color: #3fb486; }
        .header .minheeader .linkstop a svg {
          fill: #3fb486;
          max-width: 16px;
          min-height: 14px;
          margin-right: 4px; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 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;
    margin-top: -46px; }
    .header.sticky .maxheeader .logo img {
      max-width: 106px; }
    .header.sticky .maxheeader #cssmenu ul li {
      padding: 28px 0px; }
  .header .maxheeader {
    width: 100%;
    position: relative;
    z-index: 1;
    -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 .maxheeader {
        padding: 12px 0px; } }
    .header .maxheeader .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header .maxheeader .logo img {
      max-width: 146px;
      -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 .maxheeader .logo img {
          max-width: 106px; } }
    .header .maxheeader #cssmenu {
      position: relative;
      z-index: 10; }
      .header .maxheeader #cssmenu #menu-button {
        display: none; }
      .header .maxheeader #cssmenu ul {
        float: left; }
        .header .maxheeader #cssmenu ul li {
          float: left;
          position: relative;
          margin: 0px 16px;
          padding: 36px 0px; }
          .header .maxheeader #cssmenu ul li:hover > ul {
            left: auto;
            z-index: 150; }
            .header .maxheeader #cssmenu ul li:hover > ul li {
              height: 40px; }
          .header .maxheeader #cssmenu ul li a {
            display: block;
            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;
            outline: none;
            color: #000;
            font-size: 18px; }
            .header .maxheeader #cssmenu ul li a svg {
              max-width: 12px;
              fill: #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: 991px) {
                .header .maxheeader #cssmenu ul li a svg {
                  display: none; } }
            .header .maxheeader #cssmenu ul li a:after {
              content: "";
              position: absolute;
              bottom: -5px;
              left: 0px;
              width: 0;
              background: #3fb486;
              height: 2px;
              -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 .maxheeader #cssmenu ul li a:after {
                  display: none; } }
            .header .maxheeader #cssmenu ul li a:hover, .header .maxheeader #cssmenu ul li a.active {
              color: #3fb486; }
              .header .maxheeader #cssmenu ul li a:hover:after, .header .maxheeader #cssmenu ul li a.active:after {
                width: 80%; }
              .header .maxheeader #cssmenu ul li a:hover svg, .header .maxheeader #cssmenu ul li a.active svg {
                fill: #3fb486;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg); }
          .header .maxheeader #cssmenu ul li:hover a {
            color: #3fb486; }
            .header .maxheeader #cssmenu ul li:hover a svg {
              fill: #3fb486;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            .header .maxheeader #cssmenu ul li:hover a:after {
              width: 80%; }
        .header .maxheeader #cssmenu ul ul {
          position: absolute;
          top: 100%;
          left: -9999px;
          background: #fff;
          padding: 12px 0px;
          -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 .maxheeader #cssmenu ul ul li {
            padding: 0px 12px !important;
            margin: 0px !important; }
            .header .maxheeader #cssmenu ul ul li.has-sub > a:after {
              content: '';
              position: absolute;
              top: 21px;
              right: 0px !important;
              left: auto !important;
              width: 8px;
              height: 2px;
              display: block;
              background: #000; }
            .header .maxheeader #cssmenu ul ul li.has-sub > a:before {
              content: '';
              position: absolute;
              top: 18px;
              right: 3px;
              display: block;
              width: 2px;
              height: 8px;
              background: #000; }
            .header .maxheeader #cssmenu ul ul li.has-sub:hover > a:before {
              top: 17px;
              height: 0px; }
            .header .maxheeader #cssmenu ul ul li.has-sub:hover > a::after {
              background: #3fb486; }
            .header .maxheeader #cssmenu ul ul li a {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 8px 0px !important;
              min-width: 210px !important;
              height: auto !important;
              color: #000 !important;
              font-size: 16px !important; }
              .header .maxheeader #cssmenu ul ul li a:after {
                display: none; }
              .header .maxheeader #cssmenu ul ul li a:hover {
                color: #3fb486 !important; }
            .header .maxheeader #cssmenu ul ul li ul {
              margin-left: 222px;
              top: 0px !important;
              z-index: 830;
              margin-top: -12px; }
              .header .maxheeader #cssmenu ul ul li ul:after {
                display: none; }
            .header .maxheeader #cssmenu ul ul li:last-child a {
              padding-bottom: 0px; }
    .header .maxheeader .icons {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 101; }
      @media (max-width: 991px) {
        .header .maxheeader .icons {
          margin-right: 32px; } }
      .header .maxheeader .icons .searchicon {
        margin-right: 16px;
        cursor: pointer; }
        .header .maxheeader .icons .searchicon svg {
          width: 22px;
          height: 22px; }
          @media (max-width: 991px) {
            .header .maxheeader .icons .searchicon svg {
              width: 18px; } }
      .header .maxheeader .icons .language {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 44px;
        height: 44px;
        background: #3fb486;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        box-shadow: 10px 5px 40px #3fb4863b;
        -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 .maxheeader .icons .language {
            width: 34px;
            height: 34px;
            font-size: 16px; } }
        .header .maxheeader .icons .language:hover {
          background: #062f6e; }
    .header .maxheeader .showboxsearch {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1000; }
      .header .maxheeader .showboxsearch .container,
      .header .maxheeader .showboxsearch .formsearch {
        position: relative;
        height: 100%; }
      .header .maxheeader .showboxsearch .formsearch {
        display: flex;
        align-items: center;
        width: 100%; }
      .header .maxheeader .showboxsearch .form-control {
        height: 100%;
        width: 100%;
        border-radius: 0px;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #fff;
        text-transform: none;
        padding: 0px;
        padding-right: 70px; }
      .header .maxheeader .showboxsearch .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 12px;
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #3fb486;
        text-align: center;
        font-size: 18px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        text-transform: capitalize;
        -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;
        cursor: pointer;
        position: absolute;
        right: 0px;
        width: 32px;
        height: 32px;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .header .maxheeader .showboxsearch .bottom:hover {
          background: #062f6e; }
        .header .maxheeader .showboxsearch .bottom svg {
          max-width: 16px;
          fill: #fff;
          margin: 0px !important; }
      .header .maxheeader .showboxsearch .cancel {
        position: absolute;
        right: 64px;
        z-index: 2;
        cursor: pointer; }

@media (max-width: 991px) {
  .header .maxheeader.sticky #cssmenu ul li a {
    padding: 10px 15px; }
  .header .maxheeader #cssmenu {
    position: absolute;
    right: 12px;
    width: 200px;
    z-index: 100; }
    .header .maxheeader #cssmenu #menu-button {
      display: block; }
    .header .maxheeader #cssmenu ul {
      position: absolute;
      top: 46px;
      width: 100%;
      display: none;
      background: #fff;
      height: 336px;
      overflow: hidden;
      overflow-y: scroll;
      -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);
      z-index: 120; }
      .header .maxheeader #cssmenu ul li {
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        height: auto !important;
        position: relative; }
        .header .maxheeader #cssmenu ul li a {
          width: 100%;
          padding: 12px;
          height: auto;
          margin: 0px;
          border-bottom: 1px solid rgba(120, 120, 120, 0.2);
          font-size: 16px; }
        .header .maxheeader #cssmenu ul li:last-child a {
          border: 0px; }
    .header .maxheeader #cssmenu #menu-button {
      display: block !important;
      cursor: pointer;
      float: right;
      height: 20px;
      width: 20px; }
      .header .maxheeader #cssmenu #menu-button:after {
        position: absolute;
        top: 10px;
        right: 0px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header .maxheeader #cssmenu #menu-button:before {
        position: absolute;
        top: 4px;
        right: 0px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: '';
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header .maxheeader #cssmenu #menu-button.menu-opened:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #3fb486;
        top: 11px;
        border: 0px;
        height: 2px;
        width: 20px;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header .maxheeader #cssmenu #menu-button.menu-opened:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #3fb486;
        top: 11px;
        width: 20px;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .header .maxheeader #cssmenu .submenu-button {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      border-left: 1px solid rgba(120, 120, 120, 0.2);
      height: 47px;
      width: 47px;
      cursor: pointer;
      z-index: 10; }
      .header .maxheeader #cssmenu .submenu-button.submenu-button.submenu-opened {
        background: #3fb486; }
  .header .maxheeader #cssmenu ul ul li a {
    min-width: 100%; }
  .header .maxheeader #cssmenu ul ul ul li a {
    padding-left: 35px; }
  .header .maxheeader #cssmenu ul ul li a {
    min-width: 100% !important;
    color: #fff;
    background: none; }
  .header .maxheeader #cssmenu ul ul li:hover > a,
  .header .maxheeader #cssmenu ul ul li.active > a {
    color: #fff; }
  .header .maxheeader #cssmenu ul ul,
  .header .maxheeader #cssmenu ul ul ul {
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
    left: 0px !important; }
  .header .maxheeader #cssmenu ul ul {
    overflow: hidden;
    overflow-y: scroll;
    height: auto !important; }
  .header .maxheeader #cssmenu > ul > li.has-sub > a:after,
  .header .maxheeader #cssmenu > ul > li.has-sub > a:before,
  .header .maxheeader #cssmenu ul ul > li.has-sub > a:after,
  .header .maxheeader #cssmenu ul ul > li.has-sub > a:before {
    display: none; }
  .header .maxheeader #cssmenu ul ul .submenu-button {
    height: 39px;
    width: 39px; }
  .header .maxheeader #cssmenu .submenu-button:after {
    position: absolute;
    top: 23px;
    right: 21px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''; }
  .header .maxheeader #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 19px; }
  .header .maxheeader #cssmenu .submenu-button.submenu-opened:after {
    background: #fff; }
  .header .maxheeader #cssmenu .submenu-button:before {
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: ''; }
  .header .maxheeader #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 22px; }
  .header .maxheeader #cssmenu .submenu-button.submenu-opened:before {
    display: none; }
  .header .maxheeader #cssmenu ul ul li ul {
    padding: 0px !important;
    height: auto;
    overflow: inherit;
    overflow-y: inherit; } }
.slider {
  width: 100%;
  position: relative;
  background: #f4f9fd;
  overflow: hidden; }
  .slider:hover .carousel-control-next {
    right: 24px; }
  .slider:hover .carousel-control-prev {
    left: 24px; }
  .slider .muted {
    position: absolute;
    right: 64px;
    bottom: 32px;
    width: 48px;
    height: 48px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .slider .muted {
        right: 12px;
        bottom: 12px; } }
    .slider .muted svg {
      position: absolute;
      top: 0px;
      width: 48px;
      fill: #fff; }
    .slider .muted .iconmuted {
      opacity: 0; }
    .slider .muted.active .iconunmuted {
      opacity: 0; }
    .slider .muted.active .iconmuted {
      opacity: 1; }
  .slider .photo {
    display: flex;
    width: 100%;
    height: 100%; }
    .slider .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slider .boxvideo {
    width: 100%;
    height: 100%;
    position: relative; }
  .slider iframe,
  .slider video {
    position: absolute;
    height: 150%;
    width: 150%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 991px) {
      .slider iframe,
      .slider video {
        position: relative;
        transform: translate(0);
        left: auto;
        top: auto;
        width: 100%;
        height: auto; } }
  .slider .carousel-item {
    height: calc(100vh - 141px); }
    @media (max-width: 991px) {
      .slider .carousel-item {
        height: auto; } }
  .slider .container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 100%; }
    @media (max-width: 991px) {
      .slider .container {
        display: none; } }
  .slider .item {
    width: 100%; }
    .slider .item .title {
      font-size: 38px;
      width: 100%;
      text-align: center;
      font-weight: 600;
      color: #000;
      position: relative;
      font-size: 82px;
      color: #fff;
      font-weight: 700; }
      @media (max-width: 991px) {
        .slider .item .title {
          font-size: 26px; } }
      .slider .item .title:before {
        content: '';
        position: absolute;
        right: 0px;
        bottom: -40px;
        left: 0px;
        z-index: 1;
        width: 76px;
        height: 28px;
        background: url(../images/title.png) no-repeat center center;
        z-index: 2;
        margin: 0px auto; }
        @media (max-width: 991px) {
          .slider .item .title:before {
            bottom: -34px; } }
      @media (max-width: 991px) {
        .slider .item .title {
          font-size: 42px;
          line-height: 40px; } }
      .slider .item .title:before {
        display: none; }
    .slider .item p {
      font-weight: 500;
      color: #fff;
      font-size: 24px;
      text-align: center;
      margin-top: 44px; }
      @media (max-width: 991px) {
        .slider .item p {
          font-size: 18px;
          margin-top: 20px; } }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 1;
    -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) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 42px;
      height: 42px;
      fill: #fff;
      -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 .carousel-control-next:hover svg,
    .slider .carousel-control-prev:hover svg {
      fill: #3fb486; }
  .slider .carousel-control-next {
    right: -90px; }
  .slider .carousel-control-prev {
    left: -90px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: #fff;
      width: 20px; }
      .slider .carousel-indicators li.active {
        background: #3fb486; }

.services {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .services {
      padding: 32px 0px; } }
  .services .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .services .title {
        font-size: 26px; } }
    .services .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .services .title:before {
          bottom: -34px; } }
  .services p.text-center {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .services p.text-center br {
        display: none; } }
  .services .item {
    margin-top: 24px;
    text-align: center; }
    @media (max-width: 991px) {
      .services .item {
        flex: 100%;
        max-width: 100%; } }
    .services .item:nth-child(3) .icon {
      align-items: flex-end; }
    .services .item .number {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      text-align: center;
      font-size: 174px;
      color: #41b1841f;
      font-weight: 900;
      line-height: 1;
      opacity: 0.4; }
    .services .item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 195px; }
      .services .item .icon svg,
      .services .item .icon img {
        width: 160px;
        max-height: 100%;
        fill: #3fb486; }
    .services .item .title {
      margin-top: 32px;
      font-size: 26px; }
      @media (max-width: 991px) {
        .services .item .title {
          font-size: 24px; } }
      .services .item .title::before {
        display: none; }
    .services .item p {
      margin-top: 16px;
      line-height: 1.5; }

.categories {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f4f9fd; }
  @media (max-width: 991px) {
    .categories {
      padding: 32px 0px; } }
  .categories .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .categories .title {
        font-size: 26px; } }
    .categories .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .categories .title:before {
          bottom: -34px; } }
  .categories p.text-center {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .categories p.text-center br {
        display: none; } }
  .categories .itme {
    margin-top: 48px;
    text-align: center; }
    @media (max-width: 991px) {
      .categories .itme {
        flex: 100%;
        max-width: 100%;
        margin-top: 24px; } }
    .categories .itme .inner {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      padding: 24px;
      padding-bottom: 38px;
      -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 .itme .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      overflow: hidden;
      height: 164px; }
      .categories .itme .photo img {
        max-width: 100%;
        max-height: 100%; }
    .categories .itme .title {
      margin-top: 32px;
      font-size: 26px; }
      @media (max-width: 991px) {
        .categories .itme .title {
          font-size: 24px; } }
      .categories .itme .title::before {
        display: none; }
    .categories .itme p {
      margin-top: 16px;
      line-height: 1.5; }
    .categories .itme:hover .inner {
      background: #fff;
      -webkit-box-shadow: 0px 0px 13px #d0d0d070;
      -moz-box-shadow: 0px 0px 13px #d0d0d070;
      -o-box-shadow: 0px 0px 13px #d0d0d070;
      -ms-box-shadow: 0px 0px 13px #d0d0d070;
      box-shadow: 0px 0px 13px #d0d0d070; }

.over-box {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000c7;
  z-index: 1000;
  display: none; }

.products {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .products {
      padding: 32px 0px; } }
  .products .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    font-size: 32px !important;
    text-align: left; }
    @media (max-width: 991px) {
      .products .title {
        font-size: 26px; } }
    .products .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .products .title:before {
          bottom: -34px; } }
    .products .title::before {
      display: none; }
  .products .item {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .products .item {
        flex: 100%;
        max-width: 100%;
        margin-top: 0px; } }
    .products .item .itpord {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .products .item .itpord {
          max-width: 50%;
          flex: 50%; } }
      @media (max-width: 550px) {
        .products .item .itpord {
          max-width: 100%;
          flex: 100%; } }
      .products .item .itpord .inner {
        width: 100%;
        box-shadow: 0px 0px 13px #d0d0d070;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        overflow: hidden;
        background: #fff;
        padding: 24px;
        padding-bottom: 32px;
        text-align: center;
        -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; }
        .products .item .itpord .inner .photo {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 200px; }
          .products .item .itpord .inner .photo img {
            max-width: 100%;
            max-height: 100%; }
        .products .item .itpord .inner .title {
          display: block;
          height: 52px;
          overflow: hidden;
          text-align: center;
          margin-top: 12px;
          font-size: 22px !important;
          -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) {
            .products .item .itpord .inner .title {
              height: 28px; } }
          .products .item .itpord .inner .title:hover {
            color: #3fb486; }
          @media (max-width: 550px) {
            .products .item .itpord .inner .title {
              height: auto; } }
        .products .item .itpord .inner p {
          margin-top: 16px;
          line-height: 1.5;
          height: 46px;
          overflow: hidden; }
          @media (max-width: 550px) {
            .products .item .itpord .inner p {
              height: auto; } }
        .products .item .itpord .inner:hover {
          -webkit-box-shadow: 0px 0px 20px #d0d0d0;
          -moz-box-shadow: 0px 0px 20px #d0d0d0;
          -o-box-shadow: 0px 0px 20px #d0d0d0;
          -ms-box-shadow: 0px 0px 20px #d0d0d0;
          box-shadow: 0px 0px 20px #d0d0d0; }
  .products .item-inner {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .products .item-inner {
        position: fixed;
        height: 100%;
        top: 0px;
        left: -100%;
        padding: 0px;
        z-index: 1001;
        max-width: 280px;
        flex: 280px;
        margin: 0px;
        -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; }
        .products .item-inner ::-webkit-scrollbar {
          width: 4px; }
        .products .item-inner.active {
          left: 0px; } }
    .products .item-inner .filter {
      padding: 24px 16px;
      position: relative;
      overflow: hidden;
      background: #fff;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      box-shadow: 0px 0px 13px #d0d0d070; }
      .products .item-inner .filter .title {
        font-size: 22px !important; }
      .products .item-inner .filter .list {
        margin-top: 20px; }
        .products .item-inner .filter .list a {
          display: block;
          width: 100%;
          position: relative;
          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; }
          .products .item-inner .filter .list a:last-child {
            margin: 0px; }
          .products .item-inner .filter .list a svg {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            margin-right: 4px;
            min-width: 12px;
            max-width: 12px;
            -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; }
          .products .item-inner .filter .list a:hover {
            color: #3fb486; }
            .products .item-inner .filter .list a:hover svg {
              fill: #3fb486; }
  .products .re-title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .products .re-title {
        font-size: 26px; } }
    .products .re-title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .products .re-title:before {
          bottom: -34px; } }
  .products p.text-center {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .products p.text-center br {
        display: none; } }

.products-inner {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .products-inner {
      padding: 32px 0px; } }
  .products-inner .alert {
    margin: 0px;
    margin-bottom: 24px; }
  @media (max-width: 991px) {
    .products-inner .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .products-inner .item:last-child {
        margin: 0px; } }
  .products-inner .item.flexcen {
    display: flex;
    align-items: center; }
    .products-inner .item.flexcen .cen-box {
      min-width: 100%; }
  .products-inner .item .boxshear {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .products-inner .item .boxshear .share42init a {
      margin: 0px !important;
      margin-left: 4px !important; }
    .products-inner .item .boxshear .cat-g {
      color: #3fb486;
      font-size: 22px; }
  .products-inner .item .carousel {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 500px) {
      .products-inner .item .carousel {
        display: block; } }
    .products-inner .item .carousel ::-webkit-scrollbar {
      width: 2px;
      height: 1px; }
    .products-inner .item .carousel .carousel-inner {
      width: calc(100% - 124px);
      background: #fff;
      z-index: 10;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      overflow: inherit;
      -webkit-box-shadow: 0px 0px 13px #d0d0d070;
      -moz-box-shadow: 0px 0px 13px #d0d0d070;
      -o-box-shadow: 0px 0px 13px #d0d0d070;
      -ms-box-shadow: 0px 0px 13px #d0d0d070;
      box-shadow: 0px 0px 13px #d0d0d070; }
      @media (max-width: 500px) {
        .products-inner .item .carousel .carousel-inner {
          width: 100%; } }
      .products-inner .item .carousel .carousel-inner .carousel-item {
        width: 100%;
        height: 368px; }
        .products-inner .item .carousel .carousel-inner .carousel-item a.elem {
          display: block;
          width: 100%;
          height: 372px; }
          @media (max-width: 500px) {
            .products-inner .item .carousel .carousel-inner .carousel-item a.elem {
              height: 200px; } }
        .products-inner .item .carousel .carousel-inner .carousel-item img {
          margin: 0 auto;
          max-width: 100%;
          max-height: 100%; }
    .products-inner .item .carousel ol.carousel-indicators {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100px;
      display: block;
      margin: 0px;
      padding: 0px; }
      @media (max-width: 500px) {
        .products-inner .item .carousel ol.carousel-indicators {
          display: inline-block;
          position: relative;
          text-align: center;
          width: 100%; } }
      .products-inner .item .carousel ol.carousel-indicators li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 83px;
        text-indent: 0;
        background: #fff;
        margin: 0px;
        overflow: hidden;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        padding: 12px;
        margin-bottom: 12px;
        -webkit-box-shadow: 0px 0px 13px #d0d0d070;
        -moz-box-shadow: 0px 0px 13px #d0d0d070;
        -o-box-shadow: 0px 0px 13px #d0d0d070;
        -ms-box-shadow: 0px 0px 13px #d0d0d070;
        box-shadow: 0px 0px 13px #d0d0d070;
        overflow: hidden; }
        .products-inner .item .carousel ol.carousel-indicators li:last-child {
          margin: 0px; }
        @media (max-width: 500px) {
          .products-inner .item .carousel ol.carousel-indicators li {
            display: inline-flex;
            min-width: 80px;
            max-width: 80px;
            height: 61px;
            margin: 16px 8px 0px 8px; }
            .products-inner .item .carousel ol.carousel-indicators li:last-child {
              margin-top: 16px; } }
        .products-inner .item .carousel ol.carousel-indicators li img {
          max-width: 100%;
          max-height: 100%; }
        .products-inner .item .carousel ol.carousel-indicators li.active {
          opacity: 0.7; }
  .products-inner .item .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    font-size: 26px !important;
    margin-top: 12px;
    text-align: left; }
    @media (max-width: 991px) {
      .products-inner .item .title {
        font-size: 26px; } }
    .products-inner .item .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .products-inner .item .title:before {
          bottom: -34px; } }
    .products-inner .item .title::before {
      display: none; }
  .products-inner .item .product-spec {
    margin-top: 8px;
    width: 380px; }
    @media (max-width: 991px) {
      .products-inner .item .product-spec {
        width: 100%; } }
    .products-inner .item .product-spec li {
      display: flex;
      justify-content: space-between;
      min-width: 100%;
      margin-top: 12px; }
      .products-inner .item .product-spec li p {
        color: #000;
        font-weight: 500; }
      .products-inner .item .product-spec li span {
        font-family: 'Barlow', sans-serif;
        font-weight: 500; }
        .products-inner .item .product-spec li span.red {
          color: #3fb486; }
  .products-inner .item .bottoms {
    display: flex;
    margin-top: 20px; }
    .products-inner .item .bottoms .bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 12px;
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #3fb486;
      text-align: center;
      font-size: 18px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      text-transform: capitalize;
      -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;
      cursor: pointer;
      min-width: 134px;
      height: 44px;
      box-shadow: 10px 5px 40px #3fb4863b; }
      .products-inner .item .bottoms .bottom:hover {
        background: #062f6e; }
      .products-inner .item .bottoms .bottom svg {
        max-width: 20px;
        fill: #fff;
        margin-right: 4px; }
    .products-inner .item .bottoms .order {
      display: flex;
      align-items: center;
      margin-left: 12px;
      color: #3fb486;
      -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; }
      .products-inner .item .bottoms .order svg {
        min-width: 20px;
        fill: #3fb486;
        max-width: 20px;
        margin-right: 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; }
      .products-inner .item .bottoms .order:hover {
        color: #062f6e; }
        .products-inner .item .bottoms .order:hover svg {
          fill: #062f6e; }

.modal {
  padding: 0px 16px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.64); }
  .modal .modal-dialog {
    margin: 24px auto;
    max-width: 855px; }
  .modal .modal-content {
    padding: 24px;
    text-align: center; }
  .modal .close {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    text-shadow: none;
    outline: none; }
  .modal .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    font-size: 28px !important;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .modal .title {
        font-size: 26px; } }
    .modal .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .modal .title:before {
          bottom: -34px; } }
    .modal .title::before {
      display: none; }
  .modal .inpusrach {
    margin-top: 16px; }
    .modal .inpusrach.flexcen {
      display: flex;
      align-items: center;
      margin-left: 12px; }
    .modal .inpusrach.w-box {
      width: 146px;
      margin-left: 12px; }
    .modal .inpusrach .form-control {
      height: 55px;
      text-transform: none; }
      .modal .inpusrach .form-control:focus {
        border: 1px solid #3fb486; }
    .modal .inpusrach textarea.form-control {
      height: 150px;
      resize: none; }
    .modal .inpusrach .bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 12px;
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #3fb486;
      text-align: center;
      font-size: 18px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      text-transform: capitalize;
      -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;
      cursor: pointer;
      width: 100%;
      height: 48px;
      box-shadow: 10px 5px 40px #3fb4863b; }
      .modal .inpusrach .bottom:hover {
        background: #062f6e; }
  .modal .cancel {
    color: #3fb486;
    -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; }
    .modal .cancel:hover {
      color: #062f6e; }

.informations {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f4f9fd; }
  @media (max-width: 991px) {
    .informations {
      padding: 32px 0px; } }
  .informations .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    font-size: 28px !important;
    margin-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 16px;
    text-align: left; }
    @media (max-width: 991px) {
      .informations .title {
        font-size: 26px; } }
    .informations .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .informations .title:before {
          bottom: -34px; } }
    .informations .title::before {
      display: none; }
  .informations p {
    margin-top: 24px;
    text-align: justify; }

.elem > span {
  display: block;
  cursor: pointer;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.zoom-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%;
  height: 100%; }

.zoom-box .zoom-selector {
  position: absolute;
  background-image: url("../images/selector.png");
  background-repeat: repeat;
  display: none;
  cursor: crosshair; }

.zoom-box .viewer-box {
  position: absolute;
  box-shadow: 0px 0px 13px #d0d0d070;
  border-radius: 4px;
  display: none;
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 101% !important;
  zoom: 200%; }

@media (max-width: 991px) {
  .zoom-box .viewer-box {
    display: none !important; } }
.zoom-box .viewer-box > img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: inherit !important;
  max-height: inherit !important; }

.news {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .news {
      padding: 32px 0px; } }
  .news .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .news .title {
        font-size: 26px; } }
    .news .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .news .title:before {
          bottom: -34px; } }
  .news p.text-center {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .news p.text-center br {
        display: none; } }
  .news .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .news .item {
        margin-top: 24px;
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 530px) {
      .news .item {
        max-width: 100%;
        flex: 100%; } }
    .news .item .inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 360px;
      background: #f4f9fd; }
      @media (max-width: 530px) {
        .news .item .inner {
          height: 320px; } }
      .news .item .inner img {
        position: absolute;
        top: 0;
        left: 0;
        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 .inner .date {
        position: absolute;
        left: 24px;
        top: 24px;
        width: 64px;
        height: 64px;
        color: #fff;
        background: #062f6e;
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        padding: 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; }
        .news .item .inner .date i {
          display: block;
          font-style: normal;
          font-size: 22px;
          font-weight: 700; }
      .news .item .inner .overlay {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        height: auto;
        top: auto;
        bottom: -50px;
        text-align: center;
        padding: 80px 24px 24px 24px;
        -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;
        background: url(../images/overlay.png) repeat-x; }
        @media (max-width: 991px) {
          .news .item .inner .overlay {
            bottom: 0px; } }
        .news .item .inner .overlay .title {
          font-size: 24px !important;
          color: #fff;
          line-height: 28px;
          height: 52px;
          overflow: hidden; }
          .news .item .inner .overlay .title::before {
            display: none; }
          @media (max-width: 530px) {
            .news .item .inner .overlay .title {
              height: auto; } }
        .news .item .inner .overlay p {
          margin-top: 16px;
          line-height: 1.5; }
      .news .item .inner:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .news .item .inner:hover .date {
        background: #3fb486; }
      .news .item .inner:hover .overlay {
        bottom: 0px; }
  .news .text-bot {
    width: 100%;
    margin-top: 48px;
    text-align: center; }
    @media (max-width: 991px) {
      .news .text-bot {
        margin-top: 32px; } }
    .news .text-bot .bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 12px;
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #3fb486;
      text-align: center;
      font-size: 18px;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      text-transform: capitalize;
      -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;
      cursor: pointer;
      display: inline-flex;
      width: 138px;
      height: 48px;
      box-shadow: 10px 5px 40px #3fb4863b; }
      .news .text-bot .bottom:hover {
        background: #062f6e; }
  .news.in-pag .t-titl {
    text-align: left; }
    .news.in-pag .t-titl::before {
      display: none; }
  .news.in-pag .item {
    margin-top: 24px; }
  .news.in-pag .it-news {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .news.in-pag .it-news {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; }
        .news.in-pag .it-news:last-child {
          display: none; } }
    .news.in-pag .it-news .photo-news {
      position: relative;
      width: 100%;
      height: 358px;
      overflow: hidden;
      background: #f4f9fd; }
      @media (max-width: 991px) {
        .news.in-pag .it-news .photo-news {
          height: 258px; } }
      .news.in-pag .it-news .photo-news img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .news.in-pag .it-news .photo-news .date {
        position: absolute;
        left: 24px;
        top: 24px;
        width: 64px;
        height: 64px;
        color: #fff;
        background: #062f6e;
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        padding: 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; }
        .news.in-pag .it-news .photo-news .date i {
          display: block;
          font-style: normal;
          font-size: 22px;
          font-weight: 700; }
    .news.in-pag .it-news p {
      margin-top: 16px; }
    .news.in-pag .it-news .share42init {
      margin-top: 16px; }
      .news.in-pag .it-news .share42init a {
        margin: 0px !important;
        margin-right: 4px !important; }
    .news.in-pag .it-news .tags {
      margin-top: 32px; }
      .news.in-pag .it-news .tags .title {
        text-align: left;
        font-size: 34px; }
        .news.in-pag .it-news .tags .title::before {
          display: none; }
      .news.in-pag .it-news .tags .list {
        margin-top: 24px; }
        .news.in-pag .it-news .tags .list a {
          display: inline-block;
          box-shadow: 0px 0px 13px #d0d0d070;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          overflow: hidden;
          background: #fff;
          -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;
          padding: 2px 16px;
          margin: 2px 8px 0px 0px; }
          .news.in-pag .it-news .tags .list a:hover {
            background: #3fb486;
            color: #fff; }
    .news.in-pag .it-news .related-news {
      margin-top: 32px; }
      @media (max-width: 991px) {
        .news.in-pag .it-news .related-news {
          margin-top: 24px; } }
      .news.in-pag .it-news .related-news .title {
        text-align: left; }
        .news.in-pag .it-news .related-news .title::before {
          display: none; }

.minpartners {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f4f9fd; }
  @media (max-width: 991px) {
    .minpartners {
      padding: 32px 0px; } }
  .minpartners .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .minpartners .title {
        font-size: 26px; } }
    .minpartners .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .minpartners .title:before {
          bottom: -34px; } }
  .minpartners p.text-center {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .minpartners p.text-center br {
        display: none; } }
  .minpartners .j-center {
    justify-content: center; }
  .minpartners .item {
    margin-top: 48px;
    max-width: 20%;
    flex: 20%; }
    @media (max-width: 991px) {
      .minpartners .item {
        max-width: 33.33%;
        flex: 33.33%; } }
    @media (max-width: 450px) {
      .minpartners .item {
        max-width: 50%;
        flex: 50%; } }
    .minpartners .item .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 110px;
      padding: 16px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      -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) {
        .minpartners .item .photo {
          height: auto; } }
      .minpartners .item .photo img {
        max-width: 80%;
        max-height: 80%; }
        @media (max-width: 767px) {
          .minpartners .item .photo img {
            max-width: 100%;
            max-height: 100%; } }
    .minpartners .item:hover .photo {
      background: #fff;
      -webkit-box-shadow: 0px 0px 13px #d0d0d070;
      -moz-box-shadow: 0px 0px 13px #d0d0d070;
      -o-box-shadow: 0px 0px 13px #d0d0d070;
      -ms-box-shadow: 0px 0px 13px #d0d0d070;
      box-shadow: 0px 0px 13px #d0d0d070; }

.clients, .partners {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  min-height: 900px; }
  @media (max-width: 991px) {
    .clients, .partners {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .clients, .partners {
      min-height: inherit; } }
  .clients .t-titl, .partners .t-titl {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    text-align: left; }
    @media (max-width: 991px) {
      .clients .t-titl, .partners .t-titl {
        font-size: 26px; } }
    .clients .t-titl:before, .partners .t-titl:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .clients .t-titl:before, .partners .t-titl:before {
          bottom: -34px; } }
    .clients .t-titl::before, .partners .t-titl::before {
      display: none; }
  .clients .item, .partners .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .clients .item, .partners .item {
        max-width: 100%;
        flex: 100%; }
        .clients .item:last-child, .partners .item:last-child {
          display: none; } }
    .clients .item .col, .partners .item .col {
      margin-top: 24px;
      max-width: 33.33%;
      flex: 33.33%; }
      @media (max-width: 450px) {
        .clients .item .col, .partners .item .col {
          max-width: 50%;
          flex: 50%; } }
      .clients .item .col .photo, .partners .item .col .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 160px;
        padding: 16px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        background: #fff;
        -webkit-box-shadow: 0px 0px 13px #d0d0d070;
        -moz-box-shadow: 0px 0px 13px #d0d0d070;
        -o-box-shadow: 0px 0px 13px #d0d0d070;
        -ms-box-shadow: 0px 0px 13px #d0d0d070;
        box-shadow: 0px 0px 13px #d0d0d070;
        -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) {
          .clients .item .col .photo, .partners .item .col .photo {
            height: 120px; } }
        .clients .item .col .photo img, .partners .item .col .photo img {
          max-width: 80%;
          max-height: 80%; }
          @media (max-width: 767px) {
            .clients .item .col .photo img, .partners .item .col .photo img {
              max-width: 100%;
              max-height: 100%; } }
        .clients .item .col .photo:hover, .partners .item .col .photo:hover {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05);
          z-index: 1; }

.error404 {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #f4f9fd; }
  @media (max-width: 991px) {
    .error404 {
      padding: 32px 0px; } }
  .error404 .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    font-size: 150px !important; }
    @media (max-width: 991px) {
      .error404 .title {
        font-size: 26px; } }
    .error404 .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .error404 .title:before {
          bottom: -34px; } }
    .error404 .title::before {
      display: none; }
  .error404 p {
    color: #3fb486;
    font-size: 24px;
    margin-top: 72px; }
  .error404 .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #3fb486;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    text-transform: capitalize;
    -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;
    cursor: pointer;
    float: none;
    display: inline-flex;
    padding: 12px 32px;
    box-shadow: 10px 5px 40px #3fb4863b;
    margin-top: 32px; }
    .error404 .bottom:hover {
      background: #062f6e; }

.contactus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f4f9fd; }
  @media (max-width: 991px) {
    .contactus {
      padding: 32px 0px; } }
  .contactus .item {
    margin: 0px; }
    @media (max-width: 991px) {
      .contactus .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px; }
        .contactus .item:first-child {
          order: 1; } }
    .contactus .item .title {
      font-size: 38px;
      width: 100%;
      text-align: center;
      font-weight: 600;
      color: #000;
      position: relative;
      text-align: left;
      color: #000;
      margin-bottom: 12px; }
      @media (max-width: 991px) {
        .contactus .item .title {
          font-size: 26px; } }
      .contactus .item .title:before {
        content: '';
        position: absolute;
        right: 0px;
        bottom: -40px;
        left: 0px;
        z-index: 1;
        width: 76px;
        height: 28px;
        background: url(../images/title.png) no-repeat center center;
        z-index: 2;
        margin: 0px auto; }
        @media (max-width: 991px) {
          .contactus .item .title:before {
            bottom: -34px; } }
      .contactus .item .title::before {
        display: none; }
    .contactus .item .inner {
      width: 100%;
      background: #fff;
      box-shadow: 0px 0px 13px #d0d0d070;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      overflow: hidden;
      padding: 24px; }
      .contactus .item .inner .inpusrach {
        margin-top: 16px; }
        .contactus .item .inner .inpusrach .form-control {
          height: 55px;
          text-transform: none; }
          .contactus .item .inner .inpusrach .form-control:focus {
            border: 1px solid #3fb486; }
        .contactus .item .inner .inpusrach textarea.form-control {
          height: 150px;
          resize: none; }
        .contactus .item .inner .inpusrach .bottom {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          padding: 12px;
          overflow: hidden;
          color: #fff;
          outline: none;
          outline-style: none;
          border: 0px;
          background: #3fb486;
          text-align: center;
          font-size: 18px;
          -webkit-border-radius: 60px;
          border-radius: 60px;
          background-clip: padding-box;
          text-transform: capitalize;
          -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;
          cursor: pointer;
          width: 100%;
          height: 48px;
          box-shadow: 10px 5px 40px #3fb4863b; }
          .contactus .item .inner .inpusrach .bottom:hover {
            background: #062f6e; }
    .contactus .item .text {
      margin-top: 24px;
      font: 24px/30px 'Barlow Condensed', sans-serif; }
      @media (max-width: 991px) {
        .contactus .item .text {
          font-size: 20px;
          margin-top: 20px; } }
    .contactus .item .map-text {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 32px; }
      @media (max-width: 991px) {
        .contactus .item .map-text {
          margin-top: 20px; } }
      .contactus .item .map-text .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 46px;
        max-width: 46px;
        height: 46px;
        background: #fff;
        box-shadow: 0px 0px 13px #d0d0d070;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box; }
        .contactus .item .map-text .icon svg {
          fill: #3fb486; }
      .contactus .item .map-text p,
      .contactus .item .map-text a {
        margin-left: 8px;
        color: #000; }
      .contactus .item .map-text a {
        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; }
        .contactus .item .map-text a:hover {
          color: #3fb486; }
    .contactus .item .social {
      display: flex;
      margin-top: 32px; }
      .contactus .item .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        -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;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: 4px; }
        .contactus .item .social a:last-child {
          margin: 0px; }
        .contactus .item .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .contactus .item .social a.icon-facebook {
          background: #3b5998; }
          .contactus .item .social a.icon-facebook:hover {
            background: #fff; }
            .contactus .item .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .contactus .item .social a.icon-twitter {
          background: #00acee; }
          .contactus .item .social a.icon-twitter:hover {
            background: #fff; }
            .contactus .item .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .contactus .item .social a.icon-instagram {
          background: #8d5b46; }
          .contactus .item .social a.icon-instagram:hover {
            background: #fff; }
            .contactus .item .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .contactus .item .social a.icon-youtube {
          background: #c4302b; }
          .contactus .item .social a.icon-youtube:hover {
            background: #fff; }
            .contactus .item .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .contactus .item .social a.icon-rss {
          background: #ee802f; }
          .contactus .item .social a.icon-rss:hover {
            background: #fff; }
            .contactus .item .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .contactus .item .social a.icon-linkedin {
          background: #007fb1; }
          .contactus .item .social a.icon-linkedin:hover {
            background: #fff; }
            .contactus .item .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .contactus .item .social a.icon-gplus {
          background: #dd4b39; }
          .contactus .item .social a.icon-gplus:hover {
            background: #fff; }
            .contactus .item .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .contactus .item .social a.icon-whatsapp {
          background: #189d0e; }
          .contactus .item .social a.icon-whatsapp:hover {
            background: #fff; }
            .contactus .item .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 991px) {
        .contactus .item .social {
          margin-top: 20px; } }
      .contactus .item .social a {
        margin-right: 4px; }
        .contactus .item .social a:last-child {
          margin: 0px; }

.map {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff;
  padding: 0px !important; }
  @media (max-width: 991px) {
    .map {
      padding: 32px 0px; } }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 455px; }
    @media (max-width: 991px) {
      .map iframe {
        height: 300px; } }

.minaboutus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #fff url(../images/min.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .minaboutus {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .minaboutus {
      padding: 64px 0px; } }
  .minaboutus::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #080300c2; }
  .minaboutus .container {
    z-index: 10; }
  @media (max-width: 991px) {
    .minaboutus .item {
      max-width: 100%;
      flex: 100%; } }
  .minaboutus .item .icon {
    position: relative;
    height: 72px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .minaboutus .item .icon {
        display: block;
        height: 126px; } }
    .minaboutus .item .icon .cd-single-point {
      margin: 0px !important;
      right: auto !important;
      bottom: auto;
      top: 0px; }
      @media (max-width: 991px) {
        .minaboutus .item .icon .cd-single-point {
          margin: 0px auto !important;
          right: 0px !important; } }
      .minaboutus .item .icon .cd-single-point svg path {
        fill: #3fb486 !important; }
      .minaboutus .item .icon .cd-single-point .innerbc {
        background: #fff !important; }
    .minaboutus .item .icon p {
      color: #fff;
      font-size: 24px;
      margin-left: 98px; }
      @media (max-width: 991px) {
        .minaboutus .item .icon p {
          margin: 0px;
          text-align: center;
          padding-top: 100px; } }
  .minaboutus .item .title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 48px;
    line-height: 35px;
    height: 34px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .minaboutus .item .title {
        height: auto;
        text-align: center;
        font-size: 28px;
        margin-top: 20px; } }
    .minaboutus .item .title.st-tw {
      height: auto;
      font-size: 60px;
      text-transform: capitalize;
      line-height: 60px;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .minaboutus .item .title.st-tw {
          font-size: 40px;
          line-height: 42px; } }
      @media (max-width: 991px) {
        .minaboutus .item .title.st-tw {
          margin-top: 0px; } }
  .minaboutus .item p {
    color: #d9d9d9;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .minaboutus .item p {
        text-align: center; } }
  .minaboutus .item .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #3fb486;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    text-transform: capitalize;
    -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;
    cursor: pointer;
    width: 138px;
    height: 48px;
    box-shadow: 10px 5px 40px #3fb4863b;
    margin-top: 48px; }
    .minaboutus .item .bottom:hover {
      background: #062f6e; }
    @media (max-width: 991px) {
      .minaboutus .item .bottom {
        margin: 0px auto;
        margin-top: 32px; } }
  @media (max-width: 991px) {
    .minaboutus .it-s {
      margin-top: 32px; } }
  .minaboutus .it-s .z-inner {
    position: relative;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #bbbbbb;
    overflow: hidden;
    -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; }
    .minaboutus .it-s .z-inner::after {
      content: '';
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #3fb486;
      -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; }
    .minaboutus .it-s .z-inner .z-item {
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 24px; }
      .minaboutus .it-s .z-inner .z-item .photo {
        width: 100%;
        text-align: center;
        position: relative; }
        .minaboutus .it-s .z-inner .z-item .photo::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: -20px;
          left: 0;
          margin: 0px auto;
          width: 80px;
          height: 2px;
          background: #3fb486;
          -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; }
        .minaboutus .it-s .z-inner .z-item .photo svg {
          fill: #fff;
          width: 100px;
          height: 100px; }
          @media (max-width: 991px) {
            .minaboutus .it-s .z-inner .z-item .photo svg {
              width: 76px;
              height: 76px; } }
          @media (max-width: 767px) {
            .minaboutus .it-s .z-inner .z-item .photo svg {
              width: 64px;
              height: 64px; } }
      .minaboutus .it-s .z-inner .z-item .timer {
        width: 100%;
        text-align: center;
        font-weight: 800;
        font-size: 74px;
        margin-top: 64px;
        color: #fff; }
        @media (max-width: 991px) {
          .minaboutus .it-s .z-inner .z-item .timer {
            font-size: 54px;
            font-weight: 600; } }
      .minaboutus .it-s .z-inner .z-item .name {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-top: 36px; }
        @media (max-width: 991px) {
          .minaboutus .it-s .z-inner .z-item .name {
            margin-top: 20px;
            font-size: 18px; } }
    .minaboutus .it-s .z-inner:hover {
      border: 1px solid #3fb486; }
      .minaboutus .it-s .z-inner:hover::after {
        bottom: 0px; }
      .minaboutus .it-s .z-inner:hover .z-item .photo::after {
        background: #fff; }

.about-inner {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .about-inner {
      padding: 32px 0px; } }
  .about-inner .item:last-child {
    padding-left: 48px;
    display: flex;
    align-items: center; }
  @media (max-width: 991px) {
    .about-inner .item {
      max-width: 100%;
      flex: 100%; }
      .about-inner .item:last-child {
        margin-top: 32px;
        padding-left: 12px; } }
  .about-inner .item .photo {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box; }
    @media (max-width: 991px) {
      .about-inner .item .photo {
        height: 332px; } }
    .about-inner .item .photo img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
  @media (max-width: 991px) {
    .about-inner .item .inner {
      text-align: center; } }
  .about-inner .item span {
    color: #3fb486;
    display: inline-block;
    background: #3fb4862b;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    padding: 0px 20px;
    font-size: 12px;
    margin-bottom: 20px; }
  .about-inner .item .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    text-align: left; }
    @media (max-width: 991px) {
      .about-inner .item .title {
        font-size: 26px; } }
    .about-inner .item .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .about-inner .item .title:before {
          bottom: -34px; } }
    @media (max-width: 991px) {
      .about-inner .item .title {
        text-align: center; } }
    .about-inner .item .title::before {
      display: none; }
  .about-inner .item p {
    margin-top: 20px; }

.cd-single-point {
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  list-style-type: none;
  margin: 0px auto;
  margin-top: -36px;
  width: 72px;
  cursor: pointer;
  text-align: center;
  z-index: 20; }
  .cd-single-point svg path {
    fill: #fff; }
  .cd-single-point::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: cd-pulse 2s infinite; }
  .cd-single-point .cd-img-replace {
    position: relative;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .cd-single-point .innerbc {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #3fb486;
    z-index: 10; }
@keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #3fb486; }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 150, 44, 0); } }
.YouTubePopUp-Wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999999999999;
  padding: 15px; }
  .YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0px auto;
    height: 100%;
    position: relative; }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
      max-width: 100% !important;
      width: 100% !important;
      display: block !important;
      height: 480px !important;
      border: none !important;
      margin: auto 0px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
          height: 300px !important; } }
  .YouTubePopUp-Wrap .YouTubePopUp-Close {
    cursor: pointer;
    margin: auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100%;
    -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; }

.whyus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .whyus {
      padding: 32px 0px; } }
  .whyus .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .whyus .title {
        font-size: 26px; } }
    .whyus .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .whyus .title:before {
          bottom: -34px; } }
  .whyus p.text-center {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .whyus p.text-center br {
        display: none; } }
  .whyus .item {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .whyus .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .whyus .item .inner {
      width: 100%;
      box-shadow: 0px 0px 13px #d0d0d070;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      overflow: hidden;
      background: #fff;
      padding: 20px; }
      .whyus .item .inner .photo {
        display: block;
        width: 100%;
        height: 220px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box; }
        .whyus .item .inner .photo img {
          width: 100%;
          min-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; }
      .whyus .item .inner .title {
        font-size: 24px !important;
        margin-top: 20px; }
        .whyus .item .inner .title::before {
          display: none; }
      .whyus .item .inner p {
        text-align: center;
        margin-top: 12px; }

.adv {
  margin-top: 48px;
  text-align: center; }
  @media (max-width: 991px) {
    .adv {
      margin-top: 32px; } }
  .adv img {
    max-width: 100%; }

.privacy-policy {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  min-height: 800px; }
  @media (max-width: 991px) {
    .privacy-policy {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .privacy-policy {
      min-height: inherit; } }
  .privacy-policy .item {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .privacy-policy .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; }
        .privacy-policy .item:last-child {
          display: none; } }
  .privacy-policy .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    text-align: left; }
    @media (max-width: 991px) {
      .privacy-policy .title {
        font-size: 26px; } }
    .privacy-policy .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .privacy-policy .title:before {
          bottom: -34px; } }
    .privacy-policy .title::before {
      display: none; }

.blog {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 56px; }
  @media (max-width: 991px) {
    .blog {
      padding: 32px 0px; } }
  .blog .wizard {
    margin-bottom: 20px; }
  .blog .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    text-align: left; }
    @media (max-width: 991px) {
      .blog .title {
        font-size: 26px; } }
    .blog .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .blog .title:before {
          bottom: -34px; } }
    .blog .title::before {
      display: none; }
  @media (max-width: 991px) {
    .blog .itemblog {
      max-width: 100%;
      flex: 100%; } }
  .blog .itemblog .item {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .blog .itemblog .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 420px) {
      .blog .itemblog .item {
        max-width: 100%;
        flex: 100%; } }
    .blog .itemblog .item .inner {
      width: 100%;
      position: relative;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      padding: 48px 20px;
      background: #fff;
      -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: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      padding: 12px;
      padding-bottom: 20px; }
      .blog .itemblog .item .inner .photo {
        width: 100%;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f4f9fd;
        border-radius: 20px;
        overflow: hidden; }
        .blog .itemblog .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; }
      .blog .itemblog .item .inner .title {
        display: block;
        font-size: 18px !important;
        height: 48px;
        overflow: hidden;
        line-height: 24px;
        margin-top: 12px;
        -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: 420px) {
          .blog .itemblog .item .inner .title {
            height: auto; } }
        .blog .itemblog .item .inner .title:hover {
          color: #3fb486; }
      .blog .itemblog .item .inner .text {
        margin-top: 12px;
        height: 80px;
        overflow: hidden; }
        @media (max-width: 420px) {
          .blog .itemblog .item .inner .text {
            height: auto; } }
      .blog .itemblog .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
  .blog .itemblog .min-search {
    position: relative;
    width: 100%;
    margin-top: 24px; }
    .blog .itemblog .min-search .form-control {
      width: 100%;
      height: 48px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      border: 0px;
      padding: 12px 12px 12px 56px;
      color: #000;
      text-transform: initial;
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1) !important; }
    .blog .itemblog .min-search .bottom {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 48px;
      height: 48px;
      -webkit-border-radius: 10px 0px 0px 10px;
      border-radius: 10px 0px 0px 10px;
      background-clip: padding-box;
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      background: #fff;
      padding: 0px;
      border: 0px;
      outline: 0px;
      cursor: pointer; }
      .blog .itemblog .min-search .bottom svg,
      .blog .itemblog .min-search .bottom img {
        max-width: 16px;
        fill: #000; }
  .blog .itemblog .most-read {
    position: sticky;
    top: 100px;
    width: 100%;
    margin-top: 32px; }
    .blog .itemblog .most-read .title {
      font-size: 20px; }
    .blog .itemblog .most-read .article {
      margin-top: 20px; }
      .blog .itemblog .most-read .article a {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .blog .itemblog .most-read .article a:hover .photo img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
        .blog .itemblog .most-read .article a:hover .content-user .text {
          color: #3fb486; }
      .blog .itemblog .most-read .article .photo {
        min-width: 106px;
        max-width: 106px;
        height: 88px;
        overflow: hidden;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-clip: padding-box; }
        .blog .itemblog .most-read .article .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; }
      .blog .itemblog .most-read .article .content-user {
        margin-left: 16px; }
        .blog .itemblog .most-read .article .content-user .text {
          display: block;
          line-height: 20px;
          font-weight: 500;
          height: 60px;
          font-size: 16px;
          overflow: hidden;
          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: 991px) {
    .blog .itemblog.hidebox {
      display: none; } }
  .blog .photo-blog {
    width: 100%;
    height: 440px;
    overflow: hidden;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .blog .photo-blog {
        margin-top: 0px;
        height: auto; } }
    .blog .photo-blog img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog .text-cont {
    width: 100%;
    margin-top: 24px;
    position: relative; }
    @media (max-width: 767px) {
      .blog .text-cont {
        max-width: 100%;
        flex: 100%; } }
    .blog .text-cont .title {
      font-size: 24px !important;
      line-height: 24px; }
    .blog .text-cont p {
      line-height: 24px;
      margin-top: 20px; }

.blog-other {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f4f9fd; }
  @media (max-width: 991px) {
    .blog-other {
      padding: 32px 0px; } }
  .blog-other .title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .blog-other .title {
        font-size: 26px; } }
    .blog-other .title:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: -40px;
      left: 0px;
      z-index: 1;
      width: 76px;
      height: 28px;
      background: url(../images/title.png) no-repeat center center;
      z-index: 2;
      margin: 0px auto; }
      @media (max-width: 991px) {
        .blog-other .title:before {
          bottom: -34px; } }
    .blog-other .title::before {
      display: none; }
  .blog-other .article {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .blog-other .article {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .blog-other .article {
        max-width: 100%;
        flex: 100%; } }
    .blog-other .article a {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .blog-other .article .photo {
      min-width: 106px;
      max-width: 106px;
      height: 88px;
      overflow: hidden;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background-clip: padding-box; }
      .blog-other .article .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; }
    .blog-other .article .content-user {
      margin-left: 16px; }
      .blog-other .article .content-user .text {
        display: block;
        line-height: 20px;
        font-weight: 500;
        overflow: hidden;
        align-items: center;
        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) {
          .blog-other .article .content-user .text {
            height: auto; } }
    .blog-other .article:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .blog-other .article:hover .content-user .text {
      color: #3fb486; }

.r-chat {
  position: relative;
  z-index: 1001; }
  .r-chat .icon-close {
    position: absolute;
    left: 0px;
    top: -46px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #3fb486; }
    .r-chat .icon-close:before, .r-chat .icon-close:after {
      position: absolute;
      top: 17px;
      left: 8px;
      display: block;
      height: 2px;
      width: 20px;
      background: #fff;
      content: '';
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .r-chat .icon-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .r-chat .on-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 72px;
    height: 72px;
    border: 8px solid #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);
    left: 12px;
    bottom: 12px;
    background: #3fb486;
    color: #fff;
    cursor: pointer;
    -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-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box; }
    @media (max-width: 550px) {
      .r-chat .on-icon {
        width: 64px;
        height: 64px; } }
    .r-chat .on-icon:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .r-chat .on-icon svg {
      width: 38px;
      height: 38px;
      fill: #fff; }
      @media (max-width: 550px) {
        .r-chat .on-icon svg {
          width: 28px;
          height: 28px; } }
    .r-chat .on-icon img {
      max-width: 100%; }
  .r-chat .ws-popup {
    position: fixed;
    left: 12px;
    bottom: 14%;
    width: 234px;
    -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; }
    .r-chat .ws-popup.active {
      bottom: 78px; }
      @media (max-width: 550px) {
        .r-chat .ws-popup.active {
          bottom: 70px; } }
    .r-chat .ws-popup .inner {
      width: 100%; }
    .r-chat .ws-popup .support-about {
      width: 100%;
      background: #3fb486;
      padding: 16px;
      color: #fff;
      text-align: center;
      -webkit-border-radius: 10px 10px 0px 0px;
      border-radius: 10px 10px 0px 0px;
      background-clip: padding-box; }
    .r-chat .ws-popup .support-welcome {
      position: relative;
      width: 100%;
      color: #000;
      background: #fff;
      padding: 16px;
      -webkit-border-radius: 0px 0px 10px 10px;
      border-radius: 0px 0px 10px 10px;
      background-clip: padding-box;
      box-shadow: 0px 2px 17px rgba(73, 73, 73, 0.1); }
      .r-chat .ws-popup .support-welcome img {
        max-width: 20px;
        margin-left: 8px; }
      .r-chat .ws-popup .support-welcome .support-user {
        position: absolute;
        right: -62px;
        top: 0px;
        width: 50px;
        height: 50px;
        box-shadow: 0px 2px 17px rgba(73, 73, 73, 0.1);
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .r-chat .ws-popup .support-welcome .support-user img {
          width: 100%;
          max-width: 100%;
          background: #fff;
          min-height: 100%;
          margin: 0px;
          object-fit: cover; }
    .r-chat .ws-popup .form-w {
      position: relative;
      width: 100%;
      height: 50px;
      background: #fff;
      overflow: hidden;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      box-shadow: 0px 2px 17px rgba(73, 73, 73, 0.1); }
      .r-chat .ws-popup .form-w .form-control {
        width: 100%;
        height: 50px;
        border: 0px;
        padding-right: 48px; }
        .r-chat .ws-popup .form-w .form-control:focus {
          border: 0px;
          box-shadow: none; }
      .r-chat .ws-popup .form-w .bottom {
        position: absolute;
        right: 12px;
        top: 10px;
        background: none;
        border: 0px;
        padding: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
        outline: none;
        outline-style: none; }
        .r-chat .ws-popup .form-w .bottom svg {
          fill: #3fb486;
          width: 20px;
          height: 20px; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #030e23;
  padding: 0px !important;
  position: relative; }
  @media (max-width: 991px) {
    .footer {
      padding: 32px 0px; } }
  .footer .boxfot {
    margin-top: 56px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin-top: 32px; } }
    .footer .boxfot .inner {
      width: 100%; }
      @media (max-width: 991px) {
        .footer .boxfot .inner {
          text-align: center; } }
      .footer .boxfot .inner img {
        max-width: 150px; }
      .footer .boxfot .inner p {
        color: #b0afaf;
        font-family: 'Barlow Condensed', sans-serif;
        margin-top: 12px; }
    .footer .boxfot .title {
      font-size: 24px;
      margin-bottom: 24px;
      line-height: 20px;
      color: #fff; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center; } }
    .footer .boxfot .navmenu a {
      display: inline-block;
      width: 100%;
      position: relative;
      color: #b0afaf;
      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 .boxfot .navmenu a:last-child {
        margin: 0px; }
      .footer .boxfot .navmenu a svg {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        fill: #c6c6c6;
        margin-right: 4px;
        min-width: 12px;
        max-width: 12px;
        -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 .boxfot .navmenu a:hover {
        color: #3fb486; }
        .footer .boxfot .navmenu a:hover svg {
          fill: #3fb486; }
      @media (max-width: 991px) {
        .footer .boxfot .navmenu a {
          text-align: center; }
          .footer .boxfot .navmenu a svg {
            display: none; } }
    .footer .boxfot .social {
      display: flex;
      margin-top: 12px; }
      .footer .boxfot .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        -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;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: 4px; }
        .footer .boxfot .social a:last-child {
          margin: 0px; }
        .footer .boxfot .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .footer .boxfot .social a.icon-facebook {
          background: #3b5998; }
          .footer .boxfot .social a.icon-facebook:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .footer .boxfot .social a.icon-twitter {
          background: #00acee; }
          .footer .boxfot .social a.icon-twitter:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .footer .boxfot .social a.icon-instagram {
          background: #8d5b46; }
          .footer .boxfot .social a.icon-instagram:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .footer .boxfot .social a.icon-youtube {
          background: #c4302b; }
          .footer .boxfot .social a.icon-youtube:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .footer .boxfot .social a.icon-rss {
          background: #ee802f; }
          .footer .boxfot .social a.icon-rss:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .footer .boxfot .social a.icon-linkedin {
          background: #007fb1; }
          .footer .boxfot .social a.icon-linkedin:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .footer .boxfot .social a.icon-gplus {
          background: #dd4b39; }
          .footer .boxfot .social a.icon-gplus:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .footer .boxfot .social a.icon-whatsapp {
          background: #189d0e; }
          .footer .boxfot .social a.icon-whatsapp:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 991px) {
        .footer .boxfot .social {
          justify-content: center; } }
      .footer .boxfot .social a {
        margin-right: 4px; }
        .footer .boxfot .social a:last-child {
          margin: 0px; }
        @media (max-width: 991px) {
          .footer .boxfot .social a {
            margin: 0px 4px; } }
  .footer .media {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .footer .media {
        justify-content: center; } }
    .footer .media:last-child {
      margin: 0px; }
    .footer .media svg,
    .footer .media img {
      fill: #3fb486;
      min-width: 18px;
      min-height: 18px; }
    .footer .media .contant {
      margin-left: 12px; }
      .footer .media .contant p,
      .footer .media .contant a {
        display: block;
        width: 100%;
        color: #b0afaf;
        font-weight: 400;
        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; }
      .footer .media .contant a:hover {
        color: #3fb486; }
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 56px;
    padding: 24px 0px;
    width: 100%;
    border-top: 1px solid #101a2e;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        margin-top: 32px; } }
    .footer .copyright p {
      color: #fff;
      padding: 0px 12px;
      text-align: center; }
  .footer .scrollToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #3fb486;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    text-transform: capitalize;
    -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;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: none;
    border: 0px;
    padding-top: 10px;
    z-index: 1000;
    color: #fff; }
    .footer .scrollToTop:hover {
      background: #062f6e; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .footer .scrollToTop svg path {
        fill: #fff; }

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;
  font-size: 16px;
  line-height: 28px;
  color: #5d5d5d;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif; }

::-webkit-scrollbar {
  width: 8px;
  height: 1px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f4f9fd; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #3fb486;
  cursor: pointer; }

body {
  direction: ltr;
  text-align: left;
  background: #fff; }
  body.active {
    overflow: hidden; }

p {
  font-family: 'Barlow', sans-serif; }

.wizard {
  margin-bottom: 24px; }
  .wizard li {
    display: inline-block;
    margin-right: 16px;
    line-height: 14.4px;
    font-weight: 400; }
    .wizard li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #000;
      line-height: 14.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; }
      .wizard li a:hover {
        color: #3fb486; }
      .wizard li a svg {
        margin-left: 16px; }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

.more {
  display: inline-block;
  position: relative;
  color: #3fb486;
  font-size: 18px;
  margin-top: 16px; }
  .more:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 40%;
    background: #3fb486;
    height: 2px;
    -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; }
  .more:hover:after {
    width: 100%; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .contant {
    margin: 0px !important;
    margin-left: 12px !important; }
  .alert p {
    color: #fff; }
  .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%); }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 97% 24px; }
  select.form-control option {
    padding: 32px; }

.pagination {
  width: 100%;
  margin-top: 32px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 10px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 5px !important;
      border-radius: 5px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #fff;
      color: #093A53;
      -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 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1); }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .pagination li:first-child a, .pagination li:last-child a {
      border: 1px solid #3fb486; }
    .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: #3fb486 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.filterby {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: 32px;
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0; }
  @media (max-width: 991px) {
    .filterby {
      position: fixed;
      z-index: 100;
      opacity: 1;
      left: 16px;
      bottom: 16px; } }
  .filterby svg,
  .filterby img {
    max-width: 20px;
    max-height: 20px; }

.clos-filter {
  position: absolute;
  top: 24px;
  right: 16px;
  cursor: pointer;
  display: none;
  z-index: 10; }
  @media (max-width: 991px) {
    .clos-filter {
      display: block; } }
  .clos-filter:before, .clos-filter:after {
    position: absolute;
    top: 4px;
    right: 0px;
    display: block;
    height: 2px;
    width: 20px;
    background: #3fb486;
    content: '';
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .clos-filter:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.item-inner {
  margin-top: 8px; }
  @media (max-width: 991px) {
    .item-inner {
      position: fixed;
      height: 100%;
      top: 0px;
      left: -100%;
      padding: 0px;
      z-index: 1001;
      max-width: 280px;
      flex: 280px;
      margin: 0px;
      -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; }
      .item-inner ::-webkit-scrollbar {
        width: 4px; }
      .item-inner.active {
        left: 0px; } }
  @media (max-width: 991px) {
    .item-inner .inner,
    .item-inner .filter {
      height: 100%;
      -webkit-border-radius: 0px !important;
      border-radius: 0px !important;
      background-clip: padding-box;
      overflow-y: scroll !important; } }

.sharetastic {
  color: #ccc;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: webkit-wrap;
  -moz-flex-wrap: moz-wrap;
  -ms-flex-wrap: ms-wrap;
  -o-flex-wrap: o-wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.sharetastic__sprite {
  display: none; }

.sharetastic__button {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 42px;
  margin: 2px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: middle;
  width: 42px;
  white-space: nowrap; }

.sharetastic__button--facebook {
  background-color: #3a5795; }

.sharetastic__button--facebook:hover {
  background-color: #2c4270; }

.sharetastic__button--twitter {
  background-color: #1da1f2; }

.sharetastic__button--twitter:hover {
  background-color: #0c85d0; }

.sharetastic__button--googleplus {
  background-color: #c53929; }

.sharetastic__button--googleplus:hover {
  background-color: #9b2d20; }

.sharetastic__button--linkedin {
  background-color: #0077b5; }

.sharetastic__button--linkedin:hover {
  background-color: #005582; }

.sharetastic__button--pinterest {
  background-color: #bd081c; }

.sharetastic__button--pinterest:hover {
  background-color: #8c0615; }

.sharetastic__button--telegram {
  background-color: #26a4e3; }

.sharetastic__button--telegram:hover {
  background-color: #1f9ad7; }

.sharetastic__button--youtube {
  background-color: #c4302b; }

.sharetastic__button--youtube:hover {
  background-color: #b52722; }

.sharetastic__button--flickr {
  background-color: #ff0084; }

.sharetastic__button--flickr:hover {
  background-color: #cc006a; }

.sharetastic__button--instagram {
  background-color: #e1306c; }

.sharetastic__button--instagram:hover {
  background-color: #c21c54; }

.sharetastic__button--email {
  background-color: #b8213b; }

.sharetastic__button--email:hover {
  background-color: #8d192d; }

.sharetastic__button--whatsapp {
  background-color: #25D366; }

.sharetastic__button--whatsapp:hover {
  background-color: #1da851; }

.sharetastic__button--print {
  background-color: #0058a1; }

.sharetastic__button--print:hover {
  background-color: #003c6e; }

.sharetastic__icon {
  fill: #fff;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px !important; }

.sharetastic--simple .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__icon {
  transition: fill 0.3s; }

.sharetastic--simple .sharetastic__button,
.sharetastic--simple.sharetastic--reversed .sharetastic__button {
  background-color: transparent !important;
  border-radius: 0; }

.sharetastic--simple .sharetastic__button--facebook .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--facebook .sharetastic__icon {
  fill: #3a5795; }

.sharetastic--simple .sharetastic__button--facebook:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--facebook:hover .sharetastic__icon {
  fill: #2c4270; }

.sharetastic--simple .sharetastic__button--twitter .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--twitter .sharetastic__icon {
  fill: #1da1f2; }

.sharetastic--simple .sharetastic__button--twitter:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--twitter:hover .sharetastic__icon {
  fill: #0c85d0; }

.sharetastic--simple .sharetastic__button--googleplus .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--googleplus .sharetastic__icon {
  fill: #c53929; }

.sharetastic--simple .sharetastic__button--googleplus:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--googleplus:hover .sharetastic__icon {
  fill: #9b2d20; }

.sharetastic--simple .sharetastic__button--linkedin .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--linkedin .sharetastic__icon {
  fill: #0077b5; }

.sharetastic--simple .sharetastic__button--linkedin:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--linkedin:hover .sharetastic__icon {
  fill: #005582; }

.sharetastic--simple .sharetastic__button--pinterest .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--pinterest .sharetastic__icon {
  fill: #bd081c; }

.sharetastic--simple .sharetastic__button--pinterest:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--pinterest:hover .sharetastic__icon {
  fill: #8c0615; }

.sharetastic--simple .sharetastic__button--tumblr .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--tumblr .sharetastic__icon {
  fill: #35465c; }

.sharetastic--simple .sharetastic__button--tumblr:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--tumblr:hover .sharetastic__icon {
  fill: #222d3c; }

.sharetastic--simple .sharetastic__button--flickr .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--flickr .sharetastic__icon {
  fill: #ff0084; }

.sharetastic--simple .sharetastic__button--flickr:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--flickr:hover .sharetastic__icon {
  fill: #cc006a; }

.sharetastic--simple .sharetastic__button--instagram .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--instagram .sharetastic__icon {
  fill: #e1306c; }

.sharetastic--simple .sharetastic__button--instagram:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--instagram:hover .sharetastic__icon {
  fill: #c21c54; }

.sharetastic--simple .sharetastic__button--email .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--email .sharetastic__icon {
  fill: #b8213b; }

.sharetastic--simple .sharetastic__button--email:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--email:hover .sharetastic__icon {
  fill: #8d192d; }

.sharetastic--simple .sharetastic__button--whatsapp .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--whatsapp .sharetastic__icon {
  fill: #25D366; }

.sharetastic--simple .sharetastic__button--whatsapp:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--whatsapp:hover .sharetastic__icon {
  fill: #1da851; }

.sharetastic--simple .sharetastic__button--print .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--print .sharetastic__icon {
  fill: #0058a1; }

.sharetastic--simple .sharetastic__button--print:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--print:hover .sharetastic__icon {
  fill: #003c6e; }

.sharetastic--reversed .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__icon {
  transition: fill 0.3s; }

.sharetastic--reversed .sharetastic__button,
.sharetastic--reversed.sharetastic--text .sharetastic__button {
  background-color: #fff; }

.sharetastic--reversed .sharetastic__button:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button:hover {
  color: #fff; }

.sharetastic--reversed .sharetastic__button--facebook,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook {
  color: #3a5795; }

.sharetastic--reversed .sharetastic__button--facebook .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook .sharetastic__icon {
  fill: #3a5795; }

.sharetastic--reversed .sharetastic__button--facebook:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook:hover {
  background-color: #3a5795; }

.sharetastic--reversed .sharetastic__button--facebook:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--twitter,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter {
  color: #1da1f2; }

.sharetastic--reversed .sharetastic__button--twitter .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter .sharetastic__icon {
  fill: #1da1f2; }

.sharetastic--reversed .sharetastic__button--twitter:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter:hover {
  background-color: #1da1f2; }

.sharetastic--reversed .sharetastic__button--twitter:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--googleplus,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus {
  color: #c53929; }

.sharetastic--reversed .sharetastic__button--googleplus .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus .sharetastic__icon {
  fill: #c53929; }

.sharetastic--reversed .sharetastic__button--googleplus:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus:hover {
  background-color: #c53929; }

.sharetastic--reversed .sharetastic__button--googleplus:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--linkedin,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin {
  color: #0077b5; }

.sharetastic--reversed .sharetastic__button--linkedin .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin .sharetastic__icon {
  fill: #0077b5; }

.sharetastic--reversed .sharetastic__button--linkedin:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin:hover {
  background-color: #0077b5; }

.sharetastic--reversed .sharetastic__button--linkedin:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--pinterest,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest {
  color: #bd081c; }

.sharetastic--reversed .sharetastic__button--pinterest .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest .sharetastic__icon {
  fill: #bd081c; }

.sharetastic--reversed .sharetastic__button--pinterest:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest:hover {
  background-color: #bd081c; }

.sharetastic--reversed .sharetastic__button--pinterest:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--tumblr,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr {
  color: #35465c; }

.sharetastic--reversed .sharetastic__button--tumblr .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr .sharetastic__icon {
  fill: #35465c; }

.sharetastic--reversed .sharetastic__button--tumblr:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr:hover {
  background-color: #35465c; }

.sharetastic--reversed .sharetastic__button--tumblr:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--flickr,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr {
  color: #ff0084; }

.sharetastic--reversed .sharetastic__button--flickr .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr .sharetastic__icon {
  fill: #ff0084; }

.sharetastic--reversed .sharetastic__button--flickr:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr:hover {
  background-color: #ff0084; }

.sharetastic--reversed .sharetastic__button--flickr:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--instagram,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram {
  color: #e1306c; }

.sharetastic--reversed .sharetastic__button--instagram .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram .sharetastic__icon {
  fill: #e1306c; }

.sharetastic--reversed .sharetastic__button--instagram:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram:hover {
  background-color: #e1306c; }

.sharetastic--reversed .sharetastic__button--instagram:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--email,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email {
  color: #b8213b; }

.sharetastic--reversed .sharetastic__button--email .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email .sharetastic__icon {
  fill: #b8213b; }

.sharetastic--reversed .sharetastic__button--email:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email:hover {
  background-color: #b8213b; }

.sharetastic--reversed .sharetastic__button--email:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--whatsapp,
.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp {
  color: #25D366; }

.sharetastic--reversed .sharetastic__button--whatsapp .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp .sharetastic__icon {
  fill: #25D366; }

.sharetastic--reversed .sharetastic__button--whatsapp:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp:hover {
  background-color: #25D366; }

.sharetastic--reversed .sharetastic__button--whatsapp:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--whatsapp:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--reversed .sharetastic__button--print,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print {
  color: #0058a1; }

.sharetastic--reversed .sharetastic__button--print .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print .sharetastic__icon {
  fill: #0058a1; }

.sharetastic--reversed .sharetastic__button--print:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print:hover {
  background-color: #0058a1; }

.sharetastic--reversed .sharetastic__button--print:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print:hover .sharetastic__icon {
  fill: #fff; }

.sharetastic--text .sharetastic__button {
  border-radius: 50%;
  color: #fff;
  height: auto;
  padding: 5px 10px;
  text-decoration: none;
  text-indent: 0;
  width: auto;
  white-space: normal;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.sharetastic--text .sharetastic__icon {
  margin-right: 0px;
  position: static;
  width: auto;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.sharetastic--text.sharetastic--simple .sharetastic__button--facebook {
  color: #3a5795; }

.sharetastic--text.sharetastic--simple .sharetastic__button--facebook:hover {
  color: #2c4270; }

.sharetastic--text.sharetastic--simple .sharetastic__button--twitter {
  color: #1da1f2; }

.sharetastic--text.sharetastic--simple .sharetastic__button--twitter:hover {
  color: #0c85d0; }

.sharetastic--text.sharetastic--simple .sharetastic__button--googleplus {
  color: #c53929; }

.sharetastic--text.sharetastic--simple .sharetastic__button--googleplus:hover {
  color: #9b2d20; }

.sharetastic--text.sharetastic--simple .sharetastic__button--linkedin {
  color: #0077b5; }

.sharetastic--text.sharetastic--simple .sharetastic__button--linkedin:hover {
  color: #005582; }

.sharetastic--text.sharetastic--simple .sharetastic__button--pinterest {
  color: #bd081c; }

.sharetastic--text.sharetastic--simple .sharetastic__button--pinterest:hover {
  color: #8c0615; }

.sharetastic--text.sharetastic--simple .sharetastic__button--tumblr {
  color: #35465c; }

.sharetastic--text.sharetastic--simple .sharetastic__button--tumblr:hover {
  color: #222d3c; }

.sharetastic--text.sharetastic--simple .sharetastic__button--flickr {
  color: #ff0084; }

.sharetastic--text.sharetastic--simple .sharetastic__button--flickr:hover {
  color: #cc006a; }

.sharetastic--text.sharetastic--simple .sharetastic__button--instagram {
  color: #e1306c; }

.sharetastic--text.sharetastic--simple .sharetastic__button--instagram:hover {
  color: #c21c54; }

.sharetastic--text.sharetastic--simple .sharetastic__button--email {
  color: #b8213b; }

.sharetastic--text.sharetastic--simple .sharetastic__button--email:hover {
  color: #8d192d; }

.sharetastic--text.sharetastic--simple .sharetastic__button--whatsapp {
  color: #25D366; }

.sharetastic--text.sharetastic--simple .sharetastic__button--whatsapp:hover {
  color: #1da851; }

.sharetastic--text.sharetastic--simple .sharetastic__button--print {
  color: #0058a1; }

.sharetastic--text.sharetastic--simple .sharetastic__button--print:hover {
  color: #003c6e; }

/*# sourceMappingURL=home.css.map */
