body {
  background-color: #fff;
  color: #777777;
  font-family: 'Roboto Condensed', Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  padding-top: 100px;
  font-weight: 300; }

header {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0; }
header .navbar-nav {
    position: relative;
    z-index: 999;
    background: #fff;
}

  header .logo {
    overflow: hidden;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999;
    display: block; }
  header .header-top {
    width: 100%; }
    header .header-top .spec {
      padding: 0 15px; }
      header .header-top .spec::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 30px;
        border-left: 1px solid #cccccc; }
    header .header-top .contact img {
      width: 17px;
      height: 17px; }
    header .header-top .contact a {
      color: #404040;
      font-size: 13.5px; }
      header .header-top .contact a.phone {
        font-size: 15.25px; }
    /*header .header-top .langs {
      position: relative; }
      header .header-top .langs .dropdown-toggle {
        background-color: transparent;
        padding: 2px 0;
        color: #686868;
        font-size: 14px;
        font-weight: 700; }
        header .header-top .langs .dropdown-toggle:focus {
          box-shadow: none; }
      header .header-top .langs .dropdown-menu {
        left: auto;
        right: 0; }
        header .header-top .langs .dropdown-menu a {
          font-size: 14px; }*/
    header .langs {
	position: relative;
}
header .langs.first {
	position: absolute;
	right: 31px;
	top: auto;
}
header .langs .dropdown-toggle {
	background-color: transparent;
	padding: 2px 0;
	color: #686868;
	font-size: 14px;
	font-weight: 700;
}
header .langs .dropdown-toggle:focus {
	box-shadow: none;
}
header .langs .dropdown-menu {
	left: auto;
	min-width: 7rem;
	right: 0;
}
header .langs img {
	width: 20px;
	vertical-align: top;
	margin-right: 5px;
}
header .langs .dropdown-menu a {
	font-size: 14px;
}

  header .custom-navbar {
    padding: 0;
    height: 100px; }
    header .custom-navbar.fixed-navbar {
      opacity: 1;
      visibility: visible; }
    header .custom-navbar ul li {
      position: relative;
      margin: 0 2px; }
      header .custom-navbar ul li a.nav-link {
        text-transform: uppercase;
        color: #414141;
        font-weight: 700;
        font-size: 13px;
        padding: 15px 10px !important;
        position: relative;
        display: block;
        z-index: 1;
        border: 1px solid transparent; }
        header .custom-navbar ul li a.nav-link:hover, header .custom-navbar ul li a.nav-link.activeX, header .custom-navbar ul li a.nav-link.active {
          background-color: #29c1dd;
          color: #fff; }
        header .custom-navbar ul li a.nav-link.activeX {
          border-bottom: 1px solid transparent;
          border: 1px solid #d8d8d8; }
      header .custom-navbar ul li .dropdown-menu {
        min-width: 200px;
        border: 0;
        border-radius: 0;
        background-color: #fff;
        margin: 0;
        padding: 0;
        z-index: 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.41) 20px 5px 20px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.41) 20px 5px 20px 0px;
        box-shadow: rgba(0, 0, 0, 0.41) 20px 5px 20px 0px; }
        header .custom-navbar ul li .dropdown-menu.right-0 {
          right: 0;
          left: inherit; }
        header .custom-navbar ul li .dropdown-menu a {
          white-space: nowrap;
          font-weight: 600;
          font-size: 13px;
          color: #414141;
          padding: 10px 15px;
          position: relative; }
          header .custom-navbar ul li .dropdown-menu a:last-child {
            border: none; }
          header .custom-navbar ul li .dropdown-menu a:focus, header .custom-navbar ul li .dropdown-menu a:hover {
            color: #29c1dd;
            background-color: transparent;
            padding-left: 20px; }

