.header {
  float: left;
  padding-bottom: 15px;
  background: #fff; }
  .header.sticky {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -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;
    z-index: 1000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header.sticky .minheader {
      display: none; }
    .header.sticky .logo img {
      width: 80px;
      -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 li a {
      padding: 19px; }
    .header.sticky .bot-search {
      margin-top: 25px; }
      @media (max-width: 991px) {
        .header.sticky .bot-search {
          margin-top: 22px; } }
      .header.sticky .bot-search .showboxsearch {
        position: absolute;
        top: 40px;
        right: 0px;
        bottom: auto;
        left: auto; }
        @media (max-width: 991px) {
          .header.sticky .bot-search .showboxsearch {
            top: 37px; } }
        @media (max-width: 575px) {
          .header.sticky .bot-search .showboxsearch .seardiv .form-control {
            margin-bottom: 5px; } }
  .header .minheader {
    float: left;
    background: #35377e;
    padding-bottom: 8px;
    /*End Social*/ }
    @media (max-width: 991px) {
      .header .minheader {
        padding-bottom: 15px; } }
    .header .minheader .social {
      float: left;
      margin-top: 8px; }
      .header .minheader .social a {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        padding: 8px 0px;
        margin-right: 1px;
        -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; }
      @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; }
        .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; }
        @media (max-width: 767px) {
          .header .minheader .linkright a:nth-child(1), .header .minheader .linkright a:nth-child(2) {
            display: none; } }
    .header .minheader .dropdown {
      float: right;
      margin-top: 19px; }
      .header .minheader .dropdown .dropdown-toggle {
        float: left;
        height: 12px;
        line-height: 10px;
        color: #fff;
        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 .logo {
    float: left;
    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; }
    .header .logo img {
      width: 158px; }
      @media (max-width: 991px) {
        .header .logo img {
          width: 100px; } }
  .header #cssmenu {
    float: right;
    position: relative;
    z-index: 10;
    margin-bottom: -15px; }
    .header #cssmenu #head-mobile {
      position: relative;
      display: none; }
    .header #cssmenu ul {
      float: left; }
      .header #cssmenu ul li {
        float: left;
        position: relative;
        margin-right: 1px; }
        .header #cssmenu ul li:hover > ul {
          left: auto;
          z-index: 150; }
        .header #cssmenu ul li a {
          float: left;
          position: relative;
          padding: 36px 25px;
          text-transform: uppercase;
          color: #29292a;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          outline: none;
          font-size: 16px; }
          .header #cssmenu ul li a:hover, .header #cssmenu ul li a.active {
            color: #d2070d; }
          .header #cssmenu ul li a:before {
            content: "";
            position: absolute;
            top: auto;
            right: 0;
            bottom: -1px;
            left: 0;
            z-index: -1;
            height: 3px;
            background: #d2070d;
            -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; }
          .header #cssmenu ul li a:hover:before, .header #cssmenu ul li a:focus:before, .header #cssmenu ul li a.active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
        .header #cssmenu ul li:hover a:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        .header #cssmenu ul li:hover a {
          color: #d2070d; }
      .header #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        top: 100%;
        -webkit-border-radius: 0px 0px 8px 8px;
        border-radius: 0px 0px 8px 8px;
        background-clip: padding-box;
        -webkit-box-shadow: 0px 1px 1px #c3c3c3;
        -moz-box-shadow: 0px 1px 1px #c3c3c3;
        -o-box-shadow: 0px 1px 1px #c3c3c3;
        -ms-box-shadow: 0px 1px 1px #c3c3c3;
        box-shadow: 0px 1px 1px #c3c3c3;
        background: #fff;
        padding: 15px; }
        .header #cssmenu ul ul:after {
          content: "";
          position: absolute;
          top: -8px;
          right: auto;
          bottom: auto;
          left: 15px;
          border-bottom: 8px solid #fff;
          border-right: 8px solid transparent;
          border-left: 8px solid transparent;
          height: 0px;
          width: 0px;
          z-index: 100; }
        .header #cssmenu ul ul li {
          margin: 0px !important;
          -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; }
          .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: 5px !important;
            min-width: 180px !important;
            height: auto !important;
            color: #787878 !important; }
            .header #cssmenu ul ul li a:before {
              display: none !important; }
            .header #cssmenu ul ul li a:hover {
              color: #35377e !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 .bot-search {
    float: right;
    position: relative;
    margin-top: 42px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .bot-search {
        margin: 29px 17px 0px 0px; } }
    .header .bot-search .fas {
      float: right;
      cursor: pointer;
      width: 25px;
      color: #35377e;
      -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 .bot-search .fas:hover {
        color: #d2070d; }
      .header .bot-search .fas.fa-times.cancel {
        display: none;
        color: #d2070d; }
    .header .bot-search .showboxsearch {
      display: none;
      position: absolute;
      top: 56px;
      right: 0px;
      bottom: auto;
      left: auto;
      width: 450px;
      padding: 5px 1px;
      background: #191919;
      z-index: 10; }
      @media (max-width: 991px) {
        .header .bot-search .showboxsearch {
          width: 300px;
          top: 44px; } }
      @media (max-width: 450px) {
        .header .bot-search .showboxsearch {
          width: 245px; } }
      .header .bot-search .showboxsearch .seardiv {
        float: left;
        padding: 0px 3px; }
      .header .bot-search .showboxsearch .form-control {
        border-radius: 0px;
        border: 0px;
        height: 45px; }
      .header .bot-search .showboxsearch .btn {
        width: 100%;
        height: 45px;
        padding: 0px 15px;
        color: #fff;
        background: #35377e;
        border-radius: 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; }
        .header .bot-search .showboxsearch .btn:hover {
          background: #d2070d; }

@media (max-width: 991px) {
  .header.sticky #cssmenu {
    top: 18px;
    -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: 46px; }
      .header.sticky #cssmenu ul li a {
        padding: 8px 10px; }
  .header.sticky .bot-search .showboxsearch {
    top: 42px; }
  .header #cssmenu {
    width: 200px;
    position: absolute;
    top: 70px;
    right: 15px;
    bottom: auto;
    left: auto;
    border: 0px;
    z-index: 100; }
    .header #cssmenu #head-mobile {
      display: block; }
    .header #cssmenu ul {
      position: absolute;
      top: 49px;
      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;
          border-bottom: 1px solid #272727;
          color: #fff;
          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;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box; }
          .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 .button {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: auto;
      cursor: pointer;
      width: 21px;
      height: 21px;
      z-index: 100; }
      .header #cssmenu .button:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0px;
        bottom: auto;
        left: auto;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #35377e;
        border-bottom: 2px solid #35377e; }
      .header #cssmenu .button:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 0px;
        bottom: auto;
        left: auto;
        display: block;
        height: 2px;
        width: 20px;
        background: #35377e; }
      .header #cssmenu .button.menu-opened:after {
        top: 11px;
        border: 0px;
        height: 2px;
        width: 19px;
        background: #d2070d;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header #cssmenu .button.menu-opened:before {
        top: 11px;
        background: #d2070d;
        width: 19px;
        -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;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: auto;
      z-index: 99;
      display: block;
      border-left: 1px solid #272727;
      height: 41px;
      width: 46px;
      cursor: pointer; }
      .header #cssmenu .submenu-button.submenu-opened {
        background: #d2070d; }
      .header #cssmenu .submenu-button:after {
        position: absolute;
        top: 20px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #fff;
        content: ""; }
      .header #cssmenu .submenu-button:before {
        position: absolute;
        top: 17px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #fff;
        content: ""; }
      .header #cssmenu .submenu-button.submenu-opened:after {
        background: #fff; }
      .header #cssmenu .submenu-button.submenu-opened:before {
        display: none; }

  /***end header**/ }
@media (max-width: 667px) {
  .header:before {
    width: 55%; }
  .header:after {
    left: 55%; } }
.slider {
  display: block;
  padding: 30px;
  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: 30px 15px; } }
  @media (max-width: 1024px) {
    .slider {
      padding: 0px; } }
  .slider .carousel {
    width: 100%; }
  .slider img {
    height: 560px; }
    @media (max-width: 1199px) {
      .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: 48%;
    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: 45%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1;
    text-align: center; }
    .slider .carousel-inner .textslider h2 {
      font-size: 60px;
      color: #fff;
      font-family: "franklin-gothic-medium-allfont-net";
      -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: 18px;
      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: #35377e;
      height: 45px;
      margin-top: 15px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .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:hover, .slider .carousel-inner .textslider .bot-in button:hover {
          text-decoration: none; }
        .slider .carousel-inner .textslider .bot-in a:after, .slider .carousel-inner .textslider .bot-in button:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 45px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          background: #d2070d;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          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-inner .textslider .bot-in a:hover:after, .slider .carousel-inner .textslider .bot-in button:hover:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(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: 85%;
    right: 0;
    bottom: auto;
    left: 0;
    text-align: center;
    display: block; }
    .slider .carousel-indicators li {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0px;
      background: #fff;
      -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 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #d2070d;
        -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; } }
.sec-search {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px 30px;
  margin-top: -100px; }
  @media (max-width: 1024px) {
    .sec-search {
      padding: 30px 15px; } }
  @media (max-width: 1024px) {
    .sec-search {
      margin-top: 15px;
      padding: 0px 15px; } }

