.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 1px #b3b3b3;
    -moz-box-shadow: 0px 1px 1px #b3b3b3;
    -o-box-shadow: 0px 1px 1px #b3b3b3;
    -ms-box-shadow: 0px 1px 1px #b3b3b3;
    box-shadow: 0px 1px 1px #b3b3b3;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header.sticky .minheader {
      display: none; }
    .header.sticky .logo {
      margin-top: 5px; }
      .header.sticky .logo img {
        width: 90px;
        -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.sticky #cssmenu {
      margin-top: 7px;
      -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 .minheader {
    float: right;
    margin-top: 15px;
    /*End Social*/ }
    .header .minheader .social {
      float: left;
      margin-top: 8px;
      float: right;
      margin-left: 15px; }
      .header .minheader .social a {
        width: 26px;
        height: 26px;
        display: inline-block;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-clip: padding-box;
        text-align: center;
        padding: 8px 0px;
        font-size: 13px;
        margin-left: 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;
        color: #fff; }
        .header .minheader .social a.icon-facebook {
          background-color: #3b5998; }
          .header .minheader .social a.icon-facebook:hover {
            background-color: #fff;
            color: #3b5998; }
        .header .minheader .social a.icon-twitter {
          background-color: #00acee; }
          .header .minheader .social a.icon-twitter:hover {
            background-color: #fff;
            color: #00acee; }
        .header .minheader .social a.icon-instagram {
          background-color: #8d5b46; }
          .header .minheader .social a.icon-instagram:hover {
            background-color: #fff;
            color: #8d5b46; }
        .header .minheader .social a.icon-youtube {
          background-color: #c4302b; }
          .header .minheader .social a.icon-youtube:hover {
            background-color: #fff;
            color: #c4302b; }
        .header .minheader .social a.icon-rss {
          background-color: #ee802f; }
          .header .minheader .social a.icon-rss:hover {
            background-color: #fff;
            color: #ee802f; }
        .header .minheader .social a.icon-linkedin {
          background-color: #007fb1; }
          .header .minheader .social a.icon-linkedin:hover {
            background-color: #fff;
            color: #007fb1; }
        .header .minheader .social a.icon-gplus {
          background-color: #dd4b39; }
          .header .minheader .social a.icon-gplus:hover {
            background-color: #fff;
            color: #dd4b39; }
        .header .minheader .social a.icon-whatsapp {
          background-color: #189d0e; }
          .header .minheader .social a.icon-whatsapp:hover {
            background-color: #fff;
            color: #189d0e; }
        .header .minheader .social a.icon-email {
          background-color: #d17804; }
          .header .minheader .social a.icon-email:hover {
            background-color: #fff;
            color: #d17804; }
        .header .minheader .social a.icon-messenger {
          background-color: #0084ff; }
          .header .minheader .social a.icon-messenger:hover {
            background-color: #fff;
            color: #0084ff; }
      .header .minheader .social a {
        float: left; }
      @media (max-width: 991px) {
        .header .minheader .social {
          display: none; } }
    .header .minheader .linkright {
      float: right;
      margin-top: 18px; }
      .header .minheader .linkright a {
        float: left;
        height: 12px;
        line-height: 10px;
        color: rgba(255, 255, 255, 0.48);
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.48);
        -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;
        font-size: 14px;
        color: #d0d0d0; }
        @media (max-width: 767px) {
          .header .minheader .linkright a {
            padding-right: 5px;
            margin-right: 5px;
            font-size: 13px; } }
        .header .minheader .linkright a:last-child {
          padding: 0px;
          border: 0px;
          margin-right: 0px; }
        .header .minheader .linkright a:hover {
          color: #fff; }
        .header .minheader .linkright a i {
          font-size: 12px; }
    .header .minheader .dropdown {
      float: right;
      margin-top: 19px; }
      .header .minheader .dropdown .dropdown-toggle {
        float: left;
        height: 12px;
        line-height: 10px;
        color: #d0d0d0;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.48);
        -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;
        font-size: 14px; }
        .header .minheader .dropdown .dropdown-toggle i {
          font-size: 12px; }
        @media (max-width: 550px) {
          .header .minheader .dropdown .dropdown-toggle:after {
            display: none; } }
        @media (max-width: 550px) {
          .header .minheader .dropdown .dropdown-toggle span {
            display: block;
            width: 77px;
            overflow: hidden;
            text-overflow: ellipsis; } }
      .header .minheader .dropdown .dropdown-menu.show {
        margin-top: 14px; }
        .header .minheader .dropdown .dropdown-menu.show .dropdown-item {
          padding: 5px 10px; }
          .header .minheader .dropdown .dropdown-menu.show .dropdown-item i {
            font-size: 12px !important; }
    .header .minheader .alarm .dropdown-toggle::after {
      display: none; }
    .header .minheader .alarm .dropdown-toggle span {
      position: absolute;
      top: -15px;
      right: 10px;
      background: #d0011e;
      width: 18px;
      height: 18px;
      color: #fff;
      text-align: center;
      padding: 4px 1px;
      font-size: 10px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      font-family: 'roboto-regular'; }
    .header .minheader .alarm .dropdown-menu.show {
      width: 250px;
      height: 300px;
      overflow: hidden;
      overflow-y: scroll; }
      @media (max-width: 991px) {
        .header .minheader .alarm .dropdown-menu.show {
          left: -50px !important; } }
      .header .minheader .alarm .dropdown-menu.show .dropdown-item {
        white-space: inherit; }
        .header .minheader .alarm .dropdown-menu.show .dropdown-item img {
          float: left;
          width: 50px;
          height: 50px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
        .header .minheader .alarm .dropdown-menu.show .dropdown-item .textalarm {
          padding-left: 65px; }
          .header .minheader .alarm .dropdown-menu.show .dropdown-item .textalarm p {
            font-size: 15px;
            color: #000; }
          .header .minheader .alarm .dropdown-menu.show .dropdown-item .textalarm span {
            color: #9c9c9c;
            font-size: 12px; }
            .header .minheader .alarm .dropdown-menu.show .dropdown-item .textalarm span i {
              font-size: 10px; }
  .header .logo {
    float: left;
    margin-top: 15px;
    -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 .logo img {
      width: 185px; }
      @media (max-width: 991px) {
        .header .logo img {
          width: 140px; } }
      @media (max-width: 550px) {
        .header .logo img {
          width: 85px; } }
  .header #cssmenu {
    float: right;
    position: relative;
    margin-top: 30px;
    z-index: 10;
    -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 #cssmenu #head-mobile {
      position: relative;
      display: none; }
    .header #cssmenu ul {
      float: left; }
      .header #cssmenu ul li {
        float: left;
        position: relative;
        margin-left: 2px; }
        .header #cssmenu ul li:hover > ul {
          left: auto;
          z-index: 150; }
        .header #cssmenu ul li a {
          float: left;
          position: relative;
          padding: 10px  5px;
          background: #fff;
          position: relative;
          text-transform: uppercase;
          color: #000;
          -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;
          outline: none;
          width: 120px;
          text-align: center; }
          .header #cssmenu ul li a i {
            font-size: 11px; }
          @media (max-width: 1199px) {
            .header #cssmenu ul li a {
              width: 110px; } }
          .header #cssmenu ul li a:hover, .header #cssmenu ul li a.active {
            color: #fff;
            background: #d0011e; }
        .header #cssmenu ul li:hover a {
          color: #fff;
          background: #d0011e; }
      .header #cssmenu ul ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        padding-top: 8px;
        margin-left: -35px; }
        .header #cssmenu ul ul li {
          margin: 0px !important;
          background: #fff;
          padding: 10px 15px 0px 15px;
          -moz-transition: background-color 1s 0.1s, color 2s;
          -o-transition: background-color 1s 0.1s, color 2s;
          -webkit-transition: background-color 1s 0.1s, color 2s;
          transition: background-color 1s 0.1s, color 2s; }
          @media (max-width: 991px) {
            .header #cssmenu ul ul li {
              padding: 0px;
              background: none; } }
          .header #cssmenu ul ul li:first-child {
            -webkit-border-radius: 10px 10px 0px 0px;
            border-radius: 10px 10px 0px 0px;
            background-clip: padding-box; }
            .header #cssmenu ul ul li:first-child:after {
              content: "";
              position: absolute;
              top: -8px;
              right: auto;
              bottom: auto;
              left: 50%;
              border-bottom: 8px solid #fff;
              border-right: 8px solid transparent;
              border-left: 8px solid transparent;
              height: 0px;
              width: 0px;
              z-index: 100;
              margin-left: -2px; }
              @media (max-width: 991px) {
                .header #cssmenu ul ul li:first-child:after {
                  display: none; } }
            @media (max-width: 991px) {
              .header #cssmenu ul ul li:first-child {
                -webkit-border-radius: 0px;
                border-radius: 0px;
                background-clip: padding-box; } }
          .header #cssmenu ul ul li:last-child {
            -webkit-border-radius: 0px 0px 10px 10px;
            border-radius: 0px 0px 10px 10px;
            background-clip: padding-box; }
            @media (max-width: 991px) {
              .header #cssmenu ul ul li:last-child {
                -webkit-border-radius: 0px;
                border-radius: 0px;
                background-clip: padding-box; } }
          .header #cssmenu ul ul li.has-sub > a:after {
            content: '';
            position: absolute;
            top: 16px;
            right: 11px;
            bottom: auto;
            left: auto;
            width: 8px;
            height: 2px;
            display: block;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub > a:before {
            content: '';
            position: absolute;
            top: 13px;
            right: 14px;
            bottom: auto;
            left: auto;
            display: block;
            width: 2px;
            height: 8px; }
          .header #cssmenu ul ul li.has-sub:hover > a:before {
            top: 17px;
            height: 0px; }
          .header #cssmenu ul ul li a {
            padding: 0px !important;
            padding-bottom: 10px !important;
            min-width: 160px !important;
            color: #000 !important;
            background: none !important;
            border-bottom: 1px solid #d0d0d0; }
            .header #cssmenu ul ul li a:hover {
              color: #d0011e !important; }
          .header #cssmenu ul ul li ul {
            margin-left: 100%;
            top: 0px !important;
            z-index: 170; }
            .header #cssmenu ul ul li ul:after {
              display: none; }
  .header #cssmenu, .header #cssmenu ul, .header #cssmenu ul li, .header #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@media (max-width: 991px) {
  .header.sticky #cssmenu {
    top: 11px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header.sticky #cssmenu ul {
      top: 40px; }
      .header.sticky #cssmenu ul li a {
        padding: 8px 10px; }
    .header.sticky #cssmenu #menu-button:before {
      background: #000; }
    .header.sticky #cssmenu #menu-button.menu-opened:before, .header.sticky #cssmenu #menu-button.menu-opened:after {
      background: #d0011e; }
    .header.sticky #cssmenu #menu-button:after {
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
  .header #menu-button {
    display: block; }
  .header #cssmenu {
    width: 200px;
    position: absolute;
    top: 30px;
    right: 15px;
    bottom: auto;
    left: auto;
    border: 0px;
    z-index: 100; }
    .header #cssmenu #head-mobile {
      display: block; }
    .header #cssmenu ul {
      position: absolute;
      top: 30px;
      width: 100%;
      display: none;
      background: #191919;
      z-index: 120; }
      .header #cssmenu ul li {
        width: 100%;
        margin: 0px; }
        .header #cssmenu ul li a {
          width: 100%;
          padding: 8px 10px;
          height: auto;
          margin: 0px;
          text-align: left;
          background: none;
          color: #fff;
          border-bottom: 1px solid #444;
          font-size: 14px; }
          .header #cssmenu ul li a:after {
            display: none; }
        .header #cssmenu ul li ul {
          position: relative;
          left: 0px;
          width: 100%;
          top: 0px !important;
          padding: 0px !important;
          box-shadow: none;
          margin: 0px; }
          .header #cssmenu ul li ul .submenu-button {
            height: 30px;
            width: 30px; }
            .header #cssmenu ul li ul .submenu-button:after {
              top: 15px;
              right: 13px; }
            .header #cssmenu ul li ul .submenu-button:before {
              top: 12px;
              right: 16px; }
          .header #cssmenu ul li ul:after {
            display: none; }
          .header #cssmenu ul li ul li.has-sub a:before, .header #cssmenu ul li ul li.has-sub a:after {
            display: none; }
          .header #cssmenu ul li ul li a {
            background: #272727 !important;
            padding: 5px 10px !important;
            border: 0px;
            margin: 0px;
            color: #fff !important;
            font-size: 13px; }
          .header #cssmenu ul li ul li ul {
            position: relative;
            width: 100%;
            margin: 0px; }
    .header #cssmenu #menu-button {
      cursor: pointer;
      float: right;
      height: 20px;
      width: 20px; }
    .header #cssmenu #menu-button:after {
      position: absolute;
      top: 10px;
      right: 0px;
      display: block;
      height: 8px;
      width: 20px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      content: ''; }
    .header #cssmenu #menu-button:before {
      position: absolute;
      top: 4px;
      right: 0px;
      display: block;
      height: 2px;
      width: 20px;
      background: #fff;
      content: ''; }
    .header #cssmenu #menu-button.menu-opened:after {
      top: 7px;
      border: 0;
      height: 2px;
      width: 15px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header #cssmenu #menu-button.menu-opened:before {
      top: 7px;
      background: #fff;
      width: 15px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header #cssmenu .submenu-button {
      position: absolute;
      z-index: 99;
      right: 0;
      top: 0;
      display: block;
      border-left: 1px solid #444;
      height: 41px;
      width: 46px;
      cursor: pointer; }
    .header #cssmenu .submenu-button.submenu-opened {
      background: #003e70; }
    .header #cssmenu .submenu-button {
      height: 42px;
      width: 42px; }
    .header #cssmenu .submenu-button:after {
      position: absolute;
      top: 18px;
      right: 16px;
      width: 8px;
      height: 2px;
      display: block;
      background: #fff;
      content: ''; }
    .header #cssmenu .submenu-button.submenu-opened:after {
      background: #fff; }
    .header #cssmenu .submenu-button:before {
      position: absolute;
      top: 15px;
      right: 19px;
      display: block;
      width: 2px;
      height: 8px;
      background: #fff;
      content: ''; }
    .header #cssmenu .submenu-button.submenu-opened:before {
      display: none; }

  /***end header**/ }