.slides-wrapper {
  width: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden; }
  .slides-wrapper .owl-nav {
    display: none; }
  .slides-wrapper .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center !important;
    width: 100%;
    height: calc(100vh - 100px);
    position: relative; }
    .slides-wrapper .slide .caption {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      line-height: 100%;
      color: #fff;
      font-weight: 300; }
      .slides-wrapper .slide .caption h4 {
        font-weight: 300;
        font-size: 27px; }
      .slides-wrapper .slide .caption h1 {
        font-family: 'Oswald', Verdana, Geneva, Tahoma, sans-serif;
        font-size: 82px; }
  .slides-wrapper .owl-item.active .caption h4 {
    animation: 1s 0.1s fadeInUp both; }
  .slides-wrapper .owl-item.active .caption h1 {
    animation: 1s 0.4s fadeInUp both; }
  .slides-wrapper .owl-item.active .caption p {
    animation: 1s 0.7s fadeInUp both; }
  .slides-wrapper .owl-item.active .caption a {
    animation: 1s 1s fadeInUp both; }

.our-services {
  background: #f6f6f6 url("../images/home-services-bg.png") center center no-repeat; }
  .our-services .card {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09); }
    .our-services .card:hover {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19); }
    .our-services .card .card-body .card-title {
      color: #404040;
      font-size: 19px;
      font-weight: 700;
      position: relative;
      padding-bottom: 15px; }
      .our-services .card .card-body .card-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        border-bottom: 2px solid #29c1dd; }
    .our-services .card .card-footer {
      background-color: transparent;
      border: none;
      padding: 1.25rem;
      padding-top: 0; }
      .our-services .card .card-footer a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #29c1dd; }
  .our-services .carousel {
    min-height: 445px; }

