/*
Theme Name:         Trowel
Text Domain:        trowel
Theme URI:          http://art-themes.com
Description:        Trowel Theme was created by Art-Themes.
Version:            3.5.0
Author:             Art-Themes / Art-Themes.com
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
/*:root {
    --color-yellow: #fbbe3f;
    --color-blue: #213047;
    --color-darkblue: #1a2a42;
}

.main_yellow
.main_yellow_bg

.main_blue
.main_blue_bg

.main_dark_blue_bg

*/
/* Homepage one */
/* Homepage two */
/* Other */
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%; }

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, ul, li, ol, a, em, img, strong, fieldset, form, label, article, aside,
details, figcaption, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none; }

:focus {
  outline: 0; }

img {
  vertical-align: middle;
  outline: 0; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

html, body, textarea, input {
  -webkit-text-size-adjust: none; }

body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.gallery-caption {
  font-size: 14px; }

.bypostauthor {
  font-size: 14px; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #e1e3e5;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 3px 0;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 0 20px 0; }
  .wp-caption.alignnone p {
    text-align: center; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 10px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Form */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062; }

textarea {
  resize: none; }

/* Float & Align */
.float-left {
  float: left  !important; }

.float-right {
  float: right !important; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

/* Clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.clear {
  clear: both;
  display: block; }

/* Links */
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

/* Typography */
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 24px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  border: 0; }

.small {
  font-size: 10px; }

hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0; }

.comments-area p.no-comments {
  margin-top: 14px; }

/* Framework TYPO */
.story, .comment-text {
  line-height: 1.5; }
  .story .gallery, .comment-text .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .story ul, .comment-text ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .story ul ol, .comment-text ul ol {
      list-style: decimal;
      counter-reset: item; }
      .story ul ol li, .comment-text ul ol li {
        line-height: 28px;
        margin: 0 0 10px 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
        padding-left: 2.5em;
        text-indent: -1.5em; }
        .story ul ol li::before, .comment-text ul ol li::before {
          display: inline-block;
          position: relative;
          top: 0;
          width: 1em;
          font-size: 14px;
          padding-right: 0.5em;
          font-weight: bold;
          text-align: right;
          content: counter(item) "."; }
    .story ul li, .comment-text ul li {
      line-height: 28px;
      list-style-type: none;
      padding-left: 2.5em;
      text-indent: -1.5em;
      margin-bottom: 10px; }
      .story ul li::before, .comment-text ul li::before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant-caps: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-weight: 900;
        line-height: 16px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 7px;
        padding-right: 15px;
        position: relative;
        top: -2px; }
  .story ol, .comment-text ol {
    list-style: decimal;
    counter-reset: item; }
    .story ol ol ol, .story ol ul ol, .comment-text ol ol ol, .comment-text ol ul ol {
      list-style: decimal;
      counter-reset: item; }
      .story ol ol ol li, .story ol ul ol li, .comment-text ol ol ol li, .comment-text ol ul ol li {
        line-height: 28px;
        margin: 0 0 10px 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
        padding-left: 2.5em;
        text-indent: -1.5em; }
        .story ol ol ol li::before, .story ol ul ol li::before, .comment-text ol ol ol li::before, .comment-text ol ul ol li::before {
          display: inline-block;
          position: relative;
          top: 0;
          width: 1em;
          font-size: 14px;
          padding-right: 0.5em;
          font-weight: bold;
          text-align: right;
          content: counter(item) "."; }
    .story ol ul, .comment-text ol ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .story ol ul li, .comment-text ol ul li {
        line-height: 28px;
        list-style-type: none;
        padding-left: 2.5em;
        text-indent: -1.5em;
        margin-bottom: 10px; }
        .story ol ul li::before, .comment-text ol ul li::before {
          content: "\f111";
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-variant-caps: normal;
          -webkit-font-variant-ligatures: normal;
                  font-variant-ligatures: normal;
          font-weight: 900;
          line-height: 16px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-size: 7px;
          padding-right: 15px;
          position: relative;
          top: -2px; }
    .story ol li, .comment-text ol li {
      line-height: 28px;
      margin: 0 0 10px 0;
      padding: 0 0 0 2em;
      text-indent: -2em;
      list-style-type: none;
      counter-increment: item;
      padding-left: 2.5em;
      text-indent: -1.5em; }
      .story ol li::before, .comment-text ol li::before {
        display: inline-block;
        width: 1em;
        padding-right: 0.5em;
        font-weight: bold;
        text-align: right;
        content: counter(item) "."; }
  .story ul, .story ol, .comment-text ul, .comment-text ol {
    margin-bottom: 1em;
    line-height: 34px; }
    .story ul li > ul,
    .story ul li > ol, .story ol li > ul,
    .story ol li > ol, .comment-text ul li > ul,
    .comment-text ul li > ol, .comment-text ol li > ul,
    .comment-text ol li > ol {
      margin-top: 10px; }
    .story ul ul, .story ul ol, .story ol ul, .story ol ol, .comment-text ul ul, .comment-text ul ol, .comment-text ol ul, .comment-text ol ol {
      margin-bottom: 0; }
    .story ul li code, .story ol li code, .comment-text ul li code, .comment-text ol li code {
      text-indent: 0; }
  .story ol ol, .comment-text ol ol {
    list-style: upper-alpha; }
    .story ol ol ol, .comment-text ol ol ol {
      list-style: lower-roman; }
      .story ol ol ol ol, .comment-text ol ol ol ol {
        list-style: lower-alpha; }
  .story h1, .story h2, .story h3, .story h4, .story h5, .story h6, .comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .story a:link, .story a:visited, .story a:hover, .story a:active, .comment-text a:link, .comment-text a:visited, .comment-text a:hover, .comment-text a:active {
    text-decoration: none; }
  .story pre, .comment-text pre {
    background: #f2f2f2;
    padding: 20px;
    display: block;
    margin: 10px 15px 10px 0;
    overflow-x: auto; }
  .story address, .comment-text address {
    display: inline-block;
    padding: 20px;
    background: #eaeaea;
    line-height: 20px;
    margin-bottom: 15px; }
  .story .wp-caption, .comment-text .wp-caption {
    width: auto; }
    .story .wp-caption p.wp-caption-text, .comment-text .wp-caption p.wp-caption-text {
      background: #ffffff;
      text-align: center;
      color: #898989 !important;
      margin: 0 !important; }
  .story abbr, .comment-text abbr {
    text-transform: uppercase; }
  .story dl, .comment-text dl {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #e1e3e5;
    display: block;
    margin-bottom: 25px; }
    .story dl dt, .comment-text dl dt {
      min-width: 150px;
      margin-bottom: 5px;
      color: #000000;
      font-weight: 900; }
    .story dl dd, .comment-text dl dd {
      margin-left: 24px;
      margin-bottom: 13px; }
  .story code, .comment-text code {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e1e3e5;
    display: block; }
  .story img.size-auto,
  .story img.size-full,
  .story img.size-large,
  .story img.size-medium,
  .story .attachment img, .comment-text img.size-auto,
  .comment-text img.size-full,
  .comment-text img.size-large,
  .comment-text img.size-medium,
  .comment-text .attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */ }
  .story iframe, .comment-text iframe {
    max-width: 100%; }
  .story .alignleft,
  .story img.alignleft, .comment-text .alignleft,
  .comment-text img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em; }
  .story .alignright,
  .story img.alignright, .comment-text .alignright,
  .comment-text img.alignright {
    display: inline;
    float: right;
    margin-left: 1em; }
  .story .aligncenter,
  .story img.aligncenter, .comment-text .aligncenter,
  .comment-text img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .story img.alignleft,
  .story img.alignright,
  .story img.aligncenter, .comment-text img.alignleft,
  .comment-text img.alignright,
  .comment-text img.aligncenter {
    margin-bottom: 1em; }
  .story .wp-caption, .comment-text .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center; }
  .story .wp-caption p.wp-caption-text, .comment-text .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 0; }
  .story .wp-smiley, .comment-text .wp-smiley {
    margin: 0; }
  .story table, .comment-text table {
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-radius: 5px; }
    .story table th:first-child, .comment-text table th:first-child {
      border-top-left-radius: 5px; }
    .story table th:last-child, .comment-text table th:last-child {
      border-top-right-radius: 5px; }
    .story table a, .comment-text table a {
      color: inherit; }
    .story table input, .comment-text table input {
      border: 1px solid #e1e3e5; }
    .story table th, .story table td, .comment-text table th, .comment-text table td {
      text-align: left;
      padding: 9px 12px; }
  .story tr:nth-child(even), .comment-text tr:nth-child(even) {
    background-color: #f2f2f2; }
  .story thead th, .comment-text thead th {
    background-color: #213047;
    color: white; }
  .story blockquote, .comment-text blockquote {
    color: #444;
    font-size: 17px;
    font-weight: 700;
    padding: 5px 0 5px 15px;
    margin: 0 0 1em 12px; }
    .story blockquote p, .comment-text blockquote p {
      margin: 0; }
  .story .page_pagination, .comment-text .page_pagination {
    margin-top: 35px; }
    .story .page_pagination p, .comment-text .page_pagination p {
      margin-bottom: 0;
      color: #444;
      font-size: 12px;
      text-transform: uppercase;
      margin-right: 15px;
      display: inline-block; }
    .story .page_pagination a, .comment-text .page_pagination a {
      background-color: #213047;
      padding: 5px 10px;
      color: #fff;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .story .page_pagination a:hover, .comment-text .page_pagination a:hover {
        background-color: #fbbe3f; }
    .story .page_pagination > span, .comment-text .page_pagination > span {
      background-color: #fbbe3f;
      padding: 5px 10px;
      color: #fff; }
  .story .post-password-form input[type="password"], .comment-text .post-password-form input[type="password"] {
    margin-top: 8px; }
  .story .post-password-form input[type="submit"], .comment-text .post-password-form input[type="submit"] {
    margin-top: 15px; }

.flex-container {
  position: relative; }

body:after {
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*--------------------------------------------------------------
# Basic
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* main color one */
.main1_c {
  color: #fbbe3f; }

.main1_ch:hover {
  color: #fbbe3f !important; }

.main1_bc {
  background-color: #fbbe3f; }

.main1_bch:hover {
  background-color: #fbbe3f !important; }

.main1_bor_c {
  border-color: #fbbe3f; }

.main1_bor_ch:hover {
  border-color: #fbbe3f !important; }

/* main color two */
.main2_c {
  color: #213047; }

.main2_ch:hover {
  color: #213047 !important; }

.main2_bc {
  background-color: #213047; }

.main2_bch:hover {
  background-color: #213047 !important; }

.main2_bor_c {
  border-color: #213047; }

.main2_bor_ch:hover {
  border-color: #213047 !important; }

.wrapper {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.wrapper_carousel {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.margin_section {
  margin-top: 45px; }

.no_sidebar_center {
  margin: 0 auto; }

.slider_hidden {
  opacity: 0; }

.ale_delay_one {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.ale_delay_two {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

.ale_one_hundred {
  width: 100% !important; }

.art-map {
  height: 550px; }

.gmap3 {
  margin: 20px auto;
  border: 1px dashed #C0C0C0;
  width: 1000px;
  height: 500px; }

.cluster {
  color: #FFFFFF;
  text-align: center;
  font-family: 'Arial, Helvetica';
  font-size: 11px;
  font-weight: bold;
  cursor: pointer; }

.cluster-1 {
  background-image: url(images/m1.png);
  line-height: 53px;
  width: 53px;
  height: 52px; }

.cluster-2 {
  background-image: url(images/m2.png);
  line-height: 53px;
  width: 56px;
  height: 55px; }

.cluster-3 {
  background-image: url(images/m3.png);
  line-height: 66px;
  width: 66px;
  height: 65px; }

/* custom colours */
a:hover {
  color: #fbbe3f; }

.current-menu-item > a, .header_top_one .navigation ul.menu > li:hover > a {
  color: #fbbe3f !important; }

.menu_block .menu-header li .sub-menu li a:hover,
.bottom_side_three .menu-header li .sub-menu li a:hover {
  background-color: #fbbe3f; }

.menu_block .menu-header a:hover,
.bottom_side_three .menu-header a:hover {
  color: #fbbe3f; }

header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.current-menu-item > a {
  color: #fbbe3f; }

header.header_top_one .bottom_line .ale_flex_bottom .menu-header li .sub-menu li a:hover {
  background-color: #fbbe3f; }

header.header_top_one .bottom_line .ale_flex_bottom .menu-header a:hover {
  color: #fbbe3f; }

header.header_top_two .top_line .ale_flex_container .social_icons a:hover {
  color: #fbbe3f; }

header.header_top_two .top_line .ale_flex_container .data_info p a:hover {
  color: #fbbe3f; }

header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li.current-menu-item > a::before {
  background: #fbbe3f; }

body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li > a:hover {
  color: #fbbe3f; }

header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li > a:hover {
  color: #fbbe3f; }

header.header_top_two .top_line .ale_flex_container .data_info i {
  color: #fbbe3f; }

.menu_block .menu-header li .sub-menu li a:hover,
.bottom_side_three .menu-header li .sub-menu li a:hover {
  background-color: #fbbe3f; }

header.header_top_two .top_line {
  background-color: #213047; }

.ale_contact_us .ale_form_part form .submit:hover {
  background-color: #213047; }

@media (max-width: 1000px) {
  header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li a:hover {
    color: #fbbe3f; }
  body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li a:hover,
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li a:hover {
    background-color: #fff;
    color: #fbbe3f; } }

.ale_contact_us .ale_form_part form .submit {
  background-color: #fbbe3f; }

.wpcf7 input[type="submit"] {
  background-color: #fbbe3f; }

.story ul li::before, .comment-text ul li::before {
  color: #fbbe3f; }

.project_data .project_taxonomy a:hover {
  color: #fbbe3f !important; }

form.search .form_container .searchinput #searchsubmit {
  background-color: #fbbe3f; }

section.proposition_section .proposition_container .form_side .form_container input[type="submit"] {
  background-color: #fbbe3f;
  border-color: #fbbe3f; }

.ale_accordion_container .ale_accordion::after {
  color: #fbbe3f; }

.ale_accordion_container .ale_accordion.active::after {
  color: #fbbe3f; }

.story blockquote, .comment-text blockquote {
  border-left: 3px solid #fbbe3f; }

.post_single .post_content_single .bottom_content_single .post_tags a:hover,
.post_single .post_content_single .bottom_content_single .post_category a:hover {
  color: #fbbe3f; }

.comment .comment-body .comment-wrapper .comment-itself .comment-meta .reply a:hover,
.pingback .comment-body .comment-wrapper .comment-itself .comment-meta .reply a:hover {
  color: #fbbe3f; }

.comment .comment-body .comment-wrapper .comment-itself .comment-meta .reply a:hover i,
.pingback .comment-body .comment-wrapper .comment-itself .comment-meta .reply a:hover i {
  color: #fbbe3f; }

.comment-respond .form-submit .submit {
  background-color: #213047; }

.comment-respond .form-submit .submit:hover {
  background-color: #fbbe3f; }

.comment-respond .line_fields .comment-form-author input:focus,
.comment-respond .line_fields .comment-form-email input:focus,
.comment-respond .line_fields .comment-form-url input:focus {
  border: 1px solid #fbbe3f; }

.comment-respond .comment-form-comment textarea:focus {
  border: 1px solid #fbbe3f; }

.single_project_page .project_content .project_content_top .details_side .info_field .ale_details_line::before {
  color: #fbbe3f; }

.pagination.default_pagination .center_buttons .page-numbers {
  background-color: #213047; }

.pagination.default_pagination .right_arrow .next_page a,
.pagination.default_pagination .right_arrow .prev_page a,
.pagination.default_pagination .left_arrow .next_page a,
.pagination.default_pagination .left_arrow .prev_page a {
  background-color: #213047; }

.pagination.default_pagination .center_buttons .page-numbers.dots:hover {
  background-color: #213047; }

.pagination.default_pagination .center_buttons .page-numbers.current {
  background-color: #fbbe3f; }

.pagination.default_pagination .center_buttons .page-numbers:hover {
  background-color: #fbbe3f; }

.pagination.default_pagination .right_arrow .next_page a:hover,
.pagination.default_pagination .right_arrow .prev_page a:hover,
.pagination.default_pagination .left_arrow .next_page a:hover,
.pagination.default_pagination .left_arrow .prev_page a:hover {
  background-color: #fbbe3f; }

.art-button-container a.art-button-load-more {
  background-color: #213047; }

.art-button-container a.art-button-load-more:hover {
  background-color: #fbbe3f; }

#sidebar-widget-area .widget.widget_search #searchsubmit:hover,
#sidebar-widget-area .widget.widget_product_search #searchsubmit:hover {
  color: #fbbe3f; }

#sidebar-widget-area .widget_tag_cloud .tagcloud a.tag-cloud-link:hover,
#sidebar-widget-area .widget_product_tag_cloud .tagcloud a.tag-cloud-link:hover {
  color: #fbbe3f;
  border: 1px solid #fbbe3f; }

#sidebar-widget-area .ale_contact_info ul li a:hover {
  color: #fbbe3f; }

#sidebar-widget-area .ale_contact_info ul li:hover p::before,
#sidebar-widget-area .ale_contact_info ul li:hover a::before,
#sidebar-widget-area .ale_contact_info ul li:hover .ale_fa-skype .fa-skype {
  color: #fbbe3f; }

#sidebar-widget-area .aletheme-widget-services ul li a:hover {
  color: #fbbe3f; }

#sidebar-widget-area .aletheme-widget-services ul li a:hover i {
  color: #fbbe3f; }

#sidebar-widget-area .aletheme-widget-mostcommented .detail .entry-title a:hover,
#sidebar-widget-area .aletheme-blog-widget .detail .entry-title a:hover {
  color: #fbbe3f; }

#sidebar-widget-area .widget_mc4wp_form_widget .ale_mail_sub button:hover {
  color: #fbbe3f; }

#sidebar-widget-area .product_list_widget li .product-title:hover {
  color: #fbbe3f; }

#sidebar-widget-area .widget_shopping_cart_content .product_list_widget li a:hover {
  color: #fbbe3f; }

#sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #fbbe3f; }

#sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward.checkout {
  background-color: #fbbe3f;
  border: 1px solid #fbbe3f; }

#sidebar-widget-area .widget_products .product_list_widget li a:hover span, #sidebar-widget-area .widget_products .product_list_widget li a:hover,
#sidebar-widget-area .widget_top_rated_products .product_list_widget li a:hover span,
#sidebar-widget-area .widget_top_rated_products .product_list_widget li a:hover,
#sidebar-widget-area .widget_recent_reviews .product_list_widget li a:hover span,
#sidebar-widget-area .widget_recent_reviews .product_list_widget li a:hover,
#sidebar-widget-area .widget_recently_viewed_products .product_list_widget li a:hover span,
#sidebar-widget-area .widget_recently_viewed_products .product_list_widget li a:hover {
  color: #fbbe3f; }

#footer-widget-area input[type="submit"],
#footer-widget-area input.submit {
  background-color: #fbbe3f;
  border: 1px solid #fbbe3f; }

#footer-widget-area input[type="submit"]:hover,
#footer-widget-area input.submit:hover {
  color: #fbbe3f; }

#footer-widget-area .widget.widget_search #searchsubmit:hover,
#footer-widget-area .widget.widget_product_search #searchsubmit:hover {
  color: #fbbe3f; }

#footer-widget-area a:hover {
  color: #fbbe3f; }

#footer-widget-area .widget_pages ul li a:hover, #footer-widget-area .widget_pages ol li a:hover,
#footer-widget-area .widget_nav_menu ul li a:hover,
#footer-widget-area .widget_nav_menu ol li a:hover {
  color: #fbbe3f; }

#footer-widget-area .ale_contact_info ul li a:hover {
  color: #fbbe3f; }

#footer-widget-area .ale_contact_info ul li:hover i {
  color: #fbbe3f; }

#footer-widget-area .widget_tag_cloud .tagcloud a.tag-cloud-link:hover,
#footer-widget-area .widget_product_tag_cloud .tagcloud a.tag-cloud-link:hover {
  color: #fbbe3f;
  border: 1px solid #fbbe3f; }

#footer-widget-area .widget_tag_cloud .tagcloud a.tag-cloud-link:hover,
#footer-widget-area .widget_product_tag_cloud .tagcloud a.tag-cloud-link:hover {
  color: #fbbe3f;
  border: 1px solid #fbbe3f; }

#footer-widget-area .widget_mc4wp_form_widget .ale_mail_info i {
  color: #fbbe3f; }

#footer-widget-area .widget_mc4wp_form_widget .ale_mail_sub button i {
  background: #fbbe3f; }

#footer-widget-area .aletheme-widget-mostcommented .detail .entry-title a:hover,
#footer-widget-area .aletheme-blog-widget .detail .entry-title a:hover {
  color: #fbbe3f; }

.widget-area a:hover {
  color: #fbbe3f; }

#sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:hover {
  background-color: #213047;
  border: 1px solid #213047; }

#sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward.checkout:hover {
  background-color: #213047;
  border: 1px solid #213047; }

#sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider_amount button:hover {
  background-color: #213047;
  border: 1px solid #213047; }

#footer-widget-area .widget_mc4wp_form_widget .ale_mail_sub button i {
  color: #213047; }

footer.footer_bottom .footer_top_part {
  background-color: #213047; }

.ale_calculator_wrapper .ale_calculator .meters #but {
  background-color: #213047; }

.ale_contact_us .ale_info_part .info_column_wrapper .ale_info_column .box_info .info_label::before {
  color: #fbbe3f; }

.story textarea:focus, .form_side textarea:focus {
  border: 1px solid #fbbe3f; }

.story input[type="text"]:focus,
.story input[type="email"]:focus,
.story input[type="password"]:focus,
.story input[type="date"]:focus,
.story input[type="tel"]:focus,
.form_side input[type="text"]:focus,
.form_side input[type="email"]:focus,
.form_side input[type="password"]:focus,
.form_side input[type="date"]:focus,
.form_side input[type="tel"]:focus {
  border: 1px solid #fbbe3f; }

header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li.current-menu-item > a {
  color: #000 !important; }

#searchsubmit {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 13px; }

.ale_map_canvas img {
  max-width: none; }

/* Animation for the Slick Slider */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* The Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='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.slick-hidden {
  display: none; }

/* VenoBox Styles */
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }

/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.figlio {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  -webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Black And White Images */
.BlackAndWhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

/* Basic Form Style */
.story label,
.form_side label {
  margin-bottom: 5px; }

.story input[type="text"], .story input[type="email"], .story input[type="password"], .story input[type="date"], .story input[type="tel"],
.form_side input[type="text"],
.form_side input[type="email"],
.form_side input[type="password"],
.form_side input[type="date"],
.form_side input[type="tel"] {
  width: 100%;
  border: 1px solid #e1e3e5;
  border-radius: 2px;
  height: 41px;
  font-size: 14px;
  color: #777;
  padding: 0 20px;
  font-family: inherit; }
  .story input[type="text"]::-webkit-input-placeholder, .story input[type="email"]::-webkit-input-placeholder, .story input[type="password"]::-webkit-input-placeholder, .story input[type="date"]::-webkit-input-placeholder, .story input[type="tel"]::-webkit-input-placeholder,
  .form_side input[type="text"]::-webkit-input-placeholder,
  .form_side input[type="email"]::-webkit-input-placeholder,
  .form_side input[type="password"]::-webkit-input-placeholder,
  .form_side input[type="date"]::-webkit-input-placeholder,
  .form_side input[type="tel"]::-webkit-input-placeholder {
    color: #777;
    font-size: 14px; }
  .story input[type="text"]::-moz-placeholder, .story input[type="email"]::-moz-placeholder, .story input[type="password"]::-moz-placeholder, .story input[type="date"]::-moz-placeholder, .story input[type="tel"]::-moz-placeholder,
  .form_side input[type="text"]::-moz-placeholder,
  .form_side input[type="email"]::-moz-placeholder,
  .form_side input[type="password"]::-moz-placeholder,
  .form_side input[type="date"]::-moz-placeholder,
  .form_side input[type="tel"]::-moz-placeholder {
    color: #777;
    font-size: 14px; }
  .story input[type="text"]:-ms-input-placeholder, .story input[type="email"]:-ms-input-placeholder, .story input[type="password"]:-ms-input-placeholder, .story input[type="date"]:-ms-input-placeholder, .story input[type="tel"]:-ms-input-placeholder,
  .form_side input[type="text"]:-ms-input-placeholder,
  .form_side input[type="email"]:-ms-input-placeholder,
  .form_side input[type="password"]:-ms-input-placeholder,
  .form_side input[type="date"]:-ms-input-placeholder,
  .form_side input[type="tel"]:-ms-input-placeholder {
    color: #777;
    font-size: 14px; }
  .story input[type="text"]:-moz-placeholder, .story input[type="email"]:-moz-placeholder, .story input[type="password"]:-moz-placeholder, .story input[type="date"]:-moz-placeholder, .story input[type="tel"]:-moz-placeholder,
  .form_side input[type="text"]:-moz-placeholder,
  .form_side input[type="email"]:-moz-placeholder,
  .form_side input[type="password"]:-moz-placeholder,
  .form_side input[type="date"]:-moz-placeholder,
  .form_side input[type="tel"]:-moz-placeholder {
    color: #777;
    font-size: 14px; }

.story textarea,
.form_side textarea {
  width: 100%;
  height: 134px;
  border: 1px solid #e1e3e5;
  border-radius: 2px;
  font-size: 14px;
  color: #777;
  padding: 20px;
  font-family: inherit;
  line-height: 24px; }
  .story textarea::-webkit-input-placeholder,
  .form_side textarea::-webkit-input-placeholder {
    color: #777;
    font-size: 14px; }
  .story textarea::-moz-placeholder,
  .form_side textarea::-moz-placeholder {
    color: #777;
    font-size: 14px; }
  .story textarea:-ms-input-placeholder,
  .form_side textarea:-ms-input-placeholder {
    color: #777;
    font-size: 14px; }
  .story textarea:-moz-placeholder,
  .form_side textarea:-moz-placeholder {
    color: #777;
    font-size: 14px; }

.story input[type="submit"],
.story input.submit,
.form_side input[type="submit"],
.form_side input.submit {
  margin: 0;
  padding: 10px 28px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .story input[type="submit"]:hover,
  .story input.submit:hover,
  .form_side input[type="submit"]:hover,
  .form_side input.submit:hover {
    color: #fff; }

/* /. Basic Form Style */
/* yellow buttons on white */
.ale_button_white,
button.button {
  margin: 0;
  background-color: #fbbe3f;
  border: 1px solid #fbbe3f;
  padding: 10px 28px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .ale_button_white:hover,
  button.button:hover {
    background-color: #213047;
    color: #fff;
    border: 1px solid #213047; }

.ale_accordion_container {
  margin-top: 28px; }
  .ale_accordion_container p:last-child {
    margin-bottom: 0; }
  .ale_accordion_container .ale_accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #333;
    cursor: pointer;
    padding: 13px 16px 13px 29px;
    width: 100%;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 16px;
    border: 1px solid #e1e3e5; }
    .ale_accordion_container .ale_accordion::after {
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-weight: 900;
      font-size: 14px;
      margin: 0 13px 0 16px; }
    .ale_accordion_container .ale_accordion.active::after {
      content: "\f068";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-weight: 900;
      font-size: 14px;
      margin-right: 13px; }
  .ale_accordion_container .panel {
    padding: 6px 20px 6px 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    color: #777; }
    .ale_accordion_container .panel .panel_content {
      margin: 15px 0; }

/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 9px;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #444;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  width: 100%;
  margin-top: 44px; }

.comments-title {
  font-size: 16px;
  font-weight: 700; }

.story .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .story .comment-list li {
    padding: 0; }
    .story .comment-list li::before {
      content: '';
      display: none; }

.comment .comment-body, .pingback .comment-body {
  border-bottom: 1px solid #e1e3e5;
  margin-top: 40px; }
  .comment .comment-body .comment-wrapper, .pingback .comment-body .comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .comment .comment-body .comment-wrapper .vcard, .pingback .comment-body .comment-wrapper .vcard {
      margin: 0 30px 20px 0;
      min-width: 70px; }
      .comment .comment-body .comment-wrapper .vcard .avatar, .pingback .comment-body .comment-wrapper .vcard .avatar {
        border-radius: 100%; }
    .comment .comment-body .comment-wrapper .comment-itself, .pingback .comment-body .comment-wrapper .comment-itself {
      width: calc(100% - 100px); }
      .comment .comment-body .comment-wrapper .comment-itself .comment-meta, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 12px; }
        .comment .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .comment .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .author, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .author {
            font-size: 14px;
            color: #444;
            text-transform: uppercase; }
            .comment .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .author a, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .author a {
              color: inherit; }
          .comment .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .comment_date, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .comment_date {
            font-size: 13px;
            color: #777; }
            .comment .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .comment_date .comment-edit-link, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .info-meta .comment_date .comment-edit-link {
              color: red; }
        .comment .comment-body .comment-wrapper .comment-itself .comment-meta .reply, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .reply {
          font-size: 12px;
          color: #444; }
          .comment .comment-body .comment-wrapper .comment-itself .comment-meta .reply a, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .reply a {
            color: inherit;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
            .comment .comment-body .comment-wrapper .comment-itself .comment-meta .reply a i, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .reply a i {
              margin-right: 8px;
              color: #444;
              -webkit-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out; }
            .comment .comment-body .comment-wrapper .comment-itself .comment-meta .reply a:hover i, .pingback .comment-body .comment-wrapper .comment-itself .comment-meta .reply a:hover i {
              margin-right: 12px; }
      .comment .comment-body .comment-wrapper .comment-itself .comment-text, .pingback .comment-body .comment-wrapper .comment-itself .comment-text {
        margin-bottom: 34px; }
        .comment .comment-body .comment-wrapper .comment-itself .comment-text p:last-child, .pingback .comment-body .comment-wrapper .comment-itself .comment-text p:last-child {
          margin-bottom: 0; }

.children {
  margin-left: 1em;
  padding-left: 0; }
  @media screen and (min-width: 900px) {
    .children {
      margin-left: 3em; } }

@media screen and (min-width: 900px) {
  .no-sidebar .children {
    margin-left: 2em; }
    .no-sidebar .children .comment .avatar {
      top: -7px;
      left: -80px;
      width: 60px;
      height: 60px; }
    .no-sidebar .children .comment-content {
      margin-left: 80px; } }

@media screen and (min-width: 1080px) {
  .no-sidebar .children {
    margin-left: 3em; }
  .no-sidebar .comment .avatar {
    top: -8px;
    left: -90px;
    width: 70px;
    height: 70px; }
  .no-sidebar .comment-content {
    margin-left: 90px; } }

/* Comment Form */
.comment-respond .logged-in-as {
  color: #444; }
  .comment-respond .logged-in-as a {
    color: inherit; }

.comment-respond .comment-reply-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 41px;
  margin-top: 41px; }
  .comment-respond .comment-reply-title #cancel-comment-reply-link {
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    margin-left: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 400; }

.comment-respond .line_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .comment-respond .line_fields p {
    margin-bottom: 0; }
  .comment-respond .line_fields .comment-form-author,
  .comment-respond .line_fields .comment-form-email,
  .comment-respond .line_fields .comment-form-url {
    width: 31.13%; }
    .comment-respond .line_fields .comment-form-author input,
    .comment-respond .line_fields .comment-form-email input,
    .comment-respond .line_fields .comment-form-url input {
      width: 100%;
      height: 41px;
      border: 1px solid #e1e3e5;
      padding: 0 20px;
      color: #777;
      border-radius: 2px;
      font-size: 14px; }
      .comment-respond .line_fields .comment-form-author input::-webkit-input-placeholder,
      .comment-respond .line_fields .comment-form-email input::-webkit-input-placeholder,
      .comment-respond .line_fields .comment-form-url input::-webkit-input-placeholder {
        color: #777;
        font-size: 14px; }
      .comment-respond .line_fields .comment-form-author input::-moz-placeholder,
      .comment-respond .line_fields .comment-form-email input::-moz-placeholder,
      .comment-respond .line_fields .comment-form-url input::-moz-placeholder {
        color: #777;
        font-size: 14px; }
      .comment-respond .line_fields .comment-form-author input:-ms-input-placeholder,
      .comment-respond .line_fields .comment-form-email input:-ms-input-placeholder,
      .comment-respond .line_fields .comment-form-url input:-ms-input-placeholder {
        color: #777;
        font-size: 14px; }
      .comment-respond .line_fields .comment-form-author input:-moz-placeholder,
      .comment-respond .line_fields .comment-form-email input:-moz-placeholder,
      .comment-respond .line_fields .comment-form-url input:-moz-placeholder {
        color: #777;
        font-size: 14px; }

.comment-respond .comment-form-comment {
  margin-bottom: 0; }
  .comment-respond .comment-form-comment textarea {
    width: 100%;
    height: 178px;
    border: 1px solid #e1e3e5;
    padding: 15px 20px;
    color: #777;
    border-radius: 2px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px; }
    .comment-respond .comment-form-comment textarea::-webkit-input-placeholder {
      color: #777;
      font-size: 14px; }
    .comment-respond .comment-form-comment textarea::-moz-placeholder {
      color: #777;
      font-size: 14px; }
    .comment-respond .comment-form-comment textarea:-ms-input-placeholder {
      color: #777;
      font-size: 14px; }
    .comment-respond .comment-form-comment textarea:-moz-placeholder {
      color: #777;
      font-size: 14px; }

.comment-respond .form-submit {
  margin-bottom: 0; }
  .comment-respond .form-submit .submit {
    padding: 11px 25px;
    color: #fff;
    margin-top: 23px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 3px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Basic Widgets Style */
.widget-area img {
  max-width: 100%;
  height: auto; }

.widget-area select {
  max-width: 100%; }

/* Meta widget */
.widget_meta li {
  padding: 0; }

/* Recent comments */
.widget_recent_comments li {
  line-height: 23px;
  padding-bottom: .5em; }

.widget_recent_comments a:hover,
.widget_recent_comments a:focus {
  padding-left: 0; }

/* RSS widget */
.widget_rss li {
  margin-bottom: 1em; }

.widget li a.rsswidget {
  padding-right: .5em;
  font-size: 1em;
  line-height: 1.4em; }

.rss-date,
.widget_rss cite {
  color: #333;
  font-size: .8em; }

.rssSummary {
  padding: .5em 0;
  font-size: .88em;
  line-height: 1.6em; }

/* Pages widget  */
.widget_pages ul li a,
.widget_meta ul li a {
  display: block; }

.widget_title {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 15px;
  border-bottom: 2px solid #e1e3e5;
  background-color: #f8f9f9; }

.widget {
  margin-bottom: 30px;
  border: 2px solid #e1e3e5; }
  .widget ul, .widget ol {
    padding: 15px; }
    .widget ul li, .widget ol li {
      border-bottom: 1px solid #e1e3e5;
      padding: 10px 0 10px 5px; }
      .widget ul li:first-child, .widget ol li:first-child {
        padding-top: 0; }
      .widget ul li:last-child, .widget ol li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  .widget a {
    font-weight: 400;
    text-decoration: none; }
  .widget .calendar_wrap {
    padding: 15px; }
  .widget table {
    font-size: 13px;
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px; }
    .widget table th:first-child {
      border-top-left-radius: 5px; }
    .widget table th:last-child {
      border-top-right-radius: 5px; }
    .widget table a {
      color: inherit; }
    .widget table input {
      border: 1px solid #e1e3e5; }
    .widget table th, .widget table td {
      text-align: center;
      padding: 0.438em 0.500em; }
    .widget table td#today {
      font-weight: 700; }
  .widget tr:nth-child(even) {
    background-color: #f2f2f2; }
  .widget thead {
    border-collapse: collapse; }
    .widget thead th {
      color: #333;
      border-bottom: 1px solid #e1e3e5; }
  .widget tfoot td#prev {
    text-align: left; }
  .widget tfoot td#next {
    text-align: right; }

.widget_archive select,
.widget_categories form select,
.textwidget form select,
.widget_product_categories select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  background-image: url(css/images/15xvbd58.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding: 7px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88.5%;
  display: block;
  margin: 15px; }

@media (max-width: 990px) {
  .widget_archive select,
  .widget_categories form select,
  .textwidget form select,
  .widget_product_categories select {
    width: 228px !important; } }

@media (max-width: 330px) {
  .widget_archive select,
  .widget_categories form select,
  .textwidget form select,
  .widget_product_categories select {
    width: 88.5% !important; } }

.textwidget form select {
  margin: 0;
  width: 100%; }

#sidebar-widget-area {
  /* Search widget */
  /* Text widget */
  /* Tag Cloud widget */
  /* Contact info Widget */
  /* Aletheme Services widget */
  /* Aletheme Mostcommented Widget */
  /* Media Gallery widget */
  /* Media Image widget */
  /* mc4wp form widget */
  /* WooCommerce Widgets */
  /* Shopping Cart Widget */
  /* Price Filter Widget */
  /* Rating filter Widget */
  /* Recent Reviews Widget */
  /* Nav Menu Widget */ }
  #sidebar-widget-area .widget.widget_search,
  #sidebar-widget-area .widget.widget_product_search {
    border: 0; }
    #sidebar-widget-area .widget.widget_search .widget_title,
    #sidebar-widget-area .widget.widget_product_search .widget_title {
      display: none; }
    #sidebar-widget-area .widget.widget_search .ale_search_wrapper,
    #sidebar-widget-area .widget.widget_product_search .ale_search_wrapper {
      position: relative; }
    #sidebar-widget-area .widget.widget_search .searchinput,
    #sidebar-widget-area .widget.widget_product_search .searchinput {
      height: 43px;
      width: 100%;
      padding: 0 50px 0 15px;
      border: 2px solid #e1e3e5; }
      #sidebar-widget-area .widget.widget_search .searchinput::-webkit-input-placeholder,
      #sidebar-widget-area .widget.widget_product_search .searchinput::-webkit-input-placeholder {
        color: #777;
        font-size: 14px; }
      #sidebar-widget-area .widget.widget_search .searchinput::-moz-placeholder,
      #sidebar-widget-area .widget.widget_product_search .searchinput::-moz-placeholder {
        color: #777;
        font-size: 14px; }
      #sidebar-widget-area .widget.widget_search .searchinput:-ms-input-placeholder,
      #sidebar-widget-area .widget.widget_product_search .searchinput:-ms-input-placeholder {
        color: #777;
        font-size: 14px; }
      #sidebar-widget-area .widget.widget_search .searchinput:-moz-placeholder,
      #sidebar-widget-area .widget.widget_product_search .searchinput:-moz-placeholder {
        color: #777;
        font-size: 14px; }
    #sidebar-widget-area .widget.widget_search #searchsubmit,
    #sidebar-widget-area .widget.widget_product_search #searchsubmit {
      position: absolute;
      top: 0;
      right: 2px;
      width: 43px;
      height: 43px;
      padding: 0;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      display: inline-block;
      color: #777; }
  #sidebar-widget-area .widget_text .textwidget {
    padding: 15px; }
    #sidebar-widget-area .widget_text .textwidget p {
      font-size: .88em;
      line-height: 1.6em; }
      #sidebar-widget-area .widget_text .textwidget p:last-child {
        margin-bottom: 0; }
  #sidebar-widget-area .widget_tag_cloud .tagcloud,
  #sidebar-widget-area .widget_product_tag_cloud .tagcloud {
    padding: 15px; }
    #sidebar-widget-area .widget_tag_cloud .tagcloud a.tag-cloud-link,
    #sidebar-widget-area .widget_product_tag_cloud .tagcloud a.tag-cloud-link {
      display: inline-block;
      color: #444;
      font-size: 13px !important;
      border: 1px solid #e1e3e5;
      padding: 3px 14px;
      margin-bottom: 8px;
      margin-right: 4px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  #sidebar-widget-area .ale_contact_info .ale_word_wrap {
    word-wrap: break-word; }
  #sidebar-widget-area .ale_contact_info p {
    margin-bottom: 0; }
  #sidebar-widget-area .ale_contact_info ul li p {
    color: #333;
    padding-left: 24px;
    position: relative; }
    #sidebar-widget-area .ale_contact_info ul li p.ale_no_data {
      padding-left: 0; }
    #sidebar-widget-area .ale_contact_info ul li p.ale_fa-map-marker-alt::before {
      content: "\f3c5";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      font-weight: 900;
      line-height: 16px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #777;
      font-size: 13px;
      position: absolute;
      top: 3px;
      left: 0; }
    #sidebar-widget-area .ale_contact_info ul li p.ale_fa-phone::before {
      content: "\f095";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      font-weight: 900;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      line-height: 16px;
      color: #777;
      font-size: 13px;
      position: absolute;
      top: 3px;
      left: 0; }
    #sidebar-widget-area .ale_contact_info ul li p.ale_fa-skype .fa-skype {
      line-height: 16px;
      color: #777;
      font-size: 15px;
      position: absolute;
      top: -2px;
      left: 0; }
  #sidebar-widget-area .ale_contact_info ul li i {
    color: #777;
    margin: 6px 15px 0 0;
    font-size: 13px; }
    #sidebar-widget-area .ale_contact_info ul li i.fa-skype {
      font-size: 16px; }
  #sidebar-widget-area .ale_contact_info ul li a {
    color: #333;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding-left: 24px;
    display: block; }
    #sidebar-widget-area .ale_contact_info ul li a.ale_fa-envelope::before {
      content: "\f0e0";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      font-weight: 900;
      line-height: 16px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #777;
      font-size: 13px;
      position: absolute;
      top: 3px;
      left: 0; }
  #sidebar-widget-area .aletheme-widget-services ul li {
    font-size: 14px;
    color: #444; }
    #sidebar-widget-area .aletheme-widget-services ul li a {
      color: inherit;
      display: block; }
      #sidebar-widget-area .aletheme-widget-services ul li a:hover i {
        margin-left: 18px; }
    #sidebar-widget-area .aletheme-widget-services ul li:first-child a {
      padding-top: 0; }
  #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_posts_wrapper,
  #sidebar-widget-area .aletheme-widget-mostcommented .blog_widget_posts_wrapper,
  #sidebar-widget-area .aletheme-blog-widget .mostcommented_posts_wrapper,
  #sidebar-widget-area .aletheme-blog-widget .blog_widget_posts_wrapper {
    padding: 15px; }
  #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post,
  #sidebar-widget-area .aletheme-widget-mostcommented .no-thumb,
  #sidebar-widget-area .aletheme-blog-widget .mostcommented_post,
  #sidebar-widget-area .aletheme-blog-widget .no-thumb {
    border-bottom: 1px solid #e1e3e5;
    padding-bottom: 10px;
    margin-bottom: 18px; }
    #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post:last-child,
    #sidebar-widget-area .aletheme-widget-mostcommented .no-thumb:last-child,
    #sidebar-widget-area .aletheme-blog-widget .mostcommented_post:last-child,
    #sidebar-widget-area .aletheme-blog-widget .no-thumb:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
  #sidebar-widget-area .aletheme-widget-mostcommented .no-thumb,
  #sidebar-widget-area .aletheme-blog-widget .no-thumb {
    margin-top: -8px; }
  #sidebar-widget-area .aletheme-widget-mostcommented img:hover,
  #sidebar-widget-area .aletheme-blog-widget img:hover {
    opacity: 0.9; }
  #sidebar-widget-area .aletheme-widget-mostcommented .detail .entry-title,
  #sidebar-widget-area .aletheme-blog-widget .detail .entry-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #333; }
    #sidebar-widget-area .aletheme-widget-mostcommented .detail .entry-title a,
    #sidebar-widget-area .aletheme-blog-widget .detail .entry-title a {
      color: inherit;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  #sidebar-widget-area .aletheme-widget-mostcommented .detail .entry-meta,
  #sidebar-widget-area .aletheme-blog-widget .detail .entry-meta {
    font-size: 13px;
    color: #777; }
  @media (max-width: 990px) {
    #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post,
    #sidebar-widget-area .aletheme-blog-widget .mostcommented_post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 15px;
      margin-bottom: 10px; }
      #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post .entry-thumb,
      #sidebar-widget-area .aletheme-blog-widget .mostcommented_post .entry-thumb {
        width: 40%;
        margin-right: 11px; }
      #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post .detail,
      #sidebar-widget-area .aletheme-blog-widget .mostcommented_post .detail {
        width: 60%; }
    #sidebar-widget-area .aletheme-widget-mostcommented .no-thumb,
    #sidebar-widget-area .aletheme-blog-widget .no-thumb {
      margin-top: -3px; } }
  @media (max-width: 520px) {
    #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post,
    #sidebar-widget-area .aletheme-blog-widget .mostcommented_post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 10px;
      margin-bottom: 18px; }
      #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post .entry-thumb,
      #sidebar-widget-area .aletheme-blog-widget .mostcommented_post .entry-thumb {
        width: 100%;
        margin-right: 0; }
      #sidebar-widget-area .aletheme-widget-mostcommented .mostcommented_post .detail,
      #sidebar-widget-area .aletheme-blog-widget .mostcommented_post .detail {
        width: 100%; }
    #sidebar-widget-area .aletheme-widget-mostcommented .no-thumb,
    #sidebar-widget-area .aletheme-blog-widget .no-thumb {
      margin-top: -8px; } }
  #sidebar-widget-area .widget_media_gallery .gallery {
    padding: 12px; }
    #sidebar-widget-area .widget_media_gallery .gallery .gallery-item {
      margin: 1%;
      width: 30.77%; }
    #sidebar-widget-area .widget_media_gallery .gallery img {
      border: 1px solid #e1e3e5;
      max-width: 100%;
      height: auto; }
  #sidebar-widget-area .widget_media_image img {
    padding: 15px; }
  #sidebar-widget-area .widget_media_image a:hover img {
    opacity: 0.9; }
  #sidebar-widget-area .widget_mc4wp_form_widget .ale_mail_sub {
    margin-bottom: 0; }
  #sidebar-widget-area .widget_mc4wp_form_widget form {
    padding: 15px; }
  #sidebar-widget-area .widget_mc4wp_form_widget .ale_mail_info i {
    display: none; }
  #sidebar-widget-area .widget_mc4wp_form_widget .ale_mail_sub {
    position: relative; }
    #sidebar-widget-area .widget_mc4wp_form_widget .ale_mail_sub input[type="email"] {
      border: 1px solid #ccc;
      height: 33px;
      width: 100%;
      padding: 0 40px 0 10px;
      border-radius: 2px; }
    #sidebar-widget-area .widget_mc4wp_form_widget .ale_mail_sub button {
      position: absolute;
      top: 0;
      right: 5px;
      height: 100%;
      color: #777;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
  #sidebar-widget-area .widget {
    margin-bottom: 30px;
    border: 2px solid #e1e3e5; }
    #sidebar-widget-area .widget ul, #sidebar-widget-area .widget ol {
      padding: 15px; }
      #sidebar-widget-area .widget ul li, #sidebar-widget-area .widget ol li {
        border-bottom: 1px solid #e1e3e5;
        padding: 10px 0 10px 5px; }
        #sidebar-widget-area .widget ul li:first-child, #sidebar-widget-area .widget ol li:first-child {
          padding-top: 0; }
        #sidebar-widget-area .widget ul li:last-child, #sidebar-widget-area .widget ol li:last-child {
          border-bottom: 0;
          padding-bottom: 0; }
    #sidebar-widget-area .widget a {
      font-weight: 400;
      text-decoration: none; }
    #sidebar-widget-area .widget .calendar_wrap {
      padding: 15px; }
    #sidebar-widget-area .widget table {
      font-size: 13px;
      border-spacing: 0;
      width: 100%;
      border-collapse: separate;
      border-radius: 5px; }
      #sidebar-widget-area .widget table th:first-child {
        border-top-left-radius: 5px; }
      #sidebar-widget-area .widget table th:last-child {
        border-top-right-radius: 5px; }
      #sidebar-widget-area .widget table a {
        color: inherit; }
      #sidebar-widget-area .widget table input {
        border: 1px solid #e1e3e5; }
      #sidebar-widget-area .widget table th, #sidebar-widget-area .widget table td {
        text-align: center;
        padding: 0.438em 0.500em; }
      #sidebar-widget-area .widget table td#today {
        font-weight: 700; }
    #sidebar-widget-area .widget tr:nth-child(even) {
      background-color: #f2f2f2; }
    #sidebar-widget-area .widget thead {
      border-collapse: collapse; }
      #sidebar-widget-area .widget thead th {
        color: #333;
        border-bottom: 1px solid #e1e3e5; }
    #sidebar-widget-area .widget tfoot td#prev {
      text-align: left; }
    #sidebar-widget-area .widget tfoot td#next {
      text-align: right; }
  #sidebar-widget-area .widget_product_search {
    border: 0; }
  #sidebar-widget-area .product_list_widget li {
    border-bottom: 1px solid #e1e3e5;
    padding: 10px 0 10px 0; }
    #sidebar-widget-area .product_list_widget li:last-child {
      border-bottom: 0; }
    #sidebar-widget-area .product_list_widget li a {
      font-size: 16px;
      font-weight: 400;
      color: #444;
      text-decoration: none; }
    #sidebar-widget-area .product_list_widget li del span {
      text-decoration: line-through; }
    #sidebar-widget-area .product_list_widget li ins {
      text-decoration: none; }
    #sidebar-widget-area .product_list_widget li .woocommerce-Price-amount {
      font-size: 14px;
      color: #777; }
    #sidebar-widget-area .product_list_widget li img {
      position: relative;
      top: 1px;
      border: 1px solid #e1e3e5;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 45px;
      border-radius: 0px; }
    #sidebar-widget-area .product_list_widget li .product-title {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    margin: 15px; }
  #sidebar-widget-area .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item.mini_cart_item {
    padding-left: 20px; }
  #sidebar-widget-area .widget_shopping_cart_content .product_list_widget li a {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    #sidebar-widget-area .widget_shopping_cart_content .product_list_widget li a.remove {
      top: 13px;
      left: -5px;
      line-height: 18px;
      height: 18px;
      width: 18px;
      font-size: 15px; }
    #sidebar-widget-area .widget_shopping_cart_content .product_list_widget li a img {
      margin-left: 11px; }
  #sidebar-widget-area .widget_shopping_cart_content .product_list_widget li:first-child a.remove {
    top: 3px; }
  #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__total {
    border-top: 0;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
      font-weight: 700; }
  #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    padding: 9px 15px 15px 15px; }
    #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward {
      display: block;
      margin: 0;
      background-color: #EAEAEA;
      border: 1px solid #EAEAEA;
      padding: 10px 28px;
      text-transform: uppercase;
      text-align: center;
      color: #444;
      font-size: 13px;
      font-weight: 400;
      border-radius: 3px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:hover {
        color: #fff; }
      #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:first-child {
        margin-bottom: 10px; }
      #sidebar-widget-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward.checkout {
        color: #fff; }
  #sidebar-widget-area .widget_price_filter form {
    padding: 15px; }
    #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider {
      background: #efefef;
      height: 5px;
      margin-bottom: 20px; }
      #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider .ui-slider-range {
        background: none;
        height: 5px;
        background-color: #999; }
      #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider .ui-slider-handle {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #777;
        outline: none;
        background: #777;
        top: -4px;
        -webkit-box-shadow: inset 0 0 0 4px #fff;
                box-shadow: inset 0 0 0 4px #fff; }
    #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider_amount {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider_amount button {
        padding: 10px 20px;
        background-color: #EAEAEA;
        border: 1px solid #EAEAEA;
        font-size: 13px;
        font-weight: 400;
        color: #444;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        margin-right: 20px; }
        #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider_amount button:hover {
          color: #fff; }
      #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
        padding: 3px 0;
        color: #777; }
      #sidebar-widget-area .widget_price_filter form .price_slider_wrapper .price_slider_amount .clear {
        display: none; }
  #sidebar-widget-area .widget_rating_filter .star-rating {
    margin: 0; }
  #sidebar-widget-area .widget_recent_reviews .product_list_widget .reviewer {
    color: #777; }
  #sidebar-widget-area .widget_products .product_list_widget li a,
  #sidebar-widget-area .widget_top_rated_products .product_list_widget li a,
  #sidebar-widget-area .widget_recent_reviews .product_list_widget li a,
  #sidebar-widget-area .widget_recently_viewed_products .product_list_widget li a {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  #sidebar-widget-area .star-rating {
    font-size: 11px;
    margin: 5px 0; }
  #sidebar-widget-area .widget_nav_menu ul, #sidebar-widget-area .widget_nav_menu ol {
    padding: 15px; }
    #sidebar-widget-area .widget_nav_menu ul a, #sidebar-widget-area .widget_nav_menu ol a {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #e1e3e5; }
    #sidebar-widget-area .widget_nav_menu ul li, #sidebar-widget-area .widget_nav_menu ol li {
      border-bottom: 0;
      padding: 0 0 0 5px; }
      #sidebar-widget-area .widget_nav_menu ul li:first-child a, #sidebar-widget-area .widget_nav_menu ol li:first-child a {
        padding-top: 0; }
      #sidebar-widget-area .widget_nav_menu ul li:last-child a, #sidebar-widget-area .widget_nav_menu ol li:last-child a {
        border-bottom: 0;
        padding-bottom: 0; }
    #sidebar-widget-area .widget_nav_menu ul ul.sub-menu,
    #sidebar-widget-area .widget_nav_menu ul ol.sub-menu, #sidebar-widget-area .widget_nav_menu ol ul.sub-menu,
    #sidebar-widget-area .widget_nav_menu ol ol.sub-menu {
      padding: 0; }
      #sidebar-widget-area .widget_nav_menu ul ul.sub-menu li,
      #sidebar-widget-area .widget_nav_menu ul ol.sub-menu li, #sidebar-widget-area .widget_nav_menu ol ul.sub-menu li,
      #sidebar-widget-area .widget_nav_menu ol ol.sub-menu li {
        padding-left: 15px; }
        #sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:first-child a,
        #sidebar-widget-area .widget_nav_menu ul ol.sub-menu li:first-child a, #sidebar-widget-area .widget_nav_menu ol ul.sub-menu li:first-child a,
        #sidebar-widget-area .widget_nav_menu ol ol.sub-menu li:first-child a {
          padding-top: 10px; }
        #sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child a,
        #sidebar-widget-area .widget_nav_menu ul ol.sub-menu li:last-child a, #sidebar-widget-area .widget_nav_menu ol ul.sub-menu li:last-child a,
        #sidebar-widget-area .widget_nav_menu ol ol.sub-menu li:last-child a {
          border-bottom: 1px solid #e1e3e5;
          padding-bottom: 10px; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  margin-left: 11px; }