.footer {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #171717;
  padding: 0px; }
  .footer .boxfot.text-center img {
    width: 223px;
    margin-bottom: 15px; }
  .footer .boxfot.text-center .copytext {
    margin-top: 5px; }
    .footer .boxfot.text-center .copytext span {
      color: #d0011e; }
  .footer .boxfot {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%; } }
    .footer .boxfot .social {
      float: left;
      margin-top: 8px;
      width: 100%; }
      .footer .boxfot .social a {
        width: 26px;
        height: 26px;
        display: inline-block;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-clip: padding-box;
        text-align: center;
        padding: 8px 0px;
        font-size: 13px;
        margin-left: 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;
        color: #fff; }
        .footer .boxfot .social a.icon-facebook {
          background-color: #3b5998; }
          .footer .boxfot .social a.icon-facebook:hover {
            background-color: #fff;
            color: #3b5998; }
        .footer .boxfot .social a.icon-twitter {
          background-color: #00acee; }
          .footer .boxfot .social a.icon-twitter:hover {
            background-color: #fff;
            color: #00acee; }
        .footer .boxfot .social a.icon-instagram {
          background-color: #8d5b46; }
          .footer .boxfot .social a.icon-instagram:hover {
            background-color: #fff;
            color: #8d5b46; }
        .footer .boxfot .social a.icon-youtube {
          background-color: #c4302b; }
          .footer .boxfot .social a.icon-youtube:hover {
            background-color: #fff;
            color: #c4302b; }
        .footer .boxfot .social a.icon-rss {
          background-color: #ee802f; }
          .footer .boxfot .social a.icon-rss:hover {
            background-color: #fff;
            color: #ee802f; }
        .footer .boxfot .social a.icon-linkedin {
          background-color: #007fb1; }
          .footer .boxfot .social a.icon-linkedin:hover {
            background-color: #fff;
            color: #007fb1; }
        .footer .boxfot .social a.icon-gplus {
          background-color: #dd4b39; }
          .footer .boxfot .social a.icon-gplus:hover {
            background-color: #fff;
            color: #dd4b39; }
        .footer .boxfot .social a.icon-whatsapp {
          background-color: #189d0e; }
          .footer .boxfot .social a.icon-whatsapp:hover {
            background-color: #fff;
            color: #189d0e; }
        .footer .boxfot .social a.icon-email {
          background-color: #d17804; }
          .footer .boxfot .social a.icon-email:hover {
            background-color: #fff;
            color: #d17804; }
        .footer .boxfot .social a.icon-messenger {
          background-color: #0084ff; }
          .footer .boxfot .social a.icon-messenger:hover {
            background-color: #fff;
            color: #0084ff; }
    .footer .boxfot .titletext {
      font-size: 22px;
      color: #fff;
      margin-bottom: 30px; }
    .footer .boxfot .navmenu a {
      float: left;
      width: 50%;
      margin-bottom: 5px;
      color: #797979;
      position: relative;
      padding-left: 15px;
      -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:before {
        position: absolute;
        left: 0px;
        font-family: "Font Awesome 5 Free";
        content: "\f101";
        display: inline-block;
        font-weight: 700;
        font-size: 12px; }
      .footer .boxfot .navmenu a:hover, .footer .boxfot .navmenu a.active {
        color: #d0011e; }
    .footer .boxfot .textmap {
      display: block;
      margin-bottom: 15px;
      -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; }
    .footer .boxfot .phones a {
      margin-right: 5px;
      -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; }
      .footer .boxfot .phones a:hover {
        color: #d0011e; }
    .footer .boxfot p.textmap i {
      float: left;
      height: 20px;
      width: 20px;
      margin-top: 7px; }
    .footer .boxfot a.textmap:hover {
      color: #d0011e; }
  .footer .pwarby {
    text-align: center;
    border-top: 1px solid #2d2d2d;
    padding: 15px 0px;
    margin-top: 30px; }
    .footer .pwarby img {
      width: 15px;
      margin-right: 5px; }
    .footer .pwarby a {
      -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; }
      .footer .pwarby a:hover {
        color: #d0011e;
        -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; }
  .footer .bot-in {
    float: none;
    display: inline-block;
    background: #d0011e;
    height: 45px;
    margin-top: 15px;
    -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 .bot-in a, .footer .bot-in button {
      display: inline-block;
      width: 100%;
      position: relative;
      font-size: 16px;
      height: 45px;
      color: #fff;
      padding: 10px  20px;
      z-index: 10;
      border: 0px;
      outline: none;
      background: none;
      text-align: center;
      cursor: pointer;
      -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; }
      .footer .bot-in a:before, .footer .bot-in button:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #003e70;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -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-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .footer .bot-in a:hover:before, .footer .bot-in button:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .footer .scrollToTop {
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 30px;
    left: auto;
    width: 40px;
    height: 40px;
    margin: 0px;
    display: none; }
    .footer .scrollToTop a {
      display: block;
      padding: 0px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .footer .audio {
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
    z-index: -1; }

@font-face {
  font-family: 'NeoSansArabic';
  src: url("../fonts/NeoSansArabic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NeoSansArabic.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansArabic.woff") format("woff"), url("../fonts/NeoSansArabic.ttf") format("truetype"), url("../fonts/NeoSansArabic.svg#NeoSansArabic") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
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 {
  font-family: 'NeoSansArabic'; }

body {
  direction: rtl;
  text-align: right; }

.header .minheader {
  float: left;
  /*End Social*/ }
  .header .minheader .social {
    float: right;
    margin-top: 8px;
    float: left;
    margin-left: 0px;
    margin-right: 15px; }
    .header .minheader .social a {
      width: 26px;
      height: 26px;
      display: inline-block;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-clip: padding-box;
      text-align: center;
      padding: 8px 0px;
      font-size: 13px;
      margin-left: 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;
      color: #fff; }
      .header .minheader .social a.icon-facebook {
        background-color: #3b5998; }
        .header .minheader .social a.icon-facebook:hover {
          background-color: #fff;
          color: #3b5998; }
      .header .minheader .social a.icon-twitter {
        background-color: #00acee; }
        .header .minheader .social a.icon-twitter:hover {
          background-color: #fff;
          color: #00acee; }
      .header .minheader .social a.icon-instagram {
        background-color: #8d5b46; }
        .header .minheader .social a.icon-instagram:hover {
          background-color: #fff;
          color: #8d5b46; }
      .header .minheader .social a.icon-youtube {
        background-color: #c4302b; }
        .header .minheader .social a.icon-youtube:hover {
          background-color: #fff;
          color: #c4302b; }
      .header .minheader .social a.icon-rss {
        background-color: #ee802f; }
        .header .minheader .social a.icon-rss:hover {
          background-color: #fff;
          color: #ee802f; }
      .header .minheader .social a.icon-linkedin {
        background-color: #007fb1; }
        .header .minheader .social a.icon-linkedin:hover {
          background-color: #fff;
          color: #007fb1; }
      .header .minheader .social a.icon-gplus {
        background-color: #dd4b39; }
        .header .minheader .social a.icon-gplus:hover {
          background-color: #fff;
          color: #dd4b39; }
      .header .minheader .social a.icon-whatsapp {
        background-color: #189d0e; }
        .header .minheader .social a.icon-whatsapp:hover {
          background-color: #fff;
          color: #189d0e; }
      .header .minheader .social a.icon-email {
        background-color: #d17804; }
        .header .minheader .social a.icon-email:hover {
          background-color: #fff;
          color: #d17804; }
      .header .minheader .social a.icon-messenger {
        background-color: #0084ff; }
        .header .minheader .social a.icon-messenger:hover {
          background-color: #fff;
          color: #0084ff; }
  .header .minheader .linkright {
    float: left; }
    .header .minheader .linkright a {
      float: right;
      padding-right: 0px;
      margin-right: 0px;
      border-right: 0px;
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid rgba(255, 255, 255, 0.48); }
      @media (max-width: 767px) {
        .header .minheader .linkright a {
          padding-left: 5px;
          margin-left: 5px;
          font-size: 13px; } }
      .header .minheader .linkright a:last-child {
        margin-left: 0px; }
  .header .minheader .dropdown {
    float: left; }
    .header .minheader .dropdown .dropdown-toggle {
      float: right;
      padding-right: 0px;
      margin-right: 0px;
      border-right: 0px;
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid rgba(255, 255, 255, 0.48); }
  .header .minheader .dropdown-menu {
    text-align: right; }
  .header .minheader .alarm .dropdown-toggle span {
    position: absolute;
    top: -15px;
    right: -10px; }
  .header .minheader .alarm .dropdown-menu.show {
    right: 0px; }
    @media (max-width: 991px) {
      .header .minheader .alarm .dropdown-menu.show {
        left: auto !important;
        right: -50px !important; } }
    .header .minheader .alarm .dropdown-menu.show .dropdown-item img {
      float: right; }
    .header .minheader .alarm .dropdown-menu.show .dropdown-item .textalarm {
      padding-left: 0px;
      padding-right: 65px; }
.header .logo {
  float: right;
  margin-top: 15px;
  -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 .logo img {
    width: 223px; }
    @media (max-width: 991px) {
      .header .logo img {
        width: 140px; } }
    @media (max-width: 550px) {
      .header .logo img {
        width: 85px; } }
.header #cssmenu {
  float: left; }
  .header #cssmenu ul {
    float: right; }
    .header #cssmenu ul li {
      float: right;
      margin-left: 0px;
      margin-right: 2px; }
      .header #cssmenu ul li:hover > ul {
        left: 0px;
        right: auto; }
      .header #cssmenu ul li a {
        float: right; }
    .header #cssmenu ul ul {
      position: absolute;
      top: 100%;
      right: -9999px;
      left: auto; }

@media (max-width: 991px) {
  .header #cssmenu {
    position: absolute;
    top: 30px;
    right: auto;
    left: 15px; }
    .header #cssmenu ul li {
      width: 100%;
      margin: 0px; }
      .header #cssmenu ul li a {
        text-align: right; }
      .header #cssmenu ul li ul {
        left: auto;
        right: 0px; }
    .header #cssmenu #menu-button:after, .header #cssmenu #menu-button:before {
      right: auto;
      left: 0px; }
    .header #cssmenu .submenu-button {
      right: auto;
      left: 0px;
      border-left: 0px;
      border-right: 1px solid #444; } }
/***End Header*******************************************************************/
.slider .carousel-inner .textslider h2 {
  font-size: 45px;
  color: #fff;
  font-weight: normal; }
.slider .carousel-inner .textslider p {
  font-size: 17px; }

/***End Slider*******************************************************************/
.programs .programsslider {
  direction: ltr; }

.tours-itme {
  float: right; }
  .tours-itme .photo-tours .price {
    position: absolute;
    top: 30px;
    right: 0px;
    left: auto; }
    .tours-itme .photo-tours .price .valueold {
      margin-right: 0px;
      margin-left: 10px; }
  .tours-itme .textbox .titllink {
    font-size: 20px; }
  .tours-itme .textbox .detatext {
    direction: rtl; }
  .tours-itme .rating {
    float: right; }
    .tours-itme .rating:after {
      position: absolute;
      top: 0;
      right: auto;
      left: -15px;
      border-width: 22px 15px 23px 0px;
      border-color: transparent #f4f4f4 transparent transparent; }
    .tours-itme .rating ul {
      margin-right: 0px;
      margin-left: 5px; }
  .tours-itme .readmore {
    float: right; }

.choose-us .ch-item {
  border-right: 0px;
  border-left: 1px solid #ccc; }

.blog .lastblog li .photoblog {
  float: right; }
.blog .lastblog li .textblog {
  padding-left: 0px;
  padding-right: 215px; }
  @media (max-width: 991px) {
    .blog .lastblog li .textblog {
      padding-right: 0px; } }

.destination .topdes {
  float: right; }

.footer .boxfot .navmenu a {
  padding-left: 0px;
  padding-right: 15px; }
  .footer .boxfot .navmenu a:before {
    left: auto;
    right: 0px;
    content: "\f100"; }
.footer .boxfot .phones a {
  margin-right: 0px;
  margin-left: 5px; }
.footer .boxfot p.textmap i {
  float: right; }
.footer .pwarby img {
  margin-right: 0px;
  margin-left: 5px; }

/***End Footer*******************************************************************/
.contactus .con-box p.textmap i {
  float: right; }
.contactus .con-box .phones a {
  margin-right: 0px;
  margin-left: 5px; }

/***End contactus*******************************************************************/
.datepicker {
  direction: rtl !important; }

.tours .phototurs .thumbnail {
  float: right; }
.tours .phototurs .photsmall {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .tours .phototurs .photsmall {
      max-width: 50%;
      flex: 50%;
      margin-bottom: 15px; } }
  .tours .phototurs .photsmall .thumbnail {
    height: 154px; }
    @media (max-width: 991px) {
      .tours .phototurs .photsmall .thumbnail {
        height: auto;
        padding-top: 50%; } }
.tours .phototurs .lastitem .imglast {
  float: right;
  width: 120px;
  height: 80px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 450px) {
    .tours .phototurs .lastitem .imglast {
      width: 100%;
      height: 120px; } }
  .tours .phototurs .lastitem .imglast img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 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; }
.tours .phototurs .lastitem: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); }
.tours .phototurs .lastitem .padtors {
  padding-left: 135px; }
  @media (max-width: 450px) {
    .tours .phototurs .lastitem .padtors {
      padding-left: 0px;
      margin-top: 15px;
      display: inline-block;
      width: 100%; } }
  .tours .phototurs .lastitem .padtors .titllink {
    font-size: 20px;
    color: #191919;
    height: 27px;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-right: 75px;
    -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) {
      .tours .phototurs .lastitem .padtors .titllink {
        height: auto; } }
    .tours .phototurs .lastitem .padtors .titllink:hover {
      color: #d0011e; }
  .tours .phototurs .lastitem .padtors .umrah {
    float: left;
    color: #fff;
    background: #d0011e;
    margin-top: -15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 0px 10px; }
  .tours .phototurs .lastitem .padtors span {
    display: block;
    color: #d0011e;
    font-weight: bold;
    margin-top: 5px; }
  .tours .phototurs .lastitem .padtors .rating {
    float: right;
    width: 100%; }
    .tours .phototurs .lastitem .padtors .rating ul {
      float: none;
      margin-right: 0px;
      margin-left: 10px; }
.tours .datatours .databox {
  border-right: 0px;
  border-left: 1px solid #ccc; }
  @media (max-width: 667px) {
    .tours .datatours .databox:nth-last-child(4) {
      border-right: 0px;
      border-left: 1px solid #ccc; } }
  .tours .datatours .databox .rating ul {
    float: right;
    margin-right: 0px;
    margin-left: 5px; }
.tours .innerform {
  float: right; }
  .tours .innerform .calcspas i {
    float: right; }
  .tours .innerform .feat-text {
    padding-left: 0px;
    padding-right: 35px; }
  .tours .innerform .bc-Reviews {
    float: right; }
    .tours .innerform .bc-Reviews .rev-rating {
      float: right; }
      .tours .innerform .bc-Reviews .rev-rating span.selected {
        float: right; }
    .tours .innerform .bc-Reviews .pr-skill-bar {
      padding-left: 0px;
      padding-right: 270px; }
      @media (max-width: 767px) {
        .tours .innerform .bc-Reviews .pr-skill-bar {
          float: right;
          padding-right: 0px; } }
      .tours .innerform .bc-Reviews .pr-skill-bar .probox .progress .progress-bar:after {
        position: absolute;
        top: -7px;
        right: auto;
        left: -15px; }
      .tours .innerform .bc-Reviews .pr-skill-bar .probox .progress .progress-bar .progress-value {
        position: absolute;
        top: -24px;
        right: auto;
        left: 0px; }
  .tours .innerform .rev-sbans {
    float: right; }
  .tours .innerform .fildreview {
    float: right; }

/* End  Tours*/
.mapbook {
  float: right; }
  .mapbook .mapcenter .locatmap .rightbook {
    position: absolute;
    top: 0;
    right: auto;
    left: 0px; }
    @media (max-width: 450px) {
      .mapbook .mapcenter .locatmap .rightbook {
        left: 0px;
        position: relative;
        top: auto;
        left: auto; } }

/**********************************************************/
.card .con-box .summary .lastdates li p {
  float: right; }
.card .con-box .summary .lastdates li span {
  float: left; }
.card .table-responsive .table td .photo-link {
  float: right !important;
  margin-right: 0px !important;
  margin-left: 10px !important; }

.sec-search .fildinput i {
  right: auto;
  left: 25px; }

/* End  Test Visa*/
/*************************************************************/
.itemdis {
  float: right; }
  .itemdis .img-dis .overlay {
    position: absolute;
    bottom: 0px;
    left: 0; }
    .itemdis .img-dis .overlay .titllink {
      float: right; }
    .itemdis .img-dis .overlay .rating {
      float: right; }
      .itemdis .img-dis .overlay .rating ul {
        float: right;
        margin-right: 0px;
        margin-left: 10px; }
      .itemdis .img-dis .overlay .rating .va-nam {
        float: right; }
  .itemdis .umrah {
    float: left; }

.checkout .bacform .checwit .title {
  text-align: right; }
.checkout .bacform .checwit .che-box {
  float: right;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: normal;
  color: #fff;
  float: none;
  color: #d0011e; }
  .checkout .bacform .checwit .che-box input[type="checkbox"], .checkout .bacform .checwit .che-box input[type="radio"] {
    position: absolute;
    right: 9000px; }
  .checkout .bacform .checwit .che-box input[type="checkbox"] + .label-text:before, .checkout .bacform .checwit .che-box input[type="radio"] + .label-text:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px; }
  .checkout .bacform .checwit .che-box input[type="radio"] + .label-text:before {
    content: "\f111"; }
  .checkout .bacform .checwit .che-box input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #d0011e;
    animation: effect 250ms ease-in; }
  .checkout .bacform .checwit .che-box input[type="radio"]:checked + .label-text:before {
    content: "\f058";
    color: #d0011e;
    animation: effect 250ms ease-in; }
@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
.checkout .bacform .checwit .img-dis {
  float: right; }
.checkout .bacform .checwit .de-order {
  padding-left: 0px;
  padding-right: 165px; }
  @media (max-width: 550px) {
    .checkout .bacform .checwit .de-order {
      float: right;
      padding-right: 0px; } }
.checkout .bacform .checwit .lastdates li p {
  float: right; }
.checkout .bacform .checwit .lastdates li span {
  float: right; }

.che-box input[type="checkbox"], .che-box input[type="radio"] {
  right: auto !important;
  left: 9000px !important; }

.profile {
  padding-top: 0px;
  background: #f4f4f4; }
  .profile .con-box {
    margin-top: 30px; }
    .profile .con-box .titleprof {
      font-size: 25px;
      color: #000;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .profile .con-box .linkprof a {
      width: 100%;
      padding-right: 15px;
      padding-left: 0px; }
      .profile .con-box .linkprof a:before {
        left: auto;
        right: 0px;
        content: "\f100"; }
  .profile .progturs {
    float: right; }

.formprofile .editprof {
  float: right; }
  .formprofile .editprof .inputpro, .formprofile .editprof .textpro {
    float: right; }

.ha-umrah .slick-list {
  direction: ltr; }

.login .logincenter .forgot {
  float: left; }

.login .logincenter .che-box {
  float: right; }

.login .logincenter .che-box input[type="checkbox"] + .label-text:before, .login .logincenter .che-box input[type="radio"] + .label-text:before {
  margin-right: 0px;
  margin-left: 5px; }

.notifications .rit-notif .lastblog li {
  width: 100%; }

.notifications .rit-notif .lastblog li img {
  float: right; }

.notifications .rit-notif .lastblog li .textblog {
  padding-left: 0px;
  padding-right: 95px; }

.notifications .rit-notif .lastblog li .textblog span {
  float: left; }

.notifications .rit-notif .linkprof a {
  float: right;
  padding-left: 0px;
  padding-right: 15px; }
  .notifications .rit-notif .linkprof a:before {
    left: auto;
    right: 0px;
    content: "\f100"; }

.notifications .rit-notif .lastblog li .textblog p {
  height: auto !important; }

.notifications .rit-notif .notinner li .textblog span {
  float: right;
  margin: 5px 0px 0px 15px; }

.offset-sm-3 {
  margin-left: 0px;
  margin-right: 25%; }
  @media (max-width: 575px) {
    .offset-sm-3 {
      margin: 0; } }
  .offset-sm-3 .bot-in {
    margin-top: 0px !important; }

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