.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**/ }
.slider {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  background: #e8e8e8;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024px) {
    .slider {
      padding: 0px; } }
  .slider .carousel {
    width: 100%; }
  .slider img {
    height: 100vh; }
    @media (max-width: 991px) {
      .slider img {
        height: auto; } }
  .slider .carousel-control-next, .slider .carousel-control-prev {
    width: 25px;
    height: 45px;
    background: url(../images/slides/right-arrow.png) no-repeat center center;
    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; }
  .slider .carousel-control-next {
    right: -50px; }
  .slider .carousel-control-prev {
    background: url(../images/slides/left-arrow.png) no-repeat center center;
    left: -50px; }
  .slider:hover .carousel-control-next {
    right: 50px; }
  .slider:hover .carousel-control-prev {
    left: 50px; }
  .slider .carousel-inner .textslider {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1; }
    .slider .carousel-inner .textslider h2 {
      font-size: 55px;
      color: #fff;
      font-weight: bold;
      -webkit-text-shadow: 0px 1px 1px #3c3c3c;
      -moz-text-shadow: 0px 1px 1px #3c3c3c;
      -o-text-shadow: 0px 1px 1px #3c3c3c;
      -ms-text-shadow: 0px 1px 1px #3c3c3c;
      text-shadow: 0px 1px 1px #3c3c3c; }
      @media (max-width: 991px) {
        .slider .carousel-inner .textslider h2 {
          font-size: 30px; } }
      @media (max-width: 676px) {
        .slider .carousel-inner .textslider h2 {
          font-size: 20px; } }
    .slider .carousel-inner .textslider p {
      font-size: 16px;
      color: #fff;
      margin-top: 25px;
      -webkit-text-shadow: 0px 1px 1px #3c3c3c;
      -moz-text-shadow: 0px 1px 1px #3c3c3c;
      -o-text-shadow: 0px 1px 1px #3c3c3c;
      -ms-text-shadow: 0px 1px 1px #3c3c3c;
      text-shadow: 0px 1px 1px #3c3c3c; }
      @media (max-width: 991px) {
        .slider .carousel-inner .textslider p {
          display: none; } }
    .slider .carousel-inner .textslider .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; }
      .slider .carousel-inner .textslider .bot-in a, .slider .carousel-inner .textslider .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; }
        .slider .carousel-inner .textslider .bot-in a:before, .slider .carousel-inner .textslider .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; }
        .slider .carousel-inner .textslider .bot-in a:hover:before, .slider .carousel-inner .textslider .bot-in button:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      @media (max-width: 991px) {
        .slider .carousel-inner .textslider .bot-in {
          margin-top: 10px;
          height: auto; } }
      @media (max-width: 991px) {
        .slider .carousel-inner .textslider .bot-in a {
          padding: 3px 15px;
          font-size: 12px;
          height: auto; }
          .slider .carousel-inner .textslider .bot-in a:after {
            height: auto; } }
  .slider .carousel-indicators {
    position: absolute;
    top: 90%;
    right: 0;
    bottom: auto;
    left: 0;
    text-align: center;
    display: block; }
    .slider .carousel-indicators li {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      -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; }
      .slider .carousel-indicators li.active {
        background: #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; }
    @media (max-width: 676px) {
      .slider .carousel-indicators {
        display: none; } }

@media (max-width: 767px) {
  .slider .carousel-inner .container {
    display: none; }
  .slider .carousel-control-next, .slider .carousel-control-prev {
    background-size: 100% 100%;
    width: 15px;
    height: 25px; } }
.programs .programsslider {
  position: relative;
  margin-top: 40px; }
  .programs .programsslider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -15px; }
    .programs .programsslider .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      margin: 0px auto;
      overflow: hidden; }
      .programs .programsslider .slick-list .slick-track:after, .programs .programsslider .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .programs .programsslider .slick-prev, .programs .programsslider .slick-next {
    line-height: 0px;
    width: 26px;
    height: 51px;
    background: url(../images/slick-next.png) no-repeat;
    position: absolute;
    top: 40%;
    right: -45px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    -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; }
    @media (max-width: 1280px) {
      .programs .programsslider .slick-prev, .programs .programsslider .slick-next {
        display: none !important; } }
    @media (max-width: 991px) {
      .programs .programsslider .slick-prev, .programs .programsslider .slick-next {
        display: block !important; } }
    @media (max-width: 667px) {
      .programs .programsslider .slick-prev, .programs .programsslider .slick-next {
        display: none !important; } }
    .programs .programsslider .slick-prev:hover, .programs .programsslider .slick-next:hover {
      opacity: 0.7; }
  .programs .programsslider .slick-prev {
    right: auto;
    left: -45px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .programs .programsslider .slick-dots {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: none !important; }
    .programs .programsslider .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 3px;
      padding: 0px;
      cursor: pointer;
      background: #e8e8e8;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .programs .programsslider .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        color: transparent;
        border: 0px;
        outline: none;
        background: transparent; }
    .programs .programsslider .slick-dots li.slick-active {
      background: #d0011e; }

.tours-itme {
  float: left;
  border: 1px solid #d6d6d6;
  margin: 0px 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; }
  .tours-itme .photo-tours {
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden; }
    .tours-itme .photo-tours img {
      position: absolute;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      width: 100%;
      min-height: 100%;
      -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; }
    .tours-itme .photo-tours .price {
      position: absolute;
      top: 30px;
      left: 0px;
      background: #003e70;
      padding: 5px 10px; }
      .tours-itme .photo-tours .price span {
        color: #fff;
        font-size: 13px; }
      .tours-itme .photo-tours .price .valueold {
        text-decoration: line-through;
        color: #ccc;
        margin-right: 10px; }
  .tours-itme: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-itme .textbox {
    padding: 15px; }
    .tours-itme .textbox .titllink {
      font-size: 22px;
      color: #000;
      height: 25px;
      overflow: hidden;
      display: block;
      -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; }
      @media (max-width: 767px) {
        .tours-itme .textbox .titllink {
          height: auto; } }
      .tours-itme .textbox .titllink:hover {
        color: #d0011e; }
    .tours-itme .textbox .detatext {
      display: block;
      margin-top: 10px;
      color: #9c9c9c; }
      .tours-itme .textbox .detatext i {
        color: #d0011e; }
    .tours-itme .textbox .textdescr {
      height: 75px;
      overflow: hidden;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .tours-itme .textbox .textdescr {
          height: auto; } }
  .tours-itme .rating {
    float: left;
    width: 50%;
    background: #f4f4f4;
    position: relative;
    padding: 10px;
    height: 45px;
    text-align: center; }
    .tours-itme .rating:after {
      content: "";
      position: absolute;
      top: 0;
      right: -15px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 22px 0 23px 15px;
      border-color: transparent transparent transparent #f4f4f4;
      z-index: 100; }
    .tours-itme .rating ul {
      display: inline-block;
      margin-right: 5px; }
      .tours-itme .rating ul li {
        font-size: 13px;
        color: #f9b307; }
  .tours-itme .readmore {
    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;
    float: left;
    width: 50%;
    margin: 0px; }
    .tours-itme .readmore a, .tours-itme .readmore 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; }
      .tours-itme .readmore a:before, .tours-itme .readmore 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; }
      .tours-itme .readmore a:hover:before, .tours-itme .readmore button:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .tours-itme .readmore:hover:before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .tours-itme .readmore i {
      font-size: 12px; }

.itme-prog {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .itme-prog {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .itme-prog {
      max-width: 100%;
      flex: 100%; } }
  .itme-prog .tours-itme {
    margin: 0px; }

.choose-us {
  background: #f4f4f4;
  padding: 50px 0px; }
  .choose-us .ch-item {
    margin-top: 50px;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 0px 30px; }
    .choose-us .ch-item:last-child {
      border: 0px; }
    @media (max-width: 991px) {
      .choose-us .ch-item {
        max-width: 100%;
        flex: 100%;
        margin-top: 30px;
        border: 0px;
        padding: 0px 15px; } }
    .choose-us .ch-item i {
      margin: 0px auto;
      width: 90px;
      height: 90px;
      margin-bottom: 15px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      font-size: 30px;
      background: #eaeaea;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #003e70;
      -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; }
    .choose-us .ch-item .titletrav {
      font-size: 22px;
      color: #000; }
    .choose-us .ch-item .text {
      height: 50px;
      overflow: hidden;
      margin-top: 5px; }
    .choose-us .ch-item:hover i {
      color: #d0011e; }

.howtobook, .login {
  background: #fff url(../images/slides/img3.jpg) no-repeat fixed center center/cover;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .howtobook:before, .login:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 55, 126, 0.8);
    background-color: rgba(0, 0, 0, 0.6); }
  .howtobook h3, .login h3 {
    font-size: 35px;
    margin-bottom: 15px;
    color: #fff; }
    @media (max-width: 767px) {
      .howtobook h3, .login h3 {
        font-size: 22px; } }
  .howtobook p, .login p {
    color: #f4f4f4;
    font-style: 17px; }
  .howtobook .bot-in, .login .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; }
    .howtobook .bot-in a, .login .bot-in a, .howtobook .bot-in button, .login .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; }
      .howtobook .bot-in a:before, .login .bot-in a:before, .howtobook .bot-in button:before, .login .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; }
      .howtobook .bot-in a:hover:before, .login .bot-in a:hover:before, .howtobook .bot-in button:hover:before, .login .bot-in button:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }

.blog {
  background: #f4f4f4; }
  .blog .title {
    margin-bottom: 50px; }
  .blog .minblog {
    width: 960px;
    margin: 0px auto; }
    @media (max-width: 1199px) {
      .blog .minblog {
        width: 100%; } }
  .blog .withblog {
    width: 100%; }
  .blog .lastblog {
    display: inline-block; }
    .blog .lastblog li {
      display: inline-block;
      background: #fff;
      border-bottom: 15px solid #f4f4f4;
      padding: 15px; }
      .blog .lastblog li .photoblog {
        float: left;
        position: relative;
        width: 200px;
        height: 150px;
        background: #003e70;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 991px) {
          .blog .lastblog li .photoblog {
            width: 100%;
            padding-top: 50%; } }
        .blog .lastblog li .photoblog img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          min-height: 100%;
          -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; }
        .blog .lastblog li .photoblog: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); }
      .blog .lastblog li .textblog {
        padding-left: 215px; }
        @media (max-width: 991px) {
          .blog .lastblog li .textblog {
            display: inline-block;
            padding-left: 0px;
            margin-top: 15px; } }
        .blog .lastblog li .textblog .titleblog {
          font-size: 22px;
          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; }
          .blog .lastblog li .textblog .titleblog:hover {
            color: #d0011e; }
        .blog .lastblog li .textblog p {
          margin: 10px 0px;
          height: 75px;
          overflow: hidden; }
          @media (max-width: 991px) {
            .blog .lastblog li .textblog p {
              height: auto; } }
        .blog .lastblog li .textblog .moreblog {
          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; }
          .blog .lastblog li .textblog .moreblog i {
            font-size: 12px; }
          .blog .lastblog li .textblog .moreblog:hover {
            color: #003e70; }

.blog-detals .textcontact {
  margin-bottom: 0px !important; }
.blog-detals .social {
  float: left;
  margin-top: 8px; }
  .blog-detals .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; }
    .blog-detals .social a.icon-facebook {
      background-color: #3b5998; }
      .blog-detals .social a.icon-facebook:hover {
        background-color: #fff;
        color: #3b5998; }
    .blog-detals .social a.icon-twitter {
      background-color: #00acee; }
      .blog-detals .social a.icon-twitter:hover {
        background-color: #fff;
        color: #00acee; }
    .blog-detals .social a.icon-instagram {
      background-color: #8d5b46; }
      .blog-detals .social a.icon-instagram:hover {
        background-color: #fff;
        color: #8d5b46; }
    .blog-detals .social a.icon-youtube {
      background-color: #c4302b; }
      .blog-detals .social a.icon-youtube:hover {
        background-color: #fff;
        color: #c4302b; }
    .blog-detals .social a.icon-rss {
      background-color: #ee802f; }
      .blog-detals .social a.icon-rss:hover {
        background-color: #fff;
        color: #ee802f; }
    .blog-detals .social a.icon-linkedin {
      background-color: #007fb1; }
      .blog-detals .social a.icon-linkedin:hover {
        background-color: #fff;
        color: #007fb1; }
    .blog-detals .social a.icon-gplus {
      background-color: #dd4b39; }
      .blog-detals .social a.icon-gplus:hover {
        background-color: #fff;
        color: #dd4b39; }
    .blog-detals .social a.icon-whatsapp {
      background-color: #189d0e; }
      .blog-detals .social a.icon-whatsapp:hover {
        background-color: #fff;
        color: #189d0e; }
    .blog-detals .social a.icon-email {
      background-color: #d17804; }
      .blog-detals .social a.icon-email:hover {
        background-color: #fff;
        color: #d17804; }
    .blog-detals .social a.icon-messenger {
      background-color: #0084ff; }
      .blog-detals .social a.icon-messenger:hover {
        background-color: #fff;
        color: #0084ff; }

.destination {
  background: #fff; }
  .destination .topdes {
    float: left;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .destination .topdes {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .destination .topdes {
        max-width: 100%;
        flex: 100%; } }
    .destination .topdes a {
      display: block;
      overflow: hidden;
      width: 100%;
      position: relative;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .destination .topdes a h4 {
        position: absolute;
        width: 100%;
        color: #fff;
        font-size: 22px;
        -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;
        z-index: 1; }
      .destination .topdes a p {
        position: relative;
        z-index: 1;
        margin-top: 60px;
        color: #e8e8e8;
        -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; }
      .destination .topdes a:before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(53, 55, 126, 0.8);
        opacity: 0.7;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.57);
        -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; }
      .destination .topdes a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        -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; }
      .destination .topdes a .showmore {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        width: 60px;
        height: 60px;
        margin: 0px auto;
        margin-top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 22px;
        z-index: 10;
        background: #d0011e;
        opacity: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        -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; }
        .destination .topdes a .showmore: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);
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          -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; }
        .destination .topdes a .showmore:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      .destination .topdes a: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); }
      .destination .topdes a:hover h4, .destination .topdes a:hover p {
        opacity: 0; }
      .destination .topdes a:hover:before, .destination .topdes a:hover .showmore {
        opacity: 1; }

.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; }

.aboutus, .blog-detals {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0px !important; }
  .aboutus .con-box, .blog-detals .con-box {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .aboutus .con-box, .blog-detals .con-box {
        max-width: 100%;
        flex: 100%; } }
    .aboutus .con-box img, .blog-detals .con-box img {
      width: 100%; }
    .aboutus .con-box h3, .blog-detals .con-box h3 {
      font-size: 30px;
      color: #000;
      margin-bottom: 15px; }
    .aboutus .con-box .textcontact, .blog-detals .con-box .textcontact {
      margin-bottom: 30px;
      line-height: 28px; }

.counters {
  text-align: center;
  background: #fff url(../images/slides/img5.jpg) no-repeat fixed center center/cover; }
  .counters:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 55, 126, 0.8);
    background-color: rgba(0, 0, 0, 0.7); }
  .counters .counbox {
    margin: 30px 0px; }
    @media (max-width: 991px) {
      .counters .counbox {
        max-width: 100%;
        flex: 100%; } }
    .counters .counbox .counter-count {
      font-size: 50px;
      position: relative;
      color: #fff;
      display: inline-block; }
    .counters .counbox .employee-p {
      font-size: 20px;
      color: #fff;
      margin-top: 15px; }

.map {
  padding: 0px;
  background: #003e70; }
  .map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0px; }
    @media (max-width: 991px) {
      .map iframe {
        height: 250px; } }

.contactus {
  padding-top: 0px !important; }
  .contactus .con-box {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .contactus .con-box {
        max-width: 100%;
        flex: 100%; } }
    .contactus .con-box h3 {
      font-size: 30px;
      color: #000;
      margin-bottom: 30px; }
    .contactus .con-box .form-control {
      height: 45px;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      background: #fff;
      margin-top: 15px; }
    .contactus .con-box textarea.form-control {
      height: 120px;
      resize: none; }
    .contactus .con-box .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; }
      .contactus .con-box .bot-in a, .contactus .con-box .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; }
        .contactus .con-box .bot-in a:before, .contactus .con-box .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; }
        .contactus .con-box .bot-in a:hover:before, .contactus .con-box .bot-in button:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    .contactus .con-box .textcontact {
      margin-bottom: 30px; }
    .contactus .con-box .textmap {
      display: block;
      margin-bottom: 15px;
      color: #191919;
      -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 .con-box p.textmap i {
      float: left;
      height: 20px;
      width: 20px;
      margin-top: 7px; }
    .contactus .con-box a.textmap:hover, .contactus .con-box i {
      color: #d0011e; }
    .contactus .con-box .phones a {
      margin-right: 5px;
      color: #191919;
      -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; }
      .contactus .con-box .phones a:hover {
        color: #d0011e; }
    .contactus .con-box .social {
      float: left;
      margin-top: 8px;
      width: 100%; }
      .contactus .con-box .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; }
        .contactus .con-box .social a.icon-facebook {
          background-color: #3b5998; }
          .contactus .con-box .social a.icon-facebook:hover {
            background-color: #fff;
            color: #3b5998; }
        .contactus .con-box .social a.icon-twitter {
          background-color: #00acee; }
          .contactus .con-box .social a.icon-twitter:hover {
            background-color: #fff;
            color: #00acee; }
        .contactus .con-box .social a.icon-instagram {
          background-color: #8d5b46; }
          .contactus .con-box .social a.icon-instagram:hover {
            background-color: #fff;
            color: #8d5b46; }
        .contactus .con-box .social a.icon-youtube {
          background-color: #c4302b; }
          .contactus .con-box .social a.icon-youtube:hover {
            background-color: #fff;
            color: #c4302b; }
        .contactus .con-box .social a.icon-rss {
          background-color: #ee802f; }
          .contactus .con-box .social a.icon-rss:hover {
            background-color: #fff;
            color: #ee802f; }
        .contactus .con-box .social a.icon-linkedin {
          background-color: #007fb1; }
          .contactus .con-box .social a.icon-linkedin:hover {
            background-color: #fff;
            color: #007fb1; }
        .contactus .con-box .social a.icon-gplus {
          background-color: #dd4b39; }
          .contactus .con-box .social a.icon-gplus:hover {
            background-color: #fff;
            color: #dd4b39; }
        .contactus .con-box .social a.icon-whatsapp {
          background-color: #189d0e; }
          .contactus .con-box .social a.icon-whatsapp:hover {
            background-color: #fff;
            color: #189d0e; }
        .contactus .con-box .social a.icon-email {
          background-color: #d17804; }
          .contactus .con-box .social a.icon-email:hover {
            background-color: #fff;
            color: #d17804; }
        .contactus .con-box .social a.icon-messenger {
          background-color: #0084ff; }
          .contactus .con-box .social a.icon-messenger:hover {
            background-color: #fff;
            color: #0084ff; }

.login {
  min-height: 650px;
  padding: 0px 15px; }
  @media (max-width: 991px) {
    .login {
      min-height: 580px;
      padding-bottom: 60px; } }
  .login h3 {
    font-size: 30px; }
    @media (max-width: 767px) {
      .login h3 {
        font-size: 22px; } }
  .login p {
    margin-bottom: 15px; }
  .login .logincenter {
    width: 450px;
    margin-top: 100px;
    background: rgba(0, 0, 0, 0.55);
    position: relative;
    z-index: 10;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 30px; }
    .login .logincenter .form-control {
      height: 45px;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      margin-bottom: 15px; }
    .login .logincenter .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;
      margin: 0px; }
      .login .logincenter .bot-in a, .login .logincenter .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; }
        .login .logincenter .bot-in a:before, .login .logincenter .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; }
        .login .logincenter .bot-in a:hover:before, .login .logincenter .bot-in button:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    .login .logincenter .che-box {
      float: left;
      position: relative;
      cursor: pointer;
      margin-bottom: 15px;
      font-weight: normal;
      color: #fff; }
      .login .logincenter .che-box input[type="checkbox"], .login .logincenter .che-box input[type="radio"] {
        position: absolute;
        right: 9000px; }
      .login .logincenter .che-box input[type="checkbox"] + .label-text:before, .login .logincenter .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; }
      .login .logincenter .che-box input[type="radio"] + .label-text:before {
        content: "\f111"; }
      .login .logincenter .che-box input[type="checkbox"]:checked + .label-text:before {
        content: "\f14a";
        color: #d0011e;
        animation: effect 250ms ease-in; }
      .login .logincenter .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); } }
    .login .logincenter .forgot {
      float: right;
      margin-bottom: 15px;
      color: #fff; }
      .login .logincenter .forgot:hover {
        color: #d0011e;
        text-decoration: underline; }
    .login .logincenter button.close {
      position: absolute;
      right: -10px;
      top: -10px;
      width: 30px;
      height: 30px;
      color: #fff;
      background: #d0011e;
      text-shadow: none;
      opacity: 1;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      z-index: 10;
      padding: 5px;
      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; }
      .login .logincenter button.close:hover {
        background: #003e70; }
    .login .logincenter .text-des {
      display: inline-block;
      width: 100%;
      text-align: center;
      position: relative;
      margin-bottom: 15px;
      color: #d0011e; }
      @media (max-width: 1200px) {
        .login .logincenter .text-des {
          margin-top: 5px; } }
    .login .logincenter .crietaccoun {
      font-size: 17px;
      color: #fff;
      margin: 0px;
      margin-top: 30px; }
      .login .logincenter .crietaccoun a {
        color: #d0011e;
        text-decoration: underline; }
        .login .logincenter .crietaccoun a:hover {
          text-decoration: none; }
    .login .logincenter .modal-content {
      padding: 15px; }
    .login .logincenter .modal-dialog.modal-lg {
      width: 400px;
      margin-top: 100px; }
      @media (max-width: 767px) {
        .login .logincenter .modal-dialog.modal-lg {
          width: 100%; } }
    .login .logincenter .modal-header {
      padding: 0px;
      margin-bottom: 15px; }
    .login .logincenter .modal-title {
      font-size: 25px;
      color: #191919;
      width: 100%;
      margin-bottom: 15px; }
    .login .logincenter .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;
      margin: 0px; }
      .login .logincenter .bot-in a, .login .logincenter .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; }
        .login .logincenter .bot-in a:before, .login .logincenter .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; }
        .login .logincenter .bot-in a:hover:before, .login .logincenter .bot-in button:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    @media (max-width: 500px) {
      .login .logincenter {
        width: 100%; } }

.registration {
  min-height: 800px; }

.sec-search {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
  padding-top: 0px;
  -webkit-box-shadow: 0px 1px 1px #d8d7d7;
  -moz-box-shadow: 0px 1px 1px #d8d7d7;
  -o-box-shadow: 0px 1px 1px #d8d7d7;
  -ms-box-shadow: 0px 1px 1px #d8d7d7;
  box-shadow: 0px 1px 1px #d8d7d7; }
  .sec-search .fildinput {
    margin-top: 30px;
    position: relative; }
    .sec-search .fildinput i {
      position: absolute;
      top: 16px;
      right: 25px; }
    @media (max-width: 991px) {
      .sec-search .fildinput {
        max-width: 50%;
        flex: 50%;
        margin-top: 15px; } }
    @media (max-width: 550px) {
      .sec-search .fildinput {
        max-width: 100%;
        flex: 100%; } }
    .sec-search .fildinput label {
      color: #191919; }
    .sec-search .fildinput .form-control {
      height: 45px;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      height: 48px; }
    .sec-search .fildinput .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;
      float: left;
      margin-top: 0px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box; }
      .sec-search .fildinput .bot-in a, .sec-search .fildinput .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; }
        .sec-search .fildinput .bot-in a:before, .sec-search .fildinput .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; }
        .sec-search .fildinput .bot-in a:hover:before, .sec-search .fildinput .bot-in button:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      @media (max-width: 991px) {
        .sec-search .fildinput .bot-in {
          float: none;
          display: block;
          margin-top: 0px;
          text-align: center;
          margin: 0px auto; } }
      .sec-search .fildinput .bot-in button:before {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }

.iconsearch {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px;
  display: none; }
  @media (max-width: 767px) {
    .iconsearch {
      display: block;
      margin-top: 30px; }
      .iconsearch .canssher {
        display: none;
        color: #d0011e;
        font-size: 20px; }
      .iconsearch .botsear {
        color: #003e70;
        font-size: 20px; } }

@media (max-width: 767px) {
  .hide-rspon {
    display: none; } }

.tours {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px !important; }
  .tours .phototurs {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .tours .phototurs {
        max-width: 100%;
        flex: 100%;
        margin-top: 15px; } }
    .tours .phototurs .thumbnail {
      float: left;
      background: #003e70;
      width: 100%;
      overflow: hidden;
      height: 340px;
      position: relative; }
      @media (max-width: 991px) {
        .tours .phototurs .thumbnail {
          height: auto;
          padding-top: 50%; } }
      .tours .phototurs .thumbnail 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 .thumbnail: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 .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 .tourssearch {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 30px 0px;
      margin-bottom: 30px; }
      .tours .phototurs .tourssearch:last-child {
        margin-bottom: 0px; }
      @media (max-width: 991px) {
        .tours .phototurs .tourssearch {
          padding: 30px 15px; } }
      .tours .phototurs .tourssearch .title {
        text-align: left;
        margin-bottom: 0px; }
        .tours .phototurs .tourssearch .title:after {
          display: none; }
        @media (max-width: 767px) {
          .tours .phototurs .tourssearch .title {
            font-size: 23px; } }
      .tours .phototurs .tourssearch .fildinput {
        margin-top: 15px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .tours .phototurs .tourssearch .fildinput {
            max-width: 100%;
            flex: 100%; } }
      .tours .phototurs .tourssearch .bot-in {
        margin: 0px; }
        @media (max-width: 991px) {
          .tours .phototurs .tourssearch .bot-in {
            width: 100% !important; } }
    .tours .phototurs .lastitem {
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px;
      display: inline-block;
      width: 100%;
      margin-top: 30px; }
      .tours .phototurs .lastitem:last-child {
        border: 0px;
        padding: 0px; }
      @media (max-width: 450px) {
        .tours .phototurs .lastitem {
          margin-top: 15px;
          padding-bottom: 15px; } }
      .tours .phototurs .lastitem .imglast {
        float: left;
        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: right;
          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: left;
          width: 100%; }
          .tours .phototurs .lastitem .padtors .rating ul {
            float: none;
            margin-right: 10px; }
            .tours .phototurs .lastitem .padtors .rating ul li {
              font-size: 12px;
              color: #f9b307; }
    .tours .phototurs .call-in {
      display: block;
      font-size: 17px;
      margin-top: 15px;
      color: #191919; }
    .tours .phototurs .textmap {
      display: block;
      margin-top: 15px;
      color: #d0011e;
      font-size: 25px; }
      @media (max-width: 991px) {
        .tours .phototurs .textmap {
          font-size: 20px; } }
      .tours .phototurs .textmap i {
        background: #e8e8e8;
        border: 1px solid #ccc;
        padding: 10px;
        font-size: 20px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        color: #191919; }
    .tours .phototurs .lastdates {
      padding-top: 30px; }
      .tours .phototurs .lastdates li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        display: inline-block;
        width: 100%; }
        .tours .phototurs .lastdates li:last-child {
          border: 0px;
          padding: 0px; }
        .tours .phototurs .lastdates li p {
          float: left; }
        .tours .phototurs .lastdates li span {
          float: right; }
  .tours .datatours {
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
    text-align: center; }
    .tours .datatours .databox {
      display: block;
      border-right: 1px solid #ccc;
      padding-top: 15px;
      padding-bottom: 15px; }
      .tours .datatours .databox:last-child {
        border: 0px; }
      @media (max-width: 991px) {
        .tours .datatours .databox {
          max-width: 33.333%;
          flex: 33.333%; }
          .tours .datatours .databox:nth-last-child(4) {
            border: 0px; } }
      @media (max-width: 667px) {
        .tours .datatours .databox {
          max-width: 50%;
          flex: 50%; }
          .tours .datatours .databox:nth-last-child(3) {
            border: 0px; }
          .tours .datatours .databox:nth-last-child(5) {
            border: 0px; }
          .tours .datatours .databox:nth-last-child(4) {
            border-right: 1px solid #ccc; } }
      .tours .datatours .databox h4 {
        color: #191919;
        font-size: 18px;
        margin-top: 10px; }
      .tours .datatours .databox .rating {
        width: 100%;
        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; }
        @media (max-width: 667px) {
          .tours .datatours .databox .rating {
            margin: 0px; } }
        .tours .datatours .databox .rating .va-nam {
          font-size: 12px; }
          @media (max-width: 667px) {
            .tours .datatours .databox .rating .va-nam {
              width: 100%; } }
        .tours .datatours .databox .rating ul {
          float: left;
          margin-right: 5px; }
          @media (max-width: 667px) {
            .tours .datatours .databox .rating ul {
              width: 100%; } }
          .tours .datatours .databox .rating ul li {
            font-size: 12px;
            color: #f9b307; }
  .tours .innerform {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-bottom: 30px; }
    .tours .innerform:last-child {
      border-bottom: 0px; }
    @media (max-width: 991px) {
      .tours .innerform {
        padding-bottom: 15px; } }
    @media (max-width: 991px) {
      .tours .innerform .overview {
        max-width: 100%;
        flex: 100%; } }
    .tours .innerform .in-title {
      color: #191919;
      font-size: 25px;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .tours .innerform .in-title {
          margin-top: 15px; } }
    .tours .innerform .text {
      line-height: 29px;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .tours .innerform .text {
          margin-top: 15px; } }
    .tours .innerform .calcspas {
      margin-top: 30px; }
      .tours .innerform .calcspas i {
        float: left;
        font-size: 20px;
        margin-top: 5px;
        color: #003e70; }
    .tours .innerform .feat-text {
      padding-left: 35px; }
      .tours .innerform .feat-text h4 {
        font-size: 20px;
        color: #000; }
      .tours .innerform .feat-text p {
        margin-top: 5px; }
      .tours .innerform .feat-text span {
        color: #d0011e;
        margin-top: 5px; }
    .tours .innerform .bc-Reviews {
      float: left;
      width: 100%;
      background: #f4f4f4;
      padding: 30px;
      padding-top: 0px;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .tours .innerform .bc-Reviews {
          margin-top: 15px; } }
      .tours .innerform .bc-Reviews .rev-rating {
        float: left;
        width: 240px;
        height: 240px;
        text-align: center;
        border: 2px solid #ccc;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        padding: 60px 30px;
        margin-top: 30px; }
        @media (max-width: 767px) {
          .tours .innerform .bc-Reviews .rev-rating {
            float: none;
            margin: 30px auto 0px auto; } }
        .tours .innerform .bc-Reviews .rev-rating span.selected {
          float: left;
          font-size: 30px;
          width: 100%;
          color: #d0011e; }
        .tours .innerform .bc-Reviews .rev-rating li {
          font-size: 20px;
          margin: 30px 2px 15px 2px;
          color: #f9b307; }
      .tours .innerform .bc-Reviews .pr-skill-bar {
        margin-top: 30px;
        padding-left: 270px; }
        @media (max-width: 767px) {
          .tours .innerform .bc-Reviews .pr-skill-bar {
            float: left;
            padding-left: 0px;
            width: 100%;
            margin-top: 30px; } }
        .tours .innerform .bc-Reviews .pr-skill-bar .probox {
          display: block;
          margin-bottom: 15px; }
          .tours .innerform .bc-Reviews .pr-skill-bar .probox:last-child {
            margin: 0px; }
          .tours .innerform .bc-Reviews .pr-skill-bar .probox .stars {
            font-size: 13px;
            color: #191919;
            font-weight: bold; }
          .tours .innerform .bc-Reviews .pr-skill-bar .probox .progress {
            height: 10px;
            background: #e8e8e8;
            box-shadow: none;
            overflow: visible;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-clip: padding-box; }
            .tours .innerform .bc-Reviews .pr-skill-bar .probox .progress .progress-bar {
              box-shadow: none;
              position: relative;
              width: 100%;
              -webkit-animation: animate-positive 2s;
              animation: animate-positive 2s;
              background: #003e70;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              background-clip: padding-box; }
              .tours .innerform .bc-Reviews .pr-skill-bar .probox .progress .progress-bar:after {
                content: "";
                position: absolute;
                top: -7px;
                right: -15px;
                display: block;
                width: 20px;
                height: 20px; }
              .tours .innerform .bc-Reviews .pr-skill-bar .probox .progress .progress-bar .progress-value {
                position: absolute;
                top: -24px;
                right: 0px;
                color: #191919;
                font-weight: bold;
                font-size: 13px; }
        .tours .innerform .bc-Reviews .pr-skill-bar .progress.pink .progress-bar:after {
          background: #003e70;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
@-webkit-keyframes animate-positive {
  0% {
    width: 0; } }
@keyframes animate-positive {
  0% {
    width: 0; } }
    .tours .innerform .rev-sbans {
      float: left;
      width: 100%;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .tours .innerform .rev-sbans {
          margin-top: 15px; } }
      .tours .innerform .rev-sbans .btnrating {
        border: 0px;
        background: none;
        outline: 0px;
        outline-style: none;
        padding: 0px;
        font-size: 20px;
        box-shadow: none;
        color: #ccc; }
        .tours .innerform .rev-sbans .btnrating:hover {
          color: #f9b307; }
      .tours .innerform .rev-sbans .btn-warning {
        color: #f9b307; }
    .tours .innerform .fildreview {
      float: left;
      width: 100%;
      margin-top: 15px; }
      .tours .innerform .fildreview textarea.form-control {
        height: 140px;
        resize: none; }
      .tours .innerform .fildreview .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; }
        .tours .innerform .fildreview .bot-in a, .tours .innerform .fildreview .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; }
          .tours .innerform .fildreview .bot-in a:before, .tours .innerform .fildreview .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; }
          .tours .innerform .fildreview .bot-in a:hover:before, .tours .innerform .fildreview .bot-in button:hover:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
    .tours .innerform .alert {
      margin: 0px;
      margin-top: 15px; }

/* End  Tours*/
.mapbook {
  float: left;
  background: none; }
  .mapbook iframe {
    height: 325px;
    margin-top: 30px; }
  .mapbook .mapcenter {
    border-top: 1px solid #ccc;
    padding-bottom: 30px; }
    .mapbook .mapcenter .in-title {
      color: #191919;
      font-size: 25px;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .mapbook .mapcenter .in-title {
          margin-top: 15px; } }
    .mapbook .mapcenter .locatmap {
      position: relative;
      background: #f4f4f4; }
      .mapbook .mapcenter .locatmap .rightbook {
        position: absolute;
        top: 0;
        right: 0px;
        width: 350px;
        padding: 75px 15px;
        background: rgba(0, 0, 0, 0.84);
        height: 325px;
        text-align: center; }
        @media (max-width: 450px) {
          .mapbook .mapcenter .locatmap .rightbook {
            width: 100%;
            right: 0px;
            position: relative;
            top: auto;
            right: auto;
            background: #003e70;
            height: auto; } }
        .mapbook .mapcenter .locatmap .rightbook h4 {
          font-size: 30px;
          color: #fff; }
        .mapbook .mapcenter .locatmap .rightbook p {
          margin-top: 15px;
          color: #fff; }
        .mapbook .mapcenter .locatmap .rightbook .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; }
          .mapbook .mapcenter .locatmap .rightbook .bot-in a, .mapbook .mapcenter .locatmap .rightbook .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; }
            .mapbook .mapcenter .locatmap .rightbook .bot-in a:before, .mapbook .mapcenter .locatmap .rightbook .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; }
            .mapbook .mapcenter .locatmap .rightbook .bot-in a:hover:before, .mapbook .mapcenter .locatmap .rightbook .bot-in button:hover:before {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }

.proiner {
  background: #f4f4f4; }
  @media (max-width: 991px) {
    .proiner {
      display: none; } }

/**********************************************************/
.viewbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1001; }
  .viewbox-container .viewbox-body {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 1px #292828;
    -moz-box-shadow: 0px 1px 1px #292828;
    -o-box-shadow: 0px 1px 1px #292828;
    -ms-box-shadow: 0px 1px 1px #292828;
    box-shadow: 0px 1px 1px #292828;
    overflow: auto; }
    .viewbox-container .viewbox-body .viewbox-header, .viewbox-container .viewbox-body .viewbox-footer {
      margin: 10px; }
    .viewbox-container .viewbox-body .viewbox-content {
      margin: 10px;
      width: 300px;
      height: 300px; }
      .viewbox-container .viewbox-body .viewbox-content .viewbox-image {
        width: 100%;
        height: 100%; }

/* buttons */
.viewbox-button-default {
  cursor: pointer;
  height: 64px;
  width: 64px;
  fill: #999; }
  .viewbox-button-default svg {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0px); }
  .viewbox-button-default:hover {
    fill: #fff; }

.viewbox-button-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9; }
  @media (max-width: 480px) {
    .viewbox-button-close {
      top: 0px;
      right: 0px; } }

.viewbox-button-full-screen {
  position: absolute;
  top: 84px;
  right: 10px;
  z-index: 9; }

.viewbox-button-next,
.viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 100px;
  width: 100px;
  margin: -64px 0 0;
  z-index: 9; }
  @media (max-width: 480px) {
    .viewbox-button-next,
    .viewbox-button-prev {
      height: 81px;
      width: 81px;
      margin-top: -40px; } }

.viewbox-button-next {
  right: 0px; }
  @media (max-width: 480px) {
    .viewbox-button-next {
      right: -15px; } }

.viewbox-button-prev {
  left: 0px; }
  @media (max-width: 480px) {
    .viewbox-button-prev {
      left: -15px; } }

/* loader */
.viewbox-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  widows: 100%;
  margin: -25px 0 0 -25px; }
  .viewbox-container .loader .spinner {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0px auto; }
  .viewbox-container .loader .double-bounce1,
  .viewbox-container .loader .double-bounce2 {
    position: absolute;
    top: 0;
    left: 50;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #d0011e;
    opacity: 0.6;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  .viewbox-container .loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* End  Slider Photos*/
/*************************************************************/
.testvisa {
  margin: 250px 0px 120px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .testvisa {
      margin: 150px 0px 60px 0px; } }
  .testvisa .nav.nav-tabs.tabform {
    display: block;
    text-align: center;
    border: 0px; }
    .testvisa .nav.nav-tabs.tabform li {
      display: inline-block;
      border: 0px;
      margin: 15px 10px;
      position: relative; }
      .testvisa .nav.nav-tabs.tabform li a {
        font-size: 20px;
        border: 0px;
        padding: 0px;
        color: #b3b3b3;
        -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;
        position: relative; }
        .testvisa .nav.nav-tabs.tabform li a:before {
          content: "";
          position: absolute;
          top: auto;
          right: 0;
          bottom: -10px;
          left: 0;
          z-index: 1;
          height: 2px;
          background: #d0011e;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 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; }
        .testvisa .nav.nav-tabs.tabform li a:hover:before, .testvisa .nav.nav-tabs.tabform li a:focus:before, .testvisa .nav.nav-tabs.tabform li a.active:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        .testvisa .nav.nav-tabs.tabform li a:after {
          content: "";
          position: absolute;
          bottom: -17px;
          left: 50%;
          border-top: 8px solid #d0011e;
          border-right: 8px solid transparent;
          border-left: 8px solid transparent;
          height: 0px;
          opacity: 0;
          width: 0px;
          z-index: 100;
          margin-left: -2px; }
      .testvisa .nav.nav-tabs.tabform li:hover, .testvisa .nav.nav-tabs.tabform li .active {
        background: none;
        border: 0px;
        color: #fff; }
        .testvisa .nav.nav-tabs.tabform li:hover:hover:after, .testvisa .nav.nav-tabs.tabform li:hover:focus:after, .testvisa .nav.nav-tabs.tabform li:hover.active:after, .testvisa .nav.nav-tabs.tabform li .active:hover:after, .testvisa .nav.nav-tabs.tabform li .active:focus:after, .testvisa .nav.nav-tabs.tabform li .active.active:after {
          opacity: 1; }
  .testvisa .tab-content {
    background: rgba(0, 0, 0, 0.49);
    padding: 30px;
    margin-top: 15px;
    padding-top: 0px; }
    .testvisa .tab-content .fildinput {
      margin-top: 30px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .testvisa .tab-content .fildinput {
          max-width: 100%;
          flex: 100%; }
          .testvisa .tab-content .fildinput:last-child {
            margin: 0px auto;
            margin-top: 30px; } }
      @media (max-width: 767px) {
        .testvisa .tab-content .fildinput {
          margin-top: 15px; } }
      .testvisa .tab-content .fildinput .form-control {
        height: 45px;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box; }
      .testvisa .tab-content .fildinput .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;
        margin: 0px;
        background: #003e70; }
        .testvisa .tab-content .fildinput .bot-in a, .testvisa .tab-content .fildinput .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; }
          .testvisa .tab-content .fildinput .bot-in a:before, .testvisa .tab-content .fildinput .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; }
          .testvisa .tab-content .fildinput .bot-in a:hover:before, .testvisa .tab-content .fildinput .bot-in button:hover:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        .testvisa .tab-content .fildinput .bot-in button:before {
          background: #d0011e; }

/* End  Test Visa*/
/*************************************************************/
.hajj-umrah {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .hajj-umrah .title {
    text-align: center;
    margin-bottom: 15px;
    position: relative; }
    .hajj-umrah .title h2 {
      font-size: 30px;
      color: #000;
      margin-bottom: 5px; }
      @media (max-width: 1200px) {
        .hajj-umrah .title h2 {
          font-size: 25px; } }
      @media (max-width: 450px) {
        .hajj-umrah .title h2 {
          font-size: 25px; } }
    .hajj-umrah .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -15px;
      left: 0px;
      z-index: 1;
      width: 75px;
      height: 6px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }

.ha-umrah {
  position: relative; }
  .ha-umrah .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -15px; }
    .ha-umrah .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      margin: 0px auto;
      overflow: hidden; }
      .ha-umrah .slick-list .slick-track:after, .ha-umrah .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .ha-umrah .slick-prev, .ha-umrah .slick-next {
    line-height: 0px;
    width: 26px;
    height: 51px;
    background: url(../images/slick-next.png) no-repeat;
    position: absolute;
    top: 40%;
    right: -45px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    -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; }
    @media (max-width: 1280px) {
      .ha-umrah .slick-prev, .ha-umrah .slick-next {
        display: none !important; } }
    @media (max-width: 991px) {
      .ha-umrah .slick-prev, .ha-umrah .slick-next {
        display: block !important; } }
    @media (max-width: 667px) {
      .ha-umrah .slick-prev, .ha-umrah .slick-next {
        display: none !important; } }
    .ha-umrah .slick-prev:hover, .ha-umrah .slick-next:hover {
      opacity: 0.7; }
  .ha-umrah .slick-prev {
    right: auto;
    left: -45px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ha-umrah .slick-dots {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: none !important; }
    .ha-umrah .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 3px;
      padding: 0px;
      cursor: pointer;
      background: #e8e8e8;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .ha-umrah .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        color: transparent;
        border: 0px;
        outline: none;
        background: transparent; }
    .ha-umrah .slick-dots li.slick-active {
      background: #d0011e; }
  .ha-umrah .slick-prev, .ha-umrah .slick-next {
    top: 47%; }

.itemdis {
  float: left;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .itemdis {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .itemdis {
      max-width: 100%;
      flex: 100%; } }
  .itemdis .img-dis {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #d0011e;
    height: 260px; }
    .itemdis .img-dis 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; }
    .itemdis .img-dis .overlay {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      padding: 35px 15px;
      height: 100px;
      z-index: 2;
      -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: inset 0 -115px 70px -70px #000;
      -moz-box-shadow: inset 0 -115px 70px -70px #000;
      -o-box-shadow: inset 0 -115px 70px -70px #000;
      -ms-box-shadow: inset 0 -115px 70px -70px #000;
      box-shadow: inset 0 -115px 70px -70px #000; }
      .itemdis .img-dis .overlay .titllink {
        float: left;
        font-size: 18px;
        color: #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; }
        .itemdis .img-dis .overlay .titllink:hover {
          color: #d0011e; }
      .itemdis .img-dis .overlay .rating {
        float: left;
        width: 100%; }
        .itemdis .img-dis .overlay .rating ul {
          float: left;
          margin-right: 10px; }
          .itemdis .img-dis .overlay .rating ul li {
            font-size: 12px;
            color: #f9b307; }
        .itemdis .img-dis .overlay .rating .va-nam {
          float: left;
          color: #fff;
          font-size: 13px;
          margin-top: 3px; }
    .itemdis .img-dis:hover .dis-text {
      top: -100%; }
  .itemdis: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); }
  .itemdis .umrah {
    float: right;
    color: #fff;
    background: #d0011e;
    margin-top: -5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 0px 10px; }

.card {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0px !important;
  background: none; }
  .card .alert {
    margin: 0px;
    margin-top: 15px; }
  .card .con-box {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .card .con-box {
        max-width: 100%;
        flex: 100%; } }
    .card .con-box .summary {
      background: #fff; }
      .card .con-box .summary .title {
        color: #191919;
        font-size: 25px;
        margin-bottom: 50px; }
      .card .con-box .summary .lastdates {
        padding-top: 30px;
        padding: 0px;
        margin: 30px 0px; }
        .card .con-box .summary .lastdates li {
          border-bottom: 1px solid #ccc;
          padding-bottom: 10px;
          display: inline-block;
          width: 100%; }
          .card .con-box .summary .lastdates li:last-child {
            border: 0px;
            padding: 0px; }
          .card .con-box .summary .lastdates li p {
            float: left; }
          .card .con-box .summary .lastdates li span {
            float: right; }
        .card .con-box .summary .lastdates li {
          border-bottom: 1px solid #ccc; }
          .card .con-box .summary .lastdates li p {
            color: #191919;
            font-weight: bold;
            font-size: 16px; }
          .card .con-box .summary .lastdates li span {
            color: #191919; }
      .card .con-box .summary .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;
        margin: 0px; }
        .card .con-box .summary .bot-in a, .card .con-box .summary .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; }
          .card .con-box .summary .bot-in a:before, .card .con-box .summary .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; }
          .card .con-box .summary .bot-in a:hover:before, .card .con-box .summary .bot-in button:hover:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
    .card .con-box .table-responsive .table {
      background: #fff;
      border: 1px solid #ccc;
      margin: 0px; }
      .card .con-box .table-responsive .table th, .card .con-box .table-responsive .table td {
        border-top: 1px solid #ccc;
        vertical-align: middle; }
      .card .con-box .table-responsive .table td .photo-link {
        float: left;
        overflow: hidden;
        margin-right: 10px; }
        .card .con-box .table-responsive .table td .photo-link img {
          float: left;
          width: 60px;
          height: 60px;
          -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; }
        .card .con-box .table-responsive .table td .photo-link: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); }
      .card .con-box .table-responsive .table td .title-link {
        color: #191919;
        font-size: 16px;
        display: list-item;
        -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; }
        .card .con-box .table-responsive .table td .title-link:hover {
          color: #d0011e; }
      .card .con-box .table-responsive .table td .form-control {
        width: 80px; }
      .card .con-box .table-responsive .table td span {
        color: #d0011e; }
      .card .con-box .table-responsive .table td .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;
        margin: 0px;
        height: auto; }
        .card .con-box .table-responsive .table td .bot-in a, .card .con-box .table-responsive .table td .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; }
          .card .con-box .table-responsive .table td .bot-in a:before, .card .con-box .table-responsive .table td .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; }
          .card .con-box .table-responsive .table td .bot-in a:hover:before, .card .con-box .table-responsive .table td .bot-in button:hover:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        .card .con-box .table-responsive .table td .bot-in a {
          padding: 7px 10px;
          height: auto; }
          .card .con-box .table-responsive .table td .bot-in a:after {
            height: auto; }
      .card .con-box .table-responsive .table td .remove {
        color: #d0011e; }

.checkout {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
  padding-top: 0px; }
  .checkout .bacform {
    box-shadow: none;
    padding-top: 0px; }
    .checkout .bacform .checwit {
      margin-top: 30px; }
      @media (max-width: 991px) {
        .checkout .bacform .checwit {
          max-width: 100%;
          flex: 100%; } }
      .checkout .bacform .checwit .title {
        font-size: 25px;
        margin-bottom: 30px;
        text-align: left;
        color: #000; }
        .checkout .bacform .checwit .title:after {
          display: none; }
      .checkout .bacform .checwit .fildinp {
        margin-top: 15px; }
      .checkout .bacform .checwit label {
        color: #191919;
        font-size: 17px;
        margin-top: .5rem; }
        @media (max-width: 991px) {
          .checkout .bacform .checwit label {
            margin-top: 0px; } }
        .checkout .bacform .checwit label em {
          color: #d0011e; }
      .checkout .bacform .checwit .form-control {
        height: 45px;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box; }
      .checkout .bacform .checwit textarea.form-control {
        height: 140px;
        resize: none; }
      .checkout .bacform .checwit .che-box {
        float: left;
        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 .arrival {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 0px; }
        .checkout .bacform .checwit .arrival .che-box {
          margin: 0; }
      .checkout .bacform .checwit .img-dis {
        float: left;
        width: 150px;
        height: 100px;
        position: relative;
        overflow: hidden; }
        @media (max-width: 550px) {
          .checkout .bacform .checwit .img-dis {
            width: 100%;
            height: 200px; } }
        .checkout .bacform .checwit .img-dis 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; }
        .checkout .bacform .checwit .img-dis: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); }
      .checkout .bacform .checwit .de-order {
        padding-left: 165px; }
        @media (max-width: 550px) {
          .checkout .bacform .checwit .de-order {
            float: left;
            margin-top: 15px;
            padding-left: 0px;
            width: 100%; } }
        .checkout .bacform .checwit .de-order .title-link {
          font-size: 18px;
          color: #191919;
          -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; }
          .checkout .bacform .checwit .de-order .title-link:hover {
            color: #d0011e; }
        .checkout .bacform .checwit .de-order p {
          display: block;
          margin-top: 5px; }
          .checkout .bacform .checwit .de-order p b {
            color: #191919; }
      .checkout .bacform .checwit .lastdates {
        padding-top: 30px;
        padding: 0px;
        margin: 15px 0px; }
        .checkout .bacform .checwit .lastdates li {
          border-bottom: 1px solid #ccc;
          padding-bottom: 10px;
          display: inline-block;
          width: 100%; }
          .checkout .bacform .checwit .lastdates li:last-child {
            border: 0px;
            padding: 0px; }
          .checkout .bacform .checwit .lastdates li p {
            float: left; }
          .checkout .bacform .checwit .lastdates li span {
            float: right; }
        .checkout .bacform .checwit .lastdates li p {
          width: 150px;
          color: #191919;
          font-weight: bold;
          font-size: 16px; }
        .checkout .bacform .checwit .lastdates li span {
          float: left;
          color: #d0011e; }
      .checkout .bacform .checwit .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; }
        .checkout .bacform .checwit .bot-in a, .checkout .bacform .checwit .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; }
          .checkout .bacform .checwit .bot-in a:before, .checkout .bacform .checwit .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; }
          .checkout .bacform .checwit .bot-in a:hover:before, .checkout .bacform .checwit .bot-in button:hover:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }

.notifications {
  background: #f4f4f4; }
  @media (max-width: 991px) {
    .notifications .rit-notif {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 30px; }
      .notifications .rit-notif:last-child {
        margin-bottom: 0px; } }
  .notifications .rit-notif .linkprof {
    float: left;
    background: #fff;
    padding: 15px;
    -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;
    width: 100%; }
    .notifications .rit-notif .linkprof 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; }
      .notifications .rit-notif .linkprof a:before {
        position: absolute;
        left: 0px;
        font-family: "Font Awesome 5 Free";
        content: "\f101";
        display: inline-block;
        font-weight: 700;
        font-size: 12px; }
      .notifications .rit-notif .linkprof a:hover, .notifications .rit-notif .linkprof a.active {
        color: #d0011e; }
    .notifications .rit-notif .linkprof a {
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .notifications .rit-notif .linkprof a:last-child {
        padding-bottom: 0px;
        border: 0px;
        margin-bottom: 0px; }
  .notifications .rit-notif .lastblog {
    display: inline-block; }
    .notifications .rit-notif .lastblog li {
      display: inline-block;
      background: #fff;
      border-bottom: 2px solid #f4f4f4;
      padding: 15px; }
      .notifications .rit-notif .lastblog li img {
        float: left;
        width: 75px;
        height: 75px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        -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; }
      .notifications .rit-notif .lastblog li .textblog {
        padding-left: 95px; }
        .notifications .rit-notif .lastblog li .textblog h2 {
          font-size: 18px;
          color: #000; }
        .notifications .rit-notif .lastblog li .textblog span {
          float: right;
          color: #9c9c9c;
          font-size: 12px;
          margin-top: -25px; }
          @media (max-width: 667px) {
            .notifications .rit-notif .lastblog li .textblog span {
              float: left;
              width: 100%;
              margin-top: 5px; } }
        .notifications .rit-notif .lastblog li .textblog p {
          float: left;
          width: 100%;
          margin-top: 5px;
          height: 45px;
          font-size: 14px;
          overflow: hidden; }
      .notifications .rit-notif .lastblog li:hover, .notifications .rit-notif .lastblog li.active {
        background: #eae9e9; }
  .notifications .rit-notif .notinner li:hover, .notifications .rit-notif .notinner li.active {
    background: #fff; }
  .notifications .rit-notif .notinner li p {
    height: auto !important; }
  .notifications .rit-notif .notinner li .textblog span {
    float: left;
    margin: 5px 15px 0px 0px; }
  .notifications .rit-notif .innernotf p {
    height: auto; }
  .notifications .rit-notif .sendemail {
    background: #fff;
    padding: 15px; }
    .notifications .rit-notif .sendemail h3 {
      font-size: 18px;
      color: #000; }
    .notifications .rit-notif .sendemail .form-control {
      height: 45px;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      background: #fff;
      margin-top: 15px; }
    .notifications .rit-notif .sendemail textarea.form-control {
      height: 120px;
      resize: none; }
    .notifications .rit-notif .sendemail .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; }
      .notifications .rit-notif .sendemail .bot-in a, .notifications .rit-notif .sendemail .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; }
        .notifications .rit-notif .sendemail .bot-in a:before, .notifications .rit-notif .sendemail .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; }
        .notifications .rit-notif .sendemail .bot-in a:hover:before, .notifications .rit-notif .sendemail .bot-in button:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }

@font-face {
  font-family: 'roboto-regular';
  src: url("../fonts/roboto-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg#roboto-regular") 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 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 15px;
  line-height: 25px;
  color: #656565;
  font-family: 'roboto-regular'; }

body {
  direction: ltr;
  text-align: left;
  background: #fff;
  text-transform: capitalize; }

.container {
  clear: both;
  position: relative;
  z-index: 10; }

section {
  display: block;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  overflow: hidden; }

.sectionpam {
  min-height: 300px;
  padding: 0px;
  background: #fff url(../images/slides/img9.jpg) no-repeat fixed center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .sectionpam:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 55, 126, 0.8);
    background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .sectionpam {
      min-height: 200px; } }
  .sectionpam h1 {
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 100px; }
    @media (max-width: 991px) {
      .sectionpam h1 {
        margin-top: 30px;
        font-size: 30px; } }
    @media (max-width: 550px) {
      .sectionpam h1 {
        margin-top: 50px;
        font-size: 22px; } }

.title {
  text-align: center;
  margin-bottom: 15px;
  position: relative; }
  .title h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 5px; }
    @media (max-width: 1200px) {
      .title h2 {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .title h2 {
        font-size: 25px; } }
  .title:after {
    content: '';
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -15px;
    left: 0px;
    z-index: 1;
    width: 75px;
    height: 6px;
    margin: 0px auto;
    background: url(../images/title-con.png) bottom center no-repeat; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 30px; } }
  .pagination li {
    margin: 0px 3px; }
    .pagination li a, .pagination li span {
      padding: 10px 12px;
      color: #191919;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #fff;
      border: 1px solid #ccc;
      -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; }
  .pagination .page-link.active {
    background: #d0011e !important;
    border: 1px solid #d0011e !important;
    color: #fff !important; }
  .pagination .page-link:hover {
    background: #003e70 !important;
    border: 1px solid #003e70 !important;
    color: #fff !important; }

.profile {
  padding-top: 0px;
  background: #f4f4f4; }
  .profile .con-box {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .profile .con-box {
        max-width: 100%;
        flex: 100%; } }
    .profile .con-box .titleprof {
      font-size: 25px;
      color: #000;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .profile .con-box .linkprof {
      display: inline-block;
      background: #fff;
      padding: 15px;
      -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;
      width: 100%; }
      .profile .con-box .linkprof 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; }
        .profile .con-box .linkprof a:before {
          position: absolute;
          left: 0px;
          font-family: "Font Awesome 5 Free";
          content: "\f101";
          display: inline-block;
          font-weight: 700;
          font-size: 12px; }
        .profile .con-box .linkprof a:hover, .profile .con-box .linkprof a.active {
          color: #d0011e; }
      .profile .con-box .linkprof a {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc; }
        .profile .con-box .linkprof a:last-child {
          padding-bottom: 0px;
          border: 0px;
          margin-bottom: 0px; }
  .profile .progturs {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .profile .progturs:last-child {
      margin-bottom: 0px; }
    .profile .progturs .titleprof {
      margin-bottom: 0px; }

.mappopup .form-control {
  height: 45px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 15px; }
.mappopup .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;
  margin: 0px; }
  .mappopup .bot-in a, .mappopup .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; }
    .mappopup .bot-in a:before, .mappopup .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; }
    .mappopup .bot-in a:hover:before, .mappopup .bot-in button:hover:before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
.mappopup .che-box {
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: normal;
  color: #fff; }
  .mappopup .che-box input[type="checkbox"], .mappopup .che-box input[type="radio"] {
    position: absolute;
    right: 9000px; }
  .mappopup .che-box input[type="checkbox"] + .label-text:before, .mappopup .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; }
  .mappopup .che-box input[type="radio"] + .label-text:before {
    content: "\f111"; }
  .mappopup .che-box input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #d0011e;
    animation: effect 250ms ease-in; }
  .mappopup .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); } }
.mappopup .forgot {
  float: right;
  margin-bottom: 15px;
  color: #fff; }
  .mappopup .forgot:hover {
    color: #d0011e;
    text-decoration: underline; }
.mappopup button.close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #d0011e;
  text-shadow: none;
  opacity: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 10;
  padding: 5px;
  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; }
  .mappopup button.close:hover {
    background: #003e70; }
.mappopup .text-des {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  color: #d0011e; }
  @media (max-width: 1200px) {
    .mappopup .text-des {
      margin-top: 5px; } }
.mappopup .crietaccoun {
  font-size: 17px;
  color: #fff;
  margin: 0px;
  margin-top: 30px; }
  .mappopup .crietaccoun a {
    color: #d0011e;
    text-decoration: underline; }
    .mappopup .crietaccoun a:hover {
      text-decoration: none; }
.mappopup .modal-content {
  padding: 15px; }
.mappopup .modal-dialog.modal-lg {
  width: 400px;
  margin-top: 100px; }
  @media (max-width: 767px) {
    .mappopup .modal-dialog.modal-lg {
      width: 100%; } }
.mappopup .modal-header {
  padding: 0px;
  margin-bottom: 15px; }
.mappopup .modal-title {
  font-size: 25px;
  color: #191919;
  width: 100%;
  margin-bottom: 15px; }
.mappopup .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;
  margin: 0px; }
  .mappopup .bot-in a, .mappopup .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; }
    .mappopup .bot-in a:before, .mappopup .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; }
    .mappopup .bot-in a:hover:before, .mappopup .bot-in button:hover:before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.formprofile {
  margin-top: 15px; }
  @media (max-width: 767px) {
    .formprofile {
      margin-top: 0px; } }
  .formprofile .editprof {
    float: left;
    width: 100%;
    margin-top: 15px; }
    .formprofile .editprof .inputpro, .formprofile .editprof .textpro {
      float: left; }
      @media (max-width: 767px) {
        .formprofile .editprof .inputpro, .formprofile .editprof .textpro {
          width: 100%; } }
    .formprofile .editprof label {
      color: #191919;
      font-size: 17px;
      margin-top: .5rem; }
      @media (max-width: 767px) {
        .formprofile .editprof label {
          margin-top: 0px; } }
      .formprofile .editprof label em {
        color: #d0011e; }
    .formprofile .editprof .form-control {
      height: 45px;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box; }
    .formprofile .editprof .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; }
      .formprofile .editprof .bot-in a, .formprofile .editprof .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; }
        .formprofile .editprof .bot-in a:before, .formprofile .editprof .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; }
        .formprofile .editprof .bot-in a:hover:before, .formprofile .editprof .bot-in button:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }

.itme-prog .tours-itme, .tours-itme {
  background: #fff !important; }

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