/*
Theme Name: Matat Child
Theme URI: https://www.textme.co.il/
Template:   matat
Author: Amit Matat
Author URI: https://www.textme.co.il/
Description: Matat child theme
Version: 1.0
License: Commercial Use only
License URI: Commercial Use only
Text Domain: matat
*/
/* mixin.less */
/* end mixin.less */
/*  variables.less  */
.bg-orange {
  background-color: #f7941d;
}
.bg-orange:hover {
  background-color: #d77a0a;
}
.orange {
  color: #f7941d !important;
}
.bg-light-gray {
  background-color: #f5f5f5;
}
.bg-green {
  background-color: #a6ce39;
}
.green {
  color: #a6ce39 !important;
}
.dark-blue {
  color: #373a3f;
}
.bg-dark-blue {
  background-color: #373a3f;
}
.dark-gray {
  color: #5a595b !important;
}
.bg-dark-gray {
  background-color: #5a595b;
}
.middle-gray {
  color: #737981 !important;
}
.bg-middle-gray {
  background-color: #737981;
}
.real-red {
  color: #e90202;
}
.bg-red {
  background-color: #e72c45;
}
.red {
  color: #e72c45;
}
.white {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.w-300 {
  font-weight: 300 !important;
}
.no-uppercase {
  text-transform: none;
}
.bg-gray {
  background: #f6f6f6;
}
.floor_title {
  text-align: center;
  font-size: 52px;
  color: #64666e;
}
/* reset.less */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
address,
cite,
code,
del,
em,
img,
ins,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
body {
  line-height: 1;
}
a:hover {
  text-decoration: none;
}
.navbar {
  min-height: 0;
  margin-bottom: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input,
button,
select,
textarea {
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  direction: ltr;
}
a.screen-reader-text.skip-link {
  display: none;
}
html,
body,
.site {
  max-width: 100vw;
  overflow-x: hidden;
}
.container-fluid {
  background-size: 100% auto;
  background-position: center;
}
.rtl input,
.rtl button,
.rtl select,
.rtl textarea {
  text-align: right;
  direction: rtl;
}
/* classes.less */
.full-floor {
  padding: 70px 0;
}
@media (min-width: 1200px) {
  .full-floor {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.full-floor p {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .full-floor p {
    margin-bottom: 40px;
  }
}
.medium-floor {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .medium-floor {
    padding: 80px 0;
  }
}
.floor {
  padding: 70px 0;
}
@media (min-width: 992px) {
  .floor {
    padding: 100px 0;
  }
}
.half-floor {
  padding: 70px 0 20px;
}
@media (min-width: 992px) {
  .half-floor {
    padding: 100px 0 50px;
  }
}
.floor-title {
  margin-bottom: 30px;
  color: #373a3f;
}
@media (min-width: 992px) {
  .floor-title {
    margin-bottom: 50px;
  }
}
.floor-sub-title {
  font-size: 18px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .floor-sub-title {
    font-size: 22px;
  }
}
.medium-floor {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .medium-floor {
    padding: 80px 0;
  }
}
.small-floor {
  padding: 35px 0;
}
@media (min-width: 992px) {
  .small-floor {
    padding: 45px 0;
  }
}
.btn-transparent {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #a6ce39;
  border-radius: 5px;
  display: inline-block;
  color: #a6ce39;
  line-height: 48px;
  padding: 0 22px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .btn-transparent {
    margin-bottom: 30px;
  }
}
.btn-transparent:hover {
  background-color: #a6ce39;
  color: #fff;
}
.btn-transparent:hover i {
  color: #fff;
}
.btn-transparent i {
  color: #a6ce39;
  padding-left: 20px;
}
.btn-sign-up {
  line-height: 50px;
  text-transform: uppercase;
  color: #373a3f;
  border: 1px solid #373a3f;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  padding: 0 37px;
  box-shadow: 0 2px 1.6px 0.4px rgba(0, 0, 0, 0.03);
  font-size: 18px;
}
.btn-sign-up:hover {
  background-color: #a6ce39;
  color: #fff;
  border: 1px solid #a6ce39;
}
.arrow-bottom-large {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 70px solid #e72c45;
  border-left: 150px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 150px solid transparent;
  position: absolute;
  right: 50%;
  margin-right: -150px;
}
.arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f7941d;
}
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f7941d;
  margin: 0 10px;
}
.btn-start {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 45px;
}
.static {
  position: static;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
  margin-right: 30px;
}
.bold {
  font-weight: 500;
}
.btn-4 {
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  overflow: hidden;
}
.btn-3 {
  line-height: 40px;
  font-size: 16px;
  margin: 10px 0;
  padding: 0 32px;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .btn-3 {
    margin: 20px 0;
    font-size: 18px;
  }
}
.btn-4a:hover:before {
  left: 88%;
  top: -19px;
  text-decoration: none;
  opacity: 1;
}
.btn-4:hover {
  background: rgba(250, 250, 250, 0.2);
  color: #fff;
}
.btn-4a:before {
  left: 75%;
  top: -19px;
  opacity: 0;
}
.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 77px !important;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.font-arrow-right:before {
  content: "\f105";
  text-decoration: none;
}
.btn-3:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'fontawesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.btn-3:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* page.less */
.home h1 {
  font-weight: 100 !important;
}
.home .page-title {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .home .page-title {
    padding-top: 165px;
  }
}
.home .page-subtitle {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .home .page-subtitle {
    margin-bottom: 50px;
  }
}
.page-subtitle {
  font-size: 21px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-subtitle {
    font-size: 24px;
  }
}
.page-bg {
  min-height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-position: 50% 50%;
}
@media (min-width: 992px) {
  .page-bg {
    min-height: 370px;
  }
}
.gradient-section .page-title {
  padding-top: 32px;
  font-weight: 600;
  margin-bottom: 17px;
}
.gradient-section .page-subtitle {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .gradient-section .page-subtitle {
    font-size: 18px;
  }
}
.inner-page-title {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  color: #64666e;
  margin-top: 85px;
  margin-bottom: 24px;
}
.inner-content {
  text-align: center;
  max-width: 835px;
  margin: 0 auto;
  line-height: 1.4;
  padding-bottom: 88px;
  color: #64666e;
  font-size: 18px;
}
/* base.less */
body {
  font-family: 'Assistant', sans-serif;
  color: #64666e;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.home h1 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 992px) {
  .home h1 {
    font-size: 68px;
    margin-bottom: 10px;
  }
}
h1 {
  font-size: 59px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
h2 {
  line-height: 1;
  font-size: 46px;
  font-weight: 300;
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
}
h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px;
    font-weight: 500;
  }
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #64666e;
}
.home p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .home p {
    font-size: 22px;
  }
}
a {
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
.home blockquote p {
  color: #fff;
}
blockquote {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  blockquote {
    padding: 0;
    border: none;
  }
}
img {
  max-width: 100%;
}
.entry-content a {
  font-size: 18px;
  color: #f7941d;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.entry-content a:hover {
  color: #e9004e;
  text-decoration: none;
}
.entry-content a:active {
  color: #e72c45;
  text-decoration: underline;
}
.entry-content h1 {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
}
.entry-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 17px;
}
.entry-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a6ce39;
  line-height: 1.5;
}
.entry-content h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #a6ce39;
}
.entry-content h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #a6ce39;
}
.entry-content h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.entry-content P {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #373a3f;
}
@media (min-width: 992px) {
  .entry-content P {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 21px;
  }
}
.entry-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 30px 0 50px;
  padding: 0;
}
.entry-content ol {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
.entry-content ol > li {
  counter-increment: step-counter;
  font-size: 18px;
  line-height: 1.2;
}
.entry-content ol li {
  font-size: 18px;
  font-weight: 200;
  padding-bottom: 20px;
}
.entry-content ol > li:before {
  content: counter(step-counter) ". ";
  margin-right: 15px;
  color: #a6ce39;
  font-weight: 900;
  text-align: center;
  display: inline-block;
}
.entry-content ol li ul {
  list-style-type: disc;
  padding-left: 60px;
}
.entry-content ul {
  list-style: none;
  position: relative;
}
.entry-content ul li {
  font-size: 19px;
  color: #373a3f;
  font-weight: 300;
  padding-bottom: 22px;
  padding-left: 24px;
  position: relative;
}
.entry-content ul li:before {
  content: "• ";
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 30px;
  color: #a6ce39;
  /* or whatever color you prefer */
}
.entry-content blockquote {
  border-left: 3px solid #a6ce39;
  padding: 25px;
  background-color: #f5f5f5;
  margin-bottom: 17px;
}
.entry-content blockquote p {
  font-size: 20px;
}
.entry-content blockquote p:before {
  content: '"';
}
.entry-content blockquote p:after {
  content: '"';
}
.entry-content figure {
  max-width: 100%;
  height: auto;
}
.entry-content figcaption {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #a6ce39;
  padding: 1px 0 20px;
  line-height: 1.3;
}
.entry-content .alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
.entry-content .alignright {
  float: right;
  margin-left: 30px;
  margin-top: 10px;
}
.entry-content table {
  font-size: 16px;
  border: 1px solid #bbbbbb;
}
.entry-content table tr:first-child {
  background: #f7941d !important;
  color: #fff;
}
.entry-content table tr:nth-child(even) {
  background: #f5f5f5;
}
.entry-content table td {
  padding: 20px;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
}
.title {
  font-size: 52px;
  color: #64666e;
  text-align: center;
  padding-bottom: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.page-title-wrapper {
  margin-top: 100px;
}
.sub-title p {
  color: white;
  font-size: 22px;
  padding-top: 32px;
  line-height: 1.2;
  font-weight: 400;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
  color: white;
  background-color: #4a4d56;
}
@media (max-width: 768px) {
  .scrollup {
    bottom: 3px;
    right: 5px;
  }
}
.scrollup_icon {
  padding: 4px;
  cursor: pointer;
}
.open-link {
  cursor: pointer;
}
.bx-wrapper {
  direction: ltr;
}
/* responsive */
@media (max-width: 480px) {
  .bx-controls-direction > a {
    top: -250px !important;
    display: block;
    font-size: 10px;
  }
  section {
    background-size: auto 100% !important;
  }
  section div {
    background-size: auto 100% !important;
  }
  .bx-viewport img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hidden-in-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .show-in-mobile {
    display: none;
  }
}
* {
  -webkit-overflow-scrolling: touch;
}
.fa-chevron-left {
  padding: 0 10px;
}
.fa-chevron-left:before {
  content: "\f054" !important;
}
.btn-lee .fa-angle-left:before {
  content: "\f105" !important;
}
.rtl .fa-chevron-left:before {
  content: "\f053" !important;
}
.rtl .btn-lee .fa-angle-left:before {
  content: "\f104" !important;
}
/* start home.less */
.news h1 {
  margin-bottom: 25px;
}
.news .borderiko {
  border: 1px solid #82bade;
  display: inline-block;
  width: 100%;
  padding: 10px;
  height: 360px;
}
.news .borderiko,
.news .borderiko .bg,
.news .borderiko .h_loop,
.news .borderiko p {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .borderiko .bg {
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 100%;
}
.news .borderiko .h_loop {
  padding: 5px 0;
}
.news .borderiko p {
  padding: 5px 0 0;
  color: #111111;
}
.news .borderiko:hover,
.news .borderiko:focus,
.news .borderiko:active {
  padding: 0;
  background-color: #82bade;
}
.news .borderiko:hover .bg,
.news .borderiko:focus .bg,
.news .borderiko:active .bg {
  height: 260px;
}
.news .borderiko:hover .h_loop,
.news .borderiko:focus .h_loop,
.news .borderiko:active .h_loop {
  padding: 5px;
  font-weight: 700;
}
.news .borderiko:hover p,
.news .borderiko:focus p,
.news .borderiko:active p {
  padding: 5px 5px 5px;
}
.news .enrty_content {
  margin-bottom: 50px;
}
.blog .what_we_do_home {
  background-color: white;
  padding: 22px 0;
}
.blog .what_we_do_home .box_services_wrapper .services_title {
  width: 92%;
  bottom: 3px;
}
.news h1 {
  text-align: center;
}
/* end home.less */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide,
.rtl .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  font-size: 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #0976bd;
}
.slick-arrow:hover {
  color: #07588c;
}
.slick-arrow:focus {
  color: #07588c;
}
.slick-arrow.slick-next {
  right: 15px;
}
.slick-arrow.slick-prev {
  left: 12px;
}
.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.active .grow {
  -webkit-animation-name: grow;
  animation-name: grow;
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}
[class^="hvr-"] {
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn-4c:before {
  left: 70%;
  opacity: 0;
  top: 0;
}
.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* list-style.less */
.check-list-wrapper ul {
  list-style: none;
}
.check-list-wrapper ul li {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 0 0 0 70px;
}
@media (min-width: 992px) {
  .check-list-wrapper ul li {
    margin-bottom: 42px;
    width: 33%;
    margin-left: 16.6%;
    display: inline-block;
    padding: 0 20px;
  }
}
.check-list-wrapper ul li:before {
  content: "\e905";
  position: absolute;
  color: #a6ce39;
  left: 0;
  font-size: 40px;
  top: -13px;
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?403dh');
  src: url('fonts/icomoon.eot?403dh#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?403dh') format('truetype'), url('fonts/icomoon.woff?403dh') format('woff'), url('fonts/icomoon.svg?403dh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 992px) {
  .check-list-wrapper ul li:before {
    left: -52px;
  }
}
/* primary_nav.less */
#page {
  right: 0;
  width: 100%;
  z-index: 1;
  position: relative;
}
#page:before {
  content: "";
  height: 0px;
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  z-index: -5;
}
#main-header {
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  z-index: 99;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 768px) {
  .main_logo {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .main_logo {
    padding-top: 16px;
    float: none;
    padding-right: 0;
  }
}
.main_logo a {
  background-image: url("images/logo-white.png");
  display: block;
  background-repeat: no-repeat;
  width: 202px;
  height: 59px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}
#section_primary_menu {
  z-index: 999;
  box-shadow: 0px 4px 5px 0px rgba(181, 181, 181, 0.75);
}
@media (min-width: 992px) {
  .primary_menu_id {
    position: relative;
  }
}
.primary_menu_id ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
@media (min-width: 992px) {
  .primary_menu_id ul {
    padding: 0;
    text-align: center;
  }
}
.primary_menu_id ul li {
  margin-left: 0;
  position: relative;
}
@media (min-width: 992px) {
  .primary_menu_id ul li {
    margin-right: 10px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .primary_menu_id ul li {
    margin-right: 17px;
  }
}
.primary_menu_id ul li a {
  font-size: 18px;
  color: #859190;
  padding: 10px 0 8px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .primary_menu_id ul li a {
    font-weight: bold;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .primary_menu_id ul li a {
    padding: 37px 0 15px;
    color: #859190;
  }
}
@media (min-width: 1200px) {
  .primary_menu_id ul li a {
    padding: 22px 0 10px;
    margin-bottom: 4px;
  }
}
.primary_menu_id ul li a span {
  padding: 0 7px;
}
@media (min-width: 991px) {
  .primary_menu_id ul li a span {
    padding: 0px;
  }
}
.primary_menu_id ul li:hover > .sub-menu {
  display: block;
}
.primary_menu_id ul li .sub-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .primary_menu_id ul li .sub-menu {
    display: none;
    text-align: right;
    position: absolute;
    top: 55px;
    z-index: 999;
    width: 250px;
    background-color: white;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  }
  .primary_menu_id ul li .sub-menu:before {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    top: -7px;
    right: 50%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}
@media (min-width: 992px) {
  .primary_menu_id ul li .sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
  }
}
.primary_menu_id ul li .sub-menu li:after {
  content: '';
}
.primary_menu_id ul li .sub-menu li a {
  padding: 7.5px 0;
  font-weight: normal;
  display: block;
  text-transform: none;
  color: #6A696E;
}
@media (max-width: 991px) {
  .primary_menu_id ul li .sub-menu li a {
    color: #676d76;
    font-weight: 500;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .primary_menu_id ul li .sub-menu li a {
    padding: 9.5px 15px;
  }
}
.primary_menu_id ul li a:hover {
  color: #3f93d1 !important;
}
.primary_menu_id .nav-change-lang {
  position: static;
  left: 0;
  top: 20px;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .primary_menu_id .nav-change-lang {
    position: absolute;
    padding: 0 10px;
  }
}
.primary_menu_id .nav-change-lang a {
  color: #859190;
}
.primary_menu_id .nav-change-lang a:hover {
  color: #337ab7;
}
@media (max-width: 991px) {
  .primary_menu_id .nav-change-lang a {
    font-weight: bold;
    font-size: 22px;
  }
}
.no-link > a {
  cursor: default;
  pointer-events: none;
}
body:not(.home) .primary_menu_id .current-menu-item > a,
body:not(.home) .primary_menu_id .current_page_ancestor > a {
  color: #3f93d1;
}
body:not(.home) #section_fixed_primary_menu .primary_menu_id .current-menu-item > a {
  color: #3f93d1;
}
body:not(.home) #section_fixed_primary_menu .primary_menu_id .current-menu-item ul li a {
  color: #859190;
}
body:not(.home) .current-menu-item a {
  color: #3f93d1 !important;
}
.primary_menu_id ul.menu > li {
  margin: 0 15px;
}
.primary_menu_id ul.menu > li > a {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  body:not(.home) .primary_menu_id ul.menu > .current-menu-parent > a,
  body:not(.home) .primary_menu_id ul.menu > .menu-item-has-children > a,
  body:not(.home) .primary_menu_id ul.menu > .current-menu-item > a {
    color: #3f93d1 !important;
    border-bottom: 2px solid #3f93d1;
    padding-bottom: 10px;
  }
  .home .primary_menu_id ul.menu > li:first-child > a {
    color: #3f93d1 !important;
    border-bottom: 2px solid #3f93d1;
    padding-bottom: 10px;
  }
  body.home .primary_menu_id ul.menu > .menu-item-has-children > a {
    color: #859190 !important;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
  }
}
.primary_menu_id .current_page_ancestor ul li a {
  color: #859190;
}
.primary_menu_id .current_page_ancestor ul li a:hover {
  color: #3f93d1;
}
.sign-up {
  padding-left: 14px;
  margin-right: 0px !important;
}
@media (min-width: 992px) {
  .sign-up > a {
    color: #859190 !important;
  }
}
@media (max-width: 991px) {
  .primary_menu_id ul > li {
    margin-bottom: 10px;
  }
  .primary_menu_id ul li ul li {
    margin-bottom: 0;
  }
}
/* end primary-nav */
/* fixed_header.less */
#section_fixed_primary_menu {
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  left: 0;
  right: 0;
  top: 0;
}
#section_fixed_primary_menu .main_logo {
  padding: 27px 0  10px 0;
}
#section_fixed_primary_menu .main_logo a {
  background-image: url("images/fixed-logo.jpg");
  width: 168px;
  height: 44px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}