/*  !!!!!!!!!!! FOOTER Widgets !!!!!!!!!!! */
.footer-widgets .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
  border: 0; }
  .footer-widgets .widget ul, .footer-widgets .widget ol {
    padding: 0; }
    .footer-widgets .widget ul li, .footer-widgets .widget ol li {
      border-bottom: 0;
      padding: 0; }
  .footer-widgets .widget .calendar_wrap {
    padding: 0; }
  .footer-widgets .widget tr:nth-child(even) {
    background-color: transparent; }

.footer-widgets .widget_title {
  margin-bottom: 19px;
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #fff; }

.footer-widgets .widget,
.footer-widgets .widget-title,
.footer-widgets .widget a,
.footer-widgets .widget_calendar thead,
.footer-widgets .rss-date,
.footer-widgets .widget_rss cite {
  color: white; }

.footer-widgets .widget_calendar td,
.footer-widgets .widget_calendar a {
  color: black; }

@media screen and (min-width: 990px) {
  .footer-widgets {
    /* Use flex to create a responsive layout */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /* If only one widget is displayed, make it full width. */
    /* If 2 or 3 widgets are displayed, make the second one twice as wide. */
    /* If 4 or more widgets are displayed, show three across when available. */ }
    .footer-widgets .widget:only-of-type {
      width: 100%; }
    .footer-widgets .widget:nth-last-child(n+2):nth-last-child(-n+3):first-child ~ .widget:nth-child(2) {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .footer-widgets .widget:nth-last-child(n+4),
    .footer-widgets .widget:nth-last-child(n+4) ~ .widget {
      width: 25%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%; } }

#footer-widget-area {
  /* Search widget */
  /* Text widget */
  /* Archive and Categories widgets */
  /* Search widget. */
  /* Pages and Menu widgets */
  /* Contact Info widget */
  /* Calendar widget */
  /* RSS widget */
  /* Tag Cloud widget */
  /* Mailchimp text widget */
  /* Aletheme Mostcommented Widget */ }
  #footer-widget-area input[type="text"], #footer-widget-area input[type="email"], #footer-widget-area input[type="password"], #footer-widget-area input[type="date"], #footer-widget-area input[type="tel"] {
    width: 100%;
    border: 1px solid #e1e3e5;
    border-radius: 2px;
    height: 41px;
    font-size: 14px;
    color: #777;
    padding: 0 20px;
    font-family: inherit; }
    #footer-widget-area input[type="text"]::-webkit-input-placeholder, #footer-widget-area input[type="email"]::-webkit-input-placeholder, #footer-widget-area input[type="password"]::-webkit-input-placeholder, #footer-widget-area input[type="date"]::-webkit-input-placeholder, #footer-widget-area input[type="tel"]::-webkit-input-placeholder {
      color: #777;
      font-size: 14px; }
    #footer-widget-area input[type="text"]::-moz-placeholder, #footer-widget-area input[type="email"]::-moz-placeholder, #footer-widget-area input[type="password"]::-moz-placeholder, #footer-widget-area input[type="date"]::-moz-placeholder, #footer-widget-area input[type="tel"]::-moz-placeholder {
      color: #777;
      font-size: 14px; }
    #footer-widget-area input[type="text"]:-ms-input-placeholder, #footer-widget-area input[type="email"]:-ms-input-placeholder, #footer-widget-area input[type="password"]:-ms-input-placeholder, #footer-widget-area input[type="date"]:-ms-input-placeholder, #footer-widget-area input[type="tel"]:-ms-input-placeholder {
      color: #777;
      font-size: 14px; }
    #footer-widget-area input[type="text"]:-moz-placeholder, #footer-widget-area input[type="email"]:-moz-placeholder, #footer-widget-area input[type="password"]:-moz-placeholder, #footer-widget-area input[type="date"]:-moz-placeholder, #footer-widget-area input[type="tel"]:-moz-placeholder {
      color: #777;
      font-size: 14px; }
  #footer-widget-area input[type="submit"],
  #footer-widget-area input.submit {
    margin: 0;
    padding: 10px 28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    #footer-widget-area input[type="submit"]:hover,
    #footer-widget-area input.submit:hover {
      background-color: transparent; }
  #footer-widget-area .widget {
    /* Make sure select elements fit in widgets. */ }
    #footer-widget-area .widget select {
      width: 100%;
      height: 2.5em;
      padding: 10px;
      border: 1px solid #ccc; }

