@charset "UTF-8";
.header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%; }
  @media (max-width: 991px) {
    .header {
      float: right;
      position: relative;
      background: #131c21;
      padding: 15px 0px; } }
  .header .social {
    float: left;
    margin-top: 20px; }
    .header .social a {
      float: left;
      width: 30px;
      height: 30px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      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;
      color: #fff; }
      .header .social a.icon-facebook:hover {
        background-color: #3b5998; }
      .header .social a.icon-twitter:hover {
        background-color: #00acee; }
      .header .social a.icon-instagram:hover {
        background-color: #8d5b46; }
      .header .social a.icon-youtube:hover {
        background-color: #c4302b; }
      .header .social a.icon-rss:hover {
        background-color: #ee802f; }
      .header .social a.icon-linkedin:hover {
        background-color: #007fb1; }
      .header .social a.icon-gplus:hover {
        background-color: #dd4b39; }
      .header .social a.icon-whatsapp:hover {
        background-color: #189d0e; }
    @media (max-width: 991px) {
      .header .social {
        width: 100%;
        text-align: center;
        margin-top: 15px; } }
    @media (max-width: 991px) {
      .header .social a {
        float: none;
        display: inline-block;
        padding-top: 6px; } }
  .header .linkstop {
    float: right;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .header .linkstop {
        width: 100%;
        text-align: center;
        margin-top: 0px; } }
    .header .linkstop a {
      float: right;
      height: 12px;
      line-height: 12px;
      padding-left: 15px;
      margin-left: 15px;
      color: #fff;
      border-left: 1px solid #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .header .linkstop a:last-child {
        padding-left: 0px;
        margin-left: 0px;
        border-left: 0px; }
      .header .linkstop a:hover {
        color: #e9443e; }
      .header .linkstop a i {
        float: left;
        margin: 1px 5px 0px 0px;
        font-size: 12px; }
      @media (max-width: 991px) {
        .header .linkstop a {
          float: none;
          display: inline-block;
          padding: 0px 15px;
          margin: 0px;
          border: 0px;
          height: auto; } }
      @media (max-width: 550px) {
        .header .linkstop a {
          font-size: 13px;
          padding: 0px 10px; } }
  .header hr {
    float: right;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 15px 0px; }
  .header .logo, .header .navmenu .logo {
    float: right; }
    .header .logo img, .header .navmenu .logo img {
      width: 180px; }
      @media (max-width: 991px) {
        .header .logo img, .header .navmenu .logo img {
          width: 130px; } }
  .header .hamburger-box {
    display: none;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    border-top: 2px solid #fff;
    cursor: pointer; }
    .header .hamburger-box span {
      float: left;
      width: 24px;
      height: 2px;
      margin-top: 5px;
      background-color: #fff;
      position: relative;
      border-radius: 1.5px; }
      .header .hamburger-box span::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0px;
        width: 18px;
        height: 2px;
        background-color: #fff;
        border-radius: 1.5px; }
    @media (max-width: 991px) {
      .header .hamburger-box {
        display: block; } }
  .header .overlay {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    display: none; }
  .header .btn-close {
    display: none; }
    @media (max-width: 991px) {
      .header .btn-close {
        display: block;
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 16px;
        color: #fff;
        cursor: pointer; } }
  .header .navmenu {
    float: left;
    margin-top: 10px;
    position: relative; }
    @media (max-width: 991px) {
      .header .navmenu {
        position: fixed;
        top: -10px;
        left: -275px;
        width: 240px;
        height: 100%;
        background: #000;
        padding: 15px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; } }
    .header .navmenu .logo {
      display: none; }
      @media (max-width: 991px) {
        .header .navmenu .logo {
          display: block;
          width: 100%;
          text-align: center;
          padding: 30px 0px; } }
      @media (max-width: 991px) {
        .header .navmenu .logo img {
          width: 180px; } }
    .header .navmenu .bottom {
      float: right;
      position: relative;
      padding: 7px 32px 9px;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #e9443e;
      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;
      cursor: pointer;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      float: left; }
      .header .navmenu .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #131c21;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(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;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .header .navmenu .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .header .navmenu .bottom:hover {
        color: #fff; }
      @media (max-width: 991px) {
        .header .navmenu .bottom {
          margin-top: 30px;
          width: 100%; } }
    .header .navmenu .minmenue {
      float: right;
      margin: 8px 0px 0px 30px; }
      @media (max-width: 991px) {
        .header .navmenu .minmenue {
          margin: 30px 0px;
          width: 100%;
          text-align: center; } }
      .header .navmenu .minmenue li {
        display: inline-block;
        padding: 0px 15px; }
        @media (max-width: 991px) {
          .header .navmenu .minmenue li {
            margin-bottom: 15px;
            width: 100%; } }
        .header .navmenu .minmenue li a {
          color: #fff;
          font-weight: 600;
          position: relative; }
          .header .navmenu .minmenue li a:before {
            content: "";
            position: absolute;
            right: 0px;
            bottom: 46px;
            left: 0px;
            background: #e9443e;
            bottom: 30px;
            height: 5px;
            width: 5px;
            opacity: 0;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            -webkit-transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
            -o-transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
            transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
            margin: 0px auto; }
          .header .navmenu .minmenue li a:hover:before, .header .navmenu .minmenue li a.active:before {
            height: 2px;
            width: 100%;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background-clip: padding-box;
            bottom: -5px;
            opacity: 1;
            text-align: center;
            -webkit-transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s;
            -o-transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s;
            transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s; }

.slider {
  float: right;
  width: 100%;
  background: #131c21;
  clear: both;
  overflow: hidden; }
  .slider .container {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 1000;
    min-height: 205px;
    text-align: center;
    align-items: center; }

.tp-banner-container {
  float: left;
  width: 100%;
  position: relative;
  padding: 0; }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0px;
  left: 0px; }

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.tp-caption {
  z-index: 1;
  white-space: nowrap; }

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px; }

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-caption a:hover {
  color: #ffa902; }

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none; }

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline; }

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }

/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px; }

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top; }

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal; }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important; }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }
/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222; }

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555; }

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative; }

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  z-index: 120 !important; }