#section_fixed_primary_menu .primary_menu_id {
  margin: 0;
}
#section_fixed_primary_menu .primary_menu_id ul {
  text-align: left;
}
@media (min-width: 992px) {
  #section_fixed_primary_menu .primary_menu_id ul {
    text-align: right;
  }
}
@media (min-width: 992px) {
  #section_fixed_primary_menu .primary_menu_id ul li {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  #section_fixed_primary_menu .primary_menu_id ul li {
    margin-right: 17px;
  }
}
#section_fixed_primary_menu .primary_menu_id ul li .sub-menu {
  background-color: white;
  width: 250px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  top: 75px;
  left: -25px;
}
#section_fixed_primary_menu .primary_menu_id ul li .sub-menu li {
  margin-right: 0 !important;
  display: block;
}
#section_fixed_primary_menu .primary_menu_id ul li .sub-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #6A696E;
}
#section_fixed_primary_menu .primary_menu_id ul li .sub-menu li a span {
  padding: 0 25px;
}
@media (min-width: 992px) {
  #section_fixed_primary_menu .primary_menu_id ul li .sub-menu li a span {
    padding: 0 7px;
  }
}
#section_fixed_primary_menu .primary_menu_id ul li .sub-menu li:hover {
  color: #3f93d1;
}
#section_fixed_primary_menu .primary_menu_id ul li a {
  color: #000;
  padding: 35px 0 27px;
}
#section_fixed_primary_menu .primary_menu_id ul li a:hover {
  color: #c8c8c8;
}
.scrollActive #section_fixed_primary_menu {
  transform: translateY(0);
  z-index: 1040;
}
#section_fixed_primary_menu {
  min-height: 72px;
  z-index: 9;
  position: fixed;
  -webkit-transform: translateY(-116px);
  -moz-transform: translateY(-116px);
  -ms-transform: translateY(-116px);
  -o-transform: translateY(-116px);
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-116px);
  transition: all 0.5s;
}
li.menu-item.menu-item-type-custom:last-child:after {
  content: '';
}
li.menu-item.menu-item-type-custom:nth-last-child(2):after {
  content: '';
}
#section_fixed_primary_menu .col-md-9 {
  padding: 0;
}
ul a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
/* footer.less */
#site-footer {
  background: black;
  padding: 10px 0;
}
#site-footer .copyright {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 100;
}
.matat {
  text-align: center;
  margin: 5px 0;
}
.matat img {
  width: 10%;
}
.matat a {
  color: #859190;
}
/* home-floor-1-slider.less */
#big-video-wrap {
  overflow: hidden;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  height: calc(100vh - 14px);
}
@media (min-width: 2000px) {
  #big-video-wrap {
    height: auto;
  }
}
@media (max-width: 480px) {
  #big-video-wrap {
    min-height: 90vh;
  }
}
#big-video-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(1, 1, 25, 0.6);
}
#big-video {
  overflow: hidden;
}
@media (min-width: 992px) {
  #big-video {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #big-video-vid {
    height: 100%;
    background-size: cover;
    background-image: url("images/Tropical.jpg");
    background-repeat: no-repeat;
  }
  #big-video-vid img {
    height: 100%;
  }
}
.home-video {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -150px;
}
@media (min-width: 992px) {
  .home-video {
    margin-top: -190px;
  }
}
a.bx-prev {
  float: left;
  color: white;
  position: relative;
  top: -225px;
}
a.bx-next {
  float: right;
  color: white;
  position: relative;
  top: -225px;
}
@media (min-width: 992px) {
  .hero-container {
    width: 740px;
    margin: 0 auto;
  }
}
.hero-container h1 {
  font-size: 61px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  color: white;
  padding-bottom: 40px;
}
.hero-container p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 43px;
  line-height: 1.4;
  direction: rtl;
}
@media (min-width: 992px) {
  .hero-container p {
    font-size: 26px;
  }
}
.hero-container .hero-play {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #4f4f50;
  line-height: 50px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #a6ce39;
}
.hero-container .hero-play:hover {
  background-color: #484848;
}
.hero-container .hero-play i {
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 50%;
  margin-right: -9px;
}
.schedule {
  padding: 0 19px;
  font-size: 18px;
  line-height: 45px;
  display: inline-block;
  background-color: #f7941d;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.schedule:hover {
  background-color: #d77a0a;
  color: #fff;
}
.schedule i {
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
}
.home-floor-2-wrapper {
  height: 145px;
}
.home-floor-2-wrapper .col-md-8,
.home-floor-2-wrapper .col-md-2 {
  padding: 0 !important;
}
.home-floor-2-wrapper .partners-logo-text-wrapper {
  background: #3f4045;
  height: 145px;
  color: white;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .home-floor-2-wrapper .partners-logo-text-wrapper {
    margin-bottom: 31px;
  }
}
.home-floor-2-wrapper .partners-logo-text-wrapper .partners-logo-text-title {
  padding-bottom: 14px;
  font-size: 19px;
}
.home-floor-2-wrapper .partners-logo-text-wrapper .partners-logo-text-desc {
  font-size: 15px;
  padding-bottom: 12px;
}
.home-floor-2-wrapper .home-floor-2 {
  padding: 35px 0;
  background-color: #f5f9ff;
  height: 145px;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .home-floor-2-wrapper .home-floor-2 {
    padding: 0;
  }
}
.home-floor-2-wrapper .home-floor-2-push {
  background-color: #f5f9ff;
  height: 145px;
}
.video_text p {
  margin: 0;
}
.arrow_down a {
  position: relative;
  top: 55px;
  color: white;
}
.what_we_do {
  background: black;
  color: #859190;
  padding: 107px 0;
}
@media (max-width: 480px) {
  .what_we_do {
    padding: 50px 15px;
  }
}
.what_we_do h2 {
  text-align: center;
  border-bottom: 1px solid #859190;
  line-height: 0.6;
  padding: 0;
  position: relative;
}
@media (max-width: 480px) {
  .what_we_do h2 {
    line-height: 0.8;
  }
}
.what_we_do h2 span {
  padding: 0 15px;
  background: black;
}
@media (max-width: 480px) {
  .what_we_do h2 span {
    transform: translate(50%, -50%);
    position: absolute;
    width: 80%;
    margin: 0 auto;
  }
}
.what_we_do .sub_menu {
  text-align: center;
  font-size: 26px;
  padding: 46px 0 15px 0;
  font-weight: 300;
}
.what_we_do .sub_menu.sub_menu_posts {
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .what_we_do .sub_menu.sub_menu_posts {
    padding-bottom: 20px;
  }
}
.what_we_do .content {
  font-size: 18px;
  text-align: center;
}
.what_we_do .content p {
  line-height: 1.3;
  padding-bottom: 48px;
}
.what_we_do .box-item {
  overflow: hidden;
}
@media (max-width: 480px) {
  .what_we_do .box-item {
    margin-bottom: 20px;
  }
}
.what_we_do .box_services_wrapper {
  cursor: pointer;
  display: block;
}
.what_we_do .box_services_wrapper img {
  width: 100%;
}
.what_we_do .box_services_wrapper .services_title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: white;
  text-align: center;
  padding: 18px 0;
  font-size: 26px;
  font-weight: 300;
  height: 69px;
  -webkit-transition: height 1s;
  /* Safari */
  transition: height 1s;
}
.what_we_do .box_services_wrapper .services_title span {
  padding-left: 20px;
}
.what_we_do .box_services_wrapper p {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.what_we_do .box_services_wrapper:hover .services_title {
  height: 100%;
}
.what_we_do .box_services_wrapper:hover P {
  visibility: visible;
  opacity: 1;
  top: 80px;
  width: 90%;
  color: white;
  padding: 5px;
  font-size: 18px;
  text-align: center;
}
.what_we_do .box_services_wrapper:hover span {
  position: relative;
  top: 30px;
  padding-left: 0;
}
.what_we_do .box_services_wrapper:hover .btn-click {
  display: none;
}
.product_floors .title_cube {
  font-size: 46px;
  font-weight: 300;
}
.product_floors .title_cube span {
  padding: 2px 59px;
}
@media (max-width: 480px) {
  .product_floors .title_cube span {
    display: block;
    text-align: center;
  }
}
.product_floors h2 {
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 9px;
}
.product_floors p {
  font-size: 18px;
  font-weight: 300;
}
.product_floors .floor1 .title_cube {
  padding-top: 200px;
  padding-bottom: 65px;
}
@media (max-width: 480px) {
  .product_floors .floor1 .title_cube {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.product_floors .floor1 .title_cube span {
  background: black;
  color: white;
}
.product_floors .floor1 h2 {
  color: white;
}
.product_floors .floor1 p {
  color: white;
  padding-bottom: 70px;
}
.product_floors .floor1 .btn-lee {
  border-color: white;
  color: white;
  margin-bottom: 209px;
}
@media (max-width: 480px) {
  .product_floors .floor1 .btn-lee {
    margin-bottom: 50px;
  }
}
.product_floors .floor2 {
  background: black;
  color: white;
}
.product_floors .floor2 .container-fluid {
  background-size: cover;
  background-position: right;
}
.product_floors .floor2 .title_cube {
  padding-top: 160px;
  padding-bottom: 65px;
}
@media (max-width: 480px) {
  .product_floors .floor2 .title_cube {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.product_floors .floor2 .title_cube span {
  background: white;
  color: black;
}
.product_floors .floor2 p {
  color: white;
  padding-bottom: 66px;
}
.product_floors .floor2 .btn-lee {
  margin-bottom: 261px;
}
@media (max-width: 480px) {
  .product_floors .floor2 .btn-lee {
    margin-bottom: 50px;
  }
}
.product_floors .floor2 img {
  padding-top: 69px;
  float: left;
  padding-left: 35px;
}
@media (max-width: 480px) {
  .product_floors .floor2 img {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.product_floors .floor3 {
  color: white;
}
.product_floors .floor3 .title_cube {
  padding-top: 200px;
  padding-bottom: 65px;
}
@media (max-width: 480px) {
  .product_floors .floor3 .title_cube {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.product_floors .floor3 .title_cube span {
  background: white;
  color: black;
}
.product_floors .floor3 p {
  color: white;
  padding-bottom: 55px;
}
.product_floors .floor3 .btn-lee {
  margin-bottom: 210px;
}
@media (max-width: 480px) {
  .product_floors .floor3 .btn-lee {
    margin-bottom: 50px;
  }
}
.product_floors .floor4 {
  color: black;
}
.product_floors .floor4 .title_cube {
  padding-top: 200px;
  padding-bottom: 65px;
}
@media (max-width: 480px) {
  .product_floors .floor4 .title_cube {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.product_floors .floor4 .title_cube span {
  background: black;
  color: white;
}
.product_floors .floor4 p {
  color: black;
  padding-bottom: 73px;
}
@media (max-width: 480px) {
  .product_floors .floor4 p {
    margin-bottom: 20px;
  }
}
.product_floors .floor4 .btn-lee {
  margin-bottom: 170px;
}
@media (max-width: 480px) {
  .product_floors .floor4 .btn-lee {
    margin-bottom: 50px;
  }
}
.product_floors .floor4 img {
  padding-top: 163px;
  padding-right: 50px;
}
@media (max-width: 480px) {
  .product_floors .floor4 img {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 50px;
  }
}
.invitation {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.invitation h2 {
  text-align: center;
  color: white;
  padding: 87px 0 29px 0;
}
.invitation p {
  color: white;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 48px;
}
.invitation .invitation_btn {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .invitation .invitation_btn {
    margin-bottom: 35px;
  }
}
.invitation:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.contact_us {
  color: #859190;
}
.contact_us h2 {
  text-align: center;
  border-bottom: 1px solid #e9ebeb;
  line-height: 0.6;
  padding-top: 96px;
}
.contact_us h2 span {
  padding: 0 15px;
  background: white;
}
@media (max-width: 480px) {
  .contact_us h2 {
    padding-top: 40px;
  }
  .contact_us h2 span {
    transform: translateY(40%);
    display: inline-block;
  }
}
.contact_us .sub_menu {
  text-align: center;
  font-size: 26px;
  padding: 46px 0 42px 0;
  font-weight: 300;
}
.contact_us p {
  font-size: 18px;
  font-weight: 300;
}
.contact_us a {
  color: #859190;
}
@media (max-width: 480px) {
  .contact_us form textarea,
  .contact_us form input {
    margin-top: 12px;
  }
}
.contact_content p {
  line-height: 1.3;
}
@media (max-width: 480px) {
  .contact_content p {
    text-align: center;
  }
}
/* icon-link-text-box */
.product-box {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .product-box {
    padding-bottom: 70px;
    min-height: 335px;
  }
}
.product-box span {
  font-size: 72px;
  margin-bottom: 20px;
  display: inline-block;
  color: #686e77;
}
@media (min-width: 992px) {
  .product-box span {
    margin-bottom: 30px;
  }
}
.product-box .product-box-title {
  font-size: 22px;
  color: #373a3f;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product-box .product-box-title {
    margin-bottom: 27px;
  }
}
.product-box p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .product-box p {
    margin-bottom: 20px;
  }
}
.product-box a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.product-box a:hover {
  color: #f7941d !important;
}
.product-box-left {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product-box-left:last-child {
    margin-bottom: 0;
  }
}
.product-box-left span {
  font-size: 60px;
  float: left;
}
.product-box-left .product-box-title {
  font-weight: bold;
  padding-bottom: 3px;
}
.product-box-left .left-box-content {
  padding-left: 85px;
  padding-top: 10px;
}
.numbers-box {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .numbers-box {
    margin-bottom: 0;
  }
}
.numbers-box .the-number {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .numbers-box .the-number {
    margin-bottom: 50px;
    font-size: 55px;
  }
}
.numbers-box img {
  width: 60px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .numbers-box img {
    width: 70px;
    margin-bottom: 25px;
  }
}
.numbers-box p {
  color: #fff;
}
@media (min-width: 992px) {
  .numbers-box p {
    font-size: 22px;
  }
}
.partners-box img {
  margin-bottom: 40px;
}
.partners-box .partners-name {
  margin-bottom: 35px;
}
.partners-box p {
  font-size: 17px;
}
.leader-box {
  position: relative;
  display: inline-block;
  margin-bottom: 52px;
  text-align: center;
}
@media (min-width: 992px) {
  .leader-box {
    text-align: left;
  }
}
.leader-box .thumbnail-wrapper {
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .leader-box .thumbnail-wrapper {
    max-width: 176px;
    max-height: 176px;
    float: left;
  }
}
.leader-box .leader-content-wrapper {
  padding-top: 12px;
}
@media (min-width: 992px) {
  .leader-box .leader-content-wrapper {
    padding-left: 210px;
  }
}
.leader-box .leader-name {
  margin-bottom: 16px;
}
.leader-box .leader-job {
  font-size: 20px;
  margin-bottom: 12px;
}
.leader-box a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
  border-radius: 50%;
  z-index: 9;
  display: inline-block;
  border: 1px solid #e1e1e1;
}
.leader-box a:hover i {
  color: #337AB7;
}
.leader-box a i {
  color: #b7b7b6;
}
.team-box {
  margin-bottom: 50px;
}
.team-box:hover .hidden-content-wrapper {
  opacity: 1;
}
.team-box .thumbnail-wrapper {
  border-radius: 50%;
}
@media (min-width: 992px) {
  .team-box .thumbnail-wrapper {
    max-width: 178px;
    max-height: 178px;
    overflow: hidden;
    margin: 0 auto 36px;
  }
}
.team-box .team-name {
  margin-bottom: 10px;
}
.team-box p {
  font-size: 20px;
}
.team-box .hidden-content {
  text-align: left;
  background-color: #4b4e54;
  padding: 12px 17px;
  border-radius: 5px;
  width: 282px;
  position: relative;
}
.team-box .hidden-content:after {
  content: "";
  width: 0px;
  position: absolute;
  height: 0px;
  top: -13px;
  margin-right: -7px;
  right: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #4b4e54;
}
.team-box .hidden-content .hidden-team-job {
  font-size: 18px;
  margin-bottom: 8px;
}
.team-box .hidden-content .hidden-team-name {
  margin-bottom: 9px;
}
.team-box .hidden-content p {
  font-size: 17px;
  line-height: 1.2;
}
.team-box .hidden-content a {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 999;
}
.team-box .hidden-content a:hover i {
  color: #337AB7;
}
.team-box .hidden-content a i {
  color: #b7b7b6;
}
.team-box .hidden-content a:before {
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  top: -12px;
  z-index: -1;
  right: -12px;
  border-left: 65px solid transparent;
  border-top: 65px solid #373a3f;
}
.team-box .hidden-content-wrapper {
  position: absolute;
  opacity: 0;
  top: 200px;
  z-index: 9;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.list-style-box {
  padding-bottom: 0px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .list-style-box {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .list-style-box {
    border-bottom: 1px solid #e1e1e1;
  }
}
.list-style-box span {
  font-size: 76px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .list-style-box span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .list-style-box span {
    float: left;
    margin-bottom: 0;
    padding-top: 56px;
  }
}
.list-style-box .list-style-box-title {
  font-size: 24px;
  margin-bottom: 23px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .list-style-box .list-style-content-wrapper {
    padding-left: 174px;
  }
}
.list-style-box p {
  font-size: 18px;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .list-style-box p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .list-style-box ul {
    padding-left: 35px;
  }
}
.list-style-box ul li {
  margin-bottom: 21px;
  padding: 0 0 0  50px;
  font-size: 17px;
  width: auto;
  margin-left: 0;
  color: #373a3f;
  display: block;
}
@media (max-width: 991px) {
  .list-style-box ul li:before {
    font-size: 30px;
    top: -7px;
  }
}
@media (max-width: 991px) {
  .list-style-box ul li {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .list-style-box ul li {
    padding: 0 13px;
  }
}
.pricing-box {
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .pricing-box {
    margin-bottom: 0;
    min-height: 700px;
  }
}
.pricing-box .title-section {
  text-align: center;
  background-color: #fafafa;
  padding: 43px 0px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #c0c0c0;
}
.pricing-box .pricing-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.pricing-box .smaller-title {
  font-size: 17px;
  font-weight: normal;
}
.pricing-box ul {
  list-style: none;
}
.pricing-box ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 17px;
  color: #676d76;
  border-bottom: 1px solid #c0c0c0;
  margin: 0 15px;
}
.pricing-box .btn-wrapper {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .pricing-box .btn-wrapper {
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin: 0 -67.5px 0 0;
  }
}
.pricing-box .btn-wrapper a:hover {
  background-color: #373a3f;
  color: #fff;
  border: 1px solid transparent;
}
.pricing_active {
  border: 1px solid #a6ce39;
}
.pricing_active a {
  background-color: #a6ce39;
  color: #fff;
  border: 1px solid #a6ce39;
}
.pricing_active a:hover {
  background-color: #fff !important;
  color: #a6ce39 !important;
  border: 1px solid #a6ce39 !important;
}
.pricing_active .title-section {
  background-color: #f6faeb;
  border-bottom: 1px solid #a6ce39;
}
.pricing_active .active_green {
  color: #a6ce39;
}
.home-works-box {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .home-works-box {
    padding-top: 49px;
  }
}
.home-works-box img {
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .home-works-box img {
    padding-bottom: 63px;
  }
}
.home-works-box p {
  font-size: 21px;
  margin-bottom: 0;
}
.home-works-box.no-padding {
  padding-top: 0;
}
.home-works-box.no-padding img {
  padding-bottom: 10px;
}
.arrow-thumbnail-wrapper {
  padding-top: 0;
  margin: 50px 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .arrow-thumbnail-wrapper {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    padding-top: 85px;
    margin: 0;
  }
}
.box-cus {
  z-index: 1000;
  width: 215px;
  height: 160px;
  position: fixed;
  left: 0;
  bottom: 4vh;
  background-color: #fff;
  padding: 25px 15px 25px 30px;
  text-align: right;
  line-height: 2;
  color: #384744;
  font-size: 17px;
  -webkit-box-shadow: 0 0 7px 0px #707070;
  -moz-box-shadow: 0 0 7px 0px #707070;
  box-shadow: 0 0 7px 0px #707070;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.box-cus:hover {
  width: 245px;
}
@media (max-width: 767px) {
  .box-cus {
    display: none;
  }
}
.box-cus h4 {
  font-size: 25px;
}
.box-cus span {
  margin: 2px 0px 7px;
  display: inline-block;
}
.box-cus button,
.box-cus a {
  width: 120px;
  height: 35px;
  border: 1px solid #74B3DE;
  border-radius: 2px;
  color: #74B3DE;
  text-align: center;
  line-height: 33px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #fff;
}
.box-cus button i,
.box-cus a i {
  font-size: 20px;
  margin-top: 7px;
  position: absolute;
  left: 50px;
  transition: all 0.3s;
}
.box-cus button:hover,
.box-cus a:hover {
  color: #fff;
  font-weight: 900;
  background-color: #74B3DE;
}
.box-cus button:hover i,
.box-cus a:hover i {
  left: 40px;
}
.rtl .box-cus {
  left: auto;
  right: 0;
  text-align: left;
}
/* mobile-menu.css */
@media (max-width: 991px) {
  .navbar {
    border: none;
  }
  #fp-nav {
    display: none;
  }
  #page {
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
  }
  #page:before {
    content: "";
    height: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    z-index: -5;
  }
  #main-header {
    width: 100%;
    background-color: transparent;
    margin-top: 0px;
    padding-top: 8px;
    top: 0;
    left: 0;
    height: auto;
    z-index: 99;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    background-color: #fff;
  }
  #main-header #open-nav,
  #section_fixed_primary_menu #open-nav {
    background: transparent;
    padding: 19.5px 15px;
    margin: 0;
    margin-left: -2px;
    float: left;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rtl #main-header #open-nav,
  .rtl #section_fixed_primary_menu #open-nav {
    float: right;
    left: auto;
  }
  #main-header #open-nav,
  #section_fixed_primary_menu #open-nav {
    background: #fff;
    width: 63px;
    height: 60px;
  }
  #main-header #open-nav .icon-bar,
  #section_fixed_primary_menu #open-nav .icon-bar {
    background: #000;
    width: 25px;
    height: 3px;
  }
  #section_fixed_primary_menu .container .row .col-md-9 {
    position: unset;
  }
  .push-nav #main-header #open-nav,
  .push-nav #section_fixed_primary_menu #open-nav {
    background: #fff;
  }
  .push-nav #page:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 80;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #section_primary_menu .col-md-12 {
    position: static;
  }
  .primary_menu_id ul.menu > .current-menu-parent > a,
  .primary_menu_id ul.menu > .current-menu-item > a {
    color: #3f93d1 !important;
  }
  .primary-navigation-collapse {
    transform: translate3d(-100%, 0, 0) !important;
    -o-transform: translate3d(-100%, 0, 0) !important;
    -ms-transform: translate3d(-100%, 0, 0) !important;
    -moz-transform: translate3d(-100%, 0, 0) !important;
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    position: fixed;
    left: 0;
    text-align: left;
    width: 55%;
    height: 100vh;
    background: #f5f5f5;
    padding-top: 20px;
    top: 0;
    overflow: hidden;
  }
  .primary-navigation-collapse .menu-primary-menu-container li {
    line-height: 40px;
  }
  .primary-navigation-collapse .menu-primary-menu-container li a {
    font-size: 1em;
    color: #373837;
  }
  .rtl .primary-navigation-collapse {
    left: auto;
    right: 0;
    transform: translate3d(100%, 0, 0) !important;
    -o-transform: translate3d(100%, 0, 0) !important;
    -ms-transform: translate3d(100%, 0, 0) !important;
    -moz-transform: translate3d(100%, 0, 0) !important;
    -webkit-transform: translate3d(100%, 0, 0) !important;
    text-align: right;
  }
  .push-nav #section_top_nav {
    display: block !important;
    height: 0;
    min-height: 0;
  }
  .push-nav #main-header,
  .push-nav #section_fixed_primary_menu {
    transform: translate3d(55%, 0, 0) !important;
    -o-transform: translate3d(55%, 0, 0) !important;
    -ms-transform: translate3d(55%, 0, 0) !important;
    -moz-transform: translate3d(55%, 0, 0) !important;
    -webkit-transform: translate3d(55%, 0, 0) !important;
    position: fixed;
  }
  .push-nav.rtl #main-header,
  .push-nav.rtl #section_fixed_primary_menu {
    transform: translate3d(-55%, 0, 0) !important;
    -o-transform: translate3d(-55%, 0, 0) !important;
    -ms-transform: translate3d(-55%, 0, 0) !important;
    -moz-transform: translate3d(-55%, 0, 0) !important;
    -webkit-transform: translate3d(-55%, 0, 0) !important;
    position: fixed;
  }
  .push-nav > #page {
    box-shadow: 2px 1px 12px #373837;
  }
  .push-nav > #page:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 80;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .push-nav > #page .navbar-toggle {
    background: #373837;
    padding: 20px 15px;
    margin: 0;
    position: absolute;
    border-radius: 0;
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .primary-navigation-collapse {
    width: 35%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .push-nav #main-header,
  .push-nav #section_fixed_primary_menu {
    transform: translate3d(35%, 0, 0) !important;
    -o-transform: translate3d(35%, 0, 0) !important;
    -ms-transform: translate3d(35%, 0, 0) !important;
    -moz-transform: translate3d(35%, 0, 0) !important;
    -webkit-transform: translate3d(35%, 0, 0) !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .push-nav.rtl #main-header,
  .push-nav.rtl #section_fixed_primary_menu {
    transform: translate3d(-35%, 0, 0) !important;
    -o-transform: translate3d(-35%, 0, 0) !important;
    -ms-transform: translate3d(-35%, 0, 0) !important;
    -moz-transform: translate3d(-35%, 0, 0) !important;
    -webkit-transform: translate3d(-35%, 0, 0) !important;
  }
}
.push-nav .btn-medium {
  padding: 0 59px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .push-nav .btn-medium {
    padding: 0 98px;
  }
}
.push-nav .mobile-white {
  background: #fff;
}
.push-nav #main-header {
  box-shadow: none;
}
.push-nav #main-header .navbar-toggle {
  padding: 19px 13px 17px 17px;
}
.push-nav .social_link_wrapper {
  display: block;
  position: fixed;
  z-index: 9;
  left: 0;
  text-align: center;
  width: 55vw;
  top: 70vh;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
  .push-nav .social_link_wrapper {
    width: 37vw;
  }
}
.push-nav .social_link_wrapper li {
  border: none;
}
.push-nav .social_link_wrapper li a {
  padding: 0 20px;
}
.push-nav .social_link_wrapper li a i {
  color: #373a3f;
}
@media (min-width: 992px) {
  .push-nav .social_link_wrapper {
    width: 55vw;
  }
}
.push-nav .social_link_wrapper ul {
  text-align: center;
}
.push-nav .rtl .social_link_wrapper {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.push-nav.scrollActive #main-header #primary-navigation a {
  line-height: 40px;
}
.push-nav.scrollActive #main-header .social-navigation .menu-top-social-menu-container {
  padding: 0;
}
/* flip-mobile-btn */
#open-nav {
  border: none;
}
#open-nav .icon-bar {
  width: 29px;
  transition: all 1s;
}
.push-nav #open-nav .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 10%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 10%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.push-nav #open-nav .middle-bar {
  opacity: 0;
}
.push-nav #open-nav .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 90%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 90%;
  /* Chrome, Safari, Opera */
}
#open-nav .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
#open-nav .middle-bar {
  opacity: 1;
}
#open-nav .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
/* flip-mobile-btn.less */
.navbar-toggle {
  border: none;
}
.navbar-toggle .icon-bar {
  width: 29px;
  transition: all 1s;
}
.navbar-toggle .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 10%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 10%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 90%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 90%;
  /* Chrome, Safari, Opera */
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
/* end flip-mobile-btn.less */
/***** Button.less *****/
.btn-lee {
  border: 1px solid white;
  padding: 11px 51px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
}
.btn-lee:hover {
  color: white;
  background: rgba(255, 255, 255, 0.3);
}
.btn-lee i {
  position: relative;
  left: 17px;
}
@media (max-width: 480px) {
  .btn-lee {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.btn-click {
  border: 1px solid;
}
.rtl .btn-lee i {
  left: auto;
  right: 17px;
}
.posts_box_wrapper {
  text-align: center;
}
.posts_box_wrapper .posts_box {
  text-align: center;
  color: white;
  font-weight: 300;
}
.posts_box_wrapper .posts_box .post_title {
  font-size: 21px;
  padding: 21px 0 10px 0;
}
.posts_box_wrapper .posts_box .post_date {
  font-size: 14.5px;
  padding-bottom: 5px;
}
.posts_box_wrapper .posts_box .post_category {
  font-size: 14.5px;
}
.posts_box_wrapper > a {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}
.read_posts {
  text-align: center;
}
.read_posts .btn-lee {
  margin: 30px 15px 20px;
}
@media (min-width: 640px) {
  .read_posts .btn-lee {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
/*** form.less ***/
input {
  width: 100%;
  background: #e7e9e9;
  border: none;
  height: 40px;
  padding-right: 10px;
}
textarea {
  margin-top: 22px;
  background: #e7e9e9;
  border: none;
  width: 100%;
  padding-right: 10px;
  padding-top: 8px;
  height: 110px;
}
.btn-custom-submit {
  width: 120px;
  float: left;
  margin-top: 17px;
  background: transparent;
  border: 1px solid #8cbee3;
  color: #8cbee3;
  margin-bottom: 73px;
}
@media (max-width: 480px) {
  .btn-custom-submit {
    width: 100%;
    margin-bottom: 40px;
  }
}
.btn-custom-submit:hover {
  color: white;
  background: #0676bd;
}
.btn-custom-submit i {
  padding-right: 10px;
  position: relative;
  top: 1px;
}
::-webkit-input-placeholder {
  color: black;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder {
  color: black;
}
div.wpcf7-response-output {
  position: absolute;
  bottom: 55px;
  right: 7px;
  padding: 10px 15px;
  border-width: 1px !important;
  border-radius: 5px;
  min-width: 50%;
  text-align: center;
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
/* Category Page */
#categories-menu {
  background-color: #000000;
  padding: 23px 0;
  border-top: 1px solid #555555;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
#categories-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 640px) {
  #categories-menu ul:before {
    content: "תפריט קטגוריות";
    display: block;
    color: #fff;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
  }
  #categories-menu ul:active li,
  #categories-menu ul:focus li,
  #categories-menu ul:hover li {
    display: block;
    width: 250px;
    float: none;
    margin: 0 auto;
  }
  #categories-menu ul:active li a,
  #categories-menu ul:focus li a,
  #categories-menu ul:hover li a {
    width: 100%;
    float: right;
    border-top: 0px;
  }
}
#categories-menu ul li {
  display: none;
  margin: 0 19px;
}
@media (min-width: 640px) {
  #categories-menu ul li {
    display: inline-block;
  }
}
#categories-menu ul li a {
  display: inline-block;
  padding: 12px 38px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#categories-menu ul li a:hover,