.searchbox {
  background: #fff;
  padding: 30px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 1px 1px #b1afaf;
  -moz-box-shadow: 0px 1px 1px #b1afaf;
  -o-box-shadow: 0px 1px 1px #b1afaf;
  -ms-box-shadow: 0px 1px 1px #b1afaf;
  box-shadow: 0px 1px 1px #b1afaf; }
  @media (max-width: 1024px) {
    .searchbox {
      padding: 15px;
      margin-bottom: 0px; } }
  .searchbox .title {
    font-size: 30px;
    color: #35377e;
    position: relative; }
    .searchbox .title:after {
      content: "";
      position: absolute;
      top: 15px;
      right: 0px;
      bottom: auto;
      left: auto;
      background: #e8e8e8;
      height: 2px;
      width: 75%; }
      @media (max-width: 1199px) {
        .searchbox .title:after {
          width: 70%; } }
      @media (max-width: 991px) {
        .searchbox .title:after {
          display: none; } }
  .searchbox .fildinput {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .searchbox .fildinput {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 15px; } }
    .searchbox .fildinput label {
      color: #191919; }
    .searchbox .fildinput .form-control {
      height: 45px;
      background: #e8e8e8; }
    .searchbox .fildinput .bot-in {
      float: none;
      display: inline-block;
      background: #35377e;
      height: 45px;
      margin-top: 15px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      float: left;
      margin-top: 34px; }
      .searchbox .fildinput .bot-in a, .searchbox .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; }
        .searchbox .fildinput .bot-in a:hover, .searchbox .fildinput .bot-in button:hover {
          text-decoration: none; }
        .searchbox .fildinput .bot-in a:after, .searchbox .fildinput .bot-in button:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 45px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          background: #d2070d;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          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; }
        .searchbox .fildinput .bot-in a:hover:after, .searchbox .fildinput .bot-in button:hover:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
      @media (max-width: 991px) {
        .searchbox .fildinput .bot-in {
          float: none;
          display: block;
          margin-top: 0px;
          text-align: center;
          width: 200px !important;
          margin: 0px auto; } }
      .searchbox .fildinput .bot-in button {
        height: 45px;
        padding: 10px 30px; }

.populartours {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .populartours {
      padding: 30px 15px; } }
  .populartours h2 {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 1200px) {
      .populartours h2 {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .populartours h2 {
        font-size: 25px; } }
    .populartours h2:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .populartours .text-des {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative; }
    @media (max-width: 1200px) {
      .populartours .text-des {
        margin-top: 5px; } }
  .populartours .tours-one {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .populartours .tours-one {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .populartours .tours-one {
        max-width: 100%;
        flex: 100%; } }
    .populartours .tours-one .tours-itme {
      float: left;
      background: #fff;
      min-height: 460px;
      -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: 0px 1px 1px #b1afaf;
      -moz-box-shadow: 0px 1px 1px #b1afaf;
      -o-box-shadow: 0px 1px 1px #b1afaf;
      -ms-box-shadow: 0px 1px 1px #b1afaf;
      box-shadow: 0px 1px 1px #b1afaf; }
      .populartours .tours-one .tours-itme .photo-tours {
        height: 210px;
        position: relative;
        overflow: hidden; }
        .populartours .tours-one .tours-itme .photo-tours img {
          position: absolute;
          top: 0px;
          right: auto;
          bottom: auto;
          left: 0px;
          max-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; }
        .populartours .tours-one .tours-itme .photo-tours .bot-in {
          float: none;
          display: inline-block;
          background: #35377e;
          height: 45px;
          margin-top: 15px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          position: absolute;
          top: -50%;
          right: 0px;
          bottom: auto;
          left: 0px;
          width: 150px;
          margin: 0px auto; }
          .populartours .tours-one .tours-itme .photo-tours .bot-in a, .populartours .tours-one .tours-itme .photo-tours .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; }
            .populartours .tours-one .tours-itme .photo-tours .bot-in a:hover, .populartours .tours-one .tours-itme .photo-tours .bot-in button:hover {
              text-decoration: none; }
            .populartours .tours-one .tours-itme .photo-tours .bot-in a:after, .populartours .tours-one .tours-itme .photo-tours .bot-in button:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: -1;
              height: 45px;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
              background: #d2070d;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              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; }
            .populartours .tours-one .tours-itme .photo-tours .bot-in a:hover:after, .populartours .tours-one .tours-itme .photo-tours .bot-in button:hover:after {
              -webkit-transform: scaleX(1);
              transform: scaleX(1); }
        .populartours .tours-one .tours-itme .photo-tours .tours-text {
          position: absolute;
          top: auto;
          right: auto;
          bottom: 0px;
          left: 0px;
          border-top: 1px solid rgba(255, 255, 255, 0.22);
          -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;
          padding: 15px;
          z-index: 10; }
          .populartours .tours-one .tours-itme .photo-tours .tours-text .price {
            float: left;
            color: #fff; }
            .populartours .tours-one .tours-itme .photo-tours .tours-text .price span {
              color: #d2070d; }
          .populartours .tours-one .tours-itme .photo-tours .tours-text .value {
            float: right;
            color: #fff;
            margin-left: 15px; }
            .populartours .tours-one .tours-itme .photo-tours .tours-text .value i {
              font-size: 13px;
              color: #d2070d; }
      .populartours .tours-one .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); }
      .populartours .tours-one .tours-itme:hover .bot-in {
        position: absolute;
        top: 35%; }
      .populartours .tours-one .tours-itme .textbox {
        padding: 15px; }
        .populartours .tours-one .tours-itme .textbox .titllink {
          font-size: 25px;
          color: #191919;
          height: 27px;
          overflow: hidden;
          display: block;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 767px) {
            .populartours .tours-one .tours-itme .textbox .titllink {
              height: auto; } }
          .populartours .tours-one .tours-itme .textbox .titllink:hover {
            color: #d2070d; }
        .populartours .tours-one .tours-itme .textbox .maptext {
          display: block;
          border-bottom: 1px solid #ccc;
          margin-top: 15px;
          padding-bottom: 15px; }
        .populartours .tours-one .tours-itme .textbox .textdescr {
          height: 75px;
          overflow: hidden;
          margin-top: 15px; }
        .populartours .tours-one .tours-itme .textbox .readmore {
          float: left;
          margin-top: 15px;
          color: #191919;
          font-weight: bold;
          -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; }
          .populartours .tours-one .tours-itme .textbox .readmore i, .populartours .tours-one .tours-itme .textbox .readmore:hover {
            color: #d2070d; }
        .populartours .tours-one .tours-itme .textbox .rating {
          float: right;
          margin: 15px -15px 0px 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; }
          .populartours .tours-one .tours-itme .textbox .rating .va-nam {
            display: inline-block; }
          .populartours .tours-one .tours-itme .textbox .rating ul {
            display: inline-block;
            margin-right: 5px; }
            .populartours .tours-one .tours-itme .textbox .rating ul li {
              font-size: 13px;
              color: #f9b307; }
        .populartours .tours-one .tours-itme .textbox .fa-heart {
          float: right;
          margin-top: 22px;
          color: #35377e;
          opacity: 0;
          position: relative;
          z-index: 10;
          -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; }
          .populartours .tours-one .tours-itme .textbox .fa-heart:hover {
            color: #d2070d; }
      .populartours .tours-one .tours-itme:hover {
        -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15); }
        .populartours .tours-one .tours-itme:hover .rating {
          opacity: 0; }
        .populartours .tours-one .tours-itme:hover .fa-heart {
          opacity: 1; }

.happy-customers {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 30px;
  background: #fff url(../images/happy-customers.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 1024px) {
    .happy-customers {
      padding: 30px 15px; } }
  .happy-customers:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 55, 126, 0.8); }
  .happy-customers h2 {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    color: #fff; }
    @media (max-width: 1200px) {
      .happy-customers h2 {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .happy-customers h2 {
        font-size: 25px; } }
    .happy-customers h2:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .happy-customers .slick-slider {
    position: relative;
    margin-top: 50px;
    text-align: center; }
    .happy-customers .slick-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .happy-customers .slick-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        margin: 0px auto;
        overflow: hidden; }
        .happy-customers .slick-slider .slick-list .slick-track:after, .happy-customers .slick-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .happy-customers .slick-slider .slick-prev, .happy-customers .slick-slider .slick-next {
      line-height: 0px;
      position: absolute;
      top: 40%;
      right: -60px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      background: #d8d8d8;
      display: none !important; }
      @media (max-width: 1280px) {
        .happy-customers .slick-slider .slick-prev, .happy-customers .slick-slider .slick-next {
          display: none !important; } }
    .happy-customers .slick-slider .slick-prev {
      right: auto;
      left: -60px; }
    .happy-customers .slick-slider .slick-dots {
      position: absolute;
      bottom: -15px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .happy-customers .slick-slider .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; }
        .happy-customers .slick-slider .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; }
      .happy-customers .slick-slider .slick-dots li.slick-active {
        background: #d2070d; }
    .happy-customers .slick-slider .cus-item {
      display: inline-block;
      padding: 0px 200px; }
      @media (max-width: 1024px) {
        .happy-customers .slick-slider .cus-item {
          padding: 0px; } }
      .happy-customers .slick-slider .cus-item .text-des {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        color: #fff;
        font-size: 17px;
        margin-bottom: 15px; }
        @media (max-width: 1200px) {
          .happy-customers .slick-slider .cus-item .text-des {
            margin-top: 5px; } }
      .happy-customers .slick-slider .cus-item h4.text-des {
        font-size: 22px;
        margin-bottom: 0px; }
      .happy-customers .slick-slider .cus-item small.text-des {
        font-size: 13px; }
      .happy-customers .slick-slider .cus-item img {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-bottom: 15px; }

.deals-discounts {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .deals-discounts {
      padding: 30px 15px; } }
  .deals-discounts .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 1200px) {
      .deals-discounts .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .deals-discounts .title {
        font-size: 25px; } }
    .deals-discounts .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .deals-discounts .text-des {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative; }
    @media (max-width: 1200px) {
      .deals-discounts .text-des {
        margin-top: 5px; } }
  .deals-discounts .itemdeals {
    float: left;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .deals-discounts .itemdeals {
        display: none; } }
    .deals-discounts .itemdeals a {
      display: block;
      overflow: hidden;
      width: 100%;
      position: relative;
      height: 550px; }
      .deals-discounts .itemdeals 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;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.57);
        -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; }
      .deals-discounts .itemdeals a:after {
        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;
        z-index: 2;
        width: 90%;
        height: 90%;
        background: none !important;
        position: absolute;
        top: 5%;
        right: 5%;
        bottom: 5%;
        left: 5%;
        border: 1px solid #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; }
      .deals-discounts .itemdeals a 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; }
      .deals-discounts .itemdeals 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); }
      .deals-discounts .itemdeals a:hover:before, .deals-discounts .itemdeals a:hover:after {
        opacity: 1; }
  @media (max-width: 991px) {
    .deals-discounts .witrspon {
      max-width: 100%;
      flex: 100%; } }
  .deals-discounts .itemdis {
    float: left;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .deals-discounts .itemdis {
        max-width: 100%;
        flex: 100%; } }
    .deals-discounts .itemdis .img-dis {
      display: block;
      overflow: hidden;
      width: 100%;
      position: relative;
      background: #d2070d;
      height: 260px; }
      .deals-discounts .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; }
      .deals-discounts .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; }
        .deals-discounts .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; }
          .deals-discounts .itemdis .img-dis .overlay .titllink:hover {
            color: #d2070d; }
        .deals-discounts .itemdis .img-dis .overlay .rating {
          float: left;
          width: 100%; }
          .deals-discounts .itemdis .img-dis .overlay .rating ul {
            float: left;
            margin-right: 10px; }
            .deals-discounts .itemdis .img-dis .overlay .rating ul li {
              font-size: 12px;
              color: #f9b307; }
          .deals-discounts .itemdis .img-dis .overlay .rating .va-nam {
            float: left;
            color: #fff;
            font-size: 13px;
            margin-top: 3px; }
        .deals-discounts .itemdis .img-dis .overlay .price, .deals-discounts .itemdis .img-dis .overlay .textdescr {
          float: left;
          width: 100%;
          color: #fff;
          margin-top: 15px; }
          .deals-discounts .itemdis .img-dis .overlay .price span, .deals-discounts .itemdis .img-dis .overlay .textdescr span {
            color: #d2070d; }
          .deals-discounts .itemdis .img-dis .overlay .price span.oldprice, .deals-discounts .itemdis .img-dis .overlay .textdescr span.oldprice {
            color: #787878;
            margin: 0px 5px;
            text-decoration: line-through; }
        .deals-discounts .itemdis .img-dis .overlay .textdescr {
          height: 45px;
          overflow: hidden; }
        .deals-discounts .itemdis .img-dis .overlay .readmore {
          float: left;
          margin-top: 15px;
          color: #191919;
          font-weight: bold;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          margin-top: 15px;
          color: #fff;
          font-weight: normal; }
          .deals-discounts .itemdis .img-dis .overlay .readmore i, .deals-discounts .itemdis .img-dis .overlay .readmore:hover {
            color: #d2070d; }
      .deals-discounts .itemdis .img-dis:hover .overlay {
        height: 100%;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.6); }
      .deals-discounts .itemdis .img-dis:hover .dis-text {
        top: -100%; }
    .deals-discounts .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); }

.dis-text {
  position: absolute;
  top: 0;
  right: 15px;
  background: #d2070d;
  padding: 15px 10px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  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; }

.choose-us {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eff8f9 url(../images/bg-featured.jpg) no-repeat bottom;
  background-size: 100%;
  padding: 50px 30px;
  padding-bottom: 25%; }
  @media (max-width: 1024px) {
    .choose-us {
      padding: 30px 15px; } }
  @media (max-width: 1199px) {
    .choose-us {
      padding-bottom: 30%; } }
  .choose-us .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 1200px) {
      .choose-us .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .choose-us .title {
        font-size: 25px; } }
    .choose-us .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .choose-us .ch-item {
    float: left;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .choose-us .ch-item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .choose-us .ch-item {
        max-width: 100%;
        flex: 100%;
        margin-top: 30px; } }
    .choose-us .ch-item i {
      float: left;
      font-size: 30px;
      color: #d2070d;
      margin-top: 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; }
    .choose-us .ch-item .text {
      padding-left: 40px; }
      .choose-us .ch-item .text .titletrav {
        font-size: 22px;
        color: #191919; }
      .choose-us .ch-item .text .rhoncus {
        height: 50px;
        overflow: hidden;
        font-size: 14px;
        margin-top: 5px; }
    .choose-us .ch-item:hover i {
      -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 {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 1024px) {
    .destination {
      padding: 30px 15px; } }
  .destination .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 1200px) {
      .destination .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .destination .title {
        font-size: 25px; } }
    .destination .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .destination .text-des {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative; }
    @media (max-width: 1200px) {
      .destination .text-des {
        margin-top: 5px; } }
  .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: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .destination .topdes a h4 {
        position: absolute;
        width: 100%;
        color: #fff;
        font-size: 25px;
        z-index: 1; }
      .destination .topdes a p {
        position: relative;
        z-index: 1;
        margin-top: 60px;
        color: #e8e8e8; }
      .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.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; }
      .destination .topdes a 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; }
      .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:before {
        opacity: 1; }

