.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; }

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 {
  font: 16px/23px 'Tajawal', sans-serif; }

body {
  direction: rtl;
  text-align: right; }

p {
  font: 18px/24px 'Tajawal', sans-serif;
  font-weight: 500;
  line-height: 1.9 !important; }

.bottom {
  font-size: 16px !important; }

.wizard li {
  margin-right: 0px;
  margin-left: 16px;
  font-weight: 500; }
  .wizard li a {
    font-weight: 500; }
    .wizard li a svg {
      margin-left: 0px;
      margin-right: 16px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.more {
  font-size: 16px;
  font-weight: 500; }
  .more:after {
    left: auto;
    right: 0px; }

.title {
  font-size: 32px !important; }
  @media (max-width: 991px) {
    .title {
      font-size: 26px !important; } }

.alert .contant {
  margin: 0px !important;
  margin-right: 12px !important; }
.alert p {
  line-height: 1.2 !important; }

select.form-control {
  background-position: 12px 24px; }

.pagination li:last-child svg {
  transform: rotate(90deg); }
.pagination li:first-child svg {
  transform: rotate(-90deg); }

@media (max-width: 991px) {
  .filterby {
    left: auto;
    right: 16px; } }

.clos-filter {
  right: auto;
  left: 32px; }

.item-inner {
  margin-top: 8px; }
  @media (max-width: 991px) {
    .item-inner {
      left: auto;
      right: -100%; }
      .item-inner.active {
        left: auto;
        right: 0px; } }

.header .minheeader .social a {
  margin: 0px;
  margin-left: 4px; }
.header .minheeader .linkstop a {
  direction: ltr;
  margin: 0px;
  margin-right: 16px; }
  @media (max-width: 767px) {
    .header .minheeader .linkstop a {
      margin: 0px;
      margin-right: 8px;
      font-size: 13px; }
      .header .minheeader .linkstop a:first-child {
        margin: 0px; } }
  .header .minheeader .linkstop a:first-child {
    margin: 0px; }
.header .maxheeader #cssmenu ul {
  float: right; }
  .header .maxheeader #cssmenu ul li {
    float: right; }
    .header .maxheeader #cssmenu ul li:hover > ul {
      right: 0px;
      left: auto; }
    .header .maxheeader #cssmenu ul li a {
      font-size: 16px;
      font-weight: 500; }
      .header .maxheeader #cssmenu ul li a:after {
        left: auto;
        right: 0px; }
  .header .maxheeader #cssmenu ul ul {
    left: auto;
    right: -9999px; }
    .header .maxheeader #cssmenu ul ul li.has-sub > a:after {
      right: auto !important;
      left: 0px !important; }
    .header .maxheeader #cssmenu ul ul li.has-sub > a:before {
      right: auto;
      left: 3px; }
    .header .maxheeader #cssmenu ul ul li ul {
      margin-left: 0px;
      margin-right: 234px; }
@media (max-width: 991px) {
  .header .maxheeader .icons {
    margin-right: 0px;
    margin-left: 32px; } }
.header .maxheeader .icons .searchicon {
  margin-right: 0px;
  margin-left: 16px; }
.header .maxheeader .showboxsearch {
  left: auto;
  right: 0px; }
  .header .maxheeader .showboxsearch .form-control {
    padding: 0px;
    padding-left: 70px; }
  .header .maxheeader .showboxsearch .bottom {
    right: auto;
    left: 0px; }
  .header .maxheeader .showboxsearch .cancel {
    right: auto;
    left: 64px; }

@media (max-width: 991px) {
  .header .maxheeader.sticky #cssmenu ul li a {
    padding: 10px 15px; }
  .header .maxheeader #cssmenu {
    right: auto;
    left: 12px; }
    .header .maxheeader #cssmenu #menu-button {
      float: left; }
      .header .maxheeader #cssmenu #menu-button:after {
        right: auto;
        left: 0px; }
      .header .maxheeader #cssmenu #menu-button:before {
        right: auto;
        left: 0px; }
    .header .maxheeader #cssmenu .submenu-button {
      right: auto;
      left: 0px;
      border-left: 0px;
      border-right: 1px solid rgba(120, 120, 120, 0.2); }
  .header .maxheeader #cssmenu ul ul,
  .header .maxheeader #cssmenu ul ul ul {
    left: auto !important;
    right: 0px !important; }
  .header .maxheeader #cssmenu .submenu-button:after {
    right: auto;
    left: 21px; }
  .header .maxheeader #cssmenu ul ul .submenu-button:after {
    right: auto;
    left: 19px; }
  .header .maxheeader #cssmenu .submenu-button:before {
    right: auto;
    left: 24px; }
  .header .maxheeader #cssmenu ul ul .submenu-button:before {
    right: auto;
    left: 22px; } }
