.header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  padding: 24px 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; }
  .header ::-webkit-scrollbar {
    width: 1px; }
  @media screen and (max-width: 991px) {
    .header {
      padding: 8px 0px; } }
  .header .container {
    padding: 0px 48px; }
    @media screen and (max-width: 1199px) {
      .header .container {
        padding: 0px 12px;
        max-width: 100%; } }
  .header.in-header {
    position: relative;
    background: #fff; }
  .header.sticky {
    position: fixed;
    background: #fff;
    padding: 8px 0px;
    -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 screen and (max-width: 991px) {
      .header.sticky {
        padding: 8px 0px; }
        .header.sticky .icon-mobile:after {
          top: 10px; } }
    .header.sticky .logo img {
      max-width: 100px; }
      @media screen and (max-width: 991px) {
        .header.sticky .logo img {
          max-width: 80px; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo img {
    max-width: 184px;
    -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 screen and (max-width: 991px) {
      .header .logo img {
        max-width: 80px; } }
  .header .icon-mobile {
    height: 14px;
    width: 20px;
    position: absolute;
    top: -200px;
    right: 12px;
    border-top: 2px solid #5a5a64;
    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; } }
    .header .icon-mobile:before, .header .icon-mobile:after {
      position: absolute;
      top: 4px;
      left: 0px;
      display: block;
      height: 2px;
      width: 20px;
      background: #5a5a64;
      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: inline-flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0px;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0px;
        background: #fff;
        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 {
          right: 0px; } }
    .header .menu .icon-clos {
      position: absolute;
      top: 35px;
      left: auto;
      display: none;
      cursor: pointer;
      left: 20px; }
      @media (max-width: 991px) {
        .header .menu .icon-clos {
          display: block; } }
      .header .menu .icon-clos svg path {
        stroke: #ed1c24; }
  .header .navigation-menu ul {
    display: flex;
    position: relative; }
    @media (max-width: 991px) {
      .header .navigation-menu ul {
        display: block; } }
    .header .navigation-menu ul li {
      margin-right: 32px; }
      .header .navigation-menu ul li:last-child {
        margin: 0px; }
      @media (max-width: 991px) {
        .header .navigation-menu ul li {
          margin: 0px;
          margin-bottom: 16px; } }
      .header .navigation-menu ul li a {
        position: relative;
        color: #2a2e47;
        text-transform: uppercase;
        font-weight: 500;
        -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 .navigation-menu ul li a:hover, .header .navigation-menu ul li a.active {
          color: #ed1c24; }
  .header .icons {
    display: flex;
    align-items: center; }
    .header .icons .language {
      display: flex;
      align-items: center;
      background: #ed1c24;
      padding: 4px 8px;
      border-radius: 8px;
      color: #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; }
      .header .icons .language:hover {
        background: #5a5a64; }
    .header .icons .burger {
      position: relative;
      margin-left: 12px;
      display: none;
      cursor: pointer;
      user-select: none;
      width: 1.75rem;
      height: 1rem;
      opacity: 0;
      visibility: hidden;
      background: transparent; }
      .header .icons .burger-line {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        opacity: 1;
        border: none;
        outline: none;
        background: #fff; }
        .header .icons .burger-line:nth-child(1) {
          top: 0px; }
        .header .icons .burger-line:nth-child(2) {
          top: 0.5rem;
          width: 80%; }
        .header .icons .burger-line:nth-child(3) {
          top: 1rem;
          width: 60%; }
      @media only screen and (max-width: 991px) {
        .header .icons .burger {
          display: block;
          opacity: 1;
          visibility: visible; } }
    .header .icons .iconsearch,
    .header .icons .loginlink {
      margin-left: 12px;
      cursor: pointer; }
      .header .icons .iconsearch svg,
      .header .icons .loginlink svg {
        fill: #5a5a64;
        width: 20px; }
    .header .icons .dropdown {
      margin-left: 12px; }
      .header .icons .dropdown .dropdown-toggle {
        -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;
        line-height: 1;
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        width: 38px;
        height: 38px;
        border: 2px solid #fff;
        overflow: hidden;
        box-shadow: 0px 0px 20px 0px #0000001f;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .header .icons .dropdown .dropdown-toggle::after {
          display: none; }
        .header .icons .dropdown .dropdown-toggle img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .header .icons .dropdown .dropdown-menu.show {
        left: 0px !important;
        right: auto !important;
        padding: 0px;
        transform: none !important;
        top: 59px !important;
        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;
        border: 0px;
        padding-top: 6px;
        overflow: hidden;
        -webkit-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px;
        background-clip: padding-box;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        z-index: 2;
        text-align: right; }
        @media (max-width: 991px) {
          .header .icons .dropdown .dropdown-menu.show {
            top: 56px !important; } }
        .header .icons .dropdown .dropdown-menu.show a {
          align-items: center;
          margin: 0px !important;
          padding: 8px 12px; }
          .header .icons .dropdown .dropdown-menu.show a svg,
          .header .icons .dropdown .dropdown-menu.show a img {
            width: 18px;
            margin-left: 8px; }
        .header .icons .dropdown .dropdown-menu.show .dropdown-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;
          background: none !important;
          color: #5a5a64;
          font-weight: 300; }
          .header .icons .dropdown .dropdown-menu.show .dropdown-item:last-child {
            border: 0px;
            border-top: 1px dotted #f5f5f5;
            padding: 12px; }
          .header .icons .dropdown .dropdown-menu.show .dropdown-item.active, .header .icons .dropdown .dropdown-menu.show .dropdown-item:hover {
            background: #f5f5f5 !important; }

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff; }
  @media screen and (max-width: 1199px) {
    .slider .container {
      padding: 0px;
      max-width: 100%; } }
  .slider .carousel {
    overflow: hidden; }
    .slider .carousel:hover .carousel-control-next {
      right: 48px; }
    .slider .carousel:hover .carousel-control-prev {
      left: 48px; }
  .slider .carousel-item {
    height: 100vh;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .slider .carousel-item {
        height: 84vh; } }
    .slider .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .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: #c7c7c7;
      -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: #ed1c24; }
  .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 .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: #c7c7c7;
      height: 3px;
      border-radius: 16px;
      width: 28px; }
      .slider .carousel-indicators li.active {
        background: #ed1c24; }
  .slider .cen-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%; }
    .slider .cen-text .title {
      font-size: 86px;
      margin-left: 30%;
      color: #000;
      font-weight: 600; }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          font-size: 32px; } }
      .slider .cen-text .title span {
        color: #ed1c24; }

.socialicons {
  position: fixed;
  right: 12px;
  top: 40%;
  width: 38px;
  z-index: 1000; }
  .socialicons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #a7a9ac;
    -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-bottom: 8px; }
    .socialicons a:last-child {
      margin: 0px; }
    .socialicons a svg {
      max-width: 20px;
      max-height: 20px;
      -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; }
    .socialicons a.icon-twitter 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; }
    .socialicons a.icon-facebook svg {
      fill: #a7a9ac; }
    .socialicons a.icon-facebook:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-facebook:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-facebook:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-twitter svg {
      fill: #a7a9ac; }
    .socialicons a.icon-twitter:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-twitter:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-twitter:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-instagram svg {
      fill: #a7a9ac; }
    .socialicons a.icon-instagram:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-instagram:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-instagram:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-youtube svg {
      fill: #a7a9ac; }
    .socialicons a.icon-youtube:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-youtube:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-youtube:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-rss svg {
      fill: #a7a9ac; }
    .socialicons a.icon-rss:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-rss:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-rss:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-linkedin svg {
      fill: #a7a9ac; }
    .socialicons a.icon-linkedin:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-linkedin:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-linkedin:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-gplus svg {
      fill: #a7a9ac; }
    .socialicons a.icon-gplus:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-gplus:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-gplus:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-whatsapp svg {
      fill: #a7a9ac; }
    .socialicons a.icon-whatsapp:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-whatsapp:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-whatsapp:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-email svg {
      fill: #a7a9ac; }
    .socialicons a.icon-email:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-email:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-email:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
    .socialicons a.icon-print svg {
      fill: #a7a9ac; }
    .socialicons a.icon-print:hover {
      border: 2px solid #ed1c24; }
      .socialicons a.icon-print:hover svg {
        fill: #ed1c24; }
      .socialicons a.icon-print:hover.icon-twitter svg path {
        fill: #ed1c24 !important; }
  @media (max-width: 767px) {
    .socialicons {
      display: none; } }

.aboutus {
  position: relative;
  width: 100%;
  padding-bottom: 24px !important; }
  .aboutus .text {
    margin-top: 32px;
    text-transform: unset;
    font-size: 20px; }
    @media (max-width: 991px) {
      .aboutus .text {
        font-size: 16px; } }

.ourmedia {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
  padding-top: 0px !important;
  padding-bottom: 48px !important; }
  .ourmedia .sliderourmedia {
    position: relative;
    margin-bottom: 74px; }
    .ourmedia .sliderourmedia .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .ourmedia .sliderourmedia .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .ourmedia .sliderourmedia .slick-list .slick-track:after, .ourmedia .sliderourmedia .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .ourmedia .sliderourmedia .slick-prev,
    .ourmedia .sliderourmedia .slick-next {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      border-radius: 50%;
      z-index: 4;
      -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: 1350px) {
        .ourmedia .sliderourmedia .slick-prev,
        .ourmedia .sliderourmedia .slick-next {
          display: none !important; } }
      .ourmedia .sliderourmedia .slick-prev svg,
      .ourmedia .sliderourmedia .slick-next svg {
        width: 18px;
        height: 18px;
        fill: #D4D4D4; }
      .ourmedia .sliderourmedia .slick-prev:hover,
      .ourmedia .sliderourmedia .slick-next:hover {
        background: #ed1c24; }
        .ourmedia .sliderourmedia .slick-prev:hover svg,
        .ourmedia .sliderourmedia .slick-next:hover svg {
          fill: #fff; }
    .ourmedia .sliderourmedia .slick-next {
      right: -52px; }
    .ourmedia .sliderourmedia .slick-prev {
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .ourmedia .sliderourmedia .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      @media (max-width: 1350px) {
        .ourmedia .sliderourmedia .slick-dots {
          display: block !important; } }
      .ourmedia .sliderourmedia .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .ourmedia .sliderourmedia .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f5f5f5;
          border: 0px;
          outline: none;
          background: transparent; }
      .ourmedia .sliderourmedia .slick-dots li.slick-active {
        background: #ed1c24; }
    .ourmedia .sliderourmedia .item {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 48px 12px 0px 12px;
      padding: 20px;
      border-radius: 24px;
      min-height: 180px;
      background: #eaeaea;
      -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;
      text-align: center; }
      .ourmedia .sliderourmedia .item:hover .title {
        opacity: 0; }
      .ourmedia .sliderourmedia .item:hover .photo {
        opacity: 1; }
      .ourmedia .sliderourmedia .item .photo {
        position: absolute;
        left: 0px;
        width: 100%;
        overflow: hidden;
        z-index: 10;
        opacity: 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; }
        .ourmedia .sliderourmedia .item .photo img {
          width: 116px;
          max-height: 100%;
          margin: 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; }
        .ourmedia .sliderourmedia .item .photo .sz-img {
          width: 180px; }
      .ourmedia .sliderourmedia .item .title {
        font-size: 18px;
        overflow: hidden;
        font-weight: 400;
        -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; }
  .ourmedia .sliderassociated {
    position: relative; }
    .ourmedia .sliderassociated .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .ourmedia .sliderassociated .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .ourmedia .sliderassociated .slick-list .slick-track:after, .ourmedia .sliderassociated .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .ourmedia .sliderassociated .slick-prev,
    .ourmedia .sliderassociated .slick-next {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      border-radius: 50%;
      z-index: 4;
      -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: 1350px) {
        .ourmedia .sliderassociated .slick-prev,
        .ourmedia .sliderassociated .slick-next {
          display: none !important; } }
      .ourmedia .sliderassociated .slick-prev svg,
      .ourmedia .sliderassociated .slick-next svg {
        width: 18px;
        height: 18px;
        fill: #D4D4D4; }
      .ourmedia .sliderassociated .slick-prev:hover,
      .ourmedia .sliderassociated .slick-next:hover {
        background: #ed1c24; }
        .ourmedia .sliderassociated .slick-prev:hover svg,
        .ourmedia .sliderassociated .slick-next:hover svg {
          fill: #fff; }
    .ourmedia .sliderassociated .slick-next {
      right: -52px; }
    .ourmedia .sliderassociated .slick-prev {
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .ourmedia .sliderassociated .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      @media (max-width: 1350px) {
        .ourmedia .sliderassociated .slick-dots {
          display: block !important; } }
      .ourmedia .sliderassociated .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .ourmedia .sliderassociated .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f5f5f5;
          border: 0px;
          outline: none;
          background: transparent; }
      .ourmedia .sliderassociated .slick-dots li.slick-active {
        background: #ed1c24; }
    .ourmedia .sliderassociated .slick-track {
      padding-bottom: 22px; }
    .ourmedia .sliderassociated .item {
      vertical-align: text-top;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 24px 12px 0px 12px;
      padding: 20px;
      border-radius: 24px;
      height: 200px;
      background: #eaeaea;
      -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;
      text-align: center; }
      .ourmedia .sliderassociated .item:hover .text {
        height: 62px; }
      .ourmedia .sliderassociated .item .inner {
        width: 100%;
        overflow: hidden; }
      .ourmedia .sliderassociated .item .photo {
        width: 100%;
        overflow: hidden;
        z-index: 10; }
        .ourmedia .sliderassociated .item .photo img {
          max-width: 156px;
          max-height: 64px; }
      .ourmedia .sliderassociated .item .text {
        height: 0px;
        overflow: hidden;
        line-height: 22px;
        margin-top: 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; }
      .ourmedia .sliderassociated .item .bottom {
        position: absolute;
        bottom: -22px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        max-width: 162px; }
        @media (max-width: 991px) {
          .ourmedia .sliderassociated .item .bottom {
            bottom: -16px; } }

.latestwork {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 48px !important; }
  .latestwork .sliderlatestwork {
    position: relative; }
    .latestwork .sliderlatestwork .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .latestwork .sliderlatestwork .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .latestwork .sliderlatestwork .slick-list .slick-track:after, .latestwork .sliderlatestwork .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .latestwork .sliderlatestwork .slick-prev,
    .latestwork .sliderlatestwork .slick-next {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      border-radius: 50%;
      z-index: 4;
      -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: 1350px) {
        .latestwork .sliderlatestwork .slick-prev,
        .latestwork .sliderlatestwork .slick-next {
          display: none !important; } }
      .latestwork .sliderlatestwork .slick-prev svg,
      .latestwork .sliderlatestwork .slick-next svg {
        width: 18px;
        height: 18px;
        fill: #D4D4D4; }
      .latestwork .sliderlatestwork .slick-prev:hover,
      .latestwork .sliderlatestwork .slick-next:hover {
        background: #ed1c24; }
        .latestwork .sliderlatestwork .slick-prev:hover svg,
        .latestwork .sliderlatestwork .slick-next:hover svg {
          fill: #fff; }
    .latestwork .sliderlatestwork .slick-next {
      right: -52px; }
    .latestwork .sliderlatestwork .slick-prev {
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .latestwork .sliderlatestwork .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      @media (max-width: 1350px) {
        .latestwork .sliderlatestwork .slick-dots {
          display: block !important; } }
      .latestwork .sliderlatestwork .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .latestwork .sliderlatestwork .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f5f5f5;
          border: 0px;
          outline: none;
          background: transparent; }
      .latestwork .sliderlatestwork .slick-dots li.slick-active {
        background: #ed1c24; }
    .latestwork .sliderlatestwork .slick-list {
      margin: 0px; }
  .latestwork .slick-prev,
  .latestwork .slick-next {
    display: none !important; }
  .latestwork .item {
    position: relative;
    display: inline-block;
    max-height: 340px;
    margin-top: 48px;
    background: #eaeaea;
    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;
    text-align: center; }
    .latestwork .item:hover {
      opacity: 0.4; }
    .latestwork .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .latestwork .item .overlay {
      display: flex;
      align-items: center;
      justify-content: center; }
      .latestwork .item .overlay svg {
        fill: #fff !important;
        width: 42px !important;
        height: 42px !important; }

.ourclients {
  position: relative;
  width: 100%;
  padding-bottom: 48px !important; }
  .ourclients .text {
    margin-top: 32px;
    text-transform: unset;
    font-size: 20px; }
    @media (max-width: 991px) {
      .ourclients .text {
        font-size: 16px; } }
  .ourclients .sliderclients {
    position: relative; }
    .ourclients .sliderclients .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .ourclients .sliderclients .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .ourclients .sliderclients .slick-list .slick-track:after, .ourclients .sliderclients .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .ourclients .sliderclients .slick-prev,
    .ourclients .sliderclients .slick-next {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      border-radius: 50%;
      z-index: 4;
      -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: 1350px) {
        .ourclients .sliderclients .slick-prev,
        .ourclients .sliderclients .slick-next {
          display: none !important; } }
      .ourclients .sliderclients .slick-prev svg,
      .ourclients .sliderclients .slick-next svg {
        width: 18px;
        height: 18px;
        fill: #D4D4D4; }
      .ourclients .sliderclients .slick-prev:hover,
      .ourclients .sliderclients .slick-next:hover {
        background: #ed1c24; }
        .ourclients .sliderclients .slick-prev:hover svg,
        .ourclients .sliderclients .slick-next:hover svg {
          fill: #fff; }
    .ourclients .sliderclients .slick-next {
      right: -52px; }
    .ourclients .sliderclients .slick-prev {
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .ourclients .sliderclients .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      @media (max-width: 1350px) {
        .ourclients .sliderclients .slick-dots {
          display: block !important; } }
      .ourclients .sliderclients .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .ourclients .sliderclients .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f5f5f5;
          border: 0px;
          outline: none;
          background: transparent; }
      .ourclients .sliderclients .slick-dots li.slick-active {
        background: #ed1c24; }
    .ourclients .sliderclients .item {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 48px 12px 0px 12px;
      padding: 20px;
      border-radius: 24px;
      -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;
      text-align: center; }
      .ourclients .sliderclients .item:hover {
        background: #eaeaea; }
      .ourclients .sliderclients .item .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 130px;
        overflow: hidden;
        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; }
        .ourclients .sliderclients .item .photo 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; }

.numbers .itemnumber {
  margin-top: 48px;
  text-align: center; }
  @media (max-width: 991px) {
    .numbers .itemnumber {
      max-width: 50%;
      flex: 50%; } }
  .numbers .itemnumber .title {
    color: #6e6072;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0px;
    margin-top: 32px;
    text-align: center; }
  .numbers .itemnumber .timer {
    font-size: 62px;
    color: #474f47;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .numbers .itemnumber .timer {
        font-size: 42px; } }

@media (max-width: 991px) {
  .services .row {
    justify-content: center; } }
.services .item {
  border-right: 1px solid #ccc;
  text-align: center;
  max-width: 20%;
  flex: 20%;
  margin-top: 48px; }
  .services .item:last-child {
    border: 0px; }
  @media (max-width: 991px) {
    .services .item {
      max-width: 33.333%;
      flex: 33.333%; }
      .services .item:nth-child(3) {
        border: 0px; } }
  @media (max-width: 767px) {
    .services .item {
      max-width: 50%;
      flex: 50%; }
      .services .item:nth-child(3) {
        border-right: 1px solid #ccc; }
      .services .item:nth-child(2), .services .item:nth-child(4) {
        border: 0px; } }
  .services .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 103px;
    height: 103px;
    background: #252525;
    border-radius: 50%;
    -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; }
    .services .item .icon svg,
    .services .item .icon img {
      width: 103px;
      height: 103px;
      fill: #fff; }
  .services .item .title {
    margin-top: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #5d5d60; }

.newsinner {
  position: relative;
  width: 100%;
  padding-bottom: 48px; }
  @media (max-width: 991px) {
    .newsinner {
      padding-bottom: 24px; } }
  @media (max-width: 991px) {
    .newsinner .item {
      max-width: 100%;
      flex: 100%;
      margin-top: 24px; } }
  .newsinner .item .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 364px;
    overflow: hidden;
    z-index: 10;
    background: #f5f5f5;
    border-radius: 16px; }
    .newsinner .item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .newsinner .item .title {
    font-size: 26px;
    margin-top: 24px; }
  .newsinner .item p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 32px; }
  .newsinner .item .itemsline {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .newsinner .item .social {
    display: flex;
    margin-top: 24px; }
    .newsinner .item .social a {
      position: relative;
      display: inline-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;
      color: #fff;
      width: 34px;
      height: 34px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-left: 4px; }
      .newsinner .item .social a svg {
        fill: #fff;
        width: 14px;
        height: 14px; }
      .newsinner .item .social a.icon-facebook {
        background: #3b5998; }
        .newsinner .item .social a.icon-facebook svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-facebook:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-facebook:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-twitter {
        background: #00acee; }
        .newsinner .item .social a.icon-twitter svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-twitter:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-twitter:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-instagram {
        background: #8d5b46; }
        .newsinner .item .social a.icon-instagram svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-instagram:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-instagram:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-youtube {
        background: #c4302b; }
        .newsinner .item .social a.icon-youtube svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-youtube:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-youtube:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-rss {
        background: #ee802f; }
        .newsinner .item .social a.icon-rss svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-rss:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-rss:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-linkedin {
        background: #007fb1; }
        .newsinner .item .social a.icon-linkedin svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-linkedin:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-linkedin:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-gplus {
        background: #dd4b39; }
        .newsinner .item .social a.icon-gplus svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-gplus:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-gplus:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-whatsapp {
        background: #189d0e; }
        .newsinner .item .social a.icon-whatsapp svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-whatsapp:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-whatsapp:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-email {
        background: #dd4b39; }
        .newsinner .item .social a.icon-email svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-email:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-email:hover svg {
            fill: #fff !important; }
      .newsinner .item .social a.icon-print {
        background: #8d5b46; }
        .newsinner .item .social a.icon-print svg {
          fill: #fff !important; }
        .newsinner .item .social a.icon-print:hover {
          opacity: 0.7; }
          .newsinner .item .social a.icon-print:hover svg {
            fill: #fff !important; }
  .newsinner .item .flex {
    display: flex;
    margin-top: 12px; }
    .newsinner .item .flex .date {
      display: flex;
      align-items: center; }
      .newsinner .item .flex .date svg {
        width: 18px;
        margin-right: 4px; }
  .newsinner .item .most {
    position: sticky;
    top: 100px;
    width: 100%;
    background: #f5f5f5;
    padding: 24px;
    border-radius: 16px; }
    .newsinner .item .most .title {
      margin: 0px; }
  .newsinner .item .listnews a {
    display: block;
    margin-top: 16px;
    background: #fff;
    padding: 12px;
    border-radius: 16px; }
    .newsinner .item .listnews a .date {
      display: flex;
      align-items: center;
      font-size: 13px;
      margin-top: 4px; }
      .newsinner .item .listnews a .date svg {
        width: 14px;
        margin-right: 4px; }
    .newsinner .item .listnews a .title {
      -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;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 18px; }
      .newsinner .item .listnews a .title:hover {
        color: #ed1c24; }
    .newsinner .item .listnews a:hover .title {
      color: #ed1c24; }

.error404 {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center; }
  .error404 .title {
    font-size: 150px !important;
    line-height: 1; }
  .error404 p {
    color: #ed1c24;
    font-size: 24px;
    margin-top: 24px; }
  .error404 .bottom {
    margin-top: 24px; }

.contactus {
  position: relative;
  width: 100%;
  padding-bottom: 48px !important;
  background: #fff; }
  .contactus .text {
    margin-top: 32px;
    text-transform: unset;
    font-size: 20px; }
    @media (max-width: 991px) {
      .contactus .text {
        font-size: 16px; } }
  .contactus .item {
    margin-top: 32px; }
    .contactus .item:first-child {
      padding-right: 48px; }
    @media (max-width: 991px) {
      .contactus .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; }
        .contactus .item:first-child {
          padding-right: 12px; } }
    .contactus .item .field {
      margin-bottom: 16px; }
      .contactus .item .field:last-child {
        margin: 0px; }
      .contactus .item .field select.form-control {
        background: #5a5a64 url(../images/arrow.svg) no-repeat;
        background-position: 98% 24px;
        color: #737373; }
      .contactus .item .field .bottom {
        width: 100%;
        background: #f4f4f4;
        height: 56px;
        color: #b0b0b1; }
        .contactus .item .field .bottom:hover {
          background: #ed1c24;
          color: #fff; }
        @media (max-width: 991px) {
          .contactus .item .field .bottom {
            height: auto; } }
    .contactus .item .map {
      width: 100%;
      height: 376px;
      background: #f5f5f5; }
      .contactus .item .map iframe {
        display: block;
        border: 0px;
        width: 100%;
        height: 100%; }
    .contactus .item .info {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contactus .item .info .map-text {
        display: flex;
        align-items: center;
        margin-top: 24px; }
        .contactus .item .info .map-text .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #5d5d60;
          width: 22px;
          height: 22px;
          border-radius: 50%; }
          .contactus .item .info .map-text .icon svg {
            fill: #5d5d60;
            width: 13px;
            height: 13px; }
        .contactus .item .info .map-text p,
        .contactus .item .info .map-text a {
          display: flex;
          align-items: center;
          margin-left: 4px;
          font-size: 14px;
          color: #5d5d60; }
        .contactus .item .info .map-text a {
          -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 .info .map-text a:hover {
            color: #ed1c24; }

.footer {
  position: relative;
  width: 100%;
  background: #1d1d1d;
  padding: 0px !important; }
  .footer .container {
    padding: 20px 12px; }
    @media (max-width: 991px) {
      .footer .container {
        display: block; } }
  .footer .item {
    border-right: 1px solid #a7a7a794;
    margin-top: 24px; }
    .footer .item:first-child, .footer .item:last-child {
      display: flex;
      align-items: center; }
    .footer .item:last-child {
      border: 0px; }
    .footer .item:nth-child(2) {
      padding: 0px 48px; }
    @media (max-width: 767px) {
      .footer .item {
        max-width: 100%;
        flex: 100%;
        border-right: 0px;
        text-align: center; }
        .footer .item:nth-child(2) {
          padding: 0px 12px; } }
    .footer .item .text {
      color: #a7a7a7;
      font-weight: 100;
      line-height: 22px; }
    .footer .item .title {
      color: #fff;
      font-size: 18px; }
    .footer .item .linebox li {
      border-bottom: 1px solid #a7a7a794;
      padding-bottom: 12px;
      margin-top: 16px; }
      .footer .item .linebox li:last-child {
        border: 0px;
        padding-bottom: 0px; }
      .footer .item .linebox li .text {
        line-height: 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; }
      .footer .item .linebox li span {
        color: #565656;
        font-size: 12px;
        line-height: 1; }
      .footer .item .linebox li:hover .text {
        color: #fff; }
    .footer .item .info {
      width: 100%; }
    .footer .item .map-text {
      display: flex;
      align-items: center;
      padding-left: 48px; }
      @media (max-width: 767px) {
        .footer .item .map-text {
          padding-left: 0px;
          justify-content: center; } }
      .footer .item .map-text .icon svg {
        fill: #ed1c24;
        width: 22px;
        height: 22px; }
      .footer .item .map-text p,
      .footer .item .map-text a {
        display: flex;
        align-items: center;
        color: #a7a7a7; }
      .footer .item .map-text a {
        -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 .item .map-text a:hover {
          color: #ed1c24; }
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    border-top: 1px solid #ffffff1c;
    z-index: 2;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block; } }
    @media (max-width: 767px) {
      .footer .copyright {
        margin-top: 24px; } }
    .footer .copyright p {
      color: #fff;
      font-weight: 300;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .footer .copyright p {
          width: 100%;
          text-align: center; } }
    @media (max-width: 991px) {
      .footer .copyright .social {
        margin: 12px 0px; } }
    .footer .copyright .design {
      display: flex;
      color: #fff;
      font-weight: 300;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .footer .copyright .design {
          justify-content: center;
          margin: 0px; } }
      .footer .copyright .design .development {
        display: block;
        color: #fff;
        margin-right: 4px;
        text-decoration: underline; }
        .footer .copyright .design .development:hover {
          text-decoration: none; }
        .footer .copyright .design .development img {
          max-width: 125px;
          margin-left: 12px; }
  .footer .scrollToTop {
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: fixed;
    bottom: 16px;
    left: 16px;
    display: none;
    border: 0px;
    padding-top: 8px;
    z-index: 1000;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .footer .scrollToTop svg path {
        fill: #fff; }

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;
  line-height: 28px;
  color: #5a5a64;
  font-family: 'Rubik', sans-serif; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #ed1c24;
  cursor: pointer; }

body {
  direction: ltr;
  text-align: left; }
  body.active {
    overflow: hidden; }

.bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 24px;
  background-color: #000;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  border: 0px;
  outline-style: none;
  outline: 0px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  text-transform: unset;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .bottom {
      padding: 4px 16px;
      font-size: 12px; } }
  .bottom:focus {
    outline: 0px !important; }
  .bottom:hover {
    background-color: #ed1c24; }

.bg-title {
  position: relative;
  width: 100%;
  padding: 84px 12px 104px 12px;
  background: url(../images/bg-title.jpg) repeat; }

.title {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  color: #5d5d60;
  text-transform: unset;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 24px; }
      .title br {
        display: none; } }
  .title.b-bottom {
    text-align: center; }
    .title.b-bottom::after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: -26px;
      margin: 0px auto;
      width: 48px;
      height: 5px;
      border-radius: 28px;
      background: #ed1c24; }
  .title.s-color {
    color: #605d60; }

.wizard {
  margin-bottom: 16px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #5a5a64;
    line-height: 14.4px;
    font-weight: 400; }
    .wizard li a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #5a5a64;
      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:hover {
        color: #17a84c; }
      .wizard li a svg {
        margin-right: 16px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

.form-control {
  height: 56px;
  text-transform: none;
  box-shadow: none;
  border-radius: 8px !important;
  border: 1px solid transparent;
  background: #f4f4f4; }
  .form-control:focus {
    border: 1px solid #ed1c24; }
  .form-control::placeholder {
    color: #b0b0b1; }

label {
  color: #5a5a64; }

p {
  font-weight: 400; }

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  padding-right: 28px; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    left: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    background: #D9D9D9;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    font-style: initial; }
  .che-box input[type="radio"] + .label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .che-box input[type="checkbox"]:checked + .label-text:before,
  .che-box input[type="radio"]:checked + .label-text:before {
    content: "";
    background: #ed1c24;
    animation: effect 250ms ease-in; }
  .che-box input[type="checkbox"]:checked + .label-text {
    color: #ed1c24; }
  .che-box span.label-text {
    font-size: 15px; }

.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-right: 12px !important; }
  .alert p {
    margin: 0px !important;
    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%); }

select.form-control {
  -webkit-appearance: none;
  background: #F6F6F6 url(../images/arrow.svg) no-repeat;
  background-position: 12px 24px; }
  select.form-control option {
    padding: 32px; }

textarea.form-control {
  height: 140px !important;
  resize: none; }

.map-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  background: #2d368f; }
  @media (max-width: 991px) {
    .map-back {
      height: 200px; } }
  .map-back::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 10; }
  .map-back::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 132px;
    z-index: 100;
    background: url(../images/shape.png) no-repeat top center;
    background-size: 100% 100%; }
    @media (max-width: 767px) {
      .map-back::after {
        height: 62px; } }
  .map-back img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .map-back .container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 11; }
  .map-back .title {
    color: #fff;
    text-align: center; }

table {
  margin-bottom: 0px !important;
  margin-top: 24px;
  background: #fff !important; }
  @media (max-width: 991px) {
    table {
      margin-top: 12px; } }
  table th {
    background: #ed1c24;
    color: #fff !important; }
  table td,
  table th {
    border: 0px !important;
    font-weight: normal; }
    @media (max-width: 991px) {
      table td,
      table th {
        white-space: nowrap; } }
  table svg {
    fill: #17a84c;
    width: 22px; }
  table tr:nth-of-type(odd) {
    background: #f5f5f5 !important; }
  table .sizfont {
    font-size: 20px;
    color: #2F1952; }

.pagination {
  width: 100%;
  justify-content: center;
  margin-top: 24px; }
  .pagination li {
    display: inline-block;
    margin: 0px 4px; }
    .pagination li a,
    .pagination li span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #5a5a64;
      -webkit-border-radius: 16px !important;
      border-radius: 16px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: rgba(91, 31, 218, 0.1);
      color: #2F1952;
      -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; }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .pagination li:last-child svg {
      transform: rotate(90deg); }
    .pagination li:first-child svg {
      transform: rotate(-90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #ed1c24 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.modal {
  padding: 0px 8px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5); }
  .modal .modal-dialog {
    max-width: 574px; }
  .modal .modal-content {
    padding: 32px;
    border: 0px;
    border-radius: 16px; }
    @media (max-width: 991px) {
      .modal .modal-content {
        padding: 16px; } }
  .modal .title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px; }
  .modal .close {
    position: absolute;
    top: 32px;
    left: 32px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    text-shadow: none;
    outline: none; }
    @media (max-width: 991px) {
      .modal .close {
        top: 16px;
        right: 16px; } }
  .modal .textsign {
    font-size: 12px;
    line-height: 18px;
    color: #5a5a64; }
    .modal .textsign a {
      text-decoration: underline;
      color: #ed1c24; }
      .modal .textsign a:hover {
        text-decoration: none; }
  .modal .chicksign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .modal .chicksign .che-box {
      margin: 0px; }
      .modal .chicksign .che-box span.label-text {
        line-height: 14px;
        font-weight: 300; }
    .modal .chicksign .forgetlink {
      display: block;
      line-height: 14px;
      color: #ed1c24;
      font-weight: 300; }
      .modal .chicksign .forgetlink:hover {
        text-decoration: underline; }
  .modal .field {
    margin-top: 16px; }
    .modal .field label {
      font-weight: 400;
      color: #5a5a64;
      font-size: 12px;
      margin-bottom: 4px; }
  .modal .bottom {
    width: 100%;
    height: 50px; }

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