.header {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1000;
  height: 100px;
  background: #fff;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .header {
      position: relative;
      height: 88px; } }
  @media (max-width: 476px) {
    .header {
      height: 68px; } }
  .header.sticky {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 88px; }
    @media (max-width: 476px) {
      .header.sticky {
        height: 68px; } }
    .header.sticky .logo img {
      width: 200px; }
      @media (max-width: 476px) {
        .header.sticky .logo img {
          width: 144px; } }
    .header.sticky .allicons .phone {
      height: 88px; }
      @media (max-width: 476px) {
        .header.sticky .allicons .phone {
          height: 68px; } }
  .header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .logo img {
    width: 222px;
    -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: 1250px) {
      .header .logo img {
        width: 200px; } }
    @media (max-width: 476px) {
      .header .logo img {
        width: 144px; } }
  .header .icon-mobile {
    height: 14px;
    width: 20px;
    position: absolute;
    top: -200px;
    right: 202px;
    border-top: 2px solid #000;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .icon-mobile {
        top: auto; } }
    @media (max-width: 400px) {
      .header .icon-mobile {
        right: 100px; } }
    .header .icon-mobile:before, .header .icon-mobile:after {
      position: absolute;
      top: 4px;
      right: 0px;
      display: block;
      height: 2px;
      width: 20px;
      background: #000;
      content: '';
      -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 .icon-mobile:after {
      top: 10px; }
  .header .menu {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .header .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0px;
        left: -100%;
        width: 100%;
        height: 100%;
        margin: 0px;
        background: #060606e0;
        z-index: 1004;
        padding: 20px;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .menu.active {
          left: 0px; } }
    .header .menu .icon-clos {
      position: absolute;
      top: 35px;
      left: auto;
      display: none;
      cursor: pointer;
      right: 20px; }
      @media (max-width: 991px) {
        .header .menu .icon-clos {
          display: block; } }
    .header .menu .navbar-text {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 10;
      padding: 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; }
      @media (max-width: 991px) {
        .header .menu .navbar-text {
          display: block; } }
      .header .menu .navbar-text a {
        display: block;
        position: relative;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        outline: none;
        margin: 0px 16px;
        font-weight: 600;
        color: #000; }
        @media (max-width: 1250px) {
          .header .menu .navbar-text a {
            margin: 0px 12px; } }
        @media (max-width: 991px) {
          .header .menu .navbar-text a {
            margin: 0px;
            margin-bottom: 24px;
            color: #fff; }
            .header .menu .navbar-text a:last-child {
              margin: 0px; } }
        .header .menu .navbar-text a:after {
          content: "";
          position: absolute;
          right: 0px;
          bottom: -4px;
          left: 0px;
          margin: 0px auto;
          height: 2px;
          width: 100%;
          background: #b47651;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 991px) {
            .header .menu .navbar-text a:after {
              display: none; } }
        .header .menu .navbar-text a:hover {
          color: #b47651; }
          .header .menu .navbar-text a:hover:after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
        .header .menu .navbar-text a.active {
          color: #b47651; }
          .header .menu .navbar-text a.active:after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .header .allicons {
    display: flex;
    align-items: center;
    margin-right: -12px; }
    .header .allicons a {
      position: relative;
      margin: 0px 12px; }
      @media (max-width: 1199px) {
        .header .allicons a {
          margin: 0px 8px; } }
    .header .allicons .iconserch svg {
      width: 20px;
      height: 20px; }
    .header .allicons .language {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      border: 1px solid #b47651;
      color: #b47651;
      text-transform: uppercase;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      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; }
      .header .allicons .language:hover {
        background: #b47651;
        color: #fff; }
    .header .allicons .phone {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #b47651;
      color: #fff;
      height: 100px;
      width: 140px;
      font-size: 18px;
      margin: 0px;
      margin-left: 12px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 1250px) {
        .header .allicons .phone {
          width: 94px;
          margin-left: 8px; } }
      @media (max-width: 476px) {
        .header .allicons .phone {
          height: 68px; } }
      @media (max-width: 400px) {
        .header .allicons .phone {
          display: none; } }
      .header .allicons .phone svg {
        width: 28px;
        height: 28px; }

.searchpop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  -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;
  top: 0px;
  right: -100%;
  z-index: 1000; }
  .searchpop.active {
    right: 0px; }
  .searchpop .exit {
    position: absolute;
    top: 35px;
    right: 20px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .searchpop .exit {
        top: 24px; } }
  .searchpop .formsearch {
    position: relative;
    margin: 0px auto;
    max-width: 845px;
    height: 90px;
    border-bottom: 1px solid #5f5f5f;
    padding-right: 64px; }
    .searchpop .formsearch input {
      width: 100%;
      height: 90px;
      outline: none;
      background: none;
      font-weight: 500;
      font-size: 48px;
      line-height: 66px;
      letter-spacing: 0.5px;
      color: #fff;
      text-transform: initial; }
      @media (max-width: 991px) {
        .searchpop .formsearch input {
          font-size: 30px; } }
    .searchpop .formsearch ::placeholder {
      font-weight: 500;
      font-size: 48px;
      line-height: 66px;
      letter-spacing: 0.5px;
      color: #fff; }
      @media (max-width: 991px) {
        .searchpop .formsearch ::placeholder {
          font-size: 30px; } }
    .searchpop .formsearch :-ms-input-placeholder {
      font-weight: 500;
      font-size: 48px;
      line-height: 66px;
      letter-spacing: 0.5px;
      color: #fff; }
      @media (max-width: 991px) {
        .searchpop .formsearch :-ms-input-placeholder {
          font-size: 30px; } }
    .searchpop .formsearch ::-ms-input-placeholder {
      font-weight: 500;
      font-size: 48px;
      line-height: 66px;
      letter-spacing: 0.5px;
      color: #fff; }
      @media (max-width: 991px) {
        .searchpop .formsearch ::-ms-input-placeholder {
          font-size: 30px; } }
    .searchpop .formsearch .bottom {
      position: absolute;
      right: 0px;
      top: 32px;
      background: none;
      border: 0px;
      outline: 0px;
      outline-style: none;
      padding: 0px; }
      @media (max-width: 991px) {
        .searchpop .formsearch .bottom svg {
          width: 34px;
          height: 34px; } }
      .searchpop .formsearch .bottom svg path {
        -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; }
      .searchpop .formsearch .bottom:hover svg path {
        stroke: #b47651; }

.slider {
  overflow: hidden; }
  .slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000a8 7.57%, #00000000 94.39%); }
  .slider .carousel-item img {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover; }
    @media (max-width: 991px) {
      .slider .carousel-item img {
        height: 60vh; } }
  .slider:hover .carousel-control-next {
    right: 24px; }
  .slider:hover .carousel-control-prev {
    left: 24px; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 42px;
      height: 42px;
      fill: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .slider .carousel-control-next:hover svg,
    .slider .carousel-control-prev:hover svg {
      fill: #b47651; }
  .slider .carousel-control-next {
    right: -90px; }
  .slider .carousel-control-prev {
    left: -90px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .cen-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%;
    top: 0px;
    margin: 0px auto; }
    .slider .cen-text .title {
      font-size: 48px;
      color: #fff;
      text-align: center; }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          font-size: 28px;
          line-height: 30px; } }
      @media (max-width: 667px) {
        .slider .cen-text .title br {
          display: none; } }
      .slider .cen-text .title::after {
        display: none; }
    .slider .cen-text p {
      display: block;
      color: #000;
      margin-top: 24px;
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      overflow: hidden;
      text-align: center; }
      @media (max-width: 991px) {
        .slider .cen-text p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .slider .cen-text p br {
          display: none; } }
    .slider .cen-text .bottom {
      width: 138px;
      margin: 0px auto;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .bottom {
          width: 115px;
          height: 38px;
          font-size: 14px;
          margin-top: 12px; } }
  .slider .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: #fff;
      width: 20px; }
      .slider .carousel-indicators li.active {
        background: #b47651; }

.aboutus {
  width: 100%;
  position: relative;
  padding: 100px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .aboutus {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .aboutus .al-img {
      max-width: 100%;
      flex: 100%;
      margin-top: 24px; } }
  @media (max-width: 991px) {
    .aboutus .al-img .img {
      max-width: 50%;
      flex: 50%; } }
  .aboutus .al-img .img:nth-child(1) .in-bg, .aboutus .al-img .img:nth-child(4) .in-bg {
    height: 240px; }
    @media (max-width: 991px) {
      .aboutus .al-img .img:nth-child(1) .in-bg, .aboutus .al-img .img:nth-child(4) .in-bg {
        height: 214px; } }
    @media (max-width: 400px) {
      .aboutus .al-img .img:nth-child(1) .in-bg, .aboutus .al-img .img:nth-child(4) .in-bg {
        height: 160px; } }
  .aboutus .al-img .img:nth-child(2) .in-bg, .aboutus .al-img .img:nth-child(3) .in-bg {
    height: 280px; }
    @media (max-width: 991px) {
      .aboutus .al-img .img:nth-child(2) .in-bg, .aboutus .al-img .img:nth-child(3) .in-bg {
        height: 240px; } }
    @media (max-width: 400px) {
      .aboutus .al-img .img:nth-child(2) .in-bg, .aboutus .al-img .img:nth-child(3) .in-bg {
        height: 180px; } }
  .aboutus .al-img .img:nth-child(4) {
    margin-top: 40px; }
    @media (max-width: 991px) {
      .aboutus .al-img .img:nth-child(4) {
        margin-top: 24px; } }
  .aboutus .al-img .img .in-bg {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    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;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .aboutus .al-img .img .in-bg:hover {
      will-change: transform;
      transform: perspective(700px) rotateX(8.33deg) rotateY(2.2deg) scale3d(1, 1, 1); }
  .aboutus .al-img .img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover; }
  .aboutus .item {
    display: flex;
    align-items: center;
    /* Vertical line */ }
    @media (max-width: 991px) {
      .aboutus .item {
        max-width: 100%;
        flex: 100%; } }
    .aboutus .item .title {
      padding-bottom: 16px; }
    .aboutus .item .accordion {
      width: 100%;
      margin-top: 24px; }
      .aboutus .item .accordion .option {
        width: 100%;
        margin-bottom: 24px;
        position: relative; }
        .aboutus .item .accordion .option .click-title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          -webkit-border-radius: 8px;
          border-radius: 8px;
          background-clip: padding-box;
          -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          background: #fff; }
          .aboutus .item .accordion .option .click-title a {
            width: 100%;
            padding: 20px;
            font-weight: 600;
            font-size: 18px;
            font-weight: 600;
            color: #000; }
        .aboutus .item .accordion .option .text {
          padding: 0px 20px; }
    .aboutus .item .collapsible-link::before {
      content: '';
      position: absolute;
      top: 27px;
      right: 20px;
      width: 16px;
      height: 10px;
      background: url(../images/arrow.svg) no-repeat;
      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;
      z-index: 10; }
    .aboutus .item .collapsible-link[aria-expanded='true']::before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.YouTubePopUp-Wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999999999999;
  padding: 15px; }
  .YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0px auto;
    height: 100%;
    position: relative; }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
      position: absolute;
      top: 0px;
      bottom: 0px;
      max-width: 100% !important;
      width: 100% !important;
      display: block !important;
      height: 480px !important;
      border: none !important;
      margin: auto 0px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
          height: 300px !important; } }
  .YouTubePopUp-Wrap .YouTubePopUp-Close {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 528px;
    cursor: pointer;
    margin: auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.minaboutus {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff url(../images/slider/img1.jpg) no-repeat fixed center center/cover;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .minaboutus {
      padding: 32px 0px; } }
  .minaboutus::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #080300c2; }
  .minaboutus .container {
    z-index: 10; }
  @media (max-width: 991px) {
    .minaboutus .item {
      max-width: 100%;
      flex: 100%; } }
  .minaboutus .item.flex {
    display: flex;
    align-items: center; }
  .minaboutus .item .icon {
    position: relative;
    height: 72px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .minaboutus .item .icon {
        display: block;
        height: 126px; } }
    .minaboutus .item .icon .cd-single-point {
      margin: 0px !important;
      right: auto !important;
      bottom: auto;
      top: 0px; }
      @media (max-width: 991px) {
        .minaboutus .item .icon .cd-single-point {
          margin: 0px auto !important;
          right: 0px !important; } }
      .minaboutus .item .icon .cd-single-point svg path {
        fill: #b47651 !important; }
      .minaboutus .item .icon .cd-single-point .innerbc {
        background: #fff !important; }
    .minaboutus .item .icon p {
      color: #fff;
      font-size: 24px;
      margin-left: 98px; }
      @media (max-width: 991px) {
        .minaboutus .item .icon p {
          margin: 0px;
          text-align: center;
          padding-top: 100px; } }
  .minaboutus .item .title {
    color: #fff; }
    .minaboutus .item .title::after {
      display: none; }
    @media (max-width: 991px) {
      .minaboutus .item .title {
        text-align: center; } }
  .minaboutus .item p {
    color: #d9d9d9;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .minaboutus .item p {
        text-align: center; } }
  .minaboutus .item .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    outline: none;
    outline-style: none;
    border: 0px;
    padding: 0px 12px;
    height: 46px;
    background: #b47651;
    color: #fff;
    font-weight: 400;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    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;
    cursor: pointer;
    width: 138px;
    height: 48px;
    box-shadow: 10px 5px 40px #ed1d2d29;
    margin-top: 48px; }
    .minaboutus .item .bottom:hover {
      background: #000; }
    @media (max-width: 991px) {
      .minaboutus .item .bottom {
        margin: 0px auto;
        margin-top: 32px; } }
  @media (max-width: 991px) {
    .minaboutus .it-s {
      margin-top: 32px; } }
  .minaboutus .it-s .z-inner {
    position: relative;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #bbbbbb;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .minaboutus .it-s .z-inner::after {
      content: '';
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #b47651;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .minaboutus .it-s .z-inner .z-item {
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 24px; }
      .minaboutus .it-s .z-inner .z-item .photo {
        width: 100%;
        text-align: center;
        position: relative; }
        .minaboutus .it-s .z-inner .z-item .photo::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: -20px;
          left: 0;
          margin: 0px auto;
          width: 80px;
          height: 2px;
          background: #b47651;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .minaboutus .it-s .z-inner .z-item .photo svg {
          fill: #fff;
          width: 100px;
          height: 100px; }
          @media (max-width: 991px) {
            .minaboutus .it-s .z-inner .z-item .photo svg {
              width: 76px;
              height: 76px; } }
          @media (max-width: 767px) {
            .minaboutus .it-s .z-inner .z-item .photo svg {
              width: 64px;
              height: 64px; } }
      .minaboutus .it-s .z-inner .z-item .timer {
        width: 100%;
        text-align: center;
        font-weight: 800;
        font-size: 74px;
        margin-top: 64px;
        color: #fff; }
        @media (max-width: 991px) {
          .minaboutus .it-s .z-inner .z-item .timer {
            font-size: 54px;
            font-weight: 600; } }
      .minaboutus .it-s .z-inner .z-item .name {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-top: 36px; }
        @media (max-width: 991px) {
          .minaboutus .it-s .z-inner .z-item .name {
            margin-top: 20px;
            font-size: 18px; } }
    .minaboutus .it-s .z-inner:hover {
      border: 1px solid #b47651; }
      .minaboutus .it-s .z-inner:hover::after {
        bottom: 0px; }
      .minaboutus .it-s .z-inner:hover .z-item .photo::after {
        background: #fff; }

.legacy {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 64px 0px; }
  @media (max-width: 991px) {
    .legacy {
      padding: 32px 0px; } }
  .legacy .title {
    text-align: center;
    padding-bottom: 16px; }
    .legacy .title::after {
      right: 0px;
      margin: 0px auto; }
  .legacy .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    margin-top: 16px; }
    .legacy .nav-tabs li {
      border: 0px !important;
      margin: 32px 8px 0px 8px; }
      @media (max-width: 991px) {
        .legacy .nav-tabs li {
          margin: 16px 4px 0px 4px; } }
      .legacy .nav-tabs li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0px !important;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        background: #fff;
        min-width: 114px;
        min-height: 44px;
        color: #000;
        text-align: center;
        -webkit-box-shadow: 0px 0px 20px #0436501f;
        -moz-box-shadow: 0px 0px 20px #0436501f;
        -o-box-shadow: 0px 0px 20px #0436501f;
        -ms-box-shadow: 0px 0px 20px #0436501f;
        box-shadow: 0px 0px 20px #0436501f; }
        .legacy .nav-tabs li a::after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -12px;
          width: 0px;
          height: 0px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #b47651;
          margin-left: -12px;
          display: none; }
        .legacy .nav-tabs li a.active {
          background: #b47651;
          color: #fff;
          -webkit-box-shadow: 0px 0px 20px #b476517a;
          -moz-box-shadow: 0px 0px 20px #b476517a;
          -o-box-shadow: 0px 0px 20px #b476517a;
          -ms-box-shadow: 0px 0px 20px #b476517a;
          box-shadow: 0px 0px 20px #b476517a; }
          .legacy .nav-tabs li a.active::after {
            display: block; }
  .legacy .tab-content .text {
    text-align: center;
    padding: 0px 16%;
    font-size: 18px;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .legacy .tab-content .text {
        padding: 0px;
        font-size: 16px;
        margin-top: 24px; } }

.privacy-policy {
  width: 100%;
  position: relative;
  padding: 64px 0px;
  overflow: hidden;
  min-height: 80vh; }
  @media (max-width: 991px) {
    .privacy-policy {
      padding: 32px 0px; } }
  .privacy-policy .title {
    padding-bottom: 16px; }

.products {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  padding: 100px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .products {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .products .item {
      max-width: 100%;
      flex: 100%;
      margin-left: 0px;
      margin-top: 24px; } }
  .products .photo {
    width: 484px;
    height: 426px;
    margin: 24px 0px 0px 24px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 32px 75px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .products .photo {
        width: calc(100% - 32px); } }
    @media (max-width: 580px) {
      .products .photo {
        width: calc(100% - 64px);
        margin: 0px auto;
        height: 350px;
        margin-top: 24px; } }
    .products .photo img {
      width: 100%;
      min-height: 426px;
      object-fit: cover; }
  .products .content {
    position: absolute;
    top: 0px;
    left: 12px;
    z-index: 10;
    width: 256px;
    border-radius: 8px;
    padding: 48px 32px;
    background: linear-gradient(303.91deg, #c38c6b 7.57%, #9d6442 94.39%);
    box-shadow: 0px 52px 85px rgba(0, 0, 0, 0.0873528); }
    @media (max-width: 991px) {
      .products .content {
        width: 45%; } }
    @media (max-width: 580px) {
      .products .content {
        height: auto;
        padding: 24px; } }
    @media (max-width: 580px) {
      .products .content {
        left: 24px;
        width: 214px; } }
    .products .content .title {
      color: #fff; }
      .products .content .title::after {
        display: none; }
  .products .imgcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 32px;
    bottom: -24px;
    background: #fff;
    width: 282px;
    padding: 20px;
    box-shadow: 0px 32px 75px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box; }
    .products .imgcenter img {
      max-width: 76%; }
    @media (max-width: 1199px) {
      .products .imgcenter {
        right: -59px;
        bottom: 0px;
        width: 246px; } }
    @media (max-width: 991px) {
      .products .imgcenter {
        right: 12px;
        bottom: -24px; } }
    @media (max-width: 580px) {
      .products .imgcenter {
        right: 24px;
        width: 164px; } }
  @media (max-width: 991px) {
    .products .watch {
      margin-top: 32px; } }
  .products .watch .title {
    padding-bottom: 16px; }
  .products .watch .list {
    margin-top: 24px; }
    .products .watch .list li {
      display: flex;
      align-items: center;
      font-size: 18px;
      color: #000;
      margin-top: 16px; }
      .products .watch .list li svg {
        fill: #b47651;
        width: 24px;
        margin-right: 8px; }
  .products .watch .play-bot {
    display: inline-flex;
    align-items: center;
    padding: 16px 20px;
    background: #fff;
    box-shadow: 0px 52px 85px rgba(0, 0, 0, 0.0873528);
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    margin-top: 32px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .products .watch .play-bot {
        padding: 8px;
        font-size: 16px; } }
    .products .watch .play-bot .play {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      margin-right: 12px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      background: linear-gradient(303.91deg, #c38c6b 7.57%, #9d6442 94.39%); }
      @media (max-width: 991px) {
        .products .watch .play-bot .play {
          margin-right: 8px;
          width: 40px;
          height: 40px; } }
      .products .watch .play-bot .play svg {
        max-width: 13px; }

.minservices, .export {
  width: 100%;
  position: relative;
  padding: 64px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .minservices, .export {
      padding: 32px 0px; } }
  .minservices .title, .export .title {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 12px; }
    .minservices .title::after, .export .title::after {
      right: 0px;
      margin: 0px auto; }
  .minservices .item, .export .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .minservices .item, .export .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px; } }
    @media (max-width: 500px) {
      .minservices .item, .export .item {
        max-width: 100%;
        flex: 100%; } }
    .minservices .item .inner, .export .item .inner {
      display: block;
      position: relative;
      background: #fff;
      width: 100%;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      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;
      overflow: hidden; }
      .minservices .item .inner:hover, .export .item .inner:hover {
        margin-top: -20px; }
        .minservices .item .inner:hover .content, .export .item .inner:hover .content {
          background: #b47651;
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15); }
          .minservices .item .inner:hover .content .title, .export .item .inner:hover .content .title {
            color: #fff; }
      .minservices .item .inner .photo, .export .item .inner .photo {
        width: 100%;
        height: 390px;
        overflow: hidden; }
        @media (max-width: 500px) {
          .minservices .item .inner .photo, .export .item .inner .photo {
            height: 280px; } }
        .minservices .item .inner .photo img, .export .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover; }
      .minservices .item .inner .content, .export .item .inner .content {
        position: absolute;
        left: 20px;
        bottom: 24px;
        width: calc(100% - 40px);
        background: #fff;
        -webkit-border-radius: 60px 8px 60px 8px;
        border-radius: 60px 8px 60px 8px;
        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;
        padding: 24px; }
      .minservices .item .inner .title, .export .item .inner .title {
        padding: 0px;
        font-size: 22px !important;
        font-weight: 500; }
        @media (max-width: 500px) {
          .minservices .item .inner .title, .export .item .inner .title {
            font-size: 20px !important; } }
        .minservices .item .inner .title::after, .export .item .inner .title::after {
          display: none; }
  .minservices .bottom, .export .bottom {
    display: inline-flex;
    min-width: 160px;
    height: 52px;
    margin-top: 32px;
    -webkit-box-shadow: 4px 4px 60px #b476517a;
    -moz-box-shadow: 4px 4px 60px #b476517a;
    -o-box-shadow: 4px 4px 60px #b476517a;
    -ms-box-shadow: 4px 4px 60px #b476517a;
    box-shadow: 4px 4px 60px #b476517a; }

.clients-reviews {
  width: 100%;
  position: relative;
  background: linear-gradient(0deg, #f3f3f300 7.57%, #f4f4f48c 94.39%);
  padding: 54px 0px 76px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .clients-reviews {
      padding-bottom: 0px; } }
  .clients-reviews .title {
    padding-bottom: 16px; }
  .clients-reviews .clients-slider {
    position: relative;
    z-index: 1; }
    .clients-reviews .clients-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -12px; }
      .clients-reviews .clients-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        padding-top: 48px;
        padding-bottom: 24px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .clients-reviews .clients-slider .slick-list .slick-track {
            padding-top: 24px; } }
        .clients-reviews .clients-slider .slick-list .slick-track:after, .clients-reviews .clients-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .clients-reviews .clients-slider .slick-next,
    .clients-reviews .clients-slider .slick-prev {
      position: absolute;
      top: -46px;
      right: 0px;
      background: none;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #979797;
      -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; }
      .clients-reviews .clients-slider .slick-next path,
      .clients-reviews .clients-slider .slick-prev path {
        stroke: #000 !important; }
      .clients-reviews .clients-slider .slick-next:hover,
      .clients-reviews .clients-slider .slick-prev:hover {
        border: 1px solid #b47651;
        background: linear-gradient(303.91deg, #c38c6b 7.57%, #9d6442 94.39%); }
        .clients-reviews .clients-slider .slick-next:hover path,
        .clients-reviews .clients-slider .slick-prev:hover path {
          stroke: #fff !important; }
    .clients-reviews .clients-slider .slick-prev {
      right: 32px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .clients-reviews .clients-slider .slick-prev {
          margin-right: 8px; } }
    .clients-reviews .clients-slider .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      margin-top: -49px;
      text-align: right;
      display: none !important;
      padding-right: 8px; }
      .clients-reviews .clients-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 3px;
        width: 8px;
        height: 2px;
        padding: 0px;
        cursor: pointer;
        background: #fff;
        opacity: 0.4; }
        .clients-reviews .clients-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          color: #fff;
          border: 0px;
          outline: none;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background: transparent; }
      .clients-reviews .clients-slider .slick-dots li.slick-active {
        opacity: 1;
        height: 3px; }
  .clients-reviews .item {
    display: inline-block;
    margin: 0px 12px;
    vertical-align: text-top; }
    .clients-reviews .item .iconsvg {
      display: none;
      width: 100%;
      text-align: center;
      margin-bottom: -20px; }
      @media (max-width: 991px) {
        .clients-reviews .item .iconsvg {
          display: block; } }
      .clients-reviews .item .iconsvg img {
        max-width: 100px; }
    .clients-reviews .item.slick-current .iconsvg, .clients-reviews .item.slick-center .iconsvg {
      display: block; }
    .clients-reviews .item .inner {
      position: relative;
      background: #fff;
      width: 100%;
      padding: 48px 40px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
      -webkit-border-radius: 32px;
      border-radius: 32px;
      background-clip: padding-box;
      border: 1px solid transparent;
      -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; }
      .clients-reviews .item .inner:hover {
        border: 1px solid #b47651;
        box-shadow: 0px 0px 10px rgba(194, 72, 155, 0.2); }
      .clients-reviews .item .inner .des-clients {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .clients-reviews .item .inner .des-clients .photo {
          width: 64px;
          height: 64px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          overflow: hidden; }
          .clients-reviews .item .inner .des-clients .photo img {
            width: 100%;
            min-height: 100%;
            object-fit: cover; }
        .clients-reviews .item .inner .des-clients .content {
          margin-left: 16px; }
          .clients-reviews .item .inner .des-clients .content .name {
            color: #000;
            font-weight: 500;
            font-size: 18px;
            line-height: 28px; }
          .clients-reviews .item .inner .des-clients .content .mother {
            font-size: 14px; }
      .clients-reviews .item .inner .text {
        width: 100%;
        text-align: center;
        height: 80px;
        overflow: hidden;
        margin-top: 32px; }
        @media (max-width: 991px) {
          .clients-reviews .item .inner .text {
            height: auto; } }

.overlay {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  height: 0px;
  opacity: 0;
  background: #000000c7;
  z-index: -1; }
  @media (max-width: 991px) {
    .overlay {
      opacity: inherit;
      display: none;
      height: 100%;
      z-index: 1000; } }

.it-serve .item {
  margin-top: 24px; }
  @media (max-width: 767px) {
    .it-serve .item {
      flex: 100%;
      max-width: 100%; } }
  .it-serve .item .photo {
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
    margin: 0px;
    -webkit-border-radius: 60px 8px 60px 8px;
    border-radius: 60px 8px 60px 8px;
    background-clip: padding-box;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 500px) {
      .it-serve .item .photo {
        height: 280px; } }
    .it-serve .item .photo img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .it-serve .item .title {
    font-size: 24px !important; }
    .it-serve .item .title::after {
      display: none; }
  .it-serve .item.flex {
    display: flex;
    align-items: center; }
  .it-serve .item .list {
    margin-top: 24px; }
    .it-serve .item .list li {
      display: flex;
      align-items: center;
      font-weight: 500;
      margin-bottom: 12px;
      color: #000;
      font-size: 18px; }
      .it-serve .item .list li:last-child {
        margin: 0px; }
      .it-serve .item .list li svg {
        width: 18px;
        height: 18px;
        fill: #b47651;
        margin-right: 8px; }

.export .photo {
  width: 100%;
  margin-top: 48px;
  text-align: center; }
  .export .photo img {
    max-width: 100%; }
.export.bg {
  background: linear-gradient(0deg, #f3f3f300 7.57%, #f4f4f48c 94.39%); }
  .export.bg .photo img {
    max-width: 60%; }
    @media (max-width: 991px) {
      .export.bg .photo img {
        max-width: 100%; } }

.contactus {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  padding: 48px 0px; }
  .contactus .item {
    margin: 0px; }
    @media (max-width: 991px) {
      .contactus .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px; }
        .contactus .item:first-child {
          order: 1; } }
    .contactus .item .title {
      padding-bottom: 16px;
      margin-bottom: 12px; }
    .contactus .item .inner {
      width: 100%;
      background: #fff;
      box-shadow: 0px 32px 75px #0000001a;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      overflow: hidden;
      padding: 24px; }
      .contactus .item .inner .title {
        padding: 0px; }
        .contactus .item .inner .title::after {
          display: none; }
      .contactus .item .inner .inpusrach {
        margin-top: 16px; }
        .contactus .item .inner .inpusrach .form-control {
          height: 50px;
          -webkit-border-radius: 30px;
          border-radius: 30px;
          background-clip: padding-box;
          padding: 8px 16px;
          text-transform: none;
          border: 1px solid #f4f4f4; }
        .contactus .item .inner .inpusrach textarea.form-control {
          height: 150px;
          resize: none; }
        .contactus .item .inner .inpusrach .bottom {
          width: 100%;
          height: 48px; }
    .contactus .item .map-text {
      display: flex;
      justify-content: flex-start;
      margin-top: 32px; }
      @media (max-width: 991px) {
        .contactus .item .map-text {
          margin-top: 20px; } }
      .contactus .item .map-text .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 46px;
        max-width: 46px;
        height: 46px;
        background: #fff;
        box-shadow: 0px 0px 13px #d0d0d070;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box; }
        .contactus .item .map-text .icon svg {
          fill: #b47651;
          width: 22px;
          height: 22px; }
      .contactus .item .map-text p,
      .contactus .item .map-text a {
        display: flex;
        align-items: center;
        margin-left: 12px;
        color: #000; }
      .contactus .item .map-text a {
        display: block;
        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; }
        .contactus .item .map-text a:hover {
          color: #b47651; }
      .contactus .item .map-text.flex {
        align-items: center; }
        .contactus .item .map-text.flex a {
          margin-left: 12px; }
    .contactus .item .it-m {
      display: flex;
      margin: 0px 0px 12px 12px; }
      .contactus .item .it-m:last-child {
        margin-bottom: 0px; }
      .contactus .item .it-m span {
        min-width: 82px;
        color: #000;
        font-weight: 700; }
    .contactus .item .social {
      display: flex;
      margin-top: 32px; }
      .contactus .item .social a {
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        color: #fff;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: 4px; }
        .contactus .item .social a:last-child {
          margin: 0px; }
        .contactus .item .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .contactus .item .social a.icon-facebook {
          background: #3b5998; }
          .contactus .item .social a.icon-facebook:hover {
            background: #fff; }
            .contactus .item .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .contactus .item .social a.icon-twitter {
          background: #00acee; }
          .contactus .item .social a.icon-twitter:hover {
            background: #fff; }
            .contactus .item .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .contactus .item .social a.icon-instagram {
          background: #8d5b46; }
          .contactus .item .social a.icon-instagram:hover {
            background: #fff; }
            .contactus .item .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .contactus .item .social a.icon-youtube {
          background: #c4302b; }
          .contactus .item .social a.icon-youtube:hover {
            background: #fff; }
            .contactus .item .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .contactus .item .social a.icon-rss {
          background: #ee802f; }
          .contactus .item .social a.icon-rss:hover {
            background: #fff; }
            .contactus .item .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .contactus .item .social a.icon-linkedin {
          background: #007fb1; }
          .contactus .item .social a.icon-linkedin:hover {
            background: #fff; }
            .contactus .item .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .contactus .item .social a.icon-gplus {
          background: #dd4b39; }
          .contactus .item .social a.icon-gplus:hover {
            background: #fff; }
            .contactus .item .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .contactus .item .social a.icon-whatsapp {
          background: #189d0e; }
          .contactus .item .social a.icon-whatsapp:hover {
            background: #fff; }
            .contactus .item .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 991px) {
        .contactus .item .social {
          margin-top: 20px; } }
      .contactus .item .social a {
        margin-right: 4px; }
        .contactus .item .social a:last-child {
          margin: 0px; }

.map {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0px !important; }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 455px; }
    @media (max-width: 991px) {
      .map iframe {
        height: 300px; } }

.error404 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  background: #f4f4f4; }
  .error404 .title {
    font-size: 150px !important; }
    .error404 .title::after {
      display: none; }
  .error404 p {
    color: #b47651;
    font-size: 32px; }
    @media (max-width: 991px) {
      .error404 p {
        font-size: 28px; } }
  .error404 .bottom {
    display: inline-flex;
    box-shadow: 4px 4px 60px #b476517a;
    margin-top: 32px;
    min-width: 180px;
    height: 48px; }

.partners {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  padding: 64px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .partners {
      padding: 32px 0px; } }
  .partners .title {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .partners .title {
        margin: 0px; } }
    .partners .title::after {
      right: 0px;
      margin: 0px auto; }
  .partners .row {
    justify-content: center; }
  .partners .col {
    margin-top: 24px;
    max-width: 25%;
    flex: 25%; }
    @media (max-width: 450px) {
      .partners .col {
        max-width: 50%;
        flex: 50%; } }
    .partners .col .photo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 160px;
      padding: 16px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      background: #fff;
      -webkit-box-shadow: 0px 0px 13px #d0d0d070;
      -moz-box-shadow: 0px 0px 13px #d0d0d070;
      -o-box-shadow: 0px 0px 13px #d0d0d070;
      -ms-box-shadow: 0px 0px 13px #d0d0d070;
      box-shadow: 0px 0px 13px #d0d0d070;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .partners .col .photo {
          height: 92px; } }
      @media (max-width: 450px) {
        .partners .col .photo {
          height: 120px; } }
      .partners .col .photo img {
        max-width: 80%;
        max-height: 80%; }
        @media (max-width: 767px) {
          .partners .col .photo img {
            max-width: 100%;
            max-height: 100%; } }
      .partners .col .photo:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 1; }

.modal {
  padding: 0px 16px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.85); }
  .modal .modal-dialog {
    max-width: 855px; }
  .modal .modal-content {
    padding: 24px; }
    .modal .modal-content .head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #f4f4f4;
      padding-bottom: 16px; }
      .modal .modal-content .head .title {
        font-size: 24px !important; }
        .modal .modal-content .head .title::after {
          display: none; }
      .modal .modal-content .head .close {
        position: absolute;
        right: 24px;
        margin: 0px;
        padding: 0px;
        opacity: 1;
        text-shadow: none;
        outline: none; }
  .modal .photo {
    width: 100%;
    margin-top: 16px;
    text-align: center; }
    .modal .photo img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover; }

.footer {
  width: 100%;
  position: relative;
  background: #0e0e0e url(../images/bg2-1.png); }
  .footer .boxfot {
    margin-top: 56px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin-top: 32px; } }
    .footer .boxfot .inner {
      width: 100%; }
      @media (max-width: 991px) {
        .footer .boxfot .inner {
          text-align: center; } }
      .footer .boxfot .inner img {
        max-width: 170px; }
      .footer .boxfot .inner p {
        margin-top: 12px; }
    .footer .boxfot .title {
      font-size: 24px;
      margin-bottom: 24px;
      color: #fff;
      font-weight: 600; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center;
          font-size: 22px; } }
      .footer .boxfot .title::after {
        display: none; }
    .footer .boxfot .navmenu a {
      display: inline-block;
      width: 50%;
      position: relative;
      margin-bottom: 8px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .footer .boxfot .navmenu a:last-child {
        margin: 0px; }
      .footer .boxfot .navmenu a svg {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        fill: #c6c6c6;
        margin-right: 4px;
        min-width: 12px;
        max-width: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .footer .boxfot .navmenu a:hover {
        color: #b47651; }
        .footer .boxfot .navmenu a:hover svg {
          fill: #b47651; }
      @media (max-width: 991px) {
        .footer .boxfot .navmenu a {
          text-align: center; }
          .footer .boxfot .navmenu a svg {
            display: none; } }
    .footer .boxfot .social {
      display: flex;
      margin-top: 12px; }
      .footer .boxfot .social a {
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        color: #fff;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: 4px; }
        .footer .boxfot .social a:last-child {
          margin: 0px; }
        .footer .boxfot .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .footer .boxfot .social a.icon-facebook {
          background: #3b5998; }
          .footer .boxfot .social a.icon-facebook:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .footer .boxfot .social a.icon-twitter {
          background: #00acee; }
          .footer .boxfot .social a.icon-twitter:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .footer .boxfot .social a.icon-instagram {
          background: #8d5b46; }
          .footer .boxfot .social a.icon-instagram:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .footer .boxfot .social a.icon-youtube {
          background: #c4302b; }
          .footer .boxfot .social a.icon-youtube:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .footer .boxfot .social a.icon-rss {
          background: #ee802f; }
          .footer .boxfot .social a.icon-rss:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .footer .boxfot .social a.icon-linkedin {
          background: #007fb1; }
          .footer .boxfot .social a.icon-linkedin:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .footer .boxfot .social a.icon-gplus {
          background: #dd4b39; }
          .footer .boxfot .social a.icon-gplus:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .footer .boxfot .social a.icon-whatsapp {
          background: #189d0e; }
          .footer .boxfot .social a.icon-whatsapp:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 991px) {
        .footer .boxfot .social {
          justify-content: center; } }
      .footer .boxfot .social a {
        margin-right: 4px; }
        .footer .boxfot .social a:last-child {
          margin: 0px; }
        @media (max-width: 991px) {
          .footer .boxfot .social a {
            margin: 0px 4px; } }
  .footer .media {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .footer .media {
        justify-content: center; } }
    .footer .media:last-child {
      margin: 0px; }
    .footer .media svg,
    .footer .media img {
      fill: #b47651;
      min-width: 18px;
      min-height: 18px; }
    .footer .media .contant {
      margin-left: 12px; }
      .footer .media .contant p,
      .footer .media .contant a {
        display: block;
        width: 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; }
      .footer .media .contant a:hover {
        color: #b47651; }
  .footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 56px;
    padding: 24px 0px;
    width: 100%;
    border-top: 1px solid #b4765124;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        margin-top: 32px; } }
    .footer .copyright p {
      padding: 0px 12px;
      text-align: center; }
  .footer .scrollToTop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    display: none;
    z-index: 1000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 13px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 4px 4px 60px #b476517a;
    -moz-box-shadow: 4px 4px 60px #b476517a;
    -o-box-shadow: 4px 4px 60px #b476517a;
    -ms-box-shadow: 4px 4px 60px #b476517a;
    box-shadow: 4px 4px 60px #b476517a;
    background: #b47651; }
    .footer .scrollToTop:hover {
      background: #000; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  color: #8A8C8E;
  font-family: 'Cairo', sans-serif;
  text-transform: capitalize; }

::-webkit-scrollbar {
  width: 6px;
  height: 20px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f4f4f4; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #b47651;
  cursor: pointer; }

/* Handle on hover */
body {
  direction: ltr;
  text-align: left;
  position: relative; }
  body.active {
    overflow: hidden; }

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
  outline-style: none;
  border: 0px;
  padding: 0px 12px;
  height: 46px;
  background: #b47651;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  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;
  cursor: pointer; }
  .bottom:hover {
    background: #000; }

.title {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 28px; } }
  .title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    height: 2px;
    width: 130px;
    background: linear-gradient(303.91deg, #b4765100 7.57%, #b47651 94.39%); }

.text {
  margin-top: 16px;
  font-weight: 500;
  line-height: 28px; }
  @media (max-width: 991px) {
    .text {
      font-size: 14px;
      line-height: 26px; } }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .contant {
    margin: 0px !important;
    margin-left: 12px !important; }
  .alert p {
    color: #fff; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

.map-back {
  width: 100%;
  position: relative;
  height: 192px;
  padding: 0px;
  background: #fff url(../images/slider/img2.jpg) no-repeat fixed center center/cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .map-back .title {
    color: #fff;
    text-align: center; }
    .map-back .title::after {
      display: none; }

.wizard {
  margin-top: 48px; }
  .wizard li {
    display: inline-block;
    margin-right: 16px;
    color: #000;
    line-height: 14.4px; }
    .wizard li a {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      color: #29AAE1;
      line-height: 14.4px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .wizard li a svg {
        margin-left: 16px; }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: url(../images/arrow.svg) no-repeat 92%; }

.pagination {
  margin-top: 48px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      justify-content: center;
      margin-top: 32px; } }
  .pagination li {
    display: inline-block;
    margin: 0px;
    margin-left: 8px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #9D9D9D;
      -webkit-border-radius: 6px !important;
      border-radius: 6px !important;
      background-clip: padding-box;
      width: 32px;
      height: 32px;
      border: 0px;
      background: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 0px 0px 9px #7573733d;
      -moz-box-shadow: 0px 0px 9px #7573733d;
      -o-box-shadow: 0px 0px 9px #7573733d;
      -ms-box-shadow: 0px 0px 9px #7573733d;
      box-shadow: 0px 0px 9px #7573733d; }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #C2489B;
    color: #fff !important; }
    .pagination .page-link.active svg path,
    .pagination .page-link:hover svg path {
      fill: #fff; }

/*# sourceMappingURL=home.css.map */