.slider .muted {
  right: auto;
  left: 64px; }
  @media (max-width: 991px) {
    .slider .muted {
      right: auto;
      left: 12px; } }
.slider .item .title {
  font-size: 40px !important; }
  @media (max-width: 991px) {
    .slider .item .title {
      font-size: 34px !important;
      line-height: 32px; } }
.slider .item p {
  font-size: 20px;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .slider .item p {
      font-size: 18px; } }

.services .item .title {
  font-size: 24px !important; }
  @media (max-width: 991px) {
    .services .item .title {
      font-size: 22px !important; } }

.categories .itme .title {
  font-size: 24px !important; }
  @media (max-width: 991px) {
    .categories .itme .title {
      font-size: 22px !important; } }

.products .title {
  text-align: right; }
.products .item .itpord .inner .title {
  height: 22px;
  font-size: 20px !important; }
  @media (max-width: 991px) {
    .products .item .itpord .inner .title {
      height: 22px; } }
  @media (max-width: 550px) {
    .products .item .itpord .inner .title {
      height: auto; } }
.products .item .itpord .inner p {
  height: 62px; }
  @media (max-width: 550px) {
    .products .item .itpord .inner p {
      height: auto; } }
@media (max-width: 991px) {
  .products .item-inner {
    left: auto;
    right: -100%; }
    .products .item-inner.active {
      left: auto;
      right: 0px; } }
.products .item-inner .filter .list a {
  font-weight: 500; }
  .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: 0px;
    margin-left: 4px; }
.products .re-title {
  font-size: 32px !important; }
  @media (max-width: 991px) {
    .products .re-title {
      font-size: 26px !important; } }

.products-inner .item .boxshear .share42init a {
  margin: 0px !important;
  margin-right: 4px !important; }
.products-inner .item .carousel ol.carousel-indicators {
  left: auto;
  right: 0px; }
.products-inner .item .title {
  text-align: right; }
.products-inner .item .product-spec li span {
  font-family: 'Tajawal', sans-serif; }
.products-inner .item .bottoms .bottom {
  min-width: 154px; }
  .products-inner .item .bottoms .bottom svg {
    margin: 0px;
    margin-left: 4px; }
.products-inner .item .bottoms .order {
  margin: 0px;
  margin-right: 12px; }
  .products-inner .item .bottoms .order svg {
    margin: 0px;
    margin-left: 4px; }

.modal .close {
  right: auto;
  left: 12px; }
.modal .inpusrach.flexcen {
  margin: 0px;
  margin-right: 12px; }
.modal .inpusrach.w-box {
  margin-right: 12px; }

.informations .title {
  text-align: right;
  font-size: 24px !important; }
  @media (max-width: 991px) {
    .informations .title {
      font-size: 22px !important; } }

.minaboutus .item .icon .cd-single-point {
  left: auto !important;
  right: 0px !important; }
  @media (max-width: 991px) {
    .minaboutus .item .icon .cd-single-point {
      left: 0px !important; } }
.minaboutus .item .icon p {
  margin-left: 0px;
  margin-right: 98px;
  font-size: 20px; }
  @media (max-width: 991px) {
    .minaboutus .item .icon p {
      margin: 0px; } }
.minaboutus .item .title {
  font-size: 28px !important; }
  @media (max-width: 991px) {
    .minaboutus .item .title {
      font-size: 24px !important; } }
  .minaboutus .item .title.st-tw {
    font-size: 44px !important;
    line-height: 54px;
    margin-top: 78px; }
    @media (max-width: 1199px) {
      .minaboutus .item .title.st-tw {
        font-size: 30px !important;
        line-height: 40px; } }
    @media (max-width: 991px) {
      .minaboutus .item .title.st-tw {
        margin-top: 0px; } }
.minaboutus .item .bottom {
  margin-top: 22px; }

.about-inner .item:last-child {
  padding-left: 12px;
  padding-right: 48px; }
@media (max-width: 991px) {
  .about-inner .item:last-child {
    padding-right: 12px; } }