#categories-menu ul li.active a {
  background-color: #8d8d8d;
}
#categories-menu ul li a > i.fa-angle-down {
  display: none;
}
#categories-menu ul li i {
  margin-right: 10px;
}
#categories-menu ul li.active a > i.fa-angle-down {
  display: inline-block;
}
#categories-menu ul li.active a > i.fa-angle-left {
  display: none;
}
.category-banner {
  position: relative;
  background-size: cover;
}
.category-banner img {
  display: block;
}
#category-banner-text {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding: 8% 0;
}
@media (max-width: 640px) {
  #category-banner-text {
    padding: 5%;
    line-height: 1;
  }
  #category-banner-text h1 {
    margin: 0 !important;
  }
}
#category-banner-text h1,
#category-banner-text p {
  font-weight: lighter;
}
#category-banner-text h1 {
  line-height: 100%;
  margin-bottom: 20px;
}
#category-banner-text p {
  line-height: 125%;
  color: #fff;
  font-size: 26px;
}
.category-desc {
  background-color: #f4f4f4;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .category-desc {
    padding: 100px 0;
  }
}
.secondary-title {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 50px;
}
.secondary-title:before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #dcdede;
  z-index: -1;
}
@media (min-width: 992px) {
  .secondary-title:before {
    bottom: 6px;
  }
}
.secondary-title h2,
.secondary-title h3 {
  font-size: 46px;
  color: #859190;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0 15px;
}
.category-desc .container {
  text-align: center;
}
.category-desc .container h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 22px;
}
.category-desc .container p {
  color: #859190;
  margin-bottom: 35px;
}
.category-desc .container > p:last-child {
  margin-bottom: 0;
}
.product-section,
.second-hand-cats {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-section,
  .second-hand-cats {
    padding: 85px 0;
  }
}
.product-section.white-section {
  background-color: #fff;
  color: #000;
}
.product-section.white-section .btn-lee {
  background: black;
  color: white;
}
.product-section.white-section .btn-lee:hover {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid black;
}
.product-section p {
  color: #fff;
}
section.product-section .btn-lee {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.product-section .btn-lee {
    margin-top: 70px;
    margin-bottom: 0px;
  }
}
.product-section.white-section p {
  color: #000;
}
.product-title {
  position: relative;
  font-size: 46px;
  color: #000;
  margin-bottom: 50px;
}
.product-title > span {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 8px 45px;
}
.white-section .product-title > span {
  background-color: #000;
  color: #fff;
}
.read-more-button {
  position: relative;
  margin-top: 60px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 40px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.read-more-button:hover {
  background-color: #fff;
  color: #000;
}
.white-section .read-more-button {
  color: #000;
  border: 1px solid #000;
}
.white-section .read-more-button:hover {
  background-color: #000;
  color: #fff;
}
.product-carousle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-carousle .bx-pager {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 70px;
}
.product-carousle .bx-pager .bx-pager-item {
  display: inline-block;
}
.product-carousle .bx-pager .bx-pager-item > a {
  text-indent: -9999999px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.product-carousle .bx-pager .bx-pager-item > a.active,
.product-carousle .bx-pager .bx-pager-item > a:hover {
  background-color: #333333;
}
.white-section .product-carousle .bx-pager .bx-pager-item > a {
  border: 1px solid #000;
}
.white-section .product-carousle .bx-pager .bx-pager-item > a.active,
.white-section .product-carousle .bx-pager .bx-pager-item > a:hover {
  background-color: #ced2d1;
}
.latest-posts-section {
  background-color: #000;
  padding: 100px 0;
}
.latest-posts-section .secondary-title h2 {
  background-color: #000;
}
.latest-posts-section .secondary-title:before {
  background-color: #859190;
}
.latest-posts-section .latest-posts-subtitle {
  font-size: 26px;
  margin-bottom: 40px;
}
.latest-posts .col-md-4 img {
  width: 100%;
  height: auto;
}
.latest-post-name,
.latest-post-desc p {
  color: #fff;
}
.latest-post-name {
  font-size: 21px;
  margin: 20px 0;
}
.latest-post-desc p {
  font-size: 14.5px;
}
.contact-section {
  padding: 100px 0;
}
.contact-section .secondary-title h2 {
  background-color: #fff;
}
.contact-section .secondary-title:before {
  background-color: #e1e4e4;
}
/* Second Hand Page */
.second-hand-menu {
  float: right;
}
@media (max-width: 992px) {
  .second-hand-menu {
    width: 100%;
    margin-bottom: 35px;
  }
}
.second-hand-menu h3 {
  font-size: 46px;
  background-color: #ffffff;
  color: #859190;
  display: block;
  font-weight: normal;
  padding: 7px 23px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .second-hand-menu h3 {
    margin-bottom: 5px;
  }
}
.second-hand-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.second-hand-menu ul li {
  padding-bottom: 15px;
  padding-right: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #282c2b;
}
@media (max-width: 992px) {
  .second-hand-menu ul li {
    width: auto;
    float: right;
    border-bottom: 0px;
    border-left: 1px solid #282c2b;
    padding: 10px;
    margin: 5px 0px 0;
  }
  .second-hand-menu ul li:last-child {
    border-left: 0px;
  }
}
@media (max-width: 992px) {
  .second-hand-block {
    width: 48%;
    margin: 1%;
    float: right;
  }
  .second-hand-block * {
    font-size: 22px !important;
  }
  .second-hand-block .text-left {
    position: absolute;
    left: 0;
    display: block;
    width: 33%;
    z-index: 10;
  }
}
.second-hand-menu ul li a {
  color: #859190;
  font-size: 26px;
}
.second-hand-menu ul li a:hover,
.second-hand-menu ul li a.active {
  text-decoration: underline;
}
.second-hand-product {
  position: relative;
}
@media (max-width: 992px) {
  .second-hand-menu + .col-md-9 {
    clear: both;
  }
}
.second-hand-product img {
  display: block;
}
@media (max-width: 992px) {
  .second-hand-product img {
    width: 100%;
    height: auto;
  }
}
.product-overlay-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 19px;
}
.product-overlay-desc p {
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
.second-hand-product-link {
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 14px;
  line-height: 1;
  display: inline-block;
}
.second-hand-product-link i {
  line-height: 1;
}
.second-hand-block {
  margin-bottom: 30px;
  float: right;
}
#categories-menu .active {
  background-color: #8d8d8d;
}
#page .single,
#page .news {
  padding-top: 30px;
}
.single .enrty_content .post_title,
.news .enrty_content .post_title {
  width: 382px;
  background: black;
  height: 56px;
  margin-top: 22px;
}
.single .enrty_content .post_title h1,
.news .enrty_content .post_title h1 {
  color: white;
  font-size: 46px;
  font-weight: 100;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .single .enrty_content .pull-left.fix-mobile-pull-left,
  .news .enrty_content .pull-left.fix-mobile-pull-left,
  .single .enrty_content .pull-right.fix-mobile-pull-right,
  .news .enrty_content .pull-right.fix-mobile-pull-right {
    width: 100%;
  }
  .single .enrty_content .pull-left.fix-mobile-pull-left *,
  .news .enrty_content .pull-left.fix-mobile-pull-left *,
  .single .enrty_content .pull-right.fix-mobile-pull-right *,
  .news .enrty_content .pull-right.fix-mobile-pull-right * {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    right: 0;
  }
  .single .enrty_content .pull-left.fix-mobile-pull-left * [class^="col-"],
  .news .enrty_content .pull-left.fix-mobile-pull-left * [class^="col-"],
  .single .enrty_content .pull-right.fix-mobile-pull-right * [class^="col-"],
  .news .enrty_content .pull-right.fix-mobile-pull-right * [class^="col-"] {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .single .enrty_content .pull-left.fix-mobile-pull-left,
  .news .enrty_content .pull-left.fix-mobile-pull-left {
    float: right!important;
  }
}
.single .enrty_content .post_content,
.news .enrty_content .post_content {
  border-top: 3px solid #f0f2f2;
  margin-bottom: 70px;
}
.single .enrty_content .post_content .product-carousle .bx-pager .bx-pager-item > a,
.news .enrty_content .post_content .product-carousle .bx-pager .bx-pager-item > a {
  border: 1px solid black;
}
.single .enrty_content .post_content .product-carousle .bx-pager .bx-pager-item > a.active,
.news .enrty_content .post_content .product-carousle .bx-pager .bx-pager-item > a.active,
.single .enrty_content .post_content .product-carousle .product-carousle .bx-pager .bx-pager-item > a:hover,
.news .enrty_content .post_content .product-carousle .product-carousle .bx-pager .bx-pager-item > a:hover {
  background-color: #d6dada;
}
.single .enrty_content .post-date,
.news .enrty_content .post-date {
  margin-top: 24px;
  margin-bottom: 13px;
  font-size: 18px;
  color: #344846;
  display: block;
}
.single .enrty_content .post_author,
.news .enrty_content .post_author {
  display: inline;
  font-size: 18px;
}
.single .enrty_content .post_author span,
.news .enrty_content .post_author span {
  font-weight: bold;
}
.single .enrty_content .post_cat,
.news .enrty_content .post_cat {
  display: inline;
  right: 155px;
  font-size: 18px;
  color: #3f93d1;
  position: relative;
}
.single .enrty_content .post_cat a:hover,
.news .enrty_content .post_cat a:hover {
  color: #3f93d1;
}
.single .enrty_content .content,
.news .enrty_content .content {
  color: #344846;
  max-width: 380px;
  border-top: 3px solid #f0f2f2;
  margin-top: 19px;
}
.single .enrty_content .content h2,
.news .enrty_content .content h2 {
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 12px;
}
.single .sidebar,
.news .sidebar {
  border-top: 3px solid #f0f2f2;
}
.single .sidebar h3,
.news .sidebar h3 {
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 12px;
  font-weight: 100;
}
.single .sidebar li,
.news .sidebar li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 9px;
  border-bottom: 3px solid #f0f2f2;
  padding-top: 11px;
}
.single .sidebar li a,
.news .sidebar li a {
  color: #344846;
}
.single .sidebar li a:hover,
.news .sidebar li a:hover {
  color: #344846;
}
.single .sidebar .last_post,
.news .sidebar .last_post {
  margin-bottom: 28px;
}
img {
  height: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.banner {
  position: relative;
}
@media (min-width: 480px) {
  .banner {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .banner {
    border-bottom: 5px solid #0075b7;
    padding: 0;
  }
}
.banner .img-holder {
  position: relative;
  min-height: 194px;
  background-size: cover;
  background-repeat: 50% 50%;
}
@media (min-width: 768px) {
  .banner .img-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 768px) {
  .banner .img-holder:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 133px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 118, 183, 0.65) 100%);
    opacity: 0.4;
    left: 0;
    bottom: 0;
  }
}
.banner .btn-holder {
  position: absolute;
  z-index: 1;
  margin-top: -57px;
  text-align: right;
  padding: 0 11px;
  top: 100%;
  left: 0;
  width: 100%;
  font-weight: 200;
}
.banner .btn-holder .btn {
  margin: 0 5px;
  font-size: 18px;
}
.banner .btn-holder .btn.btn-waze {
  padding: 9px 10px 9px 45px;
  position: relative;
}
@media (min-width: 992px) {
  .banner .btn-holder .btn.btn-waze {
    padding: 9px 18px 9px 56px;
  }
}
.banner .btn-holder .btn.btn-waze:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 27px;
  background: url(images/icon-waze.png) 0 0 no-repeat;
  left: 5px;
  top: 7px;
}
@media (min-width: 992px) {
  .banner .btn-holder .btn.btn-waze:after {
    left: 11px;
  }
}
.banner .btn-holder .btn.btn-facebook {
  padding: 8px 10px 9px 40px;
  position: relative;
}
@media (min-width: 992px) {
  .banner .btn-holder .btn.btn-facebook {
    padding: 8px 17px 9px 54px;
  }
}
.banner .btn-holder .btn.btn-facebook i {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
}
@media (min-width: 992px) {
  .banner .btn-holder .btn.btn-facebook i {
    left: 18px;
  }
}
.banner .btn-holder a {
  color: #fff;
}
.banner .btn-holder .contact-number {
  position: relative;
  top: 5px;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 0 20px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .banner .btn-holder .contact-number {
    font-size: 29px;
    margin-left: 17px;
    padding: 0 0 0 26px;
  }
}
.banner .btn-holder .contact-number i {
  font-size: 28px;
  position: absolute;
  top: -2px;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .banner .btn-holder .contact-number i {
    font-size: 32px;
    top: 1px;
  }
}
.banner .banner-logo {
  position: absolute;
  width: 153px;
  height: 153px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
}
@media (min-width: 768px) {
  .banner .banner-logo {
    width: 133px;
    height: 133px;
    left: 31px;
    right: auto;
    transform: translateX(0);
    bottom: -73px;
  }
}
.banner .banner-logo img {
  border-radius: 5px;
  border: 3px solid #e8e6e3;
  display: block;
  width: 100%;
}
.info-bar {
  padding: 44px 0 18px;
}
@media (min-width: 768px) {
  .info-bar {
    padding: 15px 0 19px;
    border-top: 1px solid #eae9e7;
    border-bottom: 1px solid #eae9e7;
  }
}
.info-bar.style-1 {
  padding: 21px 0 31px;
}
@media (min-width: 480px) {
  .info-bar.style-1 {
    padding: 21px 5px 31px;
  }
}
@media (min-width: 768px) {
  .info-bar.style-1 {
    padding: 38px 0 23px;
  }
}
@media (max-width: 991px) {
  .info-bar.style-1 .pull-right,
  .info-bar.style-1 .pull-left {
    float: none !important;
  }
}
.info-bar.style-1 .text-holder {
  padding: 0;
}
@media (max-width: 767px) {
  .info-bar.style-1 .text-holder {
    text-align: center;
  }
}
.info-bar.style-1 .text-holder .info-title {
  font-size: 34px;
  font-weight: 200;
  display: block;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #414042;
}
@media (min-width: 480px) {
  .info-bar.style-1 .text-holder .info-title {
    font-size: 46px;
    margin-bottom: 9px;
  }
}
.info-bar.style-1 .text-holder span {
  font-size: 16px;
  color: #0976bd;
}
@media (min-width: 480px) {
  .info-bar.style-1 .text-holder span {
    font-size: 20px;
  }
}
.info-bar.style-1 .btn-holder {
  padding: 10px 0 19px 0;
}
@media (max-width: 767px) {
  .info-bar.style-1 .btn-holder {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .info-bar.style-1 .btn-holder {
    padding: 20px 17px 10px 0;
  }
}
@media (min-width: 992px) {
  .info-bar.style-1 .btn-holder {
    padding: 10px 17px 0 0;
  }
}
.info-bar .btn.btn-contact-detail {
  background: #0075b7;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 7px 17px 8px 53px;
  position: relative;
}
@media (min-width: 480px) {
  .info-bar .btn.btn-contact-detail {
    font-size: 20px;
  }
}
.info-bar .btn.btn-contact-detail:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 18px;
  background: url(images/icon-involep.png) 0 0 no-repeat;
  top: 8px;
  left: 13px;
}
@media (min-width: 768px) {
  .info-bar .btn.btn-contact-detail:before {
    top: 13px;
  }
}
.info-bar .btn.btn-contact-detail:hover {
  background: #005484;
}
.info-bar .text-holder {
  padding: 0 0 0 15px;
  font-size: 18px;
  letter-spacing: -0.015em;
}
@media (min-width: 480px) {
  .info-bar .text-holder {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 768px) {
  .info-bar .text-holder {
    padding: 0 0 0 190px;
  }
}
.info-bar .info-title {
  font-size: 26px;
  font-weight: 600;
  color: #0075b7;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0;
}
.info-bar .btn-holder {
  padding: 20px 17px 10px 190px;
  text-align: left;
}
@media (min-width: 992px) {
  .info-bar .btn-holder {
    padding: 4px 17px 0 0;
    text-align: right;
  }
}
.main-content {
  padding: 18px 0 50px;
  background: #fbfcfc;
  color: #282525;
}
@media (min-width: 480px) {
  .main-content #sidebar {
    padding: 0 8px 0 14px;
  }
}
@media (min-width: 768px) {
  .main-content #sidebar {
    padding: 0;
  }
}
.main-content.style-1 {
  background: #fff;
  padding: 54px 0 58px;
}
@media (min-width: 480px) {
  .main-content.style-1 {
    padding: 54px 5px 58px;
  }
}
@media (min-width: 768px) {
  .main-content.style-1 {
    padding: 60px 0 50px;
  }
}
.doctor-block {
  background: #fff;
  padding: 15px 10px 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .doctor-block {
    padding: 15px 14px 15px 14px;
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .doctor-block {
    padding: 15px 46px 15px 18px;
    margin-bottom: 19px;
  }
}
.doctor-block .description {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .doctor-block .description {
    padding: 16px 0 0;
    margin-bottom: 15px;
  }
}
.doctor-block .description p {
  line-height: 1.22;
}
.doctor-block .img-holder {
  float: left;
  margin: 4px 21px 15px 0;
}
@media (min-width: 768px) {
  .doctor-block .img-holder {
    margin: 0 21px 15px 20;
  }
}
.doctor-block .btn-holder {
  text-align: center;
}
.doctor-block .btn-holder .btn.btn-contact-detail {
  background: #0075b7;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 7px 17px 8px 53px;
  position: relative;
}
@media (min-width: 480px) {
  .doctor-block .btn-holder .btn.btn-contact-detail {
    font-size: 20px;
  }
}
.doctor-block .btn-holder .btn.btn-contact-detail:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 18px;
  background: url(images/icon-involep.png) 0 0 no-repeat;
  top: 8px;
  left: 13px;
}
@media (min-width: 480px) {
  .doctor-block .btn-holder .btn.btn-contact-detail:before {
    top: 13px;
  }
}
.doctor-block .btn-holder .btn.btn-contact-detail:hover {
  background: #005484;
}
.doctor-block .contact-details {
  margin-top: 23px;
  padding: 17px 0 0;
  overflow: hidden;
}
@media (min-width: 480px) {
  .doctor-block .contact-details {
    padding: 17px 15px 0;
  }
}
@media (min-width: 768px) {
  .doctor-block .contact-details {
    border-top: 1px solid #eae9e7;
    padding: 17px 5px 0;
  }
}
.doctor-block .contact-title {
  color: #0075b7;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.doctor-block .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 200;
}
@media (min-width: 480px) {
  .doctor-block .contact-list {
    margin: 0 -3px;
  }
}
@media (min-width: 480px) {
  .doctor-block .contact-list li {
    display: inline-block;
    margin: 0 3px;
  }
}
.doctor-block .contact-list li .fa-mobile-phone {
  font-size: 28px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 3px;
  top: -3px;
}
.doctor-block .contact-list .location {
  padding: 0 0 0 22px;
  position: relative;
}
.doctor-block .contact-list .location:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 20px;
  top: 1px;
  left: 0;
  background: url(images/icon-map.png) 0 0 no-repeat;
}
.doctor-block .contact-list strong {
  font-weight: 400;
}
.doctor-block .contact-list a {
  color: #282525;
  font-size: 20px;
}
.video-block {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 0 36px;
}
@media (min-width: 480px) {
  .video-block {
    margin: 0 10px 41px;
  }
}
@media (min-width: 768px) {
  .video-block {
    margin: 0 0 41px;
  }
}
.video-block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}
.map-block {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .map-block {
    margin-bottom: 0;
  }
}
.map-block .btn-holder {
  text-align: center;
  margin-bottom: 24px;
}
.map-block .btn-holder .btn {
  margin: 0 5px;
  font-size: 18px;
  color: #282525;
  font-weight: 600;
  border-color: #282525;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .map-block .btn-holder .btn {
    margin-bottom: 0;
  }
}
.map-block .btn-holder .btn:hover {
  color: #fff;
  background: #282525;
}
.map-block .btn-holder .btn.btn-waze {
  padding: 9px 12px 9px 49px;
  position: relative;
  min-width: 199px;
}
.map-block .btn-holder .btn.btn-waze:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 27px;
  background: url(images/icon-waze-black.png) 0 0 no-repeat;
  left: 10px;
  top: 7px;
  z-index: 2;
}
.map-block .btn-holder .btn.btn-waze:hover:after {
  background: url(images/icon-waze.png) 0 0 no-repeat;
}
.map-block .btn-holder .btn.btn-facebook {
  padding: 8px 10px 9px 52px;
  min-width: 172px;
  position: relative;
}
.map-block .btn-holder .btn.btn-facebook i {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 18px;
  right: auto;
}
.map-block .text-holder {
  position: relative;
  padding: 0 0 30px 30px;
  font-size: 16px;
}
@media (min-width: 480px) {
  .map-block .text-holder {
    padding: 0 0 49px 49px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .map-block .text-holder {
    padding: 0 0 46px 49px;
  }
}
.map-block .text-holder:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 34px;
  top: 5px;
  left: 5px;
  background: url(images/icon-info.png) 0 0 no-repeat;
}
@media (min-width: 480px) {
  .map-block .text-holder:before {
    left: 21px;
  }
}
.map-block .address-title {
  display: block;
  font-weight: 600;
  color: #0075b7;
  font-size: 16px;
  margin-bottom: 5px;
}
.map-block .map-holder {
  position: relative;
  margin-bottom: 36px;
  padding-top: 48%;
  overflow: hidden;
}
@media (min-width: 480px) {
  .map-block .map-holder {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .map-block .map-holder {
    padding-top: 27.75%;
    margin: 0;
  }
}
.map-block .map-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}
.slider {
  margin-bottom: 34px;
}
.slider img {
  width: 100%;
}
.activity-schedule {
  background: #e6e7e8;
  padding: 23px 20px 23px 70px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
@media (min-width: 480px) {
  .activity-schedule {
    padding: 23px 20px 23px 84px;
  }
}
@media (min-width: 768px) {
  .activity-schedule {
    padding: 21px 20px 22px 78px;
    margin-bottom: 30px;
  }
}
.activity-schedule:before {
  content: '';
  position: absolute;
  width: 46px;
  height: 43px;
  top: 24px;
  left: 10px;
  background: url(images/icon-history.png) 0 0 no-repeat;
}
@media (min-width: 480px) {
  .activity-schedule:before {
    left: 17px;
  }
}
.activity-schedule .open-now {
  position: absolute;
  right: -25px;
  top: 15px;
  width: 100px;
  padding: 4px 4px 5px;
  background: #2cb34a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .activity-schedule .open-now {
    right: -27px;
    top: 13px;
  }
}
.activity-schedule .schedule-title {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #0976bd;
  font-size: 17px;
}
@media (min-width: 768px) {
  .activity-schedule .schedule-title {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.activity-schedule dl {
  font-size: 16px;
}
@media (min-width: 480px) {
  .activity-schedule dl {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .activity-schedule dl {
    font-size: 20px;
  }
}
.activity-schedule dl dt {
  float: left;
  min-width: 90px;
  padding-right: 5px;
  margin-bottom: 2px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .activity-schedule dl dt {
    min-width: 170px;
  }
}
@media (min-width: 768px) {
  .activity-schedule dl dt {
    min-width: 159px;
  }
}
.activity-schedule dl dd {
  margin-bottom: 2px;
  font-weight: 400;
}
.contact-form-holder .form-title {
  font-weight: 600;
  display: block;
  margin-bottom: 19px;
  color: #0976bd;
  letter-spacing: 0.06em;
  font-size: 17px;
}
@media (min-width: 768px) {
  .contact-form-holder .form-title {
    font-size: 16px;
  }
}
.contact-form {
  position: relative;
  background: #0976bd;
  padding: 25px 20px 31px;
}
.contact-form .form-control {
  background: none;
  color: #fff;
  border-radius: 0;
  border-width: 0 0 1px;
  border-color: #fff;
  box-shadow: none;
  padding: 5px 3px;
  height: 40px;
  font-size: 17px;
}
@media (min-width: 768px) {
  .contact-form .form-control {
    height: 36px;
    font-size: 16px;
  }
}
.contact-form .btn-holder {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -24px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-form .btn-holder {
    bottom: -19px;
  }
}
.contact-form .btn-holder .btn.btn-submit {
  background: #010101;
  color: #fff;
  padding: 8px 12px;
  font-size: 21px;
  font-weight: 300;
  min-width: 154px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .contact-form .btn-holder .btn.btn-submit {
    min-width: 145px;
    padding: 6px 12px;
  }
}
.contact-form .btn-holder .btn.btn-submit:hover {
  background: #333;
}
.contact-form ::-webkit-input-placeholder {
  color: #fff;
}
.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form :-ms-input-placeholder {
  color: #fff;
}
.find-doctor {
  background: #0976bd;
  padding: 23px 0 25px;
}
@media (min-width: 480px) {
  .find-doctor {
    padding: 23px 10px 25px;
  }
}
@media (min-width: 768px) {
  .find-doctor {
    padding: 14px 0;
  }
}
.find-doctor-form {
  background: #fff;
  font-size: 22px;
  font-weight: 200;
  color: #414042;
  padding: 11px 15px 18px;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
@media (min-width: 768px) {
  .find-doctor-form {
    padding: 11px 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.find-doctor-form .form-title {
  font-weight: 600;
  font-size: 18px;
  color: #0976bd;
}
@media (min-width: 768px) {
  .find-doctor-form .form-title {
    font-weight: 200;
    font-size: 21px;
    color: #414042;
  }
}
.find-doctor-form .form-col {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .find-doctor-form .form-col {
    padding: 0;
  }
}
.find-doctor-form .form-col.title-holder {
  padding: 4px 0 16px 5px;
}
@media (min-width: 768px) {
  .find-doctor-form .form-col.title-holder {
    padding: 10px 0 12px 5px;
  }
}
@media (min-width: 992px) {
  .find-doctor-form .form-col.title-holder {
    padding: 10px 0 12px 20;
  }
}
@media (max-width: 767px) {
  .find-doctor-form .form-col {
    text-align: center;
  }
}
.find-doctor-form select {
  padding: 3px 0 3px 3px;
  margin: 0;
  border-radius: 3px;
  border: none;
  background: none;
  color: #000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 44px;
  line-height: 1;
}
@media (max-width: 767px) {
  .find-doctor-form select {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .find-doctor-form select {
    height: 38px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .find-doctor-form select {
    padding-right: 18px;
  }
}
.find-doctor-form .select-holder {
  position: relative;
  border: 1px solid #e2e3e3;
  border-radius: 2px;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .find-doctor-form .select-holder {
    border-radius: 0;
    display: inline-block;
    border-width: 0 0 0 1px;
    padding: 0 0 0 10px;
    margin: 3px 0 0;
  }
}
@media (min-width: 992px) {
  .find-doctor-form .select-holder {
    padding: 0 0 0 25px;
  }
}
.find-doctor-form .select-holder:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 0;
  width: 20px;
  background: #fff;
}
.find-doctor-form .select-holder:after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 16px;
  right: 10px;
  height: 9px;
  width: 16px;
  background: url(images/icon-arrow-down.png) 0 0 no-repeat;
}
@media (min-width: 768px) {
  .find-doctor-form .select-holder:after {
    right: 1px;
  }
}
@media (max-width: 767px) {
  .find-doctor-form .btn-holder {
    text-align: center;
  }
}
.find-doctor-form .btn-search {
  background: #0976bd;
  font-size: 20px;
  font-weight: 600;
  border: none;
  padding: 11px 15px 14px;
  min-width: 102px;
  text-align: center;
  color: #fff;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.find-doctor-form .btn-search:hover {
  background: #07588c;
}
.search-result .result-row {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .search-result .result-row {
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .search-result .result-row {
    padding-bottom: 0;
  }
}
.search-result .result-row:after {
  content: '';
  clear: both;
  display: block;
}
.search-result .img-holder {
  position: relative;
}
@media (min-width: 768px) {
  .search-result .img-holder {
    float: left;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .search-result .img-holder {
    max-width: 282px;
  }
}
.search-result .img-holder img {
  width: 100%;
}
.search-result .img-holder .logo-holder {
  width: 147px;
  height: 147px;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .search-result .img-holder .logo-holder {
    width: 90px;
    height: 90px;
    bottom: -50px;
  }
}
@media (min-width: 992px) {
  .search-result .img-holder .logo-holder {
    width: 133px;
    height: 133px;
    right: -93px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.search-result .img-holder .logo-holder img {
  border-radius: 5px;
  border: 3px solid #e8e6e3;
  display: block;
  width: 100%;
}
.search-result .btn-holder {
  text-align: center;
  padding: 13px 0 0;
}
.search-result .btn-load-more {
  background: #0776bd;
  color: #fff;
  display: inline-block;
  padding: 11px 15px 13px;
  font-size: 20px;
  font-weight: 200;
  min-width: 132px;
}
.search-result .btn-load-more:hover {
  background: #05578c;
}
.search-result .btn-load-more i {
  padding: 0 0 0 10px;
}
.search-result .text-holder {
  padding: 44px 15px 5px 0;
}
@media (min-width: 480px) {
  .search-result .text-holder {
    padding: 44px 24px 5px 0;
  }
}
@media (min-width: 768px) {
  .search-result .text-holder {
    padding: 33px 0 5px 15px;
    float: left;
    width: 400px;
  }
}
@media (min-width: 992px) {
  .search-result .text-holder {
    width: 575px;
    padding: 33px 0 5px 126px;
  }
}
@media (min-width: 1200px) {
  .search-result .text-holder {
    width: 644px;
  }
}
.search-result .text-holder .title-holder {
  overflow: hidden;
  padding: 0 0 21px;
}
@media (min-width: 768px) {
  .search-result .text-holder .title-holder {
    border-bottom: 1px solid #e7e7e8;
    margin-bottom: 20px;
  }
}
.search-result .text-holder .result-title {
  color: #0976bd;
  font-weight: 600;
  font-size: 26px;
  display: block;
  margin-bottom: 2px;
}
.search-result .open-now {
  position: absolute;
  right: -32px;
  top: 17px;
  width: 130px;
  padding: 5px 4px 7px;
  background: #2cb34a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transform: rotate(45deg);
}
.search-result .link-holder {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 15px;
  left: auto;
}
@media (min-width: 992px) {
  .search-result .link-holder {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .search-result .link-holder {
    right: 74px;
  }
}
.search-result .link-holder a {
  text-align: center;
  line-height: 34px;
  font-size: 30px;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  background: #5d5e5e;
}
@media (min-width: 992px) {
  .search-result .link-holder a {
    width: 50px;
    height: 50px;
    font-size: 44px;
    line-height: 46px;
  }
}
.search-result .link-holder a:hover {
  background: #333;
}
.search-result .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 200;
}
@media (min-width: 480px) {
  .search-result .contact-list {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .search-result .contact-list {
    font-size: 18px;
  }
}
@include media(min-width: 992px) {
  font-size: 20px;
}
@media (min-width: 480px) {
  .search-result .contact-list {
    margin: 0 -3px;
  }
}
@media (min-width: 480px) {
  .search-result .contact-list li {
    display: inline-block;
    margin: 0 3px;
  }
}
.search-result .contact-list li .fa-mobile-phone {
  font-size: 28px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 3px;
  top: -3px;
}
.search-result .contact-list .location {
  padding: 0 0 0 22px;
  position: relative;
}
@media (min-width: 480px) {
  .search-result .contact-list .location {
    padding: 0 0 0 28px;
  }
}
.search-result .contact-list .location:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 20px;
  top: 1px;
  left: 0;
  background: url(images/icon-map.png) 0 0 no-repeat;
}
@media (min-width: 480px) {
  .search-result .contact-list .location:before {
    left: 5px;
  }
}
.search-result .contact-list strong {
  font-weight: 400;
}
.search-result .contact-list a {
  color: #282525;
  font-size: 18px;
}
@media (min-width: 480px) {
  .search-result .contact-list a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .search-result .contact-list a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .search-result .contact-list a {
    font-size: 20px;
  }
}
.modal-backdrop.in {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .new-modal .modal-dialog {
    width: 552px;
  }
}
.new-modal .modal-content {
  border-radius: 0;
}
.new-modal .modal-header {
  border: none;
  text-align: center;
  padding: 48px 15px 12px;
  position: relative;
}
.new-modal .modal-header .close {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #d6d2cd;
  border-radius: 22px;
  top: 13px;
  right: 11px;
  line-height: 18px;
  font-size: 22px;
  opacity: 1;
  color: #5d5d59;
}
.new-modal .modal-header .close:hover {
  border: 1px solid #727272;
  color: #000;
}
.new-modal .modal-header .modal-title {
  color: #0075b7;
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .new-modal .modal-header .modal-title {
    font-size: 26px;
  }
}
.new-modal .modal-header p {
  font-size: 16px;
  font-weight: 400;
  color: #282525;
}
@media (min-width: 768px) {
  .new-modal .modal-header p {
    font-size: 19px;
  }
}
.new-modal .modal-body {
  background: #0075b7;
  padding: 36px 15px 40px;
  position: relative;
}
.new-modal .modal-body:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px;
  border-color: #fff transparent transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new-modal .icon-holder {
  background: #00b550;
  width: 71px;
  height: 71px;
  margin: 0 auto 8px;
  border-radius: 70px;
}
.new-modal .icon-holder.waze-icon {
  padding: 9px 0 0;
}
.new-modal .icon-holder.tick-icon {
  padding: 18px 0 0;
}
.new-modal .icon-holder.email-icon {
  padding: 20px 0 0;
}
.new-modal .btn-holder {
  text-align: center;
}
.new-modal .btn-waze {
  padding: 9px 10px 9px 45px;
  position: relative;
  display: inline-block;
}
.new-modal .btn-waze:focus {
  color: #fff;
}
@media (min-width: 992px) {
  .new-modal .btn-waze {
    padding: 9px 18px 9px 56px;
  }
}
.new-modal .btn-waze:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 27px;
  background: url(images/icon-waze.png) 0 0 no-repeat;
  left: 5px;
  top: 7px;
  z-index: 1;
}
@media (min-width: 992px) {
  .new-modal .btn-waze:after {
    left: 11px;
  }
}
.new-modal .btn-facebook {
  padding: 8px 17px 9px 52px;
  position: relative;
  display: inline-block;
}
.new-modal .btn-facebook:focus {
  color: #fff;
}
.new-modal .btn-facebook i {
  font-size: 24px;
  position: absolute;
  top: 11px;
  right: auto;
  left: 17px;
}
.new-modal .contact-form {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .new-modal .contact-form {
    padding: 0 19px 0 15px;
  }
}
.new-modal .contact-form:after {
  content: '';
  clear: both;
  display: block;
}
.new-modal .contact-form .form-group {
  font-weight: 600;
}
@media (min-width: 768px) {
  .new-modal .contact-form .form-group {
    float: left;
    width: 132px;
    padding: 0 5px;
    margin: 7px 0 0;
  }
}
.new-modal .contact-form .btn-holder {
  bottom: 0;
  position: relative;
  width: auto;
}
@media (min-width: 768px) {
  .new-modal .contact-form .btn-holder {
    float: left;
    padding: 0 5px;
  }
}
.new-modal .contact-form .btn-holder .btn.btn-submit {
  min-width: 78px;
}
.new-modal .contact-form ::-webkit-input-placeholder {
  color: #fff;
}
.new-modal .contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.new-modal .contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.new-modal .contact-form :-ms-input-placeholder {
  color: #fff;
}
.rtl .banner .banner-logo {
  left: 50%;
  bottom: -34px;
}
@media (min-width: 768px) {
  .rtl .banner .banner-logo {
    left: auto;
    right: 31px;
    bottom: -73px;
  }
}
.rtl .banner .btn-holder {
  text-align: left;
}
@media (min-width: 992px) {
  .rtl .rtl-pull-left-md {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .rtl .rtl-pull-right-md {
    float: right !important;
  }
}
.rtl .info-bar.style-1 {
  padding: 21px 0 31px;
}
@media (min-width: 480px) {
  .rtl .info-bar.style-1 {
    padding: 21px 5px 31px;
  }
}
@media (min-width: 768px) {
  .rtl .info-bar.style-1 {
    padding: 38px 0 23px;
  }
}
.rtl .info-bar.style-1 .pull-right {
  float: none !important;
}
@media (min-width: 992px) {
  .rtl .info-bar.style-1 .pull-right {
    float: left !important;
  }
}
.rtl .info-bar.style-1 .pull-left {
  float: none !important;
}
@media (min-width: 992px) {
  .rtl .info-bar.style-1 .pull-left {
    float: right !important;
  }
}
.rtl .info-bar.style-1 .text-holder {
  padding: 0;
}
.rtl .info-bar.style-1 .btn-holder {
  padding: 10px 0 19px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .rtl .info-bar.style-1 .btn-holder {
    padding: 20px 0 10px 17px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .rtl .info-bar.style-1 .btn-holder {
    padding: 10px 0 0 17px;
    text-align: left;
  }
}
.rtl .info-bar .text-holder {
  padding: 0 15px 0 0;
}
@media (min-width: 480px) {
  .rtl .info-bar .text-holder {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 768px) {
  .rtl .info-bar .text-holder {
    padding: 0 190px 0 0;
  }
}
.rtl .info-bar .btn-holder {
  padding: 20px 190px 10px 17px;
  text-align: right;
}
@media (min-width: 992px) {
  .rtl .info-bar .btn-holder {
    padding: 4px 0 0 17px;
    text-align: left;
  }
}
.rtl .doctor-block {
  padding: 15px 10px 15px;
}
@media (min-width: 480px) {
  .rtl .doctor-block {
    padding: 15px 14px 15px 14px;
  }
}
@media (min-width: 768px) {
  .rtl .doctor-block {
    padding: 15px 18px 15px 46px;
  }
}
.rtl .doctor-block .img-holder {
  float: right;
  margin: 4px 0 15px 21px;
}
@media (min-width: 768px) {
  .rtl .doctor-block .img-holder {
    margin: 0 0 15px 21px;
  }
}
.rtl .doctor-block .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 200;
}
@media (min-width: 480px) {
  .rtl .doctor-block .contact-list {
    margin: 0 -3px;
  }
}
@media (min-width: 480px) {
  .rtl .doctor-block .contact-list li {
    display: inline-block;
    margin: 0 3px;
  }
}
.rtl .doctor-block .contact-list li .fa-mobile-phone {
  font-size: 28px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 3px;
  top: -3px;
}
.rtl .doctor-block .contact-list .location {
  padding: 0 22px 0 0;
}
.rtl .doctor-block .contact-list .location:before {
  right: 0;
}
.rtl .map-block .text-holder {
  padding: 0 30px 30px 0;
}
@media (min-width: 480px) {
  .rtl .map-block .text-holder {
    padding: 0 49px 49px 0;
  }
}
@media (min-width: 768px) {
  .rtl .map-block .text-holder {
    padding: 0 49px 46px 0;
  }
}
.rtl .map-block .text-holder:before {
  right: 5px;
}
@media (min-width: 480px) {
  .rtl .map-block .text-holder:before {
    right: 21px;
  }
}
.rtl .activity-schedule {
  padding: 23px 70px 23px 20px;
}
@media (min-width: 480px) {
  .rtl .activity-schedule {
    padding: 23px 84px 23px 20px;
  }
}
@media (min-width: 768px) {
  .rtl .activity-schedule {
    padding: 21px 78px 22px 20px;
  }
}
.rtl .activity-schedule:before {
  right: 10px;
  left: auto;
  background: url(images/icon-history.png) 0 0 no-repeat;
}
@media (min-width: 480px) {
  .rtl .activity-schedule:before {
    right: 18px;
    left: auto;
  }
}
.rtl .activity-schedule .open-now {
  left: -25px;
  right: auto;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .rtl .activity-schedule .open-now {
    left: -27px;
    right: auto;
  }
}
.rtl .activity-schedule dl dt {
  float: right;
  padding: 0 0 0 5px;
}
.rtl .find-doctor-form {
  padding: 11px 15px 18px;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
@media (min-width: 768px) {
  .rtl .find-doctor-form {
    padding: 11px 15px 10px;
  }
}
.rtl .find-doctor-form .form-col.title-holder {
  padding: 4px 5px 16px 0;
}
@media (min-width: 768px) {
  .rtl .find-doctor-form .form-col.title-holder {
    padding: 10px 5px 12px 0;
  }
}
@media (min-width: 992px) {
  .rtl .find-doctor-form .form-col.title-holder {
    padding: 10px 20px 12px 0;
  }
}
.rtl .find-doctor-form select {
  padding: 3px 3px 3px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .rtl .find-doctor-form select {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .rtl .find-doctor-form .select-holder {
    border-width: 0 1px 0 0;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 992px) {
  .rtl .find-doctor-form .select-holder {
    padding: 0 25px 0 0;
  }
}
.rtl .find-doctor-form .select-holder:before {
  left: 0;
  right: auto;
}
.rtl .find-doctor-form .select-holder:after {
  left: 10px;
  right: auto;
}
@media (min-width: 768px) {
  .rtl .find-doctor-form .select-holder:after {
    left: 1px;
    right: auto;
  }
}
.rtl .search-result .img-holder {
  position: relative;
}
@media (min-width: 768px) {
  .rtl .search-result .img-holder {
    float: right;
  }
}
.rtl .search-result .img-holder .logo-holder {
  left: 50%;
  right: auto;
}
@media (min-width: 992px) {
  .rtl .search-result .img-holder .logo-holder {
    left: -93px;
  }
}
.rtl .search-result .btn-load-more i {
  padding: 0 10px 0 0;
}
.rtl .search-result .text-holder {
  padding: 44px 15px 5px 0;
}
@media (min-width: 480px) {
  .rtl .search-result .text-holder {
    padding: 44px 24px 5px 0;
  }
}
@media (min-width: 768px) {
  .rtl .search-result .text-holder {
    padding: 33px 15px 5px 0;
    float: right;
  }
}
@media (min-width: 992px) {
  .rtl .search-result .text-holder {
    padding: 33px 126px 5px 0;
  }
}
.rtl .search-result .open-now {
  left: -32px;
  right: auto;
  transform: rotate(-45deg);
}
.rtl .search-result .link-holder {
  left: 15px;
  right: auto;
}
@media (min-width: 992px) {
  .rtl .search-result .link-holder {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .rtl .search-result .link-holder {
    left: 74px;
  }
}
.rtl .search-result .link-holder a {
  left: 0;
  right: auto;
  transform: translateY(-50%) rotate(0deg);
}
.rtl .search-result .contact-list li .fa-mobile-phone {
  padding: 0 0 0 3px;
}
.rtl .search-result .contact-list .location {
  padding: 0 22px 0 0;
}
@media (min-width: 480px) {
  .rtl .search-result .contact-list .location {
    padding: 0 28px 0 0;
  }
}
.rtl .search-result .contact-list .location:before {
  right: 0;
}
@media (min-width: 480px) {
  .rtl .search-result .contact-list .location:before {
    right: 5px;
  }
}
@media (min-width: 768px) {
  .rtl .new-modal .contact-form .form-group {
    float: right;
  }
}
@media (min-width: 768px) {
  .rtl .new-modal .contact-form .btn-holder {
    float: right;
  }
}
.loader_wrapper {
  text-align: center;
}
.main-category-wrap {
  padding: 50px 0;
}
.main-category-wrap .container {
  max-width: 1440px;
}
.main-category-wrap .main-cate-inner {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
}
.main-category-wrap .desc-wrap {
  width: 60%;
  padding-right: 160px;
  padding-top: 50px;
}
.main-category-wrap .desc-wrap .product-title {
  margin-bottom: 35px;
  color: #000;
}
.main-category-wrap .desc-wrap figure {
  margin: 0 0 30px;
}
.main-category-wrap .desc-wrap p {
  font-size: 22px;
  line-height: 1.4545;
  font-weight: 500;
  display: block;
  margin-bottom: 38px;
  color: #000;
}
.main-category-wrap .desc-wrap .custom-prdt-btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 35px;
  font-size: 18px;
  background: #2C79BE;
  color: #FFF;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.main-category-wrap .cat-feat-fig {
  width: 40%;
}
.main-category-wrap .cat-feat-fig figure {
  margin: 0;
}
.custom-product-section {
  background-size: cover !important;
}
.custom-product-section .cust-prdt-wrap {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
  align-items: center;
  -webkit-box-align: center;
}
.custom-product-section .cust-prdt-wrap .product-desc {
  padding-right: 7.777%;
  padding-left: 50px;
  color: #000;
  padding-top: 140px;
  padding-bottom: 150px;
}
.custom-product-section .cust-prdt-wrap .sub-product-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 26px;
  color: #000;
}
.custom-product-section .cust-prdt-wrap p {
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
.custom-product-section:nth-of-type(even) .cust-prdt-wrap {
  flex-flow: row;
  -webkit-flex-flow: row;
}
.custom-product-section:nth-of-type(even) .cust-prdt-wrap .product-desc {
  padding-left: 7.777%;
  padding-right: 77px;
}
.custom-product-section .product-fig {
  width: 53.6%;
}
.custom-product-section .product-fig img {
  vertical-align: top;
  width: 100%;
}
.custom-product-section .product-desc {
  flex-basis: 46.4%;
  -webkit-flex-basis: 46.4%;
}
.category-desc-wrap {
  display: block;
  background: #EEEEEE;
  padding: 60px 0 42px;
  background-size: cover !important;
}
.category-desc-wrap .categ-desc-inner {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.category-desc-wrap .secondr-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 36px;
  color: #000;
}
.category-desc-wrap p {
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
}
.category-product-slider {
  background: #262626;
  padding: 50px 0;
}
.category-product-slider .cate-prdt-slider-inner {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
}
.category-product-slider .secondr-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 36px;
  text-align: center;
}
.category-product-slider .title-highlighted {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 55px;
  background: #EEEEEE;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}
.category-product-slider .category-product-slide-wrap {
  margin-top: 38px;
}
.category-product-slider .category-product-slide-wrap .bxslider li {
  position: relative;
}
.category-product-slider .category-product-slide-wrap .bxslider li .caption {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  text-align: center;
}
.category-product-slider .category-product-slide-wrap .bxslider li .caption span {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 12px 73px;
  background: rgba(0, 0, 0, 0.37);
  display: inline-block;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-prev,
.category-product-slider .category-product-slide-wrap .bx-controls .bx-next {
  top: -295px;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-prev span,
.category-product-slider .category-product-slide-wrap .bx-controls .bx-next span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.22' height='14.326' viewBox='0 0 17.22 14.326'%3E%3Cpath id='left-arrow' d='M-16.945,6.494-10.726.275A.935.935,0,0,1-10.06,0a.936.936,0,0,1,.667.275l.565.565a.935.935,0,0,1,.275.666.954.954,0,0,1-.275.674l-3.628,3.636H-.93A.92.92,0,0,1,0,6.743v.8a.955.955,0,0,1-.93.968H-12.5l3.669,3.656a.922.922,0,0,1,.275.66.929.929,0,0,1-.275.663l-.565.563a.935.935,0,0,1-.667.274.936.936,0,0,1-.666-.276l-6.219-6.219a.936.936,0,0,1-.275-.669A.936.936,0,0,1-16.945,6.494Z' transform='translate(17.22)' fill='%23666666'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 17px;
  display: block;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-next {
  margin-right: -90px;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-next span {
  transform: scaleX(-1);
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-prev {
  margin-left: -90px;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-pager {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  font-size: 0;
  background: #929292;
  border: solid 1px #DFDFDF;
}
.category-product-slider .category-product-slide-wrap .bx-controls .bx-pager .bx-pager-item a.active {
  background: #D6D6D6;
}
.category-fet-video {
  padding: 75px 0;
}
.category-fet-video .feat-cat-video-wrap {
  display: block;
  text-align: center;
}
.pop-up-contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.pop-up-contact .pop-up-contact-wrap {
  width: 100%;
  max-width: 991px;
  background-size: cover;
  padding: 101px 15px 80px;
  position: relative;
  background: #FFFFFF;
}
.pop-up-contact .pop-up-contact-wrap .contact-form-title {
  font-size: 53px;
  font-weight: 500;
  line-height: 1.17;
  color: #2C79BE;
  text-align: center;
  margin: 0 0 47px;
}
.pop-up-contact .pop-up-contact-wrap .span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.pop-up-contact .pop-up-contact-wrap div.wpcf7-response-output {
  right: auto;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pop-up-contact .pop-up-contact-wrap .close-form {
  font-size: 0;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.185' height='13.185' viewBox='0 0 13.185 13.185'%3E%3Cpath id='Path' d='M12.892.3a1,1,0,0,0-1.41,0l-4.89,4.88L1.7.292A1,1,0,0,0,.292,1.7l4.89,4.89-4.89,4.89a1,1,0,0,0,1.41,1.41L6.593,8l4.89,4.89a1,1,0,0,0,1.41-1.41L8,6.593l4.89-4.89A1,1,0,0,0,12.892.3Z'/%3E%3C/svg%3E%0A") no-repeat;
  -webkit-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  background-position: center;
  position: absolute;
  top: 12px;
  left: 12px;
}
.pop-up-contact .pop-up-contact-wrap .btn-custom-submit {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 70px;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 0;
  background: #2C79BE;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pop-up-contact .pop-up-contact-wrap .btn-custom-submit i {
  display: none;
}
.pop-up-contact .pop-up-contact-wrap .btn-custom-submit:after {
  display: none;
}
.pop-form .pop-up-contact {
  visibility: visible;
  opacity: 1;
}
.category-fet-video {
  padding: 75px 0;
}
.category-fet-video .feat-cat-video-wrap {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .main-category-wrap {
    background-size: 720px !important;
    padding: 90px 0 45px;
    background-position: top right !important;
  }
  .main-category-wrap .main-cate-inner {
    flex-flow: column-reverse;
    -webkit-flex-flow: column-reverse;
  }
  .main-category-wrap .desc-wrap {
    width: 100%;
    padding: 0;
    margin-top: 90px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pop-up-contact .pop-up-contact-wrap .contact-form-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-category-wrap .cat-feat-fig {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-desc-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-product-section .cust-prdt-wrap,
  .custom-product-section:nth-of-type(even) .cust-prdt-wrap {
    flex-flow: column;
    -webkit-flex-flow: column;
  }
  .custom-product-section .product-fig {
    width: 100%;
  }
  .custom-product-section .cust-prdt-wrap .product-desc,
  .custom-product-section:nth-of-type(even) .cust-prdt-wrap .product-desc {
    width: 100%;
    padding: 45px 15px;
  }
  .category-product-slider .category-product-slide-wrap .bxslider li {
    margin-right: 5px !important;
    margin-left: 15px !important;
  }
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-prev {
    margin-left: 20px;
  }
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-next {
    margin-right: 20px;
  }
  .category-fet-video {
    padding: 114px 0;
  }
  .category-fet-video .feat-cat-video-wrap iframe {
    width: 100%;
    min-height: 340px;
    height: auto;
  }
  .pop-up-contact-wrap form input {
    margin-top: 20px;
  }
  .pop-up-contact .pop-up-contact-wrap {
    background-size: cover !important;
    padding: 80px 0 50px;
  }
  .pop-up-contact .pop-up-contact-wrap form {
    background: #FFFFFF;
    padding: 5px 10px 25px;
  }
}
.product-features-sec {
  background-size: cover !important;
  padding: 77px 52px 230px;
}
.product-features-sec .product-feat-title {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.product-features-sec .product-feat-wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-flow: column-reverse;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  margin-top: 175px;
  text-align: left;
}
.product-features-sec .product-feat-feat-subtitle {
  font-size: 36px;
  font-weight: 500;
  color: #7F4474;
  margin-bottom: 40px;
}
.product-features-sec .product-feat-desc {
  flex-basis: 53%;
}
.product-features-sec .product-feat-desc ul {
  margin: 0;
  padding: 0;
}
.product-features-sec .product-feat-desc ul li {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  color: #4C5258;
  font-weight: 500;
  list-style: none;
  margin-bottom: 15px;
  direction: ltr;
}
.product-features-sec .product-feat-desc ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.618' height='14.402' viewBox='0 0 16.618 14.402'%3E%3Cpath id='iconfinder_ok_1303888' d='M37.724,59.2a.553.553,0,0,1-.36-.133l-5.17-4.432a.554.554,0,0,1,.721-.841l4.729,4.053,9.984-12.836a.554.554,0,1,1,.875.68L38.161,58.989a.555.555,0,0,1-.382.211Z' transform='translate(-32 -44.801)' fill='%237f4474'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 12px;
  -moz-background-size: 12px;
  -webkit-background-size: 12px;
  -o-background-size: 12px;
  margin-right: 10px;
}
.product-features-sec .product-feat-desc ul li:marker {
  display: none;
}
.product-features-sec .product-feat-fig {
  flex-basis: 47%;
}
@media only screen and (max-width: 640px) {
  .main-category-wrap {
    padding: 61px 0 25px;
    background-size: auto 69% !important;
  }
  .main-category-wrap .desc-wrap {
    margin-top: 53px;
  }
  .product-title {
    font-size: 23px;
  }
  .main-category-wrap .desc-wrap p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main-category-wrap .desc-wrap .custom-prdt-btn {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
  }
  .main-category-wrap .desc-wrap .product-title {
    margin-bottom: 15px;
  }
  .main-category-wrap .desc-wrap figure {
    margin-bottom: 13px;
  }
  .custom-product-section .cust-prdt-wrap .sub-product-title,
  .category-desc-wrap .secondr-title,
  .category-product-slider .secondr-title {
    font-size: 21px;
  }
  .custom-product-section .cust-prdt-wrap p,
  .category-product-slider .title-highlighted,
  .category-product-slider .category-product-slide-wrap .bxslider li .caption span {
    font-size: 12px;
  }
  .custom-product-section .cust-prdt-wrap p b {
    font-size: 13px;
  }
  .category-desc-wrap p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .custom-product-section .cust-prdt-wrap .product-desc,
  .custom-product-section:nth-of-type(even) .cust-prdt-wrap .product-desc {
    padding: 23px 15px 17px;
  }
  .custom-product-section .cust-prdt-wrap .sub-product-title {
    margin-bottom: 12px;
  }
  .custom-product-section .cust-prdt-wrap p {
    margin-bottom: 13px;
  }
  .category-desc-wrap {
    padding: 30px 15px;
  }
  .category-desc-wrap .secondr-title {
    margin-bottom: 14px;
  }
  .category-desc-wrap p {
    margin-bottom: 12px;
  }
  .category-product-slider {
    padding: 21px 0 25px;
  }
  .category-product-slider .title-highlighted {
    max-width: 180px;
    padding: 3px 15px;
  }
  .category-product-slider .secondr-title {
    margin-bottom: 21px;
  }
  .category-product-slider .category-product-slide-wrap {
    margin-top: 20px;
  }
  .category-product-slider .category-product-slide-wrap .bxslider li .caption span {
    padding: 4px 34px;
  }
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-pager {
    margin-top: 28px;
  }
  .category-fet-video {
    padding: 57px 0;
  }
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-prev,
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-next {
    top: -180px !important;
  }
  .pop-up-contact .pop-up-contact-wrap {
    padding: 34px 0 25px;
  }
  .pop-up-contact .pop-up-contact-wrap .contact-form-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pop-up-contact-wrap form input,
  .pop-up-contact-wrap form textarea {
    margin-top: 10px;
    font-size: 13px;
  }
  .pop-up-contact .pop-up-contact-wrap form {
    padding: 5px 0px 25px;
  }
  .pop-up-contact .pop-up-contact-wrap .btn-custom-submit {
    font-size: 13px;
    padding: 0 50px;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
  }
  .pop-up-contact .pop-up-contact-wrap div.wpcf7-response-output {
    bottom: -5px;
    font-size: 13px;
  }
  .pop-up-contact .pop-up-contact-wrap span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .main-category-wrap {
    background-size: auto 71.5% !important;
  }
  .custom-product-section.mobile-no-img {
    background: none !important;
  }
  .custom-product-section.mobile-img-exist {
    position: relative;
    background: none !important;
  }
  .custom-product-section.mobile-img-exist .mobile-product-box {
    display: block !important;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .custom-product-section.mobile-img-exist .mobile-product-box img {
    width: 100%;
  }
  .custom-product-section.mobile-img-exist .cust-prdt-wrap {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 480px) {
  .main-category-wrap {
    background-size: auto 65% !important;
  }
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-prev,
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-next {
    top: -160px !important;
  }
}
@media only screen and (max-width: 415px) {
  .main-category-wrap {
    background-size: auto 66% !important;
  }
}
@media only screen and (max-width: 375px) {
  .main-category-wrap {
    background-size: auto 65% !important;
  }
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-prev,
  .category-product-slider .category-product-slide-wrap .bx-controls .bx-next {
    top: -140px !important;
  }
}
@media only screen and (max-width: 360px) {
  .main-category-wrap {
    background-size: auto 63% !important;
  }
}
@media only screen and (max-width: 320px) {
  .main-category-wrap {
    background-size: auto 59% !important;
  }
}
@media only screen and (max-width: 280px) {
  .main-category-wrap {
    background-size: auto 54% !important;
  }
}