.home-tabs {
  position: relative;
  background: url("../images/home-tabs-bg.jpg") center center no-repeat fixed;
  color: #fff; }
  .home-tabs .container {
    position: relative;
    z-index: 100; }
  .home-tabs .title {
    font-size: 36.6px;
    color: #fff;
    font-weight: 700; }

.blog {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6; }
  .blog .item {
    padding-bottom: 25px; }
  .blog .card {
    border: none;
    border-bottom: 1px solid #dddddd;
    background-color: transparent; }
  .blog .card-body {
    padding-top: 0; }
  .blog .card-photo {
    position: relative; }
  .blog .card-title {
    font-size: 19px;
    color: #404040;
    font-weight: 700; }
  .blog .card-footer {
    padding: 0;
    background: transparent;
    border: none; }
    .blog .card-footer .date {
      color: #777777;
      font-size: 14px; }
  .blog .blog-btn {
    display: inline-block;
    font-weight: 700; }
    .blog .blog-btn:hover {
      color: #29c1dd; }

.axanak {
  position: relative;
  background: url("../images/axanak-bg.jpg") center center;
  color: #fff; }
  .axanak .boxes {
    position: relative; }
    .axanak .boxes .middle-line {
      position: relative; }
      .axanak .boxes .middle-line::before {
        content: '';
        background: url("../images/axanak-line.png") repeat-x;
        position: absolute;
        left: 0;
        top: 54px;
        width: 100%;
        height: 2px;
        z-index: 0;
        margin-left: 16px; }
    .axanak .boxes .box {
      width: 118px;
      text-align: center; }
      .axanak .boxes .box .icon {
        color: #4d6587;
        border: 6px solid #29c1dd;
        background-color: #fff;
        width: 107px;
        height: 107px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        position: relative;
        z-index: 10; }
      .axanak .boxes .box:hover .icon {
        transform: scale3d(1.1, 1.1, 1.1); }
  .axanak i {
    display: inline-block;
    background: url(../images/axanak-sprite.png) no-repeat; }
    .axanak i.shipping {
      width: 44px;
      height: 46px;
      background-position: 0 0; }
    .axanak i.city {
      width: 53px;
      height: 26px;
      background-position: -46px 0; }
    .axanak i.country {
      width: 46px;
      height: 46px;
      background-position: -101px 0; }
    .axanak i.customer {
      width: 51px;
      height: 31px;
      background-position: -149px 0; }

.happy-customers {
  position: relative;
  background-color: #f6f6f6; }
a.carousel { color:#777;}
a.carousel:hover { color:#777;}
  .happy-customers .card {
    border: none;
    position: relative; }
    .happy-customers .card::after, .happy-customers .card::before {
      top: 100%;
      left: 24px;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      margin-top: -1px; }
    .happy-customers .card::after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 12px;
      margin-left: 1px; }
    .happy-customers .card::before {
      border-color: rgba(231, 231, 231, 0);
      border-top-color: #e7e7e7;
      border-width: 13px; }
    .happy-customers .card .card-body {
      border: 1px solid #e7e7e7;
      background-color: #fff;
      position: relative;
      background: #fff;
      max-height: 155px;
      padding: 1rem;
      overflow: hidden; }
  .happy-customers .carousel .customer .photo {
    width: 94px;
    height: 94px;
    overflow: hidden; }
  .happy-customers .carousel .customer .title {
    font-size: 18px; }
    .happy-customers .carousel .customer .title label {
      color: #2e2e2e;
      margin: 0; }
    .happy-customers .carousel .customer .title span {
      color: #a5a5a5; }

.references {
  position: relative;
  text-align: center;
  background-color: #fff; }
  .references .item {
    margin-bottom: 15px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.5; }
    .references .item:hover {
      opacity: 1; }

.contents {
  position: relative;
  z-index: 99; }
  .contents .navigation {
    text-align: right;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 20px 0;
    background-position-x: 50% !important; }
    .contents .navigation:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.5);
      content: ''; }
    .contents .navigation .title {
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      line-height: 100%;
      margin: 0; }
    .contents .navigation .container {
      position: relative;
      z-index: 99; }
    .contents .navigation .breadcrumb {
      display: block;
      padding: 0;
      background: none;
      margin: 0;
      font-size: 13px;
      font-weight: 700;
      min-height: 330px; }
      .contents .navigation .breadcrumb a {
        color: #a2bbd0; }
        .contents .navigation .breadcrumb a:hover {
          color: #fff; }
        .contents .navigation .breadcrumb a:before {
          color: #a2bbd0; }
      .contents .navigation .breadcrumb .active {
        color: #fff; }
        .contents .navigation .breadcrumb .active:before {
          content: '/';
          color: #fff; }
  .contents .pages .left-menu {
    position: relative;
    top: -35px; }
    .contents .pages .left-menu .menu-title {
      padding: 20px;
      background-color: #e5e5e5;
      font-size: 20px;
      line-height: 100%;
      color: #20293b;
      font-weight: 700;
      margin-bottom: 3px; }
    .contents .pages .left-menu nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .contents .pages .left-menu nav ul li {
        margin-bottom: 3px;
        border-radius: 0.25rem !important;
        -webkit-border-radius: 0.25rem !important;
        -moz-border-radius: 0.25rem !important;
        -ms-border-radius: 0.25rem !important;
        -o-border-radius: 0.25rem !important;
        overflow: hidden; }
        .contents .pages .left-menu nav ul li a {
          position: relative;
          background-color: #e5e5e5;
          padding: 20px;
          display: block;
          color: #20293b;
          font-size: 14px;
          font-weight: 700; }
          .contents .pages .left-menu nav ul li a span {
            display: block;
            position: relative;
            z-index: 5; }
          .contents .pages .left-menu nav ul li a::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 0%;
            width: 100%;
            background-color: #29c1dd;
            color: #fff;
            z-index: 0; }
          .contents .pages .left-menu nav ul li a.active, .contents .pages .left-menu nav ul li a:hover {
            color: #fff; }
            .contents .pages .left-menu nav ul li a.active::before, .contents .pages .left-menu nav ul li a:hover::before {
              height: 100%; }
    .contents .pages .left-menu.small-menu {
      overflow: hidden; }
      .contents .pages .left-menu.small-menu nav ul li {
        float: left;
        margin: 0 2px 2px 0; }
        .contents .pages .left-menu.small-menu nav ul li a {
          padding: 10px 14px; }
    .contents .pages .left-menu .call-you {
      background-color: #e5e5e5;
      padding: 20px;
      color: #495161; }
      .contents .pages .left-menu .call-you label {
        color: #20293b;
        font-size: 20px;
        font-weight: 700; }
      .contents .pages .left-menu .call-you .form-group {
        position: relative; }
        .contents .pages .left-menu .call-you .form-group .form-control {
          padding-left: 40px; }
        .contents .pages .left-menu .call-you .form-group img {
          width: 18px;
          height: 18px;
          position: absolute;
          left: 15px;
          top: 50%;
          margin-top: -9px; }
  .contents .pages .pages-content {
    margin: 40px 0; }
    .contents .pages .pages-content .page-title {
      color: #20293b;
      font-weight: 700; }
    .contents .pages .pages-content .img-thumbnail {
      margin-bottom: 10px; }
    .contents .pages .pages-content .page-share {
      margin: 30px 0;
      background-color: #e0e9ed;
      border: 1px solid #dde0e1; }
      .contents .pages .pages-content .page-share .title {
        font-size: 15px;
        font-weight: 700;
        color: #323232;
        background-color: #dde0e1;
        padding: 10px 25px; }
  .contents .pages.contact {
    font-size: 15px; }
    .contents .pages.contact .information {
      color: #2b2b2b;
      font-size: 15px; }
      .contents .pages.contact .information a {
        color: #777777; }
        .contents .pages.contact .information a:hover {
          color: #29c1dd; }
      .contents .pages.contact .information .title {
        position: relative;
        color: #20293b;
        font-size: 15px;
        font-weight: 700; }
        .contents .pages.contact .information .title::after {
          content: ':';
          position: absolute;
          right: 0;
          top: 0; }
      .contents .pages.contact .information .icon {
        display: inline-block;
        width: 30px; }
        .contents .pages.contact .information .icon img {
          width: 21px;
          height: 21px; }
    .contents .pages.contact .form-control {
      background-color: #f9f9f9; }
    .contents .pages.contact .map-btn {
      background-color: #404040;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      padding: 10px 25px;
      display: inline-block; }
      .contents .pages.contact .map-btn:hover {
        background-color: #29c1dd;
        color: #fff; }
    .contents .pages.contact .img-thumbnail {
      border: 1px solid #c9c8c6; }
  .contents .pages.references {
    position: relative; }
    .contents .pages.references .card {
      border: 4px solid #ededed;
      border-bottom-color: #29c1dd;
      position: relative;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .contents .pages.references .card:hover {
        border-color: #29c1dd; }
      .contents .pages.references .card .card-photo {
        overflow: hidden;
        height: 115px; }
      .contents .pages.references .card .card-title {
        color: #20293b;
        font-weight: 700;
        font-size: 17px; }
      .contents .pages.references .card .card-body {
        padding: 1rem;
        padding-top: 5px; }
      .contents .pages.references .card .card-text {
        color: #777777;
        font-weight: 300; }
  .contents .pages .regions {
    position: relative; }

footer {
  background-color: #111820; }
  footer .boxes .box {
    overflow: hidden;
    margin-bottom: 20px; }
    footer .boxes .box .title {
      font-size: 17px;
      color: #adafb1;
      font-weight: 700; }
    footer .boxes .box ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      footer .boxes .box ul li {
        margin-top: 10px; }
        footer .boxes .box ul li a {
          font-size: 15px;
          color: #5c6166;
          font-weight: 300;
          position: relative;
          display: inline-block; }
          footer .boxes .box ul li a:hover {
            color: #fff; }
            footer .boxes .box ul li a:hover::before {
              opacity: 1;
              transform: translateY(0px); }
          footer .boxes .box ul li a::before {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            transform: translateY(5px);
            content: '';
            position: absolute;
            overflow: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            opacity: 0;
            border-bottom: 1px solid #fff; }
    footer .boxes .box.links ul li {
      margin-top: 0;
      margin-bottom: 20px; }
      footer .boxes .box.links ul li a {
        font-size: 17px;
        font-weight: 700; }
        footer .boxes .box.links ul li a.light {
          font-size: 15px;
          font-weight: 300; }
    footer .boxes .box.follow li {
      margin-bottom: 20px; }
      footer .boxes .box.follow li .icon {
        width: 23px;
        height: 23px;
        margin-right: 10px;
        vertical-align: middle; }
  footer .footer-bottom {
    border-bottom: 6px solid #111820;
    background-color: #1d242b;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 300;
    color: #5c6166; }
    footer .footer-bottom a {
      color: #5c6166; }
      footer .footer-bottom a:hover {
        color: #fff; }

/*  ################################################################ */
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eee; }

.bs-hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .bs-hover:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); }

.bg-white {
  background-color: #fff; }

a,
.hvr-a,
button {
  outline: none;
  color: #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important; }
  a:hover,
  .hvr-a:hover,
  button:hover {
    color: #29c1dd; }

input:focus {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.navbar-toggler {
  position: relative;
  z-index: 99; }

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #29c1dd !important; }

.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0px; }

.navbar-toggle:hover {
  background: transparent; }

.navbar-toggler .icon-bar {
  width: 30px;
  transition: all 0.2s;
  height: 3px !important;
  margin: 5px 0; }

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.navbar-toggler .middle-bar {
  opacity: 0; }

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggler.open .top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.navbar-toggler.open .middle-bar {
  opacity: 1; }

.navbar-toggler.open .bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.cstm-btn {
  background-color: #29c1dd;
  color: #fff;
  line-height: 1.99;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  .cstm-btn:hover {
    color: #29c1dd; }

.transition {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.anim-shine::before,
.shine figure::before {
  top: 0;
  content: ''; }

.shine figure {
  position: relative; }

.shine figure::before {
  position: absolute;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s; }

.anim-shine {
  position: relative; }

.anim-shine::before {
  position: absolute;
  left: -75%;
  z-index: 2;
  display: none;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.anim-shine:hover::before {
  display: block;
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.anim-zoom {
  overflow: hidden; }

.anim-zoom img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }

.anim-zoom:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.owl-theme .owl-dots {
  height: 20px; }
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #404040;
    border: none;
    margin: 5px 4px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .owl-theme .owl-dots .owl-dot:focus {
    outline: none; }
  .owl-theme .owl-dots .owl-dot.active {
    position: relative; }
    .owl-theme .owl-dots .owl-dot.active span {
      background-color: #29c1dd; }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px); }

input,
select,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 777;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #dadada;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  display: none;
  line-height: 30px; }
  .back-to-top img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    max-width: 15px; }

.back-to-top:hover {
  background: #e9ebec;
  color: #29c1dd; }

.black-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .black-mask.dark {
    background-color: rgba(0, 0, 0, 0.8); }

.general-title {
  font-size: 37px;
  color: #404040;
  font-weight: 700;
  position: relative;
  line-height: 100%;
  margin-bottom: 1rem; }
  .general-title.white {
    color: #fff; }

.general-button {
  line-height: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0.7rem 2rem;
  background: #29c1dd;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative; }
  .general-button::after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 13px;
    height: 16px;
    background-image: url("../libs/font-awesome/svg/arrow-right.svg"); }
  .general-button:focus, .general-button:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
    color: #fff; }
    .general-button:focus::after, .general-button:hover::after {
      margin-left: 15px; }
  .general-button.rounded {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important; }
  .general-button.big {
    padding: 25px 50px; }

.general-listing .item {
  display: block;
  border: 1px solid #d8d8d8;
  padding: 15px 25px;
  background-color: #f1f1f1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 17.5px;
  font-weight: 700;
  color: #20293b;
  position: relative; }
  .general-listing .item::after {
    content: '';
    position: relative;
    background-image: url(../images/region-icon.png);
    width: 29px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 10px; }

.gallery-list {
  position: relative; }
  .gallery-list .item {
    overflow: hidden;
    margin-bottom: 30px; }
    .gallery-list .item img {
      width: 100%; }

.fancybox-container .fancybox-toolbar {
  background: #29c1dd; }

.fancybox-container .fancybox-arrow--left {
  left: 30px; }

.fancybox-container .fancybox-arrow--right {
  right: 40px; }

.fancybox-container .fancybox-arrow {
  width: 30px;
  height: 45px;
  outline: none; }
  .fancybox-container .fancybox-arrow:after {
    font-family: 'FontAwesome';
    content: '\f105';
    background-size: inherit;
    background-color: transparent;
    background: #29c1dd;
    color: #fff;
    font-size: 30px; }

.formError {
  margin-top: 16px !important; }
  .formError .formErrorArrow div,
  .formError .formErrorContent {
    background-color: #29c1dd; }

.formErrorArrowBottom {
  top: 4px; }
  .formErrorArrowBottom .line1,
  .formErrorArrowBottom .line2,
  .formErrorArrowBottom .line3 {
    display: none; }

.n-p-r {
  padding-right: 0; }

.navbar-toggler {
  cursor: pointer; }
  .navbar-toggler:focus {
    outline: none; }

.o-h {
  overflow: hidden; }

p {
  margin: 0; }

.form-control {
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
  -o-border-radius: 1px !important;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif; }

.header-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.p-general {
  padding: 2.5% 0%; }
  .p-general.big {
    padding: 2.77777777% 0; }

.font-weight-semibold {
  font-weight: 600; }

b {
  font-weight: 700; }

.img-thumbnail {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px; }
  .img-thumbnail.m-l-md {
    margin-left: 15px; }
  .img-thumbnail.m-r-md {
    margin-left: 15px; }

.custom-modal .modal-body {
  padding: 2rem 1rem !important; }

.custom-modal button.close {
  outline: none;
  color: #fff;
  text-shadow: none;
  position: absolute;
  opacity: 1;
  right: -10px;
  top: -10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.hvr-left-line {
  position: relative; }
  .hvr-left-line:hover {
    padding-left: 15px; }
    .hvr-left-line:hover::before {
      opacity: 1;
      width: 15px; }
  .hvr-left-line::before, .hvr-left-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 1px;
    opacity: 0;
    background-color: #29c1dd;
    left: 0%; }

.custom-tabs ul {
  border: none; }
  .custom-tabs ul li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    float: left;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 15px 45px;
    border: 1px solid #fff;
    margin: 0 15px;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .custom-tabs ul li:hover {
      border-color: #29c1dd; }
    .custom-tabs ul li.active {
      border-color: #fff; }
      .custom-tabs ul li.active::after {
        opacity: 1;
        top: 100%; }
    .custom-tabs ul li::after {
      opacity: 0;
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -5px; }

.custom-tabs .tab-contents .tab-cont {
  display: none; }

.custom-form .input-g, .custom-form .input-group-addon, .custom-form textarea {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.custom-form .input-group-addon,
.custom-form textarea {
  background-color: #fff;
  border-right: none;
  border-left: 1px solid #d8d8d8; }

.custom-form textarea {
  padding: 10px !important;
  outline: none;
  resize: none;
  border-right: 1px solid #d8d8d8; }

.custom-form .form-control {
  color: #131b20;
  line-height: 100%;
  font-size: 12px;
  padding: 0.7rem;
  font-weight: 300;
  font-size: 15px; }
  .custom-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5); }

.custom-form .input-group {
  position: relative; }

.custom-form .input-group-btn {
  margin: 0; }

.custom-form .cstm-btn {
  padding: 10px 25px; }
  .custom-form .cstm-btn:hover {
    color: #fff; }
  .custom-form .cstm-btn:focus {
    background-color: #29c1dd; }

.custom-form .input-group > .input-group-append > .input-group-text {
  border-radius: 0;
  background-color: #e4e4e4;
  width: 48px;
  text-align: center; }

.d-n-before::before {
  display: none; }

.dropdown-item:focus {
  background-color: #eee;
  color: #000; }

.npr {
  padding-left: 0; }

q {
  margin: 10px 0;
  background-color: #f1f4f0;
  display: block;
  padding: 10px;
  border-left: 10px solid #29c1dd;
  font-style: italic; }
  q::before, q::after {
    display: none; }

.social {
  position: relative; }
  .social a {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 0 0px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center; }
    .social a img {
      width: 16px;
      height: 16px;
      vertical-align: text-bottom; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.loading-wrapper {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .loading-wrapper .loading-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -41.5px 0 0 -86px;
    width: 172px;
    height: 83px;
    background-image: url(../images/logo.png); }
  .loading-wrapper .spinner {
    margin: 0 auto;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 18px;
    margin-left: 29px;
    width: 104px;
    z-index: 999; }
  .loading-wrapper .spinner:after {
    content: '';
    -moz-animation: spinnerAnimation cubic-bezier(0.77, 0, 0.175, 1) 1.5s infinite;
    -webkit-animation: spinnerAnimation cubic-bezier(0.77, 0, 0.175, 1) 1.5s infinite;
    animation: spinnerAnimation cubic-bezier(0.77, 0, 0.175, 1) 1.5s infinite;
    background-color: #29c1dd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 5px; }

@-moz-keyframes spinnerAnimation {
  25% {
    width: 100%; }
  50% {
    width: 0;
    left: auto;
    right: 0; }
  75% {
    width: 100%; }
  100% {
    width: 0;
    right: auto;
    left: 0; } }

@-webkit-keyframes spinnerAnimation {
  25% {
    width: 100%; }
  50% {
    width: 0;
    left: auto;
    right: 0; }
  75% {
    width: 100%; }
  100% {
    width: 0;
    right: auto;
    left: 0; } }

@keyframes spinnerAnimation {
  25% {
    width: 100%; }
  50% {
    width: 0;
    left: auto;
    right: 0; }
  75% {
    width: 100%; }
  100% {
    width: 0;
    right: auto;
    left: 0; } }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #29c1dd; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

#selectionSharerPopover-inner {
  background: #29c1dd;
  border: none; }

#selectionSharerPopover {
  margin-top: -10px; }
  #selectionSharerPopover::after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #29c1dd; }
  #selectionSharerPopover .selectionSharerPopover-arrow {
    background: #29c1dd;
    border-color: #29c1dd; }

::before,
::after {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

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

::-webkit-scrollbar-track {
  background: #e8ebef; }

::-webkit-scrollbar-thumb {
  background: #cacaca; }

_:-ms-fullscreen,
:root .card-body .card-text {
  max-width: 365px; }

::selection {
  background: #29c1dd;
  color: #fff; }

::-moz-selection {
  background: #29c1dd;
  color: #fff; }
.blog .card-photo img { min-width: 118px; border-radius: 5px; -webkit-border-radius: 5px; }

	.call-me {
    text-align: center;
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 999;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 7px;
    line-height: 1;
    background-image: url(../../assets/images/ara2.png);
	/*-webkit-animation: rotation 2s infinite linear;*/
}
.call-me img{-webkit-animation: wrench 2.5s ease infinite;}
/*@-webkit-keyframes rotation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}*/
.content-wp-btn{    position: fixed;
    bottom: 2%;
    left: 2%;
	z-index:999;}
	.content-wp-btn img { -webkit-animation: rotation 2s infinite linear; }

@-webkit-keyframes rotation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}