.tp-simpleresponsive img {
  max-width: none; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important; }

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000; }

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.html5vid.videoisplaying .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer; }

.html5vid .tp-revstop {
  width: 6px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px; }

.html5vid .tp-revstop {
  display: none; }

.html5vid.videoisplaying .revicon-right-dir {
  display: none; }

.html5vid.videoisplaying .tp-revstop {
  display: block; }

.html5vid.videoisplaying .tp-video-play-button {
  display: none; }

.html5vid:hover .tp-video-play-button {
  display: block; }

.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1; }

.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png); }

.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png); }

.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png); }

.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png); }

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both; }

.tp-bullets {
  z-index: 100;
  position: absolute;
  opacity: 1;
  transform: translateZ(5px);
  bottom: 50px !important;
  transition: opacity 0.2s ease-out 0s; }
  @media (max-width: 991px) {
    .tp-bullets {
      display: none; } }

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 3px;
  float: left;
  background: #fff;
  margin: 0px 5px; }

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background: #e9443e; }

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative; }

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px; }

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px; }

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px; }

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px; }

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px; }

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px; }

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-rightarrow.default,
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 51px;
  background: url(../images/slides/right-arrow.png);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 45% !important;
  margin: 0 !important;
  right: 50px !important;
  display: none !important; }

.tp-leftarrow.default {
  background: url(../images/slides/left-arrow.png);
  right: auto !important;
  left: 50px !important; }

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs {
  padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../images/slides/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px;
  display: none; }

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto; }

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none; }

  .responsive .tparrows {
    display: none; } }
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
  text-align: center; }

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
.tparrows .tp-arr-imgholder {
  display: none; }

.tparrows .tp-arr-titleholder {
  display: none; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent; }

.tparrows.preview1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

.tp-rightarrow.preview1:after {
  content: '\e825'; }

.tp-leftarrow.preview1:after {
  content: '\e824'; }

.tparrows.preview1:hover:after {
  background: white;
  color: #aaa; }

.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;}*/
.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px; } }
/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
  height: 21px; }

.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview1 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important; }

/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  backface-visibility: hidden; }

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px; }

.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px; }

.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: auto;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.tparrows.preview2.hovered {
  width: 300px; }

.tparrows.preview2:hover {
  background: #fff; }

.tparrows.preview2:hover:after {
  color: #000; }

.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px; }

.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview2 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px; }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px; }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px; }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px; }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px; }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }

  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; }

  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important; } }
/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: white;
  -webkit-transform-style: flat; }

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tparrows.preview3:hover:after {
  color: #000; }

.tp-rightarrow.preview3:after {
  content: '\e825'; }

.tp-leftarrow.preview3:after {
  content: '\e824'; }

.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0px;
  padding-right: 70px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0px;
  direction: rtl;
  padding-left: 70px; }

.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle; }

.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px; }

.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview3 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; }

  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px; }

  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px; }

  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px; }

  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; } }
/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview4:after {
  content: '\e825'; }

.tp-leftarrow.preview4:after {
  content: '\e824'; }

.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat; }

.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px; }

.tparrows.preview4 .tp-arr-iwrapper {
  position: relative; }

.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px; }

.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: right;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%; }

.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }

  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }

  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }
/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px; }

.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview4 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px; }

  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px; }

  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important; } }