@-moz-document url-prefix() {
  #footer-widget-area .widget_archive select,
  #footer-widget-area .widget_categories form select,
  #footer-widget-area .textwidget form select,
  #footer-widget-area .widget_product_categories select {
    min-height: 41px; } }
  #footer-widget-area p,
  #footer-widget-area .rssSummary {
    opacity: 0.68; }
    #footer-widget-area p img,
    #footer-widget-area .rssSummary img {
      opacity: 1; }
  #footer-widget-area .widget.widget_search,
  #footer-widget-area .widget.widget_product_search {
    border: 0; }
    #footer-widget-area .widget.widget_search .widget_title,
    #footer-widget-area .widget.widget_product_search .widget_title {
      display: none; }
    #footer-widget-area .widget.widget_search .ale_search_wrapper,
    #footer-widget-area .widget.widget_product_search .ale_search_wrapper {
      position: relative; }
    #footer-widget-area .widget.widget_search .searchinput,
    #footer-widget-area .widget.widget_product_search .searchinput {
      height: 43px;
      width: 100%;
      padding: 0 50px 0 15px;
      border: 0; }
      #footer-widget-area .widget.widget_search .searchinput::-webkit-input-placeholder,
      #footer-widget-area .widget.widget_product_search .searchinput::-webkit-input-placeholder {
        color: #777;
        font-size: 14px; }
      #footer-widget-area .widget.widget_search .searchinput::-moz-placeholder,
      #footer-widget-area .widget.widget_product_search .searchinput::-moz-placeholder {
        color: #777;
        font-size: 14px; }
      #footer-widget-area .widget.widget_search .searchinput:-ms-input-placeholder,
      #footer-widget-area .widget.widget_product_search .searchinput:-ms-input-placeholder {
        color: #777;
        font-size: 14px; }
      #footer-widget-area .widget.widget_search .searchinput:-moz-placeholder,
      #footer-widget-area .widget.widget_product_search .searchinput:-moz-placeholder {
        color: #777;
        font-size: 14px; }
    #footer-widget-area .widget.widget_search #searchsubmit,
    #footer-widget-area .widget.widget_product_search #searchsubmit {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 0;
      right: 2px;
      width: 43px;
      height: 43px;
      padding: 0;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      display: inline-block;
      color: #777;
      margin: 0;
      background-color: transparent;
      border: 0;
      padding: 10px 28px; }
  #footer-widget-area .widget_search .searchinput {
    border: 1px solid #fff;
    border-radius: 3px; }
  #footer-widget-area .wp-caption-text {
    color: #444;
    opacity: 1; }
  #footer-widget-area .widget_text .textwidget {
    padding: 0; }
    #footer-widget-area .widget_text .textwidget p {
      font-size: 14px;
      line-height: 24px; }
  #footer-widget-area .widget_archive li {
    color: #7D7D7D; }
  #footer-widget-area .widget_categories .children {
    padding-top: 0; }
  #footer-widget-area .widget_search .search-submit {
    display: none; }
  #footer-widget-area .widget_pages .children,
  #footer-widget-area .widget_nav_menu .sub-menu {
    padding-top: 0;
    padding-bottom: .5em; }
  #footer-widget-area .widget_pages ul, #footer-widget-area .widget_pages ol,
  #footer-widget-area .widget_nav_menu ul,
  #footer-widget-area .widget_nav_menu ol {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #footer-widget-area .widget_pages ul li, #footer-widget-area .widget_pages ol li,
    #footer-widget-area .widget_nav_menu ul li,
    #footer-widget-area .widget_nav_menu ol li {
      width: 45%;
      margin-bottom: 11px;
      padding: 0; }
      #footer-widget-area .widget_pages ul li a, #footer-widget-area .widget_pages ol li a,
      #footer-widget-area .widget_nav_menu ul li a,
      #footer-widget-area .widget_nav_menu ol li a {
        color: #fff;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        border-bottom: 0;
        padding: 0;
        display: block; }
  #footer-widget-area .widget_pages ul.sub-menu,
  #footer-widget-area .widget_nav_menu ul.sub-menu {
    display: none; }
  #footer-widget-area .ale_contact_info .ale_word_wrap {
    word-wrap: break-word; }
  #footer-widget-area .ale_contact_info p {
    margin-bottom: 0; }
  #footer-widget-area .ale_contact_info ul li p {
    color: #fff;
    padding-left: 24px;
    position: relative; }
    #footer-widget-area .ale_contact_info ul li p.ale_fa-map-marker-alt::before {
      content: "\f3c5";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      font-weight: 900;
      line-height: 16px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      font-size: 13px;
      position: absolute;
      top: 3px;
      left: 0; }
    #footer-widget-area .ale_contact_info ul li p.ale_fa-phone::before {
      content: "\f095";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      font-weight: 900;
      line-height: 16px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      font-size: 13px;
      position: absolute;
      top: 3px;
      left: 0; }
    #footer-widget-area .ale_contact_info ul li p.ale_fa-skype .fa-skype {
      line-height: 16px;
      color: #fff;
      font-size: 15px;
      position: absolute;
      top: -2px;
      left: 0; }
  #footer-widget-area .ale_contact_info ul li i {
    color: #fff;
    margin: 6px 15px 0 0;
    font-size: 13px; }
    #footer-widget-area .ale_contact_info ul li i.fa-skype {
      font-size: 16px; }
  #footer-widget-area .ale_contact_info ul li a {
    color: #fff;
    opacity: 0.68;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding-left: 24px;
    display: block; }
    #footer-widget-area .ale_contact_info ul li a.ale_fa-envelope::before {
      content: "\f0e0";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant-caps: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      font-weight: 900;
      line-height: 16px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      font-size: 13px;
      position: absolute;
      top: 3px;
      left: 0; }
    #footer-widget-area .ale_contact_info ul li a:hover {
      opacity: 1; }
  #footer-widget-area .widget_archive select,
  #footer-widget-area .widget_categories form select,
  #footer-widget-area .textwidget form select,
  #footer-widget-area .widget_product_categories select {
    border: 1px solid #fff;
    margin: 0; }
  #footer-widget-area .widget_calendar {
    font-weight: 400; }
    #footer-widget-area .widget_calendar caption {
      padding: 0 0 .5em 0;
      font-size: 1em;
      font-weight: 400;
      text-align: left; }
    #footer-widget-area .widget_calendar thead {
      background: transparent;
      color: #fff; }
      #footer-widget-area .widget_calendar thead th {
        border-bottom-width: 2px;
        color: inherit; }
    #footer-widget-area .widget_calendar td {
      text-align: center;
      background: white;
      border: 1px solid #cccccc; }
    #footer-widget-area .widget_calendar th {
      border: none;
      text-align: center; }
    #footer-widget-area .widget_calendar .pad {
      background: #eaeaea; }
    #footer-widget-area .widget_calendar a {
      font-weight: 900;
      text-decoration: none; }
    #footer-widget-area .widget_calendar tfoot td#prev {
      text-align: center; }
    #footer-widget-area .widget_calendar tfoot td#next {
      text-align: center; }
  #footer-widget-area .widget li a.rsswidget {
    padding-right: .5em;
    font-size: 16px;
    line-height: 24px; }
  #footer-widget-area .rss-date,
  #footer-widget-area .widget_rss cite {
    font-size: 14px; }
  #footer-widget-area .rssSummary {
    padding: .5em 0;
    font-size: 14px;
    line-height: 24px; }
  #footer-widget-area .widget_tag_cloud .tagcloud,
  #footer-widget-area .widget_product_tag_cloud .tagcloud {
    padding: 15px; }
    #footer-widget-area .widget_tag_cloud .tagcloud a.tag-cloud-link,
    #footer-widget-area .widget_product_tag_cloud .tagcloud a.tag-cloud-link {
      display: inline-block;
      color: #444;
      font-size: 13px !important;
      border: 1px solid #e1e3e5;
      padding: 3px 14px;
      margin-bottom: 8px;
      margin-right: 4px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  #footer-widget-area .widget_tag_cloud .tagcloud,
  #footer-widget-area .widget_product_tag_cloud .tagcloud {
    padding: 0; }
    #footer-widget-area .widget_tag_cloud .tagcloud a.tag-cloud-link,
    #footer-widget-area .widget_product_tag_cloud .tagcloud a.tag-cloud-link {
      color: #fff;
      border: 1px solid #fff; }
  #footer-widget-area .widget_archive ul li, #footer-widget-area .widget_archive ol li,
  #footer-widget-area .widget_categories ul li,
  #footer-widget-area .widget_categories ol li,
  #footer-widget-area .widget_meta ul li,
  #footer-widget-area .widget_meta ol li,
  #footer-widget-area .widget_recent_comments ul li,
  #footer-widget-area .widget_recent_comments ol li,
  #footer-widget-area .widget_recent_entries ul li,
  #footer-widget-area .widget_recent_entries ol li,
  #footer-widget-area .aletheme-widget-services ul li,
  #footer-widget-area .aletheme-widget-services ol li,
  #footer-widget-area .ale_contact_info ul li,
  #footer-widget-area .ale_contact_info ol li {
    margin-bottom: 11px;
    color: #fff; }
    #footer-widget-area .widget_archive ul li:last-child, #footer-widget-area .widget_archive ol li:last-child,
    #footer-widget-area .widget_categories ul li:last-child,
    #footer-widget-area .widget_categories ol li:last-child,
    #footer-widget-area .widget_meta ul li:last-child,
    #footer-widget-area .widget_meta ol li:last-child,
    #footer-widget-area .widget_recent_comments ul li:last-child,
    #footer-widget-area .widget_recent_comments ol li:last-child,
    #footer-widget-area .widget_recent_entries ul li:last-child,
    #footer-widget-area .widget_recent_entries ol li:last-child,
    #footer-widget-area .aletheme-widget-services ul li:last-child,
    #footer-widget-area .aletheme-widget-services ol li:last-child,
    #footer-widget-area .ale_contact_info ul li:last-child,
    #footer-widget-area .ale_contact_info ol li:last-child {
      margin-bottom: 0; }
  #footer-widget-area .widget_mc4wp_form_widget .mc4wp-form-fields p {
    opacity: 1 !important; }
  #footer-widget-area .widget_mc4wp_form_widget .mc4wp-form-fields label {
    opacity: 0.68;
    display: block;
    margin-bottom: 10px; }
  #footer-widget-area .widget_mc4wp_form_widget form {
    padding: 0; }
  #footer-widget-area .widget_mc4wp_form_widget .ale_mail_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    margin-bottom: 18px; }
    #footer-widget-area .widget_mc4wp_form_widget .ale_mail_info i {
      font-size: 50px;
      margin-right: 25px;
      display: block; }
    #footer-widget-area .widget_mc4wp_form_widget .ale_mail_info label {
      opacity: 0.68; }
  #footer-widget-area .widget_mc4wp_form_widget .ale_mail_sub {
    position: relative;
    opacity: 1; }
    #footer-widget-area .widget_mc4wp_form_widget .ale_mail_sub input[type="email"] {
      height: 48px;
      width: 100%;
      border-radius: 5px;
      padding: 5px 58px 5px 15px; }
    #footer-widget-area .widget_mc4wp_form_widget .ale_mail_sub button {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 51px;
      padding: 0; }
      #footer-widget-area .widget_mc4wp_form_widget .ale_mail_sub button i {
        font-size: 20px;
        height: 100%;
        width: 100%;
        border-radius: 0 5px 5px 0;
        padding-top: 14px; }
  #footer-widget-area .aletheme-widget-mostcommented,
  #footer-widget-area .aletheme-blog-widget {
    /*.no-thumb {
            margin-top: -8px;
        }*/ }
    #footer-widget-area .aletheme-widget-mostcommented .mostcommented_posts_wrapper,
    #footer-widget-area .aletheme-widget-mostcommented .blog_widget_posts_wrapper,
    #footer-widget-area .aletheme-blog-widget .mostcommented_posts_wrapper,
    #footer-widget-area .aletheme-blog-widget .blog_widget_posts_wrapper {
      padding: 0; }
    #footer-widget-area .aletheme-widget-mostcommented .mostcommented_post,
    #footer-widget-area .aletheme-widget-mostcommented .no-thumb,
    #footer-widget-area .aletheme-blog-widget .mostcommented_post,
    #footer-widget-area .aletheme-blog-widget .no-thumb {
      margin-bottom: 11px; }
      #footer-widget-area .aletheme-widget-mostcommented .mostcommented_post:last-child,
      #footer-widget-area .aletheme-widget-mostcommented .no-thumb:last-child,
      #footer-widget-area .aletheme-blog-widget .mostcommented_post:last-child,
      #footer-widget-area .aletheme-blog-widget .no-thumb:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; }
    #footer-widget-area .aletheme-widget-mostcommented .entry-thumb,
    #footer-widget-area .aletheme-blog-widget .entry-thumb {
      display: none; }
    #footer-widget-area .aletheme-widget-mostcommented .detail .entry-title,
    #footer-widget-area .aletheme-blog-widget .detail .entry-title {
      font-size: 14px;
      font-weight: 400;
      margin-top: 10px;
      color: #fff; }
      #footer-widget-area .aletheme-widget-mostcommented .detail .entry-title a,
      #footer-widget-area .aletheme-blog-widget .detail .entry-title a {
        color: inherit;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
    #footer-widget-area .aletheme-widget-mostcommented .detail .entry-meta,
    #footer-widget-area .aletheme-blog-widget .detail .entry-meta {
      font-size: 13px;
      opacity: 0.68; }
  #footer-widget-area .aletheme-widget-services a {
    display: block; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Sticky header */