.about-inner .item .title {
  text-align: right; }
  @media (max-width: 991px) {
    .about-inner .item .title {
      text-align: center; } }

.privacy-policy .item {
  margin-top: 24px; }
.privacy-policy .title {
  text-align: right; }

.clients .t-titl,
.partners .t-titl {
  text-align: right; }

.news .item .inner .date {
  left: auto;
  right: 24px;
  font-size: 13px;
  padding-top: 10px; }
.news .item .inner .overlay .title {
  font-size: 21px !important; }
.news .text-bot .bottom {
  width: 156px; }
.news.in-pag .t-titl {
  text-align: right; }
.news.in-pag .item {
  margin-top: 24px; }
.news.in-pag .it-news .photo-news .date {
  left: auto;
  right: 24px;
  font-size: 13px;
  padding-top: 10px; }
.news.in-pag .it-news .share42init {
  direction: ltr; }
  .news.in-pag .it-news .share42init a {
    margin: 0px !important;
    margin-left: 4px !important; }
.news.in-pag .it-news .tags {
  margin-top: 32px; }
  .news.in-pag .it-news .tags .title {
    text-align: right; }
  .news.in-pag .it-news .tags .list a {
    font-weight: 500;
    padding: 4px 16px;
    margin: 2px 0px 8px 8px; }
.news.in-pag .it-news .related-news .title {
  text-align: right; }
.news.in-pag .it-news .related-news .item .overlay .title {
  text-align: center !important; }

.contactus .item .title {
  font-size: 38px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #000;
  position: relative;
  text-align: right; }
  @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 .inner .title {
  font-size: 24px !important; }
.contactus .item .text {
  font: 18px/23px 'Tajawal', sans-serif; }
  @media (max-width: 991px) {
    .contactus .item .text {
      font-size: 16px; } }
.contactus .item .map-text p,
.contactus .item .map-text a {
  margin-left: 0px;
  margin-right: 8px; }
.contactus .item .map-text a {
  direction: ltr; }
.contactus .item .social a {
  margin: 0px;
  margin-left: 4px; }
  .contactus .item .social a:last-child {
    margin: 0px; }

.footer .boxfot .inner p {
  font: 16px/23px 'Tajawal', sans-serif; }
.footer .boxfot .title {
  font-size: 24px !important; }
.footer .boxfot .navmenu a svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0px;
  margin-left: 4px; }
.footer .boxfot .social a {
  margin: 0px;
  margin-left: 4px; }
  .footer .boxfot .social a:last-child {
    margin: 0px; }
  @media (max-width: 991px) {
    .footer .boxfot .social a {
      margin: 0px 4px; } }
.footer .media .contant {
  margin: 0px;
  margin-right: 12px; }
  .footer .media .contant a {
    direction: ltr; }
.footer .scrollToTop {
  right: auto;
  left: 16px; }

.r-chat .icon-close {
  left: auto;
  right: 0px; }
.r-chat .on-icon {
  left: auto;
  right: 12px; }
.r-chat .ws-popup {
  left: auto;
  right: 12px; }
  .r-chat .ws-popup .support-welcome .support-user {
    right: auto;
    left: -72px; }
  .r-chat .ws-popup .form-w .form-control {
    padding-right: .75rem;
    padding-left: 48px; }
  .r-chat .ws-popup .form-w .bottom {
    right: auto;
    left: 12px;
    top: 15px;
    -webkit-transform: rotate(183deg);
    -moz-transform: rotate(183deg);
    -ms-transform: rotate(183deg);
    -o-transform: rotate(183deg);
    transform: rotate(183deg); }

.blog .title {
  text-align: right; }
.blog .itemblog .item .inner .text {
  height: 72px;
  overflow: hidden;
  line-height: 24px !important; }
.blog .itemblog .min-search .form-control {
  padding: 12px 56px 12px 12px; }
.blog .itemblog .min-search .bottom {
  left: auto;
  right: 0px;
  border-radius: 0px 10px 10px 0px; }
.blog .itemblog .most-read .article .content-user {
  margin-left: 0px;
  margin-right: 16px; }

.blog-other .article .content-user {
  margin-left: 0px;
  margin-right: 16px; }

.zoom-box .viewer-box {
  left: auto !important;
  right: 101% !important; }

/*# sourceMappingURL=home-rtl.css.map */