/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner5 {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%,
    80%,
    100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes tp-bouncedelay {
  0%,
    80%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear; }

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes tp-bounce {
  0%,
    100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes tp-bounce {
  0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.tp-transparentimg {
  content: "url(../assets/transparent.png)"; }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1; }

@font-face {
  font-family: 'revicons';
  src: url("../font/revicons.eot?5510888");
  src: url("../font/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../font/revicons.woff?5510888") format("woff"), url("../font/revicons.ttf?5510888") format("truetype"), url("../font/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.revicon-search-1:before {
  content: '\e802'; }

/* '' */
.revicon-pencil-1:before {
  content: '\e831'; }

/* '' */
.revicon-picture-1:before {
  content: '\e803'; }

/* '' */
.revicon-cancel:before {
  content: '\e80a'; }

/* '' */
.revicon-info-circled:before {
  content: '\e80f'; }

/* '' */
.revicon-trash:before {
  content: '\e801'; }

/* '' */
.revicon-left-dir:before {
  content: '\e817'; }

/* '' */
.revicon-right-dir:before {
  content: '\e818'; }

/* '' */
.revicon-down-open:before {
  content: '\e83b'; }

/* '' */
.revicon-left-open:before {
  content: '\e819'; }

/* '' */
.revicon-right-open:before {
  content: '\e81a'; }

/* '' */
.revicon-angle-left:before {
  content: '\e820'; }

/* '' */
.revicon-angle-right:before {
  content: '\e81d'; }

/* '' */
.revicon-left-big:before {
  content: '\e81f'; }

/* '' */
.revicon-right-big:before {
  content: '\e81e'; }

/* '' */
.revicon-magic:before {
  content: '\e807'; }

/* '' */
.revicon-picture:before {
  content: '\e800'; }

/* '' */
.revicon-export:before {
  content: '\e80b'; }

/* '' */
.revicon-cog:before {
  content: '\e832'; }

/* '' */
.revicon-login:before {
  content: '\e833'; }

/* '' */
.revicon-logout:before {
  content: '\e834'; }

/* '' */
.revicon-video:before {
  content: '\e805'; }

/* '' */
.revicon-arrow-combo:before {
  content: '\e827'; }

/* '' */
.revicon-left-open-1:before {
  content: '\e82a'; }

/* '' */
.revicon-right-open-1:before {
  content: '\e82b'; }

/* '' */
.revicon-left-open-mini:before {
  content: '\e822'; }

/* '' */
.revicon-right-open-mini:before {
  content: '\e823'; }

/* '' */
.revicon-left-open-big:before {
  content: '\e824'; }

/* '' */
.revicon-right-open-big:before {
  content: '\e825'; }

/* '' */
.revicon-left:before {
  content: '\e836'; }

/* '' */
.revicon-right:before {
  content: '\e826'; }

/* '' */
.revicon-ccw:before {
  content: '\e808'; }

/* '' */
.revicon-arrows-ccw:before {
  content: '\e806'; }

/* '' */
.revicon-palette:before {
  content: '\e829'; }

/* '' */
.revicon-list-add:before {
  content: '\e80c'; }

/* '' */
.revicon-doc:before {
  content: '\e809'; }

/* '' */
.revicon-left-open-outline:before {
  content: '\e82e'; }

/* '' */
.revicon-left-open-2:before {
  content: '\e82c'; }

/* '' */
.revicon-right-open-outline:before {
  content: '\e82f'; }

/* '' */
.revicon-right-open-2:before {
  content: '\e82d'; }

/* '' */
.revicon-equalizer:before {
  content: '\e83a'; }

/* '' */
.revicon-layers-alt:before {
  content: '\e804'; }

/* '' */
.revicon-popup:before {
  content: '\e828'; }

/* '' */
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.largeblackbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #000;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.black_heavy_60 {
  font-size: 25px;
  line-height: 35px;
  color: #f58c3e;
  background-color: transparent; }

.tp-caption.white_heavy_40 {
  font-size: 33px;
  line-height: 40px;
  color: white;
  text-transform: uppercase; }

.tp-caption.grey_heavy_72 {
  font-size: 35px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  text-transform: none !important;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .tp-caption.grey_heavy_72 {
      display: none; } }

.tp-caption.grey_regular_18 {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .tp-caption.grey_regular_18 {
      display: none; } }

.tp-caption.black_thin_34 {
  font-size: 25px;
  line-height: 35px;
  color: #f58c3e;
  background-color: transparent; }

.tp-caption.arrowicon {
  line-height: 1px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.light_heavy_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.black_bold_40 {
  font-size: 25px;
  line-height: 35px;
  color: #f58c3e; }

.tp-caption.light_heavy_70 {
  font-size: 33px;
  color: white;
  text-transform: uppercase; }

.tp-caption.black_heavy_70 {
  font-size: 50px;
  line-height: 70px;
  color: #fff; }

.tp-caption.black_bold_bg_20 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.67);
  padding: 5px 8px;
  text-transform: uppercase; }

.tp-caption.greenbox30 {
  line-height: 30px;
  background-color: #f58c3e;
  padding: 0px 14px; }

.tp-caption.blue_heavy_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: #31a5cb;
  padding: 3px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.green_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  color: white; }

.tp-caption.whitecircle_600px {
  line-height: 1px;
  width: 800px;
  height: 800px;
  text-decoration: none;
  background: linear-gradient(to bottom, #eeeeee 0%, white 100%);
  filter: progid;
  background-color: transparent;
  border-radius: 400px 400px 400px 400px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.fullrounded {
  border-radius: 400px 400px 400px 400px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.light_heavy_40 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.white_thin_34 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 200;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.fullbg_gradient {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #490202;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.light_medium_30 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.red_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: #e03300;
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.blue_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: #3598dc;
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.white_bold_bg_20 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-family: Raleway;
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 8px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.white_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.light_heavy_70_shadowed {
  font-size: 33px;
  color: white;
  text-transform: uppercase; }

.tp-caption.light_medium_30_shadowed {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: Raleway;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.blackboxed_heavy {
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 5px 20px;
  text-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 7px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.bignumbers_white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 84px;
  line-height: 84px;
  font-weight: 800;
  font-family: Raleway;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-shadow: rgba(0, 0, 0, 0.247059) 0px 0px 7px;
  border-width: 0px;
  border-color: white;
  border-style: none solid none none; }

.tp-caption.whiteline_long {
  line-height: 1px;
  min-width: 660px;
  background-color: transparent;
  text-decoration: none;
  border-width: 2px 0px 0px 0px;
  border-color: white #222222 #222222 #222222;
  border-style: solid none none none; }

.tp-caption.light_medium_20_shadowed {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: Raleway;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.fullgradient_overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid;
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.light_medium_20 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: Raleway;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.reddishbg_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: rgba(100, 1, 24, 0.8);
  padding: 50px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.borderbox_725x130 {
  min-width: 725px;
  min-height: 130px;
  background-color: transparent;
  text-decoration: none;
  border-width: 2px;
  border-color: white;
  border-style: solid; }

.tp-caption.light_heavy_34 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.black_thin_30 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
  font-family: Raleway;
  color: black;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.black_thin_whitebg_30 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: Raleway;
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.white_heavy_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.black_thin_blackbg_30 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 5px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.light_thin_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.greenbgfull {
  background-color: #85b85f;
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.bluebgfull {
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: #3da4cf;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.blackbgfull {
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.247059);
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.wave_repeat1 {
  width: 100%;
  height: 600px;
  background-repeat: repeat-x;
  background-color: transparent;
  text-decoration: none;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.wavebg2 {
  width: 200%;
  height: 300px;
  text-decoration: none;
  background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave21.png);
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.wavebg1 {
  width: 200%;
  height: 300px;
  text-decoration: none;
  background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave11.png);
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.wavebg3 {
  width: 200%;
  height: 300px;
  text-decoration: none;
  background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave3.png);
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.wavebg4 {
  width: 200%;
  height: 300px;
  text-decoration: none;
  background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave4.png);
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.greenishbg_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: Raleway;
  color: white;
  text-decoration: none;
  padding: 50px;
  text-shadow: none;
  background-color: rgba(40, 67, 62, 0.8);
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.wavebg5 {
  width: 200%;
  height: 300px;
  text-decoration: none;
  background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave51.png);
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.deepblue_sea {
  width: 100%;
  height: 1000px;
  background-color: #1e2e3b;
  text-decoration: none;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-caption a:hover {
  color: #ffa902; }

.largeredbtn {
  color: #fff !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  padding: 7px 15px;
  text-align: center;
  border-radius: 60px;
  background: #e9443e;
  text-align: center;
  width: 150px; }
  @media (max-width: 991px) {
    .largeredbtn {
      display: none !important; } }

.largeredbtn:hover {
  background: #2b2b2b; }

.fullrounded img {
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px; }

@media (max-width: 991px) {
  .linone {
    display: none !important; } }
@media (max-width: 667px) {
  .tp-rightarrow.default,
  .tp-leftarrow.default {
    display: none; } }
@media (max-width: 567px) {
  .largeredbtn {
    width: 65px; } }
.services {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .services {
      padding: 15px 0px; } }
  .services .title {
    float: right;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px; }
    @media (max-width: 991px) {
      .services .title {
        font-size: 20px;
        padding-bottom: 0px; } }
    .services .title:before {
      content: "";
      position: absolute;
      right: 0px;
      bottom: -10px;
      left: 0px;
      z-index: 1;
      width: 60px;
      height: 2px;
      background: #e9443e;
      z-index: 2;
      margin: 0px auto; }
  .services .text {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  .services .item {
    margin-top: 40px; }
    @media (max-width: 991px) {
      .services .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .services .item {
        max-width: 100%;
        flex: 100%; } }
    .services .item .movit {
      float: right;
      position: relative;
      width: 100%; }
      .services .item .movit .aheto-features-block {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
        -o-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
        -ms-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
        background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 2.5px, #e9443e 4px, #e9443e 0);
        background: -o-repeating-linear-gradient(135deg, #fff, #fff 2.5px, #e9443e 4px, #e9443e 0);
        background: repeating-linear-gradient(-45deg, #fff, #fff 2.5px, #e9443e 4px, #e9443e 0); }
      .services .item .movit .contant {
        float: right;
        width: 100%;
        background: #fff;
        border: 8px solid transparent;
        padding: 15px;
        position: relative;
        z-index: 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; }
        .services .item .movit .contant:hover {
          border: 8px solid #e9443e;
          -webkit-transform: translate(-15px, -15px);
          -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
        .services .item .movit .contant .photo {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 230px;
          background: #4a4a4a;
          overflow: hidden; }
          .services .item .movit .contant .photo img {
            width: 100%; }
        .services .item .movit .contant .title {
          float: right;
          width: 100%;
          color: #000;
          text-align: center;
          font-size: 25px;
          font-weight: 600;
          position: relative;
          padding-bottom: 5px;
          font-size: 20px;
          margin-top: 15px;
          padding: 0px;
          height: 28px;
          overflow: hidden; }
          @media (max-width: 991px) {
            .services .item .movit .contant .title {
              font-size: 20px;
              padding-bottom: 0px; } }
          .services .item .movit .contant .title:before {
            content: "";
            position: absolute;
            right: 0px;
            bottom: -10px;
            left: 0px;
            z-index: 1;
            width: 60px;
            height: 2px;
            background: #e9443e;
            z-index: 2;
            margin: 0px auto; }
          .services .item .movit .contant .title:before {
            display: none; }
        .services .item .movit .contant .text {
          margin-top: 5px;
          height: 110px;
          overflow: hidden; }
          @media (max-width: 767px) {
            .services .item .movit .contant .text {
              height: auto; } }

.aboutus,
.aboutus-inner,
.terms-conditions,
.services-inner {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .aboutus,
    .aboutus-inner,
    .terms-conditions,
    .services-inner {
      padding: 15px 0px; } }
  @media (max-width: 991px) {
    .aboutus,
    .aboutus-inner,
    .terms-conditions,
    .services-inner {
      margin-top: 0px; } }
  .aboutus .item,
  .aboutus-inner .item,
  .terms-conditions .item,
  .services-inner .item {
    float: right;
    height: 450px;
    overflow: hidden; }
    .aboutus .item:last-child,
    .aboutus-inner .item:last-child,
    .terms-conditions .item:last-child,
    .services-inner .item:last-child {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .aboutus .item:first-child,
    .aboutus-inner .item:first-child,
    .terms-conditions .item:first-child,
    .services-inner .item:first-child {
      width: 60%;
      background: #131c21;
      padding: 60px;
      padding-left: 13%;
      margin-top: 60px; }
      .aboutus .item:first-child .title,
      .aboutus-inner .item:first-child .title,
      .terms-conditions .item:first-child .title,
      .services-inner .item:first-child .title {
        float: right;
        width: 100%;
        color: #000;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        position: relative;
        padding-bottom: 5px;
        color: #fff;
        text-align: right;
        padding: 0px; }
        @media (max-width: 991px) {
          .aboutus .item:first-child .title,
          .aboutus-inner .item:first-child .title,
          .terms-conditions .item:first-child .title,
          .services-inner .item:first-child .title {
            font-size: 20px;
            padding-bottom: 0px; } }
        .aboutus .item:first-child .title:before,
        .aboutus-inner .item:first-child .title:before,
        .terms-conditions .item:first-child .title:before,
        .services-inner .item:first-child .title:before {
          content: "";
          position: absolute;
          right: 0px;
          bottom: -10px;
          left: 0px;
          z-index: 1;
          width: 60px;
          height: 2px;
          background: #e9443e;
          z-index: 2;
          margin: 0px auto; }
        .aboutus .item:first-child .title:before,
        .aboutus-inner .item:first-child .title:before,
        .terms-conditions .item:first-child .title:before,
        .services-inner .item:first-child .title:before {
          display: none; }
      .aboutus .item:first-child .text,
      .aboutus-inner .item:first-child .text,
      .terms-conditions .item:first-child .text,
      .services-inner .item:first-child .text {
        display: inline-block;
        margin: 15px 0px;
        color: #fff;
        height: 195px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .aboutus .item:first-child .text,
          .aboutus-inner .item:first-child .text,
          .terms-conditions .item:first-child .text,
          .services-inner .item:first-child .text {
            height: auto; } }
      .aboutus .item:first-child .bottom,
      .aboutus-inner .item:first-child .bottom,
      .terms-conditions .item:first-child .bottom,
      .services-inner .item:first-child .bottom {
        float: right;
        position: relative;
        padding: 7px 32px 9px;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #e9443e;
        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;
        cursor: pointer;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        margin-top: 15px; }
        .aboutus .item:first-child .bottom:before,
        .aboutus-inner .item:first-child .bottom:before,
        .terms-conditions .item:first-child .bottom:before,
        .services-inner .item:first-child .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #131c21;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(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;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .aboutus .item:first-child .bottom:hover:before,
        .aboutus-inner .item:first-child .bottom:hover:before,
        .terms-conditions .item:first-child .bottom:hover:before,
        .services-inner .item:first-child .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .aboutus .item:first-child .bottom:hover,
        .aboutus-inner .item:first-child .bottom:hover,
        .terms-conditions .item:first-child .bottom:hover,
        .services-inner .item:first-child .bottom:hover {
          color: #fff; }
    .aboutus .item .video-itme img,
    .aboutus-inner .item .video-itme img,
    .terms-conditions .item .video-itme img,
    .services-inner .item .video-itme img {
      width: 100%;
      height: 450px; }
      @media (max-width: 991px) {
        .aboutus .item .video-itme img,
        .aboutus-inner .item .video-itme img,
        .terms-conditions .item .video-itme img,
        .services-inner .item .video-itme img {
          height: auto; } }
    .aboutus .item .video-itme .cd-single-point,
    .aboutus-inner .item .video-itme .cd-single-point,
    .terms-conditions .item .video-itme .cd-single-point,
    .services-inner .item .video-itme .cd-single-point {
      position: absolute;
      top: 50%;
      right: 0px;
      left: 0px;
      margin: 0px auto;
      width: 80px;
      height: 80px;
      margin-top: -30px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      background: #e9443e;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      z-index: 20;
      animation-name: pulse;
      animation-duration: 2s;
      animation-iteration-count: infinite; }
@keyframes pulse {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.85); }
  to {
    transform: scale(1); } }
    @media (max-width: 991px) {
      .aboutus .item,
      .aboutus-inner .item,
      .terms-conditions .item,
      .services-inner .item {
        position: relative !important;
        width: 100% !important;
        margin: 0px !important;
        height: auto; }
        .aboutus .item:first-child,
        .aboutus-inner .item:first-child,
        .terms-conditions .item:first-child,
        .services-inner .item:first-child {
          padding: 30px !important; } }

.aboutus-inner,
.terms-conditions,
.services-inner {
  padding-top: 0px !important;
  margin-top: 0px !important; }
  .aboutus-inner .aboutus-it,
  .aboutus-inner .te-conditions,
  .aboutus-inner .item-inner,
  .terms-conditions .aboutus-it,
  .terms-conditions .te-conditions,
  .terms-conditions .item-inner,
  .services-inner .aboutus-it,
  .services-inner .te-conditions,
  .services-inner .item-inner {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .aboutus-inner .aboutus-it,
      .aboutus-inner .te-conditions,
      .aboutus-inner .item-inner,
      .terms-conditions .aboutus-it,
      .terms-conditions .te-conditions,
      .terms-conditions .item-inner,
      .services-inner .aboutus-it,
      .services-inner .te-conditions,
      .services-inner .item-inner {
        margin-top: 15px; } }
    .aboutus-inner .aboutus-it img,
    .aboutus-inner .te-conditions img,
    .aboutus-inner .item-inner img,
    .terms-conditions .aboutus-it img,
    .terms-conditions .te-conditions img,
    .terms-conditions .item-inner img,
    .services-inner .aboutus-it img,
    .services-inner .te-conditions img,
    .services-inner .item-inner img {
      width: 100%; }
    .aboutus-inner .aboutus-it .title,
    .aboutus-inner .te-conditions .title,
    .aboutus-inner .item-inner .title,
    .terms-conditions .aboutus-it .title,
    .terms-conditions .te-conditions .title,
    .terms-conditions .item-inner .title,
    .services-inner .aboutus-it .title,
    .services-inner .te-conditions .title,
    .services-inner .item-inner .title {
      float: right;
      width: 100%;
      color: #000;
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      position: relative;
      padding-bottom: 5px;
      padding: 0px;
      text-align: right; }
      @media (max-width: 991px) {
        .aboutus-inner .aboutus-it .title,
        .aboutus-inner .te-conditions .title,
        .aboutus-inner .item-inner .title,
        .terms-conditions .aboutus-it .title,
        .terms-conditions .te-conditions .title,
        .terms-conditions .item-inner .title,
        .services-inner .aboutus-it .title,
        .services-inner .te-conditions .title,
        .services-inner .item-inner .title {
          font-size: 20px;
          padding-bottom: 0px; } }
      .aboutus-inner .aboutus-it .title:before,
      .aboutus-inner .te-conditions .title:before,
      .aboutus-inner .item-inner .title:before,
      .terms-conditions .aboutus-it .title:before,
      .terms-conditions .te-conditions .title:before,
      .terms-conditions .item-inner .title:before,
      .services-inner .aboutus-it .title:before,
      .services-inner .te-conditions .title:before,
      .services-inner .item-inner .title:before {
        content: "";
        position: absolute;
        right: 0px;
        bottom: -10px;
        left: 0px;
        z-index: 1;
        width: 60px;
        height: 2px;
        background: #e9443e;
        z-index: 2;
        margin: 0px auto; }
      .aboutus-inner .aboutus-it .title::before,
      .aboutus-inner .te-conditions .title::before,
      .aboutus-inner .item-inner .title::before,
      .terms-conditions .aboutus-it .title::before,
      .terms-conditions .te-conditions .title::before,
      .terms-conditions .item-inner .title::before,
      .services-inner .aboutus-it .title::before,
      .services-inner .te-conditions .title::before,
      .services-inner .item-inner .title::before {
        display: none; }
    .aboutus-inner .aboutus-it .text,
    .aboutus-inner .te-conditions .text,
    .aboutus-inner .item-inner .text,
    .terms-conditions .aboutus-it .text,
    .terms-conditions .te-conditions .text,
    .terms-conditions .item-inner .text,
    .services-inner .aboutus-it .text,
    .services-inner .te-conditions .text,
    .services-inner .item-inner .text {
      display: inline-block;
      margin-top: 15px; }
    .aboutus-inner .aboutus-it .bottom,
    .aboutus-inner .te-conditions .bottom,
    .aboutus-inner .item-inner .bottom,
    .terms-conditions .aboutus-it .bottom,
    .terms-conditions .te-conditions .bottom,
    .terms-conditions .item-inner .bottom,
    .services-inner .aboutus-it .bottom,
    .services-inner .te-conditions .bottom,
    .services-inner .item-inner .bottom {
      float: right;
      position: relative;
      padding: 7px 32px 9px;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #e9443e;
      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;
      cursor: pointer;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      margin-top: 15px; }
      .aboutus-inner .aboutus-it .bottom:before,
      .aboutus-inner .te-conditions .bottom:before,
      .aboutus-inner .item-inner .bottom:before,
      .terms-conditions .aboutus-it .bottom:before,
      .terms-conditions .te-conditions .bottom:before,
      .terms-conditions .item-inner .bottom:before,
      .services-inner .aboutus-it .bottom:before,
      .services-inner .te-conditions .bottom:before,
      .services-inner .item-inner .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #131c21;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(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;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .aboutus-inner .aboutus-it .bottom:hover:before,
      .aboutus-inner .te-conditions .bottom:hover:before,
      .aboutus-inner .item-inner .bottom:hover:before,
      .terms-conditions .aboutus-it .bottom:hover:before,
      .terms-conditions .te-conditions .bottom:hover:before,
      .terms-conditions .item-inner .bottom:hover:before,
      .services-inner .aboutus-it .bottom:hover:before,
      .services-inner .te-conditions .bottom:hover:before,
      .services-inner .item-inner .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .aboutus-inner .aboutus-it .bottom:hover,
      .aboutus-inner .te-conditions .bottom:hover,
      .aboutus-inner .item-inner .bottom:hover,
      .terms-conditions .aboutus-it .bottom:hover,
      .terms-conditions .te-conditions .bottom:hover,
      .terms-conditions .item-inner .bottom:hover,
      .services-inner .aboutus-it .bottom:hover,
      .services-inner .te-conditions .bottom:hover,
      .services-inner .item-inner .bottom:hover {
        color: #fff; }

.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;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      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;
    width: 24px;
    height: 24px;
    background: url(../images/icon-close-white.png) no-repeat;
    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; }
    .YouTubePopUp-Wrap .YouTubePopUp-Close:hover {
      opacity: 0.5; }

.login {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding-top: 0px !important;
  overflow: hidden;
  background: #032f52 url(../images/slides/img1.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .login {
      padding: 15px 0px; } }
  .login:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.39); }
  .login .item {
    margin-top: 30px; }
    .login .item .title {
      float: right;
      width: 100%;
      color: #000;
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      position: relative;
      padding-bottom: 5px;
      padding: 0px;
      margin-bottom: 15px;
      color: #fff;
      text-align: right; }
      @media (max-width: 991px) {
        .login .item .title {
          font-size: 20px;
          padding-bottom: 0px; } }
      .login .item .title:before {
        content: "";
        position: absolute;
        right: 0px;
        bottom: -10px;
        left: 0px;
        z-index: 1;
        width: 60px;
        height: 2px;
        background: #e9443e;
        z-index: 2;
        margin: 0px auto; }
      .login .item .title::before {
        display: none; }
    .login .item .text {
      color: #fff; }
    .login .item .bottom {
      float: right;
      position: relative;
      padding: 7px 32px 9px;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #e9443e;
      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;
      cursor: pointer;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      width: 100%;
      margin-top: 15px; }
      .login .item .bottom:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #131c21;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(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;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .login .item .bottom:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
      .login .item .bottom:hover {
        color: #fff; }

.modal {
  padding: 0px 15px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.64); }
  .modal .modal-dialog {
    max-width: 530px; }
  .modal .modal-header .modal-title {
    color: #000;
    font-size: 20px; }
  .modal .modal-header .close {
    position: absolute;
    top: -10px;
    right: auto;
    left: -10px;
    margin: 0px;
    padding: 0px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e9443e !important;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    outline: none; }
  .modal .inputcomant {
    margin-bottom: 15px; }
    .modal .inputcomant .form-control {
      height: 55px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; }
  .modal .alert {
    margin: 0px;
    margin-bottom: 15px; }
  .modal .che-box {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    text-align: right;
    margin: 0px; }
    .modal .che-box input[type="checkbox"],
    .modal .che-box input[type="radio"] {
      position: absolute;
      left: 9000px; }
    .modal .che-box input[type="checkbox"] + .label-text:before,
    .modal .che-box input[type="radio"] + .label-text:before {
      content: "\f0c8";
      font-family: "Font Awesome 5 Free";
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-left: 5px;
      font-style: initial; }
    .modal .che-box input[type="radio"] + .label-text:before {
      content: "\f192";
      color: #757575;
      font-weight: 900;
      font-style: initial; }
    .modal .che-box input[type="checkbox"]:checked + .label-text:before {
      content: "\f14a";
      color: #e9443e;
      animation: effect 250ms ease-in; }
    .modal .che-box input[type="radio"]:checked + .label-text:before {
      color: #e9443e;
      animation: effect 250ms ease-in; }
    .modal .che-box span.label-text {
      color: #4a4a4a !important; }
@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
    .modal .che-box .label-text a {
      color: #e9443e;
      text-decoration: underline; }
      .modal .che-box .label-text a:hover {
        text-decoration: none; }
    .modal .che-box input[type="checkbox"] + .label-text:before {
      font-size: 17px; }
  .modal .forgetlink {
    float: left;
    color: #e9443e;
    text-decoration: underline; }
    .modal .forgetlink:hover {
      text-decoration: none; }
  .modal .modal-footer .bottom {
    float: right;
    position: relative;
    padding: 7px 32px 9px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #e9443e;
    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;
    cursor: pointer;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-clip: padding-box; }
    .modal .modal-footer .bottom:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #131c21;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(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;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .modal .modal-footer .bottom:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .modal .modal-footer .bottom:hover {
      color: #fff; }
  .modal .modal-footer button.btn.btn-default {
    margin: 0px;
    margin-right: 15px;
    padding: 9px 20px; }

.modal-dialog.modal-2 {
  max-width: 530px; }
  .modal-dialog.modal-2 .inputcomant {
    margin-bottom: 15px; }
    .modal-dialog.modal-2 .inputcomant .form-control {
      height: 55px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; }
  .modal-dialog.modal-2 .input-group > .custom-select:not(:first-child),
  .modal-dialog.modal-2 .input-group > .form-control:not(:first-child) {
    -webkit-border-radius: 0.25rem 0px 0px 0.25rem;
    border-radius: 0.25rem 0px 0px 0.25rem;
    background-clip: padding-box;
    background: #fff; }
  .modal-dialog.modal-2 span.btn.btn-primary {
    height: 50px;
    padding-top: 12px;
    -webkit-border-radius: 0px 0.25rem 0.25rem 0px;
    border-radius: 0px 0.25rem 0.25rem 0px;
    background-clip: padding-box; }

.contactus {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .contactus {
      padding: 15px 0px; } }
  .contactus .title {
    float: right;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px; }
    @media (max-width: 991px) {
      .contactus .title {
        font-size: 20px;
        padding-bottom: 0px; } }
    .contactus .title:before {
      content: "";
      position: absolute;
      right: 0px;
      bottom: -10px;
      left: 0px;
      z-index: 1;
      width: 60px;
      height: 2px;
      background: #e9443e;
      z-index: 2;
      margin: 0px auto; }
  .contactus .map {
    float: right;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    background: #fff;
    padding: 0px !important;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .contactus .map {
        padding: 15px 0px; } }
    @media (max-width: 991px) {
      .contactus .map {
        margin-bottom: 15px; } }
    .contactus .map iframe {
      float: left;
      border: 0px;
      width: 100%;
      height: 455px; }
  @media (max-width: 991px) {
    .contactus .contac-ti {
      max-width: 100%;
      flex: 100%; } }
  .contactus .contac-ti .title {
    color: #000;
    font-size: 25px;
    margin: 30px 0px;
    text-align: right; }
    .contactus .contac-ti .title::before {
      display: none; }
  .contactus .contac-ti .innercont {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    padding-top: 0px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06); }
    .contactus .contac-ti .innercont .inpudata {
      float: right;
      margin-bottom: 15px;
      position: relative; }
      .contactus .contac-ti .innercont .inpudata .form-control {
        height: 55px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box; }
      .contactus .contac-ti .innercont .inpudata textarea.form-control {
        height: 160px;
        resize: none; }
      .contactus .contac-ti .innercont .inpudata .bottom {
        float: right;
        position: relative;
        padding: 7px 32px 9px;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #e9443e;
        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;
        cursor: pointer;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box; }
        .contactus .contac-ti .innercont .inpudata .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #131c21;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(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;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .contactus .contac-ti .innercont .inpudata .bottom:hover:before {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2); }
        .contactus .contac-ti .innercont .inpudata .bottom:hover {
          color: #fff; }
  .contactus .contac-ti .contactext {
    float: right;
    width: 100%;
    margin-top: 30px; }
    .contactus .contac-ti .contactext:last-child {
      margin-bottom: 0px; }
    .contactus .contac-ti .contactext i {
      float: right;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #e9443e;
      color: #fff; }
    .contactus .contac-ti .contactext .textcont {
      padding-right: 45px; }
      .contactus .contac-ti .contactext .textcont p {
        float: right;
        margin-top: 3px;
        font-size: 18px;
        color: #000; }
      .contactus .contac-ti .contactext .textcont a {
        float: right;
        margin: 3px 0px 0px 15px;
        font-size: 18px;
        color: #000;
        -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 .contac-ti .contactext .textcont a:hover {
          color: #e9443e; }
  .contactus .contac-ti .social {
    float: right;
    margin-top: 30px; }
    .contactus .contac-ti .social a {
      float: left;
      width: 30px;
      height: 30px;
      text-align: center;
      padding: 9px 0px;
      margin-left: 3px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #fff;
      font-size: 14px; }
      .contactus .contac-ti .social a.icon-facebook {
        background-color: #3b5998; }
        .contactus .contac-ti .social a.icon-facebook:hover {
          background-color: #f8f8f8;
          color: #3b5998; }
      .contactus .contac-ti .social a.icon-twitter {
        background-color: #00acee; }
        .contactus .contac-ti .social a.icon-twitter:hover {
          background-color: #f8f8f8;
          color: #00acee; }
      .contactus .contac-ti .social a.icon-instagram {
        background-color: #8d5b46; }
        .contactus .contac-ti .social a.icon-instagram:hover {
          background-color: #f8f8f8;
          color: #8d5b46; }
      .contactus .contac-ti .social a.icon-youtube {
        background-color: #c4302b; }
        .contactus .contac-ti .social a.icon-youtube:hover {
          background-color: #f8f8f8;
          color: #c4302b; }
      .contactus .contac-ti .social a.icon-rss {
        background-color: #ee802f; }
        .contactus .contac-ti .social a.icon-rss:hover {
          background-color: #f8f8f8;
          color: #ee802f; }
      .contactus .contac-ti .social a.icon-linkedin {
        background-color: #007fb1; }
        .contactus .contac-ti .social a.icon-linkedin:hover {
          background-color: #f8f8f8;
          color: #007fb1; }
      .contactus .contac-ti .social a.icon-gplus {
        background-color: #dd4b39; }
        .contactus .contac-ti .social a.icon-gplus:hover {
          background-color: #f8f8f8;
          color: #dd4b39; }
      .contactus .contac-ti .social a.icon-whatsapp {
        background-color: #189d0e; }
        .contactus .contac-ti .social a.icon-whatsapp:hover {
          background-color: #f8f8f8;
          color: #189d0e; }

.error404 {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 150px 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .error404 {
      padding: 15px 0px; } }
  @media (max-width: 991px) {
    .error404 {
      padding: 100px 0px; } }
  .error404 .title {
    font-size: 140px;
    color: #000;
    font-weight: bold; }
    @media (max-width: 991px) {
      .error404 .title {
        font-size: 100px; } }
  .error404 p {
    margin: 70px 0px 30px 0px;
    color: #032f52;
    font-size: 30px; }
    @media (max-width: 991px) {
      .error404 p {
        margin: 40px 0px 15px 0px;
        font-size: 20px; } }
  .error404 .bottom {
    float: right;
    position: relative;
    padding: 7px 32px 9px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #e9443e;
    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;
    cursor: pointer;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    float: none;
    display: inline-block;
    padding: 10px 20px; }
    .error404 .bottom:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #131c21;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(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;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .error404 .bottom:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .error404 .bottom:hover {
      color: #fff; }
    .error404 .bottom i {
      font-size: 13px; }

/************************END 404******************/
.footer {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  background: #131c21;
  text-align: center;
  padding: 60px 0px !important;
  padding-bottom: 0px !important; }
  @media (max-width: 991px) {
    .footer {
      padding: 15px 0px; } }
  .footer .logo img, .footer .header .navmenu .logo img, .header .navmenu .footer .logo img {
    width: 260px; }
  .footer .navlast {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    .footer .navlast a {
      display: inline-block;
      margin: 0px 10px;
      color: #babcbe;
      -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 .navlast a:hover {
        color: #e9443e; }
  .footer .social {
    float: right;
    width: 100%;
    margin-top: 30px; }
    .footer .social a {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      padding: 9px 0px;
      margin: 0px 1px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #fff;
      font-size: 14px; }
      .footer .social a.icon-facebook {
        background-color: #3b5998; }
        .footer .social a.icon-facebook:hover {
          background-color: #f8f8f8;
          color: #3b5998; }
      .footer .social a.icon-twitter {
        background-color: #00acee; }
        .footer .social a.icon-twitter:hover {
          background-color: #f8f8f8;
          color: #00acee; }
      .footer .social a.icon-instagram {
        background-color: #8d5b46; }
        .footer .social a.icon-instagram:hover {
          background-color: #f8f8f8;
          color: #8d5b46; }
      .footer .social a.icon-youtube {
        background-color: #c4302b; }
        .footer .social a.icon-youtube:hover {
          background-color: #f8f8f8;
          color: #c4302b; }
      .footer .social a.icon-rss {
        background-color: #ee802f; }
        .footer .social a.icon-rss:hover {
          background-color: #f8f8f8;
          color: #ee802f; }
      .footer .social a.icon-linkedin {
        background-color: #007fb1; }
        .footer .social a.icon-linkedin:hover {
          background-color: #f8f8f8;
          color: #007fb1; }
      .footer .social a.icon-gplus {
        background-color: #dd4b39; }
        .footer .social a.icon-gplus:hover {
          background-color: #f8f8f8;
          color: #dd4b39; }
      .footer .social a.icon-whatsapp {
        background-color: #189d0e; }
        .footer .social a.icon-whatsapp:hover {
          background-color: #f8f8f8;
          color: #189d0e; }
  .footer .copyright {
    float: right;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02); }
    @media (max-width: 991px) {
      .footer .copyright {
        padding: 15px 0px; } }
    .footer .copyright p {
      color: #fff; }
      .footer .copyright p span {
        color: #e9443e; }
  .footer .scrollToTop {
    float: right;
    position: relative;
    padding: 7px 32px 9px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #e9443e;
    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;
    cursor: pointer;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    border: 0px;
    z-index: 1000;
    color: #fff;
    padding-top: 11px; }
    .footer .scrollToTop:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #131c21;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(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;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .footer .scrollToTop:hover:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .footer .scrollToTop:hover {
      color: #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: #4a4a4a;
  font-family: "Cairo", sans-serif; }

body {
  direction: rtl;
  text-align: right;
  background: #fff; }

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

.row {
  clear: both; }

::-webkit-scrollbar {
  width: 10px; }

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.banner {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  height: 450px;
  padding: 0px;
  background: #fff url(../images/slides/img1.jpg) no-repeat fixed center center/cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .banner {
      padding: 15px 0px; } }
  @media (max-width: 991px) {
    .banner {
      height: 250px;
      margin-top: -30px; } }
  .banner .container {
    margin-top: 115px; }
    @media (max-width: 991px) {
      .banner .container {
        margin-top: 0px; } }
  .banner .title {
    float: right;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
    padding: 0px;
    margin-top: 0px;
    text-align: right; }
    @media (max-width: 991px) {
      .banner .title {
        font-size: 20px;
        padding-bottom: 0px; } }
    .banner .title:before {
      content: "";
      position: absolute;
      right: 0px;
      bottom: -10px;
      left: 0px;
      z-index: 1;
      width: 60px;
      height: 2px;
      background: #e9443e;
      z-index: 2;
      margin: 0px auto; }
    .banner .title:before {
      display: none; }
  .banner .maplink {
    float: right;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    padding: 0px !important;
    margin-top: 15px; }
    @media (max-width: 991px) {
      .banner .maplink {
        padding: 15px 0px; } }
    .banner .maplink li {
      display: inline-block;
      color: #e9443e; }
      .banner .maplink li a {
        color: #fff;
        position: relative;
        padding-left: 15px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .banner .maplink li a:hover {
          color: #e9443e; }
        .banner .maplink li a i {
          font-size: 12px; }
        .banner .maplink li a:before {
          position: absolute;
          top: 1px;
          left: 2px;
          content: "/";
          display: inline-block;
          color: #fff; }

.alert {
  float: right;
  width: 100%;
  padding: 30px 0px;
  position: relative;
  padding: 15px !important;
  margin: 0px;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .alert {
      padding: 15px 0px; } }

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