@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
::placeholder {
  color: #898989;
  opacity: 1; }

:-ms-input-placeholder {
  color: #898989; }

::-ms-input-placeholder {
  color: #898989; }

.w80 {
  padding: 20px 10%; }
  @media only screen and (max-width: 1280px) {
    .w80 {
      padding: 20px 2%; } }

.w100 {
  padding: 20px 10px; }

body, html {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0d0d0d; }
  @media only screen and (max-width: 768px) {
    body, html {
      height: auto; } }
  body.bg-white, html.bg-white {
    background-color: #fff; }

.mobile-contact {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999;
  bottom: 0;
  font-size: 0;
  margin: 0 0.5px; }
  @media only screen and (max-width: 768px) {
    .mobile-contact {
      display: block; } }
  .mobile-contact .phone {
    display: inline-block;
    padding: 15px 20px;
    background-color: #a0152e;
    color: #fff;
    font-size: 16px;
    margin-right: 1px;
    width: calc(52% - 1px); }
    .mobile-contact .phone i {
      margin-right: 10px; }
  .mobile-contact .social-link {
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    background-color: #a0152e;
    color: #fff;
    font-size: 16px;
    margin-right: 1px;
    width: calc(12% - 1px); }
    .mobile-contact .social-link:last-child {
      width: calc(12% - 1px); }

header {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 2%;
  align-items: center;
  justify-content: space-between;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #000;
  border-bottom: 1px #000 solid; }
  @media only screen and (max-width: 768px) {
    header {
      padding: 15px 2%; } }
  header .top {
    display: block;
    padding: 10px 0;
    border-bottom: 1px #8f8f8f solid;
    font-size: 0; }
    @media only screen and (max-width: 768px) {
      header .top {
        text-align: center; } }
    header .top .text {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        header .top .text {
          width: 100%; } }
    header .top .right {
      display: inline-block;
      width: 50%;
      text-align: right;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        header .top .right {
          width: 100%;
          text-align: center;
          padding: 15px 0; } }
      header .top .right a {
        display: inline-block;
        margin-left: 20px;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          header .top .right a {
            margin: 0 5px; } }
        header .top .right a i {
          display: inline-block;
          margin-right: 5px; }
  header .bottom {
    display: block;
    position: relative;
    padding: 10px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      header .bottom {
        text-align: center; } }
    header .bottom .logo {
      display: inline-block;
      width: 100px;
      vertical-align: top;
      padding: 9px 0; }
      header .bottom .logo img {
        display: inline-block;
        width: 100%;
        height: auto; }
    header .bottom ul {
      display: inline-block;
      position: absolute;
      left: 0;
      vertical-align: top;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        header .bottom ul {
          display: none; } }
      header .bottom ul li {
        display: inline-block;
        padding: 22px 20px;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 4px; }
        header .bottom ul li a {
          color: #fff; }
          header .bottom ul li a:hover {
            color: #a0152e; }
          header .bottom ul li a.color2 {
            color: #a0152e; }
            header .bottom ul li a.color2:hover {
              color: #fff; }
    header .bottom .contact {
      display: inline-block;
      position: absolute;
      right: 0;
      padding: 10px 0; }
      @media only screen and (max-width: 768px) {
        header .bottom .contact {
          display: none; } }
      header .bottom .contact .phone {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px; }
        header .bottom .contact .phone a {
          margin-left: 20px;
          color: #fff; }
          header .bottom .contact .phone a:hover {
            color: #a0152e; }
          header .bottom .contact .phone a i {
            margin-right: 5px; }
      header .bottom .contact .social-cont {
        display: inline-block;
        margin-left: 10px; }
        header .bottom .contact .social-cont a {
          display: inline-block;
          padding: 8px 0;
          width: 36px;
          text-align: center;
          border-radius: 100%;
          color: #fff;
          margin: 0 1px; }
          header .bottom .contact .social-cont a:hover {
            color: #a0152e; }

.search-home {
  display: block;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/search-bg.png");
  background-size: cover;
  text-align: center; }
  .search-home.mini .search-cont {
    padding: 40px 0; }
  .search-home .search-cont {
    display: inline-block;
    text-align: center;
    padding: 120px 0;
    width: 35%; }
    @media only screen and (max-width: 768px) {
      .search-home .search-cont {
        width: 96%;
        padding: 80px 0; } }
    .search-home .search-cont .text {
      display: block;
      padding: 20px 0;
      color: #fff;
      font-size: 22px;
      line-height: 150%; }
      @media only screen and (max-width: 768px) {
        .search-home .search-cont .text {
          font-size: 18px;
          line-height: 130%; } }
    .search-home .search-cont form {
      display: block;
      position: relative; }
      .search-home .search-cont form input {
        display: block;
        width: 100%;
        border: 0;
        padding: 25px 30px;
        background-color: #fff;
        border-radius: 8px;
        color: #585858;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          .search-home .search-cont form input {
            padding: 16px 20px; } }
      .search-home .search-cont form button {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        padding: 19px 25px;
        background-color: #0085FF;
        font-size: 16px;
        color: #fff;
        border: 0;
        border-radius: 8px; }
        @media only screen and (max-width: 768px) {
          .search-home .search-cont form button {
            padding: 14px 20px;
            right: 4px;
            top: 4px; } }
        .search-home .search-cont form button:hover {
          background-color: #11a9ff; }

.video-player-cont {
  display: block;
  padding: 50px 15%;
  font-size: 0;
  text-align: center;
  background-color: #F4F5F7; }

.video-cont {
  display: block;
  padding: 50px 15%;
  font-size: 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .video-cont {
      padding: 50px 2%; } }
  .video-cont .head {
    display: block;
    font-size: 22px;
    color: #111724;
    line-height: 150%;
    font-weight: 700; }
  .video-cont .cover {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    color: #111724;
    line-height: 150%;
    font-weight: 500; }
  .video-cont .video-list {
    display: block;
    position: relative;
    font-size: 0; }
    .video-cont .video-list .video-item {
      display: inline-block;
      position: relative;
      width: 32.33%;
      vertical-align: top;
      margin: 8px .5%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .video-cont .video-list .video-item {
          width: 98%; } }
      .video-cont .video-list .video-item a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 25% 40%;
        transition: all 800ms;
        border-radius: 8px; }
        .video-cont .video-list .video-item a:hover {
          background-color: rgba(0, 0, 0, 0.2); }
      .video-cont .video-list .video-item img {
        display: block; }
        .video-cont .video-list .video-item img.video {
          width: 100%;
          height: auto;
          border-radius: 8px; }
  .video-cont .button {
    display: inline-block;
    padding: 15px 25px;
    background-color: #0085FF;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    margin-top: 20px; }
    .video-cont .button:hover {
      background-color: #11a9ff; }

.whatsapp-button {
  padding: 15px 18px;
  background-color: #25D366;
  font-size: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  color: #fff;
  border-radius: 100%; }
  @media only screen and (max-width: 768px) {
    .whatsapp-button {
      bottom: 60px; } }

footer {
  display: block;
  position: relative;
  z-index: 99;
  width: 100%;
  padding: 50px 20px;
  background-color: #252525; }
  footer .category-cont {
    display: block;
    text-align: center; }
    footer .category-cont .head {
      display: none;
      padding: 8px 0;
      color: #fff;
      font-size: 12px;
      font-weight: 700; }
    footer .category-cont ul {
      display: block; }
      @media only screen and (max-width: 1024px) {
        footer .category-cont ul {
          padding-bottom: 20px; } }
      footer .category-cont ul li {
        display: inline-block; }
        @media only screen and (max-width: 1024px) {
          footer .category-cont ul li {
            display: block;
            padding: 10px 0; } }
        footer .category-cont ul li a {
          display: inline-block;
          padding: 3px 16px;
          color: #fff;
          font-size: 12px; }
          footer .category-cont ul li a:hover {
            color: #fff; }
  footer .address-cont {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 12px; }
    footer .address-cont .head {
      display: none;
      padding: 8px 0;
      color: #f9f9f9;
      font-weight: 700; }
    footer .address-cont .text {
      display: block;
      padding: 5px 10px;
      color: #b5b5b5; }
      footer .address-cont .text a {
        color: #b5b5b5; }
        footer .address-cont .text a:hover {
          color: #fff; }