.recent-posts {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff url(../images/recent-posts.jpg) no-repeat fixed center center/cover;
  padding: 50px 30px;
  padding-bottom: 80px; }
  @media (max-width: 1024px) {
    .recent-posts {
      padding: 30px 15px; } }
  @media (max-width: 1024px) {
    .recent-posts {
      padding-bottom: 80px; } }
  .recent-posts: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); }
  .recent-posts .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    color: #fff; }
    @media (max-width: 1200px) {
      .recent-posts .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .recent-posts .title {
        font-size: 25px; } }
    .recent-posts .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .recent-posts .text-des {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff; }
    @media (max-width: 1200px) {
      .recent-posts .text-des {
        margin-top: 5px; } }
  .recent-posts .slick-slider {
    position: relative;
    margin-top: 50px;
    margin-top: 30px;
    padding: 0px 200px; }
    .recent-posts .slick-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .recent-posts .slick-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        margin: 0px auto;
        overflow: hidden; }
        .recent-posts .slick-slider .slick-list .slick-track:after, .recent-posts .slick-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .recent-posts .slick-slider .slick-prev, .recent-posts .slick-slider .slick-next {
      line-height: 0px;
      position: absolute;
      top: 40%;
      right: -60px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      background: #d8d8d8;
      display: none !important; }
      @media (max-width: 1280px) {
        .recent-posts .slick-slider .slick-prev, .recent-posts .slick-slider .slick-next {
          display: none !important; } }
    .recent-posts .slick-slider .slick-prev {
      right: auto;
      left: -60px; }
    .recent-posts .slick-slider .slick-dots {
      position: absolute;
      bottom: -15px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .recent-posts .slick-slider .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; }
        .recent-posts .slick-slider .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; }
      .recent-posts .slick-slider .slick-dots li.slick-active {
        background: #d2070d; }
    @media (max-width: 1199px) {
      .recent-posts .slick-slider {
        padding: 0px; } }
    .recent-posts .slick-slider .cus-item {
      display: inline-block;
      background: #fff;
      padding: 0px !important;
      margin: 0px 15px; }
      .recent-posts .slick-slider .cus-item .photopost {
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 400px; }
        .recent-posts .slick-slider .cus-item .photopost img {
          position: absolute;
          top: 0;
          left: 0;
          min-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; }
        .recent-posts .slick-slider .cus-item .photopost .textpost {
          position: absolute;
          top: 0;
          right: 0;
          width: 50%;
          height: 100%;
          padding: 30px;
          background-color: rgba(53, 55, 126, 0.8); }
          @media (max-width: 767px) {
            .recent-posts .slick-slider .cus-item .photopost .textpost {
              width: 100%; } }
          .recent-posts .slick-slider .cus-item .photopost .textpost .date-post {
            color: #d2070d;
            font-size: 20px; }
          .recent-posts .slick-slider .cus-item .photopost .textpost .meta-sep {
            font-size: 13px;
            color: #e8e8e8; }
          .recent-posts .slick-slider .cus-item .photopost .textpost .text-link {
            display: block;
            font-size: 17px;
            color: #fff;
            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; }
            .recent-posts .slick-slider .cus-item .photopost .textpost .text-link:hover {
              color: #d2070d; }
          .recent-posts .slick-slider .cus-item .photopost .textpost .text-post {
            display: block;
            font-size: 15px;
            margin-top: 15px;
            color: #ccc; }
          .recent-posts .slick-slider .cus-item .photopost .textpost .readmore {
            float: left;
            margin-top: 15px;
            color: #191919;
            font-weight: bold;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            margin-top: 15px;
            color: #fff;
            font-weight: normal; }
            .recent-posts .slick-slider .cus-item .photopost .textpost .readmore i, .recent-posts .slick-slider .cus-item .photopost .textpost .readmore:hover {
              color: #d2070d; }
        .recent-posts .slick-slider .cus-item .photopost: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); }
    .recent-posts .slick-slider .slick-dots {
      bottom: -40px; }

.footer {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0a0a0a;
  padding: 0px; }
  @media (max-width: 1024px) {
    .footer {
      padding: 30px 15px; } }
  @media (max-width: 1024px) {
    .footer {
      padding: 0px; } }
  .footer .boxspad {
    padding: 0px 30px; }
    @media (max-width: 1024px) {
      .footer .boxspad {
        padding: 15px; } }
    .footer .boxspad .boxfot {
      margin-top: 30px; }
      @media (max-width: 991px) {
        .footer .boxspad .boxfot {
          max-width: 100%;
          flex: 100%; } }
      .footer .boxspad .boxfot .social {
        float: left;
        margin-top: 8px;
        width: 100%; }
        .footer .boxspad .boxfot .social a {
          width: 30px;
          height: 30px;
          display: inline-block;
          text-align: center;
          padding: 8px 0px;
          margin-right: 1px;
          -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 .boxspad .boxfot .social a.icon-facebook {
            background-color: #3b5998; }
            .footer .boxspad .boxfot .social a.icon-facebook:hover {
              background-color: #fff;
              color: #3b5998; }
          .footer .boxspad .boxfot .social a.icon-twitter {
            background-color: #00acee; }
            .footer .boxspad .boxfot .social a.icon-twitter:hover {
              background-color: #fff;
              color: #00acee; }
          .footer .boxspad .boxfot .social a.icon-instagram {
            background-color: #8d5b46; }
            .footer .boxspad .boxfot .social a.icon-instagram:hover {
              background-color: #fff;
              color: #8d5b46; }
          .footer .boxspad .boxfot .social a.icon-youtube {
            background-color: #c4302b; }
            .footer .boxspad .boxfot .social a.icon-youtube:hover {
              background-color: #fff;
              color: #c4302b; }
          .footer .boxspad .boxfot .social a.icon-rss {
            background-color: #ee802f; }
            .footer .boxspad .boxfot .social a.icon-rss:hover {
              background-color: #fff;
              color: #ee802f; }
          .footer .boxspad .boxfot .social a.icon-linkedin {
            background-color: #007fb1; }
            .footer .boxspad .boxfot .social a.icon-linkedin:hover {
              background-color: #fff;
              color: #007fb1; }
          .footer .boxspad .boxfot .social a.icon-gplus {
            background-color: #dd4b39; }
            .footer .boxspad .boxfot .social a.icon-gplus:hover {
              background-color: #fff;
              color: #dd4b39; }
          .footer .boxspad .boxfot .social a.icon-whatsapp {
            background-color: #189d0e; }
            .footer .boxspad .boxfot .social a.icon-whatsapp:hover {
              background-color: #fff;
              color: #189d0e; }
      .footer .boxspad .boxfot .title {
        font-size: 30px;
        color: #35377e;
        font-family: "franklin-gothic-medium-allfont-net";
        position: relative;
        text-transform: uppercase;
        margin-bottom: 30px;
        text-align: center;
        font-size: 25px;
        color: #fff;
        text-align: left;
        font-family: 'neo-sans-arabic-regular';
        text-transform: capitalize; }
        @media (max-width: 1200px) {
          .footer .boxspad .boxfot .title {
            font-size: 25px; } }
        @media (max-width: 450px) {
          .footer .boxspad .boxfot .title {
            font-size: 25px; } }
        .footer .boxspad .boxfot .title:after {
          content: '';
          position: absolute;
          top: auto;
          right: 0px;
          bottom: -23px;
          left: 0px;
          z-index: 1;
          width: 129px;
          height: 23px;
          margin: 0px auto;
          background: url(../images/title-con.png) bottom center no-repeat; }
        .footer .boxspad .boxfot .title:after {
          background: #d2070d;
          height: 2px;
          bottom: -15px;
          width: 40px;
          margin: 0px; }
      .footer .boxspad .boxfot .readmore {
        float: left;
        margin-top: 15px;
        color: #191919;
        font-weight: bold;
        -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;
        font-weight: normal; }
        .footer .boxspad .boxfot .readmore i, .footer .boxspad .boxfot .readmore:hover {
          color: #d2070d; }
      .footer .boxspad .boxfot .navmenu {
        margin-top: 15px; }
        .footer .boxspad .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 .boxspad .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 .boxspad .boxfot .navmenu a:hover, .footer .boxspad .boxfot .navmenu a.active {
            color: #d2070d; }
      .footer .boxspad .boxfot .textmap {
        display: block;
        margin-bottom: 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 .boxspad .boxfot p.textmap i {
        float: left;
        height: 20px;
        width: 20px;
        margin-top: 7px; }
      .footer .boxspad .boxfot a.textmap:hover, .footer .boxspad .boxfot i {
        color: #d2070d; }
  .footer .copyright {
    display: block;
    padding: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
    padding: 30px;
    margin-top: 30px; }
    @media (max-width: 1024px) {
      .footer .copyright {
        padding: 30px 15px; } }
    @media (max-width: 1024px) {
      .footer .copyright {
        padding: 15px; } }
    @media (max-width: 767px) {
      .footer .copyright {
        text-align: center; } }
    .footer .copyright p {
      display: inline-block; }
    .footer .copyright .pwarby {
      float: right;
      -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 .copyright .pwarby:hover {
        color: #d2070d; }
      @media (max-width: 767px) {
        .footer .copyright .pwarby {
          float: none;
          display: block;
          margin-top: 15px; } }
      .footer .copyright .pwarby img {
        float: left;
        width: 23px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .footer .copyright .pwarby img {
            float: none; } }
  .footer .scrollToTop {
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 30px;
    left: auto;
    float: none;
    display: inline-block;
    background: #35377e;
    height: 45px;
    margin-top: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 40px;
    height: 40px;
    margin: 0px; }
    .footer .scrollToTop a, .footer .scrollToTop 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 .scrollToTop a:hover, .footer .scrollToTop button:hover {
        text-decoration: none; }
      .footer .scrollToTop a:after, .footer .scrollToTop button:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        height: 45px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        background: #d2070d;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        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; }
      .footer .scrollToTop a:hover:after, .footer .scrollToTop button:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .footer .scrollToTop a {
      display: block;
      padding: 0px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }

.login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  text-align: center; }
  @media (max-width: 991px) {
    .login {
      position: absolute;
      top: 15px; } }
  .login .logincenter {
    width: 450px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 30px; }
    .login .logincenter .form-control {
      height: 45px;
      background: #e8e8e8;
      margin-bottom: 15px; }
    .login .logincenter .bot-in {
      float: none;
      display: inline-block;
      background: #35377e;
      height: 45px;
      margin-top: 15px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      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:hover, .login .logincenter .bot-in button:hover {
          text-decoration: none; }
        .login .logincenter .bot-in a:after, .login .logincenter .bot-in button:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 45px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          background: #d2070d;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          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; }
        .login .logincenter .bot-in a:hover:after, .login .logincenter .bot-in button:hover:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
    .login .logincenter .che-box {
      float: left;
      position: relative;
      cursor: pointer;
      margin-bottom: 15px;
      font-weight: normal; }
      .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: #d2070d;
        animation: effect 250ms ease-in; }
      .login .logincenter .che-box input[type="radio"]:checked + .label-text:before {
        content: "\f058";
        color: #d2070d;
        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; }
      .login .logincenter .forgot:hover {
        color: #d2070d;
        text-decoration: underline; }
    .login .logincenter button.close {
      position: absolute;
      right: -10px;
      top: -10px;
      width: 30px;
      height: 30px;
      color: #fff;
      background: #d2070d;
      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: #35377e; }
    .login .logincenter .text-des {
      display: inline-block;
      width: 100%;
      text-align: center;
      position: relative;
      margin-bottom: 15px; }
      @media (max-width: 1200px) {
        .login .logincenter .text-des {
          margin-top: 5px; } }
    .login .logincenter .crietaccoun {
      font-size: 17px;
      color: #191919;
      margin: 0px;
      margin-top: 30px; }
      .login .logincenter .crietaccoun a {
        color: #d2070d;
        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 .fa-exclamation-triangle {
      font-size: 50px;
      color: #d2070d;
      margin-bottom: 15px; }
    .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: #35377e;
      height: 45px;
      margin-top: 15px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      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:hover, .login .logincenter .bot-in button:hover {
          text-decoration: none; }
        .login .logincenter .bot-in a:after, .login .logincenter .bot-in button:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 45px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          background: #d2070d;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          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; }
        .login .logincenter .bot-in a:hover:after, .login .logincenter .bot-in button:hover:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
    @media (max-width: 500px) {
      .login .logincenter {
        width: 100%; } }
    .login .logincenter .logo {
      margin-bottom: 30px; }
    .login .logincenter .title {
      font-size: 30px;
      color: #35377e;
      font-family: "franklin-gothic-medium-allfont-net";
      position: relative;
      text-transform: uppercase;
      margin-bottom: 30px;
      text-align: center;
      text-transform: capitalize; }
      @media (max-width: 1200px) {
        .login .logincenter .title {
          font-size: 25px; } }
      @media (max-width: 450px) {
        .login .logincenter .title {
          font-size: 25px; } }
      .login .logincenter .title:after {
        content: '';
        position: absolute;
        top: auto;
        right: 0px;
        bottom: -23px;
        left: 0px;
        z-index: 1;
        width: 129px;
        height: 23px;
        margin: 0px auto;
        background: url(../images/title-con.png) bottom center no-repeat; }

.sectionpam {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
  padding: 0px;
  background: #fff url(../images/recent-posts.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 1024px) {
    .sectionpam {
      padding: 30px 15px; } }
  .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: 1024px) {
    .sectionpam {
      padding: 0px;
      height: 195px; } }
  .sectionpam .tm-breadcrumb {
    padding: 15px;
    border-bottom: 1px solid #636363;
    position: relative; }
    .sectionpam .tm-breadcrumb li {
      display: inline-block;
      padding-right: 15px;
      margin-right: 15px;
      position: relative;
      color: #fff; }
      @media (max-width: 450px) {
        .sectionpam .tm-breadcrumb li {
          font-size: 12px; } }
      .sectionpam .tm-breadcrumb li:before {
        content: '/';
        position: absolute;
        top: 1px;
        right: -4px; }
      .sectionpam .tm-breadcrumb li:last-child:before, .sectionpam .tm-breadcrumb li:last-child {
        margin: 0px;
        padding: 0px;
        content: none; }
      .sectionpam .tm-breadcrumb li a {
        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; }
        .sectionpam .tm-breadcrumb li a:hover {
          color: #d2070d; }
  .sectionpam .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    margin: 0px;
    margin-top: 100px; }
    @media (max-width: 1200px) {
      .sectionpam .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .sectionpam .title {
        font-size: 25px; } }
    .sectionpam .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
    .sectionpam .title:after {
      display: none; }
    @media (max-width: 1024px) {
      .sectionpam .title {
        margin-top: 55px; } }

.aboutus {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0px !important; }
  @media (max-width: 1024px) {
    .aboutus {
      padding: 30px 15px; } }
  .aboutus .con-box {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .aboutus .con-box {
        max-width: 100%;
        flex: 100%; } }
    .aboutus .con-box .title {
      font-size: 30px;
      color: #35377e;
      font-family: "franklin-gothic-medium-allfont-net";
      position: relative;
      text-transform: uppercase;
      margin-bottom: 30px;
      text-align: center;
      text-align: left;
      margin-bottom: 50px; }
      @media (max-width: 1200px) {
        .aboutus .con-box .title {
          font-size: 25px; } }
      @media (max-width: 450px) {
        .aboutus .con-box .title {
          font-size: 25px; } }
      .aboutus .con-box .title:after {
        content: '';
        position: absolute;
        top: auto;
        right: 0px;
        bottom: -23px;
        left: 0px;
        z-index: 1;
        width: 129px;
        height: 23px;
        margin: 0px auto;
        background: url(../images/title-con.png) bottom center no-repeat; }
      .aboutus .con-box .title:after {
        margin: 0px; }
    .aboutus .con-box .textcontact {
      margin-bottom: 30px; }
    .aboutus .con-box .ordertext li {
      position: relative;
      margin-top: 5px;
      padding-left: 20px;
      font-size: 16px;
      color: #191919; }
      .aboutus .con-box .ordertext li:before {
        position: absolute;
        top: 0px;
        left: 0;
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        display: inline-block;
        font-weight: 900;
        color: #d2070d;
        font-size: 14px; }
    .aboutus .con-box .happy-customers {
      background: #fff;
      padding: 30px 15px;
      min-height: 344px;
      border: 1px solid #ccc; }
      .aboutus .con-box .happy-customers:before {
        display: none; }
      .aboutus .con-box .happy-customers .texttitle {
        font-size: 22px;
        color: #35377e;
        margin-bottom: 15px; }
      .aboutus .con-box .happy-customers .slick-slider {
        margin: 0px;
        text-align: left; }
        .aboutus .con-box .happy-customers .slick-slider .slick-dots {
          bottom: -45px; }
      .aboutus .con-box .happy-customers .cus-item {
        padding: 0px; }
        .aboutus .con-box .happy-customers .cus-item img {
          float: left;
          width: 50px;
          height: 50px;
          margin: 0px;
          margin-right: 15px; }
        .aboutus .con-box .happy-customers .cus-item .text-des {
          text-align: left;
          font-size: 15px;
          color: #787878;
          margin-bottom: 30px; }
        .aboutus .con-box .happy-customers .cus-item h4.text-des {
          font-size: 18px;
          width: auto;
          color: #191919; }
        .aboutus .con-box .happy-customers .cus-item h4.text-des {
          font-size: 18px;
          width: auto;
          color: #191919;
          margin-bottom: 0px; }
        .aboutus .con-box .happy-customers .cus-item small.text-des {
          display: block;
          width: auto;
          margin-bottom: 0px;
          font-size: 12px; }

.chooseiner {
  background: #fff !important;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .chooseiner {
      padding: 30px 15px; } }

.counters {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff url(../images/counters.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 1024px) {
    .counters {
      padding: 30px 15px; } }
  .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.4); }
  .counters .counbox {
    margin: 30px 0px; }
    @media (max-width: 991px) {
      .counters .counbox {
        max-width: 100%;
        flex: 100%; } }
    .counters .counbox .counter-count {
      font-size: 50px;
      font-family: "franklin-gothic-medium-allfont-net";
      position: relative;
      color: #fff;
      display: inline-block; }
    .counters .counbox .employee-p {
      font-size: 20px;
      color: #fff;
      margin-top: 15px; }

.teamwork {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .teamwork {
      padding: 30px 15px; } }
  .teamwork .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 1200px) {
      .teamwork .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .teamwork .title {
        font-size: 25px; } }
    .teamwork .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
  .teamwork .teambox {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .teamwork .teambox {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 667px) {
      .teamwork .teambox {
        max-width: 100%;
        flex: 100%; } }
    .teamwork .teambox .teanon {
      -webkit-box-shadow: 0px 1px 1px #b1afaf;
      -moz-box-shadow: 0px 1px 1px #b1afaf;
      -o-box-shadow: 0px 1px 1px #b1afaf;
      -ms-box-shadow: 0px 1px 1px #b1afaf;
      box-shadow: 0px 1px 1px #b1afaf;
      padding-bottom: 15px;
      background: #fff;
      text-align: center; }
      .teamwork .teambox .teanon .imgpho {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 305px; }
        .teamwork .teambox .teanon .imgpho 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; }
        .teamwork .teambox .teanon .imgpho .overlay {
          content: '';
          position: absolute;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(53, 55, 126, 0.8);
          display: flex;
          align-items: center;
          justify-content: center;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          opacity: 0; }
          .teamwork .teambox .teanon .imgpho .overlay .social {
            float: left;
            margin-top: 8px; }
            .teamwork .teambox .teanon .imgpho .overlay .social a {
              width: 30px;
              height: 30px;
              display: inline-block;
              text-align: center;
              padding: 8px 0px;
              margin-right: 1px;
              -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; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-facebook {
                background-color: #3b5998; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-facebook:hover {
                  background-color: #fff;
                  color: #3b5998; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-twitter {
                background-color: #00acee; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-twitter:hover {
                  background-color: #fff;
                  color: #00acee; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-instagram {
                background-color: #8d5b46; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-instagram:hover {
                  background-color: #fff;
                  color: #8d5b46; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-youtube {
                background-color: #c4302b; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-youtube:hover {
                  background-color: #fff;
                  color: #c4302b; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-rss {
                background-color: #ee802f; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-rss:hover {
                  background-color: #fff;
                  color: #ee802f; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-linkedin {
                background-color: #007fb1; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-linkedin:hover {
                  background-color: #fff;
                  color: #007fb1; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-gplus {
                background-color: #dd4b39; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-gplus:hover {
                  background-color: #fff;
                  color: #dd4b39; }
              .teamwork .teambox .teanon .imgpho .overlay .social a.icon-whatsapp {
                background-color: #189d0e; }
                .teamwork .teambox .teanon .imgpho .overlay .social a.icon-whatsapp:hover {
                  background-color: #fff;
                  color: #189d0e; }
      .teamwork .teambox .teanon: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); }
      .teamwork .teambox .teanon:hover .overlay {
        opacity: 1; }
      .teamwork .teambox .teanon .name-team {
        font-size: 22px;
        padding: 15px;
        color: #191919;
        padding-bottom: 10px; }

.sectionpam {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
  padding: 0px;
  background: #fff url(../images/recent-posts.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 1024px) {
    .sectionpam {
      padding: 30px 15px; } }
  .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: 1024px) {
    .sectionpam {
      padding: 0px;
      height: 195px; } }
  .sectionpam .tm-breadcrumb {
    padding: 15px;
    border-bottom: 1px solid #636363;
    position: relative; }
    .sectionpam .tm-breadcrumb li {
      display: inline-block;
      padding-right: 15px;
      margin-right: 15px;
      position: relative;
      color: #fff; }
      @media (max-width: 450px) {
        .sectionpam .tm-breadcrumb li {
          font-size: 12px; } }
      .sectionpam .tm-breadcrumb li:before {
        content: '/';
        position: absolute;
        top: 1px;
        right: -4px; }
      .sectionpam .tm-breadcrumb li:last-child:before, .sectionpam .tm-breadcrumb li:last-child {
        margin: 0px;
        padding: 0px;
        content: none; }
      .sectionpam .tm-breadcrumb li a {
        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; }
        .sectionpam .tm-breadcrumb li a:hover {
          color: #d2070d; }
  .sectionpam .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    margin: 0px;
    margin-top: 100px; }
    @media (max-width: 1200px) {
      .sectionpam .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .sectionpam .title {
        font-size: 25px; } }
    .sectionpam .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
    .sectionpam .title:after {
      display: none; }
    @media (max-width: 1024px) {
      .sectionpam .title {
        margin-top: 55px; } }
  .sectionpam .cantry {
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
    margin-top: 15px; }
    @media (max-width: 991px) {
      .sectionpam .cantry {
        margin-top: 0px; } }

.tours {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0px !important; }
  @media (max-width: 1024px) {
    .tours {
      padding: 30px 15px; } }
  .tours .con-box {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .tours .con-box {
        max-width: 100%;
        flex: 100%; } }
    .tours .con-box .tourssearch {
      border: 1px solid #ccc;
      box-shadow: none;
      padding: 30px;
      margin-bottom: 30px; }
      .tours .con-box .tourssearch:last-child {
        margin-bottom: 0px; }
      @media (max-width: 991px) {
        .tours .con-box .tourssearch {
          padding: 30px 15px; } }
      .tours .con-box .tourssearch .title {
        text-align: left;
        margin-bottom: 0px; }
        .tours .con-box .tourssearch .title:after {
          display: none; }
        @media (max-width: 767px) {
          .tours .con-box .tourssearch .title {
            font-size: 23px; } }
      .tours .con-box .tourssearch .fildinput {
        margin-top: 15px; }
        @media (max-width: 991px) {
          .tours .con-box .tourssearch .fildinput {
            max-width: 100%;
            flex: 100%; } }
      .tours .con-box .tourssearch .bot-in {
        margin: 0px; }
        @media (max-width: 991px) {
          .tours .con-box .tourssearch .bot-in {
            width: 100% !important; } }
    .tours .con-box .lastitem {
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px;
      display: inline-block;
      width: 100%;
      margin-top: 30px; }
      .tours .con-box .lastitem:last-child {
        border: 0px;
        padding: 0px; }
      @media (max-width: 450px) {
        .tours .con-box .lastitem {
          margin-top: 15px;
          padding-bottom: 15px; } }
      .tours .con-box .lastitem .imglast {
        float: left;
        width: 120px;
        height: 80px;
        position: relative;
        overflow: hidden; }
        @media (max-width: 450px) {
          .tours .con-box .lastitem .imglast {
            width: 100%;
            height: 120px; } }
        .tours .con-box .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 .con-box .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 .con-box .lastitem .padtors {
        padding-left: 135px; }
        @media (max-width: 450px) {
          .tours .con-box .lastitem .padtors {
            padding-left: 0px;
            margin-top: 15px;
            display: inline-block;
            width: 100%; } }
        .tours .con-box .lastitem .padtors .titllink {
          font-size: 20px;
          color: #191919;
          height: 27px;
          overflow: hidden;
          display: block;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 767px) {
            .tours .con-box .lastitem .padtors .titllink {
              height: auto; } }
          .tours .con-box .lastitem .padtors .titllink:hover {
            color: #d2070d; }
        .tours .con-box .lastitem .padtors span {
          display: block;
          color: #d2070d;
          font-weight: bold;
          margin-top: 5px; }
        .tours .con-box .lastitem .padtors .rating {
          float: left;
          width: 100%; }
          .tours .con-box .lastitem .padtors .rating ul {
            float: none;
            margin-right: 10px; }
            .tours .con-box .lastitem .padtors .rating ul li {
              font-size: 12px;
              color: #f9b307; }
    .tours .con-box .call-in {
      display: block;
      font-size: 17px;
      margin-top: 15px;
      color: #191919; }
    .tours .con-box .textmap {
      display: block;
      margin-top: 15px;
      color: #d2070d;
      font-size: 25px; }
      @media (max-width: 991px) {
        .tours .con-box .textmap {
          font-size: 20px; } }
      .tours .con-box .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 .con-box .lastdates {
      padding-top: 30px; }
      .tours .con-box .lastdates li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        display: inline-block;
        width: 100%; }
        .tours .con-box .lastdates li:last-child {
          border: 0px;
          padding: 0px; }
        .tours .con-box .lastdates li p {
          float: left; }
        .tours .con-box .lastdates li span {
          float: right; }
  .tours .toursright .bac-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px; }
    .tours .toursright .bac-title h3 {
      font-size: 16px;
      padding: 0px;
      color: #191919; }
    .tours .toursright .bac-title .form-control {
      height: 45px;
      background: #e8e8e8; }
  @media (max-width: 767px) {
    .tours .toursright .itemdis {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 550px) {
    .tours .toursright .itemdis {
      max-width: 100%;
      flex: 100%; } }
  .tours .toursright .img-dis {
    height: 165px !important; }
    .tours .toursright .img-dis .price {
      margin-top: 10px !important; }
    .tours .toursright .img-dis .readmore {
      margin-top: 5px !important; }

.tours .datatours {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 30px;
  padding-top: 0px;
  text-align: center; }
  .tours .datatours .databox {
    display: block;
    border-right: 1px solid #ccc;
    margin-top: 30px; }
    .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: 19px;
      margin-top: 15px;
      font-family: "franklin-gothic-medium-allfont-net"; }
    .tours .datatours .databox .rating {
      float: right;
      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 {
        float: right;
        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 .textlogin {
  margin-top: 30px;
  text-align: center;
  color: #191919;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box; }
  .tours .textlogin a {
    color: #d2070d; }
    .tours .textlogin a:hover {
      text-decoration: underline; }
.tours .detals-tou {
  overflow: hidden;
  margin-bottom: 30px; }
  .tours .detals-tou:last-child {
    margin-bottom: 0px; }
  .tours .detals-tou .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .tours .detals-tou .slider {
    margin-top: 30px; }
    .tours .detals-tou .slider img {
      height: 350px; }
      @media (max-width: 1199px) {
        .tours .detals-tou .slider img {
          height: auto; } }
  .tours .detals-tou .text-inform {
    margin-top: 15px; }
  .tours .detals-tou .essentials {
    display: block;
    margin-top: 30px; }
    .tours .detals-tou .essentials .title {
      float: left;
      border: 0px;
      margin: 0px; }
    .tours .detals-tou .essentials .text-ess {
      padding-left: 160px; }
      @media (max-width: 767px) {
        .tours .detals-tou .essentials .text-ess {
          float: left;
          width: 100%;
          padding-left: 0px; } }
      .tours .detals-tou .essentials .text-ess .features {
        display: block;
        margin-bottom: 15px; }
        .tours .detals-tou .essentials .text-ess .features:last-child {
          margin-bottom: 0px; }
          .tours .detals-tou .essentials .text-ess .features:last-child .feat-text:last-child {
            border: 0px;
            padding-bottom: 0px; }
        .tours .detals-tou .essentials .text-ess .features i {
          float: left;
          font-size: 20px;
          margin-top: 5px; }
        .tours .detals-tou .essentials .text-ess .features .feat-text {
          padding-left: 35px;
          border-bottom: 1px solid #efecec;
          padding-bottom: 15px; }
          .tours .detals-tou .essentials .text-ess .features .feat-text h4 {
            font-size: 20px;
            color: #191919; }
          .tours .detals-tou .essentials .text-ess .features .feat-text p, .tours .detals-tou .essentials .text-ess .features .feat-text span {
            margin-top: 5px; }
          .tours .detals-tou .essentials .text-ess .features .feat-text span {
            color: #d2070d; }
  .tours .detals-tou .rev-sbans {
    float: left; }
    .tours .detals-tou .rev-sbans span.selected {
      font-size: 19px;
      color: #313131;
      margin-right: 15px; }
    .tours .detals-tou .rev-sbans .btnrating {
      border: 0px;
      background: none;
      outline: 0px;
      outline-style: none;
      padding: 0px;
      font-size: 20px;
      box-shadow: none;
      color: #ccc; }
      .tours .detals-tou .rev-sbans .btnrating:hover {
        color: #f9b307; }
    .tours .detals-tou .rev-sbans .btn-warning {
      color: #f9b307; }
  .tours .detals-tou .rev-rating {
    float: left;
    width: 240px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 43px 30px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .tours .detals-tou .rev-rating {
        width: 100%; } }
    .tours .detals-tou .rev-rating span.selected {
      float: left;
      font-size: 30px;
      width: 100%;
      color: #d2070d; }
    .tours .detals-tou .rev-rating li {
      font-size: 20px;
      margin: 30px 2px 15px 2px;
      color: #f9b307; }
  .tours .detals-tou .pr-skill-bar {
    margin-top: 23px;
    padding-left: 270px; }
    @media (max-width: 767px) {
      .tours .detals-tou .pr-skill-bar {
        float: left;
        padding-left: 0px;
        width: 100%;
        margin-top: 30px; } }
    .tours .detals-tou .pr-skill-bar .probox {
      display: block;
      margin-bottom: 15px; }
      .tours .detals-tou .pr-skill-bar .probox:last-child {
        margin: 0px; }
      .tours .detals-tou .pr-skill-bar .probox .stars {
        font-size: 13px;
        color: #191919;
        font-weight: bold; }
      .tours .detals-tou .pr-skill-bar .probox .progress {
        height: 5px;
        background: #e8e8e8;
        box-shadow: none;
        overflow: visible;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .tours .detals-tou .pr-skill-bar .probox .progress .progress-bar {
          box-shadow: none;
          position: relative;
          width: 100%;
          -webkit-animation: animate-positive 2s;
          animation: animate-positive 2s;
          background: #35377e;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box; }
          .tours .detals-tou .pr-skill-bar .probox .progress .progress-bar:after {
            content: "";
            position: absolute;
            top: -21px;
            right: -15px;
            display: block;
            border: 10px solid transparent;
            border-bottom: 16px solid transparent; }
          .tours .detals-tou .pr-skill-bar .probox .progress .progress-bar .progress-value {
            position: absolute;
            top: -24px;
            right: 0px;
            color: #191919;
            font-weight: bold;
            font-size: 13px; }
    .tours .detals-tou .pr-skill-bar .progress.pink .progress-bar:after {
      border-bottom-color: #35377e; }
@-webkit-keyframes animate-positive {
  0% {
    width: 0; } }
@keyframes animate-positive {
  0% {
    width: 0; } }
  .tours .detals-tou .merform {
    margin-top: 15px; }
    .tours .detals-tou .merform textarea.form-control {
      height: 130px;
      resize: none; }

.related {
  padding: 0px !important; }
  .related .nonmertou {
    margin: 0px !important; }

.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: #d2070d;
    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); } }
.card, .checkout {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0px !important;
  background: none; }
  @media (max-width: 1024px) {
    .card, .checkout {
      padding: 30px 15px; } }
  .card .alert, .checkout .alert {
    margin: 0px;
    margin-top: 15px; }
  .card .con-box, .checkout .con-box {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .card .con-box, .checkout .con-box {
        max-width: 100%;
        flex: 100%; } }
    .card .con-box .summary, .checkout .con-box .summary {
      background: #fff;
      border: 1px solid #ccc;
      padding: 15px !important; }
      .card .con-box .summary .title, .checkout .con-box .summary .title {
        background: #191919;
        color: #fff;
        padding: 15px;
        font-size: 25px;
        margin: 0px;
        text-align: center; }
      .card .con-box .summary .lastdates, .checkout .con-box .summary .lastdates {
        padding-top: 30px;
        padding: 0px;
        margin: 30px 0px; }
        .card .con-box .summary .lastdates li, .checkout .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, .checkout .con-box .summary .lastdates li:last-child {
            border: 0px;
            padding: 0px; }
          .card .con-box .summary .lastdates li p, .checkout .con-box .summary .lastdates li p {
            float: left; }
          .card .con-box .summary .lastdates li span, .checkout .con-box .summary .lastdates li span {
            float: right; }
        .card .con-box .summary .lastdates li p, .checkout .con-box .summary .lastdates li p {
          color: #191919;
          font-weight: bold;
          font-size: 16px; }
        .card .con-box .summary .lastdates li span, .checkout .con-box .summary .lastdates li span {
          color: #191919; }
      .card .con-box .summary .bot-in, .checkout .con-box .summary .bot-in {
        float: none;
        display: inline-block;
        background: #35377e;
        height: 45px;
        margin-top: 15px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin: 0px; }
        .card .con-box .summary .bot-in a, .checkout .con-box .summary .bot-in a, .card .con-box .summary .bot-in button, .checkout .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:hover, .checkout .con-box .summary .bot-in a:hover, .card .con-box .summary .bot-in button:hover, .checkout .con-box .summary .bot-in button:hover {
            text-decoration: none; }
          .card .con-box .summary .bot-in a:after, .checkout .con-box .summary .bot-in a:after, .card .con-box .summary .bot-in button:after, .checkout .con-box .summary .bot-in button:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            height: 45px;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            background: #d2070d;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            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; }
          .card .con-box .summary .bot-in a:hover:after, .checkout .con-box .summary .bot-in a:hover:after, .card .con-box .summary .bot-in button:hover:after, .checkout .con-box .summary .bot-in button:hover:after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
    .card .con-box .table-responsive .table, .checkout .con-box .table-responsive .table {
      background: #fff;
      border: 1px solid #ccc;
      margin: 0px; }
      .card .con-box .table-responsive .table th, .checkout .con-box .table-responsive .table th, .card .con-box .table-responsive .table td, .checkout .con-box .table-responsive .table td {
        border-top: 1px solid #ccc;
        vertical-align: middle; }
      .card .con-box .table-responsive .table td .photo-link, .checkout .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, .checkout .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, .checkout .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, .checkout .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, .checkout .con-box .table-responsive .table td .title-link:hover {
          color: #d2070d; }
      .card .con-box .table-responsive .table td .form-control, .checkout .con-box .table-responsive .table td .form-control {
        width: 80px; }
      .card .con-box .table-responsive .table td span, .checkout .con-box .table-responsive .table td span {
        color: #d2070d; }
      .card .con-box .table-responsive .table td .bot-in, .checkout .con-box .table-responsive .table td .bot-in {
        float: none;
        display: inline-block;
        background: #35377e;
        height: 45px;
        margin-top: 15px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin: 0px;
        height: auto; }
        .card .con-box .table-responsive .table td .bot-in a, .checkout .con-box .table-responsive .table td .bot-in a, .card .con-box .table-responsive .table td .bot-in button, .checkout .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:hover, .checkout .con-box .table-responsive .table td .bot-in a:hover, .card .con-box .table-responsive .table td .bot-in button:hover, .checkout .con-box .table-responsive .table td .bot-in button:hover {
            text-decoration: none; }
          .card .con-box .table-responsive .table td .bot-in a:after, .checkout .con-box .table-responsive .table td .bot-in a:after, .card .con-box .table-responsive .table td .bot-in button:after, .checkout .con-box .table-responsive .table td .bot-in button:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            height: 45px;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            background: #d2070d;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            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; }
          .card .con-box .table-responsive .table td .bot-in a:hover:after, .checkout .con-box .table-responsive .table td .bot-in a:hover:after, .card .con-box .table-responsive .table td .bot-in button:hover:after, .checkout .con-box .table-responsive .table td .bot-in button:hover:after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
        .card .con-box .table-responsive .table td .bot-in a, .checkout .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, .checkout .con-box .table-responsive .table td .bot-in a:after {
            height: auto; }

.checkout .bacform {
  border: 1px solid #ccc;
  box-shadow: none;
  margin-top: 30px;
  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; }
      .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: #d2070d; }
    .checkout .bacform .checwit .form-control {
      height: 45px;
      background: #e8e8e8; }
    .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;
      float: none; }
      .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: #d2070d;
        animation: effect 250ms ease-in; }
      .checkout .bacform .checwit .che-box input[type="radio"]:checked + .label-text:before {
        content: "\f058";
        color: #d2070d;
        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: #d2070d; }
      .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;
        font-weight: bold;
        color: #191919; }
    .checkout .bacform .checwit .bot-in {
      float: none;
      display: inline-block;
      background: #35377e;
      height: 45px;
      margin-top: 15px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .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:hover, .checkout .bacform .checwit .bot-in button:hover {
          text-decoration: none; }
        .checkout .bacform .checwit .bot-in a:after, .checkout .bacform .checwit .bot-in button:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 45px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          background: #d2070d;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          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; }
        .checkout .bacform .checwit .bot-in a:hover:after, .checkout .bacform .checwit .bot-in button:hover:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.blogbox, .viewarticle .blogviwe {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin-top: 30px;
  border: 1px solid #ccc; }
  .blogbox:last-child, .viewarticle .blogviwe:last-child {
    margin: 0px; }
  @media (max-width: 667px) {
    .blogbox, .viewarticle .blogviwe {
      padding: 15px; } }
  .blogbox .photopost, .viewarticle .blogviwe .photopost {
    float: left;
    width: 230px;
    height: 261px;
    overflow: hidden;
    background: #191919;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 667px) {
      .blogbox .photopost, .viewarticle .blogviwe .photopost {
        width: 100%; } }
    .blogbox .photopost img, .viewarticle .blogviwe .photopost img {
      max-width: 100%;
      max-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; }
    .blogbox .photopost:hover img, .viewarticle .blogviwe .photopost: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); }
  .blogbox .padblog, .viewarticle .blogviwe .padblog {
    padding: 26px;
    padding-left: 250px; }
    @media (max-width: 667px) {
      .blogbox .padblog, .viewarticle .blogviwe .padblog {
        float: left;
        width: 100%;
        margin-top: 15px;
        padding: 0px; } }
    .blogbox .padblog .textblog, .viewarticle .blogviwe .padblog .textblog {
      font-size: 23px;
      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; }
      .blogbox .padblog .textblog:hover, .viewarticle .blogviwe .padblog .textblog:hover {
        color: #d2070d; }
    .blogbox .padblog span, .viewarticle .blogviwe .padblog span {
      display: block;
      color: #adadad;
      margin-top: 10px; }
      .blogbox .padblog span i, .viewarticle .blogviwe .padblog span i {
        font-size: 13px; }
    .blogbox .padblog p, .viewarticle .blogviwe .padblog p {
      display: block;
      margin: 10px 0px; }
    .blogbox .padblog .readmore, .viewarticle .blogviwe .padblog .readmore {
      float: left;
      margin-top: 15px;
      color: #191919;
      font-weight: bold;
      -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: none; }
      .blogbox .padblog .readmore i, .viewarticle .blogviwe .padblog .readmore i, .blogbox .padblog .readmore:hover, .viewarticle .blogviwe .padblog .readmore:hover {
        color: #d2070d; }

.viewarticle {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .viewarticle {
      max-width: 100%;
      flex: 100%; } }
  .viewarticle .blogviwe {
    padding: 30px; }
    @media (max-width: 991px) {
      .viewarticle .blogviwe {
        padding: 15px; } }
    .viewarticle .blogviwe .title {
      font-size: 30px;
      color: #35377e;
      border-bottom: 1px solid #ccc;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .viewarticle .blogviwe .title {
          font-size: 23px; } }
    .viewarticle .blogviwe .photoviwe {
      display: block;
      width: 100%;
      height: 370px;
      overflow: hidden;
      background: #191919;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .viewarticle .blogviwe .photoviwe {
          height: 250px; } }
      .viewarticle .blogviwe .photoviwe img {
        max-width: 100%;
        max-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; }
    .viewarticle .blogviwe .padblog {
      padding: 0px; }
    .viewarticle .blogviwe .social {
      float: left;
      margin-top: 8px; }
      .viewarticle .blogviwe .social a {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        padding: 8px 0px;
        margin-right: 1px;
        -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; }
        .viewarticle .blogviwe .social a.icon-facebook {
          background-color: #3b5998; }
          .viewarticle .blogviwe .social a.icon-facebook:hover {
            background-color: #fff;
            color: #3b5998; }
        .viewarticle .blogviwe .social a.icon-twitter {
          background-color: #00acee; }
          .viewarticle .blogviwe .social a.icon-twitter:hover {
            background-color: #fff;
            color: #00acee; }
        .viewarticle .blogviwe .social a.icon-instagram {
          background-color: #8d5b46; }
          .viewarticle .blogviwe .social a.icon-instagram:hover {
            background-color: #fff;
            color: #8d5b46; }
        .viewarticle .blogviwe .social a.icon-youtube {
          background-color: #c4302b; }
          .viewarticle .blogviwe .social a.icon-youtube:hover {
            background-color: #fff;
            color: #c4302b; }
        .viewarticle .blogviwe .social a.icon-rss {
          background-color: #ee802f; }
          .viewarticle .blogviwe .social a.icon-rss:hover {
            background-color: #fff;
            color: #ee802f; }
        .viewarticle .blogviwe .social a.icon-linkedin {
          background-color: #007fb1; }
          .viewarticle .blogviwe .social a.icon-linkedin:hover {
            background-color: #fff;
            color: #007fb1; }
        .viewarticle .blogviwe .social a.icon-gplus {
          background-color: #dd4b39; }
          .viewarticle .blogviwe .social a.icon-gplus:hover {
            background-color: #fff;
            color: #dd4b39; }
        .viewarticle .blogviwe .social a.icon-whatsapp {
          background-color: #189d0e; }
          .viewarticle .blogviwe .social a.icon-whatsapp:hover {
            background-color: #fff;
            color: #189d0e; }

.sectionpam {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
  padding: 0px;
  background: #fff url(../images/recent-posts.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 1024px) {
    .sectionpam {
      padding: 30px 15px; } }
  .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: 1024px) {
    .sectionpam {
      padding: 0px;
      height: 195px; } }
  .sectionpam .tm-breadcrumb {
    padding: 15px;
    border-bottom: 1px solid #636363;
    position: relative; }
    .sectionpam .tm-breadcrumb li {
      display: inline-block;
      padding-right: 15px;
      margin-right: 15px;
      position: relative;
      color: #fff; }
      @media (max-width: 450px) {
        .sectionpam .tm-breadcrumb li {
          font-size: 12px; } }
      .sectionpam .tm-breadcrumb li:before {
        content: '/';
        position: absolute;
        top: 1px;
        right: -4px; }
      .sectionpam .tm-breadcrumb li:last-child:before, .sectionpam .tm-breadcrumb li:last-child {
        margin: 0px;
        padding: 0px;
        content: none; }
      .sectionpam .tm-breadcrumb li a {
        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; }
        .sectionpam .tm-breadcrumb li a:hover {
          color: #d2070d; }
  .sectionpam .title {
    font-size: 30px;
    color: #35377e;
    font-family: "franklin-gothic-medium-allfont-net";
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    margin: 0px;
    margin-top: 100px; }
    @media (max-width: 1200px) {
      .sectionpam .title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .sectionpam .title {
        font-size: 25px; } }
    .sectionpam .title:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0px;
      bottom: -23px;
      left: 0px;
      z-index: 1;
      width: 129px;
      height: 23px;
      margin: 0px auto;
      background: url(../images/title-con.png) bottom center no-repeat; }
    .sectionpam .title:after {
      display: none; }
    @media (max-width: 1024px) {
      .sectionpam .title {
        margin-top: 55px; } }

.map {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 1024px) {
    .map {
      padding: 30px 15px; } }
  @media (max-width: 1024px) {
    .map {
      padding: 15px; } }
  .map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0px; }

.contactus {
  display: block;
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0px !important; }
  @media (max-width: 1024px) {
    .contactus {
      padding: 30px 15px; } }
  .contactus .con-box {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .contactus .con-box {
        max-width: 100%;
        flex: 100%; } }
    .contactus .con-box .title {
      font-size: 30px;
      color: #35377e;
      font-family: "franklin-gothic-medium-allfont-net";
      position: relative;
      text-transform: uppercase;
      margin-bottom: 30px;
      text-align: center;
      text-align: left;
      margin-bottom: 50px; }
      @media (max-width: 1200px) {
        .contactus .con-box .title {
          font-size: 25px; } }
      @media (max-width: 450px) {
        .contactus .con-box .title {
          font-size: 25px; } }
      .contactus .con-box .title:after {
        content: '';
        position: absolute;
        top: auto;
        right: 0px;
        bottom: -23px;
        left: 0px;
        z-index: 1;
        width: 129px;
        height: 23px;
        margin: 0px auto;
        background: url(../images/title-con.png) bottom center no-repeat; }
      .contactus .con-box .title:after {
        margin: 0px; }
    .contactus .con-box .form-control {
      height: 45px;
      background: #e8e8e8;
      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: #35377e;
      height: 45px;
      margin-top: 15px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .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:hover, .contactus .con-box .bot-in button:hover {
          text-decoration: none; }
        .contactus .con-box .bot-in a:after, .contactus .con-box .bot-in button:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 45px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          background: #d2070d;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          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; }
        .contactus .con-box .bot-in a:hover:after, .contactus .con-box .bot-in button:hover:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(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: #d2070d; }
    .contactus .con-box .social {
      float: left;
      margin-top: 8px;
      width: 100%; }
      .contactus .con-box .social a {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        padding: 8px 0px;
        margin-right: 1px;
        -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; }

@font-face {
  font-family: 'neo-sans-arabic-regular';
  src: url("../fonts/neo-sans-arabic-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/neo-sans-arabic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/neo-sans-arabic-regular.woff") format("woff"), url("../fonts/neo-sans-arabic-regular.ttf") format("truetype"), url("../fonts/neo-sans-arabic-regular.svg#neo-sans-arabic-regular") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'franklin-gothic-medium-allfont-net';
  src: url("../fonts/franklin-gothic-medium-allfont-net.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/franklin-gothic-medium-allfont-net.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin-gothic-medium-allfont-net.woff") format("woff"), url("../fonts/franklin-gothic-medium-allfont-net.ttf") format("truetype"), url("../fonts/franklin-gothic-medium-allfont-net.svg#franklin-gothic-medium-allfont-net") 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: #787878;
  font-family: 'neo-sans-arabic-regular';
  text-transform: capitalize; }

body {
  direction: ltr;
  text-align: left;
  background: #fff url(../images/body.jpg) no-repeat fixed center center/cover;
  padding: 30px 15px; }

.fullwidpage {
  max-width: 1220px;
  padding: 0px;
  background: #e8e8e8; }

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

.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: #d2070d !important;
    border: 1px solid #d2070d !important;
    color: #fff !important; }
  .pagination .page-link:hover {
    background: #35377e !important;
    border: 1px solid #35377e !important;
    color: #fff !important; }

.mappopup .form-control {
  height: 45px;
  background: #e8e8e8;
  margin-bottom: 15px; }
.mappopup .bot-in {
  float: none;
  display: inline-block;
  background: #35377e;
  height: 45px;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  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:hover, .mappopup .bot-in button:hover {
      text-decoration: none; }
    .mappopup .bot-in a:after, .mappopup .bot-in button:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 45px;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      background: #d2070d;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      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; }
    .mappopup .bot-in a:hover:after, .mappopup .bot-in button:hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
.mappopup .che-box {
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: normal; }
  .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: #d2070d;
    animation: effect 250ms ease-in; }
  .mappopup .che-box input[type="radio"]:checked + .label-text:before {
    content: "\f058";
    color: #d2070d;
    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; }
  .mappopup .forgot:hover {
    color: #d2070d;
    text-decoration: underline; }
.mappopup button.close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #d2070d;
  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: #35377e; }
.mappopup .text-des {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 1200px) {
    .mappopup .text-des {
      margin-top: 5px; } }
.mappopup .crietaccoun {
  font-size: 17px;
  color: #191919;
  margin: 0px;
  margin-top: 30px; }
  .mappopup .crietaccoun a {
    color: #d2070d;
    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 .fa-exclamation-triangle {
  font-size: 50px;
  color: #d2070d;
  margin-bottom: 15px; }
.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: #35377e;
  height: 45px;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  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:hover, .mappopup .bot-in button:hover {
      text-decoration: none; }
    .mappopup .bot-in a:after, .mappopup .bot-in button:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 45px;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      background: #d2070d;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      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; }
    .mappopup .bot-in a:hover:after, .mappopup .bot-in button:hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.linkprof {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: -15px;
  width: 100%; }
  .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; }
    .linkprof a:before {
      position: absolute;
      left: 0px;
      font-family: "Font Awesome 5 Free";
      content: "\f101";
      display: inline-block;
      font-weight: 700;
      font-size: 12px; }
    .linkprof a:hover, .linkprof a.active {
      color: #d2070d; }
  .linkprof a {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    .linkprof a:last-child {
      padding-bottom: 0px;
      border: 0px;
      margin-bottom: 0px; }

.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: #d2070d; }
    .formprofile .editprof .form-control {
      height: 45px;
      background: #e8e8e8; }
    .formprofile .editprof .bot-in {
      float: none;
      display: inline-block;
      background: #35377e;
      height: 45px;
      margin-top: 15px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .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:hover, .formprofile .editprof .bot-in button:hover {
          text-decoration: none; }
        .formprofile .editprof .bot-in a:after, .formprofile .editprof .bot-in button:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 45px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          background: #d2070d;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          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; }
        .formprofile .editprof .bot-in a:hover:after, .formprofile .editprof .bot-in button:hover:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }

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