@media (min-width: 1001px) {
  .header_top_one .ale_header_common,
  .header_top_two .ale_header_common {
    min-height: 134px; }
  .header_top_one .header__wrapper .bottom_line,
  .header_top_two .header__wrapper .bottom_line {
    -webkit-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out; }
  .header_top_one .header__wrapper.sticky .bottom_line,
  .header_top_two .header__wrapper.sticky .bottom_line {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1001;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    /* I have fixed header and when animations of other elements start the header jumps when scrolling */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .header_top_one .header__wrapper.sticky.header-appear .bottom_line,
  .header_top_two .header__wrapper.sticky.header-appear .bottom_line {
    top: 0; }
  .header_top_one .header__wrapper.sticky .bottom_line,
  .header_top_two .header__wrapper.sticky .bottom_line {
    top: -200px; }
  .header_top_one .ale_header_common {
    min-height: 169px; }
  .header_top_three {
    min-height: 80px; }
    .header_top_three .header__wrapper {
      min-height: 80px; }
      .header_top_three .header__wrapper .header_left_side .logo {
        display: block; }
      .header_top_three .header__wrapper .header_left_side .logo_white {
        display: none; }
      .header_top_three .header__wrapper.sticky {
        min-height: 1px; }
      .header_top_three .header__wrapper .header_container_three {
        -webkit-transition: top 400ms ease-in-out;
        transition: top 400ms ease-in-out; }
      .header_top_three .header__wrapper.sticky .header_container_three {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1001;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        background-color: white;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        /* I have fixed header and when animations of other elements start the header jumps when scrolling */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .header_top_three .header__wrapper.sticky.header-appear .header_container_three {
        top: 0; }
      .header_top_three .header__wrapper.sticky .header_container_three {
        top: -160px; }
  body.home .header_top_three .header__wrapper .header_container_three {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: rgba(255, 255, 255, 0); }
  body.home .header_top_three .header__wrapper .header_left_side .logo {
    display: none; }
  body.home .header_top_three .header__wrapper .header_left_side .logo_white {
    display: block; }
  body.home .header_top_three .header__wrapper .header_right_side .bottom_side_three .menu-header > li > a {
    color: #fff; }
  body.home .header_top_three .header__wrapper.sticky .header_container_three {
    background-color: white; }
  body.home .header_top_three .header__wrapper.sticky .header_left_side .logo {
    display: block; }
  body.home .header_top_three .header__wrapper.sticky .header_left_side .logo_white {
    display: none; }
  body.home .header_top_three .header__wrapper.sticky .header_right_side .bottom_side_three .menu-header > li > a {
    color: #333; }
  body.home .header_top_three .header__wrapper.sticky .header_right_side form.search .form_container .search_head_three a {
    color: #333; } }

.menu_block,
.bottom_side_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* menu-header start */
  /* menu-header end */ }
  .menu_block .menu-header > li > .sub-menu,
  .bottom_side_three .menu-header > li > .sub-menu {
    border-top: 1px solid #e1e3e5; }
  .menu_block .menu-header,
  .bottom_side_three .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .menu_block .menu-header li.current-menu-item > a,
    .bottom_side_three .menu-header li.current-menu-item > a {
      font-weight: 700 !important; }
    .menu_block .menu-header li,
    .bottom_side_three .menu-header li {
      position: relative; }
      .menu_block .menu-header li button.dropdown-toggle,
      .bottom_side_three .menu-header li button.dropdown-toggle {
        display: none; }
      .menu_block .menu-header li.menu-item-has-children > a::after,
      .bottom_side_three .menu-header li.menu-item-has-children > a::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant-caps: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-weight: 900;
        line-height: 16px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        margin-left: 6px;
        font-size: 8px;
        position: relative;
        bottom: 1px; }
      .menu_block .menu-header li:first-child a,
      .bottom_side_three .menu-header li:first-child a {
        padding-left: 0; }
      .menu_block .menu-header li:hover .sub-menu,
      .bottom_side_three .menu-header li:hover .sub-menu {
        opacity: 1;
        visibility: visible; }
      .menu_block .menu-header li .sub-menu,
      .bottom_side_three .menu-header li .sub-menu {
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        z-index: 110;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        opacity: 0;
        visibility: hidden; }
        .menu_block .menu-header li .sub-menu li,
        .bottom_side_three .menu-header li .sub-menu li {
          color: #444;
          position: relative; }
          .menu_block .menu-header li .sub-menu li:hover .sub-menu,
          .bottom_side_three .menu-header li .sub-menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible; }
          .menu_block .menu-header li .sub-menu li.menu-item-has-children > a::after,
          .bottom_side_three .menu-header li .sub-menu li.menu-item-has-children > a::after {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-variant-caps: normal;
            -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
            font-weight: 900;
            line-height: 16px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            float: right;
            display: inline-block;
            height: 24px;
            line-height: 20px;
            margin-right: -10px; }
          .menu_block .menu-header li .sub-menu li a,
          .bottom_side_three .menu-header li .sub-menu li a {
            color: inherit;
            font-weight: 400;
            text-transform: capitalize;
            padding: 10px 35px 10px 25px;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            min-width: 250px;
            width: 250px;
            line-height: 20px; }
          .menu_block .menu-header li .sub-menu li .sub-menu,
          .bottom_side_three .menu-header li .sub-menu li .sub-menu {
            position: absolute;
            left: 100%;
            top: 0;
            opacity: 0;
            visibility: hidden; }
    .menu_block .menu-header a,
    .bottom_side_three .menu-header a {
      display: block;
      font-size: 14px;
      color: #333;
      font-weight: 400;
      text-transform: uppercase;
      padding: 20px 22px;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }

form.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  form.search .form_container {
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      form.search .form_container {
        height: 64px; } }
    form.search .form_container .search_head_one a {
      color: #fff; }
    form.search .form_container .search_head_three a {
      color: #333; }
    form.search .form_container .searchinput {
      display: none;
      width: 250px;
      position: absolute;
      top: 100%;
      right: 0;
      padding: 10px 25px;
      z-index: 100;
      border: 0;
      border-top: 1px solid #e1e3e5;
      background-color: #fff;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      form.search .form_container .searchinput input[type="text"] {
        height: 30px;
        width: 161px;
        display: inline-block;
        border: 0;
        padding-right: 20px;
        padding-left: 0; }
      form.search .form_container .searchinput #searchsubmit {
        padding: 0;
        width: 35px;
        height: 30px;
        display: inline-block;
        color: #fff;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border: 0; }
    form.search .form_container .searchsubmit {
      display: inline-block;
      color: #777;
      font-size: 14px;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      margin-left: 21px; }

/* the first header */
header.header_top_one .top_line {
  min-height: 105px;
  background-color: #fff; }
  header.header_top_one .top_line .ale_flex_container {
    min-height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      header.header_top_one .top_line .ale_flex_container {
        height: 105px; } }
    header.header_top_one .top_line .ale_flex_container .logo_block {
      margin-right: 40px; }
    header.header_top_one .top_line .ale_flex_container .info_block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      header.header_top_one .top_line .ale_flex_container .info_block p {
        margin-bottom: 0; }
        header.header_top_one .top_line .ale_flex_container .info_block p.small_string {
          font-size: 14px;
          color: #777; }
        header.header_top_one .top_line .ale_flex_container .info_block p.big_string {
          font-size: 18px;
          color: #333;
          letter-spacing: 0.02em;
          margin-top: -2px; }
      header.header_top_one .top_line .ale_flex_container .info_block .top_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 0;
        margin-right: 70px; }
        header.header_top_one .top_line .ale_flex_container .info_block .top_item i.fas, header.header_top_one .top_line .ale_flex_container .info_block .top_item i.far {
          font-size: 35px; }
        header.header_top_one .top_line .ale_flex_container .info_block .top_item .icon_container {
          margin-right: 20px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        header.header_top_one .top_line .ale_flex_container .info_block .top_item:last-child {
          margin-right: 0; }
      header.header_top_one .top_line .ale_flex_container .info_block .contact_wrap i.fas, header.header_top_one .top_line .ale_flex_container .info_block .contact_wrap i.far {
        font-size: 33px; }
      header.header_top_one .top_line .ale_flex_container .info_block .address_wrap i.fas, header.header_top_one .top_line .ale_flex_container .info_block .address_wrap i.far {
        margin-top: 1px;
        font-size: 31px; }
      header.header_top_one .top_line .ale_flex_container .info_block .work_time_wrap i.far, header.header_top_one .top_line .ale_flex_container .info_block .work_time_wrap i.fas {
        margin-top: 1px;
        font-size: 31px; }
    header.header_top_one .top_line .ale_flex_container .info_block_hamburger {
      display: none; }

header.header_top_one .bottom_line {
  min-height: 60px;
  z-index: 1001; }
  header.header_top_one .bottom_line .ale_flex_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header.header_top_one .bottom_line .ale_flex_bottom .menu-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.current-menu-item > a {
        font-weight: 700 !important; }
      header.header_top_one .bottom_line .ale_flex_bottom .menu-header li {
        position: relative; }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header li button.dropdown-toggle {
          display: none; }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children > a::after {
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-variant-caps: normal;
          -webkit-font-variant-ligatures: normal;
                  font-variant-ligatures: normal;
          font-weight: 900;
          line-height: 16px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          margin-left: 6px;
          font-size: 8px;
          position: relative;
          bottom: 1px; }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header li:first-child a {
          padding-left: 0; }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header li .sub-menu {
          position: absolute;
          left: 0;
          top: 100%;
          background-color: #fff;
          z-index: 110;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          opacity: 0;
          visibility: hidden; }
          header.header_top_one .bottom_line .ale_flex_bottom .menu-header li .sub-menu li {
            color: #444 !important;
            position: relative; }
            header.header_top_one .bottom_line .ale_flex_bottom .menu-header li .sub-menu li:hover .sub-menu {
              opacity: 1;
              visibility: visible; }
            header.header_top_one .bottom_line .ale_flex_bottom .menu-header li .sub-menu li.menu-item-has-children > a::after {
              content: "\f054";
              font-family: "Font Awesome 5 Free";
              font-style: normal;
              font-variant-caps: normal;
              -webkit-font-variant-ligatures: normal;
                      font-variant-ligatures: normal;
              font-weight: 900;
              line-height: 16px;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              float: right;
              display: inline-block;
              height: 24px;
              line-height: 20px;
              margin-right: -10px; }
            header.header_top_one .bottom_line .ale_flex_bottom .menu-header li .sub-menu li a {
              color: inherit;
              font-weight: 400;
              text-transform: capitalize;
              padding: 10px 35px 10px 25px;
              -webkit-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out;
              min-width: 250px;
              width: 250px;
              line-height: 20px; }
            header.header_top_one .bottom_line .ale_flex_bottom .menu-header li .sub-menu li .sub-menu {
              position: absolute;
              left: 100%;
              top: 0;
              opacity: 0;
              visibility: hidden; }
      header.header_top_one .bottom_line .ale_flex_bottom .menu-header a {
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 20px 15px;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
  header.header_top_one .bottom_line .ale_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 64px; }
    header.header_top_one .bottom_line .ale_social .social_icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header_top_one .bottom_line .ale_social .social_icons a {
        color: #fff;
        font-size: 15px;
        margin-right: 25px;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }

/* the second header */
header.header_top_two {
  background-color: #fff; }
  header.header_top_two .top_line {
    min-height: 45px; }
    header.header_top_two .top_line .ale_flex_container {
      min-height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header_top_two .top_line .ale_flex_container .social_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header.header_top_two .top_line .ale_flex_container .social_icons .ale_follow {
          font-size: 13px;
          color: #fff;
          margin: 0 25px 0 0; }
        header.header_top_two .top_line .ale_flex_container .social_icons a {
          color: #fff;
          font-size: 12px;
          margin-right: 25px;
          -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
      header.header_top_two .top_line .ale_flex_container .data_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        header.header_top_two .top_line .ale_flex_container .data_info .data_item {
          margin-right: 30px; }
          header.header_top_two .top_line .ale_flex_container .data_info .data_item:last-child {
            margin-right: 0; }
        header.header_top_two .top_line .ale_flex_container .data_info i {
          font-size: 12px;
          margin-right: 10px; }
        header.header_top_two .top_line .ale_flex_container .data_info p {
          display: inline;
          font-size: 13px;
          color: #fff; }
          header.header_top_two .top_line .ale_flex_container .data_info p a {
            color: inherit; }
  header.header_top_two .bottom_line {
    min-height: 85px;
    background-color: #fff;
    z-index: 1001; }
    header.header_top_two .bottom_line .ale_flex_bottom {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 89px; }
      header.header_top_two .bottom_line .ale_flex_bottom .logo_block {
        padding: 26px 40px 26px 0; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .info_block_hamburger {
        display: none; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header a {
        color: #666; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li {
        padding: 30px 0 26px 0;
        margin-right: 30px; }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li:hover > a {
          color: #000; }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li > a {
          padding: 4px 0; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li.current-menu-item > a {
        position: relative;
        color: #000; }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li.current-menu-item > a::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px; }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li.current-menu-item > a::after {
          color: #000; }

/* the third header */
body.home header.header_top_three {
  position: relative; }
  body.home header.header_top_three .header_bg_three {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    z-index: 550;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, transparent 95%); }
  body.home header.header_top_three .header_container_three .ale_head_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  body.home header.header_top_three .header_container_three .header__wrapper {
    min-height: 80px; }
  body.home header.header_top_three .header_container_three .header_left_side {
    padding: 26px 40px 26px 0; }
    body.home header.header_top_three .header_container_three .header_left_side .logo {
      display: none; }
    body.home header.header_top_three .header_container_three .header_left_side .logo_white {
      display: block; }
  body.home header.header_top_three .header_container_three .header_right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .form_container {
        min-height: 80px; }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li > .sub-menu {
        top: 100%;
        border-top: none; }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li > a {
        padding: 28px 16px;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        color: #fff;
        font-weight: 700; }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .form_container .search_head_three a {
        color: #fff; }
        body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .form_container .search_head_three a i {
          font-size: 13px !important; }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger {
        display: none; }
        body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger .hamburger-inner, body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger .hamburger-inner::before, body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger .hamburger-inner::after {
          background-color: #fff; }

header.header_top_three .header_bg_three {
  background-color: #fff; }

header.header_top_three .header_container_three .ale_head_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

header.header_top_three .header_container_three .header__wrapper {
  min-height: 80px; }

header.header_top_three .header_container_three .header_left_side {
  padding: 18px 40px 18px 0; }
  header.header_top_three .header_container_three .header_left_side .logo {
    display: block; }
  header.header_top_three .header_container_three .header_left_side .logo_white {
    display: none; }

header.header_top_three .header_container_three .header_right_side .bottom_side_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .form_container {
    min-height: 80px; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header a {
    font-size: 13px; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li.menu-item-has-children > a::after {
    content: '';
    display: none; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li > .sub-menu {
    top: 100%; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li > a {
    color: #333;
    font-weight: 700; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li:first-child a {
    padding-left: 0; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header > li > a {
    padding: 28px 16px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .form_container .search_head_three a i {
    font-size: 13px; }
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger {
    display: none; }
    header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger .hamburger-inner, header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger .hamburger-inner::before, header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger .hamburger-inner::after {
      background-color: #444; }

header.header_top_three .slide_data h2 {
  margin-top: 25px; }

.home_slider {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .home_slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    list-style: none; }
    .home_slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 7px;
      padding: 0;
      cursor: pointer; }
      .home_slider .slick-dots li.slick-active button::before {
        background: #fff; }
      .home_slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
        .home_slider .slick-dots li button::before {
          content: '';
          font-size: 6px;
          line-height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          width: 15px;
          height: 15px;
          text-align: center;
          color: black;
          border-radius: 100%;
          border: 2px solid #fff; }
  .home_slider .slider_item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px; }
    .home_slider .slider_item .slider_mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    .home_slider .slider_item .ale_bg_slide {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center; }
      .home_slider .slider_item .ale_bg_slide .wrapper {
        height: 100%; }
      .home_slider .slider_item .ale_bg_slide .slide_data {
        position: relative;
        height: 100%;
        width: 65%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .home_slider .slider_item .ale_bg_slide .slide_data .slider_title {
          font-size: 46px;
          color: #fff;
          font-weight: 700;
          line-height: 56px;
          margin-bottom: 19px;
          text-transform: uppercase;
          -webkit-transition: opacity 300ms ease-in-out;
          transition: opacity 300ms ease-in-out; }
          .home_slider .slider_item .ale_bg_slide .slide_data .slider_title a {
            color: inherit; }
            .home_slider .slider_item .ale_bg_slide .slide_data .slider_title a:hover {
              opacity: 0.70; }
        .home_slider .slider_item .ale_bg_slide .slide_data .sub_title_slide {
          font-size: 18px;
          color: #fff;
          font-weight: 700;
          line-height: 26px;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .home_slider .slider_item .ale_bg_slide .slide_data .sub_title_slide a {
            color: inherit; }
            .home_slider .slider_item .ale_bg_slide .slide_data .sub_title_slide a:hover {
              opacity: 0.70; }
        .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-top: 33px; }
          .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons .link_to_post {
            margin-right: 20px;
            margin-bottom: 15px; }
            .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons .link_to_post a {
              display: block;
              border-width: 1px;
              border-style: solid;
              padding: 6px 34px;
              text-transform: uppercase;
              color: #fff;
              font-size: 13px;
              border-radius: 3px;
              -webkit-transition: all 350ms ease-in-out;
              transition: all 350ms ease-in-out; }
              .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons .link_to_post a:hover {
                background-color: transparent !important; }
          .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons .link_to_page a {
            display: block;
            background-color: #fff;
            border: 1px solid #fff;
            padding: 6px 34px;
            text-transform: uppercase;
            color: #333;
            font-size: 13px;
            border-radius: 3px;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
            .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons .link_to_page a:hover {
              background-color: transparent;
              color: #fff; }

header.header_top_three .slider_title {
  margin-top: 17px; }

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## The first Homepage
--------------------------------------------------------------*/
section.proposition_section,
section.proposition_section_three,
section.services_section,
section.services_section_three,
section.renovation_section,
section.renovation_section_three,
section.testimonials_section,
section.blog_section,
section.blog_section_three,
section.advantages_section_three {
  padding: 85px 0; }
  section.proposition_section h2.section_title,
  section.proposition_section_three h2.section_title,
  section.services_section h2.section_title,
  section.services_section_three h2.section_title,
  section.renovation_section h2.section_title,
  section.renovation_section_three h2.section_title,
  section.testimonials_section h2.section_title,
  section.blog_section h2.section_title,
  section.blog_section_three h2.section_title,
  section.advantages_section_three h2.section_title {
    position: relative;
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  section.proposition_section .services_separator,
  section.proposition_section_three .services_separator,
  section.services_section .services_separator,
  section.services_section_three .services_separator,
  section.renovation_section .services_separator,
  section.renovation_section_three .services_separator,
  section.testimonials_section .services_separator,
  section.blog_section .services_separator,
  section.blog_section_three .services_separator,
  section.advantages_section_three .services_separator {
    height: 1px;
    width: 122px;
    background-color: #e1e3e5;
    margin: 15px auto 15px auto; }
  section.proposition_section .desc_section,
  section.proposition_section_three .desc_section,
  section.services_section .desc_section,
  section.services_section_three .desc_section,
  section.renovation_section .desc_section,
  section.renovation_section_three .desc_section,
  section.testimonials_section .desc_section,
  section.blog_section .desc_section,
  section.blog_section_three .desc_section,
  section.advantages_section_three .desc_section {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    color: #333;
    opacity: 0.85; }
  section.proposition_section .slider_arrows,
  section.proposition_section_three .slider_arrows,
  section.services_section .slider_arrows,
  section.services_section_three .slider_arrows,
  section.renovation_section .slider_arrows,
  section.renovation_section_three .slider_arrows,
  section.testimonials_section .slider_arrows,
  section.blog_section .slider_arrows,
  section.blog_section_three .slider_arrows,
  section.advantages_section_three .slider_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0; }
    section.proposition_section .slider_arrows .slick-arrow,
    section.proposition_section_three .slider_arrows .slick-arrow,
    section.services_section .slider_arrows .slick-arrow,
    section.services_section_three .slider_arrows .slick-arrow,
    section.renovation_section .slider_arrows .slick-arrow,
    section.renovation_section_three .slider_arrows .slick-arrow,
    section.testimonials_section .slider_arrows .slick-arrow,
    section.blog_section .slider_arrows .slick-arrow,
    section.blog_section_three .slider_arrows .slick-arrow,
    section.advantages_section_three .slider_arrows .slick-arrow {
      margin-top: 25px; }
    section.proposition_section .slider_arrows .slick-hidden,
    section.proposition_section_three .slider_arrows .slick-hidden,
    section.services_section .slider_arrows .slick-hidden,
    section.services_section_three .slider_arrows .slick-hidden,
    section.renovation_section .slider_arrows .slick-hidden,
    section.renovation_section_three .slider_arrows .slick-hidden,
    section.testimonials_section .slider_arrows .slick-hidden,
    section.blog_section .slider_arrows .slick-hidden,
    section.blog_section_three .slider_arrows .slick-hidden,
    section.advantages_section_three .slider_arrows .slick-hidden {
      display: none !important; }
    section.proposition_section .slider_arrows span.previous_service,
    section.proposition_section .slider_arrows span.next_service,
    section.proposition_section .slider_arrows span.previous_testimonial,
    section.proposition_section .slider_arrows span.next_testimonial,
    section.proposition_section .slider_arrows span.next_post,
    section.proposition_section .slider_arrows span.previous_post,
    section.proposition_section_three .slider_arrows span.previous_service,
    section.proposition_section_three .slider_arrows span.next_service,
    section.proposition_section_three .slider_arrows span.previous_testimonial,
    section.proposition_section_three .slider_arrows span.next_testimonial,
    section.proposition_section_three .slider_arrows span.next_post,
    section.proposition_section_three .slider_arrows span.previous_post,
    section.services_section .slider_arrows span.previous_service,
    section.services_section .slider_arrows span.next_service,
    section.services_section .slider_arrows span.previous_testimonial,
    section.services_section .slider_arrows span.next_testimonial,
    section.services_section .slider_arrows span.next_post,
    section.services_section .slider_arrows span.previous_post,
    section.services_section_three .slider_arrows span.previous_service,
    section.services_section_three .slider_arrows span.next_service,
    section.services_section_three .slider_arrows span.previous_testimonial,
    section.services_section_three .slider_arrows span.next_testimonial,
    section.services_section_three .slider_arrows span.next_post,
    section.services_section_three .slider_arrows span.previous_post,
    section.renovation_section .slider_arrows span.previous_service,
    section.renovation_section .slider_arrows span.next_service,
    section.renovation_section .slider_arrows span.previous_testimonial,
    section.renovation_section .slider_arrows span.next_testimonial,
    section.renovation_section .slider_arrows span.next_post,
    section.renovation_section .slider_arrows span.previous_post,
    section.renovation_section_three .slider_arrows span.previous_service,
    section.renovation_section_three .slider_arrows span.next_service,
    section.renovation_section_three .slider_arrows span.previous_testimonial,
    section.renovation_section_three .slider_arrows span.next_testimonial,
    section.renovation_section_three .slider_arrows span.next_post,
    section.renovation_section_three .slider_arrows span.previous_post,
    section.testimonials_section .slider_arrows span.previous_service,
    section.testimonials_section .slider_arrows span.next_service,
    section.testimonials_section .slider_arrows span.previous_testimonial,
    section.testimonials_section .slider_arrows span.next_testimonial,
    section.testimonials_section .slider_arrows span.next_post,
    section.testimonials_section .slider_arrows span.previous_post,
    section.blog_section .slider_arrows span.previous_service,
    section.blog_section .slider_arrows span.next_service,
    section.blog_section .slider_arrows span.previous_testimonial,
    section.blog_section .slider_arrows span.next_testimonial,
    section.blog_section .slider_arrows span.next_post,
    section.blog_section .slider_arrows span.previous_post,
    section.blog_section_three .slider_arrows span.previous_service,
    section.blog_section_three .slider_arrows span.next_service,
    section.blog_section_three .slider_arrows span.previous_testimonial,
    section.blog_section_three .slider_arrows span.next_testimonial,
    section.blog_section_three .slider_arrows span.next_post,
    section.blog_section_three .slider_arrows span.previous_post,
    section.advantages_section_three .slider_arrows span.previous_service,
    section.advantages_section_three .slider_arrows span.next_service,
    section.advantages_section_three .slider_arrows span.previous_testimonial,
    section.advantages_section_three .slider_arrows span.next_testimonial,
    section.advantages_section_three .slider_arrows span.next_post,
    section.advantages_section_three .slider_arrows span.previous_post {
      width: 28px;
      height: 28px;
      min-height: 28px;
      border: 1px solid rgba(119, 119, 119, 0.85);
      color: #777;
      opacity: 0.85;
      font-size: 13px;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.proposition_section .slider_arrows span.previous_service:hover,
      section.proposition_section .slider_arrows span.next_service:hover,
      section.proposition_section .slider_arrows span.previous_testimonial:hover,
      section.proposition_section .slider_arrows span.next_testimonial:hover,
      section.proposition_section .slider_arrows span.next_post:hover,
      section.proposition_section .slider_arrows span.previous_post:hover,
      section.proposition_section_three .slider_arrows span.previous_service:hover,
      section.proposition_section_three .slider_arrows span.next_service:hover,
      section.proposition_section_three .slider_arrows span.previous_testimonial:hover,
      section.proposition_section_three .slider_arrows span.next_testimonial:hover,
      section.proposition_section_three .slider_arrows span.next_post:hover,
      section.proposition_section_three .slider_arrows span.previous_post:hover,
      section.services_section .slider_arrows span.previous_service:hover,
      section.services_section .slider_arrows span.next_service:hover,
      section.services_section .slider_arrows span.previous_testimonial:hover,
      section.services_section .slider_arrows span.next_testimonial:hover,
      section.services_section .slider_arrows span.next_post:hover,
      section.services_section .slider_arrows span.previous_post:hover,
      section.services_section_three .slider_arrows span.previous_service:hover,
      section.services_section_three .slider_arrows span.next_service:hover,
      section.services_section_three .slider_arrows span.previous_testimonial:hover,
      section.services_section_three .slider_arrows span.next_testimonial:hover,
      section.services_section_three .slider_arrows span.next_post:hover,
      section.services_section_three .slider_arrows span.previous_post:hover,
      section.renovation_section .slider_arrows span.previous_service:hover,
      section.renovation_section .slider_arrows span.next_service:hover,
      section.renovation_section .slider_arrows span.previous_testimonial:hover,
      section.renovation_section .slider_arrows span.next_testimonial:hover,
      section.renovation_section .slider_arrows span.next_post:hover,
      section.renovation_section .slider_arrows span.previous_post:hover,
      section.renovation_section_three .slider_arrows span.previous_service:hover,
      section.renovation_section_three .slider_arrows span.next_service:hover,
      section.renovation_section_three .slider_arrows span.previous_testimonial:hover,
      section.renovation_section_three .slider_arrows span.next_testimonial:hover,
      section.renovation_section_three .slider_arrows span.next_post:hover,
      section.renovation_section_three .slider_arrows span.previous_post:hover,
      section.testimonials_section .slider_arrows span.previous_service:hover,
      section.testimonials_section .slider_arrows span.next_service:hover,
      section.testimonials_section .slider_arrows span.previous_testimonial:hover,
      section.testimonials_section .slider_arrows span.next_testimonial:hover,
      section.testimonials_section .slider_arrows span.next_post:hover,
      section.testimonials_section .slider_arrows span.previous_post:hover,
      section.blog_section .slider_arrows span.previous_service:hover,
      section.blog_section .slider_arrows span.next_service:hover,
      section.blog_section .slider_arrows span.previous_testimonial:hover,
      section.blog_section .slider_arrows span.next_testimonial:hover,
      section.blog_section .slider_arrows span.next_post:hover,
      section.blog_section .slider_arrows span.previous_post:hover,
      section.blog_section_three .slider_arrows span.previous_service:hover,
      section.blog_section_three .slider_arrows span.next_service:hover,
      section.blog_section_three .slider_arrows span.previous_testimonial:hover,
      section.blog_section_three .slider_arrows span.next_testimonial:hover,
      section.blog_section_three .slider_arrows span.next_post:hover,
      section.blog_section_three .slider_arrows span.previous_post:hover,
      section.advantages_section_three .slider_arrows span.previous_service:hover,
      section.advantages_section_three .slider_arrows span.next_service:hover,
      section.advantages_section_three .slider_arrows span.previous_testimonial:hover,
      section.advantages_section_three .slider_arrows span.next_testimonial:hover,
      section.advantages_section_three .slider_arrows span.next_post:hover,
      section.advantages_section_three .slider_arrows span.previous_post:hover {
        border: 1px solid #444444; }
    section.proposition_section .slider_arrows span.previous_service:hover,
    section.proposition_section .slider_arrows span.next_service:hover,
    section.proposition_section .slider_arrows span.previous_testimonial:hover,
    section.proposition_section .slider_arrows span.next_testimonial:hover,
    section.proposition_section .slider_arrows span.next_post:hover,
    section.proposition_section .slider_arrows span.previous_post:hover,
    section.proposition_section_three .slider_arrows span.previous_service:hover,
    section.proposition_section_three .slider_arrows span.next_service:hover,
    section.proposition_section_three .slider_arrows span.previous_testimonial:hover,
    section.proposition_section_three .slider_arrows span.next_testimonial:hover,
    section.proposition_section_three .slider_arrows span.next_post:hover,
    section.proposition_section_three .slider_arrows span.previous_post:hover,
    section.services_section .slider_arrows span.previous_service:hover,
    section.services_section .slider_arrows span.next_service:hover,
    section.services_section .slider_arrows span.previous_testimonial:hover,
    section.services_section .slider_arrows span.next_testimonial:hover,
    section.services_section .slider_arrows span.next_post:hover,
    section.services_section .slider_arrows span.previous_post:hover,
    section.services_section_three .slider_arrows span.previous_service:hover,
    section.services_section_three .slider_arrows span.next_service:hover,
    section.services_section_three .slider_arrows span.previous_testimonial:hover,
    section.services_section_three .slider_arrows span.next_testimonial:hover,
    section.services_section_three .slider_arrows span.next_post:hover,
    section.services_section_three .slider_arrows span.previous_post:hover,
    section.renovation_section .slider_arrows span.previous_service:hover,
    section.renovation_section .slider_arrows span.next_service:hover,
    section.renovation_section .slider_arrows span.previous_testimonial:hover,
    section.renovation_section .slider_arrows span.next_testimonial:hover,
    section.renovation_section .slider_arrows span.next_post:hover,
    section.renovation_section .slider_arrows span.previous_post:hover,
    section.renovation_section_three .slider_arrows span.previous_service:hover,
    section.renovation_section_three .slider_arrows span.next_service:hover,
    section.renovation_section_three .slider_arrows span.previous_testimonial:hover,
    section.renovation_section_three .slider_arrows span.next_testimonial:hover,
    section.renovation_section_three .slider_arrows span.next_post:hover,
    section.renovation_section_three .slider_arrows span.previous_post:hover,
    section.testimonials_section .slider_arrows span.previous_service:hover,
    section.testimonials_section .slider_arrows span.next_service:hover,
    section.testimonials_section .slider_arrows span.previous_testimonial:hover,
    section.testimonials_section .slider_arrows span.next_testimonial:hover,
    section.testimonials_section .slider_arrows span.next_post:hover,
    section.testimonials_section .slider_arrows span.previous_post:hover,
    section.blog_section .slider_arrows span.previous_service:hover,
    section.blog_section .slider_arrows span.next_service:hover,
    section.blog_section .slider_arrows span.previous_testimonial:hover,
    section.blog_section .slider_arrows span.next_testimonial:hover,
    section.blog_section .slider_arrows span.next_post:hover,
    section.blog_section .slider_arrows span.previous_post:hover,
    section.blog_section_three .slider_arrows span.previous_service:hover,
    section.blog_section_three .slider_arrows span.next_service:hover,
    section.blog_section_three .slider_arrows span.previous_testimonial:hover,
    section.blog_section_three .slider_arrows span.next_testimonial:hover,
    section.blog_section_three .slider_arrows span.next_post:hover,
    section.blog_section_three .slider_arrows span.previous_post:hover,
    section.advantages_section_three .slider_arrows span.previous_service:hover,
    section.advantages_section_three .slider_arrows span.next_service:hover,
    section.advantages_section_three .slider_arrows span.previous_testimonial:hover,
    section.advantages_section_three .slider_arrows span.next_testimonial:hover,
    section.advantages_section_three .slider_arrows span.next_post:hover,
    section.advantages_section_three .slider_arrows span.previous_post:hover {
      color: #444; }
    section.proposition_section .slider_arrows span.next_service,
    section.proposition_section .slider_arrows span.next_testimonial,
    section.proposition_section .slider_arrows span.next_post,
    section.proposition_section_three .slider_arrows span.next_service,
    section.proposition_section_three .slider_arrows span.next_testimonial,
    section.proposition_section_three .slider_arrows span.next_post,
    section.services_section .slider_arrows span.next_service,
    section.services_section .slider_arrows span.next_testimonial,
    section.services_section .slider_arrows span.next_post,
    section.services_section_three .slider_arrows span.next_service,
    section.services_section_three .slider_arrows span.next_testimonial,
    section.services_section_three .slider_arrows span.next_post,
    section.renovation_section .slider_arrows span.next_service,
    section.renovation_section .slider_arrows span.next_testimonial,
    section.renovation_section .slider_arrows span.next_post,
    section.renovation_section_three .slider_arrows span.next_service,
    section.renovation_section_three .slider_arrows span.next_testimonial,
    section.renovation_section_three .slider_arrows span.next_post,
    section.testimonials_section .slider_arrows span.next_service,
    section.testimonials_section .slider_arrows span.next_testimonial,
    section.testimonials_section .slider_arrows span.next_post,
    section.blog_section .slider_arrows span.next_service,
    section.blog_section .slider_arrows span.next_testimonial,
    section.blog_section .slider_arrows span.next_post,
    section.blog_section_three .slider_arrows span.next_service,
    section.blog_section_three .slider_arrows span.next_testimonial,
    section.blog_section_three .slider_arrows span.next_post,
    section.advantages_section_three .slider_arrows span.next_service,
    section.advantages_section_three .slider_arrows span.next_testimonial,
    section.advantages_section_three .slider_arrows span.next_post {
      margin-left: 5px;
      opacity: 1; }

.projects_box,
.why_choose_us_box,
.team_box,
.testimonials_box {
  position: relative;
  background-size: cover;
  background-position: center bottom; }
  .projects_box .projects_mask,
  .projects_box .why_choose_us_mask,
  .projects_box .team_mask,
  .why_choose_us_box .projects_mask,
  .why_choose_us_box .why_choose_us_mask,
  .why_choose_us_box .team_mask,
  .team_box .projects_mask,
  .team_box .why_choose_us_mask,
  .team_box .team_mask,
  .testimonials_box .projects_mask,
  .testimonials_box .why_choose_us_mask,
  .testimonials_box .team_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); }
  .projects_box .testimonials_mask,
  .why_choose_us_box .testimonials_mask,
  .team_box .testimonials_mask,
  .testimonials_box .testimonials_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }

section.projects_section,
section.projects_section_three,
section.why_choose_us_section {
  padding: 85px 0; }
  section.projects_section h2.section_title,
  section.projects_section_three h2.section_title,
  section.why_choose_us_section h2.section_title {
    position: relative;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  section.projects_section .services_separator,
  section.projects_section_three .services_separator,
  section.why_choose_us_section .services_separator {
    height: 1px;
    width: 122px;
    background-color: #fff;
    margin: 15px auto 15px auto; }
  section.projects_section .desc_section,
  section.projects_section_three .desc_section,
  section.why_choose_us_section .desc_section {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    opacity: 0.85; }

/*--------------------------------------------------------------
### Proposition Section
--------------------------------------------------------------*/
section.proposition_section {
  background-color: #fff; }
  section.proposition_section p.ale_success {
    padding: 0 15px;
    color: green;
    margin-top: 17px; }
  section.proposition_section p.ale_error {
    padding: 0 15px;
    color: red;
    margin-top: 17px; }
  section.proposition_section .services_tabs {
    margin-bottom: 40px; }
    section.proposition_section .services_tabs .services_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px;
      color: #444; }
      section.proposition_section .services_tabs .services_buttons li {
        padding: 0 13px 0 0;
        margin-bottom: 10px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.proposition_section .services_tabs .services_buttons li.active {
          font-weight: 700;
          padding: 0 11px 0 0; }
        section.proposition_section .services_tabs .services_buttons li .ale_tabs_separator {
          width: 1px;
          height: 10px;
          background-color: #444;
          margin-left: 15px;
          margin-right: 3px; }
        section.proposition_section .services_tabs .services_buttons li:last-child .ale_tabs_separator {
          display: none; }
        section.proposition_section .services_tabs .services_buttons li:last-child {
          padding-right: 0; }
  section.proposition_section .proposition_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.proposition_section .proposition_container .form_side {
      width: 50%;
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      section.proposition_section .proposition_container .form_side .form_container {
        width: 70.27027027027027%;
        border-radius: 10px;
        padding: 24px; }
        section.proposition_section .proposition_container .form_side .form_container .field {
          margin-bottom: 18px;
          position: relative; }
          section.proposition_section .proposition_container .form_side .form_container .field input[type="text"], section.proposition_section .proposition_container .form_side .form_container .field input[type="email"] {
            border: 0;
            height: 52px; }
        section.proposition_section .proposition_container .form_side .form_container input[type="submit"] {
          border-width: 1px;
          border-style: solid;
          width: 100%;
          height: 53px;
          font-size: 22px;
          letter-spacing: 0.12em;
          font-weight: 700;
          text-transform: uppercase;
          border-radius: 5px;
          color: #fff;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          section.proposition_section .proposition_container .form_side .form_container input[type="submit"]:hover {
            opacity: 0.7; }
        section.proposition_section .proposition_container .form_side .form_container .field.ale_textarea textarea {
          border: 0;
          height: 138px; }

@-moz-document url-prefix() {
  section.proposition_section .proposition_container .form_side .form_container .field.ale_textarea textarea {
    height: 142px; } }
      section.proposition_section .proposition_container .form_side .icon_container {
        height: 474px;
        width: 29.72972972972973%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        section.proposition_section .proposition_container .form_side .icon_container .icon_one {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100px;
          margin-bottom: 35px;
          margin-left: 30px; }
          section.proposition_section .proposition_container .form_side .icon_container .icon_one a.ale_icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-width: 2px;
            border-style: solid;
            border-radius: 100%;
            padding: 18px 20.5px 18px 20.5px;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
            text-decoration: none; }
            section.proposition_section .proposition_container .form_side .icon_container .icon_one a.ale_icon i {
              color: inherit;
              font-size: 40px; }
          section.proposition_section .proposition_container .form_side .icon_container .icon_one a.icon_text {
            font-size: 17px;
            text-align: center;
            margin: 13px 0 0 0; }
          section.proposition_section .proposition_container .form_side .icon_container .icon_one:hover a.ale_icon {
            -webkit-transform: rotate(25deg);
                    transform: rotate(25deg); }
        section.proposition_section .proposition_container .form_side .icon_container .icon_two {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: 30px;
          width: 100px; }
          section.proposition_section .proposition_container .form_side .icon_container .icon_two a.ale_icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-width: 2px;
            border-style: solid;
            border-radius: 100%;
            padding: 22px 22px 22px 22px;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
            text-decoration: none; }
            section.proposition_section .proposition_container .form_side .icon_container .icon_two a.ale_icon i {
              color: inherit;
              font-size: 32px; }
          section.proposition_section .proposition_container .form_side .icon_container .icon_two a.icon_text {
            font-size: 17px;
            text-align: center;
            margin: 13px 0 0 0; }
          section.proposition_section .proposition_container .form_side .icon_container .icon_two:hover a.ale_icon {
            -webkit-transform: rotate(25deg);
                    transform: rotate(25deg); }
        section.proposition_section .proposition_container .form_side .icon_container #icon_popup_one,
        section.proposition_section .proposition_container .form_side .icon_container #icon_popup_two {
          display: none; }
    section.proposition_section .proposition_container .proposition_side {
      padding: 0 15px;
      min-width: 585px;
      max-width: 585px; }
      section.proposition_section .proposition_container .proposition_side .proposition_info h3.item_title {
        color: #333;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin: -3px 0 14px 0; }
      section.proposition_section .proposition_container .proposition_side .proposition_info.display_none {
        display: none; }
      section.proposition_section .proposition_container .proposition_side .proposition_info.display_block {
        display: block; }
      section.proposition_section .proposition_container .proposition_side .best_projects_sps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.proposition_section .proposition_container .proposition_side .best_projects_sps figure {
          position: relative;
          max-width: 263px;
          margin-right: 3%; }
          section.proposition_section .proposition_container .proposition_side .best_projects_sps figure:last-child {
            margin-right: 0; }
          section.proposition_section .proposition_container .proposition_side .best_projects_sps figure::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            z-index: 1;
            display: block;
            background: rgba(0, 0, 0, 0.6);
            opacity: 0;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out; }
          section.proposition_section .proposition_container .proposition_side .best_projects_sps figure img {
            max-width: 100%;
            height: auto;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
          section.proposition_section .proposition_container .proposition_side .best_projects_sps figure figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 100;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            section.proposition_section .proposition_container .proposition_side .best_projects_sps figure figcaption a {
              margin-top: 25px;
              opacity: 0;
              -webkit-transition: all 400ms ease-in-out;
              transition: all 400ms ease-in-out; }
              section.proposition_section .proposition_container .proposition_side .best_projects_sps figure figcaption a h4.best_sps {
                text-align: center;
                text-transform: uppercase;
                color: #fff;
                font-weight: 400;
                font-size: 18px;
                margin: 0 20px;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out; }
          section.proposition_section .proposition_container .proposition_side .best_projects_sps figure:hover::after {
            content: '';
            opacity: 1; }
          section.proposition_section .proposition_container .proposition_side .best_projects_sps figure:hover figcaption a {
            margin-top: 0;
            opacity: 1; }

/*--------------------------------------------------------------
### Services Section and Blog Section
--------------------------------------------------------------*/
section.services_section,
section.blog_section,
section.blog_section_three,
section.services_section_two,
section.blog_section_two,
section.services_section_three {
  background-color: #f8f8f8; }
  section.services_section .services_slider .light_item,
  section.services_section .blog_slider .light_item,
  section.blog_section .services_slider .light_item,
  section.blog_section .blog_slider .light_item,
  section.blog_section_three .services_slider .light_item,
  section.blog_section_three .blog_slider .light_item,
  section.services_section_two .services_slider .light_item,
  section.services_section_two .blog_slider .light_item,
  section.blog_section_two .services_slider .light_item,
  section.blog_section_two .blog_slider .light_item,
  section.services_section_three .services_slider .light_item,
  section.services_section_three .blog_slider .light_item {
    padding: 0 15px; }
    section.services_section .services_slider .light_item .light_item_box .light_image,
    section.services_section .blog_slider .light_item .light_item_box .light_image,
    section.blog_section .services_slider .light_item .light_item_box .light_image,
    section.blog_section .blog_slider .light_item .light_item_box .light_image,
    section.blog_section_three .services_slider .light_item .light_item_box .light_image,
    section.blog_section_three .blog_slider .light_item .light_item_box .light_image,
    section.services_section_two .services_slider .light_item .light_item_box .light_image,
    section.services_section_two .blog_slider .light_item .light_item_box .light_image,
    section.blog_section_two .services_slider .light_item .light_item_box .light_image,
    section.blog_section_two .blog_slider .light_item .light_item_box .light_image,
    section.services_section_three .services_slider .light_item .light_item_box .light_image,
    section.services_section_three .blog_slider .light_item .light_item_box .light_image {
      position: relative; }
      section.services_section .services_slider .light_item .light_item_box .light_image::after,
      section.services_section .blog_slider .light_item .light_item_box .light_image::after,
      section.blog_section .services_slider .light_item .light_item_box .light_image::after,
      section.blog_section .blog_slider .light_item .light_item_box .light_image::after,
      section.blog_section_three .services_slider .light_item .light_item_box .light_image::after,
      section.blog_section_three .blog_slider .light_item .light_item_box .light_image::after,
      section.services_section_two .services_slider .light_item .light_item_box .light_image::after,
      section.services_section_two .blog_slider .light_item .light_item_box .light_image::after,
      section.blog_section_two .services_slider .light_item .light_item_box .light_image::after,
      section.blog_section_two .blog_slider .light_item .light_item_box .light_image::after,
      section.services_section_three .services_slider .light_item .light_item_box .light_image::after,
      section.services_section_three .blog_slider .light_item .light_item_box .light_image::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
      section.services_section .services_slider .light_item .light_item_box .light_image a,
      section.services_section .blog_slider .light_item .light_item_box .light_image a,
      section.blog_section .services_slider .light_item .light_item_box .light_image a,
      section.blog_section .blog_slider .light_item .light_item_box .light_image a,
      section.blog_section_three .services_slider .light_item .light_item_box .light_image a,
      section.blog_section_three .blog_slider .light_item .light_item_box .light_image a,
      section.services_section_two .services_slider .light_item .light_item_box .light_image a,
      section.services_section_two .blog_slider .light_item .light_item_box .light_image a,
      section.blog_section_two .services_slider .light_item .light_item_box .light_image a,
      section.blog_section_two .blog_slider .light_item .light_item_box .light_image a,
      section.services_section_three .services_slider .light_item .light_item_box .light_image a,
      section.services_section_three .blog_slider .light_item .light_item_box .light_image a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
        opacity: 0;
        z-index: 100;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 45px;
        height: 45px;
        margin-left: -22px;
        margin-top: -22px;
        background: #fff;
        border-radius: 100%;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        section.services_section .services_slider .light_item .light_item_box .light_image a i,
        section.services_section .blog_slider .light_item .light_item_box .light_image a i,
        section.blog_section .services_slider .light_item .light_item_box .light_image a i,
        section.blog_section .blog_slider .light_item .light_item_box .light_image a i,
        section.blog_section_three .services_slider .light_item .light_item_box .light_image a i,
        section.blog_section_three .blog_slider .light_item .light_item_box .light_image a i,
        section.services_section_two .services_slider .light_item .light_item_box .light_image a i,
        section.services_section_two .blog_slider .light_item .light_item_box .light_image a i,
        section.blog_section_two .services_slider .light_item .light_item_box .light_image a i,
        section.blog_section_two .blog_slider .light_item .light_item_box .light_image a i,
        section.services_section_three .services_slider .light_item .light_item_box .light_image a i,
        section.services_section_three .blog_slider .light_item .light_item_box .light_image a i {
          color: #444;
          font-size: 16px; }
        section.services_section .services_slider .light_item .light_item_box .light_image a:hover i,
        section.services_section .blog_slider .light_item .light_item_box .light_image a:hover i,
        section.blog_section .services_slider .light_item .light_item_box .light_image a:hover i,
        section.blog_section .blog_slider .light_item .light_item_box .light_image a:hover i,
        section.blog_section_three .services_slider .light_item .light_item_box .light_image a:hover i,
        section.blog_section_three .blog_slider .light_item .light_item_box .light_image a:hover i,
        section.services_section_two .services_slider .light_item .light_item_box .light_image a:hover i,
        section.services_section_two .blog_slider .light_item .light_item_box .light_image a:hover i,
        section.blog_section_two .services_slider .light_item .light_item_box .light_image a:hover i,
        section.blog_section_two .blog_slider .light_item .light_item_box .light_image a:hover i,
        section.services_section_three .services_slider .light_item .light_item_box .light_image a:hover i,
        section.services_section_three .blog_slider .light_item .light_item_box .light_image a:hover i {
          color: #fff; }
      section.services_section .services_slider .light_item .light_item_box .light_image img,
      section.services_section .blog_slider .light_item .light_item_box .light_image img,
      section.blog_section .services_slider .light_item .light_item_box .light_image img,
      section.blog_section .blog_slider .light_item .light_item_box .light_image img,
      section.blog_section_three .services_slider .light_item .light_item_box .light_image img,
      section.blog_section_three .blog_slider .light_item .light_item_box .light_image img,
      section.services_section_two .services_slider .light_item .light_item_box .light_image img,
      section.services_section_two .blog_slider .light_item .light_item_box .light_image img,
      section.blog_section_two .services_slider .light_item .light_item_box .light_image img,
      section.blog_section_two .blog_slider .light_item .light_item_box .light_image img,
      section.services_section_three .services_slider .light_item .light_item_box .light_image img,
      section.services_section_three .blog_slider .light_item .light_item_box .light_image img {
        max-width: 100%;
        height: auto; }
      section.services_section .services_slider .light_item .light_item_box .light_image:hover a,
      section.services_section .blog_slider .light_item .light_item_box .light_image:hover a,
      section.blog_section .services_slider .light_item .light_item_box .light_image:hover a,
      section.blog_section .blog_slider .light_item .light_item_box .light_image:hover a,
      section.blog_section_three .services_slider .light_item .light_item_box .light_image:hover a,
      section.blog_section_three .blog_slider .light_item .light_item_box .light_image:hover a,
      section.services_section_two .services_slider .light_item .light_item_box .light_image:hover a,
      section.services_section_two .blog_slider .light_item .light_item_box .light_image:hover a,
      section.blog_section_two .services_slider .light_item .light_item_box .light_image:hover a,
      section.blog_section_two .blog_slider .light_item .light_item_box .light_image:hover a,
      section.services_section_three .services_slider .light_item .light_item_box .light_image:hover a,
      section.services_section_three .blog_slider .light_item .light_item_box .light_image:hover a {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        opacity: 1; }
      section.services_section .services_slider .light_item .light_item_box .light_image:hover::after,
      section.services_section .blog_slider .light_item .light_item_box .light_image:hover::after,
      section.blog_section .services_slider .light_item .light_item_box .light_image:hover::after,
      section.blog_section .blog_slider .light_item .light_item_box .light_image:hover::after,
      section.blog_section_three .services_slider .light_item .light_item_box .light_image:hover::after,
      section.blog_section_three .blog_slider .light_item .light_item_box .light_image:hover::after,
      section.services_section_two .services_slider .light_item .light_item_box .light_image:hover::after,
      section.services_section_two .blog_slider .light_item .light_item_box .light_image:hover::after,
      section.blog_section_two .services_slider .light_item .light_item_box .light_image:hover::after,
      section.blog_section_two .blog_slider .light_item .light_item_box .light_image:hover::after,
      section.services_section_three .services_slider .light_item .light_item_box .light_image:hover::after,
      section.services_section_three .blog_slider .light_item .light_item_box .light_image:hover::after {
        content: '';
        opacity: 1; }
    section.services_section .services_slider .light_item .light_item_box .light_data .light_title,
    section.services_section .blog_slider .light_item .light_item_box .light_data .light_title,
    section.blog_section .services_slider .light_item .light_item_box .light_data .light_title,
    section.blog_section .blog_slider .light_item .light_item_box .light_data .light_title,
    section.blog_section_three .services_slider .light_item .light_item_box .light_data .light_title,
    section.blog_section_three .blog_slider .light_item .light_item_box .light_data .light_title,
    section.services_section_two .services_slider .light_item .light_item_box .light_data .light_title,
    section.services_section_two .blog_slider .light_item .light_item_box .light_data .light_title,
    section.blog_section_two .services_slider .light_item .light_item_box .light_data .light_title,
    section.blog_section_two .blog_slider .light_item .light_item_box .light_data .light_title,
    section.services_section_three .services_slider .light_item .light_item_box .light_data .light_title,
    section.services_section_three .blog_slider .light_item .light_item_box .light_data .light_title {
      font-size: 18px;
      font-weight: 400;
      color: #333;
      text-transform: uppercase;
      line-height: 26px;
      margin: 23px 0 10px 0;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    section.services_section .services_slider .light_item .light_item_box .light_data .light_excerpt,
    section.services_section .blog_slider .light_item .light_item_box .light_data .light_excerpt,
    section.blog_section .services_slider .light_item .light_item_box .light_data .light_excerpt,
    section.blog_section .blog_slider .light_item .light_item_box .light_data .light_excerpt,
    section.blog_section_three .services_slider .light_item .light_item_box .light_data .light_excerpt,
    section.blog_section_three .blog_slider .light_item .light_item_box .light_data .light_excerpt,
    section.services_section_two .services_slider .light_item .light_item_box .light_data .light_excerpt,
    section.services_section_two .blog_slider .light_item .light_item_box .light_data .light_excerpt,
    section.blog_section_two .services_slider .light_item .light_item_box .light_data .light_excerpt,
    section.blog_section_two .blog_slider .light_item .light_item_box .light_data .light_excerpt,
    section.services_section_three .services_slider .light_item .light_item_box .light_data .light_excerpt,
    section.services_section_three .blog_slider .light_item .light_item_box .light_data .light_excerpt {
      color: #444;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
    section.services_section .services_slider .light_item .light_item_box .light_data .light_link,
    section.services_section .blog_slider .light_item .light_item_box .light_data .light_link,
    section.blog_section .services_slider .light_item .light_item_box .light_data .light_link,
    section.blog_section .blog_slider .light_item .light_item_box .light_data .light_link,
    section.blog_section_three .services_slider .light_item .light_item_box .light_data .light_link,
    section.blog_section_three .blog_slider .light_item .light_item_box .light_data .light_link,
    section.services_section_two .services_slider .light_item .light_item_box .light_data .light_link,
    section.services_section_two .blog_slider .light_item .light_item_box .light_data .light_link,
    section.blog_section_two .services_slider .light_item .light_item_box .light_data .light_link,
    section.blog_section_two .blog_slider .light_item .light_item_box .light_data .light_link,
    section.services_section_three .services_slider .light_item .light_item_box .light_data .light_link,
    section.services_section_three .blog_slider .light_item .light_item_box .light_data .light_link {
      font-size: 14px;
      font-weight: 700;
      color: #444;
      margin-top: 17px; }
      section.services_section .services_slider .light_item .light_item_box .light_data .light_link a,
      section.services_section .blog_slider .light_item .light_item_box .light_data .light_link a,
      section.blog_section .services_slider .light_item .light_item_box .light_data .light_link a,
      section.blog_section .blog_slider .light_item .light_item_box .light_data .light_link a,
      section.blog_section_three .services_slider .light_item .light_item_box .light_data .light_link a,
      section.blog_section_three .blog_slider .light_item .light_item_box .light_data .light_link a,
      section.services_section_two .services_slider .light_item .light_item_box .light_data .light_link a,
      section.services_section_two .blog_slider .light_item .light_item_box .light_data .light_link a,
      section.blog_section_two .services_slider .light_item .light_item_box .light_data .light_link a,
      section.blog_section_two .blog_slider .light_item .light_item_box .light_data .light_link a,
      section.services_section_three .services_slider .light_item .light_item_box .light_data .light_link a,
      section.services_section_three .blog_slider .light_item .light_item_box .light_data .light_link a {
        color: inherit;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        section.services_section .services_slider .light_item .light_item_box .light_data .light_link a i,
        section.services_section .blog_slider .light_item .light_item_box .light_data .light_link a i,
        section.blog_section .services_slider .light_item .light_item_box .light_data .light_link a i,
        section.blog_section .blog_slider .light_item .light_item_box .light_data .light_link a i,
        section.blog_section_three .services_slider .light_item .light_item_box .light_data .light_link a i,
        section.blog_section_three .blog_slider .light_item .light_item_box .light_data .light_link a i,
        section.services_section_two .services_slider .light_item .light_item_box .light_data .light_link a i,
        section.services_section_two .blog_slider .light_item .light_item_box .light_data .light_link a i,
        section.blog_section_two .services_slider .light_item .light_item_box .light_data .light_link a i,
        section.blog_section_two .blog_slider .light_item .light_item_box .light_data .light_link a i,
        section.services_section_three .services_slider .light_item .light_item_box .light_data .light_link a i,
        section.services_section_three .blog_slider .light_item .light_item_box .light_data .light_link a i {
          font-size: 12px;
          margin-left: 6px;
          -webkit-transition: margin-left 300ms ease-in-out;
          transition: margin-left 300ms ease-in-out; }
        section.services_section .services_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.services_section .blog_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.blog_section .services_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.blog_section .blog_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.blog_section_three .services_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.blog_section_three .blog_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.services_section_two .services_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.services_section_two .blog_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.blog_section_two .services_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.blog_section_two .blog_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.services_section_three .services_slider .light_item .light_item_box .light_data .light_link a:hover i,
        section.services_section_three .blog_slider .light_item .light_item_box .light_data .light_link a:hover i {
          margin-left: 10px; }

section.blog_section {
  background-color: #fff; }

/*--------------------------------------------------------------
### Projects Section
--------------------------------------------------------------*/
section.projects_section {
  position: relative; }
  section.projects_section .projects_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px; }
    section.projects_section .projects_container .project_item_container {
      width: 33.33333333333333%;
      padding: 0 15px; }
    section.projects_section .projects_container figure.project_item {
      position: relative;
      margin-bottom: 30px;
      overflow: hidden; }
      section.projects_section .projects_container figure.project_item .project_image img {
        max-width: 100%;
        height: auto; }
      section.projects_section .projects_container figure.project_item figcaption.project_data {
        position: absolute;
        left: 0;
        bottom: -60%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 45px 20px 30px 20px;
        -webkit-transition: all 450ms ease-in-out;
        transition: all 450ms ease-in-out;
        opacity: 0; }
        section.projects_section .projects_container figure.project_item figcaption.project_data a.ale_read_icon {
          position: absolute;
          top: 0;
          left: 50%;
          width: 50px;
          height: 50px;
          margin-left: -25px;
          margin-top: -200px;
          opacity: 0;
          border-radius: 100%;
          -webkit-transition: all 450ms ease-in-out;
          transition: all 450ms ease-in-out;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          section.projects_section .projects_container figure.project_item figcaption.project_data a.ale_read_icon:hover {
            opacity: 0.8 !important; }
          section.projects_section .projects_container figure.project_item figcaption.project_data a.ale_read_icon i {
            font-size: 18px;
            color: #fff; }
        section.projects_section .projects_container figure.project_item figcaption.project_data .ale_the_title {
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        section.projects_section .projects_container figure.project_item figcaption.project_data .project_taxonomy {
          text-align: center;
          color: #fff;
          margin-top: 3px; }
          section.projects_section .projects_container figure.project_item figcaption.project_data .project_taxonomy a {
            color: inherit;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
            section.projects_section .projects_container figure.project_item figcaption.project_data .project_taxonomy a:hover {
              color: #fbbe3f; }
      section.projects_section .projects_container figure.project_item:focus figcaption.project_data,
      section.projects_section .projects_container figure.project_item:hover figcaption.project_data {
        bottom: 0;
        opacity: 1; }
      section.projects_section .projects_container figure.project_item:focus figcaption.project_data a.ale_read_icon,
      section.projects_section .projects_container figure.project_item:hover figcaption.project_data a.ale_read_icon {
        margin-top: -25px;
        opacity: 1; }
  section.projects_section .link_to_projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; }
    section.projects_section .link_to_projects .link_to_page a {
      display: block;
      background-color: #fff;
      padding: 6px 34px;
      text-transform: uppercase;
      color: #333;
      font-size: 13px;
      border-radius: 3px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      section.projects_section .link_to_projects .link_to_page a:hover {
        color: #fff; }

/*--------------------------------------------------------------
### Renovation Section
--------------------------------------------------------------*/
section.renovation_section,
section.renovation_section_three {
  background-color: #fff; }
  section.renovation_section .renovation_container,
  section.renovation_section_three .renovation_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px; }
    section.renovation_section .renovation_container .photo_side,
    section.renovation_section_three .renovation_container .photo_side {
      width: 50%;
      padding: 0 15px;
      position: relative;
      overflow: hidden; }
      section.renovation_section .renovation_container .photo_side .slick-dots,
      section.renovation_section_three .renovation_container .photo_side .slick-dots {
        position: absolute;
        bottom: 11px;
        right: 0;
        text-align: right;
        list-style: none; }
        section.renovation_section .renovation_container .photo_side .slick-dots li,
        section.renovation_section_three .renovation_container .photo_side .slick-dots li {
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          margin: 0 5px;
          padding: 0;
          cursor: pointer; }
          section.renovation_section .renovation_container .photo_side .slick-dots li.slick-active button::before,
          section.renovation_section_three .renovation_container .photo_side .slick-dots li.slick-active button::before {
            background: #fbbe3f; }
          section.renovation_section .renovation_container .photo_side .slick-dots li button,
          section.renovation_section_three .renovation_container .photo_side .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent; }
            section.renovation_section .renovation_container .photo_side .slick-dots li button::before,
            section.renovation_section_three .renovation_container .photo_side .slick-dots li button::before {
              content: '';
              font-size: 6px;
              line-height: 20px;
              position: absolute;
              top: 0;
              left: 0;
              width: 10px;
              height: 10px;
              text-align: center;
              color: black;
              border-radius: 100%;
              background: #e1e3e5; }
      section.renovation_section .renovation_container .photo_side .slide_item h3.renovation_title,
      section.renovation_section_three .renovation_container .photo_side .slide_item h3.renovation_title {
        font-size: 18px;
        font-weight: 400;
        color: #333;
        text-transform: uppercase;
        line-height: 26px;
        margin: 23px 0 10px 0;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      section.renovation_section .renovation_container .photo_side .slide_item .renovation_excerpt,
      section.renovation_section_three .renovation_container .photo_side .slide_item .renovation_excerpt {
        color: #444;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0; }
      section.renovation_section .renovation_container .photo_side .slide_item .renovation_link,
      section.renovation_section_three .renovation_container .photo_side .slide_item .renovation_link {
        font-size: 14px;
        font-weight: 700;
        color: #444;
        margin-top: 17px; }
        section.renovation_section .renovation_container .photo_side .slide_item .renovation_link a,
        section.renovation_section_three .renovation_container .photo_side .slide_item .renovation_link a {
          color: inherit;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          section.renovation_section .renovation_container .photo_side .slide_item .renovation_link a i,
          section.renovation_section_three .renovation_container .photo_side .slide_item .renovation_link a i {
            font-size: 12px;
            margin-left: 6px;
            -webkit-transition: margin-left 300ms ease-in-out;
            transition: margin-left 300ms ease-in-out; }
          section.renovation_section .renovation_container .photo_side .slide_item .renovation_link a:hover i,
          section.renovation_section_three .renovation_container .photo_side .slide_item .renovation_link a:hover i {
            margin-left: 10px; }
    section.renovation_section .renovation_container .list_side,
    section.renovation_section_three .renovation_container .list_side {
      width: 50%;
      padding: 0 15px;
      margin-top: -1px; }
      section.renovation_section .renovation_container .list_side .list_item,
      section.renovation_section_three .renovation_container .list_side .list_item {
        margin-bottom: 26px; }
        section.renovation_section .renovation_container .list_side .list_item:last-of-type,
        section.renovation_section_three .renovation_container .list_side .list_item:last-of-type {
          margin-bottom: 0; }
        section.renovation_section .renovation_container .list_side .list_item .data_top,
        section.renovation_section_three .renovation_container .list_side .list_item .data_top {
          margin-bottom: 5px;
          padding-top: 5px;
          position: relative;
          padding-left: 36px; }
          section.renovation_section .renovation_container .list_side .list_item .data_top .ale_number,
          section.renovation_section_three .renovation_container .list_side .list_item .data_top .ale_number {
            font-size: 30px;
            font-weight: 700;
            margin-right: 16px;
            position: absolute;
            top: 0;
            left: 0; }
          section.renovation_section .renovation_container .list_side .list_item .data_top .ale_step_title,
          section.renovation_section_three .renovation_container .list_side .list_item .data_top .ale_step_title {
            font-weight: 700;
            font-size: 15px;
            text-transform: uppercase; }
        section.renovation_section .renovation_container .list_side .list_item .data_bottom p,
        section.renovation_section_three .renovation_container .list_side .list_item .data_bottom p {
          line-height: 24px;
          font-size: 14px; }
      section.renovation_section .renovation_container .list_side .send_photo_link,
      section.renovation_section_three .renovation_container .list_side .send_photo_link {
        text-align: right;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        margin-top: 17px; }
        section.renovation_section .renovation_container .list_side .send_photo_link a,
        section.renovation_section_three .renovation_container .list_side .send_photo_link a {
          color: inherit;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        section.renovation_section .renovation_container .list_side .send_photo_link i,
        section.renovation_section_three .renovation_container .list_side .send_photo_link i {
          margin-right: 9px; }
      section.renovation_section .renovation_container .list_side p:last-child,
      section.renovation_section_three .renovation_container .list_side p:last-child {
        margin-bottom: 0; }

/*--------------------------------------------------------------
### testimonials Section
--------------------------------------------------------------*/
section.testimonials_section {
  background-color: #f8f8f8; }
  section.testimonials_section .testimonial_item {
    padding: 0 15px; }
    section.testimonials_section .testimonial_item .testimonial_item_box {
      min-height: 128px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img {
        min-width: 115px;
        margin-right: 12px;
        position: relative; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img img {
          border-radius: 100%; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars i {
          color: #e1e3e5;
          font-size: 13px; }
          section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars i.active {
            color: #fbbe3f; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_one, section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_two, section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_three, section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_four, section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_five {
          position: absolute; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_one {
          left: 2px;
          bottom: -2px; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_two {
          left: 22px;
          bottom: -14px; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_three {
          left: 45px;
          bottom: -18px; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_four {
          left: 68px;
          bottom: -14px; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_img .ale_stars .s_five {
          left: 90px;
          bottom: -2px; }
      section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_data {
        width: 77.11%; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_data h5 {
          font-size: 14px;
          border-bottom: 3px solid #e1e3e5;
          margin-bottom: 12px;
          padding-bottom: 12px; }
        section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_data .testimonial_text p {
          color: #777; }
          section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_data .testimonial_text p:last-child {
            margin-bottom: 0; }

/*--------------------------------------------------------------
### Why Choose Us Section
--------------------------------------------------------------*/
section.why_choose_us_section .services_separator {
  position: relative;
  margin-bottom: 0; }

section.why_choose_us_section .why_choose_us_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-top: 40px; }
  section.why_choose_us_section .why_choose_us_data .video_side {
    width: 50%;
    padding: 0 15px; }
    section.why_choose_us_section .why_choose_us_data .video_side figure {
      position: relative; }
      section.why_choose_us_section .why_choose_us_data .video_side figure::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        display: block;
        background: rgba(0, 0, 0, 0.45);
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
      section.why_choose_us_section .why_choose_us_data .video_side figure img {
        max-width: 100%;
        height: auto; }
      section.why_choose_us_section .why_choose_us_data .video_side figure figcaption {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 100; }
        section.why_choose_us_section .why_choose_us_data .video_side figure figcaption a.venobox_video_link {
          display: block;
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.why_choose_us_section .why_choose_us_data .video_side figure figcaption a.venobox_video_link .icon_player i {
            font-size: 54px;
            color: #fff;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
          section.why_choose_us_section .why_choose_us_data .video_side figure figcaption a.venobox_video_link:hover .icon_player i {
            color: #f72b2b; }
    section.why_choose_us_section .why_choose_us_data .video_side .ale_video_desc {
      margin-top: 21px; }
      section.why_choose_us_section .why_choose_us_data .video_side .ale_video_desc p {
        color: #fff; }
        section.why_choose_us_section .why_choose_us_data .video_side .ale_video_desc p:last-child {
          margin-bottom: 0; }
  section.why_choose_us_section .why_choose_us_data .list_side {
    width: 50%;
    padding: 0 15px; }
    section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 38px; }
      section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_icon {
        width: 66.58px;
        margin-right: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_icon .icon_wrap {
          width: 65px;
          height: 65px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 100%; }
          section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_icon .icon_wrap i {
            font-size: 27px;
            color: #fff; }
      section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_data {
        width: 84%; }
        section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_data .advantage_title {
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;
          color: #fff;
          display: block;
          margin: -6px 0 11px 0; }
        section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_data .advantage_text p {
          color: #fff; }
          section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_data .advantage_text p:last-child {
            margin-bottom: 0; }
      section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line:last-child {
        margin-bottom: 0; }

/*--------------------------------------------------------------
### Partners Section
--------------------------------------------------------------*/
section.partners_section,
section.partners_section_two,
section.partners_section_three {
  padding: 30px 0;
  background-color: #f8f8f8; }
  section.partners_section .partners_list .partners_item,
  section.partners_section_two .partners_list .partners_item,
  section.partners_section_three .partners_list .partners_item {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    section.partners_section .partners_list .partners_item .partners_box,
    section.partners_section_two .partners_list .partners_item .partners_box,
    section.partners_section_three .partners_list .partners_item .partners_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 15px; }
      section.partners_section .partners_list .partners_item .partners_box img,
      section.partners_section_two .partners_list .partners_item .partners_box img,
      section.partners_section_three .partners_list .partners_item .partners_box img {
        max-width: 100%;
        height: auto; }
    section.partners_section .partners_list .partners_item:focus, section.partners_section .partners_list .partners_item:hover,
    section.partners_section_two .partners_list .partners_item:focus,
    section.partners_section_two .partners_list .partners_item:hover,
    section.partners_section_three .partners_list .partners_item:focus,
    section.partners_section_three .partners_list .partners_item:hover {
      opacity: 0.7; }

/* vbox for icons in Special Proposition Section */
.vbox-overlay .vbox-close {
  display: none; }

.vbox-overlay .vbox-close.ale_custom {
  position: absolute;
  right: -30px;
  top: -30px;
  font-size: 34px;
  height: 46px;
  display: block;
  background-color: transparent !important;
  color: #777 !important; }

.vbox-overlay .vbox-close.ale_custom_two {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 34px;
  height: 46px;
  display: block;
  background-color: transparent !important;
  color: #777 !important; }

.vbox-overlay .vbox-inline {
  border-radius: 10px;
  position: relative; }
  .vbox-overlay .vbox-inline .popup_one_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%; }
  .vbox-overlay .vbox-inline .popup_one_content {
    padding: 40px 25px 47px 25px;
    border-bottom: 35px solid #00adef; }
    .vbox-overlay .vbox-inline .popup_one_content .top_side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative;
      margin: 0 15px;
      border-bottom: 1px solid #00adef; }
      .vbox-overlay .vbox-inline .popup_one_content .top_side .icon_one_title {
        width: 60%;
        margin-right: 15px; }
        .vbox-overlay .vbox-inline .popup_one_content .top_side .icon_one_title h6 {
          font-weight: 400;
          font-size: 18px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .vbox-overlay .vbox-inline .popup_one_content .top_side .icon_one_title p {
          margin-bottom: 31px; }
      .vbox-overlay .vbox-inline .popup_one_content .top_side img {
        max-width: 100%;
        height: auto;
        margin-right: 40px;
        margin-top: 7px; }
    .vbox-overlay .vbox-inline .popup_one_content .bottom_side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 35px; }
      .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker_wrapper {
        width: 50%;
        padding: 0 15px; }
      .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker {
        border-bottom: 1px solid #00adef; }
        .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker p {
          margin-bottom: 5px;
          text-align: center; }
        .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker img {
          display: block;
          margin: 0 auto;
          border-radius: 100%;
          width: 105px;
          height: 105px; }
        .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker .worker_one_data {
          margin-top: 15px;
          font-size: 16px;
          word-wrap: break-word; }
          .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker .worker_one_data .icon_worker_name {
            font-weight: 700;
            margin-bottom: 5px; }
          .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker .worker_one_data .icon_worker_skype {
            margin-bottom: 35px; }

@-moz-document url-prefix() {
  .vbox-overlay .vbox-inline .popup_one_content {
    padding: 39px 25px 46px 25px;
    border-bottom: 36px solid #00adef; } }
  .vbox-overlay .vbox-inline .popup_two_content {
    padding: 40px 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .vbox-overlay .vbox-inline .popup_two_content .text_side {
      padding: 0 15px;
      width: 60.58%; }
      .vbox-overlay .vbox-inline .popup_two_content .text_side h6 {
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 14px; }
      .vbox-overlay .vbox-inline .popup_two_content .text_side p:last-child {
        margin-bottom: 0; }
    .vbox-overlay .vbox-inline .popup_two_content .img_side {
      padding: 0 15px;
      width: 39.42%; }

/*--------------------------------------------------------------
## The Second Homepage
--------------------------------------------------------------*/
section.about_company_section,
section.services_section_two,
section.advantages_section_two,
section.testimonials_section_two,
section.blog_section_two {
  padding: 85px 0; }
  section.about_company_section .ale_title_line,
  section.services_section_two .ale_title_line,
  section.advantages_section_two .ale_title_line,
  section.testimonials_section_two .ale_title_line,
  section.blog_section_two .ale_title_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  section.about_company_section h2.section_title_two,
  section.services_section_two h2.section_title_two,
  section.advantages_section_two h2.section_title_two,
  section.testimonials_section_two h2.section_title_two,
  section.blog_section_two h2.section_title_two {
    margin-top: -7px;
    margin-right: 30px;
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700; }
  section.about_company_section .title_separator,
  section.services_section_two .title_separator,
  section.advantages_section_two .title_separator,
  section.testimonials_section_two .title_separator,
  section.blog_section_two .title_separator {
    width: 70px;
    height: 3px;
    margin: 8px 0 22px 0; }
  section.about_company_section .slider_arrows,
  section.services_section_two .slider_arrows,
  section.advantages_section_two .slider_arrows,
  section.testimonials_section_two .slider_arrows,
  section.blog_section_two .slider_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0; }
    section.about_company_section .slider_arrows span.previous_service,
    section.about_company_section .slider_arrows span.next_service,
    section.about_company_section .slider_arrows span.previous_testimonial,
    section.about_company_section .slider_arrows span.next_testimonial,
    section.about_company_section .slider_arrows span.next_post,
    section.about_company_section .slider_arrows span.previous_post,
    section.services_section_two .slider_arrows span.previous_service,
    section.services_section_two .slider_arrows span.next_service,
    section.services_section_two .slider_arrows span.previous_testimonial,
    section.services_section_two .slider_arrows span.next_testimonial,
    section.services_section_two .slider_arrows span.next_post,
    section.services_section_two .slider_arrows span.previous_post,
    section.advantages_section_two .slider_arrows span.previous_service,
    section.advantages_section_two .slider_arrows span.next_service,
    section.advantages_section_two .slider_arrows span.previous_testimonial,
    section.advantages_section_two .slider_arrows span.next_testimonial,
    section.advantages_section_two .slider_arrows span.next_post,
    section.advantages_section_two .slider_arrows span.previous_post,
    section.testimonials_section_two .slider_arrows span.previous_service,
    section.testimonials_section_two .slider_arrows span.next_service,
    section.testimonials_section_two .slider_arrows span.previous_testimonial,
    section.testimonials_section_two .slider_arrows span.next_testimonial,
    section.testimonials_section_two .slider_arrows span.next_post,
    section.testimonials_section_two .slider_arrows span.previous_post,
    section.blog_section_two .slider_arrows span.previous_service,
    section.blog_section_two .slider_arrows span.next_service,
    section.blog_section_two .slider_arrows span.previous_testimonial,
    section.blog_section_two .slider_arrows span.next_testimonial,
    section.blog_section_two .slider_arrows span.next_post,
    section.blog_section_two .slider_arrows span.previous_post {
      width: 28px;
      height: 28px;
      min-height: 28px;
      border: 1px solid rgba(119, 119, 119, 0.85);
      color: #777;
      opacity: 0.85;
      font-size: 13px;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.about_company_section .slider_arrows span.previous_service:hover,
      section.about_company_section .slider_arrows span.next_service:hover,
      section.about_company_section .slider_arrows span.previous_testimonial:hover,
      section.about_company_section .slider_arrows span.next_testimonial:hover,
      section.about_company_section .slider_arrows span.next_post:hover,
      section.about_company_section .slider_arrows span.previous_post:hover,
      section.services_section_two .slider_arrows span.previous_service:hover,
      section.services_section_two .slider_arrows span.next_service:hover,
      section.services_section_two .slider_arrows span.previous_testimonial:hover,
      section.services_section_two .slider_arrows span.next_testimonial:hover,
      section.services_section_two .slider_arrows span.next_post:hover,
      section.services_section_two .slider_arrows span.previous_post:hover,
      section.advantages_section_two .slider_arrows span.previous_service:hover,
      section.advantages_section_two .slider_arrows span.next_service:hover,
      section.advantages_section_two .slider_arrows span.previous_testimonial:hover,
      section.advantages_section_two .slider_arrows span.next_testimonial:hover,
      section.advantages_section_two .slider_arrows span.next_post:hover,
      section.advantages_section_two .slider_arrows span.previous_post:hover,
      section.testimonials_section_two .slider_arrows span.previous_service:hover,
      section.testimonials_section_two .slider_arrows span.next_service:hover,
      section.testimonials_section_two .slider_arrows span.previous_testimonial:hover,
      section.testimonials_section_two .slider_arrows span.next_testimonial:hover,
      section.testimonials_section_two .slider_arrows span.next_post:hover,
      section.testimonials_section_two .slider_arrows span.previous_post:hover,
      section.blog_section_two .slider_arrows span.previous_service:hover,
      section.blog_section_two .slider_arrows span.next_service:hover,
      section.blog_section_two .slider_arrows span.previous_testimonial:hover,
      section.blog_section_two .slider_arrows span.next_testimonial:hover,
      section.blog_section_two .slider_arrows span.next_post:hover,
      section.blog_section_two .slider_arrows span.previous_post:hover {
        border: 1px solid #444444; }
    section.about_company_section .slider_arrows span.previous_service:hover,
    section.about_company_section .slider_arrows span.next_service:hover,
    section.about_company_section .slider_arrows span.previous_testimonial:hover,
    section.about_company_section .slider_arrows span.next_testimonial:hover,
    section.about_company_section .slider_arrows span.next_post:hover,
    section.about_company_section .slider_arrows span.previous_post:hover,
    section.services_section_two .slider_arrows span.previous_service:hover,
    section.services_section_two .slider_arrows span.next_service:hover,
    section.services_section_two .slider_arrows span.previous_testimonial:hover,
    section.services_section_two .slider_arrows span.next_testimonial:hover,
    section.services_section_two .slider_arrows span.next_post:hover,
    section.services_section_two .slider_arrows span.previous_post:hover,
    section.advantages_section_two .slider_arrows span.previous_service:hover,
    section.advantages_section_two .slider_arrows span.next_service:hover,
    section.advantages_section_two .slider_arrows span.previous_testimonial:hover,
    section.advantages_section_two .slider_arrows span.next_testimonial:hover,
    section.advantages_section_two .slider_arrows span.next_post:hover,
    section.advantages_section_two .slider_arrows span.previous_post:hover,
    section.testimonials_section_two .slider_arrows span.previous_service:hover,
    section.testimonials_section_two .slider_arrows span.next_service:hover,
    section.testimonials_section_two .slider_arrows span.previous_testimonial:hover,
    section.testimonials_section_two .slider_arrows span.next_testimonial:hover,
    section.testimonials_section_two .slider_arrows span.next_post:hover,
    section.testimonials_section_two .slider_arrows span.previous_post:hover,
    section.blog_section_two .slider_arrows span.previous_service:hover,
    section.blog_section_two .slider_arrows span.next_service:hover,
    section.blog_section_two .slider_arrows span.previous_testimonial:hover,
    section.blog_section_two .slider_arrows span.next_testimonial:hover,
    section.blog_section_two .slider_arrows span.next_post:hover,
    section.blog_section_two .slider_arrows span.previous_post:hover {
      color: #444; }
    section.about_company_section .slider_arrows span.next_service,
    section.about_company_section .slider_arrows span.next_testimonial,
    section.about_company_section .slider_arrows span.next_post,
    section.services_section_two .slider_arrows span.next_service,
    section.services_section_two .slider_arrows span.next_testimonial,
    section.services_section_two .slider_arrows span.next_post,
    section.advantages_section_two .slider_arrows span.next_service,
    section.advantages_section_two .slider_arrows span.next_testimonial,
    section.advantages_section_two .slider_arrows span.next_post,
    section.testimonials_section_two .slider_arrows span.next_service,
    section.testimonials_section_two .slider_arrows span.next_testimonial,
    section.testimonials_section_two .slider_arrows span.next_post,
    section.blog_section_two .slider_arrows span.next_service,
    section.blog_section_two .slider_arrows span.next_testimonial,
    section.blog_section_two .slider_arrows span.next_post {
      margin-left: 5px;
      opacity: 1; }

section.projects_section_two,
section.team_section_two {
  padding: 85px 0; }
  section.projects_section_two .ale_title_line,
  section.team_section_two .ale_title_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  section.projects_section_two h2.section_title_two,
  section.team_section_two h2.section_title_two {
    margin-top: -7px;
    margin-right: 30px;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }
  section.projects_section_two .title_separator,
  section.team_section_two .title_separator {
    width: 70px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0 22px 0; }
  section.projects_section_two .link_to_page,
  section.team_section_two .link_to_page {
    margin-bottom: 20px; }
    section.projects_section_two .link_to_page a,
    section.team_section_two .link_to_page a {
      display: block;
      background-color: #fff;
      padding: 6px 34px;
      text-transform: uppercase;
      color: #333;
      font-size: 13px;
      border-radius: 3px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      section.projects_section_two .link_to_page a:hover,
      section.team_section_two .link_to_page a:hover {
        color: #fff; }

section.projects_section_two.ale_action_section {
  padding-top: 119px; }
  section.projects_section_two.ale_action_section .ale_title_line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section.projects_section_two.ale_action_section .ale_title_line .ale_action_section_description {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      color: #fff; }
      section.projects_section_two.ale_action_section .ale_title_line .ale_action_section_description p {
        /*font-size: 25px;
        line-height: 37px;*/
        font-size: 14px;
        line-height: 24px; }
    section.projects_section_two.ale_action_section .ale_title_line .ale_action_section_button {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 25px; }

/*--------------------------------------------------------------
### About Company Section
--------------------------------------------------------------*/
section.about_company_section {
  background-color: #fff; }
  section.about_company_section .ale_about_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.about_company_section .ale_about_top p:last-child {
      margin-bottom: 0; }
    section.about_company_section .ale_about_top .ale_about_left {
      width: 50%;
      padding: 0 15px; }
    section.about_company_section .ale_about_top .ale_about_right {
      width: 50%;
      padding: 0 15px; }
      section.about_company_section .ale_about_top .ale_about_right figure {
        position: relative;
        background: #000; }
        section.about_company_section .ale_about_top .ale_about_right figure img {
          max-width: 100%;
          height: auto;
          opacity: 0.65; }
        section.about_company_section .ale_about_top .ale_about_right figure figcaption {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%; }
          section.about_company_section .ale_about_top .ale_about_right figure figcaption a.venobox_about_link {
            display: block;
            height: 100%;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.about_company_section .ale_about_top .ale_about_right figure figcaption a.venobox_about_link .icon_player i {
              font-size: 54px;
              color: #fff;
              -webkit-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out; }
            section.about_company_section .ale_about_top .ale_about_right figure figcaption a.venobox_about_link:hover .icon_player i {
              color: #f72b2b; }
  section.about_company_section .ale_about_bottom {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.about_company_section .ale_about_bottom .ale_item_about {
      width: 25%;
      text-align: center;
      padding: 0 15px; }
      section.about_company_section .ale_about_bottom .ale_item_about i {
        font-size: 43px; }
      section.about_company_section .ale_about_bottom .ale_item_about .about_icon {
        margin-bottom: 20px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        section.about_company_section .ale_about_bottom .ale_item_about .about_icon i {
          display: block; }
      section.about_company_section .ale_about_bottom .ale_item_about.item_about_one .about_icon i {
        /*                        font-size: 39px;
                                    margin-top: 2px;*/ }
      section.about_company_section .ale_about_bottom .ale_item_about.item_about_three .about_icon i {
        font-size: 39px;
        margin-top: 2px; }
      section.about_company_section .ale_about_bottom .ale_item_about .about_title {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 11px;
        color: #333; }
      section.about_company_section .ale_about_bottom .ale_item_about a.about_title {
        color: #333;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      section.about_company_section .ale_about_bottom .ale_item_about .about_desc {
        text-align: center; }
      section.about_company_section .ale_about_bottom .ale_item_about .about_link {
        display: inline-block;
        font-size: 16px;
        border: 1px solid #777;
        padding: 14px;
        border-radius: 100%;
        position: relative;
        margin-top: 4px;
        color: #777;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        section.about_company_section .ale_about_bottom .ale_item_about .about_link i {
          position: absolute;
          top: 8px;
          left: 11px;
          color: inherit;
          font-size: 12px; }
        section.about_company_section .ale_about_bottom .ale_item_about .about_link:hover {
          color: #fff; }

/*--------------------------------------------------------------
### Services Section Two
--------------------------------------------------------------*/
section.services_section_two .services_slider {
  margin-top: 8px; }

/*--------------------------------------------------------------
### Projects Section Two
--------------------------------------------------------------*/
section.projects_section_two {
  position: relative; }
  section.projects_section_two .projects_container_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 8px; }
    section.projects_section_two .projects_container_two .project_item_container_two {
      width: 33.33333333333333%;
      padding: 0 15px; }
    section.projects_section_two .projects_container_two figure.project_item {
      margin-bottom: 30px;
      overflow: hidden; }
      section.projects_section_two .projects_container_two figure.project_item .project_image {
        position: relative; }
        section.projects_section_two .projects_container_two figure.project_item .project_image::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;
          display: block;
          background: rgba(0, 0, 0, 0.45);
          opacity: 0;
          -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out; }
        section.projects_section_two .projects_container_two figure.project_item .project_image img {
          max-width: 100%;
          height: auto; }
        section.projects_section_two .projects_container_two figure.project_item .project_image a.ale_read_icon {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
          z-index: 100;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          section.projects_section_two .projects_container_two figure.project_item .project_image a.ale_read_icon i {
            border-radius: 100%;
            font-size: 18px;
            color: #fff;
            display: block;
            padding: 17px;
            margin-bottom: 20px;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out; }
        section.projects_section_two .projects_container_two figure.project_item .project_image:hover::after {
          opacity: 1; }
        section.projects_section_two .projects_container_two figure.project_item .project_image:hover a.ale_read_icon {
          opacity: 1; }
        section.projects_section_two .projects_container_two figure.project_item .project_image:hover a.ale_read_icon i {
          margin-bottom: 0; }
      section.projects_section_two .projects_container_two figure.project_item figcaption.project_data {
        width: 100%;
        background-color: #fff;
        padding: 15px 20px 15px 20px; }
        section.projects_section_two .projects_container_two figure.project_item figcaption.project_data .ale_the_title {
          font-size: 18px;
          font-weight: 400;
          color: #333;
          text-transform: uppercase;
          text-align: center;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        section.projects_section_two .projects_container_two figure.project_item figcaption.project_data .project_taxonomy {
          text-align: center;
          color: #444;
          margin-top: 3px; }
          section.projects_section_two .projects_container_two figure.project_item figcaption.project_data .project_taxonomy a {
            color: inherit;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
  section.projects_section_two figure.project_item:nth-child(4),
  section.projects_section_two figure.project_item:nth-child(5),
  section.projects_section_two figure.project_item:nth-child(6) {
    margin-bottom: 0; }

/*--------------------------------------------------------------
### Advantages Section Two
--------------------------------------------------------------*/
section.advantages_section_two,
section.advantages_section_three {
  background-color: #fff; }
  section.advantages_section_two .ale_title_line .adv_to_page,
  section.advantages_section_three .ale_title_line .adv_to_page {
    color: #444;
    margin-bottom: 20px; }
    section.advantages_section_two .ale_title_line .adv_to_page a,
    section.advantages_section_three .ale_title_line .adv_to_page a {
      display: block;
      text-transform: uppercase;
      color: inherit;
      font-size: 13px;
      border: 1px solid #444;
      border-radius: 2px;
      padding: 5px 30px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      section.advantages_section_two .ale_title_line .adv_to_page a:hover,
      section.advantages_section_three .ale_title_line .adv_to_page a:hover {
        border-width: 1px;
        border-style: solid;
        color: #fff; }
  section.advantages_section_two .advantage_container,
  section.advantages_section_three .advantage_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8px; }
    section.advantages_section_two .advantage_container .advantage_tabs,
    section.advantages_section_three .advantage_container .advantage_tabs {
      width: 50%;
      padding: 0 7.5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      section.advantages_section_two .advantage_container .advantage_tabs .ale_adv_item_wrapper,
      section.advantages_section_three .advantage_container .advantage_tabs .ale_adv_item_wrapper {
        width: 50%;
        padding: 0 7.5px 15px 7.5px; }
      section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item,
      section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item img,
        section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item img {
          max-width: 100%;
          height: auto; }
        section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item figcaption,
        section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item figcaption {
          position: absolute;
          left: 0;
          bottom: -55%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.53);
          color: #fff;
          padding: 10px;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          opacity: 0; }
          section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item figcaption p,
          section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item figcaption p {
            margin-bottom: 0;
            color: inherit;
            font-size: 15px;
            text-transform: uppercase;
            text-align: center; }
        section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item:focus, section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item:hover,
        section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item:focus,
        section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item:hover {
          -webkit-filter: grayscale(0);
          -moz-filter: grayscale(0);
          -ms-filter: grayscale(0);
          -o-filter: grayscale(0);
          filter: grayscale(0);
          -webkit-filter: gray;
                  filter: gray; }
          section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item:focus figcaption, section.advantages_section_two .advantage_container .advantage_tabs figure.advantage_item:hover figcaption,
          section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item:focus figcaption,
          section.advantages_section_three .advantage_container .advantage_tabs figure.advantage_item:hover figcaption {
            bottom: 0;
            opacity: 1; }
    section.advantages_section_two .advantage_container .advantage_info,
    section.advantages_section_three .advantage_container .advantage_info {
      padding: 0 15px;
      min-width: 585px;
      max-width: 585px; }
      section.advantages_section_two .advantage_container .advantage_info .advantage_block,
      section.advantages_section_three .advantage_container .advantage_info .advantage_block {
        display: block; }
      section.advantages_section_two .advantage_container .advantage_info .advantage_none,
      section.advantages_section_three .advantage_container .advantage_info .advantage_none {
        display: none; }
      section.advantages_section_two .advantage_container .advantage_info .advantage_item_info h6,
      section.advantages_section_three .advantage_container .advantage_info .advantage_item_info h6 {
        color: #333;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin: -7px 0 12px 0; }
      section.advantages_section_two .advantage_container .advantage_info .advantage_item_info p:last-child,
      section.advantages_section_three .advantage_container .advantage_info .advantage_item_info p:last-child {
        margin-bottom: 0; }
      section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ul, section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ol,
      section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ul,
      section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ol {
        margin-top: 14px; }
        section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ul:last-child, section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ol:last-child,
        section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ul:last-child,
        section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ol:last-child {
          margin-bottom: 0; }
        section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ul li, section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ol li,
        section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ul li,
        section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ol li {
          padding-left: 2em;
          margin-bottom: 9px; }
          section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ul li:last-child, section.advantages_section_two .advantage_container .advantage_info .advantage_item_info ol li:last-child,
          section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ul li:last-child,
          section.advantages_section_three .advantage_container .advantage_info .advantage_item_info ol li:last-child {
            margin-bottom: 0; }
      section.advantages_section_two .advantage_container .advantage_info .advantage_item_info.ale_one_hundred,
      section.advantages_section_three .advantage_container .advantage_info .advantage_item_info.ale_one_hundred {
        width: 100%; }

/*--------------------------------------------------------------
### Testimonials Section Two
--------------------------------------------------------------*/
section.testimonials_section_two {
  background-color: #f8f8f8; }
  section.testimonials_section_two .testimonials_slider {
    margin-top: 8px; }
  section.testimonials_section_two .testimonial_item .testimonial_item_box {
    padding: 0 15px; }
    section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_text {
      border: 1px solid #e1e3e5;
      border-radius: 10px;
      padding: 33px 33px;
      background-color: #fff; }
      section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_text p {
        color: #777; }
        section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_text p:last-child {
          margin-bottom: 0; }
    section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_img {
      min-width: 115px;
      position: relative;
      margin: -20px 66px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_img img {
        border-radius: 100%; }
      section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-right: 25px;
        margin-top: 23px; }
        section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name h5 {
          font-size: 14px;
          color: #333;
          margin-bottom: 3px; }
        section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name .ale_stars i {
          color: #e1e3e5;
          margin-left: 5px;
          font-size: 13px; }
          section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name .ale_stars i.active {
            color: #fbbe3f; }

/*--------------------------------------------------------------
### Team Section Two
--------------------------------------------------------------*/
section.team_section_two {
  position: relative; }
  section.team_section_two .team_container_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8px; }
    section.team_section_two .team_container_two .team_item_wrapper {
      width: 25%;
      padding: 0 15px; }
    section.team_section_two .team_container_two figure.team_item {
      overflow: hidden; }
      section.team_section_two .team_container_two figure.team_item .team_image {
        position: relative;
        max-width: 100%;
        height: auto; }
        section.team_section_two .team_container_two figure.team_item .team_image::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          z-index: 1;
          display: block;
          background: rgba(0, 0, 0, 0.45);
          opacity: 0;
          -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out; }
        section.team_section_two .team_container_two figure.team_item .team_image img {
          max-width: 100%;
          height: auto; }
        section.team_section_two .team_container_two figure.team_item .team_image a.ale_read_icon {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
          z-index: 100;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          section.team_section_two .team_container_two figure.team_item .team_image a.ale_read_icon i {
            border-radius: 100%;
            font-size: 18px;
            color: #fff;
            display: block;
            padding: 17px;
            margin-bottom: 20px;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out; }
        section.team_section_two .team_container_two figure.team_item .team_image:hover::after {
          content: '';
          opacity: 1; }
        section.team_section_two .team_container_two figure.team_item .team_image:hover a.ale_read_icon {
          opacity: 1; }
        section.team_section_two .team_container_two figure.team_item .team_image:hover a.ale_read_icon i {
          margin-bottom: 0; }
      section.team_section_two .team_container_two figure.team_item figcaption.project_data {
        width: 100%;
        background-color: #fff;
        padding: 15px 20px 15px 20px; }
        section.team_section_two .team_container_two figure.team_item figcaption.project_data .ale_the_title {
          font-size: 18px;
          font-weight: 400;
          color: #333;
          text-transform: uppercase;
          text-align: center;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        section.team_section_two .team_container_two figure.team_item figcaption.project_data .team_position {
          text-align: center;
          color: #444;
          margin-top: 3px; }
          section.team_section_two .team_container_two figure.team_item figcaption.project_data .team_position a {
            color: inherit;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

/*--------------------------------------------------------------
### Blog Section Two
--------------------------------------------------------------*/
section.blog_section_two {
  background-color: #fff; }
  section.blog_section_two .blog_slider {
    margin-top: 8px; }

/*--------------------------------------------------------------
## The Third Homepage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Proposition Section Three
--------------------------------------------------------------*/
section.proposition_section_three {
  background-color: #fff; }
  section.proposition_section_three .services_tabs {
    margin-bottom: 40px; }
    section.proposition_section_three .services_tabs .services_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px;
      color: #444; }
      section.proposition_section_three .services_tabs .services_buttons li {
        padding: 0 13px 0 0;
        margin-bottom: 10px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.proposition_section_three .services_tabs .services_buttons li.active {
          font-weight: 700;
          padding: 0 11px 0 0; }
        section.proposition_section_three .services_tabs .services_buttons li .ale_tabs_separator {
          width: 1px;
          height: 10px;
          background-color: #444;
          margin-left: 15px;
          margin-right: 3px; }
        section.proposition_section_three .services_tabs .services_buttons li:last-child .ale_tabs_separator {
          display: none; }
        section.proposition_section_three .services_tabs .services_buttons li:last-child {
          padding-right: 0; }
  section.proposition_section_three .proposition_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.proposition_section_three .proposition_container .feature_side {
      width: 50%;
      padding: 0 15px; }
      section.proposition_section_three .proposition_container .feature_side .feature_item,
      section.proposition_section_three .proposition_container .feature_side .feature_item_static {
        padding: 30px;
        border: 1px solid #e1e3e5;
        border-radius: 5px;
        margin-bottom: 24px; }
        section.proposition_section_three .proposition_container .feature_side .feature_item.display_none,
        section.proposition_section_three .proposition_container .feature_side .feature_item_static.display_none {
          display: none; }
        section.proposition_section_three .proposition_container .feature_side .feature_item.display_block,
        section.proposition_section_three .proposition_container .feature_side .feature_item_static.display_block {
          display: block; }
        section.proposition_section_three .proposition_container .feature_side .feature_item .feature_item_title,
        section.proposition_section_three .proposition_container .feature_side .feature_item_static .feature_item_title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-bottom: 8px; }
          section.proposition_section_three .proposition_container .feature_side .feature_item .feature_item_title i,
          section.proposition_section_three .proposition_container .feature_side .feature_item_static .feature_item_title i {
            font-size: 19px;
            margin-right: 20px;
            margin-top: 1px; }
            section.proposition_section_three .proposition_container .feature_side .feature_item .feature_item_title i.fa-youtube,
            section.proposition_section_three .proposition_container .feature_side .feature_item_static .feature_item_title i.fa-youtube {
              font-size: 20px; }
            section.proposition_section_three .proposition_container .feature_side .feature_item .feature_item_title i.fa-gift,
            section.proposition_section_three .proposition_container .feature_side .feature_item_static .feature_item_title i.fa-gift {
              font-size: 21px;
              margin-top: 0; }
          section.proposition_section_three .proposition_container .feature_side .feature_item .feature_item_title .ale_feature_title,
          section.proposition_section_three .proposition_container .feature_side .feature_item_static .feature_item_title .ale_feature_title {
            font-weight: 700;
            font-size: 15px;
            text-transform: uppercase;
            color: #444;
            margin-bottom: 0; }
        section.proposition_section_three .proposition_container .feature_side .feature_item .feature_item_desc p,
        section.proposition_section_three .proposition_container .feature_side .feature_item_static .feature_item_desc p {
          color: #444; }
          section.proposition_section_three .proposition_container .feature_side .feature_item .feature_item_desc p:last-child,
          section.proposition_section_three .proposition_container .feature_side .feature_item_static .feature_item_desc p:last-child {
            margin-bottom: 0; }
      section.proposition_section_three .proposition_container .feature_side .feature_item_static {
        margin-bottom: 0; }
    section.proposition_section_three .proposition_container .proposition_side {
      width: 50%;
      padding: 0 15px; }
      section.proposition_section_three .proposition_container .proposition_side .proposition_info h3.item_title {
        color: #333;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin: -3px 0 14px 0; }
      section.proposition_section_three .proposition_container .proposition_side .proposition_info.display_none {
        display: none; }
      section.proposition_section_three .proposition_container .proposition_side .proposition_info.display_block {
        display: block; }
      section.proposition_section_three .proposition_container .proposition_side .best_projects_sps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure {
          position: relative;
          margin-right: 3%;
          max-width: 263px; }
          section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure:last-child {
            margin-right: 0; }
          section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            z-index: 1;
            display: block;
            background: rgba(0, 0, 0, 0.6);
            opacity: 0;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out; }
          section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure img {
            max-width: 100%;
            height: auto;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
          section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 100;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure figcaption a {
              margin-top: 25px;
              opacity: 0;
              -webkit-transition: all 400ms ease-in-out;
              transition: all 400ms ease-in-out; }
              section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure figcaption a h4.best_sps {
                text-align: center;
                text-transform: uppercase;
                color: #fff;
                font-weight: 400;
                font-size: 18px;
                margin: 0 20px;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out; }
          section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure:hover::after {
            content: '';
            opacity: 1; }
          section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure:hover figcaption a {
            margin-top: 0;
            opacity: 1; }

/*--------------------------------------------------------------
### Projects Section Three
--------------------------------------------------------------*/
section.projects_section_three {
  position: relative; }
  section.projects_section_three .projects_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px; }
    section.projects_section_three .projects_container .project_item_container {
      width: 33.33333333333333%;
      padding: 0 15px; }
    section.projects_section_three .projects_container figure.project_item {
      position: relative;
      margin-bottom: 30px;
      overflow: hidden; }
      section.projects_section_three .projects_container figure.project_item .project_image img {
        max-width: 100%;
        height: auto; }
      section.projects_section_three .projects_container figure.project_item figcaption.project_data {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 30px 20px 30px 20px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        section.projects_section_three .projects_container figure.project_item figcaption.project_data a.ale_read_icon {
          margin-top: 44px;
          width: 50px;
          -webkit-transition: all 450ms ease-in-out;
          transition: all 450ms ease-in-out;
          padding-bottom: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          section.projects_section_three .projects_container figure.project_item figcaption.project_data a.ale_read_icon i {
            font-size: 18px;
            color: #fff;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
        section.projects_section_three .projects_container figure.project_item figcaption.project_data .ale_the_title {
          margin-top: 11px;
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          -webkit-transition: all 450ms ease-in-out;
          transition: all 450ms ease-in-out; }
        section.projects_section_three .projects_container figure.project_item figcaption.project_data .project_taxonomy {
          text-align: center;
          color: #fff;
          margin-top: 3px; }
          section.projects_section_three .projects_container figure.project_item figcaption.project_data .project_taxonomy a {
            color: inherit;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
      section.projects_section_three .projects_container figure.project_item:hover figcaption.project_data {
        opacity: 1; }
      section.projects_section_three .projects_container figure.project_item:hover figcaption.project_data .ale_the_title {
        margin-top: 0; }
      section.projects_section_three .projects_container figure.project_item:hover figcaption.project_data a.ale_read_icon {
        margin-top: 0; }
  section.projects_section_three .link_to_projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; }
    section.projects_section_three .link_to_projects .link_to_page a {
      display: block;
      background-color: #fff;
      padding: 6px 34px;
      text-transform: uppercase;
      color: #333;
      font-size: 13px;
      border-radius: 3px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      section.projects_section_three .link_to_projects .link_to_page a:hover {
        color: #fff; }

/*--------------------------------------------------------------
### Advantages Section Three
--------------------------------------------------------------*/
section.advantages_section_three {
  background-color: #f8f8f8; }
  section.advantages_section_three .advantage_container {
    margin-top: 40px; }

/*--------------------------------------------------------------
### Testimonials Section Three
--------------------------------------------------------------*/
section.testimonials_section_three {
  padding: 85px 0; }
  section.testimonials_section_three h2.section_title {
    position: relative;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  section.testimonials_section_three .services_separator {
    height: 1px;
    width: 122px;
    background-color: #fff;
    margin: 15px auto 15px auto;
    position: relative; }
  section.testimonials_section_three .desc_section {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    opacity: 0.85; }
  section.testimonials_section_three .slider_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0; }
    section.testimonials_section_three .slider_arrows .slick-arrow {
      margin-top: 25px; }
    section.testimonials_section_three .slider_arrows .slick-hidden {
      display: none !important; }
    section.testimonials_section_three .slider_arrows span.previous_testimonial,
    section.testimonials_section_three .slider_arrows span.next_testimonial {
      width: 28px;
      height: 28px;
      min-height: 28px;
      border: 1px solid rgba(255, 255, 255, 0.85);
      color: #fff;
      opacity: 0.85;
      font-size: 13px;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.testimonials_section_three .slider_arrows span.previous_testimonial:focus, section.testimonials_section_three .slider_arrows span.previous_testimonial:hover,
      section.testimonials_section_three .slider_arrows span.next_testimonial:focus,
      section.testimonials_section_three .slider_arrows span.next_testimonial:hover {
        border: 1px solid rgba(255, 255, 255, 0.66); }
    section.testimonials_section_three .slider_arrows span.previous_testimonial:focus, section.testimonials_section_three .slider_arrows span.previous_testimonial:hover,
    section.testimonials_section_three .slider_arrows span.next_testimonial:focus,
    section.testimonials_section_three .slider_arrows span.next_testimonial:hover {
      color: #fff;
      opacity: 0.66; }
    section.testimonials_section_three .slider_arrows span.next_testimonial {
      margin-left: 5px; }
  section.testimonials_section_three .testimonial_item {
    padding: 0 15px; }
    section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_text {
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 10px;
      padding: 33px 33px; }
      section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_text p {
        color: #fff; }
        section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_text p:last-child {
          margin-bottom: 0; }
    section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_img {
      min-width: 115px;
      position: relative;
      margin: -20px 66px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_img img {
        border-radius: 100%; }
      section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-right: 25px;
        margin-top: 23px; }
        section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name h5 {
          font-size: 14px;
          color: #fff;
          margin-bottom: 3px; }
        section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name .ale_stars i {
          color: #e1e3e5;
          margin-left: 5px;
          font-size: 13px; }
          section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_img .testimonial_name .ale_stars i.active {
            color: #fbbe3f; }

/*--------------------------------------------------------------
### Blog Section Three
--------------------------------------------------------------*/
section.blog_section_three {
  background-color: #fff; }

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.art-do-not-show-woo-pagination .woocommerce-pagination {
  display: none; }

.art-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .art-button-container .art-button-load-more {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 11px 16px 11px 16px;
    border-radius: 3px;
    margin-right: 10px; }
  .art-button-container i {
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    width: 14px;
    height: 14px; }

.page_heading {
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page_heading.ale_categories {
    min-height: 290px; }
  .page_heading .page_heading_bg_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .page_heading .page_heading_wrapper {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 226px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page_heading .page_heading_wrapper h1,
    .page_heading .page_heading_wrapper .ale_title_heading {
      font-size: 33px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 45px;
      line-height: 39px;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
    .page_heading .page_heading_wrapper ul#breadcrumbs {
      text-align: center;
      color: rgba(255, 255, 255, 0.52);
      font-size: 14px;
      margin-bottom: 40px; }
      .page_heading .page_heading_wrapper ul#breadcrumbs li {
        display: inline-block; }
      .page_heading .page_heading_wrapper ul#breadcrumbs a {
        color: #fff;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none; }
        .page_heading .page_heading_wrapper ul#breadcrumbs a:hover {
          opacity: 0.7; }
      .page_heading .page_heading_wrapper ul#breadcrumbs i {
        margin: 0 18px; }
  .page_heading .blog_cats {
    position: relative;
    background-color: rgba(0, 0, 0, 0.25); }
    .page_heading .blog_cats ul.categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page_heading .blog_cats ul.categories li.current_item {
        color: #fff;
        display: block;
        font-weight: 700; }
        .page_heading .blog_cats ul.categories li.current_item.no_link {
          padding: 20px 19px; }
      .page_heading .blog_cats ul.categories li {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px; }
        .page_heading .blog_cats ul.categories li a {
          color: inherit;
          display: block;
          padding: 20px 19px;
          -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
          .page_heading .blog_cats ul.categories li a:hover {
            opacity: 0.7; }

.posts_list article.sticky {
  border-bottom: 1px solid #fbbe3f; }

.page_content {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #fff; }
  .page_content .ale_archive_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*#container*/ }
    .page_content .ale_archive_flex .posts_list {
      width: 75.04273%;
      padding: 0 15px; }
    .page_content .ale_archive_flex .widget-area {
      width: 24.95726495%;
      padding: 0 15px; }

.single_post.single_post_attachment {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #fff; }

.pagination.default_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .pagination.default_pagination div:nth-of-type(1) {
    margin-left: -4px; }
  .pagination.default_pagination .center_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .pagination.default_pagination .center_buttons .page-numbers {
      font-size: 16px;
      color: #fff;
      display: block;
      padding: 11px 16px 11px 16px;
      border-radius: 3px;
      margin: 0 4px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  .pagination.default_pagination .right_arrow .next_page a,
  .pagination.default_pagination .right_arrow .prev_page a,
  .pagination.default_pagination .left_arrow .next_page a,
  .pagination.default_pagination .left_arrow .prev_page a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 11px 16px 11px 16px;
    border-radius: 3px;
    margin: 0 4px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .pagination.default_pagination .right_arrow .next_page a i,
    .pagination.default_pagination .right_arrow .prev_page a i,
    .pagination.default_pagination .left_arrow .next_page a i,
    .pagination.default_pagination .left_arrow .prev_page a i {
      margin-left: 9px;
      font-size: 11px;
      position: relative;
      bottom: 1px; }
  .pagination.default_pagination .right_arrow .prev_page a i,
  .pagination.default_pagination .left_arrow .prev_page a i {
    margin-right: 9px;
    margin-left: 0;
    font-size: 11px;
    position: relative;
    bottom: 1px; }

/*--------------------------------------------------------------
## Archive Blog
--------------------------------------------------------------*/
.posts_list article {
  border-bottom: 1px solid #e1e3e5;
  margin-bottom: 45px;
  padding-bottom: 33px; }
  .posts_list article img {
    max-width: 100%;
    height: auto; }
  .posts_list article .post_data .post_title {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin: 23px 0 7px 0; }
    .posts_list article .post_data .post_title a {
      color: inherit;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  .posts_list article .post_data .ale_date,
  .posts_list article .post_data .ale_comments_count {
    font-size: 13px;
    color: #777; }
    .posts_list article .post_data .ale_date i,
    .posts_list article .post_data .ale_comments_count i {
      margin-right: 8px; }
  .posts_list article .post_data .ale_comments_count {
    margin-left: 14px; }
  .posts_list article .ale_post_excerpt {
    margin-top: 17px;
    margin-bottom: 16px; }
  .posts_list article .read_more_button {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-top: 17px; }
    .posts_list article .read_more_button a {
      color: inherit;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .posts_list article .read_more_button a i {
        font-size: 12px;
        margin-left: 8px;
        -webkit-transition: margin-left 300ms ease-in-out;
        transition: margin-left 300ms ease-in-out; }
      .posts_list article .read_more_button a:hover i {
        margin-left: 12px; }

.page_content.no_sidebar .posts_list {
  width: 100%;
  padding: 0; }
  .page_content.no_sidebar .posts_list .posts_list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .page_content.no_sidebar .posts_list .posts_list_wrapper article {
      width: 50%;
      padding: 0 15px;
      border-bottom: 0; }
      .page_content.no_sidebar .posts_list .posts_list_wrapper article figure {
        border-bottom: 1px solid #e1e3e5; }
        .page_content.no_sidebar .posts_list .posts_list_wrapper article figure .read_more_button {
          display: block;
          margin-bottom: 33px; }

.page_content.no_sidebar .pagination.default_pagination {
  padding: 0 15px; }

/*--------------------------------------------------------------
## Archive Projects
--------------------------------------------------------------*/
.page_content_project {
  background-color: #fff; }
  .page_content_project .pagination.default_pagination {
    padding: 0 15px;
    margin-top: 15px; }

.projects_list {
  width: 100%; }
  .projects_list.three_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .projects_list.three_column .project_item_single {
      width: 33.33333333333333%;
      padding: 0 15px 30px 15px; }
  .projects_list.ale_twocolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .projects_list.ale_twocolumn .project_item_single {
      width: 50%;
      padding: 0 15px 30px 15px; }
  .projects_list figure.project_item {
    position: relative;
    overflow: hidden; }
    .projects_list figure.project_item .project_image img {
      max-width: 100%;
      height: auto; }
    .projects_list figure.project_item figcaption.project_data {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      padding: 30px 20px 30px 20px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .projects_list figure.project_item figcaption.project_data a.ale_read_icon {
        margin-top: 44px;
        width: 50px;
        -webkit-transition: all 450ms ease-in-out;
        transition: all 450ms ease-in-out;
        padding-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .projects_list figure.project_item figcaption.project_data a.ale_read_icon i {
          font-size: 18px;
          color: #fff;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
      .projects_list figure.project_item figcaption.project_data .ale_the_title {
        margin-top: 11px;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: all 450ms ease-in-out;
        transition: all 450ms ease-in-out; }
      .projects_list figure.project_item figcaption.project_data .project_taxonomy {
        text-align: center;
        color: #fff;
        margin-top: 3px; }
        .projects_list figure.project_item figcaption.project_data .project_taxonomy a {
          color: inherit;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
    .projects_list figure.project_item:hover figcaption.project_data {
      opacity: 1; }
    .projects_list figure.project_item:hover figcaption.project_data .ale_the_title {
      margin-top: 0; }
    .projects_list figure.project_item:hover figcaption.project_data a.ale_read_icon {
      margin-top: 0; }

/*--------------------------------------------------------------
## Archive Services
--------------------------------------------------------------*/
.services_list {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #fff; }
  .services_list .ale_archive_services_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .services_list .default_pagination {
    padding: 0 15px; }
  .services_list .light_item {
    width: 33.33333333333333%;
    padding: 0 15px 40px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .services_list .light_item .light_item_box {
      border-bottom: 1px solid #e1e3e5; }
      .services_list .light_item .light_item_box .light_image {
        position: relative; }
        .services_list .light_item .light_item_box .light_image::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;
          display: block;
          background: rgba(0, 0, 0, 0.4);
          opacity: 0;
          -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out; }
        .services_list .light_item .light_item_box .light_image a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transform: scale(0.1);
                  transform: scale(0.1);
          opacity: 0;
          z-index: 100;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 45px;
          height: 45px;
          margin-left: -22px;
          margin-top: -22px;
          background: #fff;
          border-radius: 100%;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .services_list .light_item .light_item_box .light_image a i {
            color: #444;
            font-size: 18px; }
          .services_list .light_item .light_item_box .light_image a:hover i {
            color: #fff; }
        .services_list .light_item .light_item_box .light_image img {
          max-width: 100%;
          height: auto;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        .services_list .light_item .light_item_box .light_image:focus a,
        .services_list .light_item .light_item_box .light_image:hover a {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          opacity: 1; }
        .services_list .light_item .light_item_box .light_image:hover::after {
          content: '';
          opacity: 1; }
      .services_list .light_item .light_item_box .light_data .light_title {
        font-size: 18px;
        font-weight: 400;
        color: #333;
        text-transform: uppercase;
        line-height: 26px;
        margin: 23px 0 10px 0;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      .services_list .light_item .light_item_box .light_data .light_excerpt {
        color: #444;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0; }
      .services_list .light_item .light_item_box .light_data .light_link {
        font-size: 14px;
        font-weight: 700;
        color: #444;
        margin-top: 17px;
        margin-bottom: 31px; }
        .services_list .light_item .light_item_box .light_data .light_link a {
          color: inherit;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .services_list .light_item .light_item_box .light_data .light_link a i {
            font-size: 12px;
            margin-left: 6px;
            -webkit-transition: margin-left 300ms ease-in-out;
            transition: margin-left 300ms ease-in-out; }

/*--------------------------------------------------------------
## Archive Team
--------------------------------------------------------------*/
.page_content.post_type_team {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #fff; }
  .page_content.post_type_team .ale_team_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .page_content.post_type_team .ale_team_flex .team_list {
      width: 75.04273%; }
    .page_content.post_type_team .ale_team_flex .widget-area {
      width: 24.95726495%;
      padding: 0 15px; }
  .page_content.post_type_team .pagination.default_pagination {
    padding: 0 15px; }

.team_list .staff_members .member_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .team_list .staff_members .member_item .ale_team_border {
    border-bottom: 1px solid #e1e3e5;
    width: 100%;
    margin: 0 15px 47px 15px;
    padding-bottom: 47px; }
  .team_list .staff_members .member_item .member_photo {
    width: 33.33333333333333%;
    padding: 0 15px; }
    .team_list .staff_members .member_item .member_photo img {
      max-width: 100%;
      height: auto; }
  .team_list .staff_members .member_item .member_content {
    width: 66.33333333333337%;
    padding: 0 15px; }
    .team_list .staff_members .member_item .member_content .member_name {
      font-size: 18px;
      color: #333;
      font-weight: 400;
      text-transform: uppercase;
      display: block;
      margin-bottom: 9px; }
    .team_list .staff_members .member_item .member_content .member_position {
      font-size: 14px;
      color: #777;
      font-weight: 400;
      display: block;
      margin-bottom: 19px; }
    .team_list .staff_members .member_item .member_content .member_description p:last-child {
      margin-bottom: 0; }

.team_list .ordinary_members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .team_list .ordinary_members .ordinary_member {
    width: 33.33333333333333%;
    padding: 0 15px; }
    .team_list .ordinary_members .ordinary_member .ordinary_member_photo {
      position: relative;
      overflow: hidden; }
      .team_list .ordinary_members .ordinary_member .ordinary_member_photo img {
        max-width: 100%;
        height: auto; }
      .team_list .ordinary_members .ordinary_member .ordinary_member_photo .ale_social_media_box {
        position: absolute;
        left: 0;
        bottom: -20%;
        opacity: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .team_list .ordinary_members .ordinary_member .ordinary_member_photo .ale_social_media_box a {
          color: inherit;
          padding: 10px 15px 10px 15px;
          display: block; }
          .team_list .ordinary_members .ordinary_member .ordinary_member_photo .ale_social_media_box a i {
            color: #fff;
            font-size: 14px; }
      .team_list .ordinary_members .ordinary_member .ordinary_member_photo:hover .ale_social_media_box {
        bottom: 0;
        opacity: 1; }
    .team_list .ordinary_members .ordinary_member .ordinary_member_info {
      border-bottom: 1px solid #e1e3e5;
      padding-bottom: 33px;
      margin-bottom: 48px; }
      .team_list .ordinary_members .ordinary_member .ordinary_member_info .ord_member_name {
        font-size: 18px;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        text-align: center;
        margin-top: 14px; }
      .team_list .ordinary_members .ordinary_member .ordinary_member_info .ordinary_member_position {
        font-size: 14px;
        color: #777;
        font-weight: 400;
        display: block;
        text-align: center;
        margin: 3px 0 12px 0; }
      .team_list .ordinary_members .ordinary_member .ordinary_member_info .ordinary_member_desc {
        text-align: center; }

/*--------------------------------------------------------------
## Archive Renovation
--------------------------------------------------------------*/
.page_content.page_content_renovation .ale_renovation_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page_content.page_content_renovation .ale_renovation_flex .renovation_item_single {
    width: 50%;
    padding: 0 15px 30px 15px; }

.page_content.page_content_renovation .pagination.default_pagination {
  padding: 0 15px;
  margin-top: 15px; }

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Single post page
--------------------------------------------------------------*/
.single_post_page,
.single_service_page,
.single_team_page,
.single_product_page {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 85px; }
  .single_post_page .ale_archive_flex,
  .single_service_page .ale_archive_flex,
  .single_team_page .ale_archive_flex,
  .single_product_page .ale_archive_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .single_post_page .post_single,
  .single_post_page .service_single,
  .single_post_page .team_single,
  .single_service_page .post_single,
  .single_service_page .service_single,
  .single_service_page .team_single,
  .single_team_page .post_single,
  .single_team_page .service_single,
  .single_team_page .team_single,
  .single_product_page .post_single,
  .single_product_page .service_single,
  .single_product_page .team_single {
    width: 75.04273%;
    padding: 0 15px; }
  .single_post_page .content-area,
  .single_service_page .content-area,
  .single_team_page .content-area,
  .single_product_page .content-area {
    /* products */
    width: 75.04273%;
    padding: 0;
    margin: 0 auto; }
  .single_post_page .widget-area,
  .single_service_page .widget-area,
  .single_team_page .widget-area,
  .single_product_page .widget-area {
    width: 24.95726495%;
    padding: 0 15px; }
  .single_post_page img,
  .single_service_page img,
  .single_team_page img,
  .single_product_page img {
    max-width: 100%;
    height: auto; }

.post_image {
  margin-bottom: 23px; }
  .post_image img {
    max-width: 100%;
    height: auto; }

.post_single .post_data_single .post_title {
  font-size: 27px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 7px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .post_single .post_data_single .post_title a {
    color: inherit;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.post_single .post_data_single .ale_date,
.post_single .post_data_single .ale_comments_count {
  font-size: 13px;
  color: #777; }
  .post_single .post_data_single .ale_date i,
  .post_single .post_data_single .ale_comments_count i {
    margin-right: 8px; }

.post_single .post_data_single .ale_comments_count {
  margin-left: 14px; }

.post_single .post_content_single {
  margin-top: 17px; }
  .post_single .post_content_single .bottom_content_single {
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
    margin-top: 42px;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .post_single .post_content_single .bottom_content_single .post_tags,
    .post_single .post_content_single .bottom_content_single .post_category {
      padding: 12px 40px 12px 0; }
      .post_single .post_content_single .bottom_content_single .post_tags i,
      .post_single .post_content_single .bottom_content_single .post_category i {
        font-size: 14px;
        color: #444;
        margin-right: 15px; }
      .post_single .post_content_single .bottom_content_single .post_tags a,
      .post_single .post_content_single .bottom_content_single .post_category a {
        color: #444;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
    .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 12px 0; }
      .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons p {
        margin-bottom: 0;
        color: #444;
        font-size: 12px;
        text-transform: uppercase;
        margin-right: 15px; }
      .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link {
        font-size: 14px;
        color: #444;
        margin-right: 15px; }
        .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link:hover.share_facebook {
          color: #3b5998; }
        .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link:hover.share_twitter {
          color: #1da1f2; }
        .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link:hover.share_whatsapp {
          color: #1ebea5; }
        .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link:hover.share_googleplus {
          color: #db4437; }
        .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link:hover.share_linkedin {
          color: #0084bf; }
        .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link:hover.share_pinterest {
          color: #bd081c; }
        .post_single .post_content_single .bottom_content_single .ale_social_sharing_buttons a.share_link:last-child {
          margin-right: 0; }

/*--------------------------------------------------------------
## Single project page
--------------------------------------------------------------*/
.single_project_page {
  background-color: #fff;
  padding: 85px 0;
  /* The second and third variants */ }
  .single_project_page h2 {
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400; }
  .single_project_page .title_separator {
    width: 70px;
    height: 3px;
    margin: 8px 0 22px 0; }
  .single_project_page .gallery_project_slider_full .project_item_image img {
    max-width: 100%;
    height: auto; }
  .single_project_page .gallery_project_slider_full.ale_space_between .project_item_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .single_project_page .gallery_project_slider_full.ale_space_between .project_item_image {
    width: 98%; }
    .single_project_page .gallery_project_slider_full.ale_space_between .project_item_image img {
      max-width: 100%;
      height: auto; }
  .single_project_page .slider_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 45px;
    margin-left: 0; }
    .single_project_page .slider_arrows .slick-arrow {
      margin-top: 40px; }
    .single_project_page .slider_arrows .slick-hidden {
      display: none !important; }
    .single_project_page .slider_arrows span.next_project_item,
    .single_project_page .slider_arrows span.previous_project_item {
      width: 28px;
      height: 28px;
      min-height: 28px;
      border: 1px solid rgba(119, 119, 119, 0.85);
      color: #777;
      opacity: 0.85;
      font-size: 13px;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .single_project_page .slider_arrows span.next_project_item:hover,
      .single_project_page .slider_arrows span.previous_project_item:hover {
        border: 1px solid #444444; }
    .single_project_page .slider_arrows span.previous_project_item:hover,
    .single_project_page .slider_arrows span.next_project_item:hover {
      color: #444; }
    .single_project_page .slider_arrows span.next_project_item {
      margin-left: 5px;
      opacity: 1; }
  .single_project_page .project_content .project_content_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .single_project_page .project_content .project_content_top .description_side {
      width: 66.66666666666667%;
      padding: 0 15px; }
      .single_project_page .project_content .project_content_top .description_side p:last-child {
        margin-bottom: 0; }
    .single_project_page .project_content .project_content_top .details_side {
      width: 33.33333333333333%;
      padding: 0 15px; }
      .single_project_page .project_content .project_content_top .details_side .info_field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid #e1e3e5; }
        .single_project_page .project_content .project_content_top .details_side .info_field:first-child {
          padding-top: 0; }
        .single_project_page .project_content .project_content_top .details_side .info_field .ale_details_line {
          position: relative; }
          .single_project_page .project_content .project_content_top .details_side .info_field .ale_details_line::before {
            content: '\f111';
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-variant-caps: normal;
            -webkit-font-variant-ligatures: normal;
                    font-variant-ligatures: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-weight: 900;
            font-size: 6px;
            position: absolute;
            top: 1px;
            left: 11px; }
        .single_project_page .project_content .project_content_top .details_side .info_field .ale_details_title {
          color: #444;
          font-size: 14px;
          font-weight: 700;
          margin-right: 9px;
          padding-left: 30px; }
        .single_project_page .project_content .project_content_top .details_side .info_field p {
          margin-bottom: 0; }
  .single_project_page .project_content .project_content_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 45px; }
    .single_project_page .project_content .project_content_bottom .testimonial_side {
      width: 66.66666666666667%;
      padding: 0 15px; }
      .single_project_page .project_content .project_content_bottom .testimonial_side .ale_testimonial_text {
        padding-left: 63px;
        margin-top: 34px;
        color: #777;
        position: relative; }
        .single_project_page .project_content .project_content_bottom .testimonial_side .ale_testimonial_text::before {
          content: '\f10d';
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-variant-caps: normal;
          -webkit-font-variant-ligatures: normal;
                  font-variant-ligatures: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-weight: 900;
          font-size: 37px;
          color: #e1e3e5;
          position: absolute;
          top: -18px;
          left: 0; }
        .single_project_page .project_content .project_content_bottom .testimonial_side .ale_testimonial_text p:last-child {
          margin-bottom: 0; }
    .single_project_page .project_content .project_content_bottom .notification_side {
      width: 33.33333333333333%;
      padding: 0 15px; }
      .single_project_page .project_content .project_content_bottom .notification_side .ale_our_note_text {
        padding-left: 63px;
        margin-top: 34px;
        color: #777;
        position: relative; }
        .single_project_page .project_content .project_content_bottom .notification_side .ale_our_note_text::before {
          content: '\f10d';
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-variant-caps: normal;
          -webkit-font-variant-ligatures: normal;
                  font-variant-ligatures: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-weight: 900;
          font-size: 37px;
          color: #e1e3e5;
          position: absolute;
          top: -18px;
          left: 0; }
        .single_project_page .project_content .project_content_bottom .notification_side .ale_our_note_text p:last-child {
          margin-bottom: 0; }
  .single_project_page .ale_related_projects {
    margin-top: 45px; }
  .single_project_page .related_projects_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 29px; }
    .single_project_page .related_projects_container .project_item_container {
      padding: 0 15px;
      width: 33.33333333333333%; }
    .single_project_page .related_projects_container figure.project_item {
      position: relative;
      overflow: hidden; }
      .single_project_page .related_projects_container figure.project_item .project_image img {
        max-width: 100%;
        height: auto; }
      .single_project_page .related_projects_container figure.project_item figcaption.project_data {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 30px 20px 30px 20px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .single_project_page .related_projects_container figure.project_item figcaption.project_data a.ale_read_icon {
          margin-top: 44px;
          width: 50px;
          -webkit-transition: all 450ms ease-in-out;
          transition: all 450ms ease-in-out;
          padding-bottom: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .single_project_page .related_projects_container figure.project_item figcaption.project_data a.ale_read_icon i {
            font-size: 18px;
            color: #fff;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
        .single_project_page .related_projects_container figure.project_item figcaption.project_data .ale_the_title {
          margin-top: 11px;
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          -webkit-transition: all 450ms ease-in-out;
          transition: all 450ms ease-in-out; }
        .single_project_page .related_projects_container figure.project_item figcaption.project_data .project_taxonomy {
          text-align: center;
          color: #fff;
          margin-top: 3px; }
          .single_project_page .related_projects_container figure.project_item figcaption.project_data .project_taxonomy a {
            color: inherit;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
      .single_project_page .related_projects_container figure.project_item:hover figcaption.project_data {
        opacity: 1; }
      .single_project_page .related_projects_container figure.project_item:hover figcaption.project_data .ale_the_title {
        margin-top: 0; }
      .single_project_page .related_projects_container figure.project_item:hover figcaption.project_data a.ale_read_icon {
        margin-top: 0; }

/*--------------------------------------------------------------
## Single service page
--------------------------------------------------------------*/
.service_image {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px; }

.single_service_page .service_image {
  position: relative;
  background: #000; }

.single_service_page .ale_service_video img {
  max-width: 100%;
  height: auto;
  opacity: 0.65; }

.single_service_page .ale_service_video a.venobox_service_video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .single_service_page .ale_service_video a.venobox_service_video .icon_player i {
    font-size: 54px;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .single_service_page .ale_service_video a.venobox_service_video:hover .icon_player i {
    color: #f72b2b; }

.service_content_single h2 {
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400; }

.service_content_single .title_separator {
  width: 70px;
  height: 3px;
  margin: 8px 0 22px 0; }

.service_content_single .ale_service_main_content p {
  color: #444; }
  .service_content_single .ale_service_main_content p:last-child {
    margin-bottom: 0; }

.service_content_single .ale_additional_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .service_content_single .ale_additional_info .ale_left_column,
  .service_content_single .ale_additional_info .ale_right_column {
    width: 48.17%; }
    .service_content_single .ale_additional_info .ale_left_column p:last-child,
    .service_content_single .ale_additional_info .ale_right_column p:last-child {
      margin-bottom: 0; }
    .service_content_single .ale_additional_info .ale_left_column ul, .service_content_single .ale_additional_info .ale_left_column ol,
    .service_content_single .ale_additional_info .ale_right_column ul,
    .service_content_single .ale_additional_info .ale_right_column ol {
      margin-top: 14px; }
      .service_content_single .ale_additional_info .ale_left_column ul:last-child, .service_content_single .ale_additional_info .ale_left_column ol:last-child,
      .service_content_single .ale_additional_info .ale_right_column ul:last-child,
      .service_content_single .ale_additional_info .ale_right_column ol:last-child {
        margin-bottom: 0; }
      .service_content_single .ale_additional_info .ale_left_column ul li, .service_content_single .ale_additional_info .ale_left_column ol li,
      .service_content_single .ale_additional_info .ale_right_column ul li,
      .service_content_single .ale_additional_info .ale_right_column ol li {
        padding-left: 2em; }
        .service_content_single .ale_additional_info .ale_left_column ul li:last-child, .service_content_single .ale_additional_info .ale_left_column ol li:last-child,
        .service_content_single .ale_additional_info .ale_right_column ul li:last-child,
        .service_content_single .ale_additional_info .ale_right_column ol li:last-child {
          margin-bottom: 0; }

/*--------------------------------------------------------------
## Single team page
--------------------------------------------------------------*/
article.team_single h2 {
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400; }

article.team_single .title_separator {
  width: 70px;
  height: 3px;
  margin: 8px 0 22px 0; }

article.team_single .member_container > p:last-child {
  margin-bottom: 0; }

article.team_single .member_photo {
  float: left;
  margin-right: 26px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  article.team_single .member_photo .ale_social_media_box {
    position: absolute;
    left: 0;
    bottom: -18%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    article.team_single .member_photo .ale_social_media_box a {
      color: inherit;
      padding: 10px 15px 10px 15px;
      display: block; }
      article.team_single .member_photo .ale_social_media_box a i {
        color: #fff;
        font-size: 14px; }
  article.team_single .member_photo:hover .ale_social_media_box {
    bottom: 0; }

article.team_single .member_head .member_single_name {
  font-size: 23px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 12px; }

article.team_single .member_head .member_add_info {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  article.team_single .member_head .member_add_info .ale_member_info {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    padding: 0 17px 0 0;
    margin-right: 15px;
    position: relative;
    margin-bottom: 5px; }
    article.team_single .member_head .member_add_info .ale_member_info a {
      color: inherit; }
    article.team_single .member_head .member_add_info .ale_member_info::after {
      content: '';
      position: absolute;
      top: 7px;
      right: 1px;
      width: 1px;
      height: 10px;
      background-color: #777; }
    article.team_single .member_head .member_add_info .ale_member_info:first-child {
      padding-left: 0; }
    article.team_single .member_head .member_add_info .ale_member_info:last-child {
      padding-right: 0; }
      article.team_single .member_head .member_add_info .ale_member_info:last-child::after {
        display: none; }

article.team_single .education_and_experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  article.team_single .education_and_experience .member_education,
  article.team_single .education_and_experience .member_experience {
    width: 48.17%; }
    article.team_single .education_and_experience .member_education p:last-child,
    article.team_single .education_and_experience .member_experience p:last-child {
      margin-bottom: 0; }
    article.team_single .education_and_experience .member_education ul li, article.team_single .education_and_experience .member_education ol li,
    article.team_single .education_and_experience .member_experience ul li,
    article.team_single .education_and_experience .member_experience ol li {
      padding-left: 2em; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.single_page_template,
.about_template,
.calculator_template,
.send_photo_template,
.contacts_template {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 85px; }
  .single_page_template h2,
  .about_template h2,
  .calculator_template h2,
  .send_photo_template h2,
  .contacts_template h2 {
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400; }
  .single_page_template .title_separator,
  .about_template .title_separator,
  .calculator_template .title_separator,
  .send_photo_template .title_separator,
  .contacts_template .title_separator {
    width: 70px;
    height: 3px;
    margin: 8px 0 22px 0; }

.single_page_template.ordinary_page {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #fff; }
  .single_page_template.ordinary_page .ale_archive_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .single_page_template.ordinary_page .ale_archive_flex .content_ordinary_page {
      width: 75.04273%;
      padding: 0 15px; }
    .single_page_template.ordinary_page .ale_archive_flex .content_shop_page {
      width: 75.04273%;
      padding: 0 15px; }
      .single_page_template.ordinary_page .ale_archive_flex .content_shop_page.ale_woocommerce_cart {
        padding: 0; }
      .single_page_template.ordinary_page .ale_archive_flex .content_shop_page.no_sidebar_center {
        width: 100%; }
    .single_page_template.ordinary_page .ale_archive_flex .widget-area {
      width: 24.95726495%;
      padding: 0 15px; }

.ale_photo_side p:last-child,
.ale_info_side p:last-child,
.send_photo_left p:last-child,
.send_photo_right p:last-child {
  margin-bottom: 0; }

.ale_photo_side ul, .ale_photo_side ol,
.ale_info_side ul,
.ale_info_side ol,
.send_photo_left ul,
.send_photo_left ol,
.send_photo_right ul,
.send_photo_right ol {
  margin-top: 14px; }
  .ale_photo_side ul:last-child, .ale_photo_side ol:last-child,
  .ale_info_side ul:last-child,
  .ale_info_side ol:last-child,
  .send_photo_left ul:last-child,
  .send_photo_left ol:last-child,
  .send_photo_right ul:last-child,
  .send_photo_right ol:last-child {
    margin-bottom: 0; }
  .ale_photo_side ul li, .ale_photo_side ol li,
  .ale_info_side ul li,
  .ale_info_side ol li,
  .send_photo_left ul li,
  .send_photo_left ol li,
  .send_photo_right ul li,
  .send_photo_right ol li {
    padding-left: 2em; }
    .ale_photo_side ul li:last-child, .ale_photo_side ol li:last-child,
    .ale_info_side ul li:last-child,
    .ale_info_side ol li:last-child,
    .send_photo_left ul li:last-child,
    .send_photo_left ol li:last-child,
    .send_photo_right ul li:last-child,
    .send_photo_right ol li:last-child {
      margin-bottom: 0; }

.ale_photo_side.ale_one_hundred,
.ale_info_side.ale_one_hundred,
.send_photo_left.ale_one_hundred,
.send_photo_right.ale_one_hundred {
  width: 100%; }

/*--------------------------------------------------------------
## About us page
--------------------------------------------------------------*/
.about_template .ale_about_us,
.about_template .ale_activity,
.about_template .ale_questions_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding-bottom: 8px; }
  .about_template .ale_about_us .flex_cont_page,
  .about_template .ale_activity .flex_cont_page,
  .about_template .ale_questions_desc .flex_cont_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about_template .ale_about_us img,
  .about_template .ale_activity img,
  .about_template .ale_questions_desc img {
    max-width: 100%;
    height: auto; }
  .about_template .ale_about_us .ale_photo_side,
  .about_template .ale_about_us .ale_info_side,
  .about_template .ale_activity .ale_photo_side,
  .about_template .ale_activity .ale_info_side,
  .about_template .ale_questions_desc .ale_photo_side,
  .about_template .ale_questions_desc .ale_info_side {
    width: 50%;
    padding: 0 15px; }
  .about_template .ale_about_us .ale_questions_side,
  .about_template .ale_activity .ale_questions_side,
  .about_template .ale_questions_desc .ale_questions_side {
    width: 50%;
    padding: 0 15px; }

.about_template .ale_activity {
  padding-bottom: 45px;
  z-index: 10;
  position: relative; }

.about_template .ale_questions_desc {
  padding-top: 45px;
  z-index: 10;
  position: relative; }

.about_template .about_advantages {
  position: relative;
  min-height: 229px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }
  .about_template .about_advantages .advantages_bg_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2; }
  .about_template .about_advantages .advantages_themselves {
    width: 100%;
    z-index: 100;
    min-height: 229px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about_template .about_advantages .advantages_themselves .advantage_item_page {
      min-width: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 45px 15px;
      z-index: 10; }
      .about_template .about_advantages .advantages_themselves .advantage_item_page i {
        font-size: 30px;
        text-align: center; }
      .about_template .about_advantages .advantages_themselves .advantage_item_page .advantage_value {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        display: inline-block;
        margin: 10px 0 1px 0; }
      .about_template .about_advantages .advantages_themselves .advantage_item_page .advantage_name {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center; }

/*--------------------------------------------------------------
## Calculator page
--------------------------------------------------------------*/
.ale_calculator_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ale_calculator_wrapper .hidden {
    display: none; }
  .ale_calculator_wrapper .ale_calculator {
    width: 50%;
    border-right: 1px solid #e1e3e5; }
    .ale_calculator_wrapper .ale_calculator h4 {
      font-size: 17px;
      font-weight: 700;
      padding: 0 15px; }
    .ale_calculator_wrapper .ale_calculator .ale_fields {
      margin-top: 15px;
      margin-bottom: 23px;
      padding: 0 15px 0 15px; }
      .ale_calculator_wrapper .ale_calculator .ale_fields .ale_calculator_flex {
        border-bottom: 1px solid #e1e3e5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 24px; }
      .ale_calculator_wrapper .ale_calculator .ale_fields label {
        display: block;
        width: 33.33333333333333%;
        padding: 15px 15px 9px 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 5px; }
        .ale_calculator_wrapper .ale_calculator .ale_fields label img {
          display: block;
          max-width: 100%;
          height: auto; }
        .ale_calculator_wrapper .ale_calculator .ale_fields label span {
          font-size: 16px;
          font-weight: 400;
          margin-top: 7px;
          display: inline-block; }
        .ale_calculator_wrapper .ale_calculator .ale_fields label.ale_checked {
          background-color: #e1e3e5; }
        .ale_calculator_wrapper .ale_calculator .ale_fields label:hover {
          background-color: #e1e3e5; }
      .ale_calculator_wrapper .ale_calculator .ale_fields input {
        display: none; }
    .ale_calculator_wrapper .ale_calculator .meters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 15px; }
      .ale_calculator_wrapper .ale_calculator .meters .ale_meters_wrapper {
        border-bottom: 1px solid #e1e3e5;
        padding-bottom: 13px;
        width: 100%; }
      .ale_calculator_wrapper .ale_calculator .meters span {
        font-size: 15px;
        font-weight: 700;
        margin-right: 12px;
        padding-bottom: 15px;
        display: inline-block; }
      .ale_calculator_wrapper .ale_calculator .meters .meters_wrapper {
        margin: 0 30px 10px 0;
        display: inline-block; }
        .ale_calculator_wrapper .ale_calculator .meters .meters_wrapper #meters {
          height: 26px;
          width: 92px;
          padding: 0 10px;
          margin-right: 12px; }
      .ale_calculator_wrapper .ale_calculator .meters #but {
        color: #fff;
        border-radius: 3px;
        padding: 5px 19px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        margin-bottom: 10px; }
    .ale_calculator_wrapper .ale_calculator .res {
      font-size: 15px;
      font-weight: 700;
      padding: 27px 0;
      border-bottom: 1px solid #e1e3e5;
      margin: 0 15px; }
      .ale_calculator_wrapper .ale_calculator .res #result {
        color: red; }
  .ale_calculator_wrapper .ale_descriptions {
    width: 50%;
    padding: 0 15px; }
    .ale_calculator_wrapper .ale_descriptions ul li {
      margin-bottom: 4px; }
    .ale_calculator_wrapper .ale_descriptions h4 {
      font-size: 17px;
      font-weight: 700; }
    .ale_calculator_wrapper .ale_descriptions #ale_notification {
      font-size: 16px; }
    .ale_calculator_wrapper .ale_descriptions div {
      opacity: 0;
      height: 0;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .ale_calculator_wrapper .ale_descriptions div.ale_visible {
        opacity: 1;
        height: auto;
        margin-bottom: 25px; }

/*--------------------------------------------------------------
## Send photos page
--------------------------------------------------------------*/
.send_photo_template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .send_photo_template .ale_red {
    color: red;
    margin-top: 24px; }
  .send_photo_template .ale_green {
    color: green;
    margin-top: 24px; }
  .send_photo_template .ale_page_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .send_photo_template .send_photo_left {
    width: 50%;
    padding: 0 15px; }
    .send_photo_template .send_photo_left form {
      margin-top: 25px; }
      .send_photo_template .send_photo_left form #photo-form-message {
        padding: 11px 20px;
        margin-top: 25px; }
      .send_photo_template .send_photo_left form .ale_photo_buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 20px; }
      .send_photo_template .send_photo_left form p {
        margin-bottom: 0; }
        .send_photo_template .send_photo_left form p label {
          margin-bottom: 0; }
      .send_photo_template .send_photo_left form .ale_main_inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1; }
        .send_photo_template .send_photo_left form .ale_main_inputfile + label {
          color: #444;
          font-size: 13px;
          font-weight: 400;
          background-color: #EAEAEA;
          border: 1px solid #EAEAEA;
          display: inline-block;
          cursor: pointer;
          padding: 7px 28px;
          border-radius: 2px;
          text-transform: uppercase;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .send_photo_template .send_photo_left form .ale_main_inputfile + label i {
            margin-right: 10px; }
          .send_photo_template .send_photo_left form .ale_main_inputfile + label:hover {
            border-width: 1px;
            border-style: solid;
            color: #fff; }
        .send_photo_template .send_photo_left form .ale_main_inputfile + label * {
          pointer-events: none; }
        .send_photo_template .send_photo_left form .ale_main_inputfile:focus + label {
          color: #fff; }
      .send_photo_template .send_photo_left form .ale_send_photos {
        color: #444;
        background-color: #EAEAEA;
        border: 1px solid #EAEAEA;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .send_photo_template .send_photo_left form .ale_send_photos:hover {
          border-width: 1px;
          border-style: solid;
          color: #fff; }
  .send_photo_template .send_photo_right {
    width: 50%;
    padding: 0 15px; }

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
.page404 {
  text-align: center;
  border-top: 1px solid #e1e3e5; }
  .page404 .page404_number {
    font-size: 100px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    margin-bottom: 25px; }
  .page404 .ale_errorp {
    font-size: 24px;
    text-align: center;
    margin-bottom: 47px; }
  .page404 .ale_button_404 {
    border-width: 1px;
    border-style: solid;
    padding: 10px 28px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    display: inline-block;
    margin-bottom: 36px; }
    .page404 .ale_button_404:hover {
      color: #fff; }

/*--------------------------------------------------------------
## Contact page
--------------------------------------------------------------*/
.contacts_template {
  padding-bottom: 0; }

.ale_map_canvas {
  margin-bottom: 0; }

.ale_contact_us .ale_info_part {
  margin-bottom: calc( 45px - 22px); }
  .ale_contact_us .ale_info_part .info_column_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_title {
      padding: 0 15px; }
    .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_left {
      width: 66.66666666666667%; }
      .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_left .ale_info_column {
        width: 50%; }
      .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_left .ale_flex_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_right {
      width: 33.33333333333333%; }
      .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_right .ale_info_column {
        width: 100%; }
    .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_column {
      padding: 0 15px; }
      .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_column .box_info {
        border-bottom: 1px solid #e1e3e5;
        padding-bottom: 23px;
        margin-bottom: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_column .box_info .info_label {
          padding-left: 30px;
          font-weight: 700;
          position: relative; }
          .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_column .box_info .info_label::before {
            content: '\f111';
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-variant-caps: normal;
            -webkit-font-variant-ligatures: normal;
                    font-variant-ligatures: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-weight: 900;
            font-size: 6px;
            position: absolute;
            top: 8px;
            left: 11px; }
        .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_column .box_info .info_data {
          padding-left: 30px;
          font-weight: 400;
          font-size: 17px;
          margin-top: 10px; }

.ale_contact_us .ale_form_part {
  margin-bottom: 93px; }
  .ale_contact_us .ale_form_part .form_part_title {
    padding: 0 15px; }
  .ale_contact_us .ale_form_part .wpcf7 {
    padding: 0 15px; }
  .ale_contact_us .ale_form_part form .container_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .ale_contact_us .ale_form_part form .container_fields .ale_info_fields {
      width: 33.33333333333333%;
      padding: 0 15px; }
      .ale_contact_us .ale_form_part form .container_fields .ale_info_fields .field {
        margin-bottom: 20px; }
    .ale_contact_us .ale_form_part form .container_fields .ale_textarea {
      width: 66.66666666666667%;
      padding: 0 15px; }
      .ale_contact_us .ale_form_part form .container_fields .ale_textarea textarea {
        height: 163px;
        padding: 11px 20px; }
  .ale_contact_us .ale_form_part form .submit {
    margin: 0 15px; }
  .ale_contact_us .ale_form_part form p.ale_success {
    color: green;
    padding: 0 15px;
    margin-top: 17px; }
  .ale_contact_us .ale_form_part form p.ale_error {
    color: red;
    padding: 0 15px;
    margin-top: 17px; }

.ale_contact_us .ale_map_part {
  margin-top: 45px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.footer_bottom .footer_top_part {
  padding: 85px 0 calc( 85px - 44px) 0; }

footer.footer_bottom .footer_bottom_part {
  padding: 24px 0;
  background-color: #1a2a42; }
  footer.footer_bottom .footer_bottom_part .bottom_part_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer.footer_bottom .footer_bottom_part .bottom_part_box .footer_copyrights {
      margin-bottom: 0;
      padding: 12px 60px 12px 0;
      color: #fff;
      opacity: 0.68; }
    footer.footer_bottom .footer_bottom_part .bottom_part_box .social_icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 12px 0; }
      footer.footer_bottom .footer_bottom_part .bottom_part_box .social_icons a {
        color: #fff;
        font-size: 15px;
        margin-right: 25px;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1130px) {
  header.header_top_one .top_line .ale_flex_container .info_block .work_time_wrap {
    display: none; }
  header.header_top_one .top_line .ale_flex_container .info_block .address_wrap {
    margin-right: 0; } }

@media (max-width: 1120px) {
  .home_slider .slider_item .ale_bg_slide .slide_data {
    width: 70%; } }

@media (max-width: 1080px) {
  header.header_top_two .top_line .ale_flex_container .data_info .data_info_address {
    display: none; }
  header.header_top_two .top_line .ale_flex_container .data_info .data_info_enail {
    margin-right: 0; }
  /* Responsive Tabs */
  section.advantages_section_two .advantage_container,
  section.advantages_section_three .advantage_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.advantages_section_two .advantage_container .advantage_tabs,
    section.advantages_section_three .advantage_container .advantage_tabs {
      margin-right: 0;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
      section.advantages_section_two .advantage_container .advantage_tabs .ale_adv_item_wrapper,
      section.advantages_section_three .advantage_container .advantage_tabs .ale_adv_item_wrapper {
        width: 25%; }
    section.advantages_section_two .advantage_container .advantage_info,
    section.advantages_section_three .advantage_container .advantage_info {
      max-width: 100%;
      min-width: 0; } }

@media (max-width: 1050px) {
  section.projects_section .projects_container .project_item_container,
  section.projects_section .projects_container .project_item_container_two,
  section.projects_section .projects_container_two .project_item_container,
  section.projects_section .projects_container_two .project_item_container_two,
  section.projects_section_two .projects_container .project_item_container,
  section.projects_section_two .projects_container .project_item_container_two,
  section.projects_section_two .projects_container_two .project_item_container,
  section.projects_section_two .projects_container_two .project_item_container_two,
  section.projects_section_three .projects_container .project_item_container,
  section.projects_section_three .projects_container .project_item_container_two,
  section.projects_section_three .projects_container_two .project_item_container,
  section.projects_section_three .projects_container_two .project_item_container_two {
    width: 50%; }
  .page_content.page_content_project .projects_list.three_column .project_item_single {
    width: 50%; } }

@media (max-width: 1030px) {
  section.renovation_section .renovation_container .photo_side,
  section.renovation_section_three .renovation_container .photo_side {
    width: 100%;
    padding: 0; }
    section.renovation_section .renovation_container .photo_side .slide_item,
    section.renovation_section_three .renovation_container .photo_side .slide_item {
      padding: 0 15px; }
  section.renovation_section .renovation_container .list_side,
  section.renovation_section_three .renovation_container .list_side {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.renovation_section .renovation_container .list_side .list_item,
    section.renovation_section_three .renovation_container .list_side .list_item {
      width: 50%;
      padding: 0 15px;
      margin-bottom: 20px; }
    section.renovation_section .renovation_container .list_side .send_photo_link,
    section.renovation_section_three .renovation_container .list_side .send_photo_link {
      padding: 0 15px; } }

@media (min-width: 1001px) {
  header.header_top_one .top_line .ale_flex_container .info_block_wrapper {
    display: block !important; }
  header.header_top_one .bottom_line .header_nav {
    display: block !important; }
  header.header_top_two .bottom_line .ale_flex_bottom .menu_block .header_nav {
    display: block !important; }
  body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .header_nav,
  header.header_top_three .header_container_three .header_right_side .bottom_side_three .header_nav {
    display: block !important; } }

@media (max-width: 1000px) {
  .ale_mobile_menu {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto; }
  header.header_top_one .top_line .ale_flex_container {
    position: relative; }
    header.header_top_one .top_line .ale_flex_container .info_block_wrapper {
      display: none;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 100; }
      header.header_top_one .top_line .ale_flex_container .info_block_wrapper .info_block {
        background-color: #fff;
        padding: 0 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.15); }
    header.header_top_one .top_line .ale_flex_container .info_block_hamburger {
      display: block; }
  header.header_top_one .bottom_line {
    position: relative;
    min-height: 0; }
    header.header_top_one .bottom_line .ale_flex_bottom {
      position: absolute;
      top: 86px;
      left: 0;
      background-color: #fff;
      z-index: 100; }
      header.header_top_one .bottom_line .ale_flex_bottom.wrapper {
        margin: 0;
        padding: 0; }
      header.header_top_one .bottom_line .ale_flex_bottom .wrapper.ale_wrap_head {
        position: relative; }
      header.header_top_one .bottom_line .ale_flex_bottom .header_nav {
        width: 100%;
        display: none; }
      header.header_top_one .bottom_line .ale_flex_bottom .menu-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.current-menu-item > a {
          color: #fbbe3f;
          font-weight: 400 !important; }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header li {
          color: #444; }
          header.header_top_one .bottom_line .ale_flex_bottom .menu-header li a {
            color: inherit; }
          header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children {
            position: relative; }
            header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children a:after {
              display: none; }
            header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children button.dropdown-toggle {
              display: block;
              position: absolute;
              top: 8px;
              right: 0;
              color: #444;
              width: 35px;
              height: 34px;
              margin-right: 20px;
              background-color: rgba(0, 0, 0, 0.08); }
            header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu {
              opacity: 1;
              position: static;
              visibility: visible;
              margin-top: 0;
              background-color: #fff;
              display: none;
              -webkit-box-shadow: none;
                      box-shadow: none; }
              header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu.toggled-on {
                display: block; }
              header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li {
                color: #444; }
                header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li a {
                  color: inherit;
                  text-transform: uppercase;
                  width: 100% !important;
                  padding: 12px 40px;
                  line-height: 24px;
                  border-top: 1px solid rgba(0, 0, 0, 0.09);
                  text-transform: none; }
                  header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li a:hover {
                    background-color: #fff !important; }
                header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
                  display: none; }
                header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children button.dropdown-toggle {
                  margin-right: 40px; }
                header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
                  position: static;
                  visibility: visible;
                  opacity: 1;
                  left: 0; }
                  header.header_top_one .bottom_line .ale_flex_bottom .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
                    padding-left: 60px; }
          header.header_top_one .bottom_line .ale_flex_bottom .menu-header li:first-child a {
            padding-left: 20px; }
          header.header_top_one .bottom_line .ale_flex_bottom .menu-header li > a {
            border-top: 1px solid rgba(0, 0, 0, 0.15);
            text-transform: none; }
        header.header_top_one .bottom_line .ale_flex_bottom .menu-header a {
          padding: 12px 20px;
          font-weight: 400; }
      header.header_top_one .bottom_line .ale_flex_bottom .ale_social {
        display: none; }
  header.header_top_two .top_line {
    display: none; }
  header.header_top_two .bottom_line {
    position: relative; }
    header.header_top_two .bottom_line .ale_flex_bottom .menu_block .header_nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      z-index: 100;
      width: 100%; }
    header.header_top_two .bottom_line .ale_flex_bottom .menu_block #header_search_form {
      display: none; }
    header.header_top_two .bottom_line .ale_flex_bottom .menu_block .info_block_hamburger {
      display: block; }
    header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header > li {
        padding: 0;
        margin: 0; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.current-menu-item > a {
        position: relative;
        font-weight: 400 !important;
        color: #fbbe3f; }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.current-menu-item > a::before {
          display: none; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li a {
        padding: 12px 20px;
        font-weight: 400; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children {
        position: relative; }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children a:after {
          display: none; }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children button.dropdown-toggle {
          display: block;
          position: absolute;
          top: 8px;
          right: 0;
          color: #444;
          width: 35px;
          height: 34px;
          margin-right: 20px;
          background-color: rgba(0, 0, 0, 0.08); }
        header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu {
          opacity: 1;
          position: static;
          visibility: visible;
          margin-top: 0;
          background-color: #fff;
          display: none;
          border-top: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu.toggled-on {
            display: block; }
          header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu li {
            color: #444; }
            header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu li a {
              color: inherit;
              text-transform: uppercase;
              width: 100% !important;
              padding: 12px 40px;
              line-height: 24px;
              border-top: 1px solid rgba(0, 0, 0, 0.09);
              text-transform: none; }
              header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu li a:hover {
                background-color: #fff !important; }
            header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
              display: none; }
            header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children button.dropdown-toggle {
              margin-right: 40px; }
            header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
              position: static;
              visibility: visible;
              opacity: 1;
              left: 0; }
              header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
                padding-left: 60px; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li:first-child a {
        padding-left: 20px; }
      header.header_top_two .bottom_line .ale_flex_bottom .menu_block .menu-header li > a {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        text-transform: none; }
  body.home header.header_top_three .header_container_three,
  header.header_top_three .header_container_three {
    position: relative; }
    body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .header_nav,
    header.header_top_three .header_container_three .header_right_side .bottom_side_three .header_nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      z-index: 100;
      width: 100%; }
    body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three #header_search_form,
    header.header_top_three .header_container_three .header_right_side .bottom_side_three #header_search_form {
      display: none; }
    body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger,
    header.header_top_three .header_container_three .header_right_side .bottom_side_three .info_block_hamburger {
      display: block; }
    body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header,
    header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.current-menu-item > a,
      header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.current-menu-item > a {
        font-weight: 400 !important;
        color: #fbbe3f; }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li,
      header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li {
        color: #444; }
        body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li a,
        header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li a {
          color: inherit;
          padding: 12px 20px;
          font-weight: 400; }
        body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children,
        header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children {
          position: relative; }
          body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children a:after,
          header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children a:after {
            display: none; }
          body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children button.dropdown-toggle,
          header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children button.dropdown-toggle {
            display: block;
            position: absolute;
            top: 8px;
            right: 0;
            color: #444;
            width: 35px;
            height: 34px;
            margin-right: 20px;
            background-color: rgba(0, 0, 0, 0.08); }
          body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu,
          header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu {
            opacity: 1;
            position: static;
            visibility: visible;
            margin-top: 0;
            background-color: #fff;
            display: none;
            border-top: 0;
            -webkit-box-shadow: none;
                    box-shadow: none; }
            body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu.toggled-on,
            header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu.toggled-on {
              display: block; }
            body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li,
            header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li {
              color: #444; }
              body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li a,
              header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li a {
                color: inherit;
                text-transform: uppercase;
                width: 100% !important;
                padding: 12px 40px;
                line-height: 24px;
                border-top: 1px solid rgba(0, 0, 0, 0.09);
                text-transform: none; }
                body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li a:hover,
                header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li a:hover {
                  background-color: #fff;
                  color: #fbbe3f; }
              body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after,
              header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
                display: none; }
              body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children button.dropdown-toggle,
              header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children button.dropdown-toggle {
                margin-right: 40px; }
              body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu,
              header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
                position: static;
                visibility: visible;
                opacity: 1;
                left: 0; }
                body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a,
                header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
                  padding-left: 60px; }
        body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li:first-child a,
        header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li:first-child a {
          padding-left: 20px; }
        body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li > a,
        header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header li > a {
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          text-transform: none; }
      body.home header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header a,
      header.header_top_three .header_container_three .header_right_side .bottom_side_three .menu-header a {
        padding: 12px 20px;
        font-weight: 400; }
  .home_slider .slider_item .ale_bg_slide .slide_data {
    width: 100%; }
  .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_left {
    width: 100%; }
  .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_right {
    width: 100%; }
    .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_right .ale_info_column {
      width: 50%; }
  .ale_contact_us .ale_form_part form .container_fields .ale_info_fields {
    width: 50%; }
  .ale_contact_us .ale_form_part form .container_fields .ale_textarea {
    width: 50%; } }

@media (max-width: 990px) {
  .wrapper_carousel,
  .wrapper,
  .ale_mobile_menu {
    max-width: 750px; }
  section.proposition_section .proposition_container .form_side .form_container {
    width: 100%; }
    section.proposition_section .proposition_container .form_side .form_container .field.ale_textarea textarea {
      height: 179px; }
  @-moz-document url-prefix() {
    section.proposition_section .proposition_container .form_side .form_container .field.ale_textarea textarea {
      height: 191px; } }
  section.proposition_section .proposition_container .form_side .icon_container {
    display: none; }
  section.proposition_section .proposition_container .proposition_side {
    min-width: 60.922%; }
  section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_data {
    width: 85.21%; }
  section.why_choose_us_section .why_choose_us_data .video_side {
    width: 100%; }
    section.why_choose_us_section .why_choose_us_data .video_side .ale_video_desc {
      margin-bottom: 56px; }
  section.why_choose_us_section .why_choose_us_data .list_side {
    width: 100%; }
    section.why_choose_us_section .why_choose_us_data .list_side .advantage_item_line .advantage_data {
      width: 89%; }
  section.about_company_section .ale_about_top .ale_about_left {
    width: 100%;
    margin-bottom: 30px; }
  section.about_company_section .ale_about_top .ale_about_right {
    width: 100%; }
  section.about_company_section .ale_about_bottom {
    margin-top: 34px; }
    section.about_company_section .ale_about_bottom .ale_item_about {
      width: 50%; }
      section.about_company_section .ale_about_bottom .ale_item_about:nth-of-type(2), section.about_company_section .ale_about_bottom .ale_item_about:nth-of-type(1) {
        margin-bottom: 15px; }
      section.about_company_section .ale_about_bottom .ale_item_about .about_link {
        display: none; }
  /* Responsive Tabs */
  section.advantages_section_two .advantage_container .advantage_tabs .ale_adv_item_wrapper,
  section.advantages_section_three .advantage_container .advantage_tabs .ale_adv_item_wrapper {
    width: 33.33333333333333%; }
  /* Archives */
  .page_content .ale_archive_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page_content .ale_archive_flex .posts_list {
      width: 100%; }
      .page_content .ale_archive_flex .posts_list.ale_right_sidebar .default_pagination {
        margin-bottom: 45px; }
      .page_content .ale_archive_flex .posts_list.ale_left_sidebar {
        margin-top: 15px; }
    .page_content .ale_archive_flex .widget-area {
      width: 100%; }
  .page_content.no_sidebar .posts_list .posts_list_wrapper article {
    width: 100%; }
  .page_content.post_type_team .ale_team_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page_content.post_type_team .ale_team_flex .team_list {
      width: 100%; }
      .page_content.post_type_team .ale_team_flex .team_list.ale_right_sidebar .default_pagination {
        margin-bottom: 45px; }
      .page_content.post_type_team .ale_team_flex .team_list.ale_left_sidebar {
        margin-top: 15px; }
    .page_content.post_type_team .ale_team_flex .widget-area {
      width: 100%; }
  .services_list .light_item {
    width: 50%; }
  .page_content.page_content_products .ale_product_flex .product_list {
    width: 100% !important;
    margin-bottom: 45px !important; }
  .page_content.page_content_products .ale_product_flex .widget-area {
    width: 100% !important; }
  /* Singles */
  .single_post_page .post_single,
  .single_post_page .service_single,
  .single_post_page .team_single,
  .single_post_page .content-area,
  .single_service_page .post_single,
  .single_service_page .service_single,
  .single_service_page .team_single,
  .single_service_page .content-area,
  .single_team_page .post_single,
  .single_team_page .service_single,
  .single_team_page .team_single,
  .single_team_page .content-area,
  .single_product_page .post_single,
  .single_product_page .service_single,
  .single_product_page .team_single,
  .single_product_page .content-area {
    width: 100%; }
    .single_post_page .post_single.ale_left_sidebar,
    .single_post_page .service_single.ale_left_sidebar,
    .single_post_page .team_single.ale_left_sidebar,
    .single_post_page .content-area.ale_left_sidebar,
    .single_service_page .post_single.ale_left_sidebar,
    .single_service_page .service_single.ale_left_sidebar,
    .single_service_page .team_single.ale_left_sidebar,
    .single_service_page .content-area.ale_left_sidebar,
    .single_team_page .post_single.ale_left_sidebar,
    .single_team_page .service_single.ale_left_sidebar,
    .single_team_page .team_single.ale_left_sidebar,
    .single_team_page .content-area.ale_left_sidebar,
    .single_product_page .post_single.ale_left_sidebar,
    .single_product_page .service_single.ale_left_sidebar,
    .single_product_page .team_single.ale_left_sidebar,
    .single_product_page .content-area.ale_left_sidebar {
      margin-top: 15px; }
    .single_post_page .post_single.ale_right_sidebar,
    .single_post_page .service_single.ale_right_sidebar,
    .single_post_page .team_single.ale_right_sidebar,
    .single_post_page .content-area.ale_right_sidebar,
    .single_service_page .post_single.ale_right_sidebar,
    .single_service_page .service_single.ale_right_sidebar,
    .single_service_page .team_single.ale_right_sidebar,
    .single_service_page .content-area.ale_right_sidebar,
    .single_team_page .post_single.ale_right_sidebar,
    .single_team_page .service_single.ale_right_sidebar,
    .single_team_page .team_single.ale_right_sidebar,
    .single_team_page .content-area.ale_right_sidebar,
    .single_product_page .post_single.ale_right_sidebar,
    .single_product_page .service_single.ale_right_sidebar,
    .single_product_page .team_single.ale_right_sidebar,
    .single_product_page .content-area.ale_right_sidebar {
      margin-bottom: 45px; }
  .single_post_page .widget-area,
  .single_service_page .widget-area,
  .single_team_page .widget-area,
  .single_product_page .widget-area {
    width: 100%; }
  .single_product_page .content-area {
    margin-bottom: 15px; }
  .single_project_page .related_projects_container figure.project_item {
    margin-bottom: 30px; }
  .single_project_page .related_projects_container .project_item_container {
    width: 50%; }
  /* Pages */
  .about_template .ale_about_us .ale_info_side {
    width: 100%; }
  .about_template .ale_about_us .ale_photo_side {
    width: 100%;
    margin-bottom: 22px; }
    .about_template .ale_about_us .ale_photo_side img {
      margin: 0 auto;
      display: block; }
  .about_template .ale_activity .ale_info_side {
    width: 100%; }
  .about_template .ale_activity .ale_photo_side {
    width: 100%;
    margin-top: 22px; }
    .about_template .ale_activity .ale_photo_side img {
      margin: 0 auto;
      display: block; }
  .about_template .ale_questions_desc .ale_questions_side {
    width: 100%;
    margin-bottom: 22px; }
  .about_template .ale_questions_desc .ale_info_side {
    width: 100%; }
  .single_page_template.ordinary_page .ale_archive_flex .content_ordinary_page {
    width: 100%; }
    .single_page_template.ordinary_page .ale_archive_flex .content_ordinary_page.ale_right_sidebar {
      margin-bottom: 45px; }
    .single_page_template.ordinary_page .ale_archive_flex .content_ordinary_page.ale_left_sidebar {
      margin-top: 15px; }
  .single_page_template.ordinary_page .ale_archive_flex .content_shop_page {
    width: 100%; }
    .single_page_template.ordinary_page .ale_archive_flex .content_shop_page.no_sidebar_center {
      width: 100%; }
    .single_page_template.ordinary_page .ale_archive_flex .content_shop_page.ale_right_sidebar {
      margin-bottom: 15px; }
    .single_page_template.ordinary_page .ale_archive_flex .content_shop_page.ale_left_sidebar {
      margin-top: 15px; }
  .single_page_template.ordinary_page .ale_archive_flex .content_shop_page.ale_woocommerce_checkout.ale_right_sidebar {
    margin-bottom: 45px; }
  .single_page_template.ordinary_page .ale_archive_flex .content_shop_page.ale_woocommerce_checkout.ale_left_sidebar {
    margin-top: 15px; }
  .single_page_template.ordinary_page .ale_archive_flex .widget-area {
    width: 100%; }
  section.team_section_two .team_container_two .team_item_wrapper {
    width: 50%;
    margin-bottom: 30px; }
  section.proposition_section_three .proposition_container .feature_side .feature_item,
  section.proposition_section_three .proposition_container .feature_side .feature_item_static {
    padding: 20px; } }

@media (max-width: 870px) {
  .home_slider .slider_item .ale_bg_slide .slide_data .slider_title {
    font-size: 40px;
    line-height: 50px; }
  .home_slider .slider_item .ale_bg_slide .slide_data .sub_title_slide {
    font-size: 16px;
    line-height: 24px; } }

@media (max-width: 750px) {
  section.proposition_section .services_tabs,
  section.proposition_section_three .services_tabs {
    margin-bottom: 30px; }
  section.proposition_section .proposition_container,
  section.proposition_section_three .proposition_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.proposition_section .proposition_container .form_side,
    section.proposition_section .proposition_container .feature_side,
    section.proposition_section_three .proposition_container .form_side,
    section.proposition_section_three .proposition_container .feature_side {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      section.proposition_section .proposition_container .form_side .form_container,
      section.proposition_section .proposition_container .feature_side .form_container,
      section.proposition_section_three .proposition_container .form_side .form_container,
      section.proposition_section_three .proposition_container .feature_side .form_container {
        width: 100%; }
    section.proposition_section .proposition_container .proposition_side,
    section.proposition_section_three .proposition_container .proposition_side {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      min-width: 100%;
      margin-bottom: 40px; }
      section.proposition_section .proposition_container .proposition_side .proposition_info .item_title,
      section.proposition_section_three .proposition_container .proposition_side .proposition_info .item_title {
        text-align: center; }
      section.proposition_section .proposition_container .proposition_side .best_projects_sps,
      section.proposition_section_three .proposition_container .proposition_side .best_projects_sps {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        section.proposition_section .proposition_container .proposition_side .best_projects_sps figure,
        section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure {
          max-width: 100%;
          height: auto;
          margin-right: 5%; }
          section.proposition_section .proposition_container .proposition_side .best_projects_sps figure:last-child,
          section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure:last-child {
            margin-right: 0; }
  .page_content.page_content_renovation .ale_renovation_flex .renovation_item_single {
    width: 100%; }
  .single_project_page .project_content .project_content_top .description_side {
    width: 100%; }
  .single_project_page .project_content .project_content_top .details_side {
    width: 100%;
    margin-top: 30px; }
  .single_project_page .project_content .project_content_bottom .testimonial_side {
    width: 100%; }
  .single_project_page .project_content .project_content_bottom .notification_side {
    width: 100%;
    margin-top: 30px; }
  .service_content_single .ale_additional_info .ale_left_column {
    width: 100%; }
  .service_content_single .ale_additional_info .ale_right_column {
    width: 100%;
    margin-top: 30px; }
  article.team_single .member_head .member_add_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    article.team_single .member_head .member_add_info .ale_member_info {
      padding: 0; }
      article.team_single .member_head .member_add_info .ale_member_info::after {
        content: '';
        display: none; }
      article.team_single .member_head .member_add_info .ale_member_info:last-child {
        margin-bottom: 0; }
  article.team_single .education_and_experience .member_education {
    width: 100%; }
  article.team_single .education_and_experience .member_experience {
    width: 100%;
    margin-top: 30px; }
  .about_template .about_advantages .advantages_themselves .advantage_item_page {
    width: 33.33333333333333%; }
  .ale_calculator_wrapper .ale_calculator .ale_fields label {
    width: 50%; }
  .send_photo_template .send_photo_left form .ale_photo_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .send_photo_template .send_photo_left form .ale_photo_buttons p:first-child {
      margin-bottom: 15px; } }

@media (max-width: 730px) {
  section.projects_section .projects_container .project_item_container,
  section.projects_section .projects_container .project_item_container_two,
  section.projects_section .projects_container_two .project_item_container,
  section.projects_section .projects_container_two .project_item_container_two,
  section.projects_section_two .projects_container .project_item_container,
  section.projects_section_two .projects_container .project_item_container_two,
  section.projects_section_two .projects_container_two .project_item_container,
  section.projects_section_two .projects_container_two .project_item_container_two,
  section.projects_section_three .projects_container .project_item_container,
  section.projects_section_three .projects_container .project_item_container_two,
  section.projects_section_three .projects_container_two .project_item_container,
  section.projects_section_three .projects_container_two .project_item_container_two {
    width: 100%; }
  .page_content.page_content_project .projects_list.ale_twocolumn .project_item_single,
  .page_content.page_content_project .projects_list.three_column .project_item_single {
    width: 100%; }
  section.renovation_section .renovation_container .list_side,
  section.renovation_section_three .renovation_container .list_side {
    width: 100%; }
    section.renovation_section .renovation_container .list_side .list_item,
    section.renovation_section_three .renovation_container .list_side .list_item {
      width: 100%;
      margin-bottom: 20px; } }

@media (max-width: 700px) {
  .team_list .staff_members .member_item .member_photo {
    width: 50%; }
  .team_list .staff_members .member_item .member_content {
    width: 50%; }
  .team_list .ordinary_members .ordinary_member {
    width: 50%; }
  .single_project_page .related_projects_container .project_item_container {
    width: 100%; } }

@media (max-width: 650px) {
  .vbox-overlay .vbox-inline .popup_two_content .text_side {
    width: 100%; }
  .vbox-overlay .vbox-inline .popup_two_content .img_side {
    display: none; } }

@media (max-width: 629px) {
  .services_list .light_item {
    width: 100%; } }

@media (max-width: 600px) {
  .team_list .staff_members .member_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .team_list .staff_members .member_item .member_photo {
      width: 100%;
      margin-bottom: 30px; }
    .team_list .staff_members .member_item .member_content {
      width: 100%; }
    .team_list .staff_members .member_item .ale_team_border {
      width: auto; }
  .ale_calculator_wrapper .ale_calculator .meters #meters {
    width: 80px;
    margin-right: 8px; }
  .ale_calculator_wrapper .ale_calculator .meters #but {
    display: block;
    margin-left: 0;
    margin-top: 10px; } }

@media (max-width: 585px) {
  section.advantages_section_two .advantage_container .advantage_tabs .ale_adv_item_wrapper,
  section.advantages_section_three .advantage_container .advantage_tabs .ale_adv_item_wrapper {
    width: 50%; }
  .send_photo_template .send_photo_left {
    width: 100%;
    margin-bottom: 22px; }
    .send_photo_template .send_photo_left form .ale_photo_buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .send_photo_template .send_photo_left form .ale_photo_buttons p:first-child {
        margin-bottom: 0; }
  .send_photo_template .send_photo_right {
    width: 100%; } }

@media (max-width: 520px) {
  article.team_single .member_photo {
    float: none; }
    article.team_single .member_photo img {
      margin: 0 auto;
      display: block; }
  article.team_single .member_head {
    text-align: center; }
    article.team_single .member_head .member_add_info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .comment-respond .line_fields {
    margin-bottom: 20px; }
    .comment-respond .line_fields .comment-form-author,
    .comment-respond .line_fields .comment-form-email,
    .comment-respond .line_fields .comment-form-url {
      width: 100%;
      margin-bottom: 20px; }
      .comment-respond .line_fields .comment-form-author:last-child,
      .comment-respond .line_fields .comment-form-email:last-child,
      .comment-respond .line_fields .comment-form-url:last-child {
        margin-bottom: 0; }
  .ale_calculator_wrapper .ale_calculator {
    width: 40%; }
    .ale_calculator_wrapper .ale_calculator .ale_fields label {
      width: 100%; }
  .ale_calculator_wrapper .ale_descriptions {
    width: 60%; } }

@media (max-width: 500px) {
  .comment-body .comment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page_heading .page_heading_wrapper h1,
  .page_heading .page_heading_wrapper .ale_title_heading {
    font-size: 27px;
    line-height: 33px; }
  .about_template .about_advantages .advantages_themselves .advantage_item_page {
    width: 50%; }
  .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_left .ale_info_column {
    width: 100%; }
  .ale_contact_us .ale_info_part .info_column_wrapper .ale_info_right .ale_info_column {
    width: 100%; }
  .ale_contact_us .ale_form_part form .container_fields .ale_info_fields {
    width: 100%; }
  .ale_contact_us .ale_form_part form .container_fields .ale_textarea {
    width: 100%;
    margin-bottom: 15px; }
  @-moz-document url-prefix() {
    .ale_contact_us .ale_form_part form .container_fields .ale_textarea {
      margin-bottom: 18px; } } }

@media (max-width: 480px) {
  .home_slider .slider_item .ale_bg_slide .slide_data .slider_title {
    font-size: 35px;
    line-height: 45px; }
  .home_slider .slider_item .ale_bg_slide .slide_data .sub_title_slide {
    font-size: 14px; }
  .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons .link_to_post a,
  .home_slider .slider_item .ale_bg_slide .slide_data .slide_buttons .link_to_page a {
    padding: 4px 30px; } }

@media (max-width: 460px) {
  .vbox-overlay .vbox-inline .popup_one_content .top_side .icon_one_title {
    width: 100%; }
  .vbox-overlay .vbox-inline .popup_one_content .top_side img {
    display: none; }
  .vbox-overlay .vbox-inline .popup_one_content .bottom_side .icon_worker_wrapper {
    width: 100%;
    margin-bottom: 35px; } }

@media (max-width: 450px) {
  section.testimonials_section .testimonial_item .testimonial_item_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.testimonials_section .testimonial_item .testimonial_item_box h5 {
      text-align: right; }
    section.testimonials_section .testimonial_item .testimonial_item_box .testimonial_data {
      width: 100%; }
  section.about_company_section .ale_about_bottom .ale_item_about {
    width: 100%;
    margin-bottom: 15px; }
    section.about_company_section .ale_about_bottom .ale_item_about:last-child {
      margin-bottom: 0; }
  section.proposition_section .proposition_container .form_side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    section.proposition_section .proposition_container .form_side .form_container {
      max-width: 100%;
      min-width: 100%;
      margin-right: 0; }
    section.proposition_section .proposition_container .form_side .icon_container {
      display: none; } }

@media (max-width: 430px) {
  section.team_section_two .team_container_two .team_item_wrapper {
    width: 100%; }
  section.testimonials_section_three .testimonial_item .testimonial_item_box .testimonial_img,
  section.testimonials_section_two .testimonial_item .testimonial_item_box .testimonial_img {
    margin-right: 10px; }
  .team_list .staff_members .member_item .member_content {
    text-align: center; }
  .team_list .ordinary_members .ordinary_member {
    width: 100%; } }

@media (max-width: 400px) {
  .ale_calculator_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ale_calculator_wrapper .ale_calculator {
      width: 100%; }
      .ale_calculator_wrapper .ale_calculator .ale_fields label {
        width: 50%; }
    .ale_calculator_wrapper .ale_descriptions {
      width: 100%;
      margin-top: 40px; }
  .send_photo_template .send_photo_left form .ale_photo_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .send_photo_template .send_photo_left form .ale_photo_buttons p:first-child {
      margin-bottom: 15px; }
  section.advantages_section_two .advantage_container .advantage_tabs,
  section.advantages_section_three .advantage_container .advantage_tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.advantages_section_two .advantage_container .advantage_tabs .ale_adv_item_wrapper,
    section.advantages_section_three .advantage_container .advantage_tabs .ale_adv_item_wrapper {
      width: 270px !important; }
    section.advantages_section_two .advantage_container .advantage_tabs .ale_adv_item_wrapper,
    section.advantages_section_three .advantage_container .advantage_tabs .ale_adv_item_wrapper {
      width: 100%; } }

@media (max-width: 390px) {
  section.proposition_section_three .proposition_container .feature_side,
  section.proposition_section .proposition_container .feature_side {
    margin-top: 0; }
  section.proposition_section_three .proposition_container .proposition_side,
  section.proposition_section .proposition_container .proposition_side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: 100%;
    margin-bottom: 40px; }
    section.proposition_section_three .proposition_container .proposition_side .best_projects_sps,
    section.proposition_section .proposition_container .proposition_side .best_projects_sps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.proposition_section_three .proposition_container .proposition_side .best_projects_sps figure,
      section.proposition_section .proposition_container .proposition_side .best_projects_sps figure {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px; } }

/*# sourceMappingURL=../trowel/css/maps/style.css.map */
